main-visual-h500@charset "utf-8";

/* US AIRSTAGE CSS 20220726 */
.circle-arrow{
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: solid 1px #555;
}
.circle-arrow::after{
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 30%;
  top: 30%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #326f75;
  border-right: 2px solid #326f75;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.component-btn-red a{
  background-color: #0e7178 !important; 
  border: 1px solid #fff !important;
}

.airstage-h1{
  border-bottom: 3px solid #000;
}
.component-visual.with-newsarea .visual-item .visual-text{
  padding-bottom: 0;
}
section#contents {
  background: #fff;
  color: #000;
}
.slick-dots {
  visibility: hidden !important;
}
.main-visual-h500 {
  background: url(/us/resources/images/airstage-cloud/img-0000-cloud-airstage-mv-01.jpg) center center no-repeat !important;
  background-size: cover !important;
  margin-bottom: 40px !important;
}
.bg-wh{
  background: rgba(225, 225, 225, .8);
  height: 100% !important;
  width: 46.6% !important;
  padding: 17.77% 0;
}
.top-42{
  position: absolute;
  top: 42%;
  padding: 0 10px;
}
.h-g {
  color: #000;
  font-weight: thin;
}
.pr-0 {
  padding-right: 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 62px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-100 {
  padding-bottom: 96px !important;
}
.pb-120 {
  padding-bottom: 116px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
h2.ke-pr,
h2.ke-pr-1 {
  _display: inline-block;
  position: relative;
  margin-top: 40px;
  font-size: 45px;
  font-weight: bolder;
}

h2.ke-pr:before, h2.ke-pr-1:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  display: inline-block;
  width: 30px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #000; /*下線の色*/
}
.green-border {
  border-bottom: 1px solid #ddd;
  font-weight: bolder;
}
.component-visual .visual-item{
  min-height: auto;
}

.g-hover a:hover{
  color: #326f75 !important;
}

.img-w-100{
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width:1152px){
  .bg-wh{
  padding:0px;
  min-height: 500px;
  }
  .bg-wh img{
    margin-top: 40%;
  }
}
@media screen and (max-width:1024px) {
  .top-42 img{
    width: 100% !important;
  }
  .sp-fs-12 {
    font-size: 90% !important;
  }
  .sp-img-80 {
    width: 80% !important;
  }
}

@media screen and (max-width:768px) {
  .component-visual .visual-item img{
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width:580px) {
  .bg-wh{
    height: auto !important;
    padding: 0 !important;
    width: 100% !important;
    margin: 16% 0;
    text-align: center;
  }
  .bg-wh img{
    padding-top: 5px;
  }
  .top-42{
    position: static;
  }
  .sp-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  .bb-green{
    border-bottom: 0px !important;
  }
  .sp-mb-0  {
    margin-bottom: 0 !important;
  }
  .sp-pb-0  {
    padding-bottom: 0 !important;
  }
  .sp-pb-12  {
    padding-bottom: 12px !important;
  }
  .sp-pb-20  {
    padding-bottom: 20px !important;
  }
  .sp-pb-30  {
    padding-bottom: 30px !important;
  }
  .sp-pb-40  {
    padding-bottom: 40px !important;
  }
  .sp-pb-50 {
    padding-top: 50px !important;
  }
  .sp-pt-0 {
    padding-top: 0 !important;    
  }
  .sp-pt-30 {
    padding-top: 30px !important;
  }
  .sp-pt-40 {
    padding-top: 40px !important;
  }
  .sp-pt-50 {
    padding-top: 50px !important;
  }
  .sp-pr-0 {
    padding-right: 0 !important;
  }
  .sp-pr-6 {
    padding-right: 6px !important;
  }
  .sp-pr-12 {
    padding-right: 12px !important;
  }
  .sp-pl-6 {
    padding-left: 6px !important;
  }
  .sp-pl-14 {
    padding-left: 14px !important;
  }
  .ke-pr-1 img {
    width: 50% !important;
  }
  .sp-fs-12 {
    font-size: 80% !important;
  }
  .sp-fs-13 {
    font-size: 110% !important;
  }
  .sp-img-80 {
    width: 70% !important;
  }
}