.data .m-box-mv {
  background: url("/img/data/img_mv_pc.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .data .m-box-mv {
    background-image: url("/img/data/img_mv_sp.jpg");
  }
}
.data .m-box-mv .data-hdg-img {
  width: 100%;
}
.data .m-lyt-contents-wrap {
  background: #FFF2E5;
  margin-top: 0;
  padding: 0;
}
.data .m-lyt-contents-wrap .m-lyt {
  margin-top: 0;
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .data .m-lyt-contents-wrap .m-lyt {
    padding: 60px 0;
  }
}
.data .m-list-notice {
  margin-top: 0;
}
.data .m-list-notice-item {
  margin-top: 0;
  display: inline-block;
}
.data .m-link-text {
  display: inline-block;
  margin-top: 16px;
}
@media screen and (max-width: 992px) {
  .data .m-link-text {
    margin-top: 14px;
  }
}
.data-hdg {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .data-hdg {
    font-size: 1.8rem;
  }
}
.data-text {
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .data-text {
    font-size: 1.6rem;
  }
}
.data .type-gray {
  color: #97999b;
}
.data .m-box-column {
  width: 100%;
}
.data .m-box-column + .m-box-column {
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .data .m-box-column + .m-box-column {
    margin-top: 15px;
  }
}
.data .m-box-column-item {
  max-width: 437px;
  background: #ffffff;
  box-sizing: border-box;
}
.data .m-box-column-item + .m-box-column-item {
  margin-left: 25px;
}
@media screen and (max-width: 992px) {
  .data .m-box-column-item + .m-box-column-item {
    margin: 15px 0 0 0;
  }
}
.data .m-box-column-item.type-wrap {
  background: none;
}
.data .m-box-column-item.type-wrap > .m-box-column {
  flex-wrap: wrap;
}
.data .m-box-column-item.type-wrap .m-box-column-item + .data-company-05, .data .m-box-column-item.type-wrap .m-box-column-item + .data-workplace-04 {
  margin-left: 0;
}
.data .m-box-column-item.data-workplace-01, .data .m-box-column-item.data-human-01, .data .m-box-column-item.data-human-08, .data .m-box-column-item.data-human-09, .data .m-box-column-item.data-human-10 {
  max-width: 900px;
}
@media screen and (max-width: 992px) {
  .data .m-box-column-item.data-workplace-01 {
    max-width: 437px;
  }
}
.data .m-box-column-item.data-human-02 {
  max-width: 325px;
}
@media screen and (max-width: 992px) {
  .data .m-box-column-item.data-human-02 {
    max-width: none;
  }
}
.data .m-box-column-item.data-human-03 {
  max-width: 550px;
}
.data .m-box-column-item .data-img {
  width: auto;
}
.data .m-box-column.data-member {
  display: -ms-grid;
  display: grid;
  max-width: 900px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin: 25px auto 0;
  gap: 25px;
}
@media screen and (max-width: 992px) {
  .data .m-box-column.data-member {
    width: 500px;
    display: flex;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .data .m-box-column.data-member {
    width: 100%;
    max-width: 500px;
  }
}
.data .m-box-grid {
  display: -ms-grid;
  display: grid;
  width: 900px;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 25px 1fr;
  -ms-grid-rows: 1fr 25px 1fr;
  grid-template-rows: 1fr 25px 1fr;
  margin: 25px auto 0;
}
@media screen and (max-width: 992px) {
  .data .m-box-grid {
    width: auto;
    display: block;
  }
}
.data .m-box-grid-item {
  background: #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .data .m-box-grid-item {
    width: 100%;
    max-width: 437px;
    margin: 15px auto 0;
  }
}
.data .m-box-grid-item.type-01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.data .m-box-grid-item.type-02 {
  -ms-grid-row: 1;
  grid-row: 1/1;
  -ms-grid-column: 3;
  grid-column: 3/3;
}
.data .m-box-grid-item.type-03 {
  -ms-grid-row: 3;
  grid-row: 3/3;
  -ms-grid-column: 3;
  grid-column: 3/3;
}
.data-company-01 {
  max-height: 311px;
  padding: 40px 0 30px;
}
@media screen and (max-width: 992px) {
  .data-company-01 {
    padding: 30px 0;
  }
}
.data-company-01 .m-box-column {
  margin-top: 18px;
}
@media screen and (max-width: 992px) {
  .data-company-01 .m-box-column {
    margin-top: 30px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.data-company-01 .m-box-column-item {
  width: auto;
}
@media screen and (max-width: 992px) {
  .data-company-01 .m-box-column-item + .m-box-column-item {
    margin: 0 0 0 15px;
  }
}
.data-company-01 .m-box-column .data-text {
  width: 144px;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .data-company-01 .m-box-column .data-text {
    line-height: 1;
    width: 155px;
  }
}
.data-company-01 .m-box-column .data-text .m-text-alphanumeric {
  font-size: 5rem;
}
.data-company-01 .m-box-column .data-text .type-gray {
  font-size: 2.5rem;
}
@media screen and (max-width: 992px) {
  .data-company-01 .m-box-column .data-text .type-gray {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .data-company-01 .m-box-column .data-img {
    max-width: 103px;
  }
}
.data-company-02 {
  max-height: 311px;
  padding: 40px 0 44px;
}
@media screen and (max-width: 992px) {
  .data-company-02 {
    padding: 30px 0 20px;
  }
}
.data-company-02 .m-box-column {
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .data-company-02 .m-box-column {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .data-company-02 .m-box-column-item + .m-box-column-item {
    margin: 0 0 0 30px;
  }
}
.data-company-02 .m-box-column .data-text .m-text-alphanumeric {
  font-size: 7rem;
}
@media screen and (max-width: 992px) {
  .data-company-02 .m-box-column .data-text .m-text-alphanumeric {
    font-size: 5rem;
  }
}
.data-company-02 .m-box-column .data-text .type-gray {
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  .data-company-02 .m-box-column .data-text .type-gray {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .data-company-02 .m-box-column .data-img {
    max-width: 150px;
  }
}
.data-company-03 {
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .data-company-03 {
    height: 396px;
    padding-top: 30px;
  }
}
.data-company-03 .data-wrap {
  position: relative;
  margin-top: 72px;
}
@media screen and (max-width: 992px) {
  .data-company-03 .data-wrap {
    margin-top: 54px;
  }
}
.data-company-03 .data-wrap .data-img {
  margin-left: -30px;
}
@media screen and (max-width: 992px) {
  .data-company-03 .data-wrap .data-img {
    margin-left: -20px;
    width: 174px;
  }
}
.data-company-03 .data-wrap .data-text {
  position: absolute;
}
@media screen and (max-width: 992px) {
  .data-company-03 .data-wrap .data-text {
    font-size: 1.2rem;
  }
}
.data-company-03 .data-wrap .data-text.data-01 {
  right: 6%;
  top: 86%;
}
@media screen and (max-width: 992px) {
  .data-company-03 .data-wrap .data-text.data-01 {
    right: 10%;
    top: 85%;
  }
}
.data-company-03 .data-wrap .data-text.data-02 {
  left: 8%;
  top: 84%;
}
@media screen and (max-width: 992px) {
  .data-company-03 .data-wrap .data-text.data-02 {
    left: 12%;
    top: 86%;
  }
}
.data-company-03 .data-wrap .data-text.data-03 {
  left: 52%;
  top: -14%;
}
.data-company-03 .data-wrap .data-text .m-text-alphanumeric {
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .data-company-03 .data-wrap .data-text .m-text-alphanumeric {
    font-size: 4rem;
  }
}
.data-company-03 .data-wrap .data-text .type-gray {
  font-size: 3.5rem;
}
@media screen and (max-width: 992px) {
  .data-company-03 .data-wrap .data-text .type-gray {
    font-size: 2.4rem;
  }
}
.data-company-04, .data-company-05, .data-company-06 {
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .data-company-04, .data-company-05, .data-company-06 {
    padding-top: 30px;
  }
}
.data-company-04 .m-box-column, .data-company-05 .m-box-column, .data-company-06 .m-box-column {
  margin-top: 22px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .data-company-04 .m-box-column, .data-company-05 .m-box-column, .data-company-06 .m-box-column {
    margin-top: 20px;
    flex-wrap: nowrap;
  }
}
.data-company-04 .m-box-column-item, .data-company-05 .m-box-column-item, .data-company-06 .m-box-column-item {
  width: auto;
}
.data-company-04 .m-box-column-item + .m-box-column-item, .data-company-05 .m-box-column-item + .m-box-column-item, .data-company-06 .m-box-column-item + .m-box-column-item {
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .data-company-04 .m-box-column-item + .m-box-column-item, .data-company-05 .m-box-column-item + .m-box-column-item, .data-company-06 .m-box-column-item + .m-box-column-item {
    margin: 0 0 0 6px;
  }
}
.data-company-04 .m-box-column-item.type-center, .data-company-05 .m-box-column-item.type-center, .data-company-06 .m-box-column-item.type-center {
  width: 94px;
}
@media screen and (max-width: 992px) {
  .data-company-04 .m-box-column-item.type-center, .data-company-05 .m-box-column-item.type-center, .data-company-06 .m-box-column-item.type-center {
    width: 84px;
  }
}
@media screen and (max-width: 992px) {
  .data-company-04 .m-box-column-item.type-center .data-img, .data-company-05 .m-box-column-item.type-center .data-img, .data-company-06 .m-box-column-item.type-center .data-img {
    max-height: 56px;
  }
}
@media screen and (max-width: 992px) {
  .data-company-04 .m-box-column-item .data-img, .data-company-05 .m-box-column-item .data-img, .data-company-06 .m-box-column-item .data-img {
    max-height: 115px;
  }
}
.data-company-04 .m-box-column .data-text .m-text-alphanumeric, .data-company-05 .m-box-column .data-text .m-text-alphanumeric, .data-company-06 .m-box-column .data-text .m-text-alphanumeric {
  font-size: 6rem;
}
@media screen and (max-width: 992px) {
  .data-company-04 .m-box-column .data-text .m-text-alphanumeric, .data-company-05 .m-box-column .data-text .m-text-alphanumeric, .data-company-06 .m-box-column .data-text .m-text-alphanumeric {
    font-size: 5rem;
  }
}
.data-company-04 .m-box-column .data-text .type-gray, .data-company-05 .m-box-column .data-text .type-gray, .data-company-06 .m-box-column .data-text .type-gray {
  font-size: 3rem;
}
.data-company-07 {
  max-height: 311px;
  padding: 40px 0 30px;
  margin-left: 0 !important;
}
@media screen and (max-width: 992px) {
  .data-company-07 {
    width: 100% !important;
    margin-top: 0 !important;
    padding: 30px 0;
  }
}
.data-company-07 .m-box-column {
  margin-top: 18px;
}
@media screen and (max-width: 992px) {
  .data-company-07 .m-box-column {
    margin-top: 30px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.data-company-07 .m-box-column-item {
  width: auto;
}
.data-company-07 .m-box-column-item:first-child {
  width: 150px;
}
@media screen and (max-width: 992px) {
  .data-company-07 .m-box-column-item:first-child {
    width: auto;
  }
}
.data-company-07 .m-box-column-item:first-child .data-img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .data-company-07 .m-box-column-item + .m-box-column-item {
    margin: 0 0 0 15px;
  }
}
.data-company-07 .m-box-column .data-text {
  width: 144px;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .data-company-07 .m-box-column .data-text {
    line-height: 1;
    width: 155px;
  }
}
.data-company-07 .m-box-column .data-text .m-text-alphanumeric {
  font-size: 5rem;
}
.data-company-07 .m-box-column .data-text .type-gray {
  font-size: 2.5rem;
}
@media screen and (max-width: 992px) {
  .data-company-07 .m-box-column .data-text .type-gray {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .data-company-07 .m-box-column .data-img {
    max-width: 103px;
  }
}
.data-company .data-list {
  display: flex;
  justify-content: center;
  margin: 25px auto 0;
}
@media screen and (max-width: 992px) {
  .data-company .data-list {
    max-width: 437px;
    flex-wrap: wrap;
  }
}
.data-company .data-list-item {
  display: flex;
  flex-direction: column;
  width: 283px;
  height: 283px;
  position: relative;
  border-radius: 50%;
  background: #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .data-company .data-list-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
    background: none;
    width: 100%;
    height: auto;
  }
}
.data-company .data-list-item + .data-list-item {
  margin-left: 25px;
}
@media screen and (max-width: 992px) {
  .data-company .data-list-item + .data-list-item {
    margin: 15px 0 0;
  }
}
.data-company .data-list-item::before {
  content: "";
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .data-company .data-list-item .data-wrap {
    margin: 0 auto;
  }
}
.data-company .data-list-item .data-wrap .data-hdg {
  margin-top: 14px;
}
@media screen and (max-width: 992px) {
  .data-company .data-list-item .data-wrap .data-hdg {
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .data-company .data-list-item .data-wrap .data-text {
    margin-top: 8px;
    text-align: left;
  }
}
.data-company .data-list-item .data-wrap .data-text .m-text-alphanumeric {
  font-size: 5rem;
}
@media screen and (max-width: 992px) {
  .data-company .data-list-item .data-wrap .data-text .m-text-alphanumeric {
    font-size: 4rem;
  }
}
.data-company .data-list-item .data-wrap .data-text .type-gray {
  font-size: 3rem;
}
@media screen and (max-width: 992px) {
  .data-company .data-list-item .data-wrap .data-text .type-gray {
    font-size: 2.5rem;
  }
}
.data-workplace {
  background: #E5F9F7;
}
.data-workplace .m-box-grid {
  -ms-grid-rows: 246px 25px 397px;
  grid-template-rows: 246px 25px 397px;
}
.data-workplace-01 {
  padding: 40px 0 36px;
}
@media screen and (max-width: 992px) {
  .data-workplace-01 {
    padding: 40px 100px;
  }
}
@media screen and (max-width: 768px) {
  .data-workplace-01 {
    padding: 40px 76px;
  }
}
.data-workplace-01 .data-text {
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .data-workplace-01 .data-text {
    margin-top: 16px;
  }
}
.data-workplace-01 .data-text .m-text-alphanumeric {
  font-size: 10rem;
}
@media screen and (max-width: 992px) {
  .data-workplace-01 .data-text .m-text-alphanumeric {
    font-size: 7rem;
  }
}
.data-workplace-01 .data-text .type-gray {
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  .data-workplace-01 .data-text .type-gray {
    font-size: 3rem;
  }
}
.data-workplace-01 .m-box-column-item {
  width: auto;
}
@media screen and (max-width: 992px) {
  .data-workplace-01 .m-box-column-item:first-of-type, .data-workplace-01 .m-box-column-item:last-of-type {
    order: 1;
    margin-top: 40px;
  }
}
.data-workplace-01 .m-box-column-item:first-of-type .data-text {
  width: 292px;
}
@media screen and (max-width: 992px) {
  .data-workplace-01 .m-box-column-item:first-of-type .data-text {
    width: 222px;
  }
}
.data-workplace-01 .m-box-column-item:last-of-type .data-text {
  width: 170px;
}
@media screen and (max-width: 992px) {
  .data-workplace-01 .m-box-column-item:last-of-type .data-text {
    width: 160px;
  }
}
@media screen and (max-width: 992px) {
  .data-workplace-01 .m-box-column-item .data-img {
    width: 150px;
  }
}
.data-workplace-01 .m-box-column-item + .m-box-column-item {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .data-workplace-01 .m-box-column-item + .m-box-column-item {
    margin-left: 0;
  }
}
.data-workplace-02 {
  padding: 40px 35px 155px;
}
@media screen and (max-width: 992px) {
  .data-workplace-02 {
    padding: 30px 20px;
    height: 100%;
  }
}
.data-workplace-02 .data-dl {
  position: relative;
  margin-top: 86px;
}
@media screen and (max-width: 992px) {
  .data-workplace-02 .data-dl {
    margin-top: 30px;
  }
}
.data-workplace-02 .data-dl::before {
  content: "";
  position: absolute;
  left: 120px;
  top: -14px;
  width: 2px;
  height: 386px;
  background: #00BFB3;
}
@media screen and (max-width: 992px) {
  .data-workplace-02 .data-dl::before {
    left: 100px;
    top: -8px;
    height: 333px;
  }
}
.data-workplace-02 .data-dl-item {
  display: flex;
  align-items: center;
  height: 48px;
}
.data-workplace-02 .data-dl-item + .data-dl-item {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .data-workplace-02 .data-dl-item + .data-dl-item {
    margin-top: 20px;
  }
}
.data-workplace-02 .data-dl-item.data-01 .data-dl-text::before {
  background: #CCF2F0;
  width: 60px;
}
@media screen and (max-width: 992px) {
  .data-workplace-02 .data-dl-item.data-01 .data-dl-text::before {
    width: 40px;
  }
}
.data-workplace-02 .data-dl-item.data-02 .data-dl-text::before {
  background: #99E5E1;
  width: 33px;
}
@media screen and (max-width: 992px) {
  .data-workplace-02 .data-dl-item.data-02 .data-dl-text::before {
    width: 26px;
  }
}
.data-workplace-02 .data-dl-item.data-03 .data-dl-text::before {
  background: #66D8D1;
  width: 72px;
}
@media screen and (max-width: 992px) {
  .data-workplace-02 .data-dl-item.data-03 .data-dl-text::before {
    width: 50px;
  }
}
.data-workplace-02 .data-dl-item.data-04 .data-dl-text::before {
  background: #33CBC2;
  width: 84px;
}
@media screen and (max-width: 992px) {
  .data-workplace-02 .data-dl-item.data-04 .data-dl-text::before {
    width: 64px;
  }
}
.data-workplace-02 .data-dl-item.data-05 .data-dl-text::before {
  background: #00BFB3;
  width: 150px;
}
@media screen and (max-width: 992px) {
  .data-workplace-02 .data-dl-item.data-05 .data-dl-text::before {
    width: 116px;
  }
}
.data-workplace-02 .data-dl-hdg {
  display: inline-block;
  width: 100%;
  max-width: 102px;
  flex: 1;
  font-size: 1.8rem;
  padding: 15px 0;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .data-workplace-02 .data-dl-hdg {
    max-width: 90px;
    font-size: 1.6rem;
  }
}
.data-workplace-02 .data-dl-text::before {
  content: "";
  display: inline-block;
  height: 30px;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .data-workplace-02 .data-dl-text::before {
    margin-left: 10px;
  }
}
.data-workplace-02 .data-dl-text .m-text-alphanumeric {
  font-size: 4rem;
  margin-left: 15px;
}
.data-workplace-02 .data-dl-text .m-text-alphanumeric:not(.type-green) {
  color: #66D8D1;
}
.data-workplace-02 .data-dl-text .m-text-alphanumeric.type-gray {
  font-size: 2.5rem;
  color: #97999b;
  margin: 0;
}
.data-workplace-02 .m-list-notice {
  margin-top: 20px;
}
.data-workplace-03 {
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .data-workplace-03 {
    padding-top: 32px;
    height: 188px;
  }
}
.data-workplace-03 .m-box-column {
  margin-top: 24px;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .data-workplace-03 .m-box-column {
    margin-top: 16px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.data-workplace-03 .m-box-column-item {
  width: auto;
}
.data-workplace-03 .m-box-column-item + .m-box-column-item {
  margin: 0 0 0 25px;
}
.data-workplace-03 .m-box-column .data-text {
  line-height: 1;
}
.data-workplace-03 .m-box-column .data-text .m-text-alphanumeric {
  font-size: 7rem;
}
.data-workplace-03 .m-box-column .data-text .type-gray {
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  .data-workplace-03 .m-box-column .data-text .type-gray {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 992px) {
  .data-workplace-03 .m-box-column .data-img {
    max-width: 116px;
  }
}
.data-workplace-04 {
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .data-workplace-04 {
    padding-top: 32px;
    height: 345px;
  }
}
.data-workplace-04 .m-box-column {
  margin-top: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column {
    margin-top: 20px;
    flex-wrap: nowrap;
  }
}
.data-workplace-04 .m-box-column-item {
  width: auto;
}
.data-workplace-04 .m-box-column-item:first-of-type {
  width: auto;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column-item:first-of-type {
    width: 88px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column-item + .m-box-column-item {
    margin: 0 0 0 16px;
  }
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column-item:last-of-type {
    width: 192px;
  }
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column-item > .data-text {
    font-size: 1.4rem;
  }
}
.data-workplace-04 .m-box-column-item > .data-text:not(:first-of-type) {
  margin-top: 20px;
}
.data-workplace-04 .m-box-column-item > .m-list-notice {
  margin-top: 20px;
}
.data-workplace-04 .m-box-column .data-text-wrap {
  width: 224px;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column .data-text-wrap {
    width: 192px;
  }
}
.data-workplace-04 .m-box-column .m-link-text {
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column .m-link-text {
    font-size: 1.6rem;
  }
}
.data-workplace-04 .m-box-column .data-text {
  line-height: 1;
}
.data-workplace-04 .m-box-column .data-text:first-of-type .m-text-alphanumeric {
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column .data-text:first-of-type .m-text-alphanumeric {
    font-size: 3.5rem;
  }
}
.data-workplace-04 .m-box-column .data-text:first-of-type .type-gray {
  font-size: 2.5rem;
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column .data-text:first-of-type .type-gray {
    font-size: 2rem;
  }
}
.data-workplace-04 .m-box-column .data-text:last-of-type {
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column .data-text:last-of-type {
    margin-left: 0;
  }
}
.data-workplace-04 .m-box-column .data-text:last-of-type .m-text-alphanumeric {
  font-size: 6rem;
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column .data-text:last-of-type .m-text-alphanumeric {
    font-size: 5.5rem;
  }
}
.data-workplace-04 .m-box-column .data-text:last-of-type .type-gray {
  font-size: 3.5rem;
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column .data-text:last-of-type .type-gray {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .data-workplace-04 .m-box-column .data-img {
    width: 88px;
  }
}
.data-human .m-hdg-lv2 ~ .data-hdg {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .data-human .m-hdg-lv2 ~ .data-hdg {
    margin-top: 40px;
  }
}
.data-human-01 {
  padding: 40px 94px;
}
@media screen and (max-width: 992px) {
  .data-human-01 {
    padding: 30px 20px;
  }
}
.data-human-01 .data-dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .data-human-01 .data-dl {
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px 40px;
  }
  .data-human-01 .data-dl-item:nth-child(3) {
    grid-column: 1/-1;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.data-human-01 .data-dl-hdg {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .data-human-01 .data-dl-hdg {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.data-human-01 .data-dl-text .m-text-alphanumeric {
  font-size: 7rem;
}
.data-human-01 .data-dl-text .m-text-alphanumeric.type-gray {
  font-size: 4rem;
  font-weight: bold;
  color: #97999b;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .data-human-01 .data-dl-text .m-text-alphanumeric.type-gray {
    font-size: 4.5rem;
  }
}
.data-human-02 {
  height: 398px;
  padding: 40px 32px;
}
@media screen and (max-width: 992px) {
  .data-human-02 {
    height: 245px;
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .data-human-02 {
    padding: 30px 0 32px;
  }
}
.data-human-02 .data-wrap-reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 992px) {
  .data-human-02 .data-wrap-reverse {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
  }
}
.data-human-02 .data-wrap-reverse .data-text {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .data-human-02 .data-wrap-reverse .data-text {
    margin: 18px 0 0 18px;
    width: 157px;
  }
}
.data-human-02 .data-wrap-reverse .data-text .m-text-alphanumeric {
  font-size: 7rem;
}
.data-human-02 .data-wrap-reverse .data-text .type-gray {
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  .data-human-02 .data-wrap-reverse .data-text .type-gray {
    font-size: 4.5rem;
  }
}
.data-human-02 .data-wrap-reverse .data-img {
  margin: 40px auto 0;
  width: 100px;
}
@media screen and (max-width: 992px) {
  .data-human-02 .data-wrap-reverse .data-img {
    width: 90px;
    margin: 18px 0 0;
  }
}
.data-human-03 {
  height: 398px;
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .data-human-03 {
    height: 287px;
    padding-top: 30px;
  }
}
.data-human-03 .m-box-column {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .data-human-03 .m-box-column {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
  }
}
.data-human-03 .m-box-column .data-text + .data-img {
  margin-top: 16px;
}
.data-human-03 .m-box-column .data-text .m-text-alphanumeric {
  font-size: 5rem;
}
.data-human-03 .m-box-column .data-text .type-gray {
  font-size: 3rem;
}
.data-human-03 .m-box-column .data-img {
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .data-human-03 .m-box-column .data-img {
    max-width: 118px;
  }
}
.data-human-03 .m-box-column .data-img + .data-text {
  margin-top: 10px;
}
.data-human-03 .m-box-column-item {
  width: auto;
}
.data-human-03 .m-box-column-item.type-center {
  width: 84px;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .data-human-03 .m-box-column-item.type-center .data-img {
    max-width: 50px;
  }
}
.data-human-03 .m-box-column-item + .m-box-column-item {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .data-human-03 .m-box-column-item + .m-box-column-item {
    margin: 0 0 0 10px;
  }
}
.data-human .data-list {
  margin: -20px 0 0 -20px;
}
@media screen and (max-width: 992px) {
  .data-human .data-list {
    margin: -30px 0 0 -30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .data-human .data-list {
    margin: -15px 0 0 -15px;
  }
}
.data-human .data-list-item {
  margin: 20px 0 0 20px;
  display: inline-block;
  width: 206px;
  height: 206px;
  background: #ffffff;
  border-radius: 50%;
  padding-top: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .data-human .data-list-item {
    margin: 30px 0 0 30px;
    width: 180px;
    height: 180px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .data-human .data-list-item {
    margin: 15px 0 0 15px;
    width: 160px;
    height: 160px;
    padding-top: 30px;
  }
}
.data-human .data-list-item .data-text {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .data-human .data-list-item .data-text {
    font-size: 1.6rem;
  }
}
.data-human .data-list-item .data-text .normal {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .data-human .data-list-item .data-text .normal {
    line-height: 1.2;
    font-size: 1.5rem;
    margin: 5px auto 0;
  }
}
.data-human .data-list-item .data-text .m-text-alphanumeric {
  font-size: 7rem;
}
@media screen and (max-width: 992px) {
  .data-human .data-list-item .data-text .m-text-alphanumeric {
    font-size: 5rem;
  }
}
.data-human .data-list-item .data-text .type-gray {
  font-size: 4rem;
  color: #97999b;
}
@media screen and (max-width: 992px) {
  .data-human .data-list-item .data-text .type-gray {
    font-size: 3rem;
  }
}
.data-human .data-list-wrap {
  width: 900px;
  margin: 25px auto 0;
}
@media screen and (max-width: 992px) {
  .data-human .data-list-wrap {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .data-human .data-list-wrap {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .data-human-06 {
    padding-top: 25px;
  }
}
@media screen and (max-width: 992px) {
  .data-human-06 .normal {
    width: 140px;
  }
}
.data-human-07 .m-text-alphanumeric {
  color: #7FDFD9;
}
.data-human-08 {
  margin-top: 35px;
  padding: 40px 0;
}
@media screen and (max-width: 992px) {
  .data-human-08 {
    margin-top: 40px;
    padding: 30px 0 25px;
  }
}
.data-human-08 .m-box-column {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .data-human-08 .m-box-column {
    margin-top: 15px;
    justify-content: center;
    gap: 10px;
  }
}
.data-human-08 .m-box-column-item + .m-box-column-item {
  margin: 0;
}
.data-human-08 .m-box-column .data-wrap-reverse {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 142px;
}
@media screen and (max-width: 992px) {
  .data-human-08 .m-box-column .data-wrap-reverse {
    margin-top: 15px;
  }
}
.data-human-08 .m-box-column .data-wrap-reverse .data-text {
  margin-top: 10px;
  letter-spacing: normal;
  line-height: 1.3;
}
.data-human-08 .m-box-column .data-wrap-reverse .data-text .m-text-alphanumeric {
  font-size: 5rem;
}
@media screen and (max-width: 992px) {
  .data-human-08 .m-box-column .data-wrap-reverse .data-text .m-text-alphanumeric:first-of-type {
    display: inline-block;
    margin-top: 10px;
    line-height: 1;
  }
}
.data-human-08 .m-box-column .data-wrap-reverse .data-text .type-gray {
  font-size: 3rem;
}
@media screen and (max-width: 992px) {
  .data-human-08 .m-box-column .data-wrap-reverse .data-img {
    max-width: 70px;
  }
}
.data-human-08 .m-box-column .data-wrap-reverse + .m-box-column-item {
  margin-left: 25px;
}
@media screen and (max-width: 992px) {
  .data-human-08 .m-box-column .data-wrap-reverse + .m-box-column-item {
    margin-left: 0;
  }
}
.data-human-08 .m-box-column .data-wrap-reverse:nth-child(1) .data-text {
  width: 145px;
}
.data-human-08 .m-box-column .data-wrap-reverse:nth-child(2) .data-text {
  width: 96px;
}
.data-human-08 .m-box-column .data-wrap-reverse:nth-child(3) .data-text {
  width: 125px;
}
.data-human-08 .m-box-column .data-wrap-reverse:nth-child(4) .data-text {
  width: 120px;
}
.data-human-08 .m-box-column .data-wrap-reverse:nth-child(5) .data-text {
  width: 90px;
}
.data-human-09 {
  padding: 40px 60px;
}
@media screen and (max-width: 992px) {
  .data-human-09 {
    padding: 30px 25px;
  }
}
.data-human-09 .m-box-column {
  margin-top: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .data-human-09 .m-box-column {
    margin-top: 8px;
  }
}
.data-human-09 .m-box-column .data-text {
  font-weight: normal;
  padding: 18px 30px;
  border-bottom: 1px solid #BBBCBC;
}
@media screen and (max-width: 992px) {
  .data-human-09 .m-box-column .data-text {
    padding: 18px 5px;
  }
}
.data-human-09 .m-box-column .data-text:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 992px) {
  .data-human-09 .m-box-column .data-text:first-of-type {
    padding-top: 18px;
  }
}
.data-human-09 .m-box-column .data-text:last-of-type {
  border-bottom: none;
}
.data-human-09 .m-box-column .data-text + .data-text {
  margin-top: 0;
}
.data-human-09 .m-box-column .data-text .data-marker {
  font-weight: bold;
  padding: 0 2px;
}
.data-human-09 .m-box-column .data-text .data-marker.type-yellow {
  background: linear-gradient(transparent 70%, #FFDB8D 0%);
}
.data-human-09 .m-box-column .data-text .data-marker.type-green {
  background: linear-gradient(transparent 70%, #7FDFD9 0%);
}
.data-human-09 .m-box-column .data-text .data-marker.type-orange {
  background: linear-gradient(transparent 70%, #FFC07F 0%);
}
.data-human-09 .m-box-column-item + .m-box-column-item {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .data-human-09 .m-box-column-item + .m-box-column-item {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .data-human-09 .m-box-column-item:first-of-type .data-text:last-of-type {
    border-bottom: 1px solid #BBBCBC;
  }
}
.data-human-10 {
  padding: 40px 40px 0;
}
@media screen and (max-width: 992px) {
  .data-human-10 {
    padding: 30px 10px 0;
  }
}
.data-human-10 .data-text {
  margin-top: 30px;
  width: 150px;
}
@media screen and (max-width: 992px) {
  .data-human-10 .data-text {
    width: calc(100% / 2 - 10px);
  }
}
.data-human-10 .data-text + .data-text {
  margin-left: 12px;
}
@media screen and (max-width: 992px) {
  .data-human-10 .data-text + .data-text {
    margin: 22px 0 0;
  }
}
.data-human-10 .sp-wrap {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .data-human-10 .sp-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
}
.data-human-10 .sp-wrap + .data-text {
  margin-left: 12px;
}
@media screen and (max-width: 992px) {
  .data-human-10 .sp-wrap + .data-text {
    margin: 22px 0 0;
    width: 100%;
  }
}
.data-human-10 .data-column {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .data-human-10 .data-column {
    flex-wrap: wrap;
    margin-top: 22px;
  }
}
.data-human-10 .data-column .data-text {
  margin-top: 0;
  width: 260px;
}
@media screen and (max-width: 992px) {
  .data-human-10 .data-column .data-text {
    width: 100%;
  }
}
.data-human-10 .data-column .data-text + .data-text {
  margin-left: 22px;
}
@media screen and (max-width: 992px) {
  .data-human-10 .data-column .data-text + .data-text {
    margin: 22px 0 0;
  }
}
.data-human-10 .data-img {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .data-human-10 .data-img {
    max-width: 212px;
    margin-top: 35px;
  }
}
.data-human-10 .type-fill {
  position: relative;
  display: inline-block;
  padding: 7px 0;
  color: #ffffff;
  background: #FFB621;
  border: solid 2px #FFB621;
  border-radius: 28px;
  box-sizing: border-box;
}
.data-human-10 .type-fill::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 9px solid transparent;
  border-top: 9px solid #FFB621;
}
.data-human-10 .type-border {
  position: relative;
  display: inline-block;
  padding: 7px 0;
  color: #FFB621;
  background: #ffffff;
  border: solid 2px #FFB621;
  border-radius: 28px;
  box-sizing: border-box;
}
.data-human-10 .type-border::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -12px;
  border: 9px solid transparent;
  border-top: 9px solid #ffffff;
  z-index: 2;
}
.data-human-10 .type-border::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -12px;
  border: 9px solid transparent;
  border-top: 9px solid #FFB621;
  z-index: 1;
}
.data .js-fade-in {
  transition: 0.5s opacity, 0.5s transform;
}
.data .js-scroll-in {
  opacity: 1;
  transform: translateY(0);
}
.data .is-delay-01 {
  transition-delay: 200ms;
}
@media screen and (max-width: 768px) {
  .data .is-delay-01 {
    transition-delay: initial;
  }
}
.data .is-delay-02 {
  transition-delay: 400ms;
}
@media screen and (max-width: 768px) {
  .data .is-delay-02 {
    transition-delay: initial;
  }
}
.data .is-delay-03 {
  transition-delay: 600ms;
}
@media screen and (max-width: 768px) {
  .data .is-delay-03 {
    transition-delay: initial;
  }
}
.data .is-delay-04 {
  transition-delay: 800ms;
}
@media screen and (max-width: 768px) {
  .data .is-delay-04 {
    transition-delay: initial;
  }
}
