@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url("/recruit/img/mv.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.page_title{
  background: rgba(0,174,239,.75);
}
main{
  padding-bottom: 90px;
}
.voice_head {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 174px;
  background: #D9DEFF;
  text-align: center;
  position: relative;
  margin-top: 200px;
}
.voice_img {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.voice_title_main {
  font-size: 4.8rem;
  color: var(--main-color);
  font-weight: bold;
  & small{
    font-size: 2.4rem;
  }
}
.voice_block{
  margin-top: 60px;
}
.voice_top {
  margin-top: 40px;
}
.top_head{
  font-weight: bold;
  font-size: 2.4rem;
  color: var(--main-color);
  margin-bottom: 15px;
}
.voice_bot {
  padding: 20px 40px;
  background: var(--main-color);
  color: #fff;
  margin-top: 40px;
}
.bot_head {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.bot_flex {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
.bot_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and ( max-width: 1023px ) {
}
@media screen and ( max-width: 767px ) {
.intro {
  font-size: 1.8rem;
  text-align: left;
}
.voice_head {
  margin-top: 60px;
flex-direction: column-reverse;
}
.voice_img {
  position: static;
  max-width: 60%;
}
.voice_title_main {
  line-height: 1;
  padding: 10px 0;
}
.voice_bot {
  padding: 20px 5%;
}
.bot_flex {
  flex-direction: column;
}
}