@charset "utf-8";

/******************************************************************

ファッション・アパレル※正社員 (PC)用レイアウト

*****************************************************************/
body {
    font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    min-width: 980px;
}


@media screen and (max-width:980px) {
    body {
        font-size: 14px;
    }
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

section {
    overflow: hidden;
}

.none {
    display: none;
}

/* リンク
******************************/
a {
    text-decoration: underline;
    word-break: break-all;
    color: #000000;
}

a:hover {
    color: #00a0e9;
}

/*-----------------------
#header
-----------------------*/
#header {
    position: relative;
    width: 980px;
    height: 75px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#header ul#subNavi {
	top: 35px;
}

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

    #header,
    #bread {
        padding: 0 10px;
    }

    #header ul#subNavi {
        right: 10px !important;
    }
}


h1 {
    color: #000;
    margin: 0 0 5px;
    font-size: 14px;
}

.logoArea {
    display: flex;
    align-items: center;
}

.logo {
    margin-bottom: 5px;
}

.areaName {
    font-size: 24px;
    font-weight: bold;
    color: #369ee0;
    margin-left: 5px;
}

@media screen and (max-width:980px) {
    .logo img{
        width: 230px;
    }
	
    .areaName {
        font-size: 23px;
     }   
}

#bread {
    width: 980px;
    font-size: 12px;
    margin: 0 auto;
}

/*-----------------------
selectArea
-----------------------*/
#selectAreaBox {
    cursor: pointer;
    color: #369ee0;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #369ee0;
    padding: 3px 7px;
    margin-left: 8px;
}

#selectAreaBox:after {
    content: "";
    display: inline-block;
    background: url(/clp/s_fashion/img/arrow.svg) center center / contain no-repeat;
    width: 20px;
    height: 12px;
    vertical-align: middle;
    margin-left: 2px;
}

/*-----------------------
 AreaNavi
-----------------------*/
nav {
    width: 980px;
    margin: 10px auto 0;
    overflow: hidden;
}

nav dl {
    height: 70px;
    display: flex;
}

nav dt {
    width: 127px;
    height: 61px;
    background: url(/clp/s_fashion/img/nav-title.png) right center no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

nav dd {
    width: 112px;
    margin: 0 5px;
}

nav dd a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 112px;
    height: 60px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    background: #a0a0a0;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

nav dd a:hover {
    height: 70px;
    background: #369ee0;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

nav.ac01 dd.ac01 a,
nav.ac02 dd.ac02 a,
nav.ac03 dd.ac03 a,
nav.ac04 dd.ac04 a,
nav.ac05 dd.ac05 a,
nav.ac06 dd.ac06 a,
nav.ac07 dd.ac07 a {
    height: 70px;
    background: #369ee0;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}

/*-----------------------
 pageTitle
-----------------------*/
#pageTitle {
    border-top: 8px solid #369ee0;
    position: relative;
    background: #eff1f0 url(/clp/s_fashion/img/bg-kv.jpg) no-repeat center center;
    background-size: cover;
    height: 500px;
}

#pageTitle .pageTitleInner {
    width: 980px;    
    margin: 0 auto;
    height: 500px;
    position: relative;
}

#pageTitle .pageTitleInner h2 {
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/clp/s_fashion/img/title-kv.png) center center no-repeat;
    background-size: contain;
    width: auto;
    height: 440px;
    top: 27px;
    margin: 0 auto;
}
    
#pageTitle .pageTitleInner p {
    position: absolute;
    color: #000;
    width: 380px;
    font-size: 15px;
    bottom: 50px;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}

@media (min-width: 1280px) {
#pageTitle {
    background: #eff1f0 url(/clp/s_fashion/img/bg-kv-w.jpg) no-repeat center center;
    background-size: cover;
}
}

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

}

@media screen and (max-width:980px) {
    #pageTitle .pageTitleInner {
        width: auto;
    }
}

/*-----------------------
 contents
-----------------------*/
#contents {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:980px) {
    #contents {
        width: 980px;
    }
}

#contents h3 {
    line-height: 1.2;
    color: #fff;
    font-size: 26px;
    padding: 20px;
    font-weight: bold;
    text-align: center;
}

#contents h3 span {
    font-size: 20px;
    font-weight: normal;
}

.areaHeading {
    display: inline-block;
    font-size: 15px !important;
    font-weight: bold !important;
    background: #369ee0;
    height: 26px;
    line-height: 28px;
    border-radius: 13px;
    vertical-align: middle;
    text-align: center;
    margin: -3px 0 0 10px;
    padding: 0 10px;
}

#contents #detail .areaHeading {
    color: #ea7ad9;
    background: #fff;    
}

