@charset "UTF-8";
/*------------------------------------------
about__container
------------------------------------------*/
.about__container {
  padding: 80px 0;
  position: relative;
}
@media (min-width: 769px) {
  .about__container {
    padding: 100px 0 120px;
  }
}
.about__container .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .about__container .inner {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .about__container .inner {
    padding: 0 24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about__container .inner {
    padding: 0 20px;
  }
}
.about__container .cmn__ttl {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .about__container .cmn__ttl {
    width: 322px;
    margin-bottom: 32px;
  }
}
.about__container .cmn__txt {
  width: 100%;
}
.about__container .about__info {
  margin: 0 auto 32px;
}
@media (min-width: 769px) {
  .about__container .about__info {
    margin: 0 auto 40px;
  }
}
.about__container .about__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
@media (min-width: 769px) {
  .about__container .about__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    gap: 10px;
  }
}
.about__container .about__list > li {
  width: calc(50% - 3px);
  height: 168px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}
@media (min-width: 769px) {
  .about__container .about__list > li {
    background-size: 100%;
    height: 230px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about__container .about__list > li {
    height: 184px;
  }
}
.about__container .about__list > li::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about__container .about__list > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.about__container .about__list > li > a .txt {
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .about__container .about__list > li > a .txt {
    font-size: 20px;
  }
}
.about__container .about__list > li > a .icon {
  overflow: hidden;
  background: #0B4FB6;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media (min-width: 769px) {
  .about__container .about__list > li > a .icon {
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }
}
.about__container .about__list > li > a .icon::after {
  content: "";
  background: url(../images/common/icon_arrow_w.png) no-repeat center/100%;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .about__container .about__list > li > a .icon::after {
    width: 12px;
    height: 9px;
  }
}
.about__container .about__list > li.icon--blank > a .icon::after {
  background: url(../images/common/icon_arrow_blank.png) no-repeat center/100%;
  height: 12px;
}
@media (min-width: 769px) {
  .about__container .about__list > li:hover {
    background-size: 110%;
  }
  .about__container .about__list > li:hover > a .icon {
    background: #5A9BFF;
  }
  .about__container .about__list > li:hover > a .icon::after {
    -webkit-animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .about__container .about__list > li:hover > a .icon::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .about__container .about__list > li:hover.icon--blank > a .icon::after {
    -webkit-animation: none;
            animation: none;
  }
}
@media (min-width: 769px) {
  .about__container .about__list.signage > li {
    width: calc(25% - 7.5px);
  }
}
.about__container .about__list.signage > li:first-child {
  background-image: url(../images/signage/about_img_1.png);
}
.about__container .about__list.signage > li:nth-child(2) {
  background-image: url(../images/signage/about_img_2.png);
}
.about__container .about__list.signage > li:nth-child(3) {
  background-image: url(../images/signage/about_img_3.png);
}
.about__container .about__list.signage > li:nth-child(4) {
  background-image: url(../images/signage/about_img_4.png);
}
@media (min-width: 769px) {
  .about__container .about__list.dx_iot > li {
    width: calc(33.3333333333% - 44px);
  }
}
.about__container .about__list.dx_iot > li:first-child {
  background-image: url(../images/dx_iot/about_img_1.png);
}
.about__container .about__list.dx_iot > li:nth-child(2) {
  background-image: url(../images/dx_iot/about_img_2.png);
}
.about__container .about__list.dx_iot > li:nth-child(3) {
  background-image: url(../images/dx_iot/about_img_3.png);
}
@media (min-width: 769px) {
  .about__container .about__list.drive > li {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 768px) {
  .about__container .about__list.drive > li {
    width: 100%;
  }
}
.about__container .about__list.drive > li:first-child {
  background-image: url(../images/drive/about_img_1.png);
}
.about__container .about__list.drive > li:nth-child(2) {
  background-image: url(../images/drive/about_img_2.png);
}
.about__container .about__list.drive > li:hover {
  background-size: 100%;
}
.about__container .about__list.development > li {
  width: 100%;
  height: auto;
}
.about__container .about__list.development > li::before {
  display: none;
}
.about__container .about__list.web > li {
  width: 100%;
}
@media (min-width: 769px) {
  .about__container .about__list.web > li {
    max-width: 854px;
  }
}
.about__container .about__list.web > li:first-child {
  background-image: url(../images/web/about_img_1.png);
}

/*------------------------------------------
solution__container
------------------------------------------*/
.solution__container {
  padding: 0 0 80px;
}
@media (min-width: 769px) {
  .solution__container {
    padding: 0 0 120px;
  }
}
.solution__container .inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .solution__container .inner {
    max-width: 1148px;
  }
}
@media (max-width: 768px) {
  .solution__container .inner {
    padding: 0 24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .solution__container .inner {
    padding: 0 20px;
  }
}
.solution__container .cmn__ttl {
  margin: 0 auto 24px;
}
@media (min-width: 769px) {
  .solution__container .cmn__ttl {
    max-width: 992px;
    margin: 0 auto 32px;
  }
}
.solution__container .cmn__btn {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .solution__container .cmn__btn {
    height: 72px;
  }
}
.solution__container .solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 0 auto 24px;
}
@media (min-width: 1025px) {
  .solution__container .solution__list {
    gap: 32px 16px;
    margin: 0 auto 40px;
  }
}
.solution__container .solution__list > li {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li {
    width: calc(33.3333333333% - 10.8px);
  }
}
.solution__container .solution__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li > a {
    display: block;
  }
}
.solution__container .solution__list > li > a .img {
  position: relative;
  aspect-ratio: 1/1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 164px;
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li > a .img {
    width: 100%;
  }
}
.solution__container .solution__list > li > a .info {
  background: #ffffff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li > a .info {
    width: 100%;
    height: 110px;
    padding: 0 60px 0 16px;
  }
}
.solution__container .solution__list > li > a .info .txt {
  color: #030303;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li > a .info .txt {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 20px;
  }
}
.solution__container .solution__list > li > a .info .icon {
  overflow: hidden;
  background: #0B4FB6;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li > a .info .icon {
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }
}
.solution__container .solution__list > li > a .info .icon::after {
  content: "";
  background: url(../images/common/icon_arrow_w.png) no-repeat center/100%;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li > a .info .icon::after {
    width: 12px;
    height: 9px;
  }
}
@media (min-width: 1025px) {
  .solution__container .solution__list > li > a:hover .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .solution__container .solution__list > li > a:hover .txt {
    color: #0B4FB6;
  }
  .solution__container .solution__list > li > a:hover .icon {
    background: #5A9BFF;
  }
  .solution__container .solution__list > li > a:hover .icon::after {
    -webkit-animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

/*------------------------------------------
products__container
------------------------------------------*/
.products__container {
  position: relative;
  background: #0B4FB6;
  margin: 0 auto 80px;
  padding: 80px 0;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
@media (min-width: 769px) {
  .products__container {
    width: calc(100% - 40px);
    border-top-left-radius: 10px;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 10px;
    padding: 120px 0;
    margin: 0 auto 120px;
  }
}
.products__container .inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .products__container .inner {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .products__container .inner {
    padding: 0 24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .products__container .inner {
    padding: 0 20px;
  }
}
.products__container .cmn__ttl {
  color: #ffffff;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .products__container .cmn__ttl {
    margin-bottom: 32px;
  }
}
.products__container .products__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
@media (min-width: 769px) {
  .products__container .products__list {
    max-width: 860px;
    margin-left: auto;
    gap: 16px;
  }
}
.products__container .products__list > li {
  width: calc(50% - 3px);
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .products__container .products__list > li {
    width: calc(33.3333333333% - 11px);
    height: 200px;
  }
}
.products__container .products__list > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.products__container .products__list > li > a .txt {
  text-align: center;
  color: #030303;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 16px;
}
@media (min-width: 769px) {
  .products__container .products__list > li > a .txt {
    font-size: 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .products__container .products__list > li > a .txt {
    font-size: 15px;
  }
}
.products__container .products__list > li > a .icon {
  overflow: hidden;
  background: #0B4FB6;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media (min-width: 769px) {
  .products__container .products__list > li > a .icon {
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }
}
.products__container .products__list > li > a .icon::after {
  content: "";
  background: url(../images/common/icon_arrow_w.png) no-repeat center/100%;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .products__container .products__list > li > a .icon::after {
    width: 12px;
    height: 9px;
  }
}
@media (min-width: 769px) {
  .products__container .products__list > li:hover > a .txt {
    color: #0B4FB6;
  }
  .products__container .products__list > li:hover > a .icon {
    background: #5A9BFF;
  }
  .products__container .products__list > li:hover > a .icon::after {
    -webkit-animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .products__container .products__list > li:hover > a .icon::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.products__container .products__btn--group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
@media (min-width: 769px) {
  .products__container .products__btn--group {
    max-width: 860px;
    margin-left: auto;
    margin-top: 40px;
  }
}
.products__container .products__btn {
  overflow: hidden;
  background: #ffffff;
  color: #0B4FB6;
  border-radius: 36px;
  width: 296px;
  height: 56px;
  margin: 24px auto 0;
  position: relative;
}
@media (min-width: 769px) {
  .products__container .products__btn {
    width: 366px;
    height: 72px;
    margin: 40px auto 0;
  }
  .products__container .products__btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #d9effa;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
.products__container .products__btn > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 769px) {
  .products__container .products__btn > a {
    font-size: 16px;
  }
}
.products__container .products__btn > a::after {
  content: "";
  background: url(../images/common/icon_arrow.png) no-repeat center/100%;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
}
@media (min-width: 769px) {
  .products__container .products__btn > a::after {
    right: 32px;
    width: 12px;
    height: 9px;
  }
}
@media (min-width: 769px) {
  .products__container .products__btn:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .products__container .products__btn:hover > a::after {
    -webkit-animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

/*------------------------------------------
works__container
------------------------------------------*/
.works__container {
  padding: 0 0 80px;
  position: relative;
}
@media (min-width: 769px) {
  .works__container {
    padding: 0 0 120px;
  }
}
.works__container .cmn__ttl {
  margin: 0 auto 24px;
}
@media (min-width: 769px) {
  .works__container .cmn__ttl {
    max-width: 992px;
    margin: 0 auto 32px;
  }
}
@media (max-width: 768px) {
  .works__container .cmn__ttl {
    padding: 0 24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .works__container .cmn__ttl {
    padding: 0 20px;
  }
}
.works__container .works__cnt {
  width: 100%;
}
@media (min-width: 769px) {
  .works__container .works__cnt {
    max-width: 1148px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 768px) {
  .works__container .works__cnt {
    margin: 0 0 24px 24px;
    padding: 0 0 10px !important;
  }
}
.works__container .works__cnt .cnt__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-right: 24px;
}
@media (min-width: 1160px) {
  .works__container .works__cnt .cnt__list {
    width: 1148px;
    margin-right: 0;
  }
}
@media (min-width: 1160px) {
  .works__container .works__cnt .cnt__list .cnts {
    width: calc(50% - 8px);
  }
}
.works__container .works__cnt .cnt__list .cnts > li {
  width: 326px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1160px) {
  .works__container .works__cnt .cnt__list .cnts > li {
    width: 100%;
  }
}
.works__container .works__cnt .cnt__list .cnts > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.works__container .works__cnt .cnt__list .cnts > li > a .info {
  position: relative;
}
.works__container .works__cnt .cnt__list .cnts > li > a .info .img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 283/200;
}
.works__container .works__cnt .cnt__list .cnts > li > a .info .category {
  background: #0B4FB6;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  padding: 8px 16px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.works__container .works__cnt .cnt__list .cnts > li > a .info .detail {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 15px 20px 10px;
}
@media (min-width: 1160px) {
  .works__container .works__cnt .cnt__list .cnts > li > a .info .detail {
    padding: 30px 20px 20px;
  }
}
.works__container .works__cnt .cnt__list .cnts > li > a .info .detail .ttl {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (min-width: 1160px) {
  .works__container .works__cnt .cnt__list .cnts > li > a .info .detail .ttl {
    font-size: 14px;
  }
}
.works__container .works__cnt .cnt__list .cnts > li > a .info .detail .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.works__container .works__cnt .cnt__list .cnts > li > a .info .detail .tags > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  padding: 0 8px;
  color: #464646;
  background: #ffffff;
  border-radius: 14px;
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works__container .works__cnt .cnt__list .cnts.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 1160px) {
  .works__container .works__cnt .cnt__list .cnts.sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 16px;
  }
}
@media (min-width: 1160px) {
  .works__container .works__cnt .cnt__list .cnts.sub > li {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1160px) {
  .works__container .works__cnt .cnt__list .cnts.sub > li > a .info .detail {
    padding: 15px 15px 10px;
  }
}
@media (min-width: 1160px) {
  .works__container .works__cnt .cnt__list .cnts.sub > li > a .info .detail .ttl {
    font-size: 12px;
  }
}
.works__container .cmn__btn {
  margin: 24px auto 0;
}
@media (min-width: 769px) {
  .works__container .cmn__btn {
    margin: 40px auto 0;
  }
}

/*------------------------------------------
column__container
------------------------------------------*/
.column__container {
  width: 100%;
  padding: 0 0 80px;
}
@media (min-width: 769px) {
  .column__container {
    padding: 0 0 120px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .column__container {
    padding: 80px 20px;
  }
}
.column__container .cmn__ttl {
  margin: 0 auto 24px;
}
@media (min-width: 769px) {
  .column__container .cmn__ttl {
    max-width: 992px;
    margin: 0 auto 32px;
  }
}
@media (max-width: 768px) {
  .column__container .cmn__ttl {
    padding: 0 24px;
  }
}
.column__container .column__cnt {
  width: 100%;
  margin: 0 0 24px 24px;
  padding: 0 0 10px !important;
}
@media (min-width: 1160px) {
  .column__container .column__cnt {
    margin: 0 auto 40px;
    max-width: 1366px;
    overflow: hidden;
    padding: 0 0 16px !important;
  }
}
@media (min-width: 1160px) {
  .column__container .column__cnt.w-1148 {
    width: 1148px;
  }
}
.column__container .column__cnt.w-1148 .column__list {
  margin-right: 350px;
}
@media (min-width: 1160px) {
  .column__container .column__cnt.w-1148 .column__list {
    margin-right: 0;
  }
}
.column__container .column__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 1160px) {
  .column__container .column__list {
    gap: 16px;
  }
}
.column__container .column__list > li {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 326px;
          flex: 0 0 326px;
}
@media (min-width: 1160px) {
  .column__container .column__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 566px;
            flex: 0 0 566px;
  }
}
.column__container .column__list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.column__container .column__list > li > a .info {
  position: relative;
}
.column__container .column__list > li > a .info::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 56px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media (min-width: 1160px) {
  .column__container .column__list > li > a .info::after {
    height: 96px;
  }
}
.column__container .column__list > li > a .info .img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 283/200;
}
.column__container .column__list > li > a .info .category {
  background: #0B4FB6;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  padding: 8px 16px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.column__container .column__list > li > a .info .detail {
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 3;
}
@media (min-width: 1160px) {
  .column__container .column__list > li > a .info .detail {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
  }
}
.column__container .column__list > li > a .info .detail .ttl {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (min-width: 1160px) {
  .column__container .column__list > li > a .info .detail .ttl {
    font-size: 14px;
  }
}
.column__container .column__list > li > a .info .detail .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.column__container .column__list > li > a .info .detail .tags > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  padding: 0 8px;
  color: #464646;
  background: #ffffff;
  border-radius: 14px;
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column__container .cmn__btn {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .column__container .cmn__btn {
    height: 72px;
  }
}
.column__container .jspContainer {
  height: 420px !important;
}
@media (max-width: 1160px) {
  .column__container .jspContainer {
    height: 250px !important;
  }
}

/*------------------------------------------
faq__container
------------------------------------------*/
.faq__container {
  padding: 0 0 80px;
}
@media (min-width: 769px) {
  .faq__container {
    padding: 0 0 120px;
  }
}
.faq__container .inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .faq__container .inner {
    max-width: 960px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .faq__container .inner {
    padding: 0 20px;
  }
}
.faq__container .faq__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 769px) {
  .faq__container .faq__info {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .faq__container .faq__info {
    margin: 0 auto 24px;
  }
}
.faq__container .faq__info .ttl__area {
  width: 100%;
}
@media (min-width: 769px) {
  .faq__container .faq__info .ttl__area {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .faq__container .faq__info .ttl__area {
    padding: 0 24px;
  }
}
@media (min-width: 769px) {
  .faq__container .faq__info .ttl__area .cmn__ttl {
    margin-bottom: 16px;
  }
}
.faq__container .faq__info .faq__cnt {
  width: 100%;
}
@media (min-width: 769px) {
  .faq__container .faq__info .faq__cnt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.faq__container .faq__info .faq__cnt .faq__list {
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .faq__container .faq__info .faq__cnt .faq__list {
    margin-bottom: 40px;
  }
}
.faq__container .faq__info .faq__cnt .faq__list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item {
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid #E8E8E8;
  position: relative;
}
@media (min-width: 769px) {
  .faq__container .faq__info .faq__cnt .faq__list .faq__item {
    padding: 32px 0;
  }
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item::before {
  content: "";
  background: #0B4FB6;
  width: 72px;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 0;
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item:last-child {
  border-bottom: 2px solid #E8E8E8;
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item:last-child::after {
  content: "";
  background: #0B4FB6;
  width: 72px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl {
    padding: 0 10px;
  }
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl .txt {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 769px) {
  .faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl .txt {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 18px;
  }
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl .icon {
  overflow: hidden;
  background: #0B4FB6;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  position: relative;
}
@media (min-width: 769px) {
  .faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl .icon {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 32px;
    height: 32px;
  }
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl .icon::before, .faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl .icon::after {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl .icon::before {
  width: 9px;
  height: 1px;
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl .icon::after {
  width: 1px;
  height: 9px;
  right: -0.5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 769px) {
  .faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl:hover {
    cursor: pointer;
  }
  .faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl:hover .txt {
    opacity: 0.6;
  }
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__ttl.is-active .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 0;
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__cnt {
  display: none;
}
@media (min-width: 769px) {
  .faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__cnt {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__cnt {
    padding: 24px 10px 0;
  }
}
.faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__cnt .cnt--txt {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media (min-width: 769px) {
  .faq__container .faq__info .faq__cnt .faq__list .faq__item .faq__cnt .cnt--txt {
    font-size: 16px;
  }
}

/*------------------------------------------
business__container
------------------------------------------*/
.business__container {
  background: #ffffff;
  padding: 80px 0;
}
@media (min-width: 769px) {
  .business__container {
    padding: 100px 0 120px;
  }
}
.business__container .inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .business__container .inner {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .business__container .inner {
    padding: 0 24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .business__container .inner {
    padding: 0 20px;
  }
}
.business__container .cmn__ttl {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .business__container .cmn__ttl {
    margin-bottom: 30px;
  }
}
.business__container .business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 24px;
}
@media (min-width: 769px) {
  .business__container .business__list {
    max-width: 854px;
    margin: 0 auto 40px;
  }
}
.business__container .business__list > li {
  width: 100%;
  height: 72px;
}
@media (min-width: 769px) {
  .business__container .business__list > li {
    width: 50%;
    height: 96px;
  }
}
.business__container .business__list > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #E8E8E8;
}
.business__container .business__list > li > a .txt {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 769px) {
  .business__container .business__list > li > a .txt {
    font-size: 20px;
  }
}
.business__container .business__list > li > a .icon {
  overflow: hidden;
  background: #0B4FB6;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  position: relative;
}
@media (min-width: 769px) {
  .business__container .business__list > li > a .icon {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 32px;
    height: 32px;
  }
}
.business__container .business__list > li > a .icon::after {
  content: "";
  background: url(../images/common/icon_arrow_w.png) no-repeat center/100%;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .business__container .business__list > li > a .icon::after {
    width: 12px;
    height: 9px;
  }
}
@media (min-width: 769px) {
  .business__container .business__list > li:nth-child(odd) > a {
    position: relative;
    padding-right: 26px;
  }
  .business__container .business__list > li:nth-child(odd) > a::after {
    content: "";
    background: #E8E8E8;
    width: 1px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .business__container .business__list > li:nth-child(even) > a {
    padding-left: 26px;
  }
  .business__container .business__list > li:nth-last-child(-n+2) {
    border-bottom: 1px solid #E8E8E8;
  }
}
@media (max-width: 768px) {
  .business__container .business__list > li:last-child {
    border-bottom: 1px solid #E8E8E8;
  }
}
@media (min-width: 769px) {
  .business__container .business__list > li:hover .txt {
    color: #0B4FB6;
  }
  .business__container .business__list > li:hover .icon {
    background: #5A9BFF;
  }
  .business__container .business__list > li:hover .icon::after {
    -webkit-animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.business__container .cmn__btn {
  margin: 0 auto;
}

/*------------------------------------------
gradient background
------------------------------------------*/
.gradient__bg {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding-bottom: 1px;
  background: radial-gradient(circle at 70% 80%, rgb(198, 231, 248) 0%, rgba(247, 252, 254, 0) 60%), linear-gradient(45deg, rgb(248, 236, 238) 0%, rgb(249, 252, 254) 50%, rgb(247, 252, 254) 100%);
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .gradient__bg {
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
    margin-bottom: 120px;
  }
}

/*------------------------------------------
main
------------------------------------------*/
@media (max-width: 768px) {
  main.dist .cmn__breadcrumb, main.detail .cmn__breadcrumb {
    padding: 14px 0 8px 24px;
  }
}

/*------------------------------------------
dist__mv
------------------------------------------*/
.dist__mv {
  width: 100%;
}
.dist__mv .img {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .dist__mv .img {
    height: 29.2825768668vw;
    border-bottom-right-radius: 8.78477306vw;
  }
}
@media (max-width: 768px) {
  .dist__mv .img {
    border-bottom-left-radius: 60px;
  }
}
.dist__mv .img > picture {
  display: block;
}
.dist__mv .img .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}
@media (min-width: 769px) {
  .dist__mv .img .ttl {
    left: 100px;
  }
}
.dist__mv .img .ttl .sub {
  color: #030303;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 20px;
}
@media (min-width: 769px) {
  .dist__mv .img .ttl .sub {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .dist__mv .img .ttl .sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}
.dist__mv .img .ttl .sub .sub--1 {
  font-size: 16px;
}
@media (min-width: 769px) {
  .dist__mv .img .ttl .sub .sub--1 {
    font-size: 18px;
  }
}
.dist__mv .img .ttl .sub .sub--2 {
  font-weight: 700;
  font-size: 20px;
  padding-left: 14px;
  position: relative;
}
@media (min-width: 769px) {
  .dist__mv .img .ttl .sub .sub--2 {
    font-size: 24px;
    padding-left: 18px;
  }
}
.dist__mv .img .ttl .sub .sub--2::before {
  content: "";
  background: #0B4FB6;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.dist__mv .img .ttl .main {
  color: #ffffff;
  line-height: 1;
  font-weight: normal;
  font-size: 64px;
  opacity: 0.8;
}
@media (min-width: 769px) {
  .dist__mv .img .ttl .main {
    font-size: 120px;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .dist__mv .img .ttl .main {
    font-size: 80px;
  }
}

/*------------------------------------------
アイテム コンテンツ
------------------------------------------*/
.items__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 769px) {
  .items__list {
    gap: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .items__list {
    gap: 10px;
  }
}
.items__list > li {
  width: 100%;
  height: 154px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .items__list > li {
    width: calc(33.3333333333% - 13.5px);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .items__list > li {
    width: calc(33.3333333333% - 7px);
    height: 120px;
  }
}
.items__list > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.items__list > li > a .img {
  width: 154px;
  position: relative;
  aspect-ratio: 1/1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .items__list > li > a .img {
    width: 120px;
  }
}
.items__list > li > a .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.items__list > li > a .info .txt {
  text-align: center;
  color: #030303;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 14px;
}
@media (min-width: 769px) {
  .items__list > li > a .info .txt {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .items__list > li > a .info .txt {
    letter-spacing: 0;
    font-size: 13px;
  }
}
.items__list > li > a .info .icon {
  overflow: hidden;
  background: #0B4FB6;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media (min-width: 1025px) {
  .items__list > li > a .info .icon {
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }
}
.items__list > li > a .info .icon::after {
  content: "";
  background: url(../images/common/icon_arrow_w.png) no-repeat center/100%;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .items__list > li > a .info .icon::after {
    width: 12px;
    height: 9px;
  }
}
@media (min-width: 769px) {
  .items__list > li > a:hover .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .items__list > li > a:hover .txt {
    color: #0B4FB6;
  }
  .items__list > li > a:hover .icon {
    background: #5A9BFF;
  }
  .items__list > li > a:hover .icon::after {
    -webkit-animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.items__list > li:first-child .info {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(248, 238, 239)), to(rgb(205, 234, 248)));
  background: linear-gradient(to right, rgb(248, 238, 239) 20%, rgb(205, 234, 248) 100%);
}
.items__list > li:nth-child(2) .info {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(1%, rgb(248, 238, 239)), color-stop(99%, rgb(205, 234, 248)));
  background: linear-gradient(to top right, rgb(248, 238, 239) 1%, rgb(205, 234, 248) 99%);
}
.items__list > li:nth-child(3) .info {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, rgb(248, 238, 239)), color-stop(99%, rgb(205, 234, 248)));
  background: linear-gradient(to bottom right, rgb(248, 238, 239) 1%, rgb(205, 234, 248) 99%);
}
.items__list > li:nth-child(4) .info {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, rgb(239, 248, 251)), color-stop(99%, rgb(247, 245, 248)));
  background: linear-gradient(to bottom right, rgb(239, 248, 251) 1%, rgb(247, 245, 248) 99%);
}
.items__list > li:nth-child(5) .info {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(248, 237, 240)), color-stop(99%, rgb(202, 234, 249)));
  background: linear-gradient(to right, rgb(248, 237, 240) 1%, rgb(202, 234, 249) 99%);
}
.items__list > li:nth-child(6) .info {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, rgb(245, 244, 249)), color-stop(99%, rgb(211, 237, 249)));
  background: linear-gradient(to bottom right, rgb(245, 244, 249) 1%, rgb(211, 237, 249) 99%);
}

/*------------------------------------------
detail__mv
------------------------------------------*/
.detail__mv {
  width: 100%;
}
.detail__mv .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .detail__mv .img {
    height: 21.3762811127vw;
    border-bottom-right-radius: 8.78477306vw;
  }
}
@media (max-width: 768px) {
  .detail__mv .img {
    border-bottom-right-radius: 120px;
  }
}
.detail__mv .img > picture {
  display: block;
}
.detail__mv .img .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}
@media (min-width: 769px) {
  .detail__mv .img .ttl {
    left: 100px;
  }
}
.detail__mv .img .ttl .main {
  color: #030303;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 20px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.detail__mv .img .ttl .main .main--1 {
  font-size: 16px;
}
@media (min-width: 769px) {
  .detail__mv .img .ttl .main .main--1 {
    font-size: 18px;
  }
}
.detail__mv .img .ttl .main .main--2 {
  font-weight: 700;
  font-size: 20px;
  padding-left: 14px;
  position: relative;
}
@media (min-width: 769px) {
  .detail__mv .img .ttl .main .main--2 {
    font-size: 24px;
    padding-left: 18px;
  }
}
.detail__mv .img .ttl .main .main--2::before {
  content: "";
  background: #0B4FB6;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.detail__mv .img .ttl .main .main--2.no-line {
  padding-left: 0;
}
.detail__mv .img .ttl .main .main--2.no-line::before {
  display: none;
}

/*------------------------------------------
wysiwyg__block
------------------------------------------*/
.wysiwyg__block {
  width: 100%;
  margin: 0 auto 80px;
}
@media (min-width: 769px) {
  .wysiwyg__block {
    max-width: 960px;
    margin: 0 auto 120px;
  }
}
@media (max-width: 768px) {
  .wysiwyg__block {
    padding: 0 24px;
  }
}

/*------------------------------------------
table__block
------------------------------------------*/
.table__block {
  width: 100%;
  margin: 0 auto 32px;
}
@media (min-width: 769px) {
  .table__block {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .table__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-left: 24px;
  }
}
.table__block .table__cnt {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .table__block .table__cnt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 960px;
            flex: 0 0 960px;
  }
}
.table__block .table__cnt th,
.table__block .table__cnt td {
  vertical-align: middle;
}
.table__block .table__cnt th {
  text-align: left;
  color: #ffffff;
  background: #0B4FB6;
  font-weight: 500;
  padding: 15px;
}
.table__block .table__cnt th:first-child {
  width: 23.1%;
}
.table__block .table__cnt th:nth-child(2) {
  width: 38.6%;
}
.table__block .table__cnt tr > td {
  padding: 12px 16px;
}
.table__block .table__cnt tr > td:first-child {
  font-weight: 500;
  background: #e6eefa;
  border-bottom: 1px solid #ffffff;
}
.table__block .table__cnt tr > td:nth-child(2), .table__block .table__cnt tr > td:nth-child(3) {
  background: #ffffff;
  border-bottom: 1px solid #E8E8E8;
}
.table__block .table__cnt tr > td:nth-child(2) {
  border-right: 1px solid #E8E8E8;
}
.table__block .table__cnt tr:last-child > td:first-child {
  border-bottom: 1px solid #E8E8E8;
}

/*------------------------------------------
movie__block
------------------------------------------*/
.movie__block {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .movie__block {
    max-width: 610px;
  }
}
@media (max-width: 768px) {
  .movie__block {
    padding: 0 24px;
  }
}

/*------------------------------------------
product__block
------------------------------------------*/
.product__block {
  padding: 80px 0;
  background: radial-gradient(circle at 70% 80%, rgb(198, 231, 248) 0%, rgba(247, 252, 254, 0) 60%), linear-gradient(45deg, rgb(248, 236, 238) 0%, rgb(249, 252, 254) 50%, rgb(247, 252, 254) 100%);
}
@media (min-width: 769px) {
  .product__block {
    border-bottom-left-radius: 210px;
    padding: 120px 0;
  }
}
.product__block .inner {
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
}
@media (min-width: 1160px) {
  .product__block .inner {
    max-width: 960px;
    padding-left: 0;
  }
}
.product__block .product__box {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .product__block .product__box {
    margin-bottom: 40px;
  }
}
.product__block .product__cnt {
  overflow: hidden;
  padding: 0 0 20px !important;
}
@media (min-width: 1160px) {
  .product__block .product__cnt {
    padding: 0 0 30px !important;
  }
}
.product__block .product__ttl {
  color: #0B4FB6;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (min-width: 1160px) {
  .product__block .product__ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.product__block .product__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 1160px) {
  .product__block .product__list {
    gap: 25px;
  }
}
.product__block .product__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 265px;
          flex: 0 0 265px;
}
@media (min-width: 1160px) {
  .product__block .product__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
.product__block .product__list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.product__block .product__list > li > a .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 75/53;
  margin-bottom: 10px;
}
@media (min-width: 1160px) {
  .product__block .product__list > li > a .img {
    margin-bottom: 16px;
  }
}
.product__block .product__list > li > a .ttl {
  letter-spacing: 0.1em;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1160px) {
  .product__block .product__list > li > a .ttl {
    font-size: 16px;
  }
}
.product__block .product__list.type--2 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
@media (min-width: 1160px) {
  .product__block .product__list.type--2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
}
.product__block .product__list.type--2 > li > a .img {
  aspect-ratio: 1/1;
}
.product__block .cmn__btn {
  margin: 0 auto;
}
@media (min-width: 1160px) {
  .product__block .cmn__btn {
    height: 72px;
  }
}
.product__block .jspContainer {
  height: 300px !important;
}
@media (max-width: 1160px) {
  .product__block .jspContainer {
    height: 260px !important;
  }
}

/*------------------------------------------
.archive__block
------------------------------------------*/
.archive__block {
  position: relative;
  z-index: 10;
  height: 40px;
}
@media (min-width: 769px) {
  .archive__block {
    width: 300px;
    margin: 0 0 24px auto;
  }
}
@media (max-width: 768px) {
  .archive__block {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.archive__block::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #464646;
  border-bottom: 1px solid #464646;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -4px;
  right: 24px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.archive__list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  border: 1px solid #E8E8E8;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

/*------------------------------------------
コンテン0件文言
------------------------------------------*/
.nothing {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 769px) {
  .nothing {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .nothing {
    padding: 40px 0;
  }
}

@media (max-width: 1024px) {
  .to-pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .to-sp {
    display: none !important;
  }
}

main.signage_works {
  border-bottom-left-radius: 0;
  padding-right: 22px;
}
@media (min-width: 1025px) {
  main.signage_works {
    padding-right: 40px;
  }
}
main.signage_works .cmn__breadcrumb {
  margin: 0 0 40px;
  padding: 0;
}
@media (min-width: 1025px) {
  main.signage_works .cmn__breadcrumb {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 80px;
  }
}
main.signage_works .cmn__breadcrumb .inner {
  padding: 0;
}
main.signage_works .cmn__breadcrumb .breadcrumb__list--item {
  color: #ffffff;
}
main.signage_works .cmn__breadcrumb .breadcrumb__list--item a {
  color: #ffffff;
}
main.signage_works .cmn__breadcrumb .breadcrumb__list--item a::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
main.signage_works .contact__container {
  border-bottom-left-radius: 0;
  padding: 0;
}
main.signage_works .contact__container *,
main.signage_works .contact__container .contact__list .op__txt {
  color: #ffffff;
}
main.signage_works .contact__container .inner {
  background: #52575a;
  border-radius: 0;
}
main.signage_works .contact__container .item--1 {
  border-bottom: 1px solid #7c7c7c;
}
@media (min-width: 1325px) {
  main.signage_works .contact__container .item--1 {
    border-right: 1px solid #7c7c7c;
    border-bottom: none;
  }
}
main.signage_works .contact__container .item--1 .cmn__btn {
  background: #ffffff;
}
main.signage_works .contact__container .item--1 .cmn__btn > a {
  color: #52575a;
}
main.signage_works .contact__container .item--1 .cmn__btn > a::after {
  background: url(../images/signage/works/detail/icon_arrow_g.png) no-repeat center/100%;
}
main.signage_works .contact__container .item--1 .cmn__btn::before {
  background: #dddddd;
}
@media (min-width: 1025px) {
  main.signage_works .contact__container .item--2 .item__inner {
    max-width: 336px;
  }
}
@media (min-width: 1025px) {
  main.signage_works .contact__container .item--2 .item__inner .contact__ttl {
    margin-bottom: 30px;
  }
}
main.signage_works .contact__container .item--2 .item__inner .contact__subttl {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  main.signage_works .contact__container .item--2 .item__inner .contact__subttl {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  main.signage_works .contact__container .item--1 .item__inner,
  main.signage_works .contact__container .item--2 .item__inner {
    width: 300px;
  }
}
main.signage_works .works__container {
  background: #f5f5f5;
  padding: 120px 0 1px;
}
@media (min-width: 1025px) {
  main.signage_works .works__container {
    padding: 140px 0 1px;
  }
}
main.signage_works .works__container .cmn__btn {
  width: 214px;
  height: 34px;
  background: #52575a;
}
@media (min-width: 1025px) {
  main.signage_works .works__container .cmn__btn {
    margin: 0 0 0 auto;
  }
}
main.signage_works .works__container .cmn__btn::before {
  background: #242424;
}
main.signage_works .works__container .cmn__btn > a::after {
  width: 10px;
  height: 7px;
  right: 14px;
}
main.signage_works .works__container .ttl__area {
  padding: 0 16px;
}
@media (min-width: 1025px) {
  main.signage_works .works__container .ttl__area {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  main.signage_works .works__container .works__cnt {
    margin: 0 0 24px 16px;
  }
}
main.signage_works .jspDrag {
  background: #242424;
}
main.signage_works .ttl__area {
  width: 100%;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1025px) {
  main.signage_works .ttl__area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1148px;
  }
}
main.signage_works .ttl__area .ttl__txt {
  width: 100%;
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 1025px) {
  main.signage_works .ttl__area .ttl__txt {
    font-size: 24px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
main.signage_works .ttl__area .ttl__txt::before {
  content: "";
  background: #52575a;
  width: 4px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  main.signage_works .ttl__area .ttl__txt::before {
    height: 34px;
  }
}

/*------------------------------------------
signage__header
------------------------------------------*/
@media (min-width: 1025px) {
  .signage__header {
    position: relative;
  }
}
.signage__header .header__logo {
  width: 222px;
  height: 34px;
  position: absolute;
  top: 12px;
  left: 16px;
  z-index: 100;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1025px) {
  .signage__header .header__logo {
    position: fixed;
    top: 34px;
    left: 32px;
    width: 164px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.signage__header .header__logo.is-hidden {
  opacity: 0;
}
.signage__header .header__logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 1025px) {
  .signage__header .header__logo > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
.signage__header .header__logo > a .logo {
  width: 123px;
}
@media (min-width: 1025px) {
  .signage__header .header__logo > a .logo {
    width: 100%;
  }
}
.signage__header .header__logo > a .txt {
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 10px;
}
@media (min-width: 1025px) {
  .signage__header .header__logo > a .txt {
    font-size: 12px;
  }
}
.signage__header .header__cnt {
  width: 22px;
  height: 100vh;
  background: #242424;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
}
@media (min-width: 1025px) {
  .signage__header .header__cnt {
    width: 40px;
  }
}
.signage__header .h__meau--signage {
  margin: 24px auto 0;
  width: 16px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.signage__header .h__meau--signage .icon {
  width: 100%;
  height: 16px;
  position: relative;
}
.signage__header .h__meau--signage .icon > span {
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.signage__header .h__meau--signage .icon > span:first-child {
  top: 0;
}
.signage__header .h__meau--signage .icon > span:nth-child(2) {
  top: 5px;
}
.signage__header .h__meau--signage .icon > span:last-child {
  top: 10px;
}
.signage__header .h__meau--signage .txt {
  color: #ffffff;
  line-height: 1;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
}
.signage__header .h__meau--signage.is-open .icon > span:nth-child(2) {
  display: none;
}
.signage__header .h__meau--signage.is-open .icon > span:first-child {
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.signage__header .h__meau--signage.is-open .icon > span:last-child {
  top: 5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.signage__gnav {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.signage__gnav .gnav__close--bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  right: 0;
}
.signage__gnav .gnav__wrap--cnt {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  color: #fff;
  background: #242424;
  min-height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 22px;
  width: 352px;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt {
    width: 100%;
    max-width: 1090px;
    padding-right: 40px;
  }
}
.signage__gnav .gnav__wrap--cnt .inner {
  padding: 15px 10px 85px 15px;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner {
    padding: 40px 40px 85px 70px;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .logo {
  width: 112px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .logo {
    margin-bottom: 32px;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau {
  padding: 0 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 34px;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .list__meau {
    padding: 0 0 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .group__1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .group__1 {
    width: 530px;
    gap: 70px;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .group__1 .item__meau {
  width: 100%;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .group__1 .item__meau {
    width: calc(50% - 35px);
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl .txt {
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 16px;
  position: relative;
  padding-left: 16px;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl .txt::before {
  content: "";
  background: #52575a;
  width: 4px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl .icon {
  border-radius: 100%;
  background: #ffffff;
  width: 28px;
  height: 28px;
  position: relative;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl .icon::before, .signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl .icon::after {
  content: "";
  background: #52575a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl .icon::before {
  width: 9px;
  height: 1px;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl .icon::after {
  width: 1px;
  height: 9px;
  right: -0.5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl .icon2 {
  border-radius: 100%;
  background: #ffffff;
  width: 28px;
  height: 28px;
  position: relative;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl .icon2::after {
  content: "";
  background: url(../images/common/icon_arrow_b_2.png) no-repeat center/100%;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl.is-active .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 0;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl.js-accbtn {
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__ttl.js-accbtn:hover {
    opacity: 0.6;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt {
  display: none;
  margin-top: 22px;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt.special {
  display: block;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  padding-left: 16px;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list {
    gap: 16px;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li {
  width: calc(50% - 3px);
  height: 148px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li {
    width: 100%;
    height: 80px;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li:first-child {
  background-image: url(../images/common/sp_nav_img_1.png);
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li:nth-child(2) {
  background-image: url(../images/common/sp_nav_img_2.png);
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li:nth-child(3) {
  background-image: url(../images/common/sp_nav_img_3.png);
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li:nth-child(4) {
  background-image: url(../images/common/sp_nav_img_4.png);
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li:nth-child(5) {
  background-image: url(../images/common/sp_nav_img_5.png);
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li:nth-child(6) {
  background-image: url(../images/common/sp_nav_img_6.png);
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li > a .txt {
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li > a .icon {
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li > a .icon::after {
  content: "";
  background: url(../images/common/icon_arrow_w.png) no-repeat center/100%;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list > li.icon--blank > a .icon::after {
  background: url(../images/common/icon_arrow_blank.png) no-repeat center/100%;
  height: 12px;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.signage > li {
  background-size: cover;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.signage > li:first-child {
  background-image: url(../images/common/nav_signage_1.png);
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.signage > li:first-child {
    background-image: url(../images/common/nav_signage_1.png);
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.signage > li:nth-child(2) {
  background-image: url(../images/common/nav_signage_2.png);
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.signage > li:nth-child(2) {
    background-image: url(../images/common/nav_signage_2.png);
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.signage > li:nth-child(3) {
  background-image: url(../images/common/nav_signage_3.png);
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.signage > li:nth-child(3) {
    background-image: url(../images/common/nav_signage_3.png);
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.signage > li:nth-child(4) {
  background-image: url(../images/common/nav_signage_4.png);
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.signage > li:nth-child(4) {
    background-image: url(../images/common/nav_signage_4.png);
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.dxiot > li {
  background-size: cover;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.dxiot > li:first-child {
  background-image: url(../images/dx_iot/about_img_1.png);
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.dxiot > li:nth-child(2) {
  background-image: url(../images/dx_iot/about_img_2.png);
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.dxiot > li:nth-child(3) {
  background-image: url(../images/dx_iot/about_img_3.png);
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list.web > li {
  background-size: cover;
  background-image: url(../images/common/nav_web_1.png);
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 16px;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_2 .item {
  width: 100%;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_2 .item > a {
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -22px;
  border-top: 1px solid #E8E8E8;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_3 .item {
  width: 50%;
  height: 68px;
  border-bottom: 1px solid #E8E8E8;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_3 .item > a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_3 .item:nth-child(even) > a {
  padding-left: 12px;
  position: relative;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_3 .item:nth-child(even) > a::before {
  content: "";
  background: #E8E8E8;
  width: 1px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_3 .item:last-child {
  border-bottom: none;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_3.no--border-b .item:nth-last-child(-n+2) {
  border-bottom: none;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_2 .item.is--on > a,
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_3 .item.is--on > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0B4FB6;
  padding-right: 18px;
  position: relative;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_2 .item.is--on > a::after,
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__cnt .meau__list_3 .item.is--on > a::after {
  content: "";
  background: url(../images/common/icon_arrow.png) no-repeat center/100%;
  width: 9px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .group__2 {
  width: 100%;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .group__2 {
    width: 240px;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .group__2 .item__meau {
  width: 100%;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .group__2 .meau__ttl .txt {
  padding-left: 0;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .group__2 .meau__ttl .txt::before {
  display: none;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__acc {
  padding: 22px 0;
  border-bottom: 1px solid #52575a;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__acc:first-child {
  border-top: 1px solid #52575a;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__acc.other--type {
  border-top: none;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__acc.other--type {
    padding: 0 0 22px;
    cursor: auto;
  }
  .signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__acc.other--type:hover {
    opacity: 1;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__acc.other--type .txt {
  font-weight: 700;
  padding-left: 16px;
}
.signage__gnav .gnav__wrap--cnt .inner .list__meau .meau__acc.other--type .txt::before {
  display: block;
}
.signage__gnav .gnav__wrap--cnt .inner .btm__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding-left: 16px;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .btm__cnt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .btm__cnt .gnav__op {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .btm__cnt .gnav__op {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .btm__cnt .gnav__op > li {
  width: 100%;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .btm__cnt .gnav__op > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .btm__cnt .gnav__op > li > a {
  color: #ffffff;
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .btm__cnt .gnav__op > li > a {
    padding-right: 20px;
    border-right: 1px solid #ffffff;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .btm__cnt .gnav__op > li:last-child > a {
  padding-right: 0;
  border-right: none;
}
.signage__gnav .gnav__wrap--cnt .inner .btm__cnt .gnav__sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt .inner .btm__cnt .gnav__sns {
    width: 126px;
  }
}
.signage__gnav .gnav__wrap--cnt .inner .btm__cnt .gnav__sns > li {
  width: 18px;
}
.signage__gnav .gnav__wrap--cnt .inner .btm__cnt .gnav__sns > li.x {
  width: 15px;
}
.signage__gnav .gnav__wrap--cnt .inner .btm__cnt .gnav__sns > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .signage__gnav .gnav__wrap--cnt a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .signage__gnav .gnav__wrap--cnt a:hover {
    opacity: 0.6;
  }
}
.signage__gnav.is-open {
  opacity: 1;
  pointer-events: auto;
}
.signage__gnav.is-open .gnav__close--bg {
  opacity: 1;
}
.signage__gnav.is-open .gnav__wrap--cnt.is-open {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

/*------------------------------------------
footer__container
------------------------------------------*/
.footer__container.signage {
  position: relative;
  z-index: 2;
  margin-top: 0;
  background: #52575a;
  padding: 62px 22px 60px 0;
}
@media (min-width: 1025px) {
  .footer__container.signage {
    padding: 75px 0 82px 0;
  }
}

/*------------------------------------------
kv__bg
------------------------------------------*/
.kv__bg {
  overflow: hidden;
  pointer-events: none;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.movie__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.movie__wrapper > iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 110%;
  min-width: 110%;
  position: absolute;
  top: 45%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
  .movie__wrapper > iframe {
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: calc(100% + 4px);
    min-width: calc(100% + 4px);
    top: 50%;
    left: 50%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .movie__wrapper > iframe {
    min-height: 135%;
    min-width: 135%;
  }
}

.movie__bg {
  width: 100%;
  height: 100%;
  background: rgba(25, 92, 128, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.movie__info {
  width: 82.6666666667vw;
  position: absolute;
  left: 16px;
  bottom: 32vw;
  color: #ffffff;
  z-index: 1;
}
@media (min-width: 1025px) {
  .movie__info {
    width: 100%;
    max-width: 620px;
    left: 40px;
    bottom: 48px;
  }
}
.movie__info .movie__example {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .movie__info .movie__example {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.movie__info .movie__ttl {
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .movie__info .movie__ttl {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.movie__info .movie__client {
  line-height: 1.6;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}
@media (min-width: 1025px) {
  .movie__info .movie__client {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.movie__info .movie__industry {
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .movie__info .movie__industry {
    font-size: 16px;
  }
}

/*------------------------------------------
concept__container
------------------------------------------*/
.bg-blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(0px) brightness(1);
          backdrop-filter: blur(0px) brightness(1);
  pointer-events: none;
  z-index: 1;
}

.concept__container {
  padding: 72px 0 75px;
}
@media (min-width: 1025px) {
  .concept__container {
    padding: 80px 0 104px;
  }
}
.concept__container .concept__inner {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .concept__container .concept__inner {
    max-width: 816px;
    padding: 0;
    margin: 0 auto 64px;
  }
}
.concept__container .concept__txt {
  color: #ffffff;
  line-height: 2;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .concept__container .concept__txt {
    font-size: 16px;
  }
}
.concept__container .concept__slide {
  width: 100%;
  overflow: hidden;
}
.concept__container .splide.no-slide {
  visibility: visible;
}
.concept__container .splide.no-slide .splide__slide {
  opacity: 1;
}
.concept__container .splide.no-slide .splide__arrows {
  display: none;
}
.concept__container .splide.no-slide .splide__list {
  display: block;
}
.concept__container .splide__wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .concept__container .splide__wrapper {
    width: 816px;
    padding: 0;
  }
}
.concept__container .splide__track {
  overflow: visible;
  border-radius: 0;
  border: 0;
}
@media (min-width: 1025px) {
  .concept__container .splide__slide {
    opacity: 0.7;
  }
}
.concept__container .splide__slide .slide--img {
  aspect-ratio: 816/458;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
.concept__container .splide__slide .slide--img > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media (min-width: 1025px) {
  .concept__container .splide__slide.is-active {
    opacity: 1;
  }
}
.concept__container .splide__arrows .splide__arrow {
  background: none;
  opacity: 1;
  width: 23px;
  height: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .concept__container .splide__arrows .splide__arrow {
    width: 40px;
    height: 50px;
  }
}
.concept__container .splide__arrows .splide__arrow svg {
  display: none;
}
.concept__container .splide__arrows .splide__arrow::after {
  content: "";
  background: url(/assets/images/signage/works/detail/icon_arrow.png) no-repeat center/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.concept__container .splide__arrows .splide__arrow--prev {
  left: 0;
}
@media (min-width: 1025px) {
  .concept__container .splide__arrows .splide__arrow--prev {
    left: -2.8em;
  }
}
.concept__container .splide__arrows .splide__arrow--next {
  right: 0;
}
@media (min-width: 1025px) {
  .concept__container .splide__arrows .splide__arrow--next {
    right: -2.8em;
  }
}
.concept__container .splide__arrows .splide__arrow--next::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/*------------------------------------------
wysiwyg__box
------------------------------------------*/
.wysiwyg__box {
  margin: 0 auto 64px;
}
@media (min-width: 1025px) {
  .wysiwyg__box {
    margin: 0 auto 80px;
  }
}
.wysiwyg__box:last-child {
  margin: 0;
}
.wysiwyg__box .wysiwyg__h2 {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .wysiwyg__box .wysiwyg__h2 {
    font-size: 20px;
  }
}
.wysiwyg__box .wysiwyg__h3 {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .wysiwyg__box .wysiwyg__h3 {
    font-size: 16px;
  }
}
.wysiwyg__box .wysiwyg__txt {
  line-height: 2;
  letter-spacing: 0.09em;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .wysiwyg__box .wysiwyg__txt {
    font-size: 16px;
  }
}
.wysiwyg__box .wysiwyg__list {
  line-height: 2;
  letter-spacing: 0.09em;
  font-weight: 400;
  font-size: 14px;
  margin-top: 56px;
}
@media (min-width: 1025px) {
  .wysiwyg__box .wysiwyg__list {
    font-size: 16px;
    margin-top: 64px;
  }
}
.wysiwyg__box .wysiwyg__list a {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .wysiwyg__box .wysiwyg__list a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .wysiwyg__box .wysiwyg__list a:hover {
    opacity: 0.6;
  }
}
.wysiwyg__box .wysiwyg__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #030303;
  padding: 16px 0;
}
@media (min-width: 1025px) {
  .wysiwyg__box .wysiwyg__items .item {
    gap: 24px;
    padding: 18px 0 18px 10px;
  }
}
.wysiwyg__box .wysiwyg__items .item:first-child {
  border-top: 1px solid #030303;
}
.wysiwyg__box .wysiwyg__items .item .item--1 {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (min-width: 1025px) {
  .wysiwyg__box .wysiwyg__items .item .item--1 {
    width: 250px;
    gap: 24px;
  }
}
.wysiwyg__box .wysiwyg__items .item .item--1 .dist--1 {
  width: 84px;
}
@media (min-width: 1025px) {
  .wysiwyg__box .wysiwyg__items .item .item--1 .dist--1 {
    width: 92px;
  }
}
.wysiwyg__box .wysiwyg__items .item .item--1 .dist--2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wysiwyg__box .wysiwyg__items .item .item--2 {
  width: 100%;
}
@media (min-width: 1025px) {
  .wysiwyg__box .wysiwyg__items .item .item--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.wysiwyg__box .wysiwyg__items .item .dist--1,
.wysiwyg__box .wysiwyg__items .item .dist--2 {
  line-height: 2;
  letter-spacing: 0.09em;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .wysiwyg__box .wysiwyg__items .item .dist--1,
  .wysiwyg__box .wysiwyg__items .item .dist--2 {
    font-size: 16px;
  }
}
.wysiwyg__box .wysiwyg__items .item .dist--1,
.wysiwyg__box .wysiwyg__items .item .dist--2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 700;
  -webkit-line-clamp: 2;
  margin: 0 0 16px;
}
@media (min-width: 1025px) {
  .wysiwyg__box .wysiwyg__items .item .dist--1,
  .wysiwyg__box .wysiwyg__items .item .dist--2 {
    margin: 0;
  }
}
.wysiwyg__box .wysiwyg__img {
  width: 100%;
}
.wysiwyg__box .wysiwyg__img img {
  display: block;
  margin: auto;
}
.wysiwyg__box .wysiwyg__img--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .wysiwyg__box .wysiwyg__img--group {
    margin-bottom: 32px;
  }
}
.wysiwyg__box .wysiwyg__img--group .wysiwyg__img {
  width: 100%;
}
.wysiwyg__box .wysiwyg__img--group.column--2 .wysiwyg__img {
  width: 50%;
}
.wysiwyg__box .wysiwyg__img--group:last-child {
  margin-bottom: 0;
}
.wysiwyg__box p img {
  display: block;
  margin: auto;
}

/*------------------------------------------
cnt1__container
------------------------------------------*/
.cnt1__container {
  background: #ffffff;
  padding: 104px 0;
}
.cnt1__container .cnt1__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .cnt1__container .cnt1__inner {
    max-width: 816px;
    padding: 0;
  }
}

.introduction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0 0;
}
.introduction__list .introduction__box {
  width: 100%;
}
@media (min-width: 1025px) {
  .introduction__list .introduction__box {
    width: calc(50% - 20px);
  }
}
.introduction__list .introduction__box .introduction__ttl {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .introduction__list .introduction__box .introduction__ttl {
    font-size: 16px;
  }
}
.introduction__list .solution__list,
.introduction__list .product__list {
  padding-left: 0;
}
.introduction__list .solution__list > li,
.introduction__list .product__list > li {
  list-style: none;
  width: 100%;
  height: 88px;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .introduction__list .solution__list > li,
  .introduction__list .product__list > li {
    height: 100px;
  }
}
.introduction__list .solution__list > li > a,
.introduction__list .product__list > li > a {
  background: #ffffff;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .introduction__list .solution__list > li > a:hover,
  .introduction__list .product__list > li > a:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
.introduction__list .solution__list > li .info,
.introduction__list .product__list > li .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduction__list .solution__list > li .info .txt,
.introduction__list .product__list > li .info .txt {
  line-height: 1.5;
  font-weight: 700;
  font-size: 14px;
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .introduction__list .solution__list > li .info .txt,
  .introduction__list .product__list > li .info .txt {
    font-size: 16px;
  }
}
.introduction__list .solution__list > li:last-child,
.introduction__list .product__list > li:last-child {
  margin-bottom: 0;
}
.introduction__list .solution__list > li .img {
  width: 88px;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .introduction__list .solution__list > li .img {
    width: 100px;
  }
}
.introduction__list .product__list > li .img {
  width: 125px;
  aspect-ratio: 142/100;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .introduction__list .product__list > li .img {
    width: 142px;
  }
}

/*------------------------------------------
cnt2__container
------------------------------------------*/
.cnt2__container {
  background: none;
  height: 556px;
}
@media (min-width: 1025px) {
  .cnt2__container {
    height: 800px;
  }
}

/*------------------------------------------
cnt3__container
------------------------------------------*/
.cnt3__container {
  background: #ffffff;
  padding: 104px 0;
}
.cnt3__container .cnt3__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .cnt3__container .cnt3__inner {
    max-width: 816px;
    padding: 0;
  }
}
.cnt3__container .wysiwyg__h2 {
  margin-bottom: 32px;
}
.cnt3__container .wysiwyg__txt {
  margin-bottom: 32px;
}
.cnt3__container .info__box {
  border: 1px solid #cccccc;
  padding: 24px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .cnt3__container .info__box {
    padding: 40px;
    margin-bottom: 48px;
  }
}
.cnt3__container .info__box .info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 1025px) {
  .cnt3__container .info__box .info__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 35px;
  }
}
.cnt3__container .info__box .info__inner .img {
  width: 214px;
  aspect-ratio: 214/138;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.cnt3__container .info__box .info__inner .detail {
  width: 100%;
}
@media (min-width: 1025px) {
  .cnt3__container .info__box .info__inner .detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cnt3__container .info__box .info__inner .detail .ttl {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}
@media (min-width: 1025px) {
  .cnt3__container .info__box .info__inner .detail .ttl {
    font-size: 16px;
  }
}
.cnt3__container .info__box .info__inner .detail .txt {
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .cnt3__container .info__box .info__inner .detail .txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.cnt3__container .info__box .info__inner .detail .link > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .cnt3__container .info__box .info__inner .detail .link > a {
    padding-right: 32px;
    font-size: 14px;
  }
}
.cnt3__container .info__box .info__inner .detail .link > a::after {
  content: "";
  background: url(../images/signage/works/detail/icon_blank.png) no-repeat center/100%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cnt3__container .option__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
@media (min-width: 1025px) {
  .cnt3__container .option__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
.cnt3__container .option__box .option__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1025px) {
  .cnt3__container .option__box .option__tags {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cnt3__container .option__box .option__tags > li > a {
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #030303;
  font-weight: 400;
  font-size: 10px;
  padding: 3px 22px 5px;
}
@media (min-width: 1025px) {
  .cnt3__container .option__box .option__tags > li > a {
    font-size: 12px;
  }
}
.cnt3__container .option__box .option__sns {
  width: 173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cnt3__container .option__box .option__sns .sns__ttl {
  line-height: 1;
  font-size: 14px;
  padding-top: 2px;
}
.cnt3__container .option__box .option__sns .sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.cnt3__container .option__box .option__sns .sns__list > li {
  width: 31px;
  height: 31px;
}
.cnt3__container .option__box .option__sns .sns__list > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.cnt3__container .option__box .option__sns .sns__list > li > a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cnt3__container .option__box .option__sns .sns__list > li.facebook > a::before {
  background: url(../images/signage/works/detail/icon_facebook.png) no-repeat center/100%;
}
.cnt3__container .option__box .option__sns .sns__list > li.x > a::before {
  background: url(../images/signage/works/detail/icon_x.png) no-repeat center/100%;
}
.cnt3__container .option__box .option__sns .sns__list > li.line > a::before {
  background: url(../images/signage/works/detail/icon_line.png) no-repeat center/100%;
}

/*------------------------------------------
cnt4__container
------------------------------------------*/
.cnt4__container {
  background: #f5f5f5;
  padding: 64px 0 120px;
}
@media (min-width: 1025px) {
  .cnt4__container {
    padding: 76px 0 120px;
  }
}
.cnt4__container .cnt4__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt4__inner {
    max-width: 1148px;
    padding: 0;
  }
}
.cnt4__container .about__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
@media (min-width: 1025px) {
  .cnt4__container .about__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.cnt4__container .about__list > li {
  width: calc(50% - 3px);
  height: 168px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  height: 184px;
}
@media (min-width: 1025px) {
  .cnt4__container .about__list > li {
    background-size: 100%;
    height: 230px;
  }
}
.cnt4__container .about__list > li::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cnt4__container .about__list > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cnt4__container .about__list > li > a .txt {
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .cnt4__container .about__list > li > a .txt {
    font-size: 20px;
  }
}
.cnt4__container .about__list > li > a .icon {
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media (min-width: 1025px) {
  .cnt4__container .about__list > li > a .icon {
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }
}
.cnt4__container .about__list > li > a .icon::after {
  content: "";
  background: url(../images/common/icon_arrow_w.png) no-repeat center/100%;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .cnt4__container .about__list > li > a .icon::after {
    width: 12px;
    height: 9px;
  }
}
.cnt4__container .about__list > li.icon--blank > a .icon::after {
  background: url(../images/common/icon_arrow_blank.png) no-repeat center/100%;
  height: 12px;
}
@media (min-width: 1025px) {
  .cnt4__container .about__list > li:hover {
    background-size: 110%;
  }
  .cnt4__container .about__list > li:hover > a .icon::after {
    -webkit-animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .cnt4__container .about__list > li:hover > a .icon::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .cnt4__container .about__list > li:hover.icon--blank > a .icon::after {
    -webkit-animation: none;
            animation: none;
  }
}
@media (min-width: 1025px) {
  .cnt4__container .about__list.signage > li {
    width: calc(25% - 7.5px);
  }
}
.cnt4__container .about__list.signage > li:first-child {
  background-image: url(../images/signage/about_img_1.png);
}
.cnt4__container .about__list.signage > li:nth-child(2) {
  background-image: url(../images/signage/about_img_2.png);
}
.cnt4__container .about__list.signage > li:nth-child(3) {
  background-image: url(../images/signage/about_img_3.png);
}
.cnt4__container .about__list.signage > li:nth-child(4) {
  background-image: url(../images/signage/about_img_4.png);
}
.cnt4__container .cnt__block {
  margin: 0 auto 64px;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt__block {
    margin: 0 auto 80px;
  }
}
.cnt4__container .cnt__block .cmn__btn {
  width: 214px;
  height: 34px;
  background: #52575a;
}
@media (min-width: 1025px) {
  .cnt4__container .cnt__block .cmn__btn {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .cnt4__container .cnt__block .cmn__btn {
    margin: 0 auto;
  }
}
.cnt4__container .cnt__block .cmn__btn::before {
  background: #242424;
}
.cnt4__container .cnt__block .cmn__btn > a::after {
  width: 10px;
  height: 7px;
  right: 14px;
}
.cnt4__container .column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto 24px;
}
@media (min-width: 1025px) {
  .cnt4__container .column__list {
    gap: 24px;
    margin: 0 auto;
  }
}
.cnt4__container .column__list > li {
  width: 100%;
  height: 94px;
}
@media (min-width: 1025px) {
  .cnt4__container .column__list > li {
    width: calc(50% - 12px);
    height: 148px;
  }
}
.cnt4__container .column__list > li > a {
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt4__container .column__list > li .img {
  width: 130px;
  aspect-ratio: 210/148;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .cnt4__container .column__list > li .img {
    width: 210px;
  }
}
.cnt4__container .column__list > li .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 12px;
}
@media (min-width: 1025px) {
  .cnt4__container .column__list > li .info {
    padding: 0 28px;
  }
}
.cnt4__container .column__list > li .info span {
  display: block;
}
.cnt4__container .column__list > li .info .date {
  font-weight: 400;
  font-size: 11px;
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (min-width: 1025px) {
  .cnt4__container .column__list > li .info .date {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.cnt4__container .column__list > li .info .txt {
  line-height: 1.5;
  font-weight: 700;
  font-size: 11px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 1025px) {
  .cnt4__container .column__list > li .info .txt {
    font-size: 16px;
  }
}
.cnt4__container .ttl__area .cmn__btn {
  width: 214px;
  height: 34px;
  background: #52575a;
}
@media (min-width: 1025px) {
  .cnt4__container .ttl__area .cmn__btn {
    margin: 0 0 0 auto;
  }
}
.cnt4__container .ttl__area .cmn__btn::before {
  background: #242424;
}
.cnt4__container .ttl__area .cmn__btn > a::after {
  width: 10px;
  height: 7px;
  right: 14px;
}
.cnt4__container .business__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.cnt4__container .business__list > li {
  width: 100%;
  height: 72px;
}
@media (min-width: 1025px) {
  .cnt4__container .business__list > li {
    width: 33.3333333333%;
    height: 96px;
  }
}
.cnt4__container .business__list > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #b9b9b9;
  position: relative;
}
@media (min-width: 1025px) {
  .cnt4__container .business__list > li > a {
    padding-right: 25px;
  }
  .cnt4__container .business__list > li > a::after {
    content: "";
    background: #b9b9b9;
    width: 1px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
.cnt4__container .business__list > li > a .txt {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 769px) {
  .cnt4__container .business__list > li > a .txt {
    font-size: 18px;
  }
}
.cnt4__container .business__list > li > a .icon {
  overflow: hidden;
  background: #52575a;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  position: relative;
}
@media (min-width: 769px) {
  .cnt4__container .business__list > li > a .icon {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 32px;
    height: 32px;
  }
}
.cnt4__container .business__list > li > a .icon::after {
  content: "";
  background: url(../images/common/icon_arrow_w.png) no-repeat center/100%;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .cnt4__container .business__list > li > a .icon::after {
    width: 12px;
    height: 9px;
  }
}
@media (min-width: 1025px) {
  .cnt4__container .business__list > li:nth-last-child(-n+3) {
    border-bottom: 1px solid #b9b9b9;
  }
  .cnt4__container .business__list > li:nth-child(3) > a::after, .cnt4__container .business__list > li:nth-child(6) > a::after {
    display: none;
  }
  .cnt4__container .business__list > li:nth-child(2) > a, .cnt4__container .business__list > li:nth-child(3) > a, .cnt4__container .business__list > li:nth-child(5) > a, .cnt4__container .business__list > li:nth-child(6) > a {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .cnt4__container .business__list > li:last-child {
    border-bottom: 1px solid #b9b9b9;
  }
}
@media (min-width: 1025px) {
  .cnt4__container .business__list > li:hover .txt {
    opacity: 0.6;
  }
  .cnt4__container .business__list > li:hover .icon {
    background: #242424;
  }
  .cnt4__container .business__list > li:hover .icon::after {
    -webkit-animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: iconBlankSmall 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.cnt4__container .cmn__btn.corporate {
  background: #52575a;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .cnt4__container .cmn__btn.corporate {
    height: 72px;
  }
}
.cnt4__container .cmn__btn.corporate::before {
  background: #242424;
}