<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#about .headerImage {background-image: url(../../assets/images/image_about.jpg);}

/* ãƒ›ãƒ³ãƒ€ãƒ­ã‚¸ã‚³ãƒ&nbsp;ãŒã¤ãã‚‹ã“ã‚Œã‹ã‚‰ã®ç‰©æµ */
.about01 {
  margin-bottom: 40px;
}
.about01_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 300px;
  background: url(../images/img01.jpg) center center;
  background-size: cover;
}
.about01_copy &gt; div {
  display: inline-block;
  width: 300px;
}
.about01_txt {
  padding: 30px 0;
  background: #34A6FF;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media (min-width: 48.0625em) {
  .about01_copy {
    height: 380px;
  }
  .about01_copy &gt; div {
    width: 430px;
  }
}
@media all and (-ms-high-contrast: none) {
  .about01_copy {
    height: 380px;
  }
  .about01_copy &gt; div {
    width: 550px;
  }
}

/* ç‰¹å¾´ */
.about02 {
  position: relative;
  padding-top: 40px;
}
.about02_heading {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #333;
}
.about02_heading .icon {
  position: absolute;
  top: -90px;
  left: 0;
}
.is-reverse .about02_heading .icon {
  right: 0;
  left: auto;
}
.about02_heading .heading {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: bottom;
}
.about02_heading .heading.line:before {
  top: auto;
  bottom: 20%;
}
.about02_img img {
  width: 100%;
}
@media (max-width: 48em) {
  .about02:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    margin-left: -50vw;
    background: #fff;
  }
  .about02_heading .heading {
    display: block;
    margin-bottom: 10px;
  }
  .about02_link {
    text-align: center;
  }
  .about02_link a {
    margin-bottom: 5px;
  }
}
@media (min-width: 48.0625em) {
  .about02 {
    width: 75%;
  }
  .about02_img {
    margin-left: -5.38%;
  }
  .about02.is-reverse {
    margin-left: auto;
  }
  .is-reverse .about02_heading .icon {
    right: -7.5%;
  }
  .is-reverse .about02_img {
    margin-right: -5.38%;
    margin-left: 0;
  }
  .about02_txt {
    width: 92.82%;
  }
  .about02_link a {
    margin-right: 5px;
  }
}
</pre></body></html>