.cb {
}

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

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

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

.cb-header__logo img {
}

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

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

.cb-header__cta a {
}

.cb-header__cta-txt {
  color: white;
  font-size: 14.4px;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
}

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

.cb-fv {
}

.cb-fv__main {
  position: relative;
}

.cb-fv__main img {
}

.cb-fv__cta-wrap {
  width: 90%;
  content: "";
  display: block;
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sp {
}

.cb-fv__cta {
}

.cb-cta {
  max-width: 550px;
  box-shadow: 0 0 10px rgb(0 0 0 / 18%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 18%);
  border-radius: 48px;
  border-radius: 3rem;
  cursor: pointer;
}

.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%;
  left: 0;
}

.scroll-pic {
  display: flex;
  width: 235vh;
}

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

.cb-fv__logo-item {
  min-width: 100px;
  width: 100%;
  margin-right: 6.4px;
  margin-right: 0.4rem;
  border-radius: 3.2px;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);
}

.cb-fv__logo-item img {
}

.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
============================ */
.cb-prob {
  padding: 64px 0 36.8px;
  padding: 4rem 0 2.3rem;
}
.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: 1.7rem;
  font-weight: 600;
}
.cb-prob__inner h2 em {
  color: #007FC8;
  font-weight: 600;
}
.cb-prob__wrap {
}
.cb-prob__box-1 {
}

.cb-prob__box {
  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: 0.7rem;
  padding: 19.2px 16px;
  padding: 1.4rem 1rem;
  text-align: center;
  line-height: 1.5;
}

.cb-prob__box:before {
  content: "";
  background-image: url(../../../img/acc-ji02/kanma.png);
  background-size: 100% 100%;
  left: 5%;
  top: -6%;
  position: absolute;
  height: 20.8px;
  height: 0.9rem;
  width: 27.2px;
  width: 1.1rem;
}

.cb-prob__box-2 {
}
.cb-prob__e {
  width: 65%;
  margin: auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
}
.cb-prob__e img {
}

/* cb-sol
============================ */
.cb-sol {
  background-color: #EFF8FF;
  padding: 36.8px 0 22.4px;
  padding: 2.3rem 0 1.4rem;
  position: relative;
}
.cb-sol__inner {
  width: 90%;
  margin: auto;
  max-width: 570px;
}
.cb-sol__lavel {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #242424;
  background-color: #ffe11e;
  padding: 12.8px;
  padding: 0.8rem;
  width: 80%;
  border-radius: 48px;
  border-radius: 3rem;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
}
.cb-sol__inner h2 {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 600;
  color: #007FC8;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 9.6px;
  margin-bottom: 0.6rem;
}
.cb-sol__head-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.cb-sol__head-txt em {
  font-weight: 600;
}

.cb-sol__item-wrap {
  position: relative;
}

.cb-sol__item-wrap {
  position: relative;
}

.cb-sol__item:nth-of-type(2):before {
  content: "";
  background-image: url(../../../img/acc-ji02/yaji.png);
  background-size: 100% 100%;
  left: 45%;
  top: -11%;
  position: absolute;
  height: 30px;
  height: 1.875rem;
  width: 40px;
  width: 2.5rem;
  transform: rotate(90deg);
  z-index: 100;
}

.cb-sol__item {
  border: 2px solid #878787;
  border: 0.125rem solid #878787;
  border-radius: 4.8px;
  border-radius: 0.3rem;
  overflow: hidden;
  background-color: white;
  margin-bottom: 20.8px;
  margin-bottom: 1.3rem;
  z-index: 0;
  position: relative;
  overflow: visible;
}

.cb-sol__item-head {
  background-color: #878787;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  padding: 8px;
  padding: 0.5rem;
  text-align: center;
  color: white;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
}

.cb-sol__item:nth-of-type(2) {
  position: relative;
  border: 2px solid #007FC8;
  border: 0.125rem solid #007FC8;
}

.cb-sol__item:nth-of-type(2) .cb-sol__item-head {
  background-color: #007FC8;
}

