#apply_form .custom-radio {
  display: -webkit-box;
  display: flex;
}

#apply_form .custom-radio input {
  /*
  position: absolute;
  opacity: 0;
  visibility: hidden;
  */
  display: none;
}

#apply_form .custom-radio span {
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  position: relative;
  border-radius: 9px;
  ;
}

#apply_form .custom-radio input:checked~span:after {
  content: "";
  background: #000000;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  position: absolute;
  left: 4px;
  top: 4px;
}

#apply_form .c-main {
  max-width: 910px;
  width: 100%;
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.c-heading-page {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 60px;
}

.c-btn-group {
  position: relative;
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  margin-bottom: 30px;
}

.c-btn-group:before {
  content: '';
  width: 500px;
  height: 2px;
  background-color: #dd297c;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-btn-group .c-btn {
  font-size: 14px;
  padding: 11px 15px;
  min-width: 170px;
  cursor: auto;
  opacity: 1;
}

.c-btn-group .c-btn.active {
  background-color: #dd297c;
  color: #fff;
}

#apply_form .form-wrap {
  margin-top: 30px;
}

.form-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  border-top: 4px solid #dd297c;
  margin-top: 56px;
  padding: 60px 0 40px;
}

.form-wrap-second .tbl-form {
  max-width: 100%;
}

.form-wrap h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 44px;
}

.form-wrap_bottom {
  padding-top: 50px;
}

.form-wrap dl {
  display: flex;
  justify-content: center;
  color: #ff0014;
  font-size: 12px;
  margin-bottom: 36px;
}

.form-wrap dl dt {
  font-weight: bold;
  margin-right: 20px;
}

.form-wrap .message-txt {
  color: #4f4f4f;
  font-size: 12px;
  margin-bottom: 38px;
  text-align: center;
  line-height: 2.2;
}

.tbl-form {
  margin: auto;
  max-width: 756px;
  width: 100%;
  table-layout: fixed;
}

.tbl-form th,
.tbl-form td {
  padding: 15px 0;
  font-size: 12px;
}

.tbl-form th.th_special {
  padding: 37px 0 15px;
}

.tbl-form th {
  font-weight: bold;
  position: relative;
  width: 215px;
}

.tbl-form th span {
  position: absolute;
}

.tbl-form td {
  padding-left: 35px;
  text-align: left;
}

.tbl-form .form-control {
  border: 1px solid #d2d2d3;
  /*color: #c0c0c0;*/
  color: #000;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 19px;
  width: 100%;
}

.tbl-form select.form-control {
  max-width: 300px;
}

.tbl-form textarea.form-control {
  max-width: 620px;
  height: 160px;
}

.is-resume .tbl-form textarea.form-control {
  height: 80px;
}

.tbl-form .form-control::-webkit-input-placeholder {
  color: #c0c0c0;
}

.tbl-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c0c0c0;
}

.tbl-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #c0c0c0;
}

.tbl-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #c0c0c0;
}

.form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-group .custom-checkbox {
  padding: 8px 5px;
}

.form-group.col2 .form-control {
  width: 240px;
}

.form-group.col3 .form-control {
  width: 140px;
}

.form-control.is-number {
  width: 110px;
  -moz-appearance: textfield;
}

.form-control.is-number::-webkit-outer-spin-button,
.form-control.is-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-group .line {
  background-color: #d2d2d3;
  height: 1px;
  margin: 0 5px;
  width: 12px;
}

.tbl-form td ul {
  display: flex;
  flex-wrap: wrap;
}

.tbl-form .field_ind td .colum_chk_now ul,
.tbl-form .field_type td .colum_chk_now ul,
.tbl-form .field_qualification td .colum_chk_now ul,
.tbl-form .field_tax_pass td .colum_chk_now ul,
.tbl-form .field_tax_study td .colum_chk_now ul,
.tbl-form .field_work_status td .colum_chk_now ul,
.tbl-form .field_hope_job_type td .colum_chk_now ul {
  padding: 8px 5px 0 5px;
}

.tbl-form td .colum_text {
  padding: 0 5px 0 5px;
}

