@charset "UTF-8";
/* CSS Document */
@font-face {
font-family: "MyFont";
  src: url(../font/meiryo.eot) format("eot"), url(../font/meiryo.woff) format("woff");
}
body{
  font-family: MyFont, sans-serif;
	color: #383838;
  min-width: 100%;
	font-size: 14px;
  line-height: 1;
}
img{
  max-width: 100%;
  height: auto;
	outline:none;
	border-style:none;
}
p { 
    color: #383838;
    font-size: 16px;
    line-height: 1;
}
/*
a{
    color:blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    color:blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #F5A862;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* ----------------------------------------------
 ! image rollover
 ---------------------------------------------- */
/*
a.img-rollover:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	/*background: #fff;*//*
}
input.img-rollover:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	/*background: #fff;*//*
}*/
/* ----------------------------------------------
  ! clearfix
 ---------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}
/* ----------------------------------------------
  ! float
 ---------------------------------------------- */
.f_left {
	float: left;
}
.f_right {
	float: right;
}
/* ----------------------------------------------
  ! br
 ---------------------------------------------- */
br.sp {
	display: block !important;
}
br.pc {
	display: none!important;
}
@media screen and (min-width : 780px) {
    br.sp {
		display: none!important;
	}
    br.pc {
		display: block !important;
	}
}
/* ! text alignment
----------------------------------------------- */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* --------------------------------------
header
-------------------------------------- */
header {
	position: relative;
	width: 100%;
	height: 100vh;
	/*max-height: 100vh;*/
	background-image: url( ../images/hd_bg.jpg);
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}
header .txtArea {
	position: absolute;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	top: 36%;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
}
header h1 {
		margin-bottom: 30px;;
}
.c_name {
	padding: 60px 0 30px;
}
.c_name div:first-child {
	width: 26%;
	float: left;
	text-align: right;
}
.c_name div:last-child {
	width: 68%;
	float: right;
	text-align: left;
}
.c_name p {
	font-size: 1.1em;
	font-weight: bold;
}
@media screen and (max-width:780px) {
	header {
		/*max-height: 100vh;*/
		padding: 0 3%;
		background-image: url( ../images/hd_bg_sp.jpg);
	}
	header .txtArea {
		position: absolute;
		width: 100%;
		height: 200px;
		margin: 0 auto;
		top: 34%;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0.8);
	}
		header h1 {
			margin-bottom: 20px;
			padding: 0 5%;
	}
	.c_name {
	    padding: 60px 3% 30px;
	}
	.c_name div:first-child {
		width: 17%;
		float: left;
		text-align: right;
	}
	.c_name div:last-child {
		width: 80%;
		float: right;
		text-align: left;
	}
	.c_name p {
		line-height: 1.5;
	}
}
/* --------------------------------------
Navigation
-------------------------------------- */
.nav-button {
  display: none;
}
.navigation {
  a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    color: #448aff;
  }
  li {
    display: inline-block;
    margin: 0 10px;
  }
}
.nav-wrap {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #222f4b;
	text-align: center;
	height: 70px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.inner_nav {
	position: relative;
	width: 100%;
  max-width: 970px;
	margin: 0 auto;
}
.nav-wrap .inner_nav p.nav_v_name {
	float: left;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	width: 280px;
}
img.abslt_01 {
	position: absolute;
	top: -2px;
	left: 20px;
	width: 80px;
}
.nav-wrap .inner_nav ul {
	float: right;
}
.nav-wrap .inner_nav ul li{
	display: inline-block !important;
	padding-top: 6px;
}
.nav-wrap .inner_nav ul li.only_sp {
	display: none !important;
	}
.nav-wrap .inner_nav ul li a {
	padding: 0 19px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
/* 固定 */
.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
	padding: 20px;
	background-color: rgba(34,47,75,0.5);
}
@media only screen and (min-width : 871px) {
  .nav-wrap {
    display: block !important;
  }
}
.content {
  padding: 20px;
}
@media only screen and (max-width: 870px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }
	.inner_nav p.nav_v_name,
	.inner_nav img.abslt_01 {
		display: none;
	}
	.nav-wrap .inner_nav ul li.only_sp {
		display: block !important;
	}
}
	
