@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
}

img {
    width: 100%;
}

ul {
    padding-left: 0;
    list-style: none;
}

p {
    line-height: 1.75;
}

.display-sp-i,
.display-sp-b {
    display: none;
}

@media (max-width: 991px) {
    body {
        font-size: 1.4rem;
    }

    .display-sp-i {
        display: inline;
    }

    .display-sp-b {
        display: block;
    }

    .display-pc {
        display: none;
    }
}

/*タイトル*/
.title {
    background: #f9ac3d;
    padding: 30px 0 20px;
    margin-bottom: 45px;
}

.title h1 {
    color: #fff;
    font-size: 3.8rem;
    line-height: 1.1;
    margin: 0 0 15px;
}

.title .date {
    color: rgba(255, 255, 255, .7);
    font-size: 1.4rem;
}

@media (max-width: 991px) {
    .title {
        padding: 18px 0 12px;
        margin-bottom: 30px;
    }

    .title h1 {
        font-size: 2.4rem;
        margin-bottom: 8px;
    }
}

/*トップコンテンツ*/
.categoly {
    font-size: 0;
    margin-bottom: 0;
}

.categoly li {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 12px;
    margin: 0 8px 10px 0;
    background: #f5f5f5;
    line-height: 25px;
    border-radius: 6px;
    font-weight: 600;
}

@media (max-width: 991px) {

    /*.categoly{
        margin-top: 15px;
    }*/
    .categoly li {
        font-size: 1.2rem;
        padding: 0 7px;
        margin: 0 6px 8px 0;
        line-height: 25px;
        border-radius: 6px;
    }
}

/*応募ボタン*/
.btn-entry {
    text-align: center;
    margin: 60px 0 80px;
}

.btn-entry a {
    display: inline-block;
    color: #fff;
    background: #ef3426;
    padding: 15px 95px;
    border-radius: 12px;
    box-shadow: 0 8px 0 #cc2929;
}

.btn-entry a:hover {
    opacity: .7;
    text-decoration: none;
}

.btn-entry li:first-child a {
    animation: twinkl 3s linear 0s infinite alternate none running;
}

.entlyIcon {
    position: relative;
    padding-left: 65px;
}

.entlyIcon:before {
    content: "";
    width: 65px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/i_entry.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.entlyIcon p:first-child {
    margin: 0;
    font-size: 4.2rem;
    line-height: 1;
    font-weight: 500;
}

.entlyIcon p:last-child {
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.4;
}

@keyframes twinkl {
    0% {
        background: #ef3426;
        box-shadow: 0 8px 0 #cc2929;
    }

    50% {
        background: #ffdd23;
        box-shadow: 0 8px 0 #ffcc23;
    }

    100% {
        background: #ef3426;
        box-shadow: 0 8px 0 #cc2929;
    }
}

/*固定ボタン*/
#nowEntry {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    padding: 17px 0 25px;
}

#nowEntry .btn-entry {
    margin: 0;
}

#nowEntry .btn-entry a:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .btn-entry {
        font-size: 0;
        margin: 20px 0 30px;
    }

    .btn-entry li {
        display: inline-block;
        width: 49%;
    }

    .btn-entry li:first-child {
        margin-right: 2%;
    }

    .btn-entry a {
        padding: 10px;
        width: 100%;
        border-radius: 6px;
        box-shadow: 0 4px 0 #cc2929;
    }

    .entlyIcon {
        padding-left: 40px;
        display: inline-block;
    }

    .entlyIcon:before {
        width: 40px;
    }

    .entlyIcon p:first-child {
        font-size: 2.4rem;
        padding: .5em 0;
        display: inline-block;
    }

    .phoneIcon {
        position: relative;
        padding-left: 58px;
        display: inline-block;
    }

    .phoneIcon:before {
        content: "";
        width: 58px;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../images/i_tel-wht.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .phoneIcon p {
        font-size: 2.4rem;
        padding: .5em 0;
        display: inline-block;
        margin: 0;
        line-height: 1;
        font-weight: 500;
    }

    @keyframes twinkl {
        0% {
            background: #ef3426;
            box-shadow: 0 4px 0 #cc2929;
        }

        50% {
            background: #ffdd23;
            box-shadow: 0 4px 0 #ffcc23;
        }

        100% {
            background: #ef3426;
            box-shadow: 0 4px 0 #cc2929;
        }
    }

    /*固定ボタン*/
    #nowEntry {
        padding: 12px 0 16px;
    }
}

@media (max-width: 767px) {
    .entlyIcon {
        padding-left: 24px;
    }

    .entlyIcon:before {
        width: 24px;
    }

    .phoneIcon {
        padding-left: 40px;
    }

    .phoneIcon:before {
        width: 40px;
    }

    .entlyIcon p:first-child,
    .phoneIcon p {
        font-size: 1.6rem;
    }
}

/*メイン画像*/
#mainVisual {
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    #mainVisual {
        margin-bottom: 70px;
    }
}

/*セクション共通*/
section {
    margin-bottom: 100px;
}

section .heading {
    background: #f9ac3d;
    padding: 30px;
    margin-bottom: 45px;
}

section .heading h2 {
    margin: 0;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 4.2rem;
}

.table1 {
    width: 100%;
}

.table1 tr:nth-child(odd) {
    background: #fff9d0;
}

.table1 th {
    width: 23%;
    padding: 1em 20px;
    vertical-align: top;
    font-weight: normal;
}

.table1 td {
    width: 77%;
    padding: 1em 20px;
    vertical-align: top;
}

.table2 {
    width: 100%;
}

.table2 tr {
    border-bottom: solid 1px #999;
}

