  .fv{
    background-image: url(https://dym.fm/wp-content/themes/theme/img/interview-buddy/pagetitle_bg_pc.jpg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .fv div{
    width: 90%;
    margin: auto;
    padding: 100px 0;
    font-family: "Shippori Mincho", serif;
    color: #202a5a;
    max-width: 1200px;
  }
  .fv div .en{
    font-family: "Shippori Mincho", serif;
    font-size: 1.875rem;
    letter-spacing: 0.15em;
  }
  .fv div .ja,
  .fv div h1{
    font-size: 14px;
  }
 .c-pagetitle,
  .c-bread{
    display: none;
  }
  .bread{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    column-gap: 20px; 
    font-family: "Shippori Mincho", serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    flex-wrap: wrap;
  }
  .bread li{
    position: relative;
  }
  .bread li::before{
    content: ">";
    position: absolute;
    right: -18px;
  }
  .bread li.last::before{
    display: none;
  }
  #news{
    width: 90%;
    max-width: 1000px;
    margin: auto;
    font-size: 16px;
    padding: 60px 0;
  }
  #news .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto 20px;
    max-width: 1000px;
  }
  #news .head .date{
    color: #949494;
    font-size: 20px;
  }
  #news .head .category{
    font-size: 18px;
    background: #003366;
    color: white;
    border-radius: 20px;
    padding: 0 10px;
  }
  #news h1{
    color: #202a5a;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    border-bottom: 3px solid;
    padding-bottom: 10px;
    margin: 0 auto 20px;
    max-width: 1000px;
  }
  #news .image{
    max-width: 800px;
    margin: 0 auto 30px;
  }
  #news .image img{
    width: 100%;
  }
  #news h2{
    color: #202a5a;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
  #news > p{
    font-size: 18px;
    line-height: 1.5;
    margin: 0 auto 10px;
    max-width: 900px;
  }


    #news-list{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
    padding: 60px 0;
  }
  #news-list ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 3.33%;
  }
  #news-list ul li{
    width: 31%;
    margin-bottom: 40px;
  }
  #news-list ul li a{
    display: block;
  }
  #news-list ul li a img{
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  #news-list ul li a .head{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 16px;
  }
  #news-list ul li a .head .date{
    color: #949494;
  }
  #news-list ul li a .head .category{
    color: white;
    background: #003366;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
  }
  #news-list ul li a h2{
    font-size: 20px;
    font-weight: bold;
    color: #202a5a;
    margin-top: 10px;
  }
  @media screen and (max-width: 768px){
    .fv{
      background-image: url(https://dym.fm/wp-content/themes/theme/img/interview-buddy/pagetitle_bg_sp.jpg.webp);
    }
    .fv div{
      width: 87%;
      padding: 170px 0 30px;
    }
    .bread{
        max-width: 500px;
    }
    #news{
      max-width: 500px;
      padding: 30px 0;
    }
    #news .head{
      margin-bottom: 10px;
    }
    #news .head .date,
    #news .head .category{
      font-size: 14px;
    }
    #news h1{
      font-size: 20px;
      padding-bottom: 0;
    }
    #news h2{
      font-size: 18px;
    }
    #news > p{
      font-size: 15px;
    }
    #news-list ul li{
      width: 100%;
      max-width: 500px;
    }
  }