<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section_block .type01 .name {
  width: 180px;
  text-align: left !important;
}

.section_block .recruit {
  background: #f8f8f8;
  padding: 50px;
  text-align: center;
}

.section_block .recruit h4 {
  padding-bottom: 20px;
  font-size: 3rem;
}

.section_block .recruit a.tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #48b3cb;
  pointer-events: none;
}

.section_block .recruit a.tel .icon-tel {
  font-size: 3.6rem;
  margin-right: 8px;
}

.section_block .recruit a.tel span {
  font-size: 4rem;
  font-family: "A1 Mincho", serif;
  letter-spacing: 2px;
}

@media screen and (max-width: 740px) {
  .section_block .type01 .name {
    width: 84px;
  }
  .section_block .recruit {
    padding: 15px;
  }
  .section_block .recruit h4 {
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .section_block .recruit p {
    text-align: left;
  }
  .section_block .recruit a.tel {
    pointer-events: auto;
  }
  .section_block .recruit a.tel .icon-tel {
    font-size: 2.6rem;
    margin-right: 4px;
  }
  .section_block .recruit a.tel span {
    font-size: 3rem;
    letter-spacing: 1px;
  }
}
</pre></body></html>