@charset "UTF-8";
/* INDEX */
/*
1. Reset
2. GENERAL
3. wrapper
4. header
5. main
6. keyvisual
*/
/*html5 Reset Stylesheet*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight: normal;vertical-align:baseline;background-color:transparent;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}body {line-height:1;-webkit-text-size-adjust: 100%; /* iphone番safariでの文字サイズを調整*/-ms-text-size-adjust: 100%;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}nav ul {list-style:none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after,q:before {content:'';content:none;}blockquote:before, blockquote:after,q:after {content:'';content:none;}a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}/* change colours to suit your needs */ins {background-color:#ff9;color:#000;text-decoration:none;}/* change colours to suit your needs */mark {background-color:#ff9;color:#000; font-style:italic;font-weight:bold;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}table {border-collapse:collapse;border-spacing:0;}
/*-------------------------------------------------------*/
/*------------------- GENERAL styles  -------------------*/
/*-------------------------------------------------------*/
body {
	font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Verdana,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	color: #333;
	font-size: 14px;
	width: 100%;
	word-break : break-all;
}
/*basic-fontstyle*/
h1,h2,h3,h4,h5 {}
h1 {font-size: 32px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
a { }
a:hover { }
.bold{
	font-weight: bold;
}
.red{
	color: red;
}
small{
	font-size: 12px;
}

li{
	list-style-position: inside;
}
/*txt-layout*/
.u-tac{text-align: center;}
.u-tal{text-align: left;}
.u-tar{text-align: left;}

/*basic-layout*/
.u-left {float: left; }
.u-right { float: right;}
.u-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.u-clearfix {
  min-height: 1px;
}
.u-inner{
	width: 980px;
	margin:0 auto;
}
.u-imgwrap img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*pcとスマホの表示・非表示クラス*/
/*包含ブロック要素にのみ適用する事*/
@media screen and (min-width: 640px){
	/*PC用*/
	.pc-b{display: block!important;}
	.sp-b{display: none!important;}
	.pc-i{display: inline!important;}
	.sp-i{display: none!important;}
}
@media screen and (max-width: 640px){
	/*スマホ用*/
	.pc-b{display: none!important;}
	.sp-b{display: block!important;}
	.pc-i{display: none!important;}
	.sp-i{display: inline!important;}
	
}
/* wrapper */
.wrapper{
	width: 100%;
}

/* header */
.header{
	width: 100%;
	padding: 10px 0;
	position: absolute;
	top: 0;
}
.header.fixed{
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	position: fixed;
}
.header__inner{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.header__logo{
	width: 104px;
	line-height: 1;
}
.header__logo img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.header__nav{
	width: 708px;
	margin-top: 12px;
	text-align: right;
	line-height: 1;
}
.nav__item{
	display: inline-block;
	margin-right: 90px;
}
.nav__item:last-child{margin-right: 0;}
.nav__item a{
	text-decoration: none;
	color: #333;
	font-size: 16px;
	letter-spacing: 0.2em;
}


/* main */
.main{
	
}
/* keyvisual */
.keyvisual{
	width: 100%;
	height: 514px;
	padding-top: 135px;
	background: url('../images/key_bgimg.jpg')no-repeat bottom center;
	background-size: cover;
}
.keytxt{
	display: block;
}

.keytxt:nth-child(1){
	width: 700px;
	height: auto;
	margin-bottom: 60px;
}
.keytxt:nth-child(2){
	width: 471px;
	height: auto;
	margin-bottom: 0;
}

/* section */
.section{
	padding: 50px 0 60px;
}
.section__title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
}

/* about */
.about{
	background: url('../images/about_bgimg.jpg')no-repeat bottom center;
	background-size: cover;
}
.about .section__title{
	color: #fff;
}
.about__text{
	font-size: 22px;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.2em;
	text-align: center;
	opacity: 0;
}
.about__text:first-child{
	margin-bottom: 40px;
}

/* work */
.work{
	background: #fcee21;
	height: 538px;
}
.work-inner{
	position: relative;
}
.work__img,
.work__desc{
	opacity: 0;
	width: 50%;
}
.work__img{
	padding-right: 20px;
	margin-left: -30px;
}
.work__desc{
	padding-left: 20px;
	margin-right: -30px;
}
.work__worklist{
	list-style: none;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.worklist__item{
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
	border-left: 4px solid #fff;
	padding: 5px 0 5px 10px;
	font-weight: bold;
}
.worklist__item:last-child{
	margin-bottom: 0;
}

/* info */
.infolist{
	padding: 0 100px;
	list-style: none;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.2em;
}
.infolist__item{
	padding: 0 0 5px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.infolist__item:last-child{
	margin-bottom: 0;
}
.infolist__date{
	margin-right: 40px;
	width: 150px;
}
.infolist__text{
	width: 570px;
}

/* contact */
.contact{
	background: #ccc;
}
.contact .u-inner{
	padding: 0 100px;
}
.contact .section__title{
	color: #fff;
}
.contact__text,
.contact__formwrap{
	width: 50%;
}
.contact .logo__footer{
    width: 104px;
    height: auto;
}
.contact__text{
	font-size: 16px;
	line-height: 2em;
	color: #fff;
	letter-spacing: 0.2em;
}
.contact__formwrap{
	text-align: center;
}
.contact__formbtn{
	width: 258px;
	display: inline-block;
}
.contact__formbtn:hover{
	opacity: 0.7;
}
.contact__formtext{
	display: inline-block;
	width: 258px;
	margin-top: 15px;
	text-align: left;
	color: #fff;
	line-height: 1.4;
	letter-spacing: 0.2em;
}

/* copyright */
.copyright{
	padding: 45px 0;
	text-align: center;
	font-size: 12px;
}


/* contact */
.header__contact{
	background: #fff;
	position: static;
}
.contact .read{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.contact .read.red{
	color: red;
}
.contact__table{
	width: 100%;
}
.contact__table .red{
	color: red;
	font-size: 80%;
}
.contact__table th{
	width: 30%;
	text-align: left;
	font-size: 15px;
	padding: 0 0 0 15px;
	vertical-align: middle;
}
.contact__table td{
	width: 70%;
	text-align: left;
	padding: 15px 0;
}
.contact__table input{
	width: 100%;
	border: none;
	font-size: 15px;
	padding: 5px;
	border-radius: 5px;
}
.contact__table input[name="電話番号（半角）"],
.contact__table input[name="郵便番号"]{
	width: 50%;
}
.contact__table textarea{
	width: 100%;
	border: none;
	font-size: 15px;
	padding: 5px;
	border-radius: 5px;
}
.btn__wrap{
	margin-top: 25px;
	text-align: center;
}
.btn__wrap input.formbtn:first-child{
	margin-right: 25px;
}
input.formbtn{
	width: 200px;
	color: #fff;
	padding: 10px 0;
	border: none;
	border-radius: 0;
	background: #fcee21;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
}
input.formbtn:hover{
	opacity: 0.7;
}
/* サンクスページ */
.thanks{
	padding-top: 200px;
}
.thanks .btn__wrap{
	margin: 100px 0;
}
.thanks .btn__wrap a{
	width: 200px;
	color: #fff;
	padding: 10px 0;
	border: none;
	border-radius: 0;
	background: #fcee21;
	font-size: 100%;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}
.thanks .btn__wrap a:hover{
	opacity: 0.7;
}
/**
* media queires
**/
@media screen and (max-width: 1000px) {
	.u-inner{
		width: 100%;
		padding: 0 20px;
	}
	/* header */
	.header{
		padding: 10px 20px;
	}
	.header__nav{
		width: 500px;
		margin-top: 12px;
		text-align: right;
		line-height: 1;
	}
	.nav__item{
		margin-right: 25px;
	}
}
@media screen and (max-width: 640px) {
	html.menuactive,
	body.menuactive{
		height: 100%;
	}
	.u-left {float: none; }
	.u-right { float: none;}
	
	.section {
		padding: 25px 0 30px;
	}
	.section__title {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.wrapper{
		width: 100%;
	}
	/* header */
	.header{
		padding: 0;
	}
	.header.active{
		background: rgba(255,255,255,.9);
	}
	.header__inner{
		position: relative;
	}
	.header__logo{
		margin: 10px 0 0 20px;
	}
	.header__nav{
		display: none;
		width: 100%;
		height: 100%;
	}
	.nav__item{
		width: 100%;
		display: block;
		text-align: center;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
	}
	/* トグルボタン */
	.header__spmenu{
	}
	.header__spmenu,
	.header__spmenu span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.header__spmenu {
		position: absolute;
		width: 40px;
		height: 30px;
		right: 20px;
		top: 0px;
	}
	.header__spmenu span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #333;
	  border-radius: 4px;
	}
	.header__spmenu span:nth-of-type(1) {
	  top: 0;
	}
	.header__spmenu span:nth-of-type(2) {
	  top: 13px;
	}
	.header__spmenu span:nth-of-type(3) {
	  bottom: 0;
	}
	.header__spmenu span:nth-of-type(2)::after {
	  position: absolute;
	  top: 0;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 3px;
	  background-color: #333;
	  border-radius: 4px;
	  transition: all .3s;
	}
	.header__spmenu.active span:nth-of-type(1) {
	  transform: translate(50%) scale(0);
	}
	.header__spmenu.active span:nth-of-type(2) {
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	.header__spmenu.active span:nth-of-type(2)::after {
	  -webkit-transform: rotate(90deg);
	  transform: rotate(90deg);
	}
	.header__spmenu.active span:nth-of-type(3) {
	  transform: translate(-50%) scale(0);
	}

	/* keyvisual */
	.keyvisual{
		height: 300px;
		padding-top: 100px;
	}
	.keyvisual .keytxt{
		width: 100%;
	}
	.keytxt:first-child{
		width: 85%;
		margin-bottom: 15px;
	}
	.keytxt:nth-child(2){
		width: 75%;
		margin-bottom: 15px;
	}
	.keytxt:nth-child(3){
		width: 73%;
	}
	/* about */
	.about__text{
		font-size: 14px;
		text-align: left;
	}
	.about__text br{
		display: none;
	}
	/* work */
	.work{
		height: auto;
	}
	.work__img{
		width:100%;
		padding-right:0;
	}
	.work__desc{
		width:100%;
		padding-left:0;
		margin-top: 25px;
	}
	.worklist__item{
		margin-bottom: 15px;
	}
	/* info */
	.infolist{
		width: 100%;
		padding: 0 20px;
	}
	/* contact */
	.contact .u-inner{
		padding: 0 20px;
	}
	.contact__text{
		width: 100%;
		font-size: 13px;
	}
	.contact__formwrap{
		margin-top: 25px;
		width: 100%;
	}
	.contact__table th,
	.contact__table td{
		display: block;
		width: 100%;
	}
	.contact__table th{
		border-bottom: 1px solid #fff;
		font-weight: bold;
	}
	.contact__table td{
		padding: 5px 0 15px 15px;
	}
	.contact__table input[name="電話番号（半角）"],
	.contact__table input[name="郵便番号"]{
		width: 80%;
	}
	input.formbtn{
		display: block;
		margin: 10px auto;
	}
	.contact__table{
		margin-top: 45px;
	}
	.section.thanks{
		padding-top: 150px;
	}
}
/**
* END media queires
**/