@charset "UTF-8";
/* line 49, app/assets/stylesheets/_constants.scss */
.digipro_gradation {
  background: #ff6678;
  background: linear-gradient(180deg, #ff6678 0%, #ff6674 20%, #ff696b 35%, #ff6e5a 50%, #ff7643 65%, #ff7f26 80%, #ff8a01 100%);
}

/* line 49, app/assets/stylesheets/_constants.scss */
.digipro_gradation {
  background: #ff6678;
  background: linear-gradient(180deg, #ff6678 0%, #ff6674 20%, #ff696b 35%, #ff6e5a 50%, #ff7643 65%, #ff7f26 80%, #ff8a01 100%);
}

/* line 49, app/assets/stylesheets/_constants.scss */
.digipro_gradation {
  background: #ff6678;
  background: linear-gradient(180deg, #ff6678 0%, #ff6674 20%, #ff696b 35%, #ff6e5a 50%, #ff7643 65%, #ff7f26 80%, #ff8a01 100%);
}

/* line 4, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer {
  padding: 50px 0 0;
  margin: 0;
  background: #3C3C3C;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  /* line 4, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer {
    padding: 25px 0;
    font-size: 14px;
  }
}

/* line 14, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-inner {
  max-width: 1080px;
  width: 92%;
  margin: auto;
}

/* line 19, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-logo {
  width: 158px;
  margin: auto;
}

/* line 24, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-menu01, .footer-menu02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  /* line 24, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-menu01, .footer-menu02 {
    text-align: left;
  }
}

/* line 31, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-menu01 li, .footer-menu02 li {
  margin: 0 12px;
}

@media screen and (max-width: 768px) {
  /* line 31, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-menu01 li, .footer-menu02 li {
    margin: 0;
  }
  /* line 35, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-menu01 li a, .footer-menu02 li a {
    display: block;
    padding: 5px 0;
  }
}

/* line 42, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-menu01 {
  margin: 28px 0 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  /* line 42, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-menu01 {
    display: block;
    margin: 25px 0 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 52, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-menu02 {
    justify-content: flex-start;
  }
  /* line 55, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-menu02 li {
    width: 50%;
  }
}

/* line 61, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sns-buttons {
  max-width: 300px;
  margin: 12px auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  /* line 61, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-sns-buttons {
    max-width: 375px;
  }
}

/* line 69, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sns-buttons .footer-sns-button {
  width: 47%;
}

/* line 71, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sns-buttons .footer-sns-button a {
  display: block;
  border-radius: 4px;
  padding: 3px 20px 3px 40px;
}

/* line 78, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sns-buttons .twitter a {
  padding-left: 40px;
  font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
  background: url(/assets/lp/common/x-3f63814567ee52cf9c076987442505a6413a874e88a64b0c8054158ac676ed94.svg) no-repeat left 10% center/auto 50% black;
}

/* line 85, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sns-buttons .instagram a {
  font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
  background: url(/assets/lp/common/btn-cmn-sns-ig-9d60a13c948915f7b00aa9f9a934ea6f93e913cc59ba33165bcbc92bbaacc253.svg) no-repeat left 3% center/auto 90% #CF2E92;
}

/* line 91, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sub-menu {
  background-color: #f8f8f8;
  margin-top: 70px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 0;
}

@media screen and (max-width: 768px) {
  /* line 91, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-sub-menu {
    margin-top: 30px;
    justify-content: flex-start;
    padding: 15px 8% 0;
  }
}

/* line 104, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sub-menu li {
  margin: 0 18px;
}

@media screen and (max-width: 768px) {
  /* line 104, app/assets/stylesheets/components/lp/v2/_footer.scss */
  .footer-sub-menu li {
    margin: 0 25px 15px 0;
  }
}

/* line 109, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sub-menu li a {
  color: #474747;
  position: relative;
}

/* line 112, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-sub-menu li a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid #474747;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
}

/* line 129, app/assets/stylesheets/components/lp/v2/_footer.scss */
.footer-copyright {
  padding: 5px 0 10px;
}

/* line 133, app/assets/stylesheets/components/lp/v2/_footer.scss */
.box-back-top {
  width: 43px;
  height: 43px;
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* line 145, app/assets/stylesheets/components/lp/v2/_footer.scss */
.box-back-top.is-visible {
  opacity: 1;
  visibility: visible;
}

/* line 6, app/assets/stylesheets/_common.scss */
html {
  font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.8;
  color: #000;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 17, app/assets/stylesheets/_common.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

/* line 38, app/assets/stylesheets/_common.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 43, app/assets/stylesheets/_common.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 44, app/assets/stylesheets/_common.scss */
ul, ol {
  list-style-type: none;
}

/* line 46, app/assets/stylesheets/_common.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/* line 53, app/assets/stylesheets/_common.scss */
nav ul {
  list-style: none;
}

/* line 57, app/assets/stylesheets/_common.scss */
blockquote, q {
  quotes: none;
}

/* line 61, app/assets/stylesheets/_common.scss */
body {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  background-color: #f8f8f8;
}

/* line 67, app/assets/stylesheets/_common.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 73, app/assets/stylesheets/_common.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #3C3C3C;
  text-decoration-line: none;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 85, app/assets/stylesheets/_common.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 92, app/assets/stylesheets/_common.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 99, app/assets/stylesheets/_common.scss */
del {
  text-decoration: line-through;
}

/* line 103, app/assets/stylesheets/_common.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 108, app/assets/stylesheets/_common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 114, app/assets/stylesheets/_common.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 123, app/assets/stylesheets/_common.scss */
input, select {
  vertical-align: text-bottom;
}

/* line 127, app/assets/stylesheets/_common.scss */
li {
  list-style: none;
}

/* line 131, app/assets/stylesheets/_common.scss */
a {
  color: #3C3C3C;
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/_common.scss */
input::placeholder {
  color: #aaa;
}

/* line 140, app/assets/stylesheets/_common.scss */
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

/* line 148, app/assets/stylesheets/_common.scss */
.logo_image_width {
  max-width: 100px;
}

/********/
/* line 155, app/assets/stylesheets/_common.scss */
footer {
  background-color: #fff;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 60px;
  clear: both;
  font-size: 16px;
  width: 100%;
}

/* line 162, app/assets/stylesheets/_common.scss */
footer a {
  color: #fff;
}

/* line 164, app/assets/stylesheets/_common.scss */
footer *, footer *:before, footer *:after {
  box-sizing: border-box;
}

/* line 167, app/assets/stylesheets/_common.scss */
footer .col_3 {
  width: 100%;
  display: inline-flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  text-align: left;
}

/* line 175, app/assets/stylesheets/_common.scss */
footer .col_3 > div {
  width: 33.33333%;
}

/* line 178, app/assets/stylesheets/_common.scss */
footer p {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  /* line 185, app/assets/stylesheets/_common.scss */
  footer .col_3 > div {
    width: 100%;
    text-align: center;
  }
  /* line 189, app/assets/stylesheets/_common.scss */
  footer .bb-white {
    border-bottom: 1px solid #fff;
  }
}

/* -------------------------------------------------------------- */
/* ロールオーバーアニメーション用 */
/* -------------------------------------------------------------- */
/* line 198, app/assets/stylesheets/_common.scss */
a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 204, app/assets/stylesheets/_common.scss */
a:hover {
  opacity: .7;
}

/* line 207, app/assets/stylesheets/_common.scss */
a:-webkit-any-link {
  cursor: pointer;
}

/* line 212, app/assets/stylesheets/_common.scss */
.is-relative {
  position: relative;
}

/* line 216, app/assets/stylesheets/_common.scss */
span.Br::before {
  content: "\A";
  white-space: pre;
}

/********/
/* line 222, app/assets/stylesheets/_common.scss */
#wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  padding-top: 60px;
  /*  overflow: hidden; */
}

@media screen and (max-width: 700px) {
  /* line 222, app/assets/stylesheets/_common.scss */
  #wrapper {
    margin-top: 0px;
  }
}

/* line 233, app/assets/stylesheets/_common.scss */
h1 {
  margin: 12px;
  text-align: center;
  font-size: 24px;
}

/* line 238, app/assets/stylesheets/_common.scss */
h2 {
  font-size: 20px;
}

/* line 241, app/assets/stylesheets/_common.scss */
h3 {
  font-size: 16px;
}

/* line 245, app/assets/stylesheets/_common.scss */
img {
  margin: 0;
  padding: 0;
  border-style: none;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

/* line 254, app/assets/stylesheets/_common.scss */
.mg8auto {
  margin: 8px auto;
}

/* line 257, app/assets/stylesheets/_common.scss */
.mg20auto {
  margin: 20px auto;
}

/* line 260, app/assets/stylesheets/_common.scss */
.mg16-0 {
  margin: 16px 0;
}

/* line 263, app/assets/stylesheets/_common.scss */
.mg0 {
  margin: 0;
}

/* line 266, app/assets/stylesheets/_common.scss */
.mg2 {
  margin: 2px;
}

/* line 269, app/assets/stylesheets/_common.scss */
.mg6 {
  margin: 6px;
}

/* line 272, app/assets/stylesheets/_common.scss */
.mg8 {
  margin: 8px;
}

/* line 275, app/assets/stylesheets/_common.scss */
.mg12 {
  margin: 12px;
}

/* line 278, app/assets/stylesheets/_common.scss */
.mg16 {
  margin: 16px;
}

/* line 281, app/assets/stylesheets/_common.scss */
.mg30 {
  margin: 30px;
}

/* line 284, app/assets/stylesheets/_common.scss */
.mg40 {
  margin: 40px;
}

/* line 287, app/assets/stylesheets/_common.scss */
.mg60 {
  margin: 60px;
}

/* line 290, app/assets/stylesheets/_common.scss */
.mg0-40 {
  margin: 0px 40px;
}

/* line 293, app/assets/stylesheets/_common.scss */
.mg10-0 {
  margin: 10px 0;
}

/* line 296, app/assets/stylesheets/_common.scss */
.mg20-0 {
  margin: 20px 0;
}

/* line 299, app/assets/stylesheets/_common.scss */
.mg40-0 {
  margin: 40px 0;
}

/* line 302, app/assets/stylesheets/_common.scss */
.mgt0 {
  margin-top: 0px;
}

/* line 305, app/assets/stylesheets/_common.scss */
.mgt8 {
  margin-top: 8px;
}

/* line 308, app/assets/stylesheets/_common.scss */
.mgt12 {
  margin-top: 12px;
}

/* line 311, app/assets/stylesheets/_common.scss */
.mgt24 {
  margin-top: 24px;
}

/* line 314, app/assets/stylesheets/_common.scss */
.mgt40 {
  margin-top: 40px;
}

/* line 317, app/assets/stylesheets/_common.scss */
.mgt100 {
  margin-top: 100px;
}

/* line 320, app/assets/stylesheets/_common.scss */
.mgb0 {
  margin-bottom: 0px;
}

/* line 323, app/assets/stylesheets/_common.scss */
.mgb8 {
  margin-bottom: 8px;
}

/* line 326, app/assets/stylesheets/_common.scss */
.mgb12 {
  margin-bottom: 12px;
}

/* line 329, app/assets/stylesheets/_common.scss */
.mgb16 {
  margin-bottom: 16px;
}

/* line 332, app/assets/stylesheets/_common.scss */
.mgb24 {
  margin-bottom: 24px;
}

/* line 335, app/assets/stylesheets/_common.scss */
.mgb40 {
  margin-bottom: 40px;
}

/* line 338, app/assets/stylesheets/_common.scss */
.mgb48 {
  margin-bottom: 48px;
}

/* line 341, app/assets/stylesheets/_common.scss */
.mgr8 {
  margin-right: 8px;
}

/* line 344, app/assets/stylesheets/_common.scss */
.mgr12 {
  margin-right: 12px;
}

/* line 347, app/assets/stylesheets/_common.scss */
.mgr20 {
  margin-right: 20px;
}

/* line 350, app/assets/stylesheets/_common.scss */
.mgl12 {
  margin-left: 12px;
}

/* line 353, app/assets/stylesheets/_common.scss */
.mgl20 {
  margin-left: 20px;
}

/* line 356, app/assets/stylesheets/_common.scss */
.mgl40 {
  margin-left: 40px;
}

/* line 359, app/assets/stylesheets/_common.scss */
.mgl60 {
  margin-left: 60px;
}

/* line 362, app/assets/stylesheets/_common.scss */
.mgy50 {
  margin: 50px 0;
}

/* line 365, app/assets/stylesheets/_common.scss */
.pd0 {
  padding: 0;
}

/* line 368, app/assets/stylesheets/_common.scss */
.pd4 {
  padding: 4px;
}

/* line 371, app/assets/stylesheets/_common.scss */
.pd8 {
  padding: 8px;
}

/* line 374, app/assets/stylesheets/_common.scss */
.pd16 {
  padding: 16px;
}

/* line 377, app/assets/stylesheets/_common.scss */
.pd30 {
  padding: 30px;
}

/* line 380, app/assets/stylesheets/_common.scss */
.pd0-12 {
  padding: 0px 12px;
}

/* line 383, app/assets/stylesheets/_common.scss */
.pd0-24 {
  padding: 0px 24px;
}

/* line 386, app/assets/stylesheets/_common.scss */
.pd12-24 {
  padding: 12px 24px;
}

/* line 389, app/assets/stylesheets/_common.scss */
.pd20-40 {
  padding: 20px 40px;
}

/* line 392, app/assets/stylesheets/_common.scss */
.pd12-52 {
  padding: 12px 52px;
}

/* line 395, app/assets/stylesheets/_common.scss */
.pd12-0 {
  padding: 12px 0px;
}

/* line 398, app/assets/stylesheets/_common.scss */
.pd24-0 {
  padding: 24px 0px;
}

/* line 401, app/assets/stylesheets/_common.scss */
.pdt0 {
  padding-top: 0px;
}

/* line 404, app/assets/stylesheets/_common.scss */
.pdt24 {
  padding-top: 24px;
}

/* line 407, app/assets/stylesheets/_common.scss */
.pdt40 {
  padding-top: 40px;
}

/* line 410, app/assets/stylesheets/_common.scss */
.pd16-0 {
  padding: 16px 0px;
}

/* line 413, app/assets/stylesheets/_common.scss */
.pd40-0 {
  padding: 40px 0px;
}

/* line 416, app/assets/stylesheets/_common.scss */
.pdb24 {
  padding-bottom: 24px;
}

/* line 419, app/assets/stylesheets/_common.scss */
.pdb40 {
  padding-bottom: 40px;
}

/* line 422, app/assets/stylesheets/_common.scss */
.pd_l_4 {
  padding-left: 4px;
}

/* line 425, app/assets/stylesheets/_common.scss */
.pd_l_8 {
  padding-left: 8px;
}

/* line 428, app/assets/stylesheets/_common.scss */
.d_b {
  display: block;
}

/* line 431, app/assets/stylesheets/_common.scss */
.d_i_f {
  display: inline-flex;
}

/* line 434, app/assets/stylesheets/_common.scss */
.d_f {
  display: flex;
}

/* line 437, app/assets/stylesheets/_common.scss */
.d_i_b {
  display: inline-block;
}

/* line 440, app/assets/stylesheets/_common.scss */
.d_c {
  display: contents;
}

/* line 443, app/assets/stylesheets/_common.scss */
.d_none {
  display: none;
}

/* line 446, app/assets/stylesheets/_common.scss */
.bb-1 {
  border-bottom: 1px solid #707070;
}

/* line 450, app/assets/stylesheets/_common.scss */
.fo-14 {
  font-size: 14px;
}

/* line 453, app/assets/stylesheets/_common.scss */
.fo-18 {
  font-size: 18px;
}

/* line 456, app/assets/stylesheets/_common.scss */
.fo-20 {
  font-size: 20px;
}

/* line 459, app/assets/stylesheets/_common.scss */
.fo-30 {
  font-size: 30px;
}

/* line 463, app/assets/stylesheets/_common.scss */
.fo-sm {
  font-size: 12px;
}

/* line 466, app/assets/stylesheets/_common.scss */
.fo-normal {
  font-size: 14px;
}

/* line 469, app/assets/stylesheets/_common.scss */
.fo-lg {
  font-size: 16px;
}

/* line 472, app/assets/stylesheets/_common.scss */
.fo-xlg {
  font-size: 20px;
}

/* line 475, app/assets/stylesheets/_common.scss */
.fo-2xlg {
  font-size: 24px;
}

/* line 480, app/assets/stylesheets/_common.scss */
.fow-normal {
  font-weight: normal;
}

/* line 483, app/assets/stylesheets/_common.scss */
.fow-bold {
  font-weight: bold;
}

/* line 486, app/assets/stylesheets/_common.scss */
.font-bold {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}

/* line 492, app/assets/stylesheets/_common.scss */
.text-left {
  text-align: left;
}

/* line 495, app/assets/stylesheets/_common.scss */
.text-center {
  text-align: center;
  text-align: -webkit-center;
}

/* line 499, app/assets/stylesheets/_common.scss */
.text-right {
  text-align: right;
}

/* line 503, app/assets/stylesheets/_common.scss */
.float-left {
  float: left;
}

/* line 506, app/assets/stylesheets/_common.scss */
.float-right {
  float: right;
}

/* line 510, app/assets/stylesheets/_common.scss */
.smp-br {
  display: none;
}

@media (max-width: 801px) {
  /* line 510, app/assets/stylesheets/_common.scss */
  .smp-br {
    display: block;
  }
}

/* line 517, app/assets/stylesheets/_common.scss */
.pc-br {
  display: none;
}

@media screen and (min-width: 801px) {
  /* line 517, app/assets/stylesheets/_common.scss */
  .pc-br {
    display: block;
  }
}

/* line 524, app/assets/stylesheets/_common.scss */
.pc_show {
  display: none;
}

@media screen and (min-width: 801px) {
  /* line 524, app/assets/stylesheets/_common.scss */
  .pc_show {
    display: inline;
  }
}

/* line 530, app/assets/stylesheets/_common.scss */
.sp_show {
  display: none;
}

@media screen and (max-width: 801px) {
  /* line 530, app/assets/stylesheets/_common.scss */
  .sp_show {
    display: inline;
  }
}

@media screen and (max-width: 801px) {
  /* line 538, app/assets/stylesheets/_common.scss */
  .smp-br + .smp-br::before {
    content: "\A";
    white-space: pre;
  }
}

/* line 545, app/assets/stylesheets/_common.scss */
.box-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* line 549, app/assets/stylesheets/_common.scss */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 12px;
}

/* line 556, app/assets/stylesheets/_common.scss */
table th {
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #707070;
}

/* line 566, app/assets/stylesheets/_common.scss */
table th, table td {
  padding: 6px 12px;
}

/* line 574, app/assets/stylesheets/_common.scss */
.radius-btn {
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  border-radius: 4px;
}

/* line 581, app/assets/stylesheets/_common.scss */
.common-btn {
  color: #fff;
  padding: 6px 12px;
  margin: 0;
  text-align: center;
  border-radius: 8px;
  background-color: #40AAEF;
  font-weight: bold;
  cursor: pointer;
  width: fit-content;
}

/* line 592, app/assets/stylesheets/_common.scss */
.common-btn:hover {
  opacity: 0.8;
}

/* line 596, app/assets/stylesheets/_common.scss */
.link-btn {
  background-color: #40AAEF;
  border: 1px solid #40AAEF;
  text-decoration: none;
  padding: 8px;
  color: #fff;
  width: 100%;
}

/* line 604, app/assets/stylesheets/_common.scss */
.link-btn:hover {
  background-color: #0E7AC4;
  border: 1px solid #0E7AC4;
}

/* line 609, app/assets/stylesheets/_common.scss */
.link_color {
  color: #0E7AC4;
}

/* line 612, app/assets/stylesheets/_common.scss */
.bg-color-white-smoke {
  background-color: #f8f8f8;
}

/* line 615, app/assets/stylesheets/_common.scss */
.bg-color-blue {
  background-color: #40AAEF;
}

/* line 618, app/assets/stylesheets/_common.scss */
.bg-color-white {
  background-color: #fff;
}

/* line 621, app/assets/stylesheets/_common.scss */
.bg-color-green {
  background-color: #4DB6AC;
}

/* line 624, app/assets/stylesheets/_common.scss */
.bg-color-deep-green {
  background-color: #3B9198;
}

/* line 627, app/assets/stylesheets/_common.scss */
.bg-color-red {
  background-color: #ff0900;
}

/* line 630, app/assets/stylesheets/_common.scss */
.bg-color-pink {
  background-color: #f26964;
}

/* line 633, app/assets/stylesheets/_common.scss */
.bg-color-dark-perple {
  background-color: #1B224C;
}

/* line 636, app/assets/stylesheets/_common.scss */
.bg-color-dark-blue {
  background-color: #dbe1e8;
}

/* line 639, app/assets/stylesheets/_common.scss */
.bg-color-black {
  background-color: #3C3C3C;
}

/* line 644, app/assets/stylesheets/_common.scss */
.white-color {
  color: #fff;
}

/* line 647, app/assets/stylesheets/_common.scss */
.pink-color {
  color: #f26964;
}

/* line 650, app/assets/stylesheets/_common.scss */
.green-color {
  color: #4DB6AC;
}

/* line 653, app/assets/stylesheets/_common.scss */
.deep-green-color {
  color: #3B9198;
}

/* line 656, app/assets/stylesheets/_common.scss */
.black-color {
  color: #3C3C3C;
}

/* line 659, app/assets/stylesheets/_common.scss */
.red-color {
  color: #ff0900;
}

/* line 662, app/assets/stylesheets/_common.scss */
.blue-color {
  color: #0E7AC4;
}

/* line 665, app/assets/stylesheets/_common.scss */
.gray-color {
  color: #707070;
}

/* line 668, app/assets/stylesheets/_common.scss */
.gray-white-color {
  color: #aaa;
}

/* line 671, app/assets/stylesheets/_common.scss */
.green-border {
  border: 2px solid #4DB6AC;
}

/* line 674, app/assets/stylesheets/_common.scss */
.pink-border {
  border: 2px solid #f26964;
}

/* line 678, app/assets/stylesheets/_common.scss */
.w_auto {
  width: auto;
}

/* line 681, app/assets/stylesheets/_common.scss */
.max-100 {
  max-width: 100px;
}

/* line 684, app/assets/stylesheets/_common.scss */
.max-300 {
  max-width: 300px;
}

/* line 687, app/assets/stylesheets/_common.scss */
.max-600 {
  max-width: 600px;
}

/* line 690, app/assets/stylesheets/_common.scss */
.max-1000 {
  max-width: 1000px;
}

/* line 693, app/assets/stylesheets/_common.scss */
.max-1200 {
  max-width: 1200px;
}

/* line 696, app/assets/stylesheets/_common.scss */
.common_section {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

/* line 702, app/assets/stylesheets/_common.scss */
.news {
  position: relative;
}

/* line 705, app/assets/stylesheets/_common.scss */
.news::before {
  content: "！";
  position: absolute;
  top: -15px;
  left: -10px;
  color: #FFF;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  width: 20px;
  background: #F00;
  border-radius: 50%;
}

/* line 719, app/assets/stylesheets/_common.scss */
.breadcrumbs {
  padding: 10px 30px;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 801px) {
  /* line 719, app/assets/stylesheets/_common.scss */
  .breadcrumbs {
    padding: 2px 10px;
    letter-spacing: 1px;
    font-size: 10px;
  }
}

@media screen and (max-width: 540px) {
  /* line 732, app/assets/stylesheets/_common.scss */
  * {
    font-size: 14px;
  }
  /* line 735, app/assets/stylesheets/_common.scss */
  h1 {
    font-size: 24px;
  }
  /* line 738, app/assets/stylesheets/_common.scss */
  .column_contents {
    column-count: 1;
  }
  /* line 741, app/assets/stylesheets/_common.scss */
  .sp_d_b {
    display: block;
  }
}

@media only screen and (min-width: 541px) and (max-width: 800px) {
  /* line 746, app/assets/stylesheets/_common.scss */
  .column_contents {
    column-count: 2;
  }
}

@media screen and (min-width: 800px) {
  /* line 751, app/assets/stylesheets/_common.scss */
  .column_contents {
    column-count: 4;
  }
}

/* line 49, app/assets/stylesheets/_constants.scss */
.digipro_gradation {
  background: #ff6678;
  background: linear-gradient(180deg, #ff6678 0%, #ff6674 20%, #ff696b 35%, #ff6e5a 50%, #ff7643 65%, #ff7f26 80%, #ff8a01 100%);
}

/* line 4, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 {
  background-color: #fcfcfc;
  color: #3C3C3C;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  padding: 6px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  z-index: 9999;
}

/* line 18, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner {
  width: 96%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 801px) {
  /* line 18, app/assets/stylesheets/components/lp/v3/_header.scss */
  .header-v3 .header-v3-inner {
    padding: 8px 12px;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  /* line 30, app/assets/stylesheets/components/lp/v3/_header.scss */
  .header-v3 .header-v3-inner .header-v3-logo {
    width: 120px;
  }
}

/* line 37, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-nav {
  display: flex;
  align-items: center;
}

/* line 42, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu {
  padding: 10px 20px;
  display: inline-flex;
}

@media screen and (max-width: 801px) {
  /* line 42, app/assets/stylesheets/components/lp/v3/_header.scss */
  .header-v3 .header-v3-inner .header-v3-menu {
    display: none;
    padding: 0;
  }
}

/* line 49, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu li {
  padding: 12px;
  font-size: 16px;
}

/* line 52, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu li a {
  color: #3C3C3C;
  font-weight: bold;
  vertical-align: -webkit-baseline-middle;
}

/* line 57, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu li i {
  vertical-align: sub;
}

/* line 63, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu-button {
  display: none;
  width: 32px;
  height: 27px;
  position: relative;
  margin-left: 10px;
}

@media screen and (max-width: 801px) {
  /* line 63, app/assets/stylesheets/components/lp/v3/_header.scss */
  .header-v3 .header-v3-inner .header-v3-menu-button {
    display: block;
  }
}

/* line 72, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu-button span {
  display: inline-block;
  width: 100%;
  height: 4px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background: #3C3C3C;
  transition: all 0.2s ease-out;
}

/* line 82, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu-button span:nth-child(1) {
  top: 0;
}

/* line 85, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu-button span:nth-child(2) {
  top: 0;
  bottom: 0;
}

/* line 89, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .header-v3-menu-button span:nth-child(3) {
  bottom: 0;
}

/* line 94, app/assets/stylesheets/components/lp/v3/_header.scss */
.header-v3 .header-v3-inner .button_link {
  vertical-align: middle;
  background: linear-gradient(to right, #FF6678, #FFA136);
  border-radius: 10px;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 3px 2.5px #fe6100;
  font-weight: bold;
}

/* line 114, app/assets/stylesheets/components/lp/v3/_header.scss */
.header_cta_biz {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 800px) {
  /* line 114, app/assets/stylesheets/components/lp/v3/_header.scss */
  .header_cta_biz {
    gap: 6px;
  }
}

/* line 124, app/assets/stylesheets/components/lp/v3/_header.scss */
.btn_header_dl {
  display: inline-block;
  padding: 8px 18px;
  border: 2px solid #B22234;
  border-radius: 50px;
  color: #B22234;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
}

/* line 135, app/assets/stylesheets/components/lp/v3/_header.scss */
.btn_header_dl:hover {
  background-color: #B22234;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  /* line 124, app/assets/stylesheets/components/lp/v3/_header.scss */
  .btn_header_dl {
    padding: 6px 10px;
    font-size: 12px;
  }
}

/* line 147, app/assets/stylesheets/components/lp/v3/_header.scss */
.btn_header_contact {
  display: inline-block;
  padding: 8px 18px;
  background-color: #B22234;
  border: 2px solid #B22234;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 0.2s, border-color 0.2s;
}

/* line 159, app/assets/stylesheets/components/lp/v3/_header.scss */
.btn_header_contact:hover {
  opacity: 1;
  background-color: #901b2a;
  border-color: #901b2a;
}

@media screen and (max-width: 800px) {
  /* line 147, app/assets/stylesheets/components/lp/v3/_header.scss */
  .btn_header_contact {
    padding: 6px 10px;
    font-size: 12px;
  }
}

/* line 173, app/assets/stylesheets/components/lp/v3/_header.scss */
#hamburger_input:checked ~ .header-v3 .header-v3-menu {
  width: 100%;
  position: fixed;
  top: 49px;
  left: 0;
  display: block;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  background-color: #f8f8f8;
}

/* line 182, app/assets/stylesheets/components/lp/v3/_header.scss */
#hamburger_input:checked ~ .header-v3 .header-v3-menu li {
  border-bottom: 0.5px solid #707070;
}

/* line 188, app/assets/stylesheets/components/lp/v3/_header.scss */
#hamburger_input:checked ~ .header-v3 .header-v3-menu-button span:nth-child(1) {
  bottom: 0;
  transform: rotate(45deg);
}

/* line 192, app/assets/stylesheets/components/lp/v3/_header.scss */
#hamburger_input:checked ~ .header-v3 .header-v3-menu-button span:nth-child(2) {
  opacity: 0;
}

