@charset "utf-8";

/*
  File Name: service.css
  Desctiption: サービス資料一覧ページ
*/

/* subhead inner
*********************************************************/
/* sp
--------------------------------------------------------*/
@media screen and (max-width: 599px) {
  #subhead .inner {
    display: none;
  }
}

/* banner
*********************************************************/
.banner {
  width: 100%;
  height: 405px;
  background: url(/_img/service/banner.jpg) no-repeat;
  background-size: cover;
}

.banner .banner-inner {
  width: 1202px;
  margin: 0 auto;
  padding: 67px 0;
}

.banner .banner-box {
  width: 490px;
  height: auto;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
  padding: 24px 40px 20px 60px;
}

.banner .banner-box .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.banner .banner-box .sub-title {
  font-size: 16px;
  margin-top: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.banner .banner-box .banner-link {
  margin-top: 20px;
  font-size: 14px;
  width: 250px;
  height: 35px;
  border-radius: 17.5px;
  color: #fff;
  background-color: #1b8264;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
}

.banner .banner-box .banner-link:hover {
  opacity: 0.9;
}

.banner .banner-box .banner-link i {
  margin-left: 5px;
}

/* sp
--------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .banner .banner-inner {
    width: calc(100% - 24px);
  }

  .banner .banner-box {
    width: 100%;
    height: auto;
    padding: 24px 12px;
  }

  .banner .banner-box .title {
    font-size: 20px;
  }

  .banner .banner-box .sub-title {
    font-size: 14px;
  }
}


/* top-wrap
*********************************************************/
.top-wrap {
  margin: 40px auto;
  width: 1202px;
  display: flex;
  justify-content: space-between;
}

/* sp
--------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .top-wrap {
    width: 100%;
    margin-top: -4px;
  }
}

/* page-link-list
*********************************************************/
.page-link-list {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 30px;
  width: 100%;
  max-width: 1202px;
}

.page-link-list .page-link-item a {
  background: #f2534f;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  width: 291px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.page-link-list .page-link-item a:hover {
  opacity: 0.9;
}

.page-link-list .page-link-item a i {
  margin-left: 5px;
}

/* sp
--------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .page-link-list {
    display: none;
  }
}

/* com-box
*********************************************************/
.com-box {
  margin-top: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border: none;
}

.section-top-genre .com-box {
  padding: 24px 28px 0 24px;
}

/* sp
--------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .com-box {
    padding: 20px 12px 60px;
  }
}

/* .section-top-issue
*********************************************************/
.section-top-issue {
  margin-top: 60px;
}

@media screen and (max-width: 599px) {
  .section-top-issue {
    margin-top: 24px;
  }
}

/* issue-list
*********************************************************/
.issue-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
}

.issue-list .issue-item a {
  height: 60px;
  width: 412px;
  border-radius: 8px;
  border: 3px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #9b4633;
  font-weight: bold;
  margin-bottom: 36px;
  padding: 0 10px 0 25px;
  transition: color 0.2s;
  text-decoration: none;
  font-size: 16px;

  position: relative;
}

.issue-list .issue-item a:hover {
  color: #fff;
  background-color: #9b4633;
  opacity: 1;
}

.issue-list .issue-item i {
  margin-right: 5px;
  position: absolute;
  left: 10px;
}

