@charset "UTF-8";

/*---------------------------------------------------------------------------------------------
Stylesheet - version date 1.0 2017.11.01
BLOCKS SYSTEM [style.css]
---------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background:transparent;
}
html,body {	height:100%; }
body {
	font-size: 13px;
	font-family:-apple-system,’Lucida Grande’,
‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’,
‘游ゴシック’,’メイリオ’,meiryo,sans-serif;
	line-height: 1.5;
	color: #333;
    -webkit-text-size-adjust:100%;
    letter-spacing: 0.13em;
}
ol,ul,dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}
input, select { vertical-align:middle; }
img {
    font-size:0;
    line-height: 0;
	vertical-align: top;
	border: 0;
}
a {
    color: #333;
    transition: all 300ms ease-out;
	text-decoration: none;
}
a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.clr { clear: both; }
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
	font-size: 0;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

.themeBg1 { background-color: #f1948a!important; color:#fff!important; }
.themeBg2 { background-color: rgba(241,148,138,.6)!important; color: #fff!important; }
.themeColor { color: #f1948a!important; }
.themeBorder { border: 1px solid #f1948a; }


.baseColor { background-color: #3e3a39; color:#fff; }

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0;
    padding-right: 0;
}

/*---------------------------------------------------------------------------------------------
  メインイメージ
---------------------------------------------------------------------------------------------*/
.mainImage {
    min-height: 500px;
    padding-bottom: 60px;
    background: url() no-repeat center 30% / cover;
}
.mainImage p {
    width: 100%;
    /* height: 45px; */
    padding-left: 45px;
    line-height: 45px;
}
.mainImageBox {
    position: relative;
    z-index: 10;
    text-align: center;
}
.mainImageBox img {
    max-width: 100%;
}
.mainImageBox .copyBox {
    /* position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    transform: translate(-50%,-50%);
    width: 390px;
    padding: 40px 0; */
    background-color: rgba(0,0,0,.4);
    display: inline-block;
    padding: 40px;
    text-align: center;
    margin: 120px 0 80px;
}
.mainImageBox .copyBox h1 {
    color: #fff;
    font-size: 45px;
}
.mainImageBox .copyBox h1 span {
    display: block;
    margin-top: 20px;
    font-size: 220%;
}
.copyBox2 {
    position: relative;
    z-index: 30;
    width: 100%;
    background-color: rgba(255,255,255,.8);
    text-align:center;
}
 .copyBox2.pcNone {
    display: none;
    margin: 40px 0;
}
.copyBox2 p {
    height: initial;
    padding: 0;
    line-height: 2.5;
    font-size: 20px;
    color: #333;
}
.mainImage .copyBox2.spNone p {
    padding: 0 20px;
}

.mainImageBox.messageBox {
    /* height:550px; */
    min-height: 500px;
    background: url(/uploads/optimum-image/ats/page/image/samplePhoto03.jpg) no-repeat center 73% / cover;
    display: flex;
    background-image: none;
}
.mainImageBox.messageBox .copyBox {
    width: auto;
    background-color: transparent;
    color: #fff;
    margin: auto;
    position: relative;
    z-index: 20;
}
.mainImageBox.messageBox .copyBox h3 {
    /* margin-bottom: 80px; */
    font-size: 25px;
    line-height: 2;
    text-align: center;
}
.mainImageBox.messageBox .copyBox p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    display: block;
    margin-top: 40px;
}

.mainImageBox .filter {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.4);

}

.sectionTitle {
    padding: 35px 0;
    text-align: center;
}
.sectionTitle h2 {
    padding: 0 15px;
    font-size: 30px;
}
.sectionTitle h2::after {
    content: '';
    display: block;
    width: 10vw;
    height: 1px;
    margin: 10px auto;
    background-color: #fff;
}
.sectionTitle p {
    font-size: 12px;
}
p.copyBoxSp {
    display :none;
}

@media (max-width: 767px) {
    .mainImage {
        min-height: 280px;
        /* min-height: initial; */
    }
    .mainImage p {
        min-height: 30px;
        line-height: 30px;
        padding-left: 15px;
    }
    .mainImageBox {
        min-height: 250px;
    }
    .mainImageBox .copyBox {
        /* max-width: 160px; */
        /* margin-top: 0;  */
        margin: 60px 0;
        padding: 15px;
    }
    .mainImageBox .copyBox h1 {
        /* margin-bottom: 20px; */
        font-size: 5.5vw;
    }

    .mainImage .copyBox2.spNone {
        display: none;
    }
    .copyBox2.pcNone {
        display: block;
    }
    .copyBox2.pcNone p {
        padding: 30px;
        line-height: 2;
        font-size: 3.5vw;
    }
    .mainImageBox.messageBox {
        /* height: 270px; */
        min-height: 270px;
        /* background-attachment: fixed; */
        background-attachment: scroll;
        background-size: cover;
    }
    .mainImageBox.messageBox .copyBox {
        width: 100%;
        max-width: initial;
    }
    .mainImageBox.messageBox .copyBox h3 {
        font-size: 4vw;
    }
    .mainImageBox.messageBox .copyBox p {
        display: none;
    }
    p.copyBoxSp {
        display: block;
        padding: 30px;
        line-height: 2;
        font-size: 3vw;
        text-align: center;
    }
}


/* 採用情報 */
h3.careerTitle {
    padding: 50px 0;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}

.infoList {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 6px -3px #333;
}
.infoList:last-child {
    margin-bottom: 60px;
}
.infoList a { display: flex; }
.infoList a .imageBox {
    width: 165px;
    height: 125px;
    margin-right: 20px;
    overflow: hidden;
    text-align: center;
}
.infoList a .imageBox img {
	width: 100%;
	/*
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    */
    /*
    width: 165px;
    height: 125px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    */
}
.infoList a .textBox { 
    width: auto; 
    flex: 1;
}
.infoList a .textBox h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #2560a4;
}
.infoList a .textBox p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}
.leadCopy {
    padding: 60px 0;
    line-height: 1.8;
    font-size: 21px;
    color: #6d6d6d;
    text-align: center;
}
.businessImageBox {
    max-height: 500px;
    height: 500px;
    margin-bottom: 40px;
    background: none no-repeat center center / cover;
    overflow: hidden;
    text-align: center;
}
/*
.leadCopy + .imageBox img {
  max-width: 100%;
  width: 100%;
}*/

