html {
  position: relative;
  z-index: 0;
}

body {
  background-color: #f4f2ed;
}

.container {
  color: #4d463d;
}
.subpage .container {
  padding-top: 0;
}

.subTitle_detail {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 50px;
}

.subP .header-logo {
  color: #fff;
}

section.mainVisual {
  margin-bottom: 0;
}

.section01 .Area {
  padding: 100px 0 50px;
  text-align: center;
}

.section01 .Area .AreaD {
  margin-top: 28%;
  text-align: center;
  line-height: 2;
}

.AreaD p {
  font-size: 2.4rem;
  color: #1e5b9a;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.content .AreaD {
  text-align: center;
  padding: 132px 0;
}

.recruitCont {
  padding-top: 60px;
}

.br_detail {
  display: none;
}

/*タブレット*/

@media screen and (max-width: 979px) {
  .section01 .Area .AreaD {
    margin-top: 16%;
  }

  .section01 .Area .AreaD ul {
    flex-wrap: nowrap;
  }

  section {
    margin-bottom: 50px;
  }
  .content {
    padding: 0 5%;
  }

  .Area img {
    width: 85%;
  }

  .br_detail {
    display: block;
  }
}

/*タブレットここまで*/

@media screen and (max-width: 640px) {
  .section01 .Area {
    padding: 60px 0;
  }
  .subTitle_detail {
    margin-top: 60px;
    padding: 0 5%;
  }
}

@media screen and (max-width: 480px) {
  .section01 .Area {
    padding: 50px 0;
  }
  .subTitle_detail {
    width: 90%;
    margin: 40px auto 0;
    font-size: 11px;
    padding: 0;
  }
  .terms .terms_text {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
}

/*スマホ*/

@media screen and (max-width: 480px) {
  html {
    position: relative;
    z-index: 0;
  }

  .recruitCont {
    font-size: 1.3rem;
  }

  .section01 .Area {
    font-size: 1.5rem;
  }

  .section01 .Area .AreaD {
    margin-top: 24%;
  }

  .AreaD p {
    font-size: 1.7rem;
  }

  .container .content {
    padding-top: 0;
  }
}

/*スマホここまで*/

/*iphone5サイズ*/

@media screen and (max-width: 320px) {
}

/*iphone5サイズここまで*/

.contact {
  transform-origin: bottom left;
}

.contact__container {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto 100px;
  padding: 5rem 5rem 11.4rem;
}

.contact__ttl {
  text-align: center;
  margin-bottom: 52px;
}

.contact__ttl-en {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}

.contact__ttl-jp {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.contact__ttl h3 {
	padding-top: 0;
}

.contact__ttl-border {
  width: 50px;
  margin: 17px auto 20px;
  border-bottom: 2px solid #1e5b9a;
}

.contact__text {
  line-height: 1.5;
}

.form__wrap {
  width: 100%;
  margin: 0 auto;
}

.form {
  margin-bottom: 50px;
}

.form--confirm {
  margin-bottom: 0px;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

.form__item--confirm {
  margin-top: 40px;
}

.form__label {
  flex-grow: 0;
  min-width: 140px;
  line-height: 1.87;
  padding-top: 14px;
}

.form__label--confirm {
  min-width: 181px;
}

.form__required {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 132px;
  padding: 14px 37px 0;
}

.form__required .required {
  width: 85px;
  height: 30px;
  background-color: #1e5b9a;
  color: #fff;
  text-align: center;
  line-height: 1.87;
}

.form__input {
  width: 100%;
}

.form__selectbox,
.form__textarea,
.form__textbox {
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
  padding: 0.8rem 1.6rem;
  border: solid 1px #bfbfbf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  background-color: #fff;
  resize: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

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

.form__textarea {
  height: 180px;
  overflow: auto;
}

.form__input--confirm .form__selectbox,
.form__input--confirm .form__textarea,
.form__input--confirm .form__textbox {
  border: 0px;
  word-break: break-all;
}

.form__input--confirm .form__textarea {
  height: auto;
}

.error-msg {
  color: #b2514b;
  margin-top: 8px;
}

.privacy__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

.privacy__text a {
  color: #1e5b9a;
  text-decoration: underline;
}

.terms {
  margin: 50px 0;
}

.terms .terms_title {
  text-align: center;
  font-size: 22px;
}

.terms .terms_text {
  border: 1px solid #000;
  padding: 1em;
}

.terms_text span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.25;
}

.terms .privacy__text a {
  color: #1e5b9a;
  border-bottom: 1px solid #1e5b9a;
}

.privacy__text a:hover {
  opacity: 0.5;
}

.privacy__check {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.62;
}

.privacy__check span {
  position: relative;
}

.privacy__check input[type="checkbox"] {
  display: none;
}

.privacy__check span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -36px;
  border: 1px solid #000;
  position: absolute;
  width: 22px;
  height: 22px;
}

.privacy__check input[type="checkbox"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: -29px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #1e5b9a;
  border-right: 3px solid #1e5b9a;
}

.inputBtn {
  text-align: center;
  margin: 0;
}

.form__btn {
  position: relative;
  background-color: #fff;
  margin-top: 50px;
  padding: 0.2rem 10.7rem;
  border: 2px solid #1e5b9a;
  color: #1e5b9a;
  font-size: 1.6rem;
  cursor: pointer;
}

.form__btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #1e5b9a;
  -webkit-transform: rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.form__btn:hover {
  opacity: 0.8;
}

#complete .form__btn {
  padding: 0.2rem 6rem;
}

.form__btn--back,
.form__btn--send {
  width: 25rem;
  padding: 0;
  margin: 10px 5px 0;
  cursor: pointer;
}

.form__btn__wrap {
  margin-top: 62px;
}
@media screen and (max-width: 480px) {
  .form__btn__wrap {
    margin-top: 0;
  }
}

.form__btn--back::after {
  left: 10px;
  transform: translate(-50%, -50%) rotate(180deg);
}
.sp-only {
  display: none;
}

/*問い合わせフォーム確認・完了画面*/
html#confirm,
html#complete {
  background: none;
  background-color: #f5f5f5;
}

