body {
    color: #333 !important;
}


.personal__text--box {
    display: flex;
    justify-content: space-between;
}


.personal__text {
    width: 45%;
    line-height: 1.9;
}


.personal__text--contents {
    margin-top: 60px;
    margin-bottom: 60px;
}

.personal__text--q {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #d50808;
    font-size: 24px;
}


.personal__text--a {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
}



@media (max-width: 450px) {
    .personal__text--box {
        display: block;
    }
    .personal__text--q {
    font-size: 23px;
}


    .personal__text {
        width: 100%;
        line-height: 1.7;
        margin-bottom: 20px;
    }
}


.page-bg__all--interview {
    background: url(/img/251001_recruit_BASE.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.page-bg__all--interview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* 白色のオーバーレイ。0.8が透明度 */
    z-index: -1; /* コンテンツの背後に配置 */
}
@media (min-width: 451px) {
  .interview-page-sp {
    display: none;
  }
}


@media (max-width: 450px) {
  .interview-page__item-link {
    font-size: 12px;
  }

  .card-container {
    gap: 10px;
  }

}

.personal__schedule.pc {
    text-align: center;
}

.personal__schedule.pc img{
    width: 75%;
}


.personal__schedule--titile {
    text-align: center;
    font-weight: bold;
    color: #007AB7;
    margin-bottom: 20px;
    font-size: 24px;
}

