@charset "UTF-8";
/* Scss Document */
/*代表メッセージ*/
#message .inner {
  width: 90%;
  margin-right: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#message .inner .phBox {
  width: 40%;
  margin: 8% 0;
}
#message .inner .phBox figure img {
  width: 100%;
}
@media (max-width: 1024px) {
  #message .inner .phBox {
    margin: 0 0 7%;
  }
}
#message .inner .msgBox {
  width: 60%;
  padding: 0 5% 0 0;
}
#message .inner .msgBox .md-lead {
  padding: 4.5% 0 1%;
}
#message .inner .msgBox .txt {
  line-height: 2.5;
}
@media (max-width: 1024px) {
  #message .inner .msgBox .txt {
    line-height: 2;
  }
}
#message .inner .msgBox .copy {
  padding: 3.5% 0 0;
}
#message .inner .msgBox .copy span {
  display: block;
  font-size: 110%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 1%;
}
#message .inner .msgBox .name {
  text-align: right;
  margin: 15px 0 0;
  line-height: 1.5;
  font-size: 90%;
}
#message .inner .msgBox .name span {
  font-size: 120%;
}
.colorbox {
  position: relative;
}

.colorbox div.color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00bbf3;
  z-index: 2;
}

.colorbox img {
  display: block;
  width: 100%;
}

/*企業情報*/
/*# sourceMappingURL=uniq.css.map */