.inner-block01 {
  max-width: 1425px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.inner-block02 {
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.p-introduction__kv {
  background: url(/recruit/assets/img/business/introduction_mv_pc.png) no-repeat center / cover;
  height: calc(100vh - 74px);
  position: relative;
}

.p-introduction__kv .inner-block01 {
  display: flex;
  align-items: center;
  height: 100%;
}

.p-introduction__kv_title {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

.p-introduction__btn {
  bottom: 0;
  right: 0;
  z-index: 10;
  max-width: 320px;
  width: 35vw;
  background-color: #000;
  margin: auto;
}

.p-introduction__btn .m-arrow {
  color: #fff;
  font-family: 'Noto-Bold';
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 112.5%;
  padding: 22px 24px;
}

.p-introduction__btn .m-arrow:after {
  width: 28px;
}

.p-introduction__at-first {
  position: relative;
}

.p-introduction__at-first .inner-block02 {
  padding: 210px 20px 160px;
}

.p-introduction__kv__age {
  font-family: 'Cabin-Medium';
  font-size: 220px;
  color: #F4F4F4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}

.p-introduction__balloon {
  background-color: #CA0114;
  width: 160px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Cabin-Medium';
  font-size: 34px;
  color: #fff;
  position: relative;
  margin: 0 auto 40px;
}

.p-introduction__balloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #ca0115 transparent transparent transparent;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: auto;
}

.p-introduction__at-first__text01 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.p-introduction__at-first__text02 {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto 60px;
  width: 700px;
}

.p-introduction__at-first__vision {
  padding: 78px 50px;
  border: 5px solid #CA0114;
  position: relative;
  margin-bottom: 60px;
}

.p-introduction__at-first__vision__title {
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
  width: 395px;
  text-align: center;
}

.p-introduction__at-first__vision__box {}

.p-introduction__at-first__vision__box__text01 {
  color: #CA0114;
  font-size: 34px;
  font-family: 'Cabin-Medium';
  text-align: center;
  margin-bottom: 10px;
}

.p-introduction__at-first__vision__box__text02 {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 2;
}

.p-introduction__at-first__vision__box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: -10px;
}

.p-introduction__at-first__vision__box__list li {
  width: 167px;
  background-color: #F2F2F2;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
}

.p-introduction__at-first__vision__box__list li span {
  color: #CA0114;
}

.p-introduction__business {
  background-color: #F2F2F2;
}

.p-introduction__business .inner-block02 {
  padding: 160px 20px;
}

.p-introduction__subtitle {
  font-size: 24px;
  color: #000;
  position: relative;
  padding-bottom: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}

.p-introduction__subtitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #CA0114;
  width: 147px;
  margin: auto;
  height: 3px;
}

.p-introduction__business__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.p-introduction__business__list li {
  width: 240px;
  margin-bottom: 40px;
}

.p-introduction__business__list__img {
  margin-bottom: 10px;
}

.p-introduction__business__list__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #CA0114;
}

.p-introduction__business__list__text {
  font-size: 14px;
  line-height: 1.4;
}

.p-introduction__red-belt {
  background-color: #CA0114;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p-introduction__red-belt::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #ca0115 transparent transparent transparent;
}

.p-introduction__red-belt__text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.p-introduction__strength .inner-block02 {
  padding: 160px 20px 120px; 
}

.p-introduction__strength__quote {
  font-size: 28px;
  font-weight: bold;
  color: #B2B2B2;
  width: 652px;
  position: relative;
  text-align: center;
  margin: 100px auto 80px;
}

.p-introduction__strength__quote::after,
.p-introduction__strength__quote::before {
  content: "";
  display: block;
  position: absolute;
  font-size: 80px;
  font-weight: bold;
}

.p-introduction__strength__quote::before {
  content: "“";
  left: 0;
  top: -23px;
}

.p-introduction__strength__quote::after {
  content: "”";
  right: 0;
  top: -21px;
}

.p-introduction__strength__text01 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
}

.p-introduction__strength__text01 span {
  color: #CA0114;
}

.p-introduction__strength__text02 {
  width: 700px;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto 60px;
}

.p-introduction__strength__box {
  border: 5px solid #CA0114;
  position: relative;
  padding: 65px 25px 50px;
}

