/*company*/
.imgcard-autofit_1{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	/*margin-bottom: 0.5rem;*/
}
.imgcard-02{
	object-fit: cover;
	margin-bottom: 0.5rem;
}
.text_title01 {
    font-size: 2.8rem;
}
.text_title01 ._sub {
    top: 0em !important;/*揃えてみる*/
    left: 0em !important;/*揃えてみる*/
}
.text_title02 {
    font-size: 3.4rem;
}
/*news*/
.text-sub-gray{
	font-size: 1.3rem !important;
	color: #899191;
}
.news_single_image img{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
/*front page*/
.top_mv_item ._content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 2vw;
    font-weight: bold;
    line-height: 3;
}
.top_mv_item ._image img, .top_mv_item ._image video {
    width: 100%;
    height: 100svh;/**/
    -o-object-fit: cover;
    object-fit: cover;
}

.text_title00{
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.5;
}
.text_lead{
    font-size: 2.4rem;
    line-height: 1.8;
}
/*all*/
.text_caption{
    letter-spacing: .5;
    line-height: 1.6;
}
/**/
@media screen and (max-width: 767px) {
    body{
        font-size: 1.2rem;
    }
    .top_mv_item ._content {
        font-size: 2rem;
        line-height: 3;
    }
    .text_title00{
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 4.2rem;
    }
    .text_title01 {
    font-size: 1.8rem;
    letter-spacing: 0em;
    }
    .text_title02 {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: left;
    }
    .text_caption{
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 0.9rem!important;
}
}
