@charset "utf-8";

body{
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #333;
}
.page-vacancy__heading{
    text-align: center;
    padding: 30px 0;
}
.page-vacancy__heading img{
    width: 35%;
    height: auto;
}
.page-vacancy__heading--second{
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
}
.page-vacancy__heading--second>span{
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.page-vacancy__heading--second.single>span{
    font-size: 20px;
    font-weight: bold;
}
.page-vacancy__body{
    padding:30px 18px;
}
.page-vacancy__heading--third{
    font-size: 16px;
    font-weight: bold;
}
.page-vacancy__list{
    width:calc(100% );
    margin: 20px auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}
.page-vacancy__list li{
    width:calc(100% / 3 - 10px);
}
.page-vacancy__list li a{
    display: block;
}
.page-vacancy__list li img{
    width: 100%;
    border-radius: 8px;
    margin-bottom:10px;
}
.page-vacancy__list li h4{
    font-size: 14px;
    text-align: center;
}
.page-vacancy__body>img{
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 14px;
}
.page-vacancy__body>p{
    font-size: 14px;
    margin-bottom:2em;  
    line-height: 1.8;
}
.page-vacancy__body table{
    width: 100%;
    font-size: 12px;
    border-spacing:1px;
    border-collapse: separate;
    margin-top:1.5em;
}
.page-vacancy__description{
    text-align: center;
}
.page-vacancy__body table tr th{
    border-radius:2px;
    background: #333;
    color:#fff;
    padding:8px;
    font-weight:bold;
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
}
.page-vacancy__body table tr th:nth-child(1){width: 23%;}
.page-vacancy__body table tr th:nth-child(2){width: 27%;}
.page-vacancy__body table tr th:nth-child(3){width: 28%;}
.page-vacancy__body table tr th:nth-child(4){width: 22%;}
.page-vacancy__body table td{padding: 10px;border-radius:2px;text-align: right;vertical-align: middle;}
.page-vacancy__body table tbody tr:nth-child(even){
    background-color: #f4f4f4;
}
.page-vacancy__body table td:first-child{text-align: center;}
.page-vacancy__body p.page-vacancy__caution{text-align: right;font-size: 12px;line-height: 1.4;margin-top:10px;}
.kv2026__btn {
background: #DEA034;
color: #fff;
width: fit-content;
font-size: 16px;
font-weight: bold;
width: 70vw;
}
.kv2026__btn::before {
content: "簡単\A１分";
position: absolute;
top: 50%;
left: 5px;
width: auto;
height: calc(100% - 10px);
aspect-ratio: 1 / 1;
background: rgba(255, 255, 255, 1);
border-radius: 60px;
animation: kvZoom 1.5s ease-out infinite;
transform: translateY(-50%);
white-space: pre;
color: #DEA034;
line-height: 1;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
}
.kv2026__btn::after {
content: "";
position: absolute;
top: 50%;
right: 28px;
width: 10px;
height: 10px;
border-radius: 2px;
display: block;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: translateY(-50%) rotate(-45deg);
}
.btn2026 {
    font-size: 18px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 50px auto 10px;
    width: 100%;
}