@charset "UTF-8";
@keyframes typing { from { width: 0; } }
@keyframes caret { 50% { border-color: transparent; } }


.ptag{
padding-top:170px;
padding-bottom:10px;
width:100%;
font-size:1.2em;
margin:10px 10px 10px 100px;
}

a{
color:#666666;
 text-decoration: none;
 }
 
a:link {
 color:#666666;
 text-decoration: none;
}

a:visited {

 text-decoration: none;
}

a:hover {
color:#FF9900;
}

a:active {
color:#666666;
 text-decoration: none;
}

body{
	margin-left:auto;
	margin-right:auto;
	border: 0;
	font-family:'Sawarabi Gothic', Helvetica,sans-serif; 
	color:#414042;
	width:100%;
	background-color:#fffeed;
		
}

/*.slideshow {
	position: relative;
	width: 470px; /* 画像の横幅 */
	/*height: 240; /* 画像の縦幅 */
	
	/*margin-left:auto;
	margin-right:auto;
}*/



#slidesize{
width:1200px;
height:500px;
margin-left:auto;
margin-right:auto;
}

.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 1s; /* フェードの時間(秒) */
}



ul {
  list-style: none;
  
}



h3{
	margin-bottom:30px;
	margin:10px;
	margin-left:100px;
}

.comment{
font-size:1em;
}

.content{
	margin-left:auto;
	margin-right:auto;
	line-height: 1.4em;
	width:600px;
	margin-top:100px;

}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  
  flex-wrap: wrap;
  margin-left:auto;
  margin-right:auto;
  width:60%;
}

.flex-container > div {
  background-color:#e3e3dc;
  width: 350px;
  height:250px;
  border-radius:30px;
  margin: 10px;
  text-align: center;
  line-height: 35px;
   box-shadow: 10px 10px 15px -10px;
}

.flex-container > img{
width:250px;
}
article{
background-color:#FFFFCC;
}

.pc { display: block !important; }
.sp { display: none !important; }




.moji {
	font-family: monospace;
	width:100%;
	margin-bottom:80px;
	margin-left:auto;
	margin-right:auto;
	width: 16ch;
	border-right: .08em solid;
	overflow: hidden;
	font-size: 4em;
	text-align:center;
	white-space: nowrap;
	animation: typing 5s steps(15, end), caret .5s step-end infinite;
}
.mojiposition{
height:400px;

}

.mojiposition2{
height:100px;

}

.headimg{
	width:100%;
	height:100%;
	margin-top:-106px;
}

header{
	
	background-blend-mode:lighten;
	height:100px;
	width:100%;
}




/*.slideshow {
	position: relative;
	width: 470px; /* 画像の横幅 */
	/*height: 240px; /* 画像の縦幅 */
	/*margin-top:100px;
	margin-left:auto;
	margin-right:auto;
}

.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 1s; /* フェードの時間(秒) */
/*}

.slideshow .show {
	opacity: 1;
	z-index: 1;
}
*/





.site-header{
	background-color:rgba(255,255,255,0.5);
    display: flex;
    position: fixed;
    width: 100%;
	height:auto;
	z-index:100;
	
}

.site-header2{
	background-color:rgba(255,255,255,0.5);
    display: flex;
    position: fixed;
    width: 100%;
	height:auto;
	z-index:100;
	margin-top:-300px;
	
}

.nav{
display:flex !important; 
color:#666666;
width:100px;
margin-top:35px;
justify-content:flex-end;

}

#navgap{
margin-right:30px;
}

#navgap2{
margin-right:20px;
}

#nav{
display:flex!important; 
width:80%;
justify-content:flex-end;
margin-right:100px;


}


.logo{
    height: auto;
	margin:10px 10px 10px 100px;
	
}

video{
margin-left:auto;
margin-right:auto;
}

.copyright{
    color:#666666;
    font-size: 12px;
    text-align: center;
}

h2{
padding-top:100px;
padding-bottom:20px;
}



.section{
display:flex;
justify-content: space-between;
}


footer{
clear:both;
width:100%;
background: color:#414042;
padding: 30px 0;
height:auto;
margin-left:auto;
margin-right:auto;

	
}



.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
  margin-left:100px;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #fff;  
  padding: 8px;
  
}
 
.col-head-type1 th {
  text-align: left;
}


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::before , ::after {
	box-sizing: inherit;
}

button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}

/**************** 以下、ハンバーガーボタンのスタイリング ****************/
.btn {
	/* ボタンの配置位置  */
	position: fixed;
	top: 32px;
	right: 16px;
	/* 最前面に */
	z-index: 20000;
	/* ボタンの大きさ  */
	width: 48px;
	height: 48px;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
	display: block;
	/* バーガー線の位置基準として設定 */
	position: relative;
	/* 線の長さと高さ */
	width: 80%;
	height: 4px;
	/* バーガー線の色 */
	background-color: #d6d5d5;
	transition: .2s;
	margin-top:-25px;
}

/***** 上下のバーガー線 *****/
.btn-line::before , .btn-line::after {
	content: "";
	/* 基準線と同じ大きさと色 */
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #d6d5d5;
	transition: .5s;
	
}

.btn-line::before {
	/* 上の線の位置 */
	transform: translateY(-12px);
}

.btn-line::after {
	/* 下の線の位置 */
	transform: translateY(12px);
}

/***** メニューオープン時 *****/
.btn-line.open {
	/* 真ん中の線を透明に */
	background-color: transparent;
}

.btn-line.open::before , .btn-line.open::after {
	content: "";
	background-color: #333;
	transition: .2s;
}

.btn-line.open::before {
	/* 上の線を傾ける */
	transform: rotate(45deg);
}

