@charset "utf-8";

/*
=======================================================
 BASIC
=======================================================	
*/

body {
	font-family: 'Hiragino sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	letter-spacing: .05em;
}

/*
=======================================================
 INTRO
=======================================================	
*/

#intro p {
	letter-spacing: 0;
	margin-right: -1em;
}

/*
=======================================================
 POINT
=======================================================	
*/

/*
=======================================================
 ABOUT
=======================================================	
*/

#about dl:not(.faq) {
	letter-spacing: 0;
}
	
#about .faq:not(:last-child) {
	margin-bottom: 35px;
}


/*
=======================================================
 EXPERIENCE
=======================================================	
*/

#experience .wrapper {
	background: url(../images/bg_experience.png) center 15px / auto no-repeat,
				url(../images/bg_common.svg) center 90px / 100% auto no-repeat;
	padding-top: 50px;
	padding-bottom: 250px;
}

#experience dl {
	letter-spacing: 0;
	text-align: right;
	}
	#experience dl:first-of-type {
		margin-top: 70px;
	}
	#experience dl:nth-of-type(even) {
		padding-left: 0;
		padding-right: 20px;
		text-align: left;
	}

#experience dt {
	line-height: 1;
	padding: 20px 25px;
	}
	#experience dl:nth-of-type(even) dt {
		margin-left: 40px;
	}

#experience dd .inner {
	align-items: center;
	letter-spacing: -.02em;
}
	
/*
=======================================================
 PROCEDURE
=======================================================	
*/

#procedure dd {
	letter-spacing: 0;
}

/*
=======================================================
 MESSAGE
=======================================================	
*/

/*
=======================================================
 SIGNUP
=======================================================	
*/

/*
=======================================================
 FOOTER
=======================================================	
*/

.footer-contact .phone .number {
	font-size: 50px;
}
