@charset "UTF-8";

    .newsindex article .contents .newscont img{
        width:100%;
		height:auto;
    }

.newsindex article .contents .newscont a{
	display:inline;
}

.top article .contents .news dl dd a{
	display:inline;
}


.newsindex article .kv--index {
    padding: 0 6.588579795vw;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
    gap: 2.196193265vw;
    margin: 4.39238653vw auto 0;
    width: 89vw;
}

.recruit article .contents .guidelist .listbox .txts em {
    font-size: 1.0980966325vw;
    display: block;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
	.newsindex article .kv--index{
		width: 100%;
	}
	.recruit article .contents .guidelist .listbox .txts em {
        font-size: 3.7333333333vw;
        display: block;
        font-weight: 700;
    }
}