.SubHero .SubHero__title::before {
  background-image: url(/b_solution/bunkyo/images/info/subhero.png);
  background-size: 59px 51px;
}
@media screen and (max-width: 767px) {
  .SubHero .SubHero__title::before {
    background-size: 43px 37px;
  }
}
.SubHero {
  height: 330px;
}

.SubHero .SubHero__inner p {
  max-width: 620px;
}
.SubHero .SubHero__inner-text {
  margin: 0 0 0 620px;
}
.SubHero .SubHero__img {
  width: 535px;
  right: inherit;
  left: 0;
}
@media screen and (max-width: 767px) {
  .SubHero {
    height: auto;
  }
  .SubHero__title {
    gap: 16px;
  }
  .SubHero .SubHero__inner p {
    max-width: inherit;
    margin-top: 32px;
  }
  .SubHero .SubHero__inner-text {
    margin: 0;
  }
  .SubHero .SubHero__img {
    width: 100%;
    right: inherit;
    left: inherit;
  }
}

.BackTopBtn.BackTopBtn2 {
  margin-top: 24px;
}

.info__menu {
  width: 960px;
  margin: 40px auto 0;
}
.info__menu ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.info__menu ul li {
  width: 100%;
  border: 1px solid #007ac2;
  border-radius: 20px;
  overflow: hidden;
}
.info__menu ul li a {
  display: block;
  width: 100%;
}
.info__menu ul li a:hover {
  text-decoration: none;
  background: #e8f3fd;
}
.info__menu ul li a .info__menu-btn__img {
  display: block;
  height: 83px;
  margin: auto;
  padding: 16px 0 6px;
}
.info__menu ul li a .info__menu-btn__text {
  width: 100%;
  padding: 4px 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #007ac2;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.info__menu ul li a .info__menu-btn__text::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #007ac2;
  border-right: 2px solid #007ac2;
  box-sizing: border-box;
  transform: rotate(45deg);
}

.info__menu ul li a.is-current {
  pointer-events: none;
}
.info__menu ul li a.is-current .info__menu-btn__text {
  background: #007ac2;
  color: #fff;
}
.info__menu ul li a.is-current .info__menu-btn__text::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .info__menu {
    width: 90%;
    margin: 28px auto 0;
  }
  .info__menu ul {
    flex-direction: column;
    gap: 8px;
  }
  .info__menu ul li a {
    display: flex;
    align-items: center;
    height: 80px;
  }
  .info__menu ul li a .info__menu-btn__img {
    width: 94px;
    height: 100%;
    object-fit: contain;
    padding: 8px 16px;
    box-sizing: border-box;
  }
  .info__menu ul li:nth-child(3) a .info__menu-btn__img {
    padding: 8px 8px;
  }
  .info__menu ul li a .info__menu-btn__text {
    height: 100%;
  }
}

.info__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 80px auto 0;
}
.info__title img {
  width: 90px;
}
.info__title p {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}
.info__title p span {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  display: block;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .info__title {
    gap: 15px;
    margin: 64px auto 0;
  }
  .info__title img {
    width: 68px;
  }
  .info__title p {
    font-size: 24px;
    padding-bottom: 6px;
  }
  .info__title p span {
    font-size: 14px;
  }
}

.info__text {
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info__text {
    text-align: left;
    padding: 0 5%;
  }
}

.info__btn {
  width: fit-content;
  margin: 32px auto 0;
}
.info__btn-hukidashi {
  position: relative;
  width: fit-content;
  margin: auto;
  padding: 8px 36px 7px;
  border-radius: 7px;
  background: #007ac2;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  z-index: 2;
}
.info__btn-hukidashi::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 36px;
  background: #007ac2;
  height: 11px;
  width: 9px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 767px) {
  .info__btn {
    width: 100%;
  }
  .info__btn-hukidashi {
    font-size: 12px;
    padding: 5px 24px 6px;
  }
}