.cb-sol__item-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
  padding: 0.8rem 0;
  border-bottom: 1px solid #8d8d8d;
  border-bottom: 0.0625rem solid #8d8d8d;
  width: 91%;
  margin: auto;
  margin-bottom: 11.2px;
  margin-bottom: 0.5rem;
}
.cb-sol__body-e {
  width: 31%;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.cb-sol__body-e img {
}
.cb-sol__item-body h3 {
  font-weight: 600;
  font-size: min(4.2vw, 19px);
  width: 65%;
}

.cb-sol__body-txt {
  padding: 3.2px 32px 11.2px;
  padding: 0.4rem 2rem 1rem;
}

.cb-sol__body-txt ul {
}
.cb-sol__body-txt ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #252525;
  line-height: 1.7;
  list-style: disc;
}

.ul-wrap {
  display: flex;
}

.ul-2 {
  margin-left: 3rem;
}


/* cb-riyu
============================ */
.cb-riyu {
  padding: 36.8px 0 22.4px;
  padding: 2.3rem 0 1.4rem;
}
.cb-riyu__inner {
  width: 90%;
  margin: auto;
  max-width: 570px;
}
.cb-riyu__lavel {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #242424;
  letter-spacing: 0.05em;
  background-color: #ffe11e;
  padding: 8px;
  padding: 0.5rem;
  border-radius: 48px;
  border-radius: 3rem;
  text-align: center;
  width: 90%;
  margin: auto;
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem;
}

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

