@charset "utf-8";
/* CSS Document */
#top .content{
  max-width: 1200px;
  margin: 0 auto;
}
#top .content .top_main{
  position: relative;
  margin: 10em auto 0;
}
#top .content .top_main .mv_link01 img{
  position: absolute;
  top: 71%;
  left: 0;
  width: 12vw;
  transition: .6s;
}
#top .content .top_main .mv_link02 img{
  position: absolute;
  top: 36%;
  right: 51%;
  width: 12vw;
  transition: .6s;
}
#top .content .top_main .mv_link03 img{
  position: absolute;
  top: 74.5%;
  right: 1%;
  width: 12vw;
  transition: .6s;
}
#top .youtube{
  width: 70%;
  aspect-ratio: 16 / 9;
  margin: 3em auto 0;
}
#top .youtube iframe{
  width: 100%;
  height: 100%;
}
@media screen and (min-width:1200px){
  #top .content .top_main .mv_link01 img, #top .content .top_main .mv_link02 img, #top .content .top_main .mv_link03 img{
    width: 14%;
  }
}
#top .content .top_main .mv_link01 img:hover, #top .content .top_main .mv_link02 img:hover, #top .content .top_main .mv_link03 img:hover{
  transform: scale(1.1,1.1);
}
#top .content .cntbox{
  width: 100%;
  padding: 4em 0;
  background: #ffffff;
}
#top .content .cntbox .top_info{
  margin: 0 0 6em;
}
#top .content .cntbox .top_info h2{
  margin: 0 0 .5em;
  font-size: 3rem;
}
#top .content .cntbox .top_info dl{
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0 auto;
  padding: 1em 0;
  text-align: left;
  background: url(/images/top/info_line.png) 50% 100% no-repeat;
}
#top .content .cntbox .top_info dt{
  width: 26%;
}
#top .content .cntbox .top_info dd{
  width: 74%;
}
#top .content .cntbox .cmpbox{
  width: 94%;
  margin: 0 auto 2em;
}
#top .content .cntbox .top_cnt1{
  display: flex;
  justify-content: center;
}
#top .content .cntbox .top_cnt1 p{
  margin: 0 .8em ;
}
#top .content .cntbox .top_cnt1 p img:hover{
  transform: scale(1.02,1.02);
}
#top .content .cntbox .top_cnt1 p img{
  display: block;
  width: 98%;
  border-radius: 20px;
  border: solid 4px #014099;
}
#top .content .cntbox .top_cnt2{
  margin: 0 auto 3em;
}
#top .content .cntbox .top_cnt2 h3{
  padding: 3em 0;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #075fba;
  background: url(/images/top/arw_under.svg) 50% 80% no-repeat;
  background-size: 3em;
}
#top .content .cntbox .top_cnt2 .choinoma_bnr{
  text-align: center;
}
#top .content .cntbox .top_cnt2 p a{
  display: inline-block;
  transform: .6s;
}
#top .content .cntbox .top_cnt2 p a:hover{
  transform: scale(1.02,1.02);
}
@media screen and (max-width: 1000px){
  #top .content .top_main{
    position: relative;
    margin: 9em auto 0 !important;
  }
}
@media screen and (max-width: 767px){
  #top .container{
    padding-top: 0;
  }
  #top .content .cntbox .top_info dl{
    width: 78%;
  }
  #top .content .cntbox .top_cnt2 .choinoma_bnr{
    width: 78%;
    margin: 0 auto;
  }
  #top .content .cntbox .top_cnt2 h3{
    font-size: 4vw;
  }
  #top .youtube{
    width: 90%;
  }
}
@media screen and (max-width: 600px){
  #top .content .cntbox .top_cnt1{
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  #top .content .cntbox .top_cnt1 p{
    width: 40%;
    margin: 0 1em 2em;
  }
  #top .content .cntbox .top_info dl{
    width: 90%;
    font-size: 3vw;
  }
}
@media screen and (max-width: 414px){
  #top .content .top_main{
    margin: 110px auto 0;
  }
  #top .content .cntbox .top_cnt1 p{
    width: 60%;
    margin: 0 1em 2em;
  }
}