@media screen and (min-width:641px){

    #wrap {
        overflow-x: hidden;
    }

    .pageTitle {
        font-size: 39px;
        color: #4B332C;
        font-weight: bold;
        padding: 18px 10px 0px;
    }

    /* =========================================================
    listContainer
    ========================================================= */

    .listContainer {
        margin-bottom: 20px;
    }

    .listContainer li {
        background-color: #FFF;
        border: 1px solid #E1E1E1;
        margin-bottom: 20px;
        position: relative;
        min-height: 190px;
    }
    .listContainer li:last-child {
        margin-bottom: 0;
    }

    .listContainer li .photoArea {
        width: 290px;
        height: 190px;
        float: right;
    }

    .listContainer li a:hover .title,
    .listContainer li a:hover {
        color: #C77D23 ;
    }

    .listContainer li .photoArea img {
        width: 100%;
        height: 190px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    .listContainer li .contentLink {
        display: block;
    }

    .listContainer li .leftArea {
        width: 450px;
        float: left;
        height: 160px;
        padding: 20px 20px 10px;
        position: relative;
    }
    .listContainer li .leftArea .author,
    .listContainer li .onlyPostArea .author {
        float: left;
        position: absolute;
        bottom: 10px;
    }
    .listContainer li .leftArea .author img,
    .listContainer li .onlyPostArea .author img {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        vertical-align: middle;
        margin-right: 5px;
    }
    .listContainer li .onlyPostArea {
        height: 160px;
        padding: 20px 20px 10px;
        position: relative;
    }
    .listContainer li .onlyPostArea a.contentLink {
        text-decoration: none;
    }
    .listContainer li .headArea {
        margin-bottom: 5px;
        vertical-align: middle;
    }

    .listContainer li .headArea .date {
        font-size: 12px;
        color: #7E7E7E;
    }

    .listContainer li .title {
        margin: 8px 0 3px;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.5;
        color: #624239;
        word-break: break-all;
    }

    .listContainer li .title a:hover {
        text-decoration: underline;
    }

    .listContainer li .description {
        line-height: 1.5;
        font-size: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 40px;
    }

    .listContainer li .tagText {
        background-image: url(../../common/img/ico_tag_01.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 13px;
        padding-left: 17px;
        margin-left: 30px;
    }
    .listContainer li .tagText span:not(:first-child) {
        padding-left: 5px;
    }

    .listContainer li .tagText a {
        font-size: 13px;
        color: #333;
    }

    .listContainer li .detailLink {
        display: none;
    }
    /*.listContainer li .tagText {
        width: 318px;
        position: absolute;
        bottom: 30px;
        left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }*/

    /* =========================================================
  .pagenavi
  ========================================================= */
  /*** セレクト型ページングのスタイル ***/
  .pagenavi {
    margin: 0;
    text-align: center;
  }
  .pagenavi .next__large {
    width: 100%;
    height: 74px;
    margin: 0 0 25px;
    display: block;
    position: relative;
    border: 3px solid #504842;
    line-height: 74px;
    font-size: 20px;
    text-decoration: none;
    color: #634238;
    background: #FFF;
  }
  .pagenavi .next__large a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .pagenavi .next__large a:before {
    position: absolute;
    width: 8px;
    height: 8px;
    right: 30px;
    top: 32px;
    content: "";
    transform: rotate(45deg);
    vertical-align: middle;
    border-top: 3px solid #4a413f;
    border-right: 3px solid #4a413f;
  }
  .pagenavi .next__large a:hover {
    color: #333;
  }
  .pagenavi .next__large:hover {
    opacity: 0.7;
  }
  .pagenavi .page {
    position: relative;
  }
  .pagenavi .page .prev,
  .pagenavi .page .next {
    width: 52px;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    color: #333;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    box-sizing: border-box;
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
  }
  .pagenavi .page .prev:hover,
  .pagenavi .page .next:hover {
    color: #333;
    opacity: 0.7;
  }
  .pagenavi .page .page-number {
    width: 168px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
  }
  .pagenavi .page .page-number__label {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    background: #FFF;
    display: inline-block;
  }
  .pagenavi .page .page-number__label:after {
    position: absolute;
    width: 5px;
    height: 5px;
    right: 9px;
    top: 15px;
    content: "";
    transform: rotate(135deg);
    transition: 0.5s;
    vertical-align: middle;
    border-top: 1px solid #C8C4BE;
    border-right: 1px solid #C8C4BE;
  }
  .pagenavi .page .page-number select {
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    width: 168px;
    height: 42px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .pagenavi .page .nolink {
    pointer-events: none;
    opacity: 0.5;
  }


    /*** .menuArea ***/
    .menuArea .refineStatus {
        padding: 10px 15px;
        background-color: #F3F0D2;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .menuArea {
        margin-bottom: 30px;
        color: #333;
    }
    .menuArea:after {
        content:".";
        display:block;
        clear:both;
        height:0;
    }
    .menuArea .counter {
        height: 35px;
        font-size: 18px;
        font-weight: bold;
        line-height: 35px;
        float: left;
        margin-bottom: 0;
    }
    .menuArea .counter span {
        font-size: 15px;
    }
    .menuArea .counter {
        height: 35px;
        line-height: 35px;
        float: left;
        margin-bottom: 0;
    }
    .menuArea .menu {
        float: right;
        font-size: 14px;
        color: #666;
    }
    .menuArea #refineCate {
        width: 150px;
        height: 35px;
        padding-left: 10px;
        margin-right: 10px;
        background-color: #FFF;
        background-image: url(../../common/img/ico_arrow_bottom_01.png);
        background-repeat: no-repeat;
        background-position: center right 10px;
        background-size: 6px 4px;
        border: 1px solid #E1E1E1;
        border-radius: 5px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        vertical-align: top;
    }
    .menuArea .sort {
        height: 33px;
        line-height: 35px;
        border: 1px solid #E1E1E1;
        border-radius: 5px;
        vertical-align: middle;
        display: inline-block;
        overflow: hidden;
    }
    .menuArea .sort a {
        width: 60px;
        height: 33px;
        padding: 0 20px;
        color: #136;
        text-align: center;
        display: inline-block;
    }
    .menuArea .sort a.selected {
        color: #FFF;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #92bb17), color-stop(0.00, #7db027));
        background: -webkit-linear-gradient(#7db027, #92bb17);
        background: -moz-linear-gradient(#7db027, #92bb17);
        background: -o-linear-gradient(#7db027, #92bb17);
        background: -ms-linear-gradient(#7db027, #92bb17);
        background: linear-gradient(#7db027, #92bb17);
    }
    .menuArea .sort a:hover {
        filter: alpha(opacity=85);
        opacity: 0.85;
    }

    /* =========================================================
    1ä»¶ã‚‚è¨˜äº‹ãŒè©²å½“ã—ãªã„å ´åˆ
    ========================================================= */
    #content .notfound {
        width: 708px;
        padding: 40px 45px;
        background-color: #FFF;
        border: 1px solid #E1E1E1;
        float: left;
        position: relative;
    }
    #content .notfound .title {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 15px;
    }
    #content .notfound .description {
        font-size: 15px;
    }
    #content .notfound .link {
        margin-top: 30px;
    }
    #content .notfound .link a {
        font-size: 15px;
    }
    #content .link a span {
        display: inline-block;
    }
    #content .notfound i.fa-angle-right {
        font-size: 20px;
        padding: 0 10px 0 0px;
    }

    #content .catelistLink {
        padding: 20px 0;
        margin-top: 20px;
        text-align: right;
        font-size: 13px;
        border-top: 1px solid #E1E1E1;
    }
}

