/**
* Applicants
**/

.p-applicants__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-applicants__inner {
    padding: 16vw 5vw 0;
  }
}

.p-twotypes__top {
  margin-bottom: 20px;
  font-size: 1rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-twotypes__top {
    margin-bottom: 5vw;
    font-size: 3.4vw;
  }
}

.p-twotypes__list {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .p-twotypes__list {
    padding: 0 20px;
  }
}

.p-twotypes__list--item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(33.333% - 5px);
  min-height: 119px;
  color: #fff;
  background: #9A9A9A;
}

@media only screen and (max-width: 767px) {
  .p-twotypes__list--item {
    min-height: 90px;
  }
}

.p-twotypes__list--item strong {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .p-twotypes__list--item strong {
    font-size: 4.8vw;
  }
}

.p-twotypes__list--item small {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .p-twotypes__list--item small {
    font-size: 3.4vw;
  }
}

.p-twotypes__list--item.is-current {
  color: #E1FFA8;
  background: #065EAC;
}

.p-twotypes__link,
.p-learn__link {
  margin-top: 40px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .p-twotypes__link,
  .p-learn__link {
    margin-top: 5vw;
  }
}

.p-twotypes__btn {
  margin-top: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-twotypes__btn {
    margin-top: 8vw;
  }
}

.p-learn__list {
  margin-top: 70px;
}

.p-learn__item {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .p-learn__item {
    margin-bottom: 17vw;
    padding-bottom: 12vw;
  }
}

.p-learn__item:last-child {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .p-learn__item:last-child {
    margin-bottom: 8vw;
  }
}

.p-learn__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: calc(100% - 38px);
  margin: 0 calc(50% - 50vw);
  background: #E8F5FF;
  z-index: -1;
}

.p-learn__top {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .p-learn__top {
    display: block;
  }
}

.p-learn__img {
  max-width: 360px;
  width: 44%;
}

@media only screen and (max-width: 767px) {
  .p-learn__img {
    max-width: 100vw;
    width: 100vw;
    left: -5vw;
    position: relative;
  }
}

.p-learn__txt {
  width: 56%;
  padding: 12px 0;
}

@media only screen and (max-width: 767px) {
  .p-learn__txt {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}

.p-learn__ttl {
  color: #fff;
  padding: 12px 26px 14px;
  font-size: 2rem;
  background: var(--color_accent);
}

@media only screen and (max-width: 767px) {
  .p-learn__ttl {
    position: absolute;
    top: -5.45vw;
    right: -5vw;
    width: 64vw;
    padding: 1.6vw 4vw 2vw 4vw;
    font-size: 4.8vw;
  }
}

.p-learn__desc {
  padding: 40px 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .p-learn__desc {
    padding: 1vw 0 0;
  }
}

.p-learn__btm {
  max-width: 740px;
  margin-left: auto;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .p-learn__btm {
    max-width: 100%;
    margin-top: 5vw;
  }
}

.p-learn__career {
  display: inline-block;
  margin-bottom: 12px;
  padding-right: 90px;
  color: #28B5D6;
  font-size: 1.25rem;
  font-weight: 500;
  background: url(../images/common/icon-gauge.svg) no-repeat;
  background-size: 80px;
  background-position: right; 
}

@media only screen and (max-width: 767px) {
  .p-learn__career {
    margin-bottom: 1.2vw;
    padding-right: 14vw;
    font-size: 4.2vw;
    background: url(../images/common/icon-gauge.svg) no-repeat;
    background-size: 12vw;
    background-position: right; 
  }
}

.p-learn__btn {
  position: absolute;
  bottom: -24px;
  right: -30px;
}

@media only screen and (max-width: 767px) {
  .p-learn__btn {
    position: absolute;
    bottom: -5.6vw;
    right: 0;
  }
}

.p-work__link {
  margin-top: 32px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .p-work__link {
    margin-top: 5vw;
  }
}

.p-interview__link {
  margin-top: 32px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .p-interview__link {
    margin-top: 5vw;
  }
}


.p-exam__link {
  margin-top: 32px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-exam__link {
    margin-top: 5vw;
  }
}