@media screen and (max-width: 767px) {
  .body {
    padding-top: 0;
  }
}
/* ========================================================================
   Component: mainvisual
 ========================================================================== */
.mainvisual {
  position: relative;
}
.mainvisual-inner {
  width: 100%;
  background: url("/images/service/dsignage/mainvisual.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mainvisual-inner {
    background-position: 50%;
  }
}
.mainvisual-contents {
  height: 38vw;
  min-height: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mainvisual-contents {
    height: 60vw;
    min-height: inherit;
  }
}
.mainvisual-title {
  position: absolute;
  top: calc(50% - 1em);
  left: 5vw;
  line-height: 1.8em;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .mainvisual-title {
    left: 3vw;
    top: calc(50% - 4em);
  }
}
.mainvisual-title-1,
.mainvisual-title-2,
.mainvisual-title-3 {
  display: inline-block;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-size: clamp(10px, 1.927083333333333vw, 37px);
}
@media screen and (max-width: 767px) {
  .mainvisual-title-1,
  .mainvisual-title-2,
  .mainvisual-title-3 {
    font-size: 4.427083333333334vw;
  }
}
.mainvisual-title-1 {
  padding: 1.822916666666667vw 1.822916666666667vw 0.520833333333333vw 1.822916666666667vw;
}
.mainvisual-title-2 {
  padding: 1.822916666666667vw 1.822916666666667vw 1.822916666666667vw 1.822916666666667vw;
}
.mainvisual-title-3 {
  padding: 0.520833333333333vw 1.822916666666667vw 1.822916666666667vw 1.822916666666667vw;
}
.mainvisual-subtitle {
  font-weight: bold;
  color: #fff;
  background: #000;
  letter-spacing: 0.1em;
  line-height: 2.4em;
  padding: 0.729166666666667vw 1.302083333333333vw 0.729166666666667vw 1.302083333333333vw;
  font-size: clamp(10px, 1.5625vw, 30px);
}
@media screen and (max-width: 767px) {
  .mainvisual-subtitle {
    line-height: 2em;
    font-size: 3.255208333333333vw;
  }
}
.mainvisual-cvbtn {
  position: absolute;
  bottom: 2.5vw;
  right: 5vw;
}
.mainvisual-cvbtn a {
  padding: 0.78125vw 5.208333333333334vw 0.78125vw 5.208333333333334vw;
}
@media screen and (max-width: 767px) {
  .mainvisual-cvbtn a {
    padding: 1.953125vw 10.416666666666668vw 1.953125vw 3.90625vw;
  }
}
/* ========================================================================
   Component: introduction
========================================================================== */
.introduction {
  padding: 5.208333333333334vw 0vw 0vw 0vw;
}
.introduction-inner {
  margin: 0 auto;
  position: relative;
  width: 73.95833333333334vw;
  max-width: 1200px;
  padding: 3em 0 3em 22vw;
}
@media screen and (max-width: 768px) {
  .introduction-inner {
    padding: 0;
    width: 90%;
  }
}
.introduction-image {
  width: 17vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .introduction-image {
    position: relative;
    margin: 10px auto 0;
    width: 25vw;
  }
}
.introduction-image img {
  width: 100%;
  height: auto;
}
.introduction-text {
  margin: 2.604166666666667vw 0vw 0vw 0vw;
  font-size: clamp(10px, 1.145833333333333vw, 22px);
}
@media screen and (max-width: 767px) {
  .introduction-text {
    margin: 3.90625vw 0vw 0vw 0vw;
    font-size: 1.6rem;
  }
}
/* ========================================================================
   Component: solution
========================================================================== */
.solution {
  padding: 5.208333333333334vw 0vw 5.208333333333334vw 0vw;
}
.solution-inner {
  margin: 0 auto;
  position: relative;
  width: 73.95833333333334vw;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .solution-inner {
    width: 90%;
  }
}
.solution-lists {
  margin: 2.604166666666667vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .solution-lists {
    margin: 6.510416666666667vw 0vw 0vw 0vw;
  }
}
.solution-list {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .solution-list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .solution-list:last-child {
    margin-bottom: 30px;
  }
}
.solution-list-contents {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .solution-list-contents {
    width: 100%;
  }
}
.solution-list-contents-title {
  font-weight: bold;
  font-size: clamp(10px, 2.291666666666667vw, 44px);
}
@media screen and (max-width: 767px) {
  .solution-list-contents-title {
    font-size: 5.729166666666666vw;
  }
}
.solution-list-contents-title span {
  display: block;
  font-weight: normal;
  font-size: clamp(10px, 1.145833333333333vw, 22px);
}
@media screen and (max-width: 767px) {
  .solution-list-contents-title span {
    font-size: 1.6rem;
  }
}
.solution-list-contents-text {
  margin-top: 30px;
  font-size: clamp(10px, 1.145833333333333vw, 22px);
}
@media screen and (max-width: 767px) {
  .solution-list-contents-text {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.solution-list-image {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .solution-list-image {
    margin-top: 10px;
    width: 100%;
  }
}
.solution-list-image img {
  width: 100%;
  height: auto;
}
.solution-text {
  text-align: center;
  font-weight: bold;
  font-size: clamp(10px, 1.5625vw, 30px);
}
@media screen and (max-width: 1400px) {
  .solution-text {
    font-size: clamp(10px, 5.208333333333334vw, 25px);
  }
}
/* ========================================================================
   Component: voice
========================================================================== */
.voice {
  padding: 5.208333333333334vw 0vw 5.208333333333334vw 0vw;
  background: #fff;
}
.voice-inner {
  margin: 0 auto;
  position: relative;
  width: 73.95833333333334vw;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .voice-inner {
    width: 90%;
  }
}
.voice-title {
  font-size: clamp(10px, 2.291666666666667vw, 44px);
}
@media screen and (max-width: 767px) {
  .voice-title {
    font-size: 5.729166666666666vw;
  }
}
.voice [class^='voice-list'] {
  display: flex;
  align-items: center;
}
.voice [class^='voice-list'] li {
  margin: 0 2.5%;
}
.voice [class^='voice-list'] li img {
  width: 100%;
  height: auto;
}
.voice .voice-list-1 {
  margin-bottom: 2vw;
}
.voice .voice-list-1 li:nth-child(1) {
  width: 15%;
}
.voice .voice-list-1 li:nth-child(2) {
  width: 15%;
}
.voice .voice-list-1 li:nth-child(3) {
  width: 11%;
}
.voice .voice-list-1 li:nth-child(4) {
  width: 13%;
}
.voice .voice-list-1 li:nth-child(5) {
  width: 22%;
}
.voice .voice-list-2 li:nth-child(1) {
  width: 22%;
}
.voice .voice-list-2 li:nth-child(2) {
  width: 13%;
}
.voice .voice-list-2 li:nth-child(3) {
  width: 13%;
}
.voice .voice-list-2 li:nth-child(4) {
  width: 17%;
}
.voice .voice-list-2 li:nth-child(5) {
  width: 17%;
}
.voice-note {
  text-align: center;
  margin: 3.385416666666667vw 0vw 0vw 0vw;
  font-size: clamp(10px, 0.833333333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .voice-note {
    margin: 4.557291666666666vw 0vw 0vw 0vw;
    font-size: 1rem;
  }
}
/* ========================================================================
   Component: construction
========================================================================== */
.construction {
  padding: 5.208333333333334vw 0vw 5.208333333333334vw 0vw;
  background: #fff;
}
.construction-inner {
  margin: 0 auto;
  position: relative;
  width: 73.95833333333334vw;
  max-width: 1200px;
  height: 50vw;
}
@media screen and (max-width: 768px) {
  .construction-inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .construction-inner {
    height: inherit;
  }
}
.construction-text {
  width: 28vw;
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .construction-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .construction-text {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .construction-text {
    width: 100%;
  }
}
.construction-image {
  width: 48vw;
  position: absolute;
  top: 0;
  left: 35%;
}
@media screen and (max-width: 768px) {
  .construction-image {
    left: 55%;
  }
}
@media screen and (max-width: 767px) {
  .construction-image {
    width: 100%;
    position: static;
    margin: 0 auto;
  }
}
.construction-image img {
  width: 100%;
  height: auto;
}
/* ========================================================================
   Component: service
========================================================================== */
.service {
  padding: 5.208333333333334vw 0vw 5.208333333333334vw 0vw;
}
.service-inner {
  margin: 0 auto;
  position: relative;
  width: 73.95833333333334vw;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .service-inner {
    width: 90%;
  }
}
.service-subtitle {
  font-size: clamp(10px, 1.822916666666667vw, 35px);
}
@media screen and (max-width: 767px) {
  .service-subtitle {
    font-size: 4.557291666666666vw;
  }
}
.service-lists {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-list {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .service-list {
    width: 49%;
    margin: 0vw 0vw 3.255208333333333vw 0vw;
  }
}
.service-list-image img {
  width: 100%;
  height: auto;
}
.service-list-title {
  font-weight: bold;
  margin: 1.302083333333333vw 0vw 1.302083333333333vw 0vw;
  font-size: clamp(10px, 1.09375vw, 21px);
}
@media screen and (max-width: 768px) {
  .service-list-title {
    font-size: 1.822916666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .service-list-title {
    margin: 1.953125vw 0vw 1.953125vw 0vw;
    font-size: 3.125vw;
  }
}
.service-list-text {
  font-size: clamp(10px, 0.833333333333333vw, 16px);
}
@media screen and (max-width: 1400px) {
  .service-list-text {
    font-size: 1.4rem;
  }
}
.service-note {
  text-align: center;
  font-weight: 500;
  margin: 2.604166666666667vw 0vw 0vw 0vw;
  font-size: clamp(10px, 1.875vw, 36px);
}
@media screen and (max-width: 767px) {
  .service-note {
    margin: 6.510416666666667vw 0vw 0vw 0vw;
    font-size: 4.6875vw;
  }
}
.service-btn {
  margin: 2.604166666666667vw 0vw 0vw 0vw;
  text-align: center;
}
.service-btn .common-btn a {
  padding: 0.78125vw 6.770833333333333vw 0.78125vw 6.770833333333333vw;
  font-size: clamp(10px, 1.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .service-btn .common-btn a {
    padding: 1.953125vw 16.927083333333336vw 1.953125vw 16.927083333333336vw;
    font-size: 3.125vw;
  }
}
/* ========================================================================
   Component: function
========================================================================== */
.function {
  padding: 5.208333333333334vw 0vw 5.208333333333334vw 0vw;
}
.function-inner {
  margin: 0 auto;
  position: relative;
  width: 73.95833333333334vw;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .function-inner {
    width: 90%;
  }
}
.function-list {
  margin: 3.6vw auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.function-list >li {
  margin: 0.5vw 0;
  position: relative;
  box-sizing: border-box;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .function-list >li {
    width: 49%;
    margin-bottom: 10px;
  }
}
.function-list-image img {
  width: 100%;
  height: auto;
}
.function-list-title {
  font-weight: bold;
  font-size: clamp(10px, 1.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .function-list-title {
    font-size: 3.125vw;
  }
}
.function-list-meta {
  display: flex;
  font-weight: bold;
  flex-wrap: wrap;
  margin: 0.78125vw 0vw 0.78125vw 0vw;
  font-size: clamp(10px, 0.729166666666667vw, 14px);
}
@media screen and (max-width: 767px) {
  .function-list-meta {
    font-size: 1rem;
    margin: 10px 0 5px;
  }
}
.function-list-meta li {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .function-list-meta li {
    padding: 2px 5px;
  }
}
.function-list-text {
  font-size: clamp(10px, 1.041666666666667vw, 20px);
}
@media screen and (max-width: 767px) {
  .function-list-text {
    font-size: 1.2rem;
  }
}
.function-list-1 .function-list-meta li {
  background: #e0edf2;
  color: #206989;
}
.function-list-2 .function-list-meta li {
  background: #e5faff;
  color: #3fc9e6;
}
.function-list-3 .function-list-meta li {
  background: #ddecf9;
  color: #0056a6;
}
.function-list-4 .function-list-meta li {
  background: #ffebef;
  color: #e33c5c;
}
