


.section-news {
  background: #fffcf6;
  opacity: 0;
  visibility: visible;
  transition: all 0.26s ease-in-out;
}
.wf-active .section-news {
  opacity: 1;
  visibility: visible;
}
.section-news .news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-news .news-item {
  background: #fff;
  position: relative;
}
.section-news .news-item .arrow {
  position: absolute;
  transition: all 0.26s ease-in-out;
  display: none;
}
.section-news .news-item .arrow:hover {
  opacity: 0.8;
}
.section-news .news-item.have-accordion .arrow {
  display: block;
}
.section-news .item-heading .heading-title {
  display: block;
  overflow: hidden;
  transition: all 0.26s ease-in-out;
}
.section-news .item-heading .heading-time {
  font-weight: 500;
}
.section-news .item-content {
  display: none;
}
.section-news .item-content p {
  margin: 0;
}

@media print, (min-width: 768px) {
  .section-news {
    padding: 32px 0 60px;
  }

  .primary-title {
    margin-bottom: 18px;
  }

  .news-item {
    border: 1px solid #c1bcb9;
    border-radius: 6px;
  }
  .news-item:not(:last-child) {
    margin-bottom: 13px;
  }
  .news-item .arrow {
    top: 18px;
    right: 15px;
    width: 33px;
    height: 17px;
    background: url(../img/common/arrow_down_black.svg) no-repeat center center/100%;
    transition: all 0.26s ease-in-out;
  }
  .news-item .item-heading {
    display: -ms-flexbox;
    display: flex;
    font-size: 0.16rem;
    line-height: calc( 30 / 16 );
    padding: 10px 79px 13px;
  }
  .news-item .item-heading .heading-time {
    width: 145px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 10px;
  }
  .news-item .item-heading .heading-title {
    -ms-flex: 1;
        flex: 1;
  }
  .news-item .item-content {
    font-size: 0.16rem;
    padding: 0 79px 13px;
  }
  .news-item.have-accordion {
    cursor: pointer;
  }
  .news-item.is-active .arrow {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-news {
    padding: 0.32rem 0 0.6rem;
  }

  .primary-title {
    margin-bottom: 0.27rem;
  }

  .news-item {
    border: 1px solid #c1bcb9;
    padding-bottom: 0.18rem;
  }
  .news-item:not(:last-child) {
    margin-bottom: 0.13rem;
  }
  .news-item .arrow {
    bottom: 0.05rem;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 0.24rem;
    height: 0.12rem;
    background: url(../img/common/arrow_down_black.svg) no-repeat center center/100%;
    transition: all 0.26s ease-in-out;
  }
  .news-item .item-heading {
    font-size: 0.14rem;
    line-height: calc( 23 / 14 );
    padding: 0.1rem 0.17rem;
  }
  .news-item .item-heading .heading-time {
    width: 100%;
    margin-bottom: 0.04rem;
    display: block;
  }
  .news-item .item-content {
    font-size: 0.14rem;
    padding: 0 0.17rem 0.1rem;
  }
  .news-item.is-active .arrow {
    -ms-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
  }
}
.section-top-recruit {
  opacity: 0;
  visibility: visible;
  transition: all 0.26s ease-in-out;
}
.wf-active .section-top-recruit {
  opacity: 1;
  visibility: visible;
}
.section-top-recruit .primary-title span {
  color: #fff !important;
}
.section-top-recruit .recruit-link {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-top-recruit {
    padding-top: 48px;
    padding-bottom: 44px;
  }
  .section-top-recruit .recruit-inner {
    background: url(../img/top/bg_recruit.jpg) no-repeat center center/cover;
    padding: 48px 0 64px;
  }
  .section-top-recruit .primary-title {
    margin-bottom: 45px;
  }
  .section-top-recruit .primary-link {
    padding: 7px 25px 9px;
  }
  .section-top-recruit .primary-link::after {
    top: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-recruit {
    margin: 0;
  }
  .section-top-recruit .wrapper {
    padding: 0 !important;
  }
  .section-top-recruit .recruit-inner {
    background: url(../img/top/sp/bg_recruit.jpg) no-repeat center center/cover;
    padding: 0.17rem 0 0.35rem;
  }
  .section-top-recruit .primary-title {
    margin-bottom: 0.64rem;
  }
  .section-top-recruit .primary-title .title-en {
    font-size: 0.3rem;
  }
  .section-top-recruit .primary-title .title-jp {
    font-size: 0.16rem;
  }
}








/*
  *  Pager
 * -------------------------------------------------------------------------- */
.pagination-container {
    font-size: 16px;
}

.pager__list {
  display: flex;
  margin: 0;
  padding: 0;
}

.pager__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .5em;
}

.pager__item a {
    display: inline-block;
    padding: 0.04rem 0.06rem;
    font-size: 0.16rem;
    font-weight: 500;
    color: #333;
    border-radius: 0.08rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    min-width: 2em;
}
.pager__item a:hover{
  color: #3a99ff;
}

.pager__item.pager__item-current a {
  background: #3a99ff;
  color: #fff;
  border-color: #3a99ff;
}

.pager-inner {
  margin-top: 1rem;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-wrap: nowrap; /* 横並びを維持 */
  align-items: center;
  gap: 0.16rem;
  justify-content: center;
}

.pager-inner >a {
  display: inline-block;
  padding: 0.04rem 0.06rem;
  font-size: 0.16rem;
  color: #333;
  border-radius: 0.08rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  font-weight: 500;
}
.pager-inner >a:hover{
  color: #3a99ff;
}

.pager-inner .pager__first {
    left: 0;
}

.pager-inner .pager__last {
    right: 0;
}

.pager-inner .pager__prev {
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.pager-inner .pager__next {
    right: 0;
    z-index: 1;
    cursor: pointer;
}
/* arrows for prev/next */
.pager-inner .pager__prev::before {
  content: '\2190';
  margin-right: 0.04rem;
  display: inline-block;
  font-weight: 700;
  transform: scale(0.8, 1.2);
}
.pager-inner .pager__next::after {
  content: '\2192';
  margin-left: 0.04rem;
  display: inline-block;
  font-weight: 700;
  transform: scale(0.8, 1.2);
}





/*
  *  Pager - custom
 * -------------------------------------------------------------------------- */


/* pagination styling for news page */
.news-pagenation {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.16rem;
}
.news-pagenation .pagenation-list {
  display: inline-flex;
  flex-wrap: nowrap; /* 横並びを維持 */
  align-items: center;
  gap: 0.16rem;
  justify-content: center;
}
.news-pagenation .pagenation-item,
.news-pagenation .prev,
.news-pagenation .next {
  display: inline-block;
  padding: 0.04rem 0.06rem;
  font-size: 0.16rem;
  color: #333;
  border-radius: 0.08rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.news-pagenation .pagenation-item{
  min-width: 2em;
}
.news-pagenation .pagenation-item:hover,
.news-pagenation .prev:hover,
.news-pagenation .next:hover {
  color: #3a99ff;
}
/* arrows for prev/next */
.news-pagenation .prev::before {
  content: '\2190';
  margin-right: 0.04rem;
  display: inline-block;
  font-weight: 700;
  transform: scale(0.8, 1.2);
}
.news-pagenation .next::after {
  content: '\2192';
  margin-left: 0.04rem;
  display: inline-block;
  font-weight: 700;
  transform: scale(0.8, 1.2);
}
/* active page style (blue rounded with white text) */
.news-pagenation .pagenation-item.is-active {
  background: #3a99ff;
  color: #fff;
  border-color: #3a99ff;
}
.news-pagenation .prev,
.news-pagenation .next {
  font-weight: 500;
}
.news-pagenation .prev[disabled],
.news-pagenation .next[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

@media only screen and (max-width:767.98px) {
  .news-pagenation .pagenation-item,
  .news-pagenation .prev,
  .news-pagenation .next {
    font-size: 0.14rem;
  }
}

.section-top-corporate .corporate-link {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-top-corporate {
    background: url(../img/top/bg_corporate.jpg) no-repeat center center/cover;
    padding: 35px 0 28px;
  }
  .section-top-corporate .primary-title {
    margin-bottom: 45px;
  }
  .section-top-corporate .primary-title {
    margin-bottom: 45px;
  }
  .section-top-corporate .primary-link {
    padding: 7px 25px 9px;
  }
  .section-top-corporate .primary-link::after {
    top: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-corporate {
    background: url(../img/top/sp/bg_corporate.jpg) no-repeat center center/cover;
    padding: 0.07rem 0 0.26rem;
  }
  .section-top-corporate .primary-title {
    margin-bottom: 0.68rem;
  }
  .section-top-corporate .primary-title .title-en {
    font-size: 0.3rem;
  }
  .section-top-corporate .primary-title .title-jp {
    font-size: 0.16rem;
  }
}

/*# sourceMappingURL=top.css.map */