@charset "UTF-8";

/* --------------------------------------------------

 recruit-blc

-------------------------------------------------- */
#contents:not(.recruit) #key-visual-blc .bg-img {
  background-image: url(../w2img/20231228194105main_img013.jpg) !important;
}

#require-blc .blc-style {
  margin-top: 4rem;
}

#require-blc .blc-style:first-child {
  margin-top: 0;
}

#require-blc .blc-style .list {
  margin-top: 3rem;
}

#require-blc .blc-style .list:first-child {
  margin-top: 0;
}

#require-blc .blc-style.blc-style01 .list .ttl {
  font-size: 150%;
  display: block;
}

#require-blc .blc-style.blc-style01 .list .ttl+.txt {
  margin-top: 1rem;
}

#require-blc .blc-style.blc-style01 .list-ul {
  display: flex;
  flex-wrap: wrap;
}

#require-blc .blc-style.blc-style01 .list-ul>li {
  width: calc((100% - 2rem) / 2);
  margin-right: 2rem;
  margin-top: 2rem;
}

#require-blc .blc-style.blc-style01 .list-ul>li:nth-child(-n+2) {
  margin-top: 0;
}

#require-blc .blc-style.blc-style01 .list-ul>li:nth-child(2n+2),
#require-blc .blc-style.blc-style01 .list-ul>li:last-child {
  margin-right: 0;
}

#require-blc .blc-style.blc-style01 .list-ul>li figure>figcaption {
  margin-top: 1rem;
  font-size: 120%;
  text-align: left;
}

@media screen and (max-width:640px) {
  #require-blc .blc-style.blc-style01 .list .ttl {
    font-size: 120%;
  }

  #require-blc .blc-style.blc-style01 .list-ul>li {
    width: 100%;
    margin-right: 0 !important;
  }

  #require-blc .blc-style.blc-style01 .list-ul>li:nth-child(-n+2) {
    margin-top: 2rem;
  }

  #require-blc .blc-style.blc-style01 .list-ul>li:first-child {
    margin-top: 0;
  }
}


/* --------------------------------------------------

 focus-animation

-------------------------------------------------- */

.focus-animation {
  padding: 13px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.required {
  background: #e53935;
  color: #ffffff;
}

.n_required {
  background: #ddd;
  color: #9e9e9e;
}

.required,
.n_required {
  padding: 7px 7px;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
}

.full-size {
  width: 100%;
}

.middle-size {
  width: 50%;
}

.narrow-size {
  width: 160px;
}

.txt-caution {
  margin-top: 5px;
  font-size: 90%;
}

.error-txt {
  color: #f02323;
  position: relative;
  padding-left: 25px;
  margin-top: 1rem;
}

.error-txt:empty {
  display: none;
}

.error-txt:not(:empty)::before {
  font-family: "Font Awesome 5 Free";
  content: '\f06a';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

#recruit-form-blc .required-blc {
  margin-bottom: 2rem;
}

#recruit-form-blc .required-blc span {
  margin-right: 10px;
}

@media screen and (max-width:480px) {
  .middle-size {
    width: 100%;
  }
}

/* --------------------------------------------------

tbl-form

-------------------------------------------------- */

.tbl-form th,
.tbl-form td {
  padding: 30px 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}

.tbl-form tr:first-child th,
.tbl-form tr:first-child td {
  border-top: 0;
  padding-top: 0;
}

.tbl-form th {
  width: 30%;
  font-weight: bold;
  box-sizing: border-box;
}

.tbl-form td {
  width: 70%;
}

.tbl-form td input[name="birth1"] {
  width: 110px;
}

.tbl-form td input[name="birth2"],
.tbl-form td input[name="birth3"] {
  width: 70px;
  margin-left: 10px;
}

@media screen and (max-width:640px) {

  .tbl-form th,
  .tbl-form td {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .tbl-form th {
    padding-bottom: 0;
  }

  .tbl-form td {
    padding-top: 15px;
    border-top: 0;
  }

  .tbl-form tr:first-child td {
    padding-top: 15px;
  }
}

@media screen and (max-width:480px) {
  .tbl-form td input[name="birth1"] {
    width: 90px;
  }

  .tbl-form td input[name="birth2"],
  .tbl-form td input[name="birth3"] {
    width: 60px;
  }

  .tbl-form td .focus-animation.mt-1rem {
    margin-top: 10px !important;
  }

}

/* --------------------------------------------------

listStyle01

-------------------------------------------------- */

.listStyle01 {
  counter-reset: section;
}

.listStyle01 li:first-child {
  margin-top: 5%;
}

.listStyle01 li:last-child {
  margin-bottom: 0;
}

.listStyle01 li {
  padding-left: 20px;
  margin-bottom: 2rem;
  position: relative;
}

.listStyle01 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 15px;
  height: 100%;
  counter-increment: section;
  content: " " counter(section) ". ";
}

@media screen and (max-width:640px) {
  .listStyle01 li {
    margin-bottom: 1rem;
  }
}

#requirements-blc .require-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#requirements-blc .require-list > .list {
  margin-top: 1rem;
}

#requirements-blc .require-list > .list:nth-child(1) {
  margin-top: 0;
}

#requirements-blc .require-list > .list > a {
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #000;
  padding: 10px calc(4% + 20px) 10px 4%;
  box-sizing: border-box;
}

#requirements-blc .require-list > .list > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 9;
  transition: 300ms all ease-in-out;
}

#requirements-blc .require-list > .list > a:hover {
  opacity: .9;
}

#requirements-blc .require-list > .list > a:hover::before {
  display: block;
}

#requirements-blc .require-list > .list > a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 180%;
  position: absolute;
  right: 3%;
  color: #fff;
  margin: auto 0;
}

#requirements-blc .require-list > .list > a .jobs,
#requirements-blc .require-list > .list > a .department {
  font-weight: bold;
}

#requirements-blc .require-list > .list > a .department {
  width: 180px;
  max-width: 100%;
  text-align: center;
  color: #000;
  background-color: #fff;
  margin-left: 15px;
  padding: 8px 12px 8px 12px;
  box-sizing: border-box;
}

@media screen and (max-width:480px) {
  #requirements-blc .require-list > .list > a {
    flex-wrap: wrap;
  }
  #requirements-blc .require-list > .list > a .jobs,
  #requirements-blc .require-list > .list > a .department {
    width: 100%;
  }
  #requirements-blc .require-list > .list > a .jobs {
    padding: 8px 12px 8px 12px;
    margin-bottom: 8px;
    box-sizing: border-box;
  }
  #requirements-blc .require-list > .list > a .department {
    margin-left: 0;
  }
}
