@charset "utf-8";
.LocalHeadNav ul li.is-top {
  display: block;
}
.LocalHeadNav ul li.is-rower {
  display: none;
}

.top__hero {
  width: 1240px;
  height: 680px;
  margin: 32px auto 0;
  background-color: #f5faff;
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #contents {
    background: url(/b_solution/bunkyo/images/top/sp_bg.png) no-repeat center top;
    background-size: contain;
  }
  .top__hero {
    width: 90%;
    height: 345px;
    border-radius: 20px;
    margin: 16px auto 0;
  }
}

.top__hero .swiper-slide {
  position: relative;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background-color: #f5faff;
}
.top__hero-slide__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top__hero-slide__btn {
    display: none;
  }
}
.top__hero-slide__btn.is-prev {
  left: 0;
}
.top__hero-slide__btn.is-next {
  right: 0;
}
.top__hero-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;
  filter: drop-shadow(3px 0px 0px #f5faff);

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

.top__hero-slide__bottom {
  position: absolute;
  width: 1240px;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top__hero-slide__bottom {
    width: 90%;
    justify-content: flex-end;
  }
}

.top__hero .top__hero-1 {
  background: url(/b_solution/bunkyo/images/top/hero_slide1.jpg) no-repeat center center;
  background-size: cover;
}
.top__hero .top__hero-2 {
  background: url(/b_solution/bunkyo/images/top/hero_slide2.jpg) no-repeat center center;
  background-size: cover;
}
.top__hero .top__hero-3 {
  background: url(/b_solution/bunkyo/images/top/hero_slide3.jpg) no-repeat center center;
  background-size: cover;
}
.top__hero .top__hero-4 {
  background: url(/b_solution/bunkyo/images/top/hero_slide4.jpg) no-repeat center center;
  background-size: cover;
}
.top__hero .top__hero-5 {
  background: url(/b_solution/bunkyo/images/top/hero_slide5.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top__hero .top__hero-1 {
    background-image: url(/b_solution/bunkyo/images/top/hero_slide1_sp.jpg);
  }
  .top__hero .top__hero-2 {
    background-image: url(/b_solution/bunkyo/images/top/hero_slide2_sp.jpg);
    background-color: #f5faff;
    background-size: contain;
  }
  .top__hero .top__hero-3 {
    background-image: url(/b_solution/bunkyo/images/top/hero_slide3_sp.jpg);
    background-color: #f5faff;
    background-size: contain;
  }
  .top__hero .top__hero-4 {
    background-image: url(/b_solution/bunkyo/images/top/hero_slide4_sp.jpg);
    background-color: #f5faff;
    background-size: contain;
  }
  .top__hero .top__hero-5 {
    background-image: url(/b_solution/bunkyo/images/top/hero_slide5_sp.jpg);
    background-color: #f5faff;
    background-size: contain;
  }
}

.top__hero-1__logo {
  position: absolute;
  width: 373px;
  top: 35px;
  left: 43px;
}
@media screen and (max-width: 767px) {
  .top__hero-1__logo {
    position: absolute;
    width: 240px;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

a.top__hero-1__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 480px;
  height: 120px;
  background: #007ac2;
  border: 3px solid #fff;
  border-radius: 60px;

  bottom: 40px;
  left: 40px;
}
.top__hero-3 a.top__hero-1__btn,
.top__hero-4 a.top__hero-1__btn {
  left: 80px;
  bottom: 74px;
}

a.top__hero-1__btn:hover {
  text-decoration: none;
}
a.top__hero-1__btn div {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-top: 16px;
}
a.top__hero-1__btn div span {
  display: block;
  font-size: 32px;
  line-height: 120%;
}
a.top__hero-1__btn div::before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 14px;
  background: url(/b_solution/bunkyo/images/top/icon_hero_btn.svg) no-repeat center center;
  background-size: contain;
}

a.top__hero-1__btn::before {
  content: "";
  width: 88px;
  height: 88px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: url(/b_solution/bunkyo/images/top/hero_btn_icon.png) no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
a.top__hero-1__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 22px;
  height: 22px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}

a.top__hero-5__btn {
  margin: 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 480px;
  height: 90px;
  background: #007ac2;
  border-radius: 60px;

  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
a.top__hero-5__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 22px;
  height: 22px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  a.top__hero-5__btn {
    position: absolute;
    bottom: -28px;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
  }
  a.top__hero-5__btn div {
    margin-top: 5px;
  }
  a.top__hero-5__btn::after {
    display: none;
  }
}

.top__hero-1__box1,
.top__hero-1__box2,
.top__hero-1__box3 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
}
.top__hero-1__box1 {
  bottom: -20px;
  right: 217px;
}
.top__hero-1__box2 {
  bottom: 39px;
  right: -18px;
}
.top__hero-1__box3 {
  top: -40px;
  right: 24px;
}

.top__hero-1__box1::before,
.top__hero-1__box2::before,
.top__hero-1__box3::before {
  content: "";
  display: block;
  width: 35px;
  height: 13px;
  background: url(/b_solution/bunkyo/images/top/icon_hero_box.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.top__hero-1__box3::before {
  display: none;
}

.top__hero-1__box1-text {
  margin-top: 28px;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}
.top__hero-1__box1-text span {
  font-size: 20px;
  display: block;
  line-height: 130%;
}
.top__hero-1__box1-num {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
.top__hero-1__box1-num span {
  color: #333;
  text-align: center;
  font-size: 48px;
  font-family: Helvetica Neue;
  font-weight: 700;
  line-height: 100%;
  margin: 0 4px;
}
.top__hero-1__box1-num sup {
  color: #666;
  font-weight: normal;
}
html:not(:target) .top__hero-1__box1-num sup {
  font-size: 70%;
}

.top__hero-1__box2-text1 {
  margin-top: 20px;
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 150%;

  font-feature-settings: "palt" on;
}
.top__hero-1__box2-text2 {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;

  font-feature-settings: "palt" on;
}
.top__hero-1__box2-text2 span {
  font-size: 24px;
  display: block;
  line-height: 130%;
}

.top__hero-1__box3-text {
  margin: 36px 0 0;
  position: relative;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.top__hero-1__box3-text span {
  font-size: 24px;
  display: block;
  line-height: 180%;
}
.top__hero-1__box3-text b {
  position: relative;
}
.top__hero-1__box3-text b::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: #ffe000;
  left: 0;
  top: 10px;
  mix-blend-mode: multiply;
}

.top__hero-1__box3-new {
  display: block;
  position: absolute;
  width: fit-content;
  height: auto;
  padding: 4px 6px;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background: #eb0020;
  border-radius: 2px;
  color: #fff;
  font-family: Inter;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  transition: 0.5s all ease;
}
.top__hero-1__box3-new::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 4px solid #eb0020;
  border-bottom: 0;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}

.top__hero-1__box1 a,
.top__hero-1__box2 a,
.top__hero-1__box3 a {
  border-radius: 14px;
  background: #007ac2;
  color: #fff;
  padding: 7px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}
.top__hero-1__box1 a::after,
.top__hero-1__box2 a::after,
.top__hero-1__box3 a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-2px);
}

.top__hero-info {
  position: absolute;
  width: 480px;
  top: 80px;
  right: 90px;
  z-index: 2;
}

.top__hero-5 .top__hero-info {
  top: 100px;
}

.top__hero-3 .top__hero-info,
.top__hero-4 .top__hero-info {
  right: inherit;
  left: 80px;
  top: 110px;
  width: 500px;
}
.top__hero-4 .top__hero-info {
  top: 120px;
  width: 533px;
}
@media screen and (max-width: 767px) {
  .top__hero-info,
  .top__hero-3 .top__hero-info,
  .top__hero-4 .top__hero-info,
  .top__hero-5 .top__hero-info {
    position: absolute;
    width: 90%;
    top: inherit;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 24px;
  }
  .top__hero-5 .top__hero-info {
    bottom: 48px;
  }
}

.top__hero-info__copy {
  color: #333;
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
}
.top__hero-3 .top__hero-info__copy {
  font-size: 24px;
  line-height: 150%;
}

.top__hero-info__title {
  margin: 18px 0 0;
  color: #333;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}
.top__hero-2 .top__hero-info__title {
  white-space: nowrap;
  text-indent: -24px;
}
.top__hero-3 .top__hero-info__title {
  font-size: 41px;
}
.top__hero-4 .top__hero-info__title {
  font-size: 41px;
  line-height: 130%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top__hero-info__copy {
    font-size: 16px;
    line-height: 150%;
  }
  .top__hero-2 .top__hero-info__title {
    text-indent: -16px;
    font-size: 30px;
  }
  .top__hero-3 .top__hero-info__copy {
    text-align: right;
    font-size: 14px;
    line-height: 150%;
  }
  .top__hero-3 .top__hero-info__title {
    font-size: 28px;
    letter-spacing: -2.32px;
    white-space: nowrap;
  }
  .top__hero-4 .top__hero-info__title {
    font-size: 24px;
    line-height: 130%;
    margin: 0;
    letter-spacing: -1px;
  }
  .top__hero-5 .top__hero-info__title {
    font-size: 32px;
    line-height: 130%;
    margin: 8px 0 0;
    letter-spacing: -1px;
  }
}

.top__hero-info__subtitle {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin: 0 0 11px;
}
@media screen and (max-width: 767px) {
  .top__hero-info__subtitle {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 150%;
  }
}

.top__hero-info__list {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;

  border-top: 1px solid #007ac2;
  padding-top: 32px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.top__hero-info__list li {
  position: relative;
  padding-left: 28px;
}
.top__hero-info__list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 10px;
  border-bottom: 4px solid #ff9900;
  border-left: 4px solid #ff9900;
  transform: rotate(-45deg);
  top: 5px;
  left: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top__hero-info__list {
    font-size: 12px;
    padding-top: 12px;
    margin-top: 16px;
  }
  .top__hero-5 .top__hero-info__list {
    padding-top: 20px;
  }
  .top__hero-info__list li {
    position: relative;
    padding-left: 20px;
  }
  .top__hero-info__list li::before {
    width: 12px;
    height: 8px;
    border-bottom: 3px solid #ff9900;
    border-left: 3px solid #ff9900;
    left: 0px;
  }

  a.top__hero-1__btn,
  .top__hero-1__box1,
  .top__hero-1__box2,
  .top__hero-1__box3 {
    display: none;
  }
}

.top__hero-info__caption {
  margin: 24px 0 0;
  color: #666;
  font-size: 10px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .top__hero-info__caption {
    display: none;
  }
}

.top__hero-caption {
  width: 1240px;
  margin: 20px auto 0;
  color: #666;
  text-align: right;
  font-size: 14px;
  line-height: 120%;
  height: 18px;
}

.top__hero-caption-1,
.top__hero-caption-2 {
  display: none;
}
.top__hero-caption-1.is-show,
.top__hero-caption-2.is-show {
  display: block;
}

@media screen and (max-width: 767px) {
  .top__hero-caption {
    display: none;
  }
}

.top__hero-tooltip {
  display: none;
}
@media screen and (max-width: 767px) {
  .top__hero-tooltip {
    position: relative;
    display: block;
    width: 90%;
    margin: auto;
    color: #0093e9;
    font-size: 12px;
    font-weight: 500;
    line-height: 200%;
    text-decoration-line: underline;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    margin: 9px auto 0;
  }
  .top__hero-tooltip.is-show {
    opacity: 1;
    visibility: visible;
  }
  .top__hero-tooltip-hukidashi {
    top: 35px;
    left: 0;
    position: absolute;
    display: block;
    padding: 18px 16px 10px;
    background: #007ac2;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 200%;
    border-radius: 20px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    transform: translateY(10px);
  }
  .top__hero-tooltip-hukidashi a {
    color: #fff;
    text-decoration: underline;
  }
  .top__hero-tooltip-hukidashi-2 {
    top: 50px;
  }
  .top__hero-tooltip-hukidashi.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .top__hero-tooltip-hukidashi::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 38px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #007ac2 transparent;
  }
  .top__hero-tooltip-hukidashi__close {
    text-align: right;
  }
}

.top__title {
  position: relative;
  text-align: center;
  padding-bottom: 34px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 44px;
  height: 2px;
  background: #007ac2;
}

h2 {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}

h3 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
    line-height: 1.3em;
  }
}

