@charset "UTF-8";
/* ===================================================================
CSS information

file name  : service.css
author     : Abilive
style info : service
=================================================================== */
/* ===================================================================
CSS information
a@charset "UTF-8";
/* ===================================================================
CSS informationa@charset "UTF-8";
/* ===================================================================
CSS information

file name  : service.css
author     : Abilive
style info : service
=================================================================== */
/* ===================================================================
CSS information
a@charset "UTF-8";
/* ===================================================================
CSS information

file name  : service.css
author     : Abilive
style info : service
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
.p-firstview__title__en .c-txt-base--xxs {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 1.6px;
  display: block;
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 5px;
  margin-bottom: 10px; }
.p-firstview__hero__image {
  background-image: url(../../service/images/img_mv.jpg); }

#service .bg_Porcelain {
  background: #edf2f8; }

.con_intro {
  background: url(../../service/images/bg_intro.jpg);
  background-size: cover;
  background-position: center; }
  .con_intro .box_txt {
    width: 40%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .con_intro .box_txt {
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      .con_intro .box_txt {
        width: 100%; } }
    .con_intro .box_txt .c-sub-title {
      margin-bottom: 50px; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_intro .box_txt .c-sub-title {
          margin-bottom: 30px; } }
      @media only screen and (max-width: 767px) {
        .con_intro .box_txt .c-sub-title {
          margin-bottom: 1em; } }

.con_cause .c-sub-title--medium {
  margin-bottom: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_cause .c-sub-title--medium {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 767px) {
    .con_cause .c-sub-title--medium {
      margin-bottom: 4em; } }
.con_cause .box_cause {
  margin-bottom: 100px;
  position: relative;
  padding: 80px 50px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_cause .box_cause {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .con_cause .box_cause {
      margin-bottom: 5em; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_cause .box_cause {
      padding: 60px 30px; } }
  @media only screen and (max-width: 767px) {
    .con_cause .box_cause {
      padding: 3em 1em; } }
  .con_cause .box_cause.last {
    margin-bottom: 0; }
  .con_cause .box_cause .cause_num {
    position: absolute;
    top: -50px;
    left: 50%;
    background: #000;
    display: inline-block;
    padding: 0.8em 2em;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .con_cause .box_cause .cause_num .c-txt-base {
      display: block;
      text-align: center;
      border-bottom: 1px solid #fff; }
    .con_cause .box_cause .cause_num .num {
      text-align: center;
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: 343%;
      line-height: 1.2; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_cause .box_cause .cause_num .num {
          font-size: 200%; } }
      @media only screen and (max-width: 767px) {
        .con_cause .box_cause .cause_num .num {
          font-size: 172%; } }
  .con_cause .box_cause .c-sub-title {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 50px; }
  .con_cause .box_cause .inner_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 1199px) {
      .con_cause .box_cause .inner_flex {
        display: block; } }
    .con_cause .box_cause .inner_flex .box_img {
      width: 65%; }
      @media only screen and (max-width: 1199px) {
        .con_cause .box_cause .inner_flex .box_img {
          width: 100%;
          margin-bottom: 2em; } }
    .con_cause .box_cause .inner_flex .box_txt {
      width: 30%; }
      @media only screen and (max-width: 1199px) {
        .con_cause .box_cause .inner_flex .box_txt {
          width: 100%; } }

.con_service .img img {
  width: 100%; }

.lum-gallery-button {
  display: none !important; }

a.zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  display: block; }

a.zoom::after {
  content: '';
  position: absolute;
  bottom: -1em;
  left: -1em;
  display: block;
  width: 2em;
  height: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../../service/images/ic_zoom.png);
  background-size: 2em 2em;
  background-position: center center;
  background-repeat: no-repeat; }

.lum-close-button {
  top: 100px !important; }
  @media only screen and (max-width: 767px) {
    .lum-close-button {
      top: 6em !important; } }

@media screen and (max-width: 768px) {
  .lum-lightbox-inner img {
    max-width: 160vw !important;
    /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh !important;
    /* 上下に適度に余白 */ } }
