/* ===========================================================================================================================
トップページ
=========================================================================================================================== */
.mainVisual {
    width: 100% !important;
    height: 500px;
}
.mainVisual .mainVisualImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.movieOverLay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceLinkArea {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.service03Area .serviceTxtBox {
	background:url(../img/service_txt_box_no_02.png) no-repeat 49px 48px;
}

.lowFormBox.flex {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 767px) {
    .mainVisual {
        width: 100%;
        height: 260px;
    }
    .serviceTxtBox .defBtn {
        width: 100%;
    }
    .movieOverLay img {
        padding: 64px 20px;
    }
}