@charset "UTF-8";
/* Scss Document */
* {
  -webkit-appearance: none;
  border-radius: 0;
}

.mainImage {
  width: 100%;
  background: url("../images/bg_index01.jpg") no-repeat 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mainImage .title01 {
    width: 220px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .mainImage .title01 {
    width: 163px;
  }
}
.mainImage .subTitle01 {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .mainImage .subTitle01 {
    font-size: 18px;
  }
}
.mainImage .titleArea01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entryFormArea01 {
  max-width: 1000px;
  width: 100%;
  margin: 110px auto 0;
}
@media screen and (max-width: 767px) {
  .entryFormArea01 {
    margin-top: 70px;
  }
}
.entryFormArea01 .confirmBtn01 input {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  max-width: 480px;
  width: 100%;
  padding: 21px 0 15px;
  margin: 0 auto;
  background: url("../images/arrow02.png") no-repeat right 20px top 32px;
  background-color: #dc4646;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .entryFormArea01 .confirmBtn01 input {
    font-size: 18px;
    padding: 12px 0 10px;
    background-position: right 20px top 20px;
  }
}
.entryFormArea01 .txt01 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .entryFormArea01 .txt01 {
    font-size: 15px;
  }
}

.entryForm01 {
  font-size: 16px;
  width: 100%;
  margin-bottom: 110px;
  border-top: 1px solid #b0b0b0;
}
@media screen and (max-width: 767px) {
  .entryForm01 {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.entryForm01 td, .entryForm01 th {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .entryForm01 td, .entryForm01 th {
    display: block;
  }
}
.entryForm01 th {
  font-weight: bold;
  min-width: 200px;
  width: 26%;
  text-align: left;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .entryForm01 th {
    min-width: none;
    width: 100%;
    padding: 15px 0 0;
  }
}
.entryForm01 td {
  width: 74%;
}
@media screen and (max-width: 767px) {
  .entryForm01 td {
    width: 100%;
    padding: 10px 0 40px;
  }
}
.entryForm01 tr {
  border-bottom: 1px dashed #d6d6d6;
}
.entryForm01 tr:first-child td, .entryForm01 tr:first-child th {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .entryForm01 tr:first-child td {
    padding-top: 10px;
  }
}
.entryForm01 tr:first-child th {
  vertical-align: top;
}
.entryForm01 .th01 {
  vertical-align: top;
}
.entryForm01 .requireMark01 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 5px;
  background: #de4646;
  position: absolute;
  right: 30px;
}
@media all and (-ms-high-contrast: none) {
  .entryForm01 .requireMark01 {
    padding: 4px 5px 1px;
  }
}
@media screen and (max-width: 767px) {
  .entryForm01 .requireMark01 {
    right: 0;
  }
}
.entryForm01 .radio {
  padding: 2px 0 2px 30px;
}
@media screen and (max-width: 450px) {
  .entryForm01 .radio {
    margin-bottom: 10px;
    vertical-align: top;
  }
}
.entryForm01 .radio:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .entryForm01 .radio:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 450px) {
  .entryForm01 .radio:nth-child(-n+2) {
    margin-bottom: 10px;
    vertical-align: top;
  }
}
.entryForm01 .radio:before {
  top: 1px;
}
@media all and (-ms-high-contrast: none) {
  .entryForm01 .radio:before {
    top: 0px;
  }
}
.entryForm01 .radio:after {
  background: #de4646;
  top: 7px;
  left: 6px;
}
@media all and (-ms-high-contrast: none) {
  .entryForm01 .radio:after {
    top: 6px;
  }
}
.entryForm01 .radio input {
  top: 2px;
  left: -20px;
}
.entryForm01 .w-200px {
  max-width: 200px !important;
  width: 100%;
}
.entryForm01 .w-300px {
  max-width: 300px !important;
  width: 100%;
}
.entryForm01 .w-400px {
  max-width: 400px !important;
  width: 100%;
}
.entryForm01 .w-600px {
  max-width: 600px !important;
  width: 100%;
}
.entryForm01 .tel01 select {
  font-size: 16px;
  height: 40px;
  padding: 0 8px;
  background: url("../images/arrow01.png") no-repeat right;
  background-size: 40px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}
