.strength .strength__data-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 47px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .strength .strength__data-list {
    display: block;
    margin-top: 40px;
  }
}
.strength .strength__data-item {
  width: calc(50% - 30px);
}
@media screen and (min-width: 1207px) {
  .strength .strength__data-item {
    max-width: 331px;
  }
}
@media screen and (max-width: 768px) {
  .strength .strength__data-item {
    width: 100%;
  }
  .strength .strength__data-item:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}
.strength .strength__data-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .strength .strength__data-head {
    gap: 16px;
  }
}
.strength .strength__data-icon {
  width: 60px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .strength .strength__data-icon {
    width: 44px;
  }
}
.strength .strength__data-title {
  font-size: 1.8rem;
}
.strength .strength__data-body {
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-top: 20px;
  color: #152e47;
}

.type .type-content {
  display: grid;
  gap: 0 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .type .type-content {
    grid-template-columns: 1fr;
  }
}
.type .type-item {
  padding: 0 30px 30px;
  border-left: 1px #152e47 solid;
}
@media screen and (max-width: 768px) {
  .type .type-item {
    padding: 0 20px 20px;
  }
}
.type .type-item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 1.8rem;
}
.type .type-item-head__img {
  display: block;
  width: 100%;
  max-width: 60px;
}

.merit .merit-content {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .merit .merit-content {
    grid-template-columns: 1fr;
  }
}
.merit .merit-item {
  position: relative;
  z-index: 0;
  padding: 20px 0;
}
.merit .merit-item::before, .merit .merit-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: #152e47;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  left: 50%;
  position: absolute;
  z-index: -1;
}
.merit .merit-item::before {
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-image: url("../img/temporary-staffing-service/merit-top.svg");
          mask-image: url("../img/temporary-staffing-service/merit-top.svg");
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.merit .merit-item::after {
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-image: url("../img/temporary-staffing-service/merit-bottom.svg");
          mask-image: url("../img/temporary-staffing-service/merit-bottom.svg");
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.merit .merit-item__merit::before, .merit .merit-item__merit::after {
  background-color: #ff4343;
}
.merit .merit-item__merit .merit-item__inner::before {
  background-color: #ff4343;
}
.merit .merit-item__merit .merit-item-title {
  color: #ff4343;
}
.merit .merit-item__merit .merit-item__dt::after {
  border-color: #ff4343;
}
.merit .merit-item-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.8rem;
}
.merit .merit-item-title__img {
  display: block;
  width: 100%;
  max-width: 60px;
}
.merit .merit-item-title__text {
  color: inherit;
}
.merit .merit-item__inner {
  padding: 30px 50px;
  display: grid;
  gap: 50px;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.merit .merit-item__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #152e47;
  -webkit-mask-repeat: repeat-y;
          mask-repeat: repeat-y;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  left: 50%;
  position: absolute;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("../img/temporary-staffing-service/merit-mid.svg");
          mask-image: url("../img/temporary-staffing-service/merit-mid.svg");
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.merit .merit-item__dt {
  font-size: 1.8rem;
  padding: 0 0 10px;
  margin: 0 0 25px;
}
.merit .merit-item__dt::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px #152e47 dashed;
}

.person .person-content {
  border-radius: 200px;
  border: 1px #152e47 solid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 50px 80px;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .person .person-content {
    padding: 0;
    border: none;
    grid-template-columns: 1fr;
  }
}
.person .person-item {
  display: grid;
  padding: 20px;
  gap: 1em;
  border-left: 1px #152e47 solid;
}
@media screen and (max-width: 768px) {
  .person .person-item {
    border-left: none;
    padding: 0.5em 20px;
  }
}
.person .person-item-text {
  padding: 0 0 0 30px;
  position: relative;
}
.person .person-item-text::before, .person .person-item-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  top: 1em;
}
.person .person-item-text::before {
  width: 1.2em;
  border-radius: 2px;
  aspect-ratio: 1/1;
  border: 1px #152e47 solid;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.person .person-item-text::after {
  width: 0.6em;
  aspect-ratio: 2/1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 1px #ff4343 solid;
  border-left: 1px #ff4343 solid;
}