.tbl-form .field_qualification td .colum_chk_now_last .custom-checkbox {
  padding: 0 5px 8px 5px;
}

.tbl-form td ul li {
  margin-bottom: 20px;
}

.tbl-form td ul li:nth-child(2n+1) {
  width: 290px;
}

@media (min-width: 896px) {
  .tbl-form td .colum_chk_now.is-ver2 ul li {
    width: 33%;
  }

  .tbl-form td .colum_chk_now.is-ver2 ul li:nth-child(2n+1) {
    width: 33%;
  }
}

.tbl-form td ul.is-fl li:nth-child(2n+1) {
  width: auto;
  margin: 0 30px 0 0;
}

.form-wrap-1 {
  border: 0;
  padding: 40px 40px 25px;
}

.form-wrap-1 .tbl-form {
  max-width: 100%;
}

.form-wrap-1 .tbl-form.is-frame {
  margin: 10px 0 0 0;
  border-top: 2px solid #f0eee5;
}

.form-wrap-1 .tbl-form.is-frame tr:first-child th,
.form-wrap-1 .tbl-form.is-frame tr:first-child td {
  padding-top: 35px;
}

.form-wrap-1 .tbl-form th {
  width: 160px;
}

.form-wrap-1 .form-group.col2 .form-control {
  width: 300px;
}

.form-wrap-1 .form-group.col2 .form-control.is-md {
  width: 240px;
}

.form-wrap-1 .form-group.col2 .form-control.is-short {
  width: 110px;
}

.form-wrap-1 .form-group.col3 .form-control {
  width: 160px;
}

.form-wrap-1 .form-group.col3 .form-control.form-select.medium {
  width: 260px;
}

.form-wrap-1 .tbl-form .form-control.form-select {
  /*  color: #c0c0c0;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 99%;
  background-color: #fff;
}

.form-wrap-1 .tbl-form td {
  padding-left: 50px;
}

.grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.form-wrap-1 .tbl-form td.pd-top {
  padding-top: 0;
}

.form-wrap-1 .tbl-form td.pd-btm {
  padding-bottom: 0;
}

.form-wrap-1 .tbl-form .colum_chk_now {
  float: left;
  width: 50%;
}

.form-wrap-1 .tbl-form .colum_chk_now.is-ver2 {
  width: 100%;
}

.form-wrap-1 .tbl-form .colum_chk_now_last {
  clear: both;
  display: block;
}

.form-wrap-1 .tbl-form .colum_chk_df li {
  float: left;
  margin: 10px 20px 0 0;
  width: auto;
}

.form-wrap-1 .label {
  font-size: 10px;
  padding: 0 9px;
  border-radius: 12px;
  background-color: #dd297c;
  color: #fff;
  float: right;
  font-weight: bold;
}

.form-wrap-1 .form-label {
  font-size: 12px;
  font-weight: 700;
  display: block;
  width: 100%;
  order: -1;
  flex: 1;
}

.form-wrap-1 .form-label_font_normal {
  font-weight: normal !important;
}

.form-wrap-1 .w100 {
  width: 100% !important;
}

.form-wrap-1 .va-top {
  vertical-align: top;
}

.form-wrap-1 .heading-form {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125;
  display: block;
  padding: 0 15px;
  border-left: 4px solid #dd297c;
  text-align: left;
  margin-bottom: 12px;
}

.form-wrap-1 .heading-tgl {
  margin-bottom: 12px;
}

.form-wrap-1 .heading-tgl a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125;
  display: block;
  padding: 40px 40px 40px;
  text-align: left;
  background: url(../svg/arw_down_blk.svg) no-repeat right 40px center;
  background-size: 22px auto;
}

.form-wrap-1 .heading-tgl a.is-on {
  background: url(../svg/arw_up_blk.svg) no-repeat right 40px center;
  background-size: 22px auto;
}

@media (min-width: 896px) {
  .form-wrap-1 .heading-tgl a:hover {
    color: #f80000;
  }
}

.form-wrap-1 .heading-tgl a span {
  padding: 0 25px 0 15px;
  border-left: 4px solid #dd297c;
  display: block;
}

.form-wrap_bottom-inner {
  max-width: 585px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px 30px;
}

.form-wrap_bottom-inner h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}

.formPrivacy_wrap {
  border: 1px solid #d2d2d3;
  padding: 10px;
  height: 200px;
  overflow-y: scroll;
  text-align: left;
  margin: 0 0 30px 0;
}

.formPrivacy-txt {
  font-size: 12px;
  line-height: 1.6;
}

.formPrivacy-txt span {
  font-weight: bold;
}

.formPrivacy-txt a {
  text-decoration: underline;
}

.formPrivacy-txt a:hover {
  text-decoration: none;
}

.form-wrap_bottom-inner .fb-checkbox .custom-checkbox {
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}

.form-wrap_bottom-inner .fb-checkbox {
  margin-bottom: 30px;
}

/*
.c-security {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: left;
}
*/
.c-security .c-security-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}