.top__title h2::before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto 32px;
  width: 74px;
  height: 74px;
  background: url(/b_solution/bunkyo/images/value/subhero.png) no-repeat center center;
  background-size: 63px 71px;
}

.top__features .top__title h2::before,
.top__news .top__title h2::before,
.top__twitter .top__title h2::before {
  display: none;
}

.top__products h2::before {
  background: url(/b_solution/bunkyo/images/products/subhero_1.png) no-repeat center center;
  background-size: 35px 61px;
}
.top__case h2::before {
  background: url(/b_solution/bunkyo/images/case/subhero.png) no-repeat center center;
  background-size: 71px 58px;
}
.top__info h2::before {
  background: url(/b_solution/bunkyo/images/info/subhero.png) no-repeat center center;
  background-size: 69px 57px;
}

/* sp版ナビ */
.top__sp-navi {
  position: relative;
  display: none;
  width: 90%;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .top__sp-navi {
    display: block;
  }
}

/* .top__sp-navi::before {
  content: "";
  position: absolute;
  display: block;
  width: 58px;
  height: 20px;
  background: url(/b_solution/bunkyo/images/top/icon_hero_box.svg) no-repeat center center;
  background-size: contain;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
} */

a.top__sp-navi__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 320px;
  height: 70px;
  background: #007ac2;
  border-radius: 35px;
  margin: 0 auto 24px;
}
a.top__sp-navi__btn div {
  position: relative;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  margin: 5px 0 0 10px;
}
a.top__sp-navi__btn div span {
  display: block;
  font-size: 18px;
  line-height: 140%;
}