.info__btn-main {
  position: relative;
  margin: -10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #007ac2;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 40px;
  border: 1px solid #007ac2;
  background: #fff;
  width: 593px;
  height: 80px;
}

.info__btn-main::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 43px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #007ac0;
  border-bottom: 0;

  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s all ease;
}
.info__btn-main:hover {
  background: #e8f3fd;
  color: #007ac2;
}
.info__btn-main:hover::after {
  right: 39px;
}

.info__btn-main.is-blank::after {
  display: none;
}
.info__btn-main.is-blank img {
  position: absolute;
  top: 50%;
  right: 43px;
  transform: translateY(-50%);
}
.info__btn-new {
  display: inline-block;
  padding: 4px 6px;
  background: #eb0020;
  color: #fff;
  margin: 6px 9px 7px -30px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .info__btn-main {
    width: 90%;
    font-size: 14px;
  }
  .info__btn-main::after {
    right: 16px;
  }
  .info__btn-main:hover::after {
    right: 12px;
  }
  .info__btn-new {
  padding: 3px 6px;
  margin: 2px 9px 8px -46px;
 }
}

.info__nav {
  width: fit-content;
  min-width: 960px;
  margin: 80px auto 0;
  border-radius: 45px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 32px 0;
}
.info__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .info__nav-wrap {
    display: block;
    position: relative;
  }
  .info__nav {
    min-width: inherit;
    width: 90%;
    border-radius: 16px;
  }
  .info__nav ul {
    flex-direction: column;
    gap: 24px;
  }
}
.info__nav ul li {
  border-right: 1px solid #d9d9d9;
  padding-right: 32px;
}
.info__nav ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.info__nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;

  color: #007ac2;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.info__nav ul li a::after {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #007ac0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .info__nav ul li {
    border-right: none;
    padding-right: 0;

    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;

    width: 84%;
  }
  .info__nav ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .info__nav ul li a {
    justify-content: space-between;
  }
}

.info__h2 {
  position: relative;
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;

  margin: 0 auto;
  padding: 80px 0 32px;
}

.info__h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 44px;
  height: 2px;
  background: #007ac2;
}

.info__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
  margin: 48px auto 0;
  width: 90%;
  max-width: 960px;
}
.info__list-cell {
  position: relative;
  width: calc(100% / 3 - 13px);
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;

  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .info__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .info__list-cell {
    width: 100%;
  }
}

.info__list-cell__new {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;

  padding: 4px 6px;
  background: #eb0020;
  color: #fff;
  font-family: Inter;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
}

.info__list-cell__img {
  width: 100%;
}
.info__list-cell__img img {
  width: 100%;
}
.info__list-cell__img a {
  display: block;
  position: relative;

  transition: 0.3s all ease;
}
.info__list-cell__img a:hover {
  opacity: 0.7;
}
.info__list-cell__img a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 122, 194, 0.9);
}
.info__list-cell__img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 23px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.info__list-cell__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.info__list-cell__tag {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  padding: 4px 8px;
  margin: 0 16px;
}
.info__list-cell__tag[data-cat="プロジェクター"] {
  background: #209e00;
}
.info__list-cell__tag[data-cat="プリンター"] {
  background: #f26a26;
}
.info__list-cell__tag[data-cat="スマートチャージ"] {
  background: #9b009e;
}

.info__list-cell__title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  padding: 0 16px;
}
.info__list-cell__text {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding: 0 16px;
  flex: 1;
}
.info__list-cell__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  background: #007ac2;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
}
.info__list-cell__btn a::after {
  content: "";
  display: block;
  background: none;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.info__list-cell__btn a.is-movie {
  border: 2px solid #007ac2;
  background: #fff;
  color: #007ac2;
  box-sizing: border-box;
}
.info__list-cell__btn a.is-movie::after {
  width: 18px;
  height: 14px;
  transform: none;
  background: url(/b_solution/bunkyo/common/images/icon_movie.svg) no-repeat center center;
  box-sizing: content-box;
  border: none;
}
.info__list-cell__btn a.is-blank img {
  width: 14px;
  height: 14px;
  transform: none;
  border: none;
}
.info__list-cell__btn a.is-blank::after {
  display: none;
}

.info__list-cell__btn a.is-movie:hover {
  text-decoration: none;
  background: #e8f3fd;
}

.info__list-cell__btn p {
  font-size: 12px;
  text-align: center;
  margin: 8px 0 0;
}

a.info__list-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px auto 0;
  border-radius: 40px;
  background: #007ac2;
  width: 420px;
  height: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
a.info__list-btn:hover {
  text-decoration: none;
}
a.info__list-btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 32px;
}
a.info__list-btn.is-blank::after {
  display: none;
}
a.info__list-btn.is-blank img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 32px;
}

