@charset "UTF-8";

section {
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
background-image: linear-gradient(top, #ffffff, #f5f5f5);
	margin-left: 0px;
	margin-right: 0px;
	/*padding-top:45px;
	padding-bottom:45px;*/
}

.section-title {
	margin: 3em 0;
	font-size: 200%;
	line-height: 1.6;
	text-align: center;
}

.section-content {
	margin: 2em 0 2em;
	font-size: 120%;
	line-height: 1.7;
	text-align: center;
}

@media (max-width: 768px) {
.section-title {
	font-size: 150%;
}
.section-content {
	font-size: 100%;
	text-align: justify;
}
}


.onepage-hero .bg-hero-text h2 {
	color: #FFFFFF;
	font-size: calc(180% + 0.25vw);
	margin-top: 55px;
	margin-bottom: 0.5vmax;
}
.slides_h1{
font-size: 70px;
}
.slides_h2{
font-size: 40px;
margin: auto;
}
@media (max-width: 768px) {
.slides_h1{
font-size: 40px;
}
.slides_h2{
font-size: 20px;
margin: auto;
}
.slides_h3{
font-size: 6vw;
margin: 5px 0 10px 0;
}
}

.just{
text-align: justify; 
}

#content.hero {
	margin-top: 45vh;
}


/* 下線
---------------------------------------------------- */
.center-line {
    width: 50%;
    height: 5px;
    display: block;
    margin: 10px auto 30px auto;
    border-bottom: 1px solid #F879D7;
    border-top: 1px solid #F879D7;
}
@media (max-width: 768px) {
	.center-line {
		width: 85%;
		height: 5px;
		display: block;
		margin: 5px auto 20px auto;
		border-bottom: 1px solid #F879D7;
		border-top: 1px solid #F879D7;
	}
}
.text-line {
    height: 24px;
    margin: 0px auto 3px auto;
    border-bottom: 2px solid #F879D7;
}


/* 背景
---------------------------------------------------- */
.content_full {
    margin: 0px -10px 0px;
    padding: 20px;
}
@media (max-width: 768px) {
	.content_full {
		margin: 0px -10px 0px;
		padding: 20px 10px;
}
}
.content_full.end {
    margin: 0px -10px -10px;
    padding: 20px;
}



/* 画像コンテンツ
---------------------------------------------------- */
/* スペース有りタイプ */
.content-wrap{
	text-align: center;
	margin-bottom: 30px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}
.content-wrap h4{
	font-size: 15px;
	text-transform: uppercase;
}
.content-wrap h4:hover{
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.content-wrap:hover .content-hover{
	opacity: 1;
	text-decoration: none;
}

/* スペースなしタイプ */
.content-wrap2{
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.content-wrap2 h4{
	font-size: 15px;
	text-transform: uppercase;
}
.content-wrap2 h4:hover{
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.content-wrap2:hover .content-hover{
	opacity: 1;
	text-decoration: none;
}
.content-label{
	position: absolute;
	top:0;
	left: 0;
	padding: 4px 10px;
	text-transform: none;
	font-size: 13px;
	color:#fff;
	background: #333;
}
.content-hover{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	background-color:rgba(66,172,194,0.90);
	text-align: center;
	opacity: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.content-hover p{
	position: absolute;
	width:100%;
	top:50%;
	margin-top: -10px;
	text-align: center;
	font-size: 20px;
	color:#fff;
	text-transform: uppercase;
}



/* ----------------------------------------
 * Bootstrap機能拡張
 * ---------------------------------------- */

/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}


/* ----------------------------------------
 * web font
 * ---------------------------------------- */

.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }




