@charset "UTF-8";
#container {
  padding: 0;
}

.p-d-none_pc {
  display: none;
}

.p-d-inline_pc {
  display: inline;
}

.p-d-block_pc {
  display: block;
}

@media screen and (max-width: 640px) {
  .p-d-none_sp {
    display: none;
  }
  .p-d-inline_sp {
    display: inline;
  }
  .p-d-block_sp {
    display: block;
  }
}
.l-wrap {
  padding: 0 30px;
}

@media screen and (max-width: 640px) {
  .l-wrap {
    padding: 0 5.3333333333vw;
  }
}
.l-content {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .l-content {
    width: 100%;
  }
}
.no-code-container {
  text-align: left;
  background-color: #fff;
  line-height: 2;
  font-family: "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Montserrat", sans-serif;
  /* font-family:"Roboto", "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Montserrat", sans-serif; */
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .no-code-container {
    font-size: 14px;
  }
}
.p-smart-viewer-heading.is-white > * {
  color: #fff;
}

.no-code-container em {
  font-style: normal;
}

.no-code-container button {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 0;
  display: block;
  font-family: "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Montserrat", sans-serif;
  /* font-family:"Roboto", "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Montserrat", sans-serif; */
}

.no-code-container a:hover {
  text-decoration: none;
}

.p-smart-viewer-heading {
  text-align: center;
  line-height: 1.5;
}

.p-smart-viewer-heading > * {
  display: block;
  font-weight: 700;
}

.p-smart-viewer-heading_main {
  font-size: 32px;
}

@media screen and (max-width: 640px) {
  .p-smart-viewer-heading_main .p-small {
    font-size: 16px;
    letter-spacing: -0.03em;
  }
}
.p-smart-viewer-heading_main em {
  color: #005BAC;
}

.p-smart-viewer-heading_under-shoulder {
  font-size: 15px;
  margin-top: 15px;
  color: #005BAC;
}

@media screen and (max-width: 640px) {
  .p-smart-viewer-heading_under-shoulder {
    font-size: 16px;
  }
}
.p-section-description {
  width: 800px;
  margin: 40px auto 0;
}

@media screen and (max-width: 640px) {
  .p-section-description {
    margin-top: 30px;
    width: 100%;
  }
}
/* above-the-fold */
.above-the-fold {
  height: 490px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/bi/solution/no_code/images/mv_bg_pc.jpg") no-repeat center center;
}

@media screen and (min-width: 1921px) {
  .above-the-fold {
    background-size: cover;
  }
}
@media screen and (max-width: 640px) {
  .above-the-fold {
    background: url("/bi/solution/no_code/images/mv_bg_sp.jpg") no-repeat center top;
    height: auto;
    padding: 40px 0;
    background-size: cover;
  }
}
.page-heading {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.page-heading > * {
  display: block;
}

.page-heading_shoulder {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .page-heading_shoulder {
    font-size: 16px;
    line-height: 1.8;
  }
}
.page-heading_main {
  font-size: 56px;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .page-heading_main {
    margin-top: 10px;
    font-size: 33px;
  }
}
.page-heading_main .small-text {
  font-size: 40px;
  display: block;
}

@media screen and (max-width: 640px) {
  .page-heading_main .small-text {
    font-size: 24px;
  }
}
.above-the-fold_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  margin: 30px auto 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #fff 50%, #fff, #ffe443, #ffe443 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #005bac;
  transition: background-position 0.2s ease-out;
}

.above-the-fold_link:hover {
  background-position: 0 0;
  color: #005bac !important;
  transition: background-position 0.2s ease-out;
}

