@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*width関係*/
/* = animation = */
@import url(common.css);
/*
-----------------------------------------------------------------------
style
-----------------------------------------------------------------------
*/
/* RECRUIT-CONTACT共通
-----------------------------------*/
.main-content .point {
  display: block;
  margin-bottom: 60px;
}

.main-content .recruit-head {
  border: 3px solid #4b829a;
  display: table;
  width: 90%;
  margin: auto;
}

.main-content .recruit-head > dt {
  width: 20%;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #4b829a;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 3px solid #4b829a;
}

.main-content .recruit-head dd {
  width: 80%;
  display: table-cell;
  padding: 15px 20px 5px;
}

.main-content .recruit-head dd dl.indetail {
  width: 100%;
}

.main-content .recruit-head dd dl.indetail::after {
  content: " ";
  display: block;
  clear: both;
}

.main-content .recruit-head dd dl.indetail dt {
  width: 16%;
  background: #4b829a;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 2% 10px 0;
  padding: 3px 0;
  float: left;
}

.main-content .recruit-head dd dl.indetail dd {
  width: 82%;
  font-size: 15px;
  font-size: 1.5rem;
  float: left;
  margin: 0 0 10px 0;
  padding: 3px 0;
}

.main-content .suptxt {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  margin: 50px 0;
}

/*FORM
-------------------------------------*/
.page-form .form-block {
  width: 90%;
  margin: 0 auto 120px;
}

.page-form .form-block .line {
  width: 100%;
  border-top: 1px dotted #000;
}

.page-form .form-block .form-field {
  width: 90%;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 30px;
}

.page-form .form-block .form-field::after {
  content: " ";
  display: block;
  clear: both;
}

.page-form .form-block .form-field dt {
  width: 28%;
  float: left;
  margin-bottom: 30px;
  color: #4b829a;
  font-weight: bold;
  padding-top: 3px;
  clear: both;
}

.page-form .form-block .form-field dt label.required {
  display: inline-block;
}

.page-form .form-block .form-field dt label.required::after {
  content: "必須";
  background: #f2994f;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  padding: 3px 10px;
  margin-left: 10px;
  border-radius: 15px;
}

.page-form .form-block .form-field dd {
  width: 72%;
  float: left;
  margin-bottom: 30px;
}

.page-form .form-block .form-field dd input.text {
  width: 65%;
  display: block;
  margin-bottom: 3px;
  padding: 5px 10px;
  border: 1px solid #b5b5b5;
  box-shadow: inset 0 2px 3px #e4e4e4;
  background: #fff;
  border-radius: 2px;
}

.page-form .form-block .form-field dd textarea.txtarea {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  height: 110px;
  padding: 10px;
  border: 1px solid #b5b5b5;
  box-shadow: inset 0 2px 3px #e4e4e4;
  background: #fff;
}

.page-form .form-block .form-field dd input.fit {
  width: 100%;
}

.page-form .form-block .form-field dd .form-little {
  font-size: 14px;
  font-size: 1.4rem;
  color: #4b829a;
  display: block;
}

.page-form .form-block .form-field dd.ymd select {
  padding: 5px 60px 5px 30px;
  border: 1px solid #b5b5b5;
  background: #fff url(../images/common/arrow01.png) right 50% no-repeat;
  background-size: 32px 100%;
  border-radius: 2px;
}

.page-form .form-block .form-field dd.ymd select:first-child {
  padding: 5px 100px 5px 60px;
}

.page-form .form-block .form-field dd.ymd input.yy {
  display: inline-block;
  margin-bottom: 3px;
  padding: 5px 10px;
  border: 1px solid #b5b5b5;
  box-shadow: inset 0 2px 3px #e4e4e4;
  background: #fff;
  border-radius: 2px;
}

.page-form .form-block .form-field dd.ymd .ymd-kakunin {
  display: inline-block;
  padding: 2px 20px;
}

.page-form .form-block .form-field dd.ymd .ymdsup {
  color: #4b829a;
  display: inline-block;
  margin: 0 20px 0 10px;
}

.page-form .form-block .submit-block {
  text-align: center;
  margin-top: 30px;
}

