<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.rwd_disp_xo,
.rwd_disp_xox,
.rwd_disp_ox {
  display: none !important;
}

/* SP
-------------------------------------------------- */
@media only screen and (max-width: 599px) {
  .rwd_disp_xo {
    display: block !important;
  }
}

/* TB
-------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .rwd_disp_xox {
    display: block !important;
  }
}

/* PC
-------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .rwd_disp_ox {
    display: block !important;
  }
}

/*==================================
  common
==================================*/
.site_wrap {
  max-width: 1000px;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .site_wrap {
    padding: 0 8vw;
  }
}

.site_wrap &gt; * + * {
  margin-top: 100px;
}

/*========タイトル*/
.pageTtl {
  width: 100%;
  letter-spacing: 3px;
}

.pageTtl::before {
  content: "";
  width: 100%;
  background: #ccc;
  display: block;
  height: 75vh;
}

@media only screen and (max-width: 599px) {
  .pageTtl::before {
    height: 55vh;
  }
}

.pageTtl h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -15px;
  margin-bottom: 100px;
  font-weight: normal;
}

.pageTtl h1 span:not(.font-jp):not(.font-en) {
  opacity: 0;
  display: inline-block;
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
}

.pageTtl h1 span:not(.font-jp):not(.font-en).change {
  opacity: 1;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 1025px) {
  .pageTtl h1 span:not(.font-jp):not(.font-en).change {
    display: inline;
  }
}

.pageTtl .font-jp {
  font-weight: 1.6rem;
  margin-top: 20px;
}

.pageTtl .font-en {
  font-size: 4.6rem;
}

@media only screen and (max-width: 599px) {
  .pageTtl .font-en {
    font-size: 3.2rem;
  }
}

.ttl {
  letter-spacing: 2px;
  font-weight: 500;
}

.ttl:not(.imgSet-ttl) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .ttl.imgSet-ttl {
    margin-bottom: 50px;
  }
}

.ttl .font-jp {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.2rem;
  margin-top: 20px;
}

@media only screen and (max-width: 599px) {
  .ttl .font-jp {
    font-size: 5.8652vw;
    margin-top: 15px;
  }
}

.ttl .font-en {
  display: block;
  font-size: 1.3rem;
}

@media only screen and (max-width: 599px) {
  .ttl .font-en {
    font-size: 3.4658vw;
  }
}

.ttl-l {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 2.2rem;
}

@media only screen and (max-width: 599px) {
  .ttl-l {
    font-size: 5.8652vw;
  }
}

.ttl-l .mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fdf2ee));
  background: linear-gradient(transparent 40%, #fdf2ee 40%);
}

.ttl-m {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 599px) {
  .ttl-m {
    font-size: 3.999vw;
  }
}

.ttl-s {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 599px) {
  .ttl-s {
    font-size: 3.7324vw;
  }
}

.ttl-deco {
  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;
}

.ttl-deco::before, .ttl-deco::after {
  content: "";
  width: 8px;
  height: 31px;
  display: block;
}

.ttl-deco::before {
  background: url(../img/common/ttl-deco-l.svg) no-repeat center/contain;
  margin-right: 20px;
}

@media only screen and (max-width: 599px) {
  .ttl-deco::before {
    margin-right: 1vw;
  }
}

.ttl-deco::after {
  background: url(../img/common/ttl-deco-r.svg) no-repeat center/contain;
  margin-left: 20px;
}

@media only screen and (max-width: 599px) {
  .ttl-deco::after {
    margin-left: 1vw;
  }
}

/*========画像＋テキストのレイアウト*/
.imgSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 599px) {
  .imgSet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgSet-txt {
  width: 100%;
  max-width: 615px;
}

@media only screen and (max-width: 1024px) {
  .imgSet-txt {
    width: 50%;
  }
}

@media only screen and (max-width: 599px) {
  .imgSet-txt {
    width: 100%;
  }
}

.imgSet-txt:not(.inMap) {
  padding-top: 50px;
}

@media only screen and (max-width: 599px) {
  .imgSet-txt:not(.inMap) {
    padding-top: 25px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .imgSet-txt:not(.inMap) .txt {
    margin-bottom: 15px;
  }
}

.imgSet-img {
  width: 320px;
  min-width: 300px;
}

@media only screen and (max-width: 1024px) {
  .imgSet-img {
    width: 40%;
    min-width: auto;
  }
}

@media only screen and (max-width: 599px) {
  .imgSet-img {
    width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.imgSet &gt; div:nth-of-type(odd) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 65px;
}

@media only screen and (max-width: 1024px) {
  .imgSet &gt; div:nth-of-type(odd) {
    margin-right: 0;
  }
}

/*========背景青のボックス*/
.bl-list {
  margin-top: 30px;
}

.bl-list dl {
  line-height: 2;
  background: #f3f6fb;
}

.bl-list dl dt {
  font-size: 1.6rem;
}

@media only screen and (max-width: 599px) {
  .bl-list dl dt {
    font-size: 4.2656vw;
  }
}

.bl-list.col1 dl {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 599px) {
  .bl-list.col1 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
  }
}

.bl-list.col1 dl &gt; * {
  padding: 10px 30px;
}

@media only screen and (max-width: 599px) {
  .bl-list.col1 dl &gt; * {
    padding: 0;
  }
}

.bl-list.col1 dl + dl {
  margin-top: 10px;
}

.bl-list.col1 dl dt {
  border-right: 1px solid #333333;
  width: 18%;
}

@media only screen and (max-width: 599px) {
  .bl-list.col1 dl dt {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #333333;
  }
}

.bl-list.col1 dl dd {
  width: 82%;
}

@media only screen and (max-width: 599px) {
  .bl-list.col1 dl dd {
    width: auto;
  }
}

.bl-list.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
  .bl-list.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl-list.col2 dl {
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% / 2) - 15px);
}

.bl-list.col2 dl:nth-of-type(n+3) {
  margin-top: 30px;
}

@media only screen and (max-width: 599px) {
  .bl-list.col2 dl {
    width: 100%;
  }
  .bl-list.col2 dl:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .bl-list.col2 dl + * {
    margin-top: 10px;
  }
}