@media screen and (max-width: 640px) {
  .above-the-fold_link {
    width: 244px;
    height: 53px;
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (any-hover: hover) {
  .above-the-fold_link:hover {
    background-color: #F4F6FA;
    color: #FEA220;
    text-decoration: none;
  }
}
/*--------------------------------------

2023.7ページ固有スタイル

--------------------------------------*/
@media screen and (max-width: 640px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp-br {
    display: block;
  }
}

.p-common-headline {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-common-headline {
    font-size: 8.5333333333vw;
    line-height: 1.5;
  }
}
.p-common-headline b {
  font-weight: 700;
  color: #005bac;
}
.p-common-headline span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #005bac;
}
@media screen and (max-width: 640px) {
  .p-common-headline span {
    padding: 2.6666666667vw 0 0;
    font-size: 4.2666666667vw;
  }
}

.cmn-cta-block {
  display: none;
}
.cmn-cta-block.is-no-code {
  display: flex;
  background: url("/bi/solution/no_code/images/cta_bg.jpg") no-repeat;
  background-position: right center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .cmn-cta-block.is-no-code .cmn-cta-title {
    font-size: 6.4vw;
    text-align: left;
  }
}
.cmn-cta-block.is-no-code.is-middle .cmn-cta-btn-list {
  justify-content: center;
}
.cmn-cta-block.is-no-code.is-middle .cmn-cta-txt {
  margin-top: 0;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cmn-cta-block.is-no-code.is-middle .cmn-cta-title {
    box-sizing: border-box;
    padding-left: 9.3333333333vw;
    padding-right: 9.3333333333vw;
    font-size: 6.4vw;
    text-align: center;
  }
}
.cmn-cta-block.is-no-code .cmn-cta-wp {
  display: grid;
  grid-template-columns: 270px 1fr;
  column-gap: 30px;
  background: #fff;
  padding: 30px;
  color: #000;
  border-radius: 10px;
  max-width: 800px;
  margin-top: 40px;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .cmn-cta-block.is-no-code .cmn-cta-wp {
    grid-template-columns: 1fr;
    padding: 20px;
    justify-content: center;
    row-gap: 20px;
  }
}
.cmn-cta-block.is-no-code .cmn-cta-wp .cmn-cta-wp-img img {
  width: 100%;
  height: auto;
  display: block;
}
.cmn-cta-block.is-no-code .cmn-cta-wp .cmn-cta-wp-body .cmn-cta-wp-body-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .cmn-cta-block.is-no-code .cmn-cta-wp .cmn-cta-wp-body .cmn-cta-wp-body-title {
    flex-direction: column;
    font-size: 18px;
  }
}
.cmn-cta-block.is-no-code .cmn-cta-wp .cmn-cta-wp-body .cmn-cta-wp-body-title span {
  font-size: 12px;
  display: flex;
  background: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 83px;
  text-align: center;
  height: 58px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .cmn-cta-block.is-no-code .cmn-cta-wp .cmn-cta-wp-body .cmn-cta-wp-body-title span {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .cmn-cta-block.is-no-code .cmn-cta-wp .cmn-cta-wp-body .cmn-cta-wp-body-title span br {
    display: none;
  }
}
.cmn-cta-block.is-no-code .cmn-cta-wp .cmn-cta-wp-body .cmn-cta-wp-body-lead {
  font-size: 14px;
  margin-top: 10px;
}
.cmn-cta-block.is-no-code .cmn-cta-wp .cmn-cta-wp-body .cmn-cta-wp-body-btn {
  background: #005bac;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease-out;
  box-sizing: border-box;
  height: 36px;
}
.cmn-cta-block.is-no-code .cmn-cta-wp .cmn-cta-wp-body .cmn-cta-wp-body-btn:hover {
  color: #005bac;
  border: #005bac 1px solid;
  background: #fff;
  transition: background 0.2s ease-out;
}

.p-about {
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .p-about {
    padding: 13.3333333333vw 0 12vw;
  }
}

.p-about-content {
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-about-content {
    max-width: 100%;
  }
}

.p-about-headline {
  font-size: 36px;
  line-height: 1.6;
  color: #0061d5;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-about-headline {
    font-size: 7.3333333333vw;
  }
}

