.p_top .people_slide__arrow, .p_top .people_slider_arrow, .p_top .people_grid, .p_top .cross_slide__arrow, .p_top .cross_slider_arrow, .p_top .cross_talk_grid, .p_top .crew_grid .item_name, .p_top .crew_grid, .p_top .about_more, .p_top .about_grid .item_name, .p_top .about_grid {
  display: flex !important;
}

.p_top .people_grid, .p_top .cross_talk_grid, .p_top .crew_grid, .p_top .about_more {
  flex-direction: column !important;
}

@media only screen and (min-width: 768px) {
  .p_top .people_grid, .p_top .cross_talk_grid, .p_top .crew_grid, .p_top .about_more {
    flex-direction: row !important;
  }
}
.p_top .people_slider_state, .p_top .mv_scroll, .p_top .cross_slider_state, .p_top .crew_grid .item_title {
  font-family: Raleway, sans-serif !important;
}

.p_top .people_slider_state, .p_top .cross_slider_state {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .p_top .people_slider_state, .p_top .cross_slider_state {
    font-size: 1.8rem;
  }
}

.p_top .crew_grid .item_leading {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .p_top .crew_grid .item_leading {
    font-size: 2rem;
  }
}

.p_top .crew_grid .item_name, .p_top .about_grid .item_name {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .p_top .crew_grid .item_name, .p_top .about_grid .item_name {
    font-size: 2.2rem;
  }
}

.p_top .people_grid .item_leading {
  font-weight: 400;
}

.p_top .people_slider_state, .p_top .cross_slider_state {
  font-weight: 500;
}

.p_top .mv_scroll, .p_top .crew_grid .item_leading, .p_top .crew_grid .item_title {
  font-weight: 600;
}

.p_top .mv_heading, .p_top .crew_grid .item_name, .p_top .about_grid .item_name {
  font-weight: 700;
}

.p_top .mv_heading {
  letter-spacing: -0.04em;
}

.p_top .people_grid .item_leading, .p_top .crew_grid .item_leading {
  letter-spacing: 0.02em;
}

.p_top .crew_grid .item_name, .p_top .about_grid .item_name {
  letter-spacing: 0.03em;
}

.p_top .people_slider_state, .p_top .mv_scroll, .p_top .cross_slider_state, .p_top .crew_grid .item_title {
  letter-spacing: 0.05em;
}