.con_cause .modals__item {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #edf2f8;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0; }
  .con_cause .modals__item.active {
    opacity: 1;
    visibility: visible; }
  .con_cause .modals__item__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    max-width: 78.397833369em;
    background-color: #fff;
    border-radius: 1.4254151522em;
    max-height: 100vh;
    overflow-y: auto;
    padding: 5.7016606087em 10.6906136412em; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .con_cause .modals__item__inner {
        width: 96%; } }
    @media only screen and (max-width: 767px) {
      .con_cause .modals__item__inner {
        width: 94%; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .con_cause .modals__item__inner {
        padding: 1em; } }
    @media only screen and (max-width: 767px) {
      .con_cause .modals__item__inner {
        padding: 1em; } }
  .con_cause .modals__item__close {
    position: absolute;
    top: 2.1381227282em;
    right: 2.1381227282em;
    width: 2.8508303043em;
    height: 2.8508303043em;
    border-radius: 50%;
    border: 2px solid #507eb6;
    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;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .con_cause .modals__item__close {
        width: 2.1381227282em; } }
    @media only screen and (max-width: 767px) {
      .con_cause .modals__item__close {
        width: 2.1381227282em; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .con_cause .modals__item__close {
        height: 2.1381227282em; } }
    @media only screen and (max-width: 767px) {
      .con_cause .modals__item__close {
        height: 2.1381227282em; } }
    .con_cause .modals__item__close:hover {
      opacity: 0.7; }
    .con_cause .modals__item__close::before {
      content: '\f00d';
      font-family: 'Font Awesome 5 Pro';
      color: #507eb6;
      font-size: 143%;
      line-height: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .con_cause .modals__item__close {
        top: 1em;
        right: 1em; } }
    @media only screen and (max-width: 767px) {
      .con_cause .modals__item__close {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1;
        top: 0;
        right: 0;
        margin-inline: auto 0; } }

.snv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.snv li {
    width: 100%;
}
.snv li a {
    background: #173576;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
	font-size: 115%;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.snv li a:after {
	content: "";
    font-size: 110%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    right: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.snv li a:hover {
    background: #FFF;
    color: #173576;
}
.snv li a:hover:after {
    color: #173576;
}
@media only screen and (max-width: 767px) {
.snv li a {
    font-size: 1rem;
}
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
	a.zoom.service-zoom {
		pointer-events: none !important;
	}
	a.zoom.service-zoom:after {
		display: none;
	}
}

.related-bnr {
  padding: 8.55249em 0 0;
}
@media only screen and (max-width: 767px) {
  .related-bnr {
    padding: 4em 0 0;
  }
}
.related-bnr a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
display:block;
}
.related-bnr a:hover {
  opacity: 0.7;
}


.related-bnr_wrap.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

@media only screen and (max-width: 767px) {
  .related-bnr_wrap.col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-industry-top .p-firstview__hero__image {
  background-image: url(/vision/files/images/industry_mv.jpg);
}

.p-construction-top .p-firstview__hero__image {
  background-image: url(/vision/files/images/construction_top_mv.jpg);
}

.p-logistics-top .p-firstview__hero__image {
  background-image: url(/vision/files/images/logistics_mv.png);
}

.p-local-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
}

.p-local-nav li {
  width: calc((100% - 0.3rem) / 4);
}

.p-local-nav a {
  display: block;
  padding: 2rem 0.5rem;
  background: #f4f4f4;
  color: #999;
  font-weight: bold;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-align: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
}

.p-local-nav a span {
  position: relative;
}

.p-local-nav a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: -50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.p-local-nav a:hover {
  opacity: 0.8;
}

.p-local-nav a:hover span::before {
  top: 35%;
}

.p-local-nav a.current {
  background: #000;
  color: #fff;
}

.p-industry-topArea {
  background: #fff;
}

.p-industry-service {
  padding: 6em 0;
}

.p-industry-service__title {
  margin-bottom: 1rem;
}

.p-industry-service__title span {
  font-size: 230%;
  font-weight: bold;
}

.p-industry-service__list {
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin: -1.63923em -1.06906em 2.49448em
}

.p-industry-service__item {
  width: calc((100% / 3) - 2.13812em);
  margin: 1.63923em 1.06906em !important;
}

.p-industry-service__item .c-service-list__item__detail {
  padding: 1.78177em 2.49448em;
}

@media only screen and (max-width: 767px) {
  .p-industry-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            gap: 2rem;
            margin: 0 !important;
  }

  .p-industry-service__item {
    width: 100%;
    margin: 0 !important;
  }

  .p-industry-service__item .c-service-list__item__detail {
    padding: 1em;
  }

  .p-industry-wrap .p-article__item__main {
    padding: 1em;
  }

  .p-industry-wrap .p-article__item__title {
    margin: 0 0 1em 0;
  }

  .p-industry-wrap .p-article__item__main {
    width: 100%;
  }

  .p-industry-wrap .p-article__item__link {
    font-size: 70% !important;
  }
}

.p-industry-service__item .p-industry-service__itemTitle {
  text-align: left !important;
  font-size: 150%;
}

.p-industry-service__item .p-industry-service__itemTitle::after {
  content: none;
}


@media only screen and (max-width: 767px) {
  .p-local-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-local-nav li {
   width: 100%;
  }
  .p-industry-service__title span {
    font-size: 150%;
  }

  .p-industry-service__item .p-industry-service__itemTitle {
    font-size: 120%;
  }
}

.p-industry-service .l-intro__inner {
  margin-bottom: 3.5em;
  transition: 0.3s;
}

.p-industry-service .l-intro__inner:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .p-industry-service .l-intro__inner.l-intro__inner__bnr {
    margin-bottom: 0em!important;
  }
}


file name  : service.css
author     : Abilive
style info : service
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
.p-firstview__title__en .c-txt-base--xxs {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 1.6px;
  display: block;
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 5px;
  margin-bottom: 10px; }
.p-firstview__hero__image {
  background-image: url(../../service/images/img_mv.jpg); }

#service .bg_Porcelain {
  background: #edf2f8; }

.con_intro {
  background: url(../../service/images/bg_intro.jpg);
  background-size: cover;
  background-position: center; }
  .con_intro .box_txt {
    width: 40%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .con_intro .box_txt {
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      .con_intro .box_txt {
        width: 100%; } }
    .con_intro .box_txt .c-sub-title {
      margin-bottom: 50px; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_intro .box_txt .c-sub-title {
          margin-bottom: 30px; } }
      @media only screen and (max-width: 767px) {
        .con_intro .box_txt .c-sub-title {
          margin-bottom: 1em; } }

.con_cause .c-sub-title--medium {
  margin-bottom: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_cause .c-sub-title--medium {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 767px) {
    .con_cause .c-sub-title--medium {
      margin-bottom: 4em; } }
.con_cause .box_cause {
  margin-bottom: 100px;
  position: relative;
  padding: 80px 50px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_cause .box_cause {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .con_cause .box_cause {
      margin-bottom: 5em; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_cause .box_cause {
      padding: 60px 30px; } }
  @media only screen and (max-width: 767px) {
    .con_cause .box_cause {
      padding: 3em 1em; } }
  .con_cause .box_cause.last {
    margin-bottom: 0; }
  .con_cause .box_cause .cause_num {
    position: absolute;
    top: -50px;
    left: 50%;
    background: #000;
    display: inline-block;
    padding: 0.8em 2em;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .con_cause .box_cause .cause_num .c-txt-base {
      display: block;
      text-align: center;
      border-bottom: 1px solid #fff; }
    .con_cause .box_cause .cause_num .num {
      text-align: center;
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: 343%;
      line-height: 1.2; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .con_cause .box_cause .cause_num .num {
          font-size: 200%; } }
      @media only screen and (max-width: 767px) {
        .con_cause .box_cause .cause_num .num {
          font-size: 172%; } }
  .con_cause .box_cause .c-sub-title {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 50px; }
  .con_cause .box_cause .inner_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 1199px) {
      .con_cause .box_cause .inner_flex {
        display: block; } }
    .con_cause .box_cause .inner_flex .box_img {
      width: 65%; }
      @media only screen and (max-width: 1199px) {
        .con_cause .box_cause .inner_flex .box_img {
          width: 100%;
          margin-bottom: 2em; } }
    .con_cause .box_cause .inner_flex .box_txt {
      width: 30%; }
      @media only screen and (max-width: 1199px) {
        .con_cause .box_cause .inner_flex .box_txt {
          width: 100%; } }

.con_service .img img {
  width: 100%; }

.lum-gallery-button {
  display: none !important; }

a.zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  display: block; }

a.zoom::after {
  content: '';
  position: absolute;
  bottom: -1em;
  left: -1em;
  display: block;
  width: 2em;
  height: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../../service/images/ic_zoom.png);
  background-size: 2em 2em;
  background-position: center center;
  background-repeat: no-repeat; }

.lum-close-button {
  top: 100px !important; }
  @media only screen and (max-width: 767px) {
    .lum-close-button {
      top: 6em !important; } }

@media screen and (max-width: 768px) {
  .lum-lightbox-inner img {
    max-width: 160vw !important;
    /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh !important;
    /* 上下に適度に余白 */ } }
.con_cause .modals__item {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #edf2f8;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0; }
  .con_cause .modals__item.active {
    opacity: 1;
    visibility: visible; }
  .con_cause .modals__item__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    max-width: 78.397833369em;
    background-color: #fff;
    border-radius: 1.4254151522em;
    max-height: 100vh;
    overflow-y: auto;
    padding: 5.7016606087em 10.6906136412em; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .con_cause .modals__item__inner {
        width: 96%; } }
    @media only screen and (max-width: 767px) {
      .con_cause .modals__item__inner {
        width: 94%; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .con_cause .modals__item__inner {
        padding: 1em; } }
    @media only screen and (max-width: 767px) {
      .con_cause .modals__item__inner {
        padding: 1em; } }
  .con_cause .modals__item__close {
    position: absolute;
    top: 2.1381227282em;
    right: 2.1381227282em;
    width: 2.8508303043em;
    height: 2.8508303043em;
    border-radius: 50%;
    border: 2px solid #507eb6;
    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;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .con_cause .modals__item__close {
        width: 2.1381227282em; } }
    @media only screen and (max-width: 767px) {
      .con_cause .modals__item__close {
        width: 2.1381227282em; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .con_cause .modals__item__close {
        height: 2.1381227282em; } }
    @media only screen and (max-width: 767px) {
      .con_cause .modals__item__close {
        height: 2.1381227282em; } }
    .con_cause .modals__item__close:hover {
      opacity: 0.7; }
    .con_cause .modals__item__close::before {
      content: '\f00d';
      font-family: 'Font Awesome 5 Pro';
      color: #507eb6;
      font-size: 143%;
      line-height: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .con_cause .modals__item__close {
        top: 1em;
        right: 1em; } }
    @media only screen and (max-width: 767px) {
      .con_cause .modals__item__close {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1;
        top: 0;
        right: 0;
        margin-inline: auto 0; } }

.snv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.snv li {
    width: 100%;
}
.snv li a {
    background: #173576;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
	font-size: 115%;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.snv li a:after {
	content: "";
    font-size: 110%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    right: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.snv li a:hover {
    background: #FFF;
    color: #173576;
}
.snv li a:hover:after {
    color: #173576;
}
@media only screen and (max-width: 767px) {
.snv li a {
    font-size: 1rem;
}
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
	a.zoom.service-zoom {
		pointer-events: none !important;
	}
	a.zoom.service-zoom:after {
		display: none;
	}
}

.related-bnr {
  padding: 8.55249em 0 0;
}
@media only screen and (max-width: 767px) {
  .related-bnr {
    padding: 4em 0 0;
  }
}
.related-bnr a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
display:block;
}
.related-bnr a:hover {
  opacity: 0.7;
}


.related-bnr_wrap.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

@media only screen and (max-width: 767px) {
  .related-bnr_wrap.col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-industry-top .p-firstview__hero__image {
  background-image: url(/vision/files/images/industry_mv.jpg);
}

.p-construction-top .p-firstview__hero__image {
  background-image: url(/vision/files/images/construction_top_mv.jpg);
}

.p-logistics-top .p-firstview__hero__image {
  background-image: url(/vision/files/images/logistics_mv.png);
}

.p-local-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
}

.p-local-nav li {
  width: calc((100% - 0.3rem) / 4);
}

.p-local-nav a {
  display: block;
  padding: 2rem 0.5rem;
  background: #f4f4f4;
  color: #999;
  font-weight: bold;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-align: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
}

.p-local-nav a span {
  position: relative;
}

.p-local-nav a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: -50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.p-local-nav a:hover {
  opacity: 0.8;
}

.p-local-nav a:hover span::before {
  top: 35%;
}

.p-local-nav a.current {
  background: #000;
  color: #fff;
}

.p-industry-topArea {
  background: #fff;
}

.p-industry-service {
  padding: 6em 0;
}

.p-industry-service__title {
  margin-bottom: 1rem;
}

.p-industry-service__title span {
  font-size: 230%;
  font-weight: bold;
}

.p-industry-service__list {
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin: -1.63923em -1.06906em 2.49448em
}

.p-industry-service__item {
  width: calc((100% / 3) - 2.13812em);
  margin: 1.63923em 1.06906em !important;
}

.p-industry-service__item .c-service-list__item__detail {
  padding: 1.78177em 2.49448em;
}

@media only screen and (max-width: 767px) {
  .p-industry-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            gap: 2rem;
            margin: 0 !important;
  }

  .p-industry-service__item {
    width: 100%;
    margin: 0 !important;
  }

  .p-industry-service__item .c-service-list__item__detail {
    padding: 1em;
  }

  .p-industry-wrap .p-article__item__main {
    padding: 1em;
  }

  .p-industry-wrap .p-article__item__title {
    margin: 0 0 1em 0;
  }

  .p-industry-wrap .p-article__item__main {
    width: 100%;
  }

  .p-industry-wrap .p-article__item__link {
    font-size: 70% !important;
  }
}

.p-industry-service__item .p-industry-service__itemTitle {
  text-align: left !important;
  font-size: 150%;
}

.p-industry-service__item .p-industry-service__itemTitle::after {
  content: none;
}


@media only screen and (max-width: 767px) {
  .p-local-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-local-nav li {
   width: 100%;
  }
  .p-industry-service__title span {
    font-size: 150%;
  }

  .p-industry-service__item .p-industry-service__itemTitle {
    font-size: 120%;
  }
}

.p-industry-service .l-intro__inner {
  margin-bottom: 3.5em;
}

.p-article__item__textTag {
  color:#8f8f8f;
  margin-top:1em;
  font-size: 90%;
  display:flex;
  gap:0.5em;
  flex-wrap:wrap;
}

  .p-firstview__hero__image.construction {
    background-image: url(/vision/construction/images/construction_mv.jpg );
  }



  /* 240725 */

  .c-service-search {
    background-color: rgba(80, 126, 182, .1);
    padding: 4.5rem 0;
  }

  .c-search-box__title {
    color: #153378;
    font-weight: normal;
    font-size: clamp(26px, 1.978vw, 38px);
    line-height: 1.5;
    text-align: center;
  }
  .c-search-box ul {
    display: flex;
  }
  
  .c-search__result {
    display: flex;
    align-items: center;
    margin-bottom: 6rem;
  }
  .c-search__result p {
    width: 10rem;
  }
  .c-search__result ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 10rem);
    margin-left: 1rem;
    gap: 1rem;
  }
  .c-search__result ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    height: 24px;
    border-radius: 5000px;
    background: #153378;
    color: #fff;
    font-size: 1rem;
    text-align: center;
  }
  
  .search-box .search-btn {
  }
  .search-box .search-btn__list {
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-bottom: 3rem;
  }
  .search-box .search-btn__list__ttl {
    width: 106px;
    font-size: 1.5rem;
    border-right: 1px solid #000;
    margin-right: 20px;
  }
  .search-box .search-btn__type {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .search-box .search-btn label {
    display: block;
    width: auto;
  }
  .search-box .search-btn label:nth-child(5n) {
    margin-right: 0;
  }
  .search-box .search-btn label:last-child {
    margin-right: 0;
  }
  .search-box .search-btn label input {
    display: none;
  }
  .search-box .search-btn #checkAll {
    margin-top: 3rem;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
  }
  .search-box .checkbox_parts {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    border-radius: 1000px;
    background-color: #fff;
    color: #507eb6;
    border: 1px solid #507eb6;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 1rem;
  }
  .search-box .checkbox_parts.active {
    background-color: #507eb6;
    color: #fff;
    border: 1px solid #507eb6;
  }
  .search-box .checkbox_parts:hover {
    opacity: 0.7;
  }
  .search-box #checkAll {
    margin-top: 3rem;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
  }

  #noResultsMessage {
    text-align: center;
    font-weight: 500;
    font-size: 129%;
    letter-spacing: 3.6px;
    font-family: "Noto Sans JP", sans-serif;
    padding-bottom: 5.5rem;
  }

  @media only screen and (max-width: 767px) {
    .search-box .search-btn__list {
      flex-direction: column;
      gap: 1.4rem;
  }
    .search-box .search-btn__list__ttl {
      width: 100%;
      border-right: none;
      margin-right: 0px;
      border-bottom: 1px solid #000;
      padding-bottom: 1rem;
  }

  .search-box .checkbox_parts {
    margin-bottom: 0.5rem;
  }

  .p-industry-service {
    padding: 3rem 0;
  }

  .c-service-search {
    padding: 3rem 0;
  }

  .c-service-search-intro__inner {
    margin-bottom: 2rem!important;
  }

  #noResultsMessage {
    font-size: 100%;
  }
}