@charset "UTF-8";
img, svg {
  max-width: 100%;
}

.bunkyou {
  color: #333;
  position: relative;
  font-size: 1rem;
  line-height: 1.75;
}

@media (max-width: 1000px) {
  .bunkyou {
    font-size: 0.8125rem;
  }
}

@media (max-width: 600px) {
  .bunkyou {
    font-size: 0.8125rem;
  }
}

.bunkyou * {
  box-sizing: border-box;
}

.bunkyou img {
  vertical-align: bottom;
}

.bunkyou_text--coloro {
  color: #ff9226;
}

.bunkyou_text--link {
  color: #ff9226;
  text-decoration: none;
  transition: all 0.2s;
}

.bunkyou_text--link:hover {
  text-decoration: underline;
}

.bunkyou_title--large {
  font-size: 1.625rem;
}

@media (max-width: 1000px) {
  .bunkyou_title--large {
    font-size: 1.5rem;
  }
}

@media (max-width: 600px) {
  .bunkyou_title--large {
    font-size: 1.375rem;
  }
}

.bunkyou_title--medium {
  font-size: 1.5rem;
}

@media (max-width: 1000px) {
  .bunkyou_title--medium {
    font-size: 1.375rem;
  }
}

@media (max-width: 600px) {
  .bunkyou_title--medium {
    font-size: 1.25rem;
  }
}

.bunkyou_title--small {
  font-size: 1.375rem;
}

@media (max-width: 1000px) {
  .bunkyou_title--small {
    font-size: 1.125rem;
  }
}

@media (max-width: 600px) {
  .bunkyou_title--small {
    font-size: 1rem;
  }
}

.bunkyou_title--xsmall {
  font-size: 1.0625rem;
}