.issue-list .issue-item a .num {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #f6f5f0;
  color: #000;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* sp
--------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .issue-list {
    flex-direction: column;
  }

  .issue-list .issue-item a {
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
  }

  .issue-list .issue-item a .num {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}

/* section-top-genre
*********************************************************/
.section-top-genre {
  margin-top: 60px;
}

.section-top-genre .com-box {
  padding: 28px 24px 8px;
}

/* sp
--------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .section-top-genre {
    margin-top: 20px;
  }
}

/* list-genre-big
*********************************************************/
.list-genre-big {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.list-genre-big li {
  width: 154px;
  height: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.list-genre-big li:nth-child(5n) {
  margin-right: 0;
}

.list-genre-big li button {
  height: 150px;
  width: 154px;
  display: block;
  color: #000000;
  text-decoration: none;
  border: 2px solid #d8d8d8;
  padding: 10px;
  background-color: #fff;
}

.list-genre-big li .name {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
  color: #000000;
  height: 42px;
}

.list-genre-big li figure {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}

.list-genre-big li figure img {
  width: 115px;
}

/* sp
--------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .section-top-genre .com-box {
    padding: 20px 12px 60px;
  }

  .list-genre-big li,
  .list-genre-big li button {
    width: 100%;
    height: 80px;
  }

  .list-genre-big li {
    margin: 0 0 12px 0;
  }

  .list-genre-big li button {
    position: relative;
  }

  .list-genre-big li button::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #9b4633;
  }

  .list-genre-big li .name {
    margin-bottom: 11px;
    height: 15px;
  }

  .list-genre-big li figure img {
    width: 60px;
  }
}

/* section-top-country
*********************************************************/
.section-top-country {}

.section-top-country .country-list {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .section-top-country {
    margin-top: 100px;
  }
}

/* sp
--------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .country-item {
    width: 33.3%;
  }

  .country-item img {
    width: 70px;
  }
}

@media screen and (max-width: 481px) {
  .country-item {
    width: 33.3%;
  }
}

/* grad-wrap
*********************************************************/
.grad-wrap .grad-item.is-hide {
  height: auto;
}

.grad-trigger::after {
  content: "もっと見る";
  /*クリック前のボタンのラベル*/
}

/* sp
--------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .trigger-wrap {
    display: flex;
    box-shadow: 0 0 40px 35px #fff;
    background: #fff;
  }

  .trigger-wrap.open {
    box-shadow: none;
  }

  .grad-wrap .grad-item {
    margin: 0;
    height: 100%;
  }

  .grad-wrap .grad-item.is-hide {
    height: 350px;
  }

  .grad-wrap .grad-item-index {
    overflow: hidden;
    position: relative;
    margin: 0;
  }

  .grad-wrap .grad-item-index.is-hide {
    height: 30px;
  }
}

/* .service-index
*********************************************************/
.service-index .company-inner {
  opacity: 1;
}

.service-index .com-box {
  margin-top: 0;
  padding-bottom: 16px;
}

.service-index .com-box+.com-box {
  margin-top: 40px;
}

.ly-aside {
  margin-top: 0;
}

.company-head {
  justify-content: flex-start;
}

.company-bottom {
  margin-bottom: 10px;
}

/* .service-index
*********************************************************/
@media screen and (max-width: 599px) {
  .service-index .trigger-wrap {
    display: block;
    box-shadow: none;
    background: none;
  }
}

/* .section-news
*********************************************************/
.section-news {
  background: #f7f5f1;
  padding: 28px 0;
}

.section-news .swiper-custom-parent {
  margin-top: 20px;
}

/* .news-swiper
*********************************************************/
.news-swiper .news-swiper-box {
  flex-direction: column;
  padding: 16px;
  margin: 8px;
  box-shadow: 0 0 8px rgb(0 0 0 / 25%);
  border-radius: 6px;
  width: 100%;
  background-color: #fff;
}

.news-swiper .swiper-container .swiper-slide a {
  border: none;
  width: auto;
  display: block;
  border-radius: 0;
}

.news-swiper-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 12px;
}

.news-swiper-title img {
  height: 30px;
  width: auto;
  margin-right: 8px;
}

.news-swiper-title p {
  padding-bottom: 5px;
}

.swiper-container .swiper-slide a.news-swiper-link {
  border-radius: 8px;
  border: 3px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #9b4633;
  color: #fff;
  font-weight: bold;
  transition: color 0.2s;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding: 4px;
  width: 200px;
  margin: auto;
  margin-top: 12px;
}

.swiper-container .swiper-slide a.news-swiper-link::before {
  position: absolute;
  content: "";
  background: url(/_img/service/next-arrow.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 14px;
  top: 9px;
  left: 10px
}

@media (max-width:599px) {
  .news-swiper .news-swiper-box {
    margin: 8px 0;
  }

  .news-swiper .swiper-container .swiper-slide a {
    height: auto;
  }
}

/* .news-list
*********************************************************/
.news-list {}

.swiper-container .swiper-slide .news-list-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 0;
}

.news-list-item img {
  width: 80px;
  height: 60px;
  object-fit: contain;
  background-color: #000;
}

.news-list-item p {
  margin-left: 8px;
  font-size: 14px;
  font-weight: bold;
}

.news-list-item+.news-list-item {
  border-top: 1px dashed #ccc;
}

@media (max-width:599px) {
  .swiper-container .swiper-slide .news-list-item img {
    width: 100px;
    height: 75px;
  }
}

/* .section-other
*********************************************************/
.section-other {
  background: #f7f5f1;
  padding: 28px 0;
  margin-top: 40px;
}

.section-other .swiper-custom-parent {
  margin-top: 20px;
}

.section-other .other-title {
  background-color: #fff;
}