/* ================================================================================
recruit-blog start
================================================================================ */
#topSliderArea .tag span a {
    height: 12px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    background-image: url(../../common/img/ico_tag_01.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 13px;
    float: left;
    border: 1px solid #D6D6D6;
    margin: 0 5px 5px 0;
    padding: 5px 30px 5px 35px;
    -webkit-border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
}
#topSliderArea .tag span a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/* ============================
ピックアップ記事
============================ */
#topArea {
    overflow: hidden;
    margin: 0 -200%;
    padding: 0 200%;
    background-color: #FAFAF6;
}
#topSlider {
    width: 1170px;
    margin: 0 auto;
    padding: 30px 0 10px;
    position: relative;
}
#topSliderArea {
    /* width: 15000px; */
    height: 455px;
    margin: 0 auto;
    /*overflow: hidden;*/
}
#topSliderArea li {
    width: 1150px;
    height: 455px;
    margin: 0 10px;
    float: left;
    position: relative;
}
#topSliderArea li a {
    color: #000;
    display: inline-block;
}
#topSliderArea li a:hover {
    /*filter:alpha(opacity=100);
    opacity: 1.0;**/
}
#topSliderArea li a:hover .photoArea {
    margin-left: -4px;
    margin-top: -4px;
    border: 4px solid #d2c27d;
    border-right: none;
}
#topSliderArea li a:hover .rightArea {
    margin-right: -4px;
    margin-top: -4px;
    border: 4px solid #d2c27d;
    border-left: none;
}
#topSliderArea li.slick-slide{
    margin: 0 10px;
}
#topSliderArea .photoArea {
    float: left;
}
#topSliderArea .photoArea img {
    width: 700px;
    height: 455px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
