@charset "utf-8";
#header{
  position: relative;
}
@media print, screen and (min-width:768px){
  .contsIn { /*common.css上書き*/
    width: 1000px;
  }
}
@media print, screen and (min-width:768px){
  #header{
    border-bottom: 5px solid #164386;
  }
}
@media screen and (max-width: 767px) {
  #header{
    border-bottom: 2px solid #164386;
  }
}
#headTop{
  position: relative;
  background-color: #fff;
}
#headTop .coproLogo{
  display: flex;
  align-items: center;
  width: 118px;
}
@media screen and (max-width: 767px) {
  #headTop .leftWrap .logoBox{
    width: 91px;
    padding: 9px 0;
  }
  .headSimple #headTop .dispFlex{
    align-items: center;
  }
  .headSimple #headTop .topWrap{
    padding: 0 2.666%;
  }
  .headSimple #headTop .leftWrap{
    width: auto;
    padding: 0;
  }
  #headTop .coproLogo{
    width: 95px;
  }
}

#mainConts img{
  vertical-align: bottom;
}
#wrapper{
  font-family: 'Noto Sans JP', sans-serif;
}
#mainConts{
  padding: 0;
}
#main{
  padding-top: 0;
}
#mv{
  position: relative;
}
#mv .mvBlock{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

@media print, screen and (min-width:768px){
  #mv .mvBlock{
    height: 0;
    background-size: auto; 
    background-position: center;
    background: url(/lp/static/f001/img/mv.jpg) center bottom no-repeat;  
    padding-top: 500px;
  }
}
@media screen and (max-width: 767px) {
  #mv img{
    width: 100%;
  }
}