a.top__sp-navi__btn::before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: url(/b_solution/bunkyo/images/top/hero_btn_icon.png) no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
a.top__sp-navi__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
.top__sp-navi__box {
  border-radius: 16px;
  border: 1px solid #0093e9;
  background: #fff;
  padding: 16px;
  margin: 16px 0 0;
}
.top__sp-navi__box1-text {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
.top__sp-navi__box1-text span {
  display: block;
  font-size: 14px;
  line-height: 130%;
  margin: 5px 0 0;
}
.top__sp-navi__box1-num {
  text-align: right;
  margin: -35px 0 0;
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 355px) {
  .top__sp-navi__box1-num {
    margin: 0px 0 0;
  }
}
.top__sp-navi__box1-num span {
  color: #333;
  font-size: 34px;
  font-family: Helvetica Neue;
  font-weight: 700;
  line-height: 100%;
  margin: 0 4px;
}
html:not(:target) .top__sp-navi__box1-num sup {
  font-size: 70%;
  font-weight: normal;
  position: absolute;
  top: -5px;
  right: -18px;
}

.top__sp-navi__box1-caption {
  margin: 10px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 150%;
}

.top__sp-navi__box2-text1 {
  color: #333;
  font-size: 14px;
  line-height: 100%;
}
.top__sp-navi__box2-text2 {
  margin: 8px 0 0;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.top__sp-navi__box2-text2 span {
  display: block;
  font-size: 24px;
  line-height: 130%;
}

.top__sp-navi__box3 {
  position: relative;
}
.top__sp-navi__box3-new {
  display: block;
  position: absolute;
  width: fit-content;
  height: auto;
  padding: 4px 6px;
  top: 21px;
  right: 21px;
  background: #eb0020;
  border-radius: 2px;
  color: #fff;
  font-family: Inter;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  transition: 0.5s all ease;
}
.top__sp-navi__box3-text1 {
  color: #333;
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
}
.top__sp-navi__box3-text2 {
  margin: 8px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.top__sp-navi__box3-text2 b {
  position: relative;
  font-weight: normal;
}
.top__sp-navi__box3-text2 b::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: #ffe000;
  left: 0;
  top: 10px;
  mix-blend-mode: multiply;
}

.top__sp-navi__box a {
  width: 148px;
  border-radius: 14px;
  background: #007ac2;
  color: #fff;
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  margin: 8px 0 0;
}
.top__sp-navi__box a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-2px);
}

