@charset "UTF-8";
.asamadePage{
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.asamadePage .el-d-section{
  box-sizing: border-box;
  margin: 0 auto;
}
.asamadePage picture{
  display: block;
}
@media screen and (min-width:700px){
  .asamadePage img{
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
  }
}


.center{
  text-align: center;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.flexBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 0px;
}
@media screen and (min-width:700px){
  .sp{display: none !important;}
}
@media screen and (max-width:699px){
  .pc{display: none !important;}
  .sp img{
    display: block;
  }
  .asamadePage .el-d-section{
    padding: 0;
    margin: 0;
  }
}


.asamadePage .mv h1{
  top: 3%;
  left: 5%;
  width: 35%;
}
.asamadePage .mv p{
  top: 66%;
  left: 6%;
  width: 53.4%;
}

@media screen and (min-width:700px){
  .asamadePage .mv h1{
    top: 8%;
    left: 7%;
    width: 15.5%;
  }
  .asamadePage .mv p{
    top: 55.5%;
    left: 9%;
    width: 34.7%;
  }
}

.asamadeMenu a{
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
  box-sizing: border-box;
}
.asamadeMenu a::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/menu_arrow.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center 15px;
}
@media screen and (min-width:700px){
  .asamadeMenu{
    margin: 2% 0;
    height: 100px;
    display: flex;
    justify-content: center;
  }
  .asamadeMenu a{
    position: relative;
  }
  .asamadeMenu a::before{
    transition: .2s;
  }
  .asamadeMenu a:hover::before{
    bottom: -10px;
  }
  .asamadeMenu a img{
    height: 19px;
    padding-bottom: 1.5em;
  }
}
@media screen and (max-width:699px){
  .asamadeMenu{
    margin: 0 3vw;
    height: 39.5vw;
  }
  .asamadeMenu a{
    top: 0;
    left: 0;
    width: 33.33%;
    height: 50%;
    padding: 6% 0;
  }
  .asamadeMenu a:nth-of-type(2){
    left: 33.33%;
  }
  .asamadeMenu a:nth-of-type(3){
    left: 66.66%;
  }
  .asamadeMenu a:nth-of-type(4){
    top: 50%;
  }
  .asamadeMenu a:nth-of-type(5){
    top: 50%;
    left: 33.33%;
  }
  .asamadeMenu a:nth-of-type(6){
    top: 50%;
    left: 66.66%;
  }
  .asamadeMenu a:nth-of-type(n+4) img{
    padding-bottom: 9vw;
  }
  .asamadeMenu a::before{
    background-size: 4.3vw;
    background-position: center 0;
    bottom: -4.3vw;
  }
  .asamadeMenu a:nth-of-type(n+4)::before{
    bottom: .2vw;
  }
  .asamadeMenu a:nth-of-type(n+4)::before img{
    padding-bottom: 9vw;
  }
  .asamadeMenu a img{
    height: 3.2vw;
  }
}


.concept{
  background-color: #162F7D;
  padding: 12% 0 0;
  position: relative;
}
.concept_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.concept h2{
  width: 64.7%;
  margin: 0 auto 6%;
}
.concept p{
  width: 78%;
  margin: 0 auto;
}
.concept h3{
  margin: 0 auto 5%;
}
@media screen and (min-width:700px){
  .concept{
    padding: 10% 0 0;
  }
  .concept h2{
    width: 52.7%;
    margin-bottom: 4%;
  }
  .concept p{
    width: 52.8%;
  }
  .concept ul{
    display: flex;
    flex-wrap: wrap;
  }
  .concept li:nth-of-type(2){
    width: 47.5%;
  }
  .concept li:nth-of-type(3){
    width: 52.5%;
  }
}
@media screen and (max-width:699px){
  .concept_bg{
    top: -2%;
  }
}

.try{
  background-color: #162F7D;
  background-image: url(../img/try_bgsp.png);
  background-size: 100% 100%;
  padding: 25% 0 22%;
}
.try h2{
  width: 82%;
  margin: 0 auto 2%;
}
@media screen and (min-width:700px){
  .try{
    background-image: url(../img/try_bg.png);
    padding: 18% 0 17%;
  }
  .try h2{
    width: 54.5%;
  }
}

.select_bg{
  background: linear-gradient(180deg, #162F7D, #3375BA);
  padding: 17% 0 0;
}
.select h3{
  width: 100%;
  margin: auto;
}
.select05_txt{
  top: 10%;
  left: 6%;
  width: 61%;
}
@media screen and (min-width:700px){
  .select_bg{
    padding: 4% 0 0;
  }
  .select05_txt{
    top: 11%;
    left: 7%;
    width: 35.5%;
  }
}
