@charset "UTF-8";
body {
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ ゴシック', sans-serif; }

a {
  text-decoration: none;
  color: rgba(0, 68, 0, 0.8); }

.header {
  background-color: rgba(0, 68, 0, 0.8);
  position: fixed;
  top: 0;
  color: #FFFFFF;
  width: 100%;
  height: 70px; }
  .header .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    width: 1024px;
    margin: 0 auto; }
    .header .buttons .logo {
      flex-grow: 1;
      background-image: url("../img/logo.png");
      background-repeat: no-repeat;
      width: 300px;
      height: 50px; }
    .header .buttons .humberger {
      font-size: 24pt;
      font-weight: 900;
      cursor: pointer; }
    .header .buttons .menu {
      display: flex;
      flex-direction: row;
      justify-content: flex-end; }
      .header .buttons .menu .item {
        margin: 10px;
        color: #FFFFFF; }
        .header .buttons .menu .item[href]:before {
          content: "";
          display: inline-block;
          width: 18px;
          height: 18px;
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: text-bottom; }
        .header .buttons .menu .item[href="#news"]:before {
          background-image: url("../img/si-glyph-bubble-message-text.svg"); }
        .header .buttons .menu .item[href="#about"]:before {
          background-image: url("../img/si-glyph-pencil.svg"); }
        .header .buttons .menu .item[href="#company"]:before {
          background-image: url("../img/si-glyph-clipboard.svg"); }
        .header .buttons .menu .item[href="#recruit"]:before {
          background-image: url("../img/si-glyph-person-2.svg"); }
        .header .buttons .menu .item[href="#contact"]:before {
          background-image: url("../img/si-glyph-mail.svg"); }

.content-area {
  width: 720px;
  margin: 0 auto;
  color: #666666; }
  .content-area section {
    padding-bottom: 50px; }
    .content-area section h1, .content-area section h2 {
      color: #444444;
      font-weight: normal; }
    .content-area section h1 {
      font-size: 24pt;
      border-bottom: 2px solid rgba(0, 68, 0, 0.8);
      padding: 0 10px; }
    .content-area section h2 {
      font-size: 14pt;
      background-color: #EEEEEE;
      margin-top: 10px; }
      .content-area section h2:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 30px;
        vertical-align: bottom;
        background-color: rgba(0, 68, 0, 0.8);
        margin-right: 10px; }
    .content-area section .content p {
      margin: 0 20px;
      text-indent: 15px; }
    .content-area section .content ul li {
      list-style-type: none;
      margin: 5px 0; }
    .content-area section .content ol {
      padding-inline-start: 20px;
      margin: 0; }
    .content-area section .content .table {
      margin: 0 40px;
      display: flex;
      flex-direction: column; }
      .content-area section .content .table .row {
        display: flex;
        flex-direction: row; }
        .content-area section .content .table .row .cell {
          border: 1px solid lightgray;
          padding: 5px 10px; }
          .content-area section .content .table .row .cell.title {
            width: 150px;
            flex-shrink: 0;
            background-color: #EEEEEE;
            border-right: none; }
          .content-area section .content .table .row .cell.value {
            flex-grow: 1;
            border-left: none; }

.footer {
  border-top: 1px solid rgba(0, 68, 0, 0.8);
  text-align: center;
  font-size: small; }

.company-name {
  font-family: "Hiragino Maru Gothic Pro";
  font-weight: 900; }

@media screen and (max-width: 1023px) {
  .header .buttons {
    align-items: start; }
    .header .buttons .menu {
      display: none;
      flex-direction: column;
      background-color: #004400; }
      .header .buttons .menu .item {
        margin: -0.5px;
        padding: 5px;
        border: 1px solid #FFFFFF; } }
@media screen and (max-width: 719px) {
  .header .buttons {
    width: unset; }

  .content-area {
    width: unset; }
    .content-area section h1 {
      font-size: 20pt; }
    .content-area section .content p, .content-area section .content .table {
      margin: 0 10px; }
    .content-area section .content ul {
      padding: 0 10px; }
    .content-area section .content .table .row .cell.title {
      width: 70px; }

  .top-image {
    width: 100%;
    height: 200px;
    background-image: url("../img/image1.jpg");
    background-position: 0 -50px;
    background-size: cover; } }
@media screen and (min-width: 720px) and (max-width: 1023px) {
  .header .buttons {
    width: 720px; }

  .top-image {
    margin: 0 auto;
    width: 720px;
    height: 300px;
    background-image: url("../img/image1.jpg");
    background-position: 0 -100px;
    background-size: cover; } }
@media screen and (min-width: 1024px) {
  .header .buttons .humberger {
    display: none; }

  .top-image {
    margin: 0 auto;
    width: 1280px;
    height: 500px;
    background-image: url("../img/image1.jpg");
    background-position: 0 -250px; } }

/*# sourceMappingURL=style.css.map */
