@charset "UTF-8";
#firstView {
	position: relative;
	overflow: hidden;
	border-top: solid 3px #ee0011;
}
#firstView h1 {
	position: relative;
	max-width: 1200px;
	margin: auto;
}
#firstView h1::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	height: 100%;
	z-index: -1;
	background-color: #002277;
	transform: skewX(-45deg);
	transform-origin: left bottom;
}
#firstView .photo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
#firstView .photo img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#galvalumeBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#galvalumeBox .inBox {
	width: 50%;
	box-sizing: border-box;
padding: 3px;
}
#galvalumeBox .inBox a {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	background-color: #027;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}
#galvalumeBox .inBox a::before,#galvalumeBox .inBox a::after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-color: #FFF;
	position: absolute;
	transform: rotate(45deg);
	z-index: 1;
	box-sizing: border-box;
}
#galvalumeBox .inBox a::before {
	left: -25px;
	top: -25px;
}
#galvalumeBox .inBox a::after {
	right: -25px;
	bottom: -25px;
	border: solid 3px #ee0011;
}
#galvalumeBox .inBox .photo {
	width: 50%;
}
#galvalumeBox .inBox p {
	padding: 0 1em;
	margin: 0;
	text-align: center;
	font-weight: bold;
	flex: 1;font-size: 130%;
	line-height: 1.5em;
}

@media screen and (max-width: 700px) {
	#width-----700px----- {}
#galvalumeBox .inBox {
	width: 100%;
}
#galvalumeBox .inBox .photo {
	width: 40%;
}
#galvalumeBox .inBox p {
	font-size: 100%;
	line-height: 1.5em;
}
}