.p-introduction__strength__box__bg-text {
  color: #F4F4F4;
  font-size: 120px;
  font-family: 'Cabin-Medium';
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.p-introduction__strength__box__bg-text--ptn01 {
  letter-spacing: -0.08em;
}

.p-introduction__strength__box__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.p-introduction__strength__box__title span {
  color: #CA0114;
}

.p-introduction__strength__list {
  display: flex;
}

.p-introduction__strength__item:nth-of-type(2) {
  margin: 0 -50px;
}

.p-introduction__strength__img {
  margin-bottom: 14px;
}

.p-introduction__strength__text {
  font-size: 14px;
  line-height: 1.4;
  width: 182px;
  margin: auto;
}

.p-introduction__strength__x {
  font-size: 104px;
  color: #CA0114;
  text-align: center;
  padding: 10px;
}

.p-introduction__strength__box__support-list {
  margin-bottom: -30px;
}

.p-introduction__strength__box__support-list__item {
  display: flex;
  padding: 0 50px 0 80px;
  margin-bottom: 30px;
}

.p-introduction__strength__box__support-list__item__title {
  background-color: #CA0114;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 265px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-introduction__strength__box__support-list__item__text {
  width: calc(100% - 265px);
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.p-introduction__strength__box__totalsupport-frame {
  width: 34px;
  position: absolute;
  left: 72px;
  top: 177px;
}

.p-introduction__global {

}

.p-introduction__global .inner-block01 {
  padding: 160px 20px 140px;
}

.p-introduction__global__title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.5;
}

.p-introduction__global__bg {
  margin-top: -100px;
  position: relative;
  z-index: -1;
}

.p-introduction__global__list {
  display: flex;
  justify-content: center;
  margin-top: -50px;
}

.p-introduction__global__list .p-introduction__global__item:nth-of-type(1) {
  width: 320px;
}

.p-introduction__global__list .p-introduction__global__item:nth-of-type(2) {
  width: 200px;
  margin-left: 40px;
}

.p-introduction__global__list .p-introduction__global__item:nth-of-type(3) {
  width: 200px;
  margin-left: 40px;
}

.p-introduction__global__item__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.p-introduction__global__item__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
  top: 3px;
}

.p-introduction__global__item__title--yellow::before {
  background: url(/recruit/assets/img/business/introduction_global_diamond01.svg) no-repeat center / 100%;
}

.p-introduction__global__item__title--blue::before {
  background: url(/recruit/assets/img/business/introduction_global_diamond02.svg) no-repeat center / 100%;
}

.p-introduction__global__item__title--red::before {
  background: url(/recruit/assets/img/business/introduction_global_diamond03.svg) no-repeat center / 100%;
}

.p-introduction__global__item__text {
  font-size: 14px;
  line-height: 1.4;
}

.p-introduction__data {
  background: url(/recruit/assets/img/business/introduction_data_bg_pc.png) no-repeat bottom / contain;
}

.p-introduction__data .inner-block01 {
  padding: 185px 20px 600px;
  margin-bottom: 130px;
}

.p-introduction__data .section-container:last-of-type {
  margin-bottom: 160px;
}

.p-introduction__data__table {
  width: 800px;
  margin: auto;
  line-height: 2;
  border-spacing: 0 20px;
  border-collapse: separate;
}

.p-introduction__data__table tr {
}

.p-introduction__data__table th {
  font-size: 20px;
  color: #C30114;
  font-weight: bold;
  padding-right: 20px;
  border-right: 3px solid #EDEDED;
  width: 200px;
}