.top__sp-navi__menu {
  margin: 16px 0 0;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(11, 33, 66, 0.1);
}
.top__sp-navi__menu ul {
  margin: 0 0 16px;
}
.top__sp-navi__menu ul li {
  border-bottom: #d9d9d9 solid 1px;
}
.top__sp-navi__menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 46px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.top__sp-navi__menu ul li:last-child {
  border: none;
}
.top__sp-navi__menu ul li a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.top__sp-navi__menu ul li.is-value a::before {
  background-image: url(/b_solution/bunkyo/common/images/icon_menu_1.png);
  background-size: 20px 22px;
}
.top__sp-navi__menu ul li.is-products a::before {
  background-image: url(/b_solution/bunkyo/common/images/icon_menu_2.png);
  background-size: 13px 23px;
}
.top__sp-navi__menu ul li.is-plan a::before {
  background-image: url(/b_solution/bunkyo/common/images/icon_menu_3.png);
  background-size: 19px 22px;
}
.top__sp-navi__menu ul li.is-case a::before {
  background-image: url(/b_solution/bunkyo/common/images/icon_menu_4.png);
  background-size: 22px 19px;
}
.top__sp-navi__menu ul li.is-info a::before {
  background-image: url(/b_solution/bunkyo/common/images/icon_menu_5.png);
  background-size: 23px 19px;
}
.top__sp-navi__menu ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #007ac2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.top__sp-navi__menu ul li.is-products a,
.top__sp-navi__menu ul li.is-info a {
  pointer-events: none;
}
.top__sp-navi__menu ul li.is-products a::after,
.top__sp-navi__menu ul li.is-info a::after {
  display: none;
}
.top__sp-navi__menu ul li.is-products ul li,
.top__sp-navi__menu ul li.is-info ul li {
  border: none;
  padding-left: 40px;
}
.top__sp-navi__menu ul li.is-products ul li a,
.top__sp-navi__menu ul li.is-info ul li a {
  pointer-events: all;
  font-size: 14px;
  height: 32px;
}
.top__sp-navi__menu ul li.is-products ul li a::before,
.top__sp-navi__menu ul li.is-info ul li a::before {
  display: none;
}
.top__sp-navi__menu ul li.is-products ul li a::after,
.top__sp-navi__menu ul li.is-info ul li a::after {
  display: block;
}

