#blog_categories {
  padding-top: 4px;
  background: #F7F7F8;
  overflow-x: scroll;
  text-align: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#blog_categories::-webkit-scrollbar { 
  display:none;
}
#blog_categories ul {
  margin: 0;
  padding: 16px 24px;
  white-space: nowrap;
}
#blog_categories li {
  border: 1px solid rgb(62, 183, 206);
  border-radius: 30px;
  list-style: none;
  padding: 2px;
  margin: -2px 4px;
  display: inline-block;
  white-space: normal;
}
#blog_categories li:hover {
  background: #3eb7ced9;
}
#blog_categories li a {
  color: rgb(62, 183, 206);
  padding: 8px 16px;
  font-size: 15px;
  line-height: 27px;
  text-decoration: none;
}
#blog_categories li a:hover {
  color: #F7F7F8;
}

#explore {
  padding-top: 0;
}
/* #articles {
  margin-top: 32px;
} */

/* top-advertize-contents */
.section-wrap {
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
}
.section-wrap h2 {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 20px;
  padding-left: 8px;
}
.bokurano-section-style {
  padding: 46px 32px 20px 32px;
}
.bokurano-section-style h2 span {
  font-size: 14px;
  line-height: 24px;
  color: rgb(113, 113, 113);
  font-weight: 100;
}
#top-advertize-contents {
  /* background: #F7F7F8; */
  /* padding: 46px 32px 20px 32px; */
  padding: 46px 32px 52px 32px;
}
#top-advertize-contents h2 {
  padding: 16px 8px 24px 8px;
  font-weight: bold;
  background: linear-gradient(110deg, #73c7b0, #3eb7ced9 30%, #73c7b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
  color: #3eb7ced9;
  font-size: 35px !important;
}

/* article item */
.bokurano-article-item {
  display: inline-block;
  padding: 0;
}
.bokurano-article-item li {
  list-style: none;
  width: calc(100% / 4 - 9px);
  float: left;
}
.bokurano-article-item .contents-tag {
  background-color: #fff;
}
.badge-warning {
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.badge-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
}
.bokurano-article-item .view-count {
  color: #484848;
  font-size: 14px;
  font-weight: 300;
  margin-top: 12px;
  float: right;
}
.view-count .fa-eye {
  margin-right: 3px;
}
.bokurano-article-item li img {
  border-radius: 8px;
  object-fit: cover;
  height: 15vw;
  max-height: 200px;
}
.bokurano-article-item li a {
  text-decoration: none;
  display: inline-block;
}
.bokurano-article-item li a.image-item {
  height: 15vw;
  max-height: 200px;
  width: 100%;
  border-radius: 8px;
  background: #e9ecef;
}
.bokurano-article-item li a.author {
  color: #484848;
  font-size: 14px;
  font-weight: 400;
  margin-right: 4px;
}
.bokurano-article-item li a.author img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 12px;
  margin: 12px 4px 12px 2px;
}
.bokurano-article-item li a.author img:hover {
  border: 2px solid #fff;
}
.bokurano-article-item li a.title {
  float: left;
  width: 100%;
  font-weight: 400;
  color: rgb(34, 34, 34);
  font-size: 15px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bokurano-article-item li time {
  float: left;
  font-weight: 400;
  font-size: 12px;
  margin-top: 8px;
}
.show-detail-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 10px;
  color: rgb(34, 34, 34);
  display: block;
  text-decoration: underline;
  margin-top: 24px;
}
.show-detail-link:hover {
  color: rgb(66, 66, 66);
}
.show-detail-link i {
  margin-left: 8px;
}


