@charset "utf-8";
h2{
  font-size: 3rem;
  text-align: center;
  margin: 0 auto 2rem;
  font-weight: bold;
  }
  h2 img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 800px;
    }

/* ====main======= */
main{
width: 100%;
height: auto;
}
main p{
display: block;
width: 60%;
margin-top: 4rem;
}
main img{
width: 100%;
margin-top: 0rem;
}
main .mv{
  display: block;
  width: 100%;
  margin-top: 5vw;
  }
/* ====section======= */
section{
width: 100%;
margin: 5vw auto 5vw;
}

/* ====section01======= */
.sec01{
background-image: none;
background-size: 100%;
background-repeat: no-repeat;
}
.sec01 .inner{
width: 100%;
max-width: 1000px;
height: auto;
padding:0;
margin: 0 auto 20vw;
position: relative;
}
.sec01 .img_logo{
display: block;
width: 40%;
height: auto;
margin: 7.5vw auto;
}
.sec01 .img_logo img{
width: 100%;
height: auto;
}
.sec01 .img_copy{
  width: 60%;
  height: auto;
  margin: 1.5vw auto 5vw;
}
.sec01 .img_copy img{
width: 100%;
height: auto;
}
.sec01 .txt{
  display: block;
  width: 70%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 3.5rem;
}
.sec01 .img_name{
display: block;
width: 14rem;
margin: 5rem 0 2rem auto;
}
.sec01 .img_name img{
width: 100%;
height: auto;
}
/* ====section02======= */
.sec02{
  background-image: none;
  background-size: 100%;
  background-repeat: no-repeat;
  }
@media screen and (max-width: 768px){
/* ====main======= */
main{
  margin-top: 4.5rem;
  width: 100%;
  height: auto;
  }
  main p{
    display: block;
    width: 100%;
    margin-top:0;
  }
  main img{
    width: 100%;
    margin-top: 0;
  }
  main .mv{
    display: block;
    width: 100%;
    margin-top:1rem;
    }
  main .container{
  height: auto;
  }
  /* ====section======= */
  section{
    width: 100%;
    margin: 5rem auto;
  }
  
  /* ====section01======= */
  .sec01{
  background-image: none;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 0;
  }
  .sec01 .inner{
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding:0;
  margin: 0 auto 20vw;
  position: relative;
  }
  .sec01 .img_logo{
  display: block;
  width: 40%;
  height: auto;
  margin: 7.5vw auto;
  }
  .sec01 .img_logo img{
  width: 100%;
  height: auto;
  }
  .sec01 .img_copy{
    width: 60%;
    height: auto;
    margin: 1.5vw auto 5vw;
  }
  .sec01 .img_copy img{
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  }
  .sec01 .txt{
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2.25rem;
    text-align: center;
  }
  .sec01 .img_name{
  display: block;
  width: 30%;
  margin: 5rem 1rem 2rem auto;
  }
  .sec01 .img_name img{

}
}