.SubHero.is-printer .SubHero__title::before {
  background-image: url(/b_solution/bunkyo/images/products/subhero_1.png);
  background-size: 31px 55px;
}
.SubHero.is-projector .SubHero__title::before {
  background-image: url(/b_solution/bunkyo/images/products/subhero_2.png);
  background-size: 52px 26px;
}
@media screen and (max-width: 767px) {
  .SubHero.is-printer .SubHero__title::before {
    background-size: 25px 45px;
  }
  .SubHero.is-projector .SubHero__title::before {
    background-size: 42px 18px;
  }
}

.SubHero__title-text {
  display: block;
}
.SubHero__title-text span {
  display: block;
}
.SubHero__title-text span::after {
  content: "-";
  margin: 0 0.5em;
}
.SubHero.is-printer .SubHero__title-text span {
  display: inline;
}

.SubHero__title-text div.is-product {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .SubHero__title-text div.is-product,
  .SubHero.is-printer .SubHero__title-text {
    font-size: 28px;
  }
  .SubHero.is-printer .SubHero__title-text span {
    font-size: 32px;
    margin-bottom: 0.2em;
  }

  .SubHero.is-printer .SubHero__title-text span {
    display: block;
  }
  .SubHero__title-text span::after {
    display: none;
  }
}

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

  color: #007ac2;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.products__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) {
  .products__nav ul li {
    border-right: none;
    padding-right: 0;

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

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

.products__block {
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  background: #fff;
  width: 1240px;
  margin: 80px auto 0;
  overflow: hidden;
}

.products__block#product01 {
  margin-top: 48px;
}