.bd-callout-warning {
  border: 1px solid rgb(235, 235, 235);
  border-radius: 8px;
  border-left: 8px solid #73c7b0;
  padding: 24px 24px 8px 24px;
}
section.black-grid-contents .bd-callout-warning {
  border-left: 8px solid #b84542;
}
.bd-callout-warning h3 {
  font-size: 16px;
  line-height: 20px;
  color: rgb(34, 34, 34);
  font-weight: 800;
}
.bd-callout-warning p {
  font-size: 14px;
  line-height: 24px;
  color: rgb(113, 113, 113);
}
.bd-callout-warning a {
  font-size: 14px;
  line-height: 24px;
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

/* top-contents */
.top-contents {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 72px;
}
.top-contents-list {
  padding: 0;
  display: inline-block;
  text-align: left;
}
.top-contents-list li {
  list-style: none;
  width: calc(100% / 3 - 12px);
  float: left;
}
.top-contents-list li img {
  height: 22vw;
  max-height: 300px;
  border-radius: 8px;
  object-fit: cover;
}
.top-contents-list li:nth-child(2) {
  margin: 0 18px;
}
.lazyload, .lazyloading {
  opacity: 1 !important;
}
.top-contents-list li a {
  text-decoration: none;
  outline: none;
}
.top-contents-list li a:hover,
.top-contents-list li a:focus {
outline: none;
}
.top-contents-list h3 {
  color: #484848;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.375em;
  text-overflow: ellipsis;
  margin-top: 8px;
}
.top-contents-list p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28571em;
  color: rgb(100, 100, 100);
  text-overflow: ellipsis;
}




.topSlider{
  background: #F7F7F8;
}
.topSlider_List{
  padding:5px 0;
}
.topSlider_List li{
  padding: 0 2.5px;
}
.topSlider_List {
	margin: 0 0 20px;
}
.topSlider_List img {
	width: 620px;
	height: auto;
}
.topSlider_List .slick-next {
  right: 20px;
  z-index: 99;
}
.topSlider_List .slick-prev {
  left: 15px;
  z-index: 100;
}
.secondSlider{
    background: #F7F7F8;
    padding: 20px 0 8px 0;
}
.secondSlider_List img {
	width: 226px;
	height: auto;
}


/*
.serviceTitle{
  text-align: center;
  font-size:20px;
  margin-bottom:0px;
  color:#A5A5A5;

}
.serviceText{
  text-align: center;
  font-size:57px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 0px;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
*/

