@charset "utf-8";

#mainvisual{
	clear: both;
	background: url(../../image/profile/bg-main-pc.jpg) no-repeat center center / cover;
	background-attachment: fixed;
	margin-bottom: 40px;
	padding: 0 0 820px;
	box-sizing: border-box;
	text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 850px) {
#mainvisual{
	background: url(../../image/profile/bg-main-sp.jpg) no-repeat center top / cover;
	background-attachment: fixed;
}
}
#mainvisual #main-bg{
	background: rgba(255,255,255,0.55);
	padding: 40px 30px;
}
#mainvisual h2{
	font-size: 54px;
	margin-bottom: 20px;
	line-height: 1.3;
}
#mainvisual h2 span{
	display: block;
	font-size: 18px;
	padding-top: 10px;
}
#intro{
	font-size: 50px;
	margin-bottom: 80px;
	padding-top: 80px;
	text-align: center;
	line-height: 2.34;
	font-family: "YuMincho","Yu Mincho",'Source Han Serif Medium',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
h3.line{
	width: 750px;
	margin: 0 auto;
	padding: 25px 0 40px;
	font-size: 36px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 8888;
	background: url(../../image/type/h3-line.png) no-repeat center 80% #1491e1;
	line-height: 1.5;	
}

.bg-01{
	background: #f1f0e9;
	position: relative;
	margin-top: -60px;
	z-index: 0;
	padding-top: 60px;
	padding-bottom: 55px;
}
.bg-01:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html .bg-01 { 
	height: 1px;
	overflow: visible;
}
/**/
#message{
	width: 750px;
	margin: 0 auto;
	padding-top: 50px;
}
.bg-01 p{
	margin-bottom: 60px;
	font-size: 36px;
	line-height: 1.8;
	font-family: "YuMincho","Yu Mincho",'Source Han Serif Medium',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.bg-01 p.date{
	text-align: right;
	font-size: 24px;
	margin-bottom: 10px;
}
.bg-b{
	background: #1491e1;
	margin-bottom: 55px;
	padding: 30px 0;
}
.bg-01 p.btn-g{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin-bottom: 0;
}
.bg-01 p.btn-g a{
	background-position: 30px center;}
