.cb {
}


/* mv-form
============================ */

.mv_form {
  display: none;
  float: none;
  width: 100%;
}

.mv_form__header {
  background: linear-gradient(135deg, #0a499d 0%, #1565c0 100%);
  padding: 1.2rem 1rem;
  text-align: center;
}

.mv_form__title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.mv_form__subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  line-height: 1.5;
}


/* cb-header
============================ */
.cb-header {

}

.cb-header__cta-wrap {
  background-color: #e95244;
  padding: 20.8px 11.2px;
  padding: 1.3rem 0.7rem;
}

.cb-header__cta-wrap:nth-last-of-type(2) {
  background-color: #2f00ff;
  margin-right: 0.2rem;
  padding: 1.4rem;
}

.cb-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cb-header__logo {
  width: 35%;
  padding: 12.8px 8px;
  padding: 0.8rem 0.8rem;
  max-width: 180px;
}

.cb-header__logo img {
}

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

.cb-header__cta:hover {
  opacity: 0.9;
  cursor: pointer;
}

.cb-header__cta a {}

.cb-header__cta-txt {
  font-size: min(3.4vw, 16px);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  white-space: nowrap;
  color: white;
}

.cb-header__cta-wrap:nth-last-of-type(2) .cb-header__cta-txt {
  color: #ffffff;
}
.cb-header__sp {}

.cb-header__pc {
  display: none;
}

/* cb-fv
============================ */
.cb-main {
}

.cb-fv {
}

.cb-fv__main {
  position: relative;
}

.cb-fv__main img {
}

.cb-fv__cta-wrap {
  width: 90%;
  margin: auto;
  margin-top: 2rem;
}

.cb-cta-moji {
  margin: auto;
  margin-top: 20.8px;
  margin-top: 1.3rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  width: 90%;
  max-width: 500px;
}

.sp {
}

.cb-fv__cta {
}

.cb-cta {
  max-width: 550px;
  margin: auto;
  margin-bottom: 6.4px;
  margin-bottom: 0.4rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 18%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 18%);
  border-radius: 80px;
  border-radius: 5rem;
}

.cb-cta:hover {
  cursor: pointer;
  opacity: 0.9;
  border-radius: 96px;
  border-radius: 6rem;
}

.cb-fv__cta a {
}

.cb-fv__cta a img {
}

/* FVロゴスライダー
============================ */
.cb-fv__logo {
  position: absolute;
  bottom: 5.5rem;
  left: 0;
  width: 100%;
}

.scroll-pic {
  display: flex;
  width: 2000px;
}

.cb-fv__logo-wrap {
  display: flex;
}

.cb-fv__logo-item {
  min-width: 100px;
  width: 100px;
  background-color: white;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
}

.cb-fv__logo-item img {
  width: 100%;
  height: auto;
  display: block;
}

.cb-fv__logo-2 {
}

.cb-fv__logo > div:first-child {
  animation: scroll-logo-loop 40s -20s linear infinite;
}

.cb-fv__logo > div:last-child {
  animation: scroll-logo-loop2 40s linear infinite;
}

@keyframes scroll-logo-loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-logo-loop2 {
  0% {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-200%);
  }
}

.cb-fv__logo-2 > div:first-child {
  animation: scroll-logo-loop-1 40s -20s linear infinite;
}

.cb-fv__logo-2 > div:last-child {
  animation: scroll-logo-loop2-1 40s linear infinite;
}

@keyframes scroll-logo-loop-1 {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes scroll-logo-loop2-1 {
  0% {
    transform: translateX(-200%);
  }

  to {
    transform: translateX(0%);
  }
}

/* cb-prob
============================ */

.ttl-eigo {
    text-align: center;
    color: blue;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1.7rem;
}

.cb-prob {
  padding: 0rem 0 1rem;
  margin-top: 0;
  padding-top: 0;
}

/* SP表示でのcb-probの上の余白を調整 */
@media only screen and (max-width: 767px) {
  .cb-prob {
  }
}
.cb-prob__inner {
  width: 90%;
  margin: auto;
  max-width: 570px;
}
.cb-prob__inner h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #212121;
  text-align: center;
  margin-bottom: 27.2px;
  margin-bottom: 0.7rem;
  font-weight: 600;
  position: relative;
}

.cb-prob__inner h2 em {
  color: #000000;
  font-weight: 600;
}

.cb-prob__cont {
}

.cb-prob__item {
  background-color: #f7f7f7;
  position: relative;
  border-radius: 4.8px;
  border-radius: 0.3rem;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 11.2px;
  margin-bottom: 4rem;
  padding: 19.2px 16px;
  padding: 1.2rem 1rem 6rem;
  text-align: center;
  line-height: 1.6;
}
.cb-prob__item-txt {
  font-size: 16px;
  font-size: 1.15rem;
}
.cb-prob__item-txt em {
  font-size: 1.05em;
  font-weight: 600;
}
.cb-prob__item-e {
  width: 150px;
  max-width: 150px;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.cb-prob__item-e img {
  width: 100%;
  height: auto;
  display: block;
}

.cb-prob__item h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: blue;
    margin-bottom: 0.7rem;
}


/* cb-sol
============================ */

.cb-sol {
  padding: 0px 0 36.8px;
  padding: 0rem 0 2rem;
}
.cb-sol__inner {
  width: 90%;
  margin: auto;
  max-width: 570px;
}
.cb-sol__ttl {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  color: black;
  line-height: 1.3;
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 2rem;
}

.cb-sol__ttl:before {
  content: "";
  background-image: url(../../../img/cbr-ai02/sankaku-bg-sp.png);
  background-size: 100% 100%;
  top: 0%;
  left: 0;
  position: absolute;
  height: 85%;
  width: 60%;
  top: 0%;
  left: 0;
  transform: translate(35%, 23%);
  z-index: -1;
}