.topSlider_List{
  padding-left:0px;
  margin-bottom: 0px;
}
.secondSlider_List{
  padding-left:0px;
}
.secondSlider_List li:nth-child(1){
  margin-left:0px;
}
.secondSlider_List{
    padding:5px 0;
}
.secondSlider_List li{
    padding: 0 4px;
}
.secondSlider_List {
    margin: 0 0 50px;
}
.topSlidesecondSlider_Listr_List img {
	width: 100%;
	height: auto;
}
.topSlider .slick-slide img {
    height: 346px;
    object-fit: cover;
}
.secondSlider .slick-slide img {
    height: 112px;
    object-fit: cover;
}
.secondSlider_List .slick-next {
  right: 20px;
  z-index: 99;
}
.secondSlider_List .slick-prev {
  left: 15px;
  z-index: 100;
}
.blog{
  padding-top: 120px;
  padding-bottom: 64px;
}
.blog_main{
  padding-bottom: 50px;
  border-bottom: 1px solid #A5A5A5;
}
.blog_title{
  font-size:0.8em;
  text-align: center;
  margin-bottom: -4px;
  color: #A5A5A5;
}
.blog_text{
  font-size:2.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.blog_main a .blog_mainTitle{
  color:#333333;
}
.blog_mainImg{
  position: relative;
}
.blog_mainImg::after{
  content: url(../imgs/top/cmn_icon_new.png);
  display: block;
  width:100px;
  height:30px;
  position: absolute;
  top:0px;
}
.new::after{
  content: url(../imgs/top/small_new.png);
  display: block;
  position: absolute;
  top:0px;
}
.blog_main a .blogupdate{
  color:#333333;
  float:left;
}
.blogdate_writer{
  color:#A5A5A5;
  float:right;
}
.article-item{
  clear: both;
  margin-top:30px;
}
/* .ra-more-btn{
  width:23% !important;
} */
.ul.article-item li:last-child{
  border-bottom: none !important;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slide-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slide-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slide-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slide-dots li button:hover,
.slide-dots li button:focus {
    outline: none;
}
.slide-dots li button:hover:before,
.slide-dots li button:focus:before {
    opacity: 1;
    color: #3EB8CE;
}
.slide-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide-dots li.slick-active button:before {
    opacity: .75;
    color: #3EB8CE;
}

/* more button */
.index_ra-more-pc {display: inline;}
.index_ra-more-pd {display: none;}
.index_ra-more-sp {display: none;}

.ra-more {
    margin-top: 24px;
}
/*
.jobsBox{
  background: green;
}
.jobsBox_title{
  text-align: center;
  font-size:20px;
  color:#a5a5a5;
  margin-bottom: 0px;
}
.jobsBox_text{
  text-align: center;
  font-size: 57px;
  color:#333333;
  font-weight: bold;
  margin-bottom: 0px;
}
.jobTitle{
  font-size:24px;
  text-align: center;
}
.jobTitleEN{
  font-size: 16px;
  text-align: center;
}
.jobLink{
  display: block;
  color:#3EB8CE;
  text-align: center;
  border: 1px solid #3EB8CE;
}
.jobLink_more{
  border: 2px solid #DBDCDD;
  color: #333333;
  background: #F0F0F1;
  padding: 20px 40px;
  width: 250px;
  margin: 0 auto;
  text-align: center;
  display: block;
}*/

/* 仕事求人 */
section.jobs {
    padding-top: 120px;
    padding-bottom: 64px;
    background: #F5F6F7;
}
ul.job-list {
    list-style: none;
    padding: 0;
}
ul.job-list li {
    border: solid 1px #dbdcdd;
    background: #fdfdfd;
    width: calc(25% - 4px);
    float: left;
    margin: 0 2px;
}
section.jobs .col-12 {
    padding: 0 28px;
    margin-bottom: 16px;
}
ul.job-list a {
    display: inline-block;
    height: 325px;
    text-decoration: none;
    color: #333;
}
ul.job-list a img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
ul.job-list .content-wrap {
    padding: 8px 12px;
}
ul.job-list h3 {
    font-size: 1em;
    margin-top: 8px;
    display: -webkit-box;
    /* display: inline-flex; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
ul.job-list .tag {
    font-size: 0.6em;
    font-weight: bold;
    color: #E85E71;
    border: solid 1px #E85E71;
    border-radius: 2px;
    padding: 1px 4px;
    margin-right: 4px;
}
ul.job-list .wages {
    font-size: 0.7em;
    color: #707070;
    font-weight: bold;
}
#section-filter-comming-soon {
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
#section-filter-comming-soon img {
    width: auto;
    height: 350px;
    position: relative;
    top: calc(50% - 175px);
}


/* brack grid contents */
section.black-grid-contents {
  background: #171b24;
  display: none;
}
section.black-grid-contents h2,
section.black-grid-contents p {
  color: #FFF;
}
section.black-grid-contents h2 {
  margin-bottom: 12px;
  padding: 0;
}
section.black-grid-contents p {
  font-size: 14px;
}
section.black-grid-contents .bd-callout-warning h3 {
  color: #fff !important;
}
section.black-grid-contents .bd-callout-warning p {
  padding: 0;
}

.black-grid-contents {
  padding: 46px 32px 40px 32px;
}
section.black-grid-contents .top-contents-list li {
  margin: 0 8px;
}
section.black-grid-contents .top-contents-list li:first-child {
  margin-left: 0;
}
section.black-grid-contents .top-contents-list li:last-child {
  margin-right: 0;
}
section.black-grid-contents .top-contents-list li img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
section.black-grid-contents .top-contents-list li p {
  background: rgb(58, 58, 58);
  font-size: 14px;
  padding: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media screen and (max-width: 1227px) {
  .bokurano-article-item li {
    width: calc(100% / 3 - 9px);
  }
  .bokurano-article-item li:nth-child(3) {
    margin-right: 0 !important;
  }
  .bokurano-article-item li:last-child {
    display: none;
  }
  .bokurano-article-item li img {
    height: 20vw;
    max-height: 280px;
  }
  .bokurano-article-item li a.image-item {
    height: 20vw;
    max-height: 280px;
  }
}
@media screen and (max-width: 991px) {
    /* more button */
    .index_ra-more-pc {display: none;}
    .index_ra-more-pd {display: inline;}
    .index_ra-more-sp {display: none;}

    ul.job-list li {
        width: calc(50% - 4px);
        margin-bottom: 4px;
    }
    .bokurano-article-item li {
      width: calc(100% / 2 - 9px);
    }
    .bokurano-article-item li:nth-child(2) {
      margin-right: 0 !important;
    }
    .bokurano-article-item li:nth-child(3) {
      display: none;
    }
    .bokurano-article-item li img {
      height: 26vw;
    }
    .bokurano-article-item li a.image-item {
      height: 26vw;
    }
    #blog_categories {
      padding-top: 0px;
    }
}
@media screen and (max-width:768px){
  .blog{
    margin-bottom: 0;
  }
  #blog_categories {
    margin-top: 70px;
    padding-top: 10px;
  }
  #blog_categories li {
    margin: 2px 4px;
  }
  .slide-dots{
    position: relative;
    top:-132px;
    right:12px;
    text-align: right !important;
  }
  .slide-dots li{
    margin:0px;
    display: inline-block;
  }
  .slide-dots li button:before {
      font-size: 7px;
  }
  .topSlider_List li{
    padding: 0;
  }
  .topSlider_List {
      padding: 0;
  }
  .topSlider .slick-slide img {
      height: 56vw;
      width: 100%;
      object-fit: cover;
  }
  .secondSlider .slick-slide img {
      height: 112px;
      object-fit: cover;
  }
  .slick-dotted.slick-slider {
      margin-bottom: 10px !important;
  }

  /* more button */
  .index_ra-more-pc {display: none;}
  .index_ra-more-pd {display: none;}
  .index_ra-more-sp {display: inline;}


    section.jobs .container {
        max-width: 100%;
        padding: 0;
    }
    section.jobs .container .row {
        margin: 0;
    }
    section.jobs .col-12 {
        padding: 0;
    }
    ul.job-list li {
        width: calc(50%);
        margin: 0;
    }

    .bd-callout-warning {
      border: 1px solid rgb(235, 235, 235);
      border-top: 8px solid #73c7b0;
    }
    section.black-grid-contents .bd-callout-warning {
      border: 1px solid rgb(235, 235, 235);
      border-top: 8px solid #b84542;
    }

    #top-advertize-contents {
      padding-top: 12px;
    }
    .top-contents {
      padding: 0;
      padding-top: 46px;
    }
    .top-contents h2 {
      padding: 0 32px;
    }


    .black-grid-contents {
      padding: 46px 0 40px 0;
    }
    section.black-grid-contents h2 {
      font-size: 20px;
      padding: 0 32px;
    }
    section.black-grid-contents p {
      font-size: 12px;
      padding: 0 32px;
    }
    section.black-grid-contents .bd-callout-warning {
      margin: 0 32px;
    }
    section.black-grid-contents .bd-callout-warning h3 {
      font-size: 14px;
    }
    section.black-grid-contents .bd-callout-warning p {
      font-size: 11px;
    }


    .scroll-wrap {
      overflow-x: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .scroll-wrap::-webkit-scrollbar {
      display:none;
    }
    .top-contents-list {
      width: max-content;
      /* padding: 0 32px; */
    }
    .top-contents-list li {
      width: 286px;
    }
    .top-contents-list li img {
      height: 28vw;
      min-height: 200px;
      object-fit: cover;
    }

    .top-contents .top-contents-list {
      padding: 0px 20px;
    }
    section.black-grid-contents .top-contents-list {
      padding: 0px 32px !important;
    }

    .new-blog {
      padding: 46px 20px 20px 20px !important;
    }
    .bokurano-article-item li:nth-child(2) {
      margin-left: 18px !important;
    }
}

@media screen and (max-width: 480px) {
    section.blog,
    section.jobs {
        padding-top: 60px;
        padding-bottom: 52px;
    }
    ul.job-list li {
        height: 327px;
    }
    #top-advertize-contents h2 {
      font-size: 24px;
    }
    .bokurano-article-item .contents-tag {
      font-size: 10px;
    }
    .author {
      font-size: 12px;
    } 
    .view-count {
      font-weight: 300;
      margin-top: 14px;
    }
    .show-detail-link {
      font-size: 14.5px;
    }
}