a.moreLook {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    margin: 60px auto;
    padding: 35px 20px 20px 20px;
    border-radius: 60px;
    background-color: #fff;
    text-align: center;
    font-size: 92%;
    color: #2560a4;
    text-decoration: underline;
}
a.moreLook:hover {
    opacity: 0.8;
    text-decoration: none;
}
a.moreLook::after {
    content: "";
    display: block;
    position: absolute;
    top: 55px;
    right: 50%;
    margin-right: -15px;
    content: "";
    width: 28px;
    height: 28px;
    border-top: 1px solid #8b8b8b;
    border-right: 1px solid #8b8b8b;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media (max-width: 1024px) and (min-width: 768px) {
    .leadCopy + .imageBox {
        margin-bottom: 0;
    }
    .businessList { padding: 30px; }
}
@media (max-width: 767px) {
    h3.careerTitle {
        font-size: 3.2vw;
    }
    .leadCopy {
        padding: 30px 0;
        font-size: 3.2vw;
    }
    .leadCopy p {
        padding: 0 15px;
    }
    .infoList {
        margin: 0 15px 15px 15px;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 3px 3px 6px -3px #333;
    }
    .infoList a .imageBox {
        width: 100px;
        height: 90px;
        margin-right: 15px;
    }
    .infoList a .imageBox img {
        width: 100px;
        height: 90px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    .infoList a .textBox {
        width: 100%;
    }
    .infoList a .imageBox + .textBox {
        width: calc(100% - 115px);
    }
    .infoList a .textBox h4 {
        font-size: 3.5vw;
        line-height: 1.5;
    }
    .infoList a .textBox p {
        font-size: 3vw;
    }
    a.moreLook {
        margin: 30px auto;
        width: 80px;
        height: 80px;
        padding: 25px 0 20px 0;
    }
    a.moreLook::after {
        top: 40px;
        width: 20px;
        height: 20px;
        margin-right: -10px;
    }
    a.moreLook:hover {
        opacity: 1;
    }
}

/* 私たちについて */
.aboutBox {
    padding: 80px 0;
    background: url(/uploads/optimum-image/ats/page/image/background01.jpg) no-repeat center center / cover;
}
.aboutBox .aboutBoxInn {
    display: flex;
    max-width: 970px;
    margin: 0 auto;
    justify-content: center;
}
.aboutBox .aboutBoxInn dl {
    margin-right: 50px;
    padding: 20px;
    background-color: #fff;
}
.aboutBox .aboutBoxInn dl:last-child {
    margin-right: 0;
}
.aboutBox .aboutBoxInn dl dt {
    max-width: 420px;
    max-height: 330px;
    margin: 0 auto;
}
.aboutBox .aboutBoxInn dl dt img {
    width: 420px;
    height: 330px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.aboutBox .aboutBoxInn dl dd {
    padding: 45px 0 20px 0;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .aboutBox .aboutBoxInn {
        flex-direction: column;
    }
    .aboutBox .aboutBoxInn dl {
        max-width: 460px;
        margin: 0 auto 20px auto;
    }
    .aboutBox .aboutBoxInn dl:last-child {
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    .aboutBox {
        /* padding: 20px 14px; */
        padding: 30px 14px; 
        background: url(/uploads/optimum-image/ats/page/image/background01.jpg) repeat-y left top / cover;
        /* background-attachment: fixed; */
        background-size: auto 100%;
        background-repeat: no-repeat; 
    }
    .aboutBox .aboutBoxInn {
        flex-direction: column;
        max-width: 275px;
    }
    .aboutBox .aboutBoxInn dl {
         margin: 0; 
        padding: 15px;
        box-shadow: 3px 3px 6px -3px #333;
    }
    .aboutBox .aboutBoxInn dl + dl {
        margin-top: 30px;
    }
    .aboutBox .aboutBoxInn dl dt img {
        width: 100%;
        height: 180px;
    }
    .aboutBox .aboutBoxInn dl dd {
        padding: 20px 0 5px 0;
        font-size: 3vw;
    }
}


/* BUSINESS */
.sectionTitle + .businessList {
    margin-top: 40px;
}
.businessList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 970px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.businessList dl {
    display: flex;
    width: 100%;
    min-height: 115px;
    margin: 0 0 20px 0;
}
.businessList dl:last-child {
    margin-bottom: 0;
}

.businessList dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 100%;
    text-align: center;
}
.businessList dl dt span {
    font-size: 350%;
}
.businessList dl dd {
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 160px);
    padding: 20px;
    line-height: 2;
    font-size: 16px;
    color: #666;
    word-break: break-all;
    flex-wrap: wrap;
}
.businessList img {
    width: 60px;
    max-width: 100%;
}
.businessImageBox {
    background-image: none !important;
    height: auto;
    max-height: none;
    margin-bottom: 70px;
}
.sectionTitle + .businessImageBox {
    margin-top: 70px;
}
.businessImageBox.imageBox img {
    width: 970px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    max-height: 500px;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .sectionTitle + .businessList {
        margin-top: 0;
    }
    .businessList dl { width: 100%; }
}

@media (max-width: 767px) {
    .sectionTitle + .businessList {
        margin-top: 0;
    }
    .leadCopy + .imageBox {
        max-height: 300px;
        margin-bottom: 0;
    }
    .leadCopy + .imageBox img {
        max-width: 100%;
        max-height: 270px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: auto;
    }
    .businessList {
        max-width: 275px;
        padding: 35px 0 40px 0;
    }
    .businessList dl {
        /* width: auto; */
        height: auto;
        margin-right: 0;
    }
    .businessList dl dt {
        width: 60px;
        min-height: 60px;
        padding: 0 8px;
        height: inherit;
    }
    .businessList dl:last-child {
        margin-bottom: 0;
    }
    .businessList dl dt span {
        font-size: 200%;
    }
    .businessList dl dd {
        width: calc(100% - 60px);
        padding: 10px 20px;
        font-size: 3vw;
    }
    .businessImageBox {
        background-image: none !important;
        max-height: none;
        height: auto;
    }
    .businessImageBox img {
        width: 100%;
    }
    .businessImageBox .pcNone {
        display: block;
    }
}

/* PHOTOS */
.photoList {
    display: flex;
    justify-content: center;
    max-width: 1024px;
    margin: 0 auto;
    padding-bottom: 105px;
    flex-wrap: wrap;
    align-items: stretch;
}
.sectionTitle + .photoList {
    padding-top: 105px;
}
.photoList dl {
    max-width: 230px;
    margin:0 15px 15px 15px;
    /*margin: 12px;*/
}
@media (min-width: 1024px) {
    .photoList dl:first-child {
        margin-left: 0; 
    }
    .photoList dl:last-child {
        margin-right: 0; 
    }
}
.photoList dl dt {}
.photoList dl dt img {
    width: 230px;
    height: 230px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.photoList dl dd {
    height: 100%;
    padding: 15px 30px;
    font-size: 12px;
    line-height: 2.2;
    background-color: #666;
    color: #fff;
    text-align: left;
}
.photoList dl dt + dd {
    height: calc(100% - 230px);
}
@media (max-width: 1024px) and (min-width: 768px) {
    .photoList {
        flex-wrap: wrap;
        justify-content: center;
    }
    .photoList::before,
    .photoList::after {
        content:"";
        display: block;
        height: 0;
        width: 100%;
        max-width: 230px;
        order:1;
        margin: 12px;
    }
    .photoList dl {
        margin: 0 12px 24px 12px !important;
    }
    .photoList dl:last-child {
        margin-right: 25px;
    }
}
@media (max-width: 767px) {
    .photoList {
        flex-direction: column;
        align-items: center;
        padding: 0 15px 40px 15px;
    }
    .sectionTitle + .photoList {
        padding-top: 40px;
    }
    .photoList dl {
        max-width: 275px;
        min-width: 275px;
        margin: 0 0 20px 0;
        margin: 0;
    }
    .photoList dl + dl {
        margin-top: 30px;
    }
    .photoList dl:last-child {
        margin-bottom: 0;
    }
    .photoList dl dt img {
        width: 100%;
        height: 180px;
    }
    .photoList dl dd {
        font-size: 3vw;
    }
    @-moz-document url-prefix() {
        .photoList dl dt + dd { 
            height: auto; 
        }
    }

}

/* スタッフについて */
.staffBox {
    padding-bottom: 90px;
    background: url(/uploads/optimum-image/ats/page/image/background02.jpg) repeat top center / contain;
}
.staffBox .staffBoxInn {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.staffBox .staffBoxInn dl {
    max-width: 227px;
    margin: 0 15px 20px 15px;
    background-color: #fff;
    box-shadow: 5px 5px 10px 0px #999;
    flex-grow: 1;
}
@media (min-width: 1024px) {
    .staffBox .staffBoxInn dl:first-child {
        margin-left: 0; 
    }
    .staffBox .staffBoxInn dl:last-child {
        margin-right: 0; 
    }
}


.staffBox .staffBoxInn dl dt {}
.staffBox .staffBoxInn dl dt img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.staffBox .staffBoxInn dl dd {
    position: relative;
    padding: 0 20px 40px 20px;
    background-color: #fff;
}

.staffBox .staffBoxInn dl dd h3.profileLabel {
    display: inline-block;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 35px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
}
.staffBox .staffBoxInn dl dd .nameBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 25px;
    color: #666;
}
.staffBox .staffBoxInn dl dd .nameBox {
    margin-top: 35px;
}
.staffBox .staffBoxInn dl dd .profileLabel + .nameBox {
    margin-top: 0px;
}
.staffBox .staffBoxInn dl dd .nameBox h4 {
    font-size: 14px;
}
.staffBox .staffBoxInn dl dd .nameBox p {
    font-size: 11px;
}
.staffBox .staffBoxInn dl dd p {
    font-size: 11px;
    line-height: 2.1;
    color: #666;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .staffBox .staffBoxInn {
        flex-wrap: wrap;
        padding: 0 25px;
    }
    .staffBox .staffBoxInn dl {
        max-width: 224px;
        margin: 12px;
    }
    .staffBox .staffBoxInn::before,
    .staffBox .staffBoxInn::after {
        content:"";
        display: block;
        height: 0;
        width: 100%;
        max-width: 224px;
        order:1;
        margin: 12px;
    }
    .staffBox .staffBoxInn dl dt img {
        width: 100%;
        height: 200px;
    }
}
@media (max-width: 767px) {
    .staffBox {
        padding-bottom: 25px;
        background: url(/uploads/optimum-image/ats/page/image/background02.jpg) repeat top center / contain;
        background-attachment: fixed;
    }
    .staffBox .staffBoxInn {
        flex-direction: column;
    }
    .staffBox .staffBoxInn dl {
        max-width: 275px;
        min-width: 275px;
        margin: 0 auto;
    }
    .staffBox .staffBoxInn dl + dl {
        margin-top: 30px;
    }
    .staffBox .staffBoxInn dl:last-child {
        margin-right: auto;
    }
    .staffBox .staffBoxInn dl dt img {
        width: 100%; 
        /*height: 210px;*/
        height: 100%; 
        max-width: 275px;
        max-height: 275px;
    }
    .staffBox .staffBoxInn dl dd .nameBox {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .staffBox .staffBoxInn dl dd .nameBox h4 {
        margin-bottom: 5px;
    }
}

/* 福利厚生 */
.benefitBox {
    padding-bottom: 90px;
    background: url(/uploads/optimum-image/ats/page/image/background03.jpg) no-repeat center 85% / cover;
}
.benefitBox .benefitBoxInn {
    display: flex;
    max-width: 970px;
    margin: 0 auto;
    align-items: stretch;
    justify-content: center;
}
.benefitBox .benefitBoxInn dl {
    width: 220px;
    margin-right: 30px;
    box-shadow:5px 5px 10px 0px #999;
    background-color: #fff;
}
.benefitBox .benefitBoxInn dl:last-child {
    margin-right: 0;
}
/*
@media (max-width: 1024px) and (min-width: 992px) {
    .benefitBoxInn .row {
        margin: auto;
    }
    .benefitBox .benefitBoxInn dl {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 28px;
    }
}*/
.benefitBox .benefitBoxInn dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 205px;
}
.benefitBox.leadCopyEnpty {
     padding: 90px 0; 
}
.benefitBox .benefitBoxInn dl dt span {
    font-size: 480%;
    color: #515151;
}
.benefitBox .benefitBoxInn dl dt span img {
    width: 78px;
}
.benefitBox .benefitBoxInn dl dd h3 {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 8px 0;
    font-size: 18px;
    text-align: center;
}
.benefitBox .benefitBoxInn dl dd { 
    padding: 0 10px 45px 10px; 
}
.benefitBox .benefitBoxInn dl dd p {
    line-height: 1.8;
}
.benefitBox .benefitBoxInn dl dd .message-box {
    padding: 0 4px;
}
.benefitBox .pcNone {
    display: none;
}
.benefitBox .benefitImageBox img {
    max-width: 100%;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .benefitBox .benefitBoxInn dl {
        /* width: auto; */
        margin: 0 25px 25px 25px;
    }
    .benefitBox .benefitBoxInn dl dt {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .benefitBox {
        padding-bottom: 25px;
        background: url(/uploads/optimum-image/ats/page/image/background03.jpg) no-repeat center -80px / contain;
        background-size: 150%;
    }
    .benefitBox .benefitBoxInn {
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 25vw;
        margin-bottom: 15px;
    }
    .benefitBox .benefitBoxInn dl {
        width: 275px;
        margin: 0;
        box-shadow: 2px 2px 6px 0px #999;;
    }
    
    .benefitBox .benefitBoxInn dl dt {
        width: 100%;
        max-height: 100px;
    }
    .benefitBox .benefitBoxInn dl dt span {
        font-size: 300%;
    }
    .benefitBox .benefitBoxInn dl dt span img {
        width: 48px;
    }
    .benefitBox .benefitBoxInn dl dd {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 30px;
    }
    .benefitBox .benefitBoxInn dl dd h3 {
        margin-bottom: 20px;
        font-size: 4vw;
    }
    .benefitBox .benefitBoxInn dl dd p {
        font-size: 3vw;
    }
    .benefitBox .pcNone {
        display: block;
    }
    .benefitBox  .benefitImageBox.pcNone {
        display: flex;
        justify-content: center;
        align-items: center
    }
    .benefitBox .spNone {
        display: none;
    }
    .benefitBox .leadCopy {
        padding: 0;
        position: relative;
        z-index: 21;
    }
    .benefitBox .leadCopy p {
        padding-top: 6vw;
        padding-bottom: 6vw;
        color: #fff;
    }
    .benefitBox .mainImageBox.messageBox {
        min-height: 26vw;
    }
    .benefitBox {
        background-image: none !important;
    }
    .benefitBox { 
        padding-top: 0;
    }
    .benefitBox .benefitBoxInn { 
        padding-top: 10vw;
    }
    .benefitBox.leadCopyEnpty  {
        padding-bottom: 25px;
        padding-top: 0;
    }
}
@media (max-width: 564px) {
    .benefitBox .benefitBoxInn dl + dl {
        margin-top: 30px;
    }
}


/* アクセス */
.accessBox { posiiton: relative; }
.accessBox .scrollTrigger {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
    width: 77px;
    height: 77px;
    padding: 15px 20px 20px 20px;
    border-radius: 60px;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    font-size: 100%;
}

.accessBox .scrollTrigger:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 14px;
    right: 50%;
    margin-right: -11px;
    width: 22px;
    height: 22px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accessBox .scrollTrigger:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: #fff;
}


.logoBox {
    padding: 60px 0 70px 0;
    text-align: center;
}
.logoBox img {
    max-width: 80%;
}
.access {
    text-align: center;
}
.access.no-logo {
    margin-top: 40px;
}
.access p {
    margin-bottom: 20px;
    font-size: 20px;
}
.access p:last-child {
    margin-bottom: 45px;
}
.access p a {
    font-size: 19px;
    color:#055cdd;
}
.googleMap {
    width: 100%;
}
#googleMapObj {
    width: 100%;
    height: 550px;
}