/* --------------------------------------
container"
-------------------------------------- */
.container_01 {
	/*width: 100%;*/
	max-width: 970px;
	margin: 0 auto;
	padding-top: 161px;
	text-align: center;
}
.container_02 {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width:780px) { 
	.container_01 {
		width: 100%;
		margin: 0 auto;
		padding: 100px 3% 0;
		text-align: center;
	}
	.container_02 {
		width: 100%;
		margin: 0 auto;
		padding: 0 4%;
		text-align: center;
	}
}
.txtBox_01 {
	width: 90%;
	margin: 0 auto;
}
.bb_1p {
	border-bottom: 1px solid #383838;
}
.txtBox_01 p.lk_ttl_02 {
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
}
.txtBox_01 p.spl_txt {
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.9;
}
.txtBox_02 {
	width: 93%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 80px;
}
.ttl_image_01 {
	width: 250px;
	margin: 80px auto 0;
	padding: 65px 0;
	border: 2px solid #222f4b;
	background-color: #fff;
	text-align: center;
}
.inner_txtBox01 {
	width: 200px;
	margin: 0 auto;
	border-bottom: 5px solid #222f4b;
}
p.topTtl {
	margin-bottom: 10px;
	font-size: 34px;
}
p.secTtl {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width:780px) { 
	.txtBox_01 {
		width: 100%;
	}
	.txtBox_01 p.lk_ttl_02 {
		font-size: 4.4vw;;
	}
	.txtBox_02 {
		width: 100%;
	}
}
/* --------------------------------------
更新情報
-------------------------------------- */
.news {
	width: 100%;
	padding-top: 50px;
	border-bottom: 1px solid #222f4b;
}
.news dl {
	width: 100%;
	margin-bottom: 30px;
	font-size: 16px;
}
.news dl dt {
	width: 15%;
	float: left;
	padding-top: 2px;
	text-align: left;
	line-height: 1.9;
}
.news dl dt:nth-child(2) {
	width: 15%;
	float: left;
	padding: 2px 0;
	background-color: #222f4b;
	color: #fff;
	text-align: center;
	line-height: 1.9;
}
.news dl dd{
	width: 65%;
	float: right;
	padding-top: 2px;
	text-align: left;
	font-weight: bold;
	line-height: 1.9;
}
.news p {
	margin-bottom: 25px;
	font-size: 16px;
	text-align: left;
	line-height: 1.9;
}
.news:last-child {
	margin-bottom: 80px;
}
.outContainer {
	width: 100%;
	margin: 0 auto;
}
.img_box {
	width: 100%;
	height: 100vh;
	max-height: 400px;
	background-image: url(../images/bg_img_01.jpg);
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
@media screen and (max-width:780px) { 
	.news dl {
		margin-bottom: 20px;
	}
	.news dl dt {
		width: 20%;
		min-width: 80px;
		float: left;
		margin: 0 10px 20px 0;
    padding-top: 2px;
    text-align: left;
	}
	.news dl dt:nth-child(2) {
		width: 35%;
		float: left;
		margin-left: 10px;
		padding: 2px 0;
		background-color: #222f4b;
		color: #fff;
		text-align: center;
	}
	.news dl dd {
		display: block;
		width: 100%;
		float: none;
		padding-top: 2px;
		text-align: left;
		font-weight: bold;
		clear: left;
	}
}
@media screen and (max-width:1367px) { 
.img_box {
	background-attachment: scroll;
}
}
/* --------------------------------------
会社概要
-------------------------------------- */
.company {
	width: 100%;
	margin: 80px auto 100px;
	padding: 50px 0;
	background-color: #fff;
}
.ls_0p05 {
	letter-spacing: -0.05em;
}
table.tbl_deco_01 {
	width: 95%;
	margin: 0 auto;
}
table.tbl_deco_01 tr th {
	width: 30%;
	padding: 20px 0 20px 80px;
	border: none;
	background-color: #222f4b;
	color:#fff;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
table.tbl_deco_01 tr td {
	width: 70%;
	padding: 20px 20px 20px 50px;
	border: none;
	background-color: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 1.9;
}
/*table.tbl_deco_01 tr:last-child th {
	padding: 0 0 85px 80px;
}*/
@media screen and (max-width: 780px) { 
	.company {
		width: 100%;
		margin: 80px auto 30px;
		padding: 10px 5px;
		background-color: #fff;
	}
	table.tbl_deco_01 {
		width: 98%;
	}
	table.tbl_deco_01 tr th {
		display: block;
    width: 100%;
    padding: 5px 0;
		white-space: nowrap; 
		text-align: center;
	}
	table.tbl_deco_01 tr td {
		display: block;
		width: 100%;
		padding: 10px;
		vertical-align: middle;
	}
}
/* --------------------------------------
事業内容
-------------------------------------- */
.bgImg02 {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_img_02.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: right 100px;
}
.bo {
	width: 100%;
	margin: 75px auto 110px;
	background-color: #fff;
}
.fl_box {
  display: flex;
  justify-content: space-around;
}
.bo_box {
	width: 32%;
	text-align: center;
}
.bo_box img {
	margin-bottom: 25px;
}
.bo_box p {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
p.lk_ttl03 {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.ttl_image_02 {
	width: 250px;
	margin: 80px auto 0;
	padding: 65px 0 31px;
	border: 2px solid #222f4b;
	background-color: #fff;
	text-align: center;
}
@media screen and (max-width:780px) { 
.bgImg02 {
	background-position: 93% 100px;
}
	.fl_box {
		display: block;
		justify-content: unset;
	}
	.bo_box {
		width: 100%;
	}
	.bo_box:nth-of-type(n+2) {
		margin-top: 30px;
	}
	.bo_box img {
    margin-bottom: 10px;
	}
	.bo_box p {
	width: 306px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	}
	p.lk_ttl03 {
		margin-bottom: 10px;
	}
}
/* --------------------------------------
お問い合わせ
-------------------------------------- */
.con {
	width: 100%;
	margin: 60px auto;
}
form {
	width: 100%;
	margin: 0 auto;
}
table.formTable {
	width: 100%;
	margin-bottom: 55px;
	font-size: 20px;
}
table.formTable span {
	color: #cc3742;
}
table.formTable th, 
table.formTable td {
	border: none;
	}
table.formTable th {
	width: 34%;
  padding: 10px 0 10px 50px;
  background-image: url(../images/con_01.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
table.formTable tr:last-child th {
	width: 34%;
  padding: 10px 0 10px 50px;
  background-image: url(../images/con_01.png);
  background-repeat: no-repeat;
  background-position: 20px 8px;
  text-align: left;
	vertical-align: top;
	font-weight: normal;
}
table.formTable td {
	width: 65%;
	text-align: left;
}
table.formTable input, textarea {
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	font-size: 20px;
	box-sizing: border-box;
	border: 2px solid #ccc;
}
.bttn input[type="submit"], input[type="reset"], input[type="button"] {
	width: 255px;
	height: auto;
	padding: 20px 0;
  background-color: #222f4b;
	background-image: url( ../images/con_02.png);
	background-repeat: no-repeat;
	background-position: 85% 50%;
  color: #fff;
  font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width:780px) {
	form {
		width:100%;
		margin:0 auto　60px;
	}
	table.formTable {
		margin-bottom: 55px;
	}
	table.formTable th,
	table.formTable td {
		width:auto;
		display:block;
	}
	table.formTable td {
		margin-bottom: 10px;
		padding: 0;
	}
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
	}
	table.formTable th {
		padding: 10px 0 10px 40px;
		background-position: 10px 50%;
	}
	table.formTable tr:last-child th {
		padding: 10px 0 10px 40px;
		background-position: 10px 50%;
	}
	table.formTable input, textarea {
		padding: 5px 10px;
	}
	input[type="text"], textarea {
		display:block;
		width: 100%;
		padding: 5px 10px;
		font-size: 20px;
		vertical-align: top;  
	}
	input[type="submit"], input[type="button"] {
		display:block;
		width:100%;
	}
	.bttn input[type="submit"], input[type="button"] {
		margin: 0 auto;
	}
}
/* --------------------------------------
アクセス
-------------------------------------- */
.access {
	width: 100%;
	margin: 75px auto 110px;
	background-color: #fff;
	text-align: center;
}
.access p {
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 1.9;

	margin-top: 20px;
	line-height: 1.2em;
}
.access a {
	color: #000;
	text-decoration: none;
}
.access p.lk_ttl_01 {
	margin-bottom: 0;
	width: 45%;
	max-width: 340px;
	margin-right: auto;
	margin-left: auto;
}
.g_map {
	width: 100%;
	margin-bottom: 10px;
}
@media screen and (max-width:780px) { 
	.access {
	    margin-bottom: 30px;
	}
	.access p {
			margin-bottom: 20px;
	}
	.access p.lk_ttl_01 {
		width: 60%;
		margin-bottom: 0px;
		font-size: 30px;
		font-weight: bold;
	}
}
/* --------------------------------------
フッター
-------------------------------------- */
footer {
	width: 100%;
	background-color: #222f4b;
	text-align: center;
}
footer p {
	padding: 20px 0;
	color: #fff;
	font-size: 12px;
}
@media screen and (max-width:780px) { 
	
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 780px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
