.demo {
	width: 960px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.health-fv {
	background: url("../images/health/health_bg01.png");
	background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /*padding-top: 80px;
    padding-bottom: 151px;*/
    padding: 0 0 151px;
    height: 1128px;

    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
 
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.health-fv-inner {
	margin: 0 auto;
	max-width: 1240px;
	height: 1128px;
}

.health-fv .main {
	transition-delay: 1.0s;
    top: 80px;
    left: 225px;
    width: 857px;
}

.health-fv .yourou {
	z-index: 100;
	top: 202px;
    left: 412px;
    transition-delay: 1.2s;
    border-radius: 18px;
  	background-color: rgba(255, 255, 255, 1);
}
.health-fv .yourou img {
	width: 164px;
}
.health-fv .kaigo {
	z-index: 100;
	top: 340px;
    left: 403px;
    transition-delay: 1.4s;
    border-radius: 18px;
  	background-color: rgba(255, 255, 255, 1);
}
.health-fv .kaigo img {
	width: 163px;
}
.health-fv .outdoor {
	z-index: 100;
	top: 345px;
    right: 160px;
    transition-delay: 1.6s;
    left: unset;
    border-radius: 18px;
  	background-color: rgba(255, 255, 255, 1);
}
.health-fv .outdoor img {
	width: 146px;
}
.health-fv .iryo {
	z-index: 100;
	top: 596px;
    left: 509px;
    right: unset;
    transition-delay: 1.8s;
    border-radius: 18px;
  	background-color: rgba(255, 255, 255, 1);
}
.health-fv .iryo img {
	width: 175px;
}
.health-fv .yakkyoku {
	z-index: 100;
	top: 562px;
    right: 384px;
    transition-delay: 2.0s;
    border-radius: 18px;
  	background-color: rgba(255, 255, 255, 1);
}
.health-fv .yakkyoku img {
	width: 124px;
}
.health-fv .kenkojyumyo {
	z-index: 100;
	top: 581px;
    right: 76px;
    transition-delay: 2.2s;
    border-radius: 18px;
  	background-color: rgba(255, 255, 255, 1);
}
.health-fv .kenkojyumyo img {
	width: 160px;
}
.health-fv .health-kumo01 {
	z-index: 150;
	width: 321px;
    top: 173px;
    left: 77px;
    transition-delay: 2.4s;
}
.health-fv .health-kumo02 {
	z-index: 150;
	width: 341px;
    top: 852px;
    left: 237px;
    transition-delay: 2.4s;
}
.health-fv .health-drone {
	z-index: 150;
	width: 89px;
    top: 784px;
    left: 673px;
    transition-delay: 2.4s;
}


/*.nogyo-fv a {
	cursor: pointer;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.nogyo-fv a:hover {
	transform: translateY(-10px);
transform: scale(1.2);
}*/

.health-issues {
	padding-top: 180px;
	margin-bottom: 170px;
	max-width: 1240px;
}
.health-issues h3 {
	margin: 0 auto 50px;
	color: #FFCE00;
	font-size: 40px;
	border-bottom: 4px solid #FFCE00;
	width: fit-content;
}
.health-issues p {
	color: #3E3E3E;
}
.health-issues a {
	color: #3E3E3E;
}
.health-issues-icon {
	bottom: -45px;
    left: -120px;
}
.health-issues-img {
	width: 100%;
}
.issue-caption {
	font-size: 16px;
	line-height: 28px;
}

.health-future {
	background: url("../images/health/health_bg02.png");
	background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
    padding-top: 210px;
    padding-bottom: 75px;
}
.health-future h3 {
	margin: 0 auto 40px;
	color: #FFCE00;
	font-size: 40px;
	border-bottom: 4px solid #FFCE00;
	width: fit-content;
}
.health-future p {
	color: #3E3E3E;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 28px;
}
.health-future-title {
	max-width: 1240px;
}
.health-future-title p {
    text-align: center;
}
.health-future-content {
	max-width: 1240px;
	margin: 0 auto 40px;
    display: flex;
    align-items: center;
}
.health-future-content h4 {
	color: #FFCE00;
	font-size: 30px;
}
#kenkojyumyo .inner-img {
	margin-right: 30px;
}
#kenkojyumyo .inner-caption {
	padding-top: 100px;
}
#yourou .inner-img {
}
#yourou .inner-caption {
	margin-right: 30px;
	padding-top: 100px;
}
#kaigo .inner-img {
	margin-right: 30px;
}
#kaigo .inner-caption {
	padding-top: 100px;
}
#yakkyoku .inner-img {
}
#yakkyoku .inner-caption {
	margin-right: 30px;
	padding-top: 100px;
}


.scale-up-center:hover {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
/*	border: 1px solid #008742;*/
  border-radius: 18px;
  background-color: #66cdaa;
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}