@media (max-width: 1000px) {
  .bunkyou_title--xsmall {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .bunkyou_title--xsmall {
    font-size: 1rem;
  }
}

.bunkyou_hero2 {
  min-height: 550px;
  height: 550px;
  background: url(/education/assets/img/case/case_hero.jpg) 50% 50% no-repeat #fafcfb;
  background-size: contain;
  background-color: #f7f7f7;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .bunkyou_hero2 {
    background-size: cover;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero2 {
    background: url(/education/assets/img/case/case_hero_sp.jpg) top center no-repeat #fafcfb;
    background-size: contain;
    min-height: auto;
    height: auto;
  }
}

.bunkyou_hero2.is-reason {
  background-image: url(/education/assets/img/reason/hero.jpg);
}

.bunkyou_hero2.is-reason .bunkyou_hero2_title {
  width: 342px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-reason {
    background-image: url(/education/assets/img/reason/hero_sp.jpg);
  }
  .bunkyou_hero2.is-reason .bunkyou_hero2_title {
    width: 80%;
  }
}

.bunkyou_hero2.is-case {
  background-image: url(/education/assets/img/case/case_hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case .bunkyou_hero2_title {
  width: 163px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case {
    background-image: url(/education/assets/img/case/case_hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case .bunkyou_hero2_title {
    width: 110px;
  }
}

.bunkyou_hero2.is-case-kashiwagi {
  background-image: url(/education/assets/img/case/kashiwagi/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-kashiwagi .bunkyou_hero2_title {
  width: 530px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-kashiwagi {
    background-image: url(/education/assets/img/case/kashiwagi/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-kashiwagi .bunkyou_hero2_title {
    width: 90%;
  }
}

.bunkyou_hero2.is-case-takinogawa {
  background-image: url(/education/assets/img/case/takinogawa/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-takinogawa .bunkyou_hero2_title {
  width: 530px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-takinogawa {
    background-image: url(/education/assets/img/case/takinogawa/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-takinogawa .bunkyou_hero2_title {
    width: 90%;
  }
}

.bunkyou_hero2.is-case-toyokawa {
  background-image: url(/education/assets/img/case/toyokawa/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-toyokawa .bunkyou_hero2_title {
  width: 755px;
}

@media (max-width: 1000px) {
  .bunkyou_hero2.is-case-toyokawa .bunkyou_hero2_title {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-toyokawa {
    background-image: url(/education/assets/img/case/toyokawa/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-toyokawa .bunkyou_hero2_title {
    width: 90%;
  }
}

.bunkyou_hero2.is-case-edotori {
  background-image: url(/education/assets/img/case/edotori/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-edotori .bunkyou_hero2_title {
  width: 820px;
}

@media (max-width: 1000px) {
  .bunkyou_hero2.is-case-edotori .bunkyou_hero2_title {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-edotori {
    background-image: url(/education/assets/img/case/edotori/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-edotori .bunkyou_hero2_title {
    width: 90%;
  }
}

.bunkyou_hero2.is-case-gijuku {
  background-image: url(/education/assets/img/case/gijuku/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-gijuku .bunkyou_hero2_title {
  width: 675px;
}

@media (max-width: 1000px) {
  .bunkyou_hero2.is-case-gijuku .bunkyou_hero2_title {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-gijuku {
    background-image: url(/education/assets/img/case/gijuku/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-gijuku .bunkyou_hero2_title {
    width: 90%;
  }
}

.bunkyou_hero2.is-case-hachioji {
  background-image: url(/education/assets/img/case/hachioji/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-hachioji .bunkyou_hero2_title {
  width: 675px;
}

@media (max-width: 1000px) {
  .bunkyou_hero2.is-case-hachioji .bunkyou_hero2_title {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-hachioji {
    background-image: url(/education/assets/img/case/hachioji/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-hachioji .bunkyou_hero2_title {
    width: 90%;
  }
}

.bunkyou_hero2.is-case-shotoukakoen-ejh {
  background-image: url(/education/assets/img/case/shotoukakoen-ejh/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-shotoukakoen-ejh .bunkyou_hero2_title {
  width: 675px;
}

@media (max-width: 1000px) {
  .bunkyou_hero2.is-case-shotoukakoen-ejh .bunkyou_hero2_title {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-shotoukakoen-ejh {
    background-image: url(/education/assets/img/case/shotoukakoen-ejh/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-shotoukakoen-ejh .bunkyou_hero2_title {
    width: 90%;
  }
}

.bunkyou_hero2.is-case-fukuokafutaba {
  background-image: url(/education/assets/img/case/fukuokafutaba/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-fukuokafutaba .bunkyou_hero2_title {
  width: 492px;
}

@media (max-width: 1000px) {
  .bunkyou_hero2.is-case-fukuokafutaba .bunkyou_hero2_title {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-fukuokafutaba {
    background-image: url(/education/assets/img/case/fukuokafutaba/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-fukuokafutaba .bunkyou_hero2_title {
    width: 90%;
  }
}

.bunkyou_hero2.is-case-nichidai3 {
  background-image: url(/education/assets/img/case/nichidai3/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-nichidai3 .bunkyou_hero2_title {
  width: 492px;
}

@media (max-width: 1000px) {
  .bunkyou_hero2.is-case-nichidai3 .bunkyou_hero2_title {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-nichidai3 {
    background-image: url(/education/assets/img/case/nichidai3/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-nichidai3 .bunkyou_hero2_title {
    width: 90%;
  }
}

.bunkyou_hero2.is-case-akenohoshi {
  background-image: url(/education/assets/img/case/akenohoshi/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-akenohoshi .bunkyou_hero2_title {
  width: 492px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-akenohoshi {
    background-image: url(/education/assets/img/case/akenohoshi/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-akenohoshi .bunkyou_hero2_title {
    width: 95%;
  }
}

.bunkyou_hero2.is-case-kamimura {
  background-image: url(/education/assets/img/case/kamimura/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-kamimura .bunkyou_hero2_title {
  width: 440px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-kamimura {
    background-image: url(/education/assets/img/case/kamimura/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-kamimura .bunkyou_hero2_title {
    width: 95%;
  }
}

.bunkyou_hero2.is-case-kyototachibana {
  background-image: url(/education/assets/img/case/kyototachibana/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-kyototachibana .bunkyou_hero2_title {
  width: 524px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-kyototachibana {
    background-image: url(/education/assets/img/case/kyototachibana/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-kyototachibana .bunkyou_hero2_title {
    width: 95%;
  }
}

.bunkyou_hero2.is-case-salesio {
  background-image: url(/education/assets/img/case/salesio/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-salesio .bunkyou_hero2_title {
  width: 524px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-salesio {
    background-image: url(/education/assets/img/case/salesio/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-salesio .bunkyou_hero2_title {
    width: 95%;
  }
}

.bunkyou_hero2.is-case-osakaseiryo {
  background-image: url(/education/assets/img/case/osakaseiryo/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-osakaseiryo .bunkyou_hero2_title {
  width: 524px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-osakaseiryo {
    background-image: url(/education/assets/img/case/osakaseiryo/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-osakaseiryo .bunkyou_hero2_title {
    width: 95%;
  }
}

.bunkyou_hero2.is-case-aiko {
  background-image: url(/education/assets/img/case/aiko/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-aiko .bunkyou_hero2_title {
  width: 411px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-aiko {
    background-image: url(/education/assets/img/case/aiko/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-aiko .bunkyou_hero2_title {
    width: 71%;
  }
}

.bunkyou_hero2.is-case-gakushuin {
  background-image: url(/education/assets/img/case/gakushuin/hero.jpg);
  background-color: #eeedee;
}

.bunkyou_hero2.is-case-gakushuin .bunkyou_hero2_title {
  width: 600px;
}

@media (max-width: 640px) {
  .bunkyou_hero2.is-case-gakushuin .bunkyou_hero2_title {
    width: 560px;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-gakushuin {
    background-image: url(/education/assets/img/case/gakushuin/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-gakushuin .bunkyou_hero2_title {
    width: 98%;
  }
}

.bunkyou_hero2.is-case-k-kyoei {
  background-image: url(/education/assets/img/case/k-kyoei/hero.jpg);
  background-color: #f6f6f6;
}

.bunkyou_hero2.is-case-k-kyoei .bunkyou_hero2_title {
  width: 643px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-k-kyoei {
    background-image: url(/education/assets/img/case/k-kyoei/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-k-kyoei .bunkyou_hero2_title {
    width: 85%;
  }
}

.bunkyou_hero2.is-case-yjp_y_gakuin {
  background-image: url(/education/assets/img/case/yjp_y_gakuin/hero.jpg);
  background-color: #f6f6f6;
}

.bunkyou_hero2.is-case-yjp_y_gakuin .bunkyou_hero2_title {
  width: 480px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-case-yjp_y_gakuin {
    background-image: url(/education/assets/img/case/yjp_y_gakuin/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-case-yjp_y_gakuin .bunkyou_hero2_title {
    width: 85%;
  }
}

.bunkyou_hero2.is-solution {
  background-image: url(/education/assets/img/solution/hero.jpg);
}

.bunkyou_hero2.is-solution .bunkyou_hero2_title {
  width: 451px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-solution {
    background-image: url(/education/assets/img/solution/hero_sp.jpg);
  }
  .bunkyou_hero2.is-solution .bunkyou_hero2_title {
    width: 80%;
  }
}

.bunkyou_hero2.is-ict {
  background-image: url(/education/assets/img/ict/hero.jpg);
  background-color: #f2f4f9;
}

.bunkyou_hero2.is-ict .bunkyou_hero2_title {
  width: 451px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-ict {
    background-image: url(/education/assets/img/ict/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-ict .bunkyou_hero2_title {
    width: 80%;
  }
}

.bunkyou_hero2.is-movie {
  background-image: url(/education/assets/img/movie/hero.jpg);
  background-color: #e3e4dd;
}

.bunkyou_hero2.is-movie .bunkyou_hero2_title {
  width: 240px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-movie {
    background-image: url(/education/assets/img/movie/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-movie .bunkyou_hero2_title {
    width: 45.25%;
  }
}

.bunkyou_hero2.is-alp {
  background-image: url(/education/assets/img/alp/hero.jpg);
  background-color: #f2f4f9;
  background-size: cover;
}

.bunkyou_hero2.is-alp .bunkyou_hero2_title {
  width: 455px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-alp {
    background-image: url(/education/assets/img/alp/hero_sp.jpg);
    background-color: #fff;
  }
  .bunkyou_hero2.is-alp .bunkyou_hero2_inr2 {
    padding-top: 71%;
  }
  .bunkyou_hero2.is-alp .bunkyou_hero2_title {
    width: 71.25%;
    margin: auto;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-alp .bunkyou_hero_item_inr02 {
    margin-top: 20px;
    bottom: 0;
  }
}

.bunkyou_hero2.is-support {
  background-image: url(/education/assets/img/support/hero.jpg);
  background-color: #f2f4f9;
  background-size: cover;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-support {
    background-image: url(/education/assets/img/support/hero_sp.jpg);
  }
}

.bunkyou_hero2.is-support .bunkyou_hero2_title {
  width: 478px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-support .bunkyou_hero2_title {
    width: 80.78125%;
    margin: auto;
  }
}

.bunkyou_hero2.is-support .bunkyou_hero_item_inr02 {
  bottom: 150px;
}

@media (max-width: 600px) {
  .bunkyou_hero2.is-support .bunkyou_hero_item_inr02 {
    margin-top: 20px;
    bottom: 0;
  }
}

.bunkyou_hero2_inr {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .bunkyou_hero2_inr {
    width: auto;
  }
}

.bunkyou_hero2_inr2 {
  position: absolute;
  top: calc(50% - 40px);
  transform: translateY(-50%);
  min-width: 1200px;
}

@media (max-width: 1200px) {
  .bunkyou_hero2_inr2 {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero2_inr2 {
    padding-top: 61%;
    padding-bottom: 20px;
    position: static;
    top: auto;
    left: auto;
    min-width: auto;
    transform: translateY(0);
    width: 94%;
    margin: 0 auto;
  }
}

.bunkyou_hero2_txt {
  width: 45.83333%;
  margin-top: 40px;
}

@media (max-width: 600px) {
  .bunkyou_hero2_txt {
    width: 100%;
    margin-top: 20px;
  }
}

.bunkyou_info {
  border: 3px solid #ff9226;
  margin-bottom: 6.66667%;
}

@media (max-width: 600px) {
  .bunkyou_info {
    margin-bottom: 13.33333%;
  }
}

@media (max-width: 1200px) {
  .bunkyou_info {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.bunkyou_info h2 {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 1.75rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb347), to(#ff756b));
  background-image: -webkit-linear-gradient(left, #ffb347 0%, #ff756b 100%);
  background-image: -o-linear-gradient(left, #ffb347 0%, #ff756b 100%);
  background-image: linear-gradient(90deg, #ffb347 0%, #ff756b 100%);
}

@media (max-width: 600px) {
  .bunkyou_info h2 {
    font-size: 1.25rem;
  }
}

.bunkyou_info_text {
  padding: 1.66667%;
  background: #FFF;
}

@media (max-width: 600px) {
  .bunkyou_info_text {
    padding: 5%;
  }
  .bunkyou_info_text .g-btn, .bunkyou_info_text .g-btn-round {
    font-size: 100%;
  }
}

.bunkyou_info_text p {
  margin-bottom: 1em;
}

.btn_wrap {
  /* width: 280px; */
  width: 360px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 600px) {
  .btn_wrap {
    width: 78.125%;
  }
}

.btn_wrap.is-dl {
  height: 60px;
  width: 300px;
}

@media (max-width: 600px) {
  .btn_wrap.is-dl {
    height: 40px;
    width: 90%;
  }
}

.btn_wrap.is-dl .bunkyou_btn_bdr, .btn_wrap.is-dl #alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail a, #alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail .btn_wrap.is-dl a {
  height: 60px;
  font-size: 1rem;
  padding: 13px;
}

@media (max-width: 600px) {
  .btn_wrap.is-dl .bunkyou_btn_bdr, .btn_wrap.is-dl #alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail a, #alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail .btn_wrap.is-dl a {
    height: auto;
    font-size: 0.75rem;
    padding: 9px;
  }
}

.btn_hero__basic01 {
  margin-left: 10px;
}

.btn_hero__basic01 a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 40px;
  padding: 8px 50px 8px 40px;
  border: 2px solid #2b4e76;
  background-color: #2b4e76;
  transition: all 0.3s;
}

.btn_hero__basic01 a:hover {
  color: #2b4e76;
  background-color: #fff;
}

.btn_hero__basic01 a:hover:before {
  border-color: #2b4e76;
}

.btn_hero__basic01 a:before {
  position: absolute;
  top: 46%;
  right: 25px;
  width: 8px;
  height: 8px;
  margin: -2px 0 0 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  content: "";
  transform: rotate(45deg);
  transition: all 0.3s;
}

@media (max-width: 600px) {
  .btn_hero__basic01 {
    width: 80%;
    margin: -10px auto 0 auto;
  }
  .btn_hero__basic01 a {
    padding: 10px 0 10px 0;
    font-size: 1rem;
    border-radius: 50px;
    background-position: 23% 50%;
    background-size: 8%;
    text-align: center;
  }
}

.bunkyou_btn_gray {
  font-size: 1rem;
  font-weight: 700;
  border-radius: 40px;
  height: auto;
  position: relative;
  background: #444;
  border: 2px solid #444;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 20px;
  -webkit-transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  width: 100%;
  /* min-width: 200px;
    min-width: 20rem; */
  outline: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .2s;
  text-decoration: none;
}

.bunkyou_btn_gray > span {
  position: relative;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .bunkyou_btn_gray {
    font-size: 0.8125rem;
    padding: 15px;
  }
}

.bunkyou_btn_gray.is-m {
  font-size: 1rem;
  padding: 15px;
  height: auto;
  border-radius: 30px;
}

@media (max-width: 600px) {
  .bunkyou_btn_gray.is-m {
    font-size: 0.9375rem;
    padding: 10px;
  }
}

.bunkyou_btn_gray.is-m .ico_arw_r {
  right: -20px;
}

.bunkyou_btn_gray.is-m:hover .ico_arw_r {
  right: -30px;
}

.bunkyou_btn_gray:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #ff9226;
}

.bunkyou_btn_gray:hover .ico_arw_r {
  opacity: 1;
  right: -50px;
  /* right: -1.5rem; */
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
  background-size: cover;
}

.bunkyou_btn_gray:hover span {
  transform: translate3d(0, 0, 0);
}

.bunkyou_btn_gray.btn_close {
  background: #444 !important;
  color: #fff !important;
  cursor: default;
}

.bunkyou_btn_gray.btn_close .ico_arw_r {
  display: none;
}

.bunkyou_btn_gray.btn_close:hover {
  background: #444 !important;
  color: #fff !important;
}

.bunkyou_btn_gray .ico_arw_r {
  position: absolute;
  width: 1.1em;
  right: -35px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
  width: 8px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.02%2026.61%22%3E%3Cpath%20fill%3D%22%23ff9226%22%20d%3D%22M3.81.4L.34%203.86l9.39%209.39-9.39%209.39%203.47%203.46%209.39-9.39%203.46-3.46-3.46-3.46L3.81.4z%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
}

/* a inner */
.bunkyou_btn_outer {
  color: #333;
}

.bunkyou_btn_bdr, #alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail a {
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 30px;
  height: 50px;
  position: relative;
  border: 3px solid #444;
  color: #444;
  background: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px;
  -webkit-transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  width: 100%;
  /* min-width: 200px;
    min-width: 20rem; */
  outline: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .2s;
}

@media (max-width: 600px) {
  .bunkyou_btn_bdr, #alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail a {
    font-size: 0.75rem;
    border: 2px solid #444;
    padding: 8px;
    height: 40px;
  }
}

.bunkyou_btn_bdr.is-dl, #alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail a.is-dl {
  height: 50px;
}

.bunkyou_btn_bdr > span, #alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail a > span {
  position: relative;
  vertical-align: middle;
}

.bunkyou_btn_bdr .ico_arw_r, #alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail a .ico_arw_r {
  position: absolute;
  width: 1.1em;
  /* right: 0px;
    right: 0rem; */
  right: -15px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
  width: 6px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2026%22%3E%3Cpath%20fill%3D%22%23444%22%20d%3D%22M3.31.15L-.16%203.61%209.23%2013l-9.39%209.39%203.47%203.46%209.38-9.39L16.16%2013l-3.47-3.46L3.31.15z%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
}

.bunkyou_btn_bdr .ico_arw_r *, #alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail a .ico_arw_r * {
  stroke-width: 5;
  stroke-color: transparent;
}

.bunkyou_btn_outer:hover .ico_arw_r {
  opacity: 1;
  right: -25px;
  /* right: -1.5rem; */
  top: 50%;
  transform: translateY(-50%);
}

.bunkyou_btn_outer:hover span {
  /* transform: translate3d(-1rem, 0, 0); */
  transform: translate3d(0, 0, 0);
}

.bunkyou_btn_outer:hover .ico_arw_r:before {
  background-size: contain;
  background-repeat: none;
  /* opacity: 1;
  right: -2rem; */
}

.bunkyou_btn_blue {
  font-weight: 700;
  position: relative;
  display: table;
  background: #36368c;
  border-radius: 30px;
  height: 60px;
  text-decoration: none;
  width: 280px;
  margin: 0 auto;
  transition: background .2s;
}

.bunkyou_btn_blue:hover {
  background: #616771;
}

.bunkyou_btn_blue_inr {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.bunkyou_btn_blue_inr .ico {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.btn_hero__gray01.mail a {
  background-image: url("/education/assets/img/common/ico_mail_white.svg");
}

.btn_hero__gray01.mail a:hover {
  background-image: url("/education/assets/img/common/ico_mail_orange.svg");
}

.btn_hero__gray01.download {
  width: 25%;
}

.btn_hero__gray01.download a {
  padding: 5px 0 5px 1.8rem;
  font-size: 1.2rem;
  background-image: url("/education/assets/img/common/ico_download_white.svg");
  background-position: 13% 50%;
  text-align: center;
  background-size: 8%;
}

.btn_hero__gray01.download a:hover {
  background-image: url("/education/assets/img/common/ico_download_orange.svg");
}

.btn_hero__gray01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px 5px 65px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid #444444;
  line-height: 2;
  background-color: #444444;
  background-repeat: no-repeat;
  background-position: 15% 50%;
  background-size: 10%;
  transition: all 0.3s;
}

.btn_hero__gray01 a:hover {
  color: #ff9226;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .btn_hero__gray01.download {
    width: 100%;
  }
  .btn_hero__gray01.download a {
    padding: 10px 0 10px 1rem;
    font-size: 1rem;
    background-position: 20% 50%;
    background-size: 6%;
  }
  .btn_hero__gray01 a {
    padding: 10px 0 10px 1.5rem;
    font-size: 1rem;
    border-radius: 50px;
    border-radius: 50px;
    background-position: 23% 50%;
    background-size: 8%;
    text-align: center;
  }
}

.btn_case__gray01 {
  max-width: 255px;
  margin-left: 15px;
}

.btn_case__gray01.download a {
  background-image: url("/education/assets/img/common/ico_download_white.svg");
}

.btn_case__gray01.download a:hover {
  background-image: url("/education/assets/img/common/ico_download_orange.svg");
}

.btn_case__gray01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 50px;
  font-size: 0.875rem;
  background-size: 15px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid #444444;
  background-color: #444444;
  background-repeat: no-repeat;
  background-position: 30px 50%;
  transition: all 0.3s;
}

.btn_case__gray01 a:hover {
  color: #ff9226;
  background-color: #fff;
}

.btn_case__gray01 a span {
  font-size: 0.875rem;
}

@media (max-width: 600px) {
  .btn_case__gray01 {
    max-width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .btn_case__gray01 a {
    display: block;
    width: 75.92593%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 6px 0 6px 1rem;
    font-size: 0.75rem;
    text-align: center;
    background-size: 7%;
  }
  .btn_case__gray01 a span {
    font-size: 0.75rem;
  }
}

.btn_download01 {
  margin-top: 25px;
}

.btn_download01 a {
  position: relative;
  display: inline-block;
  padding: 8px 50px 8px 40px;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  border: 2px solid #15741c;
  border-radius: 40px;
  background-color: #15741c;
  text-decoration: none;
  transition: all 0.3s;
}

.btn_download01 a:hover {
  color: #15741c;
  background-color: #fff;
}

.btn_download01 a:hover:before {
  border-color: #15741c;
}

.btn_download01 a:before {
  position: absolute;
  top: 46%;
  right: 25px;
  width: 8px;
  height: 8px;
  margin: -2px 0 0 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  content: "";
  transform: rotate(45deg);
  transition: all 0.3s;
}

@media (max-width: 1000px) {
  .btn_download01 a {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .btn_download01 a {
    display: block;
    font-size: 0.875rem;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

.bunkyou_btn_box01 {
  margin-bottom: 70px;
  padding: 4%;
  text-align: center;
  background-color: #fff;
}

.bunkyou_btn_box01.mb00 {
  margin-bottom: 0;
}

.bunkyou_btn_box01 > p {
  font-size: 1rem;
}

.bunkyou_btn_box01 .btn_download01 {
  margin-top: 15px;
}

@media (max-width: 1000px) {
  .bunkyou_btn_box01 > p {
    font-size: 0.875rem;
  }
}

@media (max-width: 600px) {
  .bunkyou_btn_box01 {
    padding: 8% 4%;
  }
  .bunkyou_btn_box01 .btn_download01 a {
    width: 90%;
  }
}

.ico {
  position: relative;
  display: inline-block;
}

.ico:before, .ico:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
}

.ico:after {
  opacity: 0;
}

.ico_arw_r {
  width: 14px;
  height: 9px;
}

.ico_arw_r:before {
  background: url("/education/assets/img/common/ico_arw_wht.png");
  background-size: 100% auto;
  transform: rotate(-90deg);
}

.ico_arw_r:after {
  background: url("/education/assets/img/common/ico_arw_wht.png");
  background-size: 100% auto;
  transform: rotate(-90deg);
}

.ico_arw_d {
  width: 14px;
  height: 9px;
}

.ico_arw_d:before {
  background: url("/education/assets/img/common/ico_arw_d.svg");
  background-size: 100% auto;
}

.ico_arw_d:after {
  background: url("/education/assets/img/common/ico_arw_d_wht.svg");
  background-size: 100% auto;
}

.bunkyou_hover_shadow {
  text-decoration: none;
  transition: all .3s;
}

.bunkyou_hover_shadow:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(0px);
  opacity: 0.7;
}

@media (max-width: 600px) {
  .remodal-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.bunkyou_slide.slick-dotted.slick-slider {
  margin-bottom: -10px;
}

.bunkyou_slide .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  display: table;
  transition: all 0.2s;
}

.bunkyou_slide .slide-arrow:hover {
  opacity: 0.7;
}

@media (max-width: 600px) {
  .bunkyou_slide .slide-arrow {
    width: 30px;
  }
}

.bunkyou_slide .slide-arrow .inner {
  position: relative;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.bunkyou_slide .slide-arrow .inner .g-ico {
  stroke: #0c0d6a;
  width: 5vw;
  height: 5vw;
}

@media (max-width: 1200px) {
  .bunkyou_slide .slide-arrow .inner .g-ico {
    width: 9vw;
    height: 9vw;
  }
}

@media (max-width: 600px) {
  .bunkyou_slide .slide-arrow .inner .g-ico {
    width: 10vw;
    height: 10vw;
  }
}

.bunkyou_slide .prev-arrow {
  left: 0;
}

.bunkyou_slide .prev-arrow .slide-arrow-inr {
  background: #efefef;
  opacity: 0.4;
  height: 100%;
  position: relative;
}

.bunkyou_slide .prev-arrow .slide-arrow-inr:after {
  display: block;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2026%22%3E%3Cpath%20fill%3D%22%230c0d6a%22%20d%3D%22M13.69%2025.85l3.47-3.46L7.77%2013l9.39-9.39L13.69.15%204.31%209.54.84%2013l3.47%203.46%209.38%209.39z%22%2F%3E%3C%2Fsvg%3E");
  width: 32px;
  height: 44px;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
}

.bunkyou_slide .next-arrow {
  right: 0;
}

.bunkyou_slide .next-arrow .slide-arrow-inr {
  height: 100%;
  position: relative;
}

.bunkyou_slide .slick-dots {
  margin-bottom: 0;
  bottom: 72px;
  background: 333;
}

@media (max-width: 600px) {
  .bunkyou_slide .slick-dots {
    margin-bottom: 20px;
    bottom: -4%;
  }
}

.bunkyou_slide .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

.bunkyou_slide .slick-dots li button {
  margin: 0;
  /* background: #616771; */
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #adadad;
  top: auto;
  transition: all .2s;
}

.bunkyou_slide .slick-dots li button:hover {
  background: #ff7f00;
}

.bunkyou_slide .slick-dots li button:before {
  opacity: 1;
  color: #fff;
  font-size: 0;
  content: none;
  width: 10px;
  height: 10px;
}

.bunkyou_slide .slick-dots li.slick-active button {
  opacity: 1;
  background: #ff7f00;
}

.js-animate {
  opacity: 0;
  transform: translateY(3%);
  transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
}

.is-start {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.js-animate-title {
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
}

.is-anime {
  opacity: 1;
}

.bunkyou_slide__logo {
  top: 78px;
}

.bunkyou_slide__text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  top: 150px;
}

@media only screen and (max-width: 768px) {
  .bunkyou_slide {
    margin-top: 60px;
  }
}

.bunkyou_hero_item {
  display: block;
}

.bunkyou_hero_item_inr {
  position: relative;
  max-width: 1200px;
  height: 540px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .bunkyou_hero_item_inr {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    height: auto;
    min-height: 460px;
  }
}

.bunkyou_slide__item {
  position: relative;
}

.bunkyou_hero_item_inr02 {
  position: absolute;
  bottom: 110px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  left: 0;
  right: 0;
  width: 100% !important;
}

.bunkyou_hero_item_inr02 .btn_hero__basic01,
.bunkyou_hero_item_inr02 .btn_hero__gray01.mail {
  height: 52px;
}

@media (max-width: 1200px) {
  .bunkyou_hero_item_inr02 {
    left: 70px;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero_item_inr02 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    bottom: 30px;
    left: 0;
    display: block;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .bunkyou_hero_item_inr02 .btn_hero__gray01 {
    left: 70px;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero_item_inr02 .btn_hero__gray01 {
    transform: translateY(-25px);
    width: 80%;
    position: initial;
    margin: 0 auto;
  }
}

.bunkyou_hero_item01 {
  background: url("/education/assets/img/top/hero01.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  .bunkyou_hero_item01 {
    background: url("/education/assets/img/top/hero01_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}

.bunkyou_hero_item01 .bunkyou_hero_lead {
  margin: 0;
  padding: 20px;
}

@media (max-width: 600px) {
  .bunkyou_hero_item01 .bunkyou_hero_lead {
    position: static;
  }
}

.bunkyou_hero_item02 {
  background: url("/education/assets/img/top/hero02.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  .bunkyou_hero_item02 {
    background: url("/education/assets/img/top/hero02_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}

.bunkyou_hero_lead_title {
  color: #ff9226;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.bunkyou_hero_lead_txt {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.66667;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.bunkyou_hero_img img {
  width: 100%;
}

.bunkyou_hero_item03 {
  background: url("/education/assets/img/top/hero_case01.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  .bunkyou_hero_item03 {
    background: url("/education/assets/img/top/hero_case01_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}

.bunkyou_hero_item03 .bunkyou_hero_logo {
  width: auto;
}

@media (max-width: 1000px) {
  .bunkyou_hero_item03 .bunkyou_hero_logo {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero_item03 .bunkyou_hero_logo {
    width: 70%;
  }
}

.bunkyou_hero_item04 {
  background: url("/education/assets/img/top/hero_case02.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  .bunkyou_hero_item04 {
    background: url("/education/assets/img/top/hero_case02_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}

.bunkyou_hero_item04 .bunkyou_hero_logo {
  width: auto;
}

@media (max-width: 1000px) {
  .bunkyou_hero_item04 .bunkyou_hero_logo {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero_item04 .bunkyou_hero_logo {
    width: 70%;
  }
}

.bunkyou_hero_main.is-sp {
  display: none;
}

@media (max-width: 600px) {
  .bunkyou_hero_main {
    width: 59.84375%;
    height: 29.47368%;
    top: 4.6875%;
    left: 10px;
  }
  .bunkyou_hero_main.is-sp {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}

.bunkyou_hero_logo {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  width: 373px;
  margin: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  .bunkyou_hero_logo {
    left: 70px;
  }
}

@media (max-width: 1000px) {
  .bunkyou_hero_logo {
    width: 35%;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero_logo {
    top: 30px;
    left: 20px;
    width: 60%;
  }
}

.bunkyou_hero_txt {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 53.7037%;
  width: 370px;
}

@media (max-width: 1200px) {
  .bunkyou_hero_txt {
    left: 70px;
  }
}

@media (max-width: 600px) {
  .bunkyou_hero_txt {
    left: 20px;
    width: 230px;
    bottom: 40px;
    top: initial;
  }
}

.bunkyou_nav_container {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 600px) {
  .bunkyou_nav_container {
    padding: 0 0 15px;
    margin-top: 6% !important;
    margin-right: 0;
    margin-left: 0;
  }
}

.bunkyou_nav_wrap2 {
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100%;
}

@media (max-width: 600px) {
  .bunkyou_nav_wrap2 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    position: static;
    transform: none;
  }
}

.bunkyou_nav {
  max-width: 1200px;
  border: 3px solid #ff9226;
  border-radius: 6px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .bunkyou_nav {
    border: 2px solid #ff9226;
    border-radius: 3px;
  }
}

.bunkyou_nav_inr {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 600px) {
  .bunkyou_nav_inr {
    display: block;
  }
}

.bunkyou_nav_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 35%;
  height: 107px;
  padding: 0 0 10px;
  color: #333;
  font-weight: bold;
  background: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.4;
  transition: background .2s, color .2s;
}

.bunkyou_nav_item.pc {
  display: flex;
}

@media (max-width: 600px) {
  .bunkyou_nav_item.pc {
    display: none;
  }
}

@media (max-width: 1000px) {
  .bunkyou_nav_item {
    font-size: 0.75rem;
    height: 103px;
  }
}

@media (max-width: 600px) {
  .bunkyou_nav_item {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    text-align: left;
    padding: 10px 30px 10px 10px;
    font-size: 0.875rem;
  }
}

.bunkyou_nav_item:not(:first-child) {
  border-left: 3px solid #ff9226;
}

@media (max-width: 600px) {
  .bunkyou_nav_item:not(:first-child) {
    border-left: none;
    border-top: 2px solid #ff9226;
  }
  .bunkyou_nav_item:not(:first-child) .u-pc {
    display: none;
  }
}

@media (max-width: 600px) {
  .bunkyou_nav_item {
    display: block;
    width: 100%;
    height: auto;
  }
}

.bunkyou_nav_item .ico_arw_d {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: fill .2s;
}

@media (max-width: 600px) {
  .bunkyou_nav_item .ico_arw_d {
    bottom: initial;
    right: 15px;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.bunkyou_nav_item:hover {
  color: #fff;
  background: #ff9226;
}

.bunkyou_nav_item:hover .ico_arw_d:before {
  opacity: 0;
}

.bunkyou_nav_item:hover .ico_arw_d:after {
  opacity: 1;
}

.bunkyou_nav_item:after {
  position: absolute;
}

.bunkyou_nav_item.is-active {
  background: #ff9226;
  color: #fff;
}

.bunkyou_nav_item.is-active .ico_arw_d:before {
  opacity: 0;
}

.bunkyou_nav_item.is-active .ico_arw_d:after {
  opacity: 1;
}

@media (min-width: 601px) {
  .bunkyou_nav_container.is-fixed .bunkyou_nav_wrap2 {
    position: fixed;
    left: 0;
    transform: translate(0, calc(-100% - 90px));
  }
  .bunkyou_nav_container.is-fixed .bunkyou_nav_wrap {
    transition: all .5s;
  }
  .bunkyou_nav_container.is-fixed.is-up .bunkyou_nav_wrap {
    transform: translate(0, calc(100% + 90px));
  }
  .bunkyou_nav_container.is-fixed .bunkyou_nav_item {
    font-size: 0.75rem;
    transition: all .5s;
    font-size: 0.75rem;
    line-height: 1.3;
    height: 68px;
  }
  .bunkyou_nav_container.is-fixed .bunkyou_nav_item .ico_arw_d {
    bottom: 5px;
  }
}

.bunkyou_second_nav_container {
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 156px auto 60px;
}

@media (max-width: 600px) {
  .bunkyou_second_nav_container {
    margin: 0px auto 20px;
  }
}

.bunkyou_second_nav_container.case {
  margin: 90px auto 90px;
}

@media (max-width: 600px) {
  .bunkyou_second_nav_container.case {
    margin: 0;
    padding-top: 45px;
    padding-bottom: 125px;
  }
}

.bunkyou_second_nav {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  height: 70px;
}

@media (max-width: 600px) {
  .bunkyou_second_nav--half {
    height: auto;
    flex-wrap: wrap;
  }
}

.bunkyou_second_nav .ico_arw_s {
  width: 16px;
  height: 16px;
  position: relative;
  padding-right: 25px;
  background: url(/education/assets/img/common/ico_arw_org_s.png) right center no-repeat;
}

@media (max-width: 600px) {
  .bunkyou_second_nav .ico_arw_s {
    display: none;
  }
}

.bunkyou_second_nav_item {
  width: 33.33333%;
  list-style: none;
  border: 1px solid #e3e3e3;
  position: relative;
}

@media (max-width: 600px) {
  .bunkyou_second_nav_item--half {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .bunkyou_second_nav_item:after {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/education/assets/img/common/ico_arw_org_s.png) right center no-repeat;
    background-size: contain;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.bunkyou_second_nav_item + .bunkyou_second_nav_item {
  border-left: none;
}

@media (max-width: 600px) {
  .bunkyou_second_nav_item + .bunkyou_second_nav_item--half {
    border: 1px solid #e3e3e3;
  }
}

.bunkyou_second_nav_item.is-active {
  background: #efefef;
}

.bunkyou_second_nav_item.is-active a {
  pointer-events: none;
}

.bunkyou_second_nav_item > a:hover {
  background: #efefef;
}

.bunkyou_second_nav_item .bunkyou_second_nav_item_inr {
  position: relative;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #333;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  font-size: 1.125rem;
  line-height: 1.22222;
  font-weight: 700;
  position: relative;
}

@media (max-width: 1000px) {
  .bunkyou_second_nav_item .bunkyou_second_nav_item_inr {
    font-size: 0.9375rem;
  }
}

@media (max-width: 600px) {
  .bunkyou_second_nav_item .bunkyou_second_nav_item_inr {
    font-size: 0.625rem;
    line-height: 1.38462;
    padding-bottom: 20px;
    padding: 1em .5em;
  }
}

.bunkyou_second_nav_item .bunkyou_second_nav_item_inr.new:before {
  content: '';
  display: block;
  width: 50px;
  height: 100px;
  background: url("/education/assets/img/common/ico_new.svg") no-repeat;
  left: 0;
  top: 0;
  position: absolute;
}

.bunkyou_second_nav_item .bunkyou_second_nav_item_inr sup {
  font-size: 70%;
}

.bunkyou_section {
  padding: 20px 20px 100px;
}

@media (max-width: 600px) {
  .bunkyou_section {
    padding: 10px 10px 50px;
  }
}

.bunkyou_section.is-bg-gry {
  background: #efefef;
}

.bunkyou_section.is-bg-orange {
  background: #fff0e1;
}

.bunkyou_section.is-bg-grd {
  background-image: linear-gradient(90deg, #ffb347 0%, #ff756b 100%);
}

.bunkyou_section_inr {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

.bunkyou_section_inr + .bunkyou_section_inr {
  padding-top: 0;
}

.bunkyou_section_inr.is-spread {
  max-width: none;
}

@media (max-width: 1000px) {
  .bunkyou_section_inr {
    max-width: 100%;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.bunkyou_section_title {
  text-align: center;
  margin: 0 auto 60px;
}

@media (max-width: 600px) {
  .bunkyou_section_title {
    margin: 0 auto 30px;
  }
}

.bunkyou_section_title_en {
  display: block;
  text-align: center;
  margin: 0 0 27px;
  font-size: 0;
}

.bunkyou_section_title_main {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
}

.bunkyou_seminar_events {
  padding: 90px 0 100px;
}

@media (max-width: 600px) {
  .bunkyou_seminar_events {
    padding: 0 0 50px;
  }
}

.bunkyou_seminar_events .bunkyou_section_inr02 {
  max-width: 1200px;
  width: 100%;
  margin: 80px auto 0;
  border-top: 1px dotted #858585;
}

@media (max-width: 600px) {
  .bunkyou_seminar_events .bunkyou_section_inr02 {
    margin: 40px auto 0;
  }
}

.bunkyou_seminar_events .bunkyou_section_inr02 .bunkyou_seminar_events_title {
  width: 380px;
  padding-top: 80px;
}

@media (max-width: 600px) {
  .bunkyou_seminar_events .bunkyou_section_inr02 .bunkyou_seminar_events_title {
    width: 215px;
    padding-top: 40px;
  }
}

@media (max-width: 600px) {
  .bunkyou_seminar_events .bunkyou_section_inr {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.bunkyou_seminar_events_title {
  width: 349px;
}

@media (max-width: 600px) {
  .bunkyou_seminar_events_title {
    max-width: 212.5px;
  }
}

.bunkyou_seminar_events_box_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.bunkyou_seminar_events_box_wrap + .bunkyou_seminar_events_box_wrap {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .bunkyou_seminar_events_box_wrap {
    display: block;
  }
}

.bunkyou_seminar_events_box {
  width: 32.33333%;
  background: #fff;
  text-decoration: none;
  transition: all .3s;
  margin: 0.5%;
}

.bunkyou_seminar_events_box:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(0px);
  opacity: 0.7;
}

.bunkyou_seminar_events_box.none_link:hover {
  box-shadow: none;
  opacity: 1;
}

@media (max-width: 600px) {
  .bunkyou_seminar_events_box {
    display: block;
    width: 100%;
  }
  .bunkyou_seminar_events_box:not(:first-child) {
    margin-top: 15px;
  }
}

.bunkyou_seminar_events_box.is-full {
  width: 100%;
  display: flex;
}

@media (max-width: 600px) {
  .bunkyou_seminar_events_box.is-full {
    display: block;
  }
}

.bunkyou_seminar_events_box.is-full .bunkyou_seminar_events_box_img,
.bunkyou_seminar_events_box.is-full .bunkyou_seminar_events_box_main {
  width: 50%;
}

@media (max-width: 600px) {
  .bunkyou_seminar_events_box.is-full .bunkyou_seminar_events_box_img,
  .bunkyou_seminar_events_box.is-full .bunkyou_seminar_events_box_main {
    width: 100%;
  }
}

.bunkyou_seminar_events_box.is-full .bunkyou_seminar_events_box_img {
  background: url("/education/assets/img/top/seminer_img00_sp.jpg") 50% 50% no-repeat;
  background-size: cover;
  min-height: 190px;
}

@media (max-width: 600px) {
  .bunkyou_seminar_events_box.is-full .bunkyou_seminar_events_box_img {
    background: url("/education/assets/img/top/seminer_img00_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding-top: 57.66667%;
  }
}

.bunkyou_seminar_events_box_img {
  font-size: 0;
}

.bunkyou_seminar_events_box_img > img {
  width: 100%;
}

.bunkyou_seminar_events_box_main {
  padding: 15px 20px 35px;
  box-sizing: border-box;
}

.bunkyou_seminar_events_box_date {
  color: #666;
}

.bunkyou_seminar_events_box_title {
  font-size: 1.125rem;
  line-height: 1.66667;
  font-weight: bold;
  color: #ff9226;
  margin: 5px 0 0 0;
}

.bunkyou_seminar_events_box_txt {
  color: #333;
  margin: 5px 0 0 0;
}

.bunkyou_seminar_events_box_link {
  margin-top: 1em;
  text-align: right;
}

.bunkyou_seminar_events_box_link a {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.bunkyou_seminar_events_box_link a::before {
  position: absolute;
  top: 45%;
  right: 0;
  width: 8px;
  height: 8px;
  margin: -2px 0 0 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #0c0d6a;
  content: "";
  transform: rotate(45deg);
  transition: all 0.3s;
}

.bunkyou_seminar_events_box_tags {
  margin-bottom: 1.25em;
  display: flex;
  flex-wrap: wrap;
}

.bunkyou_seminar_events_box_tags span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 1em;
  border-radius: 1em;
  color: #fff;
  font-size: 0.75rem;
  line-height: 2;
}

@media (max-width: 600px) {
  .bunkyou_seminar_events_box_tags span {
    font-size: 0.6875rem;
  }
}

.bunkyou_seminar_events_box_tags .tag_seminar {
  background: #ff9226;
}

.bunkyou_seminar_events_box_tags .tag_online {
  background: #ff9226;
}

.bunkyou_seminar_events_box_tags .tag_meeting {
  background: #ff9226;
}

.bunkyou_seminar_events_box_tags .tag_close {
  background: #666;
}

.bunkyou_seminar_events_box_none {
  width: 100%;
  text-align: center;
  padding: 3em 1em;
  background: #fff;
}

.bunkyou_seminar_events_box_none a {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.bunkyou_seminar_events_box_none a::before {
  position: absolute;
  top: 45%;
  right: 0;
  width: 8px;
  height: 8px;
  margin: -2px 0 0 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #0c0d6a;
  content: "";
  transform: rotate(45deg);
  transition: all 0.3s;
}

.bunkyou_seminar_btn_wrap {
  margin-top: 50px;
  width: 460px;
}

@media (max-width: 600px) {
  .bunkyou_seminar_btn_wrap {
    margin-top: 35px;
    width: 78.125%;
  }
}

.bunkyou_seminar_magazine_txt::before, .bunkyou_seminar_magazine_txt::after {
  width: 1em;
  height: 2em;
  display: inline-block;
}

.bunkyou_seminar_magazine_txt::before {
  content: "＼";
}

.bunkyou_seminar_magazine_txt::after {
  content: "／";
}

.bunkyou_seminar_magazine_txt p {
  display: inline-block;
}

.bunkyou_about {
  padding: 20px 0 100px;
}

@media (max-width: 600px) {
  .bunkyou_about {
    padding: 10px 0 50px;
  }
}

.bunkyou_about .bunkyou_section_inr {
  padding-top: 160px;
}

@media (max-width: 600px) {
  .bunkyou_about .bunkyou_section_inr {
    padding-top: 30px;
  }
}

.bunkyou_about_title {
  width: 394px;
}

@media (max-width: 600px) {
  .bunkyou_about_title {
    max-width: 235px;
  }
}

.bunkyou_about_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .bunkyou_about_box_wrap {
    justify-content: space-between;
    padding: 0 60px;
  }
}

@media (max-width: 600px) {
  .bunkyou_about_box_wrap {
    display: block;
    padding: 0 30px;
  }
}

.bunkyou_about_box {
  width: 24.16667%;
  text-align: center;
}

@media (max-width: 1000px) {
  .bunkyou_about_box {
    width: 45%;
  }
  .bunkyou_about_box:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .bunkyou_about_box {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .bunkyou_about_box:not(:first-child) {
    margin-top: 40px;
  }
}

.bunkyou_about_box.is-01 {
  transition-delay: 200ms;
}

.bunkyou_about_box.is-02 {
  transition-delay: 500ms;
}

.bunkyou_about_box.is-03 {
  transition-delay: 700ms;
}

.bunkyou_about_box.is-04 {
  transition-delay: 1000ms;
}

.bunkyou_about_box_img img {
  vertical-align: bottom;
}

.bunkyou_about_box_title, #alp_step .alp_flexbox--05 h4, #support_ditail .support_flexbox--03 h4, #support_option .support_flexbox--02 h4 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.6;
  margin: 20px 0 0;
}

@media (max-width: 600px) {
  .bunkyou_about_box_title, #alp_step .alp_flexbox--05 h4, #support_ditail .support_flexbox--03 h4, #support_option .support_flexbox--02 h4 {
    font-size: 0.9375rem;
  }
}

.bunkyou_about_box_txt, #alp_step .alp_flexbox--05 p, #support_ditail .support_flexbox--03 p, #support_ditail p.note, #support_option .support_flexbox--02 p {
  text-align: center;
  color: #fff;
  margin: 15px 0 0;
  font-size: 0.9375rem;
}

@media (max-width: 600px) {
  .bunkyou_about_box_txt, #alp_step .alp_flexbox--05 p, #support_ditail .support_flexbox--03 p, #support_ditail p.note, #support_option .support_flexbox--02 p {
    margin-top: 10px;
    font-size: 0.8125rem;
  }
}

.bunkyou_about_btn_wrap {
  margin-top: 50px;
}

@media (max-width: 600px) {
  .bunkyou_about_btn_wrap {
    margin-top: 35px;
    width: 78.125%;
  }
}

.bunkyou_case_study_title {
  width: 292px;
}

@media (max-width: 600px) {
  .bunkyou_case_study_title {
    max-width: 174px;
  }
}

.bunkyou_case_study_slide {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.bunkyou_case_study_slick .slick-list {
  overflow: visible !important;
}

.bunkyou_case_study_slick {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.bunkyou_case_study_slick .slick-prev .g-ico, .slick-next .g-ico {
  width: 50px !important;
  height: 50px !important;
  background: #444;
  border-radius: 50%;
  stroke: #fff;
}

.bunkyou_case_study_slick .slick-prev, .slick-next {
  display: inline-block !important;
  height: auto !important;
  overflow: visible !important;
}

/* slick unique bunkyou_case_study_slide */
.bunkyou_case_study_slide {
  /* background: #efefef; */
  position: relative;
  margin-bottom: 71px;
}

.bunkyou_case_study_slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  transition: all .3s;
}

.bunkyou_case_study_slide .slick-arrow:hover {
  opacity: 0.7;
}

.bunkyou_case_study_slide .next-arrow {
  right: -45px;
}

@media (max-width: 1000px) {
  .bunkyou_case_study_slide .next-arrow {
    right: 0;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_study_slide .next-arrow {
    right: -15px;
  }
}

.bunkyou_case_study_slide .prev-arrow {
  left: -45px;
}

@media (max-width: 1000px) {
  .bunkyou_case_study_slide .prev-arrow {
    left: 0;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_study_slide .prev-arrow {
    left: -15px;
  }
}

.bunkyou_case_study_slide div:not(.slick-active) > .bunkyou_case_study_box_wrap > a {
  text-decoration: none;
}

.bunkyou_case_study_slide div:not(.slick-active) {
  /* opacity: 0.4; */
}

.bunkyou_case_study_slide .slick-cloned a {
  /* pointer-events: none;
  cursor: default;
  text-decoration:none; */
}

.bunkyou_case_study_slide .slick-active a {
  /* pointer-events: auto; */
  transition: all .3s;
}

.bunkyou_case_study_slide .slick-active a:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(0px);
  opacity: 0.8;
}

.bunkyou_case_study_slide .slick-slide {
  /* opacity: 0.4; */
}

/* dots */
.bunkyou_case_study_slide .slick-dots {
  bottom: -38px;
  background: 333;
}

.bunkyou_case_study_slide .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

.bunkyou_case_study_slide .slick-dots li button {
  margin: 0;
  /* background: #616771; */
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #ccc;
  top: initial;
  transition: all .2s;
  padding: 0;
}

.bunkyou_case_study_slide .slick-dots li button:hover {
  background: #ff9226;
}

.bunkyou_case_study_slide .slick-dots li button:before {
  opacity: 1;
  color: #fff;
  font-size: 0;
  content: none;
  width: 10px;
  height: 10px;
}

.bunkyou_case_study_slide .slick-dots li button:after {
  content: none;
}

.bunkyou_case_study_slide .slick-dots li.slick-active button {
  opacity: 1;
  background: #ff7f00;
}

.bunkyou_case_study_slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .bunkyou_case_study_slide .next-arrow {
    right: 0;
    width: 40px;
  }
  .bunkyou_case_study_slide .prev-arrow {
    left: 0;
    width: 40px;
  }
}

/*
@media (min-width: 1000px) {
  .bunkyou_case_study_slide .slick-prev,
  .bunkyou_case_study_slide .slick-next {
        transition: all 0.2s;
    }

     .bunkyou_case_study_slick .slick-prev:hover,  .bunkyou_case_study_slick .slick-next:hover {
        outline: none;
        background: none !important;
        color: transparent;
        opacity: 0.5;
    }

    .bunkyou_case_study_slick .slick-prev {
        left: -5.96vw;
    }

     .bunkyou_case_study_slick .slick-next {
        right: -5.96vw;
    }
} */
.bunkyou_case_study_box_wrap {
  max-width: 1120px;
  margin: 0 auto;
  background-color: #fff;
}

@media (max-width: 1000px) {
  .bunkyou_case_study_box_wrap {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_study_box_wrap {
    padding: 0 20px;
  }
}

.bunkyou_case_study_box_link {
  background: #fff;
  margin: 0 auto;
  max-width: 1000px;
}

.bunkyou_case_study_box {
  transition: opacity .2s;
  display: flex;
  justify-content: space-between;
  color: #333;
  padding: 4.16667% 4.16667% 20px 4.16667%;
  text-decoration: none;
}

@media (max-width: 600px) {
  .bunkyou_case_study_box {
    flex-direction: column-reverse;
    padding: 20px;
  }
}

.bunkyou_case_study_box_main {
  padding-top: 2.5%;
  width: 36.66667%;
}

@media (max-width: 600px) {
  .bunkyou_case_study_box_main {
    padding: 15px 0 0;
    width: 100%;
  }
}

.bunkyou_case_study_box_img {
  width: 60%;
}

.bunkyou_case_study_box_img > img {
  width: 100%;
}

@media (max-width: 600px) {
  .bunkyou_case_study_box_img {
    width: 100%;
  }
}

.bunkyou_case_study_box_name {
  color: #ff9226;
  font-weight: bold;
}

.bunkyou_case_study_box_title {
  letter-spacing: -0.01em;
  font-weight: bold;
  margin: 15px 0 0;
}

@media (max-width: 1000px) {
  .bunkyou_case_study_box_title {
    margin: 10px 0 0;
  }
}

.bunkyou_case_study_box_txt {
  margin: 20px 0 20px;
}

@media (max-width: 600px) {
  .bunkyou_case_study_box_txt {
    margin: 10px 0 10px;
  }
}

.bunkyou_case_study_box_detail {
  width: 180px;
}

@media (max-width: 600px) {
  .bunkyou_case_study_box_detail {
    width: 75.92593%;
    margin-right: auto;
    margin-left: auto;
  }
}

a.bunkyou_btn_bdr, #alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}

a.bunkyou_btn_bdr:hover, #alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail a:hover {
  color: #ff9226;
  background-color: #fff;
}

.bunkyou_case_study_btn_wrap {
  margin-top: 70px;
}

.bunkyou_graphic {
  padding-bottom: 90px;
}

@media (max-width: 600px) {
  .bunkyou_graphic {
    padding-bottom: 45px;
  }
}

.bunkyou_graphic_title {
  width: 373px;
}

@media (max-width: 600px) {
  .bunkyou_graphic_title {
    max-width: 222px;
  }
}

.bunkyou_graphic_txt {
  width: 83.33333%;
  margin: 45px auto 40px;
}

@media (max-width: 600px) {
  .bunkyou_graphic_txt {
    width: 96%;
    margin: 20px auto 40px;
  }
}

.bunkyou_graphic_img {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 600px) {
  .bunkyou_graphic_img {
    width: 100%;
  }
}

.bunkyou_graphic_img_modal {
  border: 1px solid #cccccc;
  position: relative;
  padding: 15px 5px 15px;
  cursor: pointer;
}

.bunkyou_graphic_img_modal .img-box-modal-btn {
  font-size: 0.875rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #444;
  color: #fff;
  border-radius: 4px;
  display: table;
  padding: 3px 10px;
}

@media (max-width: 1000px) {
  .bunkyou_graphic_img_modal .img-box-modal-btn {
    bottom: 5px;
    right: 5px;
    font-size: 0.75rem;
    padding: 2px 5px;
    background-color: rgba(40, 40, 40, 0.9);
  }
}

.bunkyou_graphic_img_modal .g-btn-cover-zoom .g-ico {
  stroke: #fff;
  margin-right: 4px;
}

@media (max-width: 1000px) {
  .bunkyou_graphic_img_modal .g-btn-cover-zoom .g-ico {
    margin-right: 2px;
  }
}

@media (max-width: 600px) {
  .bunkyou_graphic_img_modal .remodal-close:before {
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 0;
    display: block;
    /* content: "\00d7"; */
    /* text-align: center; */
    width: 30px;
    height: 30px;
    content: ' ';
    background-image: url(/education/assets/img/top/ico_close.svg);
    background-size: contain;
  }
}

.bunkyou_reason {
  padding: 20px 0 0;
}

.bunkyou_reason:after {
  content: '';
  display: block;
  height: 200px;
  background: url("/education/assets/img/top/reason_pics.jpg") 50% 0 repeat-x;
  background-size: cover;
}

@media (max-width: 600px) {
  .bunkyou_reason:after {
    display: none;
  }
}

@media (max-width: 600px) {
  .bunkyou_reason {
    padding: 20px 0 0;
  }
}

.bunkyou_reason_inr_wrap {
  background: url("/education/assets/img/top/reason_bg.jpg") 50% 100% no-repeat;
  padding: 0 0 100px;
  margin-bottom: 1px;
  background-size: contain;
}

@media (max-width: 600px) {
  .bunkyou_reason_inr_wrap {
    padding-bottom: 50px;
  }
}

.bunkyou_reason_title {
  width: 386px;
}

@media (max-width: 600px) {
  .bunkyou_reason_title {
    max-width: 229px;
  }
}

.bunkyou_reason_box_question {
  margin: 0 0 73px;
}

@media (max-width: 1000px) {
  .bunkyou_reason_box_question {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .bunkyou_reason_box_question {
    margin-bottom: 15px;
  }
}

.bunkyou_reason_box_answer {
  margin: 0 0 63px;
}

@media (max-width: 1000px) {
  .bunkyou_reason_box_answer {
    margin: 0 0 30px;
  }
}

@media (max-width: 600px) {
  .bunkyou_reason_box_answer {
    margin: 0 -10px;
  }
}

.bunkyou_reason_detail {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .bunkyou_reason_detail {
    display: block;
  }
}

.bunkyou_reason_detail_img {
  margin: 110px 0 0;
  width: 340px;
}

@media (max-width: 600px) {
  .bunkyou_reason_detail_img {
    margin: 20px auto;
    width: 62.5%;
  }
}

.bunkyou_reason_box_wrap {
  width: 800px;
  padding-left: 50px;
}

@media (max-width: 600px) {
  .bunkyou_reason_box_wrap {
    width: auto;
    padding: 10px 10px 10px 30px;
  }
}

.bunkyou_reason_box {
  background: #fff;
  display: flex;
  padding: 30px;
  width: 650px;
  box-sizing: border-box;
}

@media (max-width: 1000px) {
  .bunkyou_reason_box {
    width: 550px;
    padding: 20px;
  }
}

.bunkyou_reason_box:not(:first-child) {
  margin: 50px 0 0;
}

@media (max-width: 600px) {
  .bunkyou_reason_box:not(:first-child) {
    margin: 20px 0 0 0;
  }
}

.bunkyou_reason_box:nth-child(2n) {
  margin-left: auto;
}

@media (max-width: 600px) {
  .bunkyou_reason_box:nth-child(2n) {
    margin-top: 20px;
  }
}

.bunkyou_reason_box_num {
  margin: 0 0 0 -80px;
  width: 99px;
}

@media (max-width: 1000px) {
  .bunkyou_reason_box_num {
    width: 70px;
  }
}

.bunkyou_reason_box_main {
  padding: 0 0 0 30px;
  flex: 1;
}

.bunkyou_reason_box_title {
  padding-top: 10px;
}

.bunkyou_reason_box_lead {
  font-weight: 700;
  margin-top: 15px;
}

.bunkyou_reason_box_txt {
  margin-top: 15px;
}

.bunkyou_reason_btn_wrap {
  margin-top: 50px;
}

@media (max-width: 600px) {
  .bunkyou_reason_btn_wrap {
    margin-top: 25px;
  }
}

@media (max-width: 600px) {
  .bunkyou_reason_box {
    width: auto;
    padding: 15px;
  }
  .bunkyou_reason_box_num {
    width: 60px;
    margin-left: -44px;
  }
  .bunkyou_reason_box_main {
    padding-left: 20px;
  }
  .bunkyou_reason_box_lead {
    margin-top: 15px;
    font-weight: bold;
  }
  .bunkyou_reason_box_txt {
    margin-top: 10px;
  }
}

.bunkyou_paper_title {
  width: 213px;
}

@media (max-width: 600px) {
  .bunkyou_paper_title {
    width: 130px;
  }
}

.bunkyou_paper_box_wrap {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-decoration: none;
}

.bunkyou_paper_box {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f7f7f7;
}

.bunkyou_paper_box--mov {
  align-items: center;
  background: #fff;
}

.bunkyou_paper_box_img {
  width: 38%;
  background: #f7f7f7;
  padding: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bunkyou_paper_box_img > img {
  width: 197px;
}

.bunkyou_paper_box_img--mov {
  padding: 0;
}

.bunkyou_paper_box_img--mov > img {
  width: 100%;
}

.bunkyou_paper_box_title {
  width: 97%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bunkyou_paper_box_title > h3 {
  width: 70%;
  margin: 0 5% 0 0;
}

.bunkyou_paper_box_ico {
  width: 25%;
}

.bunkyou_paper_box_main {
  width: 62%;
  background: #fff;
  padding: 65px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bunkyou_paper_box_main.is-bdr {
  border: 4px solid #f7f7f7;
  border-left: 0;
}

.bunkyou_paper_box_main--mov {
  padding: 5%;
  display: block;
}

.bunkyou_paper_box_txt {
  text-align: left;
  margin: 20px 0 0 0;
}

.bunkyou_paper_box_txt--mov {
  margin: 0;
}

.bunkyou_paper_btn_wrap {
  margin: 20px 0 0;
}

@media (max-width: 600px) {
  .bunkyou_paper_box {
    flex-direction: column;
  }
  .bunkyou_paper_box_img {
    width: 100%;
    padding: 20px;
  }
  .bunkyou_paper_box_img--mov {
    padding: 0;
  }
  .bunkyou_paper_box_img--mov > img {
    width: 100% !important;
  }
  .bunkyou_paper_box_img > img {
    width: 120px;
  }
  .bunkyou_paper_box_main {
    width: 100%;
    padding: 30px;
  }
  .bunkyou_paper_box_title {
    /* width: 240px; */
    width: 100%;
  }
  .bunkyou_paper_box_title h3 {
    width: 75%;
  }
  .bunkyou_paper_box_ico {
    width: 25%;
    right: -6px;
    top: -16px;
  }
  /* .bunkyou_paper_box_ico {
        width: 80px;
        right: -100px;
        top: -20px;
    } */
  .bunkyou_paper_btn_wrap {
    margin: 20px auto 0;
  }
}

.bunkyou_customer {
  padding-bottom: 200px;
}

@media (max-width: 600px) {
  .bunkyou_customer {
    padding-bottom: 160px;
  }
}

.bunkyou_customer_title {
  width: 423px;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .bunkyou_customer_title {
    width: 257px;
    margin-bottom: 20px;
  }
}

.bunkyou_customer_box_wrap {
  margin: 0 auto;
  text-align: center;
}

.bunkyou_customer_box_title {
  font-weight: 700;
  margin: 0;
}

.bunkyou_customer_box_txt {
  margin: 0;
}

.bunkyou_customer_btn_wrap {
  margin-top: 30px;
}

@media (max-width: 600px) {
  .bunkyou_customer_btn_wrap {
    margin-top: 15px;
  }
}

.bunkyou_customer_note {
  margin-top: 15px;
  text-align: center;
}

@media (max-width: 600px) {
  .bunkyou_customer_note {
    margin-top: 10px;
  }
}

.bunkyou_contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(90deg, #ffb347 0%, #ff756b 100%);
}

.bunkyou_contact.is-bottom {
  position: absolute;
  bottom: 0;
}

.bunkyou_contact_inr {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 8px 50px;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .bunkyou_contact_inr {
    gap: 20px;
  }
}

@media (max-width: 1000px) {
  .bunkyou_contact_inr {
    padding: 8px 50px 8px 30px;
  }
}

@media (max-width: 480px) {
  .bunkyou_contact_inr {
    gap: 20px;
    padding: 8px 35px 8px 10px;
  }
}

.bunkyou_contact_txt_wrap {
  flex: 1;
}

@media (max-width: 1000px) {
  .bunkyou_contact_txt {
    max-width: 330px;
  }
}

@media (max-width: 1000px) {
  .bunkyou_contact_btn_wrap {
    width: 44.375%;
    max-width: 290px;
  }
}

.bunkyou_contact_btn {
  background: #444444;
  width: 290px;
  height: 47px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.bunkyou_contact_btn:hover {
  opacity: 0.8;
}

@media (max-width: 1000px) {
  .bunkyou_contact_btn {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .bunkyou_contact_btn_txt {
    width: 67.25352%;
    text-align: center;
  }
}

.bunkyou_contact_close_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

@media (max-width: 480px) {
  .bunkyou_contact_close_btn {
    right: 5px;
  }
}

.bunkyou_contact_close_btn_ico {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.bunkyou_contact_close_btn_ico::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 25px;
  border-top: 1px solid #37609c;
  transform: rotate(45deg);
}

.bunkyou_contact_close_btn_ico::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  height: 25px;
  border-left: 1px solid #37609c;
  transform: rotate(45deg);
}

@media (max-width: 600px) {
  html.is-banner-in .lg-footer-spot-right {
    -webkit-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    transform: translate(0, -80px);
  }
}

.bunkyou_paper_float_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.float_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bunkyou_paper_float_inr {
  display: table;
  width: 100%;
  height: 100%;
}

.bunkyou_paper_float_inr2 {
  display: table-cell;
  vertical-align: middle;
}

.bunkyou_paper_float {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 20px 0;
}

@media (max-width: 600px) {
  .bunkyou_paper_float {
    margin: 70px 0 0;
    padding: 50px 20px 20px;
  }
}

.bunkyou_paper_float_content {
  background: #fff;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}

.bunkyou_paper_float_container.is-show .bunkyou_paper_float_wrap {
  display: table-cell;
}

.float_close_btn {
  position: absolute;
  top: 0;
  right: 20px;
  background: #ff9226;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.float_close_btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.float_close_btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 600px) {
  .float_close_btn {
    width: 40px;
    height: 40px;
    top: 0;
  }
}

.bunkyou_nav_container.p-clear {
  margin-top: 0;
}

.bunkyou_nav_container.p-clear .bunkyou_nav_wrap2 {
  position: static;
}

.btn__case_study_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: nowrap;
  padding: 0 0 4.16667% 4.16667%;
}

@media (max-width: 600px) {
  .btn__case_study_wrap {
    display: block;
    padding: 0 20px 20px 20px;
  }
}

.lg-banner-content {
  text-align: left;
  background-image: linear-gradient(90deg, #ffb347 0%, #ff756b 100%);
}

@media (max-width: 1000px) {
  .lg-banner-content {
    bottom: 62px;
  }
  .lg-banner.is-scroll-limit .lg-banner-content {
    bottom: 0;
  }
}

/* Movie Modal */
.remodal[data-remodal-id="movie-modal"] {
  max-width: 900px;
  padding: 5px 25px;
}

.remodal[data-remodal-id="movie-modal"] .remodal-close {
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 10;
}

.remodal[data-remodal-id="movie-modal"] .remodal-close::before {
  width: 23px;
  height: 23px;
}

@media (max-width: 600px) {
  .remodal[data-remodal-id="movie-modal"] .remodal-close::before {
    width: 15px;
    height: 15px;
  }
}

.movie-modal-content {
  max-width: 900px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.movie-modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bunkyou_second_hero {
  background: #efefef;
  min-height: 480px;
  height: 480px;
  background: url(/education/assets/img/case/case_hero.jpg) 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.bunkyou_second_hero.is-reason {
  background: url(/education/assets/img/reason/reason_hero.jpg) 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 600px) {
  .bunkyou_second_hero {
    display: block;
    position: relative;
    min-height: 370px;
    height: auto;
    font-size: 1.125rem;
    line-height: 1.66667;
    background: url(/education/assets/img/case/case_hero_sp.jpg) #fafcfb top center no-repeat;
    background-size: contain;
  }
  .bunkyou_second_hero.is-reason {
    background: url(/education/assets/img/reason/hero_reason_sp.jpg) 50% 50% no-repeat;
    background-size: contain;
  }
}

.bunkyou_second_hero_inr {
  display: flex;
  justify-content: flex-start;
  min-width: 1200px;
}

@media (max-width: 1000px) {
  .bunkyou_second_hero_inr {
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 600px) {
  .bunkyou_second_hero_inr {
    position: absolute;
    bottom: 0;
  }
}

.bunkyou_second_hero_inr2 {
  width: 58.33333%;
}

@media (max-width: 600px) {
  .bunkyou_second_hero_inr2 {
    width: 100%;
    padding: 0 20px 20px;
  }
}

.bunkyou_second_hero_inr_title {
  width: 163px;
}

.bunkyou_second_hero.is-reason .bunkyou_second_hero_inr_title {
  width: auto;
}

@media (max-width: 600px) {
  .bunkyou_second_hero_inr_title {
    width: 95px;
  }
}

.bunkyou_second_hero_inr_txt {
  margin-top: 40px;
}

@media (max-width: 600px) {
  .bunkyou_second_hero_inr_txt {
    font-size: 0.75rem;
    line-height: 1.66667;
    margin-top: 15px;
  }
}

.bunkyou_case {
  margin-top: 70px;
  padding-bottom: 0;
}

.bunkyou_case .bunkyou_section_inr {
  padding-top: 60px;
}

@media (max-width: 600px) {
  .bunkyou_case .bunkyou_section_inr {
    padding-top: 0;
  }
}

@media (max-width: 1000px) {
  .bunkyou_case {
    margin-top: 70px;
    padding-bottom: 130px;
  }
}

@media (max-width: 600px) {
  .bunkyou_case {
    margin-top: 15px;
    padding-bottom: 100px;
  }
}

.bunkyou_case_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}

.bunkyou_case_list .bunkyou_btn_gray .ico_arw_r {
  position: absolute;
  width: 1.1em;
  /* right: 0px;
        right: 0rem; */
  right: -15px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
  width: 6px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.02%2026.61%22%3E%3Cpath%20fill%3D%22%23ff9226%22%20d%3D%22M3.81.4L.34%203.86l9.39%209.39-9.39%209.39%203.47%203.46%209.39-9.39%203.46-3.46-3.46-3.46L3.81.4z%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
}

.bunkyou_case_list:hover .bunkyou_btn_gray {
  background-color: rgba(255, 255, 255, 0.9);
  color: #ff9226;
}

.bunkyou_case_list:hover .bunkyou_btn_gray .ico_arw_r {
  opacity: 1;
  right: -25px;
  /* right: -1.5rem; */
  top: 50%;
  transform: translateY(-50%);
}

.bunkyou_case_list:hover .bunkyou_btn_gray span {
  transform: translate3d(0, 0, 0);
}

.bunkyou_case_list.is-rev {
  flex-flow: row-reverse;
}

.bunkyou_case_list + .bunkyou_case_list {
  margin-top: 90px;
  border-top: 1px dotted #444;
  padding-top: 120px;
}

@media (max-width: 1000px) {
  .bunkyou_case_list + .bunkyou_case_list {
    margin-top: 70px;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_list + .bunkyou_case_list {
    margin-top: 50px;
    padding-top: 80px;
  }
}

.bunkyou_case_fig {
  width: 50%;
  position: relative;
  transition: all 0.3s;
}

.bunkyou_case_fig:hover {
  opacity: 0.85;
}

.bunkyou_case_fig_name {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0px 20px;
  position: absolute;
  top: -40px;
  left: -20px;
}

@media (max-width: 1000px) {
  .bunkyou_case_fig_name {
    font-size: 1.25rem;
    top: -20px;
    left: -10px;
    padding: 5px 10px;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_fig_name {
    font-size: 1.25rem;
    top: -20px;
    left: -10px;
    padding: 5px 10px;
  }
}

.bunkyou_case_fig_name.is-rev {
  right: -20px;
  left: initial;
}

.bunkyou_case_fig_name.is-bg-grd,
.bunkyou_case_title.is-bg-grd {
  background-image: linear-gradient(90deg, #ffb347 0%, #ff756b 100%);
}

.bunkyou_section_title.is-bg-grd {
  color: #fff;
  font-size: 2.625rem;
  line-height: 1.6;
  font-weight: normal;
  background-image: linear-gradient(90deg, #ffb347 0%, #ff756b 100%);
}

@media (max-width: 1000px) {
  .bunkyou_section_title.is-bg-grd {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .bunkyou_section_title.is-bg-grd {
    font-size: 1.875rem;
  }
}

.bunkyou_case_data {
  width: 45.83333%;
  padding-top: 20px;
}

.bunkyou_case_data .bunkyou_case_study_box_detail a {
  display: block;
  transition: all .2s;
}

.bunkyou_case_data .bunkyou_case_study_box_detail a:hover {
  opacity: 0.75;
}

.bunkyou_case_data .bunkyou_case_study_box_detail a:hover .ico_arw_r {
  opacity: 1;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  .bunkyou_case_data {
    width: 100%;
    padding: 20px 10px 10px;
  }
  .bunkyou_case_data .bunkyou_case_study_box_detail {
    margin-top: 15px;
  }
}

.bunkyou_case_data_lead {
  font-size: 2rem;
  line-height: 1.5625;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .bunkyou_case_data_lead {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.bunkyou_case_data_txt {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .bunkyou_case_data_txt {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

#case .btn_case__gray01 {
  max-width: 210px;
}

@media (max-width: 1000px) {
  #case .btn_case__gray01 {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  #case .btn_case__gray01 {
    max-width: 75%;
    margin: 20px auto 20px auto;
  }
}

.bunkyou_case_data_btn_wrap {
  width: 200px;
  margin-top: 20px;
  margin-right: auto;
}

@media (max-width: 600px) {
  .bunkyou_case_data_btn_wrap {
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bunkyou_case_data_point {
  background: #efefef;
  padding: 15px 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .bunkyou_case_data_point {
    padding: 10px;
    margin-top: 15px;
  }
}

.bunkyou_case_data_point > dt {
  color: #ff8c00;
  font-weight: 700;
}

.bunkyou_case_data_list {
  margin-top: 7px;
}

.bunkyou_case_data_list > li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  font-weight: 700;
}

.bunkyou_case_data_list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 15px;
  background: url(/education/assets/img/case/icon_check.svg) 0 0 no-repeat;
  background-size: contain;
}

@media (max-width: 600px) {
  .bunkyou_case_data_list > li:before {
    top: 2px;
  }
}

.bunkyou_case_data_list > li + li {
  margin-top: 2px;
}

@media (max-width: 600px) {
  .bunkyou_case {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bunkyou_case .bunkyou_section_inr {
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .bunkyou_case_list {
    flex-direction: column;
  }
  .bunkyou_case_list.is-rev {
    /* flex-flow: initial; */
    flex-direction: column;
  }
  .bunkyou_case_fig {
    width: 100%;
    min-height: 1%;
  }
  .bunkyou_case_fig_name.is-rev {
    right: -10px;
  }
}

.bunkyou_case_school {
  margin-top: 260px;
  background: #efefef;
}

@media (max-width: 600px) {
  .bunkyou_case_school {
    margin-top: 0;
  }
}

.bunkyou_case_school .bunkyou_section_inr {
  padding-top: 20px;
}

.bunkyou_case_point_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  margin: 50px auto;
}

@media (max-width: 1000px) {
  .bunkyou_case_point_items {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_point_items {
    flex-direction: column;
  }
}

.bunkyou_case_point_item {
  width: 32.35294%;
  list-style: none;
  text-align: center;
}

.bunkyou_case_point_item.is-01 {
  transition-delay: 200ms;
}

.bunkyou_case_point_item.is-02 {
  transition-delay: 500ms;
}

.bunkyou_case_point_item.is-03 {
  transition-delay: 700ms;
}

@media (max-width: 600px) {
  .bunkyou_case_point_item {
    width: 100%;
    min-height: 1%;
  }
  .bunkyou_case_point_item + .bunkyou_case_point_item {
    margin-top: 30px;
  }
}

.bunkyou_case_point_fig {
  width: 90%;
  margin: 0 auto;
}

.bunkyou_case_point_fig > img {
  border-radius: 50%;
}

.bunkyou_case_point_title {
  margin-top: 25px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.7;
}

.bunkyou_case_point_title > strong {
  font-size: 1.5rem;
}

@media (max-width: 1000px) {
  .bunkyou_case_point_title > strong {
    font-size: 1.25rem;
  }
}

@media (max-width: 1000px) {
  .bunkyou_case_point_title {
    font-size: 1rem;
  }
}

.bunkyou_case_point_txt {
  margin-top: 5px;
}

.bunkyou_case_point_service {
  display: flex;
  font-size: 1.125rem;
  line-height: 1.33333;
}

@media (max-width: 600px) {
  .bunkyou_case_point_service {
    flex-direction: column;
    margin-left: 10px;
  }
}

.bunkyou_case_point_service_head {
  font-weight: 700;
}

.bunkyou_case_point_service_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
}

.bunkyou_case_point_service_items > li {
  list-style: none;
  margin-right: 15px;
  position: relative;
}

.bunkyou_case_point_service_items > li:not(:first-child) {
  margin-left: 15px;
}

.bunkyou_case_point_service_items > li:not(:first-child):before {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 10px;
}

.bunkyou_case_point_service_items > li > a {
  color: #ff9226;
  text-decoration: none;
}

.bunkyou_case_profile {
  position: relative;
  background: url("/education/assets/img/case/kashiwagi/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
  padding-bottom: 0;
}

@media (max-width: 600px) {
  .bunkyou_case_profile {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.bunkyou_case_profile .bunkyou_section_inr {
  padding-top: 0;
  padding-bottom: 100px;
}

@media (max-width: 600px) {
  .bunkyou_case_profile .bunkyou_section_inr {
    padding-bottom: 50px;
  }
}

.bunkyou_case_profile.is-takinogawa {
  background: url("/education/assets/img/case/takinogawa/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-toyokawa {
  background: url("/education/assets/img/case/toyokawa/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-edotori {
  background: url("/education/assets/img/case/edotori/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-gijuku {
  background: url("/education/assets/img/case/gijuku/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-fukuokafutaba {
  background: url("/education/assets/img/case/fukuokafutaba/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-nichidai3 {
  background: url("/education/assets/img/case/nichidai3/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-hachioji {
  background: url("/education/assets/img/case/hachioji/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-shotoukakoen-ejh {
  background: url("/education/assets/img/case/shotoukakoen-ejh/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-akenohoshi {
  background: url("/education/assets/img/case/akenohoshi/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-kamimura {
  background: url("/education/assets/img/case/kamimura/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-kyototachibana {
  background: url("/education/assets/img/case/kyototachibana/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-salesio {
  background: url("/education/assets/img/case/salesio/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-osakaseiryo {
  background: url("/education/assets/img/case/osakaseiryo/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-aiko {
  background: url("/education/assets/img/case/aiko/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-gakushuin {
  background: url("/education/assets/img/case/gakushuin/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-yjp_y_gakuin {
  background: url("/education/assets/img/case/yjp_y_gakuin/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.bunkyou_case_profile.is-k-kyoei {
  background: url("/education/assets/img/case/k-kyoei/bg_case_profile.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
}

.is-hachioji .bunkyou_case_profile_data_head {
  align-items: flex-start;
  flex-direction: column;
}

.is-hachioji .bunkyou_case_profile_data_head .bunkyou_case_profile_data_logo {
  margin-left: 0;
  margin-top: 10px;
}

.is-hachioji .bunkyou_case_profile_data_head .bunkyou_case_profile_data_logo img {
  width: 100%;
}

@media (max-width: 600px) {
  .is-hachioji .bunkyou_case_profile_data_head {
    align-items: center;
  }
  .is-hachioji .bunkyou_case_profile_data_head .bunkyou_case_profile_data_url {
    text-align: center;
  }
}

.is-kyototachibana .bunkyou_case_profile_data_head {
  align-items: flex-start;
  flex-direction: column;
}

.is-kyototachibana .bunkyou_case_profile_data_head .bunkyou_case_profile_data_logo {
  margin-left: 0;
  margin-top: 10px;
}

.is-kyototachibana .bunkyou_case_profile_data_head .bunkyou_case_profile_data_logo img {
  width: 250px;
}

@media (max-width: 600px) {
  .is-kyototachibana .bunkyou_case_profile_data_head {
    align-items: center;
  }
  .is-kyototachibana .bunkyou_case_profile_data_head .bunkyou_case_profile_data_url {
    text-align: center;
  }
}

.is-gakushuin .bunkyou_case_profile_data_head .bunkyou_case_profile_data_logo img {
  width: 170px;
}

.bunkyou_case_profile_title_wrap {
  padding: 60px;
  background: #fff;
  text-align: center;
  width: 66.66667%;
  margin: -30px auto 0;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_title_wrap {
    width: 87.5%;
    padding: 30px 10px;
  }
}

.bunkyou_case_profile_title {
  width: 260px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_title {
    width: 70%;
  }
}

.bunkyou_case_profile_list {
  border: 4px solid #efefef;
  background: #fff;
  padding: 4.16667%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_list {
    flex-direction: column;
  }
}

.bunkyou_case_profile_list + p {
  text-align: right;
  margin-top: 20px;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_list + p {
    margin-top: 10px;
  }
}

.bunkyou_case_profile_fig {
  width: 47.27273%;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_fig {
    width: 100%;
    min-height: 1%;
  }
}

.bunkyou_case_profile_fig_items {
  display: flex;
  justify-content: space-between;
}

.bunkyou_case_profile_fig_item {
  width: 49%;
}

.bunkyou_case_profile_fig_item_name {
  font-size: 0.875rem;
  margin-top: 5px;
}

@media (max-width: 1000px) {
  .bunkyou_case_profile_fig_item_name {
    font-size: 0.6875rem;
  }
}

.bunkyou_case_profile_data {
  width: 47.27273%;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_data {
    width: 100%;
  }
}

.bunkyou_case_profile_data_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_data_head {
    justify-content: center;
    flex-direction: column;
  }
}

.bunkyou_case_profile_data_logo {
  order: 1;
  margin-left: 20px;
  white-space: nowrap;
}

.bunkyou_case_profile_data_logo img {
  width: 70px;
}

.bunkyou_case_profile_data_logo img + img {
  margin-left: 10px;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_data_logo {
    margin-left: 0;
    margin-top: 10px;
    min-height: 1%;
  }
}

.bunkyou_case_profile_data_title {
  font-size: 1.75rem;
  line-height: 1.57143;
  font-weight: 700;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_data_title {
    margin-top: 15px;
    font-size: 1.125rem;
    line-height: 1.27778;
  }
}

.bunkyou_case_profile_data_url {
  color: ff9226;
}

.bunkyou_case_profile_data_txt {
  margin-top: 10px;
  font-size: 1.0625rem;
}

@media (max-width: 1000px) {
  .bunkyou_case_profile_data_txt {
    font-size: 0.75rem;
  }
}

.bunkyou_case_profile_wrap {
  background: #fff0e1;
  border-radius: 10px;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 4%;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_wrap {
    margin: 25px auto 0;
  }
}

.bunkyou_case_profile_teacher {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.bunkyou_case_profile_teacher_head {
  width: 140px;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_teacher_head {
    width: 70px;
  }
}

.bunkyou_case_profile_teacher_head > img {
  border-radius: 50%;
}

.bunkyou_case_profile_teacher_body {
  width: calc(100% - 160px);
}

@media (max-width: 600px) {
  .bunkyou_case_profile_teacher_body {
    width: calc(100% - 90px);
  }
}

.bunkyou_case_profile_teacher_name {
  color: #ff9226;
  font-size: 1.125rem;
  line-height: 1.55556;
  font-weight: 700;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_teacher_name {
    font-size: 1rem;
  }
}

.bunkyou_case_profile_teacher_lead {
  font-size: 1rem;
  margin-top: 10px;
}

@media (max-width: 1000px) {
  .bunkyou_case_profile_teacher_lead {
    font-size: 0.75rem;
  }
}

.bunkyou_case_profile_teacher_txt {
  margin-top: 40px;
}

@media (max-width: 600px) {
  .bunkyou_case_profile_teacher_txt {
    margin-top: 20px;
  }
}

.bunkyou_case_download_btn {
  max-width: 460px;
  margin: 40px auto 0;
}

@media (max-width: 600px) {
  .bunkyou_case_download_btn {
    width: 93.75%;
    margin: 20px auto 50px;
  }
}

.bunkyou_btn_download {
  height: auto;
  border-radius: 50px;
}

.bunkyou_btn_download .g-btn-ico {
  width: 2em;
  height: 2em;
  stroke: #fff;
}

.bunkyou_btn_download:hover .g-btn-ico {
  stroke: #ff9226;
}

@media (max-width: 600px) {
  .bunkyou_btn_download {
    font-size: 1rem;
  }
}

.bunkyou_case_solution .bunkyou_section_inr {
  padding-top: 40px;
}

.bunkyou_case_solution_title {
  width: 471px;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .bunkyou_case_solution_title {
    width: 80%;
  }
}

.bunkyou_case_solution_item {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
}

.bunkyou_case_solution_item:not(:first-child) {
  margin-top: 10px;
}

.bunkyou_case_solution_item_head {
  width: 50%;
  padding: 1.66667% 6.66667%;
  background: #fff0e1;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_head {
    padding: 15px;
  }
}

.bunkyou_case_solution_item_head:after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 15px transparent;
  border-right: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 15px #fff0e1;
  position: absolute;
  content: '';
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_head:after {
    border-top: 13px solid #fff0e1;
    border-right: 10px solid transparent;
    border-left: 11px solid transparent;
    top: auto;
    bottom: -27px;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_head {
    width: 100%;
    display: block;
  }
  .bunkyou_case_solution_item_head:after {
    content: '';
    position: absolute;
    border-top: 30px solid #fff0e1;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    top: auto;
    bottom: -30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.bunkyou_case_solution_item_head_title {
  position: relative;
  padding-left: 60px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_head_title {
    font-size: 1rem;
    padding-left: 30px;
  }
}

.bunkyou_case_solution_item_head_title > strong {
  font-size: 1.5rem;
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_head_title > strong {
    font-size: 1.375rem;
  }
}

.bunkyou_case_solution_item_head_title:before {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.99%2028.26%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M34%2015.74V9.51a6.05%206.05%200%2000-6-6h-3.64a7.14%207.14%200%2001.49%202.59v6.23a7.3%207.3%200%2001-7.28%207.29h-5.84a6.07%206.07%200%20004.69%202.22h9.89c3%200%206.11%203.09%207.24%205.56.31.68.44%200%20.44%200z%22%20fill%3D%22%23fcb80d%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M7.67%2018.34c-3%200-6.11%203.08-7.24%205.56-.31.67-.43%200-.43%200V6.05A6.05%206.05%200%20016.05%200h11.52a6.05%206.05%200%20016.05%206.05v6.23a6.05%206.05%200%2001-6.05%206.06z%22%2F%3E%3Cpath%20d%3D%22M23.62%2012.28V6.05a6.05%206.05%200%2000-6.05-6H6.05a6.05%206.05%200%2000-6.05%206v17.82s.12.7.43%200c1.13-2.48%204.23-5.56%207.24-5.56h9.9a6.05%206.05%200%20006.05-6.03zM4.94%2010.9a1.73%201.73%200%20111.73-1.73%201.73%201.73%200%2001-1.73%201.73zm6.92%200a1.73%201.73%200%20111.73-1.73%201.73%201.73%200%2001-1.73%201.73zm5.08-1.73a1.73%201.73%200%20111.73%201.73%201.73%201.73%200%2001-1.73-1.73z%22%20fill%3D%22%2300d183%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M20.4%209.17a1.73%201.73%200%2010-1.73%201.73%201.73%201.73%200%20001.73-1.73zM11.86%207.44a1.73%201.73%200%20101.73%201.73%201.72%201.72%200%2000-1.73-1.73zM4.94%207.44a1.73%201.73%200%20101.73%201.73%201.72%201.72%200%2000-1.73-1.73z%22%2F%3E%3C%2Fsvg%3E");
  width: 50px;
  height: 40px;
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_head_title:before {
    width: 25px;
    height: 20px;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_head_title {
    width: 100%;
  }
}

.bunkyou_case_solution_item_body {
  width: 50%;
  padding: 1.25% 6.66667%;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
}

.bunkyou_case_solution_item_body a {
  text-decoration: none;
  color: #333;
  position: relative;
  display: block;
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_body a {
    padding-right: 25px;
  }
}

.bunkyou_case_solution_item_body a:after, .bunkyou_case_solution_item_body a:before {
  content: '';
  position: absolute;
}

.bunkyou_case_solution_item_body a:after {
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 10px + 2px), -10px) rotate(45deg);
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_body a:after {
    width: 7px;
    height: 7px;
    transform: translate(-100%, -5px) rotate(45deg);
  }
}

.bunkyou_case_solution_item_body a:before {
  width: 40px;
  height: 40px;
  display: block;
  background: #ff9226;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_body a:before {
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
  }
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_body {
    padding: 15px;
    font-size: 1rem;
    padding-left: 30px;
  }
}

.bunkyou_case_solution_item_body strong {
  font-size: 1.5rem;
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_body strong {
    font-size: 1.375rem;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_solution_item_body {
    width: 100%;
    display: block;
  }
}

.bunkyou_case_solution.is_salesio .bunkyou_case_solution_item_head {
  padding: 1.66667% 3.33333%;
}

@media (max-width: 600px) {
  .bunkyou_case_solution.is_salesio .bunkyou_case_solution_item_head {
    padding: 15px;
  }
}

.bunkyou_case_solution.is_salesio .bunkyou_case_solution_item_body {
  padding: 1.66667% 5%;
}

@media (max-width: 600px) {
  .bunkyou_case_solution.is_salesio .bunkyou_case_solution_item_body {
    padding: 15px;
  }
}

.bunkyou_case_solution.is_osakaseiryo .bunkyou_case_solution_item_head {
  padding: 1.66667% 3.33333%;
}

@media (max-width: 600px) {
  .bunkyou_case_solution.is_osakaseiryo .bunkyou_case_solution_item_head {
    padding: 15px;
  }
}

.bunkyou_case_solution.is_osakaseiryo .bunkyou_case_solution_item_body {
  padding: 1.66667% 5%;
}

@media (max-width: 600px) {
  .bunkyou_case_solution.is_osakaseiryo .bunkyou_case_solution_item_body {
    padding: 15px;
  }
}

.bunkyou_case_solution.is_aiko .bunkyou_case_solution_item_head, .bunkyou_case_solution.is_gakushuin .bunkyou_case_solution_item_head {
  padding-left: 3.33333%;
  padding-right: 3.33333%;
}

@media (max-width: 600px) {
  .bunkyou_case_solution.is_aiko .bunkyou_case_solution_item_head, .bunkyou_case_solution.is_gakushuin .bunkyou_case_solution_item_head {
    padding: 15px;
  }
}

.bunkyou_case_solution.is_aiko .bunkyou_case_solution_item_body, .bunkyou_case_solution.is_gakushuin .bunkyou_case_solution_item_body {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

@media (max-width: 600px) {
  .bunkyou_case_solution.is_aiko .bunkyou_case_solution_item_body, .bunkyou_case_solution.is_gakushuin .bunkyou_case_solution_item_body {
    padding: 15px;
  }
}

.bunkyou_case_change {
  background: #efefef;
}

@media (max-width: 600px) {
  .bunkyou_case_change {
    margin: 0 -10px;
  }
  .bunkyou_case_change .bunkyou_section_inr {
    padding-right: 0;
    padding-left: 0;
  }
}

.bunkyou_case_change_title {
  width: 173px;
}

@media (max-width: 600px) {
  .bunkyou_case_change_title {
    width: 40%;
  }
}

.bunkyou_case_change_box {
  background: #fff;
  padding: 3.33333% 8.33333%;
}

@media (max-width: 600px) {
  .bunkyou_case_change_box {
    padding: 20px 5%;
  }
}

.bunkyou_case_change_head {
  text-align: center;
}

.bunkyou_case_change_head:not(:first-child) {
  margin-top: 70px;
}

@media (max-width: 600px) {
  .bunkyou_case_change_head {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

.bunkyou_case_change_sub {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.5625;
  position: relative;
  display: inline-block;
  padding: 0 70px;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .bunkyou_case_change_sub {
    font-size: 1.625rem;
    line-height: 1.4;
    padding: 0;
    margin-bottom: 0;
  }
}

.bunkyou_case_change_sub > strong {
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.25;
}

@media (max-width: 600px) {
  .bunkyou_case_change_sub > strong {
    font-size: 2.125rem;
    line-height: 1.4;
  }
}

.bunkyou_case_change_sub:before, .bunkyou_case_change_sub:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #ff9226;
}

@media (max-width: 600px) {
  .bunkyou_case_change_sub:before, .bunkyou_case_change_sub:after {
    display: none;
  }
}

.bunkyou_case_change_sub:before {
  left: 0;
}

.bunkyou_case_change_sub:after {
  right: 0;
}

.bunkyou_case_change_figure {
  text-align: center;
}

.bunkyou_case_change_inr {
  margin-top: 25px;
}

@media (max-width: 600px) {
  .bunkyou_case_change_inr {
    margin-top: 10px;
  }
}

.bunkyou_case_change_inr p {
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .bunkyou_case_change_txt {
    margin-top: 10px;
  }
}

.bunkyou_case_change_cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .bunkyou_case_change_cols {
    margin-top: 0;
    flex-direction: column;
  }
}

.bunkyou_case_change_cols.is-rev {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .bunkyou_case_change_cols.is-rev {
    flex-direction: column-reverse;
  }
}

.bunkyou_case_change_cols.is-rev .bunkyou_case_change_col_head {
  width: 62%;
}

@media (max-width: 600px) {
  .bunkyou_case_change_cols.is-rev .bunkyou_case_change_col_head {
    width: 100%;
  }
}

.bunkyou_case_change_cols.is-rev .bunkyou_case_change_col_body {
  width: 34%;
}

@media (max-width: 600px) {
  .bunkyou_case_change_cols.is-rev .bunkyou_case_change_col_body {
    width: 100%;
  }
  .bunkyou_case_change_cols.is-rev .bunkyou_case_change_col_body img {
    width: 100%;
  }
}

.bunkyou_case_change_col_head {
  width: 60%;
}

@media (max-width: 600px) {
  .bunkyou_case_change_col_head {
    width: 100%;
  }
}

.bunkyou_case_change_col_body {
  width: 35%;
}

.bunkyou_case_change_col_body figure + figure {
  margin-top: 10px;
}

@media (max-width: 600px) {
  .bunkyou_case_change_col_body {
    width: 100%;
    margin-top: 15px;
  }
}

.bunkyou_case_change_figure_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .bunkyou_case_change_figure_items.is-sp2col .bunkyou_case_change_figure_item {
    width: 49.33333%;
  }
  .bunkyou_case_change_figure_items.is-sp2col .bunkyou_case_change_figure_item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.bunkyou_case_change_figure_items02 {
  justify-content: center;
}

.bunkyou_case_change_figure_items02 .bunkyou_case_change_figure_item {
  width: 32.4%;
}

@media (max-width: 600px) {
  .bunkyou_case_change_figure_items02 .bunkyou_case_change_figure_item {
    width: 100% !important;
  }
}

.bunkyou_case_change_figure_items02 .bunkyou_case_change_figure_item + .bunkyou_case_change_figure_item {
  margin-left: 10px;
}

@media (max-width: 600px) {
  .bunkyou_case_change_figure_items02 .bunkyou_case_change_figure_item + .bunkyou_case_change_figure_item {
    margin-left: 0;
  }
}

.bunkyou_case_change_figure_items03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .bunkyou_case_change_figure_items03.is-sp2col .is-col-item2 {
    width: 100% !important;
  }
  .bunkyou_case_change_figure_items03.is-sp2col .is-col-item2:first-child {
    margin-bottom: 10px;
  }
}

.bunkyou_case_change_figure_item {
  width: 24.5%;
}

.bunkyou_case_change_figure_item.is-col-left {
  width: 64%;
}

@media (max-width: 600px) {
  .bunkyou_case_change_figure_item.is-col-left {
    width: 100%;
  }
}

.bunkyou_case_change_figure_item.is-col-right {
  width: 35%;
}

.bunkyou_case_change_figure_item.is-col-right figure + figure {
  margin-top: 10px;
}

@media (max-width: 600px) {
  .bunkyou_case_change_figure_item.is-col-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bunkyou_case_change_figure_item.is-col-right figure {
    width: 48.33333%;
    margin-top: 0px !important;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_change_figure_item.is-col-right .is-col-item2 {
    width: 48.33333%;
    margin-top: 10px !important;
  }
  .bunkyou_case_change_figure_item.is-col-right .is-col-item2 figure {
    width: 100%;
  }
}

.bunkyou_case_change_figure_item.is-col-right .is-col-item2 + .is-col-item2 {
  margin-top: 5px;
}

.bunkyou_case_change_figure_item.is-col-item2 {
  width: 49.8%;
}

@media (max-width: 600px) {
  .bunkyou_case_change_figure_item.is-col-item2 + .is-col-item3 {
    margin-top: 10px;
  }
}

.bunkyou_case_change_figure_item.is-col-item3 {
  width: 32.4%;
}

@media (max-width: 600px) {
  .bunkyou_case_change_figure_item.is-col-item3 {
    width: 100% !important;
  }
  .bunkyou_case_change_figure_item.is-col-item3 + .is-col-item3 {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_change_figure_item.is-col-item100 figure {
    width: 100% !important;
  }
}

.bunkyou_case_change_figure_item_name {
  font-size: 0.875rem;
  margin-top: 5px;
}

@media (max-width: 1000px) {
  .bunkyou_case_change_figure_item_name {
    font-size: 0.75rem;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_voice {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.bunkyou_case_voice_title {
  width: 238px;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_title {
    width: 50%;
  }
}

.bunkyou_case_voice_wrap {
  background: #fff0e1;
  border-radius: 10px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 5%;
}

.bunkyou_case_voice_teacher {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.bunkyou_case_voice_teacher_head {
  width: 140px;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_teacher_head {
    width: 70px;
  }
}

.bunkyou_case_voice_teacher_head > img {
  border-radius: 50%;
}

.bunkyou_case_voice_teacher_body {
  width: calc(100% - 160px);
  order: 1;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_teacher_body {
    width: calc(100% - 90px);
  }
}

.bunkyou_case_voice_teacher_logo {
  float: right;
  margin-left: 20px;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_teacher_logo {
    margin-left: 0;
    margin-top: 10px;
    min-height: 1%;
    order: 2;
    text-align: right;
  }
  .bunkyou_case_voice_teacher_logo img {
    width: 53.15789%;
  }
}

.bunkyou_case_voice_teacher_name, .bunkyou_case_voice_teacher_name2 {
  color: #ff9226;
  font-size: 1.125rem;
  line-height: 1.55556;
  font-weight: 700;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_teacher_name, .bunkyou_case_voice_teacher_name2 {
    font-size: 1rem;
  }
}

.bunkyou_case_voice_teacher_name2 {
  color: #333;
  font-weight: 700;
}

.bunkyou_case_voice_teacher_lead {
  font-size: 1.375rem;
  line-height: 1.63636;
  font-weight: 700;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_teacher_lead {
    font-size: 1.25rem;
  }
}

.bunkyou_case_voice_teacher_txt {
  margin-top: 40px;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_teacher_txt {
    margin-top: 20px;
  }
}

.bunkyou_case_voice_person {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3.33333% 4.44444%;
  margin-top: 30px;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_person {
    flex-direction: column;
    align-items: center;
  }
}

.bunkyou_case_voice_person_head {
  width: 120px;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_person_head {
    width: 60px;
    min-height: 1%;
  }
}

.bunkyou_case_voice_person_head > img {
  border-radius: 50%;
}

.bunkyou_case_voice_person_body {
  width: calc(100% - 140px);
}

@media (max-width: 600px) {
  .bunkyou_case_voice_person_body {
    width: 100%;
  }
}

.bunkyou_case_voice_person_name {
  color: #ff9226;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .bunkyou_case_voice_person_name {
    font-size: 0.875rem;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_voice_person_name {
    margin-top: 20px;
  }
}

.bunkyou_case_voice_person_txt {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_person_txt {
    margin-top: 10px;
  }
}

.bunkyou_case_voice_service {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}

.bunkyou_case_voice_service dt {
  font-weight: bold;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_service {
    flex-direction: column;
  }
}

.bunkyou_case_voice_teacher_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_teacher_02 {
    display: block;
  }
}

.bunkyou_case_voice_teacher_head_02 {
  width: 46%;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_teacher_head_02 {
    width: auto;
  }
  .bunkyou_case_voice_teacher_head_02 > img {
    margin-bottom: 20px;
  }
}

.bunkyou_case_voice_teacher_body_02 {
  width: 52%;
  order: 1;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_teacher_body_02 {
    width: auto;
  }
}

.bunkyou_case_voice_teacher_txt_02 {
  margin-top: 0;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_teacher_txt_02 {
    margin-top: 0;
  }
}

.bunkyou_case_voice_teacher_txt_02 p {
  margin-top: 10px;
}

.bunkyou_case_voice_person_02 {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3.33333% 4.44444%;
  margin-top: 30px;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_person_02 {
    display: block;
  }
}

.bunkyou_case_voice_person_head_02 {
  width: 46%;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_person_head_02 {
    width: auto;
  }
}

.bunkyou_case_voice_person_body_02 {
  width: 52%;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_person_body_02 {
    width: 100%;
  }
}

.bunkyou_case_voice_person_name_02 {
  font-weight: 700;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .bunkyou_case_voice_person_name_02 {
    font-size: 0.875rem;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_voice_person_name_02 {
    margin-top: 0;
  }
}

.bunkyou_case_voice_person_txt_02 {
  margin-top: 10px;
}

@media (max-width: 600px) {
  .bunkyou_case_voice_person_txt_02 {
    margin-top: 10px;
  }
}

.bunkyou_case_summary {
  background: url("/education/assets/img/case/bg_case_summary.png") 50% 50% no-repeat;
  background-size: cover;
  padding-top: 40px;
}

.bunkyou_case_summary .bunkyou_section_inr {
  padding-top: 0;
}

.bunkyou_case_summary_title {
  width: 84px;
  text-align: center;
  margin-bottom: 30px;
}

.bunkyou_case_summary_items {
  color: #fff;
  list-style: none;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1000px) {
  .bunkyou_case_summary_items {
    width: 85%;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_summary_items {
    width: 100%;
  }
}

.bunkyou_case_summary_item {
  font-size: 1.375rem;
  text-indent: -1em;
  margin-left: 1em;
}

.bunkyou_case_summary_item + .bunkyou_case_summary_item {
  margin-top: 10px;
}

.bunkyou_case_summary_item:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.bunkyou_case_summary_item.is-case-kyototachibana {
  font-size: 1.125rem;
}

.bunkyou_case_summary_item_line {
  color: #fccd03;
  background-size: contain;
  background: url(/education/assets/img/case/line.png) bottom center repeat-x;
}

.bunkyou_case_movie {
  margin: 100px auto 0;
}

@media (max-width: 1000px) {
  .bunkyou_case_movie {
    width: 100%;
    margin: 16% auto 0;
  }
}

.bunkyou_case_movie_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
}

@media (max-width: 600px) {
  .bunkyou_case_movie_items {
    display: block;
  }
}

.bunkyou_case_movie_item {
  width: 47.5%;
  margin-bottom: 55px;
  list-style: none;
}

@media (max-width: 600px) {
  .bunkyou_case_movie_item {
    width: 100%;
    margin-bottom: 35px;
  }
}

.bunkyou_case_movie_item:nth-child(1) .bunkyou_case_movie_item_title:before {
  background: url("/education/assets/img/case/num01.png") left center no-repeat;
  background-size: contain;
}

.bunkyou_case_movie_item:nth-child(2) .bunkyou_case_movie_item_title:before {
  background: url("/education/assets/img/case/num02.png") left center no-repeat;
  background-size: contain;
}

.bunkyou_case_movie_item:nth-child(3) .bunkyou_case_movie_item_title:before {
  background: url("/education/assets/img/case/num03.png") left center no-repeat;
  background-size: contain;
}

.bunkyou_case_movie_item:nth-child(4) .bunkyou_case_movie_item_title:before {
  background: url("/education/assets/img/case/num04.png") left center no-repeat;
  background-size: contain;
}

.bunkyou_case_movie_item_title_img {
  margin-bottom: 20px;
}

.bunkyou_case_movie_item_title_img img {
  width: 85%;
}

@media (max-width: 600px) {
  .bunkyou_case_movie_item_title_img img {
    width: 92.5%;
  }
}

.bunkyou_case_movie_item_title {
  font-size: 24px;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  display: inline;
}

@media (max-width: 1200px) {
  .bunkyou_case_movie_item_title {
    font-size: 2vw;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_movie_item_title {
    font-size: 4vw;
  }
}

.bunkyou_case_movie_item_title:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  /* width: 44px;
    height: 30px; */
  /* width: 44px; */
  width: 38px;
  height: 25px;
  background-size: contain;
}

@media (max-width: 1200px) {
  .bunkyou_case_movie_item_title:before {
    width: 3.25vw;
    height: 3.25vw;
    top: -30%;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_movie_item_title:before {
    width: 7vw;
    height: 7vw;
    top: -45%;
  }
}

.bunkyou_case_movie_item_title.title-s {
  font-size: 20px;
}

.bunkyou_case_movie_item_title.title-s:before {
  top: 0;
  height: 24px;
}

@media (max-width: 1200px) {
  .bunkyou_case_movie_item_title.title-s {
    font-size: 1.7vw;
    padding-left: calc(1.7vw + 10px);
  }
  .bunkyou_case_movie_item_title.title-s:before {
    height: 1.7vw;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_movie_item_title.title-s {
    font-size: 4vw;
    padding-left: calc(4vw + 10px);
  }
  .bunkyou_case_movie_item_title.title-s:before {
    height: 4vw;
  }
}

.bunkyou_case_movie_item_inr {
  width: 100%;
  position: relative;
  margin-top: 5px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.bunkyou_case_movie_item_inr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bunkyou_case_stydy {
  background: #efefef;
  padding-top: 90px;
  padding-bottom: 210px;
}

@media (max-width: 600px) {
  .bunkyou_case_stydy {
    padding-top: 45px;
    padding-bottom: 105px;
  }
}

.bunkyou_case_stydy .bunkyou_section_inr {
  padding-top: 0;
}

.bunkyou_case_stydy_title {
  width: 140px;
}

@media (max-width: 600px) {
  .bunkyou_case_stydy_title {
    width: 85px;
  }
}

.bunkyou_case_stydy_box_wrap {
  display: flex;
}

.bunkyou_case_stydy_box_wrap + .bunkyou_case_stydy_box_wrap {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .bunkyou_case_stydy_box_wrap {
    display: block;
  }
}

.bunkyou_case_stydy_box {
  width: 32.33333%;
  margin: 0 10px;
  background: #fff;
  text-decoration: none;
  transition: all .3s;
}

.bunkyou_case_stydy_box:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(0px);
  opacity: 0.7;
}

@media (max-width: 600px) {
  .bunkyou_case_stydy_box {
    display: block;
    width: 100%;
    margin: 0;
  }
  .bunkyou_case_stydy_box:not(:first-child) {
    margin-top: 15px;
  }
}

.bunkyou_case_stydy_box_img {
  font-size: 0;
}

.bunkyou_case_stydy_box_img > img {
  width: 100%;
}

.bunkyou_case_stydy_box_main {
  padding: 15px 20px 35px;
  box-sizing: border-box;
}

.bunkyou_case_stydy_box_date {
  color: #666;
}

.bunkyou_case_stydy_box_title {
  font-size: 1.125rem;
  line-height: 1.66667;
  font-weight: bold;
  color: #ff9226;
  margin: 5px 0 0 0;
}

.bunkyou_case_stydy_box_txt {
  color: #333;
  font-weight: 700;
  margin: 5px 0 0 0;
}

.btn_hero__gray01.download {
  transform: translateY(40px);
}

@media only screen and (max-width: 600px) {
  .btn_hero__gray01.download {
    transform: translateY(15px);
  }
}

/* case配下 gnav ここから */
.is-fixed .accordion_menu_case {
  animation: fadein-keyframes 0.15s ease 0s 1 forwards;
}

@media (max-width: 600px) {
  .is-fixed .accordion_menu_case {
    opacity: 1 !important;
  }
}

.is-fixed .accordion_menu_case li {
  animation: case-li 0.1s linear 0.15s 1 forwards;
}

@keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes case-li {
  0% {
    height: auto;
  }
  100% {
    height: 0;
    overflow: hidden;
  }
}

.accordion_menu_case {
  position: absolute;
  top: 110px;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  width: 100%;
  padding: 1.5% 4.5%;
  background-color: #fce9d9;
}

@media (max-width: 1000px) {
  .accordion_menu_case {
    top: 107px;
  }
}

.accordion_menu_case li:after {
  content: "｜";
  display: inline-block;
  width: 0.5rem;
  height: 1rem;
}

.accordion_menu_case li.is-active a {
  font-weight: bold;
}

.accordion_menu_case li:first-of-type {
  display: none;
}

.accordion_menu_case li a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

.accordion_menu_case li a:hover {
  text-decoration: underline;
}

.accordion_menu_case li:last-of-type:after {
  content: none;
}

@media (max-width: 600px) {
  .js-accordion .sp {
    display: inline-block !important;
  }
  .js-accordion .ico.ico_arw_d:before, .js-accordion .ico.ico_arw_d:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 48%;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
  }
  .js-accordion .ico.ico_arw_d:after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .js-accordion.open .ico.ico_arw_d:after {
    transform: rotate(0deg);
  }
  .accordion_menu_case {
    position: relative;
    top: 0;
    display: none;
    padding: 0;
  }
  .accordion_menu_case li {
    border-bottom: 1px solid #ff9226;
  }
  .accordion_menu_case li:first-of-type {
    display: block;
  }
  .accordion_menu_case li:not(:first-of-type).is-active a {
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(90deg, #ffb347 0%, #ff756b 100%);
  }
  .accordion_menu_case li:last-of-type {
    border-bottom: 0;
  }
  .accordion_menu_case li:after {
    content: none;
  }
  .accordion_menu_case li a {
    width: 100%;
    padding: 2% 8%;
    font-size: 0.75rem;
  }
}

/* case配下 gnav ここまで */
.bunkyou_case {
  background-color: #ccc;
}

@media (max-width: 600px) {
  .bunkyou_case_paper {
    padding-bottom: 120px;
  }
}

@media (max-width: 600px) {
  .bunkyou_case_paper .bunkyou_section_inr {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.bunkyou_case_paper_title {
  width: 212px;
  max-width: 100%;
  margin: 0 auto 3em;
}

@media (max-width: 600px) {
  .bunkyou_case_paper_title {
    width: 138px;
  }
}

.bunkyou_case_paper_bnr {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}

@media (max-width: 600px) {
  .bunkyou_case_paper_bnr {
    width: 100%;
  }
}

.bunkyou_case_paper_bnr_inner {
  display: flex;
  border: solid 4px #f7f7f7;
}

@media (max-width: 600px) {
  .bunkyou_case_paper_bnr_inner {
    display: block;
    width: auto;
  }
}

.bunkyou_case_paper_bnr_img {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 37.6%;
  background: #f7f7f7;
  padding: 4.5% 0;
}

@media (max-width: 600px) {
  .bunkyou_case_paper_bnr_img {
    display: block;
    width: auto;
    padding: 6.14035% 0;
  }
}

.bunkyou_case_paper_bnr_img img {
  margin: 0 auto;
  width: 52.65957%;
}

@media (max-width: 600px) {
  .bunkyou_case_paper_bnr_img img {
    width: 34.73684%;
  }
}

.bunkyou_case_paper_bnr_text {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2.5% 4%;
  width: 61.6%;
}

@media (max-width: 600px) {
  .bunkyou_case_paper_bnr_text {
    display: block;
    width: auto;
    padding: 4.38596% 6.14035% 6.14035%;
  }
}

.bunkyou_case_paper_bnr_text .bunkyou_case-index-item-btns {
  margin-top: 1em;
  text-align: left;
}

@media (max-width: 600px) {
  .bunkyou_case_paper_bnr_text .bunkyou_case-index-item-btns {
    text-align: center;
    padding-bottom: 0;
  }
}

.bunkyou_case_paper_bnr_title {
  margin-bottom: 1.5em;
}

.bunkyou_case-lead {
  margin-bottom: 1.5em;
}

.bunkyou_case-note {
  position: relative;
  z-index: 10;
  text-align: right;
  margin-top: 1em;
  font-size: 0.875rem;
}

@media (max-width: 600px) {
  .bunkyou_case-note {
    font-size: 0.75rem;
  }
}

.bunkyou_case-toolnav {
  background-color: transparent;
  gap: 8px;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .bunkyou_case-toolnav {
    gap: 4px;
  }
}

.bunkyou_case-toolnav.is-bd {
  border-color: #ff9226;
}

.bunkyou_case-toolnav-btn {
  position: relative;
  color: #333;
  border-radius: 100px;
  background-color: #fff;
  border: 4px solid transparent;
  font-weight: 300;
}

@media (max-width: 600px) {
  .bunkyou_case-toolnav-btn {
    padding: 16px 0;
    letter-spacing: -0.05em;
  }
}

.bunkyou_case-toolnav-btn.is-current {
  border-color: #ffd4a3;
  background-color: #fff !important;
  color: #333 !important;
  font-weight: 600;
}

.bunkyou_case-toolnav-btn:hover {
  border-color: #ffd4a3;
  background-color: #fff !important;
  color: #333 !important;
}

.bunkyou_case-toolnav-btn::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 8px;
  transform: translate(-50%, 0);
  background-image: url("../img/case/icon_arrow_bottom.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 8 / 5;
  width: 8px;
}

.bunkyou_case-toolnav-item {
  border-right-width: 0;
}

.bunkyou_case-tab-target-inr {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 40px;
}

.bunkyou_case-tab-target-area-img {
  position: relative;
  margin: 0 auto;
  width: 71.55963%;
  max-width: 778px;
}

.bunkyou_case-tab-target-area-img img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.bunkyou_case-tab-target-area-img .g-tab-target-list {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  .bunkyou_case-tab-target#all .lg-grid-lm4col-1 {
    margin-top: 2em;
  }
}

.bunkyou_case-tab-target#all .lg-grid-lm4col-1 .bunkyou_case-tab-target-item {
  width: 100%;
}

@media (max-width: 600px) {
  .bunkyou_case-tab-target#all .lg-grid-lm4col-1 .bunkyou_case-tab-target-item {
    width: 48%;
    margin-right: 2%;
  }
}

.bunkyou_case-tab-target#all .lg-grid-lm4col-2 .bunkyou_case-tab-target-item {
  width: 48%;
  margin-right: 2%;
}

@media (max-width: 600px) {
  .bunkyou_case-tab-target-item {
    width: 48%;
    margin-right: 2%;
  }
}

.bunkyou_case-tab-target-item:first-of-type {
  width: 100%;
}

@media (max-width: 600px) {
  .bunkyou_case-tab-target-item:first-of-type {
    width: 48%;
  }
}

.bunkyou_case-tab-target-item .g-form-check input[type="checkbox"] + .g-form-check-tips {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}

.bunkyou_case-tab-target-item .g-form-check input[type="checkbox"] + .g-form-check-tips::after {
  top: -0.15em;
  right: 0.2em;
  width: 0.55em;
  height: 1.0em;
  border-right: 3px solid #ff9226;
  border-bottom: 3px solid #ff9226;
}

@media (max-width: 600px) {
  .bunkyou_case-tab-target-item .g-form-check input[type="checkbox"] + .g-form-check-tips::after {
    top: -0.1em;
    right: 0.1em;
    border-right: 2px solid #ff9226;
    border-bottom: 2px solid #ff9226;
  }
}

.bunkyou_case-tab-target-item .g-form-check input[type="checkbox"]:checked + .g-form-check-tips {
  border-width: 3px;
  background: #fff;
  border-color: #FFD4A3;
}

.bunkyou_case-tab-target-item .g-form-check-txt {
  color: #333;
}

@media (max-width: 600px) {
  .bunkyou_case-tab-target-item .g-form-check-txt {
    font-size: 96%;
  }
}

.bunkyou_case-tab-target-item.is-area {
  position: absolute;
  z-index: 10;
  border-radius: 3px;
  border: solid 2px #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 18%;
}

@media (max-width: 600px) {
  .bunkyou_case-tab-target-item.is-area {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 47%;
    margin: 3% 1.5% 0;
  }
  .bunkyou_case-tab-target-item.is-area:nth-of-type(1), .bunkyou_case-tab-target-item.is-area:nth-of-type(2) {
    margin-top: 0;
  }
}

.bunkyou_case-tab-target-item.is-area .g-form-check {
  position: static;
  width: 100%;
  justify-content: center;
  margin: 0;
  padding: 18% 0;
}

@media (max-width: 600px) {
  .bunkyou_case-tab-target-item.is-area .g-form-check {
    margin: 0;
    padding: 1.3em .25em;
  }
}

.bunkyou_case-tab-target-item.is-area .g-form-check-tips {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  border: none !important;
  background: #fff;
  transition: background 0.2s ease-out 0s;
}

.bunkyou_case-tab-target-item.is-area .g-form-check-tips::after {
  display: none;
}

.bunkyou_case-tab-target-item.is-area .g-form-check-txt {
  position: relative;
  z-index: 10;
  font-size: 90%;
}

@media (max-width: 1230px) {
  .bunkyou_case-tab-target-item.is-area .g-form-check-txt {
    font-size: 1.4vw;
  }
}

@media (max-width: 600px) {
  .bunkyou_case-tab-target-item.is-area .g-form-check-txt {
    font-size: 96%;
  }
}

.bunkyou_case-tab-target-item.is-area.is-hokkaido {
  top: 14%;
  left: 78.4%;
  border-color: #6297c4 !important;
}

.bunkyou_case-tab-target-item.is-area.is-hokkaido .g-form-check input[type="checkbox"]:checked + .g-form-check-tips {
  background: #6297c4;
}

.bunkyou_case-tab-target-item.is-area.is-hokkaido .g-form-check input[type="checkbox"]:checked + .g-form-check-tips + .g-form-check-txt {
  color: #fff;
}

.bunkyou_case-tab-target-item.is-area.is-kanto {
  top: 36.1%;
  left: 78.4%;
  border-color: #52b4a7 !important;
}

.bunkyou_case-tab-target-item.is-area.is-kanto .g-form-check input[type="checkbox"]:checked + .g-form-check-tips {
  background: #52b4a7;
}

.bunkyou_case-tab-target-item.is-area.is-kanto .g-form-check input[type="checkbox"]:checked + .g-form-check-tips + .g-form-check-txt {
  color: #fff;
}

.bunkyou_case-tab-target-item.is-area.is-chubu {
  top: 75%;
  left: 59%;
  border-color: #a0bc20 !important;
}

.bunkyou_case-tab-target-item.is-area.is-chubu .g-form-check input[type="checkbox"]:checked + .g-form-check-tips {
  background: #a0bc20;
}

.bunkyou_case-tab-target-item.is-area.is-chubu .g-form-check input[type="checkbox"]:checked + .g-form-check-tips + .g-form-check-txt {
  color: #fff;
}

.bunkyou_case-tab-target-item.is-area.is-kinki {
  top: 14%;
  left: 32.1%;
  border-color: #fabd00 !important;
}

.bunkyou_case-tab-target-item.is-area.is-kinki .g-form-check input[type="checkbox"]:checked + .g-form-check-tips {
  background: #fabd00;
}

.bunkyou_case-tab-target-item.is-area.is-kinki .g-form-check input[type="checkbox"]:checked + .g-form-check-tips + .g-form-check-txt {
  color: #fff;
}

.bunkyou_case-tab-target-item.is-area.is-shikoku {
  top: 14%;
  left: 12.9%;
  border-color: #ca7eae !important;
}

.bunkyou_case-tab-target-item.is-area.is-shikoku .g-form-check input[type="checkbox"]:checked + .g-form-check-tips {
  background: #ca7eae !important;
}

.bunkyou_case-tab-target-item.is-area.is-shikoku .g-form-check input[type="checkbox"]:checked + .g-form-check-tips + .g-form-check-txt {
  color: #fff;
}

.bunkyou_case-tab-target-item.is-area.is-kyusyu {
  top: 50%;
  left: 0%;
  border-color: #d9735d !important;
}

.bunkyou_case-tab-target-item.is-area.is-kyusyu .g-form-check input[type="checkbox"]:checked + .g-form-check-tips {
  background: #d9735d;
}

.bunkyou_case-tab-target-item.is-area.is-kyusyu .g-form-check input[type="checkbox"]:checked + .g-form-check-tips + .g-form-check-txt {
  color: #fff;
}

.bunkyou_case-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 600px) {
  .bunkyou_case-wrapper {
    gap: 16px;
  }
}

.bunkyou_case-selection {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

.bunkyou_case-selection > .lg-section::after {
  display: none !important;
}

.bunkyou_case-selection .lg-selection {
  padding-bottom: 0.8em;
  border-bottom: solid 1px #000;
}

.bunkyou_case-selection .lg-selection-title {
  width: 10em;
}

.bunkyou_case-selection .lg-selection-title .g-t6 {
  font-size: 140%;
}

.bunkyou_case-selection .lg-selection-item .g-btn {
  color: #ff9226;
  border-radius: 100px;
  border: solid 1px #ff9226;
  padding: .41em 1em .5em;
}

@media (max-width: 600px) {
  .bunkyou_case-selection .lg-selection-item .g-btn {
    font-size: 90%;
  }
}

.bunkyou_case-output {
  position: relative;
  z-index: 1;
}

.bunkyou_case-index-item {
  padding: 0 0.75%;
}

.bunkyou_case-index-item-inner {
  background: #fff;
  padding: 3% 5% 0;
}

.bunkyou_case-index-item .lg-photo .lg-photo-state {
  top: 0;
  left: 0;
}

.bunkyou_case-index-item .lg-photo .lg-photo-state .g-tag-img {
  width: 12.9%;
  max-width: 50px;
}

.bunkyou_case-index-item-lead {
  font-weight: bold;
  font-size: 90%;
  color: #333;
  margin-bottom: 0.5em;
}

.bunkyou_case-index-item-title {
  font-weight: bold;
  font-size: 130%;
  color: #333;
  margin-bottom: 0.2em;
}

.bunkyou_case-index-item-area {
  line-height: 1;
  padding: 0.2em 0.5em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  font-size: 88%;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.bunkyou_case-index-item-area.is-hokkaido {
  background: #6297c4;
}

.bunkyou_case-index-item-area.is-kanto {
  background: #52b4a7;
}

.bunkyou_case-index-item-area.is-kinki {
  background: #fabd00;
}

.bunkyou_case-index-item-area.is-chubu {
  background: #a0bc20;
}

.bunkyou_case-index-item-area.is-shikoku {
  background: #ca7eae;
}

.bunkyou_case-index-item-area.is-kyusyu {
  background: #d9735d;
}

.bunkyou_case-index-item-text {
  color: #666;
  font-size: 100%;
  line-height: 1.2;
}

.bunkyou_case-index-item-text .is-lrg {
  font-weight: bold;
  font-size: 100%;
  font-size: 80%;
}

.bunkyou_case-index-item-text .is-sml {
  font-size: 100%;
  font-size: 72%;
}

.bunkyou_case-index-item-tags-title {
  font-size: 80%;
  font-weight: bold;
  color: #ff9226;
  line-height: 1;
  border-top: dotted 1px #ccc;
  margin: 1.2em 0 0;
  padding: 1.2em 0 0;
}

.bunkyou_case-index-item-tags .g-tag {
  background: none;
  color: #ff9226;
  border-radius: 100px;
  border: solid 1px #ff9226;
  padding: .46em 1em .4em;
  font-weight: bold;
  margin: 0.5em 0.5em 0 0;
}

@media (max-width: 600px) {
  .bunkyou_case-index-item-tags .g-tag {
    font-size: 90%;
  }
}

.bunkyou_case-index-item-btns {
  text-align: center;
  padding: 0.6em 0 1.2em;
}

.bunkyou_case-index-item-btns .g-btn.u-bgc-contact {
  max-width: 100%;
  width: 22em;
  border-color: #444;
  background: none !important;
  color: #444;
}

@media (max-width: 600px) {
  .bunkyou_case-index-item-btns .g-btn.u-bgc-contact {
    font-size: 98%;
  }
}

.bunkyou_case-index-item-btns .g-btn.u-bgc-contact:hover {
  background: #ff7a0d !important;
  border-color: #ff7a0d !important;
  color: #fff !important;
}

.btn-movie {
  margin-top: 40px;
}

@media (max-width: 600px) {
  .btn-movie {
    font-size: 100%;
  }
}

.bunkyou_case_movie_title {
  width: 246px;
}

@media (max-width: 600px) {
  .bunkyou_case_movie_title {
    width: 50%;
  }
}

.bunkyou_test {
  padding-bottom: 200px;
}

@media (max-width: 600px) {
  .bunkyou_section.is-sp-full.bunkyou_section {
    padding-right: 0;
    padding-left: 0;
  }
  .bunkyou_section.is-sp-full.bunkyou_section .bunkyou_section_inr {
    padding-right: 0;
    padding-left: 0;
  }
}

.bunkyou_section_box {
  background: #fff;
  padding: 50px;
}

@media (max-width: 1000px) {
  .bunkyou_section_box {
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .bunkyou_section_box {
    padding: 10px;
  }
}

.bunkyou_section_box + .bunkyou_section_box {
  margin-top: 50px;
}

@media (max-width: 1000px) {
  .bunkyou_section_box + .bunkyou_section_box {
    margin-top: 20px;
  }
}

.bunkyou_col_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bunkyou_col_item {
  width: 50%;
}

.bunkyou_question {
  background: #d8e3ea;
  position: relative;
}

.bunkyou_question:after {
  content: '';
  position: absolute;
  border-top: 50px solid #333333;
  border-right: 55px solid transparent;
  border-left: 55px solid transparent;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1000px) {
  .bunkyou_question {
    padding-bottom: 50px;
  }
}

.bunkyou_question .bunkyou_section_inr {
  padding-top: 0;
}

.bunkyou_question_title {
  max-width: 712px;
  padding-top: 40px;
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .bunkyou_question_title {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .bunkyou_question_title {
    width: 80%;
  }
}

.bunkyou_question_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bunkyou_question_items_inr {
  width: 48.33333%;
}

@media (max-width: 1000px) {
  .bunkyou_question_items_inr {
    margin-top: 20px;
    width: 100%;
  }
}

.bunkyou_question_item {
  list-style: none;
  width: 100%;
}

.bunkyou_question_item + .bunkyou_question_item {
  margin-top: 40px;
}

@media (max-width: 1000px) {
  .bunkyou_question_item + .bunkyou_question_item {
    margin-top: 20px;
  }
}

.bunkyou_question_item_head_wrap {
  padding: 15px;
  border-radius: 4px;
  width: 75.86207%;
  color: #fff;
  background: #549dc5;
  position: relative;
}

.bunkyou_question_item_head_wrap:after {
  content: '';
  position: absolute;
  border-top: 14px solid #549dc5;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 600px) {
  .bunkyou_question_item_head_wrap {
    padding: 10px;
    width: 100%;
    border-radius: 0;
  }
}

.bunkyou_question_item_head {
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 0;
  align-items: center;
}

.bunkyou_question_item_head > dt {
  width: 70px;
  display: table-cell;
  vertical-align: middle;
}

.bunkyou_question_item_head > dd {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 1000px) {
  .bunkyou_question_item_head {
    width: auto;
  }
}

.bunkyou_question_item_body {
  background: #fff;
  border-radius: 4px;
  padding: 30px 20px 20px;
  width: 82.75862%;
  margin-top: -10px;
  margin-left: auto;
  font-size: 1.125rem;
  line-height: 1.66667;
  font-weight: 700;
}

.bunkyou_question_item_body strong {
  color: #ff9226;
  font-size: 1.4375rem;
  line-height: 1.30435;
}

@media (max-width: 600px) {
  .bunkyou_question_item_body {
    font-size: 0.8125rem;
    line-height: 1.69231;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 20px 15px 15px;
  }
  .bunkyou_question_item_body strong {
    font-size: 0.9375rem;
  }
}

.bunkyou_answer {
  background: #fff0e1;
}

@media (max-width: 600px) {
  .bunkyou_answer.bunkyou_section {
    padding-right: 0;
    padding-left: 0;
  }
  .bunkyou_answer.bunkyou_section .bunkyou_section_inr {
    padding-right: 0;
    padding-left: 0;
  }
}

.bunkyou_answer .bunkyou_section_inr {
  padding-top: 0;
}

.bunkyou_answer_title {
  padding-top: 80px;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .bunkyou_answer_title {
    padding-top: 30px;
  }
}

@media (max-width: 600px) {
  .bunkyou_answer_title {
    padding-top: 20px;
  }
}

.bunkyou_answer_fig {
  text-align: center;
  margin: 50px auto 0;
}

@media (max-width: 1000px) {
  .bunkyou_answer_fig {
    margin-top: 25px;
  }
}

.bunkyou_text_coloro {
  color: #ff9226;
}

.bunkyou_answer_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bunkyou_answer_box_data {
  width: 50%;
}

@media (max-width: 600px) {
  .bunkyou_answer_box_data {
    width: 100%;
    padding: 10px;
  }
}

.bunkyou_answer_box_fig {
  width: 45.45455%;
}

.bunkyou_answer_box_fig img {
  width: 100%;
}

@media (max-width: 600px) {
  .bunkyou_answer_box_fig {
    width: 100%;
  }
}

.bunkyou_answer_box_head > dd {
  margin-top: 24px;
}

@media (max-width: 600px) {
  .bunkyou_answer_box_head > dd {
    width: 80%;
  }
}

.bunkyou_answer_box_lead {
  font-size: 1.125rem;
  line-height: 1.66667;
  font-weight: 700;
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .bunkyou_answer_box_lead {
    font-size: 0.9375rem;
  }
}

.bunkyou_answer_box_txt {
  margin-top: 15px;
}

.bunkyou_answer_product_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 600px) {
  .bunkyou_answer_product_items {
    margin-top: 25px;
  }
}

.bunkyou_answer_product_item {
  width: 48.18182%;
  background: #f6f6f6;
  padding: 30px;
}

@media (max-width: 1000px) {
  .bunkyou_answer_product_item {
    padding: 15px;
  }
}

@media (max-width: 600px) {
  .bunkyou_answer_product_item {
    width: 100%;
    padding: 15px;
  }
  .bunkyou_answer_product_item + .bunkyou_answer_product_item {
    margin-top: 20px;
  }
}

.bunkyou_answer_product_item.is-before {
  background: #e5e9f0;
  position: relative;
}

.bunkyou_answer_product_item.is-before:after {
  width: 0;
  height: 0;
  border-top: solid 15px transparent;
  border-right: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 15px #e5e9f0;
  position: absolute;
  content: '';
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  .bunkyou_answer_product_item.is-before:after {
    content: '';
    position: absolute;
    border-top: 30px solid #e5e9f0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    top: auto;
    bottom: -30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.bunkyou_answer_product_item.is-before .bunkyou_answer_product_box_title {
  color: #2778a5;
}

.bunkyou_answer_product_box {
  display: flex;
  align-items: center;
}

.bunkyou_answer_product_box_head {
  width: 80px;
  margin-right: 20px;
}

.bunkyou_answer_product_box_body {
  width: 100%;
}

.bunkyou_answer_product_box_title {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 700;
  color: #ff9226;
}

@media (max-width: 1000px) {
  .bunkyou_answer_product_box_title {
    font-size: 1.25rem;
  }
}

.bunkyou_alp_bnr {
  width: 83.33333%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 600px) {
  .bunkyou_alp_bnr {
    width: 100%;
  }
}

.bunkyou_alp_bnr a {
  transition: all .3s;
}

.bunkyou_alp_bnr a:hover {
  opacity: 0.7;
}

.bunkyou_alp_bnr .btn_detail {
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(50%, -37.5%);
}

@media (max-width: 600px) {
  .bunkyou_alp_bnr .btn_detail {
    width: 62.5%;
    transform: translateX(-50%);
    top: 80.39216%;
    left: 50%;
  }
}

#bunkyou_support_bnr {
  padding-bottom: 0;
}

.bunkyou_support_bnr {
  width: 83.33333%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 600px) {
  .bunkyou_support_bnr {
    width: 100%;
  }
}

.bunkyou_support_bnr a {
  transition: all .3s;
}

.bunkyou_support_bnr a:hover {
  opacity: 0.7;
}

.bunkyou_support_bnr .btn_detail {
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(50%, -37.5%);
}

@media (max-width: 600px) {
  .bunkyou_support_bnr .btn_detail {
    width: 62.5%;
    transform: translateX(-50%);
    top: 80.39216%;
    left: 50%;
  }
}

.bunkyou_process {
  position: relative;
  background: url(/education/assets/img/reason/bg_process.jpg) top center no-repeat;
  background-size: contain;
  padding-top: 28.33333%;
  padding-bottom: 180px;
}

.bunkyou_process .bunkyou_section_inr {
  margin-top: -110px;
}

@media (max-width: 600px) {
  .bunkyou_process .bunkyou_section_inr {
    margin-top: 0;
    padding-bottom: 90px;
  }
}

@media (max-width: 1000px) {
  .bunkyou_process {
    padding-bottom: 150px;
  }
}

@media (max-width: 600px) {
  .bunkyou_process {
    background: url(/education/assets/img/reason/bg_process_sp.jpg) top center no-repeat;
    background-size: contain;
    padding-top: 28.33333%;
    padding-bottom: 0;
  }
}

.bunkyou_process_lead {
  margin-top: 25px;
}

@media (max-width: 1000px) {
  .bunkyou_process_lead {
    padding: 20px;
  }
}

.bunkyou_process_items {
  margin-top: 30px;
  position: relative;
}

.bunkyou_process_items:before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 60px;
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  transform: translateY(-50%);
  background: #969696;
}

@media (max-width: 1000px) {
  .bunkyou_process_items:before {
    left: 25px;
  }
}

.bunkyou_process_item {
  background: #efefef;
  padding: 50px 10px;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 25px 0;
}

@media (max-width: 1000px) {
  .bunkyou_process_item {
    padding: 20px 10px;
    border-spacing: 0;
  }
}

.bunkyou_process_item + .bunkyou_process_item {
  margin-top: 20px;
}

.bunkyou_process_item_head {
  border-radius: 4px;
  background: url(/education/assets/img/reason/bg_process_title01.png) bottom center no-repeat #ff9226;
  background-size: contain;
  width: 50px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 1000px) {
  .bunkyou_process_item_head {
    width: 30px;
    vertical-align: top;
    padding: 15px 5px;
  }
}

.bunkyou_process_item_head.is-blue {
  background: url(/education/assets/img/reason/bg_process_title02.png) bottom center no-repeat #0d0d6a;
  background-size: contain;
  width: 50px;
}

@media (max-width: 1000px) {
  .bunkyou_process_item_head.is-blue {
    width: 30px;
    vertical-align: top;
    padding: 15px 5px;
  }
}

.bunkyou_process_item_head.is-line {
  position: relative;
}

.bunkyou_process_item_head.is-line:after {
  position: absolute;
  bottom: 300px;
  width: 1px;
  height: 500px;
  background: #969696;
}

.bunkyou_process_item_body {
  display: table-cell;
}

.bunkyou_process_item_body_inr {
  margin-left: 20px;
}

.bunkyou_process_item_box {
  background: #fff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.bunkyou_process_item_box:after {
  content: '';
  position: absolute;
  border-top: 12px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.bunkyou_process_item_box:last-child:after {
  content: none;
}

.bunkyou_process_item_box + .bunkyou_process_item_box {
  margin-top: 20px;
}

.bunkyou_process_item_box_head {
  display: flex;
  border-radius: 4px;
  padding: 30px 20px;
  background-image: linear-gradient(90deg, #ffb347 0%, #ff756b 100%);
  width: 26%;
}

@media (max-width: 1000px) {
  .bunkyou_process_item_box_head {
    flex-direction: column;
    width: 100%;
    padding: 8px;
  }
}

.bunkyou_process_item_box_body {
  width: 69%;
}

@media (max-width: 1000px) {
  .bunkyou_process_item_box_body {
    width: 100%;
    margin-top: 10px;
  }
}

.bunkyou_process_item_box_title {
  font-size: 1.375rem;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .bunkyou_process_item_box_title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.bunkyou_process_item_box_sub {
  font-size: 1.125rem;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .bunkyou_process_item_box_sub {
    font-size: 1rem;
  }
}

/* ==========================================================
!Reseting
========================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  overflow-x: hidden;
}

ul li {
  list-style-type: none;
}

@media (max-width: 1000px) {
  .bunkyou_section_inr {
    padding-right: 0;
    padding-left: 0;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.bunkyou_second_hero_inr_title {
  width: 163px;
}

.bunkyou_second_hero.is-solution .bunkyou_second_hero_inr_title {
  width: auto;
}

@media (max-width: 600px) {
  .bunkyou_second_hero_inr_title {
    width: 95px;
  }
}

.bunkyou_second_hero_inr_txt {
  margin-top: 40px;
}

@media (max-width: 600px) {
  .bunkyou_second_hero_inr_txt {
    font-size: 0.75rem;
    line-height: 1.66667;
    margin-top: 15px;
  }
}

.bunkyou_nav_container {
  margin-top: -60px;
}

@media (max-width: 600px) {
  .bunkyou_nav_container {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .solutin-title.bunkyou_second_hero_inr_title {
    width: 90% !important;
  }
}

/* solutionコンテンツここから */
#solution {
  /* 導入事例 */
  /* 端末・ハードウェア */
  /* 通信・ネットワーク */
  /* 各種サポート */
  /* 教材・学習管理システム */
  /* 校務システム */
  /* 共通Box-body */
  /* 共通コンバージョンエリア */
  /* 導入事例 */
}

#solution .bunkyou_section_inr {
  padding-top: 0 !important;
}

#solution .bunkyou_section.bunkyou_case_stydy {
  margin-top: 60px;
  padding: 90px 20px 200px;
}

@media (max-width: 600px) {
  #solution .bunkyou_section.bunkyou_case_stydy {
    padding: 40px 20px 150px;
  }
}

#solution .btn-scroll--right {
  display: none;
}

@media (max-width: 600px) {
  #solution .btn-scroll--right {
    display: block;
    position: absolute;
    top: 47%;
    left: 80vw;
    width: 10vw;
    height: 10vw;
    border-radius: 40px;
    background-color: #444444;
  }
  #solution .btn-scroll--right::before {
    position: absolute;
    top: 50%;
    right: 45%;
    width: 2vw;
    height: 2vw;
    margin: -4px 0 0 0;
    color: #fff;
    border-width: 2px 2px 0 0;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

#solution .bunkyou_section_title {
  padding-top: 10px;
}

#solution .bunkyou_section_title img {
  margin: 0 auto;
}

@media (max-width: 600px) {
  #solution .bunkyou_section_title {
    width: 65vw;
  }
}

#solution .sec-solution {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  #solution .sec-solution {
    margin-bottom: 16%;
  }
}

#solution .box-scroll {
  overflow-x: auto;
  white-space: nowrap;
}

@media (max-width: 600px) {
  #solution .box-scroll {
    margin-left: 6vw;
    margin-bottom: 5%;
  }
  #solution .box-scroll::-webkit-scrollbar {
    height: 5px;
  }
  #solution .box-scroll::-webkit-scrollbar-thumb {
    background: #9c9c9c;
  }
  #solution .box-scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
}

#solution .text-meaning {
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: nowrap;
}

#solution .text-meaning p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

#solution .text-meaning p span {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 5px;
}

#solution .text-meaning p:first-of-type {
  margin-right: 15px;
}

#solution .text-meaning p:first-of-type span {
  background-color: #4270c5;
}

#solution .text-meaning p:nth-of-type(2) span {
  background-color: #fd9a38;
}

@media (max-width: 600px) {
  #solution .text-meaning {
    top: auto;
    bottom: -65px;
    right: auto;
    display: block;
  }
  #solution .text-meaning p {
    display: flex;
    justify-content: flex-start;
  }
  #solution .text-meaning p:first-of-type {
    margin-bottom: 2%;
    margin-right: 0;
  }
  #solution .text-meaning p span {
    width: 30px;
    height: 20px;
  }
}

#solution .box-ancher {
  position: relative;
  margin-bottom: 80px;
}

#solution .box-ancher .ancher-network,
#solution .box-ancher .ancher-hardware,
#solution .box-ancher .ancher-system,
#solution .box-ancher .ancher-support {
  position: absolute;
}

#solution .box-ancher .ancher-network {
  top: 3%;
  left: 8%;
  width: 23vw;
  max-width: 250px;
}

@media (max-width: 1200px) {
  #solution .box-ancher .ancher-network {
    left: 7vw;
  }
}

#solution .box-ancher .ancher-hardware {
  bottom: 3%;
  left: 8%;
  width: 23vw;
  max-width: 250px;
}

@media (max-width: 1200px) {
  #solution .box-ancher .ancher-hardware {
    left: 7vw;
  }
}

#solution .box-ancher .ancher-system {
  bottom: 3%;
  left: 45%;
  width: 23vw;
  max-width: 250px;
}

@media (max-width: 1200px) {
  #solution .box-ancher .ancher-system {
    left: 43.5vw;
  }
}

#solution .box-ancher .ancher-support {
  bottom: 3%;
  left: 78.25%;
  width: 23vw;
  max-width: 250px;
}

@media (max-width: 1200px) {
  #solution .box-ancher .ancher-support {
    width: 20vw;
    left: 79vw;
  }
}

@media (max-width: 600px) {
  #solution .box-ancher {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-bottom: 25%;
  }
}

#solution .box-ancher::-webkit-scrollbar {
  height: 5px;
}

#solution .box-ancher::-webkit-scrollbar-track {
  background: #F1F1F1;
}

#solution .box-ancher a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: nowrap;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  background-image: url(/education/assets/img/common/ico_arw_b.svg);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

#solution .box-ancher a:hover {
  background-position: 95% 55%;
  transition: all 0.3s;
  opacity: 0.85;
}

#solution .box-ancher a img {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}

#solution .box-ancher .box-coalescence {
  width: 440px;
}

#solution .box-ancher .box-coalescence .box-network,
#solution .box-ancher .box-coalescence .box-hardware {
  border-radius: 10px;
}

#solution .box-ancher .box-coalescence .box-network ul,
#solution .box-ancher .box-coalescence .box-hardware ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: nowrap;
}

#solution .box-ancher .box-coalescence .box-network ul li,
#solution .box-ancher .box-coalescence .box-hardware ul li {
  width: 200px;
  padding: 50px 0;
  font-weight: bold;
  font-size: 1.135rem;
  line-height: 1.4;
  border-radius: 5px;
  text-align: center;
  background-color: #ebf4ff;
}

#solution .box-ancher .box-coalescence .box-network ul li span,
#solution .box-ancher .box-coalescence .box-hardware ul li span {
  display: block;
}

#solution .box-ancher .box-coalescence .box-network {
  height: 300px;
  margin-bottom: 10px;
  padding-top: 20px;
  background-color: #4270c5;
}

#solution .box-ancher .box-coalescence .box-network .text-cloud {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: nowrap;
  width: 880px;
  margin-left: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 8px;
  background-color: #50cef6;
}

#solution .box-ancher .box-coalescence .box-network .text-cloud img {
  margin-right: 10px;
}

#solution .box-ancher .box-coalescence .box-network ul {
  margin-top: 20px;
}

#solution .box-ancher .box-coalescence .box-network ul li {
  height: 128px;
}

#solution .box-ancher .box-coalescence .box-hardware {
  height: 290px;
  padding-top: 10px;
  background-color: #4270c5;
}

#solution .box-ancher .box-coalescence .box-hardware a {
  margin: 20px auto 0 auto;
}

#solution .box-ancher .box-coalescence .box-hardware ul li {
  height: 180px;
}

#solution .box-ancher .box-coalescence .box-hardware ul li:first-of-type {
  padding-top: 20px;
}

#solution .box-ancher .box-coalescence .box-hardware ul li p {
  margin-top: 15px;
}

#solution .box-ancher .box-system {
  width: 440px;
  height: 450px;
  margin-left: 10px;
  padding-top: 10px;
  border-radius: 10px;
  background-color: #fd9a38;
}

#solution .box-ancher .box-system a {
  margin: 20px auto 0 auto;
  background-image: url(/education/assets/img/common/ico_arw_d.svg);
}

#solution .box-ancher .box-system dl {
  width: 420px;
  padding: 10px;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 10px;
  background-color: #fff0e1;
}

#solution .box-ancher .box-system dl dt {
  font-weight: bold;
  font-size: 1.135rem;
  color: #fd9a38;
}

#solution .box-ancher .box-system dl dd ul li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: nowrap;
  height: 86px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 2px dotted #fd9a38;
  border-radius: 10px;
}

#solution .box-ancher .box-system dl dd ul li .text-service {
  width: 50%;
  font-size: 1.135rem;
  line-height: 1.4;
  text-align: center;
}

#solution .box-ancher .box-support {
  position: relative;
  width: 272px;
  height: 450px;
  margin-left: 30px;
  padding: 10px;
  border-radius: 10px;
  background-color: #4270c5;
}

#solution .box-ancher .box-support a {
  margin: 20px auto 0 auto;
}

#solution .box-ancher .box-support ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 250px;
  height: 340px;
  font-weight: bold;
  font-size: 1.135rem;
  text-align: center;
  border-radius: 5px;
  background-color: #ebf4ff;
}

#solution .box-ancher .box-support .arrow-left {
  position: absolute;
  top: 35%;
  left: -10%;
}

@media (max-width: 600px) {
  #solution .box-ancher {
    width: auto;
  }
  #solution .box-ancher a {
    width: 50vw;
    max-width: 250px;
    margin: 0 auto 5% auto;
    padding: 4.5% 0;
    background-size: 10px auto;
  }
  #solution .box-ancher .box-coalescence {
    width: 75vw;
  }
  #solution .box-ancher .box-coalescence .box-network,
  #solution .box-ancher .box-coalescence .box-hardware {
    height: auto;
  }
  #solution .box-ancher .box-coalescence .box-network {
    margin-bottom: 5%;
    padding-top: 5%;
    padding-bottom: 3%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #solution .box-ancher .box-coalescence .box-network .text-cloud {
    position: relative;
    z-index: 2;
    width: 160vw;
    margin-bottom: 5%;
    margin-left: 1%;
    font-size: 4vw;
  }
  #solution .box-ancher .box-coalescence .box-network .text-cloud img {
    width: 5vw;
  }
  #solution .box-ancher .box-coalescence .box-network ul {
    margin-top: 2%;
  }
  #solution .box-ancher .box-coalescence .box-network ul li {
    width: 34.5vw;
    height: 22.5vw;
    padding: 15% 0;
    font-size: 3vw;
  }
  #solution .box-ancher .box-coalescence .box-network ul li:nth-of-type(2) p {
    margin-top: -7%;
  }
  #solution .box-ancher .box-coalescence .box-network a img {
    width: 22vw;
  }
  #solution .box-ancher .box-coalescence .box-hardware {
    padding-top: 5%;
    padding-bottom: 4%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #solution .box-ancher .box-coalescence .box-hardware ul {
    margin-top: 0;
  }
  #solution .box-ancher .box-coalescence .box-hardware ul li {
    width: 34.5vw;
    height: 30vw;
    padding: 15% 0;
    font-size: 3vw;
  }
  #solution .box-ancher .box-coalescence .box-hardware ul li img {
    width: 5vw;
  }
  #solution .box-ancher .box-coalescence .box-hardware ul li:nth-of-type(1) {
    padding: 5% 0 15% 0;
  }
  #solution .box-ancher .box-coalescence .box-hardware ul li:nth-of-type(1) p {
    margin-top: 5px;
  }
  #solution .box-ancher .box-coalescence .box-hardware ul li:nth-of-type(1) img {
    width: 12vw;
  }
  #solution .box-ancher .box-coalescence .box-hardware ul li:nth-of-type(2) {
    padding: 10% 0 15% 0;
  }
  #solution .box-ancher .box-coalescence .box-hardware ul li:nth-of-type(2) p {
    margin-top: 10px;
  }
  #solution .box-ancher .box-coalescence .box-hardware ul li:nth-of-type(2) img {
    width: 22vw;
  }
  #solution .box-ancher .box-coalescence .box-hardware a {
    margin: 4% auto 0 auto;
  }
  #solution .box-ancher .box-coalescence .box-hardware a img {
    width: 37vw;
  }
  #solution .box-ancher .box-system {
    width: 84vw;
    height: auto;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    padding-right: 2%;
    padding-left: 2%;
  }
  #solution .box-ancher .box-system dl {
    width: 80vw;
  }
  #solution .box-ancher .box-system dl dt {
    font-size: 3vw;
  }
  #solution .box-ancher .box-system dl dd ul li {
    height: 15vw;
    margin-bottom: 1.5%;
  }
  #solution .box-ancher .box-system dl dd ul li .text-service {
    font-size: 3vw;
  }
  #solution .box-ancher .box-system dl dd ul li img {
    width: 15vw;
  }
  #solution .box-ancher .box-system dl dd ul li .text-classroom {
    font-size: 3vw;
  }
  #solution .box-ancher .box-system a {
    margin: 3% auto 0 auto;
  }
  #solution .box-ancher .box-system a img {
    width: 27vw;
  }
  #solution .box-ancher .box-support {
    width: 45vw;
    height: auto;
  }
  #solution .box-ancher .box-support ul {
    width: 38vw;
    height: 63vw;
  }
  #solution .box-ancher .box-support ul li {
    font-size: 3vw;
  }
  #solution .box-ancher .box-support a {
    width: auto;
    margin: 6% auto 0 auto;
    padding: 8% 0;
  }
  #solution .box-ancher .box-support a img {
    width: 26vw;
  }
  #solution .box-ancher .box-support .arrow-left {
    left: -20%;
  }
}

#solution .box-head01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: nowrap;
  color: #fff;
  text-align: left;
}

#solution .box-head01.blue {
  padding: 45px 50px 45px 50px;
  background-color: #4270c5;
}

#solution .box-head01.orange {
  padding: 45px 50px 75px 50px;
  background-color: #fd9a38;
}

#solution .box-head01.mt-out .col-r {
  margin-top: -30px;
}

#solution .box-head01 .col-r {
  position: absolute;
  top: 0;
  right: 50px;
  order: 2;
}

#solution .box-head01 .col-l {
  order: 1;
  width: 65%;
}

#solution .box-head01 .col-l dl {
  width: 90%;
  text-align: justify;
}

#solution .box-head01 .col-l dl dt {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.45rem;
}

#solution .box-head01 .col-l dl dd {
  margin: 0;
  line-height: 1.75;
}

@media (max-width: 600px) {
  #solution .box-head01 {
    flex-direction: column-reverse;
    margin: 0 -18px;
    padding: 0 20px 20px 20px;
  }
  #solution .box-head01.blue {
    padding: 0 10% 6% 10%;
  }
  #solution .box-head01.blue .col-l dl dt {
    margin-top: 15px;
  }
  #solution .box-head01.orange {
    padding: 0 10% 6% 10%;
  }
  #solution .box-head01.orange .col-l dl dt {
    margin-top: 15px;
  }
  #solution .box-head01.mt-out .col-r {
    margin-top: -15px;
  }
  #solution .box-head01 .col-r {
    width: 50vw !important;
    position: initial;
    margin: 0 auto 15px auto;
  }
  #solution .box-head01 .col-l {
    width: 100%;
  }
  #solution .box-head01 .col-l h3 img {
    width: 70%;
  }
  #solution .box-head01 .col-l dl {
    width: 100%;
  }
  #solution .box-head01 .col-l dl dt {
    font-size: 4.8vw;
  }
  #solution .box-head01 .col-l dl dd {
    font-size: 3.8vw;
    line-height: 1.75;
  }
}

#solution #hardware .box-head01 .col-r {
  width: 30%;
}

#solution #network .box-head01 .col-r {
  width: 30%;
}

#solution #support .box-head01 .col-r {
  top: 15px;
  width: 30%;
}

@media (max-width: 600px) {
  #solution #support .box-head01 .col-r {
    margin-top: -15px;
  }
  #solution #support .box-head01 .col-l h3 {
    width: 70%;
  }
}

#solution #learningsystem .box-head01 .col-r {
  width: 30%;
}

@media (max-width: 600px) {
  #solution #learningsystem .box-head01 .col-l h3 {
    width: 120%;
  }
}

#solution #schoolaffairs .box-head01 .col-r {
  width: 35%;
}

@media (max-width: 600px) {
  #solution #schoolaffairs .box-head01 .col-r {
    margin-top: 15px;
  }
  #solution #schoolaffairs .box-head01 .col-l h3 {
    width: 70%;
  }
}

#solution .box-body01 {
  padding: 70px 50px 30px 50px;
  background-color: #efefef;
}

#solution .box-body01 .col-img--r,
#solution .box-body01 .col-img--l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: nowrap;
  text-align: left;
}

#solution .box-body01 .col-img--r:not(:last-of-type),
#solution .box-body01 .col-img--l:not(:last-of-type) {
  margin-bottom: 100px;
}

#solution .box-body01 .col-img--r .img-center,
#solution .box-body01 .col-img--l .img-center {
  text-align: center;
}

#solution .box-body01 .col-img--r div,
#solution .box-body01 .col-img--l div {
  width: 47.5%;
}

#solution .box-body01 .col-img--r div h4,
#solution .box-body01 .col-img--l div h4 {
  margin: 0 0 10px 0;
  color: #4270c5;
  font-weight: bold;
  font-size: 1.875rem;
}

#solution .box-body01 .col-img--r div dl,
#solution .box-body01 .col-img--r div dl dd,
#solution .box-body01 .col-img--l div dl,
#solution .box-body01 .col-img--l div dl dd {
  margin: 0;
}

#solution .box-body01 .col-img--r div dl dt,
#solution .box-body01 .col-img--l div dl dt {
  font-weight: bold;
  font-size: 1.45rem;
}

#solution .box-body01 .col-img--r div dl dd,
#solution .box-body01 .col-img--l div dl dd {
  margin-top: 5px;
  line-height: 1.75;
}

@media (max-width: 600px) {
  #solution .box-body01 {
    margin: 0 -18px;
    padding: 5% 10% 3% 10%;
  }
  #solution .box-body01 .col-img--r,
  #solution .box-body01 .col-img--l {
    flex-direction: column;
  }
  #solution .box-body01 .col-img--r:not(:last-of-type),
  #solution .box-body01 .col-img--l:not(:last-of-type) {
    margin-bottom: 35px;
  }
  #solution .box-body01 .col-img--r .img-center,
  #solution .box-body01 .col-img--l .img-center {
    order: 2;
    margin-top: 25px;
  }
  #solution .box-body01 .col-img--r div,
  #solution .box-body01 .col-img--l div {
    width: 100%;
  }
  #solution .box-body01 .col-img--r div h4,
  #solution .box-body01 .col-img--l div h4 {
    font-size: 6.5vw;
  }
  #solution .box-body01 .col-img--r div dl dt,
  #solution .box-body01 .col-img--l div dl dt {
    margin-bottom: 10px;
    font-size: 4.8vw;
  }
  #solution .box-body01 .col-img--r div dl dd,
  #solution .box-body01 .col-img--l div dl dd {
    line-height: 1.75;
    font-size: 3.8vw;
  }
}

#solution .box-body02 {
  padding: 40px 35px 30px 35px;
  background-color: #efefef;
}

#solution .box-body02 h4 {
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: left;
}

#solution .box-body02 .box-online--list {
  background-color: #fff;
}

#solution .box-body02 .box-online--list ul li {
  padding: 0 35px 0 35px;
}

#solution .box-body02 .box-online--list ul li:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  transform: translateY(0px);
  opacity: 0.7;
}

#solution .box-body02 .box-online--list ul li:hover a {
  border-top: 0px solid #fff !important;
}

#solution .box-body02 .box-online--list ul li:not(:first-of-type) a {
  border-top: 1px solid #efefef;
}

