* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", sans-serif !important;
  color: #333;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

img {
  display: block;
  height: auto;
}

.side {
  display: none;
}

@media (min-width: 768px) {
  .side {
    position: fixed;
    top: 0;
    width: calc((100% - 428px) / 2);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #fff;
  }

  .side-left {
    left: 0;
    background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/bg_left.png) no-repeat top center/cover;
  }

  .side-right {
    right: 0;
    background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/bg_right.png) no-repeat top center/cover;
    text-align: center;
  }
  .main {
    width: 428px;
    margin: 0 auto;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
  }

  .side-menu ul {
    list-style: none;
    padding: 0;
  }
  .side-menu_button {
    width: 14vw;
    padding-bottom: 16px;
    margin: 0 auto;
  }
  .bl_info_txt_pc,
  .bl_info_btn_pc {
    width: 22vw;
    padding: 10px 0 0;
  }
  .button_bottom_content {
    display: none;
  }
}
#button_bottom {
  display: flex;
  justify-content: center;
  z-index: 9999;
}
.button_bottom_content {
  position: fixed;
  bottom: 0;
  width: 340px;
  margin: 0 auto;
  z-index: 9999;
}
.bl_header {
  display: block;
  background: linear-gradient(to right, #0b6ccf, #7329e7);
  padding-top: 4px;
}

.bl_header h1 {
  width: 220px;
  height: 50px;
  vertical-align: middle;
  margin: 0 auto;
}

.bl_fv {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/fv_bg.png) no-repeat top center/cover;
  padding-top: 14px;
}

.bl_fv h2 {
  width: 90.625vw;
  max-width: 428px;
  margin: 0 auto 230px;
}
.bl_fv figure {
  width: 100vw;
  max-width: 428px;
  margin: 0 auto;
}
.bl_fv .bl_fv_txt01 {
  width: 350px;
  margin: 10px auto;
}
.bl_fv .bl_fv_txt02 {
  width: 100vw;
  max-width: 428px;
  margin: 0 auto;
}

.bl_info {
  background: #eee;
  padding: 16px 0;
}
.bl_info_txt {
  max-width: 344px;
  margin: 0 auto;
  padding-bottom: 8px;
}
.bl_info_btn {
  width: 340px;
  margin: 0 auto;
}

.bl_info_campaign {
  width: 340px;
  margin: 0 auto;
  padding-bottom: 16px;
}

.bl_worry {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/sp_info_bg.png) no-repeat top center/cover;
  background-color: #eee;
  padding: 76px 0;
}

.bl_worry h2 {
  width: 326px;
  margin: 0 auto;
}

.bl_worry figure {
  width: 100vw;
  max-width: 428px;
  margin: 20px auto;
}

.bl_worry .bl_worry_txtImg {
  width: 300px;
  margin: 0 auto;
}

.bl_solution {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/sp_solution_bg.png) no-repeat top center/cover;
  padding: 40px 0;
}

.bl_solution h2 {
  width: 240px;
  margin: 0 auto;
}

.bl_solution figure {
  width: 100vw;
  max-width: 428px;
  margin: 20px auto;
}

.bl_solution .bl_solution_img {
  width: 340px;
  margin: 10px auto;
}

.bl_career {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/sp_career_bg.png) no-repeat top center/cover;
  padding: 64px 0 60px;
  overflow-x: hidden;
}

.bl_career h2 {
  width: 324px;
  margin: 0 auto 20px;
}

