/*--------------------------------------------------------------------------
  workstyle
---------------------------------------------------------------------------*/
.workstyle {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}

.workstyle_gallery_splide {
  margin-inline: 50px;
}

.workstyle_gallery_splide_item {
  position: relative;
  height: 516px;
}

.workstyle_gallery_splide_info {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 20px;
  color: #FFF;
  background: rgba(62, 58, 57, .80);
}

.workstyle_gallery_splide_info_title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

.workstyle_gallery_splide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__track--nav>.splide__list>.splide__slide,
.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: none;
}
.splide__track--nav>.splide__list>.splide__slide {
  opacity: .5;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
  opacity: 1;
}

.workstyle_gallery_splide_thumb {
  margin-top: 10px;
}

.workstyle_gallery_splide_thumb_item {
  height: 82px;
}

.splide__arrow {
  width: 18px;
  height: 38px;
  background: url(../img/workstyle/slider_arrow.svg) no-repeat center;
  background-size: contain;
  opacity: 1;
  font-size: 0;
}
.splide__arrow--prev {
  left: -50px;
  transform: rotate(180deg) translateY(50%);
}
.splide__arrow--next {
  right: -50px;
}

.workstyle_benefit-system_logo {
  max-width: 400px;
  margin-inline: auto;
  padding-top: 40px;
}

.workstyle_benefit-system_list-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-block: 16px 24px;
  font-size: 24px;
}
.workstyle_benefit-system_list-title::before {
  content: "";
  width: 40px;
  height: 4px;
  background: #00BEF0;
}

.workstyle_benefit-system_list-pickup {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.workstyle_benefit-system_list-pickup_item {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
  padding-bottom: 40px;
  color: #FFF;
  background: #3E3A39;
}
.workstyle_benefit-system_list-pickup_item:nth-last-child(odd) {
  margin-left: 40px;
}
.workstyle_benefit-system_list-pickup_item:nth-last-child(even) {
  margin-right: 40px;
}

.workstyle_benefit-system_list-pickup_img {
  margin-top: -40px;
}
.workstyle_benefit-system_list-pickup_item:nth-last-child(odd) .workstyle_benefit-system_list-pickup_img {
  margin-left: -40px;
}
.workstyle_benefit-system_list-pickup_item:nth-last-child(even) .workstyle_benefit-system_list-pickup_img {
  margin-right: -40px;
}

.workstyle_benefit-system_list-pickup_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}
.workstyle_benefit-system_list-pickup_item:nth-last-child(odd) .workstyle_benefit-system_list-pickup_info {
  padding-right: 40px;
}
.workstyle_benefit-system_list-pickup_item:nth-last-child(even) .workstyle_benefit-system_list-pickup_info {
  padding-left: 40px;
}

.workstyle_benefit-system_list-pickup_title {
  font-size: 24px;
  font-weight: 500;
}

.workstyle_benefit-system_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.workstyle_benefit-system_list_title {
  position: relative;
  z-index: 1;
  margin-right: 40px;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #FFF;
  background: #3E3A39;
  line-height: normal;
}

.workstyle_benefit-system_list_text {
  box-sizing: border-box;
  min-height: 160px;
  height: calc(100% - 45px);
  margin-top: -30px;
  padding: 60px 30px 30px 30px;
  background: #F0F8F3;
}

.workstyle_numbers_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #F0F8F3;
}

.workstyle_numbers_title {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #00913A;
}

.workstyle_numbers_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.workstyle_numbers_list_item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: calc((100% - 40px) / 3);
  padding: 20px;
  background: #FFF;
}
.workstyle_numbers_list_item-full {
  width: 100%;
}
.workstyle_numbers_list_item-half {
  width: calc((100% - 20px) / 2);
}

.workstyle_numbers_list_item_title {
  font-size: 24px;
  font-weight: 500;
}

.workstyle_numbers_list_item_number {
  font-size: 30px;
  line-height: normal;
}
.workstyle_numbers_list_item_number-column {
  display: flex;
  gap: 10px;
}
.workstyle_numbers_list_item_number_small {
  font-size: 16px;
  font-weight: normal;
}

.workstyle_numbers_list_item_graph {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.workstyle_numbers_list_item_graph_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.workstyle_numbers_list_item_graph_info_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.workstyle_numbers_list_item_graph_info_item::before {
  content: "";
  width: 30px;
  height: 30px;
}
.workstyle_numbers_list_item_graph_info_item:first-child:before {
  background: #D32A2C;
}
.workstyle_numbers_list_item_graph_info_item:nth-child(2):before {
  background: #EAC700;
}
.workstyle_numbers_list_item_graph_info_item:nth-child(3):before {
  background: #1AA454;
}
.workstyle_numbers_list_item_graph_info_item:nth-child(4):before {
  background: #009FE3;
}

@media screen and (max-width: 640px) {
  .workstyle img {
    width: 100%;
    height: auto;
  }

  .workstyle_gallery_splide {
    margin-inline: 20px;
  }

  .workstyle_gallery_splide_item {
    height: 40vw;
  }

  .splide__arrow--next {
    right: -28px;
  }
  .splide__arrow--prev {
    left: -28px;
  }

  .workstyle_gallery_splide_info {
    display: none;
  }

  .workstyle_gallery_splide_thumb_item {
    height: 60px;
  }

  .workstyle_benefit-system_list-title {
    padding-bottom: 0;
  }

  .workstyle_benefit-system_list {
    grid-template-columns: 1fr;
  }

  .workstyle_benefit-system_list_text {
    min-height: 0;
    height: auto;
  }

  .workstyle_benefit-system_list-pickup_item,
  .workstyle_benefit-system_list-pickup_item:nth-last-child(odd),
  .workstyle_benefit-system_list-pickup_item:nth-last-child(even) {
    margin: 0;
  }
  .workstyle_benefit-system_list-pickup_item:nth-last-child(even) .workstyle_benefit-system_list-pickup_info {
    order: 2;
  }
  .workstyle_benefit-system_list-pickup_item {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .workstyle_benefit-system_list-pickup_img,
  .workstyle_benefit-system_list-pickup_item:nth-last-child(odd) .workstyle_benefit-system_list-pickup_img,
  .workstyle_benefit-system_list-pickup_item:nth-last-child(even) .workstyle_benefit-system_list-pickup_img{
    margin: 0;
  }

  .workstyle_benefit-system_list-pickup_info {
    padding: 20px;
  }
  .workstyle_benefit-system_list-pickup_item:nth-last-child(odd) .workstyle_benefit-system_list-pickup_info {
    padding-right: 20px;
  }
  .workstyle_benefit-system_list-pickup_item:nth-last-child(even) .workstyle_benefit-system_list-pickup_info {
    padding-left: 20px;
  }

  .workstyle_benefit-system_list_text {
    padding: 50px 20px 20px 20px;
  }

  .workstyle_numbers_title {
    font-size: 28px;
  }

  .workstyle_numbers_list_item {
    width: 100%;
  }

  .workstyle_numbers_list_item_title {
    font-size: 20px;
  }

  .workstyle_numbers_list_item_number {
    font-size: 22px;
  }
  .workstyle_numbers_list_item_number_small {
    font-size: 14px;
  }

  .workstyle_numbers_list_item_graph {
    flex-direction: column;
    gap: 20px;
  }

  .workstyle_numbers_list_item_graph_img {
    margin-inline: 20px;
  }
}