@charset "utf-8";
/* PC Top Page: Slider + JobSearch + News + Column + Entry */

/* ============================================================
   メインビジュアル エリア
   ============================================================ */
.indexSlideArea {
}
.indexSlideArea > div {
    position: relative;
}

.mainVisualArea {
    position: relative;
    height: 285px;
    padding: 0;
    margin-bottom: 80px;
}
.mainVisualSlide {
    width: 985px;
    margin: 0 auto;
}
.mainVisualSlide li img {
    display: block;
}

/* スライダー矢印 */
.mainVisualArea .swiper-button-prev,
.mainVisualArea .swiper-button-next {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 0;
}
.mainVisualArea .swiper-button-prev::after,
.mainVisualArea .swiper-button-next::after {
    font-size: 50px;
    color: #ffffff;
}
.mainVisualArea .swiper-button-prev {
    left: 0;
}
.mainVisualArea .swiper-button-next {
    right: 0;
}

/* サブビジュアル */
.subVisualArea {
    position: relative;
    height: 140px;
    margin-bottom: 10px;
}
.subVisualSlide {
    width: 985px;
    margin: 0 auto;
}
.subVisualSlide li img {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*-- topNewsArea（件数可変対応） --*/
.mainCont .topNewsArea {
    width: 720px;
    margin-bottom: 25px;

}
.topNewsArea .topNewsBox {
    padding: 18px 0; position: relative;
}
.topNewsArea .topNewsBox h2 {
    background-size: 28px 28px;
    font-size: 166.7%;
    padding: 0 0 0 35px;
    margin-top: 10px;
}
.topNewsArea .topNewsBox h2 span {
    position: absolute;
    right: 0;
top: 22px;
}

/* トップ用ニュース（1つの装飾フレームに5件収納） */
.topNewsList {
    padding: 22px 0 0;
}
.topNewsList-frame {
    background-image:
        url(../img/news/bg_newsfrm_top.png),
        url(../img/news/bg_newsfrm_bottom.png),
        url(../img/news/bg_newsfrm_inner.png);
    background-repeat:
        no-repeat,
        no-repeat,
        repeat-y;
    background-position:
        center top,
        center bottom,
        center center;
    background-color: #fff;
    width: 720px;
    padding: 20px;
    box-sizing: border-box;
}
.topNewsItem {
    border-top: 1px dotted #edeee9;
    padding: 4px 0 5px 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.topNewsItem:first-child {
    border-top: none;
}
.topNewsItem time {
    color: #999;
    font-size: 11px;
    white-space: nowrap;
    flex-shrink: 0;
}
.topNewsItem h3 {
    font-size: 116.7%;
    font-weight: normal;
    white-space: nowrap;
    flex-shrink: 0;
}
.topNewsItem h3 a {
    background: url(../img/ico_arrow_01.png) no-repeat left center;
    padding-left: 14px;
    color: #333;
    text-decoration: none;
}
.topNewsItem h3 a:hover {
    text-decoration: underline;
}
.topNewsExcerpt {
    font-size: 11px;
    color: #999;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
.topNewsItem dd a:hover {
    text-decoration: underline;
}

/*-- topColumnArea --*/
.mainCont .topColumnArea{
width: 720px;
overflow: hidden;margin-top: 10px;
padding: 5px;
}

.topColumnArea .topColumnBox{
}
.topColumnArea .topColumnBox h2{
    position: relative;
    margin-bottom: 12px;
    background-size: 28px 28px;
    padding: 0 0 0 35px;
}
.topColumnArea .topColumnBox h2 span{
    position: absolute;
    right: 0;
    top: 0;
}

.topColumnList{
    width: auto;
}
.topColumnList li{
    border-top: 1px dotted #ddd;
    display: table;
    float: left;
    width: auto;
}
.topColumnList li:last-child,
.topColumnList li:nth-last-child(2){
    border-bottom: 1px dotted #ddd;
    width: auto;
}
.topColumnList li span.img{
    float: left;
    margin-right: 0px;
}
.topColumnList li span.img img{
width:50%;
height: auto;
}
.topColumnList li span.txt{
    display: table-cell;
    vertical-align: middle;
}
.topColumnList li span.txt time{
    color: #666;
    display: block;
    font-size: 83.3%;
}
.topColumnList li a{
    display: block;
    font-size: 116.7%;
    color: #333;
    padding: 13px 0 12px;
    text-decoration: none;
}
.topColumnList li a:hover{
    background: #EA71A3;
}


/*////////////////////////////////
News/index.html
////////////////////////////////*/
.contentArea .NewsIndexBox > h2{
    margin-bottom: 25px;
}

.contentArea .NewsIndexBox > .NewsList{

/*-- topEntryArea --*/
.mainCont .topEntryArea{
    background: url(../img/bg_index_entry.png) no-repeat center top;
    width: 720px;
    height: 464px;
    overflow: hidden;
}
.topEntryArea .topEntryBox{
    position: relative;
    padding: 41px 26px 0;
}

.topEntryArea .topEntryBox h2{
    text-align: center;
    margin-bottom: 22px;
}
.topEntryArea .topEntryBox .telephone{
    display: block;
    margin-bottom: 6px;
}
.topEntryArea .topEntryBox .left{
    float: left;
    overflow: hidden;
    width: 498px;
}
.topEntryArea .topEntryBox .left ul{
    width: 504px;
    margin-bottom: 34px;
}
.topEntryArea .topEntryBox .left ul li{
    float: left;
    margin-right: 6px;
}
.topEntryArea .topEntryBox .left p{
    font-size: 116.7%;
}
.topEntryArea .topEntryBox .left p img{
    margin-bottom: 5px;
}

.topEntryArea .topEntryBox .right{
    float: right;
    width: 154px;
}
.topEntryArea .topEntryBox .right p{

}
.topEntryArea .topEntryBox .right p span{
    float: right;
    width: 118px;
    line-height: 1.3;
    padding: 8px 0;
}
.topEntryArea .topEntryBox .right p small{
    float: right;
    font-size: 83.3%;
    width: 118px;
    line-height: 1.3;
}

.topEntryArea .topEntryBox > p{
    font-size: 116.7%;
    padding-top: 30px;
}
.topEntryArea .topEntryBox > p img{
    margin-bottom: 5px;
}

.topEntryArea .topEntryBox > .moreBtn{
    position: absolute;
    right: 18px;
    top: 23px;
}


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