.top__sp-navi__menu ul li.is-info {
  position: relative;
}
.top__sp-navi__menu ul li.is-info .top__sp-navi__menu-new {
  display: block;
  position: absolute;
  width: fit-content;
  height: auto;
  padding: 4px 6px;
  top: 12px;
  right: 0;
  margin: auto;
  background: #eb0020;
  border-radius: 2px;
  color: #fff;
  font-family: Inter;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  transition: 0.5s all ease;
}
.top__sp-navi__menu ul li.is-info .top__sp-navi__menu-new.is-hide {
  opacity: 0;
}

a.top__sp-navi__menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background: #007ac2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 24px;
  margin: 8px auto 0;
}
a.top__sp-navi__menu-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/b_solution/bunkyo/common/images/icon_dl.svg);
}
a.top__sp-navi__menu-btn2 {
  background: #005ab4;
}
a.top__sp-navi__menu-btn2::before {
  background-image: url(/b_solution/bunkyo/common/images/icon_mail.svg);
}

a.top__sp-navi__menu-btn .top__sp-navi__menu-btn__new {
  display: block;
  position: absolute;
  width: fit-content;
  height: auto;
  padding: 4px 6px;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: #eb0020;
  border-radius: 2px;
  color: #fff;
  font-family: Inter;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  transition: 0.5s all ease;
}
a.top__sp-navi__menu-btn .top__sp-navi__menu-btn__new::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 4px solid #eb0020;
  border-bottom: 0;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}
a.top__sp-navi__menu-btn .top__sp-navi__menu-btn__new.is-hide {
  opacity: 0;
}

/* 特集・おすすめ */
.top__features {
  padding: 58px 0 64px;
}
.top__features .top__title h2 {
  font-size: 22px;
}
.top__features-slide {
  width: 1240px;
  margin: 32px auto 0;
  overflow: hidden;
}
.swiper-slide {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  height: 170px;
  box-sizing: border-box;
}
.top__features-slide__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top__features {
    padding: 58px 0 64px;
  }
  .top__features-slide {
    width: 100%;
  }
  .swiper-slide {
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    background: #fff;
    height: auto;
  }
  .top__features-slide__btn {
    display: none;
  }
}
.top__features-slide__btn.is-prev {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.top__features-slide__btn.is-next {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.top__features-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;
}
.top__features-slide__btn.is-prev::after {
  left: 10px;
}
.top__features-slide__btn.is-next::after {
  right: 10px;
  transform: translateY(-50%) rotate(180deg);
}
.top__features-slide__btn.is-prev:hover::after {
  left: 0;
}
.top__features-slide__btn.is-next:hover::after {
  right: 0;
}

.top__features-slide__bottom {
  margin: 48px auto 0;
  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;
}

a.top__features-slide__cell {
  padding: 16px;
  display: flex;
  gap: 16px;
  transition: 0.3s all ease;
}
a.top__features-slide__cell:hover {
  text-decoration: none;
  opacity: 0.5;
}

.top__features-slide__cell-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}
.top__features-slide__cell-moviethumb {
  position: relative;
}
.top__features-slide__cell-moviethumb::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);
}
.top__features-slide__cell-moviethumb::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;
}