@media (min-width: 1025px) {
    .googleMap.mapHidden #googleMapObj {
        height: 220px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    #googleMapObj {
        height: 350px;
    }
    .googleMap.mapHidden #googleMapObj {
        height: 220px;
    }
}

@media (max-width: 767px) {
    #googleMapObj {
        height: 250px;
    }
    .googleMap.mapHidden #googleMapObj {
        height: 0px;
    }
    .access.no-logo {
        margin-top: 26px;
    }
}

.copyrightBox {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding: 15px 45px;
    font-size: 16px;
}
.copyrightBox.mapHidden {
    bottom: 0px;
}
.copyrightBox p {
    font-size: 12px;
    /*
    display: flex;
    align-items: center;*/
}
.copyrightBox p img {
    width: 55px;
    height: 17px;
    margin: 0 5px;
    vertical-align: -1px;
}


@media (max-width: 767px) {
    .logoBox {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    /* .logoBox img { height: 45px; } */
    .access p, .access p a { font-size: 4vw; }
    .access p { margin-bottom: 15px; }
    .access p:last-child { margin-bottom: 20px; }

    .accessBox .scrollTrigger {
        position: relative;
        left: initial;
        bottom: initial;
        transform: none;
        display: block!important;
        width: 80px;
        height: 80px;
        margin: 50px auto;
        padding-top: 10px;
    }
    .accessBox .scrollTrigger:before {
        bottom: 20px;
    }
    .accessBox .scrollTrigger:after {
        bottom: 15px;
    }
    .copyrightBox {
        position: static;
        padding-left: 30px;
        padding-right: 30px;
    }
    .copyrightBox span {
        display: block;
        font-size: 2.5vw;
    }
}


.floatBtn {
    z-index: 100;
    position: fixed;
    width: 55px;
    bottom: 30px;
    right: 0px;
    padding: 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    font-family: 'Roboto Condensed', 'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',游ゴシック体,'Yu Gothic',YuGothic,メイリオ,Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.floatBtn .snsSet {
    display: inline-block;
    width: 60px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    text-align: center;
}
.floatBtn .snsSet .title {
    padding: 12px 0 10px;
    color: #999;
    font-size: 12px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.floatBtn .snsSet .snsList {
    text-align: center;
}
.floatBtn .snsSet .snsList .sns {
    display: block;
    vertical-align: middle;
}
.floatBtn .snsSet .snsList .sns a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.25);
    text-align: center;
}
.floatBtn .snsSet .snsList .sns a:before {
    content: "";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 60px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
}
.floatBtn .snsSet .snsList .sns.fb a {
    border-top: none;
    left: -3px;
    top: 4px;
}
.floatBtn .snsSet .snsList .sns.fb a:before {
    content: "\f09a";
}
.floatBtn .snsSet .snsList .sns.tw a:before {
    content: "\f099";
}
.floatBtn .snsSet .snsList .sns.gg a:before {
    content: "\f0d5";
}
@media (max-width: 767px) {
    .floatBtn { display: none; }
}



.modal#bgGallery {
    transform: translateX(-50%);
    width: 100%;
    margin-left: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    transition: all 300ms 0s ease;
    max-height: 90%;
}
#bgGallery .modal-body .modal-header {
    background-color: rgba(34,34,34,.5);
    border-bottom: 1px solid rgba(85,85,85,0.9);
}
#bgGallery .modal-body .close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: .7;
}
#bgGallery .modal-body {
    padding: 25px 75px;
    background-color: rgba(34,34,34,.8);
}
#bgGallery .modal-body ul.bgList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
}

