/* 特集リンクバナー */
.featuresWrap {
  padding-bottom: 80px;
  overflow: hidden;
}
.featuresWrap .bx-wrapper {
  max-width: 920px !important;
  background: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 60px;
}
.featuresWrap .bx-wrapper .slide {
  min-height: 230px;
}
.featuresWrap .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -30px;
}
.featuresWrap .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  background: #d7d7d7;
  margin: 0 8px;
  border-radius: 10px;
}
.featuresWrap .bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #f08080;
}
.featuresWrap .bx-wrapper .bx-prev,
.featuresWrap .bx-wrapper .bx-next {
  background: #f0808094;
  border-radius: 340px;
}
.featuresWrap .bx-wrapper .bx-prev {
  left: -15px;
  transform: scale(-1, 1);
}
.featuresWrap .bx-wrapper .bx-next {
  right: -15px;
}
.featuresWrap .bx-wrapper .bx-prev::after,
.featuresWrap .bx-wrapper .bx-next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  background-image: url(/img/icon/arrow_white.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.featuresWrap .bx-wrapper .bx-prev:hover::after,
.featuresWrap .bx-wrapper .bx-next:hover::after {
  color: #bbb;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 9998;
}
.featuresWrap .bx-wrapper .slide .bannerWrap {
  box-shadow: 0px 5px 5px -2px rgb(0 0 0 / 20%);
  border-radius: 6px;
  overflow: hidden;
  display: block;
}

/* サービス紹介バナー */
.supportServiceBanner {
  overflow: hidden;
  box-shadow: 0px 5px 5px -2px rgb(0 0 0 / 20%);
}
.supportServiceBanner a {
  text-decoration: none !important;
}
.supportServiceBanner_content {
  display: flex;
  background: #fdfae8;
  position: relative;
}
.supportServiceBanner_content::before,
.supportServiceBanner_content::after,
.supportServiceBanner_content .content_text::after {
  content: '';
  position: absolute;
  background-image: url(/img/support_service/common/bg_circle.svg);
  background-size: contain;
  background-position: top;
  z-index: 2;
}
.supportServiceBanner_content::before {
  width: 180px;
  height: 180px;
  top: -64px;
  left: 24%;
}
.supportServiceBanner_content::after {
  bottom: -54px;
  left: -5%;
  width: 150px;
  height: 150px;
}
.supportServiceBanner_content .content_text::after {
  width: 150px;
  height: 150px;
  bottom: -18px;
  right: -7%;
  z-index: 0;
}
.supportServiceBanner_content .content_mask {
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  z-index: 1;
}
.supportServiceBanner_content .content_pic {
  position: relative;
  overflow: hidden;
}
.supportServiceBanner_content .content_pic img {
  height: 150px;
  width: auto;
  vertical-align: middle;
}
.supportServiceBanner_content .content_mask img {
  height: 180px;
}
.supportServiceBanner_content .content_text {
  text-align: center;
  padding: 5px 0;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
}
.supportServiceBanner_content .content_text .logo {
  width: 280px;
  height: auto;
}
.supportServiceBanner_content .content_text .serviceTitle {
  background: linear-gradient(left, #ff936c, #feb868);
  background: -webkit-linear-gradient(left, #ff936c, #feb868);
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  padding: 6px 24px;
  letter-spacing: 2.5px;
  line-height: 1.5;
}
.supportServiceBanner_content .content_text .serviceButton {
  color: #ff8a5b;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px #ff8a5b;
  display: table;
  padding: 2px 20px;
  font-size: 13px;
  font-weight: 500;
  margin-left: auto;
  z-index: 1;
  line-height: 1.5;
}
