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

イーアイデム フリーペーパー用レイアウト

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


@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    -webkit-text-size-adjust: 100%;
}
body *,
body *:before,
body *:after {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    color: #333;
}

address {
    font-style: normal;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #444;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

button {
    margin: 0;
}

img {
    vertical-align: middle;
}

body {
    background-color: #fff;
    color: #333;
    font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

a,
a:link,
a:visited {
    color: #333;
}

img {
    width: 100%;
    height: auto;
}


/** 各ページ　メイン **/
#pageTitle {
    width: 100%;
    border-top: #d70c19 solid 3px;
    background: #fff1f1;
}

#pageTitle .inner {
    max-width: 960px;
    padding: 40px 0;
    margin: 0 auto 40px;
    position: relative;
    display: flex;
    align-items: flex-start;
}


#pageTitle .pageTitleInner_l {
    width: 52%;
    padding-left: 10px;
}

#pageTitle .pageTitleInner_l img,
#pageTitle .pageTitleInner_r img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#pageTitle .pageTitleInner_r {
    width: 48%;
    margin: 0 auto;
    padding: 0 10px;
}

#pageTitle .pageTitleInner_r h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
}

#pageTitle .pageTitleInner_r p {
    margin-top: 30px;
}

@media screen and (min-width: 668px) and (max-width: 1024px) {
    #pageTitle .inner {
        padding: 30px 0;
    }
}

@media screen and (min-width: 667px) and (max-width: 820px) {
    #pageTitle .pageTitleInner_l img {
        height: auto;
    }

    #pageTitle .pageTitleInner_r p {
        padding-left: 0;
    }
}

@media screen and (max-width: 666px) {
    #pageTitle {
        width: 100%;
        border-top: #d70c19 solid 2px;
        background: #fff1f1;
    }

    #pageTitle .inner {
        margin-bottom: 30px;
        padding: 20px 15px;
        flex-direction: column;
    }

    #pageTitle .pageTitleInner_l,
    #pageTitle .pageTitleInner_r {
        width: 100%;
        padding: 0;
    }

    #pageTitle .pageTitleInner_l p {
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        background: url(/contents/mbti/img/h1_title_sub.png) center center /contain no-repeat;
        width: 323px;
        height: 38px;
        margin: 0 auto 20px;
    }

    #pageTitle .pageTitleInner_l img {
        width: 100%;
        height: auto;
    }

    #pageTitle .pageTitleInner_r img {
        width: 100%;
    }

    #pageTitle .pageTitleInner_r p {
        padding-left: 0;
    }
}


/** コンテンツ **/
#contents {
    width: 100%;
    margin: 0 auto;
}

#contents h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}

#contents h2 span {
    font-size: 20px;
}

#contents h3 {
    font-size: 20px;
    margin: 0;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 5px;
}

#contents p span {
    font-size: 14px;
}

#contents p a {
    color: #00a0e9;
}

@media screen and (max-width: 743px) {
    #contents h2 {
        font-size: 23px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    #contents h3 {
        font-size: 14px;
        margin: 30px 0 10px;
    }
}

@media screen and (max-width: 320px) {
    #contents h2 {
        font-size: 23px;
    }

    #contents p {
        font-size: 14px;
    }
}


/** 設置エリア **/
#area  {
    max-width: 960px;
    margin: 0 auto 20px;
    text-align: center;
}

#area .image-container {
    position: relative;
    max-width: 830px;
    height: 470px;
    margin: 20px auto 40px;
    overflow: hidden;
}

#area .image-container a:after {
    content: "";
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .8) url(/contents/eaidem_freepaper/img/icon-loupe.png) no-repeat center center / 17px auto;
}


#area .image-container img {
    position: relative;
    width:200%;
    height:200%;
    object-fit: cover;
    object-position: center -220px;
}

#area .image-container a:hover {
    opacity: 0.7;
}

#area .border-trbl {
    max-width: 900px;
    border: 1px solid #d1d1d1;
    padding: 20px 15px;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}

#area .border-trbl img {
    width: 90px;
    height: auto;
}

#area .border-trbl p {
    margin: 0 0 0 10px;
    font-size: 14px;
    flex: 1;
}

.modal{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.modal__content {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    max-height: 100vh;
    overflow:auto;
}

.close-btn {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    font-size: 0;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: url(/contents/eaidem_freepaper/img/btn-modalClose.png) center center / contain no-repeat;
    border: none;
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
    #area .border-trbl {
        margin: 0 15px;
    }
}

@media screen and (max-width: 743px) {
    #area .image-container {
        height: 200px;
    }

    #area .image-container img {
        width: 100%;
        height: 500%;
        object-fit: cover;
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }

    #area .border-trbl {
        margin: 15px 15px 0;
        padding: 15px;
    }
}

