@charset "UTF-8";
.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

/* ===============================================
# mv
=============================================== */
@media screen and (max-width: 768px) {
  .sec-sub-mv {
    min-height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .sec-sub-mv .ttl__en {
    line-height: 1;
  }
}
.sec-sub-mv .ttl__ja {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .sec-sub-mv .ttl__ja {
    margin-top: 4px;
  }
}

/* ===============================================
# サービス概要
=============================================== */
.sec-svcoutline {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .sec-svcoutline {
    margin-top: 60px;
  }
}
.sec-svcoutline__wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-svcoutline__wrap {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-svcoutline__wrap {
    max-width: 550px;
    width: 100%;
  }
}
.sec-svcoutline__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-svcoutline__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 425px) {
  .sec-svcoutline__ttl {
    font-size: 2.2rem;
  }
}
.sec-svcoutline__ttl:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-svcoutline__container {
  width: 100%;
  max-width: 861px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-svcoutline__container {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 30px;
  }
}
.sec-svcoutline p {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 1.8333333333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sec-svcoutline p {
    font-size: 16px;
    line-height: 2.0625;
    letter-spacing: 0.015em;
  }
}
.sec-svcoutline .para__br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-svcoutline .para__br {
    display: block;
  }
}

/* ===============================================
# 利用時の課題点＆解決ポイント
=============================================== */
.sec-solutions {
  margin-top: 120px;
  /* ↓↓↓ #1 ↓↓↓ */
  /* ↓↓↓ #2 ↓↓↓ */
  /* ↓↓↓ #3 ↓↓↓ */
}
@media screen and (max-width: 768px) {
  .sec-solutions {
    margin-top: 100px;
  }
}
.sec-solutions__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-solutions__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 425px) {
  .sec-solutions__ttl {
    font-size: 2.2rem;
  }
}
.sec-solutions__ttl:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-solutions__ttl br {
  display: none;
}
@media screen and (max-width: 350px) {
  .sec-solutions__ttl br {
    display: block;
  }
}
.sec-solutions__ttl--sub {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sec-solutions__ttl--sub {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #5A5A5A;
    line-height: 2.0625;
    letter-spacing: 0.015em;
  }
}
.sec-solutions__ttl--sub br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-solutions__ttl--sub br {
    display: block;
  }
}
.sec-solutions__container {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-solutions__bg {
  width: 100%;
  background-color: #F5F5F5;
  position: relative;
}
.sec-solutions__bg::after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 44px #FFA33B;
  border-left: solid 85px transparent;
  border-right: solid 85px transparent;
  width: 170px;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec-solutions__bg::after {
    width: 112px;
    border-top: solid 32px #FFA33B;
    border-left: solid 56px transparent;
    border-right: solid 56px transparent;
    bottom: -16px;
  }
}
.sec-solutions .sol__prob1 {
  padding-top: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec-solutions .sol__prob1 {
    padding-top: 16px;
    padding-bottom: 48px;
  }
}
.sec-solutions .sol__prob2 {
  padding-top: 40px;
  padding-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .sec-solutions .sol__prob2 {
    padding-top: 16px;
    padding-bottom: 48px;
  }
}
.sec-solutions .sol__prob3 {
  padding-top: 40px;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .sec-solutions .sol__prob3 {
    padding-top: 16px;
    padding-bottom: 48px;
  }
}
.sec-solutions__frame {
  margin-top: 88px;
  margin-bottom: 120px;
  padding-top: 21px;
  width: 100%;
  height: auto;
  border: solid 5px #FFA33B;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-solutions__frame {
    border-radius: 0 0 15px 15px;
    margin-top: 32px;
    margin-bottom: 56px;
    padding-top: 40px;
  }
}
.sec-solutions__frame .ttl {
  position: absolute;
  display: inline-block;
  width: 61.8%;
  width: clamp(466px, 61.8%, 748px);
  min-height: 52px;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFA33B;
  padding: 8px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .sec-solutions__frame .ttl {
    width: calc(100% + 10px);
    min-height: 40px;
    top: -1px;
    font-size: 16px;
    line-height: 1.2;
  }
}
.sec-solutions__frame__imgc {
  width: 81.9672131148%;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .sec-solutions__frame__imgc {
    margin: 32px auto;
    width: 85.8695652174%;
  }
}
.sec-solutions__frame__imgc img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-solutions .sol__frame--last {
  margin-bottom: 0;
}
.sec-solutions__pointc {
  width: 100%;
  background-color: #FFF7CC;
  border-radius: 10px;
  padding: 24px;
  padding-bottom: 46px;
  margin-top: 56px;
  display: flex;
  column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .sec-solutions__pointc {
    padding: 16px 24px 46px;
    margin-top: 24px;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
  }
}
.sec-solutions__pointc__iconc {
  max-width: 60px;
  width: 16%;
  min-width: 46px;
}
@media screen and (max-width: 768px) {
  .sec-solutions__pointc__iconc {
    max-width: 56px;
    min-width: 37px;
  }
}
.sec-solutions__pointc__iconc img {
  max-width: 60px;
  width: 100%;
  height: auto;
}
.sec-solutions__pointc__parac {
  width: 84.8%;
}
@media screen and (max-width: 768px) {
  .sec-solutions__pointc__parac {
    max-width: 320px;
    width: 100%;
  }
}
.sec-solutions__pointc__parac h5 {
  font-size: 25px;
  font-weight: bold;
  color: #5A5A5A;
  line-height: 1.44;
  letter-spacing: 0.05em;
  margin: 12px 0 17px;
}
@media screen and (max-width: 768px) {
  .sec-solutions__pointc__parac h5 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    margin-bottom: 17px;
  }
}
.sec-solutions__pointc__parac p {
  font-size: 18px;
  color: #5A5A5A;
  line-height: 1.7777777778;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  .sec-solutions__pointc__parac p {
    font-size: 16px;
  }
}
.sec-solutions__pointc__parac p span {
  font-weight: bold;
  color: #F38100;
}
.sec-solutions__pointc__parac .sol__point__note {
  display: inline-block;
  margin-top: 25px;
  font-size: 14px;
  color: #5A5A5A;
  line-height: 1.4285714286;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  .sec-solutions__pointc__parac .sol__point__note {
    margin-top: 16px;
  }
}
.sec-solutions .what__is__this {
  margin-top: 24px;
  padding-bottom: 39px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .sec-solutions .what__is__this {
    margin-top: 16px;
    padding-bottom: 46px;
  }
}
.sec-solutions .what__is__this__parac {
  width: 46.5%;
}
@media screen and (max-width: 768px) {
  .sec-solutions .what__is__this__parac {
    width: 100%;
  }
}
.sec-solutions .what__is__this__imgc {
  align-self: center;
  margin: auto;
  padding-top: 15px;
  max-width: 357px;
  width: 38%;
}
@media screen and (max-width: 768px) {
  .sec-solutions .what__is__this__imgc {
    width: 100%;
    padding-top: 32px;
  }
}