.entryForm01 .tel01 select.w-160px {
  width: 160px;
}
.entryForm01 .tel01 select.w-100px {
  width: 100px;
}
.entryForm01 .tel01 ::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}
.entryForm01 .tel01 .yearBox, .entryForm01 .tel01 .monthBox, .entryForm01 .tel01 .dayBox {
  margin-right: 20px;
  display: inline-block;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .entryForm01 .tel01 .yearBox {
    display: block;
    margin-bottom: 15px;
  }
}
.entryForm01 input[type=text], .entryForm01 input[type=tel], .entryForm01 input[type=email] {
  padding: 0 8px;
}
@media all and (-ms-high-contrast: none) {
  .entryForm01 input[type=text], .entryForm01 input[type=tel], .entryForm01 input[type=email] {
    padding: 5px 8px 0px;
  }
}
.entryForm01 input[type=tel] {
  font-size: 16px;
  height: 40px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entryForm01 textarea {
  padding: 5px 8px;
}

/*
input[type="checkbox"]{
	display: none;			checkboxを非表示にする
}*/
.blue_label {
  display: inline-block;
  position: relative;
  /* ボックスの位置を指定する */
  padding-left: 34px;
  /* ボックス内側の余白を指定する */
  margin-right: 30px;
}

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

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

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

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

.jobselect p {
  display: inline-block;
  min-width: 220px;
  margin-bottom: 10px;
}

.confirmation {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .confirmation td {
    padding: 10px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .confirmation tr:first-child th {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.send input {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  max-width: 300px;
  width: 100%;
  padding: 21px 0 15px;
  margin: 0 auto;
  background: url("../images/arrow02.png") no-repeat right 20px top 32px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .send input {
    font-size: 16px;
    max-width: 350px;
    padding: 12px 0 10px;
  }
}
.send input[type=submit] {
  background: url("../images/arrow02.png") no-repeat right 20px top 32px;
  background-color: #dc4646;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .send input[type=submit] {
    margin: 0 auto 15px;
    display: block;
    background-position: right 20px top 20px;
  }
}
.send input[type=button] {
  color: #dc4646;
  background: url("../images/arrow03.png") no-repeat left 20px top 32px;
  background-color: transparent;
  border: 1px solid #dc4646;
}
@media screen and (max-width: 767px) {
  .send input[type=button] {
    display: block;
    background-position: left 20px top 20px;
  }
}
.send input.backBtn01 {
  max-width: 450px;
  background: url("../images/arrow03.png") no-repeat left 20px top 32px;
}
@media all and (-ms-high-contrast: none) {
  .send input.backBtn01 {
    padding: 18px 0;
  }
}
@media screen and (max-width: 767px) {
  .send input.backBtn01 {
    background-position: left 20px top 20px;
  }
}

.backBtn01 {
  max-width: 350px;
  width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .backBtn01 {
    max-width: 300px;
  }
}
.backBtn01 a {
  color: #dc4646;
  font-size: 22px;
  font-weight: bold;
  padding: 21px 0 15px;
  border: 1px solid #dc4646;
  border-radius: 4px;
  background: url("../images/arrow04.png") no-repeat right 20px top 32px;
  display: block;
}
@media screen and (max-width: 767px) {
  .backBtn01 a {
    font-size: 16px;
    padding: 12px 0 10px;
    background-position: right 20px top 20px;
  }
}

.footer:after {
  display: none;
}

.selectTxt02 {
  margin-top: 9px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .selectTxt02 {
    margin-right: 5px;
  }
}

.newgradArea .yearBox02 {
  margin-right: 6px !important;
}
@media screen and (max-width: 767px) {
  .newgradArea .yearBox02 {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .newgradArea .yearBox02 input {
    max-width: 160px !important;
  }
}

.lasttxt {
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lasttxt {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.form-subtit {
  font-size: 16px;
  color: #000;
  opacity: 0.4;
  font-weight: bold;
  margin-bottom: 30px;
}

.radio {
  overflow: initial;
}

.newgradArea .requireMark01 {
  display: none;
}

.midcarArea .requireMark01 {
  display: none;
}

.pointArea01 {
  padding: 90px 0 20px;
}
@media screen and (max-width: 767px) {
  .pointArea01 {
    padding: 45px 0 10px;
  }
}
.pointArea01 h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pointArea01 h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pointArea01 h2 {
    margin-bottom: 20px;
  }
}
.pointArea01 .pointDetail01 {
  font-size: 15px;
  padding: 65px 100px;
  background: #fff;
  line-height: 1.7;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .pointArea01 .pointDetail01 {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pointArea01 .pointDetail01 {
    padding: 25px 15px;
  }
}
.pointArea01 table {
  width: 100%;
}
.pointArea01 tr {
  border-top: 1px solid #000;
}
.pointArea01 tr:last-child {
  border-bottom: 1px solid #000;
}
.pointArea01 th,
.pointArea01 td {
  padding: 30px 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .pointArea01 th,
.pointArea01 td {
    padding: 20px 10px 35px;
    display: block;
  }
}
.pointArea01 th {
  font-size: 20px;
  font-weight: bold;
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .pointArea01 th {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .pointArea01 th {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #000;
  }
}
.pointArea01 li:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #000;
}
.pointArea01 h3 {
  font-size: 16px;
  font-weight: bold;
}
.pointArea01 .job01 {
  margin-top: 15px;
}

.detail {
  text-align: center;
}
.detail a {
  margin-top: 10px;
  display: block;
}

.detail a:hover {
  text-decoration: none;
}