@media screen and (max-width: 666px) {
    #area {
        padding-bottom: 30px;
    }

    #area .border-trbl {
        flex-direction: column;
    }
    #area .border-trbl img {
        width: 35%;
        margin:0 auto;
    }
    #area .border-trbl p {
        margin: 15px 0 0;
        font-size: 13px;
    }

    .close-btn {
        width: 35px;
        height: 35px;
    }
}

@media (hover: none) {
    #area .image-container a:hover {
        opacity: 1;
    }
}

/** 新着求人 **/
#newJobs {
    background: #fff1f1;
    padding: 30px 0 40px;
}

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

#newJobs .inner 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 a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-decoration: none;
    word-break: break-all;
    color: #000;
}

#newJobs img {
    display: block;
    margin: 0 auto 10px;
    width: auto;
    max-width: 100%;
    height: auto;
}
.noJobs {
    background: #fff;
    text-align: center;
    padding: 15px;
    font-size: initial;
}
#newJobs .newJobsBtn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    height: 50px;
    background: #d70c19;
    color: #fff;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #891f25;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
    max-width: 400px;
}
#newJobs .newJobsBtn:hover {
    height: 55px;
    box-shadow: none;
    margin-bottom: -5px;
}

@media screen and (max-width: 1024px) {
    #newJobs .inner {
        width: auto;
        padding: 0 15px;
    }
}

@media screen and (max-width:744px) {
    #newJobs {
        width: auto;
        padding: 15px 0 25px;
    }

    #newJobs li {
        font-size: 14px;
        width: 48%;
        margin: 4% 4% 0 0;
        box-sizing: border-box;
    }

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

    #newJobs li a {
        padding: 10px;
    }

    #newJobs .newJobsBtn {
        font-size: 18px;
        margin: 15px auto 0;
    }
}

@media screen and (min-width: 641px) {
    #newJobs ul li {
        width: 32%;
        margin: 2% 2% 0 0;
        font-size: 12px;
    }
    #newJobs ul li:nth-child(2n) {
        margin-right: 2%;
    }
    #newJobs ul li:nth-child(3n) {
        margin-right: 0;
    }
    #newJobs ul li:nth-child(-n+2) {
        margin-top: 2%;
    }
    #newJobs ul li:nth-child(-n+3) {
        margin-top: 0;
    }
    #newJobs li a {
        padding: 15px;
    }
}


@media (hover: none) {
    #newJobs .newJobsBtn:hover {
        height: 50px;
        box-shadow: 0px 4px 1px 0px #891f25;
        margin-bottom: 0px;
    }
}

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

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

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

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

.employment {
    background-color: #ff3c4a;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    display: inline-block;
    margin-top: 5px;
}

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

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

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

#workLocation dl dt {
    width: 9%;
}

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

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

#workLocation dl dd {
    width: 91%;
    background: #fff;
    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: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    height: 45px;
    background: #ffe7e7;
    border-radius: 5px;
}

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

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

#workLocation dl dt a:hover,
#workLocation li a:hover {
    opacity: 0.7;
}

@media screen and (min-width:744px) and (max-width: 1024px) {
    #workLocation dl dt a {
        padding: 0 10px;
    }

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

@media screen and (max-width:820px) {
    #workLocation {
        padding: 30px 0;
    }

    #workLocation h2 {
        margin-bottom: 10px;
    }

    #workLocation h3 {
        margin: 0;
    }

    #workLocation dl dt,
    #workLocation dl dd {
        font-size: 14px;
    }

}

@media (hover: none) {
    #workLocation dl dt a:hover,
    #workLocation li a:hover {
        opacity: 1;
    }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
    #workLocation .inner {
        padding: 0 15px;
    }
}


@media screen and (max-width: 743px) {
    #workLocation {
        padding: 20px 15px;
    }

    #workLocation .inner dt {
        width: 100%;
        color: #fff;
        font-weight: bold;
        background: #d70c19;
        padding: 0 25px;
        height: 40px;
        font-size: 17px;
        margin-bottom: 1px;
        display: flex;
        justify-content:space-between;
        align-items: center;
    }

    #workLocation .inner dd {
        width: 100%;
        padding: 0;
        border-radius: 0;
    }

    #workLocation li {
        width: 100%;
    }

    #workLocation li a {
        background: transparent;
    }

    #workLocation dl {
        height: auto;
    }

    #workLocation .inner dd ul {
        flex-direction: column;
    }

    #workLocation .inner dd ul li a {
        display: flex;
        justify-content:space-between;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        height: 40px;
    }

    .pref-select-sp dd ul li {
        width: 100%;
        background: #fff;
        padding: 0 25px;
        transition: all .3s ease-out;
        height: 0;
        opacity: 0;
        overflow:hidden
    }

    .pref-select-sp dd ul li.active {
        border-bottom: 1px solid #f6f6f7;
        height: 40px;
        opacity: 1;
    }

    .pref-select-sp dt .triangle.down {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #ffffff;
    }

    .pref-select-sp dt .triangle.up {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
    }

    .pref-select-sp dd ul li .triangle {
        width: 0;
        height: 0;
        border-left: 7px solid #d70c19;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

    .hidden {
        display: none;
    }

}


