@charset 'UTF-8';

@media screen and (max-width: 599px) {
	.company-img img {
		height: 14vw;
	}
}


.company-heading,
.company-heading a,
.pager-arrow {
	background-color: #ffffff;

}


.company-mv-bg {
	background-color: #f5f5f5;
}


.content > section:nth-child(even) {

}


.sec-border > section {

}


.sec-ttl {
	background: linear-gradient(#e83817, #e83817) 0 100%/0 4px no-repeat;
}

.sec-txt-large {
    font-size: 18px;
}

@media screen and (max-width:768px) {
	.sec-ttl {
			background: linear-gradient(#e83817, #e83817) 0 100%/0 2px no-repeat;
	}
    
    .sec-txt-large {
        font-size: 14px;
    }
}


.sec-btn {
	background: #5da1d9;
}

