@charset "utf-8";

/* =====================
  お問い合わせフォーム
===================== */
#contact-form {
  width: 768px;
  margin: 0 auto;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="text"], select {
  width: 100%;
  height: 42px;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .2s ease-in-out;
     -moz-transition: .2s ease-in-out;
      -ms-transition: .2s ease-in-out;
       -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
}
input[type="text"]:focus {
  border: 1px solid #aaa;
  background-color: #d8efff;
}
select{
  padding: 4px 10px 6px;
}
.select_wrap{
  width: 100px;
  position: relative;
}
.select_wrap::after{
  display: block;
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 6px solid transparent;
  border-bottom: none;
  border-top-color: #000;
  border-top-width: 10px;
}
textarea {
  resize: vertical;
  width: 100%;
  min-height: 42px;
  height: 200px;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-transition: .2s ease-in-out;
     -moz-transition: .2s ease-in-out;
      -ms-transition: .2s ease-in-out;
       -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
}
textarea:focus {
  border: 1px solid #aaa;
  background-color: #d8efff;
}
/* Chrome */
::-webkit-input-placeholder {
  color: #aaa;
}

/* Firefox */
::-moz-placeholder {
  color: #aaa;
}
/* IE */
:-ms-input-placeholder {
  color: #aaa;
}
@media screen and (max-width: 1024px) {
  #contact-form {
    width: 100%;
  }
}
.form_lead {
  margin-bottom: 3em !important;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.45;
}
#form .must {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ea5514;
  vertical-align: top;
  float: right;
}
#form .any {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #5656c5;
  vertical-align: top;
  float: right;
}
.form_cont {
  width: 100%;
  margin-bottom: 30px;
}
.form_cont dd {
  width: 100%;
}
.form_cont .recruit {
  font-size: 14px;
  padding: 5px;
  line-height: 1.45;
  padding-left: 1em;
  text-indent: -1em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form_cont ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding-top: 20px;
}
.form_cont li {
  margin: 0 20px 20px 0;
}
.form_ttl {
  padding-bottom: 14px;
  font-weight: bold;
}
input[type="checkbox"] {
  display: none;
}
.check_label {
  display: block;
  text-align: left;
  padding: 10px 20px;
  line-height: 1.45;
  cursor: pointer;
  border: 1px solid #aaa;
  border-radius: 5px;
  -webkit-transition: .2s ease-in-out;
     -moz-transition: .2s ease-in-out;
      -ms-transition: .2s ease-in-out;
       -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
}
.check_label:hover {
  border: 1px solid #0768ab;
}

input[type="checkbox"]:checked + .check_label {
  background: #0768ab;/* マウス選択時の背景色を指定する */
  color: #ffffff;   /* マウス選択時のフォント色を指定する */
  border: 1px solid #0768ab;
}
.input_label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 55px;
  cursor: pointer;
}
.input_label:hover:after {
  border-color: #aaa;
}
.input_label:after, .input_label:before{
  position: absolute;
  content: "";
  display: block;
  top: 45%;
}
.input_label:after {
  left: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  border-radius: 5px;   /* ボックスの角丸を指定する */
  -webkit-transition: .2s ease-in-out;
     -moz-transition: .2s ease-in-out;
      -ms-transition: .2s ease-in-out;
       -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
}
.input_label:before {
  left: 23px;
  margin-top: -7px;
  width: 6px;
  height: 11px;
  border-right: 3px solid #ea5514;
  border-bottom: 3px solid #ea5514;
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
     -moz-transition: .2s ease-in-out;
      -ms-transition: .2s ease-in-out;
       -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
}
input[type=checkbox]:checked + .input_label:before {
  opacity: 1;
}


.modal_btn {
  font-size: 14px;
  padding: 10px 20px;
  color: #ea5514;
  border: 1px solid #ea5514;
  border-radius: 50px;
  margin: 10px 16px;
}
.modal_btn:hover {
  background-color: #ea5514;
  border: 1px solid #ea5514;
  color: #fff;
}
#form .p_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}
#p-mark {
    width: 74px;
    height: 74px;
  margin: 10px 20px;
}
.acccept_cont,
.sumbit_cont {
  margin-bottom: 60px;
  text-align: center;
}
#form .acccept_cont .must {
  float: none;
}
#input-submit {
  font-size: 16px;
  padding: 14px 50px;
  color: #fff;
  background-color: #ea5514;
  cursor: pointer;
  border-radius: 50px;
  -webkit-transition: .2s ease-in-out;
     -moz-transition: .2s ease-in-out;
      -ms-transition: .2s ease-in-out;
       -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
}
#input-submit:hover {
  opacity: .8;
}
#success-message {
  width: 100%;
  text-align: center;
  line-height: 2;
  background-color: #fff1ed;
  border-radius: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  #form h2 .ttl_jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #form h2 .ttl_jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  input[type="text"] {
    font-size: 14px;
  }
  textarea {
    font-size: 14px;
  }
  #form h2 .ttl_jp {
    font-size: 14px;
  }
  #form .p_cont {
    flex-direction: column;
  }
}
@media screen and (max-width: 425px) {
  #form h2 .ttl_jp {
    font-size: 13px;
  }
  .form_lead {
    text-align: left;
  }
}

h6 {
    display: block;
    border-bottom: 1px solid #0768ab;
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: bold;
    color: #0768ab;
}