<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*****レスポンシブデザイン*****/
.main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  color: #fff;
  background: url("../img/service_header.jpg") no-repeat center center/cover;
  width: 100%;
  height: 350px;
  z-index: -100;
}

.main-visual__lead {
  font-size: 48px;
}

#main-in {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px 0 220px;
}
@media screen and (max-width: 767px) {
  #main-in {
    padding-left: 20px;
    margin-top: 40px;
  }
}

#main p {
  margin-bottom: 1em;
  line-height: 1.9;
}

.util-link {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-left: 4px;
  background: #ff9544;
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.util-link.-active {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .util-link:not(.-submit):hover {
    background: #1e90ff;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .util-link {
    font-size: 12px;
    padding: 1px 4px;
  }
}

/* main-visual */
#main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main-visual h2 {
  font-size: 180%;
  color: #fff;
}
#main-visual img {
  width: 100%;
  height: auto;
}

h3 {
  font-size: 131%;
  margin-bottom: 0.7em;
}

#copyright a {
  color: #666;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

/*==================
about
==================*/
.about {
  margin: 0px auto;
  color: #464646;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 0;
  }
}

.about-top {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-left {
  width: 50%;
  margin-right: 20px;
}
.about-left img {
  width: 100%;
}

.about-right {
  width: 50%;
}

.about-content-title {
  font-size: 28px;
  color: #0017ab;
  margin-top: 40px;
  font-family: serif;
  font-weight: bold;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg); /*transformで曲げる*/
  background-color: #000a69;
  color: #fff;
  max-width: 400px;
  padding: 15px;
}
.about-content-title div {
  font-size: 16px;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  /*このままだとtransformでテキストも曲がるので打ち消すために入れます。*/
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.about-head {
  font-size: 36px;
  margin-top: 30px;
  color: #ff9544;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe9b9));
  background: linear-gradient(transparent 70%, #ffe9b9 70%);
  display: inline-block;
  letter-spacing: 0.03em;
}

.about-title {
  font-family: serif;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 4px double #2f2f2f;
  margin-bottom: 20px;
}

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  background: url(../img/bg_glay.jpeg) no-repeat top 50px right 10px/contain;
}
.about-item:nth-child(2n) {
  background: url(../img/bg_glay.jpeg) no-repeat top -20px left -170px/contain;
}
@media screen and (max-width: 767px) {
  .about-item {
    display: block;
  }
}

.about-left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .about-left {
    width: 100%;
  }
}

.about-left-1 {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
}

.about-left-2 {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
}

.about-item-1 {
  margin: 10px 0;
  font-weight: 300;
}
.about-item-1 img {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .about-item-1 img {
    width: 100%;
  }
}

.about-item-2 img {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .about-item-2 img {
    width: 100%;
  }
}

.about-right {
  width: 55%;
  padding-right: 20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .about-right {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.about-item-lead {
  margin-top: 20px;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .about-item-lead {
    font-size: 11px;
    line-height: 1.4em;
  }
}

.about-item-lead-title {
  font-size: 20px !important;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .about-item-lead-title {
    font-size: 15px !important;
  }
}

table {
  border: 4px double #888888;
  width: 100%;
  font-size: 11px;
  font-weight: 300;
  margin-top: 30px;
  padding: 10px;
}
table td {
  vertical-align: top;
}
table td:nth-child(2n+1) {
  font-weight: bold;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .machine-exp {
    font-size: 12px;
  }
}</pre></body></html>