#bgGallery .modal-body ul.bgList li.bgImage.selected::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 20;
    width: 138px;
    height: 275px;
    border: 3px solid #ff8c89;
    border-radius: 26px;
    background-color: transparent;
}

#bgGallery .modal-body ul.bgList li.bgImage {
    position: relative;
    z-index: 10;
    width: 138px;
    height: 275px;
    margin: 0;
    padding: 31px 0 0 9px;
    border: 3px solid transparent;
    border-radius: 26px;
    background: url(/ats/admin/image/iPhone.png) no-repeat center center / contain;
    cursor: pointer;
    margin-bottom: 16px;
}
#bgGallery .modal-body ul.bgList li.bgImage img {
    position: relative;
    z-index: 50;
    width: 115px;
    height: 208px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
#bgGallery .modal-body ul.bgList li.bgImage .textBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(34,34,34,.5);
    border-radius: 26px;
    text-align: center;
}
#bgGallery .modal-body ul.bgList li.bgImage {
    cursor: pointer;
}
#bgGallery .modal-body ul.bgList li.bgImage:hover {
    border: 3px solid #ff8c89;
}
#bgGallery .modal-body ul.bgList li.bgImage.selected::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 20;
    width: 138px;
    height: 275px;
    border: 3px solid #ff8c89;
    border-radius: 26px;
    background-color: transparent;
}
@media (min-width: 768px) {
    #bgGallery .modal-dialog {
        width: auto;
        max-width: 900px;
    }
}