.c-security .c-security-box {
  width: 100px;
  height: 100px;
  background-color: #fff;
  margin-right: 30px;
}

.fixed_button-wrap {
  display: none;
}

.letter_spacing5 {
  letter-spacing: 1px;
}

#apply_form .br-xs {
  display: none;
}

.c-step_head {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: -13px;
  margin-bottom: 30px;
}

.c-step_link {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  margin-left: 13px;
  /*width: 136px;*/
  width: 210px;
  overflow: hidden;
}

.c-step_link_content {
  background-color: #050001;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.c-step_img {
  width: 57px;
  margin: 0 auto;
}

.formEnd-ttl {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 40px 0;
}

.formEnd-txt {
  text-align: left;
  font-size: 16px;
  margin: 0 60px 40px 60px;
}

.formEnd-txt.is-center {
  text-align: center;
}

.formSave {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.formSave .c-btn.c-btn-tertiary {
  margin: 0 10px;
}

.dis-none {
  display: none;
}

.dis-none.is-on {
  display: block;
}

#apply_form .form-wrap.is-pld {
  padding: 0;
}

.tdlShow_wrap {
  padding: 0 40px 25px;
}

@media screen and (max-width: 896px) {
  .form-wrap-1 .form-label.c-pc {
    display: none;
  }

  .form-wrap-1 .tbl-form .colum_chk_now {
    width: 100%;
  }

  .tbl-form td ul {
    display: block;
  }

  .tbl-form td ul.is-fl li {
    display: inline-block;
  }

  .tbl-form td ul li:nth-child(2n+1) {
    width: 100%;
  }

  .tbl-form td ul.is-fl li:nth-child(2n+1) {
    width: auto;
  }

  #apply_form .c-main {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  #apply_form .c-txt {
    text-align: left;
    font-size: 3.4vw;
  }

  #apply_form .c-txt span.span_br {
    display: block;
  }

  #apply_form .form-wrap {
    padding: 20px 15px 10px;
    margin-top: 15px;
  }

  .c-heading-page {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .c-btn-group {
    margin-bottom: 15px;
    overflow: hidden;
  }

  .c-btn-group .c-btn {
    min-width: 26.6%;
    padding: 0;
    font-size: 3.2vw;
    height: 6vw;
    line-height: 6vw;
  }

  .form-wrap-1 .tbl-form th {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .form-wrap-1 .tbl-form td {
    padding: 10px 0 20px;
  }

  .form-wrap-1 .tbl-form tr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .form-wrap_bottom {
    padding-top: 15px;
  }

  .tbl-form .form-control {
    padding: 5px 15px;
  }

  .form-wrap-1 .label {
    display: inline-block;
    float: none;
    margin: 0 10px;
  }

  .form-wrap-1 .heading-form {
    margin-bottom: 30px;
  }

  .form-wrap-1 .heading-tgl {
    margin-bottom: 30px;
  }

  .form-group .form-control {
    width: 100%;
  }

  .form-wrap-1 .form-group.col2 .form-control {
    width: 48%;
  }

  .form-wrap-1 .form-group.col2 .form-control.is-md {
    width: 33%;
  }

  .form-wrap-1 .form-group.col2 .form-control.is-short {
    width: 28%;
  }

  .form-wrap-1 .form-group.col3 .form-control {
    width: 25%;
  }

  .form-wrap-1 .form-group.col3 .form-control.form-select.medium {
    width: 42%;
  }

  #apply_form .tbl-form.sp-checkbox th {
    margin-bottom: 10px;
  }

  #apply_form .tbl-form.sp-checkbox td {
    padding: 0 0 20px;
  }

  /*
  .c-security {
    margin-top: 30px;
    margin-bottom: 0;
  }
  */
  .c-security .c-security-inner {
    justify-content: center;
  }

  .c-security .c-security-inner .c-txt {
    order: -1;
    width: 100%;
    margin-bottom: 30px;
  }

  .c-security .c-security-inner .c-security-box {
    margin: 0 20px;
  }

  .form-wrap_bottom-inner .c-txt {
    font-size: 3.7vw;
  }

  .formPrivacy_wrap {
    height: 150px;
    margin: 0 0 20px 0;
  }

  .formPrivacy-txt {
    font-size: 12px;
  }

  .formPrivacy-txt a:hover {
    text-decoration: underline;
  }

  .c-step_head {
    margin-left: 0;
    width: 100%;
    padding: 0;
    text-align: left;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 0;
  }

  .c-step_link {
    margin-left: 0;
    width: 50%;
    margin-bottom: 15px;
    /*
    padding-left: 15px;
    padding-right: 5px;
    */
  }

  .c-step_link:nth-child(even) {
    /*padding-right: 15px;*/
    padding-left: 5px;
  }

  .formEnd-ttl {
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 20px 0;
  }

  .formEnd-txt {
    text-align: left;
    font-size: 12px;
    margin: 0 0 30px 0;
  }

  .formEnd-txt.is-center {
    text-align: left;
  }

  #apply_form .br-xs {
    display: block;
  }

  .form-wrap-1 .tbl-form.is-frame {
    margin: 0 0 0 0;
  }

  .form-wrap-1 .tbl-form.is-frame tr:first-child td {
    padding-top: 0;
  }

  .tbl-form .field_qualification td .colum_chk_now_last .custom-checkbox {
    padding-left: 7px;
  }

  .form-wrap-1 .tbl-form .colum_chk_now:nth-child(2) ul {
    padding-top: 0;
    ;
  }

  .formSave {
    padding: 10px 10px;
  }

  .formSave .c-btn.c-btn-tertiary {
    min-width: auto;
    margin: 0 4px;
  }

  .form-wrap-1 .heading-tgl a {
    padding: 20px 15px 20px;
  }

  .tdlShow_wrap {
    padding: 0 15px 10px;
  }

  .form-wrap-1 .heading-tgl a {
    background: url(../svg/arw_down_blk.svg) no-repeat right 15px center;
    background-size: 14px auto;
  }

  .form-wrap-1 .heading-tgl a.is-on {
    background: url(../svg/arw_up_blk.svg) no-repeat right 15px center;
    background-size: 14px auto;
  }

  .form-wrap-1 .heading-tgl a span {
    padding: 0 15px 0 15px;
  }
}

@media screen and (max-width: 320px) {
  #apply_form .ag-ct-form {
    width: 260px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .p-agentUser1 .form-group {
    display: inline-block;
  }

  .form-wrap-1 .tbl-form .colum_chk_now,
  .tbl-form td ul {
    width: 100%;
  }

  .tbl-form td ul li {
    width: 40% !important;
  }

  .width-160 {
    width: 160px;
  }
}

.error-message {
  color: #dd297c;
}

.flex-wrap {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .c-regist1__inner {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  .c-regist1__inner {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .form-wrap-1 {
    padding: 40px 30px;
    margin-top: 30px;
  }

  .grid-4col {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3col {
    grid-template-columns: repeat(2, 1fr);
  }

  .c-form4__row label {
    margin-left: 0;
  }
}