.bg-gray {
  background: #f1f5fd
}
.header {
  background: #181b3e
}
.footer {
  background: #181b3e
}
.main-image-hero h1 {
  color: #181b3e
}
.h2 {
  color: #181b3e
}
.section-subtitle strong {
  color: #181b3e
}
.subject-box h3 {
  color: #181b3e
}
.solution-box-title {
  background: #181b3e
}
.benefit-box-title p {
  background: #181b3e
}
.flow-box {
  border-left: 10px solid #181b3e
}
.flow-box:after {
  border-top: 25px solid rgba(24,27,62,.6)
}
.flow-box-title {
  color: #181b3e
}
.step-arrow {
  background: #181b3e
}
.step-arrow:after {
  border-left: 26px solid #181b3e
}
.flow-box-summary {
  background: rgba(24,27,62,.2);
  color: #181b3e
}
.case-company {
  color: #181b3e
}
.main-image-form {
  background: #f1f5fd
}
.form-title {
  color: #181b3e;
  border-top: 2px solid #181b3e;
  border-bottom: 2px solid #181b3e
}
.hs-form-booleancheckbox span:before {
  border: 1px solid #181b3e
}
.hs-form-booleancheckbox input:checked + span:before {
  background: #181b3e
}
.form-wrap a {
  color: #181b3e
}
.thanks-header {
  background: #181b3e
}
.company-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #fff;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px
}
.company-logos__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}
.company-logos__item {
  display: flex;
  justify-content: center;
  align-items: center
}
.company-logos__img {
  max-width: 100%;
  max-height: 100%
}
.company-logos__br {
  display: none;
  width: 100%;
  height: 1px
}
@media screen and (min-width:960px) {
  .company-logos__inner {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 5px 50px
  }
  .company-logos__item {
    max-width: calc(16.66% - 50px);
    height: 100px
  }
  .company-logos__br:nth-of-type(6n) {
    display: block
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .company-logos__inner {
    gap: 1vw 4vw
  }
  .company-logos__item {
    max-width: calc(20% - 4vw);
    height: 18vw;
    max-height: 80px
  }
  .company-logos__br:nth-of-type(5n) {
    display: block
  }
}
@media screen and (max-width:599px) {
  .company-logos__inner {
    gap: 1vw 2vw
  }
  .company-logos__item {
    max-width: calc(33.33% - 2vw);
    height: 16vw;
    max-height: 60px
  }
  .company-logos__br:nth-of-type(3n) {
    display: block
  }
}
@media screen and (min-width:481px) {
  .c-side-btn {
    position: fixed;
    top: 47%;
    right: 0;
    z-index: 10;
    width: 60px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-wrap: break-word;
    color: #fff;
    border-radius: 6px 0 0 6px;
    background: linear-gradient(180deg,#0a0b19,#343b88)
  }
  .c-side-btn__txt {
    display: block;
    writing-mode: vertical-rl;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .125em
  }
  .c-side-btn::after {
    margin: 20px 0 0;
    display: block;
    width: 26px;
    height: 22px;
    background: url(../images/common/icn_download.svg) no-repeat center center/contain;
    content: ""
  }
}
@media screen and (min-width:481px) and (hover:hover) and (pointer:fine) {
  .c-side-btn:hover {
    background: linear-gradient(180deg,#262b63,#6068c2)
  }
}
@media screen and (max-width:480px) {
  .c-side-btn {
    display: none
  }
}
.p-lp .header {
  width: 100%
}
@media screen and (min-width:481px) {
  .p-lp .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
  }
  .p-lp .main-image {
    padding-top: 70px
  }
}
.header-logo img {
  width: 124px;
  height: auto
}
.footer-logo img {
  width: 264px;
  height: auto
}
@media screen and (max-width:480px) {
  .header-logo img {
    width: 90px;
    height: auto
  }
  .footer-logo img {
    width: 145px
  }
}
.to-top-btn,
input[type=submit] {
  background: linear-gradient(90deg,#0a0b19,#343b88)
}
@media (hover:hover) and (pointer:fine) {
  .to-top-btn:hover,
  input[type=submit]:hover {
    background: linear-gradient(90deg,#262b63,#6068c2)
  }
}
.header-btn01 {
  background: #efd028
}
.header-btn .header-btn01 a {
  color: #4e4e4e
}
.header-btn02 {
  background: #848484
}
.header-btn .header-btn02 a {
  color: #fff
}
.document-btn {
  background: #efd028
}
.cta .document-btn {
  color: #4e4e4e
}
.document-btn:before {
  color: #216cd8
}
.cta .document-btn:after {
  border-top: 3px solid #4e4e4e;
  border-right: 3px solid #4e4e4e
}
.simulation-btn {
  background: #848484
}
.cta .simulation-btn {
  color: #fff
}
.cta .simulation-btn:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff
}
.page-form-with-company-logos .page-form.page-form-top {
  margin-bottom: 50px
}
.page-form-with-company-logos .company-logos__title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px;
  color: #aaa
}
@media screen and (max-width:959px) {
  .page-form-with-company-logos .page-form.page-form-top {
    margin-bottom: 20px
  }
  .page-form-with-company-logos .page-form.page-form-bottom {
    margin-top: 20px
  }
  .page-form-with-company-logos .company_logo_carousel__title {
    margin: 0 0 10px
  }
}
@media screen and (max-width:480px) {
  .page-form-with-company-logos .company_logo_carousel__title {
    font-size: 20px
  }
}