@charset "UTF-8";

.p-career-content {
  position: relative;
  padding: calc(100vw / 375 * 60) 0 calc(100vw / 375 * 220);
}


.p-career-content__inner {
  padding: 0 calc(100vw / 375 * 20);
  position: relative;
  z-index: 10;
}

.p-career-content__inner__title {
  font-size: calc(100vw / 375 * 24);
  padding-bottom: calc(100vw / 375 * 40);
  border-bottom: 1px solid #2F6DA1;
}

.p-career-content__inner__list {
  padding: calc(100vw / 375 * 36) calc(100vw / 375 * 20);
  border-bottom: 1px solid #D6D6D6;
}

.p-career-content__inner__list:first-of-type {
  padding-top: calc(100vw / 375 * 60);
}

.p-career-content__inner__list dt {
  font-size: calc(100vw / 375 * 18);
  font-weight: 700;
  color: #0E6DA6;
}

.p-career-content__inner__list dd {}

.p-career-content__inner__list__text + .p-career-content__inner__list__text {
  margin-top: calc(100vw / 375 * 20);
}

.p-career-content__inner__list__text__title {
  width: calc(100vw / 375 * 252);
  font-weight: 700;
}

@media print,
(min-width: 768px) {
  .p-career-content {
    padding: calc(100vw / 1600 * 155) 0 calc(100vw / 1600 * 250);
  }

  .p-career-content__inner {
    padding: 0;
    width: calc(100vw / 1600 * 1160);
    margin: 0 auto;
  }

  .p-career-content__inner__title {
    font-size: calc(100vw / 1600 * 24);
    padding-bottom: calc(100vw / 1600 * 40);
    border-bottom: 1px solid #2F6DA1;
  }

  .p-career-content__inner__list {
    display: flex;
    padding: calc(100vw / 1600 * 36) calc(100vw / 1600 * 20);
    border-bottom: 1px solid #D6D6D6;
  }

  .p-career-content__inner__list:first-of-type {
    padding-top: calc(100vw / 1600 * 60);
  }

  .p-career-content__inner__list dt {
    width: calc(100vw / 1600 * 252);
    font-size: calc(100vw / 1600 * 18);
    color: #0E6DA6;
  }

  .p-career-content__inner__list dd {}

  .p-career-content__inner__list__text {
    display: flex;
  }

  .p-career-content__inner__list__text + .p-career-content__inner__list__text {
    margin-top: calc(100vw / 1600 * 20);
  }

  .p-career-content__inner__list__text__title {
    width: calc(100vw / 1600 * 252);
  }
}

.p-career-content__contact {
  background: #F3F2F8;
  margin-top: calc(100vw / 375 * 72);
  padding: calc(100vw / 375 * 32) calc(100vw / 375 * 32);
}

.p-career-content__contact__text {
  font-weight: 700;
  text-align: center;
}

.p-career-content__contact__button {
  display: flex;
  justify-content: center;
  margin-top: calc(100vw / 375 * 32);
}

.p-career-content__contact__button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100vw / 375 * 250);
  height: calc(100vw / 375 * 55);
  background: #0E6DA6;
  position: relative;
}

.p-career-content__contact__button__link::after {
  content: "";
  display: block;
  width: calc(100vw / 375 * 8);
  height: calc(100vw / 375 * 13);
  background-image: url("../img/top/arrowIcon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: calc(100vw / 375 * 30);
  transform: translateY(-50%);
}

.p-career-content__contact__button__link__text {
  color: #ffffff;
}

@media print,
(min-width: 768px) {

  .p-career-content__contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(100vw / 1600 * 72);
    padding: calc(100vw / 1600 * 80) calc(100vw / 1600 * 100);
  }

  .p-career-content__contact__text {
    text-align: left;
  }

  .p-career-content__contact__button {
    justify-content: flex-start;
    margin-top: 0;
  }

  .p-career-content__contact__button__link {
    width: calc(100vw / 1600 * 250);
    height: calc(100vw / 1600 * 55);
    transition: 0.3s;
  }

  .p-career-content__contact__button__link::after {
    width: calc(100vw / 1600 * 8);
    height: calc(100vw / 1600 * 13);
    right: calc(100vw / 1600 * 30);
  }

  .p-career-content__contact__button__link:hover {
    opacity: 0.7;
  }
}




.p-career-mainVisual {
  height: calc(100vw / 375 * 320);
  padding-top: calc(100vw / 375 * 20);
  background-image: url("../img/recruit/career/mainImg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-career-mainVisual__inner {
  padding: 0 calc(100vw / 375 * 20);
}

.p-career-mainVisual__inner__heading {
  display: flex;
  flex-direction: column;
}

.p-career-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-career-mainVisual__inner__heading__text02 {
  font-weight: 500;
  font-size: calc(100vw / 375 * 20);
  color: #ffffff;
}

@media print,
(min-width: 768px) {
  .p-career-mainVisual {
    height: calc(100vw / 1600 * 672);
    padding-top: calc(100vw / 1600 * 148);
  }

  .p-career-mainVisual__inner {
    padding: 0;
    width: calc(100vw / 1600 * 1160);
    margin: 0 auto;
  }

  .p-career-mainVisual__inner__heading__text01 {
    font-size: calc(100vw / 1600 * 50);
  }

  .p-career-mainVisual__inner__heading__text02 {
    font-size: calc(100vw / 1600 * 30);
    margin-top: calc(100vw / 1600 * 5);
  }
}
