@charset "UTF-8";
/* CSS Document */

:root {
  --font-family:  "fot-udkakugo-large-pr6n", sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;
}



.jobs_box {
    margin-bottom: 140px;
}

.title_box {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.title_box > div {

}
.title_box > div:first-child {
    font-size: 36px;
    margin-right: 30px;
    font-family: var(--font-family) !important;
    font-weight: var(--font-weight-bold);
    border-left: solid 6px rgba(80,62,118,1.00);
    padding-left: 20px;
}
.title_box > div:last-child {
    font-size: 30px;
    color: #635475;
    font-family: var(--font-family) !important;
    font-weight: var(--font-weight-medium);
}
@media screen and (max-width: 767px) {
    .title_box {
        display: block;
        margin-bottom: 20px;
    }
    
    .title_box > div:first-child {
        font-size:28px;
        margin-right: 0;
        margin-bottom: 10px;
        padding-left: 15px;
    }
    .title_box > div:last-child {
        font-size: 20px;
        line-height: 125%;
    }

}


.jobs_box p {
    font-size: 120%;
    color: #444;
    line-height: 180%;
}

a.jobs_btn {
    text-align: center;
    padding: 20px 32px;
    min-width: 220px;
    font-size: 17px;
    line-height: 1;
    display: inline-block;
    background-color: #635C75;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    transition: .5s;
}
a.jobs_btn:hover {
    background-color: #8576AD;
}
a.jobs_btn:visited {
     color: #FFF;
}

.jobs-samnail {
    padding-right: 50px;
}



@media screen and (max-width: 767px) {
    
    a.jobs_btn {
        padding: 15px 24px;
        min-width: 220px;
        font-size: 16px;
    }
    .jobs-samnail {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .jobs_box {
        margin-bottom: 90px;
    }
    .jobs_box p {
        font-size: 100%;
    }

    .jobs_box  p.mt-2 {
        text-align: center;
    }
}


.jobs_box p.attText {
    font-size: 95%;
    color: #666;
}


