.p_people_detail .block_other__arrow, .p_people_detail .block_profile .item_block, .p_people_detail .block_grid {
  display: flex !important;
}

.p_people_detail .block_profile .item_block, .p_people_detail .block_grid {
  flex-direction: column !important;
}

@media only screen and (min-width: 768px) {
  .p_people_detail .block_profile .item_block, .p_people_detail .block_grid {
    flex-direction: row !important;
  }
  .p_people_detail .block_grid.reverse {
    flex-direction: row-reverse !important;
  }
}
.p_people_detail .block_profile .item_tag {
  font-family: Raleway, sans-serif !important;
}

.p_people_detail .block_profile .item_pos {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_profile .item_pos {
    font-size: 1.5rem;
  }
}

.p_people_detail .people_mv_ttl .ttl_en, .p_people_detail .block_profile .item_name, .p_people_detail .block_profile .item_tag {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .people_mv_ttl .ttl_en, .p_people_detail .block_profile .item_name, .p_people_detail .block_profile .item_tag {
    font-size: 1.8rem;
  }
}

.p_people_detail .people_mv_name, .p_people_detail .block_other_title {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .people_mv_name, .p_people_detail .block_other_title {
    font-size: min(3rem + 10 / 832 * (100vw - 768px), 4rem);
  }
}

.p_people_detail .block_profile .item_sign, .p_people_detail .block_profile .item_tag {
  font-weight: 500;
}

.p_people_detail .block_profile .item_tag {
  letter-spacing: 0.05em;
}

