@charset 'UTF-8';

/*-----------------------------------
fv
--------------------------------------------------------*/
#bg-recruit {
  height: 320px;

  background-image: url(../img/bg-recruit.jpg);
}

@media (max-width: 960px) {
  #bg-recruit {
    height: 160px;
  }
}

/*-----------------------------------
採用にあたって
--------------------------------------------------------*/
.bg-gley {
  background-color: #f0f0f0;
}

.recruit_message {
  margin-top: -40px;
  margin-bottom: 120px;
  padding-top: 60px;
  padding-bottom: 120px;
}

.recruit-wrapper {
  display: flex;

  width: 80%;
  margin: auto;
}

.message_box {
  position: relative;
  z-index: 10;
  top: -30px;
  right: -60px;

  max-width: 800px;
  padding: 20px auto 20px;

  border: 5px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(250, 250, 250, 0.7);
}

.message_box h2 {
  font-family: Mukta;
  font-size: 300%;
  font-weight: bold;

  display: inline-block;

  margin-top: 20px;
  margin-left: 20px;

  border-bottom: #333 3px solid;
}

.message_box p {
  padding: 10px 30px 30px 30px;
}

.recruit_img {
  position: relative;
  z-index: 5;
  top: 40px;
  left: -60px;

  width: 500px;
  height: auto;
  margin: auto;
}

@media (max-width: 960px) {
  .recruit-wrapper {
    display: block;

    width: 100%;
    margin: auto;
  }

  .message_box {
    top: 0;
    right: 0;

    margin: auto;
  }

  .recruit_img {
    top: 0;
    left: 0;

    width: 550px;
    margin: auto;
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .message_box {
    width: 88%;
  }
  .recruit_img {
    width: 95%;
  }
}

/*-----------------------------------
募集要項
--------------------------------------------------------*/
.recruit_table h2 {
  font-size: 160%;

  margin-bottom: 20px;
  padding: 8px 8px 8px 8px;

  text-align: center;

  color: #fff;
  background-color: #333;
}

#recruit {
  position: relative;
  z-index: 3;

  width: 600px;
  margin: auto;
  padding: 0;

  border-spacing: 0;
  border-collapse: collapse;

  border: rgba(0, 0, 0, 0.1) 0.25px solid;
}

#recruit tr th {
  padding-top: 4px;
  padding-right: 40px;
  padding-bottom: 4px;
  padding-left: 40px;

  text-align: left;

  background-color: #e6e6e6;
}

#recruit tr td {
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

#cell_wra {
  display: flex;
  flex-wrap: wrap;
}

.cell {
  width: 50%;
}

#big-logo {
  text-align: right;
}

#big-logo img {
  position: relative;
  z-index: 1;

  width: 600px;
  height: auto;
  margin-top: -360px;
  margin-right: 10%;

  opacity: 0.3;
}

@media (max-width: 960px) {
  #recruit {
    width: 90%;
    max-width: 600px;
  }

  #big-logo img {
    width: 360px;
    margin-top: -160px;
    margin-right: 4%;
  }
  #cell {
    width: 100%;
  }

  #cell:last-child {
    padding-top: 20px;
  }
}

/*-----------------------------------
採用フォーム
--------------------------------------------------------*/
.recruit-form h2 {
  font-size: 160%;

  padding: 8px 8px 8px 8px;

  text-align: center;

  color: #fff;
  background-color: #333;
}

#recruit-form-body {
  width: 500px;
  margin: auto;
  margin-bottom: 40px;
  padding-bottom: 60px;

  text-align: left;

  background-color: #f0f0f0;
}

#recruit-form-body dl dt {
  margin-top: 24px;
}

#recruit-form-body dl dd {
  margin-top: 10px;
}

#recruit-form-body dl dd input {
  width: 25em;

  border: #ccc 1px solid;
  border-radius: 4px;
  background-color: #fff;
}

#recruit-form-body dl dd select {
  width: 25em;

  border: #ccc 1px solid;
  border-radius: 4px;
  background-color: #fff;
}

#recruit-form-body dl dd textarea {
  width: 100%;
  height: 12em;

  border: #ccc 1px solid;
  border-radius: 4px;
  background-color: #fff;
}
#recruit-form-body #submit_button_cover {
  text-align: center;
}

#recruit-form-body #submit_button {
  margin: auto;
  margin-top: 30px;
  padding: 8px 25px;

  color: #fff;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.must {
  font-size: 90%;
  font-weight: bold;

  margin-left: 8px;
  padding: 2px;

  color: #fff;
  background-color: rgba(245, 66, 66, 0.8);
}

@media (max-width: 960px) {
  #recruit-form-body {
    width: 90%;
    max-width: 500px;
  }

  input {
    width: 20em;
  }

  .rec_select select {
    width: 20em;
  }
}

.staff_message {
  width: 70%;
  margin: auto;
  margin-bottom: 100px;
}
.staff_message h2 {
  font-family: Mukta;
  font-size: 300%;
  font-weight: bold;

  display: inline-block;

  margin-top: 10px;
  margin-left: 20px;

  border-bottom: #333 3px solid;
}
.about_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.about_wrapper .message_items {
  margin-top: 20px;
}

.about_wrapper .message_img {
  width: 30%;
}

.about_wrapper .message-cont {
  width: 70%;
  padding: 0 30px;
}

@media (max-width: 960px) {
  .staff_message {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .about_wrapper .message_img {
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  .about_wrapper .message-cont {
    width: 100%;
    padding: 0 30px;
  }
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;

  position: relative;

  display: inline-block;

  padding: 1rem 4rem;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;

  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 2.2rem;

  position: relative;

  padding: 0.25rem 2rem 1.5rem 2rem;

  color: #fff;
  background: #f5a22b;
  -webkit-box-shadow: 0 5px 0 #cd7a07;
  box-shadow: 0 5px 0 #cd7a07;
}

a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #f5a22b;
  border: 2px solid #f5a22b;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #cd7a07 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #f5a22b;
  -webkit-box-shadow: 0 2px 0 #cd7a07;
  box-shadow: 0 2px 0 #cd7a07;
}

.btn-zoon {
  padding-bottom: 20px;

  text-align: center;
}

@media (max-width: 768px) {
  .message_box h2,
  .staff_message h2 {
    font-size: 2.2rem;
}
