@charset "utf-8";
/*-------------------------------------------------------
   main
-------------------------------------------------------*/
.mv {
	width: 1094px;
	height: 409px;
	margin: 0 auto 18px auto;
	top: -27px;
	position: relative;
}
.mv img.pc {
	width: 268px;
	height: 409px;
	display: block;
	left: 0;
	position: absolute;
}
.mv p {
	width: 354px;
	height: 282px;
	padding: 51px 0 0 505px;
	background: url(/imgs/index/bg_mv1.svg) left top no-repeat;
	font-size: 21px;
	line-height: 175%;
	letter-spacing: 0.25px;
	top: 71px;
	right: 0;
	position: absolute;
}
h1 {
	height: 53px;
	margin: 0 0 50px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
h1 img {
	width: 54px;
	height: 53px;
}
h1 span {
	margin: 0 -18px 0 8px;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.5px;
	display: block;
}
@media all and (-ms-high-contrast:none) {
	h1 span {
		padding-top: 8px;
	}
}
.news {
	width: 1020px;
	margin: 0 auto 30px auto;
}
.news h2 {
	margin-bottom: 30px;
	font-size: 22px;
	border-bottom: dotted 1px #344C6B;
	line-height: 120%;
	display: inline-block;
}
.news dl {
	margin-bottom: 20px;
	display: flex;
}
.news dt {
	margin-right: 20px;
}
aside ul {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
aside ul li:first-child {
	padding: 0 7.5px 0 15px;
}
aside ul li:last-child {
	padding: 0 15px 0 7.5px;
}
aside ul li a {
	width: 30px;
	display: block;
}
aside ul li a img {
	width: inherit;
	display: block;
}

@media screen and (max-width: 768px) {/*-- mobile --*/
.mv {
	width: auto;
	height: auto;
	margin: 0 auto 6vw auto;
	position: static;
}
.mv img.pc {
	display: none;
}
.mv img.sp {
	width: 98vw;
	height: auto;
	margin: 0 auto 4.2vw auto;
	position: static;
}
.mv p {
	width: auto;
	height: auto;
	padding: 9vw 0 4vw 46vw;
	background: url(/imgs/index/img_mv2_sp.svg) 2vw top no-repeat;
	background-size: 38vw auto;
	font-size: 4.6vw;
	line-height: 8.1vw;
	position: static;
}
h1 {
	height: auto;
	margin: 0 auto 9vw auto;
	flex-direction: column;
}
h1 img {
	width: 88vw;
	height: auto;
}
h1 span {
	margin: 2vw 0;
	font-size: 5vw;
	line-height: 7.4vw;
	letter-spacing: -0.25vw;
}
.news {
	width: auto;
	margin: 0 3vw 6vw 3vw;
}
.news h2 {
	margin-bottom: 6vw;
	font-size: 5.5vw;
}
.news dl {
	margin-bottom: 4vw;
	font-size: 4vw;
	display: block;
}
.news dt {
	margin-right: 0;
}
aside ul {
	margin-bottom: 5vw;
}
aside ul li:first-child {
	padding: 0 2vw 0 4vw;
}
aside ul li:last-child {
	padding: 0 4vw 0 2vw;
}
aside ul li a {
	width: 7.4vw;
	display: block;
}
aside ul li a img {
	width: inherit;
	display: block;
}

}
