.p-company-content {
  padding: calc(100vw / 375 * 60) 0;
  position: relative;
}

.p-company-content__bg {
  width: calc(100vw / 375 * 300);
  position: absolute;
  top: 0;
  right: 0;
}

.p-company-content__container01 {
  position: relative;
  z-index: 10;
}

.p-company-content__container01__inner {
  padding: 0 calc(100vw / 375 * 20);
}

.p-company-content__container01__inner__heading {
  font-weight: 400;
  font-size: calc(100vw / 375 * 22);
  line-height: 1.625;
}

.p-company-content__container01__inner__text {
  margin-top: calc(100vw / 375 * 40);
  line-height: 2;
  text-align: justify;
}

.p-company-content__container02 {
  margin-top: calc(100vw / 375 * 60);
  padding: calc(100vw / 375 * 40) 0;
  position: relative;
  z-index: 10;
}

.p-company-content__container02::before {
  content: "";
  display: block;
  width: calc(100vw / 375 * 250);
  height: 100%;
  background: #F3F2F8;
  position: absolute;
  top: 0;
  left: 0;
}

.p-company-content__container02__inner {
  position: relative;
  z-index: 10;
}

.p-company-content__container02__inner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-company-content__container02__inner__list__item {
  width: 50%;
}

.p-company-content__container02__inner__list__item__link {
  display: block;
  position: relative;
}

.p-company-content__container02__inner__list__item__link__text {
  font-weight: 500;
  font-size: calc(100vw / 375 * 18);
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}

@media print, (min-width: 768px) {
  .p-company-content {
    padding: calc(100vw / 1600 * 152) 0 calc(100vw / 1600 * 121);
  }
  .p-company-content__bg {
    width: calc(100vw / 1600 * 744);
  }
  .p-company-content__container01__inner {
    padding: 0;
    width: calc(100vw / 1600 * 1160);
    margin: 0 auto;
  }
  .p-company-content__container01__inner__heading {
    font-size: calc(100vw / 1600 * 32);
  }
  .p-company-content__container01__inner__text {
    margin-top: calc(100vw / 1600 * 70);
    line-height: 2.5;
    text-align: left;
  }
  .p-company-content__container02 {
    margin-top: calc(100vw / 1600 * 163);
    padding: calc(100vw / 1600 * 92) 0 calc(100vw / 1600 * 95);
  }
  .p-company-content__container02::before {
    width: calc(100vw / 1600 * 1105);
  }
  .p-company-content__container02__inner__list {
    flex-wrap: nowrap;
  }
  .p-company-content__container02__inner__list__item {
    width: calc(100vw / 1600 * 460);
  }
  .p-company-content__container02__inner__list__item__link {
    transition: 0.3s;
  }
  .p-company-content__container02__inner__list__item__link__text {
    font-size: calc(100vw / 1600 * 24);
  }
  .p-company-content__container02__inner__list__item__link:hover {
    opacity: 0.7;
  }
}

.p-company-mainVisual {
  height: calc(100vw / 375 * 320);
  padding-top: calc(100vw / 375 * 20);
  background-image: url("../img/company/mainImg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-company-mainVisual__inner {
  padding: 0 calc(100vw / 375 * 20);
}

.p-company-mainVisual__inner__heading {
  display: flex;
  flex-direction: column;
}

.p-company-mainVisual__inner__heading__text01 {
  font-family: 'Abel', sans-serif;
  font-weight: 400;
  font-size: calc(100vw / 375 * 30);
  line-height: 1.34;
  letter-spacing: 0.053em;
  color: #ffffff;
}

.p-company-mainVisual__inner__heading__text02 {
  font-weight: 500;
  font-size: calc(100vw / 375 * 20);
  color: #ffffff;
}

@media print, (min-width: 768px) {
  .p-company-mainVisual {
    height: calc(100vw / 1600 * 672);
    padding-top: calc(100vw / 1600 * 148);
  }
  .p-company-mainVisual__inner {
    padding: 0;
    width: calc(100vw / 1600 * 1160);
    margin: 0 auto;
  }
  .p-company-mainVisual__inner__heading__text01 {
    font-size: calc(100vw / 1600 * 50);
  }
  .p-company-mainVisual__inner__heading__text02 {
    font-size: calc(100vw / 1600 * 30);
    margin-top: calc(100vw / 1600 * 5);
  }
}
