@charset "utf-8";

#recruit .page-section-title {
  margin-top: 90px;
}
#recruit .inner {
  padding-bottom: 40px;
}
.recruit_name {
  margin: 81px auto 0;
  width: 90%;
  max-width: 800px;
  font-weight: bold;
  font-size: 2rem;
  color: #004690;
}
.recruit_name::before {
  content: "";
  width: 23px;
  height: 33px;
  display: inline-block;
  background-image: url(../images/recruit_title01.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: 8px;
}
#recruit .recruit_name:last-of-type::before {
  content: "";
  width: 26px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/recruit_title02.png);
  background-repeat: no-repeat;
  margin-right: 7px;
  position: relative;
  top: 4px;
}
.recruit-table {
  margin: 17px auto 80px;
  width: 100%;
  max-width: 800px;
}
.recruit-table th {
  width: 130px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  color: #004690;
  padding: 18px 0;
  background-color: #f0faff;
}
.recruit-table td {
  width: calc(100% - 130px);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  padding: 18px 0 18px 27px;
}
.recruit-table td span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}
.recruit-table tr {
  border-top: 1px solid #e0e0e0;
}
.recruit-table tr:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.recruit-contact-btn {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.56;
  text-align: left;
  color: #fff;
  padding: 17px 106px 18px 98px;
  background-color: #004690;
  width: 300px;
  display: block;
  margin: 0 auto 90px;
  position: relative;
}
.recruit-contact-btn::after {
  content: "";
  width: 7px;
  height: 11px;
  background-image: url(../images/icon_footer_contact.png);
  display: inline-block;
  position: absolute;
  right: 12.5px;
  top: 50%;
  transform: translateY(-50%);
}
#voice {
  padding: 100px 0 170px;
  background-color: #f0faff;
}

.voice-wrap {
  display: flex;
}
.voice-wrap:first-of-type {
  margin-top: 100px;
}
.voice-wrap:not(:first-of-type) {
  margin-top: 126px;
}
.voice-wrap:nth-of-type(2) {
  flex-direction: row-reverse;
}
.voice-wrap-imgArea {
  width: 340px;
}
.voice-wrap-imgArea img {
  display: block;
  margin: 0 0 0 auto;
}
.voice-wrap:nth-of-type(2) img {
  display: block;
  margin: 0 auto 0 0;
}
.voice-wrap-imgArea-namewrap {
  width: 250px;
  background-color: #004690;
  mix-blend-mode: multiply;
  position: relative;
  top: -30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  padding: 30px 20px 25px;
}
.voice-wrap:nth-of-type(2) .voice-wrap-imgArea-namewrap {
  margin: 0 0 0 auto;
}
.voice-position {
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 8px;
}
.voice-name {
  font-weight: 500;
  font-size: 2rem;
}
.voice-joined {
  font-size: 1.4rem;
  margin-top: 10px;
}
.voice-wrap-textArea {
  width: calc(100% - 340px);
  padding: 0 57px;
  margin: 0 auto;
}
.voice-wrap-textArea h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.8;
  color: #004690;
}
.voice-wrap-textArea-text {
  font-size: 1.6rem;
  line-height: 1.87;
  margin-top: 31px;
}
@media screen and (max-width: 1024px) {
  .voice-wrap:nth-of-type(odd) .voice-wrap-textArea {
    padding: 0 0 0 30px;
  }
  .voice-wrap:nth-of-type(even) .voice-wrap-textArea {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .voice-wrap,
  .voice-wrap:nth-of-type(2) {
    flex-direction: column;
  }
  .voice-wrap-imgArea,
  .voice-wrap-textArea {
    width: 100%;
  }
  .voice-wrap:nth-of-type(odd) .voice-wrap-textArea,
  .voice-wrap:nth-of-type(even) .voice-wrap-textArea {
    padding: 0 0 0 0px;
  }
  .voice-wrap:nth-of-type(odd) .voice-wrap-imgArea,
  .voice-wrap:nth-of-type(even) .voice-wrap-imgArea {
    display: flex;
    justify-content: center;
  }
  .voice-wrap-imgArea-namewrap {
    top: 0;
    justify-content: center;
  }
  .voice-wrap-imgArea img,
  .voice-wrap:nth-of-type(2) img,
  .voice-wrap:nth-of-type(2) .voice-wrap-imgArea-namewrap {
    margin: 0;
  }
  .voice-wrap-textArea h3 {
    margin-top: 16px;
  }
  .voice-wrap-textArea-text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 599px) {
  #recruit .page-section-title{
    margin-top:60px;
  }
  .recruit_name{
    margin: 60px auto 0;
  }
  .page-section-title {
    font-size: 2.4rem;
  }
  .recruit-table th,
  .recruit-table td {
    width: 100%;
    display: block;
  }
  .recruit-table th {
    padding: 12px 48px;
  }
  .recruit-table td {
    padding: 12px 12px 16px;
  }
  .recruit-table {
    margin: 17px auto 60px;
  }
  .voice-wrap:first-of-type {
    margin-top: 56px;
  }
  .voice-wrap:not(:first-of-type) {
    margin-top: 60px;
  }
  .voice-wrap-textArea h3 {
    font-size: 2rem;
  }

  .voice-wrap:nth-of-type(odd) .voice-wrap-imgArea,
  .voice-wrap:nth-of-type(even) .voice-wrap-imgArea {
    display: inline;
    position: relative;
  }
  .voice-wrap:nth-of-type(odd) .voice-wrap-imgArea img,
  .voice-wrap:nth-of-type(even) .voice-wrap-imgArea img {
    margin: 0 auto;
  }
  .voice-wrap-imgArea-namewrap {
    position: relative;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .voice-wrap-textArea h3 {
    margin-top: 0;
  }
  #voice {
    padding: 80px 0 100px;
  }
}

@media screen and (max-width: 460px) {
  .page-section-title {
    font-size: 6vw;
  }
}
