html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	background-color: #fafafa
}

.center {
	width: 100%;
	margin: 0 auto
}

.center .image1 {
	width: 100%;
	height: calc(100vw*.3921);
	background: url(img/image1.png) no-repeat;
	background-size: 100% 100%
}

.center .image2 {
	width: 100%;
	height: calc(100vw*.5187);
	background: url(img/image2.png) no-repeat;
	background-size: 100% 100%
}

.center .image3 {
	width: 100%;
	height: calc(100vw*.3119);
	background: url(img/image3.png) no-repeat;
	background-size: 100% 100%
}

.center .image4 {
	width: 100%;
	height: calc(100vw*.4468);
	background: url(img/image4.png) no-repeat;
	background-size: 100% 100%
}

.center .image5 {
	width: 100%;
	height: calc(100vw*.5734);
	background: url(img/image5.png) no-repeat;
	background-size: 100% 100%
}

.center .image6 {
	width: 100%;
	height: calc(100vw*.4552);
	background: url(img/image6.png) no-repeat;
	background-size: 100% 100%
}

.center .image7 {
	width: 100%;
	height: calc(100vw*.1625);
	background: url(img/image7.png) no-repeat;
	background-size: 100% 100%
}

.center .image8 {
	width: 100%;
	height: calc(100vw*.3376);
	background: url(img/image8.png) no-repeat;
	background-size: 100% 100%
}

.foot-box{
	width: 100%;
	height: calc(100vw*.1625);
	background: url(img/bg.png) no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	display: flex;
	justify-content: center;
}
.foot-box .foot-item{
	padding-top: 30px;
	letter-spacing: 1px;
}
.foot-box .foot-addr{
	margin-left: 100px;
}
.foot-item .title{
	font-size: 20px;
	margin-bottom: 30px;
}
.foot-item .item{
	margin-bottom: 10px;
	color: #cbc6c6;
}
.foot-item img{
	width: calc(100vw*.26);
}
.foot-item .item a{
	color: #cbc6c6;
	text-decoration: none;
}