@charset "UTF-8";
@font-face {
  font-family: "webicon";
  src: url("../fonts/webicon.eot?pdln3y");
  src: url("../fonts/webicon.eot?pdln3y#iefix") format("embedded-opentype"), url("../fonts/webicon.ttf?pdln3y") format("truetype"), url("../fonts/webicon.woff?pdln3y") format("woff"), url("../fonts/webicon.svg?pdln3y#webicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon:before, .icon:after, [class^=icon-], [class*=" icon-"] {
  font-family: "webicon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tel:before {
  content: "\e90a";
}

.icon-movie:before {
  content: "\e90b";
}

.icon-hospital:before {
  content: "\e90c";
}

.icon-network:before {
  content: "\e90d";
}

.icon-radio:before {
  content: "\e90e";
}

.icon-emergency:before {
  content: "\e90f";
}

.icon-cctv:before {
  content: "\e912";
}

.icon-transceiver:before {
  content: "\e913";
}

.icon-tv:before {
  content: "\e91a";
}

.icon-clock:before {
  content: "\e91b";
}

.icon-question:before {
  content: "\e91c";
}

.icon-electricity:before {
  content: "\e91d";
}

.icon-arrow01_b:before {
  content: "\e900";
}

.icon-arrow01_l:before {
  content: "\e901";
}

.icon-arrow01_r:before {
  content: "\e902";
}

.icon-arrow01_t:before {
  content: "\e903";
}

.icon-arrow02_b:before {
  content: "\e904";
}

.icon-arrow02_l:before {
  content: "\e905";
}

.icon-arrow02_r:before {
  content: "\e906";
}

.icon-arrow02_t:before {
  content: "\e907";
}

.icon-arrow03_b:before {
  content: "\e908";
}

.icon-arrow03_l:before {
  content: "\e909";
}

.icon-arrow03_r:before {
  content: "\e910";
}

.icon-arrow03_t:before {
  content: "\e911";
}

.icon-nav:before {
  content: "\e914";
}

.icon-close:before {
  content: "\e915";
}

.icon-plus:before {
  content: "\e916";
}

.icon-minus:before {
  content: "\e917";
}

.icon-blank:before {
  content: "\e918";
}

.icon-pdf:before {
  content: "\e919";
}

.main-image {
  position: relative;
  height: calc(50vh - 60px);
  min-height: 260px;
  margin: 0 8%;
  color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.main-image .top-slider {
  width: 100%;
  height: 100%;
}
.main-image .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: opacity;
}
.main-image .slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 45% 0;
     object-position: 45% 0;
  transform: translateZ(0);
}
.main-image .top-copy {
  display: flex;
  position: absolute;
  background-image: url(../img/top/img_slider_icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 55% auto;
  padding: 5% 0 0 7%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-image .top-copy > .text {
  margin-right: 100%;
  color: #000;
  font-family: "Noto Serif JP", sans-serif, YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: clamp(14px, 3.2vh, 24px);
  line-height: 1.4;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .main-image {
    height: 50vh;
    min-height: 410px;
    margin: 0 5%;
  }
  .main-image .top-copy {
    background-size: 50% auto;
    padding: 4% 0 0 4%;
  }
  .main-image .top-copy > .text {
    font-size: clamp(20px, 4vw, 28px);
  }
}
@media screen and (min-width: 1040px) {
  .main-image {
    height: calc(94vh - 120px);
    min-height: 560px;
    margin: 0 4%;
  }
  .main-image .top-copy {
    background-size: auto 70%;
    padding: 5% 0 0 6%;
  }
  .main-image .top-copy > .text {
    font-size: clamp(40px, 4.4vh, 50px);
  }
}

.welcome > .l-inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  min-height: calc(50vh - 30px);
  padding: 0 10%;
}
.welcome-text {
  margin: 20px 0 0;
}
.welcome-text > dt {
  font-size: 2.1rem;
  font-weight: 500;
}
.welcome-text > dd {
  margin-top: 10px;
  font-size: 1.6rem;
}
.welcome-image {
  width: 40%;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .welcome {
    margin-top: 50px;
  }
  .welcome > .l-inner {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    min-height: auto;
    padding: 0 10%;
  }
  .welcome-text {
    margin: 0;
    width: 68%;
  }
  .welcome-text > dt {
    font-size: 2.6rem;
  }
  .welcome-text > dd {
    margin-top: 16px;
    font-size: 1.8rem;
  }
  .welcome-image {
    width: 24%;
    margin: 0 0 1% 2%;
  }
}
@media screen and (min-width: 1040px) {
  .welcome {
    margin-top: 120px;
  }
  .welcome > .l-inner {
    width: 770px;
    padding: 0;
  }
  .welcome-text {
    margin: 0;
    width: 535px;
  }
  .welcome-text > dt {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .welcome-text > dd {
    margin-top: 30px;
    font-size: 2.2rem;
  }
  .welcome-image {
    width: 185px;
    margin: 0 0 1% 2%;
  }
}

.strength {
  position: relative;
  background: #F4F4F3;
  padding-bottom: 50px;
  z-index: 0;
}
.strength:before {
  position: absolute;
  background-image: url(../img/common/bg_curve_top.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 50px;
  height: 50px;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.strength:after {
  position: absolute;
  background-image: url(../img/common/bg_curve_bottom.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.strength-list {
  display: flex;
  flex-direction: column;
}
.strength-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
}
.strength-image {
  width: 56%;
  margin: 0 auto;
  z-index: 1;
}
.strength-text {
  position: relative;
  flex-grow: 1;
  background: #fff;
  margin-top: -30px;
  padding: 14% 11% 11%;
  font-size: 1.6rem;
  line-height: 1.7;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.strength-text > span {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
}
.strength-text:before {
  position: absolute;
  width: 40px;
  height: 40px;
  border-left: solid 4px #5BC2D9;
  border-top: solid 4px #FDD000;
  top: 0;
  left: 0;
  content: "";
}
.strength-text:after {
  position: absolute;
  width: 40px;
  height: 40px;
  border-right: solid 4px #5BC2D9;
  border-bottom: solid 4px #FDD000;
  right: 0;
  bottom: 0;
  content: "";
}
@media screen and (min-width: 768px) {
  .strength {
    padding-bottom: 80px;
    margin-top: 30px;
  }
  .strength:before {
    background-size: 100% 80px;
    height: 80px;
  }
  .strength:after {
    background-size: 100% 80px;
    height: 80px;
  }
  .strength-list {
    flex-direction: row;
    justify-content: space-between;
  }
  .strength-detail {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-top: 70px;
  }
  .strength-image {
    width: 56%;
    margin: 0 auto;
    z-index: 1;
  }
  .strength-text {
    padding: 18% 12% 12%;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .strength-text > span {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1040px) {
  .strength {
    padding-bottom: 100px;
    margin-top: 70px;
  }
  .strength:before {
    background-size: 100% 160px;
    height: 160px;
  }
  .strength:after {
    background-size: 100% 160px;
    height: 160px;
  }
  .strength-detail {
    width: 30%;
    margin-top: 70px;
  }
  .strength-text {
    padding: 14%;
    font-size: 2.2rem;
  }
  .strength-text > span {
    font-size: 3.1rem;
  }
}

.news-top {
  margin: 50px 0 0;
}
.news-top__title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
}
.news-top__title > i {
  margin-left: -4px;
  color: #FDD000;
  font-size: 3rem;
}
.news-top__list {
  margin-top: 10px;
  border-top: 1px solid #ADADAD;
}
.news-top__list li {
  padding: 0;
  border-bottom: 1px solid #ADADAD;
}
.news-top__list li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
  padding: 10px 5px;
  text-decoration: none;
  line-height: 1.5;
}
.news-top__list li a:hover {
  opacity: 0.4;
}
.news-top__list li a > .data {
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 1.5rem;
}
.news-top__list li a > .category {
  flex-shrink: 0;
  width: 70px;
  margin-right: 10px;
  font-size: 1.3rem;
  line-height: 16px;
  text-align: center;
  border-radius: 25px;
}
.news-top__list li a .slug-news {
  background-color: rgba(0, 172, 210, 0.1);
  color: #00ACD2;
  border: 1px solid #00ACD2;
}
.news-top__list li a .slug-works {
  background-color: rgba(115, 79, 201, 0.1);
  color: #734FC9;
  border: 1px solid #734FC9;
}
.news-top__list li a > .title {
  width: 100%;
  margin-top: 3px;
}
.news-top .btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .news-top {
    margin: 80px 0 0;
  }
  .news-top__title {
    font-size: 2.4rem;
  }
  .news-top__title > i {
    margin-left: -4px;
    font-size: 3.4rem;
  }
  .news-top__list {
    margin-top: 16px;
  }
  .news-top__list > li a {
    padding: 12px 10px;
  }
  .news-top__list > li a > .data {
    margin-right: 10px;
    font-size: 1.6rem;
  }
  .news-top__list > li a > .category {
    margin-right: 10px;
    font-size: 1.4rem;
  }
  .news-top .btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .news-top {
    margin: 100px 0 0;
  }
  .news-top__title {
    font-size: 2.6rem;
  }
  .news-top__title > i {
    margin-left: -6px;
    font-size: 4rem;
  }
  .news-top__list {
    margin-top: 20px;
  }
  .news-top__list > li a {
    flex-wrap: nowrap;
    padding: 20px 10px;
  }
  .news-top__list > li a > .data {
    width: 75px;
    margin-right: 20px;
    font-size: 1.8rem;
  }
  .news-top__list > li a > .category {
    width: 90px;
    margin-right: 20px;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .news-top__list > li a > .title {
    width: auto;
    margin-top: 0;
  }
  .news-top .btn {
    margin-top: 40px;
  }
}

.pickup {
  margin-top: 30px;
}
.pickup-header {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 26% 0 10px;
  z-index: 0;
}
.pickup-header:before {
  position: absolute;
  background-image: url(../img/top/bg_pickup_line.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.pickup-header:after {
  position: absolute;
  background-image: url(../img/top/bg_pickup_icon_left.png), url(../img/top/bg_pickup_icon_right.png);
  background-position: 5% 0, 95% 0;
  background-repeat: no-repeat;
  background-size: 50% auto;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.pickup-title {
  font-size: clamp(2rem, 5vw, 2.6rem);
  font-weight: 500;
  text-align: center;
}
.pickup-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10%;
}
.pickup-detail {
  width: 100%;
  margin-top: 30px;
}
.pickup-detail > .image img {
  border-radius: 10px;
}
.pickup-detail > dl {
  margin-top: 14px;
}
.pickup-detail > dl .title {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 500;
}
.pickup-detail > dl .text {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .pickup {
    margin-top: 50px;
  }
  .pickup-header {
    padding: 100px 0 30px;
    z-index: 0;
  }
  .pickup-header:before {
    background-position: 0 0;
    background-size: 100% auto;
  }
  .pickup-header:after {
    background-position: 5% 0, 95% 0;
    background-size: auto 100%;
  }
  .pickup-title {
    font-size: clamp(2.6rem, 6vw, 3.2rem);
  }
  .pickup-list {
    padding: 0 4%;
  }
  .pickup-detail {
    width: 48%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1040px) {
  .pickup {
    margin-top: 0;
  }
  .pickup-header {
    padding: 13% 0 0;
    z-index: 0;
  }
  .pickup-header:before {
    background-position: 0 60%;
    background-size: 100% auto;
  }
  .pickup-header:after {
    position: absolute;
    background-image: url(../img/top/bg_pickup_icon_all.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto 98%;
  }
  .pickup-title {
    font-size: clamp(2.6rem, 6vw, 3.2rem);
  }
  .pickup-list {
    padding: 0 4%;
  }
  .pickup-detail {
    width: 23%;
    margin-top: 40px;
  }
  .pickup-detail > dl {
    margin-top: 14px;
  }
  .pickup-detail > dl .title {
    font-size: clamp(1.8rem, 1.2vw, 2.6rem);
  }
  .pickup-detail > dl .text {
    font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  }
}