@media screen and (min-width: 601px) {
  /* ヒーローセクション */

  .splide {
    width: auto;
    margin: 0 calc(50% - 49.3vw);
    box-shadow: 5px 5px 20px 0 rgba(77, 240, 126, 0.5);
  }

  /* 下に固定するナビゲーション */

  nav {
    display: grid;
    place-items: center;
    background-color: #84d799;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    border-radius: 2px;
    z-index: 1;
  }
}

@media screen and (min-width: 1025px) {
  .container {
    max-width: 1280px;
  }

  /* ヒーローセクション */

  .splide {
    width: auto;
    margin: 0 calc(50% - 49.5vw);
    box-shadow: 5px 5px 20px 0 rgba(77, 240, 126, 0.5);
  }

  .hero-card {
    height: 20rem;
    max-width: 800px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-card-logo {
    max-width: 200px;
  }

  .hero-text {
    font-size: 2.25rem;
  }

  /* お知らせセクション */

  h2 {
    font-size: 3rem;
  }

  .wrap-twitter {
    max-width: 900px;
    margin: 0 auto;
  }

  /* アピールカードセクション */

  .wrap-appeal-cards {
    flex-direction: row;
    justify-content: space-around;
  }

  .appeal-card {
    width: 30%;
  }

  /* フィーチャーセクション */

  .feature {
    max-width: 1024px;
    margin: 4rem auto 4rem;
  }

  .feature-title {
    padding: 0.5rem 0;
    height: 5rem;
    line-height: 60px;
  }

  .feature-subtitle {
    padding-left: 2rem;
  }

  .feature-text {
    padding-left: 2rem;
  }

  .character-confused {
    right: 5rem;
    top: -2rem;
    width: 5rem;
  }

  /* 部門紹介 */

  .wrap-headline {
    margin-bottom: 2rem;
  }

  .wrap-divisions {
    display: flex;
    justify-content: space-around;
  }

  .cg-illustration-headline {
    margin-top: 0;
  }

  .wrap-esports {
    width: 45%;
  }

  .wrap-cg-illustration-headline {
    width: 45%;
  }

  .handmade-headline {
    height: 3rem;
  }

  .wrap-handmade {
    width: 45%;
  }

  .wrap-handmade-headline {
    width: 45%;
  }

  .white-space-for-desktop {
    display: inline;
  }

  /* アクセス セクション */

  .access-text {
    max-width: 800px;
    margin: 0 auto;
  }

  .google-map {
    max-width: 800px;
    margin: 0 auto;
  }

  /* お問い合わせセクション */

  .contact-prompt {
    font-size: 32px;
  }

  .slant-left {
    border-left: solid 2px #595758;
    height: 1.8rem;
    transform: skewX(30deg);
    margin-right: 1rem;
  }

  .slant-right {
    border-left: solid 2px #595758;
    height: 1.8rem;
    transform: skewX(-30deg);
    margin-left: 1rem;
  }

  .contact-banner {
    font-size: 2.25rem;
    height: 4.3rem;
    max-width: 800px;
  }

  .mail-icon {
    width: 2.8rem;
  }

  /* 事業所情報 */
  footer {
    margin: 0 auto;
    max-width: 600px;
  }

  .site-type {
    font-size: 1.5rem;
    margin: 1.2rem 0 0.3rem 1rem;
  }

  .wrap-address {
    font-size: 1rem;
  }

  .wrap-wage {
    font-size: 1rem;
  }

  .wrap-business-hour {
    font-size: 1rem;
  }

  .wrap-tel-number {
    font-size: 1rem;
  }

  .tel-number-content {
    font-size: 3rem;
  }

  .wrap-fax {
    font-size: 1rem;
  }

  .wrap-email {
    font-size: 1rem;
  }

  .company {
    background-color: #269931;
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0;
    border-radius: 2px;
    padding: 0.5rem;
    margin-left: calc(50% - 49.5vw);
    margin-right: calc(50% - 49.5vw);
  }

  /* 下に固定するナビゲーション */

  nav {
    display: block;
    position: fixed;
    left: 0;
    top: 38rem;
    width: 5rem;
    height: 10rem;
    border-radius: 2px;
    z-index: 1;
  }

  .wrap-icons {
    display: flex;
    flex-direction: column;
    height: 12rem;
    background-color: #84d799;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .nav-icon {
    height: 2rem;
  }

  .nav-icon-mail {
    height: 1.6rem;
  }
}

@media screen and (min-width: 1701px) {
  .splide {
    width: 1700px;
  }
}
