.form__title {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #fff5f6;
}
@media screen and (min-width: 768px) {
  .form__title {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
.form__title .form__heading-en {
  font-family: "Montserrat-L";
  font-size: 33px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__title .form__heading-en {
    font-size: 48px;
  }
}
.form__title h2 {
  font-family: "ZenKakuGothicNew-B";
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__title h2 {
    font-size: 21px;
  }
}
.career_form_container {
  padding: 2em;
  max-width: 700px;
  margin: 0 auto;
}
.form_info {
  padding: 0 2em;
}
.form_info .breadcrumbs {
  max-width: 1000px;
  margin: 0 auto;
}
.form_info .breadcrumbs ul {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.form_info .breadcrumbs ul li {
  position: relative;
  font-family: "NotoSansJP-R";
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .form_info .breadcrumbs ul li {
    font-size: 14px;
  }
}
.form_info .breadcrumbs ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -13px;
  width: 5px;
  height: 1px;
  background-color: black;
}
.form_info .breadcrumbs ul li:last-child::after {
  display: none;
}
.form_info .breadcrumbs ul li a {
  text-decoration: none;
}
.form_info .form_disc {
  font-family: "NotoSansJP-M";
  font-size: 14px;
  margin-top: 10px;
  max-width: 700px;
  margin: 10px auto 0;
}
.form_info .form_disc p {
  margin-top: 48px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .form_info .form_disc {
    margin: 30px auto 0;
  }
  .form_info .form_disc p {
    font-size: 16px;
    margin: 56px 0;
  }
}
.career_form_container .form__answer input.text {
  width: 100%;
  padding: 5px 10px 0px;
  height: 35px;
  min-height: 1px;
  font-weight: normal;
  font-size: 16px;
  color: rgb(112, 112, 112);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(228, 228, 228);
  border-image: initial;
  border-radius: 4px;
  font-family: "NotoSansJP-R";
}
.career_form_container .form__answer input.text::placeholder {
  color: #b3b3b3;
  font-family: "NotoSansJP-R";
}
@media screen and (min-width: 768px) {
  .career_form_container .form__answer input.text {
    font-size: 16px;
  }
}
.career_form_container .form__answer select {
  width: 100%;
  height: 35px;
  min-height: 1px;
  font-weight: normal;
  font-size: 16px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(228, 228, 228);
  border-image: initial;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .career_form_container .form__answer select {
    font-size: 16px;
  }
}
.career_form_container ul li {
  margin-bottom: 20px;
}
.form__heading {
  font-family: "NotoSansJP-M";
  font-size: 14px;
  margin-bottom: 10px;
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  .form__heading {
    font-size: 16px;
  }
}
.form__answer label {
  color: #4d4d4d;
  font-family: "NotoSansJP-R";
}
.form__answer select,
.form__answer select option {
  color: #4d4d4d;
  font-family: "NotoSansJP-R";
}
.experience label {
  font-family: "NotoSansJP-R";
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  .experience {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .experience div {
    width: calc(100% / 3 - 5px);
  }
}
.required {
  font-family: "NotoSansJP-M";
  font-size: 12px;
  color: #de3247;
}
.flex-center {
  display: flex;
  align-items: center;
}
.year_money {
  width: 50px;
  margin-left: 10px;
}
.w50p {
  width: 50%;
}
#kiyaku .kiyaku {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 180px;
  padding: 11px 8px;
  background-color: #eee;
}

#kiyaku .kiyaku .kiyaku_contents {
  margin: 14px 0 0;
}
#kiyaku .kiyaku .kiyaku_title {
  font-weight: 500;
}
#kiyaku .kiyaku h4 {
  font-family: "NotoSansJP-M";
}
#kiyaku .kiyaku p {
  padding: 3px 0;
  font-family: "NotoSansJP-M";
  font-size: 14px;
  line-height: 1.75;
}
#kiyaku .agree {
  font-family: "NotoSansJP-M";
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  #kiyaku .agree {
    margin-top: 48px;
    margin-bottom: 80px;
    font-size: 16px;
  }
}
.form__submit {
  position: relative;
  width: calc(50% - -90px);
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form__submit {
    width: 310px;
  }
}
.form__submit:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 5px;
  border-bottom: solid 1px;
  border-right: solid 2px;
  transform: skew(45deg);
  right: 20px;
  top: 40%;
}
.form_career_btn {
  font-family: "NotoSansJP-M";
  font-size: 16px;
  background: linear-gradient(90deg,rgba(232, 160, 58, 1) 0%,rgba(230, 103, 118, 1) 50%);
  width: 100%;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 30px !important;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  transition: all ease 0.3s;
}
.form_career_btn[disabled] {
  background: #ccc;
  border: none;
  cursor: not-allowed;
}