.cb-sol__ttl b {
  color: #0200FB;
  font-weight: 600;
}
.cb-sol__cont {
  position: relative;
  z-index: 0;
}
.cb-sol__item {
  border: 3px solid #0200FB;
  border: 0.1875rem solid #0200FB;
  border-radius: 4.8px;
  border-radius: 0.7rem;
  background-color: white;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.cb-sol__item-head {
  background-color: #0200FB;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  padding: 20.8px 8px;
  padding: 1.3rem 0.5rem;
  text-align: center;
  color: white;
}
.cb-sol__item-body {
  font-size: 25px;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  padding: 32px 32px;
  padding: 2rem 2rem;
  line-height: 1.6;
}
.cb-sol__item-body b {
  font-weight: 600;
  position: relative;
  color: #0200fb;
  font-size: 1.6rem;
}
.cb-sol__item-body em {
  font-size: 0.6em;
}
.cb-sol__item small {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: absolute;
  bottom: -10%;
  left: 0;
}

.cb-sol__ltxt {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.cb-sol__ltxt-1 {
    display: flex;
    justify-content: center;
}
.cb-sol__ltxt-e {
    width: 37%;
}
.cb-sol__ltxt-e img {}
.cb-sol__ltxt-2 {
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 0.7rem;
    line-height: 0.9;
    margin-bottom: 1rem;
}

.cb-sol__proof {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.cb-sol__proof picture {
  display: block;
  width: 100%;
}

.cb-sol__proof img {
  width: 100%;
  height: auto;
  display: block;
}

/* cb-riyu
============================ */

.cb-riyu {
  padding: 36.8px 0 22.4px;
  padding: 1.5rem 0 1.4rem;
  background-color: #f8f8f8;
}
.cb-riyu__inner {
  width: 90%;
  margin: auto;
  max-width: 570px;
}

.cb-riyu__inner h2 {
  position: relative;
  font-size: 26px;
  font-size: 1.625rem;
  color: #212121;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 48px;
  margin-bottom: 0.7rem;
  font-weight: 600;
}

.cb-riyu__inner h2 em {
  color: #0200FB;
  font-weight: 600;
}
.cb-riyu__cont {}
.cb-riyu__item {margin-bottom: -1rem;position: relative;}
.cb-riyu__item-box {
  display: flex;
  align-items: center;
}
.cb-riyu__head-no {
  color: #004db4;
  font-size: 84px;
  font-size: 5.25rem;
  font-weight: 600;
  margin-right: 16px;
  margin-right: 1rem;
}
.cb-riyu__item-box h3 {
  color: #004db4;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.cb-riyu__item-body {width: 53%;margin: auto;margin-top: -29%;margin-bottom: 2.4rem;}
.cb-riyu__item-body-e {
}
.cb-riyu__item-body-e img {
}
.cb-riyu__item-body p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.cb-riyu__item-body p b {
  font-weight: 700;
}
.cb-riyu__item-body p em {
  font-size: 12px;
  font-size: 0.75rem;
}
.cb-riyu__item small {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin-top: -2.5%;
  display: block;
}
.cb-riyu__item-body-e-3 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.cb-riyu__box {
    background-color: #ffffffe3;
    padding: 1.8rem 1.3rem 8rem;
    border-radius: 1rem;
    border: 5px white solid;
    box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
}
.cb-riyu__box h3 b {
    color: #0200fb;
    font-weight: 600;
}
.cb-riyu__box p {
    font-size: 1rem;
}
.cb-riyu__box p b {
    font-weight: 700;
}

.cb-riyu__box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position:relative;
    margin-bottom: 2.4rem;
}  
.cb-riyu__box h3:before {
  content: "";
  display: block;
  width: 48px;
  width: 2.7rem;
  height: 2px;
  height: 0.125rem;
  background-color: #0200FB;
  position: absolute;
  bottom: -28%;
  left: 7%;
  transform: translate(-50%, -50%);
}

/* cb-mock
============================ */

.cb-mock {
  padding: 36.8px 0 22.4px;
  padding: 2.3rem 0 2rem;
}
.cb-mock__inner {
  width: 90%;
  margin: auto;
  max-width: 570px;
}
.cb-mock__ttl {
  font-size: 26px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 14.4px;
  margin-bottom: 1rem;
}
.cb-mock__ttl em {
  font-weight: 600;
  color: #0200FB;
  position: relative;
}
.cb-mock__ttl em:before {
  content: "";
  display: block;
  background-color: #fff371;
  width: 100%;
  height: 16px;
  height: 1rem;
  position: absolute;
  top: 21px;
  top: 1.3125rem;
  left: 0;
  z-index: -1;
}

.cb-mock__txt {
  max-width: 500px;
  margin: auto;
}
.cb-mock__txt img {
}
.cb-mock__cont {
}
.cb-mock__img {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.cb-mock__img img {
}
.cb-mock__item {
  background-color: #1255ce;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.cb-mock__item h3 {
  text-align: center;
  color: white;
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
}

.cb-mock__item-list {
  display: flex;
  margin-right: 20.8px;
  margin-right: 1.3rem;
  justify-content: center;
}
.cb-mock__item-list ul {
}

.cb-mock__item-list ul:nth-of-type(2) {
  margin-left: 56px;
  margin-left: 3.5rem;
}

.cb-mock__item-list ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  color: white;
  line-height: 2.4;
  list-style: disc;
  position: relative;
}

.cb-mock__item-list ul li:before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 156%;
  height: 0.3px;
  height: 0.01875rem;
  position: absolute;
  bottom: 0;
  left: -23px;
  left: -1.4375rem;
}

.cb-mock__item-list ul li:nth-last-of-type(4)::before {
  display: none;
}
.cb-mock__cta {
}
.cb-cta {
  max-width: 520px;
}
.cb-mock__cta a {
}
.cb-mock__cta a img {
}

/* cb-plan
============================ */
.cb-plan {
  padding: 2rem 0 2rem;
}
.cb-plan__inner {
  width: 90%;
  margin: auto;
  max-width: 570px;
}
.cb-plan__inner h2 {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 0.6rem;
}

.cb-plan__cont {
}

.cb-plan__item {
  border: 3px solid #0200FB;
  border: 0.1875rem solid #002A62;
  border-radius: 4.8px;
  border-radius: 0.3rem;
  background-color: white;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.cb-plan__item h3 {
  background-color: #002453;
  font-size: 25px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  padding: 0.6rem 0.5rem;
  text-align: center;
  color: white;
}

.cb-plan__item-kakaku {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  color: black;
}

.cb-plan__item-kakaku em {
  font-size: 2em;
  font-weight: 700;
}

.cb-plan__item-kakaku b {
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.6rem;
}

.cb-plan__item-jikan {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  color: #002453;
}

  .cb-plan__item-jikan b{
  font-size: 2rem;
  font-weight: bold;
}


.cb-plan__item p {
margin: 0.8rem;
      padding: 1rem;
      background-color: #f8f8f8;
      line-height: 1.4;
}

.cb-plan__item-cta-txt {
position: relative;
text-align: center;
font-size: 1.7rem;
z-index: 0;
margin-top: 2rem;
margin-bottom: 2rem;
font-weight: 500;
letter-spacing: 0.1em;
}

.cb-plan__item-cta-txt:before {
  content: "";
  display: block;
  background-color: #fff371;
  width: 83%;
  height: 1rem;
  position: absolute;
  top: 1.8rem;
  left: 2rem;
  z-index: -1;
}

.cb-plan__cont .cb-plan__item:nth-child(1) {
  color: #333;
  border: 0.1875rem solid #05a6ff;
}

.cb-plan__cont .cb-plan__item:nth-child(1) h3 {
  background-color: #05a6ff;
}

.cb-plan__cont .cb-plan__item:nth-child(1) .cb-plan__item-jikan {
 color: #05a6ff;
}

.cb-plan__cont .cb-plan__item:nth-child(3) {
 border: 0.1875rem solid #0200FB;
}

.cb-plan__cont .cb-plan__item:nth-child(3) h3 {background-color: #053ede;}

.cb-plan__cont .cb-plan__item:nth-child(3) .cb-plan__item-jikan {
 color: #053ede;
}

/* MINIMUM プラン（2番目） */
.cb-plan__cont .cb-plan__item:nth-child(2) {
  border: 0.1875rem solid #2072DF; /* オレンジの枠線 */
}

.cb-plan__cont .cb-plan__item:nth-child(2) h3 {
  background-color: #0062ff; /* ヘッダー背景もオレンジ */
  color: #fff; /* ヘッダー文字色 */
}

.cb-plan__cont .cb-plan__item:nth-child(2) .cb-plan__item-jikan {
  color: #0062ff; /* 時間部分の文字色 */
}  

/* cb-case
============================ */

.cb-case {
  padding: 36.8px 0 22.4px;
  padding: 1.3rem 0 1.4rem;
  background-color: #f8f8f8;
}
.cb-case__inner {
  width: 90%;
  margin: auto;
  max-width: 570px;
}

.cb-case__inner h2 {
  position: relative;
  font-size: 26px;
  font-size: 1.625rem;
  color: #212121;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.cb-case_item {
    position: relative;
}
.cb-case_item_head {padding-right: 2.9rem;}
.cb-case_item_head h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-align: justify;
}
.cb-case_item_head-e {
    position: absolute;
    top: -5%;
    right: -7%;
    width: 15%;
    z-index: 1;
}
.cb-case_item_head-e img {
    width: 100%;
    height: auto;
}
.cb-case_item_head-cont {
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    flex-wrap: wrap;
    padding-left: 1rem;
}
.cb-case_item_head-cont-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
}
.cb-case_naiyo-ttl {
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    background-color: #B3E5FC;
    border-radius: 0.3rem;
    padding: 0.3rem 0.6rem;
    display: inline-block;
    position: relative;
    padding-left: 1.2rem;
}
.cb-case_naiyo-ttl:before {
    content: "";
    position: absolute;
    left: -0.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 1.8rem;
    background-image: url(../../../img/cbr-la05/case_icon_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.cb-case_item_head-cont-wrap:nth-child(2) .cb-case_naiyo-ttl:before {
    background-image: url(../../../img/cbr-la05/case_icon_2.png);
}
.cb-case_item_head-cont-wrap:nth-child(3) .cb-case_naiyo-ttl:before {
    background-image: url(../../../img/cbr-la05/case_icon_3.png);
}
.cb-case_item_head-cont-wrap p {
    font-size: 0.8rem;
    color: #000;
    margin: 0;
    padding-right: 0.2rem;
}
.cb-case_item_head-icon {
    width: 18%;
    padding-right: 1rem;
}
.cb-case_item_head-icon img {}
.cb-case_item_head-txt {
    font-size: min(3.9vw,19px);
    line-height: 1.7;
}
.cb-case_item_head-txt em {
    font-size: 1.3em;
    font-weight: 600;
}
.cb-case_item_head-txt b {
    font-weight: 600;
}
.cb-case_item_body-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}
.cb-case_item_body {margin-bottom: 1rem;}
.cb-case_item_body h4 {
    text-align: center;
    background: #000000;
    color: white;
    padding: 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 600;
}
.cb-case_item_body p {
    padding: 1.1rem;
    background: #f3f3f3;
}
.cb-case_item_body p b {
    font-weight: 700;
}

.cb-case_item .cb-case_item_body:nth-of-type(2) h4 {
  background: #05a6ff;color: white;
}

.cb-case_item .cb-case_item_body:nth-of-type(2) p {
  background: #F5FCFF;
  color: #000000;
}
  
.cb-case_item .cb-case_item_body:nth-of-type(2) p b {color: #000000;}
  

  .cb-case_item .cb-case_item_body:nth-of-type(3) h4 {
    background: #063ddb
  }

  .cb-case_item .cb-case_item_body:nth-of-type(3) p {
  background: #ffffff;
  color: #000000;
}

.cb-case_item .cb-case_item_body:nth-of-type(3) p b {
  color: #e95244;
}

    .cb-case_item .cb-case_item_body:nth-of-type(3) {border: 2px solid #063ddb;}

/* cb-flow
============================ */
.cb-flow {
  background-color: #f8f8f8;
  padding: 36.8px 0 22.4px;
  padding: 2rem 0 1rem;
}

.cb-flow__inner {
  max-width: 500px;
  width: 90%;
  margin: auto;
}

.cb-flow__inner h2 {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 0.8rem;
}


.cb-flow__head-txt {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 3rem;
  margin-top: 1rem;
  line-height: 1.6;
}

.cb-flow__cont {
  position: relative;
}

.cb-flow-line {
  content: "";
  display: block;
  width: 8px;
  width: 1.1px;
  height: 560px;
  height: 35rem;
  background-color: #0200fb;
  position: absolute;
  top: 18rem;
  left: 1.3rem;
  transform: translate(-50%, -50%);
}

.cb-flow__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.cb-flow__no {
        font-size: min(7vw,22px);
        font-weight: 600;
        color: white;
        background-color: #0200fb;
        padding-top: 0.4rem;
        font-family: system-ui;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        box-sizing: border-box;
        z-index: 1;
}
.cb-flow__item-txt-wrap {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    width: 82%;
}
.flow__item-txt {
}
.cb-flow_txt-step {
    font-family: system-ui;
    font-size: 0.9rem;
    color: #0200fb;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.flow__item-txt h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.flow__item-txt p {
    font-size: 1rem;
}
.flow__item-e {
    display: none;
    width: 15%;
}
.flow__item-e img {}

/* cb-sum
============================ */
.cb-sum {
  padding: 40px 0;
  padding: 2rem 0;
  background-color: #ffffff;
}

.cb-sum__inner {
  max-width: 570px;
  width: 90%;
  margin: auto;
}

.cb-sum__inner h2 {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 0.8rem;
}

.cb-sum__tab tr {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.cb-sum__tab {
  margin-bottom: 20.8px;
  margin-bottom: 1.3rem;
  border: 1px solid #777777;
}

.cb-sum__tab table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-spacing: 0rem;
  border: 0 !important;
}

.cb-sum__tab table tr th {
  width: 29%;
  background: #1F19D2;
}

.cb-sum__tab table tr td {
  width: 70%;
  text-align: left;
  background-color: white;
}

.cb-sum__tab table tr th,
.cb-sum__tab table tr td {
  padding: 17.6px 0;
  padding: 1.1rem 0;
  border-top: #777777 solid 0.0625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cb-sum__tab table tr:first-of-type th,
.cb-sum__tab table tr:first-of-type td {
  border-top: none;
}

.cb-sum__tab table tr th p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 600;
  color: white;
}

.cb-sum__tab table tr td p {
  padding: 0 24px;
  padding: 0 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.cb-sum__inner small {
}

/* c-form
============================ */
.c_form {
  background-color: #f8f8f8;
  padding: 2rem 0 3rem;
}

.c-form__inner {
  max-width: 600px;
  width: 93%;
  margin: auto;
}

.c-form__inner h2 {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  color: #00668b;
  margin-bottom: 27.2px;
  margin-bottom: 1.7rem;
}

.c-form__eigo {
  width: 45%;
  margin: auto;
}

.c-form__inner h2 {
  position: relative;
  font-size: 25.2px;
  font-size: 1.575rem;
  font-weight: 700;
  text-align: center;
  color: #000000;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}

.c-form__inner strong {
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.c-form__inner p { 
  margin: 20px 0px;
  margin: 1.25rem 0rem;
  text-align: left;
}

.c-form__txt {
    font-size: 0.8rem;
    line-height: 1.6;
}

/* hubspotフォーム  */
.hubspot_wrap {
  padding: 4vw;
}

.hubspot_wrap {
  padding: 3vw;
}

.hbspt-form {
  background: #fff;
  box-sizing: border-box;
  border-radius: 1.0980966325vw;
  padding: 5vw 5vw 3vw;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

.hbspt-form {
  border-radius: 8px;
  border-radius: 0.5rem;
  padding: 5vw 1vw 0.13vw;
  width: 100%;
}

.hbspt-form .inputs-list {
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 2;
  margin-top: 9.6px;
  margin-top: 0.6rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.hbspt-form .form-columns-0,
.hbspt-form .form-columns-1,
.hbspt-form .form-columns-2 {
  max-width: 100%;
  margin-bottom: 2.2vw;
}

.hbspt-form .form-columns-0,
.hbspt-form .form-columns-1,
.hbspt-form .form-columns-2 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.hbspt-form .form-columns-2 {
  display: flex;
  justify-content: space-between;
}

.hbspt-form .form-columns-2 .hs-form-field {
  max-width: 48%;
  float: none !important;
}

.hbspt-form .hs-form-required {
  position: relative;
  margin-left: 0.2vw;
}

.hbspt-form .hs-form-required {
  margin-left: 0.65vw;
}

.hbspt-form .hs-form-required:after {
  font-weight: bold;
  content: "必須";
  display: block;
  width: 2.4vw;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.2vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #e8631b;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}

.hbspt-form .hs-form-required:after {
  font-size: 11.2px;
  font-size: 0.7rem;
  width: 2.5em;
  padding: 0.4vw 0 0.5vw;
}

.hbspt-form .hs-form-required:nth-of-type(1):after {
  display: none;
}

.hbspt-form .hs-recaptcha .grecaptcha-badge {
  margin: 2.196193265vw auto;
}

.hbspt-form .hs-recaptcha .grecaptcha-badge {
  margin: 5.2083333333vw auto;
}

.hbspt-form .hs-fieldtype-textarea,
.hbspt-form .hs-fieldtype-text,
.hbspt-form .hs-fieldtype-phonenumber,
.hbspt-form .hs-fieldtype-select {
  overflow: hidden;
}

.hbspt-form .hs-fieldtype-textarea > label,
.hbspt-form .hs-fieldtype-text > label,
.hbspt-form .hs-fieldtype-phonenumber > label,
.hbspt-form .hs-fieldtype-select > label {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 0.7320644217vw;
  display: block;
}

.hbspt-form .hs-fieldtype-textarea > label,
.hbspt-form .hs-fieldtype-text > label,
.hbspt-form .hs-fieldtype-phonenumber > label,
.hbspt-form .hs-fieldtype-select > label {
  font-size: 16px;
  font-size: 1rem;
}

.hbspt-form .hs-fieldtype-textarea .input,
.hbspt-form .hs-fieldtype-text .input,
.hbspt-form .hs-fieldtype-phonenumber .input,
.hbspt-form .hs-fieldtype-select .input {
  margin: 0 !important;
}

.hbspt-form .hs-fieldtype-textarea input[type="text"],
.hbspt-form .hs-fieldtype-textarea input[type="tel"],
.hbspt-form .hs-fieldtype-textarea input[type="email"],
.hbspt-form .hs-fieldtype-textarea textarea,
.hbspt-form .hs-fieldtype-textarea select,
.hbspt-form .hs-fieldtype-text input[type="text"],
.hbspt-form .hs-fieldtype-text input[type="tel"],
.hbspt-form .hs-fieldtype-text input[type="email"],
.hbspt-form .hs-fieldtype-text textarea,
.hbspt-form .hs-fieldtype-text select,
.hbspt-form .hs-fieldtype-phonenumber input[type="text"],
.hbspt-form .hs-fieldtype-phonenumber input[type="tel"],
.hbspt-form .hs-fieldtype-phonenumber input[type="email"],
.hbspt-form .hs-fieldtype-phonenumber textarea,
.hbspt-form .hs-fieldtype-phonenumber select,
.hbspt-form .hs-fieldtype-select input[type="text"],
.hbspt-form .hs-fieldtype-select input[type="tel"],
.hbspt-form .hs-fieldtype-select input[type="email"],
.hbspt-form .hs-fieldtype-select textarea,
.hbspt-form .hs-fieldtype-select select {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  padding: 0.7vw 1.5vw;
  box-sizing: border-box;
  width: 100% !important;
  border-radius: 0.4vw;
  border: 1px solid #707070;
  border: 0.0625rem solid #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hbspt-form .hs-fieldtype-textarea input[type="text"]:focus,
.hbspt-form .hs-fieldtype-textarea input[type="tel"]:focus,
.hbspt-form .hs-fieldtype-textarea input[type="email"]:focus,
.hbspt-form .hs-fieldtype-textarea textarea:focus,
.hbspt-form .hs-fieldtype-textarea select:focus,
.hbspt-form .hs-fieldtype-text input[type="text"]:focus,
.hbspt-form .hs-fieldtype-text input[type="tel"]:focus,
.hbspt-form .hs-fieldtype-text input[type="email"]:focus,
.hbspt-form .hs-fieldtype-text textarea:focus,
.hbspt-form .hs-fieldtype-text select:focus,
.hbspt-form .hs-fieldtype-phonenumber input[type="text"]:focus,
.hbspt-form .hs-fieldtype-phonenumber input[type="tel"]:focus,
.hbspt-form .hs-fieldtype-phonenumber input[type="email"]:focus,
.hbspt-form .hs-fieldtype-phonenumber textarea:focus,
.hbspt-form .hs-fieldtype-phonenumber select:focus,
.hbspt-form .hs-fieldtype-select input[type="text"]:focus,
.hbspt-form .hs-fieldtype-select input[type="tel"]:focus,
.hbspt-form .hs-fieldtype-select input[type="email"]:focus,
.hbspt-form .hs-fieldtype-select textarea:focus,
.hbspt-form .hs-fieldtype-select select:focus {
  outline: none;
}

.hbspt-form .hs-fieldtype-textarea input[type="text"],
.hbspt-form .hs-fieldtype-textarea input[type="tel"],
.hbspt-form .hs-fieldtype-textarea input[type="email"],
.hbspt-form .hs-fieldtype-textarea textarea,
.hbspt-form .hs-fieldtype-textarea select,
.hbspt-form .hs-fieldtype-text input[type="text"],
.hbspt-form .hs-fieldtype-text input[type="tel"],
.hbspt-form .hs-fieldtype-text input[type="email"],
.hbspt-form .hs-fieldtype-text textarea,
.hbspt-form .hs-fieldtype-text select,
.hbspt-form .hs-fieldtype-phonenumber input[type="text"],
.hbspt-form .hs-fieldtype-phonenumber input[type="tel"],
.hbspt-form .hs-fieldtype-phonenumber input[type="email"],
.hbspt-form .hs-fieldtype-phonenumber textarea,
.hbspt-form .hs-fieldtype-phonenumber select,
.hbspt-form .hs-fieldtype-select input[type="text"],
.hbspt-form .hs-fieldtype-select input[type="tel"],
.hbspt-form .hs-fieldtype-select input[type="email"],
.hbspt-form .hs-fieldtype-select textarea,
.hbspt-form .hs-fieldtype-select select {
  border-radius: 0.65vw;
  font-size: 16px;
  font-size: 1rem;
  padding: 11.2px 12.8px;
  padding: 0.7rem 0.8rem;
  border: 2px solid #c1c1c1;
  border: 0.125rem solid #c1c1c1;
}

.hbspt-form .hs-fieldtype-textarea input[type="text"].error,
.hbspt-form .hs-fieldtype-textarea input[type="tel"].error,
.hbspt-form .hs-fieldtype-textarea input[type="email"].error,
.hbspt-form .hs-fieldtype-textarea textarea.error,
.hbspt-form .hs-fieldtype-textarea select.error,
.hbspt-form .hs-fieldtype-text input[type="text"].error,
.hbspt-form .hs-fieldtype-text input[type="tel"].error,
.hbspt-form .hs-fieldtype-text input[type="email"].error,
.hbspt-form .hs-fieldtype-text textarea.error,
.hbspt-form .hs-fieldtype-text select.error,
.hbspt-form .hs-fieldtype-phonenumber input[type="text"].error,
.hbspt-form .hs-fieldtype-phonenumber input[type="tel"].error,
.hbspt-form .hs-fieldtype-phonenumber input[type="email"].error,
.hbspt-form .hs-fieldtype-phonenumber textarea.error,
.hbspt-form .hs-fieldtype-phonenumber select.error,
.hbspt-form .hs-fieldtype-select input[type="text"].error,
.hbspt-form .hs-fieldtype-select input[type="tel"].error,
.hbspt-form .hs-fieldtype-select input[type="email"].error,
.hbspt-form .hs-fieldtype-select textarea.error,
.hbspt-form .hs-fieldtype-select select.error {
  background-color: #fff2f2;
}

.hbspt-form .hs-fieldtype-textarea textarea,
.hbspt-form .hs-fieldtype-text textarea,
.hbspt-form .hs-fieldtype-phonenumber textarea,
.hbspt-form .hs-fieldtype-select textarea {
  height: 13.17715959vw;
  resize: vertical;
}

.hbspt-form .hs-fieldtype-select select {
}

.hbspt-form .hs-fieldtype-textarea select,
.hbspt-form .hs-fieldtype-text select,
.hbspt-form .hs-fieldtype-phonenumber select,
.hbspt-form .hs-fieldtype-select select {
  background: url(../../../../img/cbr-ai02/cbr-lp_0001/ico_select.png) no-repeat center right 2.6vw/2.5vw
    auto;
  color: #000000;
}

.hbspt-form .hs-fieldtype-textarea textarea,
.hbspt-form .hs-fieldtype-text textarea,
.hbspt-form .hs-fieldtype-phonenumber textarea,
.hbspt-form .hs-fieldtype-select textarea {
  height: 31.25vw;
}

.hbspt-form .hs-error-msgs {
  color: #e83d1b;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 0.4vw;
}

.hbspt-form .hs-error-msgs {
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-top: 0.65vw;
}

.hbspt-form .hs-fieldtype-booleancheckbox {
  text-align: center;
}

.hbspt-form .hs-fieldtype-booleancheckbox {
  font-size: 13.6px;
  font-size: 0.85rem;
  width: 72vw;
  margin: 0 auto;
}

.hbspt-form .hs-fieldtype-booleancheckbox a {
  border-bottom: 1px solid;
  border-bottom: 0.0625rem solid;
  color: black;
}

.hbspt-form .hs-fieldtype-booleancheckbox input[type="checkbox"] {
  transform: scale(1.4);
  margin-right: 1.3vw;
  outline: none;
}

.hbspt-form .hs_submit {
  margin-bottom: 2.9vw;
}

.hbspt-form .hs_submit {
  margin-bottom: 5vw;
}

.hbspt-form .hs_submit input[type="submit"] {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  width: 27vw;
  height: 5.5vw;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  background: #fe6507;
  border-radius: 5.49vw;
  color: #fff;
  border: 2px solid #ffffff;
  border: 0.125rem solid #ffffff;
  display: grid;
  place-content: center;
  transition: background 0.5s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.5s ease opacity;
}

.hbspt-form .hs_submit input[type="submit"] {
  font-size: 19.2px;
  font-size: 1.2rem;
  width: 90%;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  border-radius: 13vw;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
}

.hbspt-form .hs_submit input[type="submit"]:hover {
  opacity: 0.8;
}

.actions {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

 #form_memo-596be017-1d76-4154-bf62-8852c84f696d {
    height: 180px;
 }

/* cb-kotei
============================ */
.kotei-btn {
  max-width: 320px;
  left: 50%;
  transform: translate(-50%, 0%);
  position: fixed;
  bottom: 0.7rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease 0s;
  width: 70%;
  margin: auto;
  z-index: 999;
  cursor: pointer;
}

.kotei-btn.is-active {
  opacity: 1;
  pointer-events: initial;
  /* width: 70%; */
  max-width: 320px;
}

.kotei-btn.is-active:hover {
  opacity: 0.9;
}

/* サンクス
============================ */
.cb-thanks {
  padding: 7rem 0 4rem;
}

.cb-main-thanks {
  /* background-color: #F8F8F8; */
}

.cb-thanks__inner {
  max-width: 570px;
  width: 90%;
  margin: auto;
}

.cb-thanks__inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
  line-height: 0.6;
}

.cb-thanks__inner h2:after {
  content: "";
  display: block;
  width: 64px;
  width: 4rem;
  height: 2px;
  height: 0.125rem;
  background: #0200FB;
  margin: 32px auto;
  margin: 2rem auto;
}

.cb-thanks__inner h2 span {
  font-size: 48px;
  font-size: 3rem;
  color: #ebeef3;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.cb-thanks__inner h2 strong {
    line-height: 1.5;text-align: center;
}

.form_ly {
  margin: 20px 0 40px;
}

.form_l {
  /* width: 50%; */
}

.form_l figure {
  margin: 0px 0;
}

.form_l figure img {
  max-width: 100%;
}

.form_r {
}

.explain {
    text-align: center;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.8em;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    color: black;
}

.btn_download {
  width: 90%;
  margin: auto;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);
  border-radius: 48px;
  border-radius: 3rem;
  max-width: 400px;
}

.btn_download:hover {
  opacity: 0.9;
}

.btn_style03 {
}

.btn_style03 img {
}

.cb-schedule {
  padding-bottom: 5rem;
}

.cb-schedule__inner {
  max-width: 570px;
  width: 90%;
  margin: auto;
}

.cb-schedule__inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 0.6;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.cb-schedule__inner h2:after {
  content: "";
  display: block;
  width: 64px;
  width: 4rem;
  height: 2px;
  height: 0.125rem;
  background: #698acb;
  margin: 24px auto;
  margin: 1.5rem auto;
}

.cb-schedule__inner h2 span {
  font-size: 40px;
  font-size: 2.5rem;
  color: #cceaf478;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: -9.6px;
  margin-bottom: -0.6rem;
}

.cb-schedule__inner h2 strong {
  line-height: 1.4;
  text-align: center;
}

.f_tel {
  background-color: white;
  width: 19em;
  padding: 22.4px;
  padding: 1.4rem;
  border-radius: 6.4px;
  border-radius: 0.4rem;
  line-height: 1.4;
  text-align: center;
  margin: 30px auto 40px;
  margin: 1.875rem auto 2.5rem;
}

.f_tel strong {
   display: block;
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-bottom: 1.6px;
  margin-bottom: 0.1rem;
  color: #006488;
  font-weight: 600;
}

.f_tel span {
  font-size: 12.8px;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  color: #006488;
}

.schedule_box {
  max-width: 100%;
}

.cb-thanks__chui {text-align: center;color: #0a4798;font-size: 0.9rem;margin-bottom: 4rem;position: relative;}

.cb-thanks__cta-wrap {}

.cb-thanks__cta {background-color: #0200FB;width: 90%;padding: 1.3rem 1rem;letter-spacing: 0.1em;text-align: center;border-radius: 5rem;box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);margin-bottom: 1rem;position: relative;}

.cb-thanks__cta:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.6em;   /* arrow size */
  height: 0.6em;  /* arrow size */
  border-top: 2px solid #ffffff;  /* thickness, color */
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }

.cb-thanks__cta-wrap .cb-thanks__cta:nth-child(2)  {
    background-color: #d25353;
}

.cb-thanks__cta:hover {
  opacity: 0.9;
  cursor: pointer;
}


.cb-thanks__cta-txt {color: white;font-size: 1rem;}

/* LPO */

.c-faq__q-cta {
  font-size: 1rem;
}

.c-faq__q-cta a{
}

@media only screen and (min-width: 500px) {
  .cb-case__slides-item {
    height: 33rem;
  }

  .kotei-btn {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .scroll-pic {
    width: 3200px; 
  }

  .cb-hani__ul-wrap ul:nth-of-type(2) {
    margin-left: 48px;
    margin-left: 4rem;
  }
}

/* SP表示（768px以下）でのロゴスライダーの位置固定 */
@media only screen and (max-width: 767px) {
  .cb-fv__logo {
    position: absolute;
    bottom: 9.5rem;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    transform: none;
  }

  .scroll-pic {
    width: 2000px;
    position: relative;
    transform: none;
  }

  .cb-fv__logo-wrap {
    display: flex;
    width: auto;
  }

  .cb-fv__logo-item {
    min-width: 100px;
    width: 100px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  .cb-fv__logo > div:first-child {
    animation: scroll-logo-loop 40s -20s linear infinite;
    will-change: transform;
  }

  .cb-fv__logo > div:last-child {
    animation: scroll-logo-loop2 40s linear infinite;
    will-change: transform;
  }

  /* cb-prob__item-eの位置とサイズを固定 */
  .cb-prob__item-e {
    width: 150px;
    max-width: 150px;
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}


@media only screen and (min-width: 768px) {
  .cb {
  }


/* mv-form
  ============================ */
  .mv_form {
    display: block;
    position: absolute;
    top: 49%;
    right: 0%;
    transform: translateY(-50%);
    width: 360px;
    max-width: 26%;
    z-index: 10;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    height: 780px;
  }

  .mv_form::-webkit-scrollbar {
    width: 6px;
  }
  .mv_form::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }

  .mv_form__header {
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    padding: 1rem 0.8rem;
    text-align: center;
  }

  .mv_form__title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    letter-spacing: 0.05em;
  }

  .mv_form__subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .form_area {}


  .mv_form .hubspot_wrap {
    padding: 4vw;
  }

  .mv_form .hbspt-form {
    border-radius: 0 0 8px 8px;
    width: 100%;
    border: 0rem solid gainsboro;
    padding: 1rem 1.2rem 1.5rem;
  }

  .mv_form .hbspt-form .hs-fieldtype-textarea > label,
  .mv_form .hbspt-form .hs-fieldtype-text > label,
  .mv_form .hbspt-form .hs-fieldtype-phonenumber > label,
  .mv_form .hbspt-form .hs-fieldtype-select > label {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
  }

  .mv_form .hbspt-form .hs-fieldtype-text input[type="text"],
  .mv_form .hbspt-form .hs-fieldtype-text input[type="email"],
  .mv_form .hbspt-form .hs-fieldtype-text input[type="tel"],
  .mv_form .hbspt-form .hs-fieldtype-phonenumber input[type="tel"],
  .mv_form .hbspt-form .hs-fieldtype-select select {
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
  }

  .mv_form .hbspt-form .inputs-list {
    font-size: 0.75rem;
    line-height: 1.8;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }

  .mv_form .hbspt-form .form-columns-1,
  .mv_form .hbspt-form .form-columns-2 {
    margin-bottom: 0.6rem;
  }

  .mv_form .hbspt-form .hs_submit {
    margin-bottom: 0;
  }

  .mv_form .hbspt-form .hs_submit input[type="submit"] {
    width: 100%;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    margin-top: 1rem;
    border-radius: 5rem;
  }
}

/* 画面幅1000px以下でMVフォームを非表示 */
@media only screen and (max-width: 1000px) {
  .mv_form {
    display: none;
  }
}

@media only screen and (min-width: 768px) {

  /* cb-header
============================ */
.cb-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: white;
}

.cb-header__inner {
  max-width: 1600px;
  margin: auto;
  height: 5rem;
}

.cb-header__logo {
  width: 17%;
  max-width: 200px;
}

.cb-header__logo img {
}

.cb-header__cta {
  padding: 1.5rem 1.6rem;
}

.cb-header__cta:hover {
}

.cb-header__cta a {
}

.cb-header__cta-txt {
  font-size: 1rem;
  letter-spacing: 0.156em;
}

.cb-header__sp {
  display: none;
}

.cb-header__pc {
  display: block;
}

.cb-header__pc.is-fixed {
  position: fixed; /* 固定表示 */
}

/* ヘッダーナビ */

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

.nav-list {
  display: flex;
  gap: 29px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link {
  text-decoration: none;
  font-weight: 500;
  color: #000;
  font-size: min(1.6vw,18px);
  position: relative;
}

.nav-buttons {
  display: flex;
  gap: 10px;
  margin-left: 2rem;
}

.btn {
  text-decoration: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 24px;
  display: inline-block;
  text-align: center;
}

.btn-yellow {
  background-color: #E95244;
  color: #000;
  padding: 0.9rem 2.5rem;
  border-radius: 5rem;
  color: white;
}

.btn-red {
  background-color: #0200FB;
  color: #fff;
  padding: 0.9rem 2.2rem;
  border-radius: 5rem;
}

.btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

  /* cb-fv
============================ */
  .cb-main {
  }

  .cb-fv {
  }

  .cb-fv__main {
    min-width: 1200px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .cb-fv__main img {
  }

  .cb-fv__cta-wrap {
        display: flex;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        align-items: center;
        margin-top: 0%;
        width: 80%;
  }

  .cb-cta-moji {
    display: none;
  }

  .sp {
  }

  .cb-fv__cta {
    margin: initial;
    width: 24%;
    top: 0%;
    left: 10%;
  }

  .cb-fv__cta:nth-of-type(2) {
    max-width: 300px;
    width: 48%;
    top: 47%;
    left: 24%;
  }

  .cb-cta:hover {
  }

  .cb-fv__cta a {
  }

  .cb-fv__cta a img {
  }

  /*
============================ */
.cb-fv__logo {
}

.scroll-pic {
  width: 100vw;
  display: flex;
  position: absolute;
  bottom: -4.3vh;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cb-fv__logo-wrap {
}

.cb-fv__logo-item {
  width: min(12vw, 180px);
}

.cb-fv__logo-item img {
}

.cb-fv__logo-2 {
  display: none;
}

.bz-fv__pic > div:first-child {
  animation: scroll-logo-loop 80s -40s linear infinite;
}

.bz-fv__pic > div:last-child {
  animation: scroll-logo-loop2 80s linear infinite;
}
  /* cb-prob
============================ */

  .cb-prob {
    padding: 2.3rem 0rem;
  }
  .cb-prob__inner {
    max-width: 1120px;
  }
  .cb-prob__inner h2 {
    margin-bottom: 48px;
    margin-bottom: 1.2rem;
    font-size: 33px;
    font-size: 2.0625rem;
  }
  .cb-prob__inner h2 em {
  }

  .cb-prob__cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
  }

  .cb-prob__item {
    width: 29%;
    height: 128px;
    height: 11.3rem;
    padding: 1.6rem 1rem;
    position: relative;
  }  
  .cb-prob__item-txt {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.7;
  }

  .cb-prob__item-txt em {
  }
  .cb-prob__item-e {
    bottom: -43%;
    left: 50%;
    transform: translateX(-50%);
    width: 43%;
  }

  .cb-prob__item-e img {
  }

  .cb-prob__item h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: blue;
}

  /* cb-sol
============================ */

  .cb-sol {
    padding: 32px 0 64px;
    padding: 6rem 0 1rem;
  }
  .cb-sol__inner {
    max-width: 1110px;
  }
  .cb-sol__ttl {
    font-size: 39px;
    font-size: 2.4375rem;
    margin-bottom: 64px;
    margin-bottom: 5rem;
  }

  .cb-sol__ttl:before {
    content: "";
    background-image: url(../../../img/cbr-ai02/sankaku-bg-sp.png);
    background-size: 100% 100%;
    top: 0%;
    left: 0;
    position: absolute;
    height: 200%;
    width: 25%;
    top: -25%;
    left: 38%;
    transform: translate(0%, 0%);
    z-index: -1;
  }

  .cb-sol__ttl b {
  }
  .cb-sol__cont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cb-sol__item {
    width: 31%;
  }
  .cb-sol__item-head {
    height: 48px;
    height: 3rem;
    padding: 16px 0 27.2px;
    padding: 1rem 0 1.7rem;
    font-size: min(1.6vw, 19px);
  }
  
  .cb-sol__item-body {
    height: 128px;
    height: 7.3rem;
    font-size: min(1.6vw,21px);
  }
  .cb-sol__item-body b {
  font-size: min(2.1vw, 25px);
  }
  .cb-sol__item-body em {
  }
  .cb-sol__item small {
    bottom: -11%;
    white-space: nowrap;
    font-size: 0.9rem;
    left: -3%;
  }

.cb-sol__ltxt {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 3rem;
}
.cb-sol__ltxt-1 {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: auto;
    justify-content: center;
    align-items: flex-start;
}
.cb-sol__ltxt-e {
    width: 25%;
}
.cb-sol__ltxt-e img {}
.cb-sol__ltxt-2 {
    font-size: 2.3rem;
    font-weight: 600;
    padding-left: 0.7rem;
    line-height: 1;
}

.cb-sol__proof {
  max-width: 910px;
  margin: auto;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.cb-sol__proof picture {
  display: block;
  width: 100%;
}

.cb-sol__proof img {
  width: 100%;
  height: auto;
  display: block;
}


  /* cb-riyu
============================ */

  .cb-riyu {
    padding: 36.8px 0 48px;
    padding: 3rem 0 2.5rem;
  }
  .cb-riyu__inner {
    max-width: 1000px;
  }
  .cb-riyu__inner h2 {
    font-size: 33px;
    font-size: 2.0625rem;
    margin-bottom: 1rem;
  }
  .cb-riyu__inner h2 em {
  }
  .cb-riyu__cont {
  }

.cb-riyu__item:nth-child(2) {
    /* スタイルを記述 */
     /* 背景色を変更（例）*/
                  /* パディングを追加（例）*/
    display: flex;
    flex-direction: row-reverse;
}
  
  .cb-riyu__item {
    display: flex;
    align-items: center;
  }
  .cb-riyu__item-box {
  }
  .cb-riyu__head-no {
    font-size: 96px;
    font-size: 6rem;
    margin-right: 2rem;
  }
  .cb-riyu__item-box h3 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .cb-riyu__item-body {
  width: 32%;
  padding-left: 1rem;
  margin-top: 0%;
  }

  .cb-riyu__item:nth-child(2) .cb-riyu__item-body {padding-left: 0rem;padding-right: 2rem;}
  
  .cb-riyu__item-body-e {
  width: 100%;
  }
  .cb-riyu__item-body-e img {
  }
  .cb-riyu__item-body p {
    font-size: 17px;
    font-size: 1.0625rem;
    width: 67%;
    line-height: 2;
  }
  .cb-riyu__item-body p b {
  }
  .cb-riyu__item small {
    margin-top: -2%;
  }


  /* cb-mock
============================ */

  .cb-mock {
    padding: 64px 0 64px;
    padding: 3rem 0 3rem;
  }
  .cb-mock__inner {
    max-width: 800px;
  }
  .cb-mock__ttl {
    font-size: 33px;
    font-size: 2.0625rem;
    margin-bottom: 1.2rem;
  }
  .cb-mock__ttl em {
  }
  .cb-mock__txt {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }

  .cb-mock__ttl em:before {
    top: 33.8px;
    top: 2.1125rem;
  }
  .cb-mock__txt img {
  }
  .cb-mock__cont {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .cb-mock__img {
    width: 62%;
  }
  .cb-mock__img img {
  }
  .cb-mock__item {
    width: 26%;
  }
  .cb-mock__item h3 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .cb-mock__item-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 0px;
    margin-right: 0rem;
    padding-left: 40px;
    padding-left: 2.5rem;
  }

  .cb-mock__item-list ul:nth-of-type(2) {
    margin-left: 0;
  }
  .cb-mock__item-list ul {
  }
  .cb-mock__item-list ul li {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .cb-mock__item-list ul li:before {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 156%;
    height: 0.3px;
    height: 0.01875rem;
    position: absolute;
    bottom: 0;
    left: -23px;
    left: -1.4375rem;
  }

  .cb-mock__item-list ul:nth-of-type(2) li:nth-of-type(2)::before {
    display: none;
  }

  .cb-mock__cta {
  max-width: 400px;
  }
  .cb-cta {
  }
  .cb-mock__cta a {
  }
  .cb-mock__cta a img {
  }

  .cb-riyu__box {background-color: #ffffffe6;padding: 1.8rem 2rem;border-radius: 1rem;width: 75%;border: 5px white solid;box-shadow: 0 0 2rem rgb(0 0 0 / 10%);}
  
.cb-riyu__box h3 {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position:relative;
    margin-bottom: 2.8rem;
}  
.cb-riyu__box h3:before {
  content: "";
  display: block;
  width: 48px;
  width: 2.7rem;
  height: 2px;
  height: 0.125rem;
  background-color: #0200FB;
  position: absolute;
  bottom: -28%;
  left: 4%;
  transform: translate(-50%, -50%);
}


.cb-riyu__box h3 b {
    font-weight: 600;
    color: #0200fb;
}
.cb-riyu__box p {
    font-size: 1.1rem;
}
.cb-riyu__box p b {
    font-weight: 700;
}

  /* cb-plan
============================ */
  .cb-plan {
    padding: 48px 0 48px;
    padding: 3rem 0 2rem;
  }
  .cb-plan__inner {
    max-width: 1200px;
  }
  .cb-plan__inner h2 {
    font-size: 33px;
    font-size: 2.0625rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
  }
  .cb-plan__cont {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
  }
  .cb-plan__item {
    width: 23.6%;
  }

  .cb-plan__item h3 {
    font-size: 1.8rem;
    padding: 0.6rem 0.5rem;
}
  .cb-plan__item-kakaku {
    color: black;
    padding-bottom: 9.6px;
    padding-bottom: 0.6rem;
    font-size: 0.9rem;
  }
  .cb-plan__item-kakaku em {
  }
  .cb-plan__item-kakaku b {
    font-size: 1.3rem;
  }

  .cb-plan__item-jikan {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1rem;
    color: #002453;
  }
 
    .cb-plan__item-jikan b{
    font-size: 2rem;
    font-weight: bold;
  }
 

.cb-plan__item p {
  margin: 0.8rem;
  padding: 1rem;
  background-color: #f8f8f8;
  line-height: 1.4;
  font-size: 0.95rem;
}

.cb-plan__item-cta-txt {
  position: relative;
  text-align: center;
  font-size: 2rem;
  z-index: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.cb-plan__item-cta-txt:before {
    content: "";
    display: block;
    background-color: #fff371;
    width: 28%;
    height: 1rem;
    position: absolute;
    top: 1.8rem;
    left: 27rem;
    z-index: -1;
}

.cb-plan__cont .cb-plan__item:nth-child(1) {
  color: #333;
  border: 0.1875rem solid #05a6ff;
}

.cb-plan__cont .cb-plan__item:nth-child(1) h3 {
  background-color: #05a6ff;
}

.cb-plan__cont .cb-plan__item:nth-child(1) .cb-plan__item-jikan {
 color: #05a6ff;
}

.cb-plan__cont .cb-plan__item:nth-child(3) {
 border: 0.1875rem solid #0200FB;
}

.cb-plan__cont .cb-plan__item:nth-child(3) h3 {background-color: #053ede;}

.cb-plan__cont .cb-plan__item:nth-child(3) .cb-plan__item-jikan {
 color: #053ede;
}

/* MINIMUM プラン（2番目） */
.cb-plan__cont .cb-plan__item:nth-child(2) {
  color: #2072DF;
  border: 0.1875rem solid #2072DF; /* オレンジの枠線 */
}

.cb-plan__cont .cb-plan__item:nth-child(2) h3 {
  background-color: #0062ff; /* ヘッダー背景もオレンジ */
  color: #fff; /* ヘッダー文字色 */
}

.cb-plan__cont .cb-plan__item:nth-child(2) .cb-plan__item-jikan {
  color: #0062ff; /* 時間部分の文字色 */
}
  
/* cb-case
============================ */

.cb-case {
  padding: 3rem 0rem 4rem;
}
.cb-case__inner {
  max-width: 1100px;
}
.cb-case__inner h2 {
  font-size: 33px;
  font-size: 2.0625rem;
}
.cb-case__inner h2 em {
}

.cb-case_item  {background-color: #ffffffe0;padding: 1.8rem 2rem;border-radius: 1rem;border: 5px white solid;box-shadow: 0 0 2rem rgb(0 0 0 / 10%);position: relative;}
  
.cb-case_item_head {
}
.cb-case_item_head h3 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.cb-case_item_head-e {
    position: absolute;
    top: -22%;
    right: 5%;
    width: 7%;
    z-index: 1;
}
.cb-case_item_head-e img {
    width: 100%;
    height: auto;
}
.cb-case_item_head-cont {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.cb-case_item_head-cont-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
}
.cb-case_naiyo-ttl {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    background-color: #eaf8ff;
    border-radius: 0.4rem;
    padding: 0.3rem 0.6rem;
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
}
.cb-case_naiyo-ttl:before {
    content: "";
    position: absolute;
    left: -0.9rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background-image: url(../../../img/cbr-la05/case_icon_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.cb-case_item_head-cont-wrap:nth-child(2) .cb-case_naiyo-ttl:before {
    background-image: url(../../../img/cbr-la05/case_icon_2.png);
}
.cb-case_item_head-cont-wrap:nth-child(3) .cb-case_naiyo-ttl:before {
    background-image: url(../../../img/cbr-la05/case_icon_3.png);
}
.cb-case_item_head-cont-wrap p {
    font-size: 0.9rem;
    color: #000;
    margin: 0;
}
.cb-case_item_head-icon {
    width: 11%;
    padding-right: 2rem;
}
.cb-case_item_head-icon img {}
.cb-case_item_head-txt {
    font-size: 1.2rem;
    line-height: 1.7;
}
.cb-case_item_head-txt em {
    font-size: 1.3em;
    font-weight: 600;
}
.cb-case_item_head-txt b {
    font-weight: 600;
}
.cb-case_item_body-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem;
}
.cb-case_item_body {
    width: 32.5%;
}
.cb-case_item_body h4 {
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 600;
}
.cb-case_item_body p {
    font-size: 1.1rem;
    padding: 1.1rem;
    height: 140px;
}
.cb-case_item_body p b {
    font-weight: 700;
}

.cb-case_item .cb-case_item_body:nth-of-type(2) h4 {
  background: #05a6ff;color: white;
}

.cb-case_item .cb-case_item_body:nth-of-type(2) p {
  background: #F5FCFF;
  color: #000000;
}
  
.cb-case_item .cb-case_item_body:nth-of-type(2) p b {color: #000000;}
  

  .cb-case_item .cb-case_item_body:nth-of-type(3) h4 {
    background: #063ddb
  }

  .cb-case_item .cb-case_item_body:nth-of-type(3) p {
  background: #ffffff;
  color: #000000;
}

.cb-case_item .cb-case_item_body:nth-of-type(3) p b {
  color: #e95244;
}

    .cb-case_item .cb-case_item_body:nth-of-type(3) {border: 2px solid #063ddb;}

  /* cb-flow 
============================ */
  .cb-flow {
    padding: 48px 0;
    padding: 3rem 0 1rem;
  }

  .cb-flow__inner {
    max-width: 800px;
  }

  .cb-flow__inner h2 {
    font-size: 33px;
    font-size: 2.0625rem;
    margin-bottom: 0.8rem;
  }

  .cb-flow__cont {
  }

  .cb-flow-line {
    width: 1.1px;
    height: 439px;
    z-index: 0;
    top: 44%;
    left: 4.5%;
  }

  .cb-flow__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
    justify-content: center;
}
.cb-flow__no {
    z-index: 100;
    font-size: min(3vw,27px);
    font-weight: 600;
    color:  white;
    text-align: center;
    background-color: #0200fb;
    padding-top: 0.6rem;
    font-family: system-ui;
    margin-right: 3rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}
.cb-flow__item-txt-wrap {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flow__item-txt {
    width: 80%;
}
.cb-flow_txt-step {
    font-family: system-ui;
    font-size: 0.9rem;
    color: #0200fb;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.flow__item-txt h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.flow__item-txt p {
    font-size: 1rem;
}
.flow__item-e {
    width: 15%;
    display: block;
}
.flow__item-e img {}


  /* cb-sum
============================ */
  .cb-sum {
    padding: 64px 0;
    padding: 3rem 0 4rem;
  }

  .cb-sum__inner {
    max-width: 800px;
  }

  .cb-sum__inner h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 36.8px;
    margin-bottom: 0.8rem;
  }

  .cb-sum__tab tr {
  }

  .cb-sum__tab {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .cb-sum__tab table {
  }

  .cb-sum__tab table tr th {
    width: 24%;
  }

  .cb-sum__tab table tr td {
  }

  .cb-sum__tab table tr th,
  .cb-sum__tab table tr td {
  }

  .cb-sum__tab table tr th p {
    font-size: 17.6px;
    font-size: 1.1rem;
  }

  .cb-sum__tab table tr td p {
    font-size: 17.6px;
    font-size: 1.1rem;
  }

  .cb-sum__inner small {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    text-align: center;
  }

  /* c-form
============================ */
  .c_form {
    padding: 3rem 0 2rem;
  }

  .c-form__inner {
    max-width: 900px;
  }

  .c-form__inner h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: 40px;
    margin-bottom: 0.7rem;
  }

  .c-form__eigo {
  }

  .c-form__inner h2 {
  }

  .c-form__inner strong {
  }

  .c-form__inner p {
  }

  .c-form__txt {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 3%;
    margin-top: -1.5%;
}

  /* hubspotフォーム  */
  .hubspot_wrap {
    padding: 4vw;
  }

  .hubspot_wrap {
    padding: 3vw;
  }

  .hbspt-form {
    background: #fff;
    box-sizing: border-box;
    border-radius: 1.0980966325vw;
    padding: 4vw 4vw 1vw;
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
  }

  .hbspt-form {
    border-radius: 16px;
    border-radius: 1rem;
    width: 100%;
    border: 3px solid gainsboro;
    border: 0.1875rem solid gainsboro;
  }

  .hbspt-form .inputs-list {
  }

  .hbspt-form .form-columns-0,
  .hbspt-form .form-columns-1,
  .hbspt-form .form-columns-2 {
  }

  .hbspt-form .form-columns-0,
  .hbspt-form .form-columns-1,
  .hbspt-form .form-columns-2 {
  }

  .hbspt-form .form-columns-2 {
  }

  .hbspt-form .form-columns-2 .hs-form-field {
  }

  .hbspt-form .hs-form-required {
  }

  .hbspt-form .hs-form-required {
  }

  .hbspt-form .hs-form-required:after {
    font-weight: bold;
    content: "必須";
    display: block;
    width: 2.4vw;
    line-height: 1;
    letter-spacing: 0;
    padding: 0.2vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #e8631b;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }

  .hbspt-form .hs-form-required:after {
    font-size: 11.2px;
    font-size: 0.7rem;
    width: 2.5em;
    padding: 0.2vw 0 0.3vw;
    border-radius: 1.6px;
    border-radius: 0.1rem;
  }

  .hbspt-form .hs-form-required:nth-of-type(1):after {
  }

  .hbspt-form .hs-recaptcha .grecaptcha-badge {
  }

  .hbspt-form .hs-recaptcha .grecaptcha-badge {
    margin: 32px auto;
    margin: 2rem auto;
  }

  .hbspt-form .hs-fieldtype-textarea,
  .hbspt-form .hs-fieldtype-text,
  .hbspt-form .hs-fieldtype-phonenumber,
  .hbspt-form .hs-fieldtype-select {
  }

  .hbspt-form .hs-fieldtype-textarea > label,
  .hbspt-form .hs-fieldtype-text > label,
  .hbspt-form .hs-fieldtype-phonenumber > label,
  .hbspt-form .hs-fieldtype-select > label {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: bold;
    margin-bottom: 0.7vw;
    display: block;
  }

  .hbspt-form .hs-fieldtype-textarea > label,
  .hbspt-form .hs-fieldtype-text > label,
  .hbspt-form .hs-fieldtype-phonenumber > label,
  .hbspt-form .hs-fieldtype-select > label {
    font-size: 19.2px;
    font-size: 1.2rem;
  }

  .hbspt-form .hs-fieldtype-textarea .input,
  .hbspt-form .hs-fieldtype-text .input,
  .hbspt-form .hs-fieldtype-phonenumber .input,
  .hbspt-form .hs-fieldtype-select .input {
  }

  .hbspt-form .hs-fieldtype-textarea input[type="text"],
  .hbspt-form .hs-fieldtype-textarea input[type="tel"],
  .hbspt-form .hs-fieldtype-textarea input[type="email"],
  .hbspt-form .hs-fieldtype-textarea textarea,
  .hbspt-form .hs-fieldtype-textarea select,
  .hbspt-form .hs-fieldtype-text input[type="text"],
  .hbspt-form .hs-fieldtype-text input[type="tel"],
  .hbspt-form .hs-fieldtype-text input[type="email"],
  .hbspt-form .hs-fieldtype-text textarea,
  .hbspt-form .hs-fieldtype-text select,
  .hbspt-form .hs-fieldtype-phonenumber input[type="text"],
  .hbspt-form .hs-fieldtype-phonenumber input[type="tel"],
  .hbspt-form .hs-fieldtype-phonenumber input[type="email"],
  .hbspt-form .hs-fieldtype-phonenumber textarea,
  .hbspt-form .hs-fieldtype-phonenumber select,
  .hbspt-form .hs-fieldtype-select input[type="text"],
  .hbspt-form .hs-fieldtype-select input[type="tel"],
  .hbspt-form .hs-fieldtype-select input[type="email"],
  .hbspt-form .hs-fieldtype-select textarea,
  .hbspt-form .hs-fieldtype-select select {
  }

  .hbspt-form .hs-fieldtype-textarea input[type="text"]:focus,
  .hbspt-form .hs-fieldtype-textarea input[type="tel"]:focus,
  .hbspt-form .hs-fieldtype-textarea input[type="email"]:focus,
  .hbspt-form .hs-fieldtype-textarea textarea:focus,
  .hbspt-form .hs-fieldtype-textarea select:focus,
  .hbspt-form .hs-fieldtype-text input[type="text"]:focus,
  .hbspt-form .hs-fieldtype-text input[type="tel"]:focus,
  .hbspt-form .hs-fieldtype-text input[type="email"]:focus,
  .hbspt-form .hs-fieldtype-text textarea:focus,
  .hbspt-form .hs-fieldtype-text select:focus,
  .hbspt-form .hs-fieldtype-phonenumber input[type="text"]:focus,
  .hbspt-form .hs-fieldtype-phonenumber input[type="tel"]:focus,
  .hbspt-form .hs-fieldtype-phonenumber input[type="email"]:focus,
  .hbspt-form .hs-fieldtype-phonenumber textarea:focus,
  .hbspt-form .hs-fieldtype-phonenumber select:focus,
  .hbspt-form .hs-fieldtype-select input[type="text"]:focus,
  .hbspt-form .hs-fieldtype-select input[type="tel"]:focus,
  .hbspt-form .hs-fieldtype-select input[type="email"]:focus,
  .hbspt-form .hs-fieldtype-select textarea:focus,
  .hbspt-form .hs-fieldtype-select select:focus {
  }

  .hbspt-form .hs-fieldtype-textarea input[type="text"],
  .hbspt-form .hs-fieldtype-textarea input[type="tel"],
  .hbspt-form .hs-fieldtype-textarea input[type="email"],
  .hbspt-form .hs-fieldtype-textarea textarea,
  .hbspt-form .hs-fieldtype-textarea select,
  .hbspt-form .hs-fieldtype-text input[type="text"],
  .hbspt-form .hs-fieldtype-text input[type="tel"],
  .hbspt-form .hs-fieldtype-text input[type="email"],
  .hbspt-form .hs-fieldtype-text textarea,
  .hbspt-form .hs-fieldtype-text select,
  .hbspt-form .hs-fieldtype-phonenumber input[type="text"],
  .hbspt-form .hs-fieldtype-phonenumber input[type="tel"],
  .hbspt-form .hs-fieldtype-phonenumber input[type="email"],
  .hbspt-form .hs-fieldtype-phonenumber textarea,
  .hbspt-form .hs-fieldtype-phonenumber select,
  .hbspt-form .hs-fieldtype-select input[type="text"],
  .hbspt-form .hs-fieldtype-select input[type="tel"],
  .hbspt-form .hs-fieldtype-select input[type="email"],
  .hbspt-form .hs-fieldtype-select textarea,
  .hbspt-form .hs-fieldtype-select select {
    padding: 16px;
    padding: 1rem;
  }

  .hbspt-form .hs-fieldtype-textarea input[type="text"].error,
  .hbspt-form .hs-fieldtype-textarea input[type="tel"].error,
  .hbspt-form .hs-fieldtype-textarea input[type="email"].error,
  .hbspt-form .hs-fieldtype-textarea textarea.error,
  .hbspt-form .hs-fieldtype-textarea select.error,
  .hbspt-form .hs-fieldtype-text input[type="text"].error,
  .hbspt-form .hs-fieldtype-text input[type="tel"].error,
  .hbspt-form .hs-fieldtype-text input[type="email"].error,
  .hbspt-form .hs-fieldtype-text textarea.error,
  .hbspt-form .hs-fieldtype-text select.error,
  .hbspt-form .hs-fieldtype-phonenumber input[type="text"].error,
  .hbspt-form .hs-fieldtype-phonenumber input[type="tel"].error,
  .hbspt-form .hs-fieldtype-phonenumber input[type="email"].error,
  .hbspt-form .hs-fieldtype-phonenumber textarea.error,
  .hbspt-form .hs-fieldtype-phonenumber select.error,
  .hbspt-form .hs-fieldtype-select input[type="text"].error,
  .hbspt-form .hs-fieldtype-select input[type="tel"].error,
  .hbspt-form .hs-fieldtype-select input[type="email"].error,
  .hbspt-form .hs-fieldtype-select textarea.error,
  .hbspt-form .hs-fieldtype-select select.error {
  }

  .hbspt-form .hs-fieldtype-textarea textarea,
  .hbspt-form .hs-fieldtype-text textarea,
  .hbspt-form .hs-fieldtype-phonenumber textarea,
  .hbspt-form .hs-fieldtype-select textarea {
  }

  .hbspt-form .hs-fieldtype-select select {
  }

  .hbspt-form .hs-fieldtype-textarea select,
  .hbspt-form .hs-fieldtype-text select,
  .hbspt-form .hs-fieldtype-phonenumber select,
  .hbspt-form .hs-fieldtype-select select {
    background: url(../../../../img/cbr-ai02/cbr-lp_0001/ico_select.png) no-repeat center right 2vw / 1vw
      auto;
  }

  .hbspt-form .hs-fieldtype-textarea textarea,
  .hbspt-form .hs-fieldtype-text textarea,
  .hbspt-form .hs-fieldtype-phonenumber textarea,
  .hbspt-form .hs-fieldtype-select textarea {
  }

  .hbspt-form .hs-error-msgs {
    color: #e83d1b;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 0.4vw;
  }

  .hbspt-form .hs-error-msgs {
  }

  .hbspt-form .hs-fieldtype-booleancheckbox {
  }

  .hbspt-form .hs-fieldtype-booleancheckbox {
    font-size: 14.4px;
    font-size: 0.9rem;
    width: 90%;
    margin: 0 auto;
    margin-top: 16px;
    margin-top: 1rem;
  }

  .hbspt-form .hs-fieldtype-booleancheckbox a {
  }

  .hbspt-form .hs-fieldtype-booleancheckbox input[type="checkbox"] {
  }

  .hbspt-form .hs_submit {
  }

  .hbspt-form .hs_submit {
  }

  .hbspt-form .hs_submit input[type="submit"] {
    font-size: 21px;
    font-size: 1.3125rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    width: 27vw;
    height: 5.5vw;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 40px;
    margin-top: 2.5rem;
    border-radius: 5.49vw;
    color: #fff;
    display: grid;
    place-content: center;
    transition: background 0.5s;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: 0.5s ease opacity;
  }

  #label-biz_________cba01_02_-810da3e8-399c-4382-b132-883a6b015c3c {
    font-size: 19.2px;
    font-size: 1.2rem;
  }

  .hbspt-form .inputs-list {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    margin-top: 9.6px;
    margin-top: 0.6rem;
  }

  .hbspt-form .hs_submit input[type="submit"] {
    font-size: 20.8px;
    font-size: 1.3rem;
    width: 60%;
    border-radius: 13vw;
    height: 32px;
    height: 2rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);
  }

  .hbspt-form .hs_submit input[type="submit"]:hover {
  }

  .actions {
  }

  #form_memo-596be017-1d76-4154-bf62-8852c84f696d {
    height: 180px;
 }

  /* サンクス
============================ */
  .cb-thanks {
   padding: 13rem 0 12rem;
  }

  .cb-main-thanks {
  }

  .cb-thanks__inner {
    max-width: 800px;
  }

  .cb-thanks__inner h2 {
  }

  .cb-thanks__inner h2:after {
  }

  .cb-thanks__inner h2 span {
  }

  .cb-thanks__inner h2 strong {
    font-size: 33.6px;
    font-size: 2.1rem;
  }

  .form_ly {
  }

  .form_l {
  }

  .form_l figure {
  }

  .form_l figure img {
  }

  .form_r {
  }

  .explain {
    font-size: 17.6px;
    font-size: 1.1rem;
    margin-bottom: 32px;
    margin-bottom: 3rem;
  }

  .btn_download {
    margin-top: 48px;
    margin-top: 3rem;
  }

  .btn_style03 {
  }

  .btn_style03 img {
  }

  .cb-schedule {
  }

  .cb-schedule__inner {
    max-width: 800px;
  }

  .cb-schedule__inner h2 {
  }

  .cb-schedule__inner h2:after {
  }

  .cb-schedule__inner h2 span {
  }

  .cb-schedule__inner h2 strong {
    font-size: 33.6px;
    font-size: 2.1rem;
  }

  .f_tel {
    background-color: white;
    width: 22.6em;
    margin: auto;
    padding: 22.4px;
    padding: 1.4rem;
    border-radius: 6.4px;
    border-radius: 0.4rem;
    line-height: 1.4;
  }

  .f_tel strong {
    color: #006488;
    font-size: 27.2px;
    font-size: 1.7rem;
    font-weight: 600;
  }

  .f_tel span {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #006488;
  }

  .schedule_box {
  }

.cb-thanks__chui {font-size: 1rem;margin-bottom: 5rem;}

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

.cb-thanks__cta {background-color: #0200FB;width: 45%;padding: 1.3rem 1rem;text-align: center;border-radius: 5rem;box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);margin-bottom: 1rem;position: relative;}

  .cb-thanks__cta:after{
  }
  
.cb-thanks__cta-txt {font-size: 1.3rem;}

}

/* LPO */

.c-faq__q-cta {
  font-size: 1rem;
  color: #000;
  padding: 1rem 0 0;
}

.c-faq__q-cta a{
  color: #0200fb;
}


@media only screen and (min-width: 768px) and (max-width: 1000px) {
.cb-header__sp {
  display: block;
}

.cb-header__pc {
  display: none;
}

.cb-header__cta {
}

.cb-header__cta:hover {
}

.cb-header__cta a {
}

.cb-header__cta-txt {
  font-size: 1rem;
  letter-spacing: 0.156em;
  padding: 0.6rem 1rem;
}

}

/* popup */
@media (min-width: 768px) {
  #pop_up {
    position: fixed;
    z-index: 2;
    bottom: 13px;
    right: 13px;
    width: 230px;
    border-radius: 0.5rem;
    /* background: #ffffff; */
    /* border-top: #e83d1b solid 20px; */
    /* color: #333333; */
    /* font-size: 13px; */
    box-sizing: border-box;
    box-shadow: 0 0 10px #c7c7c7;
  }
  
  #pop_up img {
     width: 100%;
  }
  
  #pop_up .center {
    margin: 20px auto;
    text-align: center;
  }
  
  #pop_up .bnr a {
    color: white;
    font-size: 15px;
    font-weight: bold;
    background: #e83d1b;
    border: none;
    border-radius: 100px;
    padding: 12px 55px;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: normal;
  }
  
  #pop_up button {
    position: absolute;
    top: -35px;
    right: 0px;
    background: #e4e4e4;
    border: 0px;
    outline: 0;
    font-size: 30px;
    color: #4c4c4c;
    height: 30px;
    line-height: 1;
  }
  
  #pop_up button:active {
    border: 0px;
  }
  
  #pop_up p {
    display: block;
  }
  }
  
  
  @media (max-width: 767px) {
    #pop_up {
      position: fixed;
      z-index: 2;
      width: 40%;
      z-index: 2;
      top: auto;
      right: 8px;
      bottom: 8px;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
      box-shadow: 0px -3px 10px #00000029;
    }
    
  #pop_up button {
    position: absolute;
    top: -33px;
    right: -5px;
    background: #dedede8c;
    border: 0px;
    outline: 0;
    font-size: 30px;
    color: #4c4c4c;
    height: 30px;
    line-height: 1;
  }
    
    }