/* line 195, app/assets/stylesheets/components/lp/v3/_header.scss */
#hamburger_input:checked ~ .header-v3 .header-v3-menu-button span:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}

/* line 49, app/assets/stylesheets/_constants.scss */
.digipro_gradation {
  background: #ff6678;
  background: linear-gradient(180deg, #ff6678 0%, #ff6674 20%, #ff696b 35%, #ff6e5a 50%, #ff7643 65%, #ff7f26 80%, #ff8a01 100%);
}

/* line 10, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.section_lp_v3 {
  margin-top: 100px;
}

@media screen and (max-width: 849px) {
  /* line 10, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .section_lp_v3 {
    margin-top: 65px;
  }
}

/* line 15, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.section_lp_v3 .h3_contents {
  font-size: 26px;
  text-align: center;
}

/* line 21, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.cta_section {
  font-weight: bold;
  padding: 40px;
  width: 100%;
}

/* line 25, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.cta_section .cta_button_link {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 42px */
  padding: 20px 70px;
}

@media screen and (max-width: 801px) {
  /* line 25, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .cta_section .cta_button_link {
    padding: 18px 64px;
    font-size: 16px;
  }
}

/* line 39, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.button_lp {
  display: flex;
  width: 320px;
  height: 56px;
  padding: 13px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 48, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.button_link {
  vertical-align: middle;
  background: linear-gradient(to right, #FF6678, #FFA136);
  border-radius: 10px;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 3px 2.5px #fe6100;
}

/* line 62, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.briefing_link {
  padding: 20px 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 175%;
  /* 28px */
}

