@charset "UTF-8";
/*************
TOP
***************/
.mainviewbox{
    /*background: #fbf5e9 url(../../images/mainview_bg02_4.jpg) no-repeat center top;*/
    background: #fbf5e9 url(../../images/mainview_bg08.jpg) no-repeat center top;
    /*height: 500px;*/
}

.mainviewbox.current{
    /*background: #fbf5e9 url(../../images/mainview_bg02_5.jpg) no-repeat center top;*/
    background: #fbf5e9 url(../../images/mainview_bg08.jpg) no-repeat center top;
}
/*
}
.mainviewbox.current{
    background: #fbf5e9 url(../../images/mainview_bg02_3.jpg) no-repeat center top;
}
.mainviewbox .slider1 li{
    height: 500px;
    width: 980px;
}
.mainviewbox .slider1 li.slide1{
    background: url(../../images/mainview_bg.jpg) no-repeat center top;
}
.mainviewbox .slider1 li.slide2{
    background: url(../../images/mainview_bg02.jpg) no-repeat center top;
}
.mainviewbox .slider1 li.slide3{
    background: url(../../images/mainview_bg03.jpg) no-repeat center top;
}
.mainviewbox .slider1 li.slide4{
    background: url(../../images/mainview_bg04.jpg) no-repeat center top;
}
.mainviewbox .slider1 li.slide5{
    background: url(../../images/mainview_bg05.jpg) no-repeat center top;
}
.mainviewbox .slider1 li.slide6{
    background: url(../../images/mainview_bg06.jpg) no-repeat center top;
}
.mainviewbox .slider1 li.slide7{
    background: url(../../images/mainview_bg07.jpg) no-repeat center top;
}
.mainviewbox .slider1 li.slide8{
    background: url(../../images/mainview_bg08.jpg) no-repeat center top;
}
*/
.mainviewbox .bnrbox {
    background: #ae9d6d;
    padding: 10px 0;
}
.mainviewbox .bnrbox ul {
    width:980px;
    margin: 0 auto;
}
.mainviewbox .bnrbox ul.bn3 li {
    margin: 0 20px 0 0;
}
.mainviewbox .bnrbox ul.bn3b li {
    margin: 0 17px 0 0;
}
.mainviewbox .bnrbox ul li {
    float: left;
    margin: 0 10px 0 0;
}
.mainviewbox .bnrbox ul li:last-child {
    float: right;
    margin: 0 0 0 0;
}
.mainviewbox .mainviewin {
    width:980px;
    margin: 0 auto;
    height: 500px;
    position: relative;
}
.mainviewbox.top .mainviewin .ttl {
    padding: 336px 0 0 0;
}
.mainviewbox .mainviewin .ttlbox {
    position: absolute;
    /*border-bottom: 2px solid #c3a25b;*/
    border-top: 2px solid #c3a25b;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(241,241,241,0.85);
}
.mainviewbox .mainviewin .ttlbox.pd {
    padding: 30px 0 30px 0;
}
.mainviewbox .mainviewin .ttlbox .txt {
    margin: 5px 0 5px 0;
    font-size:40px;
}
/*
.mainviewbox.top .mainviewin .img {
    display: none;
}
*/
.topbox .top_cobox {
    background: url(../../images/top_bg01.png) center center / cover no-repeat;
    height: 595px;
}
.topbox .top_cobox .top_coin {
    padding: 40px 0 0 0;
}
.topbox .top_cobox .top_coin .ttl {
    margin: 0 0 46px 0;
}
.topbox .top_cobox .top_coin .fltbox ul {
    margin: 0 0 0 -70px;
}
.topbox .top_cobox .top_coin .fltbox ul li {
    margin: 0 0 0 70px;
    float: left;
    width: 280px;
}
.topbox .top_cobox .top_coin .fltbox ul li a {
    display: block;
    text-decoration: none;
    background: #ffffff;
}
.topbox .top_cobox .top_coin .fltbox ul li .img{
    overflow: hidden;
}
.topbox .top_cobox .top_coin .fltbox ul li .img img{
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.topbox .top_cobox .top_coin .fltbox ul li:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}
.topbox .top_cobox .top_coin .fltbox ul li .job {
    padding: 24px 0;
    font-size: 20px;
    line-height: 1;
    color: #996600;
    transition: 0.2s linear;
}
.topbox .top_cobox .top_coin .fltbox ul li:hover .job {
    background: #996600;
    color: #ffffff;
}
.topbox .top_staffbox {
    background: url(../../images/top_bg02.png) repeat 0 0;
    padding: 60px 0;
}
.topbox .top_staffbox .top_staffin .ttl {
    margin: 0 0 45px 0;
}
.topbox .top_staffbox .top_staffin .txt {
    margin: 0 0 45px 0;
    line-height: 2;
}
.topbox .top_staffbox .top_staffin .fltbox ul {
    margin: 0 0 0 -25px;
}
.topbox .top_staffbox .top_staffin .fltbox ul li {
    margin: 0 0 0 25px;
    float: left;
    background: #ffffff url(../../images/staff_bg.png) no-repeat right top;
}
.topbox .top_staffbox .top_staffin .fltbox ul li a {
    display: block;
    text-decoration: none;
}
.topbox .top_staffbox .top_staffin .fltbox ul li .fltin {
    display: table;
    letter-spacing: -.40em;
    width: 100%;
}
.topbox .top_staffbox .top_staffin .fltbox ul li .fltin .img {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    width:151px;
    overflow: hidden;
}
.topbox .top_staffbox .top_staffin .fltbox ul li .img img{
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.topbox .top_staffbox .top_staffin .fltbox ul li:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}
.topbox .top_staffbox .top_staffin .fltbox ul li .fltin .detbx {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    padding: 0 10px 0 10px;
    width: 139px;
}
.topbox .top_staffbox .top_staffin .fltbox ul li .fltin .detbx .tp {
    color: #996600;
    line-height: 1.4;
    font-size: 19px;
    padding: 0 0 14px 0;
    background: url(../../images/bg_line.png) no-repeat 0 bottom;
    margin: 0 0 14px 0;
}
.topbox .top_staffbox .top_staffin .fltbox ul li .fltin .detbx .name {
    line-height: 1;
    font-size: 22px;
    margin: 0 0 20px 0;
    color: #333333;
}
.topbox .top_staffbox .top_staffin .fltbox ul li .fltin .detbx .btn {
    line-height: 1;
    font-size: 14px;
    padding: 10px 0;
    border: 1px solid #aa7a16;
    border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #aa7a16;
    text-align: center;
    transition: 0.2s linear;
}
.topbox .top_staffbox .top_staffin .fltbox ul li:hover .fltin .detbx .btn {
    color: #ffffff;
    background: #aa7a16;
}
.topbox .top_msgbox {
    padding: 60px 0 110px 0;
    background: url(../../images/top_bg03_3.jpg) no-repeat right 65px bottom;
}
@media screen and (max-width: 1350px) {

.topbox .top_msgbox {
    background: url(../../images/top_bg03_3.jpg) no-repeat 750px bottom;
}

}
.topbox .top_msgbox .top_msgin .ttl {
    margin: 0 0 85px 0;
}
.topbox .top_msgbox .top_msgin .msgin {
    text-align: left;
}
.topbox .top_msgbox .top_msgin .msgin .tls {
    margin: 0 0 30px 0;
}
.topbox .top_msgbox .top_msgin .msgin .txt {
    margin: 0 0 35px 10px;
    line-height: 2;
}
.topbox .top_msgbox .top_msgin .msgin .btn {
    line-height: 1;
    width: 458px;
    margin: 0 0 0 75px;
}
.topbox .top_msgbox .top_msgin .msgin .btn a {
    display: block;
    padding: 18px 0;
    border: 1px solid #aa7a16;
    border-radius: 35px;
    -ms-border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #aa7a16;
    text-align: center;
    transition: 0.2s linear;
    font-size: 20px;
    text-decoration: none;
}
.topbox .top_msgbox .top_msgin .msgin .btn a:hover {
    color: #ffffff;
    background: #aa7a16;
}