.top__features-slide__cell-date {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
}
.top__features-slide__cell-date span {
  display: inline-block;
  padding: 4px 6px;
  background: #eb0020;
  color: #fff;
  margin-left: 6px;
  font-size: 10px;
}
.top__features-slide__cell-name {
  margin-top: 16px;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
.top__features-slide__cell-title {
  margin-top: 8px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

/* 選ばれる理由 */
.top__value {
  position: relative;
  padding: 64px 0 154px;
  background: #f5faff;
}
.top__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/top/value_bg.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top__value {
    padding-bottom: 100px;
  }
  .top__value::before {
    top: -13vw;
    height: 13vw;
    background-image: url(/b_solution/bunkyo/images/top/value_bg_sp.svg);
  }
}

.top__value h2 {
  font-size: 28px;
  line-height: 130%;
}
.top__value h2 span {
  display: block;
  font-size: 48px;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .top__value h2 {
    font-size: 18px;
  }
  .top__value h2 span {
    font-size: 32px;
  }
}

.top__value-wrap {
  display: flex;
  max-width: 1240px;
  width: 90%;
  margin: 64px auto 0;
}
.top__value-cell {
  width: calc(100% / 3);
  text-align: center;

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

  transition: 0.5s all ease;
}
.top__value-cell:nth-child(2) {
  transition-delay: 0.5s;
}
.top__value-cell:nth-child(3) {
  transition-delay: 1s;
}

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

.top__value-cell__img {
  width: 288px;
  height: auto;
}
.top__value-cell__point {
  margin: 24px 0 0;
  color: #e06f00;
  font-size: 20px;
  font-family: Helvetica;
  font-weight: 700;
  font-style: oblique;
}
.top__value-cell__point span {
  margin-left: 4px;
  font-size: 32px;
}
.top__value-cell__copy {
  margin: 6px 0 0;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
.top__value-cell__title {
  margin: 8px 0 0;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .top__value-cell__title {
    font-size: 24px;
  }
}

a.top__value-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0;
  border-radius: 40px;
  background: #007ac2;
  width: 420px;
  height: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
a.top__value-btn:hover {
  text-decoration: none;
}
.top__value-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.top__value-btn {
    width: 90%;
  }
}

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

/* 教育現場 */
/* おすすめ製品 */
.top__products {
  padding: 64px 0;
}

.top__products-text {
  margin-top: 32px;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .top__products {
    padding: 64px 5%;
  }
  .top__products-text {
    margin-top: 48px;
    font-size: 16px;
  }
}

.top__products-wrap {
  display: flex;
  gap: 30px;
  width: 960px;
  margin: 48px auto 100px;
}
.top__products-cell {
  position: relative;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  background: #fff;
  width: 100%;
  padding: 32px 24px 32px;
}
@media screen and (max-width: 767px) {
  .top__products-wrap {
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    gap: 16px;
  }
  .top__products-cell {
    width: 100%;
    box-sizing: border-box;
  }
}

.top__products-cell__head {
  display: flex;
  justify-content: center;
}
.top__products-cell__title {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.top__products-cell__tag {
  color: #209e00;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  gap: 8px;
}
.top__products-cell__tag span.is-shokuinshitsu {
  color: #f26a26;
}
.top__products-cell img {
  display: block;
  width: 100%;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .top__products-cell__head {
    flex-direction: column;
    gap: 8px;
  }
  .top__products-cell__title {
    font-size: 28px;
    text-align: center;
  }
  .top__products-cell img {
    display: block;
    width: 100%;
    margin: 0 auto 0;
  }
}

.top__products-cell a {
  position: relative;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: #007ac2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top__products-cell a {
    margin: 24px auto 0;
  }
}
.top__products-cell a:hover {
  text-decoration: none;
}
.top__products-cell a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

/* おすすめプラン */

.top__products-plan {
  position: relative;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  background: #fff;
  width: 960px;
  margin: 48px auto 0;
  padding: 64px 32px 32px;
}
.top__products-plan h4 {
  color: #333;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}
.top__products-plan__wrap {
  position: relative;
  display: flex;
  gap: 24px;
  margin: 64px 0 48px;
}
.top__products-plan__cell {
  position: relative;
  background: #f0f8ff;
  border-radius: 20px;
  display: flex;
  align-items: center;

  color: #211715;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  padding: 42px 24px;
  width: 32%;
  z-index: 2;
}
.top__products-plan__cell::after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: 40%;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 26px 0;
  border-color: transparent #f0f8ff transparent transparent;
}
.top__products-plan__img {
  position: absolute;
  top: -123px;
  right: 26px;
  width: 105px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .top__products-plan {
    width: 100%;
    box-sizing: border-box;
    padding: 64px 5% 32px;
  }
  .top__products-plan h4 {
    font-size: 22px;
    line-height: 130%;
  }
  .top__products-plan__wrap {
    flex-direction: column;
    gap: 32px;
    margin: 24px auto 80px;
    width: 90%;
  }
  .top__products-plan__cell {
    width: 100%;
    box-sizing: border-box;
  }
  .top__products-plan__img {
    z-index: 2;
    top: inherit;
    bottom: -40px;
    right: -26px;
    width: 98px;
  }
}

.top__products-plan__banner {
  display: block;
  margin: 24px 0;
}
.top__products-plan__banner img {
  width: 100%;
}

a.top__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 0;
  border-radius: 20px;
  background: #007ac2;
  width: 394px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
a.top__btn:hover {
  text-decoration: none;
}
.top__btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 20px;
}
@media screen and (max-width: 767px) {
  a.top__btn {
    width: 100%;
  }
  .top__btn::after {
    right: 16px;
  }
}

