/* CSS Document */
.ae1 {
  padding: 360px 120px 120px 120px;
  margin-top: -360px;
/*  background-image: url(https://m-ine.net/airport-h/wp-content/themes/onepress/image/common/scroll-arrow.png);*/
  background-position: top 60px right 8vw;
  background-repeat: no-repeat;
}
.ro1inner {
  display: flex;
  max-width: 1300px;
  margin: auto;
  width: 96%;
  padding:  0;
  justify-content: space-between;
  align-items: center;
}
.ae1txt {
  width: 35%;
}
.ae1imgbox {
  width: 65%;
}
.ae1imgbox img {
  width: 100%;
max-width:840px;
aspect-ratio: 84 / 61;
object-fit: cover;
}
.ae1txt h4 {
  font-size: 35px;
  display: flex;
  align-items: center;
}
.ae1txt p {
  font-size: 18px;
    line-height: 2em;
}
/*.ae1txt h4:after {
  margin-left: 1em;
  border-top: 1px solid;
  content: "";
  width: 3em;
}*/
.ae21inner {
  display: flex;
  margin: 120px 0;
}
.ae21iimg {
  flex: 1;
}
.ae21iimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.ae21itxt {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.ae21itxth3 {
  font-size: 35px;
  display: block;
  text-align: center;
}
.ae21itxth3 span {
  font-size: 30px;
  display: block;
  margin: auto;
  text-align: center;
}
.ae21itxtp {
  width: 80%;
  font-size: 18px;
  line-height: 2em;
  /*margin: auto;*/
  font-feature-settings: "palt";
    text-align: center;
}
/*sp*/
@media (max-width: 750px) {
  .ae1 {
    padding: 0;
    margin-top: -80px !important;
    background-image: none;
    background-position: top 60px right 8vw;
    background-repeat: no-repeat;
    padding-top: 100px;
  }
  .ae1inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 64%;
    margin: auto;
    padding-bottom: 30px;
  }
  .ae1inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .ae1imgbox {
    width: 100%;
  }
  .ae1txt {
    font-size: 16px;
    color: #000;
    width: 100%;
  }
/*    .ae1txt h4:after {
    margin-left: 1em;
    border-top: 1px solid;
    content: "";
    margin-left: 0.5em;
    width: 1.5em;
}*/
.ae1txt h4 {
    padding-top: 30px;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
       .ro1inner {
           padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
         width: 64%;
        margin: auto;
        padding-bottom: 30px;
    }
    .ae21inner{
        display: block;
        margin: 0;
    }
    .ae21iimg{
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 50%;
    }    
.ae21iimg img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
    aspect-ratio: 207 / 147;

}
    
.ae21itxtp {
    width: 94%;
    font-size: 16px;
    line-height: 2em;
    font-feature-settings: "palt";
}
    
    
    
    
    
    
    
}

/*タブレット*/
@media only screen and (min-width: 750px) and (max-width: 1024px) {
    
    .heroimagebox img{
        height: auto !important;
        aspect-ratio: 7 / 4 !important;
        object-fit: cover;
    }
 

    
.ae1txt {
    width: 48.5%!important;
    font-size: 15px!important;
}
    .ae1txt p {
    font-size: 15px;
}
.ae1imgbox {
    width: 50%;
}  
    .spacerbox.pc{
        height: 20px!important;
    }
    
.sec-inner {
    max-width: 1300px;
    width: 90%;
    margin: auto;
    padding: 0;
}
    .ae1{
     padding: 400px 0px 30px 0px;   
    }    
    .ae21inner{
        display: block;
    }    
    .ae21iimg{
        width: 50%;
        display: inline-block;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}










