@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
#wrapper {
  background: #ffffff;
}
@media screen and (max-width: 820px) {
  #wrapper {
    padding-bottom: 0;
  }
}

.bsnsHeader {
  background: #284894;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .bsnsHeader {
    margin-top: -57px;
  }
}
.bsnsHeader__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 25px 20px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .bsnsHeader__inner {
    padding: 15px 57px 15px 15px;
    position: static;
  }
}
@media screen and (max-width: 820px) {
  .bsnsHeader__navi {
    position: fixed;
    width: 100%;
    height: calc(100% - 53px);
    transform: translate(0, -100%);
    background: #284894;
    z-index: 100;
    top: 53px;
    left: 0;
    padding: 90px 15px;
    box-sizing: border-box;
    transition: transform 0.4s;
  }
  .is-active .bsnsHeader__navi {
    transform: translate(0, 0);
  }
}
.bsnsHeader__navi span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.bsnsHeader__navi ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .bsnsHeader__navi ul {
    flex-direction: column;
  }
}
.bsnsHeader__navi ul li:not(.ext-home) {
  flex-grow: 0;
  flex-shrink: 1;
  width: 18.0555555556%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .bsnsHeader__navi ul li:not(.ext-home) {
    width: 100%;
    transform: translate(0, 30px);
    opacity: 0;
    transition: transform 0.4s, opacity 0.4s;
    transition-delay: 0;
  }
  .bsnsHeader__navi ul li:not(.ext-home) + li {
    margin-top: 15px;
  }
  .is-active .bsnsHeader__navi ul li:not(.ext-home) {
    transform: none;
    opacity: 1;
  }
  .is-active .bsnsHeader__navi ul li:not(.ext-home):nth-child(2) {
    transition-delay: 0.3s;
  }
  .is-active .bsnsHeader__navi ul li:not(.ext-home):nth-child(3) {
    transition-delay: 0.4s;
  }
  .is-active .bsnsHeader__navi ul li:not(.ext-home):nth-child(4) {
    transition-delay: 0.5s;
  }
  .is-active .bsnsHeader__navi ul li:not(.ext-home):nth-child(5) {
    transition-delay: 0.6s;
  }
  .is-active .bsnsHeader__navi ul li:not(.ext-home):nth-child(6) {
    transition-delay: 0.7s;
  }
}
.bsnsHeader__navi ul li:not(.ext-home) a {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  color: #284894;
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 820px) {
  .bsnsHeader__navi ul li:not(.ext-home) a {
    flex-direction: row;
    align-items: center;
    text-align: left;
    min-height: 66px;
  }
  .bsnsHeader__navi ul li:not(.ext-home) a br:not(.ext-sp) {
    display: none;
  }
}
.bsnsHeader__navi ul li:not(.ext-home) a:after {
  content: "";
  background: url(/images/rwd/business/icn-arrow_header.svg) no-repeat center center/contain;
  width: 13.13px;
  height: 12.49px;
  display: inline-block;
  margin-top: 15px;
}
@media screen and (max-width: 820px) {
  .bsnsHeader__navi ul li:not(.ext-home) a:after {
    margin-top: 0;
    margin-left: auto;
  }
}
.ext-contract .bsnsHeader__navi ul li:not(.ext-home):nth-child(2) a, .ext-program .bsnsHeader__navi ul li:not(.ext-home):nth-child(3) a, .ext-affiliate .bsnsHeader__navi ul li:not(.ext-home):nth-child(4) a, .ext-housing .bsnsHeader__navi ul li:not(.ext-home):nth-child(5) a, .ext-partner .bsnsHeader__navi ul li:not(.ext-home):nth-child(6) a {
  background: #50A0AA;
  color: #ffffff;
}
.ext-contract .bsnsHeader__navi ul li:not(.ext-home):nth-child(2) a:after, .ext-program .bsnsHeader__navi ul li:not(.ext-home):nth-child(3) a:after, .ext-affiliate .bsnsHeader__navi ul li:not(.ext-home):nth-child(4) a:after, .ext-housing .bsnsHeader__navi ul li:not(.ext-home):nth-child(5) a:after, .ext-partner .bsnsHeader__navi ul li:not(.ext-home):nth-child(6) a:after {
  content: "";
  background: url(/images/rwd/business/icn-arrow_header_w.svg) no-repeat center center/contain;
}
.bsnsHeader__navi ul li.ext-home {
  position: absolute;
  top: 20px;
  left: 25px;
}
@media screen and (max-width: 820px) {
  .bsnsHeader__navi ul li.ext-home {
    right: auto;
    bottom: auto;
    left: 15px;
    top: 35px;
  }
}
.bsnsHeader__navi ul li.ext-home a {
  color: #ffffff;
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .bsnsHeader__navi ul li.ext-home a {
    font-size: 12px;
  }
}
.bsnsHeader__navi ul li.ext-home a:before {
  content: "";
  background: url(/images/rwd/business/icn-arrow_header_w.svg) no-repeat center center/contain;
  width: 13.13px;
  height: 12.49px;
  display: inline-block;
  transform: rotate(180deg);
  margin-right: 8px;
}
@media screen and (max-width: 820px) {
  .bsnsHeader__toggle {
    background: #ffffff;
    width: 42px;
    height: 42px;
    position: sticky;
    left: calc(100% - 57px);
    top: 68px;
    margin-top: 15px;
    border-radius: 50%;
    z-index: 1000;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
    transform: none;
    transition: right 0.4s;
  }
  .bsnsHeader__toggle.is-drop {
    right: -67px;
  }
  .bsnsHeader__toggle:before, .bsnsHeader__toggle:after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    background: #284894;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    transform: o;
    transition: transform 0.4s, margin 0.4s;
    transform-origin: center center;
  }
  .bsnsHeader__toggle:before {
    margin-top: -4px;
  }
  .bsnsHeader__toggle:after {
    margin-top: 4px;
  }
}
.is-active .bsnsHeader__toggle:before {
  transform: rotate(225deg);
  margin-top: 0;
}
.is-active .bsnsHeader__toggle:after {
  transform: rotate(-225deg);
  margin-top: 0;
}
.bsnsHeader__title {
  margin-top: 40px;
  text-align: left;
  font-size: 42px;
  line-height: 1.2;
  font-weight: normal;
}
.bsnsHeader__title span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.5;
  display: block;
  margin-top: 7px;
}
@media screen and (max-width: 820px) {
  .bsnsHeader__title {
    margin-top: 0;
    font-size: 20px;
    letter-spacing: -0.03em;
  }
  .bsnsHeader__title span {
    font-size: 12px;
    letter-spacing: 0em;
  }
}
.bsnsInner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 25px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .bsnsInner {
    padding: 30px 15px;
  }
}
.bsnsPageCopy {
  padding: 0 25px 20px;
  background: #284894;
  color: #ffffff;
}
@media screen and (max-width: 820px) {
  .bsnsPageCopy {
    padding: 0 15px 15px;
  }
}
.bsnsPageCopy h1, .bsnsPageCopy h2 {
  margin: 0 auto;
  max-width: 1080px;
  font-size: 24px;
}
@media screen and (max-width: 820px) {
  .bsnsPageCopy h1, .bsnsPageCopy h2 {
    font-size: 16px;
  }
}
.bsnsTopKeyvisual + .bsnsPageCopy {
  padding-bottom: 0;
  padding-top: 20px;
}
.bsnsTopKeyvisual + .bsnsPageCopy h1, .bsnsTopKeyvisual + .bsnsPageCopy h2 {
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 820px) {
  .bsnsTopKeyvisual + .bsnsPageCopy h1, .bsnsTopKeyvisual + .bsnsPageCopy h2 {
    font-size: 16px;
  }
}
.bsnsTitle {
  font-size: 42px;
}
.bsnsTitle span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  display: block;
  opacity: 0.5;
  margin-top: 7px;
}
@media screen and (max-width: 820px) {
  .bsnsTitle {
    font-size: 21px;
  }
  .bsnsTitle span {
    font-size: 14px;
    margin-top: 0;
  }
}
.bsnsMenu {
  background-color: #284894;
}
.bsnsMenu .bsnsInner {
  padding: 20px 26px 40px;
}
@media screen and (max-width: 900px) {
  .bsnsMenu .bsnsInner {
    padding: 15px 15px 30px;
  }
}
.bsnsMenu .bsnsInner > span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  display: block;
}
.bsnsMenu ul {
  margin-top: 15px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .bsnsMenu ul {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin-top: 0;
  }
}
.bsnsMenu ul li {
  width: 18.0555555556%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 900px) {
  .bsnsMenu ul li {
    width: 100%;
    margin-top: 15px;
  }
}
.bsnsMenu ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 8px;
  font-size: 14px;
  line-height: 18px;
  min-height: 277px;
  letter-spacing: 0;
  box-sizing: border-box;
  text-align: center;
  color: rgba(34, 34, 34, 0.7);
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .bsnsMenu ul li a {
    min-height: 0;
    padding: 15px;
    text-align: left;
    min-height: 75px;
    display: grid;
    grid-template-columns: 24px 80px 1fr 30px;
  }
}
.bsnsMenu ul li a em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  border-radius: 50%;
  background: #284894;
  letter-spacing: 0.03em;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 900px) {
  .bsnsMenu ul li a em {
    grid-column: 1;
    grid-row: 1/span 2;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
.bsnsMenu ul li a > span.ext-icon {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .bsnsMenu ul li a > span.ext-icon {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
.bsnsMenu ul li a > span.ext-icon img {
  height: auto;
}
@media screen and (max-width: 900px) {
  .bsnsMenu ul li a > span.ext-icon img {
    width: auto !important;
    height: 30px !important;
  }
}
@media screen and (max-width: 900px) {
  .bsnsMenu ul li a > span.ext-label {
    grid-column: 3;
    grid-row: 2;
  }
  .bsnsMenu ul li a > span.ext-label br {
    display: none;
  }
}
.bsnsMenu ul li a strong {
  font-weight: bold !important;
  color: #284894;
  font-weight: inherit;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: -12px;
}
@media screen and (max-width: 900px) {
  .bsnsMenu ul li a strong {
    grid-column: 3;
    grid-row: 1;
    margin-bottom: 0.1em;
  }
}
.bsnsMenu ul li a:after {
  content: "";
  background: url(/images/rwd/business/icn-arrow_header.svg) no-repeat center center/contain;
  width: 13.13px;
  height: 12.49px;
  display: block;
}
@media screen and (max-width: 900px) {
  .bsnsMenu ul li a:after {
    margin-left: auto;
    grid-column: 4;
    grid-row: 1/span 2;
  }
}
.bsnsMenu ul li:nth-child(1) a span img {
  width: 21.0256410256%;
}
.bsnsMenu ul li:nth-child(2) a span img {
  width: 26.3282051282%;
}
@media screen and (max-width: 900px) {
  .bsnsMenu ul li:nth-child(2) a span img {
    height: 35px !important;
  }
}
.bsnsMenu ul li:nth-child(3) a span img {
  width: 28.1179487179%;
}
.bsnsMenu ul li:nth-child(4) a span img {
  width: 17.6256410256%;
}
@media screen and (max-width: 900px) {
  .bsnsMenu ul li:nth-child(4) a span img {
    height: 35px !important;
  }
}
.bsnsMenu ul li:nth-child(5) a span img {
  width: 42.6871794872%;
}
@media screen and (max-width: 900px) {
  .bsnsMenu ul li:nth-child(5) a span img {
    height: 25px !important;
  }
}
.bsnsAbout .bsnsInner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .bsnsAbout .bsnsInner {
    flex-direction: column;
    padding: 0;
  }
}
.bsnsAbout__title {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.05em;
  width: 38.5185185185%;
  background: url(/images/rwd/business/bg-slash.png) repeat left top/19px 19px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .bsnsAbout__title {
    font-size: 24px;
    width: 100%;
    padding: 15px 0;
    background: url(/images/rwd/business/bg-slash.png) repeat left top/9.5px 9.5px;
  }
}
.bsnsAbout__title > div {
  width: 100%;
  background: #ffffff;
  padding: 26px;
}
@media screen and (max-width: 820px) {
  .bsnsAbout__title > div {
    padding: 15px;
  }
}
.bsnsAbout__title img {
  width: 100%;
  height: auto;
  max-width: 318.47px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .bsnsAbout__title img {
    max-width: 159.235px;
    margin-bottom: 15px;
  }
}
.bsnsAbout__title span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  opacity: 0.5;
  display: block;
  letter-spacing: 0;
  margin-top: 8px;
}
@media screen and (max-width: 820px) {
  .bsnsAbout__title span {
    font-size: 14px;
  }
}
.bsnsAbout__content {
  width: 59.0740740741%;
}
@media screen and (max-width: 820px) {
  .bsnsAbout__content {
    width: 100%;
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
  }
}
.bsnsAbout__content h3 {
  font-size: 28px;
  line-height: 36px;
  color: #284894;
}
@media screen and (max-width: 820px) {
  .bsnsAbout__content h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .bsnsAbout__content h3 br {
    display: none;
  }
}
.bsnsAbout__content p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .bsnsAbout__content p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.bsnsTopKeyvisual {
  background: #284894;
  padding: 0 0 0;
}
@media screen and (max-width: 820px) {
  .bsnsTopKeyvisual {
    padding: 15px 0 15px;
  }
}
.bsnsTopKeyvisual .bsnsInner {
  max-width: 1366px;
  background: #284894;
  display: flex;
  align-items: stretch;
  padding: 14px 26px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .bsnsTopKeyvisual .bsnsInner {
    max-width: 100%;
    padding: 0;
  }
}
.bsnsTopKeyvisual .slick-dots {
  display: flex;
}
@media screen and (min-width: 821px) {
  .bsnsTopKeyvisual .slick-dots {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .bsnsTopKeyvisual .slick-dots {
    width: 100%;
    margin: 20px 9px 0;
  }
}
.bsnsTopKeyvisual .slick-dots > li {
  flex-grow: 1;
  flex-shrink: 1;
  height: 1px;
}
.bsnsTopKeyvisual .slick-dots > li button {
  width: 100%;
  border: none;
  background: #ffffff;
  text-indent: -10000px;
  height: 1px;
  outline: none;
  opacity: 0.2;
}
.bsnsTopKeyvisual .slick-dots > li + li {
  margin-left: 10px;
}
.bsnsTopKeyvisual .slick-dots > li.slick-active button {
  opacity: 1;
}
.bsnsTopKeyvisual .slick-arrow {
  border: none;
  background: url(/images/rwd/business/icn-arrow_carousel_w.svg) no-repeat center center/contain;
  width: 40px;
  height: 100%;
  text-indent: -100000px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}
@media screen and (max-width: 820px) {
  .bsnsTopKeyvisual .slick-arrow {
    display: none !important;
  }
}
.bsnsTopKeyvisual .slick-arrow.slick-prev {
  transform: translate(0, -50%) rotate(180deg);
  left: 0;
}
.bsnsTopKeyvisual .slick-arrow.slick-next {
  right: 0;
}
.bsnsTopKeyvisual__slider {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .bsnsTopKeyvisual__slider {
    max-width: 100%;
  }
}
.bsnsTopKeyvisual__item img {
  margin: 0 auto;
  max-width: 1080px;
  height: auto;
}
@media screen and (min-width: 821px) {
  .bsnsTopKeyvisual__item img {
    width: 75%;
  }
}
@media screen and (max-width: 820px) {
  .bsnsTopKeyvisual__item img {
    width: 100%;
    max-width: 100%;
  }
}
.bsnsKeyvisual {
  background: url(/images/rwd/business/bg-slash.png) repeat left top/19px 19px;
  padding: 40px 0;
}
@media screen and (max-width: 820px) {
  .bsnsKeyvisual {
    padding: 15px;
    background: url(/images/rwd/business/bg-slash.png) repeat left top/9.5px 9.5px;
  }
}
.bsnsKeyvisual .bsnsInner {
  background: #ffffff;
  min-height: 290px;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .bsnsKeyvisual .bsnsInner {
    padding: 15px;
    min-height: 0;
    flex-direction: column-reverse;
  }
}
.bsnsKeyvisual__text {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 79.4444444444%;
}
.bsnsKeyvisual__text strong {
  font-weight: normal;
  background: linear-gradient(transparent 60%, #F6E66E 30%);
}
@media screen and (max-width: 820px) {
  .bsnsKeyvisual__text {
    width: 100%;
  }
}
.bsnsKeyvisual__text h3 {
  font-size: 34px;
  line-height: 44px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .bsnsKeyvisual__text h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.bsnsKeyvisual__text p {
  font-size: 20px;
  line-height: 28px;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .bsnsKeyvisual__text p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.bsnsKeyvisual__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.4074074074%;
  width: 18.0555555556%;
}
@media screen and (max-width: 820px) {
  .bsnsKeyvisual__image {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
  .bsnsKeyvisual__image img {
    width: auto;
    height: 75px;
  }
  .ext-contract .bsnsKeyvisual__image img {
    height: 60px;
  }
  .ext-affiliate .bsnsKeyvisual__image img {
    height: 60px;
  }
  .ext-partner .bsnsKeyvisual__image img {
    height: 50px;
  }
}
.bsnsMatrix {
  background: url(/images/rwd/business/bg-matrix.svg) no-repeat center center/cover;
}
.bsnsMatrix .bsnsInner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
@media screen and (max-width: 820px) {
  .bsnsMatrix .bsnsInner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.bsnsMatrix img {
  width: 100%;
  height: auto;
}
.ext-contract .bsnsMatrix img {
  max-width: 558px;
}
.ext-program .bsnsMatrix img {
  max-width: 558px;
}
.ext-affiliate .bsnsMatrix img {
  max-width: 577px;
}
.ext-housing .bsnsMatrix img {
  max-width: 604px;
}
.ext-partner #tab1 .bsnsMatrix img {
  max-width: 571px;
}
.ext-partner #tab2 .bsnsMatrix img {
  max-width: 557px;
}
.bsnsBenefit__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .bsnsBenefit__list {
    margin-top: 30px;
  }
}
.bsnsBenefit__list li {
  width: 100%;
  max-width: 859px;
  margin-top: 80px;
  border-top: 4px solid #284894;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 195px 1fr 210px;
}
.bsnsBenefit__list li:first-child {
  margin-top: 0;
}
.bsnsBenefit__list li:nth-child(even) {
  align-self: flex-end;
}
@media screen and (max-width: 820px) {
  .bsnsBenefit__list li {
    width: 100%;
    margin-top: 30px;
    border-top: 2px solid #284894;
    padding-top: 15px;
    grid-template-columns: 50px 1fr 50px;
  }
}
.bsnsBenefit__number {
  grid-column: 3;
  grid-row: 1;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 120px;
  line-height: 1;
  color: #efefef;
  margin-left: auto;
  margin-top: -0.1em;
}
@media screen and (max-width: 820px) {
  .bsnsBenefit__number {
    font-size: 30px;
  }
}
.bsnsBenefit__title {
  grid-column: 2;
  grid-row: 1;
  padding-left: 26px;
  display: flex;
  align-items: center;
}
.bsnsBenefit__title h4 {
  font-size: 32px;
  line-height: 36px;
  color: #284894;
}
.bsnsBenefit__title h4 span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  opacity: 0.5;
  color: #222;
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 820px) {
  .bsnsBenefit__title {
    padding-left: 10px;
  }
  .bsnsBenefit__title h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .bsnsBenefit__title h4 span {
    font-size: 10px;
    line-height: 14px;
    margin-top: 4px;
  }
}
.bsnsBenefit__image {
  grid-column: 1;
  grid-row: 1/span 2;
  min-width: 195px;
}
.bsnsBenefit__image img {
  width: 100%;
  height: auto;
  max-width: 195px;
}
@media screen and (max-width: 820px) {
  .bsnsBenefit__image {
    min-width: 50px;
  }
  .bsnsBenefit__image img {
    width: 100%;
    height: auto;
    max-width: 50px;
  }
}
.bsnsBenefit__text {
  grid-column: 2/span 2;
  padding-left: 26px;
  grid-row: 2;
  margin-top: 26px;
  font-size: 16px;
  line-height: 24px;
}
.bsnsBenefit__text strong {
  font-weight: normal;
  background: linear-gradient(transparent 60%, #F6E66E 30%);
}
@media screen and (max-width: 820px) {
  .bsnsBenefit__text {
    grid-column: 1/span 3;
    padding-left: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
.bsnsVoice {
  background: #F9F7F5;
}
.bsnsVoice .bsnsTitle {
  z-index: 2;
  position: relative;
  top: auto;
}
.bsnsVoice .slick-dots {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .bsnsVoice .slick-dots {
    margin-top: 20px;
  }
}
.bsnsVoice .slick-dots > li {
  flex-grow: 1;
  flex-shrink: 1;
}
.bsnsVoice .slick-dots > li button {
  width: 100%;
  border: none;
  background: #d1d1d1;
  text-indent: -10000px;
  height: 1px;
  outline: none;
}
.bsnsVoice .slick-dots > li + li {
  margin-left: 10px;
}
@media screen and (max-width: 820px) {
  .bsnsVoice .slick-dots > li + li {
    margin-left: 5px;
  }
}
.bsnsVoice .slick-dots > li.slick-active button {
  background-color: #284894;
}
.bsnsVoice .slick-arrow {
  border: none;
  background: url(/images/rwd/business/icn-arrow_carousel.svg) no-repeat center center/contain;
  width: 40px;
  height: 284px;
  text-indent: -100000px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -142px;
  opacity: 0.25;
}
@media screen and (max-width: 820px) {
  .bsnsVoice .slick-arrow {
    display: none !important;
  }
}
.bsnsVoice .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: -86px;
}
.bsnsVoice .slick-arrow.slick-next {
  right: -86px;
}
.bsnsVoice__slide {
  margin-top: 30px;
  margin-left: -10px;
}
@media screen and (max-width: 820px) {
  .bsnsVoice__slide {
    margin-top: 30px;
  }
}
.bsnsVoice__item {
  background: #F9F7F5;
  position: relative;
  z-index: 2;
  margin: 0 10px;
}
.bsnsVoice__item > a {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}
.bsnsVoice__content {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 1;
}
.bsnsVoice__image {
  width: 100%;
  height: 245px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.bsnsVoice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 820px) {
  .bsnsVoice__image img {
    border-radius: 15px;
  }
}
.bsnsVoice__lead {
  font-size: 20px;
  line-height: 30px;
  color: #284894;
}
@media screen and (max-width: 820px) {
  .bsnsVoice__lead {
    font-size: 20px;
    line-height: 26px;
  }
}
.bsnsVoice__logo {
  margin-top: 1em;
  display: none;
}
.bsnsVoice__logo img {
  width: 100%;
  height: auto;
  max-width: 180px;
}
.bsnsVoice__person {
  margin-top: 1.75em;
  font-size: 16px;
  line-height: 20px;
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 1.75em;
}
.bsnsVoice__person span {
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin-bottom: 6px;
  color: #222222;
}
@media screen and (max-width: 820px) {
  .bsnsVoice__person {
    margin-top: 1em;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1em;
  }
  .bsnsVoice__person span {
    font-size: 16px;
    line-height: 22px;
  }
}
.bsnsVoice__comment {
  font-size: 18px;
  line-height: 22px;
  padding: 30px 10px;
  margin-top: auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  .bsnsVoice__comment {
    font-size: 16px;
    line-height: 22px;
  }
}
.bsnsVoice__comment:before, .bsnsVoice__comment:after {
  content: "";
  background: url(/images/rwd/business/icn-quote.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  width: 15.7733333333px;
  height: 13.58px;
}
.bsnsVoice__comment:before {
  left: 0;
  top: 0;
}
.bsnsVoice__comment:after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.bsnsContact {
  background: url(/images/rwd/business/bg-slash.png) repeat left top/19px 19px;
  padding: 40px 0;
}
@media screen and (max-width: 820px) {
  .bsnsContact {
    background: url(/images/rwd/business/bg-slash.png) repeat left top/9.5px 9.5px;
    padding: 20px 0;
  }
}
.bsnsKeyvisual + .bsnsContact {
  background: none;
}
.bsnsKeyvisual + .bsnsContact .bsnsTitle {
  display: none;
}
.bsnsKeyvisual + .bsnsContact .bsnsInner {
  padding: 0 26px;
}
@media screen and (max-width: 820px) {
  .bsnsKeyvisual + .bsnsContact .bsnsInner {
    padding: 0 15px;
  }
}
.bsnsKeyvisual + .bsnsContact .bsnsContact__text {
  margin-top: 0;
  padding: 40px 60px;
}
@media screen and (max-width: 820px) {
  .bsnsKeyvisual + .bsnsContact .bsnsContact__text {
    margin-top: 0;
    padding: 30px 15px;
  }
}
.bsnsContact .bsnsInner {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 26px 60px;
}
@media screen and (max-width: 820px) {
  .bsnsContact .bsnsInner {
    padding: 20px 15px 20px;
  }
}
.bsnsContact .bsnsTitle {
  text-align: center;
  background: #ffffff;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
.bsnsContact__text {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border: 4px solid #284894;
  padding: 100px 60px 40px;
  margin-top: -60px;
  border-radius: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .bsnsContact__text {
    width: 100%;
    font-size: 16px;
    margin: 0;
    margin-top: -30px;
    padding: 50px 15px 30px;
  }
}
.bsnsContact__text > p {
  text-align: center;
}
.bsnsContact__text a {
  margin-top: 40px;
  min-width: 420px;
  font-size: 24px;
  border-radius: 100vmax;
  background: #E49A46;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .bsnsContact__text a {
    min-width: 0;
    margin-top: 20px;
    font-size: 20px;
    width: 100%;
  }
}
.bsnsContact__list {
  position: relative;
  z-index: 1;
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  border: 4px solid #284894;
  padding: 60px;
  margin-top: -60px;
  border-radius: 15px;
}
@media screen and (max-width: 820px) {
  .bsnsContact__list {
    margin: 0;
    margin-top: -30px;
    padding: 30px 15px 30px;
  }
}
.bsnsContact__item {
  display: grid;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .bsnsContact__item {
    margin-top: 20px;
  }
}
.bsnsContact__item img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 90px;
  height: auto;
  grid-column: 1;
  grid-row: 1/span 2;
  margin-right: 16px;
}
@media screen and (max-width: 820px) {
  .bsnsContact__item img {
    width: 45px;
    margin-top: 10px;
  }
}
.bsnsContact__item h4 {
  font-size: 24px;
  line-height: 30px;
  opacity: 0.5;
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 820px) {
  .bsnsContact__item h4 {
    font-size: 16px;
  }
}
.bsnsContact__item p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
  white-space: nowrap;
  grid-column: 2;
  grid-row: 2;
}
.bsnsContact__item p span {
  font-size: 16px;
}
.bsnsContact__item p .c-button {
  font-size: 20px;
  height: 50px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .bsnsContact__item p .c-button {
    font-size: 16px;
    height: 42px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 820px) {
  .bsnsContact__item p {
    font-size: 24px;
  }
  .bsnsContact__item p span {
    font-size: 14px;
  }
}
.bsnsJoin__list {
  margin-top: 40px;
  padding-left: 18.0555555556%;
  background: url(/images/rwd/business/bg-slash.png) repeat left top/19px 19px;
}
@media screen and (max-width: 820px) {
  .bsnsJoin__list {
    margin-top: 30px;
    background: url(/images/rwd/business/bg-slash.png) repeat left top/9.5px 9.5px;
    padding-left: 15px;
  }
}
.bsnsJoin__list ul {
  background: #ffffff;
  padding-left: 45px;
}
@media screen and (max-width: 820px) {
  .bsnsJoin__list ul {
    padding-left: 10px;
  }
}
.bsnsJoin__list ul li {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.bsnsJoin__list ul li:after {
  content: "";
  display: block;
  background-color: #284894;
  width: 6px;
  height: calc(100% + 40px);
  position: absolute;
  left: 49px;
  top: 0;
}
@media screen and (max-width: 820px) {
  .bsnsJoin__list ul li:after {
    left: 22px;
  }
}
.bsnsJoin__list ul li:first-child:after {
  top: 34px;
}
.bsnsJoin__list ul li:last-child:after {
  height: 40px;
}
.bsnsJoin__list ul li + li {
  margin-top: 40px;
}
.bsnsJoin__list ul li h4 {
  flex-shrink: 0;
  flex-grow: 0;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 500;
  width: 100px;
  height: 100px;
  color: #ffffff;
  background: #284894;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-top: 34px;
  flex-direction: column;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.bsnsJoin__list ul li h4 span {
  font-size: 24px;
  font-weight: 300;
  display: block;
  margin-bottom: 3px;
}
@media screen and (max-width: 820px) {
  .bsnsJoin__list ul li h4 {
    font-size: 14px;
    width: 50px;
    height: 50px;
    margin-top: 7.5px;
  }
  .bsnsJoin__list ul li h4 span {
    font-size: 12px;
  }
}
.bsnsJoin__list ul li div {
  width: 100%;
  max-width: 689.38px;
  background: #F8F8F8;
  padding: 40px 26px;
  box-sizing: border-box;
  position: relative;
  margin-left: 50px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .bsnsJoin__list ul li div {
    padding: 15px;
    margin-left: 15px;
  }
}
.bsnsJoin__list ul li div:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: #F8F8F8;
  transform: rotate(-45deg);
  position: absolute;
  left: -12px;
  top: 72px;
}
@media screen and (max-width: 820px) {
  .bsnsJoin__list ul li div:before {
    width: 13px;
    height: 13px;
    left: -7.5px;
    top: 25px;
  }
}
.bsnsJoin__list ul li div h5 {
  font-size: 22px;
}
@media screen and (max-width: 820px) {
  .bsnsJoin__list ul li div h5 {
    font-size: 16px;
  }
}
.bsnsJoin__list ul li div p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 820px) {
  .bsnsJoin__list ul li div p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
}
.bsnsJoin__list ul li div p .c-button {
  margin-top: 16px;
}
.bsnsJoin__list ul li div p + p {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .bsnsJoin__list ul li div p + p {
    margin-top: 30px;
  }
}
.bsnsPartner {
  min-height: 800px;
}
.bsnsPartner__lead {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 25px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .bsnsPartner__lead {
    margin-top: 20px;
    padding: 0 15px;
  }
}
.bsnsPartner__lead p {
  font-size: 24px;
  border-radius: 0;
  background: #50A0AA;
  color: #ffffff;
  display: inline-block;
  padding: 8px 13px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .bsnsPartner__lead p {
    font-size: 18px;
  }
}
.bsnsPartner__lead p:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #50A0AA;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
}
.bsnsPartner .c-tab {
  margin-top: 30px;
}
.bsnsPartner .c-tab__navi ul {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 0;
  padding: 0 25px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 820px) {
  .bsnsPartner .c-tab__navi ul {
    padding: 0;
  }
}
.bsnsPartner .c-tab__navi ul li {
  min-width: calc(50% - 2px);
}
.bsnsPartner .c-tab__navi ul li + li {
  margin-left: 4px;
}
.bsnsPartner .c-tab__navi a {
  display: block;
  text-align: center;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.4s;
}
@media screen and (max-width: 820px) {
  .bsnsPartner .c-tab__navi a {
    font-size: 14px;
  }
}
.bsnsPartner .c-tab__navi a:hover {
  opacity: 1 !important;
  background: rgba(40, 72, 148, 0.05);
}
.bsnsPartner .c-tab__navi a.is-active {
  background: rgba(40, 72, 148, 0.1);
}
.bsnsPartner .c-tab__navi a.is-active:after {
  background: #284894;
}
.bsnsPartner .c-tab__content {
  padding: 0;
  background: #ffffff;
}
.bsnsPartner .c-tab__content:before {
  display: block;
  content: "";
  background: url(/images/rwd/business/bg-slash.png) repeat left top/19px 19px;
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 820px) {
  .bsnsPartner .c-tab__content:before {
    background: url(/images/rwd/business/bg-slash.png) repeat left top/9.5px 9.5px;
    height: 15px;
  }
}
.bsnsPartner .bsnsTitle {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 25px 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .bsnsPartner .bsnsTitle {
    padding: 15px 57px 0 15px;
  }
}
.bsnsPersona .bsnsInner {
  padding: 60px 25px 80px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .bsnsPersona .bsnsInner {
    padding: 30px 15px;
  }
}
.bsnsPersona__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .bsnsPersona__title {
    font-size: 24px;
  }
}
.bsnsPersona__example {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1;
  color: #284894;
}
@media screen and (max-width: 820px) {
  .bsnsPersona__example {
    margin-top: 15px;
    font-size: 16px;
  }
}
.bsnsPersona__text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 820px) {
  .bsnsPersona__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}