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

/* reset */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td{
	margin:0;padding:0;
	}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	}
img{
	border:0;
	}

body{
	font: 14px/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;
	}


/* ヘッダー
------------------------------------------------------------*/
#main-visual{
	position: relative;
    overflow:hidden;
    width:100%;
    height:568px;
}

#main-visual img{
    position:absolute;
    width:100%x;
	overflow:hidden;
	}

#logo-title{
	position: absolute;
    top: 40%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	color: #666;
	line-height: 1.2;
	text-align: center;
}

#logo-title h1 {
	font-size: 40px;
	font-family: "Sawarabi Mincho"; 
	margin-bottom: 20px;
	font-weight:normal;
}

#logo-title img  {
	text-align:center;
	width:auto;
}

#logo-title h2{
	font-size: 20px;
	font-weight:normal;
}

.backnumber {
	text-align:center; 
	border:#989898 1px solid; 
	border-radius:4px; 
	padding:5px 15px; 
	margin:8px 30% 20px;
}

.backnumber a {
	color:#666;
	text-decoration:none;
}

.backnumber a:hover {
	opacity:0.3;
	transition-duration:1s;
}


.nav-title {
	font-size:30px;
	padding:50px 0 0;
	text-align:center;
}

.txt-center {
	text-align:center;
}

.movie{
	text-align:center; 
	border:#989898 1px solid; 
	border-radius:4px; 
	padding:5px 15px; 
	margin-top:8px;
	line-height:1.2;
}

.movie a {
	color:#666666;
}

.movie a:hover {
	color:#CCC;
	text-decoration:none;
}

.pagenation {
	clear: both; 
	text-align:center; 
	margin:0 13%;
}

.list_link {
	display: inline-block; 
	margin: 0; 
	padding: 0; 
	list-style: none;
}
.list_link li {
	float: left; 
	width: 23%; 
	box-sizing: 
	border-box; 
	margin-right:2%;
	margin-bottom:30px;
	font-size:90%;
}

.blog {
	float:left; 
	width: 23%; 
	box-sizing: border-box; 
	margin-right:2%; 
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #F9F9F9;
}

.blog a {
	color:#666;
	text-decoration:none;
}

.blog a:hover {
	opacity:0.3;
	transition-duration:1s;
}

#pageTop {

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index:1000;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 55px;
  height: 55px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* フッター
------------------------------------------------------------*/
.footer {
	text-align:center;
	height:auto;
	position:fixed;
	bottom:0;
	clear:both;
	margin:0;
}

.footer img {
	background-color: none; 
	background-position: 
	center bottom; 
	margin: -9px;
}

.footer-bottom {
    width: 100%;
	background-color:#A6A6A6;
    margin: 0 auto;
    zoom: 1;
}

.copyright {
	width:100%; 
	color:#ffffff;
}

/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

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

section{
	clear:both;
	}

section h2{
	font-size: 18px;
	font-weight:normal;
	text-align: left;
	padding:20px;
}

.column{
	width: 94%;
	margin: 0 auto;
	
}



/* SEC01 VISION
------------------------------------------------------------*/

.vision{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
	text-align:center;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	height:auto;  
}

.txt h2{
	padding: 30px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.work li{
	margin-bottom: 50px;
}

.work h2 {
	margin:0 0 20px !important;
}

.work img{
	border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}

.sec_blog {
	margin-bottom:90px;
}


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

@media screen and (min-width: 1200px){
	.column{
		width: 1024px;
		padding-bottom: 20px;
	}
	#01 h2{
		padding: 10px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
	

}

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

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #000;
	}
	
	#mainnav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav li{
		padding: 20px;
	}


	/* SEC02 MESSAGE
	-----------------*/
	.txt, .activ-img{
		width: 50%;
		float: left;
		display: table;
	background: #ffffff;
	}

	#sec02_02 .txt, #sec02_02 .activ-img{
		float: right;
	}


	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.work{
		text-align: center;
	}

	.work li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}

	#sec01
	 h2{
		padding: 50px 0 20px 0;
	}

	
	.activ-tex{
		padding: 20px;
	}
		

}

@media screen and (min-width: 641px) and (max-width: 799px){
	#logo-title {
    position: absolute;
    top: 20%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #666;
    line-height: 1.2;
    text-align: center;
}
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
.activ-tex p{
	margin-left:30px;	
}
.movie {
    padding: 5px 1px;
}
#main-visual {
    position: relative;
    overflow: hidden;
    width: 130%;
    height: 350px;
}
}

@media screen and (min-width: 320px) and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}

#main-visual {
	position: relative;
	overflow: hidden;
    width: 120%;
    height: 250px;
}
#logo-title {
    position: absolute;
    top: 25%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #666;
    line-height: 1.2;
    text-align: center;
}
#logo-title img {
    text-align: center;
    width: auto;
    max-width: 40%;
}
#logo-title h1 {
    font-size: 20px;
}#logo-title h2 {
    font-size: 12px;
	margin-top:-10px;
}
.activ-tex {
	margin-left:30px;
}
.movie {
    text-align: center;
    border: #989898 1px solid;
    border-radius: 4px;
    padding: 5px 5px;
    margin-top: 8px;
    line-height: 1.2;
}
.column {
    width: 92%;
    margin: 0 auto;
}
.list_link li {
    float: left;
    width: 46%;
    box-sizing: border-box;
    margin-right: 4%;
    margin-bottom: 20px;
    font-size: 90%;
}
}
@media screen and (max-width: 799px){
	#logo-title h1{
		font-size: 25px;
	}

	#logo-title h2{
		font-size: 16px;
	}

  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: #808080;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #808080;
  	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;
		right: 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);
	}
	.work li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
}