@media screen and (max-width: 767px) {
  a.info__list-btn {
    width: 90%;
  }
}

.info__select {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 80px auto 0;
  justify-content: center;
  width: 90%;
  max-width: 960px;
}

.info__select-title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  width: 100px;
}
.info__select-wrap {
  width: 860px;
}

.info__select-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
.info__select-wrap ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .info__select {
    margin: 24px auto 0;
    flex-direction: column;
    gap: 16px;
  }
  .info__select-wrap {
    width: 100%;
  }
}
.info__select-wrap ul li a {
  text-decoration: none;
}
label {
  display: block;
  width: fit-content;
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease;

  border-radius: 50px;
  border: 1px solid #007ac2;

  color: #007ac2;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 8px 16px;
}
label:hover {
  color: #007ac2;
  text-decoration: none;
  background-color: #e8f3fd;
}

.check-input {
  display: none;
}
.check-input:checked + label {
  color: #fff;
  background: #007ac2;
}

.info__result {
  max-width: 960px;
  width: 90%;
  margin: 16px auto 0;
  transition: 0.3s opacity ease;
}
.info__result.is-hide {
  opacity: 0;
}

.info__block {
  width: 100%;
  padding: 48px 0;
  display: flex;
  gap: 32px;
  border-bottom: 1px solid #cbcbcb;
}

.info__block.is-hide {
  display: none;
}

.info__block-img {
  width: 400px;
}
.info__block-img a {
  display: block;
  position: relative;
}
.info__block-img a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 122, 194, 0.9);
}
.info__block-img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 23px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.info__block-img img {
  width: 100%;
  border-radius: 20px;
}
.info__block-info {
  width: calc(100% - 432px);
}
.info__block-tag {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  padding: 8px 16px;
}
.info__block-tag[data-cat="導入事例動画"] {
  background: #009e9e;
}
.info__block-tag[data-cat="セミナー・対談"] {
  background: #9b009e;
}
.info__block-tag[data-cat="お役立ち情報"] {
  background: #f26a26;
}
.info__block-tag[data-cat="教育支援ツール"] {
  background: #209e00;
}

.info__block-info h2 {
  margin: 16px 0 0;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.info__block-info p {
  margin: 8px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 200%;
}
.info__block-info a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 22px;
  border: 2px solid #007ac2;
  background: #fff;

  color: #007ac2;
  font-size: 16px;
  font-weight: 600;

  height: 40px;
  width: 180px;
  margin: 32px 0 0;
  box-sizing: border-box;
}
.info__block-info a:hover {
  text-decoration: none;
  background: #e8f3fd;
}
.info__block-info a::after {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: url(/b_solution/bunkyo/common/images/icon_movie.svg) no-repeat center center;
}