.p_people_detail {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail {
    padding-bottom: 150px;
  }
}
.p_people_detail .block_grid {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_grid {
    max-width: calc(50% + 580px);
    width: calc(100% - 20px);
    margin-left: auto;
    justify-content: space-between;
    margin-bottom: 88px;
    gap: 40px;
  }
}
.p_people_detail .block_grid.reverse {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_grid.reverse {
    gap: clamp(4rem, 5vw + -2rem, 6rem);
  }
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_grid.reverse .item_l {
    width: 39.1304347826%;
  }
}
.p_people_detail .block_grid .item_l {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_grid .item_l {
    padding: 0;
    width: 40.5797101449%;
    flex-shrink: 0;
    min-width: 350px;
  }
}
.p_people_detail .block_grid .item_r {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_grid .item_r {
    margin-top: 0;
    width: 56.5217391304%;
  }
}
.p_people_detail .block_grid .item_r .item_figure {
  max-width: 100%;
  aspect-ratio: 1.3928571429;
}
.p_people_detail .block_grid .item_r .item_figure img {
  height: 100%;
  object-fit: cover;
}
.p_people_detail .block_grid .title {
  margin-bottom: 10px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_grid .title {
    margin-top: -2px;
    margin-bottom: 33px;
  }
}
.p_people_detail .block_context {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_context {
    margin-bottom: 86px;
  }
}
.p_people_detail .block_context .item_thumb {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_context .item_thumb {
    margin-bottom: 33px;
  }
}
.p_people_detail .block_context .title {
  margin-bottom: 10px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_context .title {
    margin-bottom: 33px;
  }
}
.p_people_detail .block_cover {
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_cover {
    min-height: 623px;
    padding-top: 90px;
    margin-bottom: 41px;
  }
}
.p_people_detail .block_cover .title {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_cover .title {
    margin-bottom: 32px;
  }
}
.p_people_detail .block_cover .item_thumb {
  width: 100%;
  aspect-ratio: 2.5682182986;
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_cover .item_thumb {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
}
.p_people_detail .block_cover .item_thumb img {
  height: 100%;
  object-fit: cover;
}
.p_people_detail .block_cover .item_block {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_cover .item_block {
    margin-top: 0;
    max-width: 650px;
    width: 62%;
    padding: 43px 45px;
    padding: 43px clamp(3rem, 5.859375vw + -1.5rem, 4.5rem);
    min-height: calc(41vw - 90px);
  }
}
.p_people_detail .block_profile {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_profile {
    margin-top: 146px;
  }
}
.p_people_detail .block_profile .item_block {
  gap: 20px 40px;
  background-color: #fafafa;
}
.p_people_detail .block_profile .item_l {
  width: 100%;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_profile .item_l {
    width: calc(50% - 20px);
    padding: 40px 0 20px 40px;
  }
}
.p_people_detail .block_profile .item_r {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_profile .item_r {
    width: calc(50% - 20px);
  }
}
.p_people_detail .block_profile .item_tag {
  color: #00780e;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_profile .item_tag {
    margin-bottom: 22px;
  }
}
.p_people_detail .block_profile .item_tag::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.p_people_detail .block_profile .item_tag_name {
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 4px;
}
.p_people_detail .block_profile .item_sign {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_profile .item_sign {
    margin-top: 20px;
    padding-left: 5px;
  }
}
.p_people_detail .block_profile .item_pos {
  display: block;
}
.p_people_detail .block_profile .item_name {
  display: block;
  margin-top: -3px;
  max-height: 22px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_profile .item_name {
    max-height: 26px;
  }
}
.p_people_detail .block_profile .item_thumb {
  max-width: 100%;
  aspect-ratio: 0.8888888889;
}
.p_people_detail .block_profile .item_thumb img {
  height: 100%;
  object-fit: cover;
}
.p_people_detail .block_other {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other {
    margin-top: 154px;
  }
}
.p_people_detail .block_other_title {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00780e;
  text-align: center;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other_title {
    margin-bottom: 52px;
  }
}
.p_people_detail .block_other_btn {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other_btn {
    margin-top: 44px;
  }
}
.p_people_detail .block_other_slider {
  width: 260px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other_slider {
    width: 450px;
    max-width: 100%;
  }
}
.p_people_detail .block_other_slider .slick-list {
  overflow: visible;
}
.p_people_detail .block_other_slider .slick-slide {
  width: 37.5vw;
  min-width: 260px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other_slider .slick-slide {
    max-width: 600px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p_people_detail .block_other_slider .slick-slide.slick-center .item {
  padding: 0;
}
.p_people_detail .block_other_slider .item {
  transition: padding 500ms ease-out;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other_slider .item_link:hover .item_avatar img {
    transform: scale(1.05);
  }
}
.p_people_detail .block_other_slider .item_block {
  display: block;
  box-shadow: 0 0 6px 0 rgba(70, 70, 70, 0.16);
}
.p_people_detail .block_other_slider .item_avatar {
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 560/256;
}
.p_people_detail .block_other_slider .item_avatar img {
  aspect-ratio: 560/256;
  transition: 450ms ease-out;
  object-fit: cover;
  object-position: center;
}
.p_people_detail .block_other_slider .item_info {
  background-color: #FFFFFF;
  min-height: 200px;
  padding: 10px 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other_slider .item_info {
    padding: 25px 85px 20px 20px;
    min-height: 210px;
    height: 210px;
  }
}
.p_people_detail .block_other_slider .item_info .icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other_slider .item_info .icon {
    width: 45px;
    right: 20px;
    bottom: 20px;
  }
}
.p_people_detail .block_other_slider .item_job {
  display: inline-block;
  background-color: #00780e;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 13px;
  min-width: 190px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other_slider .item_job {
    font-size: 1.5rem;
  }
}
.p_people_detail .block_other_slider .item_lead_txt {
  color: #00780e;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-size: 1.6rem;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other_slider .item_lead_txt {
    margin-top: 14px;
    font-size: min(1.6rem + 4 / 832 * (100vw - 768px), 2rem);
  }
}
.p_people_detail .block_other_slider_group {
  position: relative;
}
.p_people_detail .block_other_slider {
  position: static;
}
.p_people_detail .block_other__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  max-width: 660px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other__arrow {
    width: calc(37.5vw + 60px);
  }
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other__arrow {
    margin-top: 31px;
  }
}
.p_people_detail .block_other__arrow .icon {
  cursor: pointer;
  display: block;
  background-color: #fff;
  border-color: #00780e;
  background-color: #00780e;
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other__arrow .icon {
    width: 60px;
  }
}
.p_people_detail .block_other__arrow .icon::before {
  width: 12px;
  height: 12px;
  opacity: 0;
}
.p_people_detail .block_other__arrow .icon::after {
  width: 12px;
  height: 12px;
  opacity: 1;
}
.p_people_detail .block_other__arrow .icon:hover {
  background-color: #fff;
  border-color: #adcb00;
}
.p_people_detail .block_other__arrow .icon:hover::before {
  opacity: 1;
}
.p_people_detail .block_other__arrow .icon:hover::after {
  opacity: 0;
}
.p_people_detail .block_other__arrow .prev-arrow::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p_people_detail .block_other__arrow .prev-arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p_people_detail .block_other__dots {
  margin-top: 20px;
}
.p_people_detail .block_other__dots .dots-wrap {
  display: flex;
  justify-content: center;
}
.p_people_detail .block_other__dots .dots-wrap li {
  width: 6px;
  height: 6px;
  margin: 0 3px;
  background: #7f7f7f;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .block_other__dots .dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.p_people_detail .block_other__dots .dots-wrap li:hover,
.p_people_detail .block_other__dots .dots-wrap li.slick-active {
  background: #00780e;
}
.p_people_detail .block_other__dots .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p_people_detail .l_breadcrumb {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .l_breadcrumb {
    margin-top: 52px;
  }
}
.p_people_detail .leading {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .leading {
    margin-top: 50px;
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
.p_people_detail .people_interview {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .people_interview {
    margin-top: 99px;
  }
  .p_people_detail .people_interview:has(.block_context:first-child) {
    margin-top: 50px;
  }
}
.p_people_detail .people_mv {
  position: relative;
  z-index: 0;
}
.p_people_detail .people_mv_img {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .people_mv_img {
    height: 1131px;
  }
}
.p_people_detail .people_mv_img img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.p_people_detail .people_mv_intro {
  width: 100%;
  bottom: 0;
  color: white;
  z-index: 1;
  display: flex;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .people_mv_intro {
    position: absolute;
    max-width: 700px;
    width: calc(50% - 100px);
    padding: 40px 82px 129px 85px;
    padding: clamp(2rem, 9.0144230769vw + -4.9230769231rem, 9.5rem) clamp(4rem, 5.0480769231vw + 0.1230769231rem, 8.2rem) clamp(2rem, 2.4038461538vw + 0.1538461538rem, 4rem) clamp(4rem, 5.4086538462vw + -0.1538461538rem, 8.5rem);
    min-width: max-content;
  }
}
@media only screen and (min-width: 1200px) {
  .p_people_detail .people_mv_intro {
    padding: clamp(2rem, 9.0144230769vw + -4.9230769231rem, 9.5rem) clamp(4rem, 5.0480769231vw + 0.1230769231rem, 8.2rem) 20px clamp(4rem, 5.4086538462vw + -0.1538461538rem, 8.5rem);
    min-height: 500px;
  }
}
.p_people_detail .people_mv_intro::after {
  content: "";
  inset: 0;
  position: absolute;
  background-color: #272727;
  z-index: -1;
  opacity: 0.75;
}
.p_people_detail .people_mv_intro.is_left {
  left: 0;
}
.p_people_detail .people_mv_intro.is_right {
  right: 0;
}
.p_people_detail .people_mv_content {
  position: relative;
}
.p_people_detail .people_mv_ttl {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .people_mv_ttl {
    margin-bottom: 34px;
  }
}
.p_people_detail .people_mv_ttl .ttl_en {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
}
.p_people_detail .people_mv_ttl .ttl_jp {
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.65625;
  font-size: 1.8rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .people_mv_ttl .ttl_jp {
    font-size: clamp(2.4rem, 1.8518518519vw + 0.9777777778rem, 3.2rem);
  }
}
.p_people_detail .people_mv_ttl::after {
  content: "";
  display: table;
  height: 1px;
  width: 44px;
  background-color: #fff;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .people_mv_ttl::after {
    margin-top: 26px;
  }
}
.p_people_detail .people_mv_department {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2916666667;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .people_mv_department {
    font-size: 1.8rem;
  }
}
.p_people_detail .people_mv_name {
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .people_mv_name {
    margin-top: 17px;
  }
}
.p_people_detail .people_mv_name img {
  max-height: 36px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .p_people_detail .people_mv_name img {
    max-height: 46px;
  }
}
.p_people_detail .l_breadcrumb .item img {
  max-height: 18px;
}
.p_people_detail .l_breadcrumb .item:has(.name) {
  position: relative;
  padding-left: 48px;
}
.p_people_detail .l_breadcrumb .item:has(.name)::before {
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
}

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