.bl_career .bl_carrer_txt {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.bl_career .bl_carrer_splide .splide__track {
  overflow: visible;
  width: 340px;
  height: 250px;
  margin: 0 auto;
}

.bl_career .bl_carrer_splide .splide__list {
  margin: 30px 0 0 !important;
}

.bl_career .bl_carrer_splide .splide__pagination {
  gap: 10px;
  margin: 20px 0 0;
}

.bl_career .bl_carrer_splide .splide__pagination__page {
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.bl_career .bl_carrer_splide .splide__pagination__page.is-active {
  background: #fff;
}

.bl_career .bl_carrer_splide .splide__arrow {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.bl_career .bl_carrer_splide .splide__arrow.next {
  right: 0;
  left: auto;
}

.bl_career .bl_carrer_splide .splide__slide {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}

.bl_career .bl_carrer_splide .splide__slide .bl_carrer_slide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 10px;
}

.bl_career .bl_carrer_splide .splide__slide .bl_carrer_slide figure {
  width: 92px;
}

.bl_career .bl_carrer_splide .splide__slide .bl_carrer_slide .bl_career_txt {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.bl_career .bl_carrer_splide .splide__slide .bl_career_text {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.bl_career .bl_carrer_splide .splide__slide .bl_career_text span {
  font-size: 12px;
}

.bl_video {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/sp_video_bg.png);
  padding: 40px 0 50px;
}

.bl_video h2 {
  width: 340px;
  margin: 0 auto;
}

.bl_video .bl_video_content {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  gap: 6px;
  padding-bottom: 30px;
  margin: 40px 10px 10px;
}

.bl_video .bl_video_content li {
  width: 190px;
  flex: 0 0 auto;
}

.bl_video .bl_video_content::-webkit-scrollbar {
  height: 8px;
}

.bl_video .bl_video_content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 999px;
}

.bl_video .bl_video_content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 999px;
}

.bl_video .bl_video_content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.35);
}

.bl_practice {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/sp_practice_bg.png) no-repeat top center/cover;
  padding: 40px 24px;
}

.bl_practice h2 {
  max-width: 340px;
  margin: 0 auto;
}

.bl_practice img {
  margin: 20px auto;
}

.bl_practice .bl_practice_img {
  width: 340px;
  margin: 0 auto;
}

.bl_elearning {
  padding: 40px 0 0;
}

.bl_elearning h2 {
  width: 290px;
  margin: 0 auto 20px;
}

.bl_elearning .bl_elearning_txt {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 20px;
}

.bl_elearning ul {
  display: flex;
  gap: 4px;
  align-items: end;
  justify-content: center;
}

