@charset "utf-8";
.newsList {
    overflow: hidden;
}
.newsList .slick-list.draggable {
    padding: 0;
}
.newsList {
    margin: 65px auto 0;
}
.newsItem > div {
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%); */
    position: relative;
}
.recuritCate {
    padding: 11px 20px;
    background: #F0F8F2;
    text-align: center;
    color: #21AF63;
    font-weight: 500;
    font-size: 18px;
}
.newsItem {
	padding: 0 10px;
}
.newsItem .btn02 {
    margin: 15px auto 0;
}
.newsItem > a {
    width: 100%;
    display: block;
    margin: auto;
    color: #333;
    font-size: 14px;
}

.newsItem .imgCtl {
    position: relative;
    padding: 0 0 58%;
    /* border-radius: 10px 10px 0 0; */
    overflow: hidden;
}

.newsItem .imgCtl > img, .newsItem .imgCtl > span {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.newsItem .imgCtl > img+span {
    display: none;
}

.newsItem .txtBx {
    padding: 10px 15px 20px;
    /* padding-bottom: 13px; */
    background: #fff;
    /* border-radius: 0 0 10px 10px; */
}

.newsItem .cate {
    background: #556B2F;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 6px 15px;
    line-height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: 12px;
}
.newsItem .date {
    color: #575757;
    font-size: 10px;
    letter-spacing: 0.08em;
    font-weight: 500;
}
.newsItem .tit {
    font-size: 14px;
    font-weight: 500;
    margin: 7px 0 0;
    color: #575757;
    letter-spacing: 0.08em;
    font-family: 'Noto Sans JP', sans-serif;
}

p.tit {}

.newsItem .info {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.newsItem .info > li {
    margin: 10px 0 0;
    padding: 12px 0;
    border-bottom: 2px solid #D5D5D5;
}

.newsItem .info > li:first-child {
    /* margin: 0 0 20px; */
    padding: 0 0 12px;
}

.newsItem .infoTit {
    color: #21AF63;
    display: flex;
    align-items: center;
    line-height: 1em;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.newsItem .infoTxt {
    color: #333333;
    display: flex;
    align-items: center;
    line-height: 1em;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 8px 0 0;
}
.newsItem .infoTit > div {
    max-width: 15px;
    width: 100%;
    display: block;
    margin: 0 4px 0 0;
    text-align: center;
}

.newsItem .tags {
    list-style: none;
    padding: 0;
    margin: 7px 0 0;
}

.newsItem .tags > li {
    margin: 4px 0 0;
}

.newsItem .tags > li:first-child {
    margin: 0;
}

.newsItem .tags > li > span {
    border: solid 1px #888;
    color: #888;
    border-radius: 15px;
    text-align: center;
    padding: 5px 1.045em;
    font-size: 12px;
    line-height: 1em;
    display: inline-block;
}

/* ----- 一覧 ------ */

.recruitList {
    margin: 65px auto 0;
}

.recruitItem {
    background: #fff;
    border-radius: 20px;
    margin: 40px auto 0;
    padding: 50px 4%;
}

.recruitItem:first-child {
    margin: 0 auto;
}

.recruitItem .btn01 {
    margin: 40px auto 0;
}

.recruitItem .cate {
    border: solid 1px #DC000C;
    border-radius: 3px;
    text-align: center;
    color: #DC000C;
    display: inline-block;
    padding: 5px .633em;
    line-height: 1em;
}

.recruitItem .tit {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 0;
    border-bottom: solid 1px #DC000C;
    padding: 0 0 10px;
}

.recruitItem .info {
    list-style: none;
    padding: 0;
    margin: 36px 0 0;
}

.recruitItem .info > li {
    margin: 10px 0 0;
}

.recruitItem .info > li:first-child {
    margin: 0;
}

.recruitItem .infoTit {
    color: #888;
    display: flex;
    align-items: center;
    line-height: 1em;
}

.recruitItem .infoTit > div {
    max-width: 15px;
    width: 100%;
    display: block;
    margin: 0 4px 0 0;
    text-align: center;
}

.recruitItem .imgControl {
    padding: 0 0 75%;
}

.propertyTb {
    margin: 30px auto 0;
}

/*-- 詳細 --------------------------------------------------------------*/

.recruitDtl {max-width: 1000px;width: 100%;margin: 65px auto 0;background: #fff;padding: 50px 4%;border-radius: 20px;}

.recruitDtl .tagArea {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.recruitDtl .cate {
    border: solid 1px #DC000C;
    border-radius: 3px;
    text-align: center;
    color: #DC000C;
    display: inline-block;
    padding: 5px 0.633em;
    line-height: 1em;
}

.recruitDtl .area {
    min-width: 70px;
    display: inline-block;
    background: #DC000C;
    color: #fff;
    font-size: 12px;
    line-height: 1.3em;
    padding: 3px 2%;
    text-align: center;
    margin: 0 0 0 2%;
}

.recruitDtl > .tit {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 0;
    border-bottom: solid 2px #DC000C;
    background: #fff;
    padding: 0 0 10px;
}

.recruitDtl > .bx01 {
    display: block;
    margin: 50px auto 0;
}



.infoList {
    width: 100%;
    margin: 30px auto 0;
}

.infoList > div {
  margin: 30px 0 0;
}

.infoList .yenFormat {
    font-size: 26px;
    font-weight: bold;
}

.infoList .tit {
    font-weight: bold;
    font-size: 20px;
    color: #102942;
    background: #EEEEEE;
    padding: 5px 2%;
}

.infoList .txt {
    margin: 10px 0 0;
}

.infoList > div:first-child {
    margin: 0;
}

.mapLink {
    max-width: 120px;
    width: 100%;
    display: block;
    border: solid 1px #43B7C4;
    background: #43B7C4;
    color: #fff;
    margin: 10px 0 0;
    padding: 8px .5em;
    text-align: center;
    line-height: 1.3em;
}

.mapLink:hover {
    background: #fff;
    color: #43B7C4;
}

.sliderWrap .imgControl {
    padding: 0 0 75%;
}

.carousel-indicators {
    position: static;
    flex-wrap: wrap;
    margin: 20px 0 0;
    justify-content: flex-start;
    cursor: pointer;
}

.indicator {
    width: 20%;
    padding: 5px;
}

.btnList01 {
    margin: 20px 0 0;
}

.btnItem01 {
    margin: 30px 0 0;
}

.recruitDtl > .bx02 {
    padding: 0;
    margin: 60px auto 0;
}

.recruitTb {
    margin: 30px 0 0;
    border-color: #DBDBDB;
}

.map {
    height: 350px;
}

.map > iframe {
    width: 100%;
    height: 100%;
}

.bx02 > .tit {
    background: #DC000C;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 10px .5em;
}

.bx02 > .txtBx01 {
    padding: 20px 2%;
    border: solid 1px #DC000C;
    background: #fff;
}

.recruitTb .baseTh {
    background: #EEEEEE;
    color: #333;
    border-bottom: solid 1px #DBDBDB;
}

.recruitTb .baseTd {
    border-bottom: solid 1px #DBDBDB;
}

.recruitDtl .entryBtn {
    display: block;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #DC000C;
    border-radius: 94px;
    background: #fff;
    padding: 25px 2% 22px 2%;
    max-width: 540px;
    width: 100%;
    margin: 50px auto 0 auto;
}

.recruitDtl .entryBtn > p {
    margin: 7px 0 0;
}

.recruitDtl .entryBtn:hover {
    color: #333;
    background-color: #F9F6EE;
}

.recruitDtl .telBx {
    border: 1px solid #DC000C;
    border-radius: 94px;
    text-align: center;
    font-size: 12px;
    color: #888;
    padding: 30px 2% 17px 2%;
    max-width: 540px;
    width: 100%;
    margin: 30px auto 0 auto;
    background: #fff;
}

.telBxIn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    color: #333;
}

/*-- ページャー --------------------------------------------------------------*/

.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  margin: 80px 10px 0;
  height:30px;
  min-height:30px;
  width:100%;
  max-width:30px;
  font-size: 14px;
  list-style: none;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
  border: 1px #DC000C solid;
}

.webgene-pagination > ul > li.selected > a{
  color: #FFF;
  background: #DC000C;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #FFF;
    background-color: #DC000C;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 28px;
  width: 30px;
  color: #DC000C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  background-color: #DC000C;
  text-decoration: none;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: #DC000C;
    font-size: 14px;
}

/* .webgene-item.newsItem:nth-child(n+2) {
    display: none;
} */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* .webgene-item.newsItem:nth-child(n+2) {
    display: block;
} */

.indicator {
    width: 10%;
}
.newsItem .info > li {
    padding: 20px 0;
}

.newsItem .info > li:first-child {
    padding: 0 0 20px;
}
  .newsItem .txtBx {
    padding: 14px 25px 25px;
    /* border-radius: 0 0 10px 10px; */
}
.newsItem .btn02 {
    margin: 30px auto 0;
}
.newsItem .info {
    margin: 36px 0 0;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .newsAr {
    padding: 129px 15px 128px 15px!important;
    width: 69%!important;
}
  .newsItem {
	padding: 0 28px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */