@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;
    }
}

/* ヘッダー */
header{
    padding: 20px 0;
}
header .container{
    display: flex;
    align-items: center;
}

header .logo{
    width: 194px;
}

header .logo a {
    color: #75431d;
    font-weight: bold;
    font-size: 21px;
}

header .logo_kasuri a {
    color: #3C200A;
    font-weight: bold;
    font-size: 21px;
}

header .logo_sand a {
    color: #79D940;
    font-weight: bold;
    font-size: 21px;
}

header .jobs {
    color: #75431d;
    font-weight: bold;
    font-size: 21px;
    text-align: right;
    margin-right: auto;
    border-left: 2px solid #75431d;
    margin-left: 20px;
    padding-left: 20px;
}

header .jobs_kasuri {
    color: #3C200A;
    font-weight: bold;
    font-size: 21px;
    text-align: right;
    margin-right: auto;
    border-left: 2px solid #3C200A;
    margin-left: 20px;
    padding-left: 20px;
}

header .jobs_sand {
    color: #79D940;
    font-weight: bold;
    font-size: 21px;
    text-align: right;
    margin-right: auto;
    border-left: 2px solid #79D940;
    margin-left: 20px;
    padding-left: 20px;
}

header .data{
    margin-left: auto;
}
@media (max-width: 767px){
    header .container{
        flex-wrap: wrap;
    }
    header .logo{
        width: 100%;
        border-bottom: 1px solid #75431d;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    header .logo img{
        width: 50%;
    }
	
	header .logo_kasuri {
        border-bottom: 1px solid #3C200A;
	}

	header .logo_sand {
        border-bottom: 1px solid #79D940;
	}
	
    header .jobs{
        text-align: left;
        width: 100%;
        padding: 0;
        margin-left: 0;
        border: none;
        font-size: 15px;   
    }
}

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

.title_kasuri {
    background: #3C200A;
    padding: 30px 0 20px;
    margin-bottom: 45px;
}

.title_sand {
    background: #79D940;
    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;
    padding-left: 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 .inner: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 .inner{
        display: inline-block;
        width: 49%;
    }
    .btn-entry .inner: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: #75431d;
    padding: 30px;
    margin-bottom: 45px;
}

section .heading_kasuri {
    background: #3C200A;
    padding: 30px;
    margin-bottom: 45px;
}

section .heading_sand {
    background: #79D940;
    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: #F7F7F7;
}
.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: #F7F7F7;
}
.table2 td{
    width: 77%;
    padding: 1em 20px;
    vertical-align: top;
}

@media (max-width: 991px){
    section{
        margin-bottom: 35px;
    }
    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;
    }
}

/*求める人材*/
@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: 640px;
    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: #F7F7F7;
    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: 600;
    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: #996633;
}
.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;
}

/* 調整用 */

.mb-60{
    margin-bottom: 60px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.point{
    background: #F7F7F7;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.point li{
    font-weight: bold;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
}

h3 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #75431d;
}

h3.h3_kasuri {
    font-weight: bold;
    margin-bottom: 20px;
    color: #3C200A;
}

h3.h3_sand {
    font-weight: bold;
    margin-bottom: 20px;
    color: #79D940;
}

dt{
    float:left;
    display: inline-block;
    width:120px;
    font-weight: normal;
}
dd{
    margin-left: 40px;
}
ol{
    list-style: none;
    padding-left: 0;
}
ol>li{
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    dt{
        float:none;
    }
    .mb-60{
        margin-bottom: 0;
    }
}
/*bootstrap調整*/
@media (min-width: 992px){
    .container{
        width: 990px;
        margin: 0 auto;
    }
}

/*先輩社員の声*/

/*先輩インタビュー*/


section.informationWorks .heading{
    background:#75431d;
}


.informationWorks__header:before{
      font-size: 2em;
  margin-right: .5em;

}

.informationWorks__header:before{
  content:"Q";
  color: #dbac75;
}

.informationWorks__header{
    margin-top: 64px;
    border-bottom: 1px dotted #dbac75;
  margin-left: 0;
    margin-bottom: 16px;
    color:#dbac75;
}

.informationWorks__text{
    padding-left:1em;
    box-sizing: border-box;
    line-height: 1.9em;
}

.informationWorks__header__sm{
    margin-top: 2.2em;
    padding-bottom:0.7em;
    padding-right: 1em;
    padding-left: .5em;
    border-bottom: solid thin #dbac75;    
    display: inline-block;
  
}


/*追加*/

span.a {
    color: #FFF;
    font-size: 2.8rem;
    font-weight: 500;
}


span.b {
    color: #000;
    font-size: 2.4rem;
    font-weight: 500;
}

span.c {
    color: #75431d;
    font-size: 2.4rem;
    font-weight: 500;
}

span.d {
    color: #75431d;
    font-size: 2.0rem;
    font-weight: 500;
    border-bottom: 1px dotted #d49548;
    padding: 10px 0 3px 0;
    display: block;
}

span.e {
    color: #d49548;
    font-size: 2.0rem;
    font-weight: 500;
}

span.f {
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px dotted #000;
}

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


@media (max-width: 991px){
    span.a {
    font-size: 1.8rem;
}
    span.b {
    font-size: 1.8rem;
}
    span.c {
    font-size: 1.8rem;
}
    span.d {
    font-size: 1.4rem;
}
    span.e {
    font-size: 1.8rem;
}
    span.f {
    font-size: 1.4rem;
}
    
    /*強調文字*/
    .emphasis {
        color: #75431d;
        font-size: 1.6rem;
        font-weight: 600;
    }