/* line 69, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.gradetion_color {
  background: linear-gradient(to right, #FF6678, #FFA136);
  background: -webkit-linear-gradient(to right, #FF6678, #FFA136);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 76, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.h2 {
  text-align: center;
  font-size: 48px;
}

@media screen and (max-width: 450px) {
  /* line 76, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .h2 {
    font-size: 28px;
  }
}

/* line 84, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.bg-color-v3-white {
  background-color: #fafafa;
}

/* line 88, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.section_read_text {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}

/* line 95, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.common_cta_button {
  max-width: 465px;
  width: 83%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.5;
  margin: auto;
}

@media screen and (max-width: 768px) {
  /* line 95, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .common_cta_button {
    width: 100%;
    font-size: 18px;
  }
}

/* line 108, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.common_cta_button a {
  display: block;
  width: 100%;
  padding: 17px 40px;
  border-radius: 50px;
  position: relative;
  transition: all 0.1s ease-out;
  background-color: #FFBC21;
  box-shadow: 0 5px #414142;
  border: 1px solid #FFBC21;
  color: #3C3C3C;
}

@media screen and (max-width: 768px) {
  /* line 108, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .common_cta_button a {
    padding: 13px 40px;
    box-shadow: 0 3px #414142;
  }
}

/* line 123, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.common_cta_button a::before, .common_cta_button a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 131, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.common_cta_button a::before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 17px;
  background-color: #3C3C3C;
}

@media screen and (max-width: 768px) {
  /* line 131, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .common_cta_button a::before {
    width: 22px;
    height: 22px;
    right: 15px;
  }
}

/* line 143, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.common_cta_button a::after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
  right: 24px;
}

@media screen and (max-width: 768px) {
  /* line 143, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .common_cta_button a::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    right: 21px;
  }
}

@media screen and (min-width: 769px) {
  /* line 158, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .common_cta_button a:hover {
    transform: translateY(2px);
    box-shadow: 0 3px #A2A2A2;
    background-color: #111;
    color: #FFBC21;
    border: 1px solid #FFBC21;
  }
  /* line 164, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .common_cta_button a:hover:before {
    background-color: #FFBC21;
  }
  /* line 165, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .common_cta_button a:hover:after {
    border-left: 13px solid black;
  }
}

/* line 172, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.img_flex h3 {
  width: 100%;
  height: 100%;
  align-content: end;
  color: #fff;
  text-align: center;
  padding-bottom: 31px;
  font-size: 24px;
  line-height: 125%;
  position: relative;
  display: inline-grid;
}

@media screen and (max-width: 801px) {
  /* line 172, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .img_flex h3 {
    font-size: 16px;
    padding-bottom: 16px;
    margin: 11px auto;
  }
}

/* line 188, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.img_flex h3 span {
  font-size: 18px;
}

@media screen and (max-width: 801px) {
  /* line 188, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .img_flex h3 span {
    font-size: 10px;
  }
}

/* line 196, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.img_flex .img_bg {
  aspect-ratio: 712 / 394;
  background-size: cover;
  aspect-ratio: 712 / 394;
}

@media screen and (max-width: 801px) {
  /* line 196, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
  .img_flex .img_bg {
    width: 96%;
  }
}

/* line 205, app/assets/stylesheets/components/lp/v3/_common_v3_style.scss */
.img_flex .img_over {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.6) 100%);
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