.table2 tr:first-child {
    border-top: solid 1px #999;
}

.table2 th {
    width: 23%;
    padding: 1em 20px;
    vertical-align: top;
    font-weight: normal;
    background: #fff9d0;
}

.table2 td {
    width: 77%;
    padding: 1em 20px;
    vertical-align: top;
}

@media (max-width: 991px) {
    section {
        margin-bottom: 70px;
    }

    section .heading {
        padding: 20px 0;
        margin-bottom: 30px;
    }

    section .heading h2 {
        font-size: 2.2rem;
    }

    .table1 th {
        display: block;
        width: 100%;
        padding-bottom: 5px;
        font-weight: 500;
        font-size: 1.1em;
    }

    .table1 td {
        display: block;
        width: 100%;
        padding-top: 0;
    }

    .table2 th,
    .table2 td {
        display: block;
        width: 100%;
    }
}

/*仕事内容*/
@media (max-width: 991px) {
    #description p {
        margin-bottom: 1.5em;
    }
}

#description li:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
}

/*求める人材*/
@media (max-width: 991px) {
    #talent p {
        margin-bottom: 1.5em;
    }
}

/*職場風景*/
#workplacePhoto li:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
}



@media (max-width: 991px) {
    #workplacePhoto li:not(:nth-last-child(-n+3)) {
        margin-bottom: 0;
    }

    #workplacePhoto li:not(:nth-last-child(-n+2)) {
        margin-bottom: 10px;
    }

    #workplacePhoto li:nth-child(odd) {
        padding-right: 5px;
    }

    #workplacePhoto li:nth-child(even) {
        padding-left: 5px;
    }
}

/*勤務先情報*/
#workplaceInfo table {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    #workplaceInfo table {
        margin-bottom: 30px;
    }
}

/*応募フォーム*/
#formArea .phonenumber {
    width: 500px;
    margin: 0 auto 50px;
    text-align: center;
    border: solid 1px #999;
    padding: 18px 40px;
}

#formArea .phoneIcon {
    position: relative;
    padding-left: 115px;
}

#formArea .phoneIcon:before {
    content: "";
    width: 115px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/i_tel-orn.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#formArea .phoneIcon p {
    margin: 0;
    line-height: 1;
}

#formArea .phoneIcon p:nth-child(1) {
    font-size: 2.4rem
}

#formArea .phoneIcon p:nth-child(2) {
    font-size: 4.4rem;
    font-weight: bold;
    color: #f9ac3d;
    margin: 10px 0;
}

#formArea .phoneIcon p:nth-child(3) {
    font-size: 1.8rem;
}

#formArea table {
    margin-bottom: 50px;
}

#formArea form {
    padding: 60px 140px;
    background: #fff9d0;
    border: solid 1px #999;
}

#formArea .form-group {
    margin-bottom: 35px;
}

#formArea .form-control {
    height: 46px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 1.6rem;
}

#formArea textarea.form-control {
    height: auto;
}

#formArea label {
    font-weight: normal;
}

#formArea .form-horizontal .control-label {
    text-align: left;
}

#formArea .hissu-icon {
    display: inline-block;
    background: #cc2929;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    padding: .3em .45em;
    vertical-align: bottom;
    margin-left: .8em;
}

#formArea .confirmSubmit {
    display: block;
    margin: 40px auto 0;
    color: #fff;
    background: #ef3426;
    padding: 22px 140px;
    border-radius: 12px;
    box-shadow: 0 6px 0 #cc2929;
    font-size: 2.4rem;
    font-weight: 500;
    border: 0;
}

#formArea .confirmSubmit:hover {
    opacity: .7;
}

@media (max-width: 991px) {
    #formArea table {
        margin-bottom: 40px;
    }

    #formArea form {
        padding: 40px 5%;
    }

    #formArea .form-group {
        margin-bottom: 20px;
    }

    #formArea .form-control {
        font-size: 1.4rem;
    }

    #formArea label {
        margin-bottom: .5em;
    }

    #formArea .confirmSubmit {
        padding: 18px 20px;
        width: 80%;
        border-radius: 6px;
        box-shadow: 0 4px 0 #cc2929;
    }
}

/*10月18日追加CSS*/
.font-b {
    font-weight: 600;
}

.font-u {
    font-size: 2.0rem;
    font-weight: 500;
    border-bottom: 1px dotted #000;
    padding: 10px 0 3px 0;
    display: block;
}

.font-m {
    font-size: 1.4em;
    font-weight: 600;
}

.font-s {
    font-size: 0.8em;
}

.font-bg {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.font-mb {
    font-weight: 800;
    font-size: 1.4em;
}

.font-mu {
    font-weight: 600;
    border-bottom: 1px dotted #000;
    padding: 10px 0 3px 0;
}

.font-mbu {
    font-weight: 600;
    font-size: 1.4em;
    border-bottom: 1px dotted #000;
    padding: 10px 0 3px 0;
}

.font-mbd {
    font-weight: 600;
    font-size: 1.4em;
    border-bottom: 1px solid #000;
    padding: 10px 0 3px 0;
}

.font-mbbg {
    font-weight: 600;
    font-size: 1.4em;
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.font-mb,
.font-mbbg,
.font-m {
    color: red;
}

.img-padding {
    padding-bottom: 20px;
}

#mainVisual .col-xs-12 img {
    margin-bottom: 20px;
}

#mainVisual .col-md-12 img {
    margin-bottom: 20px;
}

.ap-b {
    display: inline-block;
    margin-bottom: 15px;
}

/*bootstrap調整*/
@media (min-width: 992px) {
    .container {
        width: 990px;
        margin: 0 auto;
    }
}
