@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;
  }
}

.sec-signage-mv {
  background-color: #efefef;
}
.sec-signage-mv__slider-container {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}
.sec-signage-mv__slider-item__anchor {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.sec-signage-mv__slider-item__anchor img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-signage-mv__slider-item__anchor:hover {
  opacity: 0.9;
}
.sec-signage-mv__slider__arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background-color: #fff;
  transition: 0.1s;
}
@media screen and (max-width: 768px) {
  .sec-signage-mv__slider__arrow {
    border: 1px solid #000;
    width: 35px;
    height: 35px;
  }
}
.sec-signage-mv__slider__arrow:hover {
  background-color: #74cef5;
}
.sec-signage-mv__slider__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.sec-signage-mv__slider__arrow--prev {
  left: 30px;
}
@media screen and (max-width: 768px) {
  .sec-signage-mv__slider__arrow--prev {
    left: 20px;
  }
}
.sec-signage-mv__slider__arrow--prev:hover:before {
  border-color: transparent #fff transparent transparent;
}
.sec-signage-mv__slider__arrow--prev:before {
  left: 25%;
  border-width: 13px 26px 13px 0;
  border-color: transparent #74cef5 transparent transparent;
}
@media screen and (max-width: 768px) {
  .sec-signage-mv__slider__arrow--prev:before {
    left: 20%;
    border-width: 10px 15px 10px 0;
  }
}
.sec-signage-mv__slider__arrow--next {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .sec-signage-mv__slider__arrow--next {
    right: 20px;
  }
}
.sec-signage-mv__slider__arrow--next:hover:before {
  border-color: transparent transparent transparent #fff;
}
.sec-signage-mv__slider__arrow--next:before {
  right: 25%;
  border-width: 13px 0 13px 26px;
  border-color: transparent transparent transparent #74cef5;
}
@media screen and (max-width: 768px) {
  .sec-signage-mv__slider__arrow--next:before {
    right: 20%;
    border-width: 10px 0 10px 15px;
  }
}
.sec-signage-mv__slider__dots {
  display: flex;
  justify-content: center;
}
.sec-signage-mv__slider__dots-box {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec-signage-mv__slider__dots-box {
    bottom: 15px;
  }
}
.sec-signage-mv__slider__dots li[role=presentation] {
  margin: 0 10px;
  text-indent: -9999em;
  border-radius: 7.5px;
  width: 15px;
  height: 15px;
  background-color: #aaaaaa;
}
@media screen and (max-width: 768px) {
  .sec-signage-mv__slider__dots li[role=presentation] {
    width: 10px;
    height: 10px;
  }
}
.sec-signage-mv__slider__dots li[role=presentation].slick-active {
  background-color: #fff;
}

