@charset "UTF-8";
.d-img {
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
padding:0;
margin:0;
border:0 none;
display: block;
overflow: hidden;
}
.d-img img{
position: absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:100%;
height:100%;
object-fit: cover;
object-position: center center;
transition:transform 0.3s;
}
a:hover .d-img img{
transform:translate(-50%,-50%) scale(1.04);
}
/*top*/
.top-select .col__box:before,
.top-recruit:before,
.card__item > a:before,
.banner a:before{
display:none;
}
.top-select .d-img{
position: relative;
height:auto;
padding-top:60%;
}
@media (max-width: 767px) {
.top-select .d-img{
padding-top: 52.5%;
}
}
.top-recruit .d-img {
top: 80px;
width: 100%;
height: calc( 100% - 160px );
}
@media (max-width: 1080px) {
.top-recruit .d-img {
top: 60px;
height: calc( 100% - 120px );
}
}
@media (max-width: 980px) {
.top-recruit .d-img{
top: 40px;
height: calc( 100% - 80px );
}
}
@media (max-width: 767px) {
.top-recruit .d-img {
width: 100%;
top: 0;
height: 100%;
}
}
.card__item .d-img {
position: relative;
height:auto;
padding-top:56.25%;
}
.banner .d-img{
position: relative;
height:auto;
padding-top:44.5%;
}
/*common*/
.headline,
.hero{
background-image:none !important;
}
.headline:before{
display:none;
}
.airport .hero .d-img img,
.headline .d-img img{
transform:translate(-50%,-50%) scale(1);
transition:transform 2s;
@starting-style {
transform:translate(-50%,-50%) scale(1.08);
}
}
.svg__title {
opacity: 1;
fill-opacity: 1;
stroke-width: 0px;
stroke-dasharray: 500;
stroke-dashoffset: 0;
transition:fill-opacity 1.5s 0.3s, stroke-dashoffset 0.3s 0s, stroke-width 1.5s 0.3s;
@starting-style{
opacity: 0;
fill-opacity: 0;
stroke-width: 1px;
stroke-dashoffset: 500;
}
}
.hero__text {
opacity:1;
@starting-style {
opacity:0;
}
}

/*news*/
.mceContentBody:not(.article--index) #content,
.article:not(.article--index) #content {
opacity: 1;
transform: translateY(0px);
@starting-style {
opacity:0;
transform: translateY(10px);
}
}
