<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#main_cnt a{
	text-decoration: none;
}
.ttl_en{
	font-size: 0.75rem;
	font-weight: 700;
	position: relative;
	padding-left: 13px;
}
.ttl_en::after{
	content:"";
	width: 6px;
	height: 6px;
	background-color: #E61919;
	border-radius: 50px;
	position: absolute;
	top: 7px;
    left: 0;
}
h2{
	font-size: 1.75rem;
	margin-top: 8px;
	margin-bottom: 28px;
}
#top_catch{
	position: relative;
}
#top_catch &gt; h1{
	position: absolute;
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    max-width: fit-content;
    z-index: 1;
    bottom: 9%;
    left: 43px;
    text-shadow: 0 0 18px rgba(0,0,0,0.36);
}
#top_catch::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: linear-gradient(15deg,  rgba(132,132,132,1) 0%,rgba(255,255,255,0) 30%);

    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
}
#main_slide p,
#main_slide div {
    line-height: 1;
}
#top_about{
	padding: 0 22px;
	margin-bottom: 60px !important;
	background: url("../images/top/bg_hirobus_logo.png") 123% 27% no-repeat;
}
#top_about &gt; div{
	margin: 98px auto 37px;
	max-width: 375px;
}
#top_about h2 + p{
	line-height: 2.15;
}
#top_interview{
	margin-top: 73px !important;
	padding: 0 22px 80px;
	position: relative;
	background-color: #E61919;
}
#top_interview::after{
	content:url("../images/top/bg.svg");
	position: absolute;
	width: 100%;
	height: 73px;
	top:-73px;	
	left: 0;
	right: 0;
	margin:auto;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