.sec-about {
  position: relative;
}
.sec-about:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 700px;
  content: "";
  background-color: #e0e0e0;
}
.sec-about .ttl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .sec-about .ttl {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-about .ttl__picture {
  display: block;
  max-width: 910px;
}
.sec-about .ttl__picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-about .content {
  position: relative;
  margin-top: 20px;
  padding-bottom: 70px;
}
.sec-about .content:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -35%;
  z-index: -1;
  display: block;
  width: 300px;
  height: 1055px;
  content: "";
  background-image: url("../images/ads/img-about-side.png");
  user-select: none;
  pointer-events: none;
}
.sec-about .content__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-about .content__inner {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-about .content__container {
  width: 45%;
}
.sec-about .content__video-box {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40%;
}
@media screen and (max-width: 1440px) {
  .sec-about .content__video-box {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .sec-about .content__video-box {
    display: none;
  }
}
.sec-about .content__video {
  width: 100%;
  height: auto;
}
.sec-about .content__video-play-btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  width: 100px;
  height: 100px;
  background-color: rgb(243, 129, 0);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .sec-about .content__video-play-btn {
    border-radius: 40px;
    width: 80px;
    height: 80px;
  }
}
.sec-about .content__video-play-btn:before {
  content: "";
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 768px) {
  .sec-about .content__video-play-btn:before {
    left: 37%;
  }
}
.sec-about .content .sp-video-box {
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  width: 95%;
  height: auto;
}
.sec-about .txt-lead {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 500;
}
.sec-about .txt-body {
  max-width: 700px;
  margin-top: 10vw;
  font-size: 1.6rem;
  font-weight: 400;
  color: #5a5a5a;
}
.sec-about .point {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .sec-about .point {
    padding: 0 0 100px;
  }
}
.sec-about .point__inner {
  max-width: 1220px;
  margin: 0 auto;
}
.sec-about .point__ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-about .point__ttl {
    font-size: 3rem;
  }
}
.sec-about .point__ttl:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 60px;
  height: 50px;
  content: "";
  background-image: url("../images/icn/icn-check.png");
  vertical-align: -3px;
}
@media screen and (max-width: 768px) {
  .sec-about .point__ttl:before {
    width: 40px;
    height: 30px;
  }
}
.sec-about .point__ttl__sub {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}
.sec-about .point__ttl__sub::after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-about .point__ttl__sub-txt {
  margin-top: 5px;
  display: block;
}
.sec-about .point__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1260px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .sec-about .point__details {
    flex-direction: column;
  }
}
.sec-about .point__details__content {
  color: #5a5a5a;
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 50%;
}
.sec-about .point__details__content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-about .point__details__content {
    width: 100%;
  }
}
.sec-about .point__details__content:first-of-type {
  margin-bottom: 60px;
  width: 46%;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .sec-about .point__details__content:first-of-type {
    width: 100%;
  }
}
.sec-about .point__list {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec-about .point__list {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-about .point__list {
    display: block;
  }
}
.sec-about .point__item {
  border: 4px solid #5a5a5a;
  border-radius: 23px;
  padding: 30px 20px 10px;
  width: 32%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item {
    margin-top: 20px;
    width: 100%;
  }
  .sec-about .point__item:nth-of-type(1) {
    margin-top: 0;
  }
}
.sec-about .point__item:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background: url("../images/signage/icn-sec-about-check.jpg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item:before {
    width: 70px;
    height: 70px;
  }
}
.sec-about .point__item__ttl {
  margin-top: 35px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item__ttl {
    font-size: 1.8rem;
  }
}
.sec-about .point__item__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 40px;
}
.sec-about .point__item__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item__img {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .sec-about .content:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-about:before {
    height: 500px;
  }
  .sec-about .ttl {
    padding-top: 40px;
  }
  .sec-about .ttl__picture {
    max-width: 440px;
  }
  .sec-about .content {
    padding-bottom: 60px;
  }
  .sec-about .content:after {
    width: 90%;
    height: 15px;
  }
  .sec-about .content__inner {
    padding: 0;
  }
  .sec-about .content__container {
    width: 100%;
  }
  .sec-about .content__img {
    display: none;
  }
  .sec-about .txt-lead {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: calc(1220px + 20px * 2);
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-about .txt-lead {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-about .sp-img {
    margin-top: 40px;
    margin-left: auto;
    width: 90%;
    height: auto;
  }
  .sec-about .sp-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .sec-about .sub-ttl {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: calc(1220px + 20px * 2);
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-about .sub-ttl {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-about .txt-body {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: calc(1220px + 20px * 2);
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-about .txt-body {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}

.sec-product {
  position: relative;
  color: #5a5a5a;
}
.sec-product:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 15.625vw;
  height: 62.5vw;
  background: url("../images/signage/img-sec-product-decotxt.png") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 768px) {
  .sec-product:before {
    display: none;
  }
}
.sec-product__ttl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-product__ttl {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-product__ttl__inner {
  display: inline-block;
  padding: 50px 100px 50px 0;
  background-color: #fff;
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-product__ttl__inner {
    padding: 0 0 20px 0;
    font-size: 4rem;
  }
}
.sec-product__ttl__body {
  display: block;
  background-image: linear-gradient(to right, #6d88d7, #48c4ee);
  -webkit-background-clip: text;
  color: transparent;
}
.sec-product__ttl__body--ja {
  font-size: 40%;
}
.sec-product__ttl__inner img {
  max-width: 330px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .sec-product__ttl__inner img {
    max-width: 260px;
  }
}
.sec-product__bg {
  position: relative;
  background-color: #efefef;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .sec-product__bg {
    padding-bottom: 120px;
  }
}
.sec-product__bg:before {
  content: "";
  position: absolute;
  left: 40%;
  bottom: 100%;
  width: 60%;
  height: 110px;
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  .sec-product__bg:before {
    left: auto;
    right: 0;
    width: 20%;
    height: 90px;
  }
}
.sec-product__bg:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 35%);
  content: "";
  width: 190px;
  height: 180px;
  background: url("../images/signage/icn-sec-product-arrow-down.png") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 768px) {
  .sec-product__bg:after {
    width: 110px;
    height: 108px;
  }
}
.sec-product__community {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec-product__community {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-product__community__inner {
  max-width: 1150px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-product__community__inner {
    display: block;
  }
}
.sec-product__community__box1 {
  margin-top: 60px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sec-product__community__box1 {
    margin-top: 0;
    padding-top: 60px;
    width: 100%;
  }
}
.sec-product__community__box2 {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  width: 45%;
}
.sec-product__community__box2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-product__community__box2 {
    margin: 40px auto 0;
    width: 100%;
    max-width: 500px;
  }
}
.sec-product__community__ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-product__community__ttl {
    font-size: 2.5rem;
  }
}
.sec-product__community__ttl:after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-product__community__body {
  margin-top: 30px;
  font-size: 1.8rem;
  color: #5a5a5a;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .sec-product__community__body {
    font-size: 1.6rem;
  }
}
.sec-product__service {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec-product__service {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-product__service {
    margin-top: 80px;
  }
}
.sec-product__service__ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-product__service__ttl {
    font-size: 2.5rem;
  }
}
.sec-product__service__ttl:after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-product__service__body {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #5a5a5a;
}
@media screen and (max-width: 768px) {
  .sec-product__service__body {
    font-size: 1.6rem;
  }
}
.sec-product__service__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .sec-product__service__list {
    display: block;
  }
}
.sec-product__service__item {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec-product__service__item {
    margin-top: 25px;
  }
}
.sec-product__service__item--content {
  border-radius: 15px;
  padding: 35px 20px;
  width: 26%;
  background-color: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .sec-product__service__item--content {
    width: 100%;
  }
}
.sec-product__service__item--arrow {
  width: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-product__service__item--arrow {
    width: 100%;
  }
}
.sec-product__service__item__inner {
  margin: 0 auto;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .sec-product__service__item__inner {
    max-width: 400px;
  }
}
.sec-product__service__item__img--box {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 90px;
}
.sec-product__service__item__img--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-product__service__item__img--box-arrow {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 56px;
}
.sec-product__service__item__img--box-arrow img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-product__service__item__img--box-arrow {
    max-width: 40px;
  }
}
.sec-product__service__item__ttl {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.sec-product__service__item__body {
  margin-top: 20px;
}
.sec-product__map {
  padding-top: 105px;
}
@media screen and (max-width: 768px) {
  .sec-product__map {
    padding-top: 55px;
    padding-bottom: 25vw;
  }
}
@media screen and (max-width: 425px) {
  .sec-product__map {
    padding-bottom: 15vw;
  }
}
.sec-product__map__inner {
  position: relative;
}
.sec-product__map__img--box {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-product__map__img--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-product__map__img--box {
    margin: 0 auto;
    max-width: 500px;
  }
}
.sec-product__map__element-item {
  position: absolute;
  width: 15.1041666667vw;
}
@media screen and (max-width: 768px) {
  .sec-product__map__element-item {
    width: 45vw;
  }
}
.sec-product__map__element-item:hover .sec-product__map__element-item__txt {
  opacity: 1;
}
.sec-product__map__element-item:hover .sec-product__map__element-item__img--box {
  opacity: 0.8;
}
.sec-product__map__element-item--element1 {
  left: 21%;
  top: 13%;
}
@media screen and (max-width: 768px) {
  .sec-product__map__element-item--element1 {
    left: 2%;
    top: 22%;
  }
}
.sec-product__map__element-item--element1 .img-area {
  background-image: url(../images/signage/sec-product-elm1-pc.png);
  background-size: contain;
  max-width: 325px;
  height: 350px;
}
.sec-product__map__element-item--element1 .img-area:hover {
  background-image: url(../images/signage/sec-product-elm1-pc-hover.png);
}
@media screen and (max-width: 768px) {
  .sec-product__map__element-item--element1 .img-area {
    background-image: url(../images/signage/sec-product-elm1-sp.png);
  }
  .sec-product__map__element-item--element1 .img-area:hover {
    background-image: url(../images/signage/sec-product-elm1-sp-hover.png);
  }
}
.sec-product__map__element-item--element2 {
  left: 64%;
  top: 9%;
}
@media screen and (max-width: 768px) {
  .sec-product__map__element-item--element2 {
    left: 58%;
    top: 22%;
  }
}
.sec-product__map__element-item--element2 .img-area {
  background-image: url(../images/signage/sec-product-elm2-pc.png);
  background-size: contain;
  max-width: 325px;
  height: 350px;
}
.sec-product__map__element-item--element2 .img-area:hover {
  background-image: url(../images/signage/sec-product-elm2-pc-hover.png);
}
@media screen and (max-width: 768px) {
  .sec-product__map__element-item--element2 .img-area {
    background-image: url(../images/signage/sec-product-elm2-sp.png);
  }
  .sec-product__map__element-item--element2 .img-area:hover {
    background-image: url(../images/signage/sec-product-elm2-sp-hover.png);
  }
}
.sec-product__map__element-item--element3 {
  left: 22%;
  top: 40%;
}
@media screen and (max-width: 768px) {
  .sec-product__map__element-item--element3 {
    left: 3%;
    top: 70%;
  }
}
.sec-product__map__element-item--element3 .img-area {
  background-image: url(../images/signage/sec-product-elm3-pc.png);
  background-size: contain;
  max-width: 325px;
  height: 350px;
}
.sec-product__map__element-item--element3 .img-area:hover {
  background-image: url(../images/signage/sec-product-elm3-pc-hover.png);
}
@media screen and (max-width: 768px) {
  .sec-product__map__element-item--element3 .img-area {
    background-image: url(../images/signage/sec-product-elm3-sp.png);
  }
  .sec-product__map__element-item--element3 .img-area:hover {
    background-image: url(../images/signage/sec-product-elm3-sp-hover.png);
  }
}
.sec-product__map__element-item--element4 {
  left: 64%;
  top: 38%;
}
@media screen and (max-width: 768px) {
  .sec-product__map__element-item--element4 {
    left: 58%;
    top: 70%;
  }
}
.sec-product__map__element-item--element4 .img-area {
  background-image: url(../images/signage/sec-product-elm4-pc.png);
  background-size: contain;
  max-width: 325px;
  height: 350px;
}
.sec-product__map__element-item--element4 .img-area:hover {
  background-image: url(../images/signage/sec-product-elm4-pc-hover.png);
}
@media screen and (max-width: 768px) {
  .sec-product__map__element-item--element4 .img-area {
    background-image: url(../images/signage/sec-product-elm4-sp.png);
  }
  .sec-product__map__element-item--element4 .img-area:hover {
    background-image: url(../images/signage/sec-product-elm4-sp-hover.png);
  }
}
.sec-product__map__element-item__anchor {
  display: block;
}
.sec-product__map__element-item__img--box {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-product__map__element-item__img--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-product__map__element-item__txt {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  margin: 0 auto;
  border-radius: 0.2604166667vw;
  max-width: 80%;
  padding: 0.2604166667vw;
  background-color: #FFA33B;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .sec-product__map__element-item__txt {
    opacity: 1;
    border-radius: 1vw;
    padding: 1vw;
    font-size: 3.2vw;
  }
}
.sec-product__map__element-item__txt--element1, .sec-product__map__element-item__txt--element2 {
  top: 10%;
}
@media screen and (max-width: 768px) {
  .sec-product__map__element-item__txt--element1, .sec-product__map__element-item__txt--element2 {
    top: 5%;
  }
}
.sec-product__map__element-item__txt--element3, .sec-product__map__element-item__txt--element4 {
  bottom: 10%;
}
@media screen and (max-width: 768px) {
  .sec-product__map__element-item__txt--element3, .sec-product__map__element-item__txt--element4 {
    bottom: 5%;
  }
}
.sec-product__point {
  max-width: 1920px;
  position: relative;
  transform: translateY(-200px);
}
@media screen and (max-width: 768px) {
  .sec-product__point {
    padding: 0 2.5vw;
  }
}
.sec-product__point__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
@media screen and (max-width: 1440px) {
  .sec-product__point__inner {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .sec-product__point__inner {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .sec-product__point__inner {
    display: block;
    width: 100%;
  }
}
.sec-product__point__img--list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 61%;
}
@media screen and (max-width: 768px) {
  .sec-product__point__img--list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.sec-product__point__img--item {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-product__point__img--item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-product__point__img--item:nth-of-type(1) {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .sec-product__point__img--item:nth-of-type(1) {
    order: 2;
    margin-top: 20px;
    width: 100%;
  }
}
.sec-product__point__img--item:nth-of-type(2) {
  margin-left: 5%;
  width: 53%;
}
@media screen and (max-width: 768px) {
  .sec-product__point__img--item:nth-of-type(2) {
    order: 1;
    margin-left: 0;
    width: 100%;
  }
}
.sec-product__point__body {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .sec-product__point__body {
    margin-top: 30px;
    width: 100%;
  }
}
.sec-product__point__body__ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-product__point__body__ttl {
    font-size: 3rem;
  }
}
.sec-product__point__body__ttl:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 30px;
  content: "";
  background-image: url("../images/icn/icn-check.png");
  vertical-align: -3px;
}
.sec-product__point__body__txt {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  .sec-product__point__body__txt {
    font-size: 1.6rem;
  }
}
.sec-product__point__btn {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  margin: 0;
  padding: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-product__point__btn {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-product__point__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-product__point__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-product__point__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-product__point__btn .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-product__point__btn > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-product__point__btn > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-product__point__btn > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-product__point__btn .btn__anchor {
    border: 0;
  }
  .sec-product__point__btn .btn__anchor:before {
    display: none;
  }
  .sec-product__point__btn .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-product__point__btn .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
.sec-product__point__btn .btn__anchor {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .sec-product__point__btn .btn__anchor {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-product__point__btn .btn__anchor:after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}
@media screen and (max-width: 1440px) {
  .sec-product__point {
    transform: translateY(-8vw);
  }
}
@media screen and (max-width: 768px) {
  .sec-product__point {
    transform: none;
  }
}
.sec-product__point:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  display: block;
  margin-left: auto;
  height: 130%;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .sec-product__point:after {
    height: 110%;
  }
}
@media screen and (max-width: 768px) {
  .sec-product__point:after {
    display: none;
  }
}

.sec-contents {
  margin-bottom: 150px;
}
.sec-contents:before {
  left: 0;
  background: url("../images/signage/img-sec-contents-decotxt.png") no-repeat 50% 0%/contain !important;
}
.sec-contents .sec-new-service__ttl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-contents .sec-new-service__ttl {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-contents .sec-new-service__ttl__inner {
  display: inline-block;
  padding: 50px 100px 50px 0;
  background-color: #fff;
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-contents .sec-new-service__ttl__inner {
    padding: 0 0 20px 0;
    font-size: 4rem;
  }
}
.sec-contents .sec-new-service__ttl__body {
  display: block;
  background-image: linear-gradient(to right, #6d88d7, #48c4ee);
  -webkit-background-clip: text;
  color: transparent;
}
.sec-contents .sec-new-service__ttl__body--ja {
  font-size: 40%;
}
.sec-contents .sec-new-service__ttl__inner img {
  max-width: 345px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .sec-contents .sec-new-service__ttl__inner img {
    width: 70%;
    max-width: 270px;
  }
}
.sec-contents__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-contents__flex {
    flex-direction: column;
  }
}
.sec-contents__flex-item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .sec-contents__flex-item {
    width: 100%;
  }
  .sec-contents__flex-item:last-of-type {
    margin-top: 60px;
  }
}
.sec-contents__flex-item a {
  background: #fff;
  display: block;
  width: 100%;
}
.sec-contents__flex-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-contents__flex-item img {
    max-width: 460px;
    margin: 0 auto;
    display: block;
  }
}
.sec-contents__point__btn {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  margin: 0;
  padding: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-contents__point__btn {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-contents__point__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-contents__point__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-contents__point__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-contents__point__btn .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-contents__point__btn > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-contents__point__btn > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-contents__point__btn > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-contents__point__btn .btn__anchor {
    border: 0;
  }
  .sec-contents__point__btn .btn__anchor:before {
    display: none;
  }
  .sec-contents__point__btn .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-contents__point__btn .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
.sec-contents__point__btn .btn__anchor {
  margin: 30px 0 0;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  .sec-contents__point__btn .btn__anchor {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-contents__point__btn .btn__anchor:after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}

.sec-sig-casestudy {
  background-image: linear-gradient(to right, #fff 0%, #dbdbdb 100%);
}

.sec-sig-casestudy--top {
  margin-top: 290px;
  padding: 150px 0;
}

@media screen and (max-width: 768px) {
  .sec-sig-casestudy--top {
    padding: 60px 0;
    margin-top: 100px;
  }
}
.sec-sig-casestudy--archive {
  margin-top: 70px;
  padding-bottom: 150px;
  background: #fff;
}

.sec-sig-casestudy .ttl {
  text-align: center;
}
.sec-sig-casestudy .ttl .ttl__en {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
}
.sec-sig-casestudy .ttl .ttl__ja {
  font-size: 2.4rem;
  font-weight: 500;
}
.sec-sig-casestudy .ttl .ttl__ja:after {
  display: block;
  margin: 20px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-color: #f38100;
}
.sec-sig-casestudy .ttl__ja:after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-sig-casestudy .post-list {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1260px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-sig-casestudy .post-list:after {
  content: "";
  width: 30%;
  height: 0;
}
.sec-sig-casestudy .post-item {
  margin-top: 80px;
  width: 30%;
}
.sec-sig-casestudy .post-item:nth-of-type(1), .sec-sig-casestudy .post-item:nth-of-type(2), .sec-sig-casestudy .post-item:nth-of-type(3) {
  margin-top: 0;
}
.sec-sig-casestudy .post-item__img-container {
  position: relative;
  margin-top: 15px;
}
.sec-sig-casestudy .post-item__img-list {
  border: 1px solid #c8c8c8;
}
.sec-sig-casestudy .post-item__img-item {
  overflow: hidden;
}
.sec-sig-casestudy .post-item__img-btn {
  position: absolute;
  top: 35%;
  display: block;
  border-radius: 17.5px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.sec-sig-casestudy .post-item__img-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 10px;
  height: 15px;
  background-image: url("../images/signage/icn-slider-arrow-black.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.sec-sig-casestudy .post-item__img-btn--prev {
  left: -20px;
}
.sec-sig-casestudy .post-item__img-btn--prev:before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.sec-sig-casestudy .post-item__img-btn--next {
  right: -20px;
}
.sec-sig-casestudy .post-item__img-btn--next:before {
  transform: translate(-50%, -50%);
}
.sec-sig-casestudy .post-item__img {
  width: 100%;
  height: auto;
}
.sec-sig-casestudy .post-item__cat {
  margin-top: 5px;
}
.sec-sig-casestudy .post-item__cat__txt {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px 15px;
  background-color: #c485ff;
  color: #fff;
  padding: 1px 11px 3px;
  border-radius: 3px;
  background: white;
}
.sec-sig-casestudy .post-item__cat__txt.guard_station {
  border: 2px solid #F38000;
  color: #F38000;
}
.sec-sig-casestudy .post-item__cat__txt.office {
  border: 2px solid #2E74B6;
  color: #2E74B6;
}
.sec-sig-casestudy .post-item__cat__txt.temporary_fence {
  border: 2px solid #548335;
  color: #548335;
}
.sec-sig-casestudy .post-item__cat__txt.morning_meeting {
  border: 2px solid #c00100;
  color: #c00100;
}
.sec-sig-casestudy .post-item__cat__txt.etc {
  border: 2px solid #5a5a5a;
  color: #5a5a5a;
}
.sec-sig-casestudy .post-item__ttl {
  margin-top: 18px;
  font-size: 2.5rem;
  font-weight: 700;
}
.sec-sig-casestudy .post-item__space {
  margin-top: 5px;
  font-size: 1.8rem;
}
.sec-sig-casestudy .post-item__body {
  margin-top: 18px;
  font-size: 1.6rem;
}
.sec-sig-casestudy .post-item__img-thumb-list {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}
.sec-sig-casestudy .post-item__img-thumb-list img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-sig-casestudy .post-item__img-thumb-list .slick-track {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  width: 100% !important;
}
.sec-sig-casestudy .post-item__img-thumb-list .slick-track .slick-slide {
  float: none;
  padding: 10px 5px;
  width: 20%;
  cursor: pointer;
}
.sec-sig-casestudy .post-item__img-thumb-list .slick-track .slick-slide.slick-current {
  box-sizing: border-box;
}
.sec-sig-casestudy .post-item__img-thumb-list .slick-track .slick-slide.slick-current img {
  border: 2px solid #f38100;
}
.sec-sig-casestudy .btn.more {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1260px;
}
.sec-sig-casestudy .btn.more .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-sig-casestudy .btn.more .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-sig-casestudy .btn.more .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-sig-casestudy .btn.more .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
.sec-sig-casestudy .btn.more .btn__anchor:after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}

@media screen and (max-width: 768px) {
  .sec-sig-casestudy .ttl .ttl__en {
    font-size: 3.4rem;
  }
  .sec-sig-casestudy .ttl .ttl__ja {
    font-size: 2.2rem;
  }
  .sec-sig-casestudy .ttl .ttl__ja:after {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec-sig-casestudy .post-list {
    padding: 0 3.5vw;
    max-width: calc(1220px + 7vw);
  }
}
@media screen and (max-width: 768px) {
  .sec-sig-casestudy .post-list {
    position: relative;
    display: block;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-sig-casestudy .post-item {
    margin-top: 30px;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-sig-casestudy .post-item:nth-of-type(2), .sec-sig-casestudy .post-item:nth-of-type(3) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec-sig-casestudy .post-item__img-btn--prev {
    left: -3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-sig-casestudy .post-item__img-btn--next {
    right: -3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-sig-casestudy .post-item__cat__txt {
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-sig-casestudy .post-item__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-sig-casestudy .btn.more {
    padding: 0 3.5vw;
    max-width: calc(1220px + 7vw);
  }
}
@media screen and (min-width: 769px) {
  .sec-sig-casestudy .btn.more > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-sig-casestudy .btn.more > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-sig-casestudy .btn.more > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-sig-casestudy .btn.more .btn__anchor {
    border: 0;
  }
  .sec-sig-casestudy .btn.more .btn__anchor:before {
    display: none;
  }
  .sec-sig-casestudy .btn.more .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-sig-casestudy .btn.more .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
.sec-new-service {
  position: relative;
  color: #5a5a5a;
}
.sec-new-service:before {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  display: block;
  width: 13.0208333333vw;
  height: 83.3333333333vw;
  background: url("../images/signage/img-sec-original-service-decotxt.png") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 768px) {
  .sec-new-service:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-new-service {
    margin-top: 100px;
  }
}
.sec-new-service__ttl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-new-service__ttl {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-new-service__ttl__inner {
  display: inline-block;
  padding: 50px 100px 50px 0;
  background-color: #fff;
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-new-service__ttl__inner {
    padding: 0 0 20px 0;
    font-size: 4rem;
  }
}
.sec-new-service__ttl__body {
  display: block;
  background-image: linear-gradient(to right, #6d88d7, #48c4ee);
  -webkit-background-clip: text;
  color: transparent;
}
.sec-new-service__ttl__body--ja {
  font-size: 40%;
}
.sec-new-service__ttl__inner img {
  max-width: 600px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .sec-new-service__ttl__inner img {
    width: 75%;
  }
}
.sec-new-service__bg {
  position: relative;
  background-color: #efefef;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .sec-new-service__bg {
    padding-bottom: 50px;
  }
}
.sec-new-service__bg:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 50%;
  height: 110px;
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  .sec-new-service__bg:before {
    left: auto;
    right: 0;
    width: 20%;
    height: 90px;
  }
}
.sec-new-service__offer {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer {
    padding-top: 60px;
  }
}
.sec-new-service__offer__ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer__ttl {
    font-size: 2.5rem;
  }
}
.sec-new-service__offer__ttl:after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 80px;
  height: 8px;
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-new-service__offer__body {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.9;
  color: #5a5a5a;
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer__body {
    font-size: 1.6rem;
  }
}
.sec-new-service__offer__body--orange {
  font-weight: 700;
  color: #ffa33b;
}
.sec-new-service__offer__diagram {
  margin: 100px auto 0;
  max-width: 1260px;
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer__diagram {
    margin-top: 30px;
  }
}
.sec-new-service__offer__diagram__sp-diagram-img--box {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 500px;
}
.sec-new-service__offer__diagram__sp-diagram-img--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-new-service__offer__diagram__item {
  border-width: 10px;
  border-style: solid;
  border-color: #fff;
  border-radius: 15px;
  width: 35%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer__diagram__item {
    margin: 0 auto;
    border-width: 5px;
    width: 100%;
    max-width: 390px;
  }
}
.sec-new-service__offer__diagram__item--border-orange {
  position: relative;
  margin: 0 auto;
  border-color: #ffa33b;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer__diagram__item--border-orange {
    margin-top: 100px;
  }
}
.sec-new-service__offer__diagram__item--border-blue {
  border-color: #74cff5;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer__diagram__item--border-blue {
    margin-top: 30px;
  }
}
.sec-new-service__offer__diagram__item--border-white {
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer__diagram__item--border-white {
    margin-top: 30px;
  }
}
.sec-new-service__offer__diagram__item__inner {
  margin: 0 auto;
  max-width: 290px;
}
.sec-new-service__offer__diagram__item__add-img--box {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 50%;
}
.sec-new-service__offer__diagram__item__add-img--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer__diagram__item__add-img--box {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer__diagram__item__add-img--box {
    transform: translate(10%, -50%);
  }
}
.sec-new-service__offer__diagram__item__img--box {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-new-service__offer__diagram__item__img--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-new-service__offer__diagram__item__img--top {
  max-width: 135px;
}
.sec-new-service__offer__diagram__item__img--bottom-left {
  max-width: 185px;
}
.sec-new-service__offer__diagram__item__img--bottom-right {
  max-width: 115px;
}
.sec-new-service__offer__diagram__item__heading {
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer__diagram__item__heading {
    font-size: 2rem;
  }
}
.sec-new-service__offer__diagram__item__heading--fc-orange {
  color: #f38100;
}
.sec-new-service__offer__diagram__item__heading--fc-blue {
  color: #3cbcf2;
}
.sec-new-service__offer__diagram__item__body {
  margin-top: 10px;
  line-height: 1.68;
}
.sec-new-service__offer__diagram__explain-img--box {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-new-service__offer__diagram__explain-img--box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-new-service__offer__diagram__explain-img--left-top {
  position: absolute;
  right: calc(100% + 20px);
  transform: translateY(25%);
  bottom: 0;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .sec-new-service__offer__diagram__explain-img--left-top {
    transform: translateY(30%);
  }
}
.sec-new-service__offer__diagram__explain-img--right-top {
  position: absolute;
  left: calc(100% + 20px);
  bottom: 0;
  transform: translateY(25%);
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .sec-new-service__offer__diagram__explain-img--right-top {
    transform: translateY(30%);
  }
}
.sec-new-service__offer__diagram__explain-img--bottom {
  align-self: center;
  width: 28%;
  max-width: 345px;
}
.sec-new-service__offer__diagram__box {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .sec-new-service__offer__diagram__box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec-new-service__offer__diagram__box {
    margin-top: 0;
    display: block;
  }
}
.sec-new-service__point {
  max-width: 1920px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec-new-service__point {
    padding: 0 2.5vw;
  }
}
.sec-new-service__point__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
@media screen and (max-width: 1440px) {
  .sec-new-service__point__inner {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .sec-new-service__point__inner {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .sec-new-service__point__inner {
    display: block;
    width: 100%;
  }
}
.sec-new-service__point__img--list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 61%;
}
@media screen and (max-width: 768px) {
  .sec-new-service__point__img--list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.sec-new-service__point__img--item {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-new-service__point__img--item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-new-service__point__img--item:nth-of-type(1) {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .sec-new-service__point__img--item:nth-of-type(1) {
    order: 2;
    margin-top: 20px;
    width: 100%;
  }
}
.sec-new-service__point__img--item:nth-of-type(2) {
  margin-left: 5%;
  width: 53%;
}
@media screen and (max-width: 768px) {
  .sec-new-service__point__img--item:nth-of-type(2) {
    order: 1;
    margin-left: 0;
    width: 100%;
  }
}
.sec-new-service__point__body {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .sec-new-service__point__body {
    margin-top: 30px;
    width: 100%;
  }
}
.sec-new-service__point__body__ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-new-service__point__body__ttl {
    font-size: 3rem;
  }
}
.sec-new-service__point__body__ttl:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 30px;
  content: "";
  background-image: url("../images/icn/icn-check.png");
  vertical-align: -3px;
}
.sec-new-service__point__body__txt {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  .sec-new-service__point__body__txt {
    font-size: 1.6rem;
  }
}
.sec-new-service__point__btn {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  margin: 0;
  padding: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-new-service__point__btn {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-new-service__point__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-new-service__point__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-new-service__point__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-new-service__point__btn .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-new-service__point__btn > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-new-service__point__btn > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-new-service__point__btn > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-new-service__point__btn .btn__anchor {
    border: 0;
  }
  .sec-new-service__point__btn .btn__anchor:before {
    display: none;
  }
  .sec-new-service__point__btn .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-new-service__point__btn .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
.sec-new-service__point__btn .btn__anchor {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .sec-new-service__point__btn .btn__anchor {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-new-service__point__btn .btn__anchor:after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}
@media screen and (max-width: 768px) {
  .sec-new-service__point {
    padding-top: 60px;
  }
}
.sec-new-service__point:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 45%;
  height: 100%;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  .sec-new-service__point:before {
    left: auto;
    right: 0;
    width: 45%;
    height: 30%;
  }
}

.sec-column {
  margin-top: 200px;
  padding: 150px 0;
  background-image: linear-gradient(to right, #fff 0%, #dbdbdb 100%);
}
@media screen and (max-width: 768px) {
  .sec-column {
    margin-top: 100px;
  }
}
.sec-column .ttl {
  text-align: center;
}
.sec-column .ttl .ttl__en {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
}
.sec-column .ttl .ttl__ja {
  font-size: 2.4rem;
  font-weight: 500;
}
.sec-column .ttl .ttl__ja:after {
  display: block;
  margin: 20px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-color: #f38100;
}
@media screen and (max-width: 768px) {
  .sec-column .ttl .ttl__en {
    font-size: 3.4rem;
  }
  .sec-column .ttl .ttl__ja {
    font-size: 2.2rem;
  }
  .sec-column .ttl .ttl__ja:after {
    margin-top: 12px;
  }
}
.sec-column .post-list {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-column .post-list {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-column .post-item {
  width: 100%;
  max-width: 375px;
}
.sec-column .post-item:nth-of-type(2) {
  margin: 0 20px;
}
.sec-column .post-item__img {
  width: 100%;
  height: auto;
}
.sec-column .post-item__ttl {
  margin-top: 18px;
  font-size: 2rem;
  font-weight: 500;
}
.sec-column .post-item__body {
  margin-top: 18px;
  font-size: 1.6rem;
}
.sec-column .btn.more {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-column .btn.more {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-column .btn.more .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-column .btn.more .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-column .btn.more .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-column .btn.more .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-column .btn.more > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-column .btn.more > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-column .btn.more > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-column .btn.more .btn__anchor {
    border: 0;
  }
  .sec-column .btn.more .btn__anchor:before {
    display: none;
  }
  .sec-column .btn.more .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-column .btn.more .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .sec-column .post-item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .sec-column {
    padding: 60px 0;
  }
  .sec-column .post-list {
    position: relative;
    display: block;
    padding: 0 10vw;
  }
  .sec-column .post-item {
    max-width: none;
  }
  .sec-column .post-item:nth-of-type(2) {
    margin: 0;
  }
  .sec-column .slick-arrow {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 24vw;
    text-indent: -9999em;
    display: block;
    width: 4vw;
    height: 10vw;
  }
  .sec-column .slick-arrow.slick-prev {
    left: 3vw;
    background-image: url("../images/icn/icn-slider-arrow-left-gray.png");
  }
  .sec-column .slick-arrow.slick-next {
    right: 3vw;
    background-image: url("../images/icn/icn-slider-arrow-right-gray.png");
  }
}

.sec-qa {
  padding: 150px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5a5a5a;
  background-image: linear-gradient(45deg, #fff 0%, #dbdbdb 100%);
}
@media screen and (max-width: 768px) {
  .sec-qa {
    padding: 60px 0;
  }
}
.sec-qa .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-qa .wrapper {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-qa .ttl {
  text-align: center;
}
.sec-qa .ttl .ttl__en {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
}
.sec-qa .ttl .ttl__ja {
  font-size: 2.4rem;
  font-weight: 500;
}
.sec-qa .ttl .ttl__ja:after {
  display: block;
  margin: 20px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-color: #f38100;
}
@media screen and (max-width: 768px) {
  .sec-qa .ttl .ttl__en {
    font-size: 3.4rem;
  }
  .sec-qa .ttl .ttl__ja {
    font-size: 2.2rem;
  }
  .sec-qa .ttl .ttl__ja:after {
    margin-top: 12px;
  }
}
.sec-qa .ttl__ja::after {
  background-image: linear-gradient(to left, #b1f4cf, #a8cfd6, #a0b1dc, #9890e3);
}
.sec-qa .list-qa {
  margin-top: 50px;
}
.sec-qa .item-qa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #707070;
  padding: 30px;
  background: white;
}
.sec-qa .item-qa.question {
  cursor: pointer;
  margin-top: 30px;
}
.sec-qa .item-qa.question:first-of-type {
  margin-top: 0;
}
.sec-qa .item-qa.answer {
  display: none;
  background-color: #707070;
  color: #fff;
}
.sec-qa .item-qa__txt-body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec-qa .item-qa__txt-body--link {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .sec-qa .item-qa__txt-body--link:hover {
    opacity: 0.68;
  }
}
.sec-qa .item-qa__txt-body:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: block;
  margin-right: 70px;
  min-width: 60px;
  min-height: 60px;
  content: "";
}
.sec-qa .item-qa__txt-body.question:before {
  background-image: url("../images/icn/icn-question-gray.png");
}
.sec-qa .item-qa__txt-body.answer:before {
  background-image: url("../images/icn/icn-answer-white.png");
}
.sec-qa .item-qa__btn-drop {
  position: relative;
  display: block;
  margin-left: 20px;
  min-width: 27px;
  min-height: 27px;
}
.sec-qa .item-qa__btn-drop span {
  position: absolute;
  left: 0;
  top: calc(50% - 4px / 2);
  transform-origin: center;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #707070;
}
.sec-qa .item-qa__btn-drop span:nth-of-type(2) {
  transform: rotate(90deg);
  transition: transform 0.15s ease;
}
.sec-qa .item-qa__btn-drop span.spin {
  transform: rotate(0);
}
.sec-qa .btn.more {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-qa .btn.more {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-qa .btn.more .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-qa .btn.more .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-qa .btn.more .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-qa .btn.more .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-qa .btn.more > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-qa .btn.more > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-qa .btn.more > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-qa .btn.more .btn__anchor {
    border: 0;
  }
  .sec-qa .btn.more .btn__anchor:before {
    display: none;
  }
  .sec-qa .btn.more .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-qa .btn.more .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
.sec-qa .btn.more .btn__anchor {
  background: white;
}
.sec-qa .btn.more .btn__anchor:after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}
@media screen and (min-width: 769px) {
  .sec-qa .item-qa.question {
    transition: opacity 0.15s ease;
  }
  .sec-qa .item-qa.question:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .sec-qa .item-qa {
    padding: 20px 15px;
  }
  .sec-qa .item-qa__txt-body:before {
    min-width: 45px;
    min-height: 45px;
    margin-right: 25px;
  }
  .sec-qa .item-qa__txt-body.question:before {
    background-image: url("../images/icn/icn-question-gray.png");
  }
  .sec-qa .item-qa__txt-body.answer:before {
    background-image: url("../images/icn/icn-answer-white.png");
  }
  .sec-qa .item-qa__btn-drop {
    margin-left: 10px;
    min-width: 20px;
    min-height: 20px;
  }
}

.sec-news {
  background: white;
}
.sec-news .wrapper {
  margin-top: 50px;
}
.sec-news .wrapper .news-item {
  border-top: 1px dashed #5A5A5A;
  padding: 30px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5A5A5A;
}
.sec-news .wrapper .news-item:last-of-type {
  border-bottom: 1px dashed #5A5A5A;
}
.sec-news .wrapper .news-item__container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1110px;
}
.sec-news .wrapper .news-item__cat {
  display: inline-block;
  border-radius: 9px;
  margin-left: 60px;
  margin-right: 40px;
  margin: 0 20px;
  padding: 5px 0;
  min-width: 120px;
  text-align: center;
  color: #fff;
}
.sec-news .wrapper .news-item__cat.notice {
  background-color: #6F86D6;
}
.sec-news .wrapper .news-item__cat.advertising {
  background-color: #6F86D6;
}
.sec-news .wrapper .news-item__cat.construction {
  background-color: #6F86D6;
}
@media screen and (min-width: 769px) {
  .sec-news .wrapper .news-item__ttl:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .wrapper {
    padding: 60px 0 100px;
  }
  .sec-news .wrapper .news-item {
    padding: 20px 0;
  }
  .sec-news .wrapper .news-item__container {
    flex-wrap: wrap;
  }
  .sec-news .wrapper .news-item__ttl {
    margin-top: 10px;
    width: 100%;
  }
  .sec-news .wrapper .news-item__cat {
    min-width: 100px;
    font-size: 1.4rem;
  }
}

.sec-search {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .sec-search {
    margin-top: 40px;
  }
}
.sec-search__container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1260px;
}

@media screen and (max-width: 768px) {
  .sec-search__container {
    padding: 0 3.5vw;
    max-width: calc(1220px + 7vw);
  }
}
.sec-search__lead {
  font-size: 1.2em;
}

.sec-search .form {
  margin-top: 30px;
}
.sec-search .form__input-box--select {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 360px;
}
.sec-search .form__input-box--select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 50;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #000000 transparent transparent transparent;
}
.sec-search .form__input--select {
  display: inline-block;
  width: 100%;
  border: 1px solid #adadad;
  border-radius: 5px;
  padding: 5px 20px;
  width: 100%;
  font-size: 18px;
}
.sec-search .form__input--submit {
  display: inline-block;
  vertical-align: 2px;
  margin-left: 10px;
  padding: 5px 20px;
  background-color: #74cff5;
  color: #fff;
}
.sec-search .form__input--sort {
  display: inline-block;
  border: 1px solid #000;
  margin-left: 10px;
  padding: 5px 20px;
  background-color: #fff;
  color: #000;
  vertical-align: 2px;
}

@media only screen and (min-width: 769px) {
  .sec-search .form__input--submit:hover {
    opacity: 0.68;
  }
}
@media screen and (max-width: 768px) {
  .sec-search .form__input--submit {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    padding: 5px 3.5vw;
    vertical-align: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-search .form__input--sort {
    margin-left: 0;
    margin-top: 10px;
    width: 48%;
    padding: 5px 3.5vw;
    font-size: 14px;
    vertical-align: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-search .form__input--sort-02 {
    margin-left: 4%;
  }
}
/* ===============================================
# 映像・音響分配サービス
=============================================== */
.sec-va-distribution {
  width: 100%;
  height: auto;
  margin-top: 8px;
  position: relative;
  color: #5a5a5a;
}
.sec-va-distribution:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  width: 13.0208333333vw;
  height: 83.3333333333vw;
  background: url("../images/signage/img-sec-va-distribution-decotxt.png") no-repeat 50% 0%/contain;
}
@media screen and (max-width: 768px) {
  .sec-va-distribution:before {
    display: none;
  }
}
.sec-va-distribution__ttl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__ttl {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-va-distribution__ttl__inner {
  display: inline-block;
  padding: 50px 100px 50px 0;
  background-color: #fff;
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__ttl__inner {
    padding: 0 0 20px 0;
    font-size: 4rem;
  }
}
.sec-va-distribution__ttl__body {
  display: block;
  background-image: linear-gradient(to right, #6d88d7, #48c4ee);
  -webkit-background-clip: text;
  color: transparent;
}
.sec-va-distribution__ttl__body--ja {
  font-size: 40%;
}
.sec-va-distribution__ttl__inner {
  padding-top: 218px;
  background-color: unset;
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__ttl__inner {
    padding-top: 100px;
  }
}
.sec-va-distribution__ttl__inner img {
  max-width: 595px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__ttl__inner img {
    width: 75%;
    max-width: 600px;
  }
}
.sec-va-distribution__bg {
  position: relative;
  background-color: #efefef;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__bg {
    padding-bottom: 50px;
  }
}
.sec-va-distribution__bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 100%;
  width: 50%;
  height: 110px;
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__bg:before {
    left: auto;
    right: 0;
    width: 20%;
    height: 90px;
  }
}
.sec-va-distribution__offer {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__offer {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__offer {
    padding-top: 60px;
  }
}
.sec-va-distribution__offer .sec-va-contents__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__offer .sec-va-contents__flex {
    flex-direction: column;
  }
}
.sec-va-distribution__offer .sec-va-contents__flex-item {
  display: flex;
}
.sec-va-distribution__offer .sec-va-contents__flex-item:first-of-type {
  width: 47%;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__offer .sec-va-contents__flex-item:first-of-type {
    width: 100%;
  }
}
.sec-va-distribution__offer .sec-va-contents__flex-item:last-of-type {
  width: 44%;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .sec-va-distribution__offer .sec-va-contents__flex-item:last-of-type {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__offer .sec-va-contents__flex-item:last-of-type {
    width: 100%;
    margin-top: 60px;
    display: block;
  }
}
.sec-va-distribution__offer .sec-va-contents__flex-item:last-of-type img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-va-distribution__offer .sec-va-contents__body {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #5a5a5a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__offer .sec-va-contents__body {
    font-size: 1.6rem;
  }
}
.sec-va-distribution__offer .sec-va-contents__point__btn {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  margin: 0;
  padding: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__offer .sec-va-contents__point__btn {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-va-distribution__offer .sec-va-contents__point__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-va-distribution__offer .sec-va-contents__point__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-va-distribution__offer .sec-va-contents__point__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-va-distribution__offer .sec-va-contents__point__btn .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-va-distribution__offer .sec-va-contents__point__btn > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-va-distribution__offer .sec-va-contents__point__btn > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-va-distribution__offer .sec-va-contents__point__btn > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__offer .sec-va-contents__point__btn .btn__anchor {
    border: 0;
  }
  .sec-va-distribution__offer .sec-va-contents__point__btn .btn__anchor:before {
    display: none;
  }
  .sec-va-distribution__offer .sec-va-contents__point__btn .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-va-distribution__offer .sec-va-contents__point__btn .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
.sec-va-distribution__offer .sec-va-contents__point__btn .btn__anchor {
  background: #fff;
  display: block;
  width: 100%;
  margin: 30px 0 0;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  .sec-va-distribution__offer .sec-va-contents__point__btn .btn__anchor {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-va-distribution__offer .sec-va-contents__point__btn .btn__anchor:after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}
@media screen and (max-width: 360px) {
  .sec-va-distribution__offer .sec-va-contents__point__btn .btn__anchor .btn__txt {
    font-size: 18px;
  }
}/*# sourceMappingURL=page-signage.css.map */