/* MEDIA QUERIES
 * * -----------------------------------------------*/
.pager-common {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.pager-common .pager-list {
  position: relative;
}
.pager-common .pager-text {
  text-align: center;
}
.pager-common .pager-arrows {
  position: absolute;
  top: 0;
  display: block;
  background: no-repeat center center/100% auto;
}
.pager-common .pager-next {
  background-image: url(../img/common/btn_next.svg);
  right: 0;
}
.pager-common .pager-prev {
  background-image: url(../img/common/btn_prev.svg);
  left: 0;
}
.pager-common.rec {
  justify-content: space-between;
}

.is-pager-blue .pager-next {
  background-image: url(../img/common/btn_next_01.svg);
}
.is-pager-blue .pager-prev {
  background-image: url(../img/common/btn_prev_01.svg);
}

@media print, (min-width: 768px) {
  .pager-common {
    font-size: 15px;
  }
  .pager-common .pager-list {
    padding: 10px 60px 11px;
  }
  .pager-common .pager-text {
    min-width: 155px;
  }
  .pager-common .pager-arrows {
    width: 50px;
    height: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pager-common {
    font-size: 0.15rem;
  }
  .pager-common.rec {
    flex-flow: column;
  }
  .pager-common .pager-text {
    min-width: 1.55rem;
  }
  .pager-common .pager-list {
    padding: 0.08rem 0.5rem 0.09rem;
  }
  .pager-common .pager-arrows {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media print, (min-width: 768px) {
  main {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    margin-top: 0.8rem;
  }
}
.keyvisual-title-common .title-keyvisual-common {
  line-height: 1.3;
}

@media print, (min-width: 768px) {
  .keyvisual-title-common .title-keyvisual-common {
    position: relative;
    left: -4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-title-common .is-japan {
    font-size: 0.18rem;
  }
}
.list-tab-common {
  display: flex;
  border-bottom: 2px solid #00a0e9;
}
.list-tab-common > li {
  width: 50%;
}
.list-tab-common .item-tab {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 2px solid transparent;
  border-bottom: none;
  font-weight: 500;
}
.list-tab-common .item-tab.is-active {
  font-weight: bold;
  position: relative;
  border-color: #00a0e9;
}
.list-tab-common .item-tab.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  height: 4px;
}

.tab-content-common {
  display: none;
}
.tab-content-common.is-current {
  display: block;
}

@media print, (min-width: 768px) {
  .list-tab-common {
    margin-bottom: 100px;
  }
  .list-tab-common .item-tab {
    height: 73px;
    border-top-width: 12px;
    font-size: 22px;
    padding: 0 10px 10px;
  }
  .list-tab-common .item-tab:not(.is-active) > span {
    transition: 0.26s ease;
  }
  .list-tab-common .item-tab:not(.is-active):hover > span {
    opacity: 0.8;
  }
  .list-tab-common .item-tab.is-active {
    border-radius: 8px 8px 0 0;
  }
  .list-tab-common .item-tab.is-active:after {
    bottom: -3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-tab-common {
    margin-bottom: 0.7rem;
    border-bottom-width: 1px;
  }
  .list-tab-common .item-tab {
    height: 0.7rem;
    border-width: 1px;
    border-top-width: 0.06rem;
    font-size: 0.18rem;
    line-height: 1.4;
    padding: 0 0.05rem 0.05rem;
  }
  .list-tab-common .item-tab.is-active {
    border-radius: 0.05rem 0.05rem 0 0;
  }
  .list-tab-common .item-tab.is-active:after {
    bottom: -2px;
  }
}
.section-neInterview .is-text-orange {
  color: #EDB140;
}
.section-neInterview .is-text-purple {
  color: #8A74D4;
}
.section-neInterview .is-text-pink {
  color: #ea616c;
}
.section-neInterview .is-text-cherryPink {
  color: #E57A9C;
}
.section-neInterview .is-text-skyBlue {
  color: #43BAE1;
}
.section-neInterview .is-text-green {
  color: #35B770;
}
.section-neInterview .is-text-blueGreen {
  color: #00a4a7;
}
.section-neInterview .is-text-deepBlue {
  color: #004DA0;
}
.section-neInterview .is-text-blue {
  color: #00479d;
}
.section-neInterview .is-text-yellow {
  color: #b2b700;
}
.section-neInterview .is-text-glay {
  color: #53504e;
}
.section-neInterview .is-text-poRed {
  color: #c66376;
}
.section-neInterview .is-text-twBlue {
  color: #6666cc;
}
.section-neInterview .is-text-dipsyGreen {
  color: #8cc639;
}
.section-neInterview .is-text-LaaYellow {
  color: #d6ae05;
}
.section-neInterview .neInterview-staff {
  color: #262626;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 500;
}
.section-neInterview .staff-image,
.section-neInterview .staff-title {
  text-align: center;
}
.section-neInterview .staff-title,
.section-neInterview .question-title,
.section-neInterview .question-list span {
  font-weight: bold;
}
.section-neInterview .neInterview-question {
  counter-reset: number;
}
.section-neInterview .neInterview-question .-space {
  letter-spacing: 0.25em;
}
.section-neInterview .question-title {
  letter-spacing: 0.006em;
  color: #005ead;
}
.section-neInterview .staff-title {
  letter-spacing: 0.14em;
  line-height: 1.6;
}
.section-neInterview .staff-title span {
  letter-spacing: 0.35em;
  font-size: 18px;
  font-weight: 700;
}
.section-neInterview .staff-text {
  line-height: 2.2;
}
.section-neInterview .question-list {
  line-height: 2;
}
.section-neInterview .question-list > li {
  display: flex;
  align-items: flex-start;
}
.section-neInterview .question-list .question-info {
  flex: 1;
}
.section-neInterview .button-base {
  min-height: 40px;
  border-radius: 50px;
  margin-top: 36px;
  padding-top: 6px;
}
.is-mac .section-neInterview .button-base, .is-ipad .section-neInterview .button-base {
  padding-top: 5px;
}
.section-neInterview .page-menu {
  margin-bottom: 100px;
}

@media print, (min-width: 768px) {
  .section-neInterview {
    padding-top: 100px;
  }
  .section-neInterview .neInterview-staff {
    margin-bottom: 100px;
    padding: 0 24px;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-neInterview .neInterview-staff > li {
    width: 25%;
    padding: 24px 18px;
    margin-right: 0;
  }
  .section-neInterview .staff-image {
    margin-bottom: 10px;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-neInterview .staff-title {
    margin-bottom: 11px;
    font-size: 15px;
    font-weight: 500;
  }
  .section-neInterview .staff-text {
    letter-spacing: 0.125em;
  }
  .section-neInterview .neInterview-question > li {
    margin-bottom: 100px;
  }
  .section-neInterview .question-title {
    margin-bottom: 13px;
    font-size: 24px;
    text-align: center;
  }
  .section-neInterview .question-title.mein-title {
    text-align: center;
    letter-spacing: 0.006em;
    color: rgb(63, 64, 65);
    margin-bottom: 40px;
    font-size: 22px;
  }
  .section-neInterview .question-number {
    width: 72px;
    display: inline-block;
    position: relative;
    left: -4px;
    margin-right: -4px;
  }
  .section-neInterview .question-text {
    position: relative;
    top: -13px;
    color: #00A0E9;
  }
  .section-neInterview .question-image {
    margin-bottom: 24px;
  }
  .section-neInterview .question-list {
    padding: 0 90px 0 110px;
  }
  .section-neInterview .question-list > li {
    margin-bottom: 20px;
  }
  .section-neInterview .question-list .question-name {
    width: 2em;
    margin-right: 40px;
    display: flex;
    justify-content: space-between;
  }
  .section-neInterview .is-question-custom {
    margin-bottom: 28px;
  }
  .section-neInterview .pager-area {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-neInterview {
    padding: 0.7rem 0 1rem;
    text-align: justify;
  }
  .section-neInterview .neInterview-staff {
    margin-bottom: 0.7rem;
    letter-spacing: 0.05em;
    justify-content: center;
  }
  .section-neInterview .neInterview-staff > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .section-neInterview .neInterview-staff li {
    margin-right: 7%;
    width: 40% !important;
  }
  .section-neInterview .neInterview-staff li:nth-child(even) {
    margin-right: 0;
  }
  .section-neInterview .staff-image {
    max-width: 1.2rem;
    width: 100%;
  }
  .section-neInterview .staff-title {
    margin: 0.07rem 0 0.1rem 0;
    font-size: 0.14rem;
    font-weight: 500;
  }
  .section-neInterview .staff-title > span {
    letter-spacing: 0.1em;
    font-size: 0.17rem;
  }
  .section-neInterview .neInterview-question > li:not(:last-child) {
    margin-bottom: 0.7rem;
  }
  .section-neInterview .question-title {
    margin-bottom: 0.23rem;
    font-size: 0.22rem;
    line-height: 1.5;
    position: relative;
  }
  .section-neInterview .question-title.mein-title {
    text-align: left;
    color: rgb(63, 64, 65);
    padding-left: 0rem;
    margin-bottom: 0.43rem;
    font-size: 0.18rem;
    line-height: 1.7;
  }
  .section-neInterview .question-number {
    width: 0.65rem;
    position: absolute;
    left: 0;
    top: -0.02rem;
  }
  .section-neInterview .question-image {
    margin: 0 -0.26rem 0.24rem;
  }
  .section-neInterview .question-image img {
    width: 100%;
    display: block;
  }
  .section-neInterview .question-list > li {
    margin-bottom: 0.2rem;
  }
  .section-neInterview .question-list .question-name {
    width: 0.2em;
    margin-right: 0.5rem;
    display: flex;
    justify-content: space-between;
  }
  .section-neInterview .pager-area {
    margin-top: 50px;
    margin-bottom: 16px;
  }
  .section-neInterview .button-base {
    min-height: 40px;
    border-radius: 50px;
  }
  .section-neInterview .page-menu {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=new-employee.css.map */