.bl_elearning ul .bl_tab_li {
  width: 23.4375vw;
  max-width: 428px;
  height: 54px;
  background: #bfd5eb;
  border-radius: 10px 10px 0 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_elearning ul .bl_tab_li.active {
  height: 70px;
  background: #0b6ccf;
  color: #fff;
}

.bl_elearning .bl_tab_bk {
  display: none;
  background: #0b6ccf;
  padding: 30px 24px;
  margin: 0 0 30px;
}

.bl_elearning .bl_tab_bk.active {
  display: block;
}

.bl_elearning .bl_tab_bk .bl_tab_card {
  background: #fff;
  padding: 20px 0 10px;
}

.bl_elearning .bl_tab_bk .bl_tab_card figure {
  width: 280px;
  margin: 0 auto 30px;
}

.bl_elearning .bl_elearning_list {
  width: 300px;
  margin: 0 auto;
}

.bl_elearning .bl_elearning_list details {
  margin: 0 0 30px;
}

.bl_elearning .bl_elearning_list details summary h3 {
  border-bottom: 1px solid #0b6ccf;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bl_elearning .bl_elearning_list details summary h3 span {
  width: 34px;
  background: #403ae8;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  transform: skewX(-10deg);
}
.bl_elearning .bl_elearning_list details summary h3::after {
  position: absolute;
  content: "";
  background: #403ae8;
  width: 18px;
  height: 1.6px;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
}

.bl_elearning .bl_elearning_list details summary h3::before {
  position: absolute;
  content: "";
  background: #403ae8;
  width: 18px;
  height: 1.6px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  right: 10px;
}

.bl_elearning .bl_elearning_list details summary h3.bl_color_pp {
  border-bottom: 1px solid #8207ff;
}

.bl_elearning .bl_elearning_list details summary h3.bl_color_pp::after {
  background: #8207ff;
}

.bl_elearning .bl_elearning_list details summary h3.bl_color_pp::before {
  background: #8207ff;
}

.bl_elearning .bl_elearning_list details summary h3.bl_color_pp span {
  background: #8207ff;
}

.bl_elearning .bl_elearning_list details[open] summary h3::before {
  display: none;
}

.bl_elearning .bl_list_txt {
  font-size: 14px;
  margin: 10px 0 0;
}

.bl_merit {
  background-image: linear-gradient(90deg, #0368ce, #6b2fe5 60% 100%);
  padding: 40px 0;
  margin: 30px 0 0;
}

.bl_merit h2 {
  width: 100vw;
  max-width: 428px;
  margin: 0 auto;
}

.bl_merit .bl_merit_card {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/sp_merit_01_bg.png) no-repeat top center/contain;
  height: 564px;
  padding: 40px 0;
  margin: 0 auto 20px;
}

.bl_merit_card_01_title {
  width: 100vw;
  max-width: 418px;
  padding: 0 24px;
  margin: 0 auto;
}
.bl_merit .bl_merit_text {
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 10px;
}
.bl_merit .bl_merit_text .bl_merit_text_marker {
  background: linear-gradient(transparent 50%, #f5ff31 50%);
}
.bl_merit_01_img01 {
  width: 320px;
  margin: 0 auto 20px;
}
.bl_merit_01_img02 {
  width: 200px;
  margin: 0 auto 20px;
}

.bl_merit_card03_splide .splide__track {
  width: 340px;
  margin: 0 auto;
}

.bl_merit_card03_splide .splide__pagination {
  gap: 10px;
  margin: 10px 0 0;
}

.bl_merit_card03_splide .splide__pagination__page {
  width: 10px;
  height: 10px;
  border: 1px solid #0b6ccf;
  border-radius: 50%;
}

.bl_merit_card03_splide .splide__pagination__page.is-active {
  background: #0b6ccf;
}

.bl_merit_card03_splide .splide__arrow {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.bl_merit_card03_splide .splide__arrow.next {
  right: 0;
  left: auto;
}

.bl_merit_ul {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  max-width: 428px;
  padding: 14px 0 0 90px;
  margin: 0 auto;
}

.bl_merit_ul li {
  position: relative;
}

.bl_merit_ul li + li {
  margin: 10px 0 0;
}

.bl_merit_ul li::after {
  position: absolute;
  content: "";
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/sp_merit_check_icon.png) no-repeat top center/contain;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translate(0, -50%);
  left: -24px;
}

.bl_example {
  padding: 0 0 10px;
}
.bl_example_cover {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/bl_example_fx_bg.png) no-repeat bottom center/cover;
  padding: 30px 0;
}

.bl_example h2 {
  max-width: 350px;
  margin: 0 auto 20px;
}

.bl_example .bl_example_splide .splide__track {
  width: 93.75vw;
  max-width: 428px;
  margin: 0 auto;
}

.bl_example .bl_example_splide .splide__slide img {
  width: 100%;
  max-width: 428px;
}

.bl_example .bl_example_splide .splide__pagination {
  gap: 10px;
  margin: 20px 0 0;
}

.bl_example .bl_example_splide .splide__pagination__page {
  width: 10px;
  height: 10px;
  border: 1px solid #1e66d2;
  border-radius: 50%;
}

.bl_example .bl_example_splide .splide__pagination__page.is-active {
  background: #1e66d2;
}

.bl_example .bl_example_splide .splide__arrow {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.bl_example .bl_example_splide .splide__arrow.next {
  right: 0;
  left: auto;
}

.bl_example_img {
  width: 100vw;
  max-width: 428px;
  margin: 40px auto 20px;
}
.bl_example_fx {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/bl_example_fx_bg2.png) no-repeat bottom center/cover;
  padding-bottom: 50px;
}
.bl_example_fx .bl_example_txtImg {
  width: 90.78125vw;
  max-width: 400px;
  margin: 0 auto 30px;
}

.bl_example_fx figure img {
  width: 90.625vw;
  max-width: 400px;
  margin: 0 auto;
}

.bl_future {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/sp_title_white_bg.png) no-repeat top center/cover;
  padding: 40px 0;
}

.bl_future h2 {
  width: 270px;
  margin: 0 auto 30px;
}

.bl_future .bl_future_txt {
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
}

.bl_future .bl_info_txt {
  position: relative;
}

.bl_future img {
  margin: 0px auto;
}
.bl_future_img {
  margin: 30px 0;
}
.bl_guide {
  padding: 60px 0 0;
}
.bl_guide h2 {
  width: 330px;
  margin: 10px auto 30px;
}

