@charset "utf-8";
/* ---------------------
archive_voice
----------------------- */
.archive_voice{
  background-color: #F7DFE2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 453px;
}
.archive_voice_lead{
  text-align: center;
  font-size: 20px;
  line-height: calc(32 / 20);
  font-weight: 600;
  color: #dc1e37;
}
.archive_voice .content_ttl01{
  text-align: center;
}
.archive_voice_lead .is-inner{
  display: inline-block;
  position: relative;
}
.archive_voice_lead .is-inner::before,
.archive_voice_lead .is-inner::after{
  content: "";
  display: inline-block;
  height: 26px;
  width: 2px;
  background-color: #dc1e37;
  vertical-align: sub;
}
.archive_voice_lead .is-inner::before{
  margin-right: 10px;
  transform: rotate(-30deg);
  transform-origin: left bottom;
}
.archive_voice_lead .is-inner::after{
  margin-left: 5px;
  transform: rotate(30deg);
  transform-origin: right bottom;
}
.voice_btn-wrap{
  display: flex;
  justify-content: center;
}
.voice_btn-wrap .voice_btn{
  display: block;
  background-color: #dc1e37;
  color: #fff;
  width: 214px;
  padding: 23px 3% 24px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.2em;
  opacity: 1;
  transition: .4s;
  position: relative;
}
.voice_btn-wrap .voice_btn::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(/jp/recruit/new_graduate/img/people/voice/2023/voice_btn_arrow.svg)no-repeat center center / contain;
  right: 16px;
}
.voice_btn-wrap .voice_btn:hover{
  text-decoration: none;
  opacity: 0.65;
}
.voice_btn-wrap .voice_btn{
  margin: 20px;
}
.archive_voice_lead2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.archive_voice_txt {
  line-height: 2;
  text-align: center;
}
#voice2024 .archive_voice {
  height: auto;
  padding: 120px 0;
  background-color: #FFF;
}
@media only screen and (max-width: 860px) {
  .voice_btn-wrap{
    flex-wrap: wrap;
  }
}
  