<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===============================================================================
Staff
=============================================================================== */
/* staff-section
========================= */
/* staff-section-01 */
.staff-section-01 {
  padding: 50px 0 45px;
}

.staff-section-01 .blocks-01 {
  margin-bottom: 50px;
}

.staff-section-01 .blocks-01 .text {
  text-align: center;
  padding: 0 16px;
}

.staff-section-01 .blocks-01 .text__inner {
  background: url(../img/staff/staff_contents_img01.png) no-repeat left center, url(../img/staff/staff_contents_img02.png) no-repeat right center;
  min-height: 104px;
}

.staff-section-01 .blocks-01 .text p {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  color: #26b85a;
  padding: 35px 0;
}

.staff-section-01 .blocks-02 {
  margin-bottom: 50px;
}

.staff-section-01 .blocks-02 .heading {
  margin-bottom: 40px;
}

.staff-section-01 .blocks-03 .heading {
  margin-bottom: 35px;
}

.staff-section-01 .blocks-03 .text {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 34px;
}

.staff-section-01 .blocks-03 .text span {
  color: #ff0100;
}

.staff-section-01 .blocks-03 .table {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .staff-section-01 {
    padding: 7.03vw 0 7.81vw;
  }
  .staff-section-01 .blocks-01 {
    margin-bottom: 7.81vw;
  }
  .staff-section-01 .blocks-01 .text {
    padding: 0;
    margin-bottom: 6.25vw;
  }
  .staff-section-01 .blocks-01 .text__inner {
    background: none;
    min-height: 1px;
  }
  .staff-section-01 .blocks-01 .text p {
    font-size: 4.69vw;
    padding: 0;
  }
  .staff-section-01 .blocks-01 .image {
    width: 49.84vw;
    margin: 0 auto;
  }
  .staff-section-01 .blocks-02 {
    margin-bottom: 7.81vw;
  }
  .staff-section-01 .blocks-02 .heading {
    margin-bottom: 6.25vw;
  }
  .staff-section-01 .blocks-03 .heading {
    margin-bottom: 5.47vw;
  }
  .staff-section-01 .blocks-03 .text {
    font-size: 3.75vw;
    margin-bottom: 4.69vw;
  }
  .staff-section-01 .blocks-03 .table {
    margin-bottom: 7.81vw;
  }
}
</pre></body></html>