@charset "UTF-8";
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, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
body {
	font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "モトヤLシーダ3等幅", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
	letter-spacing:normal;
	color: #727171;
	font-size: 32px;
	line-height: 1.625;
}
img {
	vertical-align: bottom;
}
ol, ul {
  list-style: none;
}
a,div,span {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
sup, sub {
	font-size: 0.5em;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
.inner {
	width: 750px;
	margin: 0 auto;
}
.scrpt {
	display: none;
}
.ani-fadeInUp,
.ani-fadeIn {
	opacity: 0;
}

/* .cv */
.cv {
	background: #f7f5f7;
	padding: 0 0 140px;
}
.cv dl {
	position: relative;
}
.cv dl dd.btn {
	position: absolute;
	left: 69px;
	top: 850px;
}
.cv dl dd.btn2 {
	left: 193px;
	top: 1060px;
}

/* #top */
#top .inner {
	position: relative;
}
#top .ani {
	position: absolute;
	left: 46px;
	top: 573px;
}

/* #sec01 */
#sec01 {
	background: url("../img/sec01_bg.jpg") left top no-repeat;
	padding-top: 150px;
	position: relative;
}

/* #tcv */
#tcv {
	position: relative;
}
#tcv .btn {
	position: absolute;
	left: 59px;
	top: 382px;
}
#tcv .btn2 {
	left: 193px;
	top: 605px;
}

/* #sec02 */
#sec02 {
	background: url("../img/sec02_bg.jpg") left top no-repeat;
	padding-top: 310px;
}

/* #sec05 */
#sec05 {
	background: url("../img/sec05_bg.png") left top no-repeat #f7f5f7;
}

/* #sec06 */
#sec06 dl {
	position: relative;
}
#sec06 dl dd {
	position: absolute;
	left: 450px;
	top: 136px;
}

/* #sec09 */
#sec09 {
	background: url("../img/sec09_bg.png") left top no-repeat;
	padding-top: 182px;
}

/* #sec10 */
#sec10 {
}
#sec10 .youtube {
	width: 667px;
	border: #b3b4b4 solid 1px;
	margin: 0 auto;
	line-height: 0.1;
}

/* #sec11 */
#sec11 {
	background: url("../img/sec11_bg.jpg") left bottom no-repeat #f7f5f7;
	padding-top: 50px;
	padding-bottom: 506px;
}


/** btn animattion **/
@-webkit-keyframes pulse {
	from {
		margin-left: 0;
	}
	5% {
		margin-left: 8px;
	}
	10% {
		margin-left: 0;
	}
	to {
		margin-left: 0;
	}
}

@keyframes pulse {
	from {
		margin-left: 0;
	}
	5% {
		margin-left: 8px;
	}
	10% {
		margin-left: 0;
	}
	to {
		margin-left: 0;
	}
}
.push {
	-webkit-animation: pulse 3.3s ease 0s infinite normal;
	animation: pulse 3.3s ease 0s infinite normal;
}
.topbtn a,
.cv .btn a {
	display: block;
	width: 668px;
}

/* #footer */
#footer {
	width: 750px;
	margin: 0 auto;
}
#footer p {
	color: #c7c6c6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 38px 0;
	background: #727171;
}

/* yahoo */
p.voice_btn {
	background: #fafafa;
	padding: 60px 0;
}
p.voice_btn a {
	display: block;
	width: 654px;
	margin: 0 auto;
}
p.return_btn {
	text-align: center;
	margin-top: 60px;
}

#sec01,
#sec02,
#sec03,
#sec04,
#sec05 {
}
#sec06,
#sec07,
#sec08,
#sec09,
#sec10,
#sec11,
#sec12,
#sec13 {
}
.cv {
}

/* #fixed_cv */
#fixed_cv {
	display: none;
	/*opacity: 0;*/
	position: fixed;
	bottom: 0;
	height: auto;
	z-index: 999;
}
#fixed_cv.isActive {
	display: block;
	/*opacity: 1;*/
	transition: all 0.2s ease-in;
}