#topSliderArea .rightArea {
    width: 390px;
    height: 395px;
    padding: 30px 23px;
    float: right;
    background-color: #FFF;
    position: relative;
}
#topSliderArea .rightArea .logo {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: #FFF;
    background-image: url(../../common/img/ico_logo_01.png);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    border: 1px solid #E9E9E9;
    position: absolute;
    top: 25px;
    right: 30px;
}
#topSliderArea .rightArea .headArea .category {
    pointer-events: none;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
}
#topSliderArea .rightArea .headArea .date {
    line-height: 24px;
    /* color: #7E7E7E;
    padding-left: 20px; */
    margin-right: 45px;
    /* float: right; */
}
#topSliderArea .rightArea .title {
    padding: 15px 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
}
#topSliderArea .rightArea .title a {
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#topSliderArea .rightArea .description {
    font-size: 15px;
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#topSliderArea .pickupAuthInfo {
    width: 390px;
    height: 35px;
    position: absolute;
    right: 35px;
    bottom: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#topSliderArea .pickupAuthInfo a {
    text-decoration: none;
}
#topSliderArea .pickupAuthInfo a:hover {
    color: #C77D23;
}
#topSliderArea .pickupAuthInfo img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
}
#topSliderArea .authInfo i {
    padding-left: 0;
}
#topSliderArea .rightArea .headArea .category,
#topSliderArea .tag {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#topSliderArea .tag {
    width: 390px;
    height: 55px;
    position: absolute;
    right: 35px;
    bottom: 90px;
}
#topSliderArea .rightArea .detailLink {
    width: 386px;
    height: 46px;
    line-height: 50px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 2px solid #333;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 23px;
}
#topSliderArea .rightArea .detailLink:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}




.blogList .listContainer li .leftArea a.contentLink {
    text-decoration: none;
}
.blogList .listContainer li a {
    color: #333333;
}
.blogList .listContainer li .category a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 4px 5px;
}
.blogList .listContainer li .description {
    font-size: 14px;
}
.blogList .listContainer li .author a {
    color: #624239;
    text-decoration: none;
}
.blogList .listContainer li .author a:hover {
    color: #C77D23;
}

/* 一件もない場合の一覧表示部分 */
.blogList .listContainer .notfound {
    font-size: 16px;
    line-height: 1.6;
}
.blogList .listContainer .notfound .link {
    margin-top: 10px;
}


/* カテゴリ一覧 */
.categoryWrap {
    margin:  40px 0 50px;
    padding: 0;
    background-color: #F1F1EB;
}
.categoryCal {
    padding: 30px 0;
    overflow: hidden;
    margin-bottom: 0px;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    -webkit-justify-content: space-around;   /* Safari etc. */
    -ms-justify-content    : space-around;   /* IE10        */
    justify-content        : space-around;
}
.categoryCal li {
    max-width: 160px;
}
/* .categoryCal li:hover {
    opacity: 1.0;
} */
.categoryCal li a {
    display: block;
    text-decoration: none;
}
.categoryCal li a:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
}
#mainWrap .categoryCal a:hover img {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.categoryCal li a p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    text-align: center;
    color: #fff;
    height: 20px;
    line-height: 20px;
}