/* line 49, app/assets/stylesheets/_constants.scss */
.digipro_gradation {
  background: #ff6678;
  background: linear-gradient(180deg, #ff6678 0%, #ff6674 20%, #ff696b 35%, #ff6e5a 50%, #ff7643 65%, #ff7f26 80%, #ff8a01 100%);
}

/* line 5, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header {
  background: #111;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

/* line 16, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  box-sizing: content-box;
}

@media screen and (max-width: 1150px) {
  /* line 16, app/assets/stylesheets/components/biz/_header_biz_training.scss */
  .biz_training_header .biz_training_header_inner {
    position: relative;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 16, app/assets/stylesheets/components/biz/_header_biz_training.scss */
  .biz_training_header .biz_training_header_inner {
    position: static;
    height: auto;
    gap: 8px;
  }
}

@media screen and (max-width: 400px) {
  /* line 16, app/assets/stylesheets/components/biz/_header_biz_training.scss */
  .biz_training_header .biz_training_header_inner {
    padding-left: 10px;
  }
}

/* line 43, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  padding: 9px 22px;
  white-space: nowrap;
  transition: opacity 0.2s;
}

/* line 54, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_btn:hover {
  opacity: 0.82;
}

/* line 56, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_btn--consult {
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1200px) {
  /* line 56, app/assets/stylesheets/components/biz/_header_biz_training.scss */
  .biz_training_header .biz_training_header_btn--consult {
    display: none;
  }
}

/* line 65, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_btn--dl {
  background: #B22234;
  color: #fff;
  border: 1px solid #B22234;
}

@media screen and (max-width: 768px) {
  /* line 65, app/assets/stylesheets/components/biz/_header_biz_training.scss */
  .biz_training_header .biz_training_header_btn--dl {
    font-size: 12px;
    padding: 7px 14px;
    border-radius: 4px;
  }
}

/* line 76, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_btn--dl .btn_label_short {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 79, app/assets/stylesheets/components/biz/_header_biz_training.scss */
  .biz_training_header .biz_training_header_btn--dl .btn_label_full {
    display: none;
  }
  /* line 80, app/assets/stylesheets/components/biz/_header_biz_training.scss */
  .biz_training_header .biz_training_header_btn--dl .btn_label_short {
    display: inline;
  }
}

/* line 87, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  order: 1;
}

@media screen and (max-width: 1150px) {
  /* line 87, app/assets/stylesheets/components/biz/_header_biz_training.scss */
  .biz_training_header .biz_training_header_left {
    display: block;
  }
}

/* line 96, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_left .logo_outer {
  flex-wrap: nowrap;
  display: flex;
  gap: 10px;
}

/* line 102, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_left .biz_training_header_tagline {
  order: 2;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 14px;
}

@media screen and (max-width: 1150px) {
  /* line 102, app/assets/stylesheets/components/biz/_header_biz_training.scss */
  .biz_training_header .biz_training_header_left .biz_training_header_tagline {
    display: block;
    font-size: 12px;
    border: none;
    padding-top: 10px;
    padding-left: 0px;
  }
}

/* line 123, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_logo_link {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

/* line 130, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_logo {
  height: 28px;
  width: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  /* line 130, app/assets/stylesheets/components/biz/_header_biz_training.scss */
  .biz_training_header .biz_training_header_logo {
    height: 24px;
  }
}

/* line 140, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_for_biz {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  padding: 2px 7px;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
}

/* line 156, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_nav {
  order: 3;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  /* line 156, app/assets/stylesheets/components/biz/_header_biz_training.scss */
  .biz_training_header .biz_training_header_nav {
    display: none;
  }
}

