@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Teko');


@keyframes show {
    from{ opacity: 0;}
    to{ opacity: 1;}
}

/*------------------------------------------*
* レイアウト
*------------------------------------------*/
* {
	box-sizing: border-box;
	padding: 0;
	margin:  0;
}
html {
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	margin:0 auto;
	padding:0;
	background:white
}

h1,p{
	margin:0px;
}
#container {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	color: #043B72;
	line-height: 1.8;
	font-size: 16px;
	min-height: 100vh;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	position: relative;
	background: #FFF;
    right: 0;
    overflow: hidden;
}

header, footer {

	/*min-width: 980px;*/
	margin: 0 auto;
}


/*------------- モバイル -------------------*/


@media screen and (max-width: 639px){
	#wrapper {
	width: 100%;
	min-width: 100%;;
	}
	#wrapper img{
	max-width: 100%;
	}	
}

/*------------------------------------------*
* ヘッター
*------------------------------------------*/

.translate {
	width: 275px;
	margin: 0 0 0 auto;
	position: absolute;
	top: 0;
	right: 0;
}

/*header .inner > * {
	display: inline-block;
	vertical-align: middle;
}*/

/*------------------------------------------*
* ナビ
*------------------------------------------*/

h1 img {
	vertical-align: middle;
}

/*------------------------------------------*
* フッター
*------------------------------------------*/
footer {
	line-height: 1.2em;
}
footer .inner{	
	margin: 0 auto;
	padding: 60px 0 100px;
}
/*------------------------------------------*
* HOME
*------------------------------------------*/

@media screen and (max-width: 639px){
	.translate {
		width: 96%;
		margin: 5px auto 0;
		position: static;
		text-align: center;
	}
}


ul{
padding: 0;
margin: 0;
}



/* 下層ページ共通 */
#main {padding-top:100px;}
#topimage{background-image:url(../img/1.voice/1.jpg); background-repeat: no-repeat;background-size:cover;background-position:center;align-items: center;height:calc((100 / 1500) * 300vw);}
.topimageweb{margin-top:calc((100 / 1500) * 86vw); margin-left: calc((100 / 1500) * 205vw);}
.topimagesp {display:none;}
.topinner{max-width: 1920px;margin: auto;}
/*SP版*/
@media screen and (max-width: 800px) {
	/* 下層ページ共通 */
	#main {padding-top: 60px;}
	#topimage {height:160px; background-position:0 0; position:relative; z-index:9;}
	.topimageweb {display:none;}
	.topimagesp {display:block; margin-top:-36px; margin-left: 20px;}
	.voice_main .topimagesp {width:141.7793px;}
	.service_main .topimagesp {width:305.2813px;}
	.syoujyou_main .topimagesp {width:195.5449px;}
	.kikgyo_main .topimagesp {width:247.6152px;}
	.supervision_main .topimagesp {width:235px;}
	.FAQ_main .topimagesp {width:156.9268px;}
	.outline_main  .topimagesp {width:147.709px;}
	.column_main .topimagesp {width:142.9395px;}
	.contact_main .topimagesp {width:228.6318px;}
	
}