@charset "utf-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@600&family=Josefin+Sans:wght@600&display=swap');

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

html{
    font-size:100%; /*ユーザー設定の文字サイズを正しく反映*/
	scroll-behavior: smooth;
}
*{
    box-sizing:border-box; /*余白や線を幅や高さに含める*/
	margin: 0;
	padding: 0;
}
img{
    max-width:100%; /*画像が親要素からはみ出すのを防ぐ*/
    height:auto;
}

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}


a{
	color: #333;
	text-decoration: none;
}

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

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

/* ヘッダー
------------------------------------------------------------*/

header{
	width:100%;
	padding: 0 2%;
}

#header{
	padding-top: 50px;
}

.headerwrap{
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}


/* ナビゲーション
------------------------------------------------------------*/

#header .globalMenuSp{
	display: none;
}

.mainnav ul{
display:flex;
}	

.mainnav li{
	margin-left:50px;
	font-family: 'Comfortaa', cursive, 'Josefin Sans', sans-serif;
}
	
.mainnav a{
	color: #333;
}

.nav_item1:before,.nav_item2:before,.nav_item3:before,.nav_item4:before{
    content:  "";
	width:  10px;              
    height:  10px;              
    display:  inline-block;     
    border-radius:  50%;        
    position:  relative;        
    top: -1px;                 
    margin-right: 5px;  
}

.nav_item1:before{
	background-color: #f997cc;
}

.nav_item2:before{
	background-color: #ffde00;
}

.nav_item3:before{
	background-color: #76dcbb;
}

.nav_item4:before{
	background-color: #e49fff;
}


/* メイン画像
------------------------------------------------------------*/

#main_img{
	width: 100%;
	height: 720px;
	background-image: url(../images/main_img.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 30px;
	display: flex;
  	justify-content: center;
}



#main_img img{
	width: 100%;
	margin-top: 250px;
}


/* フッター
------------------------------------------------------------*/
#copyright{
	padding: 30px 0;
	font-family: 'Comfortaa', cursive, 'Josefin Sans', sans-serif;
	font-size: 14px;
	color: #f4f1e9;
	text-align: center;
	background-color: #3e3d3a;
}

#footer .pc-backtop{
	display: block;
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 500;
	transition: opacity .3s;
}

#footer .f-nav{
	display: none;
}


/* コンテンツ内
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	padding-top: 120px;
}


section h2{
	font-family: 'Comfortaa', cursive, 'Josefin Sans', sans-serif;
	font-size: 60px;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	font-weight:normal;
}


/* SEC01 WORKS
------------------------------------------------------------*/
#sec01{
	width: 100%;
	background: #f4f1e9;
	margin-top: 100px;
	padding-bottom: 50px;
	text-align: center;
}

#sec01 h2 span{
color: #f997cc;	
}

#sec01 li{
	width: 20%;
	display: inline-block;
	padding: 0 1% 80px;
}

#sec01 li .txt{
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}

#sec01 li .txt a:hover,#detail_sec01 .title a:hover{
	text-decoration: underline;
}

#sec01 li .popup{
	width: 12px;
	margin-left: 5px;
}

.works li .works_btn{
	display: inline-block;
	padding: 7px 15px;
	font-size: 14px;
	margin-top: 15px;
	border: 1px solid #333;
}

#sec01 li .img a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* SEC01 詳細ページ
---------------*/

#detail_sec01{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 130px;
}

#detail_sec01 .works{
	width: 100%;
	text-align: center;
}

#detail_sec01 .title{
	font-size: 30px;
	font-weight: bold;
	margin-top: 15px;
}

#detail_sec01 .txt{
	font-size: 16px;
	margin: 10px auto 70px;
}

#detail_sec01 .popup{
	width: 16px;
	margin-left: 8px;
}

#detail_sec01 .overview{
	margin-top: 50px;
}

#detail_sec01 .overview h3{
	border-bottom: 1px solid #333333;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 20px;
}

#detail_sec01 .overview h3:before{
    content:  "";
	width:  10px;              
    height:  10px;              
    display:  inline-block;     
    border-radius:  50%;                         
  	margin-right: 20px;
	background-color: #f997cc;
}

#detail_sec01 .overview li{
	margin-bottom: 70px;
}

#detail_sec01 .works_btn{
	display: inline-block;
	padding: 10px 30px;
	font-size: 14px;
	margin-top: 15px;
	border: 1px solid #333;
}

#detail_sec01 .img_border{
	border: 1px solid #aaa;
}

/* SEC02 ABOUT
------------------------------------------------------------*/

#sec02{
	max-width: 1200px;
	margin: 0 auto 130px;
}

#sec02 img{
	display: block;
	margin: 0 auto 80px;
}

#sec02 h2 span{
color: #ffcc00;	
}

.about{
	display: flex;
	justify-content: center;
}
	
#sec02 li{
	width: 49%;
	padding: 0 2%
}

#sec02 h3{
	border-bottom: 1px solid #333333;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 20px;
}

#sec02 h3:before {
    content:  "";
	width:  10px;              
    height:  10px;              
    display:  inline-block;     
    border-radius:  50%;                         
  	margin-right: 20px;
	background-color: #ffde00;
}

#sec02 h3 span{
	font-size: 12px;
}

#sec02 th{
	width: 80px;
	vertical-align: top;
}


/* SEC03 SKILL
------------------------------------------------------------*/

#sec03{
	width: 100%;
	display: inline-block;
	background: #f4f1e9;
	text-align: center;
	padding-bottom: 80px;
}

