/*****************************************************************************
2026　年次更新
 *****************************************************************************/
@media screen and (max-width: 590px) {
.interview > .inner__padding.inner_2026{
    padding: 50px 30px;
}
}

@media screen and (max-width: 590px) {
    .interview .inner_2026 .text .title {
        font-size: 1.6rem;
    }
}
.arrowmark2 {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    height: 41px;
    margin-top: 30px;
}

.arrowmark2::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 40px solid #c8dec2;
    border-bottom: none;
    top: 0;
    bottom: -61px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 590px) {
    .sectionVA .img.height220 img {
        height: 220px;
        width: 100%;
        min-height: 0;
        object-position: center;
        object-fit: cover;
    }
}

.sectionVA .img.height220 {
  justify-content: center;

}