@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
.recruit-footer {
    width: 100%;
    height: max-content;
}

.recruit-footer-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ac1821;
    text-align: center;
    font-size: 2.5vw;
    height: 100px;
    width: 100%;
    /* position: relative; */
}

.recruit-footer-ttl h1 {
    color: white;
    margin: 0;
    line-height: 2.5;
    font-size: 4vw;
}

.recruit-footer-ttl .hor-line {
    width: 90%;
    height: 1px;
    background: white;
}

.recruit-footer-ttl p {
    color: white;
    text-align: center;
    font-size: 2.5vw;
}

li.footer-content {
    color: black;
    text-align: left;
    font-size: 2.5vw;
}

.recruit-footer-ttl p:after {
    content: '';
}

.chaveron-icon {
    width: 18px !important;
    position: absolute;
    bottom: 2vw;
    right: 32vw;
}

.recruit-foooter-content-parent {
    display: grid;
    grid-template-columns: 45% 55%;
    column-gap: 2vw;
    row-gap: 3vw;
    width: 90%;
    margin: auto;
    padding-top: 6vw;
}

.footer-content-single {
    width: 100%;
    height: max-content;
}

h1.footer-content-ttl {
    font-size: 4vw;
    color: #ac1821;
    text-align: left;
    letter-spacing: 1px;
    width: 80%;
    margin: auto;
}

ul.footer-content {
    list-style-type: none;
    padding-inline-start: 0;
    font-size: 3vw;
    line-height: 2.5;
    letter-spacing: 1px;
    width: 80%;
    padding-left: 10%;
}

li.footer-content::before {
    content: '-';
    padding-right: 10px;
}

.recruit-footer img {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 15px 0px;
}

p.copyrighting {
    font-size: 1.5vw;
    text-align: center;
}