/* 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: "Arial", "メイリオ";
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	line-height:2em;
}

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

a:hover, .active{
	color: #000;
	text-decoration: none;
	opacity: 0.8;
}

a:hover img.img_clear{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:70%;
	background:#fff;
}

#header img{
    width:100%;
}

#slogan{
	position: absolute;
  top: 85%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height:2em;
	text-align: center;
	text-shadow: #333 1px 0 10px;
}

#slogan h1{
	padding-bottom: 20px;
	font-size: 38px;
}

#slogan h2{
	font-size: 30px;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	background:#f6f6f6;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	margin-top:20px;
}

/* 共通
------------------------------------------------------------*/
img{
	width: 100%;
	height: auto;
}

section{
	background:#fff;
	clear:both;
	margin-top:60px;
}

section h2{
	font-size: 30px;
	text-align: center;
	color: rgba(0,64,152,0.3);
	margin-top:40px;
	margin-bottom:40px;
}

section h3{
	font-size: 24px;
	text-align: center;
	color: rgba(0,64,152,1);
	padding:40px 0 20px 0;
}

section h4{
	margin-top:20px;
	margin-bottom:10px;
}

.banner {
	width:80%;
	margin:auto;
}

.material-icons{
display: inline-flex;
vertical-align: middle;
}

.btn {
	margin-top:30px;
	background: #004098;
	border-radius:30px;
	padding:15px;
	text-align:center;
	font-size:30px;
	color:#fff;
}

.btns {
	width:80%;
	margin:auto;
	margin-top:10px;
	background: #004098;
	border-radius:15px;
	padding:5px;
	text-align:center;
	font-size:16px;
	color:#fff;
}

.slide-items {
  width: 100%;
  display: flex;
  max-width: 80%;
  margin: 20px auto;
}

.slide-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
	line-height:1.6em;
	font-size:0.9em;
}

.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

.vision{
	width: 80%;
	margin: auto;
	margin-top:20px;
	margin-bottom:20px;
}
.vision p {
}

/* SEC04 SERVICE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
	padding:0;
}

.bg{
	line-height: 0;
}

.txt h3{
	padding: 0 0 20px 0 !important;
}


#COMPANY table {
	width:100%;
	margin-top:20px;
	border-top:dotted 1px #666;
}
#COMPANY table tr th {
	background:#f6f6f6;
	text-align:center;
	padding:5px;
	border-bottom:dotted 1px #666;
	min-width:80px;
}
#COMPANY table tr td {
	margin-left:10px;
	padding:5px;
	border-bottom:dotted 1px #666;
}

#PRIVACY {
	width:60%;
	margin:auto;
}
#PRIVACY h3 {
	margin-top:30px;
}
#PRIVACY p {
	margin-top:20px;
}
#PRIVACY ol {
	padding-left:15px;
	counter-reset: count 0;
}

#PRIVACY ol li {
	padding-top:20px;
	list-style-type:decimal;
}

/* SEC03 COMPANY
------------------------------------------------------------*/
#sec03 {
	overflow:hidden;
	padding-top:50px;
	padding-bottom:50px;
}
#sec03 .message {
	float:left;
	width:75%;
	vertical-align:bottom;
}
#sec03 .photo {
	float:right;
	width:22%;
	vertical-align:bottom;
	text-align:center;
line-height:1.2em;
}
#map{
	width: 100%;
	margin-top:30px;
}


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

@media only screen and (min-width: 801px){
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
		background: rgba(0,64,152,0.9);
	}
	#logo {
		position: absolute;
		top:10px;
		width:280px;
		line-height:1.2em;
	}
	#logo .name {
		margin:10px;
		padding:0;
		color:#fff;
		text-align:centern;
		font-size:85%;
	}
	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 20px 10px 20px;
	}
	
  #mainnav a{
		color: #fff;
	}
	
	#mainnav.changeNav{
		border-bottom: 1px solid #fff;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	/* SEC04 SERVICE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #f6f6f6;
	}

	#sec04_02 .txt, #sec04_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}

}

@media only screen and (max-width: 800px){
	#header img {
	    position:absolute;
	    left:-3%;
	    width:auto;
	    height:600px;
	    margin-left:-230px;
	}

	#PRIVACY {
		width:80%;
		margin:auto;
	}
	#COMPANY table {
		font-size:90%;
	}

	#sec03 .message {
		float:none;
		width:100%;
	}
	#sec03 .photo {
		float:none;
		width:80%;
		margin:auto;
	}

	#header {
		height:600px;
	}

	#slogan h1{
		font-size: 28px;
	}
	#slogan h2{
		font-size: 24px;
	}

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

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	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:fixed;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
		background: rgba(0,64,152,0.9);
	}

	#logo {
		position: absolute;
		top:15px;
		left:10px;
		width:200px;
	}

	#mainnav ul{
		border-bottom: 1px solid #fff;
		background:#333;
		text-align: left;
		opacity:1;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #fff;
		color:#fff;
	}

	#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 #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 10px auto;
		display: block;
		max-width: 300px;
	}

	.btn {
		display: none;
	}
}

/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:801px){
	.footer_area{
		display: none;
	}
	.sp {
		display: none;
	}
}
 
/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:800px){
	#COMPANY table tr th{
		display:block;
		text-align:left;
	}
	#COMPANY table tr td{
		display:block;
	}
	.pc {
		display: none;
	}

.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
}
	#logo .name {
			display: none;
	}

.footer_area .footer_area_inner {
    position: relative;
    width: 95%;
    margin: 0px auto;
    padding: 3px 0;
	margin-right: 0px;
}
.inquiry_btn {
	float:left;
	background-color: #333333;
	-webkit-border-radius: 3px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 45%;
	margin:1%;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
}

.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
}

/* ------ページトップへボタン------------------*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #004098;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  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: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #004098;
}

