<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@media screen and (min-width: 768px), print {
  	/* アンカー調整
  -------------------------------------*/
  a[id] {
    display: block;
    height: 0px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -80px;
    padding-bottom: 80px;
  }

  	/* lead
  -------------------------------------*/
  #lead {
    margin-bottom: 108px;
  }
  #lead .flexbox .photo {
    margin-right: 34px;
    margin-left: 16px;
  }
  #lead .flexbox .txtbox {
    width: 295px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #313131;
    padding-top: 20px;
  }
  #lead .flexbox .txtbox p {
    margin-bottom: 10px;
  }

  	/* company
  -------------------------------------*/
  #company {
    margin-bottom: 68px;
  }
  #company .bg-box {
    background: url(../images/about_us/bg-ptn01.jpg) repeat top;
    box-shadow: 0px 2px 6px 2px #c5c3bf;
    padding: 54px 57px;
    margin: 0 47px;
  }
  #company .tbl {
    width: 100%;
  }
  #company .tbl tr {
    font-size: 01em;
    line-height: 1.5;
    letter-spacing: 0.11em;
    color: #3e3a39;
  }
  #company .tbl tr th {
    padding: 20px 0;
    width: 195px;
    font-weight: bold;
    text-align: left;
  }
  #company .tbl tr td {
    width: 420px;
    display: block;
  }
  #company .tbl tr td ul {
    font-size: 0.8em;
    margin-bottom: 25px;
  }
  #company .tbl tr td ul li {
    text-indent: -1.4em;
    padding-left: 2em;
  }
  #company .tbl tr td ul li::before {
    content: "・";
    margin-right: .3em;
  }

  	/* specific
  -------------------------------------*/
  #specific {
    margin-bottom: 65px;
  }
  #specific .inner {
    width: 750px;
    margin: 0 auto;
  }
  #specific .inner .ttl {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.27em;
    color: #000;
  }
  #specific .inner .list li {
    background-color: #edede5;
    padding: 18px 25px;
    position: relative;
    margin-bottom: 45px;
  }
  #specific .inner .list li .wh-box {
    background-color: #fff;
    padding: 50px 30px;
  }
  #specific .inner .list li .wh-box .num {
    position: absolute;
    top: -20px;
    left: 40px;
  }
  #specific .inner .list li .wh-box .txtbox {
    width: 360px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #898989;
  }
  #specific .inner .list li .wh-box .txtbox .mb01 {
    margin-bottom: 20px;
  }
  #specific .inner .list li .wh-box .txtbox .ttl02 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #000;
    margin-bottom: 20px;
  }
  #specific .inner .list li .wh-box .pic {
    margin: 0 auto;
  }

  	/* target
  -------------------------------------*/
  #target {
    margin-bottom: 100px;
  }
  #target .inner .ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.27em;
    color: #000;
    margin-bottom: 25px;
  }
  #target .inner .pic02 {
    text-align: center;
  }

  /* access-box
  -------------------------------------*/
  #access-box {
    margin-bottom: 110px;
  }
  #access-box .inner .ttl {
    margin-bottom: 25px;
  }
  #access-box .inner .bg-box {
    background: url(../images/about_us/bg-ptn02.jpg) repeat top;
    padding: 30px 25px;
    margin-bottom: 3%;
  }
  #access-box .inner .btn {
    border: 1px solid #000;
    width: 180px;
    margin-left: auto;
    font-size: 0.9em;
  }
  #access-box .inner .btn a {
    display: block;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  		/* lead
-------------------------------------*/
  #lead {
    margin-bottom: 10%;
  }
  #lead .flexbox {
    padding: 0 3%;
  }
  #lead .flexbox .photo {
    margin-bottom: 3%;
  }
  #lead .flexbox .txtbox {
    font-size: 0.8rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
    color: #313131;
  }
  #lead .flexbox .txtbox p {
    margin-bottom: 4%;
  }

  	/* company
  -------------------------------------*/
  #company {
    margin-bottom: 20%;
  }
  #company .ttl {
    padding: 0 10%;
  }
  #company .bg-box {
    background: url(../images/about_us/bg-ptn01.jpg) repeat top;
    box-shadow: 0px 2px 6px 2px #c5c3bf;
    padding: 6% 3%;
    margin: 0 3%;
  }
  #company .tbl {
    width: 100%;
  }
  #company .tbl tr {
    font-size: 01em;
    line-height: 1.5;
    letter-spacing: 0.11em;
    color: #3e3a39;
  }
  #company .tbl tr th {
    padding: 20px 0;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  #company .tbl tr td {
    display: block;
    text-align: center;
  }
  #company .tbl tr td .ttl02 {
    margin-bottom: 4%;
    font-weight: 500;
  }
  #company .tbl tr td ul {
    font-size: 0.8em;
    margin-bottom: 25px;
    text-align: left;
  }
  #company .tbl tr td ul li {
    text-indent: -1.4em;
    padding-left: 2em;
  }
  #company .tbl tr td ul li::before {
    content: "・";
    margin-right: .3em;
  }

  	/* specific
  -------------------------------------*/
  #specific {
    margin-bottom: 10%;
  }
  #specific .inner .ttl {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.27em;
    color: #000;
  }
  #specific .inner .list li {
    background-color: #edede5;
    padding: 4% 3%;
    position: relative;
    margin-bottom: 8%;
  }
  #specific .inner .list li .wh-box {
    background-color: #fff;
    padding: 6% 3%;
  }
  #specific .inner .list li .wh-box .num {
    position: absolute;
    top: -3%;
    left: 10%;
    width: 13%;
  }
  #specific .inner .list li .wh-box .txtbox {
    font-size: 0.85rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #898989;
    margin-bottom: 5%;
  }
  #specific .inner .list li .wh-box .txtbox .mb01 {
    margin-bottom: 5%;
  }
  #specific .inner .list li .wh-box .txtbox .ttl02 {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #000;
    margin-bottom: 3%;
  }
  #specific .inner .list li .wh-box .pic {
    margin: 0 auto;
    width: 25%;
  }

  	/* target
  -------------------------------------*/
  #target {
    margin-bottom: 5%;
  }
  #target .inner .ttl {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.27em;
    color: #000;
    margin-bottom: 4%;
  }
  #target .inner .pic02 {
    text-align: center;
    margin: 0 3%;
  }

  /* access-box
  -------------------------------------*/
  #access-box {
    margin-bottom: 10%;
  }
  #access-box .inner .ttl {
    padding: 0 25%;
    margin-bottom: 5%;
  }
  #access-box .inner .bg-box {
    background: url(../images/about_us/bg-ptn02.jpg) repeat top;
    padding: 3%;
    margin-bottom: 5%;
  }
  #access-box .inner .btn {
    border: 1px solid #000;
    font-size: 0.9em;
    margin: 0 10% 35%;
  }
  #access-box .inner .btn a {
    display: block;
    padding: 10px 0;
  }
}
</pre></body></html>