@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
/*=========*/
/* service */
/*=========*/
.service .csc-sec, .service .tech-sec, .service .lsi-sec, .service .dx-sec {
  position: relative;
}
.service .csc-sec::after, .service .tech-sec::after, .service .lsi-sec::after, .service .dx-sec::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 37.3vw;
  z-index: -1;
}
@media (max-width: 1023px) {
  .service .csc-sec::after, .service .tech-sec::after, .service .lsi-sec::after, .service .dx-sec::after {
    display: none;
  }
}
.service .csc-sec::after {
  background: transparent linear-gradient(128deg, #ffffb8, #ffee8d 100%, #ffee8d 0) 0 0 no-repeat padding-box;
  top: 48px;
  right: 0;
}
.service .tech-sec::after {
  background: transparent linear-gradient(128deg, #86d8f2, #aeedff 100%, #86d8f2 0) 0 0 no-repeat padding-box;
  top: 48px;
  left: 0;
}
.service .lsi-sec::after {
  background: transparent linear-gradient(128deg, #e1ffe4, #c0ffd0 100%, #c0ffd0 0) 0 0 no-repeat padding-box;
  top: 48px;
  right: 0;
}
.service .dx-sec::after {
  background: transparent linear-gradient(128deg, #ffd9f4, #fff3f4 100%, #ffd9f4 0) 0 0 no-repeat padding-box;
  top: 48px;
  left: 0;
}
@media (max-width: 1023px) {
  .service .csc-sec .txt {
    background: transparent linear-gradient(128deg, #ffffb8, #ffee8d 100%, #ffee8d 0) 0 0 no-repeat padding-box;
  }
  .service .tech-sec .txt {
    background: transparent linear-gradient(128deg, #aeedff, #86d8f2 100%, #86d8f2 0) 0 0 no-repeat padding-box;
  }
  .service .lsi-sec .txt {
    background: transparent linear-gradient(128deg, #e1ffe4, #c0ffd0 100%, #c0ffd0 0) 0 0 no-repeat padding-box;
  }
  .service .dx-sec .txt {
    background: transparent linear-gradient(128deg, #fff3f4, #ffd9f4 100%, #ffd9f4 0) 0 0 no-repeat padding-box;
  }
}
.service .heading-main .heading-title {
  transform: translateY(80%);
  -webkit-transform: translateY(80%);
  -moz-transform: translateY(80%);
  -ms-transform: translateY(80%);
  -o-transform: translateY(80%);
}
@media (max-width: 767px) {
  .service .heading-main .heading-title {
    width: 60%;
  }
}
.service .heading-main .heading-img {
  position: relative;
  height: 562px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service .heading-main .heading-img {
    height: auto;
  }
}
.service .heading-main .heading-img img {
  position: absolute;
  max-width: initial;
  width: auto;
  height: 562px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1920px) {
  .service .heading-main .heading-img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .service .heading-main .heading-img img {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }
}
.service .heading-main .heading-txt {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 32px;
  text-align: center;
  color: #1A1A1A;
  letter-spacing: 0.257em;
  line-height: 2;
  text-shadow: 0 0 8px #FFF;
}
@media (max-width: 767px) {
  .service .heading-main .heading-txt {
    bottom: 32px;
    font-size: 24px;
  }
}
.service .top-msg {
  padding: 24px 16px;
  border-bottom: 1px solid #989898;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  color: #1A1A1A;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .service .top-msg {
    padding: 16px;
    font-size: 14px;
  }
}
.service .msg-area {
  text-align: center;
  margin-top: 32px;
  padding: 0 24px;
}
.service .heading-service {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}
@media (max-width: 767px) {
  .service .heading-service {
    margin: 16px 0;
  }
}
.service .heading-service02 {
  margin: 64px 0 48px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.292em;
}
@media (max-width: 767px) {
  .service .heading-service02 {
    margin: 40px 0 24px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.18em;
  }
}
.service .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 120px auto 0;
}
.service .wrap.txt-left {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .service .wrap {
    display: block;
    margin-top: 64px;
  }
}
.service .wrap .img {
  max-width: 1228px;
  width: 63.95%;
}
@media (max-width: 1023px) {
  .service .wrap .img {
    width: 100%;
  }
}
.service .wrap .txt {
  width: 36.05%;
  padding: 0 72px;
}
@media (max-width: 1023px) {
  .service .wrap .txt {
    position: relative;
    width: 100%;
    padding: 40px 24px;
    text-align: left;
  }
}
.service .wrap .txt .inner {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .service .wrap .txt .inner {
    max-width: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.service .wrap .txt .service-title {
  letter-spacing: 0.1em;
  color: #000;
}
.service .wrap .txt .service-title dt {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service .wrap .txt .service-title dt {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.service .wrap .txt .service-title dd {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 767px) {
  .service .wrap .txt .service-title dd {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.service .info-wrap {
  position: relative;
  margin-top: 96px;
  padding: 24px 0;
  border-top: 1px solid #CCC;
}
@media (max-width: 767px) {
  .service .info-wrap {
    margin-top: 32px;
    padding: 16px 0;
  }
}
.service .info-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  left: 0;
  top: -0.5px;
  background-color: #FFEF00;
}
@media (max-width: 767px) {
  .service .info-wrap::before {
    width: 40px;
  }
}
.service .info-wrap dt {
  margin-bottom: 24px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 18px;
  color: #1A1A1A;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media (max-width: 767px) {
  .service .info-wrap dt {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.service .info-wrap dd {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  color: #666;
}
@media (max-width: 767px) {
  .service .info-wrap dd {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.service .info-wrap dd::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  left: 0;
  bottom: -0.5px;
  background-color: #FFEF00;
}
@media (max-width: 767px) {
  .service .info-wrap dd::after {
    width: 40px;
  }
}
.service .btn-area .com-bt {
  display: block;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
.service .list-service {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service .list-service {
    display: block;
  }
}
.service .list-service li {
  width: 33.33333%;
  padding-right: 32px;
}
@media (max-width: 767px) {
  .service .list-service li {
    width: 100%;
    padding-right: 0;
    font-size: 12px;
  }
}
.service .contact-sec {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .service .contact-sec {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=service.css.map */