@charset "UTF-8";
/* CSS Document */


/*リセットCSSここから*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-feature-settings: "palt";
	font-family: "Noto Sans JP";
	font-size: 18px; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
	
}

/*リセットCSSここまで*/

h1{ text-align: center; margin: 17% auto 13%}
h1 img{ max-width:360px; width: 75% }
.about { width:87.5%; margin: 0 auto}
.about h2 { margin-bottom: 23px}
.about h2 img { width: 125px }
.about {text-align: center}
.about p{ line-height: 2.5em;letter-spacing: 0.2em}


.prof{width:87.5%; max-width: 950px; margin: 2.5% auto; padding: 22px 30px; box-sizing: border-box; border: 1px solid; line-height: 2em; letter-spacing: 0.2em}

.prof h2 img{ width: 155px}

.works{  width:87.5%; margin: 2% auto; text-align: center; line-height: 2.8em;  letter-spacing: 0.2em}

.works img{ width: 132px}
.form{ text-align: center; margin: 3.5% auto; width: 87.5%}
.form a{ display: inline-block; width: 100%; padding: 10px; max-width: 320px; color: #fff; background: #000; font-size: 0.8em; letter-spacing: 0.2em; text-decoration: none}
.form a:hover{ opacity: 0.75}


footer{ width: 87.5%; margin: 0 auto; padding:14px 0;  font-weight: 100; border-top: 1px solid}
footer p{font-size: 11px; }
 
@media screen and (max-width: 480px) { 
	.about h2{ margin-bottom: 1em}
	.prof{ margin-top: 1.5em}
	.about p , .works, .prof p, .works p{ font-size: 15px; letter-spacing: 0; text-align: left}
	footer p{ font-size: 9px}
	.spn{ display: none}
	.works h2 { text-align: center; margin-top: 1.5em}
	.form{ text-align: center; margin: 3.5% auto 8%; 
}

