@media (min-width: 900px){
  #advantage1-section{
    margin-bottom: 100px;
  }

  .lead-sentence{
    height: 65px;
  }

  .lead-sentence p{
    font-size: 24pt;
    font-weight: bold;
  }

  .advantage{
    height: 750px;
  }

  #advantage1-background-img{
    height: 445px;
    background-image: url("../img/png/2x/advantage1_bg.png");
  }

  .advantage-content{
    margin-top: 65px;
  }

  .advantage-detail{
    max-width: 630px;
    display: flex;
    align-items: center;
  }

  #advantage1-background-img .advantage-img{
    width: 800px;
    max-width: 800px;
  }

  .orange-down-arrow{
    width: 100px;
    margin-top: 70px;
    margin-bottom: 40px;
  }

  .detail-sentence{
    width: 630px;
    max-width: 630px;
    height: 180px;
    flex-direction: row;
    position:relative
  }

  .detail-btn{
    position: absolute;
    width: 72px;
    height: 32px;
    top: 110px;
    right: 52px;
    padding-top: 4px;
    font-size: 12pt;
    border-radius: 7px;
  }

  .detail-sentence p{
    font-size: 35pt;
  }

  .support-title{
    margin-bottom: 65px;
  }

  .support-title p{
    font-size: 35pt;
    font-weight: bold;
    line-height: 80px;
  }

  .smaller-support-title p{
    font-size: 23pt;
    line-height: 55px;
  }

  .zisseki{
    margin-bottom: 50px;
  }

  .zisseki-frame{
    box-sizing: border-box;
    width: 90%;
    max-width: 1231px;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
    border-radius: 10px;
    padding: 10px 46px 10px 61px;
  }

  .zisseki-1{
    margin: 0 20px 15px 0;
    width: 610px;
    max-width: 610px;
    height: auto;
    justify-content: space-around;
  }

  #it-img{
    width: 120px;
  }
  
  #chiiki-img{
    width: 156px;
  }

  .zisseki-sentence{
    font-size: 20pt;
    font-weight: bold;
    line-height: 50px;
    width: 249px;
    margin-right: 55px;
  }

  .zisseki-2{
    margin: 0;
    width: 480px;
    max-width: 480px;
    height: auto;
  }

  .daijin-gallery{
    justify-content: flex-start;
    margin-top: 20px;
  }

  .daijin-photo{
    padding: 3px;
    width: 136px;
    max-width: 136px;
  }

  .news-sentence{
    width: calc(100% - 80px);
  }
}