@charset "UTF-8";
.news-block::after, .news-block .news-item::after {
  clear: both;
  display: block;
  content: '';
}

.__slider img {
  transform-origin: center top;
  transform: scale(1);
  transition: transform 1.5s ease-in 2.5s;
}

.__slider .slick-active img {
  transform: scale(1.05);
}

.__slider.__is-slick-first-load .slick-active img {
  transition: 0s;
  transform: scale(1);
}

.p-top-news-box {
  max-width: 1110px;
  margin: 50px auto;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
.news-block {
  margin: 0;
  position: relative;
  padding: 40px;
  background-color: #fff;
  flex-basis: 49%;
  width: 49%;
  box-sizing: border-box;
}

@media only screen and (max-width: 910px) {
  .news-block {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-news-box {
    display: block;
    margin: 0 auto;
  }
  .news-block {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
}

.news-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-block .tabs {
  margin-bottom: 30px;
}

@media only screen and (max-width: 910px) {
  .news-block .tabs {
    position: static;
    width: 100%;
  }
}

.news-block .tabs h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}

.news-block .tabs h2 + .news-nav {
  margin-top: 24px;
}

@media only screen and (max-width: 910px) {
  .news-block .tabs h2 {
    font-size: 18px;
  }
  .news-block .tabs h2 + .news-nav {
    margin-top: 10px;
  }
}

.news-block .tabs .news-nav {
  margin: 0;
}

.news-block .tabs .news-nav li {
  margin: 0 0 17px;
}

@media only screen and (max-width: 910px) {
  .news-block .tabs .news-nav li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 7px;
  }
}

.news-block .tabs .news-nav a {
  display: block;
  margin: 0;
  text-decoration: none;
  color: #444444;
  border-bottom: 1px solid #eaeaeb;
}

.news-block .tabs .news-nav a.__is-active {
  border-bottom: 2px solid #0070d9;
}

.news-block .tab-content-group {
  position: relative;
  padding-bottom: 42px;
}

@media only screen and (max-width: 910px) {
  .news-block .tab-content-group {
    margin-left: 0;
  }
}

.news-block .tab-content-group .tab-content {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.news-block .tab-content-group .tab-content.__is-active {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 910px) {
  .news-block .tab-content-group .tab-content.__is-active {
    margin-top: 30px;
  }
}

.news-block .news-item {
  display: block;
  margin: 0 0 20px;
  border-bottom: 1px solid #eaeaeb;
  padding: 0 0 20px;
  color: #444;
  text-decoration: none;
  transition: 0.3s;
}

@media only screen and (max-width: 910px) {
  .news-block .news-item {
    padding-bottom: 5px;
  }
}

.news-block .news-item .__head {
	display: block;
	margin-bottom: 13px;
	font-size: 0.9em;
}

.news-block .news-item .__head span {
  display: block;
  line-height: 1;
}

.news-block .news-item .__head .__date {
  margin-top: 6px;
}

.news-block .news-item .__head .__cat {
  margin-top: 8px;
}

@media only screen and (max-width: 910px) {
  .news-block .news-item .__head {
    float: none;
    display: block;
    width: 100%;
  }
  .news-block .news-item .__head span {
    display: inline-block;
  }
}

.news-block .news-item:hover {
  color: #407bb4;
  text-decoration: underline;
}

.news-block .__news-more {
  margin: 0;
  text-align: right;
}

.news-block .__news-more a {
  color: #013d8e;
  text-decoration: none;
}

.news-block .__news-more a::before {
  font-family: 'FontAwesome', sans-serif;
  content: '\F105';
}

.recruit-news {
  padding: 0;
}

.recruit-news .content {
  max-width: none;
}

.recruit-news .news-block {
  max-width: 1110px;
  margin: 0 auto;
}

.bg-image-loop {
  width: 100%;
  height: 240px;
  /* 画像の高さを指定 */
  position: relative;
  background-size: auto 100%;
  animation: bg-slider 23s linear infinite;
  /* 23sの部分背景画像の約数だとスムーズ */
  margin: 40px 0;
  padding: 0;
}

.bg-image-loop.lazyloading,
.bg-image-loop.lazyloaded {
  background: url("../img/top/recruit_loop_bg.jpg") repeat-x 0 0;
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2720px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}

.index-block .__category, .index-block .__desc {
  width: 80%;
  margin: 0 auto;
}

.index-block .__category {
  font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', Meiryo, serif;
  margin-top: 30px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
}

.index-block .__desc {
  margin-top: 12px;
  line-height: 1.6;
}

.statement p {
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (max-width: 1440px) {
  .index-impress .index-impress-copy {
    padding-top: 22.222222222%;
  }
}

.index-impress .index-impress-group .__slider li img {
  display: none;
}

@media only screen and (min-width: 911px) {
  .index-impress .index-impress-group .__slider li img.__is-pc {
    display: block;
  }
}

@media only screen and (max-width: 910px) {
  .index-impress .index-impress-group .__slider li img.__is-sp {
    display: block;
  }
}

@media only screen and (max-width: 910px) {
  .index-impress {
    padding-bottom: 30%;
  }
  .index-impress .index-impress-group {
    width: 100%;
    margin: 0;
  }
  .index-impress .index-impress-group .__slick-counter {
    display: none;
  }
  .index-impress .index-impress-copy {
    top: auto;
    right: auto;
    bottom: 0;
    left: 15px;
    width: 76%;
    max-width: 570px;
    padding-top: 56%;
  }
}
