@charset "UTF-8";
@media screen and (max-width: 768px){
  .pconly{
    display: none !important;
  }
}
@media screen and (min-width: 769px){
  .sponly{
    display: none !important;
  }
}
.fixed-cta.cta-button{
  display: none;
}
main{
  margin-top: 80px;
}
@media screen and (max-width: 1700px){
  main{
    margin-top: 60px;
  }
}

.fv{
  position: relative;
  background-image: url(/shared/img/recruiting_contact/fv-pc-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.fv .inner{
  width: 95%;
  max-width: 1200px;
  margin: auto;
  padding: 60px 0 20px;
}
.fv .inner .catch{
  width: 50%;
  max-width: 760px;
  margin-bottom: 30px;
}
.fv .inner .catch img{
  width: 100%;
}
.fv .inner .jisseki{
  display: flex;
}
.fv .inner .jisseki img{
  width: 30%;
  max-width: 370px;
  object-fit: contain;
}

.fv .inner p{
  margin-top: 20px;
  color: #313c69;
  font-size: 18px;
  font-weight: bold;
}
.fv > .chui{
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 14px;
}

@media screen and (max-width: 1300px){
  .fv .inner p{
    font-size: 14px;
  }
  .fv > .chui{
    font-size: 12px;
  }
}
@media screen and (max-width: 768px){
  main{
    margin-top: 40px;
  }
  .fv{
    background-image: url(/shared/img/recruiting_contact/fv-sp-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .fv .inner{
    width: 90%;
    max-width: 500px;
    padding: 30px 0 20px;
  }
  .fv .inner .catch{
    width: 70%;
    max-width: 450px;
  }
  .fv .inner .jisseki{
    display: block;
  }
  .fv .inner .jisseki img{
    max-width: 320px;
    display: block;
    width: 50%;
    margin-bottom: 10px;
  }
  .fv .inner p{
    font-size: 12px;
  }
}


body{
  font-family: sans-serif;
  margin: auto;
}
.step{
  display: none;
}
.step.active{
  display: block;
}
.buttons{
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
button:disabled{
  opacity: 0.5;
}
label{
  display: block;
  margin: 8px 0;
  cursor: pointer;
}
h2,h3,h4,h5,h6,div,p,ul,li,dd,dt,dl,table{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
  color: inherit;
  width: inherit;
  height: inherit;
  outline: none;
  transition: 0.5s;
}
img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.sp_only{
  display: none;
}
#stepForm .step{
  max-width: 852px;
  background: #fff;
  margin: 0 auto 10% auto;
  padding-bottom: 55px;
  border-radius: 30px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1025px){
  #stepForm .step{
    width: 95vw;
    margin: 0 auto;
  }
}
.stepform_title{
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 10px;
  background: linear-gradient(-65deg, #1796C1 60%, #5EC4DA 0);
  position: relative;
  border-radius: 30px 30px 0 0;
  letter-spacing: 2px;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  padding-left: 68px;
  display: flex;
  justify-content: left;
  align-content: center;
}
[data-step="1"] .stepform_title{
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0 !important;
}
[data-step="7"] .stepform_title{
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}
[data-step="3"] .stepform__step_formarea_input label,
[data-step="4"] .stepform__step_formarea_input label{
  width: 210px;
}
.stepform_title span{
  font-size: 48px;
  margin-right: 20px;
}
.stepform_title span:first-child,
[data-step="1"] .flex p:first-child,
.stepform_title p:first-child{
  margin-right: 20px;
}
[data-step="1"] h3{
  position: relative;
  background-color: #DEDEDE;
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
  display: flex;
  padding-left: 68px;
}
label span{
  display: inline-block;
  margin: 5px;
  border: 1px solid #F68E46;
  width: 350px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #F68E46;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: .3s;
}
[data-step="3"] label span,
[data-step="4"] label span{
  width: 210px;
}

label span:hover,
input[type="radio"]:checked + span{
  color: #fff;
  background-color: #F68E46;
}
input[type="radio"]{
  display: none;
}
.stepform__step_formarea_input{
  text-align: center;
  margin: 32px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
[data-step="3"] .stepform__step_formarea_input,
[data-step="4"] .stepform__step_formarea_input{
  justify-content: space-around;
}

[data-step="6"] .stepform__step_formarea_input,
[data-step="7"] .stepform__step_formarea_input{
  flex-direction: column;
}
[data-step="6"] .stepform__step_formarea_input .flex,
[data-step="7"] .stepform__step_formarea_input .flex{
  flex-wrap: nowrap;
  align-items: baseline;
}
.stepform__step_formarea_input .flex p{
  width: 150px;
  margin-right: 5px;
}
.arrow_wrapper{
  position: relative;
}
select[name*="birth"]{
  width: 110px;
  padding: 10px;
  border: 1px solid #F68E46;
  /* -webkit-appearance: none; */
  appearance: none;
  margin-right: 5px;
}
.arrow_wrapper::after{
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #F68E46;
  border-bottom: 0;
}
input[name*="name"],
input[name*="kana"],
input[name*="tel"],
input[name*="email"]{
  padding: 10px;
  margin-top: 10px;
  width: 70%;
  border: 1px solid #F68E46;
}
.stepform__step_agreement{
  margin-top: 30px;
  text-align: center;
}
.stepform__step_agreement a{
  text-decoration: underline;
  color: #001f62;
}

table.confirm-text{
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 30px;
}
table.confirm-text tbody tr{
  border-bottom: 1px solid #ADADAD;
  margin-bottom: 2%;
}
table.confirm-text tbody tr td{
  padding: 3% 0 1% 0;
}
.error-message{
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-left: 5%;
}
#nextBtn{
  border: none;
  color: #fff;
  background-color: #F68E46;
  border-radius: 5px;
  width: 95px;
  height: 45px;
  transition: .3s;
  cursor: pointer;
}
#prevBtn{
  border: none;
  background-color: #DEDEDE;
  border-radius: 5px;
  width: 95px;
  height: 45px;
  transition: .3s;
  cursor: pointer;
}
@media screen and (max-width: 768px){
  .sp_only{
    display: block;
  }
  label span{
    width: 165px;
    height: fit-content;
  }
  .stepform_title{
    font-size: 20px;
    padding-left: 15px;
  }
  .stepform_title span{
    font-size: 30px;
  }
  [data-step="1"] .stepform_title{
    padding-left: 15px;
  }
  [data-step="1"] h3{
    padding-left: 15px;
    font-size: 20px
  }
  [data-step="5"] input[value=design] + span{
    width: 340px;
  }
  [data-step="6"] .stepform_title{
    font-size: 19px;
  }
  [data-step="7"] .stepform_title{
    font-size: 19px;
  }
  .stepform__step_formarea_input .flex p{
    text-align: left;
    width: 100%;
  }
  [data-step="6"] .stepform__step_formarea_input .flex{
    justify-content: space-between;
  }
  [data-step="6"] .stepform__step_formarea_input .flex,
  [data-step="7"] .stepform__step_formarea_input .flex{
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
  }
  input[name*="name"],
  input[name*="kana"],
  input[name*="tel"],
  input[name*="email"]{
    width: 100%;
  }
  select[name*="birth"]{
    width: 100%;
    margin-right: 0;
  }
  .arrow_wrapper{
    width: 25%;
  }
  .arrow_wrapper.first{
    width: 40%;
  }
  .stepform_title span:first-child, 
  [data-step="1"] .flex p:first-child,
  .stepform_title p:first-child{
    margin-bottom: 3%;
  }
  table.confirm-text tbody tr td{
    width: 50%;
  }
}
/* modal------------------------------------------- */
.modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, .6);
}
.modal .modal_content{
  position: fixed;
  top: 105px;
  left: 25%;
  z-index: 1050;
  width: 50%;
  height: fit-content;
  overflow: hidden;
  outline: 0;
  background-color: #FFF;
  cursor: pointer;
  max-height: 80vh;
  overflow-y: auto;
}
.modal .modal_title{
  color: #000;
  text-align: center;
  border-radius: 30px 30px 0 0;
  letter-spacing: 2px;
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0 10px;
}
@media screen and (max-width: 768px){
  .modal .modal_content{
    width: 75%;
    left: 12.5%;
  }
}