.cb-riyu__inner h2:before {
  content: "";
  display: block;
  width: 48px;
  width: 3rem;
  height: 2px;
  height: 0.125rem;
  background-color: #007FC8;
  position: absolute;
  bottom: -42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cb-riyu__inner h2 em {
  color: #007FC8;
  font-weight: 600;
}

.cb-riyu__cont {
}
.cb-riyu__item {
  border: 2px solid #d0d0d0;
  border: 0.17rem solid #d0d0d0;
  border-radius: 8px;
  border-radius: 0.5rem;
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem;
  padding: 19.2px 24px;
  padding: 1.2rem 1.5rem;
  margin-top: 16px;
  margin-top: 1rem;
}
.cb-riyu__item-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.cb-riyu__item-e {
  width: 20%;
  margin-right: 16px;
  margin-right: 1rem;
}
.cb-riyu__item-e img {
}
.cb-riyu__item-head h3 {
  font-size: min(4.4vw, 19px);
  line-height: 1.5;
  font-weight: 600;
  width: 70%;
}
.cb-riyu__item-head h3 em {
  color: #007FC8;
  font-weight: 600;
}
.cb-riyu__item-body {
}
.cb-riyu__item-body-e {
  width: 70%;
  margin: auto;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.cb-riyu__item-body-e img {
}
.cb-riyu__item-body p {
}

/* cb-mid
============================ */
.cb-mid__cta {
  background-color: #007FC8;
  padding: 36.8px 0 22.4px;
  padding: 1.8rem 0 1.4rem;
}
.cb-mid__cta-inner {
  width: 90%;
  margin: auto;
  max-width: 570px;
}
.cb-mid__cta-txt {
  font-size: min(4.3vw, 19px);
  font-weight: 500;
  color: white;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.cb-cta-mid {
}
.cb-cta-mid a {
}
.cb-cta-mid a img {
}

/* cb-hani
============================ */
.cb-hani {
  padding: 36.8px 0 22.4px;
  padding: 2.3rem 0 1.4rem;
}
.cb-hani__inner {
  width: 90%;
  margin: auto;
  max-width: 570px;
}

.cb-hani__inner h2 {
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  color: #007FC8;
  text-align: center;
  font-weight: 500;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.cb-hani__inner h2:before {
  content: "";
  display: block;
  width: 48px;
  width: 3rem;
  height: 2px;
  height: 0.125rem;
  background-color: #007FC8;
  position: absolute;
  bottom: -42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cb-hani__ttl-txt {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 16px;
  margin-bottom: 2rem;
}
.cb-hani__cont {
}
.cb-hani__item {
  border-radius: 0.3rem;
  overflow: hidden;
  background-color: white;
  margin-bottom: 1rem;
  margin: auto;
  margin-bottom: 1.5rem;
  box-shadow: 0rem 0.3125rem 0.625rem rgb(0 0 0 / 7%);
}
.cb-hani__item h3 {
  background-color: #007FC8;
  font-size: 25px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  padding: 16px 8px;
  padding: 1rem 0.5rem;
  text-align: center;
  color: white;
  height: 37px;
}

.cb-hani__item:nth-of-type(4) h3 {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.3;
}

.cb-hani__item-box {
  padding: 1rem 2.4rem 2rem;
}
.cb-hani__head-e {
  width: 44%;
  margin: auto;
  padding: 0.3rem 0 1rem;
  margin-bottom: 0.5rem;
}
.cb-hani__head-e img {}
.cb-hani__item-box ul {}
.cb-hani__item-box ul li {
position: relative;
padding-left: 1rem;
}
.cb-hani__item-box ul li:before {
  content: "";
  display: block;
  border-radius: 100rem;
  width: 10px;
  height: 10px;
  background-color: #007fc8;
  position: absolute;
  left: -1%;
  top: 22%;
}

/* cb-plan
============================ */
.cb-plan {
  background-color: #EFF8FF;
  padding: 36.8px 0 22.4px;
  padding: 2.3rem 0 1.4rem;
}
.cb-plan__inner {
  width: 90%;
  margin: auto;
  max-width: 570px;
}
.cb-plan__inner h2 {
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  color: #007FC8;
  text-align: center;
  font-weight: 500;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.cb-plan__inner h2:before {
  content: "";
  display: block;
  width: 48px;
  width: 3rem;
  height: 2px;
  height: 0.125rem;
  background-color: #007FC8;
  position: absolute;
  bottom: -42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cb-plan__cont {}
.cb-plan__item {
  border: 3px solid #007FC8;
  border: 0.25rem solid #007FC8;
  border-radius: 4.8px;
  border-radius: 0.3rem;
  background-color: white;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.cb-plan__item h3 {
  background-color: #007FC8;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  padding: 16px 8px;
  padding: 0.9rem 0.5rem;
  text-align: center;
  color: white;
}
.cb-plan__item-kakaku {
  font-size: 24px;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}
.cb-plan__item-kakaku em {
  font-size: 1.8em;
  font-weight: 700;
}
.cb-plan__item-tanka {
    border-bottom: 0.0625rem solid #bfbfbf;
    margin: 0.5rem;
    padding-bottom: 1rem;
}
.cb-plan__item-kikan {
    margin: 0.6rem 0;
    font-size: 1.2rem;
    font-weight: 500;
}
.cb-plan__item-2 {
  position: relative;
  border: 0.25rem solid #006488;
}
.cb-plan__maru {
  position: absolute;
  top: -4%;
  right: -6%;
  width: 30%;
}
.cb-plan__maru img {}

.cb-plan__item-body{
    padding: 1rem;
    text-align: center;
}

.cb-plan__item:nth-of-type(2) h3 {background-color: #006488;}
/* cb-safe
============================ */
.cb-safe {
  padding: 36.8px 0 22.4px;
  padding: 2.3rem 0 1.4rem;
}
.cb-safe__inner {
  width: 90%;
  margin: auto;
  max-width: 570px;
}
.cb-safe__inner h2 {
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  color: #007FC8;
}

.cb-safe__inner h2 {
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  color: #007FC8;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.cb-safe__inner h2:before {
  content: "";
  display: block;
  width: 48px;
  width: 3rem;
  height: 2px;
  height: 0.125rem;
  background-color: #007FC8;
  position: absolute;
  bottom: -42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cb-safe__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.cb-safe__cont {
}
.cb-safe__item {
  border: 2px solid #d0d0d0;
  border: 0.125rem solid #d0d0d0;
  background-color: white;
  padding: 16px 16px;
  padding: 1rem 1rem;
  margin-bottom: 9.6px;
  margin-bottom: 0.9rem;
  border-radius: 8px;
  border-radius: 0.4rem;
}
.cb-safe__item h3 {
  color: #007FC8;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cb-safe__item p {
}

/* cb-flow
============================ */
.cb-flow {
  padding: 36.8px 0 22.4px;
  padding: 2.3rem 0 1.4rem;
}

.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: #007FC8;
  margin-bottom: 36.8px;
  margin-bottom: 2.3rem;
  position: relative;
}

.cb-flow__inner h2:before {
  content: "";
  display: block;
  width: 48px;
  width: 3rem;
  height: 2px;
  height: 0.125rem;
  background-color: #007FC8;
  position: absolute;
  bottom: -42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cb-flow__head-txt {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.cb-flow__cont {
  position: relative;
}

.cb-flow-line {
  content: "";
  display: block;
  width: 8px;
  width: 0.5rem;
  height: 560px;
  height: 35rem;
  background-color: #86c1e2ba;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cb-flow__item {
  background-color: white;
  margin-bottom: 20.8px;
  margin-bottom: 1.3rem;
  padding: 16px 24px 16px;
  padding: 1rem 1.5rem 1rem;
  border: 1px solid #007FC8;
  border: 0.15rem solid #cacaca;
  border-radius: 8px;
  border-radius: 0.5rem;
  position: relative;
}

.cb-flow__item-head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}

.cb-flow__head-wrap {
  width: 60%;
}

.cb-flow__head-wrap h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #007FC8;
  line-height: 1.3;
}

.cb-flow__e {
  width: 27%;
}

.cb-flow__e img {
}

.cb-flow__item p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 9.6px;
  margin-top: 0.6rem;
}

  .cb-hani__item:nth-of-type(4) h3 {
    text-align: center;
    line-height: 1.2;
}

/* cb-sum
============================ */
.cb-sum {
  padding: 40px 0;
  padding: 2.5rem 0;
}

.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: #007FC8;
  margin-bottom: 3rem;
}

.cb-sum__inner h2:before {
  content: "";
  display: block;
  width: 48px;
  width: 3rem;
  height: 2px;
  height: 0.125rem;
  background-color: #007FC8;
  position: absolute;
  bottom: -42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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: #007FC8;
}

.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: #6c6c6c 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: #EFF8FF;
  padding: 32px 0;
  padding: 2rem 0;
}

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

.c-form__inner h2 {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  color: #007FC8;
  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: #007FC8;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.c-form__inner h2:before {
  content: "";
  display: block;
  width: 48px;
  width: 3rem;
  height: 2px;
  height: 0.125rem;
  background-color: #007FC8;
  position: absolute;
  bottom: -55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

/*ã€€å…±é€šãƒ•ã‚©ãƒ¼ãƒ  CSSã‚³ãƒ¼ãƒ‰  */
.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 3vw 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/ico_select.png) no-repeat center right 2.6vw/2.5vw
    auto;
  color: black;
}

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

/* cb-kotei
============================ */
.kotei-btn {
  max-width: 320px;
  left: 50%;
  transform: translate(-50%, 0%);
  position: fixed;
  bottom: 11.2px;
  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: 5rem 0 8rem;
}

.cb-main-thanks {
  background-color: #EFF8FF;
}

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

.cb-thanks__inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22.4px;
  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: #007fc8;
  margin: 32px auto;
  margin: 2rem auto;
}

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

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

.form_ly {
  margin: 50px 0 0;
  margin: 3.125rem 0 0;
}

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

.form_l figure {
  margin: 0px 0;
  margin: 0rem 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;
}

.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: 80px;
  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: #82b4bb;
  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%;
}

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

  .kotei-btn {
    display: none;
  }
}

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

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

/* ä¸‹è¨˜ã‹ã‚‰PC */

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

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

  .cb-header__inner {
    max-width: 1100px;
    margin: auto;
  }

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

  .cb-header__logo img {
  }

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

  .cb-header__cta:hover {
  }

  .cb-header__cta a {
  }

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

  /* 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: 73%;
    left: 60%;
    transform: translate(-50%, -50%);
    align-items: center;
  }

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

  .sp {
  }

  .cb-fv__cta {
    top: 47%;
    left: 24%;
    width: 26%;
  }

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

  .cb-cta {
  }

  .cb-cta:hover {
  }

  .cb-fv__cta a {
  }

  .cb-fv__cta a img {
  }

  /* FVã®ãƒ­ã‚´ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼
============================ */
  .cb-fv__logo {
  }

  .scroll-pic {
    width: 100vw;
    display: flex;
    position: absolute;
    bottom: -11%;
    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: 96px 0 64px;
    padding: 6rem 0 4rem;
    margin-top: 0;
  }

  .cb-prob__inner {
    max-width: 1000px;
  }

  .cb-prob__inner h2 {
    margin-bottom: 48px;
    margin-bottom: 3rem;
    font-size: 33px;
    font-size: 2.0625rem;
  }

  .cb-prob__inner h2 img {
  }

  .cb-prob__pic {
    width: 85%;
    margin: auto;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }

  .cb-prob__pic img {
  }

  .cb-prob__e {
    width: 32%;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .cb-prob__e img {
  }

  .cb-prob__txt {
    width: 38%;
  }

  .cb-prob__txt img {
  }

  .cb-prob__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cb-prob__box-1 {
    display: flex;
    gap: 16px;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }

  .cb-prob__box {
    background: #f7f7f7;
    border-radius: 10px;
    border-radius: 0.625rem;
    padding: 16px;
    padding: 1rem;
    /* å¹…ã‚’çµ±ä¸€ */
    height: 165px; /* é«˜ã•ã‚’çµ±ä¸€ */
    width: 380px;
    width: 26rem;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    display: flex;
    align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤® */
    justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤® */
    text-align: center; /* ãƒ†ã‚­ã‚¹ãƒˆä¸­å¤®æƒãˆ */
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .cb-prob__box:before {
  left: 6%;
  top: -4.3%;
  position: absolute;
  height: 20.8px;
  height: 1.2rem;
  width: 27.2px;
  width: 1.5rem;
  }

  .cb-prob__box-2 {
    display: flex;
    gap: 16px;
    gap: 1rem;
    justify-content: center;
  }

  /* cb-sol
============================ */
  .cb-sol {
  padding: 2.4rem 0 3rem;
  }
  .cb-sol__inner {
    max-width: 1090px;
  }
  .cb-sol__lavel {
    font-size: 20px;
    font-size: 1.25rem;
    width: 44%;
    max-width: 500px;
  }
  .cb-sol__inner h2 {
    font-size: 58px;
    font-size: 3.625rem;
  }
  .cb-sol__head-txt {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: center;
    line-height: 1.9;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .cb-sol__item-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cb-sol__item {
    width: 48.5%;
    height: 350px;
    height: 22rem;
  }

  .cb-sol__item:nth-child(2) {
  }

  .cb-sol__item-head {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .cb-sol__item:nth-of-type(2):before {
    content: "";
    background-image: url(../../../img/acc-ji02/yaji.png);
    background-size: 100% 100%;
    left: -8%;
    top: 50%;
    position: absolute;
    height: 41.6px;
    height: 2.6rem;
    width: 72px;
    width: 4.5rem;
    transform: rotate(0deg);
    z-index: 100;
  }

  .cb-sol__item-body {
    width: 85%;
  }
  .cb-sol__body-e {
  }
  .cb-sol__body-e img {
  }
  .cb-sol__item-body h3 {
    font-size: min(1.4vw, 24px);
  }
  .cb-sol__body-txt {
    padding: 3.2px 57.6px 11.2px;
    padding: 1.2rem 3.6rem 0.7rem;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
  }

  .cb-sol__body-txt ul {
  }
  .cb-sol__body-txt ul li {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .cb-sol__item-last h3 {
    font-size: min(1.1vw, 24px);
  }

  .cb-sol__body-txt-last ul li {
    font-size: min(3vw, 16.4px);
  }

  .ul-wrap {
    display: flex;
}

  .ul-2 {
    margin-left: 3rem;
}


  /* cb-riyu
============================ */
  .cb-riyu {
  padding: 3rem 0 3rem;
  }
  .cb-riyu__inner {
    max-width: 850px;
  }
  .cb-riyu__lavel {
    font-size: 20px;
    font-size: 1.25rem;
    width: 55%;
  }
  .cb-riyu__inner h2 {
    font-size: 33px;
    font-size: 2.0625rem;
    margin-bottom: 3.7rem;
  }
  .cb-riyu__cont {
  }
  .cb-riyu__item {
    padding: 27.2px 32px;
    padding: 1.7rem 2rem;
  }
  .cb-riyu__item-head {
  }
  .cb-riyu__item-e {
    width: 10%;
  }
  .cb-riyu__item-e img {
  }
  .cb-riyu__item-head h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .cb-riyu__item-head h3 em {
  }
  .cb-riyu__item-body {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .cb-riyu__item-body-e {
    width: 30%;
    margin-top: -12%;
    padding-left: 4%;
  }
  .cb-riyu__item-body-e img {
  }
  .cb-riyu__item-body p {
    width: 65%;
    font-size: 17px;
    font-size: 1.0625rem;
  }


  /* cb-mid
============================ */
  .cb-mid__cta {
    padding: 40px 0 32px;
    padding: 2.5rem 0 2rem;
  }
  .cb-mid__cta-inner {
  }
  .cb-mid__cta-txt {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .cb-cta-mid {
    width: 70%;
    margin: auto;
  }
  .cb-cta-mid a {
  }
  .cb-cta-mid a img {
  }

  /* cb-hani
============================ */
  .cb-hani {
    padding: 48px 0 48px;
    padding: 3rem 0 3.5rem;
  }
  .cb-hani__inner {
    max-width: 1090px;
  }
  .cb-hani__inner h2 {
    font-size: 33px;
    font-size: 2.0625rem;
    font-weight: 600;
  }
  .cb-hani__ttl-txt {
    text-align: center;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    line-height: 1.8;
  }
  .cb-hani__cont {
    display: flex;
    justify-content: space-between;
  }
  .cb-hani__item {
    border-radius: 0.3rem;
    overflow: hidden;
    background-color: white;
    margin-bottom: 1rem;
    width: 23.5%;
    height: 350px;
    box-shadow: 0rem 0.3125rem 0.625rem rgb(0 0 0 / 7%);
  }
  .cb-hani__item h3 {
    background-color: #007FC8;
    font-size: 25px;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem;
    padding: 16px 8px;
    padding: 1.1rem 0.5rem;
    text-align: center;
    color: white;
    height: 37px;
  }

  .cb-hani__item:nth-of-type(4) h3 {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.3;
}
  
.cb-hani__item-box {
    padding: 1rem;
}
.cb-hani__head-e {
    width: 50%;
    margin: auto;
    padding: 0.7rem 0;
    margin-bottom: 0.5rem;
}
.cb-hani__head-e img {}
.cb-hani__item-box ul {}
.cb-hani__item-box ul li {
  position: relative;
  padding-left: 1rem;
}
  .cb-hani__item-box ul li:before {
    content: "";
    display: block;
    border-radius: 100rem;
    width: 10px;
    height: 10px;
    background-color: #007fc8;
    position: absolute;
    left: -1%;
    top: 13%;
  }

  

  /* cb-plan
============================ */
.cb-plan { 
  background-color: #EFF8FF;
  padding: 48px 0 56px;
  padding: 3rem 0 3.5rem;}
.cb-plan__inner {
  max-width: 870px;
}
.cb-plan__inner h2 {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
.cb-plan__cont {
  display: flex;
  justify-content: space-between;
}
.cb-plan__item {
    width: 48%;
}
.cb-plan__item h3 {
  font-size: 27px;
  font-size: 1.6875rem;
  padding: 0.8rem 0.5rem;
}
  .cb-plan__item:nth-of-type(2) h3 {background-color: #006488;}
.cb-plan__item-kakaku {
  padding-bottom: 0.6rem;
}
.cb-plan__item-kakaku em {}
.cb-plan__item-tanka {
    width: 75%;
    margin: auto;
    margin-bottom: 1rem;
    padding-bottom: 1.4rem;
    border-bottom: 0.0625rem solid #bfbfbf;
}
.cb-plan__item-kikan {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}
.cb-plan__item-2 {
    position: relative;
    border: 0.25rem solid #006488;
}
.cb-plan__maru {
    position: absolute;
    top: -9%;
    right: -11%;
    width: 33%;
}
.cb-plan__maru img {}
.cb-plan__item-body{
    padding: 1.3rem;
    text-align: center;
}

  /* cb-safe
============================ */
  .cb-safe {
    padding: 48px 0 56px;
    padding: 3rem 0 3.5rem;
  }
  .cb-safe__inner {
    max-width: 1100px;
  }
  .cb-safe__inner h2 {
    font-size: 33px;
    font-size: 2.0625rem;
    font-weight: 600;
  }

  .cb-safe__txt {
  line-height: 1.8;
  font-weight: 400;
  }
  .cb-safe__cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cb-safe__item {
    width: 28%;
    height: 220px;
    height: 13.75rem;
    padding: 17.6px 22.4px;
    padding: 1.1rem 1.4rem;
  }
  .cb-safe__item h3 {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  }
  .cb-safe__item p {
  }

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

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

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

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

  .cb-flow-line {
    width: 880px;
    width: 55rem;
    height: 12.8px;
    height: 0.8rem;
  }

  .cb-flow__item {
    width: 20%;
    height: 280px;
    height: 17.5rem;
    padding: 16px;
    padding: 1rem;
  }

  .cb-flow__item:nth-of-type(2) .cb-flow__e {
    padding: 16px 0;
    padding: 1rem 0;
  }

  .cb-flow__item:nth-of-type(5) .cb-flow__e {
    padding: 16px 0;
    padding: 1rem 0;
  }

  .cb-flow__item-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cb-flow__head-wrap {
    width: 100%;
  }

  .cb-flow__head-eigo {
    padding-left: 0;
    margin: auto;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 3.2px;
    margin-bottom: 0.2rem;
  }

  .cb-flow__head-eigo:before {
    left: 25%;
  }

  .cb-flow__head-eigo:after {
    right: 20%;
  }

  .cb-flow__head-wrap h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 8px;
    margin-top: 0.5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }

  .cb-flow__e {
    width: 54%;
  }

  .cb-flow__e img {
  }

  .cb-flow__item p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
  }

  .cb-flow__head-txt {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 36.8px;
    margin-bottom: 2.3rem;
  }


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

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

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

.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: 48px 0 44.8px;
    padding: 3rem 0 2.8rem;
  }

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

  .c-form__inner h2 {
    font-size: 35px;
    font-size: 2.1rem;
    margin-bottom: 36.8px;
    margin-bottom: 2.3rem;
  }

  .c-form__eigo {
  }

  .c-form__inner h2 {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }

  .c-form__inner strong {
  }

  .c-form__inner p {
  }

  /*ã€€å…±é€šãƒ•ã‚©ãƒ¼ãƒ  CSSã‚³ãƒ¼ãƒ‰  */
  .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/ico_select.png) no-repeat center right 2vw / 1vw
      auto;
      color: black;
  }

  .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 {
  }

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

  .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: 2rem;
  }

  .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 {
  }
}
