@charset "UTF-8";
/*
ワークライフバランス
/recruit/welfare/worklifebalance/
Version: 1.0.0
Update: 2024-08-27
*/
/* トップコメント */
.topcomment {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .topcomment {
    text-align: left;
  }
}

/* 社員 */
.voice {
  position: relative;
  margin-top: 40px;
  margin-left: 96px;
  margin-right: 30px;
  padding: 30px 50px;
  padding-left: 240px;
  background-color: #fff;
  border: 1px dashed #0068b6;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .voice {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px 110px;
  }
}

.voice .icon {
  position: absolute;
  top: -20px;
  left: -66px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .voice .icon {
    top: -30px;
    left: 0;
    width: 68px;
    height: 64px;
  }
}

.voice .name {
  padding-bottom: 10px;
}

.voice .image {
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: 9;
  width: 170px;
  height: 180px;
}

@media screen and (max-width: 767px) {
  .voice .image {
    left: auto;
    right: 10px;
    width: 120px;
    height: 127px;
  }
}

.voice .image img {
  max-width: 100%;
}

/* 受賞歴 */
.awards dt,
.awards dd {
  padding-bottom: 0.5em;
}

.awards dt {
  clear: left;
  float: left;
  width: 140px;
}

@media screen and (max-width: 767px) {
  .awards dt {
    width: 80px;
  }
}

.awards dd {
  margin-left: 140px;
}

@media screen and (max-width: 767px) {
  .awards dd {
    margin-left: 80px;
  }
}
