@charset "UTF-8";



/* #hero */
#hero {
	position: relative;
	background-image: url(../img/hero_bg_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	min-height: 600px;
	margin-top: -150px;
}

#hero h1 {
	position: absolute;
	bottom: 4vw;
	left: 4vw;
}

#hero h1 img {
	width: 42vw;
}

#hero span {
	display: block;
	padding-top: 30vh;
}

#hero span img {
	width: 19vw;
}

@media screen and (max-width: 767px) {
	#hero {
		background-image: url(../img/hero_bg_sp.jpg);
		background-size: cover;
		background-position: center center;
		height: 70vh;
		min-height: auto;
		margin-top: -20vw;
	}

	#hero h1 {
		bottom: 5vw;
		left: 5vw;
	}

	#hero h1 img {
		width: 80vw;
	}

	#hero span {
		padding-top: 25vh;
	}

	#hero span img {
		width: 50vw;
	}
}



/* #sec001 */
#sec001 .wrap_news {
	background-color: #000;
}

#sec001 .news {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	height: 130px;
	color: #fff;
}

#sec001 .news .boxL {
	display: flex;
}

#sec001 .news .boxL h2 {
	font-size: 45px;
	letter-spacing: 2px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-right: 70px;
	padding-top: 30px;
}

#sec001 .news .boxL a {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 130px;
}

#sec001 .news .boxL a:hover {
	opacity: .7;
	transition: .3s;
}

#sec001 .news .boxR a:hover {
	opacity: .7;
	transition: .3s;
}

#sec001 .news .boxR a span {
	display: block;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	padding: .8em 1.8em;
}

#sec001 .news .boxR a span::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .5em;
}

@media screen and (max-width: 767px) {
	#sec001 .news {
		flex-direction: column;
		width: 90%;
		margin: 0 auto;
		height: auto;
		padding-bottom: 8vw;
	}

	#sec001 .news .boxL {
		display: block;
	}

	#sec001 .news .boxL h2 {
		font-size: 7vw;
		margin-right: 0;
		padding-top: 5vw;
		text-align: left;
	}

	#sec001 .news .boxL a {
		font-size: 4vw;
		text-align: left;
		line-height: normal;
		margin-top: .5em;
	}

	#sec001 .news .boxL a span {
		display: block;
	}

	#sec001 .news .boxR {
		margin-top: 5vw;
	}

	#sec001 .news .boxR a span {
		display: block;
		color: #fff;
		font-size: 3.6vw;
		padding: .5em 2em;
		letter-spacing: 1px;
	}
}



#sec001 .base_box {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

#sec001 .base_box .txt {
	position: absolute;
	width: 460px;
	box-sizing: border-box;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 30px;
	z-index: 2;
}

#sec001 .base_box .txt h2 span {
	position: relative;
	display: inline-block;
	font-size: 45px;
	letter-spacing: 2px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

#sec001 .base_box .txt h2 span::after {
	content: "_";
	position: absolute;
	bottom: 5px;
	right: -30px;
}

#sec001 .base_box .txt p {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.8em;
	margin-top: 40px;
}

#sec001 .base_box .txt .more a span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #000;
	padding: .8em 1.8em;
	margin-top: 30px;
}

#sec001 .base_box .txt .more a span::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .5em;
}

#sec001 .base_a {
	text-align: right;
	margin-top: 150px;
}

#sec001 .base_a .txt {
	text-align: left;
	bottom: -130px;
	left: 0;
	padding-right: 50px;
}

#sec001 .base_b {
	text-align: left;
	margin-top: 310px;
}

#sec001 .base_b .txt {
	top: -140px;
	right: 0;
	padding-left: 50px;
}

#sec001 .base_b .txt h2 {
	text-align: left;
	padding-right: 30px;
}

#sec001 .base_b .txt .more {
	text-align: right;
}

#sec001 .base_c {
	text-align: left;
	margin-top: 200px;
}

#sec001 .base_c .txt {
	bottom: -100px;
	right: 0;
	padding-left: 50px;
}

#sec001 .base_d {
	text-align: right;
	margin-top: 310px;
}

#sec001 .base_d .txt {
	text-align: left;
	top: -140px;
	left: 0;
	padding-right: 50px;
}

#sec001 .base_s {
	width: 100%;
	margin-top: 370px;
}

#sec001 .base_s .innr {
	width: 1100px;
	margin: 0 auto;
}

#sec001 .base_s .txt {
	width: 510px;
	text-align: left;
	padding: 0 50px 30px 50px;
	top: -190px;
}

@media screen and (max-width: 767px) {
	#sec001 .base_box {
		position: relative;
		width: 100%;
	}

	#sec001 .base_box .txt {
		position: absolute;
		width: 80%;
		box-sizing: border-box;
		background-color: #fff;
		padding: 8vw;
	}

	#sec001 .base_box .txt h2 span {
		position: relative;
		display: inline-block;
		font-size: 6.4vw;
	}

	#sec001 .base_box .txt h2 span::after {
		content: "_";
		position: absolute;
		bottom: 1vw;
		right: -5vw;
	}

	#sec001 .base_box .txt p {
		font-size: 3.2vw;
		line-height: 1.8em;
		margin-top: 5vw;
	}

	#sec001 .base_box .txt .more a span {
		display: inline-block;
		font-size: 3.6vw;
		padding: .5em 1.2em;
		margin-top: 3vw;
		text-align: left;
	}

	#sec001 .base_a {
		text-align: right;
		margin-top: 15vw;
	}

	#sec001 .base_a .txt {
		text-align: left;
		bottom: -160vw;
		left: 0;
		padding-right: 8vw;
	}

	#sec001 .base_a .photo img {
		width: 92%;
	}

	#sec001 .base_b {
		text-align: left;
		margin-top: 170vw;
	}

	#sec001 .base_b .txt {
		top: 40vw;
		right: 0;
		padding-left: 8vw;
	}

	#sec001 .base_b .txt h2 {
		padding-right: 5vw;
	}

	#sec001 .base_b .photo img {
		width: 92%;
	}

	#sec001 .base_c {
		text-align: left;
		margin-top: 155vw;
	}

	#sec001 .base_c .txt {
		bottom: -130vw;
		right: 0;
		padding-left: 8vw;
	}

	#sec001 .base_c .photo img {
		width: 92%;
	}

	#sec001 .base_d {
		text-align: right;
		margin-top: 140vw;
		margin-bottom: 130vw;
	}

	#sec001 .base_d .txt {
		text-align: left;
		top: 40vw;
		left: 0;
		padding-right: 5vw;
	}

	#sec001 .base_d .photo img {
		width: 92%;
	}

	#sec001 .base_s {
		width: 100%;
		margin-top: 120vw;
	}

	#sec001 .base_s .innr {
		width: 80%;
		margin: 0 auto;
	}

	#sec001 .base_s .txt {
		width: 80%;
		margin: 0 auto;
		text-align: left;
		padding: 8vw;
		top: 35vw;
	}

	#sec001 .base_s .photo {
		overflow: hidden;
	}

	#sec001 .base_s .photo img {
		width: 130vw;
		max-width: 130vw;
		height: auto;
	}
}