section.top h1 {
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    section.top h1 {
      margin-bottom: 24px; } }
section.top .cntWrap {
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    section.top .cntWrap {
      padding-bottom: 42px; } }
  section.top .cntWrap h2 {
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      section.top .cntWrap h2 {
        margin-bottom: 24px; }
        section.top .cntWrap h2 img {
          width: 140px; } }
  section.top .cntWrap > p.fontHui {
    margin-bottom: 60px;
    text-align: center;
    font-size: 26px; }
    @media screen and (max-width: 768px) {
      section.top .cntWrap > p.fontHui {
        margin-bottom: 26px;
        font-size: 18px; } }
  section.top .cntWrap .kindBox {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 70px 40px;
    border: 4px solid #8fcbd1;
      border-top: none;
    position: relative; }
    @media screen and (max-width: 768px) {
      section.top .cntWrap .kindBox {
        margin: 0 auto;
        padding: 20px 5% 15px; } }
    section.top .cntWrap .kindBox h3 {
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc(100% + 8px);
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 768px) {
        section.top .cntWrap .kindBox h3 {
          font-size: 20px; } }
      section.top .cntWrap .kindBox h3 span {
        padding: 0 45px;
        background-color: #fff;
        font-size: 24px;
        font-weight: bold; }
      section.top .cntWrap .kindBox h3::after {
        content: '';
        width: 100%;
        height: 4px;
        background-color: #8fcbd1;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        transform: translateY(-50%); }
    section.top .cntWrap .kindBox p {
      line-height: 2;
      font-size: 18px; }
      @media screen and (max-width: 768px) {
        section.top .cntWrap .kindBox p {
          line-height: 1.8;
          font-size: 16px; } }
      section.top .cntWrap .kindBox p span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
        padding-left: 1.1em;
        text-indent: -1.2em; }
        section.top .cntWrap .kindBox p span::before {
          content: '';
          display: inline-block;
          width: 10px;
          margin-right: 10px;
          height: 10px;
          border-radius: 5px;
          background-color: #8fcbd1; }
  section.top .cntWrap .serviceBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    section.top .cntWrap .serviceBox .box:not(:nth-last-of-type(1)) {
      margin-bottom: 60px; }
      @media screen and (max-width: 768px) {
        section.top .cntWrap .serviceBox .box:not(:nth-last-of-type(1)) {
          margin-bottom: 32px; } }
    section.top .cntWrap .serviceBox .box img {
      margin-bottom: 20px;
      box-shadow: 5px 5px 0px 0px #9a9590; }
      @media screen and (max-width: 768px) {
        section.top .cntWrap .serviceBox .box img {
          margin-bottom: 10px; } }
    section.top .cntWrap .serviceBox .box h3 {
      font-size: 22px;
      color: #8fcbd1; }
      @media screen and (max-width: 768px) {
        section.top .cntWrap .serviceBox .box h3 {
          font-size: 20px; } }
    section.top .cntWrap .serviceBox .box p {
      font-size: 18px; }
      @media screen and (max-width: 768px) {
        section.top .cntWrap .serviceBox .box p {
          font-size: 16px; } }
section.staff .inner {
  background-color: #f9f6f2 !important; }
  section.staff .inner .cntWrap {
    padding: 70px 0 120px; }
    @media screen and (max-width: 768px) {
      section.staff .inner .cntWrap {
        padding: 42px 0; } }
    section.staff .inner .cntWrap h2 {
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        section.staff .inner .cntWrap h2 {
          margin-bottom: 16px;
          line-height: 0; }
          section.staff .inner .cntWrap h2 img {
            width: 80px; } }
    section.staff .inner .cntWrap .cnt01 {
      display: flex;
      align-items: center;
      margin-bottom: 42px; }
      @media screen and (max-width: 768px) {
        section.staff .inner .cntWrap .cnt01 {
          justify-content: space-between;
          align-items: flex-start;
          margin-bottom: 18px; } }
      @media screen and (max-width: 768px) {
        section.staff .inner .cntWrap .cnt01 img {
          width: 35%; } }
      section.staff .inner .cntWrap .cnt01 .txt {
        padding-left: 50px; }
        @media screen and (max-width: 768px) {
          section.staff .inner .cntWrap .cnt01 .txt {
            width: 60%;
            padding: 0; } }
        section.staff .inner .cntWrap .cnt01 .txt p.name {
          padding-bottom: 10px;
          font-size: 20px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            section.staff .inner .cntWrap .cnt01 .txt p.name {
              font-size: 18px; } }
    section.staff .inner .cntWrap .cnt02 .staff_box {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        section.staff .inner .cntWrap .cnt02 .staff_box .box {
          width: 31%;
          margin-bottom: 14px; } }
      section.staff .inner .cntWrap .cnt02 .staff_box .box img {
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          section.staff .inner .cntWrap .cnt02 .staff_box .box img {
            margin-bottom: 4px; } }
      section.staff .inner .cntWrap .cnt02 .staff_box .box p {
        font-weight: bold; }

/*# sourceMappingURL=style.css.map */