.textLink01 span{
  text-decoration: underline;
}
.textLink02{
  position: relative;
  padding-right: 0.8em;
  font-weight: bold;
  color: #164386;
  text-decoration: underline;
}
.textLink02:after{
  content: '';
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.textLink02:after{
  border-color: #164386;
}
@media print, screen and (min-width:768px){
  .textLink01{
    font-size: 15px;
  }
  .textLink02{
    font-size: 18px;
  }
  .textLink01:hover span,
  .textLink02:hover{
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .textLink02{
    font-size: 16px;
  }
  .textLink02:after{
    width: 7px;
    height: 7px;
  }
}

.footCopy{
  background-color: #164386;
  padding: 1.857em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footCopy{
    padding: .763em 3em;
  } 
}

/* ===============================================================
formConts
=============================================================== */
.formConts{
  position: relative;
  background-color: #F5F5F5;
  padding: 20px 0 60px;
}
.formConts *{
  box-sizing: border-box;
}
#step4 .formTitle{
  text-align: left;
}
@media screen and (max-width: 767px) {
  .formTitle{
    font-size: 16px;
  }
  .formConts{
    padding: 45px 0 55px;
  }
}

/* ===============================================================
flowArea
=============================================================== */
.flowArea .flex{
  display: flex;
  align-items: center;
}
.flowArea .lead{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.flowArea .ttl{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.flowArea .flow{
  display: flex;
  align-items: center;
}
.flowArea .flowList{
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.flowArea .flowList li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #F5F5F5;
  border-radius: 50%;
  margin-left: 13px;
  color: #164386;
  font-weight: bold;
  font-size: 18px;
}
.flowArea .flowList li:first-child{
  margin-left: 0;
}
.flowArea .flowList li.active{
  background-color: #FFF664;
}
@media print, screen and (min-width:768px){
  .flowArea{
    position: relative;
    top: -10px;
    left: 0;
    width: 794px;
    height: 149px;
    background: url(/lp/static/f001/img/flowbg.png) no-repeat top center;
    background-size: contain;
    margin: 0 auto;
  }
  .flowArea .flowInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 42px 33px 33px 135px;
  }
}
@media screen and (max-width: 767px) {
  .flowArea{
    position: absolute;
    top: -28px;
    left: 0;
    right: -6%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66%;
    height: 55px;
    background-color: #164386;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    margin: auto;
    padding: 0;
    z-index: 2;
  }
  .flowArea::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10.5%;
    width: 15.2vw;
    height: 15.2vw;
    background: url(/lp/static/f001/img/time30.svg) no-repeat left center;
    background-size: 100% auto;
    margin: auto;
  }
  .flowArea::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -16px;
    left: -6vw;
    right: 0;
    width: 50px;
    height: 19px;
    background: url(/lp/static/f001/img/flowbg_sp.svg) no-repeat left center;
    background-size: 100% auto;
    margin: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  }
  .flowArea .flowInner{
    margin-top: -4px;
  }
  .flowArea .lead{
    font-size: 16px;
    text-align: center;
  }
  .flowArea .ttl{
    font-size: 11px;
  }
  .flowArea .flow{
    justify-content: center;
    margin-top: 1px;
  }
  .flowArea .flowList{
    margin-left: 10px;
  }
  .flowArea .flowList li{
    width: 16px;
    height: 16px;
    margin-left: 8px;
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 368px) {
  .flowArea{
    width: 72%;
  }
}

/* ===============================================================
formArea
=============================================================== */
.formArea{
  overflow: hidden;
}
.formBody{
  width: 400%;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s ease-in-out;
}
.formTitle{
  font-weight: bold;
  text-align: center;
}
.formTitle span{
  color: #164386;
}
@media print, screen and (min-width:768px){
  .formArea{
    margin-top: 0.5em;
  }
  .formTitle{
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .formTitle{
    font-size: 16px;
  }
}

.stepScreen{
  position: relative;
  width: 100%;
}
.stepScreenInner{
  max-width: 1000px;
  margin: auto;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .stepScreenInner{
    padding-left: 5%;
    padding-right: 5%;
  }
}

.formBlock{
  margin-top: 35px;
}
.formBlock input,
.formBlock select,
.formBlock textarea {
  width: 100%;
  background-color: #fff;
	border: 1px solid #A4A4A4;
	border-radius: 5px;
	padding: 10px;
  font-size: 20px;
  text-align: left;
}
.formBlock select,
.formBlock textarea {
  cursor: pointer;
}

.formBlock .inputRadio{
  display: none;
}
.formBlock .jobtypeWrap .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.formBlock .jobtypeWrap label{
  display: flex;
  width: 100%;
  margin-top: 25px;
}
.formBlock .jobtypeWrap .inputRadio + span{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  min-height: 130px;
  background-color: #fff;
  padding: 0.5em;
  border: 2px solid #134288;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  font-size: 22px;
  font-weight: bold;
  color: #134288;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  line-height: 1.3;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.formBlock .jobtypeWrap .inputRadio + span:hover,
.formBlock .jobtypeWrap .inputRadio:checked + span{
  background-color: #C6F0FF;
}
.formBlock .jobtypeWrap input[value="9994"] + span {
    background: url(/lp/static/f001/img/jobtype01.svg) no-repeat center top 18px #fff;
    background-size: 50px auto;
}
.formBlock .jobtypeWrap input[value="9997"] + span {
    background: url(/lp/static/f001/img/jobtype02.svg) no-repeat center top 25px #fff;
    background-size: 58px auto;
}
.formBlock .jobtypeWrap input[value="9995"] + span {
    background: url(/lp/static/f001/img/jobtype03.svg) no-repeat center top 20px #fff;
    background-size: 50px auto;
}
.formBlock .jobtypeWrap input[value="9996"] + span {
    background: url(/lp/static/f001/img/jobtype04.svg) no-repeat center top 22px #fff;
    background-size: 60px auto;
}
.formBlock .jobtypeWrap input[value="9998"] + span {
    background: url(/lp/static/f001/img/jobtype05.svg) no-repeat center top 27px #fff;
    background-size: 58px auto;
}
.formBlock .jobtypeWrap input[value="9993"] + span {
    background: url(/lp/static/f001/img/jobtype06.svg) no-repeat center top 17px #fff;
    background-size: 64px auto;
}
.formBlock .jobtypeWrap input[value="9999"] + span {
    background: url(/lp/static/f001/img/jobtype07.svg) no-repeat center top 19px #fff;
    background-size: 49px auto;
}

.formBlock .inputFlex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formBlock .inputFlex .inputWrap{
  width: 48%;
}

.formBlock .inputSelect{
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
}
.formBlock .inputSelect select{
	padding-right: 35px;
}
.formBlock .inputSelect:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #1A1A1A;
	pointer-events: none;
	cursor: pointer;
}
.formBlock .inputSelect + span{
  font-weight: bold;
}
.formBlock .birthWrap{
  display: flex;
  align-items: center;
  justify-content: center;
}

.formBlock .birthWrap > div{
  display: flex;
  align-items: center;
  padding-right: 1em;
}
.formBlock .birthWrap > div:last-child{
  padding-right: 0;
}
.formBlock .birthWrap .inputSelect{
  margin-right: 7px;
}
.formBlock .prefWrap{
  text-align: center;
}
.formBlock .prefWrap .inputSelect{
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}
#step4 .formWrap{
  display: none;
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}
#step4 .formTitle{
  margin-top: 1.25em;
}
#step4 .formTitle:first-of-type{
  margin-top: 0;
}
@media print, screen and (min-width:768px){
  .formBlock .jobtypeWrap .flex label{
    width: 23.5%;
    margin-right: 2%;
  }
  .formBlock .jobtypeWrap .flex label:nth-child(4n){
    margin-right: 0;
  }
  .formBlock .jobtypeWrap .flex label:nth-child(-n+4){
    margin-top: 0;
  }
  #step4 .formBlock{
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .formBlock{
    margin-top: 10px;
  }
  .formBlock input,
  .formBlock select,
  .formBlock textarea {
    font-size: 16px;
  }
  .formBlock .jobtypeWrap .flex{
    flex-wrap: wrap;
  }
  .formBlock .jobtypeWrap label{
    width: 48.5%;
    margin-top: 10px;
    margin-right: 3%;
  }
  .formBlock .jobtypeWrap .flex label:nth-child(2n),
  .formBlock .jobtypeWrap .flex label:last-child{
    margin-right: 0;
  }
  .formBlock .jobtypeWrap .flex:first-child label:nth-child(-n+2){
    margin-top: 0;
  }
  .formBlock .jobtypeWrap .inputRadio + span{
    min-height: 87px;
    padding: 0.35em;
    font-size: 18px;
  }
  .formBlock .jobtypeWrap input[value="9994"] + span {
    background-position: center top 8px;
    background-size: 38px auto;
  }
  .formBlock .jobtypeWrap input[value="9997"] + span {
    background-position: center top 12px;
    background-size: 43px auto;
  }
  .formBlock .jobtypeWrap input[value="9995"] + span {
    background-position: center top 8px;
    background-size: 37px auto;
  }
  .formBlock .jobtypeWrap input[value="9996"] + span {
    background-position: center top 9px;
    background-size: 44px auto;
  }
  .formBlock .jobtypeWrap input[value="9998"] + span {
    background-position: center top 13px;
    background-size: 43px auto;
  }
  .formBlock .jobtypeWrap input[value="9993"] + span {
    background-position: center top 7px;
    background-size: 45px auto;
  }
  .formBlock .jobtypeWrap input[value="9999"] + span {
    background-position: center top 6px;
    background-size: 37px auto;
  }
  .formBlock .jobtypeWrap .col3 label:last-child .inputRadio + span{
    align-items: center;
    justify-content: flex-start;
    min-height: 90px;
    padding-left: 49%;
    background: url(/lp/static/f001/img/jobtype07.svg) no-repeat left 36% center #fff;
    background-size: 50px auto;
  }
  .formBlock .prefWrap .inputSelect{
    max-width: 335px;
  }
  #step4 .formWrap{
    max-width: 335px;
  }
}

