@charset "utf-8";


.hitotech-ai-Head{
	min-height: 720px;
    background: url(/wp-content/themes/startrev/hitotech-ai-img/hitotech-ai-mv.webp);
    background-position: center;
    background-size: cover;
}

.hitotech-ai-Head .pageHeadOvrBx{
	display: block;
    text-align: left;
    padding: 15px;
    border: none;
}
.hitotech-ai-Head .pageHeadOvr h1 {
	font-weight: 800;
	font-size: 3.8rem;
	line-height: 140%;
	margin-bottom: 40px;
}
.hitotech-ai-Head .pageHeadOvr h1 span{
	background:#153C78;
	color:#fff;
	padding: 0 11px;
    margin-right: 7px;
}

.h-head-tb{
	display: block;
    font-size: 18px;
    font-weight: 700;
    background: #ddd;
    width: fit-content;
    padding: 5px 25px 3px;
    border-radius: 150px;
    margin-bottom: 15px;
}

.h-head-p-box{
	margin-top: 37px;
}
.h-head-p{
    font-size: 19px;
    font-weight: 700;
    display: block;
    max-width: 630px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    width: fit-content;
	color: #153C78;
}


