﻿@charset "UTF-8";

/* メインビジュアル
--------------------------------------------------*/
.mainvisual {
	background-image:url(../image/branch_top/bg_index.png);
	background-size: cover;
	background-position: center;
	height: 310px;
	width: 100%;
	position: relative;
	margin-bottom: 66px;
}
	.mainvisual div {
		top: 46%;
		transform: translate(0, -50%);
		position: relative;
	}
	.mainvisual div h1 {
		color: #fff;
		font-size: 54px;
		font-size: 5.4rem;
		font-weight: bold;
		line-height: 0.9;
	}
	.mainvisual div h1:before {
		content: "";
		position: absolute;
		width: 100vw;
		height: 6px;
		bottom: -20px;
		left: -45vw;
	}
	.mainvisual div p {
		color: #fff;
		font-size: 25px;
		font-size: 2.5rem;
		margin-top: 15px;
	}
@media screen and (max-width: 767px) {
	
.mainvisual {
	height: 230px;
	top: 0;
	margin-bottom: 0;
}
	.mainvisual div h1 {
		font-size: 25px;
		font-size: 2.5rem;
	}
	.mainvisual div h1:before {
		content: none;
	}
	.mainvisual div p {
		font-size: 15px;
		font-size: 1.5rem;
	}
}


.crevice {
	background-image: repeating-linear-gradient(-30deg, rgba(59, 59, 59, 0), rgba(59, 59, 59, 0) 4px, rgba(59, 59, 59, 1) 5px, rgba(59, 59, 59, 1) 5px, rgba(59, 59, 59, 0) 6px), url(../image/branch_top/bg_index.png);
	background-size: auto, 100%;
	background-position: center;
}


/* NEWS
--------------------------------------------------*/
.news ul.newsList li .category {
	background: #2da7e0;
}