@charset "utf-8";

/* ===============================================================
 jobWrap
=============================================================== */
.jobWrap{
  background: #F9F9F9;
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  padding: 20px 25px;
}
.jobWrap .jobTtl{
  font-size: 20px;
  font-weight: bold;
}

.pc-center
{
  display: flex;
  justify-content: center;
}

.calendarlogo_pc{
  height: 35px;
  margin: 0px 10px -11px 0;
}

.calendarlogo_sp{
  height: 35px;
  margin: 0px 10px -13px 0;
}

@media screen and (max-width: 767px) {
  .ttlBlue{
    padding: 0 4%;
  }
  .jobWrap{
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 15px 4%;
  }
  .jobWrap .jobTtl{
    font-size: 18px;
    line-height: 1.2;
  }
}

/* ===============================================================
 progressWrap
=============================================================== */

.progressFlow{
  text-align: center;
  margin: 0 0 40px;
}
.progressWrap li {
  display: inline-block;
	position: relative;
	font-size: 16px;
  text-align: center;
  padding-right: 180px;
}
.progressWrap li:last-child{
  padding-right: 0;
}
.progressWrap li:after{
  content: "";
  display: block;
  width: 160px;
  border-top: 4px solid #A4A4A4;
  position: absolute;
  top: 28px;
  right: 10px;
}
.progressWrap li:before {
	content: "";
	display: block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #A4A4A4;
  border-right: 3px solid #A4A4A4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 25px;
}
.progressWrap li.current:after{
	border-top: 4px solid #61B7D9;
}
.progressWrap li.current:before{
  border-top: 3px solid #61B7D9;
  border-right: 3px solid #61B7D9;
}
.progressWrap li:last-child:after,
.progressWrap li:last-child:before{
	display: none;
}
.progressWrap li .num {
	display: inline-block;
	border: 4px solid #A4A4A4;
	background: #F9F9F9;
	color: #A4A4A4;
  border-radius: 100%;
	font-size: 20px;
	position: relative;
	width: 60px;
	line-height: 54px;
	text-align: center;
	font-weight: bold;
}
.progressWrap li.current .num{
	border: 4px solid #61B7D9;
	background: #61B7D9;
	color: #fff;
}
.progressWrap li .txt{
	display: block;
	margin-top: 5px;
  font-weight: bold;
}
.progressWrap li.current .txt{
  color: #61B7D9;
}
@media screen and (max-width: 767px) {
  .progressFlow{
    text-align: center;
    margin: 0 0 20px;
  }
  .progressWrap li {
    padding-right: 50px;
  }
  .progressWrap li:after{
    width: 40px;
    top: 28px;
    right: 4px;
  }
  .progressWrap li:before {
    right: 4px;
    top: 25px;
  }
  .progressWrap li .num {
    width: 56px;
    line-height: 50px;
  }
}
/* ===============================================================
 formWrap
=============================================================== */
.formWrap section{
  margin-bottom: 30px;
}
.formWrap{
  border: 1px solid #61B7D9;
  border-radius: 16px;
  padding: 40px 50px;
  margin-top: 40px;
}
.formWrap .tableNml,
.formWrap th,
.formWrap td{
  border-left: 0;
  border-right: 0;
}
.formWrap th{
  width: 330px;
  padding: 15px 30px;
}
.formWrap td{
  padding: 15px 30px;
}
.formWrap .subTtl{
  font-weight: bold;
}
.formWrap th .titleIn{
  position: relative;
}
.formWrap th .note{
  font-size: 14px;
  margin-top: 10px;
}
.formWrap .required .icon{
  background: #61B7D9;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  width: 40px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.formWrap .errorTxt{
  display: none;
  color:#B01111;
  font-size: 14px;
  margin-top: 4px;
  font-weight: bold;
}
.formWrap .errorElement .errorTxt{
  display: block;
}
.formWrap .errorElement .inputBox,
.formWrap .errorElement .selectBox{
  border: 2px solid #B01111;
  background-color: #FFE8E8;
}
.errorWrap{
  display: none;
  background: #FFE8E8;
  color: #B01111;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border: 1px solid #B01111;
  padding: 15px;
  margin: 0 0 20px;
}
.formError .errorWrap{
  display: block;
}
@media screen and (max-width: 767px) {
  .formWrap{
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 30px;
  }
  .formWrap .formTtl{
    padding: 0 4%;
  }
  .formWrap th,
  .formWrap td{
    width: 100%;
  }
  .formWrap th{
    border-top: 0;
    border-bottom: 0;
    padding: 10px 4%;
  }
  .formWrap td{
    border-top: 0;
    padding: 15px 4%;
  }
  .formWrap tr:first-child th{
    border-top: 1px solid #E5E5E5;
  }
  .formWrap .required .icon{
    position: static;
    margin-left: 20px;
  }
  .errorWrap{
    margin: 0 4% 20px;
    font-size: 16px;
    padding: 10px 4%;
  }
}