.info__block-info a.is-more {
  background: #007ac2;
  color: #fff;
}
.info__block-info a.is-more::after {
  background: none;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.info__block-info a.is-more:hover {
  background: #007ac2;
}

@media screen and (max-width: 767px) {
  .info__block {
    flex-direction: column;
    gap: 24px;
    padding: 32px 0;
  }
  .info__block-img {
    width: 100%;
  }
  .info__block-info {
    width: 100%;
  }
}

.case__banner {
  width: 964px;
  margin: 64px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.case__banner.is-reverse {
  flex-direction: column-reverse;
}

.case__banner a {
  display: block;
  text-align: center;
}
.case__banner a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case__banner {
    width: 90%;
    margin: 64px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
}

.case__banner a.is-hide {
  display: none;
}

.case__bottom {
  padding: 80px 0 0;
  margin: 80px 0 0;
}

.case__bottom h2 {
  position: relative;
  text-align: center;
  padding-bottom: 34px;
  display: flex;
  flex-direction: column;
  gap: 24px;

  font-size: 40px;
  line-height: 130%;
}
.case__bottom h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 44px;
  height: 2px;
  background: #007ac2;
}

@media screen and (max-width: 767px) {
  .case__bottom h2 {
    font-size: 32px;
    padding: 0 5% 34px;
  }
}

.case__bottom h3 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  color: #333;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}
.case__bottom h3::before {
  content: "";
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  background: #ddd;
}
.case__guide,
.case__faq {
  margin: 80px 0 0;
}

.case__guide h3::before {
  background: url(/b_solution/bunkyo/images/info/icon_01.png) no-repeat center center;
  background-size: contain;
}
.case__faq h3::before {
  background: url(/b_solution/bunkyo/images/info/icon_02.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .case__bottom h3 {
    font-size: 24px;
  }
  .case__bottom h3::before {
    width: 100px;
    height: 100px;
  }
}

.case__faq-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 64px 0 0;
}
.case__faq-block {
  width: 90%;
  max-width: 960px;
  margin: auto;

  border-radius: 10px;
  overflow: hidden;

  transition: 0.3s all ease;
  border: 1px solid #f0f0f0;
}
.case__faq-block.is-open {
  background: #fff;
  border: 1px solid #6eb4de;
}
a.case__faq-block__title {
  display: block;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  background: #f0f0f0;
  padding: 24px 70px 24px 70px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;

  transition: 0.3s all ease;
}
a.case__faq-block__title:hover {
  text-decoration: none;
  background: #f5faff;
}
.case__faq-block__title::before,
.case__faq-block__text::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  left: 26px;
  width: 28px;
  height: 28px;
  background: #333;
  border-radius: 50%;

  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.case__faq-block.is-open .case__faq-block__title {
  background: #f5faff;
  border-bottom: 1px solid #6eb4de;
}
.case__faq-block.is-open .case__faq-block__title::before {
  background: #007ac2;
}
a.case__faq-block__title span {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
}
a.case__faq-block__title span::before,
a.case__faq-block__title span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #393939;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}
a.case__faq-block__title span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.case__faq-block.is-open a.case__faq-block__title span::before {
  background: #007ac2;
}
.case__faq-block.is-open a.case__faq-block__title span::after {
  opacity: 0;
}

.case__faq-block__text {
  display: none;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  padding: 18px 24px 24px 70px;
}
.case__faq-block__text a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  margin: 10px 0 0;
}
.case__faq-block__text a.is-blank img {
  display: block;
  width: 16px;
  height: 16px;
}
.case__faq-block__text::before {
  content: "A";
  top: 20px;
}
@media screen and (max-width: 767px) {
  a.case__faq-block__title,
  .case__faq-block__text {
    font-size: 16px;
  }
  a.case__faq-block__title {
    padding: 20px 40px 20px 50px;
  }
  a.case__faq-block__title::before {
    left: 12px;
    top: 19px;
  }
  a.case__faq-block__title span {
    right: 12px;
    width: 18px;
    height: 18px;
  }

  .case__faq-block__text::before {
    left: 12px;
    top: 19px;
  }
  .case__faq-block__text {
    padding: 20px 24px 20px 50px;
  }
  .case__faq-block__text a::after {
    width: 14px;
    height: 14px;
  }
}

.case__guide-slide {
  width: 1240px;
  margin: 64px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case__guide-slide {
    width: 100%;
  }
}
.case__guide-slide .swiper-slide {
  height: auto;
  /* margin-left: 16px;
  margin-right: 0 !important; */
}
.case__guide-slide__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.case__guide-slide__btn.is-prev {
  left: 0;
  background: #fff;
}
.case__guide-slide__btn.is-next {
  right: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .case__guide-slide__btn {
    display: none;
  }
}

