/* アンカー（ネガティブマージン） */

#tokushoho,
#contact,
#qualifier,
#history,
#corporate-philosophy,
#company-profile {
    padding-top: 120px !important;
    margin-top: -120px !important;
}

#top-message{
    padding-top: 60px !important;
    margin-top: -30px !important;
}




/* 東電用地の歩み　タブのテキストサイズ調整 */

@media only screen and (max-width: 900px){
#ayumi .b-tab_navigation li {
    font-size: 14px !important;
}
}

@media only screen and (max-width: 760px){
#ayumi .b-tab_navigation li {
    font-size: 1.8vw !important;
}
}

@media only screen and (max-width: 640px){
#ayumi .b-tab_navigation li {
    font-size: 18px !important;
}
}

/* 企業情報：次世代育成支援に関する取り組み */
.cssskin-torikumi_titile_01 .column.-column1{
	z-index: 1;
}




/*　MVスライダー　*/
.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#mv_txt {
	position: absolute;
    top: 0;
    z-index: 2;
    width: 1260px;
    max-width: 100%!important;
    left: 0;
    right: 0;	
}
#mv_recruit {
	position: absolute;
    top: 500px;
    z-index: 2;
    width: 1260px;
    max-width: 100%!important;
    left: 0;
    right: 0;	
}


@media screen and (max-width:730px){
#mv_txt h1 {
	font-size:50px;
}
#mv_txt h2 {
	font-size:23px;
}
}