/*---------form---------*/
.inputS{width: 140px;}
.inputM{width: 290px;}

.formWrap .column2 .formArea{
  width: 300px;
}
.formWrap .selectBox{
  border: 1px solid #A4A4A4;
  font-weight: normal;
  padding: 8px 25px 8px 10px;
}
.formWrap .birthdayWrap{
  display: flex;
}
.formWrap .birthdayWrap .formArea{
  margin-right: 5px;
}
.formWrap .birthdayWrap .inputYear{
  width: 160px;
  display: inline-block;
}
.formWrap .birthdayWrap .inputMonth,
.formWrap .birthdayWrap .inputDay{
  width: 98px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .inputS,
  .inputM{width: 100%;}
  .formWrap .column2{
    display: block;
  }
  .formWrap .column2 .formArea{
    width: 100%;
  }
  .formWrap .column2 .formArea:last-child{
    margin-top: 5px;
  }
  .formWrap .birthdayWrap{
    flex-wrap: wrap;
  }
  .formWrap .birthdayWrap .formArea{
    margin-right: 5px;
  }
  /* .formWrap .birthdayWrap .formArea:first-child{
    margin: 0 0 10px;
  } */
  .formWrap .birthdayWrap .inputYear{
    width: 200px;
  }
  .formWrap .birthdayWrap .inputMonth,
  .formWrap .birthdayWrap .inputDay{
    width: 105px;
  }
}

.searchBlock .checkList label{
  display: block;
  margin-top: 5px;
}
/* ===============================================================
 agreeWrap
=============================================================== */
.agreeWrap{
  text-align: center;
  margin-bottom: 10px;
}
.agreeWrap a{
  color: #61B7D9;
  text-decoration: underline;
}
.agreeWrap a:hover{
  text-decoration: none;
}
/* ===============================================================
 submitWrap
=============================================================== */
.submitWrap{
  text-align: center;
}
.submitWrap.top{
  margin-bottom: 30px;
}
.submitWrap .btnSolid{
  display: inline-block;
  vertical-align: middle;
  background: #B01111;
  width: 350px;
  position: relative;
  margin-bottom: 5px;
  font-size: 24px;
  cursor: pointer;
}
.submitWrap.disabled .btnSolid{
  background: #A4A4A4;
  pointer-events: none;
}
.submitWrap .btnSolid input{display: none;}
.submitWrap .btnSolid:after{
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -5px 0 0;
}
@media screen and (max-width: 767px) {
  .submitWrap .btnSolid{
    width: 90%;
    font-size: 20px;
  }
}

/* ===============================================================
 confirm
=============================================================== */
#confirm .name{
  font-size: 24px;
}
#confirm .submitWrap .btnBack{
  display: inline-block;
  margin-right: 10px;
}
#confirm .submitWrap .btnBack .btnBdr{
  padding: 14px 10px 13px;
}
#confirm .nlText{
  word-break: break-all;
}
#confirm .nlText p{
  white-space: pre-wrap;
}

.cautionTxt{
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.cautionTxt:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  background: url(/assets/common/img/icon_round_exclamation_blue.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  #confirm .submitWrap{
    display: flex;
    padding: 0 4%;
  }
  .submitWrap .btnSolid{
    width: 70%;
    font-size: 20px;
  }
  #confirm .submitWrap .btnBack{
    width: 27%;
    margin-right: 3%;
  }
  #confirm .submitWrap .btnBack .btnBdr{
    padding: 11px 5px 10px;
  }
  .cautionTxt{
    font-size: 16px;
    padding: 0 4%;
  }
  .cautionTxt:before{
    width: 20px;
    height: 20px;
  }
}