/** おすすめの仕事 **/
#applyBtn {
    max-width: 500px;
    margin: 30px auto 60px;
}

#applyBtn .btn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 60px;
    color: #fff;
    background: #d70c19;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 1px 0px #891f25;
}

#applyBtn .btn:hover {
    height: 65px;
    box-shadow: none;
    margin-bottom: -5px;
}

@media screen and (max-width: 743px) {
    #applyBtn {
        padding: 20px 15px;
    }

    #applyBtn .btn {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 320px) {
    #applyBtn .btn {
        font-size: 16px;
    }
}

@media (hover: none) {
    #applyBtn .btn:hover {
        text-decoration: none;
        height: 60px;
        box-shadow: 0px 4px 1px 0px #891f25;
        margin-bottom: 0;
    }

}

@media screen and (max-width:980px) {
    /*パンくず*/
    #bread {
        padding: 0 10px;
    }

    #newJobs .inner {
        width: auto;
        max-width: 940px;
    }
}

#bread {
    max-width: 960px;
    font-size: 12px;
    margin: 0 auto 5px;
    line-height: 1.5;
}

@media screen and (min-width: 744px), print {
    html,
    body {
        overflow-x: hidden;
    }
    a[href^="tel"] {
        color: #333;
        cursor: default;
    }
    a img {
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    img {
        width: auto;
        max-width: 100%;
    }

    #header{
        max-width: 960px;
        margin: 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        height: 58px;
    }
    #header .logo{
        display: block;
        width: 168px;
        height: 30px;
    }
    .employment {
        font-size: 12px;
    }
}

@media screen and (max-width: 666px) {
    .pc02 {
        display: none !important;;
    }

    .sp02 {
        display: block;
    }
}

@media screen and (min-width: 667px) {
    .pc02 {
        display: block;
    }

    .sp02 {
    display: none !important;
    }
}

@media screen and (min-width: 743px) and (max-width: 900px), print and (max-width: 900px) {
    #header{
        padding: 0 15px;
    }
    #header ul#subNavi{
        right: 10px!important;
    }
    #bread{
        padding: 0 20px;
    }
}

@media screen and (max-width: 743px) {
    html,
    body {
        overflow-x: hidden;
    }
    #header{
        width: 100%;
        padding: 15px;
    }
    #subNavi{
        display: none;
        }
    .logoArea img{
        width: 150px;
        height: auto;
    }

    /*パンくず*/
    #bread {
        font-size: 12px;
        display: flex;
        overflow-x: scroll;
        background-color: #dbdbdb;
        padding: 0;
        width: 100%;
        margin-bottom: 0;
    }
    #bread .pcarrow {
        display: none;
    }

    #bread>span {
        position: relative;
        font-size: 12px;
        vertical-align: middle;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
        list-style: none;
        background-image: linear-gradient(to right, #ececec, #dbdbdb);
    }

    #bread>span:after {
        content: '';
        display: inline-block;
        position: absolute;
        margin-left: 10px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 12px solid #dbdbdb;
        z-index: 1;
    }

    #bread>span:last-child:after {
        display: none;
    }

    #bread>span:nth-child(n+2) {
        padding-left: 20px;
    }
}

/** 「おすすめの新着求人をもっと見る」クリック後のエリア選択モーダル **/
@media screen and (min-width: 740px) {
    #area-select {
        font-size: 20px;
        padding: 30px;
        .modal-title {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
            font-weight: 700;
        }
        .button-container > .button-box {
            display: flex;
            justify-content: center;
            gap: 15px;
            &:not(:last-child) {
                margin-bottom: 15px;
            }
        }
        .area-button {
            display: flex;
            width: 8em;
            height: 3.5em;
            border: #d70c19 solid 3px;
            border-radius: 10px;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-weight: 700;
            color: #fff;
            background-color: #d70c19;
            .split::before {
                content: '・';
            }
        }
    }
}
@media screen and (max-width: 739px) {
    #area-select {
        font-size: clamp(16px, calc(100vw / 22.5), 23px);
        padding: 15px 10px;
        .modal-title {
            display: flex;
            justify-content: center;
            margin-bottom: 15px;
            font-size: 1em;
            font-weight: 700;
        }
        .button-container > .button-box {
            display: flex;
            justify-content: center;
            gap: 5px;
            &:not(:last-child) {
                margin-bottom: 10px;
            }
        }
        .area-button {
            width: 4.5em;
            height: 4.5em;
            display: flex;
            flex-direction: column;
            gap: 0.5em;
            border: #d70c19 solid 3px;
            border-radius: 10px;
            line-height: 1em;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 1em;
            color: #fff;
            background-color: #d70c19;
            .split::before {
                content: "";
            }
        }
    }
}
/** end 「おすすめの新着求人をもっと見る」クリック後のエリア選択モーダル **/