/*************
募集職種
***************/
.maintxt{
    font-size:185%;
    background: #fbf5e9;
}
.mainviewin .ttlbox h1.ttl{
    text-align: center;
    line-height: 1.4;
    font-size: 40px;
}
.currentbox .top_cobox .top_coin {
    padding: 60px 0 60px 0;
}
.currentbox .top_cobox .top_coin .ttl {
    margin: 0 0 70px 0;
    text-align: center;
    line-height: 1.4;
    font-size: 40px;
}
.currentbox .top_cobox .top_coin .fltbox ul {
    margin: 0 0 0 -60px;
}
.currentbox .top_cobox .top_coin .fltbox ul li {
    margin: 0 0 0 60px;
    float: left;
    width: 260px;
}
.currentbox .top_cobox .top_coin .fltbox ul li .img {
    margin: 0 0 20px 0;
}
.currentbox .top_cobox .top_coin .fltbox ul li dl dt {
    height: 60px;
    border-bottom: 2px solid #996600;
    display: table;
    letter-spacing: -.40em;
    margin: 0 0 35px 0;
    width: 100%;
    text-align: center;
}
.currentbox .top_cobox .top_coin .fltbox ul li dl dt span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
}
.currentbox .top_cobox .top_coin .fltbox ul li dl dd {
    line-height: 2;
    text-align: left;
}
.currentbox .recbox {
    background: url(../../images/top_bg01.png) center center / cover no-repeat;
    padding: 36px 0 60px 0;
}
.currentbox .recbox .recin .ttl {
    margin: 0 0 40px 0;
}
.currentbox .recbox .recin .tblbox {
    background: rgba(255,255,255,0.9);
    padding: 30px 80px 50px 80px;
}
.currentbox .recbox .recin .tblbox table {
    width: 100%;
    margin: 0 0 50px 0;
}
.currentbox .recbox .recin .tblbox table tr th {
    width: 130px;
    padding: 20px 0;
    border-bottom: 1px solid #00c8e2;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #00c8e2;
}
.currentbox .recbox .recin .tblbox table tr td {
    border-bottom: 1px solid #00c8e2;
    text-align: left;
    vertical-align: middle;
    font-size: 18px;
    padding: 20px 0 20px 30px;
}
.currentbox .recbox .recin .btnbox {
    width: 500px;
    margin: 0 auto;
}
.currentbox .recbox .recin .btnbox .btn a {
    font-size: 24px;
    padding: 28px 0;
    border-radius: 40px;
    -ms-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.currentbox .meritbox {
    background: url(../../images/top_bg02.png) repeat 0 0;
    padding: 60px 0;
}
.currentbox .meritbox .meritin .ttl {
    margin: 0 0 50px 0;
}
.currentbox .meritbox .meritin ul {
    margin: 0 0 50px 80px;
}
.currentbox .meritbox .meritin ul li {
    margin: 0 0 20px 0;
    padding: 7px 0 3px 35px;
    font-size: 18px;
    background: url(../../images/icn_tooth.png) no-repeat 0 0;
    text-align: left;
}
.currentbox .meritbox .meritin ul li:last-child {
    margin: 0 0 0 0;
}
.currentbox .meritbox .meritin .mrt_txtbox {
    background: #ffffff url(../../images/current_bg.png) no-repeat right top;
    padding: 40px;
    border: 2px solid #ebebeb;
}
.currentbox .meritbox .meritin .mrt_txtbox .ttl {
    font-size: 30px;
    line-height: 1;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #996600;
    margin: 0 0 30px 0;
    text-align: left;
}
.currentbox .meritbox .meritin .mrt_txtbox .txtin {
    margin: 0 0 40px 0;
}
.currentbox .meritbox .meritin .mrt_txtbox .txtin .img {
    float: right;
    width: 168px;
    margin: 0 0 20px 35px;
}
.currentbox .meritbox .meritin .mrt_txtbox .txtin .txt {
    text-align: left;
    line-height: 2;
}
.currentbox .meritbox .meritin .mrt_txtbox .btn {
    width: 460px;
    margin: 0 auto;
    line-height: 1;
}
.currentbox .meritbox .meritin .mrt_txtbox .btn a {
    display: block;
    padding: 18px 0;
    border: 1px solid #aa7a16;
    border-radius: 35px;
    -ms-border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #aa7a16;
    text-align: center;
    transition: 0.2s linear;
    font-size: 20px;
    text-decoration: none;
}
.currentbox .meritbox .meritin .mrt_txtbox .btn a:hover {
    color: #ffffff;
    background: #aa7a16;
}
.currentbox .msgbox {
    padding: 60px 0;
}
.currentbox .msgbox .msgin .ttl {
    margin: 0 0 60px 0;
}
.currentbox .msgbox .msgin .mrt_txtbox {
    width:100%;
    display: table;
    letter-spacing: -.40em;
    margin: 0 0 20px 0;
}
.currentbox .msgbox .msgin .mrt_txtbox .img {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    width: 398px;
}
.currentbox .msgbox .msgin .mrt_txtbox .txt {
    padding: 0 0 0 50px;
    line-height: 1.8;
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
}
.currentbox .msgbox .msgin .btn {
    line-height: 1;
    width: 300px;
    margin: 0 0 0 532px;
}
.currentbox .msgbox .msgin .btn a {
    display: block;
    padding: 13px 0;
    border: 1px solid #aa7a16;
    border-radius: 35px;
    -ms-border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #aa7a16;
    text-align: center;
    transition: 0.2s linear;
    font-size: 15px;
    text-decoration: none;
}
.currentbox .msgbox .msgin .btn a:hover {
    color: #ffffff;
    background: #aa7a16;
}

/*************
インタビュー
***************/
.interviewbox {
    padding: 60px 0 0 0;
}
.interviewbox .interviewin {
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
    border-bottom: 2px dotted #cccccc;
    text-align: left;
}
.interviewbox.message .interviewin {
    padding: 0 0 80px 0;
    margin: 0 0 80px 0;
}
.interviewbox .interviewin:last-child {
    padding: 0 0 60px 0;
    margin: 0 0 0 0;
    border-bottom: 0;
}
.interviewbox.message .interviewin:last-child {
    padding: 0 0 60px 0;
    margin: 0 0 0 0;
}
.interviewbox .interviewin .ttl {
    color: #BF8F0A;
    font-size: 34px;
    padding: 0 0 10px 0;
    line-height: 1.6;
    border-bottom: 2px solid #BF8F0A;
    margin: 0 0 40px 0;
}
.interviewbox .interviewin .interviewct {
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
    border-bottom: 2px dotted #cccccc;
}
.interviewbox .interviewin .interviewct:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0;
}
.interviewbox .interviewin .interviewct .img {
    float: left;
    width:358px;
    margin: 0 40px 40px 0;
}
.interviewbox.message .interviewin .interviewct .img {
    margin: 0 0 0 0;
}
.interviewbox .interviewin .interviewct.rgt .img {
    float: right;
    margin: 0 0 40px 40px;
}
.interviewbox.message .interviewin .interviewct.rgt .img {
    margin: 0 0 0 0;
}
.interviewbox .interviewin .interviewct .txtbox .tl {
    font-size: 26px;
    line-height: 1.4;
    margin: 0 0 20px 0;
}
.interviewbox.message .interviewin .interviewct .txtbox {
    margin: 0 0 0 398px;
}
.interviewbox.message .interviewin .interviewct.rgt .txtbox {
    margin: 0 398px 0 0;
}
.interviewbox .interviewin .interviewct .txtbox .txt {
    line-height: 1.6;
}