.p-about-lead {
  padding: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .p-about-lead {
    padding: 9.3333333333vw 0 0;
  }
}
.p-about-lead .is-text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .p-about-lead .is-text {
    font-size: 3.7333333333vw;
  }
}
.p-about-lead .is-text b {
  font-weight: 700;
}

.p-actualize {
  width: 100%;
  padding: 100px 0;
  background: url("/bi/solution/no_code/images/actualizeBG_pc.png") center center;
}
@media screen and (max-width: 640px) {
  .p-actualize {
    padding: 13.3333333333vw 0;
    background: url("/bi/solution/no_code/images/actualizeBG_sp.png") center center;
    background-size: 5% auto;
  }
}

.p-actualize-content {
  max-width: 1080px;
  margin: 0 auto;
}
.p-actualize-list {
  width: 100%;
  padding: 10px 0 0;
}
@media screen and (max-width: 640px) {
  .p-actualize-list {
    padding: 1.3333333333vw 0 0;
  }
}

.p-actualize-item {
  width: 100%;
  background: #fff;
  margin: 60px 0 0;
  padding: 60px 10%;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .p-actualize-item {
    margin: 6.6666666667vw 0 0;
    padding: 6.6666666667vw 8vw;
  }
}

.p-actualize-item-header {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-actualize-item-header {
    flex-wrap: wrap;
  }
}
.p-actualize-item-header .is-image {
  width: 200px;
}
@media screen and (max-width: 640px) {
  .p-actualize-item-header .is-image {
    padding: 5.3333333333vw 0 0;
    width: 100%;
    order: 2;
    text-align: center;
  }
}
.p-actualize-item-header .is-image img {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-actualize-item-header .is-image img {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
}
.p-actualize-item-header .is-headline {
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 0 0 0 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  .p-actualize-item-header .is-headline {
    width: 100%;
    order: 1;
    padding: 0;
    font-size: 5.3333333333vw;
    text-align: center;
    line-height: 1.6;
  }
}
.p-actualize-item-header .is-headline span {
  display: block;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 700;
  color: #005bac;
}
@media screen and (max-width: 640px) {
  .p-actualize-item-header .is-headline span {
    margin: 0 0 2vw;
    font-size: 9.3333333333vw;
  }
}
.p-actualize-item-header .is-headline span b {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-actualize-item-header .is-headline span b {
    display: none;
  }
}

.p-actualize-item-info {
  width: 100%;
  padding: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .p-actualize-item-info {
    padding: 5.3333333333vw 0 0;
  }
}
.p-actualize-item-info .is-text {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-actualize-item-info .is-text {
    font-size: 3.7333333333vw;
  }
}
.p-actualize-item-info .is-btn {
  padding: 35px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-actualize-item-info .is-btn {
    padding: 4.6666666667vw 0 0;
  }
}
.p-actualize-item-info .is-btn a {
  display: block;
  max-width: 280px;
  margin: 0 auto;
  padding: 14px 0 16px;
  background: #005bac;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  border: 1px solid #005bac;
  text-decoration: none;
  transition: background ease-in 0.4s, color ease-in 0.4s;
}
@media screen and (max-width: 640px) {
  .p-actualize-item-info .is-btn a {
    width: 100%;
    padding: 4vw 0;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 641px) {
  .p-actualize-item-info .is-btn a:hover {
    background: #fff;
    color: #005bac;
  }
}

.p-example {
  width: 100%;
  padding: 100px 0;
  background: #f4f6fa;
}
@media screen and (max-width: 640px) {
  .p-example {
    padding: 13.3333333333vw 0;
  }
}

.p-example-content {
  max-width: 1080px;
  margin: 0 auto;
}
.p-example-list {
  width: 100%;
  padding: 65px 0 0;
}
@media screen and (max-width: 640px) {
  .p-example-list {
    padding: 6.6666666667vw 0 0;
  }
}

.p-example-item {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-example-item {
    flex-wrap: wrap;
  }
}

.p-example-item-image {
  width: 55.555%;
  min-width: 600px;
}
@media screen and (max-width: 640px) {
  .p-example-item-image {
    width: 100%;
    min-width: 0;
  }
}

.p-example-item-info {
  width: 44.445%;
  box-sizing: border-box;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 640px) {
  .p-example-item-info {
    width: 100%;
    padding: 6.6666666667vw 0 0;
  }
}

.p-example-item-headline {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .p-example-item-headline {
    font-size: 5.3333333333vw;
  }
}
.p-example-item-headline span {
  display: block;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  .p-example-item-headline span {
    margin: 0 0 4vw;
    font-size: 3.7333333333vw;
  }
}

.p-example-item-text {
  width: 100%;
  padding: 25px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-example-item-text {
    padding: 4vw 0 0;
    font-size: 3.7333333333vw;
  }
}

.p-example-item-btn {
  width: 100%;
  padding: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .p-example-item-btn {
    padding: 6.6666666667vw 0 0;
  }
}
.p-example-item-btn a {
  display: block;
  max-width: 280px;
  margin: 0 auto 0 0;
  padding: 14px 0 16px;
  background: #005bac;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  text-decoration: none;
  border: 1px solid #005bac;
  text-decoration: none;
  transition: background ease-in 0.4s, color ease-in 0.4s;
}
@media screen and (max-width: 640px) {
  .p-example-item-btn a {
    max-width: inherit;
    width: 73.3333333333vw;
    margin: 0 auto;
    padding: 4vw 0;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 641px) {
  .p-example-item-btn a:hover {
    background: #fff;
    color: #005bac;
  }
}

.p-case {
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .p-case {
    padding: 13.3333333333vw 0;
  }
}

.p-case-content {
  max-width: 1080px;
  margin: 0 auto;
}

.p-case-list {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-case-list {
    padding: 2.6666666667vw 0 0;
  }
}

.p-case-item {
  width: 100%;
  box-sizing: border-box;
  min-height: 450px;
  margin: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-case-item {
    min-height: 0;
    margin: 8vw 0 0;
  }
}
.p-case-item.is-reverse .p-case-item-inner {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 640px) {
  .p-case-item.is-reverse .p-case-item-inner {
    margin: 0;
  }
}
.p-case-item.is-reverse .p-case-item-image {
  right: inherit;
  left: 0;
}
@media screen and (max-width: 640px) {
  .p-case-item.is-reverse .p-case-item-image {
    left: inherit;
  }
}
.p-case-item.is-reverse .p-case-item-image:after {
  right: inherit;
  left: -45px;
}
@media screen and (max-width: 640px) {
  .p-case-item.is-reverse .p-case-item-image:after {
    left: -5.3333333333vw;
  }
}

.p-case-item-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 40%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 640px) {
  .p-case-item-inner {
    width: 100%;
    margin: 0;
  }
}

.p-case-item-headline {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .p-case-item-headline {
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
.p-case-item-headline span {
  display: block;
  font-size: 44px;
  font-weight: 700;
  color: #194a9b;
}
@media screen and (max-width: 640px) {
  .p-case-item-headline span {
    font-size: 9.3333333333vw;
  }
}

.p-case-item-image {
  position: absolute;
  z-index: 1;
  right: 0;
  top: calc(50% - 200px);
}
@media screen and (max-width: 640px) {
  .p-case-item-image {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    margin: 10vw 0 0;
  }
}
.p-case-item-image:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: -45px;
  top: -45px;
  width: 250px;
  height: 250px;
  background: linear-gradient(to bottom, #124197 0%, #4c8cba 100%);
}
@media screen and (max-width: 640px) {
  .p-case-item-image:after {
    right: -5.3333333333vw;
    top: -5.3333333333vw;
    width: 33.3333333333vw;
    height: 33.3333333333vw;
  }
}

.p-case-item-text {
  width: 100%;
  padding: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .p-case-item-text {
    padding: 4vw 0 0;
  }
}
.p-case-item-text .is-text {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-case-item-text .is-text {
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=no_code.css.map */