@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, 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;
}
html {
	line-height: 1;
}
body {
	color: #727171;
	font-size: 32px;
	line-height: 1.6;
	font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
}
img {
	vertical-align: bottom;
	width:100%;
	height:auto;
}
a img {
  border: none;
}
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;
}
sup, sub {
	font-size: 0.5em;
}
#wrapper {
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
.inner {
	max-width: 750px;
	margin: 0 auto;
}
.invisible {
    visibility: hidden; /*アニメ―ションする要素を非表示*/
}

img.lazyload {
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
}
img.lazyloaded {
    opacity: 1;
}

/* animate.css */
.animated.fadeInLeft,
.animated.fadeInRight,
.animated.fadeInDown,
.animated.fadeInUp {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* btn */
@keyframes dokidoki {
    0% {
        transform: scale(1.04)
    }
    10% {
        transform: scale(1)
    }
    20% {
        transform: scale(1.02)
    }
    30% {
        transform: scale(1)
    }
    90% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.04)
    }
}
/*.tcv_btn,
.cv_btn {
	-webkit-animation: dokidoki 2.5s infinite;
	animation: dokidoki 2.5s infinite;
}*/

/* #fv */
#fv {
	margin-bottom: -15px;
}
/* #tcv */
/* 重複するスタイルのためクラス名で管理
#tcv {
	position: relative;
	text-align: center;
}
#tcv .tcv_btn {
    position: absolute;
    top: 1345px;
    left: 80px;
}
#tcv .tcv_btn_member {
	position: absolute;
	top: 1515px;
	left: 251px;
	line-height: 1;
}
*/



/* .cv */
#cv{
	margin-bottom:40px;
}
.cv .cv_box {
	position:relative;
	line-height: 0;
}
.cv .set {
}

/*.cv .cv_btn {
    position: absolute;
    bottom: 160px;
    left: 80px;
}
.cv .cv_btn a{
	display: block;
}
.cv_txt{
	position:absolute;
	bottom:110px;
	left:245px;
}
.cv_txt a{
	display: block;
}*/
/* set-section */
#set-section{
	position: relative;
}
.set_btn{
	position:absolute;
	bottom: 330px;
	left: 350px;
}
/* step-section */
#step-section{
	margin-bottom: 65px;
}
/* #footer */
#footer {
	max-width: 750px;
	margin: 0 auto;
	font-size: 20px;
	background: #fbfbfb;
	border-top: 1px solid #ddd;
}
#footer ul ,
#footer figure {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0;
}
#footer figure img {
	padding-left: 80px;
}
#footer ul {
	padding-left: 40px;
}
#footer ul li a {
	display: block;
	color: #011a2d;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	margin: 25px 0;
	padding-left: 16px;
	position: relative;
}
#footer ul li a::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #011a2d;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
}
#footer .cr_box {
	color: #dddcdc;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.05rem;
	padding: 10px 0;
	margin: 0 auto;
	background: #011a2d;
}

@media screen and (max-width:768px) {
	body {
		font-size: 4.26vw;
	}
	/* .cv */
	#cv{
		margin-bottom:5.33vw;
	}
	/*.cv .cv_btn {
			bottom: 21vw;
			margin-left: auto;
			margin-right: auto;
			left: 0;
			right: 0;
			text-align: center;
			width: 78.4vw;
	}
	.cv_txt{
		bottom:14vw;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
		width: 36vw;
	}*/
	.set_btn{
		bottom: 44vw;
		left: 46.67vw;
	}
	/* step-section */
	#step-section{
		margin-bottom: 8.67vw;
	}
	/* #footer */
	#footer {
		max-width: 750px;
		font-size: 2.67vw;
	}
	#footer ul ,
	#footer figure {
		padding: 2.67vw 0;
	}
	#footer figure img {
		padding-left: 10.67vw;
	}
	#footer ul {
		padding-left: 5.33vw;
	}
	#footer ul li a {
		margin: 3.33vw 0;
		padding-left: 2.13vw;
	}
	#footer ul li a::before {
		border-width: 0.8vw 0 0.8vw 1.067vw;
		margin-top: -0.8vw;
	}
	#footer .cr_box {
		font-size: 1.87vw;
		padding: 1.33vw 0;
	}
}

.pb20 {
	padding-bottom: 20px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb100 {
	padding-bottom: 100px;
}

/* #fixed_cv */
#fixed_cv {
	opacity: 0;
	position: fixed;
	bottom: -100vh;
	height: auto;
	z-index: 5;
	transition: opacity 0.2s ease-in;
}
#fixed_cv.isActive {
	opacity: 1;
	bottom: -10px;
}

/* area1 */
#area1 .bg1{
	background-image: url(../img/index/img-bg-area01.png);
  background-size: cover;
  background-position: top;
  padding: 100px 0 200px;
}

#area1 .bg-white {
	background-color: #fff;
}

#area1 .bg-white > div:first-child img {
	margin-top: -200px;
}

/*#cv_set .cv_btn {
	bottom: 135px;
}

#cv_set .cv_txt {
	bottom: 65px;
}*/

@media screen and (max-width:768px) {
	/*#cv_set .cv_btn {
    bottom: 17vw;
	}

	#cv_set .cv_txt {
		bottom: 8vw;
	}*/
}

#area2 .bg2{
	background-image: url(../img/index/img-bg-area03.png);
  background-size: cover;
  background-position: top;
	padding-bottom: 80px;
}

#area2 .bg3{
	background-image: url(../img/index/img-bg-areaRenewal.png);
  background-size: cover;
  background-position: top;
	padding: 120px 20px 100px;
}

.panel {
	background-image: url(../img/index/img-bg-area03--01.png);
  background-size: 100% 100%;
  background-position: top;
  padding: 80px 20px 80px;
  margin-top: -16px;
  margin-right: 14px;
  margin-bottom: 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.panel.rev {
	background-image: url(../img/index/img-bg-area03--02.png);
  background-size: 100% 100%;
  background-position: top left;
  padding: 80px 20px 80px 45px;
  margin-left: 16px;
	margin-right: initial;
  margin-bottom: 8px;
}

.tNotes {
	text-align: right;
	margin-top: 14px;
	color: #fff;
  padding-right: 40px;
	font-size: 16px;
}

.video {
	margin: 40px 0;
}

.video video {
	width: 600px;
}

.video_cont {
	position: relative;
}

.video_cont video {
	position: absolute;
	top: 70px;
	left: 40px;
	width: 400px;
	border-radius: 200px;
}
video{width:100%;height: auto;}
.voice{position:relative;}
.voice__slider .vsm-slider{margin-top:-342px;padding-bottom:20px;}
