@charset "UTF-8";

/* =========================================================
recruit_guideline（募集要項）
========================================================= */
.recruit_guideline>.wrapper {
  padding-bottom: 0;
}

.recruit_guideline .tab_list {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .recruit_guideline .tab_list {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.recruit_guideline h4.sec_title03 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .recruit_guideline h4.sec_title03 {
    font-size: 15px;
  }
}

.recruit_guideline h4.sec_title03:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .recruit_guideline h4.sec_title03:not(:first-child) {
    margin-top: 30px;
  }
}

.recruit_guideline .tab_contents>.wrapper:first-child {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .recruit_guideline .tab_contents>.wrapper:first-child {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.recruit_guideline .tab_contents>.wrapper:first-child p.stop {
  font-size: 1.25em;
  margin: 10px 0 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruit_guideline .tab_contents>.wrapper:first-child p.stop {
    margin: 10px 0 40px;
    font-size: 1.1em;
  }
}

.recruit_guideline .link_btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .accordion_list {
    border-bottom: 1px solid #d0d0d1;
    margin: 0 -20px;
  }
}

.accordion_list dt {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #d0d0d1;
  padding: 5px 35px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .accordion_list dt {
    border: none;
    border-top: 1px solid #d0d0d1;
    padding: 5px 20px;
  }
}

.accordion_list dt:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .accordion_list dt:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .accordion_list dt:before, .accordion_list dt:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 20px;
    height: 1px;
    margin: auto;
    transition: all .5s;
  }
}

@media screen and (min-width: 768px) {
  .accordion_list dt:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 10px;
    right: 40px;
    background: none !important;
    border-top: 2px solid #d0d0d1;
    border-right: 2px solid #d0d0d1;
    width: 20px;
    height: 20px;
    margin: auto;
    transform: rotate(135deg);
    transition: all .4s;
  }
}

@media screen and (max-width: 767px) {
  .accordion_list dt:after {
    right: 29px;
    width: 1px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .accordion_list dt.active:after {
    top: 10px;
    bottom: 0;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .accordion_list dt.active:after {
    opacity: 0;
  }
}

.accordion_list dt .change_text {
  margin-left: auto;
  margin-right: 50px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .accordion_list dt .change_text {
    display: none;
  }
}

.accordion_list dd {
  display: none;
  border: 1px solid #d0d0d1;
  border-top: none;
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .accordion_list dd {
    border: none;
    border-top: 1px solid #d0d0d1;
    padding: 5px 20px 10px;
  }
}

.accordion_list dd .link_btn {
  margin: 40px 0 20px;
}

@media screen and (max-width: 767px) {
  .accordion_list dd .link_btn {
    margin-top: 20px;
  }
}

/* =========================================================
step（採用ステップ）
========================================================= */
.recruit_step h4 {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .recruit_step h4 {
    margin-top: -10px;
  }
}

.step_list {
  margin-top: 30px;
}

.step_list li {
  background: #fff;
  line-height: 92px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .step_list li {
    line-height: 50px;
    font-size: 13px;
    white-space: nowrap;
  }
}

.step_list li:not(:last-child) {
  position: relative;
  margin-bottom: 60px;
  color: #4c4c4c;
}

@media screen and (max-width: 767px) {
  .step_list li:not(:last-child) {
    margin-bottom: 35px;
  }
}

.step_list li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  border-top: 9px solid;
  border-right: 9px solid;
  color: rgba(0, 0, 0, 0.1);
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .step_list li:not(:last-child):after {
    bottom: -25px;
    border-width: 5px;
    width: 13px;
    height: 13px;
  }
}

/* =========================================================
entry_form（募集要項エントリーフォーム）
========================================================= */
.form_area {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .form_area {
    padding-top: 0;
  }
}

.form_area .table_A {
  margin: 40px 0 80px;
}

@media screen and (max-width: 767px) {
  .form_area .table_A {
    margin: 30px 0;
  }
}

@media screen and (min-width: 768px) {

  .form_area .table_A th,
  .form_area .table_A td {
    padding: 22px 30px;
  }
}

.form_area .table_A th .red {
  margin-left: 5px;
}

.form_area input {
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .form_area input {
    margin: 0;
    margin-bottom: 7px;
  }
}

.form_area input:first-child {
  margin-left: 0;
}

.form_area .name_input {
  display: inline-block;
  width: 2em;
}



input+.form_area .name_input {
  margin-left: 20px;
}

.form_area .w316 {
  width: 316px;
}

@media screen and (max-width: 767px) {
  .form_area .w316 {
    width: 100%;
  }
}

.form_area .w237 {
  width: 237px;
}

@media screen and (max-width: 767px) {
  .form_area .w237 {
    width: calc(100% - 3em);
    margin: 7px 0 7px 20px;
  }
}

.form_area .w120 {
  width: 120px;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .form_area .w120 {
    width: 100px;
    margin: 7px 10px 7px 0;
  }

  .form_area .w120:first-child {
    width: 120px;
  }

  .form_area .w120:last-of-type {
    margin-left: 10px;
  }
}


.form_area .w750 {
  width: 750px;
}

@media screen and (max-width: 767px) {
  .form_area .w750 {
    width: 100%;
    margin-top: 7px;
  }
  .form_area select.w750{
    font-size: 14px;
  }
}

.form_area .tab {
  display: none;
  min-height: 66px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .form_area .tab {
    padding-top: 15px;
  }
}

.form_area #tab01_file,
.form_area #tab02_file {
  display: block;
}