.products__block-upper {
  padding: 80px 140px 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.products__block-info {
  width: 500px;
}
.products__block-img {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .products__block {
    width: 90%;
  }
  .products__block-upper {
    padding: 28px 5% 48px;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .products__block-info,
  .products__block-img {
    width: 100%;
  }
}

.products__block-tag {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 12px 5px;
}
.products__block-copy {
  margin: 20px 0 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}
.products__block-tag.is-syokuinshitsu {
  background: #f26a26;
}
.products__block-tag.is-kyoshitsu {
  background: #209e00;
}
.products__block-tag.is-mirai {
  background: #f226a0;
}
.products__block-name {
  margin: 16px 0 0;
  color: #333;
  font-size: 32px;
  font-weight: 600;
}
.products__block-name span {
  font-size: 20px;
}
.products__block-name p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .products__block-name span {
    display: block;
    margin-bottom: 8px;
  }
}

.products__block-name .new {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #eb0020;
  padding: 2px 4px 1px;
  vertical-align: middle;
  display: inline-block;
  margin: 20px 10px 5px 0;
}

.products__block-text {
  margin: 24px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
}
.products__block-caption {
  margin: 16px 0 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
}
.products__block p a {
  color: #007ac2;
}
.products__block p a:hover {
  color: #ff3300;
}

.products__block-btns {
  margin-top: 32px;
}
a.products__block-btn {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 300px;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 32px;
  border-radius: 32px;
  background: #007ac2;
  box-sizing: border-box;
}
a.products__block-btn::after {
  content: "";
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.products__block-rower {
  padding: 48px 140px 80px;
  background: #f5f5f2;
}
.products__block-rower h3 {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .products__block-rower h3 {
    font-size: 18px;
  }
  a.products__block-btn {
    gap: 16px;
  }
}

.products__block-wrap {
  margin: 32px 0;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.products__block-cell {
  width: calc(100% / 3);
}
.products__block-cell__img {
  width: 100%;
}
.products__block-cell__title {
  margin: 16px 0 0;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
.products__block-cell__title sup {
  font-size: 0.6em !important;
}

.products__block-cell__title span {
  font-size: 16px;
}
.products__block-cell__text {
  margin: 8px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .products__block-wrap {
    margin: 24px 0;
    flex-direction: column;
    gap: 32px;
  }
  .products__block-cell {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 32px;
  }
  .products__block-cell:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.products__block-textwrap {
  margin: 32px 0 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.products__block-textwrap img {
  width: 220px;
}
.products__block-textwrap__info {
  width: calc(100% - 250px);
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
}

.products__block-textwrap__text ul {
  padding: 0 0 0 18px;
}
.products__block-textwrap__text ul li {
  text-indent: -18px;
  margin-top: 8px;
}
html:not(:target) .products__block-textwrap__text ul li sup {
  font-feature-settings: "palt";
  font-size: 12px;
}

.products__block-textwrap div p {
  margin-top: 24px;
  color: #333;
  font-size: 12px;
  line-height: 180%;
}
a.products__block-banner {
  display: block;
  margin: 32px 0 0;
}
a.products__block-banner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products__block-rower {
    padding: 48px 5% 32px;
  }
  .products__block-textwrap {
    flex-direction: column;
    gap: 48px;
    margin-bottom: 32px;
  }
  .products__block-textwrap img {
    width: 80%;
    margin: auto;
  }
  .products__block-textwrap div {
    width: 100%;
  }
  a.products__block-banner {
    margin: 16px 0 0;
  }
}

/* ミライの教室 */

.mirai_value {
  margin: 90px 0 0;
  position: relative;
  padding: 64px 0 80px;
  background: #f5f5f2;
}
.mirai_value::before {
  content: "";
  display: block;
  position: absolute;
  top: -3vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3vw;
  background: url(/b_solution/bunkyo/images/value/bg_path.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mirai_value {
    padding: 64px 0;
  }
  .mirai_value::before {
    top: -13vw;
    height: 13vw;
    background-image: url(/b_solution/bunkyo/images/value/bg_path_sp.svg);
  }
}
.mirai_value h2 {
  position: relative;
  text-align: center;
  padding-bottom: 34px;
  display: flex;
  flex-direction: column;
  gap: 24px;

  font-size: 32px;
  line-height: 140%;
}
.mirai_value h2::before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto;
  width: 109px;
  height: 107px;
  background: url(/b_solution/bunkyo/images/products/mirai_subhero.png) no-repeat center center;
  background-size: 109px 107px;
}
.mirai_value 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) {
  .mirai_value h2 {
    font-size: 20px;
    line-height: 150%;
    padding: 0 5% 34px;
  }
  .mirai_value h2::before {
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
  }
}

.mirai_value-text {
  margin: 32px 0 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .mirai_value-text {
    padding: 0 5%;
    text-align: left;
    font-size: 14px;
  }
}

.mirai_value h3 {
  margin: 48px 0 0;
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .mirai_value h3 {
    margin: 64px 0 0;
    font-size: 18px;
  }
}

.mirai_value-wrap {
  display: flex;
  max-width: 960px;
  width: 90%;
  margin: 48px auto 0;

  gap: 30px;
}
.mirai_value-cell {
  position: relative;
  width: 100%;

  border-radius: 30px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 0 0 32px;
  overflow: hidden;

  transition: 0.3s all ease;
}
.mirai_value-cell:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .mirai_value-wrap {
    margin: 32px auto 0;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .mirai_value-cell {
    width: 90%;
  }
}

.mirai_value-cell::after {
  content: "";
  position: absolute;
  display: block;
  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;

  bottom: 22px;
  right: 22px;

  transition: 0.3s all ease;
}
.mirai_value-cell:hover::after {
  bottom: 15px;
}

.mirai_value-cell__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background: #ddd;
}

.mirai_value-cell__copy {
  margin: 32px 0 0;

  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  padding: 0 22px;

  height: 60px;
}
@media screen and (max-width: 767px) {
  .mirai_value-cell__copy {
    height: auto;
  }
}
.mirai_value-cell__title {
  margin: 24px 0 0;

  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding: 0 22px;
}

h2.mirai_title {
  margin: 120px 0 0;
  padding-bottom: 34px;
  position: relative;
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
h2 span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px 5px;
  line-height: normal;
  background: #cf248b;
  margin: 0 0 16px;
}

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

@media screen and (max-width: 767px) {
  h2.mirai_title {
    font-size: 20px;
    line-height: 150%;
    padding-bottom: 24px;
  }
}

.mirai .products__block {
  margin-top: 64px;
}
.mirai .products__block-upper {
  padding: 80px 140px 80px;
}
@media screen and (max-width: 767px) {
  .mirai .products__block-upper {
    padding: 28px 5% 48px;
  }
}

.mirai_block-01__wrap {
  width: 90%;
  max-width: 960px;
  margin: 48px auto 0;

  display: flex;
}
.mirai_block-01__cell {
  position: relative;
  width: 50%;
  padding: 34px 0 48px;
}
.mirai_block-01__cell:first-child {
  background: url(../../images/products/mirai_block_01.jpg) no-repeat center center;
  background-size: cover;
}
.mirai_block-01__cell:last-child {
  background: #007ac2;
}
@media screen and (max-width: 767px) {
  .mirai_block-01__wrap {
    flex-direction: column;
  }
  .mirai_block-01__cell {
    width: 100%;
  }
  .mirai_block-01__cell:first-child {
    height: auto;
    aspect-ratio: 16/10;
    box-sizing: border-box;
  }
}

.mirai_block-01__cell-title {
  width: 170px;
  height: 43px;
  border-radius: 22px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007ac2;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.4px;
  padding-top: 2px;
}
.mirai_block-01__cell:last-child .mirai_block-01__cell-title {
  background: #fff;
  color: #007ac2;
}
@media screen and (max-width: 767px) {
  .mirai_block-01__cell-title {
    font-size: 16px;
    height: 33px;
    padding-top: 1px;
  }
}

.mirai_block-01__cell:first-child p {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: auto;
}

.mirai_block-01__cell:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  width: 28px;
  height: 72px;
  background: url(../../images/products/mirai_block_01_arrow.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .mirai_block-01__cell:last-child::after {
    top: -18px;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;

    width: 16px;
    height: 42px;
  }
}

.mirai_block-01__cell:last-child ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  padding: 0 32px 0 54px;
}
@media screen and (max-width: 767px) {
  .mirai_block-01__cell:last-child ul {
    padding: 0 5%;
  }
}
.mirai_block-01__cell:last-child ul li {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  padding-left: 36px;
}
.mirai_block-01__cell:last-child ul li::before,
.mirai_block-01__cell:last-child ul li::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  border: 2px solid #ffe000;
}
.mirai_block-01__cell:last-child ul li::before {
  top: -4px;
  left: -2px;
  width: 22px;
  height: 22px;
}
.mirai_block-01__cell:last-child ul li::after {
  top: 2px;
  left: 4px;
  width: 10px;
  height: 10px;
}

.mirai_block-03__text {
  margin: 32px 0 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.8px;
}
.mirai_block-03__wrap {
  width: 90%;
  max-width: 960px;
  margin: 48px auto 0;

  display: flex;
}
.mirai_block-03__wrap img {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mirai_block-03 h2.mirai_title {
    font-size: 18px;
  }

  .mirai_block-03__text {
    padding: 0 5%;
    text-align: left;
    font-size: 14px;
  }

  .mirai_block-03__wrap {
    flex-direction: column;
  }
  .mirai_block-03__wrap img {
    width: 100%;
  }
}
.mirai_block-03__btn {
  width: 90%;
  max-width: 960px;
  margin: auto;

  display: flex;
  background: #f5faff;
  padding: 28px 0;
}
.mirai_block-03__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  margin: auto;

  width: 404px;
  height: 40px;
  border-radius: 20px;
  background: #007ac2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .mirai_block-03__btn a {
    width: 80%;
  }
}