.page-form .form-block .submit-block .back-btn {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  color: #777;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 10px 60px;
  margin-right: 20px;
  text-align: center;
  background: #fff;
  border: 2px solid #777;
  border-radius: 25px;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #777 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

.page-form .form-block .submit-block .back-btn:hover {
  color: #fff;
  background-color: #777;
  background-position: -100% 100%;
}

.page-form .form-block .submit-block .submit-btn {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 10px 132px;
  text-align: center;
  background: #f2994f;
  border: 2px solid #f2994f;
  border-radius: 25px;
  transition: .5s;
}

.page-form .form-block .submit-block .submit-btn:hover {
  color: #f2994f;
  background-color: #fff;
}

.form-end {
  width: 510px;
  margin: 140px auto 200px;
  padding: 80px 40px;
  border: 2px solid #4b829a;
  background: #fff;
  position: relative;
  z-index: 50;
  transform: translateZ(10px);
  text-align: center;
}

.form-end h3.end-ttl {
  color: #4b829a;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 30px;
}

.form-end::before {
  content: "";
  display: inline-block;
  width: 170px;
  height: 146px;
  background: url(../images/form/item01.svg) no-repeat;
  position: absolute;
  z-index: 0;
  top: -80px;
  left: -120px;
  animation: yoko 2s ease-in-out infinite alternate;
}

.form-end::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 170px;
  background: url(../images/form/item02.svg) no-repeat;
  position: absolute;
  z-index: 0;
  bottom: -120px;
  right: -70px;
  animation: yoko 2.4s ease-in-out infinite alternate;
}

@keyframes yoko {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-5px);
  }
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 768px) {
  .main-content .recruit-head {
    display: block;
  }
  .main-content .recruit-head > dt,
  .main-content .recruit-head > dd {
    width: 100%;
    display: block;
  }
  .main-content .recruit-head dt {
    border-right: none;
    border-bottom: 3px solid #4b829a;
  }
  .main-content .recruit-head dd dl.indetail dt {
    width: 20%;
  }
  .main-content .recruit-head dd dl.indetail dd {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
  .main-content .suptxt {
    text-align: left;
    padding: 0 20px;
    margin: 20px 0;
  }
  .page-form .form-block {
    margin-bottom: 40px;
  }
  .page-form .form-block .form-field {
    width: 100%;
  }
  .page-form .form-block .form-field dt,
  .page-form .form-block .form-field dd {
    width: 100%;
    float: none;
  }
  .page-form .form-block .form-field dt {
    margin-bottom: 15px;
  }
  .page-form .form-block .form-field dt label.required:after {
    font-size: 1.2rem;
    padding: 1px 10px;
  }
  .page-form .form-block .form-field dd input.text {
    width: 100%;
  }
  .page-form .form-block .form-field dd.ymd select:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .page-form .form-block .form-field dd:last-of-type {
    margin-bottom: 0;
  }
  .page-form .form-block .submit-block {
    margin-top: 0;
  }
  .page-form .form-block .submit-block .submit-btn {
    width: 100%;
    font-size: 1.5rem;
    padding: 10px;
  }
  .page-form .form-block .submit-block .back-btn {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .main-block .tel-block p .number {
    display: inline;
  }
}

.recruit-page__link {
  margin-bottom: 100px;
}

.recruit-page__link--item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  height: 123px;
  text-decoration: none;
  padding: 6px;
  max-width: 580px;
  width: 100%;
}

.recruit-page__link--item + .recruit-page__link--item {
  margin-top: 20px;
}

.recruit-page__link--item:hover {
  opacity: .8;
  transition: .5s;
}

.recruit-page__link--banner {
  margin-left: 45px;
}

.recruit-page__link--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.recruit-page__link--flex:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 22px 22px;
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.recruit-page__link--mynavi {
  background-color: #3aa9de;
  position: relative;
}

.recruit-page__link--form {
  background-color: #4894b7;
}

.recruit-page__link--text {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .recruit-page__link {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .recruit-page__link--item {
    height: 80px;
  }
  .recruit-page__link--flex:after {
    border-width: 0 0 10px 10px;
  }
  .recruit-page__link--banner {
    width: 30%;
    margin-left: 10%;
  }
  .recruit-page__link--text {
    font-size: 1.8rem;
  }
}

.form-page-area .common-page-title--main {
  font-size: 2.4rem;
}
