@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* 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: 16px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, 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;}

span.link-t-a {
position: relative;
top: -100px;/*左の数値を変えると、上下に調整します*/
display: block;
}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 20px;
}

#mainnav a{
	color: #000;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  	left: 50%;
	max-width: 1280px;
  	width: 1280px;
  	height: auto;
  	margin-left: -640px;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

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

section{
	clear:both;
	padding-top: 40px;
}

section h2{
	font-family: 'Pacifico', cursive;
	width: 70%;
	margin: 0 auto 20px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

section h3{
	font-family: 'Pacifico', cursive;
	width: 100%;
	margin: 0 auto 20px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h3 span {
	background: #fff;
	padding: 0 80px;
}

section h6 {
	font-size:18px;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
 	margin-top:20px;
}

section h4 {
	height:30px;
	margin:0px 0px 5px 0px;
	padding:5px 0px 0px 8px;
font-size:18px;font-weight:bold;color:#333333;
background-image:url(../images/head016_04.png);
}

section h5 {
	height:30px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 8px;
	font-size:16px;font-weight:bold;color:#333333;
	background-image:url(../images/bg_h6.jpg);
}



.inner{
	width: 96%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS2{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}



.box28 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #F7BE81;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: -3px;
    padding: 0 9px;
    height: 30px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    background: #F7BE81;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

p.topictitle{
	font-size:14px;
	font-weight:bold;
}
.topictime{
	font-size:12px;
	float:right;
}
p.dd{
	font-size:14px;
	line-height:20px;
	padding-bottom:30px;
  	padding-left: 1em;
}

/* メイン画面の画像
------------------------------------------------------------*/
div.example p {
  position: absolute;
  top: 15%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0; 
}

.example img {
	width: auto;
  }


.example {
  position: relative;

  }


/* メイン画面の画像
------------------------------------------------------------*/
div.resizeimage {
	max-width: 1024px; /* 最大幅 */
	margin: 0 auto;
}
div.resizeimage img {
 	width: 100%; 
}	


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
/*	width: 100%;
	margin-bottom: 30px;
*/
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 40px 20px;
	margin-bottom: 30px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#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;
}



/*----------------------------------------------------
 回り込みを終了する定型表現。
------------------------------------------------------ */
/*clearfix*/	
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;	
}
/*画像と文書を並べて表示時する*/
.inner_l{     
	float: left ;　 /*左側に配置する*/
}
 .inner_p{
	float:right; 　 /*右側に配置する*/
}


/*-------------------------------------------------------------
見出し
-------------------------------------------------------------*/
/*緑見出し*/
.headline_green{
    margin:  0;
	font-size: 24px;
	font-weight:  bold ;  
  	color:#008000;
   	position:  relative; 
    font-weight:  normal;
    margin-bottom: 15px;
    border-bottom: solid 4px rgba(76, 175, 80, 0.6);
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸
指定 */
}

/*-------------------------------------------------------------
　囲み枠
-------------------------------------------------------------*/
.box3 {
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #000000;
    background: #fff8e8;/*背景色*/
	border-radius: 10px;
}
.box3 p {
    margin: 0; 
    padding: 0;
}


/*-------------------------------------------------------------
画像に説明
-------------------------------------------------------------*/
figure {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 0px 0px 20px 30px; /* 外側に余白を加える(右に7px・下に7px) */
}
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 5px 0px; /* 下側にだけ3pxの余白を追加 */
}
figcaption {
    font-size: 15px;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
}
div.imagearea:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}


.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/*-------------------------------------------------------------
リスト
-------------------------------------------------------------*/
ul.cp_list {
	list-style-type: none;
}
ul.cp_list li {
	position: relative;
	padding-left: 10px;
	margin-left: 10px;

	margin-bottom:5px;
}
ul.cp_list li:before{
	content:'■';
	position: absolute;
}


/* ・のリスト
-----------------------------------------*/
ul.disc li {
  list-style-type: none;
  padding-left:1em;
  text-indent: -1em;
}
ul.disc li:before {
  display: inline;
  content: "・";
}


/*-------------------------------------------------------------
グーグルマップ　レスポンシブ
-------------------------------------------------------------*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*-------------------------------------------------------------
topへ戻る
-------------------------------------------------------------*/
#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*-------------------------------------------------------------
募集要項
-------------------------------------------------------------*/
.head-recruit {
	background-color: #ffa500; /* 背景色 */
	color: #fff; /* 文字色 */
	font-weight:bold;
    font-size:20px;
	overflow: hidden;
	padding: 7px 10px;  /* 余白 */
	position: relative;
	margin:10px 0;
	border-radius: 5px;

}
.head-recruit:before{
	background-color: #fff; /* 切り替わる色1 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-50deg);
	position: absolute;
	bottom: -10px;
	right: -330px;
	width: 500px;
	height: 500px;
}
.head-recruit:after{
	background-color: #fff; /* 切り替わる色2 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-70deg);
	position: absolute;
	bottom: -100px;
	right: -500px;
	width: 500px;
	height: 500px;
}