/** エリアの勤務地から検索 **/
#workLocation {
    background: #f3fefe;
    padding: 10px 0 20px;
}

#workLocation h3 {
    color: #369ee0;
}

#workLocation .areaHeading {
    color: #fff;
}

#workLocation h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/s_fashion/img/icon-pin.png) center center / contain no-repeat;
    width: 23px;
    height: 31px;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}

#workLocation .inner {
    width: 980px;
    margin: 0 auto 20px;
}

#workLocation dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    height: 65px;
}

#workLocation dl dt a {
    background: #369ee0;
    border-radius: 10px 0 0 10px;    
    display:flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 65px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0 auto;
    padding: 0 20px;
}

#workLocation dl:nth-child(5) dt a {
    padding: 0 12px !important;
}

#workLocation dl dd {
    width: 890px;
    background: #cde6f6;
    padding: 10px;
    border-radius: 0 10px 10px 0;
}

#workLocation ul {
    display: flex;
    flex-wrap: wrap;
}

#workLocation li {
    width: 10%;
    margin: 1.25% 1.25% 0 0;
}

#workLocation li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000;    
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    background: #ffffff;
    border: 2px solid #369ee0;
    border-radius: 5px;
}

#workLocation li:last-child {
    margin-right: 0;
}

#workLocation li:nth-child(-n+9) {
    margin-top: 0;
}

#workLocation dl dt a:hover{
    opacity: 0.7;
}
#workLocation li a:hover {
    background: #369ee0;
    color: #ffffff;
}

@media screen and (max-width:980px) {
    #workLocation .inner {
        width: 940px;
    }
    
    #workLocation dl dd {
    width: 850px;
    }
}
@media (hover: none) {
    #workLocation dl dt a:hover{
        opacity: 1;
    }
    #workLocation li a:hover {
        background: #ffffff;
        color: #000000;
    }
}

/** 人気の条件から検索 **/
#popularCondition {
    background: #fef3f8;
    padding-bottom: 30px;
}

#popularCondition h3 {
    color: #ea7ad9;
    padding: 30px 0;
}

#popularCondition .areaHeading {
    color: #ffffff;
    background: #ea7ad9;
}

#popularCondition h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/s_fashion/img/icon-pencil.png) center center / contain no-repeat;
    width: 25px;
    height: 26px;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}

#popularCondition .inner {
    width: 980px;
    margin: 0 auto 20px;
}
@media screen and (max-width: 980px) {
    #popularCondition .inner {
        width: 940px;
    }
}

#popularCondition ul {
    display: flex;
    flex-wrap: wrap;
}

#popularCondition li {
    width: 49%;
    margin: 2% 2% 0 0;
}

#popularCondition li a {
    display: flex;
    height: 100%;
    text-decoration: none;
    padding: 15px;
    border: 2px solid #ea7ad9;
    background: #fff;
    border-radius: 10px;
}

#popularCondition li:nth-child(2n) {
    margin-right: 0;
}

#popularCondition li:nth-child(-n+2) {
    margin-top: 0;
}

#popularCondition li a:hover {
    color: #fff;
    background: #ea7ad9;
}

@media (hover: none) {
    #popularCondition li a:hover {
        color: #000;
        background: #fff;
    }
}

#popularCondition li img {
    display: block;
    width: 35%;
    margin-right: 3%;
    align-self: flex-start;
}

#popularCondition li dl {
    width: 62%;
}

#popularCondition li dt {
    font-size: 20px;
    font-weight: bold;
}

/** 人気の職種から検索 **/
#popularCategory {
    background: #e8f2ff;
    padding-bottom: 30px;
}

#popularCategory h3 {
    color: #369ee0;
    padding: 30px 0 20px;
}

#popularCategory .areaHeading {
    color: #ffffff;
    background-color: #369ee0;
}

#popularCategory h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/s_fashion/img/icon-bag.png) center center / contain no-repeat;
    width: 30px;
    height: 24px;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}

#popularCategory .inner {
    width: 980px;
    background: #fff;
    margin: 0 auto 20px;
    padding: 20px;
}
@media screen and (max-width: 980px) {
    #popularCategory .inner {
        width: 940px;
    }
}

#popularCategory ul {
    display: flex;
    flex-wrap: wrap;
}

#popularCategory li {
    width: 32%;
    margin: 1.4% 2% 0 0;
}

#popularCategory li a {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 12px 10px;
    background: #369ee0;
    border-radius: 10px;
    height: 60px;
    line-height: 1.4;
}

#popularCategory li:nth-child(3n) {
    margin-right: 0;
}