.flow .flow-content {
  display: grid;
  gap: 30px 45px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.flow .flow-content-item {
  position: relative;
  padding: 0 50px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flow .flow-content-item::before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff4343;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% calc(100% - 1px), calc(100% - 1px) 50%, 0% 1px);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% calc(100% - 1px), calc(100% - 1px) 50%, 0% 1px);
}
.flow .flow-content-item__inner {
  position: relative;
  padding: 30px 0;
  height: 100%;
}
.flow .flow-content-item__inner::before, .flow .flow-content-item__inner::after {
  content: "";
  display: block;
  width: calc(100% - 5px);
  right: 0;
  position: absolute;
  border-top: 1px #ff4343 solid;
}
.flow .flow-content-item__inner::before {
  top: 0;
}
.flow .flow-content-item__inner::after {
  bottom: 0;
}
.flow .flow-content-item__step {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  margin: 0 0 16px;
}
.flow .flow-content-item__title {
  font-size: 18px;
  margin: 0 0 20px;
}

.follow .follow-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px 48px;
}
.follow .follow-item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 18px;
  margin: 0 0 26px;
}
.follow .follow-item__title img {
  display: block;
  width: 60px;
}

.real .real-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 30px;
}
@media screen and (max-width: 768px) {
  .real .real-content {
    grid-template-columns: 1fr;
  }
}
.real .real-item__title {
  position: relative;
  z-index: 0;
  padding: 4px 0 17px;
}
.real .real-item__title::before, .real .real-item__title::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #152e47;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.real .real-item__title::before {
  height: 4px;
  top: 0;
  -webkit-mask-image: url("../img/temporary-staffing-service/union-top.svg");
          mask-image: url("../img/temporary-staffing-service/union-top.svg");
}
.real .real-item__title::after {
  height: 17px;
  bottom: 0;
  -webkit-mask-image: url("../img/temporary-staffing-service/union-bottom.svg");
          mask-image: url("../img/temporary-staffing-service/union-bottom.svg");
}
.real .real-item__title-inner {
  padding: 10px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 18px;
}
.real .real-item__title-inner::before {
  content: "Q";
  display: block;
  font-size: 14px;
}
.real .real-item__title-inner::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #152e47;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  height: 100%;
  top: 0;
  -webkit-mask-image: url("../img/temporary-staffing-service/union-mid.svg");
          mask-image: url("../img/temporary-staffing-service/union-mid.svg");
}
.real .real-item__content {
  position: relative;
  z-index: 0;
  padding: 4px 0 17px;
  margin: 15px 0 0;
}
.real .real-item__content::before, .real .real-item__content::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #152e47;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.real .real-item__content::before {
  height: 4px;
  top: 0;
  -webkit-mask-image: url("../img/temporary-staffing-service/union-top.svg");
          mask-image: url("../img/temporary-staffing-service/union-top.svg");
}
.real .real-item__content::after {
  height: 17px;
  bottom: 0;
  -webkit-mask-image: url("../img/temporary-staffing-service/union-bottom.svg");
          mask-image: url("../img/temporary-staffing-service/union-bottom.svg");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.real .real-item__content-inner {
  padding: 10px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.real .real-item__content-inner::before {
  content: "";
  display: block;
  width: 56px;
  height: 64px;
  background-image: url("../img/temporary-staffing-service/answer.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.real .real-item__content-inner::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #152e47;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  height: 100%;
  top: 0;
  -webkit-mask-image: url("../img/temporary-staffing-service/union-mid.svg");
          mask-image: url("../img/temporary-staffing-service/union-mid.svg");
}

.contact .contact-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .contact .contact-content {
    grid-template-columns: 1fr;
  }
}
.contact .contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}