﻿@charset "utf-8";



#mv .mf-frame{

}



#main .mf-inner{
	padding:80px 58px 0 58px;
}


#cbox1 {
	text-align:center;
	margin:0 0 100px 0;
}

#cbox1 h2{
	margin:0 0 30px 0;
	text-align:center;
}

#cbox1 h3{
	margin:0 0 20px 0;
	font-family: 'Noto Serif JP', serif;
	font-weight:500;
	font-size:1.5em;
	line-height:1.7em;
}
#cbox1 p{
	line-height:2em;
}


#cbox2 h2{
	margin:0 0 30px 0;
	text-align:center;
}

#cbox2 ul li{
	float:left;
	margin:0 0 12px 0;
}
#cbox2 ul li:nth-of-type(2n){
	float:right;
}
#cbox2 ul li:nth-of-type(2n+1){
	clear:both;
}

#cbox3{
	background:#F7F8F8;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 0px 0 60px;
}

#cbox3 dt{
	text-align:center;
}

#cbox3 dd{
	margin:20px 0 0 0;
	text-align:center;
}

#cbox3 dd:last-child{
	margin:10px 0 0 0;
}


#cbox3 dd strong{
	font-size:1.3em;
	line-height:1.7em;
}

#cbox3 dd a{
	color:#0095FF;
	text-decoration:none;
}

#cbox3 dd a:hover{
	text-decoration:underline;
}


#top-banner{

}

#top-banner-background{
	position:relative;
	padding:0 0 50.47% 0;
	width:100%;
	overflow:hidden;
}
#top-banner-background-1{
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	height:100%;
}
#top-banner-background-2{
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	height:100%;
}
#top-banner-background-3{
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	height:100%;
}
#top-banner-background-4{
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	height:100%;
}
#top-banner-background-1 div{
	background:url(../img/top/mv1.png) center center no-repeat;
	background-size:cover;
    width: 100%;
    height: 100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	z-index:4;
}
#top-banner-background-2 div{
	background:url(../img/top/mv2.png) center center no-repeat;
	background-size:cover;
    width: 100%;
    height: 100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	z-index:3;
}
#top-banner-background-3 div{
	background:url(../img/top/mv3.png) center center no-repeat;
	background-size:cover;
    width: 100%;
    height: 100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	z-index:2;
}
#top-banner-background-4 div{
	background:url(../img/top/mv4.png) center center no-repeat;
	background-size:cover;
    width: 100%;
    height: 100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	z-index:1;
}

#cbox4{
	padding-top:30px;
}

@media screen and (max-width: 800px) {

#main .mf-inner{
	padding:80px 20px 0 20px;
}
#cbox2 ul li{
	text-align:center;
	float:none;
	margin:0 0 12px 0;
}
#cbox2 ul li:nth-of-type(2n){
	float:none;
}
#cbox2 ul li:nth-of-type(2n+1){
	clear:both;
}


#cbox3{
	background:#F7F8F8;
	display:block;
	justify-content:space-between;
	align-items:center;
	padding:0 0px 0 0px;
}

#cbox3 dl{
	text-align:center;
	padding:20px 0;
}

#cbox3 dd{
	margin:20px 0 0 0;
	text-align:center;
}

#cbox3 dd strong{
	font-size:1.3em;
	line-height:1.7em;
}

#cbox3 dd a{
	color:#0095FF;
	text-decoration:none;
}

#cbox3 dd a:hover{
	text-decoration:underline;
}




}