@charset "UTF-8";
/* CSS Document */
*::after,
* {-webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
}
body {
	margin: 0;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", "sans-serif";
	line-height: 2;
	font-size: 16px;
	color: #444;
	letter-spacing: .05em;
}
.container {
	max-width: 1000px;
	margin: 0 auto;
}
section {
	margin: 0 auto;
}
.flexbox {
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	justify-content: space-between;
}
h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .1em;
	padding: 15px;
}
h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
h3.en {
	font-size: 26px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
}
.lead p {
	text-align: center;
	font-size: 25px;
}
/*見出し画像*/
.lead {
	min-height: 700px;
	justify-content: center;
  align-items: center; 
}
/*TOP*/
#top {
	margin-top: 40px;
	width: 100%;
}
#top .lead {
	background: url(../img/top.png) center center  no-repeat;	
	background-size: contain;
}
#top h2 {
	line-height: 1.5;
}
#top span {
	display: block;
}
#top .line1{
	border-bottom: 1px solid #333;
	padding-bottom: 12px;
}
#top .home_text {
	margin: 10px auto;
	background-color: #fcf4ee;
	padding: 20px;
}
#top .home_text p {
	line-height: 2;
}
#top .emph{
	font-weight: bold;
	font-size: 120%;
	padding: 30px 0;
	margin-left: 1em;
}
/*TOP見出し文字縁取り*/
.shadow {
	color: #fff;
-webkit-text-stroke: 1px #000;
}

.big {
	display: block;
	margin-bottom: .5em;
	font-size: 45px;
}
/*about*/
#about h2 {
	background: rgba(255,255,255,.7);
}
#about .big2 {
	display: inline-block;
	padding-left: 2em;
	padding-right: 2em;
	font-size: 45px;
	border-bottom: 1px solid #333;
}
#about .line2 {
	display: block;
	padding-top: 10px;
}
#about .lead {
	background: url(../img/about.png) center center no-repeat;	
	background-size: contain;
}
/*aboutテキスト、プロフィール↓*/
#about .about_text {
	margin: 10px;
	background: url(../img/bg.png) no-repeat;
	background-position: -80px top;
	background-size: 650px;
	padding: 20px;
}
#about .name{
	margin: 30px 0 0;
	font-size: 18px;
	font-weight: bold;
}
#about .profile {
	background-color: #f1f1f1;
	margin: 20px 10px;
	padding: 30px 20px 20px;
}
#about .profile_text {
	margin-bottom: 20px;
}
/*プロフィール↑*/
/*works*/
#works h2 {
	text-align: left;
	padding-right: 2em;
	padding-left: 2em;
	background: rgba(255,255,255,.7);
}

#works .lead {
	background: url(../img/works.jpg) center center no-repeat;	
	background-size: contain;
}
#works .works_menu {
	background-color: #f1f1f1;
	padding: 20px;
}
#works .works_menu ul li {
	margin-bottom: 3em;
}
#works .works_menu ul li ul li{
	margin: 0 0 0 3em;
	list-style-type: disc;
}
#works #press ul {
	margin: 10px;
}
#works #press ul li {
	line-height: 2;
}
#works #writing .item {
	margin-top: 20px;
}
#works #seminar .seminar_inner {
	margin: 20px 20px 20px 2em; 
}
#works #seminar h4 span {
	border-bottom: 1px solid #333;
}
#works .product {
	margin: 40px 0;
	padding: 20px;
	background-color: #fcf4ee;
}
#works .product_box {
	flex-wrap: wrap;
}
#works .product figure {
	max-width: 470px;
	background-color: #fff;
	margin-bottom: 20px;
}
#works .product figure img {
	max-width: 100%;
}
#works .product figcaption {
	padding: 10px;
/*	height: 110px;
*/	border-top: 5px dotted #fcf4ee;
}
#works .product figcaption span {
	display: block;
	font-weight: bold;
}
#works ul li a,
#works ul li span.a_like {
	display: inline-block;
	margin-bottom: .5em;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
#works ul li a:before,
#works ul li span.a_like:before {
	content: "▼ ";
}
#works ul li a:hover {
	text-decoration: underline;
}
#works .work_group {
	margin-top: 20px;
	padding:  20px 20px 20px 0;
	background-color: #fcf4ee;
}
#works .work_group h3 {
	padding: 5px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#works .work_item {
	padding: 50px 0 0;
	margin: 10px 0 0 20px;
}
#press ul li {
	margin: 0 0 0 3em;
	list-style-type: disc;
}
/*Q&A*/
#qanda h2 {
	background: rgba(255,255,255,.7);
	padding-right: 2em;
	padding-left: 2em;
}
#qanda .lead {
	background: url(../img/about.png) center center no-repeat;	
	background-size: contain;
}
dl {
	padding: 20px;
	background-color: #fcf4ee;
}
dt {
	line-height: 1.5;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
dt span {
	display: inline-block;
	margin-right: 8px;
	font-size: 22px;
	background-color: #f00;
	border-radius: 5px;
	padding: .1em .5em;
	color: #fff;
}
dd {
	line-height: 1.75;
	margin-top: 10px;
	margin-bottom: 40px;
}
dd span {
	font-weight: bold;
	display: inline-block;
	margin-right: 8px;
	background-color: #777;
	border-radius: 5px;
	padding: 0 .5em;
	color: #fff;
}
/*contact*/
#contact h2 {
	background: rgba(255,255,255,.7);
	padding-right: 2em;
	padding-left: 2em;
}
#contact .lead {
	background: url(../img/top.png) center center no-repeat;	
	background-size: contain;
}
#contact #formWrap{
	padding: 20px;
	background-color: #f1f1f1;
}
#contact form p {
	text-align: center;
	padding-bottom: 10px;
}
#contact table {
	margin-top: 30px;
	font-size: 16px;
}
#contact table th {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding-right: 20px;
}
#contact td{
	padding-bottom: 20px;
}
.copyright {
	text-align: center;
}
/*thanksページ*/
.thanks {
	text-align: center;
	margin-top: 80px;
}
/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ */

.inner {
	width: 960px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 18px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 0px 0 0;
	padding: 10px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #333;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	margin-left: 10px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 5px;
	font-size: 18px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background-color: #fff;
	bottom: -30px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background-color: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
/*#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
*/#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}


/* Transition */

/*#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}




@media screen and (max-width: 980px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}