.bl-list.col2 dt {
  margin-bottom: 15px;
}

/*========OxO*/
.lede-img {
  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;
  margin-bottom: 30px;
}

@media only screen and (max-width: 599px) {
  .lede-img {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.lede-img div {
  border-radius: 100px;
  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;
  line-height: 1.8;
  text-align: center;
  width: 130px;
  height: 130px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .lede-img div {
    width: calc((100vw / 3) - 10vw);
    height: calc((100vw / 3) - 10vw);
    font-size: 3.1992vw;
  }
}

.lede-img div:nth-of-type(odd) {
  background: #f3f6fb;
}

.lede-img div:nth-of-type(even) {
  background: #fdf2ee;
}

.lede-img div + div {
  position: relative;
  margin-left: 90px;
}

@media only screen and (max-width: 1024px) {
  .lede-img div + div {
    margin-left: 5vw;
  }
}

.lede-img div + div::before {
  content: "+";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 5.0rem;
  position: absolute;
  left: -60px;
}

@media only screen and (max-width: 1024px) {
  .lede-img div + div::before {
    left: -4.5vw;
    font-size: 4.2656vw;
  }
}

.lede-img + .txt {
  margin-bottom: 30px;
}

/*========ボーダー付き*/
.bd-box {
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

@media only screen and (max-width: 599px) {
  .bd-box {
    padding: 25px;
  }
}

/*==================================
  contact
==================================*/
.i-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.i-offer::before {
  content: "";
  display: block;
  background: url(../img/common/icon-offer.svg) no-repeat center/contain;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 599px) {
  .i-offer::before {
    width: 5.8652vw;
    height: 5.8652vw;
  }
}

.page-contact .pageTtl:before {
  content: "";
  background: url(../img/contact/pageTtl-bg.jpg) no-repeat center/cover;
}

.page-contact .contact-top {
  background: #f3f6fb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 100px;
  padding: 50px;
}

@media only screen and (max-width: 599px) {
  .page-contact .contact-top {
    padding: 25px;
  }
  .page-contact .contact-top .ttl .font-jp {
    line-height: 1.5;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.page-contact .contact-top-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1024px) {
  .page-contact .contact-top-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 1025px) {
  .page-contact .contact-top-tel {
    border-right: 1px solid #333;
    margin-right: 50px;
    padding: 10px 50px 10px 0;
  }
}

.page-contact .contact-top-tel li:first-of-type {
  font-size: 3.0rem;
}

@media only screen and (max-width: 599px) {
  .page-contact .contact-top-tel li:first-of-type {
    font-size: 6.3984vw;
  }
}

.page-contact .contact-top-tel li:last-of-type {
  font-size: 2.0rem;
  margin-top: 20px;
}

@media only screen and (max-width: 599px) {
  .page-contact .contact-top-tel li:last-of-type {
    font-size: 4.7988vw;
    margin-top: 10px;
  }
}

.page-contact .contact-top-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) {
  .page-contact .contact-top-txt {
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
  }
}

.page-contact .contact-form .ttl-l {
  text-align: center;
}

.page-contact .contact-form .ttl-l + .txt {
  text-align: center;
}

.page-contact .dl_table {
  margin-top: 50px;
}

.page-contact .pp {
  border: 1px solid #e7e7e7;
  margin-top: 50px;
  height: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  padding: 50px;
}

@media only screen and (max-width: 599px) {
  .page-contact .pp {
    padding: 25px;
  }
}

.page-contact .pp h3:not(:first-of-type) {
  margin-top: 30px;
}

.page-contact .form-txt {
  margin: 50px 0;
  text-align: center;
}

.page-contact .form-txt + .btn02 {
  margin: auto;
}

.page-contact .thx-txt {
  text-align: center;
  font-size: 3.0rem;
  font-weight: 100;
  margin-bottom: 50px;
}

.page-contact .thx-txt + .txt {
  text-align: center;
}

.page-contact .btn-set {
  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;
  margin-top: 50px;
}

@media only screen and (max-width: 599px) {
  .page-contact .btn-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*==================================
  about us
==================================*/
.i-talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.i-talk::before {
  content: "";
  display: block;
  background: url(../img/about/icon-talk.svg) no-repeat center/contain;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 599px) {
  .i-talk::before {
    width: 5.332vw;
    height: 5.332vw;
  }
}

.i-memo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.i-memo::before {
  content: "";
  display: block;
  background: url(../img/about/icon-memo.svg) no-repeat center/contain;
  margin-right: 10px;
  width: 18px;
  height: 22px;
}

@media only screen and (max-width: 599px) {
  .i-memo::before {
    width: 4.7988vw;
    height: 5.8652vw;
  }
}

.i-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.i-chart::before {
  content: "";
  display: block;
  background: url(../img/about/icon-chart.svg) no-repeat center/contain;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

@media only screen and (max-width: 599px) {
  .i-chart::before {
    width: 5.8652vw;
    height: 5.8652vw;
  }
}

.i-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.i-time::before {
  content: "";
  display: block;
  background: url(../img/about/icon-time.svg) no-repeat center/contain;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

@media only screen and (max-width: 599px) {
  .i-time::before {
    width: 5.8652vw;
    height: 5.8652vw;
  }
}

.i-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.i-access::before {
  content: "";
  display: block;
  background: url(../img/about/icon-access.svg) no-repeat center/contain;
  margin-right: 10px;
  width: 24px;
  height: 22px;
}

@media only screen and (max-width: 599px) {
  .i-access::before {
    width: 6.3984vw;
    height: 5.8652vw;
  }
}

.page-about .pageTtl:before {
  content: "";
  background: url(../img/about/pageTtl-bg.jpg) no-repeat center/cover;
}

.page-about .imgSet .sign {
  display: table;
  width: 170px;
  margin-top: 45px;
  margin-left: auto;
}

.page-about .access .imgSet + * {
  margin-top: 30px;
}

@media only screen and (max-width: 599px) {
  .page-about .access .imgSet + * {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e7e7e7;
  }
}

@media only screen and (max-width: 599px) {
  .page-about .access .imgSet-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 15px;
  }
  .page-about .access .imgSet-txt p {
    margin-bottom: 15px;
  }
}

.page-about .access .imgSet-img__img {
  height: 30.55vw;
  max-height: 317px;
}

@media only screen and (max-width: 599px) {
  .page-about .access .imgSet-img__img {
    height: auto;
    max-height: auto;
  }
}

.page-about .access .imgSet-img__img img {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .page-about .access .imgSet-img p {
    margin-top: 15px;
  }
}

.page-about .access .googleMap {
  width: 100%;
  height: 0;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .page-about .access .googleMap {
    padding-top: 51.61%;
  }
}

@media only screen and (max-width: 1024px) {
  .page-about .access .googleMap {
    height: 30.55vw;
  }
}

.page-about .access .googleMap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-about .access .txt {
  margin-top: 15px;
}

/*==================================
  business
==================================*/
.page-business .pageTtl:before {
  content: "";
  background: url(../img/business/pageTtl-bg.jpg) no-repeat center/cover;
}

.page-business .site_wrap .ttl-l {
  text-align: center;
}

.page-business .site_wrap .ttl-l + .txt {
  text-align: center;
}

.page-business .business-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.page-business .business-item {
  border: 1px solid #e7e7e7;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% / 2) - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 599px) {
  .page-business .business-item {
    width: 100%;
  }
  .page-business .business-item + * {
    margin-top: 15px;
  }
}

.page-business .business-item__pic {
  min-height: 0%;
}

.page-business .business-item .txt {
  margin-top: 20px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 599px) {
  .page-business .business-item .txt {
    margin-bottom: 20px;
  }
}

.page-business .business-item .ttl-m {
  text-align: center;
}

.page-business .business-item .btn01 {
  margin-left: auto;
  margin-top: auto;
}

@media only screen and (max-width: 1024px) {
  .page-business .business-item .btn01 {
    width: 100%;
  }
}

.page-business .business-item:nth-of-type(n+3) {
  margin-top: 30px;
}

.page-business .reform-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.page-business .reform-item img {
  height: 100%;
}

.page-business .reform-item:nth-of-type(even) {
  margin-left: 30px;
}

.page-business .reform .bl-list dt {
  width: 22%;
}

@media only screen and (max-width: 599px) {
  .page-business .reform .bl-list dt {
    width: 100%;
  }
}

.page-business .reform &gt; .btn01 {
  margin: 50px auto 0;
}

/*==================================
  safety
==================================*/
.page-safety .pageTtl:before {
  content: "";
  background: url(../img/safety/pageTtl-bg.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 599px) {
  .page-safety .pageTtl .font-en span.change {
    display: unset;
  }
}

@media only screen and (max-width: 1024px) {
  .page-safety .pageTtl .font-en span:nth-of-type(9) {
    display: block;
  }
}

.page-safety .safetySec {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .page-safety .safetySec .lede-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-safety .safetySec .lede-img div + div {
    margin-left: 7vw;
  }
}

.page-safety .bd-box-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-safety .bd-box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.page-safety .bd-box + .bd-box {
  margin-top: 30px;
}

.page-safety .bd-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 599px) {
  .page-safety .bd-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-safety .bd-box-wrap + .txt {
  text-align: left;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 20px;
}

.page-safety .bd-box-item + * {
  margin-left: 18px;
}

@media only screen and (max-width: 599px) {
  .page-safety .bd-box-item + * {
    margin: 30px 0 0 0;
  }
}

.page-safety .bd-box-item__pic {
  border: 1px solid #f3f6fb;
  height: 240px;
}

@media only screen and (max-width: 1024px) {
  .page-safety .bd-box-item__pic {
    height: 150px;
  }
}

@media only screen and (max-width: 599px) {
  .page-safety .bd-box-item__pic {
    height: auto;
    width: 50%;
    margin: auto;
  }
}

.page-safety .bd-box-item__pic img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.page-safety .bd-box-item h3 {
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-safety .bd-box.col1 {
  width: 32%;
}

@media only screen and (max-width: 599px) {
  .page-safety .bd-box.col1 {
    width: 100%;
  }
}

.page-safety .bd-box.col2 {
  width: 65%;
}

.page-safety .bd-box.col2 .bd-box-item {
  width: calc((100% / 2) - 12px);
}

@media only screen and (max-width: 599px) {
  .page-safety .bd-box.col2 {
    width: 100%;
  }
  .page-safety .bd-box.col2 .bd-box-item {
    width: 100%;
  }
}

.page-safety .bd-box.col3 .bd-box-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-safety .bd-box.col3 .bd-box-item {
  width: calc((100% / 3) - 12px);
}

.page-safety .bd-box.col3 .bd-box-item:nth-of-type(n+4) {
  margin-top: 20px;
}

.page-safety .bd-box.col3 .bd-box-item:nth-of-type(4) {
  margin-left: 0;
}

@media only screen and (max-width: 599px) {
  .page-safety .bd-box.col3 .bd-box-item {
    width: 100%;
  }
}

.page-safety .bd-box.col4 .bd-box-item {
  width: calc((100% / 4) - 12px);
}

@media only screen and (max-width: 599px) {
  .page-safety .bd-box.col4 .bd-box-item {
    width: auto;
  }
}

/*==================================
  tree
==================================*/
.page-tree .pageTtl:before {
  content: "";
  background: url(../img/tree/aboutTree-bg.jpg) no-repeat center/cover;
}

.page-tree .i-tree {
  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;
}

.page-tree .i-tree::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url(../img/tree/icon-aboutTree.svg) no-repeat center/contain;
  margin-right: 10px;
}

.page-tree .treeSec-pic {
  margin: 30px 0;
}

.page-tree .treeSec h2 {
  text-align: center;
}

.page-tree .treeSec .imgSet {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .page-tree .treeSec .imgSet + .imgSet {
    margin-top: 15px;
  }
}

.page-tree .bd-box {
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 599px) {
  .page-tree .bd-box {
    padding-bottom: 15px;
  }
}

@media print, screen and (min-width: 1025px) {
  .page-tree .bd-box .imgSet-img {
    width: 440px;
  }
}

.page-tree .bd-box .imgSet-txt {
  max-width: 460px;
  padding-right: 0;
}

@media print, screen and (min-width: 1025px) {
  .page-tree .bd-box .imgSet &gt; div:first-of-type {
    margin-right: 40px;
  }
}

.page-tree .bd-box-inner {
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 599px) {
  .page-tree .bd-box-inner {
    padding-top: 30px;
  }
  .page-tree .bd-box-inner:not(:last-of-type) {
    padding-bottom: 15px;
  }
}

.page-tree .bd-box-inner:first-of-type {
  margin-top: 30px;
}

.page-tree .lastly h2.ttl-l {
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .page-tree .lastly .imgSet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*==================================
  performance
==================================*/
.page-performance .pageTtl:before {
  content: "";
  background: url(../img/performance/pageTtl-bg.jpg) no-repeat center/cover;
}

.page-performance .i-pen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-performance .i-pen::before {
  content: "";
  display: block;
  background: url(../img/performance/icon-pen.svg) no-repeat center/contain;
  margin-right: 10px;
  width: 21px;
  height: 21px;
}

@media only screen and (max-width: 599px) {
  .page-performance .i-pen::before {
    width: 5.5986vw;
    height: 5.5986vw;
  }
}

.page-performance .i-solar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-performance .i-solar::before {
  content: "";
  display: block;
  background: url(../img/performance/icon-solar.svg) no-repeat center/contain;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

@media only screen and (max-width: 599px) {
  .page-performance .i-solar::before {
    width: 5.8652vw;
    height: 5.8652vw;
  }
}

.page-performance .i-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-performance .i-cost::before {
  content: "";
  display: block;
  background: url(../img/performance/icon-cost.svg) no-repeat center/contain;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

@media only screen and (max-width: 599px) {
  .page-performance .i-cost::before {
    width: 5.8652vw;
    height: 5.8652vw;
  }
}

.page-performance .i-enefarm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-performance .i-enefarm::before {
  content: "";
  display: block;
  background: url(../img/performance/icon-enefarm.svg) no-repeat center/contain;
  margin-right: 10px;
  width: 25px;
  height: 22px;
}

@media only screen and (max-width: 599px) {
  .page-performance .i-enefarm::before {
    width: 6.665vw;
    height: 5.8652vw;
  }
}

.page-performance .i-link {
  position: relative;
}

.page-performance .i-link::before {
  content: "";
  display: block;
  background: url(../img/performance/icon-link.svg) no-repeat center/contain;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 16px;
}

@media only screen and (max-width: 599px) {
  .page-performance .i-link::before {
    width: 3.999vw;
    height: 4.2656vw;
  }
}

.page-performance .site_wrap h2.ttl-l {
  text-align: center;
}

.page-performance .lede-txt .txt {
  text-align: center;
}

.page-performance .lede-txt .bl-list dt span {
  font-size: 2.0rem;
  margin-right: 10px;
}

@media only screen and (max-width: 599px) {
  .page-performance .lede-txt .bl-list dt span {
    font-size: 5.332vw;
  }
}

.page-performance .merit &gt; .txt {
  text-align: center;
}

.page-performance .merit-pic {
  position: relative;
  padding-top: 130px;
  margin-top: 30px;
}

@media only screen and (max-width: 599px) {
  .page-performance .merit-pic {
    width: 100vw;
    margin-left: -8vw;
    padding-top: 25vw;
  }
}

.page-performance .merit-pic-illust {
  text-align: center;
  margin: auto;
  width: 170px;
}

@media only screen and (max-width: 599px) {
  .page-performance .merit-pic-illust {
    width: 40%;
  }
}

.page-performance .merit-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.page-performance .merit-txt-wrap &gt; div {
  background: #f3f6fb;
  border-radius: 100px;
  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: 100px;
  height: 100px;
}

@media only screen and (max-width: 599px) {
  .page-performance .merit-txt-wrap &gt; div {
    width: 21vw;
    height: 21vw;
  }
}

.page-performance .merit-txt-wrap &gt; div:nth-of-type(3) {
  margin: 0 40px;
}

@media only screen and (max-width: 599px) {
  .page-performance .merit-txt-wrap &gt; div:nth-of-type(3) {
    margin: 0 15px;
  }
}

.page-performance .merit-txt-wrap &gt; div:nth-of-type(2) {
  margin-top: 50px;
}

.page-performance .merit-txt-wrap &gt; div:nth-of-type(4) {
  margin-top: 50px;
}

.page-performance .merit-txt-wrap &gt; div:nth-of-type(1) {
  margin-right: -40px;
  margin-top: 180px;
}

@media only screen and (max-width: 599px) {
  .page-performance .merit-txt-wrap &gt; div:nth-of-type(1) {
    margin-top: 42vw;
  }
}

.page-performance .merit-txt-wrap &gt; div:nth-of-type(5) {
  margin-left: -40px;
  margin-top: 180px;
}

@media only screen and (max-width: 599px) {
  .page-performance .merit-txt-wrap &gt; div:nth-of-type(5) {
    margin-top: 42vw;
  }
}

.page-performance .merit .bl-list dt {
  width: 100px;
}

@media only screen and (max-width: 599px) {
  .page-performance .merit .bl-list dt {
    width: 100%;
  }
}

.page-performance .sw {
  position: relative;
  padding-top: 100px;
}

.page-performance .sw::before {
  content: "";
  height: 480px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/performance/sw-bg.jpg) no-repeat center/cover;
  z-index: -1;
  width: calc(100vw - 15px);
}

@media only screen and (max-width: 599px) {
  .page-performance .sw::before {
    width: 100vw;
  }
}

.page-performance .sw .ttl-l .ttl-s {
  display: block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .page-performance .sw .ttl-l .ttl-s {
    line-height: 2;
  }
}

.page-performance .sw-lede {
  background: #fff;
  padding: 50px 0 20px;
  text-align: center;
}

.page-performance .sw-lede .txt {
  margin: 30px 0;
}

@media only screen and (max-width: 599px) {
  .page-performance .sw-lede .txt {
    margin: 30px 20px;
  }
}

@media only screen and (max-width: 599px) {
  .page-performance .sw-lede .sw-logo {
    width: 100%;
  }
  .page-performance .sw-lede .sw-logo img {
    width: 100%;
  }
}

.page-performance .sw-lede-img div + div::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media only screen and (max-width: 599px) {
  .page-performance .sw-lede-img div + div::before {
    left: -3.2vw;
  }
}

@media only screen and (max-width: 599px) {
  .page-performance .sw-lede-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-performance .sw-lede-img div {
    width: 22vw;
    height: 22vw;
    font-size: 2.666vw;
  }
  .page-performance .sw-lede-img div + div {
    margin-left: 4vw;
  }
}

.page-performance .sw .bd-box .ttl-m {
  text-align: center;
}

.page-performance .sw .bd-box .bl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 599px) {
  .page-performance .sw .bd-box .bl-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-performance .sw .bd-box .bl-list dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% / 2) - 5px);
}

@media print, screen and (min-width: 1025px) {
  .page-performance .sw .bd-box .bl-list dl {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 599px) {
  .page-performance .sw .bd-box .bl-list dl {
    width: 100%;
  }
}

.page-performance .sw .bd-box .bl-list dl:nth-of-type(n+3) {
  margin-top: 10px;
}

.page-performance .sw .bd-box .bl-list dl &gt; * {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .page-performance .sw .bd-box .bl-list dl {
    padding: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .page-performance .sw .bd-box .bl-list dl {
    padding: 20px;
  }
  .page-performance .sw .bd-box .bl-list dl + dl {
    margin-top: 10px;
  }
}

.page-performance .sw .bd-box .bl-list dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
}

@media print, screen and (min-width: 1025px) {
  .page-performance .sw .bd-box .bl-list dt {
    border-right: 1px solid #333;
    width: 27.9%;
  }
}

@media only screen and (max-width: 1024px) {
  .page-performance .sw .bd-box .bl-list dt {
    width: 100%;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-performance .sw .bd-box .bl-list dt br {
    display: none;
  }
}

.page-performance .sw .bd-box .bl-list dt span {
  font-size: 2.4rem;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .page-performance .sw .bd-box .bl-list dt span {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .page-performance .sw .bd-box .bl-list dt span {
    font-size: 4.7988vw;
  }
}

.page-performance .sw .bd-box .bl-list dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 1025px) {
  .page-performance .sw .bd-box .bl-list dd {
    padding-left: 30px;
    width: 72%;
  }
}

@media only screen and (max-width: 599px) {
  .page-performance .sw .bd-box .bl-list dd {
    width: auto;
    padding: 0;
  }
  .page-performance .sw .bd-box .bl-list dd br {
    display: none;
  }
}

.page-performance .sw .btn01 {
  max-width: 400px;
  width: 100%;
  height: 60px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 599px) {
  .page-performance .sw .btn01 {
    font-size: 4.2656vw;
  }
}

.page-performance .studio {
  position: relative;
  padding-top: 100px;
}

.page-performance .studio .ttl-l .ttl-s {
  display: block;
  margin-bottom: 20px;
}

.page-performance .studio::before {
  content: "";
  height: 480px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f7f7f7;
  z-index: -1;
  width: calc(100vw - 15px);
}

@media only screen and (max-width: 599px) {
  .page-performance .studio::before {
    width: 100vw;
  }
}

.page-performance .studio-pic {
  text-align: center;
  margin-top: 30px;
  background: #fff;
  border: 1px solid #f3f6fb;
  position: relative;
  padding: 30px;
}

@media only screen and (max-width: 599px) {
  .page-performance .studio-pic {
    padding: 27vw 30px 0;
  }
}

.page-performance .studio-pic-illust {
  width: 170px;
  margin: auto;
}

@media only screen and (max-width: 599px) {
  .page-performance .studio-pic-illust {
    width: 100%;
  }
  .page-performance .studio-pic-illust img {
    width: 50%;
  }
}

.page-performance .studio-pic [class^="studio-pic-txt"] {
  background: #f3f6fb;
  border-radius: 100px;
  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;
  position: absolute;
  width: 150px;
  height: 150px;
}

@media only screen and (max-width: 599px) {
  .page-performance .studio-pic [class^="studio-pic-txt"] {
    width: 70vw;
    height: 7vw;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2.666vw;
  }
  .page-performance .studio-pic [class^="studio-pic-txt"] br {
    display: none;
  }
}

.page-performance .studio-pic [class^="studio-pic-txt"]::before {
  content: "";
  display: block;
  background: url(../img/performance/performance-balloon.png) no-repeat center/contain;
  position: absolute;
  width: 32px;
  height: 19px;
}

@media only screen and (max-width: 599px) {
  .page-performance .studio-pic [class^="studio-pic-txt"]::before {
    width: 6.665vw;
    height: 5.332vw;
  }
}

.page-performance .studio-pic-txt01 {
  top: 25%;
  left: 145px;
}

@media only screen and (max-width: 1024px) {
  .page-performance .studio-pic-txt01 {
    left: 5%;
  }
}

@media only screen and (max-width: 599px) {
  .page-performance .studio-pic-txt01 {
    top: 0;
    left: auto;
    right: 10px;
  }
}

.page-performance .studio-pic-txt01::before {
  right: -50px;
}

@media only screen and (max-width: 599px) {
  .page-performance .studio-pic-txt01::before {
    right: 0;
    top: 120%;
    -webkit-transform: rotate(125deg);
            transform: rotate(125deg);
  }
}

.page-performance .studio-pic-txt02 {
  top: 10%;
  right: 145px;
}

@media only screen and (max-width: 1024px) {
  .page-performance .studio-pic-txt02 {
    right: 5%;
  }
}

@media only screen and (max-width: 599px) {
  .page-performance .studio-pic-txt02 {
    top: calc(10vw + 10px);
    right: auto;
    left: 10px;
  }
}

.page-performance .studio-pic-txt02::before {
  left: -50px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

@media only screen and (max-width: 599px) {
  .page-performance .studio-pic-txt02::before {
    left: 0;
    top: 12vw;
    -webkit-transform: scale(-1) rotate(-100deg);
            transform: scale(-1) rotate(-100deg);
  }
}

.page-performance .studio-pic &gt; .txt {
  margin-top: 20px;
}

.page-performance .studio-wrap {
  margin-top: 50px;
}

.page-performance .studio-wrap .imgSet + * {
  margin-top: 30px;
}

@media only screen and (max-width: 599px) {
  .page-performance .studio-wrap .imgSet + * {
    margin-top: 50px;
  }
}

.page-performance .studio-wrap .imgSet-txt {
  padding-top: 30px;
}

.page-performance .studio-wrap + .end-txt {
  margin-top: 100px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
}

@media only screen and (max-width: 599px) {
  .page-performance .studio-wrap + .end-txt {
    font-size: 4.2656vw;
    line-height: 2;
  }
}

.page-performance .studio .btn02 {
  background: #333;
  height: 60px;
  max-width: 300px;
  width: 100%;
  font-size: 1.6rem;
  margin: auto;
}

.page-performance .studio .bn {
  margin: 30px auto 0;
  width: 300px;
}

@media only screen and (max-width: 599px) {
  .page-performance .studio .bn {
    width: auto;
  }
}

.page-performance .energy {
  position: relative;
  padding-top: 100px;
}

.page-performance .energy .ttl-l .ttl-m {
  display: block;
  margin-top: 20px;
}

.page-performance .energy::before {
  content: "";
  width: calc(100vw - 15px);
  height: 480px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f7f7f7;
  z-index: -1;
}

@media only screen and (max-width: 599px) {
  .page-performance .energy::before {
    width: 100vw;
    height: calc(140vw + 220px);
  }
}

.page-performance .energy .solar {
  background: #fff;
  padding: 50px 30px 0;
  margin-top: 30px;
}

.page-performance .energy .enefarm {
  margin-top: 50px;
}

.page-performance .energy .enefarm-img01 {
  margin-bottom: 50px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-performance .energy .enefarm-img01 img {
  max-height: 450px;
  max-width: 100%;
  height: auto;
  width: auto;
}

.page-performance .energy .enefarm-img02 {
  margin-bottom: 50px;
  text-align: center;
}

.page-performance .energy .enefarm-img02 img {
  max-height: 204px;
  max-width: 100%;
  height: auto;
  width: auto;
}

.page-performance .energy .enefarm .bn {
  padding: 20px;
  height: auto;
  display: block;
  text-align: center;
  width: 300px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 599px) {
  .page-performance .energy .enefarm .bn {
    width: 100%;
    margin: 30px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.page-performance .energy .enefarm .bn img {
  width: 60%;
}

.page-performance .cost .txt {
  margin-bottom: 30px;
}

.page-performance .cost-img {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .page-performance .cost-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-performance .cost-img img {
  width: 48%;
}

@media only screen and (max-width: 1024px) {
  .page-performance .cost-img img {
    width: 100%;
  }
}

/*==================================
  concept
==================================*/
.page-concept .pageTtl:before {
  content: "";
  background: url(../img/concept/pageTtl-bg.jpg) no-repeat center/cover;
}

.page-concept .site_wrap .ttl-l {
  text-align: center;
}

.page-concept .lade .txt, .page-concept .lade .ttl-m {
  text-align: center;
}

.page-concept .lade .bl-list dl {
  display: block;
}

@media only screen and (max-width: 599px) {
  .page-concept .lade .bl-list dl {
    padding: 15px;
  }
}

.page-concept .lade .bl-list dt, .page-concept .lade .bl-list dd {
  width: auto;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.page-concept .lade .bl-list span {
  font-size: 2.4rem;
  margin-right: 10px;
  display: inline-block;
}

@media only screen and (max-width: 599px) {
  .page-concept .lade .bl-list span {
    font-size: 5.332vw;
  }
}

.page-concept .lade .bl-list dt {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 599px) {
  .page-concept .lade .bl-list dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.5;
    font-size: 4.7988vw;
  }
}

.page-concept .heat20 {
  position: relative;
  padding-top: 100px;
}

.page-concept .heat20::before {
  content: "";
  height: 360px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/concept/heat20-bg.jpg) no-repeat center/cover;
  z-index: -1;
  width: calc(100vw - 15px);
}

@media only screen and (max-width: 599px) {
  .page-concept .heat20::before {
    width: 100vw;
  }
}

.page-concept .heat20 .ttl-l {
  text-align: center;
}

.page-concept .heat20-fig {
  margin-top: 30px;
  border: 1px solid #e7e7e7;
  padding: 50px 30px;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .page-concept .heat20-fig {
    padding: 30px 15px;
  }
}

.page-concept .heat20-fig img {
  max-width: 100%;
  width: auto;
}

.page-concept .heat20 .spec {
  background: #f3f6fb;
  padding: 50px 30px;
  margin-top: 30px;
}

.page-concept .heat20 .spec .ttl-l {
  margin-bottom: 15px;
}

@media only screen and (max-width: 599px) {
  .page-concept .heat20 .spec .ttl-l {
    line-height: 1.8;
  }
}

.page-concept .heat20 .spec .bd-box {
  margin-top: 30px;
  background: #fff;
}

.page-concept .heat20 .spec .bd-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media only screen and (max-width: 599px) {
  .page-concept .heat20 .spec .bd-box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2;
  }
}

.page-concept .heat20 .spec .bd-box ul li {
  width: calc((100% / 3) - 20px);
}

@media only screen and (max-width: 599px) {
  .page-concept .heat20 .spec .bd-box ul li {
    width: 100%;
  }
}

.page-concept .heat20 .spec .bd-box ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e7e7e7;
}

@media only screen and (max-width: 599px) {
  .page-concept .heat20 .spec .bd-box ul li + li {
    border-width: 1px 0 0 0;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0 0;
    margin: 20px 0 0;
  }
}

.page-concept .heat20 .spec .bd-box ul dl dt {
  margin-bottom: 10px;
}

.page-concept .zeh .bl-list dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 1025px) {
  .page-concept .zeh .bl-list dt {
    width: 115px;
  }
}

.page-concept .zeh .system {
  margin-top: 30px;
  border: 1px solid #e7e7e7;
  padding: 50px 30px;
  text-align: center;
}

.page-concept .zeh .system .ttl-m {
  line-height: 2;
}

.page-concept .zeh .system .lede-img {
  margin: 30px 0 0;
}

@media only screen and (max-width: 1024px) {
  .page-concept .zeh .system .lede-img div {
    width: 22vw;
    height: 22vw;
  }
  .page-concept .zeh .system .lede-img div + div {
    margin-left: 2vw;
  }
}

@media only screen and (max-width: 599px) {
  .page-concept .zeh .system .lede-img div {
    height: 21vw;
  }
}

.page-concept .zeh .system .lede-img div + div::before {
  content: none;
  background: none;
}

.page-concept .zeh .system .lede-img div:nth-of-type(odd) {
  background: #fdf2ee;
}

.page-concept .house {
  position: relative;
  padding-top: 100px;
}

.page-concept .house::before {
  background: #f7f7f7;
  content: "";
  height: 500px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: calc(100vw - 15px);
}

@media only screen and (max-width: 1024px) {
  .page-concept .house::before {
    height: 600px;
  }
}

@media only screen and (max-width: 599px) {
  .page-concept .house::before {
    height: calc(126vw + 500px);
    width: 100vw;
  }
}

.page-concept .house .ttl-l + .txt {
  text-align: center;
  margin-bottom: 30px;
}

.page-concept .house-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-concept .house-wrap + .ttl-m {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .page-concept .house-wrap + .ttl-m {
    line-height: 2;
    margin-top: 20px;
  }
}

.page-concept .house-item {
  width: calc((100% / 2) - 15px);
  background: #fff;
  font-size: 1.6rem;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .page-concept .house-item {
    line-height: 2;
  }
}

@media only screen and (max-width: 599px) {
  .page-concept .house-item {
    width: 100%;
    font-size: 4.2656vw;
    margin-bottom: 10px;
  }
}

.page-concept .house .bd-box {
  margin-top: 100px;
}

.page-concept .house .bd-box &gt; .ttl-m {
  text-align: center;
}

.page-concept .house .bd-box .j-wood &gt; div {
  margin-top: 20px;
}

.page-concept .house .bd-box .j-wood .house-box02 {
  background: #f3f6fb;
  padding: 30px 50px;
}

@media only screen and (max-width: 599px) {
  .page-concept .house .bd-box .j-wood .house-box02 {
    padding: 30px 15px;
  }
}

.page-concept .house .bd-box .j-wood .house-box02 .ttl-m {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .page-concept .house .bd-box .j-wood .house-box02 .ttl-m {
    line-height: 2;
  }
}

.page-concept .house .bd-box .j-wood .house-box02 .process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .page-concept .house .bd-box .j-wood .house-box02 .process {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1024px) {
  .page-concept .house .bd-box .j-wood .house-box02 .process-item {
    width: 100%;
  }
}

.page-concept .house .bd-box .j-wood .house-box02 .process-item + * {
  position: relative;
  margin-left: 60px;
}

@media only screen and (max-width: 1024px) {
  .page-concept .house .bd-box .j-wood .house-box02 .process-item + * {
    margin: 50px 0 0;
  }
}

.page-concept .house .bd-box .j-wood .house-box02 .process-item + *::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/concept/icon-arrow.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  left: -40px;
  top: 30%;
}

@media only screen and (max-width: 1024px) {
  .page-concept .house .bd-box .j-wood .house-box02 .process-item + *::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
  }
}

.page-concept .house .bd-box .j-wood .house-box02 .process-item__img {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .page-concept .house .bd-box .j-wood .house-box02 .process-item__img {
    margin-bottom: 15px;
  }
  .page-concept .house .bd-box .j-wood .house-box02 .process-item__img img {
    width: 50%;
  }
}

.page-concept .house .bd-box .house-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-concept .house .bd-box .house-img-item {
  width: calc((100% / 2) - 10px);
}

.page-concept .house .bd-box .ssd {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e7e7e7;
}

@media only screen and (max-width: 599px) {
  .page-concept .house .bd-box .ssd .ttl-m {
    line-height: 2;
  }
}

.page-concept .house .bd-box .ssd .txt {
  margin-bottom: 20px;
}

.page-concept .contact-txt {
  text-align: center;
}

.page-concept .contact-txt .txt {
  font-size: 1.8rem;
}

@media only screen and (max-width: 599px) {
  .page-concept .contact-txt .txt {
    font-size: 4.5322vw;
  }
}

.page-concept .contact-txt .btn02 {
  margin: 30px auto 0;
  height: 60px;
  font-size: 1.6rem;
  background: #333;
  width: 300px;
}

@media only screen and (max-width: 599px) {
  .page-concept .contact-txt .btn02 {
    width: 60%;
    font-size: 4.2656vw;
  }
}

.page-concept .layout .ttl-m {
  text-align: center;
  margin-top: 30px;
}

.page-concept .layout .bl-list dl {
  position: relative;
}

@media only screen and (max-width: 599px) {
  .page-concept .layout .bl-list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-concept .layout .bl-list dl * {
    width: 100%;
  }
}

.page-concept .layout .bl-list dl a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.page-concept .layout .bl-list dl a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 599px) {
  .page-concept .layout .bl-list dl dt br {
    display: none;
  }
}

@media print, screen and (min-width: 1025px) {
  .page-concept .layout .bl-list dl dd {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 599px) {
  .page-concept .layout .bl-list dl::before {
    bottom: 20px;
  }
}

/*==================================
  works detail
==================================*/
.page-worksDetail .pageTtl:before {
  content: "";
  background: url(../img/works/pageTtl-bg.jpg) no-repeat bottom/cover;
}

.page-worksDetail .main-pic__img {
  height: auto;
  width: 100%;
  max-height: 600px;
  text-align: center;
  background: #f3f3f3;
}

@media only screen and (max-width: 1024px) {
  .page-worksDetail .main-pic__img {
    max-height: 50vh;
  }
}

.page-worksDetail .main-pic__img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 600px;
}

@media only screen and (max-width: 1024px) {
  .page-worksDetail .main-pic__img img {
    max-height: 50vh;
  }
}

.page-worksDetail .works-disc {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 599px) {
  .page-worksDetail .works-disc {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-worksDetail .works-disc .works-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .page-worksDetail .works-disc .works-txt {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.page-worksDetail .works-disc .works-txt .ttl-m {
  margin-bottom: 20px;
  line-height: 2;
}

.page-worksDetail .picture .ttl-l {
  text-align: center;
}

@media print, screen and (min-width: 1025px) {
  .page-worksDetail .picture .ttl-l {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 599px) {
  .page-worksDetail .picture .ttl-l {
    margin-bottom: 40px;
  }
}

.page-worksDetail .picture-wrap {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  -webkit-column-rule-width: 50px;
          column-rule-width: 50px;
  -webkit-column-width: 100px;
          column-width: 100px;
}

@media only screen and (max-width: 1024px) {
  .page-worksDetail .picture-wrap {
    -webkit-column-gap: 25px;
            column-gap: 25px;
    -webkit-column-rule-width: 25px;
            column-rule-width: 25px;
  }
}

@media only screen and (max-width: 599px) {
  .page-worksDetail .picture-wrap {
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-column-rule-width: 10px;
            column-rule-width: 10px;
  }
}

.page-worksDetail .picture-wrap &gt; div {
  position: relative;
}

.page-worksDetail .picture-wrap &gt; div::before {
  content: "";
  background: url(../img/common/search-plus.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
}

@media only screen and (max-width: 599px) {
  .page-worksDetail .picture-wrap &gt; div::before {
    width: 3.1992vw;
    height: 3.1992vw;
    right: 5px;
    bottom: 5px;
  }
}

.page-worksDetail .picture-wrap &gt; div:hover::before {
  opacity: 1;
}

.page-worksDetail .picture-wrap &gt; div a {
  display: block;
  position: absolute;
  top: 50px;
  height: calc(100% - 50px);
  width: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .page-worksDetail .picture-wrap &gt; div a {
    top: 25px;
    height: calc(100% - 25px);
  }
}

@media only screen and (max-width: 599px) {
  .page-worksDetail .picture-wrap &gt; div a {
    top: 10px;
    height: calc(100% - 10px);
  }
}

.page-worksDetail .picture-wrap &gt; div img {
  width: 100%;
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .page-worksDetail .picture-wrap &gt; div img {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 599px) {
  .page-worksDetail .picture-wrap &gt; div img {
    margin-top: 10px;
  }
}

.page-worksDetail .lum-gallery-button:after {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-top-width: 2px;
}

@media only screen and (max-width: 599px) {
  .page-worksDetail .lum-gallery-button:after {
    width: 20px !important;
    height: 20px !important;
  }
}

.page-worksDetail .lum-previous-button:after {
  border-top-width: 2px;
  border-left-width: 2px;
}

.page-worksDetail .lum-next-button:after {
  border-right-width: 2px;
}

.page-worksDetail .back_btn {
  margin: 100px auto 0;
  height: 60px;
  font-size: 1.6rem;
  background: #333;
  width: 300px;
}

@media only screen and (max-width: 599px) {
  .page-worksDetail .back_btn {
    width: 60%;
    font-size: 4.2656vw;
    margin-top: 50px;
  }
}

.page-worksDetail .back_btn a {
  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;
}

/*==================================
  works
==================================*/
.page-works .pageTtl:before {
  content: "";
  background: url(../img/works/pageTtl-bg.jpg) no-repeat center/cover;
}

.page-works .works-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .page-works .works-type {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-works .works-type &gt; li {
  margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
  .page-works .works-type &gt; li {
    margin: 0 0 20px;
  }
}

.page-works .works-type &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .page-works .works-type &gt; ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 599px) {
  .page-works .works-type &gt; ul a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.page-works .works-type li {
  opacity: .5;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

@media only screen and (max-width: 1024px) {
  .page-works .works-type li {
    width: calc((100% / 2) - 1vw);
  }
  .page-works .works-type li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}

.page-works .works-type li + li {
  margin-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .page-works .works-type li + li {
    margin-left: 0px;
  }
}

.page-works .works-type li.current, .page-works .works-type li:hover {
  opacity: 1;
}

.page-works .works-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-works .works-wrap::after {
  content: "";
  width: calc((100% / 3) - 33px);
}

.page-works .works-list {
  position: relative;
  width: calc((100% / 3) - 33px);
}

.page-works .works-list:not(:nth-of-type(-n+3)) {
  margin-top: 50px;
}

@media only screen and (max-width: 599px) {
  .page-works .works-list {
    width: calc((100% / 2) - 7px);
  }
  .page-works .works-list:not(:nth-of-type(-n+2)) {
    margin-top: 50px;
  }
}

.page-works .works-list__img {
  position: relative;
  padding-top: 74.5%;
  overflow: hidden;
  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;
  background: #e7e7e7;
}

@media only screen and (max-width: 599px) {
  .page-works .works-list__img {
    height: 95px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.page-works .works-list__img img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .4s;
  transition: .4s;
}

.page-works .works-list__img .type {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #333;
  color: #fff;
  font-size: 1.1rem;
  z-index: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

@media only screen and (max-width: 599px) {
  .page-works .works-list__img .type {
    font-size: 2.9326vw;
  }
}

.page-works .works-list__img .type a {
  display: block;
  padding: 10px 20px;
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .page-works .works-list__img .type a {
    padding: 5px 5px;
  }
}

.page-works .works-list__img .type:hover {
  background: #707070;
}

.page-works .works-list p {
  line-height: 1.8;
  margin-top: 25px;
}

@media only screen and (max-width: 599px) {
  .page-works .works-list p {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.page-works .works-list &gt; a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.page-works .works-list:hover .works-list__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.lum-lightbox-inner img {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
</pre></body></html>