#solution .box-body02 .box-online--list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  padding: 35px 0;
  color: #333333;
  text-decoration: none;
}

#solution .box-body02 .box-online--list ul li a .company-logo {
  width: 20%;
  margin: 0 5%;
}

#solution .box-body02 .box-online--list ul li a dl {
  width: 68%;
  text-align: left;
}

#solution .box-body02 .box-online--list ul li a dl dt {
  font-weight: bold;
  font-size: 1.25rem;
}

#solution .box-body02 .box-online--list ul li a dl dt span {
  display: block;
}

#solution .box-body02 .box-online--list ul li a dl dd .text-url {
  margin-bottom: 5px;
  color: #ff9226;
}

#solution .box-body02 .box-online--list ul li a dl dd p:not(.text-url) {
  font-size: 1.125rem;
}

@media (max-width: 600px) {
  #solution .box-body02 {
    margin: 0 -18px;
    padding: 20px 20px 20px 20px;
  }
  #solution .box-body02 h4 {
    margin: 0 0 10px 5%;
    font-size: 4.5vw;
  }
  #solution .box-body02 .box-online--list {
    margin: 0 2.5% 0 2.5%;
    padding: 0 5% 30px 5%;
  }
  #solution .box-body02 .box-online--list ul li {
    padding: 0;
  }
  #solution .box-body02 .box-online--list ul li:hover {
    box-shadow: none;
    opacity: 1;
  }
  #solution .box-body02 .box-online--list ul li:nth-of-type(1) a .company-logo img {
    width: 40vw;
  }
  #solution .box-body02 .box-online--list ul li:nth-of-type(2) a .company-logo img {
    width: 35vw;
  }
  #solution .box-body02 .box-online--list ul li:nth-of-type(3) a .company-logo img {
    width: 60vw;
  }
  #solution .box-body02 .box-online--list ul li:nth-of-type(4) a .company-logo img {
    width: 35vw;
  }
  #solution .box-body02 .box-online--list ul li a {
    display: block;
    padding: 10% 0;
  }
  #solution .box-body02 .box-online--list ul li a .company-logo {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #solution .box-body02 .box-online--list ul li a dl {
    width: 100%;
  }
  #solution .box-body02 .box-online--list ul li a dl dt {
    font-size: 4.25vw;
    word-break: break-all;
  }
  #solution .box-body02 .box-online--list ul li a dl dd p {
    font-size: 3.8vw;
    line-height: 1.75;
  }
  #solution .box-body02 .box-online--list ul li a dl dd p:not(.text-url) {
    font-size: 3.8vw;
  }
}

