@charset "utf-8";
/*------------------------------------------------------------------------------ TOP --*/
#cont {
	position:relative;
	min-width:960px;
	margin:0 auto;
	padding:100px 0 80px;
    background-color: #fff;
}
#main_ttl {
	position:relative;
	width:100%;
	height:250px;
	margin:0;
	padding:0;
	overflow: hidden;
	z-index:10 !important;
	border-bottom:#7a3d6f 10px solid;
}
#main_ttl h2 {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	font-size:3.2rem;
	line-height:1.6;
	font-weight:400;
	text-align:center;
	width:100%;
	color:#fff;
}

#main_ttl{
	background:url(../img/features/kv.jpg) center center no-repeat;
	background-size:cover;
	}

 @media screen and (max-width:767px) {
#cont {
	position:relative;
	min-width:320px;
	margin:0 auto;
	padding:13vw 0 10vw;
	z-index:10 !important;
	background:#fff;
}
#main_ttl {
	position:relative;
	width:100%;
	height:53vw;
	margin:0;
	padding:0;
	overflow: hidden;
	z-index:10 !important;
	border-bottom:#7a3d6f 5px solid;
}
#main_ttl h2 {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	font-size:4.6rem;
	line-height:1.6;
	font-weight:400;
	text-align:center;
	width:100%;
	color:#fff;
}

#main_ttl{
    background:url(../img/features/sp/kv.jpg) center center no-repeat;
	background-size:cover;
	}

}


/* features
----------------------------------------*/

#features_cont {
    font-size:1.6rem;
    line-height:2.2;
    margin: 60px auto 0 auto;
    text-align: center;
}

#features_cont h4 img {
    margin-bottom: 30px;
    width: 350px;
    display: inline-block;
}

#features_cont p {
    font-size:1.6rem;
    line-height:2.2;
    margin-bottom: 80px;
}

#features_cont br{
	display: block !important;
}
#features_cont .features02_bg,
#features_cont .features03_bg,
#features_cont .features04_bg,
#features_cont .features05_bg {
    width: 100%;
    height: 550px;
    margin-bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#features_cont .features02_bg {
    background-image: url(../img/features/index_bg01.jpg);
}

#features_cont .features03_bg {
    background-image: url(../img/features/index_bg02.jpg);
}

#features_cont .features04_bg {
    background-image: url(../img/features/index_bg03.jpg);
}

#features_cont .features05_bg {
    background-image: url(../img/features/index_bg04.jpg);
}

.index_back img{
    width: 150px;
    height: 150px;
}

.index_back a{
    width: 150px;
    height: 150px;
    display: block;
    margin: 30px auto;
    color: #fff;
    overflow: hidden;
    transition: 0.5s;
}

.index_back a:hover{
    opacity: 0.6;
    transform: scale(0.95,0.95);
}

 @media screen and (max-width:767px) {

     #features_cont { 
        font-size: 2.8rem;
        line-height:2;
     }
     
     #features_cont p { 
         text-align: left;
        font-size: 2.8rem;
        line-height:2;
     }
	 #features_cont br.pcv{
		 display: none !important;
	 } 
     #features01 .features01_01 p{
         margin:0 30px -50px 30px;  
     }

     #features_cont .features02 p,
     #features_cont .features03 p,
     #features_cont .features04 p{
         margin:0 30px 50px 30px;
     }

     #features_cont .features05 p{
         margin:0 30px 0 30px;
     }


     #features_cont .features02_bg,
     #features_cont .features03_bg,
     #features_cont .features04_bg,
     #features_cont .features05_bg {
         width: 100%;
         height: 350px;
         background-repeat: no-repeat;
         -webkit-background-size: cover;
         background-size: cover;
     }

     #features_cont .features01_bg,
     #features_cont .features03_bg,
     #features_cont .features05_bg{
         background-position: center center;
     }

     #features_cont .features02_bg,
     #features_cont .features04_bg {
         background-position: center center;
     }
     
     #features_cont h4 {
         width: 50%;
         height: 50%;
         display: inline-block;
     }
     
     .index_back img{
         width: 120px;
         height: 120px;
     }

     .index_back a{
         width: 120px;
         height: 120px;
     }

}
