.slick-next {
  right: 0;

  background-size: cover;
  width: 67px;
  background-position: center;
  height: 18vw; }
  @media (max-width: 750px) {
    .slick-next {
      height: 34vw;
      width: 40px; } }

.slick-prev {
  left: 0;

  background-size: cover;
  width: 67px;
  background-position: center;
  height: 18vw; }
  @media (max-width: 750px) {
    .slick-prev {
      height: 34vw;
      width: 40px; } }

.about_flex {
  padding: 0 50px 250px 50px; }

.slide {
  margin-bottom: 150px; }

.voice_wrap {
  margin-bottom: 30px;
  font-size: 20px; }
  @media (max-width: 750px) {
    .voice_wrap {
      font-size: 14px; } }

.voice_wrap h5 {
  padding-bottom: 5px;
  border-bottom: 1px dashed #000;
  margin-bottom: 10px;
  font-weight: normal;
  width: 100%; }

.voice_wrap h5 span {
  color: #F75B5B; }

.name {
  margin-bottom: 30px; }

.gender_f {
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  position: relative;
  background: #E87173;
  border-radius: 50px;
  line-height: 1.5em;
  font-size: 18px;
  text-align: center; }
  .gender_f:before {
    content: url("../img/pc/select/pop_r.png");
    position: absolute;
    top: calc(50% - 12px);
    right: -16px; }

.gender_m {
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  position: relative;
  background: #617ACF;
  border-radius: 50px;
  line-height: 1.5em;
  font-size: 18px;
  text-align: center; }
  .gender_m:before {
    content: url("../img/pc/select/pop_b.png");
    position: absolute;
    top: calc(50% - 12px);
    right: -16px; }

.voice_flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start; }

.voice_right {
  margin-left: 50px;
  width: calc(100% - 250px); }

.gender {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px; }
  .gender p {
    margin-left: 30px;
    width: calc(100% - 140px);
    line-height: 1.8em;
    font-size: 20px; }
    @media (max-width: 750px) {
      .gender p {
        width: calc(100% - 90px); } }

.item_hid {
  display: none; }

.item_hid_in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.more {
  cursor: pointer; }

.sptx {
  display: none; }

@media (max-width: 750px) {
  .sptx {
    display: block; }

  .pctx {
    display: none; }

  .voice_wrap {
    padding: 0 10px; }

  .voice_flex {
    display: block; }
    .voice_flex img {
      width: 100%;
      max-width: 750px;
      height: auto;
      margin-bottom: 20px; }

  .voice_right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px; }
    .voice_right p {
      font-size: 14px; }

  .gender_f, .gender_m {
    width: 55px;
    height: 55px;
    font-size: 12px; }

  .gender_f:before {
    right: -9px;
    top: calc(50% - 8px); }

  .gender_m:before {
    right: -9px;
    top: calc(50% - 8px); }

  .area_gr {
    margin-bottom: 15vw; }

  .last_mg {
    margin-bottom: 10vw; }

  .title {
    margin-bottom: 5vw; } }