.mirai_block-03__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}

.mirai_case-slide {
  width: 960px;
  margin: 32px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mirai_case-slide {
    width: 90%;
  }
}
.mirai_case-slide__cell {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 32px;

  padding: 48px 0;
  border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 767px) {
  .mirai_case-slide__cell {
    flex-direction: column;
  }
}
.mirai_case-slide__cell-img {
  display: block;
  position: relative;
  width: 400px;
  height: auto;
  aspect-ratio: 16/9;
  flex: 1 0 400px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mirai_case-slide__cell-img {
    width: 100%;
    aspect-ratio: 16/9;
    flex: 1 0 100%;
  }
}
.mirai_case-slide__cell-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mirai_case-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);
}
.mirai_case-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;
}

.mirai_case-slide__cell-info {
  padding: 0;
  flex-grow: 1;
}
.mirai_case-slide__cell-tag {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px 5px;
  background: #cf248b;
}

.mirai_case-slide__cell-title {
  margin-top: 16px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
.mirai_case-slide__cell-cat {
  margin-top: 24px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .mirai_case-slide__cell-cat {
    font-size: 14px;
  }
}
.mirai_case-slide__cell-product {
  margin-top: 8px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.mirai_case-slide__cell-name {
  margin-top: 24px;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
}
.mirai_case-slide__cell-name span {
  display: inline-block;
  padding: 4px 8px;
  background: #eb0020;
  color: #fff;
  margin-left: 8px;
  font-size: 10px;
}

.mirai_case-slide__cell-btn {
  display: flex;
  gap: 16px;
  margin: 32px 0 0;
}
@media (max-width: 767px) {
  .mirai_case-slide__cell-btn {
    flex-direction: column;
    align-items: center;
  }
}
.mirai_case-slide__cell-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  width: 180px;
  height: 40px;
  background: #007ac2;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .mirai_case-slide__cell-btn a {
    width: 240px;
  }
}
.mirai_case-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;
}
.mirai_case-slide__cell-btn a:hover {
  text-decoration: none;
}

.mirai_case-slide__cell-btn a.is-movie {
  border: 2px solid #007ac2;
  background: #fff;
  color: #007ac2;
  box-sizing: border-box;
}
.mirai_case-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;
}