#solution .cv-area {
  margin-bottom: 20px;
}

#solution .cv-area .cv-text {
  margin: 1rem auto;
  font-weight: bold;
  font-size: 1.375rem;
  text-align: center;
}

#solution .cv-area .cv-text span {
  color: #ff9226;
}

#solution .cv-area .bunkyou_about_btn_wrap {
  width: 430px;
  margin-top: 0;
}

#solution .cv-area .bunkyou_about_btn_wrap .bunkyou_btn_gray {
  height: auto;
  font-size: 1.25rem;
  border-radius: 50px;
}

#solution .cv-area .note-text {
  margin: 1rem auto;
  font-size: 0.85rem;
  text-align: center;
}

@media (max-width: 600px) {
  #solution .cv-area.independence {
    padding: 0 30px;
  }
  #solution .cv-area .cv-text {
    font-size: 4.5vw;
  }
  #solution .cv-area .cv-text span {
    display: block;
  }
  #solution .cv-area .bunkyou_about_btn_wrap {
    max-width: 100%;
  }
  #solution .cv-area .bunkyou_about_btn_wrap .bunkyou_btn_gray {
    font-size: 4vw;
  }
  #solution .cv-area .note-text {
    font-size: 4vw;
  }
}

#solution #system section:not(:last-of-type) {
  margin-bottom: 80px;
}