/* 導入事例 */
.top__case {
  background: #f5f5f2;
  padding: 100px 0 0;
}
.top__case-slide {
  width: 1240px;
  margin: 32px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__case-slide {
    width: 100%;
  }
}
.top__case-slide .swiper-slide {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  height: auto;
  margin-left: 16px;
  margin-right: 0 !important;
}
.top__case-slide__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.top__case-slide__btn.is-prev {
  left: 0;
  background: #f5f5f2;
}
.top__case-slide__btn.is-next {
  right: 0;
  background: #f5f5f2;
}
@media screen and (max-width: 767px) {
  .top__case-slide__btn {
    display: none;
  }
}

.top__case-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;
}
.top__case-slide__btn.is-prev::after {
  left: 50%;
}
.top__case-slide__btn.is-next::after {
  right: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.top__case-slide__btn.is-prev:hover::after {
  left: 45%;
}
.top__case-slide__btn.is-next:hover::after {
  right: 45%;
}

.top__case-slide__bottom {
  margin: 32px auto 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.top__case-slide__bottom .swiper-pagination span {
  background: #fff;
}
.top__case-slide__bottom .swiper-pagination span.swiper-pagination-bullet-active {
  background: #007ac2;
}

.top__case-slide__cell {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.top__case-slide__cell-img {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
}
.top__case-slide__cell-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.top__case-slide__cell-info {
  padding: 16px 20px;
  flex-grow: 1;
}
.top__case-slide__cell-date {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
}
.top__case-slide__cell-date span {
  display: inline-block;
  padding: 4px 8px;
  background: #eb0020;
  color: #fff;
  margin-left: 8px;
  font-size: 10px;
}
.top__case-slide__cell-case {
  margin: 8px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
.top__case-slide__cell-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.top__case-slide__cell-name {
  margin-top: 16px;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
.top__case-slide__cell-title {
  margin-top: 8px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.top__case-slide__cell-btn {
  padding: 0 0 24px;
}
.top__case-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;
}
.top__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;
}
.top__case-slide__cell-btn a:hover {
  text-decoration: none;
}

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

/* お役立ちコンテンツ */
.top__info {
  background: #f5f5f2;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .top__case .top__btn,
  .top__info .top__btn {
    width: 80%;
  }
}

/* 最新のお知らせ */
.top__news {
  padding: 100px 0 0;
}
.top__news-list {
  padding: 48px 0 0;
  list-style: none;
  width: 960px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top__news-list {
    width: 100%;
  }
}

.top__news-list .item {
  padding: 0 16px 16px;
}
.top__news-list .item.is-hidden {
  display: none;
}
.top__news-list .item .inner {
  display: flex;
}
.top__news-list .item .date {
  flex: 0 0 130px;
  font-size: 14px;
  line-height: 24px;
}
.top__news-list .item .text {
  flex: 1 1 auto;
  font-size: 16px;
}
.top__news-list .item .text span {
  font-size: 12px;
}
.top__news-list .item .infonew {
  position: relative;
  margin-right: 0.5em;
  color: #ff0000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top__news-list ol {
    padding-left: 0;
    padding-right: 0;
  }
  .top__news-list .item .inner {
    display: block;
  }
  .top__news-list .item .date {
    display: block;
    margin-bottom: 4px;
    line-height: 1;
  }
}
.top__news-list .more {
  margin-top: 24px;
}
.top__news-list .more .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 400px;
  height: 48px;
  border-radius: 24px;
  color: #007ac2;
  border: 1px solid #007ac2;
  font-size: 14px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top__news-list .more .button {
    width: 70%;
  }
}
.top__news-list .more .button:hover {
  background: rgba(0, 90, 180, 0.07);
  text-decoration: none;
}
.top__news-list.is-active .more .button .text {
  display: none;
}
.top__news-list.is-active .more .button::before {
  content: attr(data-close-text);
}
.top__news-list .more .button .icon::before,
.top__news-list .more .button .icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  background: #007ac2;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}
.top__news-list .more .button .icon::after {
  transform: translateY(-50%) rotate(90deg);
}
.top__news-list.is-active .more .button .icon::after {
  transform: translateY(-50%) rotate(180deg);
}

/* twitter */
.top__twitter {
  padding: 100px 0 0;
}

/* 特集バナー */
.top__banner {
  padding: 0 0 164px;
}
.top__banner-inner {
  display: block;
  width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  /* border: 1px solid #d9d9d9; */
  background: #f5f5f2;
  padding: 20px;
  box-sizing: border-box;

  transition: 0.3s all ease;
}
.top__banner-inner:hover,
.top__banner-inner_2:hover {
  text-decoration: none;
  opacity: 0.5;
}
.top__banner-inner_2 {
  display: block;
  width: 1200px;
  margin: 0 auto;
  transition: 0.3s all ease;
}

@media screen and (max-width: 767px) {
  .top__banner {
    padding: 0 0 100px;
  }
  .top__banner-inner {
    width: 90%;
    padding: 20px 20px 40px;
  }
  .top__banner-inner_2 {
    width: 90%;
  }
  .top__banner-inner_2 img {
    width: 100%;
  }
}

.top__banner-inner__wrap {
  display: flex;
  align-items: center;
  gap: 80px;
}
.top__banner-inner__img {
  border-radius: 10px;
  background: #f5faff;
  width: 320px;
  overflow: hidden;
}
.top__banner-inner__img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top__banner-inner__wrap {
    flex-direction: column;
    gap: 24px;
  }
  .top__banner-inner__img {
    width: 100%;
  }
}

.top__banner-inner__info {
  color: #333;
}
.top__banner-inner__copy {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}
.top__banner-inner__title {
  position: relative;
  margin-top: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}
.top__banner-inner__title span {
  position: relative;
}
.top__banner-inner__title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #ffe000;
  left: 0;
  top: 32px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .top__banner-inner__copy {
    font-size: 16px;
    text-align: center;
    line-height: 130%;
  }
  .top__banner-inner__title {
    font-size: 20px;
  }
  .top__banner-inner__title span::before {
    top: 18px;
    height: 6px;
  }
}

.top__banner-inner__btn {
  position: relative;
  margin: 28px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  width: 287px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #007ac2;
}
.top__banner-inner__btn::after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top__banner-inner__btn {
    width: 90%;
    margin: 28px auto 0;
  }
}