.imageSelectBox .imageSelectInn {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    background-color: #555;
    border-radius: 6px;
    overflow: hidden;
}
.imageSelectBox .imageSelectInn ul.imageList .color::before  {
    content: '';
    width: 50px;
    display: flex;
    height: 10px;
    position: relative;
}
.imageSelectBox .imageSelectInn ul.imageList .color::after {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: '\f00c';
    color: #fff;
    font-size: 150%;
    opacity: 0;
    transition: all 300ms 0s ease;
}

.imageSelectBox .imageSelectInn ul.imageList .color.selected::after {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: '\f00c';
    color: #fff;
    font-size: 150%;
    opacity: 100;
}

.imageSelectBox .imageSelectInn ul.imageList .color {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms 0s ease;
}


.imageSelectBox .imageSelectInn .colorCodeBox {
    width: 200px;
    height: 85px;
    margin: 0 auto;
}
.imageSelectBox .imageSelectInn .colorCodeBox .selectedColor {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: #000;
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms 0s ease;
}
.imageSelectBox .imageSelectInn .colorCodeBox .form-control {
    width: 100px;
    height: 40px;
}
.imageSelectBox .imageSelectInn .colorCodeBox .colorSet {
    display: flex;
    align-items: center;
    justify-content: center;
}
.imageSelectBox .imageSelectInn .colorCodeBox h4 {
    margin: 8px 0 8px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.loading-animation {
  color: #ccc;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: diversionLoadAnimation 1.3s infinite linear;
  animation: diversionLoadAnimation 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes diversionLoadAnimation {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes diversionLoadAnimation {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}




.job-search-box {
    /* width: 800px; */
    margin:auto;
    border-radius: 8px;
    background-color: #ebebeb;
    padding-bottom: 10px;
}
.job-search-wrapper-box .job-search-title {
    padding: 12px;
    color: #333;
    text-align:center;
    font-size: 14px;
}
.job-search-wrapper-box table.condition-table {
    color: #333;
    background-color: #fff;
    width: 100%;
}
.job-search-wrapper-box table.condition-table th {
    width: 35%;
    padding: 13px 10px 12px 40px;
    border-right: #D0C9C6 1px solid;
    border-bottom: #D0C9C6 1px solid;
    text-align: left;
    vertical-align: top;
}
.job-search-wrapper-box table.condition-table th a.js-btn-select {
    position: absolute;
    display: block;
    width: 76px;
    height: 27px;
    overflow: hidden;
    background: url(/pc/img/common/btnSelect.png) no-repeat left top;
    text-indent: -9999px;
    right: 0px;
    top: -4px;
}
.job-search-wrapper-box table.condition-table td {
    padding: 10px;
    border-bottom: #D0C9C6 1px solid;
}
.job-search-wrapper-box .result {
    display: flex;
    padding: 20px 20px 10px 20px;
}
.job-search-wrapper-box .result > div {
    height: 40px;
}
.job-search-wrapper-box .result .item1 {
    width: 38%;
    position: relative;
    background-color: #919aa2;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    line-height: 40px;
    padding-left: 30px;
    margin-right: 24px;
    text-align: center;
}
.job-search-wrapper-box .result .item1::after {
    content: "";
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 24px;
    border-color: transparent transparent transparent #919aa2;
    right: 0px;
    margin-right: -24px;
    top: 0px;
}
.job-search-wrapper-box .result .item2 {
    width: 25%;
    padding: 5px 8px 0px;
    color: #333;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 20px;
    text-align: right;
}
.job-search-wrapper-box .result .item2 .job-count-dsp {
    font-size: 24px;
    color: #E60012;
}
.job-search-wrapper-box .result .item3 {
    flex: 1;
    margin-left: 20px;
}
.job-search-wrapper-box .result .item3 a {
    background: #6295DB;
    border: solid 2px #6295DB;
    display: block;
    text-align: center;
    height: inherit;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    line-height: 38px;
}
.job-search-wrapper-box .result .table dd span {
    padding: 0 0.25em 0 0;
    color: #FF0000;
    font-size: 138.5%;
}
.job-search-wrapper-box .area-search {
    color: #333;
}
.job-search-wrapper-box .area-search-title-box {
    background-color: #fff;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 8px;
}
.job-search-wrapper-box .area-search-title-box-inn {
    text-align: center;
    margin-top: 2px;
}
.job-search-wrapper-box .area-search-select {
    text-align: center;
    margin-bottom: 4px;
}
.job-search-wrapper-box .area-search-select .select-box {
    display: inline-block;
    background: url(/diversion/img/grdBtnWhite.png) no-repeat scroll left / 172px auto;
    background-image: url("/diversion/img/grdBtnWhite.png");
    width: 172px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
}
.job-search-wrapper-box .area-search-select .select-box.active {
    background-image: url(/diversion/img/grdBtnOrange.png);
}
.job-search-wrapper-box .area-search .attention-txt {
    font-size: 16px;
    font-weight: bold;
}
.job-search-wrapper-box .work-location-select {
    padding: 8px 0;
}
.job-search-wrapper-box .work-location.active .accordion-table {
    background-color: #fff;
}
.job-search-wrapper-box .work-location {
    width: 600px;
    border: solid 2px #B1AFB0;
    border-radius: 6px;
    padding: 10px 8px 24px 8px;
    background-color: #B1AFB0;
    box-sizing: border-box;
    margin: auto;
}
.job-search-wrapper-box .area-search-title-box {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.job-search-wrapper-box .location.area-and-station .area-search-title-box {
    width: auto;
}
.job-search-wrapper-box .location.area-and-station .work-location {
    width: calc(100% / 2 - 10px);
    float: left;
}
.job-search-wrapper-box .work-location.active {
    background-color: #FFF6CB;
    border: solid 2px #FFD701;
}
.job-search-wrapper-box .location.area-and-station .work-location.station {
    float:right;
}
.job-search-wrapper-box .work-location-item-box::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    opacity: 0.5;
    background-color: #B1AFB0;
}
.job-search-wrapper-box .active .work-location-item-box::after { 
    display: none;
}
.job-search-wrapper-box .area-search .title-box {
    padding: 10px;
    font-size: 12px;
    position: relative;
    color: #343434;
    margin: 0 0 8px 0;
}
.job-search-wrapper-box .work-location-item-box {
    border-radius: 6px;
    border: solid 2px #949293;
    position: relative;
    background-color: #fff;
}
.job-search-wrapper-box .work-location.active .work-location-item-box {
    border: solid 2px #C3C3C3;
}
.job-search-wrapper-box .work-location-item-box-inn:not(.non-scroll) {
    height: 250px;
    overflow-y: scroll;
    max-height: 250px;
    min-height: 250px;
}
.job-search-wrapper-box .work-location.active .work-location-item-box-inn {
    background-color: #fff;
}
.job-search-wrapper-box .accordion-table {
    width: 100%;
    /* background-color: #B1AFB0; */
}
.job-search-wrapper-box .accordion-table table {
    width: 100%;
}
.job-search-wrapper-box .work-location.active .accordion-table {
    background-color: #fff;
}
.job-search-wrapper-box .accordion-table .parent-row.content-parent {
    border-top: solid 2px #F0F0F0;
}
.job-search-wrapper-box .accordion-table .parent-row .parent-row-items {
    border-top: solid 1px #F0F0F0;
}

.job-search-wrapper-box .accordion-table .row-level-1-parent .parent-row-items {
    font-size: 16px;
    padding: 8px 0 8px 16px;
}
.job-search-wrapper-box .accordion-table .row-last-content .child-row-items {
    border-top: solid 1px #F0F0F0;
}
.job-search-wrapper-box .accordion-table .row-level-1-parent .parent-row-items a {
    vertical-align: -4px;
}
.job-search-wrapper-box .accordion-table .parent-row-items,
.job-search-wrapper-box .accordion-table .child-row-items {
    padding: 0;
}
.job-search-wrapper-box .accordion-table .accordion-item.parent-row label {
    padding-right: 32px;
}
.job-search-wrapper-box .accordion-table .row-level-1-child.row-last-content .child-row-items {
    padding: 8px 0 8px 32px;
}
.job-search-wrapper-box .work-location.etc .accordion-table .row-level-1-child.row-last-content .child-row-items {
    padding: 8px 0 8px 16px;
}
.job-search-wrapper-box .work-location.etc .work-location-item-box {
    border: none;
    background-color: transparent;
}
.job-search-wrapper-box .work-location.active.etc {
    background-color: #fff;
}
.job-search-wrapper-box .work-location.active.etc .work-location-item-box-inn {
    background-color: transparent;
}
.job-search-wrapper-box .work-location.etc .accordion-table {
    border-bottom: solid 1px #F0F0F0;
}
.job-search-wrapper-box .work-location.etc .accordion-table .parent-row.content-parent {
    border-top: none;
}
.job-search-wrapper-box .work-location.etc .parent-row-items {
    background-color: #F5EFC9;
    border-top: #F2AF00 2px solid;
}
.job-search-wrapper-box .work-location.etc .parent-row-items label {
    color: #652D1E;
}
.job-search-wrapper-box .accordion-table + .accordion-table {
    margin-top: 20px;
}
.job-search-wrapper-box .child-row-items.half {
    width: 50%;
    float: left;
}
.job-search-wrapper-box .child-row-items-box {
    display: flex;
    flex-wrap: wrap;
}
.job-search-wrapper-box .child-row-items-box .child-row-items.half {
    width: auto;
    flex-basis: 50%;
}
.job-search-wrapper-box .child-row-items-box .child-row-items.half {
    float: none;
}
.job-search-wrapper-box .child-row-items.half:last-child:after {
    content : "";
    clear: both;
}

.job-search-wrapper-box .accordion-table .accordion-item.parent-row a.accordion-item-action-btn {
    background: url(/diversion/img/csrGrayDown.png) no-repeat scroll center center / 20px auto transparent;
    position: absolute;
    display: block;
    width: 35px;
    height: 30px;
    right: 5px;
    top: 1px;
    text-indent: -9999px;
    outline: none;
}
.job-search-wrapper-box .accordion-table .child-row-items {
    padding: 0;
}
.job-search-wrapper-box .accordion-table .row-level-1-child > .accordion-toggle-item > .child-row-items.scroll-content {
    padding: 0;
}
.job-search-wrapper-box .accordion-table .scroll-content {
    overflow: visible;
    height: auto;
}
.job-search-wrapper-box .accordion-table .parent-row .parent-row-items {
    border-top: solid 1px #F0F0F0;
}
.job-search-wrapper-box .accordion-table .row-level-2-parent .parent-row-items {
    padding: 8px 0 8px 32px;
}
.job-search-wrapper-box .accordion-table .row-level-3-parent .parent-row-items {
    padding: 8px 0 8px 48px;
}
.job-search-wrapper-box .work-location.station .work-location-item-box .accordion-toggle-item {
    /* display: none; */
}
.job-search-wrapper-box .accordion-table .row-last-content .child-row-items {
    border-top: solid 1px #F0F0F0;
}
.job-search-wrapper-box .accordion-table .row-level-3-child.row-last-content .child-row-items {
    padding: 8px 0 8px 64px;
}
.job-search-wrapper-box .search-content-body input[type="radio"].custom-radio,
.job-search-wrapper-box .search-content-body input[type="checkbox"].custom-checkbox {
    display: none;
}
.job-search-wrapper-box .search-content-body input[type="checkbox"].custom-checkbox + label {
    position: relative;
    padding: 3px 0px 1px 24px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: normal;
    display: block;
}
.job-search-wrapper-box .search-content-body input[type="checkbox"].custom-checkbox + label::before {
    position: absolute;
    /* top: 50%; */
    top: 11px;
    left: 0;
    display: block;
    margin-top: -8px;
    width: 18px;
    height: 18px;
    border: 1px solid #bbb;
    border-radius: 5px;
    content: '';
    background-color: #FFF;
    box-sizing: border-box;
}
.job-search-wrapper-box .search-content-body input[type="checkbox"].custom-checkbox:checked + label::after {
    position: absolute;
    /* top: 50%; */
    top: 11px;
    left: 6px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 14px;
    border-right: 3px solid #8A8A8A;
    border-bottom: 3px solid #8A8A8A;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    box-sizing: border-box;
}
.job-search-wrapper-box .search-content-body input[type="radio"].custom-radio + label {
    display: inline-block;
    padding: 2px 2px 2px 24px;
    min-height: 24px;
    line-height: 24px;
    position: relative;
    font-weight: normal;
}
.job-search-wrapper-box .search-content-body input[type="radio"].custom-radio + label::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    content: "\f10c";
    font-family: "Fontawesome";
    color: #ccc;
    font-size: 22px;
}
.job-search-wrapper-box .search-content-body input[type="radio"].custom-radio:checked + label::before {
    content: "\f192";
    color: #717171;
}

.job-search-wrapper-box .work-location a {
    color: #666465;
}
.job-search-wrapper-box .work-location.active a {
    color: #1879CB;
}
.job-search-wrapper-box .work-location .title-box {
    padding: 10px;
    position: relative;
    color: #343434;
    margin: 0 0 8px 0;
    font-size: 12px;
}
.job-search-wrapper-box .work-location .title-box span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 0 6px 0 0;
}
.job-search-wrapper-box .work-location .bottom-btn-box {
    margin-top: 20px;
}
.job-search-wrapper-box .work-location .bottom-btn-box .setting-btn {
    border-radius: 6px;
    background-color: #6395DC;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    opacity: 0;
    cursor: default;
    text-decoration: none;
    visibility: hidden;
}
.job-search-wrapper-box .work-location.active .bottom-btn-box .setting-btn {
    opacity: 1;
    cursor: pointer;
    visibility: visible;
}
.job-search-wrapper-box .search-content-body input[type="checkbox"].custom-checkbox.hidden-disabled + label {
    padding-left: 4px;
    font-weight: bold;
    cursor: default;
}
.job-search-wrapper-box .search-content-body input[type="checkbox"].custom-checkbox.hidden-disabled + label::before,
.job-search-wrapper-box .search-content-body input[type="checkbox"].custom-checkbox.hidden-disabled + label::after {
    display: none;
}
.job-search-wrapper-box .work-location.etc .accordion-table .row-level-1-parent .parent-row-items {
    padding-left: 8px;
}
.job-search-wrapper-box .work-location.etc .accordion-table .row-level-1-parent .parent-row-items.sub-title-items {
    background-color: #F5F5F5;
}
.job-search-wrapper-box .work-location.etc .accordion-table .row-level-1-parent .parent-row-items.sub-title-items label {
    font-weight: normal;
    padding-left: 12px;
    font-size: 16px;
}
.job-search-wrapper-box .work-location.etc .accordion-table .row-level-1-parent .parent-row-items.sub-title-items label a.accordion-item-action-btn {
    display: none;
}
.job-search-wrapper-box .area-search {
    margin:auto;
}
#jobSearchModal .modal-dialog {
    width: 750px;
}
#jobSearchModal .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
#jobSearchModal .modal-header,
#jobSearchModal .modal-footer {
    display: none;
}
.job-search-wrapper-box .pcNone {
    display: none;
}
table.condition-table .inn {
    position: relative;
    height: inherit;
    width: 100%;
}
.job-search-wrapper-box .condition-table.text-items .gps-box {
    display: none;
}
.job-search-wrapper-box .condition-table.text-items input {
    box-shadow: none;
    width: 100%;
}
.job-search-wrapper-box .job-search-title.pcNone {
    padding: 10px 10px 10px 30px;
    background: #FFFFFF url(/spn/img/digest/ico_flag.png) no-repeat 10px 14px;
    background-size: auto auto;
    border-radius: 4px 4px 0 0;
    background-size: 14px 16px;
    text-align: left;
} 
.job-search-wrapper-box .job-search-title.pcNone .job-count-dsp {
    color: #FF3333;
    font-size: 123.1%;
}