#sec03 h2 span{
color: #76dcbb;
}

#sec03 img{
	display: block;
	margin: 0 auto 30px;
}

#sec03 li{
	display: inline-block;
	line-height: 2.0;
	width: 18%;
	padding: 0 1% 70px;
	vertical-align: top;
}

#sec03 .box{
	background: #fff;
	padding: 50px 30px;
	margin-bottom: 30px;
}

.inner{
	max-width: 1200px;
	margin: 0 auto;
}

.green{color: #76dcbb;}


/* SEC04 CONTACT
------------------------------------------------------------*/

#sec04{
	max-width: 1200px;
	margin: 0 auto 130px;
}

#sec04 iframe{
	margin: 0 auto 80px;
}

#sec04 h2 span{
color: #e49fff;	
}

.contact{
	display: flex;
	justify-content: center;
}


/* Media Query
------------------------------------------------------------*/

@media screen and (min-width: 1024px){

}

@media screen and (min-width: 800px){

	a#menu{
		display:none;
	}	
	
	
}


@media screen and (min-width: 641px){

}

@media screen and (max-width: 480px){

}

@media screen and (max-width: 767px){

	#header{
		padding-top: 0;
		
	}

	#header h1{
		display: none;
	}
	
	#header .mainnav{
		display: none;
	}


/* Nav */

#header .globalMenuSp{
		display : block;
	}

/*　ハンバーガーボタン　*/
.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 14px;
	top   : 12px;
	width : 50px;
	height: 42px;
	cursor: pointer;
	text-align: center;
  }
  .hamburger span {
	display : block;
	position: absolute;
	width   : 38px;
	height  : 2px ;
	left    : 6px;
	background : #333;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 10px;
  }
  .hamburger span:nth-child(2) {
	top: 20px;
  }
  .hamburger span:nth-child(3) {
	top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #000;
	background: #fff;
	text-align: center;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
  }
  
  nav.globalMenuSp ul {
	background: #fff;
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
	background :#fff;
  }
  
  nav.globalMenuSp ul li a {
	display: block;
	color: #222;
	padding: 15px 0;
	text-decoration :none;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
	transform: translateX(0%);
  }

/*section
	---------------*/
	#main_img{
		background-size: 160%;
		height: 320px;
		margin: 50px 0 20px;
	}

	#main_img img{
		width: 60%;
		height: auto;
		position: absolute;
		top: -7%;
		transform: translate(-50%, -50%);
	}

	/*section
	---------------*/

	section{
		padding-top: 30px;
		padding-bottom: 10px;
	}

	section h2{
		font-size: 40px;
		margin-bottom: 20px;
	}

	/* SEC01 WORKS
	---------------*/

	#sec01{
		margin-top: 0;
		padding: 50px 0 20px;
	}

	#sec01 .img{
		width: 100%;
	}

	#sec01 li{
		width: 100%;
		padding: 0 10% 50px;
	}

	/* SEC01 詳細ページ
	---------------*/
	#detail #header{
		padding: 25px 0 0 20px;
	}

	#detail #header h1{
		display: block;
	}

	#detail #header h1 img{
		width: 40%;;
	}

	#detail_sec01{
	width: 90%;
	margin: 0 auto;
	}

	#detail_sec01{
		margin-bottom: 70px;
	}
	
	#detail_sec01 .title{
		font-size: 22px;
		font-weight: bold;
		margin-top: 15px;
	}
	
	#detail_sec01 .txt{
		font-size: 16px;
		margin: 10px auto 40px;
	}
	
	#detail_sec01 .popup{
		width: 16px;
		margin-left: 8px;
	}
	
	#detail_sec01 .overview h3,#sec02 h3{
		border-bottom: 1px solid #333333;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 18px;
	}
	
	#detail_sec01 .overview li{
		margin-bottom: 45px;
	}

	#sec02 h3:before,#detail_sec01 .overview h3:before{                      
		margin-right: 10px;
	}


	/* SEC02 ABOUT
	---------------*/

	#sec02,#sec03{
		margin-top: 0px;
		padding-top: 50px;
	}

	#sec02{
		margin-bottom: 0;
	}

	#sec02 img{
		padding: 0 10%;
		margin-bottom: 30px;
	}

	#sec02 th,#sec02 td{
		display: block;
		width: 100%;
	}
	
	#sec02 td{
		margin-top: 5px;
		margin-bottom: 30px;
	}

	.about{
		display:block;
	}
	
	#sec02 li{
		width: 100%;
		padding: 0 7% 40px;
	}

	/* SEC03 SKILL
	---------------*/

	#sec03{
		padding-bottom: 20px;
	}
	#sec03 ul{
		padding: 0 3%;
	}

	#sec03 li{
		width: 48%;
		padding: 0 2% 50px;
	}
	#sec03 .box{
		padding: 30px 20px;
		margin-bottom: 20px;
	}

	#sec03 li p{
		font-size: 14px;

	}

	/* フッター
	---------------*/

	.pc-backtop img{
		display: none;
	}

	#copyright{
		padding: 15px;
	}

	#footer .f-nav{
		display: block;
		background-color: #f4f1e9;
		padding-top: 5px;
		border-top: 1px solid #3e3d3a;
	}

	nav ul{
		text-align: center;
	}
	
	nav li{
		display: inline-block;
		padding: 15px 1%;
		font-family: 'Comfortaa', cursive, 'Josefin Sans', sans-serif;
		font-size: 15px;
		text-align: center;
	}	
	
}