table.recruit{
	width:100%;
}

table.recruit th{
	width:80px;
	font-size:16px;
	padding:10px;
	border: 1px solid #000;
	vertical-align: top;
	background: #d9d9d9;
}

table.recruit th.oubo{
	font-size:16px;
	padding:10px;
	border: 1px solid #000;
	vertical-align: top;
	background: #ffc0cb;
}

table.recruit td{
	font-size:16px;
	line-height:26px;
	padding:10px;
	border: 1px solid #000;
}

/*-------------------------------------------------------------
フォントサイズ
-------------------------------------------------------------*/
.ft26{
	font-size:26px;
	line-height:40px;
}

.ft24{
	font-size:24px;
	line-height:30px;
}

.ft22{
	font-size:22px;
	line-height:30px;
}

.ft20{
	font-size:20px;
	line-height:30px;
}
.ft18{
	font-size:18px;
	line-height:26px;
}


/*固定ボタン
----------------------------*/
.fixed_btn{
  position: fixed;
  top: 80px; 
  right: 0px;
  width:30%;
  max-width:250px;
  z-index:1;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:16px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 5px 25px 10px 25px;
		font-size: 16px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #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%;
	}

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

}
@media only screen and (max-width: 799px){
	#header{
/*

		position: fixed;
*/	

		width: 100%;
		z-index: 500;
	}
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	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: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#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);
	}


	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}

/*
	div.resizeimage img{
		margin-top:70px;
	}
*/
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 0px;
		width: 90%;

	}
	section h2 span {
		padding: 0 0px;
	}

	section h3 span {
		background: #fff;
		padding: 0 ;
	}

	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}

  .br-sp {
	 display:block; 
	}

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

	.footer_area {
		display: block !important;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    background-color: rgba( 171,161,212, 0.6 );
		z-index: 10000;
	}
	.footer_area .footer_area_inner {
	    position: relative;
	    width: 100%;
	    margin: 0px auto;
	    padding: 5px 0;
		margin-right: 0px;
	}
	.footer_area .footer_area_inner .footer_area_inner_btn {
	    width: 85%;
	    padding: 11px 0;
	    font-size: 20px;
	    font-weight: bold;
	    margin-left: 15px;
		line-height: 1.3;
	    
	}
	.footer_area_inner span{
		color: #fff;
	}



}
@media only screen and (max-width: 640px){
	section{
		clear:both;
		padding-top: 30px;
	}

	#mainImg{
		position: relative;
	  	overflow: hidden;
	  	width: 100%;
		height: 200px;
	}

	#mainImg img{
		position: absolute;
	  	left: 0%;
		max-width: 100%;
		width:100%;
	  	height: auto;
	  	margin-left: 0px;
	}


	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}

	section h2{
		width: 90%;
	}

	section h2 span {
		background: #fff;
		padding: 0;
	}


	section h3 span {
		background: #fff;
		padding: 0 ;
	}

  .br-sp {
	 display:block; 
	}


	.topics_area dt,
	.topics_area dd{
		display: block;
		width: 98%;
	}
	.topics_area dd{
		text-indent: 0;
		margin:0;
    	padding: 0 0 0.5em 0.5em;
	}

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

 midashi2 {
  font-size:16px;
  line-height:50px;
  padding-bottom:0px;
 }
/*-------------------------------------------------------------
見出し
-------------------------------------------------------------*/
/*緑見出し*/
.headline_green{
	font-size: 20px;
}
/*-------------------------------------------------------------
　囲み枠
-------------------------------------------------------------*/
.box3 {
    padding: 0.5em 0.5em;
}

/*フォントサイズ
---------------------------------*/	
.ft26{
	font-size:16px;
	line-height:22px;
}
.ft24{
	font-size:18px;
	line-height:22px;
}
.ft22{
	font-size:16px;
	line-height:22px;
}

.ft20{
	font-size:16px;
	line-height:22px;
}
.ft18{
	font-size:16px;
	line-height:22px;
}

table.recruit {
width:95%;
}
table.recruit th{
	width:100%;
	padding:10px 5px;
	text-align:center;
    display: block;
	border-bottom: none;
}
table.recruit td{
	width:100%;
	padding:10px 5px;
    display: block;
	border-bottom: none;
}
 .last td:last-child {
    border-bottom: solid 1px #000;
    width: 100%;
  }
}