@charset "UTF-8";
/* CSS Document */
/*変数*/
body {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  background: #000;
  font-size: 16px; }

h1, h2, h3, h4, p, a, label {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  margin: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  width: 100%; }

form {
  text-align: left; }

.conf {
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  padding: 0.5rem;
  border-radius: 0.3rem; }

#header {
  background: #000;
  padding: 1rem;
  position: fixed;
  width: 100%;
  height: 5rem;
  z-index: 999; }
  #header:after {
    content: "";
    display: block;
    clear: both; }
  #header .logo {
    background: url(../img/logo.png) left no-repeat;
    background-size: contain;
    width: 75%;
    float: left;
    height: 3em; }
    #header .logo a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -999999px; }

#nav-drawer {
  float: right; }

#nav-open {
  padding-top: 0.8rem; }
  #nav-open span {
    color: #caa846;
    padding: 0.2rem 0.5rem 0.3rem;
    display: block;
    width: 100%;
    border: 1px solid;
    border-radius: 0.1rem; }
    #nav-open span.menu-close {
      display: none; }
    #nav-open span .fa {
      vertical-align: text-bottom; }

#nav-content {
  background: rgba(34, 34, 34, 0.95); }
  #nav-content ul li {
    border-bottom: 1px solid #5c5c5c; }
    #nav-content ul li a {
      font-size: 1.2rem;
      display: block;
      width: 100%;
      height: 100%;
      padding: 1rem; }
      #nav-content ul li a .fa {
        float: right; }

#nav-input:checked ~ #nav-open {
  display: block;
  opacity: .5; }
  #nav-input:checked ~ #nav-open span.menu-open {
    display: none; }
  #nav-input:checked ~ #nav-open span.menu-close {
    background: #fff;
    display: block;
    border-color: #fff; }

.wrapper {
  max-width: 1024px;
  margin: 0 auto; }

main {
  padding-top: 5rem; }
  main.ent {
    background: url(../img/bg-main.jpg) top -15rem center no-repeat;
    background-size: 100% auto; }
  main:after {
    content: "";
    display: block;
    clear: both; }

.content-body {
  padding: 1rem;
  text-align: center; }
  .content-body .htitle {
    color: #caa846;
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 1rem; }
    .content-body .htitle + sub {
      color: #caa846;
      font-size: 1.2rem;
      text-align: center;
      margin-bottom: 1rem; }
  .content-body .body-text {
    line-height: 1.6; }

.bottom-link ul {
  display: flex;
  flex-wrap: wrap; }
  .bottom-link ul li {
    width: calc(100% / 3); }
.bottom-link.about ul li {
  width: 50%; }

aside.entry {
  width: 50%;
  padding: 3rem 0;
  margin: 0 auto; }

#footer {
  background: #222;
  padding: 1rem; }
  #footer:after {
    content: "";
    display: block;
    clear: both; }
  #footer dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    #footer dl dd {
      margin-right: 1rem; }
      #footer dl dd a {
        display: block;
        padding: 0.5rem; }
  #footer .foot-logo {
    background: url(../img/logo-footer.png) center no-repeat;
    background-size: contain;
    width: 10rem;
    height: 3rem;
    float: left; }
    #footer .foot-logo a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -999999px; }
  #footer small {
    color: #fff;
    float: right;
    margin-top: 1.4rem; }

/*SPメニュー*/
#nav-drawer {
  position: relative; }

.nav-unshown {
  display: none; }

#nav-open {
  width: 5em;
  height: 3em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer; }

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s ease-in-out; }

#nav-content {
  overflow: auto;
  position: fixed;
  top: 5rem;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 0px;
  transition: .3s ease-in-out; }

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5; }
#nav-input:checked ~ #nav-content {
  height: 100%; }

