@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------
   variable
----------------------------------------------- */
@media screen and (min-width: 1025px) {
  .none-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .none-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/* CSS Document */
section {
  margin-bottom: 7em;
}

.side-r {
  height: 0px;
  text-align: left;
  -ms-writing-mode: unset;
  writing-mode: unset;
  z-index: 10;
}

.side-r span {
  border: 1px solid #707070;
  opacity: 1;
  transition: 0.5s;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  margin-left: 0.5em;
}

.side-r span.active {
  background: #707070;
}

.side-r a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.side-r a.navsync-menu-highlight span {
  background: #707070;
  border: 1px solid #707070;
  text-decoration: none;
}

.side-r a:hover span {
  border: 1px solid #006AB8;
  background: #006AB8;
}

@media screen and (max-width: 767px) {
  .side-r {
    position: relative;
    right: 0;
    top: -50px;
  }
  .side-r a::after {
    content: " ▾";
  }
  .side-r a + a {
    margin-left: 1em;
  }
  .side-r nav {
    display: flex;
    justify-content: center;
  }
  .side-r span {
    display: none;
  }
  .side-r .off {
    pointer-events: none;
    opacity: 0.5;
  }
  #sec-profile .side-r nav a:nth-child(1)::after,
#sec-staff .side-r nav a:nth-child(2)::after,
#sec-recruit .side-r nav a:nth-child(3)::after {
    display: none;
  }
  #sec-staff .side-r nav a:nth-child(1)::after,
#sec-recruit .side-r nav a:nth-child(1)::after,
#sec-recruit .side-r nav a:nth-child(2)::after {
    transform: rotate(180deg);
  }
}
#sec-profile table {
  text-align: left;
  margin: auto;
}

#sec-profile th {
  font-weight: 500;
  padding-right: 2em;
}

#sec-profile td {
  padding: 0.5em 0 0.5em 2em;
  border-left: 1px solid #cacaca;
  border-bottom: 2em solid #fff;
  border-top: 2em solid #fff;
}

#sec-profile .button {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  #sec-profile tr {
    display: block;
    border-left: 1px solid #cacaca;
    padding-left: 1em;
    margin-bottom: 3em;
  }
  #sec-profile th {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5em;
  }
  #sec-profile td {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
  }
}
#sec-staff dt {
  font-size: 1.3em;
  font-weight: 400;
}

#sec-staff dd {
  margin-bottom: 2.5rem;
  font-size: 0.8em;
}

#sec-recruit button {
  margin-bottom: 1.5em;
}

iframe {
  width: 100%;
}/*# sourceMappingURL=company.css.map */