@charset "utf-8";

/* videoArea
---------------------------------- */
.cntSec.videoSec .innerWrap {
  padding: 20px 0 0;
}
.videoArea {
  display: flex;
  justify-content: center;
}
.videoArea__lead {
  padding: 0px 15px 20px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
.videoArea__lead em {
  color: #0A4BAC;
}
.videoArea video {
  width: 100%;
  height: auto;
  max-width: 1024px;
}

/* nmlBtn.color--red
---------------------------------- */
.ctaSec {
  padding: 0 10px 0;
}
.ctaSec .innerWrap {
  padding: 0px 0 0px;
}
.btnBox .btnWrap {
  margin: 10px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.btnBox .btnWrap a {
  width: 100%;
}
.btnBox .roundBtn {
  display: inline-block;
  min-width: 240px;
  width: auto;
  height: 40px;
  margin: 0 10px 20px;
  text-align: center;
}
.btnBox .roundBtnWrap {
  margin: 20px 0 0;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}

/* nmlBtn.color--red
---------------------------------- */
.nmlBtn.arrow--right a > span:not(.icon) {
  background: url(/common/images/arrow_right_white.svg) no-repeat right 10px center;
  background-size: 6px 9px;
}

.btnBox .nmlBtn.color--red {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.btnBox .nmlBtn.color--red a {
  border: none;
  background: #bc1522;
  color: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(151,16,5,1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(151,16,5,1);
  box-shadow: 0px 4px 0px 0px rgba(151,16,5,1);
  z-index: 1;
}

.nmlBtn.color--red.h--nml {
  height: 60px;
}
.nmlBtn.color--red.h--nml a {
  height: 56px;
}
.nmlBtn.color--red.h--nml .text--main,
.nmlBtn.color--strong.h--nml .text--main,
.nmlBtn.color--cnv.h--nml .text--main {
  font-size: 18px;
}

.nmlBtn.color--red.arrow--right a > span:not(.icon) {
  background-image: url(/common/images/arrow_right_white.svg);
}
.nmlBtn.color--red.arrow--blank a > span:not(.icon) {
  background-image: url(/common/images/icon_blank_white.svg);
}

/* hover */
.nmlBtn.color--red a:hover,
.nmlBtn.color--red a.active {
  background: #971005;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(221,79,1,1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(221,79,1,1);
  box-shadow: 0px 0px 0px 0px rgba(221,79,1,1);
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
.nmlBtn.color--red.arrow--right a:hover > span:not(.icon) {
  background-image: url(/common/images/arrow_right_white.svg);
}

/* footetFix__btn
---------------------------------- */
.footetFix__btn {
  position: fixed;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0;
  box-sizing: border-box;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  right: 0;
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}
.footetFix__btn .nmlBtn.color--red {
  width: 100%;
}
.footetFix__btn .nmlBtn.color--strong {
  width: 38%;
}
.footetFix__btn .nmlBtn.color--red.h--nml .text--main,
.footetFix__btn .nmlBtn.color--strong.h--nml .text--main {
  font-size: 13px;
  letter-spacing: -0.05em;
  margin-right: 8px;
}
.footetFix__btn .nmlBtn.color--strong a > span:not(.icon) {
  padding-left: 5px;
  padding-right: 5px;
}
.footetFix__btn .nmlBtn.color--strong.arrow--right a > span:not(.icon),
.footetFix__btn .nmlBtn.color--red.arrow--right a > span:not(.icon) {
  background: url(/common/images/arrow_right_white.svg) no-repeat right 10px center;
}
.cntSec.faq .innerWrap {
  padding: 30px 10px 80px;
}

/* heroImage
---------------------------------- */
.heroImageSec {
  display: none;
}

/* 〈ひろぎん〉ビジネスポータルの特長
---------------------------------- */
.cntSec .headingSp .icon {
  margin: 20px auto 20px;
}
.imgTxtBox > li {
  max-width: 500px;
  margin: 0 auto;
}
.imgTxtBox > li .img {
  margin: 0px auto 10px;
}
.cntSec .headingSp .bodyMain {
  font-size: 20px;
}

  /* サービス内容 
---------------------------------- */
.serviceListSec {
  background-color: #F4FAFF;
}
.serviceList__lead {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.serviceList__lead em {
  font-size: 16px;
  color: #0A4BAC;
}
.serviceList {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin: 20px 0 50px 0px
}
.serviceList__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px auto 30px;
  padding: 30px 15px 30px;
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2)
}
.serviceList__image {
  width: 127px;
  height: 117px;
  margin: 0 auto 20px;
}
.serviceList__image img {
  width: 100%;
  height: auto
}
.serviceList h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.serviceList p {
  margin: 20px 0 0;
  font-size: 16px;
}
.serviceList .roundBtn {
  display: block;
  width: 238px;
  margin: 30px auto 0px;
}

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

  /* videoArea
  ---------------------------------- */
  .cntSec.videoSec .innerWrap {
    padding: 50px 0 0;
  }
  .videoArea__lead {
    padding: 0 0 30px;
    font-size: 30px;
  }

  /* btnBox
  ---------------------------------- */
  .ctaSec .innerWrap {
    padding: 0 0 100px;
    margin-bottom: 30px;
  }
  .btnBox {
    display: flex;
    justify-content: space-between;
  }
  .btnBox .btnWrap {
    width: 49%;
    display: flex;
    flex-direction: column;
  }
  .btnBox .btnWrap a {
    width: 100%;
  }
  .btnBox .roundBtn {
    display: inline-block;
    min-width: 240px;
    width: auto;
    height: 40px;
    margin: 0 0px 20px;
    text-align: center;
  }
  .btnBox .roundBtnWrap {
    display: flex;
    justify-content: space-between;
  }
  .nmlBtn.color--red.h--nml .text--main,
  .nmlBtn.color--strong.h--nml .text--main,
  .nmlBtn.color--cnv.h--nml .text--main {
    font-size: 20px;
  }

  .nmlBtn.color--strong.arrow--right a > span:not(.icon),
  .nmlBtn.color--red.arrow--right a > span:not(.icon),
  .nmlBtn.color--cnv.arrow--right a > span:not(.icon) {
    background: url(/common/images/arrow_right_white.svg) no-repeat right 20px center;
  }

  .footetFix__btn .nmlBtn.color--red {
    width: 100%;
  }
  .footetFix__btn .nmlBtn.color--strong {
    width: 38%;
  }
  .footetFix__btn .nmlBtn.color--red.h--nml .text--main,
  .footetFix__btn .nmlBtn.color--strong.h--nml .text--main {
    font-size: 16px;
  }
  .footetFix__btn .nmlBtn.color--strong a > span:not(.icon) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footetFix__btn .nmlBtn.color--strong.arrow--right a > span:not(.icon),
  .footetFix__btn .nmlBtn.color--red.arrow--right a > span:not(.icon) {
    background: url(/common/images/arrow_right_white.svg) no-repeat right 20px center;
  }
  .cntSec.faq .innerWrap {
    padding: 30px 10px 150px;
  }

  /* heroImage
  ---------------------------------- */
  .heroImageSec {
    display: block;
    background-color: #f1f1f1;
  }
  .heroImage {
    text-align: center;
  }
  .heroImage__heading {
    font-size: 24px;
    font-weight: 900;
  }
  .heroImage__heading em {
    margin: 0 0 20px;
    background: linear-gradient(transparent 50%, #FBE437 0%);
    display: inline;
    padding: 0 2px 2px;
  }
  .heroImage__img {
    display: block;
    width: 100%;
  }
  .heroImage__img img {
    margin: 50px auto 0;
    width: 900px;
    height: auto;
  }

  /* 〈ひろぎん〉ビジネスポータルの特長
  ---------------------------------- */
  .cntSec .headingSp .icon {
    margin: 0;
  }
  .imgTxtBox > li:before {
    display: none;
  }
  .imgTxtBox.col3 li:last-child .nmlText {
    margin-left: 40px;
  }
  .cntSec .headingSp .bodyMain {
    font-size: 30px;
  }

  /* サービス内容 
  ---------------------------------- */
  .serviceList__lead {
    font-size: 24px;
    margin: 50px 0 0px 0px;
  }
  .serviceList__lead em {
    font-size: 24px;
  }
  .serviceList {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 50px 0 50px 0px
  }
  .serviceList__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 0 30px 10px;
    padding: 30px 30px 30px;
    box-sizing: border-box;
    width: 490px;
    min-height: 380px;
    background-color: #fff;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2)
  }
  .serviceList__item:nth-child(3),
  .serviceList__item:nth-child(4){
    min-height: 420px;
  }
  .serviceList__image {
    width: 127px;
    height: 117px;
    margin: 0 auto 20px;
  }
}
