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

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.2rem;
    }
    .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 .jobs{
    color: #72BE9A;
    font-weight: bold;
    font-size: 21px;
    text-align: right;
    margin-right: auto;
    border-left: 2px solid #72BE9A;
    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 #72BE9A;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    header .logo img{
        width: 50%;
    }
    header .jobs{
        text-align: left;
        width: 100%;
        padding: 0;
        margin-left: 0;
        border: none;
        font-size: 15px;
        
    }
}

/*タイトル*/
.title{
    background: #72BE9A;
    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){
    section{
        width: 98%;font-size: 1.0rem;
    }
    .container{
          width: 98%;font-size: 1.0rem;
    }
    .form-group{
          width: 98%;
    }
     
    .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: #72BE9A;
    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;
    }
}

/*求める人材*/
@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: #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;
}
#formArea .viewMore{
    display: none;
}


.form-check {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* 選択肢間のスペース */
}

.form-check-options label {
    display: inline; /* ラジオボタンとラベルを改行して表示 */
    margin-bottom: 5px;
    align-items: center; /* 選択肢とラベルを垂直方向に揃える */
    margin-bottom: 0; /* 選択肢の下に余白をなくす */
}

.form-check input[type="radio"] {
    margin-right: 5px; /* 選択肢とラベルの間にスペースを追加 */
}

textarea.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    resize: vertical; /* 縦にのみリサイズ可能 */
}



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


.jobPoint{
    border: 3px dotted #fc3e08;
    border-radius: 10px;
    padding: 20px;
}
.jobPoint li{
    font-size: 14px;
    border-bottom: 1px solid #EEE;
}



/*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: #fc3e08;
}

.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-40{
    margin-bottom: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.mt-60{
    margin-top: 60px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.mt-0{
    margin-top: 0;
}
.lh-2{
    line-height: 2em;
}

.point{
    background: rgb(255, 249, 225);
    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: #72BE9A;
}
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;
    }
}

/*先輩社員の声*/


.voice {
  display: flex; 
	width: 100%;
	background: #fffaf0;
	padding: 1em 20px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, .1, .1);
	margin-bottom: 40px;
	
}
.voice .image {
  width: 80px; 
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.voice .image p{
margin-top: 10px;
}

.voice .right {
  margin: 0 0 0 20px;
  padding: 0;
}

.voice .text {
  margin: 10px 0 0;
  padding: 0;
}
.voice .Q {
color: #72BE9A;
  font-weight: bold;
  font-size: 15px;
  line-height:10px;
}
.voice .font-b {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
}





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


section.informationWorks .heading{
    background:#72BE9A;
}


.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: #72BE9A;
    font-size: 2.4rem;
    font-weight: 500;
}

span.d {
    color: #72BE9A;
    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: #72BE9A;
    font-size: 1.6rem;
    font-weight: 600;
}

.tagarea span{
    display: inline-block;
    font-size: 14px;
    background: #EEE;
    padding: 6px;
    margin: 3px;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.tagarea span.sep{
    opacity: 0;
    padding: 0;
    margin: 0 0 0 -14px;
}

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

#modalForm .form-title{
    background: #72BE9A;
    color: #FFF;
    text-align: center;
    line-height: 1.8;
    padding: 10px 0;
}

#modalForm .form-title span{
    font-size: 18px;
    font-weight: bold;
}

#modalForm .form-title p{
    color: #FFF;
    margin-bottom: 0;
    padding: 0 7px;
}

#modalForm .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
#modalForm .modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
#modalForm .modal__content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    max-width: 768px;
    background: #faf8ea;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

#modalForm .modal__content .closeBtn{
    width: 30px;
    height: 30px;
    padding: 3px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#modalForm .modal__content .closeBtn .icon_close{
    width: 24px;
    height: 24px;
    display: block;
}

#modalForm .modal__content .closeBtn .icon_close::before{
    width: 24px;
    height: 3px;
    content: "";
    display: block;
    background: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: left top;
    transform: rotate(-45deg) translate(-50%,-50%);
    -webkit-transform: rotate(-45deg) translate(-50%,-50%);
    -moz-transform: rotate(-45deg) translate(-50%,-50%);
    -ms-transform: rotate(-45deg) translate(-50%,-50%);
    -o-transform: rotate(-45deg) translate(-50%,-50%);
}

#modalForm .modal__content .closeBtn .icon_close::after{
    width: 24px;
    height: 3px;
    content: "";
    display: block;
    background: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: left top;
    transform: rotate(45deg) translate(-50%,-50%);
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    -moz-transform: rotate(45deg) translate(-50%,-50%);
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    -o-transform: rotate(45deg) translate(-50%,-50%);
}

#modalForm form{
    padding: 20px;
}

#modalForm .confirmSubmit{
    background: orange;
    color: #FFF;
    border: none;
    border-radius: 5px;
    margin: 0 auto 20px;
    width: 48%;
    display: block;
    padding: 15px 0;
    font-size: 18   px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#modalForm .viewMore{
    display: block;
    margin: 0 auto;
    width: 48%;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    font-size: 18   px;
    background: #CCC;
    color: #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#modalForm .hissu-icon{
    background: #cc2929;
    padding: 0px 7px;
    font-size: 12px;
    border-radius: 2px;
    color: #FFF;
    font-weight: normal;
    margin-left: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

@media screen and (max-width:768px) {
    #modalForm .modal__content{
        width: 86%;
        max-width: auto;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-45%);
        -webkit-transform: translate(-50%,-45%);
        -moz-transform: translate(-50%,-45%);
        -ms-transform: translate(-50%,-45%);
        -o-transform: translate(-50%,-45%);
}
    #modalForm form{
        overflow-y: scroll;
        height: 58vh;
        box-shadow:0px 0px 8px 3px #ccc inset;
    }
    #modalForm .confirmSubmit{
        width: 90%;
    }
    #modalForm .viewMore{
        width: 90%;
    }
}