@charset "utf-8";

/* *****************************************************************************

  entry style

***************************************************************************** */
button,
input,
select,
textarea {
  -webkit-appearance: auto;
  appearance: auto;
  border-width: 1px;
  background-color: #fff;
  font-size: 0.9em;
  padding: 0.4em;
}
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  vertical-align: initial;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background-color: #f0f0f0;
  border: solid 1px #666;
  border-radius: 3px;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: #ddd;
  cursor: pointer;
}

/* page-contents-entry */
.page-contents-entry{
  padding-left: 6rem;
  padding-right: 6rem;
  margin-bottom: 10rem;
}
.page-contents-entry > .-primary{
  background-color: #ffffff;
  color: #000000;
  border-radius: 1rem;
  padding: 8rem 7rem 5rem;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.page-contents-entry > .-primary ::selection{
	background-color: #000000;
	color: #ffffff;
}
.page-contents-entry > .-primary ::-moz-selection{
	background-color: #000000;
	color: #ffffff;
}

@media print, screen and (max-width: 1000px){
  /* page-contents-entry */
  .page-contents-entry{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .page-contents-entry > .-primary{
    padding-top: 6rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media print, screen and (max-width: 760px){
  /* page-contents-entry */
  .page-contents-entry{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8rem;
  }
  .page-contents-entry > .-primary{
    border-radius: 0;
    padding: 4rem 2rem;
  }
}

/* entry-field */
.entry-field > .-field{
  margin-top: 7rem;
}
.entry-field > .-field:nth-child(1){
  margin-top: 0;
}

@media screen and (max-width : 1000px){
  /* entry-field */
  .entry-field > .-field{
    margin-top: 6rem;
  }
}

@media screen and (max-width : 760px){
  /* entry-field */
  .entry-field > .-field{
    margin-top: 4rem;
  }
}

/* entry-table */
.entry-table{
  width: 100%;
  overflow: hidden;
}
.entry-box{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.entry-item,
.entry-input{
  font-size: 1.6rem;
  line-height: 1.75;
}
.entry-item{
  width: 280px;
  font-weight: 700;
  padding: 3.3rem 2rem 2.5rem 0.5rem;
  border-bottom: 1px solid #c8c8c8;
}
.entry-box:nth-child(1) > .entry-item{
  border-top: 1px solid #c8c8c8;
}
.required{
  display: flex;
}
.required > div:nth-child(1){
  flex: 1;
  padding-top: 0.3rem;
}
.required div:nth-child(2) > span{
  font-size: 1.2rem;
  background-color: #c1272d;
  width: 52px;
  line-height: 22px;
  color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
.entry-input{
  flex: 1;
  padding: 2rem 0.5rem 2rem 2rem;
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  align-items: center;
}
.entry-box:nth-child(1) > .entry-input{
  border-top: 1px solid #c8c8c8;
}
.entry-input-two-column{
  display: flex;
}
.entry-input-two-column > .-item{
  width: 50%;
  display: flex;
  align-items: center;
}
.entry-input-two-column > .-item:nth-child(1){
  padding-right: 10px;
}
.entry-input-two-column > .-item:nth-child(2){
  padding-left: 10px;
}
.form-item{
  padding-right: 5px;
  white-space: nowrap;
}
.birth-item{
  padding-left: 5px;
  padding-right: 20px;
}
.form-text{
  padding: 1.4rem 1.2rem;
  border: 1px solid #d2d2d2;
  font-size: 1.6rem;
  line-height: 1.75;
  background-color: #fcfcfc;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 3px;
}
.form-tel-field > .form-text{
  display: inline-block;
  width: auto;
}
.form-post-field > .form-text{
  display: inline-block;
  width: auto;
}
.radio-list > span{
  padding-left: 2rem;
}
.radio-list > span:nth-child(1){
  padding-left: 0;
}
.radio-list-item{
  padding-right: 20px;
  display: inline-block;
}
.radio-list-item:nth-child(1){
  padding-left: 0;
}
.radio-text{
  padding-left: 0.2rem;
}
.form-line{
  width: 100%;
}
.form-line > .-item{
  margin-top: 15px;
}
.form-line > .-item:nth-child(1){
  margin-top: 0;
}
.form-post{
  max-width: 150px;
}
.post-mark{
  display: inline-block;
  padding-right: 2px;
}
.form-post-item{
  padding-left: 5px;
  padding-right: 5px;
}
.form-tel{
  max-width: 180px;
}
.form-textarea{
  padding: 1.4rem 1.2rem;
  border: 1px solid #d2d2d2;
  font-size: 1.6rem;
  line-height: 1.75;
  background-color: #fcfcfc;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  border-radius: 3px;
  height: 180px;
}

@media print, screen and (max-width: 1000px){
  /* entry-table */
  .entry-item{
    width: 240px;
    padding-right: 1rem;
  }
  .entry-input{
    padding-left: 1rem;
  }
}

@media print, screen and (max-width: 760px){
  /* entry-table */
  .entry-table{
    margin-bottom: 2.5rem;
  }
  .entry-box{
    display: block;
  }
  .entry-item{
    width: 100%;
    padding-top: 1.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: none;
  }
  .required > div:nth-child(1){
    flex: initial;
  }
  .required > div:nth-child(2){
    margin-left: 1.2rem;
  }
  .required div:nth-child(2) > span{
    font-size: 1.1rem;
    width: 40px;
    line-height: 21px;
    border-radius: 5px;
  }
  .entry-input{
    padding-top: 0;
    padding-left: 0.5rem;
    padding-bottom: 1.5rem;
  }
  .entry-box:nth-child(1) > .entry-input{
    border-top: none;
  }
  .form-section{
    margin-bottom: 1rem;
  }
  .form-text{
    padding: 1rem;
  }
  .radio-list-item{
    padding-right: 1.5rem;
  }
  .birth-item{
    padding-right: 0.5rem;
  }
  .form-textarea{
    padding: 1rem;
  }
}

@media print, screen and (max-width: 560px){
  /* entry-table */
  .entry-input-two-column{
    display: block;
  }
  .entry-input-two-column > .-item{
    width: 100%;
  }
  .entry-input-two-column > .-item:nth-child(1){
    padding-right: 0;
  }
  .entry-input-two-column > .-item:nth-child(2){
    margin-top: 20px;
    padding-left: 0;
  }
}

/* privacy-text */
.privacy-text{
  margin-top: 5rem;
  background-color: #f2f2f2;
  color: #333333;
  padding: 3rem;
}
.privacy-text > p{
  font-size: 1.4rem;
  line-height: 1.75;
}
.privacy-text > p > a{
  color: #c1272d;
  padding-right: 2.5rem;
  background: url(/recruit/assets/images/icon-window-red.svg) right 0.5rem center no-repeat;
  background-size: 1.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.privacy-text > p > a:hover{
  opacity: 0.75;
}

@media print, screen and (max-width: 760px){
  /* privacy-text */
  .privacy-text{
    margin-top: 4rem;
    padding: 2rem;
  }
}

/* form-button */
.form-button{
  text-align: center;
  white-space: nowrap;
  margin-top: 5rem
}
.form-button input{
  height: 70px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  background-color: #c1272d;
  border-radius: 5px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  max-width: 380px;
  width: calc(100% - 2rem);
}
.form-button input:hover{
  opacity: 0.75;
  background-color: #c1272d;
}
.form-button input.form-button-main{
  width: 100%;
  max-width: 420px;
}

@media print, screen and (max-width: 760px){
  /* form-button */
  .form-button{
    white-space: normal;
    margin-top: 4rem;
  }
  .form-button input:hover{
    opacity: 1;
  }
}

/* wpcf7 */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  background-color: #c1272d;
  border: none;
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.wpcf7 form .wpcf7-response-output{
  color: #c1272d;
  padding-top: 2rem!important;
  padding-bottom: 2rem!important;
  text-align: center;
  background-color: #f2f2f2;
  border: none;
  font-weight: 700;
  margin-left: 0!important;
  margin-right: 0!important;
}
.wpcf7 form.sent .wpcf7-response-output{
  border: none;  
}
.wpcf7-spinner{
  display: none!important;
}
.wpcf7-form-control-wrap{
  width: 100%;
}
.wpcf7-list-item{
  margin-left: 0!important;
  margin-right: 1rem!important;
}

/* *****************************************************************************

  guideline style

***************************************************************************** */
/* entry-button */
.entry-button{
  text-align: center;
  margin-top: 6rem;
}
.entry-button > a{
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 380px;
  line-height: 8rem;
  color: #ffffff;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  font-size: 2.1rem;
  background-color: #c1272d;
}
.entry-button> a:hover{
  opacity: 0.75;
}

@media screen and (max-width: 760px){
  /* entry-button */
  .entry-button{
    margin-top: 4rem;
  }
  .entry-button> a{
    line-height: 7.4rem;
    font-size: 2rem;
  }
}