/* ===============================================================
 complete
=============================================================== */
.completeMain{
  padding-bottom: 80px;
}
#complete p{
  line-height: 2;
  font-weight: bold;
}
#complete .leadTxt{
  margin: 40px 0 60px;
}
#complete .txt{
  font-size: 24px;
  font-weight: bold;
}
#complete .txt + .txt{
  margin-top: 25px;
}
#complete .txt .email{
  color: #61B7D9;
  padding-right: 10px;
}
#complete .submitWrap{
  margin-top: 50px;
}
#complete .submitWrap .btnBdr{
  display: inline-block;
  vertical-align: middle;
  width: 350px;
  position: relative;
  font-size: 24px;
  border: 1px solid #61B7D9;
  color: #61B7D9;
}
#complete .submitWrap .btnBdr:before{
  position: absolute;
  left: 20px;
  top: 50%;
  margin: -5px 0 0 0;
  border-top: 2px solid #61B7D9;
  border-right: 2px solid #61B7D9;
}
#complete .contactWrap{
  text-align: center;
}
#complete .contactWrap .tel{
  font-size: 24px;
}
@media print, screen and (min-width: 768px) {
  #complete .contactWrap{
    margin: 40px 0 0;
  }
  #complete .contactWrap .tel{
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #complete .contactWrap{
    margin: 60px 0 0;
  }
  #complete .contactWrap .tel{
    margin: 20px 0 15px;
  }
}

#complete .contactWrap .tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 18px;
  background: url(/assets/common/img/icon_freedial_blue.svg) no-repeat;
  background-size: contain;
  margin: -2px 8px 0 0;
}
.tel_simple{
  color: #61b7d9;
  text-decoration: underline;
}
#complete .bnrWrap{
  display: flex;
  justify-content: center;
}
#complete .bnrWrap li{
  width: 250px;
  margin: 0 20px;
  font-size: 13.5px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .pctaC{
    text-align: center;
  }
  .pctaCFontSmall{
    text-align: center;
  }
  #complete .contactWrap .tel a{
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #complete p{
    line-height: 1.6;
  }
  #complete .spContsIn .ttlBlue{
    padding-left: 0;
    padding-right: 0;
  }
  #complete .ttlBlue.pctaC,
  #complete .ttlBlue.flowTtl{
    font-size: 28px;
    line-height: 1.4;
  }
  #complete .ttlBlue.pctaCFontSmall{
    font-size: 18px;
    line-height: 1.4;
  }
  #complete .leadTxt{
    margin-top: 20px;
    margin-bottom: 35px
  }
  #complete .txt{
    font-size: 18px;
  }
  #complete .txt + .txt{
    margin-top: 20px;
  }
  #complete .submitWrap{
    margin-top: 30px;
  }
  #complete .submitWrap .btnBdr{
    width: 90%;
    font-size: 20px;
  }
  #complete .contactWrap{
    margin: 40px 0 0;
  }
  #complete .contactWrap p:first-child {/* 1行収めのための微調整 */
    letter-spacing: -.35px;
  }
  #complete .contactWrap .tel a{
    text-decoration: underline;
    color: #61B7D9;
  }
  #complete .bnrWrap{
    display: block;
  }
  #complete .bnrWrap li{
    width: 100%;
    margin: 0 0 25px;
    font-size: 16px;
  }
  #complete .bnrWrap li:last-child{
    margin-bottom: 10px;
  }
  #complete .bnrWrap li p{
    margin-top: 5px;
  }
}

.mainTtlWrap {
  padding: 0;
}
.flexContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainTtlWrap .mainTtl {
  width: 62.5%;
  margin-right: 1.78%;
}
.flexContainer .mainImg {
  width: 35.71%;
  margin-top: auto;
}
.flexContainer .mainImg img {
  display: block;
}

