@charset "UTF-8";

html {
	color: #000;
	background: #FFF
}
html, body {
	height: 100%
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	border: 0;
	vertical-align: bottom;
	line-height: 0
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
	font: inherit
}
li {
	list-style: none
}
sup, sub {
	vertical-align: baseline
}
body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", 'MS PGothic', 'ＭＳ Ｐゴシック', 'MS Gothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	background: #fff;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1em
}
a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
a:hover img.alpha {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
#wrapper {
}
#wrapper img {
	max-width: 100%;
	height: auto
}
sup {
	font-size: 50%;
	line-height: 1
}
.inner {
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

/* header */
header#mv {
	background: url("../img/mv_bg.png") center top no-repeat;
}
header#mv .inner {
	height: 590px;
	box-sizing: border-box;
	padding: 29px 0 0;
}
header#mv h1 {
	line-height: 0.1;
	margin-bottom: 28px;
}
header#mv h2 {
	margin-bottom: 72px;
}
header#mv a.new {
	position: relative;
	z-index: 5;
	display: inline-block;
	margin: 0 0 0 -19px;
}
header#mv p.member {
	position: relative;
	z-index: 10;
	display: block;
	width: 550px;
	text-align: center;
	margin: -26px 0 0;
}
header#mv p.member a {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-decoration: underline;
	padding: 0 30px;
}
header#mv p.member a:hover {
	text-decoration: none;
}
header#mv a.employment {
	position: absolute;
	width: 254px;
	top: 7px;
	right: -200px;
}


/* #point */
#point {
	background: url("../img/point_bg.jpg") center top no-repeat;
}
#point .inner {
	height: 770px;
	box-sizing: border-box;
	padding: 82px 0 0;
	text-align: center;
}
#point h2 {
	margin-bottom: 39px;
}
#point ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#point ul li {
	width: 440px;
	margin: 0 10px 20px;
}


/* #area */
#area {
	background: url("../img/area_bg.jpg") center top no-repeat;
}
#area .inner {
	height: 492px;
	box-sizing: border-box;
	padding: 97px 0 0;
}
#area h2 {
	width: 550px;
	margin: 0 0 26px auto;
	text-align: center;
}
#area a.new{
	display: inline-block;
	margin-left: 606px;
}


/* #voice */
#voice {
	background: url("../img/voice_bg.png") center top no-repeat;
}
#voice .inner {
	height: 520px;
	box-sizing: border-box;
	padding: 57px 0 0;
	text-align: center;
}
#voice h2 {
	margin-bottom: 34px;
}
#voice ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#voice ul li {
	width: 350px;
}
#voice ul li + li {
	margin-left: 25px;
}
.annotation{
	max-width: 1100px;
	margin: 20px auto;
	text-align: center;
}


/* #cv */
#cv {
	background: url("../img/cv_bg.jpg") center top no-repeat;
}
#cv .inner {
	height: 277px;
	box-sizing: border-box;
	padding: 70px 0 0;
	text-align: center;
}
#cv h2 {
	color: #fff;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 19px;
}
#cv a.new{
	display: inline-block;
}


/* #fixedBtn */
#fixedBtn {
	display: none;
}

/* footer */
footer {
	background: #f86328;
}
footer .inner {
	padding: 42px 0 21px;
	text-align: center;
}
footer ul {
	display: flex;
	justify-content: center;
	width: 100%;
	border-bottom: #ff9f5a solid 1px;
	padding-bottom: 37px;
	margin-bottom: 25px;
}
footer ul li + li {
	margin-left: 38px;
}
footer ul a {
	line-height: 1;
}
footer p.copy {
	color: #fff;
	line-height: 1;
	letter-spacing: 0.1em;
}


