@charset "utf-8";
/* 共通設定 */
.bg-lightblue {
  background-color: #EEF5F7;
}
.fz-18{
  font-size: 1.125rem;
}
.fz-20{
  font-size: 1.25rem;
}
.fz-22{
  font-size: 1.375rem;
}
.fz-24{
  font-size: 1.5rem;
}
.fz-32{
  font-size: 2rem;
}
.cmn-btn{
  display: inline-block;
  background: #C93B75;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  width: 320px;
  max-width: 100%;
  padding: 1.25rem;
  border-radius: 37px;
  width: 320px;
  position: relative;
  font-weight: 700;
  font-size: 1.125rem;
}
.cmn-btn:hover{
  color: #fff;
}
.cmn-btn::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  background: url(../images/common/icon-arrow_white.svg) no-repeat center center / contain;
  width: 6px;
  height: 12px;
}
.ttl-pattern_1 span{
  font-size: 3rem;
}
/* 共通設定 */
.fv-wrap {
  overflow: hidden;
  min-height: 600px;
  position: relative;
  background: url(../images/top/fv1.jpg) no-repeat center center/cover;
}
.fv-wrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 245, 247, 0.7);
}
.fv-slider-wrap{
}
.mainslider, .fv-wrap .splide__track {
    height: 100%;
}
.splide__slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fv-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fv-2-img{
  padding-left: 15px;
  margin-bottom: -120px;
}
.fv-copy-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 10;
  min-height: 600px;
  max-width: 100%;
  height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    width: 600px;
}
.fv-logo{
  display: inline-block;
  padding-left: 8px;
  position: relative;
  top: -8px;
}
.fv-logo img{
  width: 50px;
}
.fv-hukidashi{
  margin-bottom: 12px;
}
.fv-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
}
.fv-title-bie{
  font-size: 3.75rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 7px;
}
.fv-title-bie::before{
  content: "ビー";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.125rem;
}
.fv-desc {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.fv-btnwrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.fv-btn{
  display: inline-block;
  width: 230px;
  border: 2px solid #C93B75;
  padding: 12px 6px;
  text-align: center;
  border-radius: 50px;
  font-size: 1.125rem;
  font-weight: 700;
}
.fv-btn-download{
  background-color: #fff;
}
.fv-btn-download span{
  padding-right: 18px;
  display: inline-block;
  position: relative;
}
.fv-btn-download span::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/common/icon-download-pink.svg) no-repeat center center / contain;
  width: 11.9px;
  height: 15px;
}
.fv-btn-contact{
  background: #C93B75;
}
.fv-btn-contact span{
  position: relative;
  display: inline-block;
  padding-right: 22px;
}
.fv-btn-contact span::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/common/icon-mail-white.svg) no-repeat center center / contain;
  width: 16.34px;
  height: 12px;
}
.fv-recordwrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.fv-record{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: url(../images/common/icon-medal.png) no-repeat center center/contain;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
.fv-record-top{
  letter-spacing: 0.05em;
}
.fv-record span{
  font-weight: 700;
}
@media all and (min-width: 576px) {
  .fv-record{
    font-size: 1rem;
    line-height: 1.5;
  }
  .fv-record span{
    font-size: 1.25rem;
  }
  .fv-btnwrap{
    flex-wrap: nowrap;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .fv-record{
    width: 150px;
    height: 150px;
  }
}

@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
  .fv-wrap {
    background-color: #EEF5F7;
    background-image: none;
    min-height: 800px;
  }
  .fv-copy {
    width: 590px;
    max-width: 100%;
    margin-left: auto;
    padding-top: 100px;
  }
  .fv-logo img{
    width: 80px;
  }
  .fv-slider-wrap{
    width: 55%;
    height: 100%;
    margin-left: auto;
  }
  .fv-copy-wrap{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10;
    width: 45%;
    min-height: 240px;
    max-width: 100%;
    height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 15px;
  }
  .fv-copy-wrap::after{
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background-color: #EEF5F7;
  }
  .splide__slide.fv-1::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 268px;
    height: 100%;
    background:linear-gradient(to right, #EEF5F7, #eef5f700);
  }
  .splide__track--fade>.splide__list>.splide__slide {
    background-color: #EEF5F7;
}
  .fv-title {
    font-size: 2rem;
}
  .fv-desc {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .fv-btn{
    padding: 24px 10px;
  }
  .fv-recordwrap{
    gap: 1rem;
  }
  .fv-record-top{
    font-size: 1.25rem;
  }
  .fv-record-bottom{
    font-size: 1rem;
  }
  .fv-record-bottom span{
    font-size: 1.5625rem;
  }
  .fv-wrap::before{
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .fv-wrap {
    height: 100svh;
  }
}
@media all and (min-width: 1400px) {
}
@media all and (min-width: 1800px) {
  .fv-copy-wrap{
    width: 40%;
  }
  .fv-slider-wrap{
    width: 60%;
  }
}
@media all and (max-width: 360px) {
  .fv-record{
    font-size: 12px;
  }
}
/* //スライダー */



/* Bieとは */
.sec-about-row{
  row-gap: 60px;
}
.sec-about-copy{
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.sec-about-img{
  margin-bottom: 1.125rem;
}
.sec-about-title{
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 13px;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
  .sec-about-copy{
    font-size: 1.375rem;
  }
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
  .sec-about-row{
    max-width: 1125px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-about-item{
    padding: 0 7px;
  }
}
@media all and (min-width: 1400px) {
}
/* Bieとは */

/* こんなお悩みはありませんか？ */
.problem-item{
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 2rem 1rem;
}
.problem-list li{
  font-weight: 700;
  position: relative;
  padding-left: 35px;
}
.problem-list li:not(:last-of-type){
  margin-bottom: 15px;
}
.problem-list li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../images/top/icon-problem-list.svg) no-repeat center center/contain;
}
@media all and (min-width: 576px) {
  .problem-item{
    padding: 2rem 2rem;
  }
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
  .problem-item{
    padding: 2.5rem 6.25rem;
  }
  .problem-list li{
    font-size: 1.125rem;
    padding-left: 40px;
  }
  .problem-list li::before{
    width: 30px;
    height: 30px;
  }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* こんなお悩みはありませんか？ */


/* 解決できます */
.sec-solution.lazyloaded{
  background: url(../images/top/bg-solution.jpg) no-repeat center center/cover;
}
.sec-solution{
  position: relative;
}
.sec-solution::before{
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 40px solid #eef5f7;
  border-bottom: 0;
}
.sec-solution-row{
  row-gap: 1.5rem;
  margin-bottom: 3.125rem;
}
.sec-solution-item{
  background: #fff;
  height: 100%;
  border-radius: 15px;
  padding: 2rem 1rem;
  text-align: center;
}
.sec-solution-title{
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.sec-solution-img{
  margin-bottom: 1.875rem;
}
.sec-solution-desc{
  text-align: left;
}
@media all and (min-width: 576px) {
  .sec-solution-item{
    padding: 2rem 1.5rem;
  }
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
  .sec-solution-item{
    padding: 2.75rem 3.125rem;
  }
}
@media all and (min-width: 1200px) {
  .sec-solution-row{
    row-gap: 2.25rem;
  }
  .sec-solution-row .col-md-6{
    padding: 0 18px;
  }
}
@media all and (min-width: 1400px) {
}
/* 解決できます */


/* 豊富なITサービス */
.sec-service-row{
  row-gap: 3.125rem;
  margin-bottom: 3.125rem;
}
.sec-service-item{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-service-img{
  margin-bottom: 1.125rem;
}
.sec-service-title{
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 13px;
}
.sec-service-more a, .sec-service-more a:hover{
  color: #C93B75;
}
.sec-service-more a{
  position: relative;
  display: inline-block;
  padding-right: 26px;
  font-weight: 700;
}
.sec-service-more a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/top/icon-circle.svg) no-repeat center center/contain;
}
@media all and (min-width: 576px) {
  .sec-service-item{
    padding: 0 5px;
  }
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
  .sec-service-item{
    padding: 0 9px;
  }
}
@media all and (min-width: 1400px) {
}
/* 豊富なITサービス */




/* 3つの理由 */
.sec-reason-row:not(:last-of-type){
  margin-bottom: 3rem;
}
.sec-reason-title{
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sec-reason-title-number{
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 1.25rem;
}
.sec-reason-desc{
  margin-bottom: 0rem;
}
.sec-reason-characters{
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #EEF5F7;
}
.sec-reason-img img{
  border-radius: 12px;
  width: 100%;
}
@media all and (min-width: 576px) {
  .sec-reason-characters{
    font-size: 3.75rem;
  }
  .sec-reason-title-number{
    font-size: 3.75rem;
  }
  .sec-reason-title{
    font-size: 1.875rem;
  }
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
  .sec-reason-title{
    margin-bottom: 1.125rem;
  }
  .sec-reason-row:not(:last-of-type){
    margin-bottom: 6.25rem;
  }
  .sec-reason-row:nth-of-type(even) .sec-reason-img{
    padding-left: 26px;
  }
  .sec-reason-row:nth-of-type(odd) .sec-reason-img{
    padding-right: 26px;
  }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* 3つの理由 */


/* 料金イメージ */
.sec-price-row{
  row-gap: 1.5rem;
}
.sec-price-img{
  margin-bottom: 1.25rem;
}
.sec-price-item{
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
  padding: 1.875rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-price-title{
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 13px;
}
.sec-price-desc{
  margin-bottom: 17px;
  text-align: left;
}
.sec-price-price{
  font-weight: 700;
}
.sec-price-price .text-pink{
  font-size: 1.5rem;
  padding: 0 4px;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
  .sec-price-item{
    padding: 1.875rem 1.5rem;
  }
  .sec-price-price .text-pink{
    padding: 0 6px;
  }
  .sec-price-price{
    font-size: 1.25rem;
  }
  .sec-price-price .text-pink{
    font-size: 1.75rem;
  }
}
/* 料金イメージ */


/* 導入事例 */
.sec-case{
  background: url(../images/top/bg-case.jpg) no-repeat center center/cover;
}
.sec-case-row{
  justify-content: center;
  row-gap: 2.5rem;
  margin-bottom: 3.125rem;
}
.sec-case-item{
  height: 100%;
  background-color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 1.6875rem 1rem;
}
.sec-case-name{
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 11px;
}
.sec-case-name-cat{
  margin-bottom: 14px;
}
.sec-case-service-title{
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 11px;
}
.sec-case-service-img{
  margin-bottom: 10px;
}
.sec-case-service-name{
  color: #0457A7;
  font-weight: 700;
}
.customer-wrap{
  margin-top: 1.875rem;
  padding-top: 1.75rem;
  border-top: 1px solid #D5D5D5;
}
.customer-title{
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.customer-desc{
  text-align: left;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 1rem;
  border-radius: 10px;
  background-color: #F7F7F8;
}
@media all and (min-width: 576px) {
  .sec-case-item{
    padding: 1.6875rem 1.875rem;
  }
  .customer-desc{
    padding: 1.25rem;
  }
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* 導入事例 */


/* サービス導入の流れ */
.sec-flow-row{
  row-gap: 3rem;
}
.sec-flow-step{
  text-align: center;
  margin-bottom: 13px;
}
.sec-flow-title{
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 13px;
  text-align: center;
}
.sec-flow-img{
  margin-bottom: 15px;
}
.sec-flow-img img{
  border-radius: 10px;
  width: 100%;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
  .sec-flow-step{
    position: relative;
  }
  .sec-flow-row .col-lg-3:not(:last-of-type) .sec-flow-step::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 220px;
    height: 1px;
    background-color: #0457A7;
    z-index: -1;
  }
}
@media all and (min-width: 1200px) {
  .sec-flow-item{
    padding: 0 8px;
  }
  .sec-flow-row .col-lg-3:not(:last-of-type) .sec-flow-step::after{
    width: 270px;
  }
}
@media all and (min-width: 1400px) {
  .sec-flow-row .col-lg-3:not(:last-of-type) .sec-flow-step::after{
    width: 320px;
  }
}
/* サービス導入の流れ */



/* よくある質問 */
.sec-qa{
  background: url(../images/top/bg-qa.jpg) no-repeat center center/cover;
  background-attachment: fixed
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* よくある質問 */