@media (max-width: 767px) {
    .job-search-wrapper-box .spNone {
        display: none;
    }
    .job-search-wrapper-box .pcNone {
        display: block;
    }
    .job-search-wrapper-box {
        margin: auto 15px;
    }
    .job-search-wrapper-box table.condition-table th a.js-btn-select.spNone {
        display: none;
    }
    .job-search-wrapper-box table.condition-table th {
        width: 20%;
        padding: 13px 10px 12px 10px;
        border-right: none;
        background-color: #efefef;
        border-bottom: #999 1px solid;
    }
    .job-search-wrapper-box table.condition-table td {
        background-color: #efefef;
        border-bottom: #999 1px solid;
    }
    .job-search-wrapper-box .condition-table.select-items tr:last-child th,
    .job-search-wrapper-box .condition-table.select-items tr:last-child td {
        border-bottom-width: 2px;
    }
    .job-search-wrapper-box .condition-table.select-items tr:first-child th,
    .job-search-wrapper-box .condition-table.select-items tr:first-child td {
        border-top: #ccc 2px solid;
    }
    .job-search-wrapper-box table.condition-table td .inn {
        padding-right: 100px;
        display: flex;
        align-items: center;
        min-height: 30px;
    }
    .job-search-wrapper-box .select-title {
        color: #fff;
        display: inline-block;
        width: 80px;
        height: 24px;
        line-height: 24px;
        padding: 0 0 0 5px;
        text-align: center;
        position: relative;
        background-color: #3e3a39;
    }
    .job-search-wrapper-box .select-title::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 14px;
        border-color: transparent transparent transparent #3e3a39;
        right: 0px;
        margin-right: -14px;
        top: 0px;
    }
    .job-search-wrapper-box .js-btn-select.pcNone {
        display: inline-block;
        padding: 5px 7px;
        text-align: center;
        background: linear-gradient(#FFFFFF, #E9E9E9);
        border-radius: 6px;
        border: #C2C2C2 1px solid;
        color: #11386C;
        text-shadow: 1px 1px 0px #FFFFFF;
        position: absolute;
        top: -1px;
        right: 1px;
    }
    .job-search-wrapper-box .condition-table.text-items th,
    .job-search-wrapper-box .condition-table.text-items td {
        width: 100%;
        padding: 0 15px 0 15px ;
        display: block;
        border-bottom: none;
    }
    .job-search-wrapper-box .condition-table.text-items input.word-input {
        background: #FFFFFF url(/pc/img/common/icoSearch.png) no-repeat 8px center;
        background-size: auto auto;
        background-size: 20px 20px;
        /* width: calc(100% - 50px); */
        padding-left: 36px;
        border-radius: 0px;
        border: #CCCCCC 2px solid;
    }
    .job-search-wrapper-box .condition-table.text-items .location-input-box {
        display: flex;
        padding-top: 15px;
    }
    .job-search-wrapper-box .condition-table.text-items .location-input-box .form-inline {
        flex: 1;
        padding-top: 2px;
    }
    .job-search-wrapper-box .condition-table.text-items .location-input-box input.word-input {
        background-image: url(/pc/img/common/icoSpot.png);
        background-size: 14px 20px;
        background-position-x: 11px;
    }
    .job-search-wrapper-box .condition-table.text-items .location-input-box input.word-input:focus {
        box-shadow: none;
    }
    .job-search-wrapper-box .condition-table.text-items .keyword-input-title-box {
        padding-top: 20px;
    }
    .job-search-wrapper-box .condition-table.text-items .location-input-box .gps-box {
        display: inline-block;
        width: 50px;
        height: 54px;
        margin: 0 10px 0 0;
        background: url(/spn/img/common/btn-gps-mini.png) no-repeat;
        background-size: 50px 54px;
    }
    .job-search-wrapper-box .result {
        display: block;
    }
    .job-search-wrapper-box .item1,
    .job-search-wrapper-box .item2 {
        display: none;
    }
    .job-search-wrapper-box .result .item3 {
        margin-left: 0px;
    }
    .job-search-wrapper-box .result .item3 a {
        font-weight: bold;
        background: linear-gradient(#6E9FDE 0%, #5087D5 100%);
    }
    #jobSearchModal .modal-dialog {
        width: auto;
    }
    .job-search-wrapper-box .location .work-location {
        display: none;
        width: 100% !important;
    }
    .job-search-wrapper-box .location .work-location.active {
        display: block;
    }
    .job-search-wrapper-box .area-search-title-box,
    .job-search-wrapper-box .work-location {
        width: 100% !important;
    }
}
.js-job-search-output-box {
    display: none;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .js-job-search-output-box {
        margin-bottom: 15px;
    }
}

