@charset "UTF-8";
/*
 product.cssは自動生成しているため、
 直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* line 3, ../scss/base/_main.scss */
body {
  max-width: 100vw;
  overflow-x: hidden;
  height: auto;
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "A1ゴシック R", "ヒラギノ角ゴ W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.75rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: white;
}

/* line 19, ../scss/base/_main.scss */
#site-container {
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (-ms-high-contrast: none) {
  /* line 28, ../scss/base/_main.scss */
  body {
    font-family: "A1ゴシック R", "ヒラギノ角ゴ W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  /* line 31, ../scss/base/_main.scss */
  main {
    display: block;
  }
}
/* line 35, ../scss/base/_main.scss */
.container {
  width: 1080px;
  margin: 0 auto;
}

/* line 40, ../scss/base/_main.scss */
.img-wrapper > img {
  display: block;
  width: 100%;
}

/* line 46, ../scss/base/_main.scss */
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 48, ../scss/base/_main.scss */
.flex-wrapper.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 53, ../scss/base/_main.scss */
a {
  text-decoration: none;
  color: #4d4d4d;
}
/* line 56, ../scss/base/_main.scss */
a:hover {
  text-decoration: none;
  color: #4d4d4d;
}

/* line 62, ../scss/base/_main.scss */
p {
  word-break: break-all;
}

/* line 66, ../scss/base/_main.scss */
em {
  font-style: normal;
}

/* line 70, ../scss/base/_main.scss */
ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 75, ../scss/base/_main.scss */
.is-pc {
  display: block;
}

/* line 79, ../scss/base/_main.scss */
.is-sp {
  display: none;
}

/* line 83, ../scss/base/_main.scss */
.w50 {
  width: 50px;
}

/* line 84, ../scss/base/_main.scss */
.w60 {
  width: 60px;
}

/* line 85, ../scss/base/_main.scss */
.w80 {
  width: 80px;
}

/* line 86, ../scss/base/_main.scss */
.w100 {
  width: 100px;
}

/* line 87, ../scss/base/_main.scss */
.w120 {
  width: 120px;
}

/* line 88, ../scss/base/_main.scss */
.w140 {
  width: 140px;
}

/* line 89, ../scss/base/_main.scss */
.w160 {
  width: 160px;
}

/* line 90, ../scss/base/_main.scss */
.w180 {
  width: 180px;
}

/* line 91, ../scss/base/_main.scss */
.w200 {
  width: 200px;
}

/* line 92, ../scss/base/_main.scss */
.w220 {
  width: 220px;
}

/* line 93, ../scss/base/_main.scss */
.w240 {
  width: 240px;
}

/* line 94, ../scss/base/_main.scss */
.w260 {
  width: 260px;
}

/* line 95, ../scss/base/_main.scss */
.w280 {
  width: 280px;
}

/* line 96, ../scss/base/_main.scss */
.w380 {
  width: 380px;
}

/* line 97, ../scss/base/_main.scss */
.w400 {
  width: 400px;
}

/* line 99, ../scss/base/_main.scss */
.mt10 {
  margin-top: 10px;
}

/* line 100, ../scss/base/_main.scss */
.mt20 {
  margin-top: 20px;
}

/* line 101, ../scss/base/_main.scss */
.mt30 {
  margin-top: 30px;
}

/* line 102, ../scss/base/_main.scss */
.mt40 {
  margin-top: 40px;
}

/* line 103, ../scss/base/_main.scss */
.mt50 {
  margin-top: 50px;
}

/* line 104, ../scss/base/_main.scss */
.mt60 {
  margin-top: 60px;
}

/* line 105, ../scss/base/_main.scss */
.mt70 {
  margin-top: 70px;
}

/* line 106, ../scss/base/_main.scss */
.mt80 {
  margin-top: 80px;
}

/* line 107, ../scss/base/_main.scss */
.mt90 {
  margin-top: 90px;
}

/* line 108, ../scss/base/_main.scss */
.mt100 {
  margin-top: 100px;
}

/* line 109, ../scss/base/_main.scss */
.mt120 {
  margin-top: 120px;
}

/* line 110, ../scss/base/_main.scss */
.mt140 {
  margin-top: 140px;
}

/* line 111, ../scss/base/_main.scss */
.mt160 {
  margin-top: 160px;
}

/* line 112, ../scss/base/_main.scss */
.mt180 {
  margin-top: 180px;
}

/* line 113, ../scss/base/_main.scss */
.mt200 {
  margin-top: 200px;
}

/* line 114, ../scss/base/_main.scss */
.mt220 {
  width: 220px;
}

/* line 115, ../scss/base/_main.scss */
.mt240 {
  width: 240px;
}

/* line 116, ../scss/base/_main.scss */
.mt260 {
  width: 260px;
}

/* line 117, ../scss/base/_main.scss */
.mt280 {
  width: 280px;
}

/* line 118, ../scss/base/_main.scss */
.mt380 {
  width: 380px;
}

/* line 119, ../scss/base/_main.scss */
.mt400 {
  width: 400px;
}

/* line 121, ../scss/base/_main.scss */
.clear-both {
  clear: both;
}

/* line 122, ../scss/base/_main.scss */
.overflow-auto {
  overflow: auto;
}

/* line 123, ../scss/base/_main.scss */
.text-align-center {
  text-align: center;
}

/* line 124, ../scss/base/_main.scss */
.text-align-left {
  text-align: left;
}

/* line 125, ../scss/base/_main.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 126, ../scss/base/_main.scss */
.font-size-16 {
  font-size: 16px;
}

/* line 127, ../scss/base/_main.scss */
.font-size-20 {
  font-size: 20px;
}

/* line 128, ../scss/base/_main.scss */
.font-size-25 {
  font-size: 25px;
}

/* line 129, ../scss/base/_main.scss */
.font-size-30 {
  font-size: 30px;
}

/* line 130, ../scss/base/_main.scss */
.font-size-35 {
  font-size: 35px;
}

/* line 131, ../scss/base/_main.scss */
.font-size-50 {
  font-size: 50px;
}

/* line 132, ../scss/base/_main.scss */
.margin-0-auto {
  margin: 0 auto;
}

/* line 133, ../scss/base/_main.scss */
.margin-top-15 {
  margin-top: 15px;
}

/* line 134, ../scss/base/_main.scss */
.margin-top-30 {
  margin-top: 30px;
}

/* line 135, ../scss/base/_main.scss */
.margin-top-40 {
  margin-top: 40px;
}

/* line 136, ../scss/base/_main.scss */
.margin-top-50 {
  margin-top: 50px;
}

/* line 137, ../scss/base/_main.scss */
.margin-top-80 {
  margin-top: 80px;
}

/* line 138, ../scss/base/_main.scss */
.margin-top-100 {
  margin-top: 100px;
}

/* line 139, ../scss/base/_main.scss */
.margin-bottom-10 {
  margin-bottom: 10px;
}

/* line 140, ../scss/base/_main.scss */
.margin-bottom-15 {
  margin-bottom: 15px;
}

/* line 141, ../scss/base/_main.scss */
.margin-bottom-25 {
  margin-bottom: 25px;
}

/* line 142, ../scss/base/_main.scss */
.margin-bottom-40 {
  margin-bottom: 40px;
}

/* line 143, ../scss/base/_main.scss */
.margin-bottom-80 {
  margin-bottom: 80px;
}

/* line 144, ../scss/base/_main.scss */
.margin-bottom-100 {
  margin-bottom: 100px;
}

/* line 145, ../scss/base/_main.scss */
.margin-right-auto {
  margin-right: auto;
}

/* line 146, ../scss/base/_main.scss */
.margin-right-60 {
  margin-right: 60px;
}

/* line 147, ../scss/base/_main.scss */
.margin-left-auto {
  margin-left: auto;
}

/* line 148, ../scss/base/_main.scss */
.top-20 {
  top: 20px;
}

/* line 149, ../scss/base/_main.scss */
.line-height-35 {
  line-height: 35px;
}

/* line 150, ../scss/base/_main.scss */
.line-height-40 {
  line-height: 40px;
}

/* line 151, ../scss/base/_main.scss */
.line-height-50 {
  line-height: 50px;
}

/* line 152, ../scss/base/_main.scss */
.line-height-55 {
  line-height: 55px;
}

/* line 153, ../scss/base/_main.scss */
.line-height-80 {
  line-height: 80px;
}

/* line 154, ../scss/base/_main.scss */
.height-80 {
  height: 80px;
}

/* line 155, ../scss/base/_main.scss */
.height-100 {
  height: 100px;
}

/* line 156, ../scss/base/_main.scss */
.width-150 {
  width: 150px;
}

/* line 157, ../scss/base/_main.scss */
.width-870 {
  width: 870px;
}

/* line 158, ../scss/base/_main.scss */
.width-980 {
  width: 980px;
}

/* line 159, ../scss/base/_main.scss */
.float-left {
  float: left;
}

/* line 160, ../scss/base/_main.scss */
.position-relative {
  position: relative;
}

/* line 161, ../scss/base/_main.scss */
.vertical-align-middle {
  vertical-align: middle;
}

@media screen and (max-width: 1180px) {
  /* line 165, ../scss/base/_main.scss */
  body {
    line-height: 24px;
    line-height: 1.5rem;
  }

  /* line 168, ../scss/base/_main.scss */
  .container {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
  }
}
@media screen and (max-width: 959px) {
  /* line 176, ../scss/base/_main.scss */
  .container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 599px) {
  /* line 182, ../scss/base/_main.scss */
  .container {
    padding: 0 30px;
  }

  /* line 185, ../scss/base/_main.scss */
  .is-pc {
    display: none !important;
  }

  /* line 188, ../scss/base/_main.scss */
  .is-sp {
    display: block !important;
  }
}
@media screen and (max-width: 479px) {
  /* line 194, ../scss/base/_main.scss */
  .container {
    padding: 0 25px;
  }
}
@media screen and (max-width: 359px) {
  /* line 200, ../scss/base/_main.scss */
  body {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  /* line 203, ../scss/base/_main.scss */
  .container {
    padding: 0 15px;
  }
}
/* Layouts */
/* line 1, ../scss/modules/_page-header.scss */
.page-header {
  height: 540px;
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 6, ../scss/modules/_page-header.scss */
.page-header h1 {
  width: 100%;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 56px;
  line-height: 3.5rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  font-family: "A1ゴシック M";
  color: #fff;
  letter-spacing: .6rem;
  text-align: center;
}
/* line 16, ../scss/modules/_page-header.scss */
.page-header h1::first-letter {
  color: #d20000;
}
/* line 19, ../scss/modules/_page-header.scss */
.page-header h1 > small {
  display: block;
  margin-top: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: .4rem;
}
/* line 28, ../scss/modules/_page-header.scss */
.page-header.product {
  height: 380px;
}
/* line 30, ../scss/modules/_page-header.scss */
.page-header.product h1 {
  color: #4d4d4d;
  -moz-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}
/* line 33, ../scss/modules/_page-header.scss */
.page-header.product h1 > small {
  display: inline-block;
  padding: .3rem .5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0;
  background-color: #d20000;
  color: #fff;
}

@media screen and (max-width: 959px) {
  /* line 47, ../scss/modules/_page-header.scss */
  .page-header {
    height: 440px;
  }
  /* line 50, ../scss/modules/_page-header.scss */
  .page-header h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 60px;
    line-height: 3.75rem;
    letter-spacing: .5rem;
  }
  /* line 54, ../scss/modules/_page-header.scss */
  .page-header h1 > small {
    margin-top: 36px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: .4rem;
  }
  /* line 62, ../scss/modules/_page-header.scss */
  .page-header.product {
    height: 360px;
  }
  /* line 64, ../scss/modules/_page-header.scss */
  .page-header.product h1 {
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
  /* line 66, ../scss/modules/_page-header.scss */
  .page-header.product h1 > small {
    padding: .3rem .5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 77, ../scss/modules/_page-header.scss */
  .page-header {
    height: 320px;
  }
  /* line 80, ../scss/modules/_page-header.scss */
  .page-header h1 {
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 50px;
    line-height: 3.125rem;
    letter-spacing: .4rem;
  }
  /* line 85, ../scss/modules/_page-header.scss */
  .page-header h1 > small {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: .4rem;
  }
  /* line 93, ../scss/modules/_page-header.scss */
  .page-header.product {
    height: 320px;
  }
  /* line 95, ../scss/modules/_page-header.scss */
  .page-header.product h1 {
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
  /* line 97, ../scss/modules/_page-header.scss */
  .page-header.product h1 > small {
    padding: .3rem .5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media screen and (max-width: 469px) {
  /* line 108, ../scss/modules/_page-header.scss */
  .page-header {
    height: 280px;
  }
  /* line 111, ../scss/modules/_page-header.scss */
  .page-header h1 {
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
    line-height: 2.625rem;
    letter-spacing: .4rem;
  }
  /* line 116, ../scss/modules/_page-header.scss */
  .page-header h1 > small {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: .3rem;
  }
  /* line 124, ../scss/modules/_page-header.scss */
  .page-header.product {
    height: 240px;
  }
  /* line 127, ../scss/modules/_page-header.scss */
  .page-header.product h1 > small {
    padding: .3rem .5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media screen and (max-width: 359px) {
  /* line 138, ../scss/modules/_page-header.scss */
  .page-header {
    height: 240px;
  }
  /* line 141, ../scss/modules/_page-header.scss */
  .page-header h1 {
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
    letter-spacing: .4rem;
  }
  /* line 146, ../scss/modules/_page-header.scss */
  .page-header h1 > small {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    letter-spacing: .3rem;
  }
  /* line 154, ../scss/modules/_page-header.scss */
  .page-header.product {
    height: 220px;
  }
  /* line 156, ../scss/modules/_page-header.scss */
  .page-header.product h1 {
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
  /* line 158, ../scss/modules/_page-header.scss */
  .page-header.product h1 > small {
    padding: .3rem .5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
/* line 3, ../scss/modules/_service.scss */
.page-header {
  background-image: url(../img/products/page-header.jpg);
}

/* line 7, ../scss/modules/_service.scss */
.catch-phrase {
  width: 100%;
  position: relative;
}
/* line 10, ../scss/modules/_service.scss */
.catch-phrase > p {
  padding: 5rem 0;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 45px;
  line-height: 2.8125rem;
  text-align: center;
}

/* line 18, ../scss/modules/_service.scss */
.service {
  height: 440px;
  margin: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  color: #fff;
}
/* line 25, ../scss/modules/_service.scss */
.service#product-monitor {
  background-image: url(../img/products/monitor.jpg);
}
/* line 28, ../scss/modules/_service.scss */
.service#product-module {
  background-image: url(../img/products/module.jpg);
}
/* line 31, ../scss/modules/_service.scss */
.service#product-epd {
  background-image: url(../img/products/epd.jpg);
}
/* line 35, ../scss/modules/_service.scss */
.service > a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
/* line 45, ../scss/modules/_service.scss */
.service > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 49, ../scss/modules/_service.scss */
.service > a:hover .content-wrapper .more {
  opacity: 1;
  -moz-animation: bounce-right 1.2s infinite;
  -webkit-animation: bounce-right 1.2s infinite;
  animation: bounce-right 1.2s infinite;
}
/* line 57, ../scss/modules/_service.scss */
.service .container {
  position: relative;
  height: 100%;
}
/* line 62, ../scss/modules/_service.scss */
.service .content-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
/* line 67, ../scss/modules/_service.scss */
.service .content-wrapper h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "A1ゴシック M";
  letter-spacing: .2rem;
}
/* line 72, ../scss/modules/_service.scss */
.service .content-wrapper h2 > * {
  display: block;
}
/* line 75, ../scss/modules/_service.scss */
.service .content-wrapper h2 > span {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 46px;
  line-height: 2.875rem;
  font-family: "AR UDJingxihei DB";
  font-style: normal;
  letter-spacing: .3rem;
}
/* line 82, ../scss/modules/_service.scss */
.service .content-wrapper h2 > em {
  margin-top: 30px;
}
/* line 84, ../scss/modules/_service.scss */
.service .content-wrapper h2 > em::first-letter {
  color: #d20000;
}
/* line 88, ../scss/modules/_service.scss */
.service .content-wrapper h2 > small {
  margin-top: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-family: "A1ゴシック L";
  letter-spacing: 0;
}
/* line 97, ../scss/modules/_service.scss */
.service .content-wrapper p {
  margin-top: 40px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 45px;
  line-height: 2.8125rem;
}
/* line 103, ../scss/modules/_service.scss */
.service .content-wrapper .more {
  margin-top: 25px;
  display: block;
  width: 130px;
  opacity: 0;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/* line 113, ../scss/modules/_service.scss */
.service.column-right .content-wrapper {
  left: auto;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* MOREアニメーション */
@keyframes bounce-right {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  80% {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    animation-timing-funtion: cubic-bezier(0.19, 1, 0.22, 1);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 1179px) {
  /* line 137, ../scss/modules/_service.scss */
  .service.column-right .content-wrapper {
    padding-right: 50px;
  }
}
@media screen and (max-width: 959px) {
  /* line 144, ../scss/modules/_service.scss */
  .catch-phrase > p {
    padding: 3.5rem 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 38px;
    line-height: 2.375rem;
  }

  /* line 151, ../scss/modules/_service.scss */
  .service {
    height: 400px;
  }
  /* line 155, ../scss/modules/_service.scss */
  .service > a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  /* line 159, ../scss/modules/_service.scss */
  .service > a:hover .content-wrapper .more {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
  /* line 166, ../scss/modules/_service.scss */
  .service .content-wrapper {
    position: relative;
  }
  /* line 168, ../scss/modules/_service.scss */
  .service .content-wrapper h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: .2rem;
  }
  /* line 172, ../scss/modules/_service.scss */
  .service .content-wrapper h2 > span {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
  /* line 176, ../scss/modules/_service.scss */
  .service .content-wrapper h2 > em {
    margin-top: 25px;
  }
  /* line 179, ../scss/modules/_service.scss */
  .service .content-wrapper h2 > small {
    margin-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
  /* line 186, ../scss/modules/_service.scss */
  .service .content-wrapper p {
    margin-top: 30px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    word-break: break-all;
  }
  /* line 193, ../scss/modules/_service.scss */
  .service .content-wrapper .more {
    margin-top: 20px;
    width: 120px;
    opacity: 1;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  /* line 202, ../scss/modules/_service.scss */
  .service.column-right .content-wrapper {
    padding-right: 0;
    overflow: hidden;
  }
  /* line 206, ../scss/modules/_service.scss */
  .service.column-right .content-wrapper h2 > * {
    text-align: right;
  }
  /* line 210, ../scss/modules/_service.scss */
  .service.column-right .content-wrapper p {
    text-align: right;
  }
  /* line 213, ../scss/modules/_service.scss */
  .service.column-right .content-wrapper .more {
    float: right;
  }
}
@media screen and (max-width: 599px) {
  /* line 222, ../scss/modules/_service.scss */
  .catch-phrase > p {
    padding: 3rem 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 36px;
    line-height: 2.25rem;
    text-align: left;
  }
  /* line 227, ../scss/modules/_service.scss */
  .catch-phrase > p > br {
    display: none;
  }

  /* line 233, ../scss/modules/_service.scss */
  .service {
    height: 460px;
  }
  /* line 237, ../scss/modules/_service.scss */
  .service .content-wrapper h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  /* line 240, ../scss/modules/_service.scss */
  .service .content-wrapper h2 > span {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  /* line 244, ../scss/modules/_service.scss */
  .service .content-wrapper h2 > em {
    margin-top: 25px;
  }
  /* line 249, ../scss/modules/_service.scss */
  .service .content-wrapper p {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  /* line 253, ../scss/modules/_service.scss */
  .service .content-wrapper p > br {
    display: none;
  }
  /* line 258, ../scss/modules/_service.scss */
  .service .content-wrapper .more {
    width: 100px;
  }
}
@media screen and (max-width: 469px) {
  /* line 266, ../scss/modules/_service.scss */
  .catch-phrase > p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
/* line 3, ../scss/layout/_product.scss */
.page-header {
  background-image: url(../img/products/page-header.jpg);
}

/* line 8, ../scss/layout/_product.scss */
.service#product-monitor {
  background-image: url(../img/products/product-top-monitor.jpg);
}
/* line 11, ../scss/layout/_product.scss */
.service#product-module {
  background-image: url(../img/products/product-top-module.jpg);
}
/* line 14, ../scss/layout/_product.scss */
.service#product-epd {
  background-image: url(../img/products/product-top-epd.jpg);
}
/* line 17, ../scss/layout/_product.scss */
.service#product-infoverre {
  background-image: url(../img/products/product-top-infoverre.jpg);
}
