main {
    background-image: url('https://ebisusushi.jp/wp-content/themes/ebisusushi/images/top/menu_back_pc.webp');
    background-size: cover;
    background-position: center;
    background-color: #000;
    padding: 150px 0 ;
}
section {
    width: min(90%, 1200px);
    margin: 0 auto;
}
.recruit-body {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
}
.recruit-body dl,
.recruit-body h1,
.recruit-body h2 {
    color: #0A093A;
}
.recruit-body h1 {
    font-size: 40px;
    color: #0A093A;
    border-left: 10px solid #0A093A;
    padding-left: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.recruit-body h2 {
    font-size: 32px !important;
    text-align: center;
    margin-bottom: 40px;
}
.recruit-body > dl {
    display: flex;
    flex-wrap: wrap;
}
.recruit-body  dl dt {
    width: 20%;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.recruit-body  dl dd {
    width: 80%;
    margin-bottom: 20px;
    line-height: 2;
}
.contact-section {
    background: transparent;
}
@media (max-width: 768px) {
    h1 {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .recruit-body > dl {
        flex-direction: column;
    }
    .recruit-body  dl dt {
        width: 100%;
    }
    .recruit-body  dl dd {
        width: 100%;
    }
    .recruit-body {
        padding: 20px;
    }
    .recruit-body > p {
        margin-bottom: 20px;
    }
    main {
        padding: 80px 0;
    }
}
