.SubHero .SubHero__title::before {
  background-image: url(/b_solution/bunkyo/images/info/subhero.png);
  background-size: 51px 57px;
}
@media screen and (max-width: 767px) {
  .SubHero .SubHero__title {
    font-size: 24px;
  }
  .SubHero .SubHero__title::before {
    background-size: 43px 47px;
  }
}
.SubHero .SubHero__note {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin: 8px 0 0;

  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s all ease 0.7s;
}
.SubHero .SubHero__note {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin: 8px 0 0;

  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s all ease 0.7s;
}
.SubHero.is-show .SubHero__note {
  opacity: 1;
  transform: translateY(0);
}

.fax__index {
  width: 90%;
  max-width: 1200px;
  margin: 48px auto 0;
}
.fax__index-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 64px;
}
.fax__index-cell {
  position: relative;
  /* width: calc(100% / 4); */
  text-align: center;
  padding-bottom: 24px;

  opacity: 0;
  transform: translateY(50px);

  transition: 0.5s all ease;
}
.fax__index-cell::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;

  width: 10px;
  height: 10px;
  border-bottom: 3px solid #007ac2;
  border-right: 3px solid #007ac2;
  transform: rotate(45deg) translateX(-50%);
}
.fax__index-cell:first-child {
  text-indent: 13px;
}
.fax__index-cell:nth-child(2) {
  transition-delay: 0.5s;
}
.fax__index-cell:nth-child(3) {
  transition-delay: 1s;
}
.fax__index-cell:nth-child(4) {
  transition-delay: 1.5s;
}
.fax__index-cell a {
  display: block;
  transition: 0.3s all ease;
}
.fax__index-cell a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.fax__index-wrap.is-show .fax__index-cell {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .fax__index-wrap {
    flex-direction: column;
    gap: 24px;

    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(11, 33, 66, 0.1);
    padding: 32px 5%;
  }
  .fax__index-cell {
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid #d9d9d9;
    transform: translateY(0px);
  }
  .fax__index-cell:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.fax__index-cell__title {
  color: #007ac2;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

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

.fax__inner-dsc {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;

  width: 90%;
  max-width: 800px;
  margin: 64px auto 0;
}

.fax__inner-dsc span {
  display: block;
  margin: 8px 0 0;
  font-size: 12px;
}

.fax__block {
  padding: 100px 0;
}
.fax__block h3 {
  position: relative;
  color: #333;
  text-align: center;
  font-feature-settings: "pcap" on;
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;

  padding-bottom: 24px;
}
.fax__block h3 span {
  display: block;
  color: #333;
  font-size: 48px;
  line-height: 130%;
}
.fax__block h3::after {
  content: "";
  display: block;
  position: absolute;

  width: 80px;
  height: 2px;
  background: #007ac2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fax__block h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 103px;
  height: 153px;
  background: url(/b_solution/bunkyo/images/fax/icon.png) no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -380px;
}
@media screen and (max-width: 767px) {
  .fax__block h3 {
    font-size: 24px;
    padding-top: 110px;
  }
  .fax__block h3 span {
    font-size: 32px;
  }
  .fax__block h3::before {
    top: 0;
    left: 0;
    right: 0;
    width: 56px;
    height: 84px;
    margin: auto;
    transform: none;
  }
}

.fax__block-1 {
  padding-top: 120px;
  padding-bottom: 0;
}
.fax__block-1__inner {
  position: relative;
  padding: 32px 0 100px;
  background: #f5f5f2;
}
.fax__block-1__inner::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;
}
.fax__block-1__inner::after {
  content: "";
  display: block;
  position: absolute;
  height: 21px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: url(/b_solution/bunkyo/images/top/icon_cv_bg.svg);
}
@media screen and (max-width: 767px) {
  .fax__block-1__inner {
    padding: 16px 0 80px;
  }
  .fax__block-1__inner::before {
    top: -13vw;
    height: 13vw;
    background-image: url(/b_solution/bunkyo/images/value/bg_path_sp.svg);
  }
}

.fax__block-1__box {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 64px auto 0;
  border-radius: 60px;
  background: #fff;
  padding: 80px 140px 64px;
  box-sizing: border-box;
}

.fax__block-1__box-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;

  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border-radius: 0px 0px 8px 8px;
  background: #007ac2;

  padding: 6px 24px 7px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .fax__block-1__box {
    border-radius: 30px;
    padding: 64px 5% 32px;
    margin: 32px auto 0;
  }
  .fax__block-1__box-title {
    font-size: 14px;
    padding: 6px 16px 7px;
  }
}

.fax__block-1__case:last-child {
  border-top: solid 1px #d9d9d9;
  padding-top: 32px;
  margin-top: 32px;
}