#confirm .contact__container,
#complete .contact__container {
  transform: skewY(0deg);
  background-color: #fff;
  margin-top: 5rem;
}

#confirm .form__label {
  padding-top: 0;
}

#confirm .form__input--confirm .form__selectbox,
#confirm.form__input--confirm .form__textarea,
#confirm.form__input--confirm .form__textbox {
  padding-top: 0;
  margin-top: 0;
}

#confirm .form__selectbox,
#confirm .form__textarea,
#confirm .form__textbox {
  padding-top: 0;
  margin-top: 0;
}

#confirm .form__item {
  border-bottom: 1px solid #d2d2d2;
}

#complete .form__btn {
  width: 40%;
  min-width: 280px;
}
/*問い合わせフォーム確認・完了画面ここまで*/

/*タブレット用*/
@media screen and (max-width: 979px) {
  .contact {
    padding: 0 5%;
  }

  .section01_contact {
    margin-bottom: 0;
  }

  .contact h3 {
    padding-top: 3rem;
  }

  .contact__container {
    padding: 3rem;
  }

  .form__required {
    padding: 14px 20px 0;
  }

  .form__item {
    /*flex-wrap: wrap;*/
    display: block;
  }

  .form__label {
    display: inline-block;
    min-width: auto;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1;
    margin-right: 11px;
  }

  .form__required {
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
    font-size: 1rem;
    min-width: 42.5px;
  }

  .form__required .required {
    width: 42.5px;
    height: 15px;
    display: table-cell;
    vertical-align: middle;
  }

  .form__selectbox,
  .form__textarea,
  .form__textbox {
    height: 45px;
    margin-top: 6px;
    font-size: 1.5rem;
    padding: 0.8rem 1.6rem;
  }

  .form__input--confirm .form__selectbox,
  .form__input--confirm .form__textarea,
  .form__input .form__textbox {
    height: auto;
  }

  .form__textarea {
    height: 130px;
  }

  .privacy__text {
    font-size: 1.3rem;
  }

  .privacy__check {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .contact {
    padding: 0;
  }

  .contact__container {
    width: 90%;
    padding: 22px 0 44px;
    margin-bottom: 50px;
  }

  .contact h3 {
    padding-top: 0;
  }

  .contact__ttl {
    margin-bottom: 35px;
  }

  /*.contact__ttl h3 {
		margin-bottom: 34px;
	}
*/
  .contact__ttl-en {
    font-size: 2.6rem;
  }

  .contact__ttl-jp {
    margin-bottom: 15.5px;
    font-size: 1.4rem;
  }

  .contact__text {
    font-size: 1.2rem;
    line-height: 1.87;
  }

  .contact__ttl-border {
    width: 25px;
    margin: 10px auto;
    border-width: 1px;
  }

  .form {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 22px;
  }

  .privacy__text {
    font-size: 1.2rem;
    line-height: 1.75;
  }

  .privacy__check {
    width: 95%;
    margin: 3px auto 0;
    font-size: 1rem;
    line-height: 1.75;
  }

  .privacy__check span {
    padding-left: 24px;
    letter-spacing: normal;
  }

  .privacy__check span::before {
    top: -2px;
    left: 1px;
    width: 19px;
    height: 19px;
  }

  .privacy__check input[type="checkbox"]:checked + span::after {
    top: -3px;
    left: 8px;
    width: 7px;
    height: 11px;
  }

  .error-msg {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  .inputBtn {
    width: 90%;
    margin: 0 auto;
  }

  .form__btn {
    width: 90%;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    border-width: 1.5px;
    font-size: 1.6rem;
    line-height: 1.31;
    cursor: pointer;
  }

  /*問い合わせフォーム確認・完了画面ここから*/

  .form__btn.form__btn--send {
    background-color: #1e5b9a;
    color: #fff;
  }

  #complete .form__btn {
    width: 80%;
  }

  /*問い合わせフォーム確認・完了画面ここまで*/

  .sp-only {
    display: block;
  }

  .terms {
    margin: 22px 0;
  }

  .terms .terms_title {
    font-size: 18px;
  }

  .terms .terms_text {
    font-size: 12px;
  }
}