.p_top .crew_grid .item_name_txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 768px) {
  .p_top .crew_grid .item_leading {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.p_top .crew_grid .item_name_txt {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

@media only screen and (min-width: 768px) {
  .p_top .crew_grid .item_leading {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.p_top .mv_heading {
  position: absolute !important;
}

.p_top .about {
  position: relative;
  margin-top: 50px;
}
.p_top .about_decorate {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.p_top .about_decorate .shape {
  position: absolute;
}
.p_top .about_decorate .shape:nth-child(1) {
  top: 9.2%;
  left: -26.2%;
}
.p_top .about_decorate .shape:nth-child(2) {
  top: 45%;
  left: 90.6%;
}
@media only screen and (min-width: 768px) {
  .p_top .about_decorate .shape:nth-child(2) {
    top: -17.5%;
  }
}
.p_top .about_box {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .p_top .about_box {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.p_top .about_grid {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .p_top .about_grid {
    flex-wrap: nowrap;
    gap: 0;
    margin-top: 56px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.p_top .about_grid .item {
  width: 100%;
  width: clamp(50% - 10px, (640px - 100vw) * 1000, 100%);
}
@media only screen and (min-width: 768px) {
  .p_top .about_grid .item_link_block:hover .item_figure::after {
    background-color: rgba(13, 26, 13, 0);
  }
  .p_top .about_grid .item_link_block:hover .item_figure img {
    transform: scale(1.05);
  }
}
.p_top .about_grid .item_box {
  position: relative;
}
.p_top .about_grid .item_name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  align-items: center;
  line-height: 1.5;
  color: #FFFFFF;
  padding: 10px;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .p_top .about_grid .item_name {
    min-height: 90px;
    padding: 22px 10px 22px 10px;
  }
}
.p_top .about_grid .item_name_txt {
  width: auto;
}
.p_top .about_grid .item .btn_arrow_wrap .icon {
  border: 1px solid #FFFFFF;
  background-color: rgba(13, 26, 13, 0.2);
}
.p_top .about_grid .item .btn_arrow_wrap .icon::before {
  background-image: url(../images/common/icon_arrow_w.svg);
}
.p_top .about_grid .item .btn_blank_wrap .icon {
  border: 1px solid #FFFFFF;
  background-color: rgba(13, 26, 13, 0.2);
}
.p_top .about_grid .item .btn_blank_wrap .icon::before {
  background-image: url(../images/common/icon_blank_w.svg);
}
.p_top .about_grid .item_figure {
  overflow: hidden;
  position: relative;
  z-index: 0;
  aspect-ratio: 320/300;
}
.p_top .about_grid .item_figure img {
  transform: scale(1.001);
  transition: transform 300ms ease-out;
}
@media only screen and (min-width: 768px) {
  .p_top .about_grid .item_figure img {
    aspect-ratio: 320/300;
    object-fit: cover;
    object-position: center;
  }
}
.p_top .about_grid .item_figure::after {
  content: "";
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(13, 26, 13, 0.36);
  transition: 300ms ease-out;
}
.p_top .about_more {
  width: 295px;
  max-width: 100%;
  gap: 20px 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .p_top .about_more {
    width: 630px;
    align-items: flex-end;
    margin-top: 48px;
  }
}
.p_top .about_more .item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p_top .about_more .item {
    width: 100%;
  }
}
.p_top .about_more .btn {
  width: 100%;
}
@keyframes kf_play_txt_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p_top .crew {
  position: relative;
  background-color: #fff;
}
.p_top .crew::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
}
.p_top .crew_decorate {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p_top .crew_decorate .shape {
  position: absolute;
}
.p_top .crew_decorate .shape:nth-child(1) {
  top: 26.8%;
  left: -25.5%;
}
.p_top .crew_box {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .p_top .crew_box {
    padding-top: 123px;
    padding-bottom: 150px;
  }
}
.p_top .crew_grid {
  gap: 30px 40px;
}
@media only screen and (min-width: 768px) {
  .p_top .crew_grid {
    flex-wrap: wrap;
  }
}
.p_top .crew_grid .item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p_top .crew_grid .item {
    width: calc(33.33% - 27px);
    width: clamp(33.33% - 27px, (1024px - 100vw) * 1000, 50% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .p_top .crew_grid .item_link:hover .item_figure img {
    transform: scale(1.05);
  }
}
.p_top .crew_grid .item_title {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #00780e;
}
@media only screen and (min-width: 768px) {
  .p_top .crew_grid .item_title {
    font-size: 2.56rem;
  }
}
.p_top .crew_grid .item_leading {
  line-height: 1.6;
  margin-top: 9px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .p_top .crew_grid .item_leading {
    min-height: 65px;
    margin-bottom: 22px;
  }
}
.p_top .crew_grid .item_box {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(70, 70, 70, 0.16);
}
.p_top .crew_grid .item_figure {
  overflow: hidden;
}
.p_top .crew_grid .item_figure img {
  transform: scale(1.001);
  transition: 500ms ease-out;
}
.p_top .crew_grid .item_name {
  line-height: 1.5;
  color: #00780e;
  min-height: 60px;
  align-items: center;
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
  .p_top .crew_grid .item_name {
    min-height: 90px;
    padding: 23px 20px;
    justify-content: space-between;
  }
}
.p_top .crew_grid .item_name_txt {
  width: calc(100% - 50px);
}
.p_top .cross_talk {
  position: relative;
}
.p_top .cross_talk_decorate {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p_top .cross_talk_decorate .shape {
  position: absolute;
}
.p_top .cross_talk_decorate .shape:nth-child(1) {
  display: none;
  top: 20px;
  left: -25.6%;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_talk_decorate .shape:nth-child(1) {
    top: -58.7%;
  }
}
.p_top .cross_talk_decorate .shape:nth-child(2) {
  left: 87.6%;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_talk_decorate .shape:nth-child(2) {
    top: -31.5%;
  }
}
.p_top .cross_talk_box {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_talk_box {
    padding-top: 62px;
    padding-bottom: 175px;
  }
}
.p_top .cross_talk_grid {
  gap: 40px;
  margin-top: 40px;
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_talk_grid {
    margin-top: 55px;
  }
}
.p_top .cross_talk__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_talk__btn {
    margin-top: 60px;
  }
}
.p_top .cross_slider .slick-list {
  overflow: visible;
}
.p_top .cross_slider .slick-slide {
  width: 37.5vw;
  min-width: 260px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_slider .slick-slide {
    max-width: 600px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p_top .cross_slider .slick-slide.slick-center .item {
  padding: 0;
}
.p_top .cross_slider_group {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.p_top .cross_slider .item {
  transition: padding 500ms ease-out;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_slider .item_link:hover .item_avatar img {
    transform: scale(1.05);
  }
}
.p_top .cross_slider .item_block {
  display: block;
  box-shadow: 0 0 6px 0 rgba(70, 70, 70, 0.16);
}
.p_top .cross_slider .item_avatar {
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 560/256;
}
.p_top .cross_slider .item_avatar img {
  aspect-ratio: 560/256;
  transition: 450ms ease-out;
  object-fit: cover;
  object-position: center;
}
.p_top .cross_slider .item_info {
  background-color: #FFFFFF;
  min-height: 234px;
  padding: 10px 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_slider .item_info {
    padding: 20px 20px 70px;
    min-height: 210px;
    height: 210px;
  }
}
.p_top .cross_slider .item_info .icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_slider .item_info .icon {
    width: 45px;
    right: 20px;
    bottom: 20px;
  }
}
.p_top .cross_slider .item_title {
  color: #00780e;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_slider .item_title {
    font-size: min(1.6rem + 4 / 832 * (100vw - 768px), 2rem);
  }
}
.p_top .cross_slider .item_lead_txt {
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_slider .item_lead_txt {
    margin-top: 14px;
    font-size: 1.6rem;
  }
}
.p_top .cross_slider_arrow {
  align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_slider_arrow {
    margin-top: 31px;
  }
}
.p_top .cross_slider_arrow .icon {
  cursor: pointer;
  display: block;
}
.p_top .cross_slider_arrow .item_prev::before, .p_top .cross_slider_arrow .item_prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.p_top .cross_slider_state {
  color: #00780e;
  margin-left: 20px;
  margin-right: 20px;
}
.p_top .cross_slide {
  position: relative;
}
.p_top .cross_slide__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  max-width: 700px;
  margin-inline: auto;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_slide__arrow {
    width: calc(37.5vw + 40px + 60px);
  }
}
.p_top .cross_slide__arrow .icon {
  cursor: pointer;
  display: block;
  border-color: #00780e;
  background-color: #00780e;
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .p_top .cross_slide__arrow .icon {
    width: 60px;
  }
}
.p_top .cross_slide__arrow .icon::before {
  width: 12px;
  height: 12px;
  opacity: 0;
}
.p_top .cross_slide__arrow .icon::after {
  width: 12px;
  height: 12px;
  opacity: 1;
}
.p_top .cross_slide__arrow .icon:hover {
  background-color: #fff;
  border-color: #adcb00;
}
.p_top .cross_slide__arrow .icon:hover::before {
  opacity: 1;
}
.p_top .cross_slide__arrow .icon:hover::after {
  opacity: 0;
}
.p_top .cross_slide__arrow .prev-arrow::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p_top .cross_slide__arrow .prev-arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p_top .cross_slide__dots {
  margin-top: 20px;
}
.p_top .cross_slide__dots .dots-wrap {
  display: flex;
  justify-content: center;
}
.p_top .cross_slide__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_top .cross_slide__dots .dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.p_top .cross_slide__dots .dots-wrap li:hover,
.p_top .cross_slide__dots .dots-wrap li.slick-active {
  background: #00780e;
}
.p_top .cross_slide__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_top .mv {
  position: relative;
  height: 500px;
  max-height: calc(100lvh - 160px - 72px);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p_top .mv {
    height: 125vh;
    max-height: 125vh;
  }
}
.p_top .mv_cover {
  width: 100%;
  height: 100%;
  position: relative;
}
.p_top .mv_cover::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.8) 80%, #161616 100%);
}
.p_top .mv_cover video,
.p_top .mv_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_top .mv_heading {
  width: 356px;
  max-width: calc(100% - 40px);
  left: 20px;
  bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .p_top .mv_heading {
    width: 408px;
    max-width: 55%;
    bottom: auto;
    left: auto;
    top: 46.5%;
    right: 13.5%;
  }
}
.p_top .mv_scroll {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: -4px;
  bottom: 41px;
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .p_top .mv_scroll {
    right: -1px;
    bottom: 44px;
    cursor: pointer;
  }
}
.p_top .mv_scroll::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("../images/common/icon_arrow_w.svg");
  background-size: 10px 9px;
  background-repeat: no-repeat;
  margin-left: 7px;
}
.p_top .people_box {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .p_top .people_box {
    padding-top: 62px;
    padding-bottom: 89px;
  }
}
.p_top .people_grid {
  gap: 40px 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p_top .people_grid {
    /* width: calc(1160px + (100vw - 1160px) * 0.5); */
    width: calc(1560px + (100vw - 1560px) * 0.5);
    max-width: 100%;
    margin-left: auto;
  }
}
.p_top .people_grid .item_l {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p_top .people_grid .item_l {
    width: 360px;
    padding-top: 40px;
  }
}
.p_top .people_grid .item_r {
  margin-right: -20px;
}
@media only screen and (min-width: 768px) {
  .p_top .people_grid .item_r {
    width: calc(100% - 360px - 40px);
    padding-top: 2px;
    margin-right: 0;
  }
}
.p_top .people_grid .item_leading {
  line-height: 1.6875;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .p_top .people_grid .item_leading {
    margin-top: 45px;
    margin-bottom: 38px;
    padding-right: 20px;
  }
}
.p_top .people__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p_top .people__btn {
    margin-top: 60px;
  }
}
.p_top .people_slider .slick-list {
  overflow: visible;
}
.p_top .people_slider .slick-slide {
  width: 37.5vw;
  min-width: 260px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .p_top .people_slider .slick-slide {
    max-width: 600px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p_top .people_slider .slick-slide.slick-center .item {
  padding: 0;
}
.p_top .people_slider_group {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media only screen and (min-width: 768px) {
  .p_top .people_slider_group {
    padding-top: 55px;
  }
}
.p_top .people_slider .item {
  transition: padding 500ms ease-out;
}
@media only screen and (min-width: 768px) {
  .p_top .people_slider .item_link:hover .item_avatar img {
    transform: scale(1.05);
  }
}
.p_top .people_slider .item_block {
  display: block;
  box-shadow: 0 0 6px 0 rgba(70, 70, 70, 0.16);
}
.p_top .people_slider .item_avatar {
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 560/256;
}
.p_top .people_slider .item_avatar img {
  aspect-ratio: 560/256;
  transition: 450ms ease-out;
  object-fit: cover;
  object-position: center;
}
.p_top .people_slider .item_info {
  background-color: #FFFFFF;
  min-height: 200px;
  padding: 10px 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p_top .people_slider .item_info {
    padding: 25px 85px 20px 20px;
    min-height: 210px;
    height: 210px;
  }
}
.p_top .people_slider .item_info .icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .p_top .people_slider .item_info .icon {
    width: 45px;
    right: 20px;
    bottom: 20px;
  }
}
.p_top .people_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_top .people_slider .item_job {
    font-size: 1.5rem;
  }
}
.p_top .people_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_top .people_slider .item_lead_txt {
    margin-top: 14px;
    font-size: min(1.6rem + 4 / 832 * (100vw - 768px), 2rem);
  }
}
.p_top .people_slider_arrow {
  align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p_top .people_slider_arrow {
    margin-top: 31px;
  }
}
.p_top .people_slider_arrow .icon {
  cursor: pointer;
  display: block;
}
.p_top .people_slider_arrow .item_prev::before, .p_top .people_slider_arrow .item_prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.p_top .people_slider_state {
  color: #00780e;
  margin-left: 20px;
  margin-right: 20px;
}
.p_top .people_slide {
  position: relative;
}
.p_top .people_slide__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  max-width: 700px;
  margin-inline: auto;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p_top .people_slide__arrow {
    margin-top: 31px;
    width: calc(37.5vw + 40px + 60px);
  }
}
.p_top .people_slide__arrow .icon {
  cursor: pointer;
  display: block;
  background-color: #fff;
  width: 40px;
  border-color: #00780e;
  background-color: #00780e;
}
@media only screen and (min-width: 768px) {
  .p_top .people_slide__arrow .icon {
    width: 60px;
  }
}
.p_top .people_slide__arrow .icon::before {
  width: 12px;
  height: 12px;
  opacity: 0;
}
.p_top .people_slide__arrow .icon::after {
  width: 12px;
  height: 12px;
  opacity: 1;
}
.p_top .people_slide__arrow .icon:hover {
  background-color: #fff;
  border-color: #adcb00;
}
.p_top .people_slide__arrow .icon:hover::before {
  opacity: 1;
}
.p_top .people_slide__arrow .icon:hover::after {
  opacity: 0;
}
.p_top .people_slide__arrow .prev-arrow::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p_top .people_slide__arrow .prev-arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p_top .people_slide__dots {
  margin-top: 20px;
}
.p_top .people_slide__dots .dots-wrap {
  display: flex;
  justify-content: center;
}
.p_top .people_slide__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_top .people_slide__dots .dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.p_top .people_slide__dots .dots-wrap li:hover,
.p_top .people_slide__dots .dots-wrap li.slick-active {
  background: #00780e;
}
.p_top .people_slide__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_top .welfare {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .p_top .welfare {
    padding-top: 124px;
    padding-bottom: 150px;
  }
}
.p_top .welfare_box {
  position: relative;
  z-index: 1;
}
.p_top .welfare_more {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(70, 70, 70, 0.16);
  position: relative;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p_top .welfare_more {
    margin-top: 57px;
  }
  .p_top .welfare_more:hover .item_thumb img {
    transform: scale(1.05);
  }
}
.p_top .welfare_more .item_thumb {
  overflow: hidden;
}
.p_top .welfare_more .item_thumb img {
  transform: scale(1.001);
  transition: 500ms ease-out;
  transform-origin: 25% 50%;
}
.p_top .welfare_more .btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p_top .welfare_more .btn {
    width: 560px;
    max-width: calc(100% - 40px);
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

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