@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@font-face {
	font-family: 'GauFontPrivateRootNormal';
	src: url('../fonts/GAU_private_R.TTF') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/*
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);
*/

/* 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;}

body{
	font-family: 'Noto Sans JP', メイリオ, Meiryo, sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #000;
	font-family: 'Noto Sans JP', メイリオ, Meiryo, sans-serif;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}

/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Noto Sans JP', メイリオ, Meiryo, sans-serif;
}

.logo-text{
	font-family: 'GauFontPrivateRootNormal', 'Noto Sans JP', メイリオ, Meiryo, sans-serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.06em;
}

.logo-text a{
	color: #111;
	text-decoration: none;
}

img{
	max-width: 100%;
	height: auto;
}

section{
  clear: both;
}

section h2{
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}

.heading-en{
	font-family: 'GauFontPrivateRootNormal', 'Noto Sans JP', メイリオ, Meiryo, sans-serif;
	letter-spacing: 0.05em;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}

/* CONTACT */

#sec03{
	background: #fff;
	padding-bottom: 80px;
	font-family: 'Noto Sans JP', メイリオ, Meiryo, sans-serif;
	color: #1a1a1a;
}

#sec03 a{
	color: #1a1a1a;
}

.contact-wrap{
	display: flex;
	gap: 56px;
	align-items: flex-start;
	width: 88%;
	max-width: 920px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.contact-intro{
	flex: 0 0 36%;
	padding-top: 12px;
}

.contact-lead{
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.04em;
}

.contact-note{
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.8;
	color: #666;
}

.contact-panel{
	flex: 1;
	padding: 40px 44px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 12px 40px rgba(0, 0, 0, 0.06);
}

.hp-field{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.contact-message{
	margin-bottom: 28px;
	padding: 14px 18px;
	font-size: 13px;
	line-height: 1.7;
	border-left: 3px solid #1a1a1a;
	background: #fafafa;
}

.contact-message--error{
	border-left-color: #c44;
	background: #faf5f5;
}

.contact-field{
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 22px;
}

.contact-field--textarea{
	align-items: flex-start;
}

.contact-field--textarea label{
	padding-top: 14px;
}

.contact-field:last-of-type{
	margin-bottom: 32px;
}

.contact-field label{
	display: flex;
	align-items: center;
	flex: 0 0 148px;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #333;
	white-space: nowrap;
}

.contact-field-bar{
	display: block;
	flex-shrink: 0;
	width: 3px;
	height: 16px;
	margin-right: 10px;
	background: #1a1a1a;
}

.contact-field .required{
	margin-left: 6px;
	font-size: 11px;
	font-weight: 400;
	color: #999;
}

.contact-field input[type="text"],
.contact-field input[type="email"],
.contact-field textarea{
	box-sizing: border-box;
	flex: 1;
	min-width: 0;
	padding: 12px 14px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	font: inherit;
	font-size: 14px;
	color: #1a1a1a;
	background: #fff;
	transition: border-color .2s, box-shadow .2s;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder{
	color: #bbb;
}

.contact-field textarea{
	resize: vertical;
	min-height: 140px;
	line-height: 1.7;
}

.contact-field input:focus,
.contact-field textarea:focus{
	border-color: #1a1a1a;
	box-shadow: 0 0 0 1px #1a1a1a;
	outline: none;
}

.contact-submit{
	display: flex;
	justify-content: center;
	margin: 0 0 0 172px;
}

.contact-submit button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 160px;
	padding: 14px 48px;
	border: none;
	border-radius: 4px;
	background: #1a1a1a;
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	cursor: pointer;
	transition: background .2s, opacity .2s;
}

.contact-submit button:hover{
	background: #333;
}

.contact-submit-arrow{
	font-size: 16px;
	transition: transform .2s;
}

.contact-submit button:hover .contact-submit-arrow{
	transform: translateX(4px);
}

@media only screen and (max-width: 768px){
	#sec03{
		padding-bottom: 50px;
	}

	.contact-wrap{
		flex-direction: column;
		gap: 32px;
		width: 94%;
	}

	.contact-intro{
		flex: none;
		padding-top: 0;
		text-align: center;
	}

	.contact-panel{
		padding: 28px 24px;
	}

	.contact-field{
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	.contact-field--textarea label{
		padding-top: 0;
	}

	.contact-field label{
		flex: none;
	}

	.contact-submit{
		margin-left: 0;
	}
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

/* WORK - Tech / Strength */
#sec01 .work-tech{
	margin-top: 48px;
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
	font-family: 'Noto Sans JP', メイリオ, Meiryo, sans-serif;
}

#sec01 .work-tech-lead{
	margin-bottom: 28px;
	font-size: 14px;
	line-height: 1.9;
	color: #333;
}

#sec01 .work-tech-list{
	margin: 0;
}

#sec01 .work-tech-item{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 20px;
}

#sec01 .work-tech-item:last-child{
	margin-bottom: 0;
}

#sec01 .work-tech-item dt{
	flex: 0 0 130px;
	margin: 6px 0 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #666;
}

#sec01 .work-tech-item dd{
	flex: 1;
	margin: 0;
}

#sec01 .work-tech-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

#sec01 .work-tech-tags li{
	padding: 6px 14px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.4;
	color: #1a1a1a;
	background: #fafafa;
}

@media only screen and (max-width: 640px){
	#sec01 .work-tech-item{
		flex-direction: column;
		gap: 10px;
	}

	#sec01 .work-tech-item dt{
		flex: none;
		margin: 0;
	}
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

.company-name{
	margin-bottom: 28px;
}

.company-name-brand{
	font-family: 'GauFontPrivateRootNormal', 'Noto Sans JP', メイリオ, Meiryo, sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.06em;
}

.company-list{
	margin: 0;
	border-top: 1px solid #e5e5e5;
}

.company-row{
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 18px 0;
	border-bottom: 1px solid #e5e5e5;
}

.company-row dt{
	flex: 0 0 7em;
	margin: 0;
	font-weight: 500;
	line-height: 1.8;
}

.company-row dd{
	flex: 1;
	margin: 0;
	line-height: 1.8;
}

.company-row dd p{
	margin: 0;
}

.company-row dd p + p{
	margin-top: 4px;
}

@media only screen and (max-width: 640px){
	.company-row{
		flex-direction: column;
		gap: 6px;
		padding: 16px 0;
	}

	.company-row dt{
		flex: none;
	}
}

#sec02 header{

}

#gallery{
	overflow: hidden;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}
#gallery li.full{
	width: 100%;
}


#gallery img{
	display: block;
	width: 100%;
	height: auto;
}


/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
}

.article p{
	margin-bottom: 20px;
}



/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  margin: 20px 0;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
		background: #fff;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1.logo-text{
		font-size: 28px;
		letter-spacing: 0.05em;
	}
	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
	}
}