.bl_guide .bl_guide_bk {
  position: relative;
}

.bl_guide .bl_guide_bk .bl_guide_bg {
  width: 340px;
  margin: 0 auto 30px;
}

.bl_guide .bl_guide_bk .bl_guide_ttl {
  width: 120px;
  position: absolute;
  top: 20px;
  left: 53%;
}

.bl_guide .bl_guide_bk .bl_guide_txt {
  width: 270px;
  font-size: 16px;
  line-height: 28px;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%, 0);
}

.bl_price {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/sp_price_bg.png) no-repeat top center/cover;
  padding: 0 0 120px;
}

.bl_price h2 {
  width: 100px;
  margin: 30px auto 0;
  padding: 70px 0 0;
}

.bl_price .bl_price_item {
  width: 340px;
  margin: 30px auto 40px;
}

.bl_price .bl_price_txt {
  width: 290px;
  margin: 0 auto 20px;
}

.bl_price .bl_price_txt img {
  width: 100%;
}

.bl_price ul {
  margin: 10px 0 0;
}

.bl_price ul .bl_price_card_list img {
  width: 87.5vw !important;
  max-width: 418px;
  margin: 0 auto;
}

.bl_price ul li + li {
  margin: 30px auto 0;
}

.bl_price ul li img {
  width: 78.125vw;
  max-width: 300px;
  margin: 0 auto;
}
.guide_voice_bg {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/guide_voice_bg.png) no-repeat top center/cover;
}
.bl_voice {
  padding: 10px 0 50px;
  margin: 30px 0 0;
}
.bl_voice h2 {
  width: 280px;
  margin: 0 auto 20px;
}
.bl_voice .bl_voice_splide {
  margin: 10px 0;
}

.bl_voice .bl_voice_splide .splide__slide {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/sp_voice_card_bg.png) no-repeat top center/contain;
  height: 560px;
  padding: 20px 0;
  margin: 10px 0 0;
}

.bl_voice .bl_voice_splide .bl_voice_slide_img,
.bl_voice .bl_voice_splide .bl_voice_slide_img02,
.bl_voice .bl_voice_splide .bl_voice_slide_img03 {
  width: 280px;
  margin: 0 auto 10px;
}

.bl_voice .bl_voice_splide .bl_voice_slide_txtbk h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  max-width: 428px;
  padding: 0 40px;
  margin: 0 auto 10px;
}

.bl_voice .bl_voice_splide .bl_voice_slide_txtbk .bl_voice_slide_txt {
  font-size: 14px;
  line-height: 24px;
  max-width: 428px;
  padding: 0 40px;
  margin: 0 auto;
}

.bl_voice .bl_voice_splide .bl_voice_slide_txtbk h4 {
  font-size: 16px;
  font-weight: bold;
  color: #8207ff;
  text-align: right;
  max-width: 428px;
  padding: 4px 40px 0;
}

.bl_voice .bl_voice_splide .splide__pagination {
  gap: 10px;
  margin: 20px 0 0;
}

.bl_voice .bl_voice_splide .splide__pagination__page {
  width: 10px;
  height: 10px;
  border: 1px solid #8207ff;
  border-radius: 50%;
}

.bl_voice .bl_voice_splide .splide__pagination__page.is-active {
  background: #8207ff;
}

.bl_voice .bl_voice_splide .splide__arrow {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.bl_voice .bl_voice_splide .splide__arrow.next {
  right: 0;
  left: auto;
}

.bl_footer {
  background: url(https://digirise.ai/wp-content/themes/digirise/asset/image/biz-programming/sp_footer_background.png) no-repeat top center/cover;
  height: 210px;
  padding: 24px 0 0;
}

.bl_footer .bl_footer_logo {
  width: 130px;
  margin: 0 auto 20px;
}

.bl_footer .bl_footer_info dl {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 10px 0 0;
}

.bl_footer .bl_footer_info dl dt {
  width: 64px;
  flex-shrink: 0;
  text-align-last: justify;
  color: #fff;
  font-weight: bold;
}

.bl_footer .bl_footer_info dl dd {
  width: 180px;
  color: #fff;
}

footer small {
  display: block;
  background: #000;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
}