.fax__block-1__case-case {
  color: #e06f00;
  font-size: 20px;
  font-family: Helvetica;
  font-weight: 700;
  font-style: oblique;
  text-align: center;
}
.fax__block-1__case-case span {
  margin-left: 4px;
  font-size: 32px;
}
.fax__block-1__case-title {
  margin-top: 8px;
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
.fax__block-1__case-solution {
  position: relative;
  padding: 42px 0 0;
  margin: 28px 0 0;
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .fax__block-1__case-title {
    font-size: 22px;
  }
  .fax__block-1__case-solution {
    font-size: 22px;
  }
}

.fax__block-1__case-solution::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 14px solid #007ac2;
  border-bottom: 0;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fax__block-1__case-solution span {
  position: relative;
}
.fax__block-1__case-solution span::after {
  content: "";
  display: block;
  position: absolute;
  background: #ffe000;
  width: 100%;
  height: 10px;
  top: 23px;
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .fax__block-1__case-solution span::after {
    top: 16px;
  }
}

.fax__block-1__case-text {
  margin: 32px 0 0;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .fax__block-1__case-text {
    margin: 24px 0 0;
    font-size: 14px;
    line-height: 180%;
  }
}
.fax__block-1__case-img {
  display: block;
  width: 100%;
  margin: 24px 0 0;
}

.fax__block-2 h3 {
  font-size: 32px;
}
.fax__block-2__inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fax__block-2 h3 {
    font-size: 24px;
  }
}

.fax__block-2__inner-wrap {
  margin: 64px 0 0;
  display: flex;
  gap: 32px;
}

.fax__block-2__inner-wrap__img {
  width: 270px;
  flex: 1 0 270px;
}
.fax__block-2__inner-wrap__img img {
  width: 100%;
  border-radius: 10px;
}
.fax__block-2__inner-wrap__img-name,
.fax__block-2__inner-wrap__img-caption {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5em;
  color: #454345;
}
.fax__block-2__inner-wrap__img-caption {
  margin-top: 8px;
}

.fax__block-2__inner-wrap__text {
  font-size: 16px;
  line-height: 1.9em;
  color: #000000;
}
.fax__block-2__inner-wrap__text-title {
  color: #454345;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  margin: 0 0 16px;
}
.fax__block-2__inner-wrap__text-title span {
  background: #007ac2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  padding: 8px 16px;
  margin: 0 16px 0 0;
}
.fax__block-2__inner-wrap__text img {
  width: 100%;
  margin: 32px 0 0;
}
.fax__block-2 a.fax__block-btn {
  gap: 16px;
}
.fax__block-2 a.fax__block-btn img.icon_movie {
  width: 27px;
}
.fax__block-2 a.fax__block-btn::after,
.fax__block-4 a.fax__block-btn::after {
  width: 17px;
  height: 17px;
  background-image: url(/b_solution/bunkyo/images/fax/icon_blank.svg);
  border: none;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .fax__block-2__inner-wrap {
    margin: 32px 0 0;
    flex-direction: column-reverse;
    gap: 32px;
  }
  .fax__block-2__inner-wrap__text {
    font-size: 14px;
  }
  .fax__block-2__inner-wrap__text-title {
    font-size: 18px;
  }
  .fax__block-2__inner-wrap__text-title span {
    font-size: 16px;
    padding: 6px 16px;
    margin: 0 8px 0 0;
  }
  .fax__block-2__inner-wrap__text img {
    margin: 24px 0 0;
  }
  .fax__block-2__inner-wrap__img {
    margin: auto;
  }
  .fax__block-2 a.fax__block-btn {
    gap: 16px;
    text-align: left;
    padding-right: 32px;
    box-sizing: border-box;
  }
  .fax__block-2 a.fax__block-btn img.icon_movie {
    width: 24px;
  }
  .fax__block-2 a.fax__block-btn::after,
  .fax__block-4 a.fax__block-btn::after {
    width: 14px;
    height: 14px;
    background-size: contain;
  }
}

.fax__block-3 {
  background: #f5faff;
}
.fax__block-4 {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fax__block-2,
  .fax__block-3,
  .fax__block-4 {
    padding: 48px 5%;
  }
  .fax__block-3 h3,
  .fax__block-4 h3 {
    font-size: 20px;
  }
}

a.fax__block-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 48px auto 0;
  border-radius: 40px;
  background: #007ac2;
  width: 520px;
  height: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
a.fax__block-btn:hover {
  text-decoration: none;
}
a.fax__block-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;
}
@media screen and (max-width: 767px) {
  a.fax__block-btn {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  a.fax__block-btn::after {
    right: 24px;
  }
}
