@charset "UTF-8";

a{
    text-decoration: none;
}

h2 {
    font-size: 32px;
    margin-bottom:50px;
}

h2 small {
    display: block;
    font-size: 18px;
    color: #1791c8;
    margin-bottom: 4px;
    border-top: #1791c8 solid 10px;
    padding-top: 30px;
    padding-bottom: 5px;
}

/*採用停止中
.first {
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
}
*/

/* 採用停止メッセージ用のスタイル */
p.first {
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
    background-color: #f1f1f1;
    padding: 30px;
    border:#555 solid 1px;
    text-align: center;
    line-height: 1.6;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h3 small {
    font-size: 14px;
    color: #1791c8;
    display: block;
    margin-bottom: 4px;
    border-top: #1791c8 solid 10px;
    padding-top: 30px;
}


/* 募集要項セクション */
.recruit-info {
    margin-bottom: 40px;
}

/* 募集要項の各職種 */

caption {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
    caption-side: top; /* 上部に配置 */
}


.job-offer {
    margin-bottom: 30px;
    padding: 20px;
    margin-right: 20px;
}
table {
    width: 800px;
    border-collapse: collapse;
    margin-bottom: 40px;
}

table th, table td {
    text-align: left;
    padding: 10px 8px;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
}

table th {
    width: 25%;
    font-weight: bold;
    background-color: #f8f8f8;
}

table td {
    width: 75%;
}

/* 採用プロセスセクション */
.recruit-process {
    margin-bottom: 40px;
}

.recruit-process ol {
    counter-reset: step;
    padding-left: 20px;
}

.recruit-process ol li {
    counter-increment: step;
    margin-left: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
    color: #555;
    line-height: 1.5;
}

.recruit-process ol li::before {
    content: counter(step) ".";
    font-weight: bold;
    color: #1791c8;
    position: absolute;
    left: -25px;
    top: 0;
}

/* レスポンシブ対応 */
@media (max-width: 770px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    .job-offer h4 {
        font-size: 18px;
    }

    table {
        width: 100%;
        height: auto;
    }
    
}