#solution #system section:last-of-type {
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  #solution #system section:not(:last-of-type) {
    margin-bottom: 16%;
  }
  #solution #system section:last-of-type {
    margin-bottom: 8%;
  }
}

#solution #system .img-object {
  width: 100vw;
  max-height: 420px;
}

#solution #system .img-object img {
  width: 100vw;
  max-height: 420px;
}

#solution #system .bunkyou_section_inr {
  text-align: center;
}

#solution #system .bunkyou_section_inr h2 {
  display: inline-block;
  width: 800px;
  max-width: 100%;
  margin-top: -80px;
  padding-top: 50px;
  background-color: #fff;
}

#solution #system .bunkyou_section_inr .dl-beginning {
  margin-bottom: 45px;
}

#solution #system .bunkyou_section_inr .dl-beginning dt {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.475rem;
  text-align: left;
}

#solution #system .bunkyou_section_inr .dl-beginning dd {
  margin: 0;
  line-height: 2;
  text-align: left;
}

@media (max-width: 1200px) {
  #solution #system .bunkyou_section_inr .dl-beginning {
    padding: 0 50px;
  }
}

@media (max-width: 600px) {
  #solution #system .img-object img {
    height: 70vw;
    object-fit: cover;
  }
  #solution #system .bunkyou_section_inr h2 {
    width: 90%;
    margin-top: -40px;
    padding-top: 25px;
  }
  #solution #system .bunkyou_section_inr h2 img {
    width: 86%;
  }
  #solution #system .bunkyou_section_inr .dl-beginning {
    width: 90%;
    margin: 0 auto 10% auto;
  }
  #solution #system .bunkyou_section_inr .dl-beginning dt {
    font-size: 4.5vw;
    text-align: center;
  }
  #solution #system .bunkyou_section_inr .dl-beginning dd {
    font-size: 3.8vw;
    line-height: 1.75;
  }
}