@media screen and (max-width: 1240px) {
	.health-fv {
		width: 960px;
		height: 676px;
	}

	.health-fv-inner {
		margin: 0 auto;
		max-width: 960px;
		height: 676px;
	}

	.health-fv .main {
		transition-delay: 1.0s;
		top: 48px;
    left: 243px;
    width: 514px;
	}

	.health-fv .yourou {
		z-index: 100;
		top: 116px;
    left: 356px;
	    border-radius: 18px;
	  	background-color: rgba(255, 255, 255, 1);
	}
	.health-fv .yourou img {
		width: 98px;
	}
	.health-fv .kaigo {
		z-index: 100;
		top: 200px;
    left: 350px;
	    border-radius: 18px;
	  	background-color: rgba(255, 255, 255, 1);
	}
	.health-fv .kaigo img {
		width: 98px;
	}
	.health-fv .outdoor {
		z-index: 100;
		top: 202px;
    right: 204px;
	    left: unset;
	    border-radius: 18px;
	  	background-color: rgba(255, 255, 255, 1);
	}
	.health-fv .outdoor img {
		width: 88px;
	}
	.health-fv .iryo {
		z-index: 100;
		top: 353px;
    left: 414px;
	    right: unset;
	    border-radius: 18px;
	  	background-color: rgba(255, 255, 255, 1);
	}
	.health-fv .iryo img {
		width: 105px;
	}
	.health-fv .yakkyoku {
		z-index: 100;
		top: 333px;
    right: 340px;
	    border-radius: 18px;
	  	background-color: rgba(255, 255, 255, 1);
	}
	.health-fv .yakkyoku img {
		width: 74px;
	}
	.health-fv .kenkojyumyo {
		z-index: 100;
		top: 344px;
    right: 154px;
	    border-radius: 18px;
	  	background-color: rgba(255, 255, 255, 1);
	}
	.health-fv .kenkojyumyo img {
		width: 96px;
	}
	.health-fv .health-kumo01 {
		z-index: 150;
		width: 193px;
    top: 104px;
    left: 154px;
	    transition-delay: 2.0s;
	}
	.health-fv .health-kumo02 {
		z-index: 150;
		width: 204px;
    top: 511px;
    left: 250px;
	    transition-delay: 2.0s;
	}
	.health-fv .health-drone {
		z-index: 150;
		width: 53px;
    top: 471px;
    left: 512px;
	    transition-delay: 2.0s;
	}
}

@media screen and (max-width: 480px) {
	.health-fv {
	    width: 100%;
	    height: auto;
	    background: none;
	    padding: 0;
	}
	.health-fv-inner {
	    margin: 0 auto;
	    max-width: 100%;
	    height: 413px;
	}
	.health-fv .main {
		transition-delay: 1.0s;
	    width: 100%;
	}

	.health-issues {
		padding-top: 60px;
		margin-bottom: 100px;
		max-width: 1240px;
	}
	.health-issues h3 {
		margin: 0 auto 20px;
		color: #FFCE00;
		font-size: 30px;
		border-bottom: none;
		text-decoration: underline;
		width: fit-content;
	}
	.health-issues p {
		color: #3E3E3E;
	}
	.health-issues a {
		color: #3E3E3E;
	}
	.health-issues-img {
		margin-bottom: 20px;
	}
	.health-issues-icon {
	    bottom: 0;
	    left: auto;
	    right: 0;
	    width: 80px;
	}
	.issue-caption {
		font-size: 14px;
		line-height: 22px;
	}

	.health-future {
		background: url("../images/health/health_bg02_sp.png");
		background-repeat: no-repeat;
	    background-position: top;
	    background-size: cover;
	    padding: 65px 0 0;
	    height: 2799px;
	}
	.health-future h3 {
		margin: 0 auto 20px;
		color: #FFCE00;
		font-size: 30px;
		border-bottom: 4px solid #FFCE00;
		width: fit-content;
	}
	.health-future p {
		color: #3E3E3E;
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 22px;
	}
	.health-future-content {
	    max-width: 100%;
	    margin: 0 auto 60px;
	    display: block; 
	    align-items: center;
	}
	.health-future-content .content-img {
		width: 70%;
	}
	#kenkojyumyo .inner-img {
		margin: 0;
		text-align: center;
	}
	#kenkojyumyo .inner-caption {
		padding-top: 10px;
	}
	#yourou .inner-img {
		margin: 0;
		text-align: center;
	}
	#yourou .inner-caption {
		margin-right: 0;
		padding-top: 10px;
	}
	#kaigo .inner-img {
		margin: 0;
		text-align: center;
	}
	#kaigo .inner-caption {
		padding-top: 10px;
	}
	#yakkyoku .inner-img {
		margin: 0;
		text-align: center;
	}
	#yakkyoku .inner-caption {
		margin-right: 0;
		padding-top: 10px;
	}

	.inner-caption {
		text-align: center;
	}
	.inner-caption img {
		width: 77px;
	}
	.health-future-content h4 {
		font-size: 22px;
	}
	.health-future-content p {
		text-align: left;
		padding: 0 20px;
	}
}