@charset "utf-8";
/*共通*/
.pagevisual.second div {
  background: url("../../img/recruit_mv.png")no-repeat center;
  background-size: cover;
}
.bnr {
  padding-top: 0;
}

.blank {
  display: block;
  padding-top: 16px;
}

/*anchor_flex*/
.anchor_flex {
  width: 100%;
  max-width: 1024px;
  margin: 48px auto 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.anchor_flex li {
  width: 100%;
  max-width: 328px;
}
.anchor_flex a {
  background: #0073BD;
  color: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
.anchor_flex a:hover {
  background: #fff;
  color: #0073BD;
  border: 1px solid #0073BD;
  opacity: 1;
}

/*ページ固有*/
.voice_bg {
  background: url("../img/voice_bg.png")no-repeat center;
  background-size: cover;
  padding: 72px 0;
}
.voice_bg::after {
  content: '';
  position: absolute;
  background: url("../img/employee01.png")no-repeat center;
  background-size: cover;
  width: 398px;
  height: 433px;
  right: 30%;
  left: 0;
  margin: auto;
  bottom: 0;
}
.voice_bg.second::after {
  background: url("../img/employee02.png")no-repeat center;
  background-size: cover;
  width: 411px;
  height: 414px;
}
.voice_bg.third::after {
  background: url("../img/employee03.png")no-repeat center;
  background-size: cover;
  width: 397px;
  height: 423px;
}
.voice_inner div {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-right: 0;
}
.voice_inner h2 {
  background: #000;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  border-top: 3px solid #F10215;
  display: flex;
  align-items: center;
  gap: 1em;
  height: 70px;
}
.voice_inner h2 span {
  background: #F10215;
  font-size: 3rem;
  width: 70px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice_inner ul {
  width: 100%;
  min-height: 220px;
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 5%;
  padding-left: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.voice_inner li {
  line-height: 2;
}
.voice_inner li span {
  font-weight: bold;
}

.voice_flex {
  width: 100%;
  max-width: 1152px;
  margin: 48px auto;
}
.voice_flex li {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 48px;
  margin-left: 0;
  padding: 40px 3%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  border: 1px solid #000;
}
.voice_flex li:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
}
.voice_flex li:last-child {
  margin-bottom: 0;
}
.voice_flex div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.8;
}
.voice_flex div p {
  padding-bottom: 20px;
}
.voice_flex div p:last-child {
  padding-bottom: 0;
}
.voice_flex .question {
  width: 100%;
  height: 70px;
  background: #000;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1em;
  padding-bottom: 0;
  margin-bottom: 32px;
}
.faq_bold {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 20px;
}

.voice_flex li.second {
  flex-wrap: wrap;
}
.voice_flex li.second.gap_none {
  gap: 0;
}
.voice_flex li.second.gap_none:last-child {
  gap: 20px;
}
.voice_flex .voice_multiple {
  width: 100%;
  flex-direction: initial;
  justify-content: space-between;
  gap: 40px;
}

/*一言箇所*/
.comment {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 120px;
  padding: 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #0073BD;
  color: #fff;
  line-height: 1.8;
}
.comment div {
  width: 100%;
  max-width: 560px;
}
.comment .question {
  width: 100%;
  height: 70px;
  background: #000;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1em;
  padding-bottom: 0;
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {}

/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and ( max-width: 767px ){
  /*anchor_flex*/
  .anchor_flex {
    flex-wrap: wrap;
    gap: 16px 0;
    margin-bottom: 48px;
  }
  .anchor_flex li {
    max-width: 70%;
    margin: auto;
  }
  .anchor_flex a {
    height: 48px;
  }

  /*ページ固有*/
  .voice_bg {
    padding: 48px 0 320px;
  }
  .voice_bg::after {
    background: url(../img/employee01.png)no-repeat center;
    background-size: contain;
    background-position: bottom;
    width: 80%;
    height: 320px;
    right: 0;
  }
  .voice_bg.second::after {
    background: url(../img/employee02.png)no-repeat center;
    background-size: contain;
    background-position: bottom;
    width: 80%;
    height: 320px;
    right: 0;
  }
  .voice_bg.third::after {
    background: url(../img/employee03.png)no-repeat center;
    background-size: contain;
    background-position: bottom;
    width: 80%;
    height: 320px;
    right: 0;
  }
  .voice_inner div {
    max-width: 90%;
    margin: 0 auto;
  }
  .voice_inner h2 {
    font-size: 2rem;
    height: auto;
  }
  .voice_inner h2 span {
    font-size: 2.4rem;
    width: 48px;
  }
  .voice_inner ul {
    min-height: inherit;
    padding: 32px 5%;
  }
  .voice_flex {
    max-width: 90%;
  }
  .voice_flex li {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
  .voice_flex li.sp_rev {
    flex-direction: column-reverse;
  }
  .voice_flex li.second {
    gap: 24px;
  }
  .voice_flex div {
    gap: 24px;
  }
  .voice_flex div p.sp_bottom_none {
    padding-bottom: 0;
  }
  .voice_flex .question {
    font-size: 1.8rem;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    line-height: 1.5;
    height: auto;
    padding: 10px 18px;
    padding-right: 0;
  }
  .voice_flex .voice_multiple {
    flex-direction: column;
    gap: 24px;
  }
  .voice_flex .voice_multiple.sp_rev {
    flex-direction: column-reverse;
  }
  .voice_flex .voice_multiple .faq_bold {
    padding-bottom: 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 1.8rem;
  }
  .question {
    height: 48px;
    font-size: 2rem;
  }
  /*一言箇所*/
  .comment {
    max-width: 90%;
    flex-direction: column;
    padding: 40px 3%;
    gap: 24px;
    margin-bottom: 64px;
  }
  .comment .question {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
    height: auto;
    padding: 10px 18px;
    padding-right: 0;
    margin-bottom: 24px;
  }
}