@media print, screen and (max-width: 768px) {
  .mainTtlWrap {
    padding: 30px 0;
  }
  .mainTtlWrap .mainTtl {
      width: 50%;
      margin-right: 2%;
      padding: 15px 0;
  }
  .flexContainer .mainImg {
      width: 48%;
  }
  .mb36n {
    margin-bottom: -30px;
  }
  .p0sp {
    padding: 0;
  }
  .minh130 {
    min-height: 130px;
  }
}
/* ===============================================================
 complete afterFlow
=============================================================== */
#afterFlow{
  background: #F9F9F9;
  padding: 60px 0;
  margin-bottom: 60px;
}
#afterFlow .flowTtl{
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
#afterFlow .flowTtl:before{
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 4px;
  background: #61B7D9;
  bottom: 0;
  left: calc(50% - 40px);
}
#afterFlow .flowWrap .box{
  border: 1px solid #61B7D9;
  border-radius: 8px;
  padding: 20px 20px 20px 240px;
  position: relative;
  overflow: hidden;
}
#afterFlow .flowWrap .iconOperator{
  background: #fff url(/assets/common/img/icon_picto_operator.svg) no-repeat left 60px top calc(50% + 16px) / 82px 80px;
}
#afterFlow .flowWrap .iconCalendar{
  background: #fff url(/assets/common/img/calendar_2.svg) no-repeat left 60px top calc(50% + 16px) / 82px 80px;
}
#afterFlow .flowWrap .iconInterview{
  background: #fff url(/assets/common/img/icon_picto_interview.svg) no-repeat left 60px top calc(50% + 16px)/ 78px 78px;
}
#afterFlow .flowWrap .iconShake{
  background: #fff url(/assets/common/img/icon_picto_shake.svg) no-repeat left 58px top calc(50% + 16px)/ 86px 75px;
}
#afterFlow .flowWrap .iconSupport{
  background: #fff url(/assets/common/img/icon_picto_support.svg) no-repeat left 50px top calc(50% + 16px) / 101px 81px;
}
#afterFlow .flowWrap .iconFollow{
  background: #fff url(/assets/common/img/icon_picto_follow.svg) no-repeat left 68px top calc(50% + 12px)/ 74px 80px;
}
#afterFlow .flowWrap .box + .box{
  margin-top: 20px;
}
#afterFlow .flowWrap .ttlBlue{
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}
#afterFlow .flowWrap .step{
  background: #61B7D9;
  color: #fff;
  display: block;
  width: 200px;
  border-radius: 0 0 8px 0;
  font-size: 20px;
  line-height: 38px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#afterFlow .flowWrap .ttlBlue .txtS{
  font-size: 28px;
}
#afterFlow .flowWrap .note{
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #afterFlow .flowWrap .note{
    margin-left: 1em;
    text-indent: -1em;
  }
}
#afterFlow .flowWrap .txtUL{
  text-decoration: underline;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #afterFlow .contsIn{
    width: 950px;
  }
}
@media screen and (max-width: 767px) {
  #afterFlow{
    padding: 35px 0;
    margin-bottom: 40px;
  }
  #afterFlow .flowTtl{
    margin-bottom: 30px;
  }
  #afterFlow .flowWrap .box{
    border-radius:8px;
    padding: 50px 17px 15px;
    background: #fff;
  }
  #afterFlow .flowWrap .dTtl{
    padding-left: 90px;
    display: flex;
    min-height: 64px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 15px;
  }
  #afterFlow .flowWrap .dTtl .ttlBlue{
    margin-bottom: 0;
  }
  #afterFlow .flowWrap .iconOperator .dTtl{
    background: url(/assets/common/img/icon_picto_operator.svg) no-repeat left 5px center / 64px 62px;
  }
  #afterFlow .flowWrap .iconCalendar .dTtl{
    background: url(/assets/common/img/calendar_2.svg) no-repeat left 5px center / 64px 62px;
  }
  #afterFlow .flowWrap .iconInterview .dTtl{
    background: url(/assets/common/img/icon_picto_interview.svg) no-repeat left 5px center/ 61px 62px;
  }
  #afterFlow .flowWrap .iconShake .dTtl{
    background: url(/assets/common/img/icon_picto_shake.svg) no-repeat left center / 70px 61px;
  }
  #afterFlow .flowWrap .iconFollow .dTtl{
    background: url(/assets/common/img/icon_picto_follow.svg) no-repeat left 10px center /58px 62px;
  }
  #afterFlow .flowWrap .iconSupport .dTtl{
    background: url(/assets/common/img/icon_picto_support.svg) no-repeat left center / 75px 63px;
  }
  #afterFlow .flowWrap .step{
    width: 120px;
  }
  #afterFlow .flowWrap .ttlBlue .txtS{
    font-size: 18px;
  }
}