:root {
  --main-light: #142143 !important;
}

* {
  box-sizing: border-box;
}


input[type="file"] {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #09122b;
  background-color: #efefef;
  padding: 1px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

/* Chrome and Edge */
input[type="file"]::-webkit-file-upload-button {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #09122b;
  background-color: #efefef;
  padding: 1px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

/* Firefox */
input[type="file"]::file-selector-button {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #09122b;
  background-color: #efefef;
  padding: 1px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

/* pupup form */

p , a {
  margin: 0 !important;
}

.form-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(217, 217, 217, 0.80);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.content-fp {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 700px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;

  border-radius: 8px;
  background: #FFF;
  z-index: 11;
  margin: 20px;
}


.content-fp p {
  color: var(--Colors-Dark-Blue, #142143);
  text-align: center;

  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;

}

.content-fp .link-dark {
  display: flex;
  width: 100%;
  max-width: 452px;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Blue, #1A5D94);
  background: var(--Colors-Blue, #1A5D94);


  color: #FFF;
  text-align: center;

  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
}

.content-fp .link-white {
  display: flex;
  padding: 7px 16px;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid var(--Colors-Dark-Blue, #142143);

  color: var(--Colors-Dark-Blue, #142143);
  text-align: center;

  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.application-form {
  padding-bottom: 60px;
}
.container-top-page {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 60px;
}

.container-top-page h1,
.container-top-page h2,
.container-top-page h3,
.container-top-page h4,
.container-top-page h5,
.container-top-page a,
.container-top-page span,
.container-top-page p {
  margin: 0;
  line-height: normal;
}

@media (max-width:1024px) {
  .container-top-page {
    padding: 0 40px;
  }
}

@media (max-width:768px) {
  .container-top-page {
    padding: 0 20px;
  }
  .application-form {
    padding-bottom: 0px;
  }
}

.title-form-javo {
  width: 100%;
  color: var(--Colors-Dark-Blue, #142143);
  text-align: left;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; 
  letter-spacing: 1.1px;
  padding-bottom: 16px;
}

.register-date {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  width: 100%;
  padding-top: 32px;
}

.register-date p {
  color: var(--Colors-Grey, #C4C4C4);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  letter-spacing: 0.6px;
  margin: 0;
}

.bl_form input , .bl_form form .hs-form-required:after , .bl_form form .hs-input, .bl_form.password form input[type=password]{
  border-radius: 0px !important;
}
.bl_form form .actions input[type=submit] {
  border-radius: 8px  !important;
}

.bl_form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bl_form form label, .bl_form label {
  margin-bottom: 8px !important;
}

@media (max-width:768px) {
  .title-form-javo {
    font-size: 18px;
  }
  .register-date {
    padding-top: 16px;
  }
}

.hs-button {
  max-width: 100% !important;
}

.application-form h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--main);
}

.bl_form{
  width: 100%;
  background: var(--white);
  display: grid;
  gap: .8rem;
}


.bl_form form fieldset{
  max-width: 100%;
}


.bl_form form input[type=checkbox]~span, 
.bl_form form input[type=radio]~span{
  padding-left: 3.6rem !important;
}

.bl_form form input[type=checkbox]~span:after,
.bl_form form input[type=checkbox]~span:before{
  height: 2.4rem;
  width: 2.4rem;
}

.bl_form form input[type=checkbox]~span:after{
  left: 1.8rem;
  top: -0.2rem;
}

.bl_form form input[type=radio]~span:after{
  left: 1.3rem;
}

.bl_form form input[type=checkbox]~span, 
.bl_form form input[type=radio]~span{
  display: flex;
  gap: 0.5rem;
}

.bl_form form .inputs-list{
  display: flex;
}


.property{
  display: flex;
}

.propertyLabel{
  width: 24rem;
  font-weight: bold;
  border: 1px solid var(--border, #E2E2E2);
  background: var(--beige_transparent, #FAFAFA);
  padding: 1rem;
  font-size: 1.4rem;
}

.propertyValue{
  border: 1px solid var(--border, #E2E2E2);
  background: var(--white);
  padding: 1rem;
  width: calc( 100% - 20rem );
  font-size: 1.4rem;
}

.formButtonArea {
  margin-top: 1.6rem;
  display: grid;
  gap: 1rem;
}

@media(max-width: 600px){
  .property{
    flex-direction: column;
  }
  .propertyLabel{
    width: 100%;
  }
  .propertyValue{
    width: 100%;
  }
}


.hs-form-booleancheckbox a {
  color: var(--main);
  text-decoration: underline;
}

.bl_jobofferListItem_ant{
  color: var(--main-red);
  font-size: 1.2rem;
  font-weight: bold;
}


{# 会員登録促し動線 #}
.bl_noSendForm {
  display: grid;
  gap: 1.6rem;
  justify-items: center;
}

.bl_noSendForm.uh.is_whole{
  border: solid 1px var(--error);
}

.application_form_cta_text{
  text-align: center;
}


{# only is my joboffer #}

.is_my_joboffer .is_statusTag{
  background: var(--error);
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  color: var(--white);
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}