.p-introduction__data__table td {
  font-size: 16px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .inner-block01 {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .inner-block02 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .p-introduction__kv_title {
    font-size: 25px;
  }

  .p-introduction__kv {
    height: 240px !important;
  }

  .p-introduction__kv .inner-block01 {
    align-items: flex-start;
    padding-top: 25px;
  }

  .p-introduction__at-first .inner-block02 {
    padding: 40px 25px 80px;
  }

  .p-introduction__kv__age {
    font-size: 70px;
  }

  .p-introduction__balloon {
    width: 114px;
    height: 40px;
    font-size: 24px;
  }

  .p-introduction__at-first__text01 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .p-introduction__at-first__text02 {
    font-size: 14px;
    width: auto;
    margin-bottom: 40px;
  }

  .p-introduction__at-first__vision__title {
    font-size: 18px;
    width: 290px;
  }

  .p-introduction__at-first__vision {
    padding: 60px 30px;
    margin-bottom: 40px;
  }

  .p-introduction__at-first__vision__box__text02 {
    font-size: 14px;
  }

  .p-introduction__at-first__vision__box__text02 {
    margin-bottom: 50px;
  }

  .p-introduction__at-first__vision__box__list li {
    width: 100%;
    font-size: 16px;
  }

  .p-introduction__btn {
    width: 100% !important;
  }  

  .p-introduction__business .inner-block02 {
    padding: 80px 25px;
  }

  .p-introduction__subtitle {
    font-size: 18px;
  }

  .p-introduction__subtitle::after {
    width: 80px;
  }

  .p-introduction__subtitle {
    margin-bottom: 30px;
  }

  .p-introduction__business__list {
    display: block;
  }

  .p-introduction__business__list li {
    width: 100%;
    margin-bottom: 30px;
  }

  .p-introduction__red-belt {

  }

  .p-introduction__red-belt__text {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }

  .p-introduction__strength .inner-block02 {
    padding: 80px 25px;
  }

  .p-introduction__strength__quote {
    margin: 24px 0 40px;
    font-size: 20px;
    width: auto;
    line-height: 1.4;
  }

  .p-introduction__strength__quote::after,
  .p-introduction__strength__quote::before {
    font-size: 60px;
  }

  .p-introduction__strength__text01 {
    font-size: 18px;
  }

  .p-introduction__strength__text02 {
    width: auto;
    font-size: 14px;
  }

  .p-introduction__strength__box {
    padding: 60px 25px;
  }

  .p-introduction__strength__box__bg-text {
    display: none;
  }

  .p-introduction__strength__box__title {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  
  .p-introduction__strength__list {
    display: block;
  }

  .p-introduction__strength__item {
    margin-bottom: 12px;
  }

  .p-introduction__strength__list {
    margin-bottom: -12px;
  }

  .p-introduction__strength__text {
    margin-top: -35px;
    padding: 0 35px;
  }

  .p-introduction__strength__item:nth-of-type(2) {
    margin: 0 0 12px;
  }

  .p-introduction__strength__box__totalsupport-frame {
    display: none;
  }

  .p-introduction__strength__box__support-list__item {
    display: block;
    padding: 0;
  }

  .p-introduction__strength__box__support-list__item__title {
    margin-bottom: 15px;
    width: 100%;
  }

  .p-introduction__strength__box__support-list__item__text {
    width: auto;
    padding-left: 0;
  }

  .p-introduction__global .inner-block01 {
    padding: 80px 25px;
  }

  .p-introduction__global__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .p-introduction__global__bg {
    margin: 0;
  }

  .p-introduction__global__list {
    margin: 10px 0 0;
  }

  .p-introduction__global__list {
    display: block;
  }

  .p-introduction__global__list .p-introduction__global__item:nth-of-type(2) {
    width: auto;
    margin-left: 0;
    margin-top: 30px;
  }

  .p-introduction__global__list .p-introduction__global__item:nth-of-type(3) {
    width: auto;
    margin-left: 0;
    margin-top: 30px;
  }

  .p-introduction__global__item__title::before {
    top: 5px;
  }

  .p-introduction__data {
    background-image: url(/recruit/assets/img/business/introduction_data_bg_sp.png);
  }

  .p-introduction__data .inner-block01 {
    padding: 80px 0 300px;
    margin-bottom: 70px;
  }

  .p-introduction__data .section-container:last-of-type {
    margin-bottom: 60px;
  }

  .p-introduction__data__table {
    width: auto;
    padding: 0 20px;
    border-spacing: 0 15px;
  }

  .p-introduction__data__table th {
    width: 100%;
    font-size: 18px;
    border: 0;
    padding: 0;
    display: block;
  }

  .p-introduction__data__table td {
    padding: 0;
    font-size: 16px;
    display: block;
  }
}