.case__guide-slide__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(/b_solution/bunkyo/images/top/icon_arrow.svg) no-repeat center center;
  background-size: contain;

  transition: 0.3s all ease;
}
.case__guide-slide__btn.is-prev::after {
  left: 50%;
}
.case__guide-slide__btn.is-next::after {
  right: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.case__guide-slide__btn.is-prev:hover::after {
  left: 45%;
}
.case__guide-slide__btn.is-next:hover::after {
  right: 45%;
}

.case__guide-slide__bottom {
  margin: 32px auto 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.swiper-pagination {
  position: relative;
}
.swiper-pagination span {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  background: #eaf4fe;
  opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #007ac2;
}
.btn_stop {
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url(/b_solution/bunkyo/images/top/icon_stop.svg) no-repeat center center;
}
.btn_stop.start {
  background: url(/b_solution/bunkyo/images/top/icon_play.svg) no-repeat center center;
}
.case__guide-slide__bottom .swiper-pagination span {
  background: #eaf4fe;
}
.case__guide-slide__bottom .swiper-pagination span.swiper-pagination-bullet-active {
  background: #007ac2;
}

.case__guide-slide__cell {
  display: flex;
  flex-direction: column;
}
.case__guide-slide__cell-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.8/1;
}
.case__guide-slide__cell-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case__guide-slide__cell-img.is-movie::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 122, 194, 0.9);
}
.case__guide-slide__cell-img.is-movie::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 2px;
}

.case__guide-slide__cell-info {
  padding: 16px 0 24px;
  flex-grow: 1;
}
.case__guide-slide__cell-tag {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  padding: 5px 8px 4px;
}
.case__guide-slide__cell-tag[data-cat="活用ガイド"] {
  background: #b61225;
}
.case__guide-slide__cell-tag[data-cat="コピー"] {
  background: #b3b612;
}
.case__guide-slide__cell-tag[data-cat="便利機能"] {
  background: #1285b6;
}
.case__guide-slide__cell-tag[data-cat="その他"] {
  background: #b3b612;
}

.case__guide-slide__cell-title {
  margin-top: 18px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
.case__guide-slide__cell-text {
  margin-top: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.case__guide-slide__cell-btn {
  padding: 0 0 5px;
}
.case__guide-slide__cell-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  background: #007ac2;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
}
.case__guide-slide__cell-btn a::after {
  content: "";
  display: block;
  background: none;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.case__guide-slide__cell-btn a:hover {
  text-decoration: none;
}

.case__guide-slide__cell-btn a.is-movie {
  border: 2px solid #007ac2;
  background: #fff;
  color: #007ac2;
  box-sizing: border-box;
}
.case__guide-slide__cell-btn a.is-movie::after {
  width: 18px;
  height: 14px;
  transform: none;
  background: url(/b_solution/bunkyo/common/images/icon_movie.svg) no-repeat center center;
  box-sizing: content-box;
  border: none;
}

a.case__guide-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 440px;
  height: 64px;
  color: #007ac2;
  background: #fff;
  border: 2px solid #007ac2;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 32px;
  margin: 48px auto 0;
  transition: 0.3s all ease;
}
a.case__guide-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);

  width: 26px;
  height: 18px;

  background: url(/b_solution/bunkyo/common/images/icon_movie.svg) no-repeat center center;
  background-size: contain;
  box-sizing: content-box;
  border: none;
}
a.case__guide-btn:hover {
  text-decoration: none;
  color: #007ac2;
  text-decoration: none;
  background-color: #e8f3fd;
}
@media screen and (max-width: 767px) {
  a.case__guide-btn {
    font-size: 14px;
    height: 52px;
  }
  a.case__guide-btn::after {
    width: 24px;
    height: 16px;
  }
}