#popularCategory li:nth-child(-n+3) {
    margin-top: 0;
}

#popularCategory li a:hover {
	opacity: 0.7;
}

@media (hover: none) {
    #popularCategory li a:hover {
        opacity: 1;
    }
}


/** 詳しい条件で一発検索！ **/
#detail {
    width: 980px;
    margin: 40px auto;
    background: #fef3f8;
}

#detail h3 {
    background: #ea7ad9;
    padding: 15px 0;
}

#detail .areaHeading {
    color: #fff;
}

#detail h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/onehour1200over/img/icon-loupe.png) center center / contain no-repeat;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}

#detail .searchbox {
    height: 140px;
    position: relative;
    margin: 0 0 20px;
}

#detail .searchbox form {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
}

#detail select {
    width: 220px;
    height: 45px;
}

#detail span.customSelect {
    background: #fff url(/clp/s_fashion/img/bg_select.png) no-repeat right top;
    width: 300px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding-left: 10px;
    overflow: hidden;
}

#detail .searchbox .customSelectInner {
    width: 240px !important;
    overflow: hidden;
}

#detail .searchbox .place {
    margin: 0;
}

#detail .searchbox .salary,
#detail .searchbox .style,
#detail .searchbox .job {
    margin: 0 0 0 20px;
}

#detail .searchBtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    display: block;
    width: 300px;
    height: 50px;
    margin: 20px auto 0;
    line-height: 50px;
    background: #ea7ad9;
    color: #fff;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #c04faf;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
}

#detail .searchBtn:hover {
    height: 55px;
    line-height: 55px;
    box-shadow: none;
}

@media (hover: none) {
    #detail .searchBtn:hover {
        height: 50px;
        line-height: 50px;
        box-shadow: 0px 4px 1px 0px #c04faf;
    }
}

/** あなたにおすすめの新着求人 **/
#newJobs {
    background: #f3fefe;
    padding: 10px 0 40px;
}

#newJobs h3 {
    color: #369ee0;
}

#newJobs .areaHeading {
    color: #fff;
    background: #369ee0;
}

#newJobs h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/s_fashion/img/icon-star.png) center center / contain no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}

#newJobs .inner {
    width: 980px;
    margin: 0 auto;
}

@media screen and (max-width:980px) {
    #newJobs .inner {
        width: 940px;
    }
}

#newJobs ul {
    display: flex;
    flex-wrap: wrap;
}

#newJobs li {
    font-size: 15px;
    background: #fff;
    width: 32%;
    margin: 2% 2% 0 0;
    box-sizing: border-box;
}

#newJobs li:nth-child(3n) {
    margin-right: 0;
}

#newJobs li:nth-child(-n+3) {
    margin-top: 0;
}

#newJobs li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-decoration: none;
}

#newJobs li a:hover {
    box-sizing: border-box;
    color: inherit;
    padding: 13px;
    border: 2px solid #369ee0;
}

#newJobs img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
}

.noJobs {
    background: #fff;
    text-align: center;
    padding: 15px;
}

.companyName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.occupation {
    font-weight: bold;
    margin-top: 3px;
}

.wage {
    font-weight: bold;
    color: #ea7ad9;
    margin-top: 3px;
}

.workplace {
    font-weight: bold;
    margin-top: 3px;
}

#newJobs .employment {
    background-color: #369ee0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    display: inline-block;
    margin-top: 5px;
}

#newJobs .newJobsBtn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    width: 380px;
    height: 50px;
    background: #369ee0;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #2370a1;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

#newJobs .newJobsBtn:hover {
    height: 55px;
    box-shadow: none;
    margin-bottom: -5px;
}

@media (hover: none) {
    #newJobs li a:hover {
        padding: 15px;
        border: none;
    }

    #newJobs .newJobsBtn:hover {
        height: 50px;
        box-shadow: 0px 4px 1px 0px #2370a1;
        margin-bottom: 0;
    }
}

/** まもなく募集終了の求人 **/
#closeJobs {
    background: #fef3f8;
    padding: 10px 0 40px;
}

#closeJobs h3 {
    color: #ea7ad9;
}

#closeJobs .areaHeading {
    color: #fff;
    background-color: #ea7ad9;
}

#closeJobs h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/s_fashion/img/icon-star02.png) center center / contain no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}

#closeJobs .inner {
    width: 980px;
    margin: 0 auto;
}

@media screen and (max-width:980px) {
    #closeJobs .inner {
        width: 940px;
    }
}

#closeJobs ul {
    display: flex;
    flex-wrap: wrap;
}