/* ===============================================
# 【ディティール】利用時の課題点＆解決ポイント
=============================================== */
.sec-solutions__wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-solutions__wrap {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-solutions__wrap {
    max-width: 550px;
    width: 100%;
  }
}
.sec-solutions__wrap .prob__ttl {
  width: fit-content;
  height: 127px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .sec-solutions__wrap .prob__ttl {
    height: 115px;
  }
}
@media screen and (max-width: 768px) {
  .sec-solutions__wrap .prob__ttl {
    width: 38%;
    height: unset;
    aspect-ratio: 1.6/1;
    position: absolute;
    text-align: left;
    top: 4.8%;
    right: 3.5vw;
  }
}
.sec-solutions__wrap .prob__ttl img {
  height: 100%;
  width: auto;
  vertical-align: top;
}
.sec-solutions__wrap .prob__container {
  width: 82%;
  height: auto;
  max-width: 987px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-solutions__wrap .prob__container {
    display: unset;
  }
}
.sec-solutions__wrap .prob__container__imgc {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .sec-solutions__wrap .prob__container__imgc {
    max-width: 130px;
    width: 26.4%;
    position: unset;
    margin-left: 28%;
    min-height: 100px;
  }
}
.sec-solutions__wrap .prob__container__imgc img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-solutions__wrap .prob__container__main {
  width: 76%;
}
@media screen and (max-width: 768px) {
  .sec-solutions__wrap .prob__container__main {
    width: 100%;
  }
}
.sec-solutions__wrap .prob__container__main__imgc {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .sec-solutions__wrap .prob__container__main__imgc {
    margin-top: 16px;
  }
}
.sec-solutions__wrap .prob__container__main__imgc img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-solutions__wrap .prob__container__dialog {
  width: 100%;
  min-height: 129px;
  padding: 37px 47px;
  background-color: #FFFFFF;
  border-radius: 15px;
  margin-top: 35px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sec-solutions__wrap .prob__container__dialog {
    padding: 27px 32px;
  }
}
@media screen and (max-width: 768px) {
  .sec-solutions__wrap .prob__container__dialog {
    margin-top: -3%;
    border-radius: 5px;
  }
}
.sec-solutions__wrap .prob__container__dialog p {
  font-size: 18px;
  color: #5A5A5A;
  line-height: 1.5;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1024px) {
  .sec-solutions__wrap .prob__container__dialog p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec-solutions__wrap .prob__container__dialog p {
    font-size: 15px;
  }
}
.sec-solutions__wrap .prob__container__dialog p span {
  font-weight: bold;
  color: #F38100;
}
.sec-solutions__wrap .prob__container__assignment {
  width: 100%;
  padding: 8px;
  margin-top: 24px;
  text-align: center;
  background-color: #5A5A5A;
  font-size: clamp(20px, 1.83vw, 24px);
  font-weight: 500;
  color: #ffffff;
  line-height: 1.125;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .sec-solutions__wrap .prob__container__assignment {
    font-size: clamp(14px, 1.83vw, 20px);
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .sec-solutions__wrap .prob__container__assignment {
    padding: 10px 5px;
    margin-top: 16px;
    font-size: clamp(12px, 2.83vw, 16px);
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 425px) {
  .sec-solutions__wrap .prob__container__assignment {
    font-size: clamp(11px, 2.83vw, 12px);
  }
}
.sec-solutions__wrap .prob__container--right {
  margin-left: auto;
  margin-right: 0;
  justify-content: flex-start;
}
.sec-solutions__wrap .prob__container--right .prob__container__imgc {
  left: unset;
  right: 0;
}

/* ===============================================
# カラムページ紹介リンク
=============================================== */
.sec-to__column {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec-to__column {
    margin-top: 20px;
  }
}
.sec-to__column__wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-to__column__wrap {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-to__column__wrap {
    max-width: 550px;
    width: 100%;
  }
}
.sec-to__column__ats {
  margin-top: 50px;
  font-size: 2rem;
  text-align: center;
  color: #5A5A5A;
}
@media screen and (max-width: 768px) {
  .sec-to__column__ats {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.sec-to__column__btn {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-to__column__btn {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-to__column__btn .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  margin: 60px auto 0;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
.sec-to__column__btn .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.sec-to__column__btn .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  transition: 0.35s;
}
.sec-to__column__btn .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-to__column__btn > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-to__column__btn > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-to__column__btn > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-to__column__btn .btn__anchor {
    border: 0;
  }
  .sec-to__column__btn .btn__anchor:before {
    display: none;
  }
  .sec-to__column__btn .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-to__column__btn .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
.sec-to__column__btn .btn__anchor {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .sec-to__column__btn .btn__anchor {
    margin-top: 32px;
  }
}
.sec-to__column__btn .btn__anchor:after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}/*# sourceMappingURL=page-signage-va_distribution.css.map */