@charset "UTF-8";
/* Scss Document */

.red_bold {margin-top:10px; margin-bottom:10px; font-weight: bold; font-size: 22px; color: #cc0000;}
.p_txt {margin: 10px auto; font-weight: bold; font-size: 18px; }
.mainTit {
  background: url(../img/bg_index01.jpg) no-repeat;
  background-size: cover;
  color: #333;
}

.mainTit h2 {
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  padding: 101px 0;
  margin-bottom: 15px;
}


@media screen and (max-width: 900px) {
  .mainTit h2 {
    padding: 75px 0;
  }
}

@media screen and (max-width: 500px) {
  .mainTit h2 {
    padding: 50px 0;
    font-size: 30px;
  }
}

.mainTit span {
  font-size: 20px;
  font-style: normal;
}

@media screen and (max-width: 500px) {
  .mainTit span {
    font-size: 16px;
  }
}

.content {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.main01 {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.pankuzuList {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .pankuzuList {
    margin-bottom: 30px;
  }
}

.pankuzuList li {
  float: left;
}

.pankuzuList li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}

.pankuzuList li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.linkBtn03 button {
  width: 240px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
  display: block;
  margin: 0 auto 50px;
  border: none;
  border-radius: 45px;
  background: -moz-linear-gradient(left, #ed5a24, #e10012);
  background: -webkit-linear-gradient(left, #ed5a24, #e10012);
  background: -webkit-gradient(linear, left top, right top, from(#ed5a24), to(#e10012));
  background: -o-linear-gradient(left, #ed5a24, #e10012);
  background: linear-gradient(to right, #ed5a24, #e10012);
  background-image: url(../../common/img/white_arrow.png) no-repeat 90% 50%;
}

@media screen and (max-width: 640px) {
  .linkBtn03 button {
    width: 100%;
  }
}

.linkBtn03 button:disabled {
  background: #ccc;
  padding: 15px 0;
  cursor: default;
}

.linkBtn04 {
  width: 270px;
  margin: 0 auto 50px;
  border-radius: 45px;
  background: -moz-linear-gradient(left, #ed5a24, #e10012);
  background: -webkit-linear-gradient(left, #ed5a24, #e10012);
  background: -webkit-gradient(linear, left top, right top, from(#ed5a24), to(#e10012));
  background: -o-linear-gradient(left, #ed5a24, #e10012);
  background: linear-gradient(to right, #ed5a24, #e10012);
}

@media screen and (max-width: 400px) {
  .linkBtn04 {
    width: 290px;
  }
}

.linkBtn04 a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0 15px 20px;
  display: block;
  position: relative;
  background: url(../../common/img/white_arrow.png) no-repeat 90% 50%;
}

.contactForm01 input[type="text"],
.contactForm01 input[type="email"],
.contactForm01 input[type="submit"] {
  font-family: 'Open Sans', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 1100px) {
  .contactForm01 input[type="text"],
  .contactForm01 input[type="email"],
  .contactForm01 input[type="submit"] {
    width: 100%;
  }
}

.contactForm01 input[type="text"],
.contactForm01 input[type="email"] {
  font-size: 14px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.contactForm01 textarea {
  width: 480px;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 1100px) {
  .contactForm01 textarea {
    width: 100%;
  }
}

.contactForm01 th {
  width: 200px;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .contactForm01 th {
    width: 165px;
  }
}

@media screen and (max-width: 640px) {
  .contactForm01 th {
    width: 100%;
    display: block;
  }
}

.contactForm01 td {
  padding: 10px 0;
}

@media screen and (max-width: 640px) {
  .contactForm01 td {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .contactForm01 td {
    font-size: 12px;
  }
}

.contactForm01 tr:first-child .required {
  margin-left: 10px;
}

.contactForm01 tr:nth-child(3) .required {
  margin-left: 15px;
}

.contactForm01 tr:nth-child(4) .required {
  margin-left: 10px;
}

.contactForm01 tr:nth-child(5) .required {
  margin-left: 0px;
}

.contactForm01 tr:last-child .required {
  margin-left: 10px;
}

.contactForm01 tr:nth-child(3) th {
  position: relative;
  bottom: 120px;
}

@media screen and (max-width: 640px) {
  .contactForm01 tr:nth-child(3) th {
    position: static;
    bottom: auto;
  }
}

@media screen and (max-width: 640px) {
  .contactForm01 tr:first-child td {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .contactForm01 tr:nth-child(2) td {
    display: block;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 340px) {
  .contactForm01 tr:nth-child(2) td {
    font-size: 11px;
  }
}

@media screen and (max-width: 900px) {
  .contactForm01 tr:nth-child(2) td:last-child {
    padding: 0 0 20px;
  }
}


.red_label {
  position: relative;
  /* ボックスの位置を指定する */
  padding-left: 25px;
  /* ボックス内側の余白を指定する */
  margin-right: 10px;
}

.red_label:after, .red_label:before {
  position: absolute;
  /* ボックスの位置を指定する */
  content: "";
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 50%;
  /* 上部から配置の基準位置を決める */
}

.red_label:after {
  left: 3px;
  margin-top: -7px;
  /* チェック枠の位置 */
  width: 13px;
  /* ボックスの横幅を指定する */
  height: 13px;
  /* ボックスの高さを指定する */
  border: 1px solid #ccc;
  /* ボックスの境界線を実線で指定する */
}

.red_label:before {
  left: 7px;
  /* 左から配置の基準位置を決める */
  margin-top: -7px;
  /* チェックマークの位置 */
  width: 4px;
  /* ボックスの横幅を指定する */
  height: 8px;
  /* ボックスの高さを指定する */
  border-right: 3px solid #e10012;
  /* 境界線（右）のスタイルを指定する */
  border-bottom: 3px solid #e10012;
  /* 境界線（下）のスタイルを指定する */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /* 要素を回転させる */
  opacity: 0;
  /* 要素を透過指定する */
}

input[type="checkbox"]:checked + .red_label:before,
input[type="radio"]:checked + .red_label:before {
  opacity: 1;
  /* 要素を表示する */
}

.required {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #e10012;
  border-radius: 2px;
  padding: 3px;
}

.privacy {
  text-align: center;
  margin: 40px 0;
}

.privacy .underline {
  text-decoration: underline;
}

.text {
  margin-bottom: 30px;
}

/*--------------------------------------------------*/
.main02 {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

.main02 p {
  padding-bottom: 20px;
}

.main02 th {
  text-align: left;
  padding-right: 15px;
}

.main02 input {
  margin: 20px 0;
}

@media screen and (max-width: 400px) {
  .main02 input {
    margin: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .main02 input {
    margin: 5px 0;
  }
}

.main02 .backBtn {
  width: 150px;
  font-size: 14px;
  background: #fff;
  color: #333;
  padding: 10px;
  border-radius: 30px;
}

.main02 .recruit_submit {
  width: 150px;
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  display: block;
  margin-right: 20px;
  border: none;
  border-radius: 45px;
  background: -webkit-linear-gradient(left, #ed5a24, #e10012);
  background: -o-linear-gradient(left, #ed5a24, #e10012);
  background: -webkit-gradient(linear, left top, right top, from(#ed5a24), to(#e10012));
  background: linear-gradient(to right, #ed5a24, #e10012);
}

@media screen and (max-width: 320px) {
  .main02 .recruit_submit {
    float: none;
    margin-right: 0;
  }
}
