@media (min-width: 1025px) {
  html {
    font-size: 3vw;
  }

  body {
    font-family: "Lucida Grande", "Malgun Gothic", sans-serif;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 0;
    overflow: hidden scroll;
  }

  body.fixed {
    position: fixed;
  }

  header {
    background: white 0 0 no-repeat padding-box;
    height: 5.57vw;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100vw;
  }

  main {
    left: 0;
    position: absolute;
    top: 9vw;
  }

  footer {
    bottom: 0;
    position: fixed;
    width: 100vw;
  }

  p {
    margin: 0;
  }

  img {
    border: none;
  }

  .header-menu-link {
    color: black;
    font-size: 2.7vw;
    line-height: 1.8;
    padding: 0 1.5vw;
    position: absolute;
    top: 0;
  }

  .header-menu-link-recruit {
    right: 13.5vw;
  }

  .header-menu-link-reward {
    right: 0;
  }

  .hamburger-icon {
    height: auto;
    left: 5.5vw;
    opacity: 1;
    position: absolute;
    top: 1.4vw;
    width: 2.81vw;
  }

  .main-logo {
    height: auto;
    left: calc(9.5vw + 1vw);
    opacity: 1;
    position: absolute;
    top: 1.1vw;
    width: 25.77vw;
  }

  .site-logo {
    color: black;
    font-family: 'Bodoni Moda', serif;
    font-size: calc(37 / 1200 * 100vw);
    height: auto;
    left: calc(9.5vw + 2vw);
    line-height: initial;
    opacity: 1;
    position: absolute;
    text-decoration: none;
    top: calc(5 / 1200 * 100vw);
  }

  .site-logo:hover {
    color: black;
    text-decoration: none;
  }

  .sub-logo {
    color: black;
    font-family: 'Bodoni Moda', serif;
    font-size: calc(20 / 1200 * 100vw);
    height: auto;
    line-height: initial;
    opacity: 1;
    position: absolute;
    text-decoration: none;
    top: calc(23 / 1200 * 100vw);
  }

  .sub-logo.recruit {
    left: calc(480 / 1200 * 100vw);
  }

  .sub-logo.reward {
    left: calc(580 / 1200 * 100vw);
  }

  .sub-logo.column {
    left: calc(680 / 1200 * 100vw);
  }

  .sub-logo.agency {
    left: calc(780 / 1200 * 100vw);
  }

  .sub-logo.palmu {
    left: calc(880 / 1200 * 100vw);
  }

  .sub-logo:hover {
    color: black;
    text-decoration: none;
  }

  .menu-area {
    background-color: #000000f0;
    display: none;
    height: 100vh;
    left: 0;
    line-height: 1;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10;
  }

  .menu-close {
    color: white;
    font-size: 5vw;
    left: 5.3vw;
    position: relative;
  }

  .menu-logo-area {
    margin: 3vw auto 0;
    position: relative;
    text-align: center;
    top: -5vw;
    width: 50%;
  }

  .menu-logo {
    color: white;
    font-family: 'Bodoni Moda', serif;
    font-size: calc(41 / 1200 * 100vw);
    height: auto;
    padding-left: calc(23 / 1200 * 100vw);
    width: 90%;
  }

  .category-menu-area {
    position: relative;
    top: -5vw;
  }

  .menu-link-area {
    margin: calc(35 / 1200 * 100vw) auto 0;
    text-align: center;
    width: calc(400 / 1200 * 100vw);
  }

  a.menu-link:link,
  a.menu-link:visited,
  a.menu-link:hover,
  a.menu-link:active {
    color: white;
    text-decoration: none;
  }

  .menu-title {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: calc(23 / 1200 * 100vw);
    font-weight: normal;
    letter-spacing: calc(8 / 1200 * 100vw);
    opacity: 1;
    text-align: center;
  }

  .menu-sub-title {
    font-size: 0.5vw;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    top: -1vw;
  }

  .line-recruit-area {
    background: white 0 0 no-repeat padding-box;
    border: solid 1px black;
    border-radius: 45px;
    bottom: 0.5vw;
    height: 7vw;
    line-height: 1;
    margin: auto;
    opacity: 1;
    position: relative;
    text-align: center;
    width: 60vw;
  }

  .line-recruit-icon {
    height: auto;
    position: relative;
    top: 0.5vw;
    width: 2.5vw;
  }

  .line-recruit-icon-text {
    color: black;
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 1.57px;
    position: relative;
    top: -0.3vw;
  }

  .line-recruit-text {
    color: black;
    font-size: 1.4vw;
    letter-spacing: 1px;
    padding-top: 0.5vw;
  }

  .copyright {
    color: black;
    font-size: 1vw;
    letter-spacing: 0;
    position: relative;
    right: 2vw;
    text-align: right;
    top: -0.5vw;
  }

  .sp-show {
    display: none;
  }

  .sp-none {
    display: block;
  }

  .mt-0 {
    margin-top: 0;
  }

  .display-none {
    display: none;
  }

  .d-block {
    display: block;
  }
}
