@charset "utf-8";
/* CSS Document */

/*-----------コンテンツ全体の指定----------*/

html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 0.1em;
}
h1,h2,h3,h4 {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 0.1em;
}

/*-----------FV----------*/
.fv {
	width: 100%;
    height: 300px;
    background: url(../images/bg-ma.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
	margin-bottom: 100px;
}
.fv h1 {
	width: 100%;
	color: #000;
	font-size: 40px;
	font-weight: bold;
    text-align: center;
	line-height: 1.2;
}
/*-----------contents----------*/
.contents {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.contents .sec01 h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
	line-height: 1.5;
}

.contents .sec01 p {
	line-height: 1.85;
	text-align: center;
	margin-bottom: 50px;
}

.btn {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    max-width: 300px;
    width: 100%;
    position: relative;
    transition: 0.3s;
    margin: 0 auto 100px;
}
.btn a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.btn:hover{
	opacity: 0.7;
}


@media screen and (max-width:768px){
	
	.fv{
		margin-bottom: 50px;
	}

}

@media screen and (max-width:420px){
/*-----------FV----------*/
	.fv h1 {
	    font-size: 28px;
    	line-height: 1;
	}

	.fv {
		width: 100%;
		height: 150px;
		background: url(../images/sp-bg-fv.png) center center no-repeat;
		background-size: cover;
	}
	
/*-----------sec01----------*/

	.contents {
	   padding: 0 5%;
	}
	
	.contents .sec01 p {
	    text-align: justify;
	}

}