#solution .bunkyou_case_stydy_box_title,
#solution .bunkyou_case_stydy_box_txt {
  text-align: left;
}

@media (max-width: 600px) {
  #solution .bunkyou_case_stydy_title {
    width: 85px;
  }
}

/* solutionコンテンツここまで */
/* IEハック */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #solution .box-head01 {
    /* IE11 にのみ適用される */
    justify-content: flex-start;
  }
}

.anime-box01 {
  transition-delay: 200ms;
}

.anime-box02 {
  transition-delay: 400ms;
}

.anime-box03 {
  transition-delay: 600ms;
}

.anime-box04 {
  transition-delay: 800ms;
}

/* ==========================================================
!HTML5 elements
========================================================== */
nav,
main,
section,
aside,
article {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
html {
  overflow-x: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.mb00 {
  margin-bottom: 0 !important;
}

.mt100 {
  margin-top: 100px;
}

@media (max-width: 600px) {
  .mt100 {
    padding-top: 6%;
    margin-top: 0;
    background-color: #ededed;
  }
}

@media (max-width: 600px) {
  .pb00 {
    padding-bottom: 0 !important;
  }
}

#ict {
  margin-top: 100px;
  /* テキスト */
  /* img */
  /* box */
  /* 共通コンバージョンエリア */
  /* sec03 */
  /* sec04 */
}

#ict a,
#ict img,
#ict *:before,
#ict *:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#ict a:hover img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#ict .bunkyou_section {
  padding: 0 20px 100px;
}

