/* ========================================================================== */
/* recruit */
/* ========================================================================== */
.recruit {
  background-color: #052d94;
  padding-top: 0px;
  padding-bottom: 0px;
}

.employeesVoices .recruitment {
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
}
.recruitment {
  background-color: #052d94;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.containerRecruit {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .containerRecruit {
    padding: unset;
  }
}
.slide-arrow {
  transform: scale(0.5, 0.5);
  background-color: transparent;
}

.recruitment h1 {
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 50px;
  white-space: nowrap;
  color: #eaf0ff;
}

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

@media screen and (max-width: 768px) {
  .cardRecruits {
    display: block;
  }
}
.cardRecruit {
  padding: 2% 2%;
  margin: 2%;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #eaf0ff;
}
@media screen and (max-width: 768px) {
  .cardRecruit {
    padding: 1rem 1rem 1rem 1rem;
    margin: 1rem 0;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background-color: #eaf0ff;
  }
}
.cardRecruit h1 {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  color: #052d94;
}

.cardRecruit p {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cardRecruit {
    font-size: 0.8em;
  }
}
.cardRecruit table,
.cardRecruit th,
.cardRecruit td {
  border: solid 1px;
  border-collapse: collapse;
  text-align: center;
}
.cardRecruit table {
  width: 100%;
}
.recruitTable {
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.stickyCol {
  position: sticky;
  left: 0;
  z-index: 10;
}
.stickyColJoin {
  position: sticky;
  left: 2.2rem;
  z-index: 10;
}
.cardRecruit th {
  background-color: #052d94;
  color: #eaf0ff;
}
.cardRecruit tr {
  line-height: 1.5rem;
}
.cardRecruit .headTitle {
  font-weight: bold;
  background-color: #052d94;
  color: #eaf0ff;
}
@media screen and (max-width: 768px) {
  .cardRecruit tr {
    height: unset;
  }
  .stickyColJoin {
    left: 1.8rem;
  }
}
.cardRecruit th {
  width: 5rem;
}
.employeesVoiceLists {
  display: flex;
  justify-content: center;
  margin: 0 calc(50% - 50svw);
  width: 100svw;
}
.employeesVoiceList {
  padding: 0px 0px 80px 0px;
  margin: 20px;
  width: 30svw;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  height: 50svh;
  filter: brightness(0.75);
  transition: 0.3s ease-in-out;
}
.employeesVoiceList:hover {
  transition: 0.3s ease-in-out;
  filter: brightness(1.05);
}
@media screen and (max-width: 768px) {
  .employeesVoiceList {
    height: 40svh;
    width: 70svw;
    min-height: 20rem;
  }
}
.employeesVoiceList img {
  width: 100%;
  height: 100%;
  object-position: 0 0;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .employeesVoiceList img {
    height: 100%;
  }
}
.employeesVoiceList h1 {
  font-size: 21px;
  margin-bottom: 1rem;
  margin-left: 2rem;
  color: #052d94;
}

.employeesVoiceList p {
  margin: 0;
  margin-left: 2rem;
  margin-right: 2rem;
  font-size: 1rem;
  text-indent: 1rem;
  color: #052d94;
}
@media screen and (max-width: 768px) {
  .employeesVoiceList p {
    margin-left: 0rem;
    margin-right: 0rem;
    font-size: 0.9rem;
  }
}
.slick-arrow {
  border: none;
}

.middleTitleRecruit h1 {
  color: #052d94;
  font-size: 2rem;
  min-width: 10rem;
  margin: 0;
  margin-top: 100px;
  margin-left: auto;
  border-width: 5px;
}
@media screen and (max-width: 768px) {
  .middleTitleRecruit h1 {
    font-size: 1.5rem;
    margin-top: 0px;
  }
}
.middleTitleRecruit .white {
  color: #ffffff;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
#dialogMain {
  padding: 0;
}
dialog {
  padding: 0px;
}
#dialogContainer {
  padding: 1rem;
}
#form {
  text-align: left;
}
#form button {
  display: block;
  margin: auto;
}
.employeesVoiceList form .formImage {
  height: 25rem;
  width: 30rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .employeesVoiceList form h1 {
    font-size: 21px;
    margin: 0;
  }

  .employeesVoiceList form .formImage {
    width: 80svw;
    max-width: 22rem;
  }
}
.mailAddress {
  height: 1.3rem;
  vertical-align: text-top;
}
