@media screen and (min-width: 1440px) {
}

/* NPC */
@media screen and (max-width: 1440px) {
  #home_mv .outer .inner {
    justify-content: space-around;
  }
  #home_mv .outer .inner h2 {
    font-size: 350%;
  }
}

@media screen and (max-width: 1280px) {
  #home_mv .outer .inner h2 {
    font-size: 300%;
  }
  
  .report_list li:nth-child(n + 7) {
    display: none;
  }
}

/* タブレット */
@media screen and (max-width: 1024px) {
  #home_mv .outer .inner h2 {
    font-size: 270%;
  }
  #home_about .text_box .title_area h2 {
    font-size: 280%;
  }
}

/* タブレット 800 */
@media screen and (max-width: 800px) {
  #home_mv .outer .inner {
    max-width: 400px;
  }
  #home_mv .outer .inner h1 {
    font-size: 80%;
  }
  #mv_logo {
    width: 200px;
  }
  #home_mv .outer .inner h2 {
    font-size: 240%;
  }
  #home_about {
    position: relative;
    align-items: center;
  }
  #home_about .img_box{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #home_about .text_box{
    position: relative;
    z-index: 1;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: auto;
    background: rgba(30,30,30,.5);
    padding: 50px 30px;
    z-index: 1;
  }
  #home_about .text_box .inner{
    font-size: 110%;

    writing-mode: unset;
  }
  #home_about .text_box .title_area h2{
    white-space:nowrap;
    font-size: 280%;
  }
  #home_about .text_box .inner p{
    margin: 0;
    line-height: 200%;
  }
  #home_about .text_box .inner p:last-child{
    display: none;
  }
}

/* SP */
@media screen and (max-width: 600px) {
  #mv_logo {
    width: calc(100% - 40px);
    max-width: 130px;
  }
  #home_mv .outer .inner {
    flex-direction: column;
  }
  #home_mv .outer .inner h1 {
    font-size: 60%;
  }
  #home_mv .outer .inner h2 {
    font-size: 11vw;
    margin-top: 40px;
    letter-spacing: 1rem;
  }
  #mv_logo img {
    width: 100%;
  }
  #home_about .text_box .title_area h2{
    font-size: 9vw;
  }
}
