@charset "UTF-8";

#home_hed{}

.h_menu{letter-spacing:0.1em;}
.h_menu h1{	margin:90px 0 20px; }
.h_menu h3{
	position: relative;
	display: inline-block;
	margin-bottom: 0.6em;
	font-size:1rem;}

.h_menu h3:before{
	content: '';
	position: absolute;
	bottom: -8px;
	display: inline-block;
	width: 30px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #333;}

.h_menu ul{list-style: none; padding: 0px; margin-top:90px;}
.h_menu li{margin-bottom:30px;}
.h_kana {font-size:80%;}
.h_contact {padding:20px 0;}


@media screen and (min-width:576px) {
#content_a{
	padding: 120px 50px 80px;
	text-align:center;
	background-image:url(../images/home/a_bg1.svg),url(../images/home/a_bg2.png),url(../images/home/a_bg3.png);
	background-repeat:no-repeat,no-repeat;
	background-position:bottom,left top,right bottom;
	background-size: 100%,cover,50%;}
}
@media screen and (max-width: 576px) {
#content_a{
	padding: 120px 15px 80px;
	text-align:center;
	background-image:url(../images/home/a_bg1.svg),url(../images/home/a_bg_sp.jpg);
	background-repeat:no-repeat,no-repeat;
	background-position:bottom,left top;
	background-size: 100%,cover,50%;}
}

.content_a_box{
	max-width:850px;
	margin:40px auto;}

.content_a_box h3{font-weight:normal; margin-bottom:15px; margin-top:20px;}

#content_a h2{
	font-weight:normal;
	position: relative;
	display: inline-block;
	margin-bottom: 1.5em;}

#content_a h2:before{
	content: '';
	position: absolute;
	bottom: -12px;
	display: inline-block;
	width: 70px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #333;}


#content_b{
	margin-top:-1px;
	padding:0px 50px 90px;
	text-align:center;
	background:url(../images/home/b_bg1.png) repeat-x bottom #d1d1c5;}

.content_b_box{
	max-width:1050px;
	margin:0 auto;}

#content_b h2{
	font-weight:normal;
	position: relative;
	display: inline-block;
	margin-bottom: 1.5em;}

#content_b h2:before{
	content: '';
	position: absolute;
	bottom: -12px;
	display: inline-block;
	width: 70px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #333;}
