<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* LESS Document */
.kv {
  height: 358px;
  margin: 0 0 22px;
  padding: 170px 0 0;
  background: url("/common/img/bg_kv.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .kv {
    height: auto;
    padding: 25% 0 20px;
  }
}
.kv .hgroup {
  width: 1040px;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kv .hgroup {
    width: 100%;
    padding: 0 10px;
  }
}
.kv .hgroup h1 {
  color: #777;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .kv .hgroup h1 {
    font-size: 2.4rem;
  }
}
.kv .hgroup p {
  color: #FFF;
  font-size: 10.6rem;
  font-family: 'Abel', sans-serif;
}
@media screen and (max-width: 767px) {
  .kv .hgroup p {
    font-size: 5.8rem;
  }
}
.kv .hgroup p.small {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .kv .hgroup p.small {
    font-size: 4rem;
  }
}
.localNav {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 45px;
}
.localNav  &gt; * {
  display: block;
  width: 334px;
  margin-bottom: 10px;
}
.localNav  &gt; *.empty {
  height: 0!important;
  min-height: 0!important;
  margin: 0!important;
  padding: 0!important;
}
.localNav.nav2 {
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .localNav.nav2 li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .localNav {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .localNav li {
    width: 33.333%;
    vertical-align: bottom;
  }
}
.localNav li a {
  display: block;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  border-bottom: #007FFF 3px solid;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #000;
}
@media screen and (max-width: 767px) {
  .localNav li a {
    height: 100%;
    padding: 3px;
  }
}
@media screen and (max-width: 767px) {
  .localNav li a {
    font-size: 1.9rem;
  }
}
.localNav li a.current,
.localNav li a:hover {
  background: rgba(0, 127, 255, 0.1);
}
.localNav li a.current {
  pointer-events: none;
}
.localNav li a span {
  color: #007FFF;
  font-family: 'Abel', sans-serif;
}
@media screen and (max-width: 767px) {
  .localNav li a span {
    font-size: 1.2rem;
  }
}
.read {
  margin: 0 0 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .read {
    margin-bottom: 30px;
    line-height: 1.5;
  }
}
.read strong {
  font-weight: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .read strong {
    font-size: 2.4rem;
  }
}
.photoArea {
  margin: 0 0 45px;
}
.photoArea::after {
  content: '';
  display: block;
  clear: both;
}
.photoArea .text {
  float: right;
  width: 620px;
  padding: 0 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .photoArea .text {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 10px;
  }
}
.photoArea .text.t2 {
  float: left;
  width: 620px;
}
@media screen and (max-width: 767px) {
  .photoArea .text.t2 {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 10px;
  }
}
.photoArea .text.t3 {
  width: 760px;
}
@media screen and (max-width: 767px) {
  .photoArea .text.t3 {
    width: 100%;
  }
}
.photoArea .text.t4 {
  float: left;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .photoArea .text.t4 {
    width: 100%;
  }
}
.photoArea .img {
  float: left;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .photoArea .img {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    margin-bottom: 10px;
  }
}
.photoArea .img.i2 {
  float: right;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .photoArea .img.i2 {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 10px;
  }
}
.photoArea .img.i3 {
  width: 260px;
  text-align: left;
}
.photoArea .img.i3 img {
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .photoArea .img.i3 {
    width: 100%;
    text-align: center;
  }
  .photoArea .img.i3 img {
    min-width: 0;
  }
}
.photoArea .img.i4 {
  float: right;
  width: 260px;
  text-align: right;
}
.photoArea .img.i4 img {
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .photoArea .img.i4 {
    width: 100%;
    text-align: center;
  }
  .photoArea .img.i4 img {
    min-width: 0;
  }
}
.contactBtn {
  display: block;
  width: 1040px;
  height: 250px;
  padding: 0;
  background: url("/common/img/product/bg_contact.jpg") no-repeat center center;
  background-size: cover;
  text-decoration: none;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
.contactBtn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contactBtn {
    width: 100%;
    height: auto;
  }
}
.contactBtn .text {
  background: -webkit-linear-gradient(left, rgba(22, 23, 15, 0) 0%, rgba(22, 23, 15, 0.6) 40%, rgba(22, 23, 15, 0.6) 100%);
  background: linear-gradient(to right, rgba(22, 23, 15, 0) 0%, rgba(22, 23, 15, 0.6) 40%, rgba(22, 23, 15, 0.6) 100%);
  padding: 40px 40px 40px 120px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .contactBtn .text {
    width: auto;
    padding: 20px 10px 5px;
    position: static;
    transform: none;
  }
}
.contactBtn .text p {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contactBtn .text p {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.contactBtn .text p.link {
  text-align: right;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contactBtn .text p.link {
    font-size: 1.4rem;
  }
}
/* --------------------------------  product */
.reflectorArea .kv {
  background-image: url("/common/img/product/bg_reflector.jpg");
}
.reflectorArea .kv .hgroup h1 {
  color: #C5C5C5;
}
.reflectorArea .productName {
  margin: 0 0 35px;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .reflectorArea .productName {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.reflectorArea .section {
  margin: 0 0 65px;
}
.reflectorArea .refrectorWrap {
  max-width: 600px;
  margin: 0 auto 20px;
}
.reflectorArea .refrectorBtn {
  display: block;
  background: url("/common/img/top/bg_reflector.jpg") no-repeat center center;
  background-size: cover;
  padding: 7% 50% 7% 10px;
  text-decoration: none;
}
.reflectorArea .refrectorBtn:hover {
  opacity: 0.7;
}
.reflectorArea .refrectorBtn .hgroup {
  margin: 0;
  text-align: center;
  line-height: 1.1;
}
.reflectorArea .refrectorBtn .hgroup h2 {
  margin: 0;
  border: none;
  color: #007FFF;
  font-size: 4rem;
  font-weight: normal;
  color: #FFF;
  font-family: 'Abel', sans-serif;
}
.reflectorArea .refrectorBtn .hgroup p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
}
.pressProductArea .kv {
  background-image: url("/common/img/product/bg_press_products.jpg");
}
.pressProductArea .kv .hgroup h1 {
  color: #DDD;
}
.pressProductArea .photoArea {
  max-width: 900px;
  margin: 0 auto 50px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pressProductArea .photoArea {
    max-width: 520px;
  }
}
.moldMakingArea .kv {
  background-image: url("/common/img/product/bg_mold_making.jpg");
}
.moldMakingArea .kv .hgroup h1 {
  color: #DDD;
}
@media screen and (max-width: 767px) {
  .moldMakingArea .read strong {
    font-size: 2.3rem;
  }
}
.moldMakingArea .box_01 {
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .moldMakingArea .box_01 {
    padding: 5px 10px;
  }
}
.moldMakingArea .box_01 .listDisc_02 li {
  min-width: 130px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .moldMakingArea .box_01 .listDisc_02 li {
    min-width: 0;
    margin-right: 30px;
  }
}
.moldMakingArea .columnBox {
  margin-bottom: 50px;
}
/* --------------------------------  company */
.companyArea .mov {
  text-align: center;
  max-width: 670px;
  margin: auto;
}
.companyArea .mov video {
  max-width: 640px;
  width: 100%;
}
.companyArea .gMap {
  width: 800px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .companyArea .gMap {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
  }
}
.companyArea .gMap .img {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .companyArea .gMap .img {
    max-width: 100%;
  }
}
.companyArea .gMap iframe {
  width: 800px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .companyArea .gMap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.companyArea .readImg {
  text-align: center;
}
.companyArea .readImg img {
  width: 30%;
}
.companyArea .readImg img:nth-child(2) {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .companyArea .linkMotion &gt; div {
    margin: 0 auto 20px;
  }
}
/* --------------------------------  recruit */
.recruitArea .kv {
  background-image: url("/common/img/recruit/bg_recruit.jpg");
}
.recruitArea .kv .hgroup h1 {
  color: #DDD;
}
@media screen and (max-width: 767px) {
  .recruitArea .read p strong {
    font-size: 2.2rem;
  }
}
.recruitArea .voiceTumb {
  margin: 0 0 40px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .recruitArea .voiceTumb {
    padding: 0;
  }
}
.recruitArea .voiceTumb .slick-slider .slick-item {
  padding: 0 10px;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
}
.recruitArea .voiceTumb p {
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitArea .voiceTumb p {
    font-size: 1.4rem;
  }
}
.recruitArea .slick-arrow.slick-prev,
.recruitArea .slick-arrow.slick-next {
  width: 40px;
  height: 40px;
}
.recruitArea .slick-arrow.slick-prev::before,
.recruitArea .slick-arrow.slick-next::before {
  color: #333;
  font-size: 3rem;
}
.recruitArea .slick-arrow.slick-prev {
  left: -40px;
}
.recruitArea .slick-arrow.slick-next {
  right: -40px;
}
.recruitArea .voiceDetail dl dt {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 10px;
  font-size: 2rem;
  background: #EEE;
}
@media screen and (max-width: 767px) {
  .recruitArea .voiceDetail dl dt {
    display: block;
  }
}
.recruitArea .voiceDetail dl dd {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: #CCC 1px dotted;
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruitArea .voiceDetail dl dd {
    display: block;
  }
}
.recruitArea .voiceDetail dl dd .text {
  width: 70%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .recruitArea .voiceDetail dl dd .text {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
}
.recruitArea .voiceDetail dl dd .img {
  width: 30%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .recruitArea .voiceDetail dl dd .img {
    width: 100%;
  }
}
.recruitArea .voiceDetail dl dd .order1 {
  order: 1;
}
.recruitArea .voiceDetail dl dd .order2 {
  order: 2;
}
.recruitArea .voiceDetail .miryoku {
  position: relative;
  padding: 70px 35px 35px 35px;
}
@media screen and (max-width: 767px) {
  .recruitArea .voiceDetail .miryoku {
    padding: 70px 15px 15px;
    margin: 0 10px;
  }
}
.recruitArea .voiceDetail .miryoku span {
  display: inline-block;
  background: #007FFF;
  font-size: 1.8rem;
  color: #FFF;
  padding: 5px 40px 5px 40px;
  position: absolute;
  top: 12px;
  left: -20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.recruitArea .voiceDetail .miryoku span::before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 0 20px 15px 0;
  border-color: transparent #004c99 transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
}
/* --------------------------------  ourReflectorArea */
.ourReflectorArea .kv {
  background-image: url("/common/img/product/bg_reflector.jpg");
}
.ourReflectorArea .kv .hgroup h1 {
  color: #C5C5C5;
}
.ourReflectorArea .localNav {
  max-width: 850px;
}
.ourReflectorArea .localNav li {
  width: 410px;
}
@media screen and (max-width: 767px) {
  .ourReflectorArea .localNav li {
    width: 49%;
  }
}
.ourReflectorArea .casePhoto {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ourReflectorArea .casePhoto  &gt; * {
  display: block;
  width: 195px;
  margin-bottom: 10px;
}
.ourReflectorArea .casePhoto  &gt; *.empty {
  height: 0!important;
  min-height: 0!important;
  margin: 0!important;
  padding: 0!important;
}
.ourReflectorArea .casePhoto &gt; div {
  background: #000;
}
@media screen and (max-width: 767px) {
  .ourReflectorArea .casePhoto &gt; div {
    width: 32%;
  }
}
.ourReflectorArea .comparisonArea {
  display: flex;
}
@media screen and (max-width: 767px) {
  .ourReflectorArea .comparisonArea {
    display: block;
  }
}
.ourReflectorArea .comparisonArea .right {
  width: 700px;
  order: 2;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .ourReflectorArea .comparisonArea .right {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
.ourReflectorArea .comparisonArea .left {
  width: 300px;
  order: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ourReflectorArea .comparisonArea .left {
    width: 100%;
    padding: 0;
  }
}
.ourReflectorArea .comparisonArea h4 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 20px 0 0;
  font-size: 2rem;
  border-bottom: #007FFF 2px solid;
  line-height: 1.6;
}
.ourReflectorArea .comparisonArea dl {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  background: #FFF;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .ourReflectorArea .comparisonArea dl {
    position: static;
    transform: none;
  }
}
.ourReflectorArea .comparisonArea dt {
  margin: 0 0 5px;
  background: #007FFF;
  color: #FFF;
}
.ourReflectorArea .comparisonArea dd strong {
  font-size: 2rem;
}
.ourReflectorArea .comparisonArea dd strong del {
  font-size: 1.4rem;
  vertical-align: middle;
}
.ourReflectorArea .comparisonArea p {
  line-height: 1.5;
}
.ourReflectorArea .comparisonArea.box_03 h4 {
  border-color: #FF2819;
}
.ourReflectorArea .comparisonArea.box_03 dl dt {
  background: #FF2819;
}
.ourReflectorArea .arrowArea {
  padding: 50px 0;
  text-align: center;
  font-size: 3rem;
  position: relative;
  line-height: 1.2;
}
.ourReflectorArea .arrowArea i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12rem;
  margin-top: -6rem;
  z-index: 1;
  color: #FF2819;
}
.ourReflectorArea .arrowArea strong {
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 1px #FFF, -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF;
}
</pre></body></html>