@media screen and (max-width: 1435px) {
  .fv_title>h2 {
    font-size: 80px;
  }
}

@media screen and (max-width: 1100px) {

  /* 各セクション */
  /* fv */
  .fv_wrapper {
    max-width: 1110px;
    margin-top: 30px;
    padding-top: 0px;
  }

  .fv_title>h2 {
    font-size: 60px;
  }

  .fv_sub_title>p {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 937px) {}

@media screen and (max-width: 768px) {

  /* 各セクション */
  /* fv */
  .fv_wrapper {
    max-width: 768px;
    margin-top: 30px;
    padding-top: 0px;
    background-image: url(../img/common/fv_bg_image-sp.jpeg);
  }

  .fv_section_inner {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fv_text {
    padding-top: 100px;
  }

  .fv_title>h2 {
    font-size: 48px;
  }

  .fv_sub_title {
    padding-bottom: 20px;
  }

  .fv_sub_title>p {
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .sns_wrapper {
    padding-bottom: 10px;
    width: 40px;
  }

  /* news */
  .news_wrapper {
    padding-top: 30px;
  }

  .news_section_inner {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_title_news>h2 {
    font-size: 20px;
  }

  .section_title_news::after {
    transform: translate(-6%);
    left: 38%;
  }

  .category_wrapper {
    width: 335px;
  }

  .cat-item {
    width: 120px;
    height: 25px;
    border: solid 1px #333333;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .cat-item>h3 {
    font-size: 12px;
    font-family: 'Noto Sans JP';
  }

  .category01 {
    background-color: #333333
  }

  .category01>h3 {
    color: #FFFFFF;
  }

  .news_contents_wrapper {
    margin-top: 56px;
  }

  .news {
    display: flex;
    border-bottom: solid 1px #DDDDDD;
  }

  .news_img {
    width: 35.82%;
    padding-bottom: 25px;
  }

  .news_img>picture>img {
    aspect-ratio: 12/11;
  }

  .news_detail {
    width: 64.18%;
    padding-top: 24px;
    padding-left: 12px;
  }

  .news_info {
    padding-top: 0px;
  }

  .news_category {
    width: 110px;
  }

  .news_category>p {
    font-size: 12px;
  }

  .news_title {
    margin-top: 5px;
  }

  .news_title>h4 {
    -webkit-line-clamp: 2;
    font-size: 16px;
  }

  .page_navigation {
    margin-top: 75px;
  }

  .news_page_nav_list {
    width: 196px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .news_page_nav_item {
    width: 40px;
    height: 40px;
    border: solid 2px #000000;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .news_page_nav_item>a {
    font-size: 18px;
    line-height: 32px;
  }

  .news_page_nav_item:first-child {
    background-color: #000000;
  }

  .news_page_nav_item:first-child>a {
    color: #FFFFFF;
  }
}


  