@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/* イージング
_______________________________________________________________________________________________________*/
/*
 * Easing function
 * Original：http://easings.net/
 */
.p_employee {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p_employee {
    padding-bottom: 201px;
  }
}
.p_employee .inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-left: clamp(
      1.25rem,
      18.1818181818vw + -2.3863636364rem,
      1.875rem
  );
  padding-right: clamp(
      1.25rem,
      18.1818181818vw + -2.3863636364rem,
      1.875rem
  );
}
@media screen and (min-width: 768px) {
  .p_employee .inner {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p_employee .intro {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .p_employee .intro {
    padding-top: 71px;
  }
}
.p_employee .intro_txt {
  font-weight: 900;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p_employee .intro_txt {
    font-size: 1.25rem;
  }
}
.p_employee .intro_image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_employee .intro_image {
    width: 100%;
  }
}
.p_employee .intro_image_wrap {
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_employee .intro_image_wrap {
    margin-top: 34px;
  }
}
.p_employee .block {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p_employee .block {
    margin-top: 134px;
  }
  .p_employee .block + .block {
    margin-top: 181px;
  }
}
.p_employee .block_title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p_employee .block_title {
    font-size: 3.125rem;
  }
}
.p_employee .block_title_txt {
  background: #0096DC none repeat scroll 0 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 4px 10px;
}
@media screen and (min-width: 768px) {
  .p_employee .block_title_txt {
    padding: 8px 20px 10px;
  }
}
.p_employee .block_lists {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 40px 0;
}
@media screen and (min-width: 768px) {
  .p_employee .block_lists {
    flex-wrap: wrap;
    gap: 68px 0;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 55px;
  }
}
.p_employee .block_lists.flex_start {
  align-items: flex-start;
}
.p_employee .block_lists .item {
  width: 100%;
  border-radius: 20px;
  position: relative;
  background-color: #e6e6e6;
  padding: 30px 14px;
}
@media screen and (min-width: 768px) {
  .p_employee .block_lists .item {
    width: 540px;
    max-width: calc(50% - 10px);
    border-radius: 30px;
    padding: 39px 60px 38px;
    padding: 39px clamp(
      1.25rem,
      6.3291139241vw + -1.7879746835rem,
      3.75rem
  ) 38px;
  }
}
.p_employee .block_lists .item::after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: -26px;
  border-top: 14px solid #e6e6e6;
  border-left: 11px solid #e6e6e6;
  border-right: 11px solid transparent;
  border-bottom: 14px solid transparent;
}
.p_employee .block_lists .item_group {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_employee .block_lists .item_group {
    width: 540px;
    max-width: calc(50% - 10px);
  }
}
.p_employee .block_lists .item_group .item {
  max-width: 100%;
}
.p_employee .block_lists .item_group .item + .item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_employee .block_lists .item_group .item + .item {
    margin-top: 68px;
  }
}
.p_employee .block_lists .item_txt {
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_employee .block_lists .item_txt {
    font-size: 1.125rem;
  }
}
/*# sourceMappingURL=employee.css.map */