#closeJobs li {
    font-size: 15px;
    background: #fff;
    width: 32%;
    margin: 2% 2% 0 0;
    box-sizing: border-box;
}

#closeJobs li:nth-child(3n) {
    margin-right: 0;
}

#closeJobs li:nth-child(-n+3) {
    margin-top: 0;
}

#closeJobs li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-decoration: none;
}

#closeJobs li a:hover {
    box-sizing: border-box;
    color: inherit;
    padding: 13px;
    border: 2px solid #ea7ad9;
}

#closeJobs img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
}

#closeJobs .employment {
    background-color: #369ee0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    display: inline-block;
    margin-top: 5px;
}

#closeJobs .closeJobsBtn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    width: 380px;
    height: 50px;
    background: #ea7ad9;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #c04faf;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

#closeJobs .closeJobsBtn:hover {
    height: 55px;
    box-shadow: none;
    margin-bottom: -5px;
}

@media (hover: none) {
    #closeJobs li a:hover {
        padding: 15px;
        border: none;
    }

    #closeJobs .closeJobsBtn:hover {
        height: 50px;
        box-shadow: 0px 4px 1px 0px #c04faf;
        margin-bottom: 0;
    }
}


/** お仕事体験談 **/
#experience{
    background: #f3fefe;
}

#experience .experience_wrap {
    background: #369ee0;
    width: 980px;
    margin: 30px auto;
}

#experience h3 {
    background: #369ee0;
    color: #fff;
    padding: 25px;
}

#experience h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/s_fashion/img/icon-fukidashi.png) center center / contain no-repeat;
    width: 25px;
    height: 26px;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}

#experience .inner {
    margin: 0 20px 0px 20px;
    padding-bottom: 20px;
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#experience .experienceCont {
    padding: 20px 30px;
    background: #fff;
    width: 49%;
}

#experience .experienceCont .experiencetitle{
    display: flex;
}

#experience .experienceCont img {
    width: 104px;
    margin-right: 2%;
    align-self: flex-start;
}

#experience .experienceCont h4 {
    width: 100%;
    color: #369ee0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #369ee0;
    padding-bottom: 5px;
    margin: 20px 0 10px;
}

#experience .experienceCont li {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
}
#experience .experienceCont .experienceBtn{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 35px auto 5px;
    width: 320px;
    height: 65px;
    background: #369ee0;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #2370a1;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.4;
}
#experience .experienceBtn:hover {
    height: 70px;
    box-shadow: none;
    margin-bottom: 0;
}
#experience .experienceCont .experienceBtn span {
    font-size: 15px;
}

@media (hover: none) {
    #experience .experienceBtn:hover {
        height: 65px;
        box-shadow: 0px 4px 1px 0px #2370a1;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 980px) {
    #experience .experience_wrap {
        width: 940px;
    }
}

/** 条件から検索 **/
#condition {
    background: #fef3f8;
    padding-bottom: 30px;
}

#condition h3 {
    color: #ea7ad9;
    padding: 30px 0 20px;
}

#condition .areaHeading {
    color: #ffffff;
    background-color: #ea7ad9;
}

#condition h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/s_fashion/img/icon-pencil.png) center center / contain no-repeat;
    width: 25px;
    height: 26px;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}

#condition .inner {
    width: 980px;
    background: #fff;
    margin: 0 auto 20px;
    padding: 20px;
}
@media screen and (max-width: 980px) {
    #condition .inner {
        width: 940px;
    }
}

#condition ul {
    display: flex;
    flex-wrap: wrap;
}

#condition li {
    width: 32%;
    margin-right: 1.333%;
    font-size: 15px;
}

#condition li:before {
    content: "・";
}

#condition li:nth-child(3n) {
    margin-right: 0;
}

@media (hover: none) {
    #condition li a:hover {
        color: #000;
    }
}


/*-----------------------
初回modal画面
-----------------------*/
#panel {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    width: 700px;
}

#panel .subText {
    font-size: 14px;
    margin-bottom: 15px;
}

#panel .titText {
    font-size: 28px;
    font-weight: bold;
    color: #369ee0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#panel .areaText {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#panel ul {
    display: flex;
    justify-content: center;
}

#panel li {
    width: 23.5%;
    margin: 2% 2% 0 0;
    font-size: 18px;
}

#panel li:last-child {
    margin-right: 0;
}

#panel li a {
    display: block;
    color: #fff;
    font-weight: bold;
    background: #369ee0;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 10px;
}

#panel li a:hover {
    opacity: 0.7;
}

@media (hover: none) {
    #panel li a:hover {
        opacity: 1;
    }
}

@media screen and (max-width:980px) {
    .brnone {
        display: none;
    }
}
