<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----
 * Modules
----------------------------------------------------------------------------- */
#PageHeader {
  background-color: #1D202B;
}

#Background {
  background-image: url(../images/about/bg_pc.jpg);
}

#Contents.__about-contents .content-01 {
  padding: 0 0 100px;
  background-color: #1D202B;
}

#Contents.__about-contents .content-01 &gt; .cover-image {
  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;
  height: auto;
  background-image: url(../images/about/main-img_pc.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}

#Contents.__about-contents .content-01 &gt; .cover-image &gt; .catch {
  width: 830px;
  height: 335px;
  background-image: url(../images/about/catch_pc.png);
}

#Contents.__about-contents .content-01 &gt; .content-inner {
  padding-top: 50px;
}

#Contents.__about-contents .content-01 &gt; .content-inner &gt; .text {
  font-weight: bold;
  padding: 0 90px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
}

#Contents.__about-contents .content-01 &gt; .content-inner &gt; .flow-chart-wrap {
  margin: 60px 0;
}

#Contents.__about-contents .content-02 {
  padding: 100px 0;
  background-color: rgba(167, 30, 30, 0.2);
}

#Contents.__about-contents .content-02 &gt; .content-inner &gt; .animation-label.__animate:before {
  width: 2px;
  height: 20px;
  top: -25px;
  right: 5px;
}

#Contents.__about-contents .content-02 &gt; .content-inner &gt; .animation-label.__animate:after {
  width: 3px;
  height: 91px;
  bottom: -50px;
  left: 10px;
}

#Contents.__about-contents .content-02 &gt; .content-inner &gt; .text {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

#Contents.__about-contents .content-02 &gt; .content-inner &gt; .links {
  width: 400px;
  margin: 0 auto;
}

#Contents.__about-contents .content-02 &gt; .content-inner &gt; .links &gt; .common-btn {
  padding-top: 25px;
  padding-bottom: 24px;
  font-size: 20px;
  background-image: url(../images/common/arw_white.png);
  -webkit-background-size: 16px 16px;
          background-size: 16px 16px;
  background-position: right 10px center;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  #Background {
    background-image: url(../images/about/bg_sp.jpg);
  }
  #Contents.__about-contents .content-01 &gt; .cover-image {
    height: 230px;
    background-image: url(../images/about/main-img_sp.jpg);
  }
  #Contents.__about-contents .content-01 &gt; .cover-image &gt; .catch {
    width: 100%;
    height: 230px;
    background-image: url(../images/about/catch_sp.png);
    -webkit-background-size: 95% 95%;
            background-size: 95%;
    background-position: center center;
  }
  #Contents.__about-contents .content-01 &gt; .content-inner {
    padding-top: 20px;
  }
  #Contents.__about-contents .content-01 &gt; .content-inner &gt; .text {
    padding: 0 15px;
  }
  #Contents.__about-contents .content-01 &gt; .content-inner &gt; .flow-chart-wrap {
    margin: 50px 0;
  }
  #Contents.__about-contents .content-02 {
    padding: 100px 0;
    background-color: rgba(167, 30, 30, 0.2);
  }
  #Contents.__about-contents .content-02 &gt; .content-inner {
    padding: 0 15px;
  }
  #Contents.__about-contents .content-02 &gt; .content-inner &gt; .animation-label.__animate:before {
    width: 2px;
    height: 20px;
    top: -25px;
    right: 5px;
  }
  #Contents.__about-contents .content-02 &gt; .content-inner &gt; .animation-label.__animate:after {
    width: 3px;
    height: 91px;
    bottom: -50px;
    left: 10px;
  }
  #Contents.__about-contents .content-02 &gt; .content-inner &gt; .text {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
  }
  #Contents.__about-contents .content-02 &gt; .content-inner &gt; .links {
    margin-top: 40px;
    width: auto;
  }
}
</pre></body></html>