@charset "utf-8";

/* ==== reset-css ===== */

html, body, h1, h2, h3, h4, h5, h6, p {
  font-size: 62.5%;
  margin:0;
  padding:0;
  border:0;
}

body {
  line-height:1;
}

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

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input[type="radio"] {
  margin: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

/* ==== common-css ===== */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #212529;
}

.common-inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==== header ===== */

.recruit_nav {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.header-logo {
  width: 36px;
  height: 36px;
  padding-top: 20px;
}

.recruit_nav__items {
  display: flex;
  padding-top: 20px;
}

.recruit_nav__item {
  margin-right: 10px;
}

.recruit_nav__item a {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  padding: 10px;
}

.recruit_nav__item a:hover {
  text-decoration: underline;
}

/* ==== fv ===== */

.fv {
  width: 100%;
  height: 285px;
  background-image: url(../img/img_banner_recruit1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.fv__title {
  font-size: 4.2rem;
  color: #ffffff;
  font-family: 'Heebo', sans-serif;
  padding-top: 125px;
  text-align: center;
}

/* ==== recruit-form ===== */

.recruit-form {
  margin: 50px 0 100px;
}

.recruit-form__title {
  text-align: center;
  font-size: 2.6rem;
}

.recruit-form__message {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.form-inner {
  max-width: 500px;
  margin: 40px auto 0;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 12px 0 12px 15px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
}

.occupation {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 50px;
  font-weight: bold;
}

.occupation-item {
  font-size: 1.4rem;
  line-height: 1.5;
}

input[type="radio"] {
  margin-top: 25px;
  margin-right: 10px;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 10px 10px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 50px;
  cursor: pointer;
}

.file-items {
  margin-top: 50px;
}

input[type="file"] {
  margin-top: 20px;
  cursor: pointer;
}

.file-heading {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 30px;
  font-weight: bold;
}

input[name="btn_confirm"] {
  width: 100%;
  padding: 12px 0;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #e6e6e6;
  font-size: 1.6rem;
  color: #666666;
  margin-top: 60px;
  cursor: pointer;
  transition: all .3s;
}

input[name="btn_confirm"]:hover {
  background-color: #0F6EFB;
  color: #fff;
  transition: all .3s;
}

.error_list {
  margin-top: 20px;
}

.error_list li {
  font-size: 1.4rem;
  color: red;
  line-height: 1.5;
}

/* ==== 確認画面 ===== */

.confirm-form__title {
  text-align: center;
  font-size: 2.6rem;
}

.confirm-form__message {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.confirm-title {
  font-size: 1.6rem;
  line-height: 1.5;
}

.confirm-title.small {
  font-size: 1.4rem;
}

.confirm-title:first-of-type {
  margin-top: 60px;
}

.confirm-title:not(:first-of-type) {
  margin-top: 40px;
}

.confirm-text {
  display: block;
  font-size: 1.6rem;
  margin-top: 5px;
  line-height: 1.5;
  overflow: scroll;
}

.confirm-text.small {
  font-size: 1.4rem;
}


input[name="btn_back"],
input[name="btn_submit"] {
  width: 100%;
  padding: 12px 0;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1.6rem;
  color: #666666;
  cursor: pointer;
  transition: all .3s;
}

input[name="btn_back"]:hover,
input[name="btn_submit"]:hover {
  opacity: 0.7;
  transition: all .3s;
}

input[name="btn_back"] {
  background-color: #DC3C45;
  color: #fff;
  margin-top: 30px;
}

input[name="btn_submit"] {
  background-color: #0F6EFB;
  color: #fff;
  margin-top: 50px;
}

/* ==== 完了画面 ===== */

.confirm-form__send-item {
  margin-top: 80px;
  text-align: center;
}

.confirm-form__send-btn {
  font-size: 1.6rem;
  color: #212529;
}

.confirm-form__send-btn:hover {
  text-decoration: underline;
}

/* ==== footer ===== */

.page_footer {
  padding: 48px 0;
  background-color: #000;
  color: #fff;
}

.recruit__footer-inner {
  width: 90%;
  margin: 0 auto;
}

.recruit__footer-imgs {
  width: 150px;
  height: 60px;
}

.recruit__footer-img {
  width: 100%;
  height: 100%;
}

.recruit__footer-items {
  margin-top: 30px;
}

.recruit__footer-item {
  font-size: 1.3rem;
  line-height: 1.8;
}