/* CSS Document */
.ro1inner {
  display: flex;
  max-width: 1300px;
  margin: auto;
  width: 96%;
  /*padding: 160px 0;*/
  justify-content: space-between;
  align-items: center;
}
.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;
}
.ae1txt {
  width: 40%;
}
.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 {

  border-top: 1px solid;
  content: "";
  margin-left: 1em;
  width: 3em;
}*/
.lgboximgpc {
  max-width: 1300px;
  display: block;
  margin: auto;
  width: 96%;
}
.lo3h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 120px;
}
.lo3h4 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.rsbox {
  max-width: 1300px;
  display: flex;
  margin: auto;flex-wrap: wrap;
  justify-content: space-between;
}
.rsbox .rsli {
  width: 31%;
  text-align: center;
}
.rstxt {
  padding: 20px 0 50px 0;
}
.rstxt h4 {
  font-size: 25px;
  text-align: center;
}
.rstxt p {
  font-size: 20px;
  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: 2em;
}*/
.ae1txt h4 {
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .ro1inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
         width: 64%;
        margin: auto;
        padding-bottom: 30px;
    }  
    
.rsbox .rsli {
    width: 49%!important;
    text-align: center;
}
    .lgbox.sp{
        padding: 40px 0;
    }
.lo3h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 40px;
}
    .rstxt h4 {
    font-size: 18px;
    text-align: center;
}
    .rstxt p {
    font-size: 14px;
    text-align: center;
}
    .ae1txt p {
    font-size: 16px;
}
}

/*タブレット*/
@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;
}
    .ae1{
     padding: 400px 0px 30px 0px;   
    }    
    .lo3h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 40px;
}    
    .rsbox{
        width: 96%;
        margin: auto;
    }
    
.rstxt h4 {
    font-size: 21px;
}
.rstxt p {
    font-size: 16px;
}  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