@media (max-width: 600px) {
  #ict .bunkyou_section {
    padding: 0 5%;
  }
}

@media (max-width: 600px) {
  #ict {
    margin-top: 0;
  }
}

#ict .outer01 {
  max-width: 1100px;
  margin: 0 auto 0 auto;
}

#ict .outer02 {
  max-width: 990px;
  margin: 0 auto 60px auto;
}

@media (max-width: 600px) {
  #ict .outer02 {
    margin: 0 auto 0 auto;
  }
}

#ict .inner01 {
  padding: 0 20px;
}

@media (max-width: 600px) {
  #ict .inner01 {
    padding: 0;
  }
}

#ict section {
  /* 見出し */
}

#ict section .h2-basic01 {
  padding-top: 90px;
  margin-bottom: 30px;
}

#ict section .h2-basic01 img {
  margin: 0 auto;
}

#ict section .h3-basic01 {
  text-align: center;
  background-image: -webkit-linear-gradient(left, #ffb347 0%, #ff756b 100%);
  background-image: -o-linear-gradient(left, #ffb347 0%, #ff756b 100%);
  background-image: linear-gradient(to right, #ffb347 0%, #ff756b 100%);
}

#ict section .h3-basic02 {
  margin-top: 70px;
  font-weight: bold;
  font-size: 1.625rem;
  text-align: center;
}

#ict section .h4-basic01,
#ict section .h4-basic02,
#ict section .h4-basic03 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#ict section .h4-basic01 span,
#ict section .h4-basic02 span,
#ict section .h4-basic03 span {
  color: #ff9226;
}

#ict section .h4-basic01.left,
#ict section .h4-basic02.left,
#ict section .h4-basic03.left {
  text-align: justify;
}

#ict section .h4-basic02 {
  margin-bottom: 25px;
  font-size: 1.625rem;
}

@media (max-width: 1200px) {
  #ict section .h4-basic01,
  #ict section .h4-basic02,
  #ict section .h4-basic03 {
    font-size: 2.6vw;
  }
}

@media (max-width: 600px) {
  #ict section > .bunkyou_section {
    padding: 0 5% 15% 5%;
  }
  #ict section .h2-basic01 {
    margin-bottom: 6%;
    padding-top: 6%;
  }
  #ict section .h2-basic01 img {
    width: 60vw;
  }
  #ict section .h3-basic01 {
    margin: 0 -6%;
  }
  #ict section .h3-basic02 {
    margin-top: 12%;
    font-size: 5vw;
  }
}

#ict section section .bunkyou_section_inr {
  padding-top: 0;
}

@media (max-width: 600px) {
  #ict section section .bunkyou_section_inr {
    padding-top: 0;
  }
}

#ict section section section {
  position: relative;
  margin-bottom: 60px;
}

#ict section section section:last-of-type {
  margin-bottom: 0;
}

#ict section section section.float-content {
  padding: 60px 0 50px 0;
}

#ict section section section.float-content .h4-basic01 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: justify;
  z-index: 2;
}

@media (max-width: 600px) {
  #ict section section .h4-basic01,
  #ict section section .h4-basic02 {
    margin-top: 8%;
    font-size: 6vw;
  }
  #ict section section .h4-basic02 {
    margin-bottom: 4%;
  }
  #ict section section .img-border {
    padding: 10px;
    border: 1px solid #ccc;
  }
  #ict section section section {
    margin-bottom: 0;
    padding-bottom: 15%;
  }
  #ict section section section:last-of-type {
    padding-bottom: 0;
  }
  #ict section section section.float-content {
    padding: 10% 0 10% 0;
  }
  #ict section section section.float-content .h4-basic01 {
    left: 0;
  }
  #ict section section section.float-content .img {
    margin-top: 15%;
  }
}

#ict .text-lead {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

#ict .text-lead.left {
  text-align: justify;
}

@media (max-width: 600px) {
  #ict .text-lead {
    font-size: 3.8vw;
    text-align: justify;
  }
}

#ict .text-note {
  margin-top: 15px;
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 0.875rem;
}

@media (max-width: 600px) {
  #ict .text-note {
    font-size: 3.8vw;
    text-align: left;
  }
  #ict .text-note.not-annotation {
    padding-left: 0;
    text-indent: 0;
  }
}

#ict .img {
  margin-top: 30px;
  text-align: center;
}

#ict .img img {
  margin: 0 auto;
}

@media (max-width: 600px) {
  #ict .img {
    margin-top: 5%;
  }
}

#ict .col-text-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-flow: nowrap;
}

#ict .col-text-box.img-left {
  flex-direction: row-reverse;
  margin-top: 60px;
}

#ict .col-text-box.img-left .col-text {
  margin-left: 100px;
}

#ict .col-text-box.img-right {
  margin: 100px auto;
}

#ict .col-text-box .col-text {
  width: 40%;
  margin-right: 80px;
}

#ict .col-text-box .img-box {
  width: 54%;
}

#ict .col-text-box .img-box-modal {
  position: relative;
  cursor: pointer;
}

#ict .col-text-box .img-box-modal .img-box-modal-btn {
  font-size: 0.875rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #444;
  color: #fff;
  border-radius: 4px;
  display: table;
  padding: 3px 10px;
}

@media (max-width: 1000px) {
  #ict .col-text-box .img-box-modal .img-box-modal-btn {
    bottom: 5px;
    right: 5px;
    font-size: 0.75rem;
    padding: 2px 5px;
    background-color: rgba(40, 40, 40, 0.9);
  }
}

#ict .col-text-box .img-box-modal .g-btn-cover-zoom .g-ico {
  stroke: #fff;
  margin-right: 4px;
}

@media (max-width: 1000px) {
  #ict .col-text-box .img-box-modal .g-btn-cover-zoom .g-ico {
    margin-right: 2px;
  }
}

@media (max-width: 600px) {
  #ict .col-text-box {
    display: block;
  }
  #ict .col-text-box .h4-basic01 {
    text-align: justify;
  }
  #ict .col-text-box.img-left {
    margin-top: 0;
  }
  #ict .col-text-box.img-left .col-text {
    margin-left: 0;
  }
  #ict .col-text-box.img-right {
    margin: 0 auto;
  }
  #ict .col-text-box.img-right .h4-basic01 {
    margin-top: 0;
  }
  #ict .col-text-box .col-text {
    width: 100%;
  }
  #ict .col-text-box .img-box {
    width: 100%;
    margin-top: 10%;
  }
}

#ict .box-card01 dl dt {
  margin: 40px 0 30px 0;
  font-weight: bold;
  font-size: 1.75rem;
  text-align: center;
}

#ict .box-card01 dl dt span {
  color: #ff9226;
}

#ict .box-card01 dl dd ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-flow: nowrap;
}

#ict .box-card01 dl dd ul li {
  width: 26%;
  background-color: #fff;
}

#ict .box-card01 dl dd ul li div {
  font-size: 1.135rem;
  padding: 20px;
}

#ict .box-card01 dl dd ul li div p {
  font-weight: bold;
  text-align: center;
}

#ict .box-card01 dl dd ul li div .text-appeal {
  font-size: 1.45rem;
  color: #ff9226;
}

@media (max-width: 1200px) {
  #ict .box-card01 dl dt {
    font-size: 2.5vw;
  }
  #ict .box-card01 dl dd ul li div {
    font-size: 1.5vw;
  }
  #ict .box-card01 dl dd ul li div .text-appeal {
    font-size: 2.25vw;
  }
}

@media (max-width: 600px) {
  #ict .box-card01 dl dt {
    margin: 6% 0 6% 0;
    font-size: 6vw;
  }
  #ict .box-card01 dl dd ul {
    display: block;
  }
  #ict .box-card01 dl dd ul li {
    width: 100%;
    margin-bottom: 6%;
  }
  #ict .box-card01 dl dd ul li div {
    font-size: 4.8vw;
  }
  #ict .box-card01 dl dd ul li div .text-appeal {
    font-size: 6vw;
  }
}

#ict .box-round {
  margin: 20px auto 40px auto;
}

#ict .box-round ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-flow: nowrap;
}

#ict .box-round ul li {
  width: 24%;
}

#ict .box-round ul li p {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 1.135rem;
  text-align: center;
}

@media (max-width: 1200px) {
  #ict .box-round ul li p {
    font-size: 1.6vw;
  }
}

@media (max-width: 600px) {
  #ict .box-round ul {
    display: block;
    margin: 0 15% 10% 15%;
  }
  #ict .box-round ul li {
    width: 100%;
    margin-bottom: 6%;
  }
  #ict .box-round ul li p {
    margin-top: 6%;
    margin-bottom: 8%;
    font-size: 3.8vw;
  }
}

#ict .box-card--gray01 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: nowrap;
}

#ict .box-card--gray01 ul li {
  width: 32.5%;
  background-color: #efefef;
}

#ict .box-card--gray01 ul li a {
  display: block;
  height: 20.5rem;
  color: #333;
  text-decoration: none;
}

#ict .box-card--gray01 ul li a:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(0px);
  opacity: 0.8;
  transition: all .3s;
}

#ict .box-card--gray01 ul li a dl dd {
  padding: 20px;
  font-weight: bold;
}

@media (max-width: 1000px) {
  #ict .box-card--gray01 ul li a {
    height: 16rem;
  }
}

@media (max-width: 600px) {
  #ict .box-card--gray01 ul {
    display: block;
  }
  #ict .box-card--gray01 ul li {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
  }
  #ict .box-card--gray01 ul li a {
    height: auto;
  }
  #ict .box-card--gray01 ul li a:hover {
    box-shadow: none;
    opacity: 1;
  }
  #ict .box-card--gray01 ul li a dl dd {
    font-size: 4.5vw;
  }
}

#ict .box-banner {
  margin-top: 30px;
  margin-bottom: 150px;
}

#ict .box-banner a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: nowrap;
  color: #333;
  text-decoration: none;
  background-color: #efefef;
}

#ict .box-banner a:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(0px);
  opacity: 0.8;
  transition: all .3s;
}

#ict .box-banner a img {
  width: 30%;
}

#ict .box-banner a dl {
  width: 70%;
  padding: 0 3.5%;
}

#ict .box-banner a dl dt {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.45rem;
}

#ict .box-banner a dl dd {
  font-size: 1.125rem;
}

@media (max-width: 1200px) {
  #ict .box-banner a dl dt {
    font-size: 2vw;
  }
  #ict .box-banner a dl dd {
    font-size: 1.6vw;
  }
}

@media (max-width: 600px) {
  #ict .box-banner {
    margin-bottom: 20%;
  }
  #ict .box-banner a {
    display: block;
  }
  #ict .box-banner a:hover {
    box-shadow: none;
    opacity: 1;
  }
  #ict .box-banner a img {
    width: 100%;
  }
  #ict .box-banner a dl {
    width: 100%;
  }
  #ict .box-banner a dl dt {
    font-size: 6vw;
  }
  #ict .box-banner a dl dd {
    font-size: 3.8vw;
  }
}

#ict .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}

#ict .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}

#ict .cv-area {
  margin-top: 70px;
}

#ict .cv-area .cv-text {
  padding: 1rem 0 2rem 0;
  font-weight: bold;
  font-size: 1.375rem;
  text-align: center;
}

#ict .cv-area .cv-text span {
  color: #ff9226;
}

#ict .cv-area .bunkyou_about_btn_wrap {
  width: 480px;
  margin-top: 0;
}

#ict .cv-area .bunkyou_about_btn_wrap .bunkyou_btn_gray {
  height: auto;
  font-size: 1.25rem;
  line-height: 1.4;
  border-radius: 50px;
}

#ict .cv-area .note-text {
  margin: 1rem auto;
  font-size: 0.85rem;
  text-align: center;
}

@media (max-width: 600px) {
  #ict .cv-area.independence {
    padding: 0 30px;
  }
  #ict .cv-area .cv-text {
    padding: 1rem 0 1rem 0;
    font-size: 4.5vw;
  }
  #ict .cv-area .cv-text span {
    color: #ff9226;
  }
  #ict .cv-area .bunkyou_about_btn_wrap {
    max-width: 100%;
  }
  #ict .cv-area .bunkyou_about_btn_wrap .bunkyou_btn_gray {
    font-size: 3.6vw;
  }
  #ict .cv-area .note-text {
    font-size: 4vw;
  }
}

@media (max-width: 600px) {
  #ict #giga .cv-area {
    margin-top: 6%;
  }
}

#ict #learning {
  padding-bottom: 120px;
  background-image: url("/education/assets/img/ict/bg_learning.png");
  background-size: contain;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

#ict #learning .cv-area {
  margin-top: 40px;
}

@media (max-width: 600px) {
  #ict #learning {
    background-image: url("/education/assets/img/ict/bg_learning_sp.png");
  }
  #ict #learning .bunkyou_section_inr {
    padding: 0 3%;
  }
  #ict #learning .cv-area {
    margin-top: 20px;
  }
}

#ict #reform {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #efefef;
}

#ict #reform .h4-basic02 {
  margin-top: 80px;
}

#ict #reform .img {
  margin: 40px -50px 0 -50px;
}

#ict #reform .cv-area {
  margin-top: 20px;
}

#ict #reform .cv-area .bunkyou_btn_gray {
  padding: 15px;
  font-size: 1.135rem;
}

#ict #reform .cv-area .bunkyou_btn_gray:hover .ico_arw_r {
  right: -155px;
}

#ict #reform .cv-area .bunkyou_btn_gray .ico_arw_r {
  right: -140px;
}

@media (max-width: 600px) {
  #ict #reform {
    padding-top: 0;
    padding-bottom: 50px;
  }
  #ict #reform .h3-basic01 {
    margin: 0 -4%;
  }
  #ict #reform .h4-basic02 {
    margin-top: 0;
  }
  #ict #reform .img {
    margin: 4% auto 0 auto;
  }
  #ict #reform .cv-area {
    margin-top: 0;
  }
  #ict #reform .cv-area .bunkyou_btn_gray {
    font-size: 3.6vw;
  }
  #ict #reform .bunkyou_section_inr {
    padding: 0 3%;
  }
}

#ict #initiatives h2 {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 600px) {
  #ict #initiatives .bunkyou_section_inr {
    padding: 0 3%;
  }
  #ict #initiatives .bunkyou_section_inr h2 {
    margin: 8% 8% 6% 8%;
  }
}

.anime-box01 {
  transition-delay: 200ms;
}

.anime-box02 {
  transition-delay: 400ms;
}

.anime-box03 {
  transition-delay: 600ms;
}

.anime-box04 {
  transition-delay: 800ms;
}

.bunkyou_contact_wrap.ict {
  position: relative;
}

@media (max-width: 600px) {
  .bunkyou_contact_wrap.ict {
    padding-top: 16%;
  }
}