/*************
エントリー
***************/
.entrybox {
    padding: 60px 0 110px 0;
}
.entrybox .entryin .ttlbox {
    margin: 0 0 50px 0;
}
.entrybox .entryin .ttlbox .ttl {
    margin: 0 0 50px 0;
}
.entrybox .entryin .tablebox {
    margin: 0 0 50px 0;
}
.entrybox .entryin .tablebox table {
    width: 100%;
    border-top: 1px solid #BF8F0A;
}
.entrybox .entryin .tablebox table tr th {
    width: 170px;
    padding: 25px 90px 25px 40px;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px solid #BF8F0A;
}
.entrybox .entryin .tablebox table tr th.his {
    background: url(../../images/icn_his.png) no-repeat right 40px center;
}
.entrybox .entryin .tablebox table tr td {
    padding: 15px 40px 15px 80px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #BF8F0A;
}
.entrybox .entryin .tablebox table tr td label {
    vertical-align: middle;
}
.entrybox .entryin .tablebox table tr td input[type="text"] {
    border: 1px solid #b9b9b9;
    height: 38px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
}
.entrybox .entryin .tablebox table tr td select {
    border: 1px solid #b9b9b9;
    width: 70px;
    height: 38px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
    background: #ffffff;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.entrybox .entryin .tablebox table tr td textarea {
    border: 1px solid #b9b9b9;
    height: 150px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
}
.entrybox .entryin .tablebox table tr td .wid01 {
    width: 100%;
}
.entrybox .entryin .tablebox table tr td .wid02 {
    width: 220px;
}
.entrybox .entryin .tablebox table tr td .stx {
    font-size: 14px;
}
.entrybox .entryin .tablebox table tr td .err {
    font-size: 14px;
    color: #ff0000;
    padding: 10px 0 0 0;
}
.entrybox .entryin .prybox {
    margin: 0 0 50px 0;
    background: #f8f8f8;
    padding: 35px 40px 35px 40px;
}
.entrybox .entryin .prybox .ttl {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 35px 0;
}
.entrybox .entryin .prybox .pryin {
    background: #ffffff;
    border: 1px solid #b9b9b9;
    overflow-y: scroll;
    height: 270px;
    text-align: left;
    padding: 20px;
    margin: 0 0 35px 0;
}
.entrybox .entryin .prybox .pryin dl {
    margin: 0 0 20px 0;
}
.entrybox .entryin .prybox .pryin dl:last-child {
    margin: 0 0 0 0;
}
.entrybox .entryin .prybox .pryin dl dt {
    font-weight: bold;
    margin: 0 0 10px 0;
}
.entrybox .entryin .prybox .pryin p {
    margin: 0 0 20px 0;
}
.entrybox .entryin .prybox .pryin p:last-child {
    margin: 0 0 0 0;
}
.entrybox .entryin .prybox .inp label {
    vertical-align: middle;
}
.entrybox .entryin .prybox .sltx {
    font-size: 14px;
    color: #ff0000;
    padding: 10px 0 0 0;
}
.entrybox .entryin .btnbox .btn {
    width: 600px;
    margin: 0 auto;
}
.entrybox .entryin .btnbox .btn.lft {
    width: 300px;
    float: left;
}
.entrybox .entryin .btnbox .btn.rgt {
    width: 600px;
    float: right;
}
.entrybox .entryin .btnbox .btn a {
    font-size: 24px;
    padding: 28px 0;
    border-radius: 40px;
    -ms-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.entrybox .entryin .btnbox .btn.lft a {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#d0cece, endcolorstr=#b0adad));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#d0cece, endcolorstr=#b0adad))";
    zoom: 1;
    background: -moz-linear-gradient(top, #d0cece, #b0adad);
    background: -webkit-gradientf(linear, left top, left bottom, from(#d0cece), to(#b0adad));
    background: linear-gradient(to bottom, #d0cece, #b0adad);
}
.entrybox .entryin .endbox {
    margin: 0 0 50px 0;
    border: 2px solid #BF8F0A;
    padding: 100px 50px;
}
.entrybox .entryin .endbox .ttl {
    margin: 0 0 30px 0;
    font-size: 24px;
    font-weight: bold;
}


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

/*************
TOP
***************/

.mainviewbox{
    background: none;
    height: auto;
}
.mainviewbox.current{
    background: none;
}
.mainviewbox .bnrbox {
    background: #ae9d6d;
    padding: 10px 10px;
}
.mainviewbox .bnrbox ul {
    width:auto;
}
.mainviewbox .bnrbox ul li {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
}
.mainviewbox .bnrbox ul li:last-child {
    float: none;
    margin: 0 0 0 0;
}
.mainviewbox .bnrbox ul li img {
    width: 100%;
    max-width: 335px;
}
.mainviewbox .mainviewin {
    width: auto;
    height: auto;
}
.mainviewbox .mainviewin .ttlbox {
    position: initial;
    border-top: 2px solid #c3a25b;
    border-bottom: 2px solid #c3a25b;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 10px 10px 10px 10px;
    background: rgba(241,241,241,0.85);
}
.mainviewbox .mainviewin .ttlbox.pd {
    padding: 10px 10px 10px 10px;
}
.mainviewbox .mainviewin .ttlbox .txt {
    line-height: 1.6;
    margin: 0 0 0 0;
    font-size: 18px;
}
/*
.mainviewbox.top .mainviewin .ttl {
    display: none;
}
.mainviewbox.top .mainviewin .img {
    display: block;
}
*/
.topbox .top_cobox {
    background: url(../../images/top_bg01.png) center center / cover no-repeat;
    height: auto;
}
.topbox .top_cobox .top_coin {
    padding: 25px 20px 25px 20px;
}
.topbox .top_cobox .top_coin .ttl {
    margin: 0 0 25px 0;
}
.topbox .top_cobox .top_coin .fltbox ul {
    margin: 0 0 0 0;
    width:100%;
}
.topbox .top_cobox .top_coin .fltbox ul li {
    margin: 0 0 0 2%;
    width: 32%;
}
.topbox .top_cobox .top_coin .fltbox ul li:first-child {
    margin: 0 0 0 0;
}
.topbox .top_cobox .top_coin .fltbox ul li .img img{
    width: 100%;
}
.topbox .top_cobox .top_coin .fltbox ul li .job {
    padding: 10px 0;
    font-size: 17px;
    transition: 0.2s linear;
}
.topbox .top_cobox .top_coin .fltbox ul li:hover .job {
    background: #996600;
    color: #ffffff;
}
.topbox .top_staffbox {
    background: url(../../images/top_bg02.png) repeat 0 0;
    padding: 30px 20px;
}
.topbox .top_staffbox .top_staffin .ttl {
    margin: 0 0 25px 0;
}
.topbox .top_staffbox .top_staffin .txt {
    margin: 0 0 25px 0;
    line-height: 1.6;
    text-align: left;
}
.topbox .top_staffbox .top_staffin .fltbox ul {
    margin: 0 0 0 0;
}
.topbox .top_staffbox .top_staffin .fltbox ul li {
    float: none;
    background: #ffffff url(../../images/sp/staff_bg.png) no-repeat right top;
    background-size: 25px auto;
    -ms-background-size: 25px auto;
    -moz-background-size: 25px auto;
    -webkit-background-size: 25px auto;
    margin: 0 0 15px 0;
}
.topbox .top_staffbox .top_staffin .fltbox ul li:last-child {
    margin: 0 0 0 0;
}
.topbox .top_staffbox .top_staffin .fltbox ul li .fltin {
    display: table;
    letter-spacing: -.40em;
}
.topbox .top_staffbox .top_staffin .fltbox ul li .fltin .detbx {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    padding: 0 10px 0 10px;
    width: auto;
}
.topbox .top_staffbox .top_staffin .fltbox ul li .fltin .detbx .tp {
    color: #996600;
    line-height: 1.4;
    font-size: 18px;
    padding: 0 0 14px 0;
    background: url(../../images/bg_line.png) no-repeat 0 bottom;
    margin: 0 0 14px 0;
}
.topbox .top_staffbox .top_staffin .fltbox ul li .fltin .detbx .name {
    line-height: 1;
    font-size: 20px;
    margin: 0 0 20px 0;
    color: #333333;
}
.topbox .top_staffbox .top_staffin .fltbox ul li .fltin .detbx .btn {
    line-height: 1;
    font-size: 12px;
    padding: 10px 0;
    border: 1px solid #aa7a16;
    border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #aa7a16;
    text-align: center;
    transition: 0.2s linear;
}
.topbox .top_staffbox .top_staffin .fltbox ul li:hover .fltin .detbx .btn {
    color: #ffffff;
    background: #aa7a16;
}
.topbox .top_msgbox {
    padding: 30px 20px 30px 20px;
    background: url(../../images/sp/top_bg03_3.jpg) no-repeat center top 80px;
    background-size: 266px auto;
    -ms-background-size: 266px auto;
    -moz-background-size: 266px auto;
    -webkit-background-size: 266px auto;
}
.topbox .top_msgbox .top_msgin .ttl {
    margin: 0 0 300px 0;
}
.topbox .top_msgbox .top_msgin .msgin {
    text-align: left;
}
.topbox .top_msgbox .top_msgin .msgin .tls {
    margin: 0 0 20px 0;
    font-size: 21px;
    color: #996600;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
}
.topbox .top_msgbox .top_msgin .msgin .txt {
    margin: 0 0 20px 0;
    line-height: 1.6;
}
.topbox .top_msgbox .top_msgin .msgin .btn {
    line-height: 1;
    width: auto;
    margin: 0 0 0 0;
}
.topbox .top_msgbox .top_msgin .msgin .btn a {
    display: block;
    padding: 13px 0;
    border: 1px solid #aa7a16;
    border-radius: 35px;
    -ms-border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #aa7a16;
    text-align: center;
    transition: 0.2s linear;
    font-size: 13px;
    text-decoration: none;
}
.topbox .top_msgbox .top_msgin .msgin .btn a:hover {
    color: #ffffff;
    background: #aa7a16;
}

/*************
募集職種
***************/
.currentbox .top_cobox .top_coin {
    padding: 25px 5px 25px 5px;
}
.currentbox .top_cobox .top_coin .ttl {
    margin: 0 0 30px 0;
    text-align: center;
    line-height: 1.4;
    font-size: 17px;
    letter-spacing: 1px;
}
.currentbox .top_cobox .top_coin .fltbox {
    padding: 0 15px 0 15px;
}
.currentbox .top_cobox .top_coin .fltbox ul {
    margin: 0 0 0 0;
}
.currentbox .top_cobox .top_coin .fltbox ul li {
    margin: 0 0 20px 0;
    float: none;
    width: auto;
}
.currentbox .top_cobox .top_coin .fltbox ul li:last-child {
    margin: 0 0 0 0;
}
.currentbox .top_cobox .top_coin .fltbox ul li .img {
    margin: 0 auto 15px auto;
    width: 180px;
}
.currentbox .top_cobox .top_coin .fltbox ul li .img img {
    width: 100%;
    height: auto;
}
.currentbox .top_cobox .top_coin .fltbox ul li dl dt {
    height: auto;
    border-bottom: 2px solid #996600;
    display: block;
    letter-spacing: normal;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
}
.currentbox .top_cobox .top_coin .fltbox ul li dl dt span {
    display: block;
    line-height: 1.4;
    font-size: 15px;
    font-weight: bold;
}
.currentbox .top_cobox .top_coin .fltbox ul li dl dd {
    line-height: 1.6;
    text-align: left;
}
.currentbox .recbox {
    padding: 15px 20px 25px 20px;
}
.currentbox .recbox .recin .ttl {
    margin: 0 0 20px 0;
}
.currentbox .recbox .recin .tblbox {
    padding: 20px 10px 20px 10px;
}
.currentbox .recbox .recin .tblbox table {
    margin: 0 0 20px 0;
}
.currentbox .recbox .recin .tblbox table tr th {
    width: auto;
    display: block;
    padding: 10px 10px;
    background: #ffffff;
    border-bottom: 1px solid #51d8ea;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
}
.currentbox .recbox .recin .tblbox table tr td {
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #51d8ea;
    padding: 10px 10px 10px 10px;
}
.currentbox .recbox .recin .btnbox {
    width: auto;
    margin: 0 auto;
}
.currentbox .recbox .recin .btnbox .btn a {
    font-size: 18px;
    padding: 17px 0;
}
.currentbox .meritbox {
    padding: 25px 20px;
}
.currentbox .meritbox .meritin .ttl {
    margin: 0 0 25px 0;
}
.currentbox .meritbox .meritin ul {
    margin: 0 0 20px 0;
}
.currentbox .meritbox .meritin ul li {
    margin: 0 0 10px 0;
    padding: 7px 0 3px 35px;
    font-size: 14px;
    background: url(../../images/icn_tooth.png) no-repeat 0 0;
    text-align: left;
}
.currentbox .meritbox .meritin ul li:last-child {
    margin: 0 0 0 0;
}
.currentbox .meritbox .meritin .mrt_txtbox {
    background: #ffffff url(../../images/sp/staff_bg.png) no-repeat right top;
    background-size: 25px auto;
    -ms-background-size: 25px auto;
    -moz-background-size: 25px auto;
    -webkit-background-size: 25px auto;
    padding: 20px 10px 20px 10px;
}
.currentbox .meritbox .meritin .mrt_txtbox .ttl {
    font-size: 18px;
    line-height: 1.4;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.currentbox .meritbox .meritin .mrt_txtbox .txtin {
    margin: 0 0 20px 0;
}
.currentbox .meritbox .meritin .mrt_txtbox .txtin .img {
    float: none;
    text-align: center;
    width: 168px;
    margin: 0 auto 15px auto;
}
.currentbox .meritbox .meritin .mrt_txtbox .txtin .txt {
    text-align: left;
    line-height: 1.6;
}
.currentbox .meritbox .meritin .mrt_txtbox .btn {
    width: auto;
    margin: 0 auto;
    line-height: 1;
}
.currentbox .meritbox .meritin .mrt_txtbox .btn a {
    padding: 13px 0;
    font-size: 13px;
}
.currentbox .msgbox {
    padding: 25px 20px;
}
.currentbox .msgbox .msgin .ttl {
    margin: 0 0 25px 0;
}
.currentbox .msgbox .msgin .mrt_txtbox {
    width:100%;
    display: block;
    letter-spacing: normal;
}
.currentbox .msgbox .msgin .mrt_txtbox .img {
    display: block;
    text-align: center;
    width: auto;
}
.currentbox .msgbox .msgin .mrt_txtbox .img img {
    width: 100%;
    height: auto;
}
.currentbox .msgbox .msgin .mrt_txtbox .txt {
    padding: 15px 0 0 0;
    line-height: 1.6;
    display: block;
    font-size: 16px;
}
.currentbox .msgbox .msgin .btn {
    width: auto;
    margin: 0 0 0 0;
}
.currentbox .msgbox .msgin .btn a {
    display: block;
    padding: 13px 0;
    border: 1px solid #aa7a16;
    border-radius: 35px;
    -ms-border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #aa7a16;
    text-align: center;
    transition: 0.2s linear;
    font-size: 13px;
    text-decoration: none;
}
.currentbox .msgbox .msgin .btn a:hover {
    color: #ffffff;
    background: #aa7a16;
}

/*************
インタビュー
***************/
.interviewbox {
    padding: 25px 0 0 0;
}
.interviewbox .interviewin {
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
}
.interviewbox .interviewin:last-child {
    padding: 0 0 25px 0;
}
.interviewbox.message .interviewin {
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
}
.interviewbox.message .interviewin:last-child {
    padding: 0 0 25px 0;
}
.interviewbox .interviewin .ttl {
    font-size: 16px;
    padding: 0 0 10px 0;
    line-height: 1.4;
    margin: 0 20px 20px 20px;
}
.interviewbox .interviewin .interviewct {
    padding: 0 20px 25px 20px;
    margin: 0 0 25px 0;
}
.interviewbox .interviewin .interviewct:last-child {
    padding: 0 20px 0 20px;
}
.interviewbox .interviewin .interviewct .img {
    float: none;
    width: 179px;
    margin: 0 auto 20px auto;
    text-align: center;
}
.interviewbox.message .interviewin .interviewct .img {
    margin: 0 auto 20px auto;
}
.interviewbox .interviewin .interviewct .img img {
    width: 100%;
    height: auto;
}
.interviewbox .interviewin .interviewct.rgt .img {
    float: none;
    margin: 0 auto 20px auto;
}
.interviewbox.message .interviewin .interviewct.rgt .img {
    margin: 0 auto 20px auto;
}
.interviewbox.message .interviewin .interviewct .txtbox {
    margin: 0 0 0 0;
}
.interviewbox.message .interviewin .interviewct.rgt .txtbox {
    margin: 0 0 0 0;
}
.interviewbox .interviewin .interviewct .txtbox .tl {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 15px 0;
    font-weight: bold;
}


/*************
エントリー
***************/
.entrybox {
    padding: 25px 20px 25px 20px;
}
.entrybox .entryin .ttlbox {
    margin: 0 0 25px 0;
}
.entrybox .entryin .ttlbox .ttl {
    margin: 0 0 25px 0;
}
.entrybox .entryin .tablebox {
    margin: 0 0 25px 0;
}
.entrybox .entryin .tablebox table tr th {
    width: auto;
    display: block;
    padding: 10px 10px 10px 10px;
    background: #f1f1f1;
}
.entrybox .entryin .tablebox table tr th.his {
    background: #f1f1f1 url(../../images/icn_his.png) no-repeat right 10px center;
}
.entrybox .entryin .tablebox table tr td {
    display: block;
    padding: 20px 10px 20px 10px;
}
.entrybox .entryin .tablebox table tr td input[type="text"] {
    height: 35px;
    padding: 0 10px;
}
.entrybox .entryin .tablebox table tr td select {
    height: 35px;
    padding: 0 10px;
}
.entrybox .entryin .tablebox table tr td textarea {
    border: 1px solid #b9b9b9;
    height: 150px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
}
.entrybox .entryin .tablebox table tr td .wid01 {
    width: 100%;
}
.entrybox .entryin .tablebox table tr td .wid02 {
    width: 100%;
}
.entrybox .entryin .tablebox table tr td .stx {
    font-size: 12px;
}
.entrybox .entryin .tablebox table tr td .err {
    font-size: 12px;
    padding: 5px 0 0 0;
}
.entrybox .entryin .prybox {
    margin: 0 0 25px 0;
    background: #f8f8f8;
    padding: 15px 15px 15px 15px;
}
.entrybox .entryin .prybox .ttl {
    font-size: 16px;
    margin: 0 0 15px 0;
}
.entrybox .entryin .prybox .pryin {
    height: 150px;
    padding: 10px;
    margin: 0 0 15px 0;
}
.entrybox .entryin .prybox .pryin dl {
    margin: 0 0 10px 0;
}
.entrybox .entryin .prybox .pryin dl dt {
    font-weight: bold;
    margin: 0 0 5px 0;
}
.entrybox .entryin .prybox .pryin p {
    margin: 0 0 20px 0;
}
.entrybox .entryin .prybox .sltx {
    font-size: 12px;
    padding: 5px 0 0 0;
}
.entrybox .entryin .btnbox .btn {
    width: auto;
    margin: 0 auto;
}
.entrybox .entryin .btnbox .btn.lft {
    width: auto;
    float: none;
}
.entrybox .entryin .btnbox .btn.rgt {
    width: auto;
    float: none;
    margin: 0 0 15px 0;
}
.entrybox .entryin .btnbox .btn a {
    font-size: 18px;
    padding: 17px 0;
}



}