.mainImageBox .copyBox {
    font-size: 45px;
}
@media (max-width: 766px) {
    .imageAdjest .mainImageCenteringItem .mainImageBox .copyBox {
        font-size: 5.0vw;
    }
    .form-contents {
        min-width: auto;
        max-width: auto;
    }
}

@media (min-width: 767px) {
    .imageAdjest.mainImage {
        position:relative;
    }
    .imageAdjest .mainImageCentering {
        width: 100%;
        height: calc(100% - 45px);
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        justify-content: center;
    }
    .imageAdjest .mainImageCenteringItem {
        width: 100%;
    }
    .imageAdjest .mainImageCenteringItem .mainImageBox .copyBox {
        margin-top : 0px;
        padding: 60px;
        font-size: 45px;
    }
}
@media (max-width: 766px) {
    .imageAdjest.mainImage {
        position:relative;
        min-height: 375px !important;
    }
    .imageAdjest .mainImageCentering {
        width: 100%;
        height: calc(100% - 30px);
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        justify-content: center;
    }
    .imageAdjest.h1_60 .mainImageCentering {
        height: calc(100% - 60px);
    }
    .imageAdjest .mainImageCenteringItem .mainImageBox {
        min-height: auto;
    }
    .imageAdjest .mainImageCenteringItem .mainImageBox .copyBox {
        margin: 0px;
        padding: 40px;
        font-size: 5.0vw;
    }
}