@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #BB2929;
}
.noto_sans {
	font-family: "Noto Sans JP", serif;
}

/*=======================================
	base
=======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*body {
	font-family: 'Jost', "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
}*/


img,
figure,
picture {
	max-width: 100%;
	height: auto;
	/*vertical-align: top;*/
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

/* wide */
.w980 {
	max-width: 980px;
	width: 90%;
}
@media screen and (max-width: 1200px) {
	.w980 {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.w980 {
		width: 100%;
	}
}

.btn01  {
	width: 100%;
}

/*============================
#mv_wrap
============================*/
section#mv_wrap div.contest {
	position: relative;
	background: url(../../images/strengths/bg_sky.jpg) no-repeat center;
	width: 100%;
	background-size: cover;
	height: 53.9375vw;
}
section#mv_wrap div.contest div.title_area {
	padding-top: 75px;
	text-align: center;
	transform: none;
	position: static;
}
section#mv_wrap div.contest div.title_area h2 {
	margin-bottom: 16px;
	font-size: 45px;
	letter-spacing: 0.05em;
}
section#mv_wrap div.contest div.title_area p {
	font-weight: 500;
	color: #BB2929;
	font-size: 20px;
}
section#mv_wrap div.contest div.text_img {
	content: '';
	position: absolute;
	width: 31vw;
	max-width: 496px;
	top: 15.31vw;
	left: 14.375vw;
}
section#mv_wrap div.contest div.house {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 52.1875vw;
	line-height: 0;
}

@media screen and (max-width: 1300px) {
	section#mv_wrap div.contest div.text_img {
		width: 28vw;
	}
}

@media screen and (max-width: 1200px) {
	section#mv_wrap div.contest div.title_area {
		padding-top: 4.68vw;
	}
	section#mv_wrap div.contest div.title_area h2 {
		font-size: calc((45 / 1200) * 100vw);
		margin-bottom: 3px;
	}
	section#mv_wrap div.contest div.title_area p {
		font-size: calc((20 / 1200) * 100vw);
	}
}

@media screen and (max-width: 767px) {
	section#mv_wrap div.contest {
		background: url(../../images/strengths/bg_sky_sp.jpg) no-repeat center;
		background-size: cover;
		height: 145.73333vw;
	}
	section#mv_wrap div.contest div.title_area {
		padding-top: 44px;
		margin-bottom: 17px;
	}
	section#mv_wrap div.contest div.title_area h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1.0;
	}
	section#mv_wrap div.contest div.title_area p {
		font-size: 13px;
	}
	section#mv_wrap div.contest div.text_img {
		position: static;
		width: 90%;
		max-width: 670px;
		margin: 0 auto;
	}
	section#mv_wrap div.contest div.house {
		width: 63.7333vw;
	}
}