.top-text {
  font-size: 3rem;
  margin: 2rem auto;
  display: block;
  width: 90%;
  padding-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #eee; }
  .top-text.contact {
    color: #caa846;
    border-color: #caa846; }
    .top-text.contact ~ ul {
      display: flex;
      justify-content: space-around;
      padding: 0 2rem; }
      .top-text.contact ~ ul li {
        width: 28%; }
      .top-text.contact ~ ul ~ p {
        font-size: 1.6rem;
        padding: 2rem 0;
        text-align: center; }

.send-comp {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 4rem; }
  .send-comp strong {
    color: #caa846;
    font-size: 3rem;
    display: block; }

.main-visual {
  text-align: center; }
  .main-visual .main-htext {
    font-size: 5rem;
    margin-bottom: 14rem; }
  .main-visual .main-stext {
    font-size: 2rem;
    padding: 3rem 0;
    line-height: 1.6; }

.top-body-text {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  display: block;
  height: 10rem;
  overflow: hidden; }

.btn-more {
  color: #caa846;
  font-size: 2rem;
  display: inline-block;
  cursor: pointer; }

.content-body.merit {
  background: #000;
  padding: 1rem 0; }
.content-body.interview {
  width: 50%;
  float: left; }
  .content-body.interview:after {
    content: "";
    display: block;
    clear: both; }
.content-body.about {
  margin-bottom: 2rem; }
  .content-body.about .htitle {
    border-bottom: 2px solid #fff; }
  .content-body.about .body-text {
    font-size: 1.6rem;
    text-align: left;
    overflow: hidden;
    height: 5.4rem; }
    .content-body.about .body-text span {
      color: #caa846; }
.content-body.vide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.body-text .btn-entry.about {
  display: block;
  width: 30%;
  margin: 2rem auto 0; }

.merit-title {
  color: #caa846;
  font-size: 2.2rem; }

.merit-list {
  margin-bottom: 1rem; }
  .merit-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .merit-list ul li {
      width: 32%;
      display: block;
      padding: 1rem; }
      .merit-list ul li img {
        margin-bottom: 1rem; }
      .merit-list ul li p {
        line-height: 1.6; }

.qa-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .qa-list li {
    width: 50%;
    text-align: left;
    padding: 0.5rem; }
    .qa-list li h3 {
      color: #caa846;
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.6;
      border-bottom: 1px solid #caa846;
      cursor: pointer; }
      .qa-list li h3:before {
        content: "";
        background: url(../img/ico-q.svg) no-repeat;
        background-size: contain;
        display: inline-block;
        width: 1.4rem;
        height: 1.4rem;
        position: relative;
        top: 0.2rem; }
    .qa-list li p {
      padding-top: 1rem;
      padding-left: 1.4rem;
      line-height: 1.8;
      display: none;
      position: relative; }
      .qa-list li p:before {
        content: "";
        background: url(../img/ico-a.svg) no-repeat;
        background-size: contain;
        display: inline-block;
        width: 1.4rem;
        height: 1.4rem;
        position: absolute;
        top: 1rem;
        left: 0; }

.inter-hbox {
  background: url(../img/ico-arrow.svg) no-repeat;
  background-size: 6%;
  background-position: right 1.2rem bottom 1rem;
  border: 1px solid #caa846;
  text-align: left;
  position: relative;
  margin-bottom: 2rem;
  cursor: pointer; }
  .inter-hbox .tit-hbox {
    font-size: 3rem;
    font-weight: normal;
    padding: 1rem; }
  .inter-hbox .sub-hbox {
    color: #caa846;
    font-size: 1.5rem;
    padding: 1rem;
    padding-top: 0; }

.inter-bbox {
  text-align: left;
  display: none;
  padding: 1rem;
  padding-top: 0; }
  .inter-bbox .tit-hborder {
    color: #caa846;
    margin: 2rem 0; }
    .inter-bbox .tit-hborder:before {
      content: "";
      background: #caa846;
      display: inline-block;
      width: 3rem;
      height: 1px;
      position: relative;
      left: 0;
      bottom: 0.3rem;
      margin-right: 0.2rem; }
  .inter-bbox p {
    line-height: 1.6; }
    .inter-bbox p ~ img {
      margin-top: 2rem; }
      .inter-bbox p ~ img ~ a {
        display: block;
        max-width: 50%;
        margin: 1rem auto 0; }

.more-read {
  background: #000;
  font-size: 1.6rem;
  padding: 1rem 0;
  position: relative;
  top: -0.3rem;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .more-read:before, .more-read:after {
    content: "";
    background: #fff;
    flex-grow: 1;
    height: 1px; }
  .more-read:before {
    margin: 0 0.5rem 0 5rem; }
  .more-read:after {
    margin: 0 5rem 0 0.5rem; }

.img-table {
  display: block;
  width: 60%;
  margin: 0 auto; }

.job-type ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .job-type ul .type-nav {
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: left center;
    width: 49%;
    border-top: 1px solid #fff; }
    .job-type ul .type-nav:nth-child(3), .job-type ul .type-nav:nth-child(4) {
      border-bottom: 1px solid #fff; }
    .job-type ul .type-nav a {
      background: url(../img/ico-arrow-o.svg) no-repeat;
      background-size: 1rem;
      background-position: right 1rem center;
      color: #caa846;
      text-decoration: none;
      display: block;
      text-align: left;
      padding: 2rem 0 2rem 7rem; }
    .job-type ul .type-nav.manager {
      background-image: url(../img/thumb-manager.jpg); }
    .job-type ul .type-nav.staff {
      background-image: url(../img/thumb-staff.jpg); }
    .job-type ul .type-nav.driver {
      background-image: url(../img/thumb-driver.jpg); }
    .job-type ul .type-nav.web {
      background-image: url(../img/thumb-web.jpg); }

.job-box {
  padding: 6rem 1rem 0; }
  .job-box .htitle {
    padding: 0.2rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #fff; }
  .job-box ul {
    text-align: left; }
    .job-box ul li .tit-type {
      color: #caa846;
      font-size: 2rem;
      padding: 1rem;
      margin-bottom: 1rem;
      border-bottom: 1px solid #fff; }
      .job-box ul li .tit-type ~ p {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 1rem; }
    .job-box ul li .btn-entry {
      width: 20%;
      display: block;
      margin: 0 auto; }

.content-vide {
  width: 49%;
  text-align: left;
  padding: 2rem 0 0; }
  .content-vide .tit-job {
    color: #caa846;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid #fff; }
    .content-vide .tit-job ~ p {
      line-height: 1.8;
      margin-bottom: 0.5rem; }
  .content-vide .job-desc {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0.3rem 1rem;
    margin-bottom: 0.5rem; }
    .content-vide .job-desc.type {
      background: #caa846;
      color: #000;
      font-weight: bold;
      padding: 0.7rem 1rem 0.5rem;
      border: 1px solid #caa846; }
  .content-vide .desc-area {
    padding-top: 1rem;
    display: none; }
    .content-vide .desc-area .tit-job-desc {
      font-size: 1.6rem;
      font-weight: normal;
      padding: 0.5rem;
      margin-bottom: 1rem;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
      .content-vide .desc-area .tit-job-desc ~ p {
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 2rem; }
        .content-vide .desc-area .tit-job-desc ~ p ~ .btn-entry {
          width: 40%;
          display: block;
          margin: 1rem auto 3rem; }

.btn-vide-more {
  color: #caa846;
  text-align: center;
  line-height: 1.2 !important;
  padding: 1rem 0 0;
  cursor: pointer; }

.gooubo {
  display: block;
  width: 12rem;
  margin: 0 auto; }

@media screen and (max-width: 1199px) {
  /*max-width 1199px*/ }
@media screen and (max-width: 1023px) {
  /*max-width 1023px*/
  main {
    background-position: top -10rem center; }

  .main-visual .main-htext {
    font-size: 4rem; }

  .merit-list ul li p {
    font-size: 0.8rem; }

  #footer dl dd:last-child {
    margin-right: 0; }

  .qa-list li {
    width: 100%; }

  .content-body.about .body-text {
    font-size: 1.5rem;
    height: 5rem; }

  .content-vide .tit-job {
    font-size: 1.2rem; }
    .content-vide .tit-job ~ p {
      font-size: 0.9rem; }
  .content-vide .job-desc.type {
    padding: 0.7rem 0.5rem 0.5rem; }
  .content-vide .desc-area .tit-job-desc {
    font-size: 1.1rem; }
    .content-vide .desc-area .tit-job-desc ~ p {
      font-size: 0.9rem; }
      .content-vide .desc-area .tit-job-desc ~ p ~ .btn-entry {
        margin: 1rem auto; } }
@media screen and (max-width: 767px) {
  /*max-width 767px*/
  main {
    background-position: top center; }
    main article:nth-child(3).interview {
      margin-bottom: 1rem; }

  .top-text {
    font-size: 2rem; }
    .top-text.contact ~ ul ~ p {
      font-size: 1rem;
      padding: 1rem 0; }

  .send-comp {
    font-size: 1rem;
    line-height: 1.4; }
    .send-comp strong {
      font-size: 2rem; }

  .main-visual .main-htext {
    text-align: left;
    padding-left: 1.8rem;
    line-height: 1.2;
    margin-bottom: 6rem; }

  .main-visual .main-stext {
    font-size: 1.6rem;
    padding: 4rem 0; }

  .content-body .htitle {
    font-size: 2.2rem; }
  .content-body.interview {
    width: 100%; }
  .content-body.about {
    margin: 0; }
    .content-body.about .htitle {
      font-size: 1.8rem; }
    .content-body.about .body-text {
      font-size: 1rem; }

  .top-body-text {
    font-size: 0.9rem;
    height: 7rem; }

  .btn-more {
    font-size: 1.4rem; }

  .merit-title {
    font-size: 1.4rem; }

  .merit-list ul li {
    width: 100%; }
    .merit-list ul li img {
      width: 60%; }
    .merit-list ul li p {
      font-size: 0.96rem; }

  .bottom-link ul li {
    width: 100% !important; }

  aside.entry {
    padding: 1.5rem 0; }

  #footer dl dd {
    margin: 0;
    width: 50%; }

  .qa-list li h3 {
    font-size: 1rem; }

  .inter-hbox {
    margin: 0; }

  .inter-bbox .tit-hborder {
    font-size: 0.8rem;
    margin: 1rem 0; }
    .inter-bbox .tit-hborder:before {
      width: 2.5rem; }
  .inter-bbox p {
    font-size: 0.8rem; }
    .inter-bbox p ~ img ~ a {
      display: block;
      width: 40%;
      margin: 2rem auto 0; }

  .more-read {
    font-size: 1rem; }
    .more-read:before {
      margin: 0 0.5rem 0 1rem; }
    .more-read:after {
      margin: 0 1rem 0 0.5rem; }

  .job-type ul .type-nav {
    background-size: 28%;
    width: 100%; }
    .job-type ul .type-nav:nth-child(3) {
      border-bottom: none; }
    .job-type ul .type-nav a {
      font-size: 1.4rem;
      padding: 2rem 0 2rem 7.5rem; }

  .job-box {
    padding-top: 5rem; }
    .job-box .htitle {
      font-size: 1.8rem; }
    .job-box ul li .tit-type {
      font-size: 1.6rem;
      padding: 0.5rem 1rem; }
      .job-box ul li .tit-type ~ p {
        font-size: 1rem; }
    .job-box ul li .btn-entry {
      width: 59%; }

  .content-vide {
    width: 100%; }
    .content-vide .tit-job {
      font-size: 1.4rem; } }
@media screen and (max-width: 413px) {
  /*max-width 413px*/
  .top-text .contact ~ ul li {
    width: 30%; }

  .main-visual .main-htext {
    font-size: 3.6rem;
    margin-bottom: 5rem; }
  .main-visual .main-stext {
    font-size: 1.4rem;
    padding: 3rem 0; }

  .content-body .htitle {
    font-size: 2rem; }
  .content-body.about .htitle {
    font-size: 1.6rem; }
  .content-body.about .body-text {
    font-size: 0.9rem;
    height: 4.5rem; }

  .top-body-text {
    font-size: 0.8rem;
    height: 6rem; }

  .btn-more {
    font-size: 1.2rem; }

  .merit-list ul li img {
    width: 55%;
    margin-bottom: 0.5rem; }
  .merit-list ul li p {
    font-size: 0.86rem; }

  #footer dl dd a {
    font-size: 0.9rem; }

  .qa-list li h3 {
    font-size: 0.9rem; }
    .qa-list li h3:before {
      width: 1rem;
      height: 1rem; }
  .qa-list li p {
    font-size: 0.9rem; }
    .qa-list li p:before {
      width: 1rem;
      height: 1rem;
      top: 1.2rem; }

  .inter-bbox .tit-hborder:before {
    width: 2rem; }
  .inter-bbox .tit-hborder, .inter-bbox p {
    font-size: 11px; }

  .job-type ul .type-nav {
    background-size: 35%; }
    .job-type ul .type-nav a {
      padding: 2rem 0 2rem 8rem; }

  .job-box .htitle {
    font-size: 1.6rem; }
  .job-box ul li .tit-type {
    font-size: 1.4rem; }
    .job-box ul li .tit-type ~ p {
      font-size: 0.9rem; }

  .content-vide .tit-job {
    font-size: 1.2rem; }
    .content-vide .tit-job ~ p {
      font-size: 0.8rem; }
  .content-vide .desc-area .tit-job-desc {
    font-size: 1rem; }
    .content-vide .desc-area .tit-job-desc ~ p {
      font-size: 0.8rem; } }
@media screen and (max-width: 374px) {
  /*max-width 374px*/
  #header .logo {
    width: 70%; }

  .main-visual .main-htext {
    font-size: 3rem;
    margin-bottom: 1rem; }
  .main-visual .main-stext {
    font-size: 1.2rem;
    padding: 4rem 0; }

  .content-body .htitle {
    font-size: 1.8rem; }
  .content-body.about .htitle {
    font-size: 1.2rem; }
  .content-body.about .body-text {
    font-size: 0.8rem;
    height: 3.8rem; }

  .top-body-text {
    font-size: 0.7rem;
    height: 5rem; }

  .merit-title {
    font-size: 1.2rem; }

  .merit-list ul li p {
    font-size: 0.72rem; }

  #footer dl dd a {
    font-size: 0.8rem; }
  #footer small {
    font-size: 0.8rem; }
    #footer small a {
      font-size: 0.8rem; }

  .qa-list li h3 {
    font-size: 0.8rem; }
  .qa-list li p {
    font-size: 0.7rem; }

  .inter-hbox .tit-hbox {
    font-size: 2.3rem; }
  .inter-hbox .sub-hbox {
    font-size: 1.2rem; }

  .inter-bbox .tit-hborder {
    font-size: 10px;
    margin: 1rem 0; }
    .inter-bbox .tit-hborder:before {
      width: 1.2rem;
      bottom: 3px; }
  .inter-bbox p {
    font-size: 10px; }

  .job-type ul .type-nav a {
    font-size: 1rem;
    padding: 2rem 0 2rem 7rem; }

  .job-box .htitle {
    font-size: 1.4rem; }
  .job-box ul li .tit-type {
    font-size: 1.2rem; }
    .job-box ul li .tit-type ~ p {
      font-size: 10px; }

  .content-vide .tit-job {
    font-size: 1rem; }
  .content-vide .job-desc {
    font-size: 0.8rem; }
  .content-vide .desc-area .tit-job-desc {
    font-size: 0.9rem; } }
