/*PCサイト*/
@media only screen and (min-width: 897px) {
/*============================
#eye-catch
============================*/
div#eye-catch {
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
}
div#eye-catch div.inner {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    animation-name: display;
    animation-fill-mode: forwards;
    animation-delay:18s;
    animation-duration: 4s;
    z-index: 1;
    overflow: hidden;
}
@keyframes display {
0% {
}
100% {
	height: 0;
}
}
div#eye-catch div.inner video {
	width: 100%;
	height: auto;
}
div#eye-catch div.inner img {
	position: absolute;
	width: 26.5vw;
	max-width: 310px;
	min-width: 305px;
	height: 40vw;
	max-height: 470px;
	min-height: 464px;
	top: 0;
	bottom: 3vw;
	right: 0;
	left: 0;
	margin: auto;
    opacity: 0;
    animation-name: fadein;
    animation-fill-mode: forwards;
    animation-delay:11s;
    animation-duration: 4s;
}

@keyframes fadein {
0% {
    opacity: 0;
}
70% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

.swiper {
	width: 100%;
	height: auto;
	margin: 0.5rem auto 2rem;
	position: relative;
	position: relative;
	z-index: 0;
	animation-name: display02;
	animation-fill-mode: forwards;
	animation-delay:10s;
	animation-duration: 10s;
	opacity: 0;
}
@keyframes display02 {
0% {
}
50% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
/*============================
#wraper
============================*/
div#wraper {
}
/*============================
#container
============================*/
div#wraper>div#container {
	margin-top: 0;
}
/*============================
#main
============================*/
div#wraper>div#container>article#main {
}
/*============================
#cont01
============================*/
#cont01 {
	background-color: #fff;
	padding: 60rem 0 60rem;
}
#cont01>div.inner {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#cont01>div.inner>h2 {
	float: left;
	font-size: 35rem;
	width: 195px;
	color: #000;
}
#cont01>div.inner>div.cms {
	float: left;
	width: 858px;
	margin-top: 15rem;
}
#cont01>div.inner>div.cms>ul {
}
#cont01>div.inner>div.cms>ul>li {
	margin-bottom: 40rem;
	padding-bottom: 30rem;
	border-bottom: 1px dotted #777;
}
#cont01>div.inner>div.cms>ul>li>a {
}
#cont01>div.inner>div.cms>ul>li>a>article {
}
#cont01>div.inner>div.cms>ul>li>a>article>div.cms_img {
}
#cont01>div.inner>div.cms>ul>li>a>article>div.cms_img>img {
}
#cont01>div.inner>div.cms>ul>li>a>article>section.cms_cont {
	overflow: hidden;
}
#cont01>div.inner>div.cms>ul>li>a>article>section.cms_cont>time.date.updated {
	font-size: 20rem;
	color: #000;
	float: left;
	padding-bottom: 3rem;
	margin-right: 20rem;
}
#cont01>div.inner>div.cms>ul>li>a>article>section.cms_cont>h2.entry-title {
	font-size: 21rem;
	color: #000;
	text-decoration: underline;
	padding-bottom: 3rem;
}
#cont01>div.inner>div.cms>ul>li>a>article>section.cms_cont>div {
	margin-top: 15rem;
}
#cont01>div.inner>div.cms>ul>li>a>article>section.cms_cont>div>p {
	font-size: 20rem;
	color: #000;
	padding-bottom: 3rem;
}
#cont01>div.inner>a {
	float: right;
	font-size: 17rem;
	color: #000;
	padding-bottom: 2rem;
}
/*============================
#cont02
============================*/
#cont02 {
	background-image: url(../img/index/cont02-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 290rem 0 250rem;
}
#cont02>div.inner {
	width: 1200rem;
	margin: 0 auto;
}
#cont02>div.inner>ul {
	text-align: center;
}
#cont02>div.inner>ul>li {
	width: 142rem;
	display: inline-block;
	margin: 0 50rem;
}
#cont02>div.inner>ul>li:nth-of-type(3) {
	width: 165rem;
}
#cont02>div.inner>ul>li>a {
}
#cont02>div.inner>ul>li>a>img {
}
/*============================
#cont03
============================*/
#cont03 {
	padding-top: 50rem;
}
#cont03>div.inner {
	width: 1200rem;
	margin: 0 auto;
	overflow: hidden;
}
#cont03>div.inner>div.left {
	width: 710rem;
	float: left;
	margin-top: 5rem;
}
#cont03>div.inner>div.left>img {
}
#cont03>div.inner>div.right {
	float: left;
	margin-left: 30rem;
	width: 460rem;
}
#cont03>div.inner>div.right>div.top {
}
#cont03>div.inner>div.right>div.top>dl {
	overflow: hidden;
	margin-bottom: 15rem;
}
#cont03>div.inner>div.right>div.top>dl>dt {
	font-size: 16rem;
	color: #fff;
	float: left;
	line-height: 1.6;
	width: 60rem;
}
#cont03>div.inner>div.right>div.top>dl>dd {
	font-size: 16rem;
	color: #fff;
	float: left;
	line-height: 1.6;
}
#cont03>div.inner>div.right>div.top>dl>dd a {
	color: #fff;
	text-decoration: underline;
}

#cont03>div.inner>div.right>div.bottom {
	overflow: hidden;
	margin-top: 20rem;
}
#cont03>div.inner>div.right>div.bottom>img {
	width: 360rem;
	float: left;
}
#cont03>div.inner>div.right>div.bottom>a {
	font-size: 15rem;
	width: 70rem;
	background-color: #007E41;
	text-align: center;
	color: #fff;
	padding: 13rem 0 20rem;
	display: inline-block;
	border-radius: 30rem;
	margin-top: 85rem;
	margin-left: 30rem;
}


}