#top_interview &gt; div{
	max-width: 375px;
	margin: auto;
}
#top_interview .text_cnt{
	color: #FFF;
	margin: 34px auto 37px;	
}
#top_interview .ttl_en::after{
	background-color: #FFF;
}
#top_interview h2{
	letter-spacing: 3px;
}
#top_interview .interview_link{
	display: flex;
    flex-direction: column;
    align-items: center;	
	gap:63px;
}
#top_interview .interview_link .link_cnt{
	display: flex;
    flex-direction: column;
    align-items: center;
}
#top_interview .interview_link a{
	display: block;
	max-width: fit-content;
	color: #FFF;
	text-align: center;
	transition: opacity .2s;
}
#top_interview .interview_link a * {
    color: inherit;
}
#top_interview .interview_link a picture{
	border-radius: 100%;
    overflow: hidden;
    max-height: 240px;
    max-width: 240px;
    display: block;
}
#top_interview .interview_link a img{
	width: 240px;
	height: 240px;
    object-position: center;
    object-fit: cover;
    transition: all 0.3s;
}
#top_interview .interview_link a:hover img{
    transform: scale(1.1);
}
#top_interview .interview_link .name{
	font-size: 1.5rem;
	font-weight: 700;
    margin-top: 30px;
}
#top_interview .interview_link .job{
	font-size: 0.8125rem;
}
#top_interview .btn a{
	border: solid 3px #FFF;
	background-color: #FFF;
	color: #E61919;
}
#top_interview .btn{
	margin-top: 45px;
}
#top_interview .btn a:before {
    background-color: #E61919;
}
#top_interview .btn a:hover{
	color: #FFF;	
}
#top_number{
	padding: 80px 22px;
	overflow: hidden;
	background-color: #F7F7F7;
	z-index: 1;
}
#top_number &gt; div {
    max-width: 375px;
    margin: auto;
}
#top_number h2 + p {
    line-height: 2.15;
}
#top_number .text_cnt{
	position: relative;
	z-index: 1;
}
#top_number .text_cnt::before{
	content: "NUMBER";
	position: absolute;
	font-size: 5.1875rem;
    font-weight: 700;
	color: #F6E0E0;
	bottom: -37px;
    right: -45%;
	z-index: -1;
}
#top_number .number_cnt{
	padding: 68px 0 55px;
	margin-bottom: 5px;
	position: relative;
}
#top_number .number_cnt:before{
	content:"";
	position: absolute;
	width: 204px;
    height: 143px;
	background: url("../images/top/member_img.png") center center no-repeat;
	right: 0;
	top: 0;
    bottom: 0;
    margin: auto;
	clip-path: polygon(37% 0, 63% 0, 63% 100%, 37% 100%);
	transition: all 2s;
	transition-delay: 1s;
	z-index: -1;
}
#top_number .number_cnt.active:before{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);	
}
#top_number .number_cnt p:first-child{
	color: #E61919;
	font-size: 1.25rem;
}
#top_number .number_cnt p.top_number{
	color: #E61919;	
	font-size: 2.25rem;
	font-weight: 700;
	font-family: "Yu Gothic", sans-serif;
	margin-top: 10px;
	max-height: 58px;
	text-shadow:
           1px 1px 0px #F7F7F7, -1px -1px 0px #F7F7F7,
          -1px 1px 0px #F7F7F7,  1px -1px 0px #F7F7F7,
           1px 0px 0px #F7F7F7, -1px  0px 0px #F7F7F7,
           0px 1px 0px #F7F7F7,  0px -1px 0px #F7F7F7;
}
#top_number .number_cnt p.top_number span *{
	font-size: 4.125rem;
	font-weight: 600;
	font-family: barlow-semi-condensed, sans-serif;
	line-height: 1;
}
#top_number .number_cnt p.top_number &gt; span{
	padding-right: 3px;
}
#top_number .number_cnt p:last-child{
	font-size: 1.125rem;
	font-weight: 700;
}
#top_link &gt; div {
    max-width: 375px;
    margin: auto;
}
#top_link{
	padding: 61px 22px 81px;	
}
#top_link img{
	width: 74px;
	margin-top: 3px;
}
#top_link .info{
	margin-bottom: 20px; 
}
#top_link .info a,
#top_link .entry a{
	width: 100%;
	display: flex;
	border-radius: 10px;
    align-items: center;
	justify-content: center;
    min-height: 169px;
	padding: 0 20px;
	gap:17px;
}
#top_link .info a{
	border: solid 3px #E61919;
	background-color: #FFF;
}
#top_link .info a,
#top_link .entry a{
    position: relative;
    z-index: 0;
    overflow: hidden;
}
#top_link .entry a{
	border: solid 3px #E61919;
	background-color: #E61919;
	color: #FFF;
}
#top_link .info a:hover,
#top_link .info a:hover * {
    color: #FFFFFF;
}
#top_link .entry a:hover,
#top_link .entry a:hover * {
    color: #E61919;
}
#top_link &gt; div a::after {
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    position: absolute;
    top: -3px;
    left: calc(-100% - 6px);
    z-index: -1;
    transition: all 0.3s;
}
#top_link  &gt; div a:hover::after {
    left: -3px;
}
#top_link .info a::after {
    background-color: #E61919;
}
#top_link .entry a::after {
    background-color: #FFFFFF;
}
#top_link .info a:hover picture img,
#top_link .entry a:hover picture img {
    display: none;
}
#top_link .info a:hover picture {
    display: block;
    background: url("../images/top/info_icon2.svg") left top/74px auto no-repeat;
    width: 74px;
    height: 74px;
}
#top_link .entry a:hover picture {
    display: block;
    background: url("../images/top/entry_icon2.svg") left top/74px auto no-repeat;
    width: 74px;
    height: 74px;
}


#top_link a div:last-child{
	max-width: 198px;
	width: 100%;
}
#top_link a p{
	font-size: 1.25rem;
	font-weight: 700;
}
#top_link a p + p{
	font-size: 0.75rem;
	margin-top: 3px;
}
</pre></body></html>