.btn-line.open::after {
	/* 上の線を傾ける */
	transform: rotate(-45deg);
}

/**************** ここまで、ハンバーガーボタンのスタイリング ****************/

/**************** 以下、メニューのスタイリング ****************/
.menu {
	/* メニューを縦に */
	display: flex;
	flex-direction: column;
	position: fixed;
	/* メニューの位置マイナス指定で画面外に */
	right: -70%;
	width: 70%;
	height: 50vh;
	background-color: rgba(255, 250, 199, .7);
	color: #efefef;
	transition: .3s;
	z-index:10001;
}

#menu2{
display:none;
}
.menu-list {
	/* メニューテキスト位置をリスト内中心に */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.menu-list:hover {
	background-color: rgba(255, 255, 255, .5);
	color: #333;
	cursor: pointer;
	transition: .3s;
}

/***** メニューオープン時位置0にして画面内に *****/
.menu.open {
position:fixed;
	right: 0;
}

.slider{
z-index:10;
} 
 
@media only screen and (max-width: 850px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: 100%;
  }
  
  #slidesize2{
width:400;
height:900px;
margin-left:auto;
margin-right:auto;
}
 
 .mojiposition{
margin-top:-580px;

}

.surprise{
margin-top:80px;
}

#site-header1{
	background-image:url(../image/web.png);
	background-repeat: no-repeat;
    background-position: center;
	background-size:contain;
	width:100%;                                            
    height:65px;
	margin-button:5px;                                
    background-color:rgba(255,255,255,1);
	z-index:10000;
	clear: both;
	border: 10px solid;
	border-color: white;
		
} 

#site-header2{
	background-image:url(../image/design.png);
	background-repeat: no-repeat;
    background-position: center;
	background-size:contain;
	width:100%;                                            
    height:65px;
	margin-button:5px;                                
    background-color:rgba(255,255,255,1);
	z-index:10000;
	clear: both;
	border: 10px solid;
	border-color: white;
		
} 

#site-header3{
	background-image:url(../image/illustration.png);
	background-repeat: no-repeat;
    background-position: center;
	background-size:contain;
	width:100%;                                            
    height:65px;
	margin-button:5px;                                
    background-color:rgba(255,255,255,1);
	z-index:10000;
	clear: both;
	border: 10px solid;
	border-color: white;
		
} 

#site-header4{
	background-image:url(../image/video.png);
	background-repeat: no-repeat;
    background-position: center;
	background-size:contain;
	width:100%;                                            
    height:65px;
	margin-button:5px;                                
    background-color:rgba(255,255,255,1);
	z-index:10000;
	clear: both;
	border: 10px solid;
	border-color: white;
		
} 

.site-header{
	background-image:url(../image/portfolio.png);
	background-repeat: no-repeat;
    background-position: center;
	background-size:contain;
	width:100%;                                            
    height:65px;
	margin-button:5px;                                
    background-color:rgba(255,255,255,1);
	z-index:10000;
	clear: both;
	border: 10px solid;
	border-color: white;
		
} 


#menu2{
display:flex;
}


.logo1{
    
	text-align:center;
	clear: both;
	font-size:4em;
	color:rgba(255,255,255,0);
	margin-top:20px;
    position:absolute;
	margin:0 auto;
	width:100%;	
	}

.logo{
display:none;
}

p{
	text-align:center;
}
 
 
 
 
				/*スライド*/

.pc { display: none !important; }
.sp { display: block !important; }
 
.slideshow {
	position: relative;
	width: 350px; /* 画像の横幅 */
	height: 150px; /* 画像の縦幅 */
	margin-top:50px;
	
	
}
 
#slide{
margin-left:auto;
margin-right:auto;
}



/*.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 1s; /* フェードの時間(秒) */
	/*width:100%; /* 画像の横幅 */
	/*height: auto; /* 画像の縦幅 */
/*}

.slideshow .show {
	opacity: 1;
	z-index: 1;
}
*/
 

 			/*動く文字*/
 
 
.moji {
	font-family: monospace; 
	width: 16ch;
	border-right: .08em solid;
	overflow: hidden;
	font-size: 1.6em;
	white-space: nowrap;
	animation: typing 5s steps(11, end), caret .5s step-end infinite;
	text-align:center;
	width:100%;
	margin-top:30px;
}


			/*ヘッダー画像*/

header{
	height:100%;
	width:100%;
}



.headimg{
	width:100%;
	height:100%;
	margin-top:70px;
	

}

 
			/*会社概要のテーブル*/ 
  
  .col-head-type1 {
  
  margin-left:40px;
}
 
  .col-head-type12 {
  
  margin-left:45px;
} 
  .col-head-type1 tr:first-child {
    border-top: 1px solid #fff;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
  

h3{
	margin-bottom:30px;
	margin:10px;
	margin-left:20px;

}


.content{
	margin-top:100px;
	line-height: 1.4em;
	width:100%;
	margin-left:-10px;
}






footer{
	clear:both;
	width:100%;
	background: color:#414042;
    padding: 30px 0;
	height:auto;

	
}




#nav{
	display:none !important;
} 

.nav{
	display:none;
} 




* {
    box-sizing: border-box;
}





}

/* 600px以上はハンバーガーボタン非表示、ヘッダー固定 */
@media screen and (min-width: 850px) {
.pc { display: block !important; }
.sp { display: none !important; }

	.btn {
		display: none;
	}

	.menu {
		/* メニューを横に */
		display: flex;
		flex-direction: row;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100px;
		
		
	}
	
	#nav{
	display:none;
	
}
		.nav{
	display:none;
	
}


}