.recruit-header {
    height: 10%;
    background: linear-gradient(-90deg, rgb(255, 254, 252) 30%, rgb(248, 190, 142) 100%);
    color: #414141;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Serif JP', Sans-serif;
    font-size: 35px;
    font-weight: 700;
    padding: 3%;
    border-bottom: 5px solid #EE7D64;
}

h2.no-border {
    margin-top: 50px;
    border: none;
}

h3.align-center {
    text-align: center;
    margin-top: 10px;
}