/* ==========================================================
!HTML5 elements
========================================================== */
nav,
main,
section,
aside,
article {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
html {
  overflow-x: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.mb00 {
  margin-bottom: 0 !important;
}

.mt100 {
  margin-top: 100px;
}

@media (max-width: 600px) {
  .mt100 {
    padding-top: 6%;
    margin-top: 0;
    background-color: #ededed;
  }
}

@media (max-width: 600px) {
  .pb00 {
    padding-bottom: 0 !important;
  }
}

.seminar .kv {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4% 0;
  background: url("/education/assets/img/event/kv.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.seminar .kv h1 {
  max-width: 1200px;
  margin: 0 auto;
}

.seminar .kv h1 img {
  width: 40%;
}

.seminar .lg-contents:before {
  content: none;
}

.seminar .lg-contents .text-note {
  font-size: 0.85rem;
  padding-left: 1rem;
  text-indent: -1rem;
}

@media (min-width: 1001px) {
  .lg-contents {
    max-width: 1440px;
    margin-top: 60px;
  }
}

@media (max-width: 1230px) {
  .seminar .kv h1 {
    padding-left: 3%;
  }
}

@media (max-width: 1000px) {
  .lg-contents {
    margin-top: 6%;
  }
}

@media (max-width: 600px) {
  .seminar .kv {
    padding: 14% 0;
  }
  .seminar .pb20 {
    padding-bottom: 20%;
  }
}

ol.point {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style: none;
}

.outline {
  display: flex;
  font-size: 112.5%;
  line-height: 1.8;
}

.outline + .outline {
  margin-top: .5em;
}

@media (max-width: 600px) {
  .outline {
    display: inline;
    font-size: 100%;
  }
}

.outline dt {
  white-space: nowrap;
}

.outline .disc {
  font-size: 100%;
  list-style: disc;
  margin-bottom: 0;
}

.outline .text-note {
  margin: 0;
  padding: 0 !important;
  text-indent: 0 !important;
}

.outline .text-note li {
  font-size: 0.85rem;
  text-indent: -1em;
  padding-left: 1em;
}

.seminar_event20230623 .bunkyou_hero2.is-seminar {
  background-image: url(/education/seminar/20230623/img/hero.jpg);
  background-color: #f5f5f5;
  min-height: 322px;
  height: 322px;
}

.seminar_event20230623 .bunkyou_hero2_inr2 {
  top: 50%;
}

.seminar_event20230623 .bunkyou_hero2.is-seminar .bunkyou_hero2_title {
  width: 506px;
  margin-bottom: 30px;
}

.seminar_event20230623 .bunkyou_hero2.is-seminar .bunkyou_hero2_data {
  width: 364px;
}

@media (max-width: 600px) {
  .seminar_event20230623 .bunkyou_hero2.is-seminar {
    background-image: url(/education/seminar/20230623/img/hero_sp.jpg);
    background-size: cover;
    height: auto;
  }
  .seminar_event20230623 .bunkyou_hero2_inr2 {
    top: 0;
    padding-top: 10%;
  }
  .seminar_event20230623 .bunkyou_hero2.is-seminar .bunkyou_hero2_title {
    width: 84.33333%;
    margin-bottom: 5%;
  }
  .seminar_event20230623 .bunkyou_hero2.is-seminar .bunkyou_hero2_data {
    width: 60.66667%;
  }
  .seminar_event20230623 .bunkyou_hero2.is-seminar .bunkyou_hero2_data img {
    vertical-align: top;
  }
}

.seminar_event20230623 .btn-blue {
  background: #066dc3;
  color: #FFF;
  border: none;
  font-size: 1.25rem;
}

@media (max-width: 600px) {
  .seminar_event20230623 .btn-blue {
    font-size: 0.875rem;
  }
}

.seminar_event20231027 .bunkyou_hero2.is-seminar {
  background-image: url(/education/seminar/20231027/img/hero.jpg);
  background-color: #f5f5f5;
  min-height: 322px;
  height: 322px;
}

.seminar_event20231027 .bunkyou_hero2_inr2 {
  top: 50%;
}

.seminar_event20231027 .bunkyou_hero2.is-seminar .bunkyou_hero2_title {
  width: 500px;
  margin-bottom: 17px;
}

.seminar_event20231027 .bunkyou_hero2.is-seminar .bunkyou_hero2_data {
  width: 474px;
}

@media (max-width: 600px) {
  .seminar_event20231027 .bunkyou_hero2.is-seminar {
    background-image: url(/education/seminar/20231027/img/hero_sp.jpg);
    background-size: cover;
    height: 92vw;
  }
  .seminar_event20231027 .bunkyou_hero2_inr2 {
    top: 0;
    padding-top: 8%;
    margin: 0 4% 0 4%;
    width: auto;
  }
  .seminar_event20231027 .bunkyou_hero2.is-seminar .bunkyou_hero2_title {
    width: 96.23188%;
    margin-bottom: 4%;
  }
  .seminar_event20231027 .bunkyou_hero2.is-seminar .bunkyou_hero2_data {
    width: 98.61538%;
    padding: 0 1.33333%;
  }
  .seminar_event20231027 .bunkyou_hero2.is-seminar .bunkyou_hero2_data img {
    vertical-align: top;
  }
}

.seminar_event20231027 .btn-blue {
  background: #066dc3;
  color: #FFF;
  border: none;
  font-size: 1.25rem;
}

@media (max-width: 600px) {
  .seminar_event20231027 .btn-blue {
    font-size: 0.875rem;
  }
}

.seminar_event20231027 .btn-blue:hover .ico_arw_r {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.02%2026.61%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M3.81.4L.34%203.86l9.39%209.39-9.39%209.39%203.47%203.46%209.39-9.39%203.46-3.46-3.46-3.46L3.81.4z%22%2F%3E%3C%2Fsvg%3E);
}

.seminar_top .bunkyou_hero2.is-seminar {
  background-image: url(/education/assets/img/seminar/hero.jpg);
  background-color: #e4e4e6;
  min-height: 235px;
  height: 235px;
}

.seminar_top .bunkyou_hero2.is-seminar .bunkyou_hero2_title {
  width: 480px;
}

@media (max-width: 600px) {
  .seminar_top .bunkyou_hero2.is-seminar {
    background-image: url(/education/assets/img/seminar/hero_sp.jpg);
    background-size: cover;
    height: auto;
  }
  .seminar_top .bunkyou_hero2.is-seminar .bunkyou_hero2_title {
    width: 90%;
  }
}

.seminar_top .seminar_title_01 {
  width: 449px;
}

.seminar_top .seminar_title_02 {
  width: 416px;
}

@media (max-width: 600px) {
  .seminar_top .seminar_title_01 {
    width: 90%;
  }
  .seminar_top .seminar_title_02 {
    width: 86%;
  }
}

.seminar_top .seminar_list {
  display: table;
  border-bottom: 1px solid #ff9226;
}

.seminar_top .seminar_list > div:nth-child(2n) {
  background-color: #ffe9d4;
}

.seminar_top .seminar_list > div {
  display: table-row;
}

.seminar_top .seminar_list > div > span {
  display: table-cell;
  box-sizing: border-box;
  padding: 20px;
  vertical-align: top;
}

.seminar_top .seminar_list > div > span:first-child {
  padding-left: 40px;
}

@media (max-width: 1000px) {
  .seminar_top .seminar_list > div > span:first-child {
    padding-left: 20px;
  }
}

.seminar_top .seminar_list_head {
  background-color: #ff9226;
}

.seminar_top .seminar_list_head span {
  color: #fff;
  font-weight: 700;
}

.seminar_top .seminar_list_type {
  width: 20%;
}

.seminar_top .seminar_list_title {
  width: 40%;
}

.seminar_top .seminar_list_date {
  width: 18%;
}

.seminar_top .seminar_list_report {
  width: 22%;
}

.seminar_top .seminar_list_report a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.seminar_top .seminar_list_report a::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 10px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2026%22%3E%3Cpath%20fill%3D%22%23444%22%20d%3D%22M3.31.15L-.16%203.61%209.23%2013l-9.39%209.39%203.47%203.46%209.38-9.39L16.16%2013l-3.47-3.46L3.31.15z%22%2F%3E%3C%2Fsvg%3E);
  background-size: cover;
}

.movie {
  margin: 190px 0 0;
}

@media (max-width: 600px) {
  .movie {
    margin: 40px 0 0;
  }
}

.movie_inr {
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 20px;
}

@media (max-width: 600px) {
  .movie_inr {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .movie_inr_body {
    padding: 0 10px;
  }
}

.movie_player {
  position: relative;
  padding-bottom: 56.25%;
}

.movie_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_intro {
  margin: 0 0 100px;
}

@media (max-width: 600px) {
  .movie_intro {
    margin: 0 0 50px;
  }
}

.movie_intro_title {
  text-align: center;
  margin: 0 0 60px;
}

@media (max-width: 600px) {
  .movie_intro_title {
    max-width: 72.8125vw;
    margin: 0 auto 30px;
  }
}

.movie_intro_sec:not(:last-child) {
  margin: 0 0 100px;
}

@media (max-width: 600px) {
  .movie_intro_sec:not(:last-child) {
    margin: 0 0 50px;
  }
}

.movie_intro_sec_title {
  padding: 20px;
  background-image: linear-gradient(90deg, #ffb347 0%, #ff756b 100%);
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 1.0;
  margin: 0 0 40px;
}

@media (max-width: 600px) {
  .movie_intro_sec_title {
    padding: 10px;
    font-size: 6.25vw;
    line-height: 1.2;
    margin: 0 0 30px;
  }
}

.movie_intro_sec_title_sub {
  display: block;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 5px;
}

@media (max-width: 600px) {
  .movie_intro_sec_title_sub {
    font-size: 3.4375vw;
    margin: 0 0 2px;
  }
}

.movie_intro_sec_title_main {
  display: block;
}

.movie_intro_lead {
  text-align: center;
  font-size: 24px;
  margin: 0 0 40px;
}

@media (max-width: 600px) {
  .movie_intro_lead {
    font-size: 15px;
    margin: 0 0 30px;
  }
}

.movie_intro_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -5% 0 0;
}

@media (max-width: 600px) {
  .movie_intro_box_wrap {
    display: block;
    margin: 0;
  }
}

.movie_intro_box_wrap.is-auto {
  justify-content: center;
}

.movie_intro_box {
  width: 47.5%;
  margin: 5% 0 0;
}

@media (max-width: 600px) {
  .movie_intro_box {
    width: auto;
    margin: 30px 0 0;
  }
}

.movie_intro_box_head {
  background: #efefef;
  display: table;
  width: 100%;
}

.movie_intro_box_step {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  background-image: linear-gradient(90deg, #ffb347 0%, #ff756b 100%);
}

@media (max-width: 600px) {
  .movie_intro_box_step {
    width: 50px;
  }
}

.movie_intro_box_title {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .movie_intro_box_title {
    font-size: 18px;
    padding: 5px 10px;
  }
}

@media (max-width: 600px) {
  .movie_intro_box_title {
    font-size: 14px;
  }
}

.movie_intro_box_body {
  background: #efefef;
  padding: 20px 30px;
}

@media (max-width: 1000px) {
  .movie_intro_box_body {
    padding: 10px 20px;
  }
}

.movie_intro_box_point_title {
  font-size: 18px;
  font-weight: bold;
  color: #ff9226;
}

@media (max-width: 1000px) {
  .movie_intro_box_point_title {
    font-size: 16px;
  }
}

.movie_intro_box_point_list > li {
  position: relative;
  list-style: none;
  padding-left: 25px;
}

.movie_intro_box_point_list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 15px;
  background: url("/education/assets/img/case/icon_check.svg") 0 0 no-repeat;
  background-size: contain;
}

@media (max-width: 600px) {
  .movie_intro_box_point_list > li:before {
    top: 2px;
  }
}

.movie_intro_box_point_list > li + li {
  margin-top: 2px;
}

.movie_effort {
  background: #fff0e1;
  padding: 100px 0;
}

@media (max-width: 600px) {
  .movie_effort {
    padding: 50px 0;
  }
}

.movie_effort_title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 30px;
}

@media (max-width: 600px) {
  .movie_effort_title {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.5;
  }
}

.movie_effort_movie {
  max-width: 800px;
  margin: 0 auto;
}

.movie_sec_inr {
  padding: 100px 0;
}

@media (max-width: 600px) {
  .movie_sec_inr {
    padding: 50px 0;
  }
}

.movie_sec_inr_b {
  padding: 0 0 100px;
}

@media (max-width: 600px) {
  .movie_sec_inr_b {
    padding: 0 0 50px;
  }
}

.movie_sec_bg {
  background: #efefef;
}

.movie_sec_title {
  background-image: linear-gradient(90deg, #ffb347 0%, #ff756b 100%);
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  margin: 0 0 40px;
}

@media (max-width: 600px) {
  .movie_sec_title {
    margin: 0 0 20px;
    font-size: 4.6875vw;
  }
}

.movie_sec_title_blu {
  background-image: linear-gradient(90deg, #0481d8 0%, #09358f 100%);
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  margin: 0 0 40px;
}

@media (max-width: 600px) {
  .movie_sec_title_blu {
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 4.6875vw;
  }
}

.movie_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -3% 0 0;
}

@media (max-width: 600px) {
  .movie_box_wrap {
    display: block;
    margin: 0;
  }
}

.movie_box {
  width: 32.3%;
  margin: 3% 0 0;
  background: #efefef;
}

@media (max-width: 600px) {
  .movie_box {
    width: auto;
    margin: 30px 0 0;
  }
}

.movie_box_body {
  padding: 15px 20px;
}

@media (max-width: 1000px) {
  .movie_box_body {
    padding: 10px 20px;
  }
}

.movie_box_title {
  font-size: 18px;
  font-weight: bold;
  color: #ff9226;
}

@media (max-width: 1000px) {
  .movie_box_title {
    font-size: 13px;
  }
}

.movie_box2_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -3% 0 0;
}

@media (max-width: 600px) {
  .movie_box2_wrap {
    display: block;
    margin: 0;
  }
}

.movie_box2 {
  width: 32.3%;
  margin: 3% 0 0;
  background: #fff;
}

@media (max-width: 600px) {
  .movie_box2 {
    width: auto;
    margin: 30px 0 0;
  }
}

.movie_box2_body {
  padding: 15px 20px;
}

@media (max-width: 1000px) {
  .movie_box2_body {
    padding: 10px 20px;
  }
}

.movie_box2_title {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .movie_box2_title {
    font-size: 16px;
  }
}

/* ==========================================================
!HTML5 elements
========================================================== */
nav,
main,
section,
aside,
article {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
html {
  overflow-x: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.mb00 {
  margin-bottom: 0 !important;
}

.mt100 {
  margin-top: 100px;
}

@media (max-width: 600px) {
  .mt100 {
    padding-top: 6%;
    margin-top: 0;
    background-color: #ededed;
  }
}

@media (max-width: 600px) {
  .pb00 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 600px) {
  #alp img {
    width: 100%;
  }
}

#alp .bunkyou_alp_inr {
  padding: 100px 0 0;
}

@media (max-width: 600px) {
  #alp .bunkyou_alp_inr {
    padding: 15.625% 0 0;
  }
}

@media (max-width: 600px) {
  #alp .bunkyou_section--reset .alp_title {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

@media (max-width: 600px) {
  #alp .bunkyou_section_inr {
    padding: 12.5% 0 0;
  }
}

#alp .alp_flexbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  #alp .alp_flexbox {
    display: block;
    padding: 0;
  }
}

#alp .alp_title {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 600px) {
  #alp .alp_title {
    margin-bottom: 6.25%;
  }
}

#alp_training h2 {
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  #alp_training h2 {
    width: 70.46875%;
    margin: 0 auto;
    margin-bottom: 7.8125%;
  }
}

#alp_recommend {
  background-image: url(/education/assets/img/alp/bg_recommend.png);
}

@media only screen and (max-width: 1600px) {
  #alp_recommend {
    background-size: cover;
  }
}

@media (max-width: 600px) {
  #alp_recommend {
    background-image: url(/education/assets/img/alp/bg_recommend_sp.jpg);
  }
}

#alp_recommend h2 {
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  #alp_recommend h2 {
    width: 67.5%;
    margin: 0 auto;
    margin-bottom: 7.8125%;
  }
}

#alp_ditail .alp_flexbox--02 {
  align-items: center;
}

@media (max-width: 600px) {
  #alp_ditail .alp_flexbox--02 {
    padding: 0 10px;
  }
}

#alp_ditail .alp_flexbox--02 figure {
  width: 54.16667%;
}

@media (max-width: 600px) {
  #alp_ditail .alp_flexbox--02 figure {
    width: 100%;
  }
}

#alp_ditail .alp_flexbox--02 .alp_flexbox--txt {
  width: 41.66667%;
  padding: 0 4.16667%;
}

@media (max-width: 600px) {
  #alp_ditail .alp_flexbox--02 .alp_flexbox--txt {
    width: 100%;
    padding: 0;
    margin-top: 6.25%;
  }
}

#alp_ditail .alp_flexbox--02 .alp_flexbox--txt p + p {
  margin-top: 20px;
}

@media (max-width: 600px) {
  #alp_step .alp_step--lead {
    text-align: left;
    padding: 0 10px;
  }
}

#alp_step .alp_flexbox--05 {
  margin-top: 60px;
}

#alp_step .alp_flexbox--05 .alp_flexbox--col {
  width: 25%;
  padding-right: 2.5%;
}

@media (max-width: 600px) {
  #alp_step .alp_flexbox--05 .alp_flexbox--col {
    width: 100%;
    padding-right: 0;
  }
  #alp_step .alp_flexbox--05 .alp_flexbox--col + .alp_flexbox--col {
    margin-top: 10.9375%;
  }
}

@media (max-width: 600px) {
  #alp_step .alp_flexbox--05 figure {
    width: 75%;
    margin: 0 auto;
    padding-right: 8.33333%;
  }
}

#alp_step .alp_flexbox--05 h4 {
  font-size: 1.25rem;
  color: #ff9226;
}

#alp_step .alp_flexbox--05 p {
  color: #333;
}

#alp_after .fig {
  border: 4px solid #efefef;
  padding: 2.5%;
}

@media (max-width: 600px) {
  #alp_after .fig {
    padding: 4.6875%;
  }
}

#alp_teacher .bunkyou_section_inr {
  padding-top: 0;
  margin-bottom: 100px;
}

@media (max-width: 600px) {
  #alp_teacher .bunkyou_section_inr {
    margin-bottom: 50px;
  }
}

#alp_teacher .alp_flexbox--02 {
  border: 4px solid #efefef;
  padding: 1.66667%;
  width: 47.5%;
}

@media (max-width: 600px) {
  #alp_teacher .alp_flexbox--02 {
    padding: 4.6875%;
    width: auto;
  }
  #alp_teacher .alp_flexbox--02 + .alp_flexbox--02 {
    margin-top: 4.6875%;
  }
}

#alp_teacher .alp_flexbox--02 figure {
  width: 40.35088%;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  #alp_teacher .alp_flexbox--02 figure {
    width: 66.66667%;
    margin: 0 auto;
  }
}

#alp_teacher .alp_flexbox--02 .alp_flexbox--txt {
  width: 56.14035%;
}

@media (max-width: 600px) {
  #alp_teacher .alp_flexbox--02 .alp_flexbox--txt {
    width: 100%;
    margin-top: 20px;
  }
}

#alp_teacher .alp_flexbox--02 .alp_flexbox--txt h4 {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 700;
  color: #ff9226;
}

@media (max-width: 600px) {
  #alp_teacher .alp_flexbox--02 .alp_flexbox--txt h4 {
    font-size: 1rem;
  }
}

#alp_teacher .alp_flexbox--02 .alp_flexbox--txt ul {
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 10px;
}

#alp_teacher .alp_flexbox--02 .alp_flexbox--txt ul .is-sml {
  font-size: 72%;
  font-weight: normal;
}

#alp_teacher .alp_flexbox--02 .alp_flexbox--txt p {
  margin-top: 20px;
}

#alp_voice .bunkyou_case_profile_list {
  border: none;
}

#alp_situation .alp_flexbox--03 {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}

#alp_situation .alp_flexbox--03 .alp_flexbox--col {
  width: 31.66667%;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  #alp_situation .alp_flexbox--03 .alp_flexbox--col {
    width: 100%;
  }
}

#alp_situation .alp_flexbox--03 .alp_flexbox--col p {
  margin-top: 10px;
}

@media (max-width: 600px) {
  #alp_situation .btn_wrap {
    width: 100%;
  }
}

#alp_situation .bunkyou_customer_box--detail {
  margin-top: 80px;
  border: 4px solid #efefef;
  padding: 2.08333%;
}

@media (max-width: 600px) {
  #alp_situation .bunkyou_customer_box--detail {
    margin-top: 12.5%;
    padding: 3.90625%;
  }
  #alp_situation .bunkyou_customer_box--detail h3 {
    width: 75%;
    margin: 0 auto;
  }
}

#alp_situation .bunkyou_customer_box--detail p {
  margin-top: 25px;
  font-weight: 500;
}

@media (max-width: 600px) {
  #alp_situation .bunkyou_customer_box--detail p {
    margin-top: 10px;
  }
}

#alp_situation .bunkyou_customer_box--detail p a {
  color: #ff9226;
}

@media (max-width: 600px) {
  #alp_case h2 {
    width: 28.75%;
    margin: 0 auto;
  }
}

#alp_case .alp_flexbox--03 {
  margin-top: 80px;
}

@media (max-width: 600px) {
  #alp_case .alp_flexbox--03 {
    margin-top: 12.5%;
  }
}

#alp_case .alp_flexbox--03 .alp_flexbox--col {
  width: 31.66667%;
  background: #FFF;
  padding-bottom: calc(50px + (20/1200)*100%);
  position: relative;
}

@media (max-width: 600px) {
  #alp_case .alp_flexbox--03 .alp_flexbox--col {
    width: 100%;
  }
  #alp_case .alp_flexbox--03 .alp_flexbox--col + .alp_flexbox--col {
    margin-top: 9.375%;
  }
}

#alp_case .alp_flexbox--03 .alp_flexbox--col .alp_flexbox--txt {
  padding: 5.26316% 5.26316% 0;
}

#alp_case .alp_flexbox--03 .alp_flexbox--col h4 {
  font-weight: 700;
}

#alp_case .alp_flexbox--03 .alp_flexbox--col .tag {
  color: #FFF;
  padding: .15rem;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

#alp_case .alp_flexbox--03 .alp_flexbox--col .tag--kinki {
  background: #fabd00;
}

#alp_case .alp_flexbox--03 .alp_flexbox--col .tag--chubu {
  background: #a0bc20;
}

#alp_case .alp_flexbox--03 .alp_flexbox--col h3 {
  font-size: 1.25rem;
  line-height: 1.875;
  font-weight: 700;
  margin-top: 10px;
}

#alp_case .alp_flexbox--03 .alp_flexbox--col p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 10px;
}

#alp_case .alp_flexbox--03 .alp_flexbox--col p span {
  font-size: 0.750rem;
}

#alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

#alp_case .alp_flexbox--03 .alp_flexbox--col .btn_detail a {
  font-size: 1rem;
  width: 80%;
  margin: 0 auto;
}

/* ==========================================================
!HTML5 elements
========================================================== */
nav,
main,
section,
aside,
article {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
html {
  overflow-x: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.mb00 {
  margin-bottom: 0 !important;
}

.mt100 {
  margin-top: 100px;
}

@media (max-width: 600px) {
  .mt100 {
    padding-top: 6%;
    margin-top: 0;
    background-color: #ededed;
  }
}

@media (max-width: 600px) {
  .pb00 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 600px) {
  #support img {
    width: 100%;
  }
}

#support .bunkyou_support_inr {
  padding: 100px 0 0;
}

@media (max-width: 600px) {
  #support .bunkyou_support_inr {
    padding: 15.625% 0 0;
  }
}

@media (max-width: 600px) {
  #support .bunkyou_section--reset .support_title {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

@media (max-width: 600px) {
  #support .bunkyou_section_inr {
    padding: 12.5% 0 0;
  }
}

#support .support_flexbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  #support .support_flexbox {
    display: block;
    padding: 0;
  }
}

#support .support_title {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 600px) {
  #support .support_title {
    margin-bottom: 6.25%;
  }
}

#support_training h2 {
  margin: 0 auto 50px;
}

@media (max-width: 600px) {
  #support_training h2 {
    width: 71.875%;
    margin: 0 auto;
    margin-bottom: 7.8125%;
  }
}

#support_recommend {
  background-image: url(/education/assets/img/support/bg_recommend.png);
}

@media only screen and (max-width: 1600px) {
  #support_recommend {
    background-size: cover;
  }
}

@media (max-width: 600px) {
  #support_recommend {
    background-image: url(/education/assets/img/support/bg_recommend_sp.jpg);
  }
}

#support_recommend h2 {
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  #support_recommend h2 {
    width: 67.5%;
    margin: 0 auto;
    margin-bottom: 7.8125%;
  }
}

#support_ditail .support_flexbox--03 {
  margin-top: 60px;
}

@media (max-width: 600px) {
  #support_ditail .support_flexbox--03 {
    padding: 0 3.125%;
  }
}

#support_ditail .support_flexbox--03 .support_flexbox--col {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 30%;
  padding-bottom: 25px;
  background-color: #ebf4ff;
}

@media (max-width: 600px) {
  #support_ditail .support_flexbox--03 .support_flexbox--col {
    width: 100%;
    padding-right: 0;
  }
  #support_ditail .support_flexbox--03 .support_flexbox--col + .support_flexbox--col {
    margin-top: 10.9375%;
  }
}

@media (max-width: 600px) {
  #support_ditail .support_flexbox--03 figure {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }
}

#support_ditail .support_flexbox--03 h4 {
  font-size: 1.25rem;
  color: #4270c5;
}

#support_ditail .support_flexbox--03 p {
  color: #333;
}

#support_ditail p.note {
  color: #333;
  font-size: 0.750rem;
}

@media (max-width: 600px) {
  #support_flow .support_flow--col {
    padding: 3.125%;
  }
}

#support_option .support_flexbox--02 {
  margin-top: 60px;
}

#support_option .support_flexbox--02 .support_flexbox--col {
  display: flex;
  width: 100%;
  background-color: #ebf4ff;
}

#support_option .support_flexbox--02 .support_flexbox--col figure {
  width: 30%;
}

#support_option .support_flexbox--02 .support_flexbox--col .support_flexbox--txt {
  width: 70%;
  padding: 0 1.66667% 1.66667% 3.33333%;
}

#support_option .support_flexbox--02 .support_flexbox--col .support_flexbox--txt ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

#support_option .support_flexbox--02 .support_flexbox--col .support_flexbox--txt ul li {
  position: relative;
  padding: 0 1em;
}

#support_option .support_flexbox--02 .support_flexbox--col .support_flexbox--txt ul li::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #333;
  border-radius: 50%;
  margin-right: 0.5em;
  margin-bottom: 0.1em;
}

#support_option .support_flexbox--02 .support_flexbox--col .support_flexbox--txt p.note {
  font-size: 0.750rem;
}

#support_option .support_flexbox--02 .support_flexbox--col .support_flexbox--txt p span {
  display: inline-block;
}

@media (max-width: 600px) {
  #support_option .support_flexbox--02 .support_flexbox--col {
    display: block;
  }
  #support_option .support_flexbox--02 .support_flexbox--col figure {
    width: 100%;
  }
  #support_option .support_flexbox--02 .support_flexbox--col .support_flexbox--txt {
    width: 100%;
    padding: 0 6.25% 6.25%;
  }
}

#support_option .support_flexbox--02 h4 {
  font-size: 1.25rem;
  color: #4270c5;
  text-align: left;
}

#support_option .support_flexbox--02 p {
  color: #333;
  text-align: left;
}

@media (max-width: 600px) {
  #support_situation .btn_wrap {
    width: 100%;
  }
}

sup.support_plus {
  font-size: 100%;
}
