@charset "UTF-8";


.c_ttl {
    margin-bottom: 40px;
}

.anchor_link ul {
    display: flex;
    justify-content: center;
    gap: 22px;
}

.anchor_link ul li a {
    font-size: 18px;
    color: #061967;
    font-weight: bold;
    padding: 15px 20px;
    text-align: center;
    background: #F1F1ED;
    border: solid 1px #C6C6C6;
    border-radius: 30px;
    display: block;
    width: 235px;
    transition-duration: 0.5s;
}

.anchor_link ul li a:hover {
    background: #d7d7d7;
}

.recruit {
    margin-top: 80px;
}

.recruit_wrap {
    margin-top: 60px;
}

.recruit_info {
    margin-bottom: 50px;
    padding-top: 200px;
    margin-top: -200px;
}
.recruit_info_ttl {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    margin-bottom: 20px;
    color: #061967;
}

.recruit_info_cnt {
    margin-bottom: 50px;
}

.form_tbl > dl > dd {
    flex-direction: unset;
    justify-content: left;
    align-items: center;
}

.time_list li {
    margin-bottom: 10px;
}

.time_list li,
.time_list li p {
    display: flex;
    align-items: center;
    gap: 15px;
}

.time_list li:last-child {
    margin-bottom: 0;
}

.time_list li input,
.time_list li select {
    width: 275px;
}

input[name="year"] {
    max-width: 80px;
    margin-right: 10px;
}

select {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: inherit;
    line-height: 1.5;
    vertical-align: middle;
    outline: none;
    position: relative;
}

.select {
    position: relative;
}

.occupation {
    width: 20%;
}

.select::after {
    content: '';
    background: #1C1C1C;
    height: calc(tan(60deg) * 14px / 2);
    width: 14px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    right: 20px;
    transform: translateY(50%);
    bottom: 50%;
}

input[name="month"],
input[name="date"] {
    max-width: 40px;
    margin: 0 10px 0 15px;
}

.recruit_btn {
    text-align: center;
    margin-top: 30px;
}

.recruit_btn a {
    background: #061967;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    width: 380px;
    text-align: center;
    display: block;
    margin: 0 auto;
    transition-duration: 0.5s;
}

.recruit_btn a:hover {
    opacity: 0.7;
}

.c_bread {
    background: #ffffff;
}

.select.occupation {
    position: relative;
}

.select.occupation::after {
    content: '';
    background: #1C1C1C;
    height: calc(tan(60deg) * 14px / 2);
    width: 14px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    right: 20px;
    transform: translateY(50%);
    bottom: 50%;
}

@media screen and (max-width:767px) {


    .anchor_link ul {
        flex-flow: column;
        gap: 10px;
    }

    .anchor_link ul li a {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
    }
    

    .time_list li {
        flex-flow: column;
        gap: 0px;
        align-items: start;
    }

    .time_list li p {
        display: block;
        width: 100%;
    }

    .time_list li p input {
        margin-bottom: 10px;
    }

    .time_list {
        width: 100%;
    }

    .time_list li input,
    .time_list .select,
    .time_list li select {
        width: 100%;
    }

    .recruit_btn a {
        width: 100%;
    }

    .occupation {
        width: 100%;
    }
}