.wrapper .header_pc {
  background-color: #fffaee;
}

@media screen and (min-width: 1000px) {
  .wrapper .header_pc {
    width: 100vw;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wrapper .header_sp {
    display: none;
  }

  .wrapper .header_logo {
    height: 38px;
    margin-left: 32px;
  }

  .wrapper .header_content_pc {
    display: flex;
    height: 80px;
    align-items: center;
  }

  .wrapper .header_content_pc_detail {
    margin-left: 18px;
    margin-right: 18px;
  }

  .wrapper .header_cv {
    display: block;
    color: white;
    border-radius: 50px;
    background: #ff705c;
    box-shadow: 0px 4px 0px 0px #a7655c;
    margin-left: 28px;
    border: none;
    margin-right: clamp(39px, 3.9vw, 64px);
    letter-spacing: 0.8px;
  }

  .wrapper .header_cv:hover {
    box-shadow: none;
    margin-top: 4px;
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .wrapper .header_cv a {
    display: flex;
    width: 120px;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 999px) {
  .wrapper .header_cv {
    display: block;
    color: white;
    border-radius: 50px;
    background: #ff705c;
    box-shadow: 0px 4px 0px 0px #a7655c;
    margin-left: 28px;
    border: none;
    margin-right: clamp(39px, 3.9vw, 64px);
    letter-spacing: 0.8px;
  }

  .wrapper .header_cv:hover {
    box-shadow: none;
    margin-top: 4px;
    transition: all 0.4s ease-out;
    cursor: pointer;
  }

  .wrapper .header_cv a {
    display: flex;
    width: 120px;
    height: 40px;
    justify-content: center;
    align-items: center;
  }

  .wrapper .header_sp {
    background-color: #fffaee;
    width: 100vw;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wrapper .header_pc {
    display: none;
  }

  .wrapper .header_logo {
    margin-left: 17px;
    width: 95px;
    height: 30px;
  }
}