/* line 164, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_nav .biz_training_header_nav_list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 172, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_nav .biz_training_header_nav_list li a {
  display: block;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  white-space: nowrap;
  transition: color 0.2s;
}

/* line 182, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_nav .biz_training_header_nav_list li a:hover {
  color: #B22234;
}

/* line 190, app/assets/stylesheets/components/biz/_header_biz_training.scss */
.biz_training_header .biz_training_header_right {
  order: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

@media screen and (max-width: 650px) {
  /* line 190, app/assets/stylesheets/components/biz/_header_biz_training.scss */
  .biz_training_header .biz_training_header_right {
    gap: 0;
    margin-left: auto;
  }
}

/* line 10, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_spacing {
  margin-top: 80px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  /* line 10, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_spacing {
    margin-top: 48px;
    padding: 0 16px;
  }
}

/* line 18, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_spacing > *:first-child {
  margin-top: 0;
}

/* line 21, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_spacing > *:last-child {
  margin-bottom: 0;
}

/* line 26, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_accent-color {
  color: #B22234;
}

/* line 30, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_section_title_inner {
  margin: 0 auto;
  text-align: center;
}

/* line 33, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_section_title_inner .h2_before {
  color: #B22234;
  font-size: 16px;
  border-bottom: 2px solid;
  font-weight: bold;
  padding: 10px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  /* line 33, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_common_section_title_inner .h2_before {
    font-size: 12px;
    padding: 5px;
  }
}

/* line 45, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_section_title_inner .h2 {
  font-size: 32px;
  color: #B22234;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  /* line 45, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_common_section_title_inner .h2 {
    font-size: 24px;
    margin-top: 0px;
    gap: 8px;
  }
}

/* line 57, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_section_title_inner .h2 .h2_subtitle {
  font-size: 20px;
  font-weight: normal;
  color: #666;
}

@media screen and (max-width: 768px) {
  /* line 57, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_common_section_title_inner .h2 .h2_subtitle {
    font-size: 12px;
    white-space: nowrap;
  }
}

/* line 69, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_number {
  background: #B22234;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
}

/* line 85, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .arrow_under {
  align-self: anchor-center;
}

/* line 89, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_cta_outer {
  display: flex;
  align-items: flex-end;
  max-width: 1080px;
  gap: 20px;
  margin: 20px auto;
}

/* line 97, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_cta_outer > .common_cta_button {
  margin: 0;
}

@media screen and (max-width: 768px) {
  /* line 89, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_common_cta_outer {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 106, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_cta_button a {
  background-color: #B22234;
  box-shadow: 0 1px #414142;
  border: 1px solid #B22234;
  color: #f8f8f8;
}

/* line 111, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_cta_button a::before {
  background-color: #f8f8f8;
}

/* line 114, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_cta_button a::after {
  border-left-color: #B22234;
}

/* line 117, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_cta_button a:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  /* line 106, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_common_cta_button a {
    box-shadow: 0 3px #414142;
  }
}

@media screen and (min-width: 769px) {
  /* line 124, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_common_cta_button a:hover {
    background-color: #f8f8f8;
    color: #B22234;
    border: 1px solid #B22234;
  }
  /* line 128, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_common_cta_button a:hover:before {
    background-color: #B22234;
  }
  /* line 129, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_common_cta_button a:hover:after {
    border-left: 13px solid #f8f8f8;
  }
}

/* line 136, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_cta_button_white a {
  background-color: #f8f8f8;
  border: 1px solid #B22234;
  color: #B22234;
}

/* line 140, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_cta_button_white a::before {
  background-color: #B22234;
}

/* line 143, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_common_cta_button_white a::after {
  border-left-color: #f8f8f8;
}

@media screen and (min-width: 769px) {
  /* line 147, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_common_cta_button_white a:hover {
    background-color: #B22234;
    color: #f8f8f8;
  }
  /* line 150, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_common_cta_button_white a:hover:before {
    background-color: #f8f8f8;
  }
  /* line 151, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_common_cta_button_white a:hover:after {
    border-left: 13px solid #B22234;
  }
}

/* line 157, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .dl-balloon-wrap {
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 157, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .dl-balloon-wrap {
    margin-top: 20px;
  }
}

/* line 164, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .dl-balloon-wrap .dl-balloon {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #B22234;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 14px;
  border-radius: 4px;
  z-index: 1;
}

/* line 178, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .dl-balloon-wrap .dl-balloon::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 9px 0;
  border-style: solid;
  border-color: #B22234 transparent transparent;
}

/* line 190, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_workshop_slide {
  max-width: 1080px;
  margin: 100px auto 0;
  padding: 0 20px;
}

/* line 194, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_workshop_slide .workshop_outer {
  background-color: #e5e5e5;
  padding: 30px;
  border-radius: 2rem;
  margin-bottom: 30px;
}

/* line 200, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_workshop_slide .director_img {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* line 208, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_workshop_slide .director_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 214, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_workshop_slide .workshop_slide_img img {
  width: 100%;
  height: auto;
}

/* line 218, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_workshop_slide .workshop_text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 10px;
}

@media screen and (max-width: 768px) {
  /* line 218, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_workshop_slide .workshop_text {
    font-size: 16px;
  }
}

/* line 231, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_lecture_style {
  max-width: 1280px;
  margin: 100px auto 0;
  padding: 0 20px;
}

/* line 236, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_lecture_style .lecture_style_outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* line 243, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_lecture_style .lecture_style_point {
  background-color: #fff;
  border-radius: 1rem;
  padding: 10px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  max-width: 400px;
}

/* line 249, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_lecture_style .lecture_style_point img {
  border-radius: 0.5rem;
}

/* line 252, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_lecture_style .lecture_style_point h3 {
  margin: 10px auto;
  color: #B22234;
  height: 40px;
  justify-self: center;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  /* line 252, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_lecture_style .lecture_style_point h3 {
    font-size: 18px;
  }
}

/* line 266, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_lecture_style .lecture_style_point h3 img {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  background-color: #B22234;
  object-fit: contain;
}

/* line 275, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_lecture_style .lecture_style_point p {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  /* line 275, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_lecture_style .lecture_style_point p {
    font-size: 12px;
  }
}

/* line 283, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_lecture_style .lecture_style_point .lecture_img {
  margin: 10px 0;
}

/* line 285, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_lecture_style .lecture_style_point .lecture_img img {
  width: 100%;
  height: auto;
}

/* line 295, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place {
  max-width: 1280px;
  margin: 100px auto 0;
  padding: 0 20px;
}

/* line 300, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  /* line 300, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_place .style_container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 600px) {
  /* line 300, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_place .style_container {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/* line 312, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item {
  position: relative;
  background: #fff;
  border: 1px solid #EEE;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  grid-column: span 1;
}

/* line 324, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended {
  border: 2px solid #B22234;
  background-color: #fff;
  padding: 0;
  position: relative;
  grid-column: span 2;
}

@media screen and (max-width: 1024px) {
  /* line 324, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended {
    grid-column: span 2;
  }
}

@media screen and (max-width: 600px) {
  /* line 324, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended {
    grid-column: span 2;
  }
}

/* line 338, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended .style_bg_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}

/* line 347, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended .style_bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

@media screen and (max-width: 768px) {
  /* line 338, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended .style_bg_image {
    display: none;
  }
}

/* line 358, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended .style_bg_image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 30%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 370, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended .style_item_content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 30px 20px;
  z-index: 5;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  /* line 370, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended .style_item_content {
    justify-content: center;
    text-align: center;
  }
}

/* line 385, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended .style_main_group {
  display: flex;
  align-items: center;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  /* line 385, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended .style_main_group {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}

/* line 396, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended .style_text_group {
  flex: 1;
}

/* line 400, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended .style_title {
  font-size: 32px;
  color: #B22234;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  /* line 400, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_place .style_item.is-recommended .style_title {
    font-size: 20px;
  }
}

/* line 410, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item .style_visual_group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  /* line 410, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_place .style_item .style_visual_group {
    display: none;
  }
}

/* line 419, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item .style_visual_group .lecture_img {
  margin: 0;
}

/* line 421, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item .style_visual_group .lecture_img img {
  max-height: 120px;
  object-fit: cover;
}

/* line 428, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item .style_icon_wrapper {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: #B22234;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

@media screen and (max-width: 600px) {
  /* line 428, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_place .style_item .style_icon_wrapper {
    display: none;
  }
}

/* line 441, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item .style_icon_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 448, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item .recommended_badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #B22234;
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(178, 34, 52, 0.3);
  z-index: 15;
}

/* line 464, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item .style_title {
  font-size: 20px;
  font-weight: bold;
  color: #B22234;
  margin-bottom: 15px;
}

/* line 471, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item .style_item_body {
  text-align: left;
}

/* line 475, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 479, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: left;
}

/* line 487, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #B22234;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  /* line 479, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_place .style_item ul li {
    font-size: 12px;
  }
}

/* line 501, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_place .style_item .lecture_img img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 511, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases {
  margin: 100px auto;
  padding: 20px 60px;
  background: linear-gradient(151deg, #B22234 10%, #551f27);
  color: #fff;
}

@media screen and (max-width: 600px) {
  /* line 511, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cases {
    padding: 20px;
    background: linear-gradient(100deg, #B22234 -35%, #551f27);
  }
}

/* line 520, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .section_client_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0;
}

/* line 525, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .h2_before, [data-scoped-biz_curriculum_topic] .section_biz_cases .h2 {
  color: #fff;
}

/* line 528, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .head_biz_case {
  display: flex;
  font-weight: bold;
  align-items: center;
  flex-direction: row-reverse;
}

@media screen and (max-width: 600px) {
  /* line 528, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cases .head_biz_case {
    display: inline;
  }
}

/* line 536, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .head_biz_case .case_flex_image {
  flex: 1;
  text-align: center;
  margin-bottom: 20px;
}

/* line 540, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .head_biz_case .case_flex_image img {
  width: 100%;
  height: auto;
}

/* line 545, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .head_biz_case .case_flex_text {
  flex: 2;
}

/* line 548, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .head_biz_case h4 {
  font-size: 24px;
}

@media screen and (max-width: 600px) {
  /* line 548, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cases .head_biz_case h4 {
    font-size: 16px;
  }
}

/* line 554, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .head_biz_case .case_detail {
  display: flex;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

/* line 560, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .head_biz_case .case_label {
  min-width: 60px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  padding: 3px 6px 3px 6px;
  color: #B22234;
  width: fit-content;
  height: min-content;
  font-size: 14px;
}

/* line 571, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .head_biz_case .case_text {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

/* line 579, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .biz_name {
  background-color: #fff;
  color: #B22234;
  width: fit-content;
  border-radius: 0px 5px 0px 5px;
  padding: 6px 12px 6px 12px;
  line-height: 1;
  margin-bottom: 10px;
}

/* line 589, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .case_list_outer {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  /* line 589, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cases .case_list_outer {
    flex-wrap: wrap;
    gap: 20px 10px;
  }
}

/* line 599, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .case_list_inner {
  flex: 1;
}

@media screen and (max-width: 768px) {
  /* line 599, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cases .case_list_inner {
    flex: none;
    width: calc((100% - 10px) / 2);
  }
}

/* line 605, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .case_list_inner .case_image_wrapper {
  position: relative;
  margin-bottom: 15px;
}

/* line 608, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .case_list_inner .case_image_wrapper img {
  width: 100%;
  display: block;
  border-radius: 5px;
  object-fit: cover;
  height: 180px;
  object-position: top;
}

@media screen and (max-width: 768px) {
  /* line 608, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cases .case_list_inner .case_image_wrapper img {
    height: 120px;
  }
}

/* line 619, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .case_list_inner .case_image_wrapper .biz_name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  border-radius: 0 5px 0 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /* line 619, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cases .case_list_inner .case_image_wrapper .biz_name {
    font-size: 10px;
    padding: 4px 6px;
  }
}

/* line 632, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cases .case_list_inner p {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  /* line 632, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cases .case_list_inner p {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

/* line 645, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .pc-br {
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 645, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_recommend .pc-br {
    display: block;
  }
}

/* line 650, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .biz_common_section_title_inner {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  /* line 650, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_recommend .biz_common_section_title_inner {
    margin-bottom: 60px;
  }
}

/* line 653, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .biz_common_section_title_inner .h2.mgb40 {
  margin-bottom: 0;
}

/* line 656, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  /* line 656, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 656, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_container {
    gap: 28px;
  }
}

/* line 669, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_item {
  background-color: #fef2f2;
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(178, 34, 52, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media screen and (min-width: 768px) {
  /* line 669, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_item {
    padding: 36px 24px;
  }
}

/* line 678, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(178, 34, 52, 0.08);
}

/* line 682, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_item .recommend_header {
  margin-bottom: 16px;
}

/* line 684, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_item .recommend_header img {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto 12px;
  justify-self: center;
}

/* line 692, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_item .recommend_case {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #B22234;
  background-color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  border: 1px solid rgba(178, 34, 52, 0.2);
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

/* line 704, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_item .recommend_title {
  font-size: 16px;
  font-weight: bold;
  color: #1e293b;
  line-height: 1.5;
  padding-left: 26px;
  position: relative;
}

/* line 711, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_item .recommend_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-color: #B22234;
  border-radius: 50%;
}

/* line 721, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_item .recommend_title::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

/* line 733, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_recommend .recommend_item .recommend_text {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed rgba(178, 34, 52, 0.15);
}

/* line 746, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .cta_section.bg-color-orange {
  background: #f3e0e2;
}

/* line 753, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 40px;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  /* line 753, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

/* line 766, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  align-self: flex-start;
  margin-top: 140px;
  width: 40px;
  flex-shrink: 0;
}

@media screen and (max-width: 1080px) {
  /* line 766, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group {
    margin-top: calc(4em + 15px + 8.5vw - 34px);
  }
}

@media screen and (max-width: 768px) {
  /* line 766, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group {
    flex-direction: row;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    gap: 60px;
    height: auto;
  }
}

/* line 787, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group .arrow_next, [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group .arrow_back {
  width: 40px;
  height: 4px;
  background: #B22234;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 787, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group .arrow_next, [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group .arrow_back {
    width: 4px;
    height: 40px;
  }
}

/* line 793, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group .arrow_next::after, [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group .arrow_back::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 4px solid #B22234;
  border-right: 4px solid #B22234;
}

/* line 802, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group .arrow_next::after {
  right: 0;
  top: -5px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  /* line 802, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group .arrow_next::after {
    right: auto;
    left: -5px;
    top: auto;
    bottom: 0;
    transform: rotate(135deg);
  }
}

/* line 814, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group .arrow_back::after {
  left: 0;
  top: -5px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
  /* line 814, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_arrow_group .arrow_back::after {
    left: -5px;
    top: 0;
    transform: rotate(-45deg);
  }
}

/* line 826, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list {
  width: calc((100% - 100px) / 3);
  text-align: center;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  /* line 826, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list {
    width: 100%;
    max-width: 400px;
  }
}

/* line 833, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4em;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  /* line 833, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_title {
    margin-bottom: 5px;
  }
}

/* line 840, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_title .biz_common_number {
  margin-right: 10px;
}

/* line 841, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_title h3 {
  font-size: 16px;
  color: #B22234;
  margin: 0;
  text-align: left;
  line-height: 1.4;
}

/* line 850, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 25px;
  background: #F9F9F9;
  border-radius: 1rem;
  overflow: visible;
}

/* line 858, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
}

/* line 865, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_image .cycle_accent {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #B22234;
  color: #fff;
  border-radius: 2rem;
  padding: 4px 16px;
  font-size: 12px;
  font-weight: bold;
  z-index: 5;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0;
}

/* line 883, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_text {
  font-weight: bold;
  margin: 10px 0 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  min-height: 5em;
}

@media screen and (max-width: 1024px) {
  /* line 883, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_text {
    min-height: 6.5em;
  }
}

@media screen and (max-width: 768px) {
  /* line 883, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_text {
    min-height: auto;
  }
}

/* line 894, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_point {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  margin-top: auto;
  background-color: #f7e5e7;
  border-radius: 0.5rem;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  /* line 894, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_point {
    padding: 20px 30px;
    width: fit-content;
    align-self: center;
  }
}

/* line 910, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_point .cycle_point_image {
  flex-shrink: 0;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 916, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_point .cycle_point_image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* line 918, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_point .cycle_point_list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

/* line 923, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_point .cycle_point_list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  line-height: 1.4;
}

/* line 928, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_point .cycle_point_list li:last-child {
  margin-bottom: 0;
}

/* line 929, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_list .cycle_point .cycle_point_list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #B22234;
  font-weight: bold;
}

/* line 941, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_effect {
  padding: 10px 60px;
  background-color: #B22234;
  border-radius: 3rem;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.2px;
  text-align: center;
  margin: 40px auto;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  /* line 941, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_effect {
    font-size: 16px;
    padding: 10px 40px;
  }
}

/* line 957, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after {
  font-weight: bold;
  line-height: 1.3;
  border: 0.5px solid #b9870c;
  border-radius: 1rem;
  padding: 25px 20px;
  display: flex;
  background-color: #f8f3e7;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  /* line 957, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after {
    flex-direction: column;
    text-align: center;
  }
}

/* line 970, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after .cycle_after_title {
  padding-right: 20px;
  font-size: 20px;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  /* line 970, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after .cycle_after_title {
    padding-right: 0;
    padding-bottom: 15px;
    width: 100%;
  }
}

/* line 980, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after ul {
  display: flex;
  gap: 0;
  flex: 1;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  /* line 980, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after ul {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

/* line 991, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li {
  font-size: 12px;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  padding: 0 10px;
}

@media screen and (max-width: 1024px) {
  /* line 991, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li {
    font-size: 14px;
  }
}

/* line 999, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li:not(:last-child) {
  border-right: 1px dashed #b9870c;
}

/* line 1000, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li .cycle_after_content {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* line 1004, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li .cycle_after_content img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  /* line 1013, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li .cycle_after_content {
    width: 220px;
    justify-content: center;
  }
  /* line 1016, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li .cycle_after_content img {
    margin-left: auto;
  }
  /* line 1017, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li .cycle_after_content span {
    flex: 1;
    text-align: left;
  }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  /* line 991, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li {
    width: 50%;
    flex: none;
    border-right: none !important;
    border-bottom: none !important;
    padding: 20px 0;
  }
  /* line 1026, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li:nth-child(odd) {
    border-right: 1px dashed #b9870c !important;
  }
  /* line 1027, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li:nth-child(1), [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li:nth-child(2) {
    border-bottom: 1px dashed #b9870c !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 991, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li {
    width: 100%;
    flex: none;
    border-right: none !important;
    border-bottom: 1px dashed #b9870c !important;
    padding: 15px 0;
  }
  /* line 1035, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle .cycle_after li:last-child {
    border-bottom: none !important;
  }
}

/* line 1043, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_instructors .instructors_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  /* line 1043, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_instructors .instructors_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  /* line 1043, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_instructors .instructors_grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* line 1051, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_instructors .instructor_item {
  text-align: center;
  height: 100%;
}

/* line 1054, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_instructors .instructor_item .instructor_image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  background: #B22234;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  /* line 1054, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_instructors .instructor_item .instructor_image {
    width: 100px;
    height: 100px;
  }
}

/* line 1063, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_instructors .instructor_item .instructor_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1065, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_instructors .instructor_item .instructor_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 1070, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_instructors .instructor_item .instructor_prof {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  text-align: left;
}

/* line 1081, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_faq .faq_container {
  margin-top: 40px;
}

/* line 1082, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_faq .faq_item {
  border-bottom: 1px solid #EEE;
  padding: 24px 0;
}

/* line 1085, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_faq .faq_item .faq_q {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}

/* line 1092, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_faq .faq_item .faq_q::before {
  content: 'Q';
  color: #B22234;
  margin-right: 15px;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  /* line 1085, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_faq .faq_item .faq_q {
    font-size: 16px;
  }
}

/* line 1101, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_faq .faq_item .faq_a {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

/* line 1107, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .section_biz_faq .faq_item .faq_a::before {
  content: 'A';
  color: #333;
  margin-right: 15px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  /* line 1101, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_faq .faq_item .faq_a {
    font-size: 14px;
  }
}

/* line 1124, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .page_outer {
  display: flex;
  gap: 40px;
  margin-top: 0px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  /* line 1124, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .page_outer {
    flex-direction: column;
  }
}

/* line 1134, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .content_section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 800px) {
  /* line 1134, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .content_section {
    padding: 0 20px;
  }
}

/* line 1143, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_curriculum_topic_section {
  flex: 1;
  min-width: 0;
}

/* line 1146, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_curriculum_topic_section h1, [data-scoped-biz_curriculum_topic] .biz_curriculum_topic_section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  /* line 1146, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_curriculum_topic_section h1, [data-scoped-biz_curriculum_topic] .biz_curriculum_topic_section h2 {
    font-size: 24px;
  }
}

/* line 1157, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_curriculum_topic_content > section, [data-scoped-biz_curriculum_topic] .biz_curriculum_topic_content > div {
  margin-top: 80px;
}

@media screen and (max-width: 800px) {
  /* line 1157, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_curriculum_topic_content > section, [data-scoped-biz_curriculum_topic] .biz_curriculum_topic_content > div {
    margin-top: 48px;
  }
}

/* line 1164, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .biz_curriculum_topic_content > section:last-child {
  margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
  /* line 1164, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .biz_curriculum_topic_content > section:last-child {
    margin-bottom: 48px;
  }
}

/* line 1172, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_section {
  background: url(/assets/biz/fv_background-e6c99ccd00735a31b0b1676169dd6973a6afed978a3331812dcf90fd272216fd.webp) left top/100% auto;
  color: white;
  padding: 60px 70px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  /* line 1172, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_title_section {
    background-size: cover;
    padding: 32px 20px;
  }
}

/* line 1183, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_eyebrow {
  color: #B22234;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 0 12px;
}

@media screen and (max-width: 800px) {
  /* line 1183, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_title_eyebrow {
    font-size: 14px;
  }
}

/* line 1193, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_description {
  color: rgba(255, 255, 255, 0.85);
}

/* line 1197, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_checklist {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  margin: 0 0 32px;
  padding: 0;
}

/* line 1207, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_checklist_item {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  /* line 1207, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_title_checklist_item {
    font-size: 12px;
  }
}

/* line 1216, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_checklist_item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #B22234;
  font-weight: bold;
}

/* line 1224, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_subsidy {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 14px 28px;
  margin: 0 0 32px;
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  /* line 1224, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_title_subsidy {
    padding: 12px 20px;
    font-size: 12px;
  }
}

/* line 1238, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_subsidy_price {
  color: #B22234;
  font-size: 20px;
  margin: 0 2px;
}

/* line 1244, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_cta_outer {
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 800px) {
  /* line 1244, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_title_cta_outer {
    flex-direction: column;
    align-items: center;
  }
}

/* line 1254, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_cta_button {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s;
}

@media screen and (max-width: 800px) {
  /* line 1254, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_title_cta_button {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    text-align: center;
  }
}

/* line 1269, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_cta_button:hover {
  opacity: 0.85;
}

/* line 1273, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_cta_button_white {
  background: #fff;
  color: #B22234;
}

/* line 1278, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_title_cta_button_dark {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

/* line 1285, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  background: #fff;
  padding: 28px 20px;
}

@media screen and (max-width: 800px) {
  /* line 1285, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_trust_badges {
    gap: 10px;
    padding: 20px 16px;
  }
}

/* line 1299, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_badge_pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #B22234;
  border-radius: 30px;
  padding: 12px 24px;
  background: #fff;
}

@media screen and (max-width: 800px) {
  /* line 1299, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_trust_badge_pill {
    padding: 10px 16px;
  }
}

/* line 1313, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_badge_star {
  color: #B22234;
}

/* line 1317, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_badge_text {
  color: #B22234;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  /* line 1317, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_trust_badge_text {
    font-size: 12px;
  }
}

/* line 1328, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_badge_note {
  color: #707070;
  font-size: 10px;
  white-space: nowrap;
}

/* line 1334, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_logo_container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #fff;
  padding-bottom: 20px;
}

/* line 1342, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_logo_section {
  display: flex;
  width: max-content;
  animation: fv_trust_logo_slide var(--duration, 40s) linear infinite;
  align-items: center;
}

/* line 1349, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_logo {
  padding: 30px 12px;
  width: 160px;
  flex-shrink: 0;
}

/* line 1354, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_logo img {
  width: 100%;
  height: 50px;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 768px) {
  /* line 1349, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_trust_logo {
    padding: 15px 8px;
    width: 110px;
  }
  /* line 1365, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_trust_logo img {
    height: 36px;
  }
}

/* line 1371, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_logo.fv_trust_logo--wide {
  width: 220px;
}

@media screen and (max-width: 768px) {
  /* line 1371, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_trust_logo.fv_trust_logo--wide {
    width: 150px;
  }
}

/* line 1379, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_logo.fv_trust_logo--square {
  width: 160px;
}

/* line 1382, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_logo.fv_trust_logo--square img {
  height: 110px;
}

@media screen and (max-width: 768px) {
  /* line 1379, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_trust_logo.fv_trust_logo--square {
    width: 120px;
  }
  /* line 1389, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_trust_logo.fv_trust_logo--square img {
    height: 84px;
  }
}

/* line 1395, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_logo.fv_trust_logo--portrait {
  width: 120px;
}

/* line 1398, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_logo.fv_trust_logo--portrait img {
  height: 130px;
}

@media screen and (max-width: 768px) {
  /* line 1395, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_trust_logo.fv_trust_logo--portrait {
    width: 88px;
  }
  /* line 1405, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .fv_trust_logo.fv_trust_logo--portrait img {
    height: 100px;
  }
}

/* line 1411, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .fv_trust_logo_slide {
  display: flex;
  align-items: center;
}

@keyframes fv_trust_logo_slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* line 1421, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .breadcrumb_nav {
  padding: 12px 40px;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 800px) {
  /* line 1421, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .breadcrumb_nav {
    padding: 10px 16px;
  }
}

/* line 1431, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .breadcrumb_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #666;
}

/* line 1442, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .breadcrumb_list li {
  display: flex;
  align-items: center;
}

/* line 1446, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .breadcrumb_list li::after {
  content: "›";
  margin-left: 4px;
  color: #bbb;
}

/* line 1452, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .breadcrumb_list li:last-child::after {
  display: none;
}

/* line 1456, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .breadcrumb_list li a {
  color: #B22234;
  text-decoration: none;
}

/* line 1460, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .breadcrumb_list li a:hover {
  text-decoration: underline;
}

/* line 1465, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .breadcrumb_list li span {
  color: #666;
}

/* line 1471, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .skill_section {
  text-align: center;
}

/* line 1473, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .skill_section h3 {
  font-size: 24px;
  margin: 10px;
  margin-top: 24px;
}

/* line 1478, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .skill_section .skill_groups {
  margin: 24px auto 0;
}

/* line 1481, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .skill_section .skill_box {
  border: 1.5px solid #B22234;
  border-radius: 16px;
  margin: 10px;
  padding: 16px;
  color: #B22234;
}

/* line 1488, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .skill_section .skill_box h4 {
  font-size: inherit;
  font-weight: normal;
  margin: 6px 0;
  line-height: 1.6;
}

/* line 1498, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .recommend_section .recommend_content_inner {
  border: 2px solid #B22234;
  border-radius: 8px;
  padding: 40px;
}

@media screen and (max-width: 800px) {
  /* line 1498, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .recommend_section .recommend_content_inner {
    padding: 24px;
  }
}

/* line 1508, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .recommend_section .markdown_content h3 {
  position: relative;
  padding-left: 44px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #3C3C3C;
}

/* line 1517, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .recommend_section .markdown_content h3:last-child {
  margin-bottom: 0;
}

/* line 1519, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .recommend_section .markdown_content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #B22234;
  border-radius: 4px;
}

/* line 1532, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .recommend_section .markdown_content h3::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 7px;
  height: 14px;
  border-right: 3px solid #B22234;
  border-bottom: 3px solid #B22234;
}

@media screen and (max-width: 800px) {
  /* line 1508, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .recommend_section .markdown_content h3 {
    font-size: 18px;
    padding-left: 36px;
  }
  /* line 1547, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .recommend_section .markdown_content h3::before {
    width: 24px;
    height: 24px;
  }
  /* line 1548, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .recommend_section .markdown_content h3::after {
    left: 8px;
    width: 6px;
    height: 12px;
  }
}

/* line 1555, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_content_inner {
  border: 2px solid #B22234;
  border-radius: 8px;
  padding: 40px;
}

@media screen and (max-width: 800px) {
  /* line 1555, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .whatis_section .whatis_content_inner {
    padding: 24px;
  }
}

/* line 1564, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_intro_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #B22234;
  margin-bottom: 24px;
}

/* line 1572, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_item {
  border-top: 1px dashed #ccc;
  padding: 24px 0;
}

/* line 1577, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_item:first-of-type {
  border-top: none;
  padding-top: 0;
}

/* line 1582, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_item:last-of-type {
  padding-bottom: 0;
}

/* line 1586, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_header {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  list-style: none;
}

/* line 1593, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #B22234;
}

/* line 1601, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_header::-webkit-details-marker {
  display: none;
}

/* line 1605, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_header::before {
  content: "−";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #B22234;
}

/* line 1614, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_item:not([open]) .whatis_accordion_header::before {
  content: "＋";
}

/* line 1618, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_body {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.9;
  color: #3C3C3C;
}

/* line 1625, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_body p {
  margin-bottom: 16px;
}

/* line 1629, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_body p:last-child {
  margin-bottom: 0;
}

/* line 1633, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_body strong {
  color: #B22234;
}

/* line 1637, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_list {
  margin: 0 0 16px;
  padding-left: 20px;
  list-style: disc;
}

/* line 1643, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_list:last-child {
  margin-bottom: 0;
}

/* line 1647, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_list li {
  list-style: disc;
  margin-bottom: 8px;
}

/* line 1652, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_list li:last-child {
  margin-bottom: 0;
}

/* line 1656, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.8;
}

/* line 1663, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_table th {
  border: 1px solid #CACACA;
  padding: 12px 16px;
  text-align: left;
  font-weight: bold;
  background-color: #CACACA;
  color: #000;
}

/* line 1672, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_table td {
  border: 1px solid #CACACA;
  padding: 12px 16px;
  vertical-align: top;
}

/* line 1678, app/assets/stylesheets/components/biz/_shared_sections.scss */
[data-scoped-biz_curriculum_topic] .whatis_section .whatis_table td:first-child {
  width: 200px;
  font-weight: bold;
  background-color: #f8f9fa;
}

@media screen and (max-width: 800px) {
  /* line 1685, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .whatis_section .whatis_intro_text {
    font-size: 14px;
  }
  /* line 1689, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_header {
    padding-left: 24px;
  }
  /* line 1693, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .whatis_section .whatis_accordion_header h3 {
    font-size: 18px;
  }
  /* line 1697, app/assets/stylesheets/components/biz/_shared_sections.scss */
  [data-scoped-biz_curriculum_topic] .whatis_section .whatis_table td:first-child {
    width: 120px;
  }
}

/* line 3, app/assets/stylesheets/components/biz/_flow_section.scss */
[data-scoped-biz_curriculum_topic] .flow_section {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 800px) {
  /* line 3, app/assets/stylesheets/components/biz/_flow_section.scss */
  [data-scoped-biz_curriculum_topic] .flow_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 15, app/assets/stylesheets/components/biz/_flow_section.scss */
[data-scoped-biz_curriculum_topic] .flow_section .flow_steps {
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 48px 56px;
}

@media screen and (max-width: 800px) {
  /* line 15, app/assets/stylesheets/components/biz/_flow_section.scss */
  [data-scoped-biz_curriculum_topic] .flow_section .flow_steps {
    padding: 32px 20px;
  }
}

/* line 25, app/assets/stylesheets/components/biz/_flow_section.scss */
[data-scoped-biz_curriculum_topic] .flow_step {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 800px) {
  /* line 25, app/assets/stylesheets/components/biz/_flow_section.scss */
  [data-scoped-biz_curriculum_topic] .flow_step {
    gap: 20px;
  }
}

/* line 34, app/assets/stylesheets/components/biz/_flow_section.scss */
[data-scoped-biz_curriculum_topic] .flow_step .step_icon_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

/* line 41, app/assets/stylesheets/components/biz/_flow_section.scss */
[data-scoped-biz_curriculum_topic] .flow_step .step_icon_col .step_icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

@media screen and (max-width: 800px) {
  /* line 41, app/assets/stylesheets/components/biz/_flow_section.scss */
  [data-scoped-biz_curriculum_topic] .flow_step .step_icon_col .step_icon {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
}

/* line 59, app/assets/stylesheets/components/biz/_flow_section.scss */
[data-scoped-biz_curriculum_topic] .flow_step .step_icon_col .step_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 65, app/assets/stylesheets/components/biz/_flow_section.scss */
[data-scoped-biz_curriculum_topic] .flow_step .step_icon_col .step_line {
  flex: 1;
  width: 0;
  border-left: 2px dashed #B22234;
  min-height: 32px;
  margin: 8px 0;
}

/* line 73, app/assets/stylesheets/components/biz/_flow_section.scss */
[data-scoped-biz_curriculum_topic] .flow_step .step_body {
  padding-bottom: 40px;
  padding-top: 12px;
}

@media screen and (max-width: 800px) {
  /* line 73, app/assets/stylesheets/components/biz/_flow_section.scss */
  [data-scoped-biz_curriculum_topic] .flow_step .step_body {
    padding-bottom: 28px;
    padding-top: 8px;
  }
}

/* line 83, app/assets/stylesheets/components/biz/_flow_section.scss */
[data-scoped-biz_curriculum_topic] .flow_step .step_body .step_label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

@media screen and (max-width: 800px) {
  /* line 83, app/assets/stylesheets/components/biz/_flow_section.scss */
  [data-scoped-biz_curriculum_topic] .flow_step .step_body .step_label {
    font-size: 16px;
  }
}

/* line 94, app/assets/stylesheets/components/biz/_flow_section.scss */
[data-scoped-biz_curriculum_topic] .flow_step .step_body .step_label .step_num {
  color: #B22234;
  margin-right: 12px;
}

/* line 99, app/assets/stylesheets/components/biz/_flow_section.scss */
[data-scoped-biz_curriculum_topic] .flow_step .step_body .step_desc {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin: 0;
}

@media screen and (max-width: 800px) {
  /* line 99, app/assets/stylesheets/components/biz/_flow_section.scss */
  [data-scoped-biz_curriculum_topic] .flow_step .step_body .step_desc {
    font-size: 14px;
  }
}

/* line 110, app/assets/stylesheets/components/biz/_flow_section.scss */
[data-scoped-biz_curriculum_topic] .flow_step:last-child .step_body {
  padding-bottom: 0;
}

/* line 3, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features {
  max-width: 1080px;
  margin: 60px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  /* line 3, app/assets/stylesheets/components/biz/_features.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_features {
    margin-top: 40px;
  }
}

/* line 12, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .section_subtitle {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-top: 12px;
  font-weight: normal;
}

/* line 20, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .biz_common_features_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}

@media screen and (min-width: 640px) {
  /* line 20, app/assets/stylesheets/components/biz/_features.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_features .biz_common_features_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 960px) {
  /* line 20, app/assets/stylesheets/components/biz/_features.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_features .biz_common_features_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

/* line 36, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .biz_common_feature_item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

/* line 47, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .biz_common_feature_item:hover {
  transform: translateY(-4px);
  border-color: rgba(178, 34, 52, 0.25);
  box-shadow: 0 10px 25px rgba(178, 34, 52, 0.05);
}

/* line 53, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .feature_header {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  gap: 12px;
  width: 100%;
}

/* line 61, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .feature_icon_box {
  width: 36px;
  height: 36px;
  background-color: rgba(178, 34, 52, 0.06);
  color: #B22234;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 72, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .feature_icon_box svg {
  width: 18px;
  height: 18px;
}

/* line 78, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .feature_title {
  font-size: 16px;
  font-weight: bold;
  color: #1e293b;
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  /* line 78, app/assets/stylesheets/components/biz/_features.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_features .feature_title {
    font-size: 18px;
  }
}

/* line 89, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .feature_text {
  font-size: 14px;
  color: #64748b;
  line-height: 1.65;
  padding-left: 48px;
}

@media screen and (max-width: 580px) {
  /* line 89, app/assets/stylesheets/components/biz/_features.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_features .feature_text {
    padding-left: 0;
  }
}

/* line 100, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .cost_comparison {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 70px;
}

@media screen and (max-width: 800px) {
  /* line 100, app/assets/stylesheets/components/biz/_features.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_features .cost_comparison {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

/* line 113, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .cost_box {
  flex: 1;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
}

@media screen and (max-width: 800px) {
  /* line 113, app/assets/stylesheets/components/biz/_features.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_features .cost_box {
    width: 100%;
  }
}

/* line 126, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .cost_box .box_title {
  font-size: 18px;
  font-weight: bold;
  color: #475569;
  margin-bottom: 24px;
}

/* line 133, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .cost_box .box_content {
  text-align: left;
}

/* line 136, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .cost_box .box_content ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 14px;
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
  list-style: none;
}

/* line 146, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .cost_box .box_content ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 12px;
  height: 12px;
  background-color: #94a3b8;
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}

/* line 159, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .cost_box.highlight {
  background: #ffffff;
  border: 2px solid #B22234;
  box-shadow: 0 12px 30px rgba(178, 34, 52, 0.08);
  position: relative;
}

/* line 166, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .cost_box.highlight::before {
  content: 'コスト削減・成果最大化なら';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #B22234;
  color: #ffffff;
  padding: 4px 20px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 10px rgba(178, 34, 52, 0.25);
}

/* line 183, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .cost_box.highlight .box_title {
  color: #B22234;
}

/* line 187, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .cost_box.highlight .box_content ul li {
  color: #1e293b;
  font-weight: 500;
}

/* line 192, app/assets/stylesheets/components/biz/_features.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features .cost_box.highlight .box_content ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 6px;
  height: 11px;
  border-right: 2.5px solid #B22234;
  border-bottom: 2.5px solid #B22234;
  transform: rotate(45deg);
  background: none;
  clip-path: none;
}

/* line 3, app/assets/stylesheets/components/biz/_floating_cta.scss */
[data-scoped-biz_curriculum_topic] .biz_float_cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 95;
  display: flex;
  gap: 10px;
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  padding: 10px 12px;
  box-shadow: 0 12px 34px rgba(20, 20, 30, 0.18);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* line 23, app/assets/stylesheets/components/biz/_floating_cta.scss */
[data-scoped-biz_curriculum_topic] .biz_float_cta.biz_float_show {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

/* line 29, app/assets/stylesheets/components/biz/_floating_cta.scss */
[data-scoped-biz_curriculum_topic] .biz_float_cta_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  font-size: 16px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.2s, color 0.2s, border-color 0.2s;
}

/* line 45, app/assets/stylesheets/components/biz/_floating_cta.scss */
[data-scoped-biz_curriculum_topic] .biz_float_cta_btn_primary {
  background: #B22234;
  color: #fff;
  box-shadow: 0 10px 22px rgba(178, 34, 52, 0.32);
}

/* line 51, app/assets/stylesheets/components/biz/_floating_cta.scss */
[data-scoped-biz_curriculum_topic] .biz_float_cta_btn_primary:hover {
  background: #901b2a;
}

/* line 55, app/assets/stylesheets/components/biz/_floating_cta.scss */
[data-scoped-biz_curriculum_topic] .biz_float_cta_btn_ghost {
  background: #fff;
  color: #1a1a1a;
  border-color: #dedee4;
}

/* line 61, app/assets/stylesheets/components/biz/_floating_cta.scss */
[data-scoped-biz_curriculum_topic] .biz_float_cta_btn_ghost:hover {
  border-color: #B22234;
  color: #B22234;
}

/* line 66, app/assets/stylesheets/components/biz/_floating_cta.scss */
[data-scoped-biz_curriculum_topic] .biz_float_cta_arw {
  width: 14px;
  height: 14px;
  flex: none;
  transition: transform 0.2s ease;
}

/* line 73, app/assets/stylesheets/components/biz/_floating_cta.scss */
[data-scoped-biz_curriculum_topic] .biz_float_cta_btn:hover .biz_float_cta_arw {
  transform: translateX(3px);
}

/* line 77, app/assets/stylesheets/components/biz/_floating_cta.scss */
[data-scoped-biz_curriculum_topic] .biz_mcta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 95;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid #e5e5e5;
  padding: 10px 14px;
  gap: 10px;
}

/* line 91, app/assets/stylesheets/components/biz/_floating_cta.scss */
[data-scoped-biz_curriculum_topic] .biz_mcta .biz_float_cta_btn {
  flex: 1;
  padding: 14px 12px;
  font-size: 16px;
}

@media screen and (max-width: 860px) {
  /* line 11, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] {
    padding-bottom: 74px;
  }
  /* line 98, app/assets/stylesheets/components/biz/_floating_cta.scss */
  [data-scoped-biz_curriculum_topic] .biz_mcta {
    display: flex;
  }
  /* line 102, app/assets/stylesheets/components/biz/_floating_cta.scss */
  [data-scoped-biz_curriculum_topic] .biz_float_cta {
    display: none;
  }
}

/* line 20, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .page_outer {
  margin-bottom: 0;
}

/* line 24, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .biz_curriculum_topic_content > section:last-child {
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_features {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  /* line 30, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_features {
    margin-top: 48px;
  }
}

/* line 43, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .wrapper {
  width: 100%;
  max-width: max-content;
}

/* line 49, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .lecture_section h2 {
  font-size: 26px;
  font-weight: bold;
  color: #B22234;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  /* line 49, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .lecture_section h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}

/* line 62, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .lecture_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #CACACA;
  font-size: 14px;
  line-height: 1.8;
}

/* line 69, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .lecture_table th, [data-scoped-biz_curriculum_topic] .lecture_table td {
  border: 1px solid #CACACA;
  padding: 16px 20px;
  vertical-align: top;
  text-align: left;
}

/* line 76, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .lecture_table th {
  background-color: #CACACA;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
}

/* line 83, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .lecture_table ol, [data-scoped-biz_curriculum_topic] .lecture_table ul {
  margin: 0;
  padding-left: 20px;
}

/* line 87, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .lecture_table ol li, [data-scoped-biz_curriculum_topic] .lecture_table ul li {
  margin-bottom: 8px;
  line-height: 1.8;
}

/* line 91, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .lecture_table ol li:last-child, [data-scoped-biz_curriculum_topic] .lecture_table ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  /* line 62, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .lecture_table {
    border: none;
  }
  /* line 100, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .lecture_table thead {
    display: none;
  }
  /* line 104, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .lecture_table tbody, [data-scoped-biz_curriculum_topic] .lecture_table tr, [data-scoped-biz_curriculum_topic] .lecture_table td {
    display: block;
    width: 100%;
  }
  /* line 109, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .lecture_table tr {
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #CACACA;
  }
  /* line 115, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .lecture_table tr:last-child {
    margin-bottom: 0;
  }
  /* line 120, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .lecture_table td {
    border: none;
    border-bottom: 1px solid #CACACA;
    padding: 12px 14px;
  }
  /* line 125, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .lecture_table td:last-child {
    border-bottom: none;
  }
  /* line 129, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .lecture_table td::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    background-color: #CACACA;
    margin: -12px -14px 10px;
    padding: 4px 14px;
  }
}

/* line 143, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .cta_section {
  background: linear-gradient(135deg, #B22234 0%, #8a1a2b 100%);
  padding: 56px 40px;
  text-align: center;
  border-radius: 16px;
}

@media screen and (max-width: 800px) {
  /* line 143, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .cta_section {
    padding: 40px 20px;
  }
}

/* line 153, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .cta_section .cta_title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}

@media screen and (max-width: 800px) {
  /* line 153, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .cta_section .cta_title {
    font-size: 20px;
  }
}

/* line 164, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .cta_section .cta_subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
  line-height: 1.7;
}

@media screen and (max-width: 800px) {
  /* line 164, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .cta_section .cta_subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

/* line 176, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .cta_section .biz_common_cta_outer {
  justify-content: center;
}

/* line 181, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .sidebar {
  width: 340px;
}

@media screen and (max-width: 1000px) {
  /* line 181, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .sidebar {
    width: 100%;
  }
}

/* line 189, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .bg_strong {
  background: linear-gradient(to right, #FF6678, #FFA136);
  border-radius: 16px;
  padding: 32px;
  color: #fff;
}

/* line 194, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .bg_strong .strong {
  font-weight: bold;
}

/* line 195, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .bg_strong h3 {
  font-weight: bold;
  margin: 10px 0;
}

/* line 198, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .btn {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

/* line 206, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .btn.btn-white {
  background: #fff;
  color: #FF6678;
  border: 2px solid #FF6678;
}

/* line 211, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .btn.btn-primary {
  background: linear-gradient(to right, #FF6678, #FFA136);
  color: #fff;
}

/* line 217, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .btn-outer span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #FF6678;
  font-weight: bold;
  margin-bottom: 8px;
}

/* line 226, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .btn-wrap {
  position: relative;
}

/* line 228, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .btn-wrap .btn-badge {
  position: absolute;
  top: -12px;
  right: -10px;
  background: #FF0000;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 20px;
}

/* line 240, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_faq {
  max-width: 900px;
  margin: 80px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  /* line 240, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_faq {
    margin-top: 48px;
    padding: 0 16px;
  }
}

/* line 251, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_cycle {
  max-width: 1280px;
  margin: 80px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  /* line 251, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_cycle {
    margin-top: 48px;
    padding: 0 16px;
  }
}

/* line 262, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_results {
  max-width: 1080px;
  margin: 80px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  /* line 262, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_results {
    margin-top: 48px;
    padding: 0 16px;
  }
}

/* line 272, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_results .results_lead {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-top: 16px;
  text-align: center;
}

/* line 280, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_results .results_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 48px;
}

@media screen and (min-width: 640px) {
  /* line 280, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_results .results_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 291, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_results .result_card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

/* line 299, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_results .result_card_header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

/* line 306, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_results .result_icon_box {
  width: 36px;
  height: 36px;
  background-color: rgba(178, 34, 52, 0.08);
  color: #B22234;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 317, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_results .result_icon_box svg {
  width: 18px;
  height: 18px;
}

/* line 323, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_results .result_title {
  font-size: 16px;
  font-weight: bold;
  color: #1e293b;
  line-height: 1.4;
}

/* line 330, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_results .result_text {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
}

/* line 337, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_style {
  max-width: 900px;
  margin: 80px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  /* line 337, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_style {
    margin-top: 48px;
    padding: 0 16px;
  }
}

/* line 347, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_style .style_list {
  margin-top: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}

/* line 354, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_style .style_row {
  display: flex;
  border-bottom: 1px solid #e2e8f0;
}

@media screen and (max-width: 600px) {
  /* line 354, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_style .style_row {
    flex-direction: column;
  }
}

/* line 363, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_style .style_row:last-child {
  border-bottom: none;
}

/* line 367, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_style .style_label {
  width: 200px;
  min-width: 200px;
  background: #f8f9fa;
  padding: 28px 24px;
  font-size: 14px;
  font-weight: bold;
  color: #1e293b;
  display: flex;
  align-items: center;
  border-right: 1px solid #e2e8f0;
  margin: 0;
}

@media screen and (max-width: 600px) {
  /* line 367, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_style .style_label {
    width: 100%;
    min-width: unset;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 20px;
  }
}

/* line 389, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_style .style_desc {
  flex: 1;
  padding: 28px 32px;
  font-size: 14px;
  color: #475569;
  line-height: 1.8;
  margin: 0;
}

@media screen and (max-width: 600px) {
  /* line 389, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_style .style_desc {
    padding: 16px 20px;
  }
}

/* line 403, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_related {
  max-width: 1080px;
  margin: 80px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  /* line 403, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_related {
    margin-top: 48px;
    padding: 0 16px;
  }
}

/* line 413, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_related .related_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}

@media screen and (min-width: 640px) and (max-width: 899px) {
  /* line 413, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_related .related_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 900px) {
  /* line 413, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_related .related_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 428, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_related .related_card {
  display: block;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

@media screen and (max-width: 768px) {
  /* line 428, app/assets/stylesheets/biz_curriculum_topic.scss */
  [data-scoped-biz_curriculum_topic] .section_biz_related .related_card {
    padding: 20px 18px;
  }
}

/* line 442, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_related .related_card:hover {
  box-shadow: 0 4px 20px rgba(178, 34, 52, 0.1);
  transform: translateY(-2px);
}

/* line 447, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_related .related_card_title {
  font-size: 16px;
  font-weight: bold;
  color: #1e293b;
  line-height: 1.5;
  margin: 0 0 10px;
}

/* line 455, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_related .related_card_desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 466, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_related .related_back {
  text-align: center;
  margin-top: 32px;
}

/* line 471, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_related .related_back_link {
  color: #B22234;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

/* line 478, app/assets/stylesheets/biz_curriculum_topic.scss */
[data-scoped-biz_curriculum_topic] .section_biz_related .related_back_link:hover {
  text-decoration: underline;
}