.pagerWrap {
  margin-top: 70px;
}
#step1 .pagerWrap{
  margin-top: 40px;
}
.pagerWrap .nextStepBtn,
.submitWrap .submitBtn{
  position: relative;
  display: block;
  width: 100%;
	border-radius: 40px;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
}
@media print, screen and (min-width:768px){
  .pagerWrap .nextStepBtn,
  .submitWrap .submitBtn{
    padding: .5em;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pagerWrap .nextStepBtn,
  .submitWrap .submitBtn{
    padding: 1em;
    font-size: 16px;
  }
}
.pagerWrap .nextStepBtn:after,
.submitWrap .submitBtn:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.backStepLink{
  position: relative;
  display: inline-block;
  background: none;
  margin-top: 30px;
  padding: 0 0 0 20px;
  color: #1A1A1A;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
@media print, screen and (min-width:768px){
  .backStepLink{
    display: block;
    margin: 30px auto 0;
    width: 52px;
  }
}
.backStepLink:after{
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #1A1A1A;
  border-right: 3px solid #1A1A1A;
  margin: auto;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pagerWrap .slideBtn{
  background-color: #164386;
  color: #fff;
}
.pagerWrap .slideBtn:after{
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagerWrap .slideBtn:disabled{
  background-color: #CCCCCC;
  color: #fff;
  cursor: default;
}
.submitWrap{
  margin-top: 20px;
}
.submitWrap button{
  margin-left: auto;
  margin-right: auto;
}
.submitWrap .submitBtn{
  background-color: #B01111;
  color: #fff;
}
.submitWrap .submitBtn:disabled{
  background-color: #CCCCCC;
  cursor: default;
}
.submitWrap .submitBtn:after{
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.submitWrap .backStepLink{
  margin-top: 30px;
}
.agreeBlock{
  margin-top: 2em;
  text-align: center;
}
@media print, screen and (min-width:768px){
  .pagerWrap button:not(:disabled):hover,
  .submitWrap button:not(:disabled):hover{
    opacity: 0.7;
  }
  .pagerWrap .nextStepBtn{
    max-width: 325px;
  }
  .submitWrap .submitBtn{
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .pagerWrap{
    margin-top: 40px;
  }
  .pagerWrap .nextStepBtn{
    max-width: 200px;
  }
  .backStepLink{
    margin: 1.75em auto 0 0;
  }
  .submitWrap{
    margin-top: 15px;
  }
  .submitWrap .submitBtn::after{
    width: 7px;
    height: 7px;
  }
  .pagerWrap .nextStepBtn,
  .submitWrap .submitBtn{
    padding: 0.9em 1em;
  }
  .pagerWrap .nextStepBtn,
  .submitWrap .submitBtn{
    max-width: 325px;
  }
}