.form_area #tab01_file .file_name,
.form_area #tab02_file .file_name {
  width: 350px;
  margin: 0 12px;
}

@media screen and (max-width: 767px) {

  .form_area #tab01_file .file_name,
  .form_area #tab02_file .file_name {
    width: 100%;
    margin: 0 0 10px;
  }
}

.form_area .file_select {
  display: inline-block;
  background: #d0d0d1;
  width: 110px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .form_area .file_select {
    width: 100px;
  }
}

.form_area .file_select input[type="file"] {
  display: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  input[type="button"].file_upload {
    font-family: 'Noto Sans Japanese' !important;
  }
}

@media screen and (min-width: 768px) {
  .sec_title+hr+p {
    margin-bottom: 50px;
  }
}

.back_top {
  margin-top: 50px;
}

.policy_wrap {
  margin: -30px auto 50px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .policy_wrap {
    margin: -20px 0 30px;
  }
}

.policy_wrap p {
  margin-bottom: 15px;
}

.policy_wrap a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .policy_wrap .radio_input {
    padding-left: 45px;
  }
}

.policy_wrap .radio_input span {
  font-weight: bold;
  font-size: 1.2rem;
}

.policy_wrap .radio_input span:before {
  border-radius: 3px;
}

.policy_wrap .radio_input input[type="checkbox"] {
  display: inline-block;
  margin-left: -35px !important;
  opacity: 0;
}

.policy_wrap .radio_input input[type="checkbox"]+span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 7px;
  border-bottom: 3px solid #3696cc;
  border-left: 3px solid #3696cc;
  width: 12px;
  height: 7px;
  margin: auto;
  transform: rotate(-40deg);
  opacity: 0;
  transition: opacity ease-in .1s;
}

.policy_wrap .radio_input input[type="checkbox"]:checked+span:after {
  opacity: 1;
}

/* 追加 */
.table_A {
  table-layout: fixed;
}


.table_A th {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .table_A th {
    width: 100% !important;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .table_A td {
    padding: 15px 0 !important;
  }
}

.form_area .red {
  position: relative;
  background: none;
  color: #c8102e !important;
  width: auto;
  margin-top: auto;
}

.radio_input {
  cursor: pointer;
}

.radio_input input[type=radio] {
  margin: 0 20px;
}

.radio_input input[type=radio]:checked+span::after {
  background: #c8102e !important;
}

.link_btn input[type=submit] {
  border: 1px solid !important;
  text-align: center;
}

textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 8px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  color: #757575;
  width: 750px;
}

@media screen and (max-width: 767px) {
  textarea {
    font-size: 16px;
    width: 100%;
  }
}

.form_area textarea {
  margin: 0 15px;
}

.form_area textarea:first-child {
  margin-left: 0;
}


/* 追加 */
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap {
  position: relative;
  display: inline-block;
}

.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent; 
  padding-right: 2em; /* 矢印スペース */
}

/* 三角矢印 */
.select-wrap::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #a3a3a3;
    border-bottom: 1.5px solid #a3a3a3;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

.input_btn_wrap .btn_back button {
    padding: 0 !important;
  text-align: center;
}
/*# sourceMappingURL=map/guideline.css.map */