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

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


@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

html {}

body {
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	counter-reset: item;
	width: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}



@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

a {
	text-decoration: none;
}

.bold {
	font-weight: bold;
	margin: 20px;
}

.left {
	text-align: left!important;
}

.right {
	text-align: right!important;
}

.blue {
	color: #6495ed;
	font-size: 1.2em;
}

h4.haken {
	margin: 10px 0;
	font-size: 1.5em;
	padding: 10px 0;
	font-weight: bold;
	border-bottom: dotted 1px #ccc;
}

p.boldline {
	font-weight: bold;
	border-bottom: dotted 1px #ccc;
}

.basic {}

.basic li {
	padding: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

.spuse {
	display: none;
}

.pan{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}
.pan ul{
	display: flex;
	align-items: center;
}

.pan ul li{
	margin-right: 15px;
}

.pan ul li a{
}

/*ヘッダー*/

header {
	height: 165px;
	background: #fff;
}

.transform #logo {
	display: none;

}

.transform .headline {
	display: none;

}

.splogo {
	display: none;
}

#top-head.transform {
	padding: 20px 0 0 0;
}

#top-head {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #fff;
	/*background: rgba(255, 255, 255, 0.9);*/
	background-size: cover;
	box-shadow: 0px 0px 3px #f5f5f5;
	border-top: solid 5px #006699;
	transition: .5s;
}

#top-head a,
#top-head {
	color: #000;
}


/*ヘッダーナビ*/

.gnav {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	box-sizing: border-box;
}



/*.gnav li:first-child {
border-right:none;	
}*/

.gnav > li {
	position: relative;
	text-align: center;
	/*border-right: solid 1px #f5f5f5;*/
	font-size: 1.2em;
}

.gnav li a {
	display: inline-block;
	padding: 5px 0 0 0;
	width: 160px;
	box-sizing: border-box;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: radial-gradient(#f0ffff, #fff 70%);
	background: -moz-radial-gradient(#f0ffff, #fff 70%);
	background: -webkit-radial-gradient(#f0ffff, #fff 70%);
	text-shadow: 1px 1px 2px #fff;
}



li.droplist {
	padding: 5px 0 0 0;
	width: 160px;
	white-space: nowrap;
	box-sizing: border-box;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: radial-gradient(#f0ffff, #fff 70%);
	background: -moz-radial-gradient(#f0ffff, #fff 70%);
	background: -webkit-radial-gradient(#f0ffff, #fff 70%);
	text-shadow: 1px 1px 2px #fff;
}

i.grey {
	color: #ccc!important;
}


li.droplist:hover {
	color: #006699;
	background: none;
}

.gnav li:last-child {
	border-right: none;
}

ul.drop {
	position: absolute;
	display: none;
	width: 100%;
	z-index: 1;
	left: 0;
	top: 100%;
}


ul.drop li {
	border-right: none!important;
}



ul.drop li a {
	color: #fff!important;
	border-bottom: dotted 1px #ccc;
	background: rgba(72, 61, 139, 0.8);
	box-sizing: border-box;
	width: 100%;
	min-width: 170px;
	font-size: 0.8em!important;
	transition: .3s;
	padding: 10px 0;
	text-shadow: none!important;
	/*padding-bottom: 10px;*/
}

ul.drop li a:hover {
	background: #fff;
	text-align: center!important;
	box-sizing: border-box;
	width: 100%;
}

.gnav li a:hover {
	color: #006699!important;
	background: none;
}

.gnav li a::after {
	position: absolute;
	bottom: 3px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #006699;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}


.gnav li a:hover::after {
	bottom: -1px;
	opacity: 1;
	visibility: visible;
}

.gnav li:hover > ul.drop {
	display: block;
	animation: fadeIn 0.4s ease 0s 1 normal;
	-webkit-animation: fadeIn 0.4s ease 0s 1 normal;
}



.drop li a::after {
	content: none;
}

.logosmall {
	font-size: 0.8em;
	letter-spacing: 0.5px;
	padding: 2px 0;
	color: #778899;
	font-family: 'Century Gothic', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
}


span.small {
	font-size: 0.7em;
	padding: 5px;
}

.navsmall {
	font-size: 0.6em;
	color: #ccc;
	padding: 5px;
	text-shadow: 1px 1px 2px #fff;
	opacity: 0;
	transition: 1s;
}

.gnav li:hover .navsmall {
	opacity: 1;
}

span.weight-bold {
	font-weight: bold;
}

span.goth-font {
	font-family: 'Century Gothic', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;

}

/*メインイメージ*/

#main-img {
	position: relative;
	height: 90vh;
	background-image: url(../img/top4.jpg);
	background-size: cover;
}

#service01 {
	color: #fff;
	position: absolute;
	font-size: 3em;
	left: 50px;
	top: 100px;
	text-shadow: 0 0 8px #000;
}


#service02 {
	color: #004EA1;
	position: absolute;
	font-size: 3em;
	right: 50px;
	bottom: 100px;
	text-shadow: 0 0 8px #fff;
}

#service03 {
	font-size: 3.5em;
	font-weight: bold;
	color: #004EA1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	letter-spacing: 2px;
	text-shadow: 0 0 8px #fff;
}


/*ヘッダーロゴ*/

#logo-bg {
	background: linear-gradient(to bottom, #fff, #fffafa, #fff);
	background: -moz-linear-gradient(top, #fff, #fffafa, #fff);
	background: -webkit-linear-gradient(top, #fff, #fffafa, #fff);
}

#logo {
	margin: 0 auto;
	width: 100%;
	max-width: 1260px;
	padding: 20px 0 30px 0;
	box-sizing: border-box;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}



.logoimg {
	margin-left: 60px;
}

.logotxt {
	text-align: center;
	padding: 15px 10px 0 10px;
}

.logotxt h1 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 2px;
	font-family: 'Century Gothic', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
}

hr.headline {
	width: 50px;
	margin: 0 auto 30px auto;
	border-top: 2px solid #004EA1;
}

/*#logo h1:after {
  content: "";
  display: block;
margin: 15px 25px 0 25px;
  height: 2px;
  background: -webkit-linear-gradient(to right, rgb(106,90,205), #f5f5f5);
  background: linear-gradient(to right, rgb(106,90,205), #f5f5f5);
}*/

/*#logo h1:before {
  content: "";
  display: block;
margin: 0 25px 15px 25px;
  height: 2px;
  background: -webkit-linear-gradient(to right, rgb(106,90,205), #f5f5f5);
  background: linear-gradient(to right, rgb(106,90,205), #f5f5f5);
}*/

/*
#logo h1 a{
	color: #708090;
}*/

/*#global-nav {
	display: flex;
	align-items: baseline;
}

#global-nav h1 {
	height: 60px;
}

#global-nav ul {
	display: flex;
	justify-content: center;
	align-items: baseline;

}

#global-nav ul li {}

#global-nav ul li a {}*/

/* Fixed */

/*#top-head.fixed {
position: fixed;
background: #fff;
background: rgba(255,255,255,.7);
}

#top-head.fixed #global-nav ul li a {
color: #333;
padding: 0 20px;
}
*/

.globalMenuSp {
	display: none;
}

.navToggle {
	display: none;
}


#contents {
	position: relative;
}



#top-txt {
	position: relative;
	text-align: center;
	padding: 70px 0 30px 0;
	background: radial-gradient(#f5f5f5, #fff 50%);
	background: -moz-radial-gradient(#f5f5f5, #fff 50%);
	background: -webkit-radial-gradient(#f5f5f5, #fff 50%);
}

#top-txt p {
	font-size: 1.1em;
	padding: 10px 0;
	text-shadow: 1px 1px 2px #fff;
}



hr.txtline {
	width: 50px;
	margin: 0 auto 60px auto;
	border-top: 2px solid #ccc;
}

.topspace {
	position: relative;
	height: 200px;
	background: #006699;
	background-image: url(../img/bluebg.png);
}

#shape-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 0;
}

/*トップページコンテンツ*/

/*h2.topttl {
	position:absolute;
	color: #fff;
	font-size: 2.5em;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: 1em;
}*/

.topttl:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #004EA1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0%;
	margin: 0 auto;
}


.topttl {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: 1em;
	text-align: center;
}


.topttl p {
	color: #fff;
	font-size: 2.5em;

}

.topttl h2 {
	color: #a9a9a9;
	font-size: 1.5em;
	margin-top: 10px;
}





/*カテゴリーイメージ*/

.category {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0;

}

.cate-box {
	position: relative;
	width: 49%;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: 5px;
}

.cate-box img {
	z-index: 1;
	width: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.cate-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	-o-filter: brightness(0.8);
	-ms-filter: brightness(0.8);
	filter: brightness(0.8);
}

.cate-box2 {
	position: relative;
	width: 49%;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 5px;
}

.cate-box2 img {
	z-index: 1;
	width: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.cate-box2:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	-o-filter: brightness(0.8);
	-ms-filter: brightness(0.8);
	filter: brightness(0.8);
}

p.subcap {
	position: absolute;
	font-size: 2em;
	color: #fff;
	z-index: 2;
	border-left: solid 5px #004EA1;
	padding-left: 0.3em;
	margin: 1em;
	text-shadow: 1px 1px 2px #708090;
}

.caption {}

p.center {
	font-size: 2.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	padding-bottom: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.center:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0%;
	margin: 0 auto;
}


.caption a {
	position: absolute;
	color: white;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.cate-box .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	/* マスクを表示しない */
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.cate-box:hover .mask {
	opacity: 1;
	/* マスクを表示する */
}

.cate-box2 .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	/* マスクを表示しない */
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.cate-box2:hover .mask {
	opacity: 1;
	/* マスクを表示する */
}

.cate-box:hover p.subcap {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.cate-box2:hover p.subcap {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}





/*トップページアドレス*/

.address {
	margin-top: 50px;
}

.address h3 {
	position: relative;
	text-align: center;
	font-size: 1.5em;
	padding-bottom: 1em;
	margin-bottom: 40px;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.address h3 span {
	display: block;
	margin-bottom: .2em;
	color: #aaa;
	font-size: .7em;
}

.address h3:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #004EA1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0%;
	margin: 0 auto;
}

p.add {
	/* padding: 15px 0;
    border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
    width: 90%;
    max-width: 430px;*/
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 1.5em;
}





/*建設ページ*/

#conswrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1260px;
	box-sizing: border-box;
}

.btnwrap {
	display: flex;
	margin: 50px auto;
	width: 100%;
	justify-content: center;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.btnbox {
	position: relative;
	width: 550px;
	height: 147px;
	box-sizing: border-box;
	text-align: center;
	margin: 20px 30px;
	overflow: hidden;
}

/*.btnbox:after {
    background: #fff;
    content: "";
    height: 300px;
    left: -200px;
    opacity: .2;
    position: absolute;
    top: -63px;
    -webkit-transform: rotate(41deg);
    transform: rotate(41deg);
    -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 20px;
    z-index: 1;
}
.btnbox:hover:after {
    left: 120%;
    -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
*/

.btnbox img {
	width: 100%;
	object-fit: cover;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}


.btnbox:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

.btnbox p {
	position: absolute;
	color: #fff;
	font-size: 1.8em;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: .5em;
}

.btnbox p:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0%;
	margin: 0 auto;
}

.picttl {
	margin: 10px 20px 0 20px;
	padding: 5px 0;
	text-indent: 1em;
	border-bottom: dotted 1px #ccc;
	/*text-align: center;*/
}


.imgwrap {
	display: flex;
	margin: 0 auto;
	width: 100%;
	justify-content: center;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.imgbox {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.imgbox img {
	width: 550px;
	height: 350px;
	object-fit: cover;
	transition: 0.5s;
	border: solid 1px #f5f5f5;
	box-shadow: 0 0 1px #f5f5f5;
}

.imgbox p {
	width: 90%;
	margin: 20px auto 0 auto;
	padding: 10px;
	border-top: dotted 1px #ccc;

}

.imgbox:hover img {
	opacity: 0.5;

}

.imgwrap2 {
	display: flex;
	margin: 0 auto;
	width: 100%;
	justify-content: center;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
	/*border-bottom: dotted #ccc 1px;*/
}

.imgwrap2:last-child {
	border-bottom: none;
}

.imgbox2 {
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.imgbox2 img {
	width: 550px;
	height: 350px;
	object-fit: cover;
	transition: 0.5s;

}

.imgbox2 p {
	position: absolute;
	bottom: 30px;
	left: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
	text-shadow: 0 0 1px #000;
}

.arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 50px;
	border-color: transparent transparent transparent #006699;
}



.imgbox2:hover img {
	opacity: 0.5;

}

.solobox {
	width: 700px;
	margin: 10px auto 50px auto;
}

.solobox img {
	width: 100%;
}


.linebox {
	width: 100%;
	max-width: 1200px;
	margin: 10px auto 50px auto;
}

.linebox img {
	width: 100%;
}

/*人材派遣ページ*/

.temptop {
	display: flex;
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	text-align: center;
}

.temptop img {
	margin: 10px 20px;
}

.temp-flex {
	display: flex;
	align-items: center;
}

.temp-flex2 {
	display: flex;
	align-items: center;
}

.tempimg {
	text-align: center;
	margin: 10px 30px;
}

.tempimg img {
	width: 400px;
}

.temptxt {
	padding: 10px 20px;
	background: #fffafa;
}

.temptxt p {
	margin: 10px;
	line-height: 1.2em;
}


.lineflex {
	display: flex;
	width: 100%;
	max-width: 1260px;
	margin: 30px 0;
	padding: 10px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}

.line {
	width: 100%;

}

.line img {
	width: 100%;

}

.arrowimg {
	width: 100%;
	margin: 0 20px;
	text-align: center;
}

.arrowimg img {
	width: 37px;
}

.workflex {
	display: flex;
	margin: 30px 0;
	padding: 10px;
	box-sizing: border-box;
}

.workimg img {
	width: 200px;
}

.worktxt {
	padding: 0 20px;
	width: 100%;
}

.worktxt h4 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 1.4em;
	border-bottom: dotted 1px #ccc;
}


span.maru {
	display: inline-flex;
	/*  justify-content: center;*/
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: top;
	width: 1.4em;
	/*  height:1.4em;
line-height: 1.4em;*/
	color: #fff;
	background: #66ccff;
	font-family: 'Century Gothic', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
}


.worktxt ul {
	list-style-type: disc;
}

.worktxt ul li {
	padding: 3px 0;
	font-size: 1.2em;
	margin-left: 1.5em;
	line-height: 1.4em;
}


#hexbg {
	background: url(../img/bg3.png);
	background-size: cover;
}


.rectxt2 {
	position: relative;
	width: 700px;
	background: #f5f5f5;
	padding: 20px 40px;
	margin: 40px auto;
}

p.float {
	position: absolute;
	top: -1.2em;
	left: .5em;
}

.rectxt2 ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.rectxt2 ol > li {
	padding: 10px;
	font-weight: bold;
}


.rectxt2 li ul li {
	padding: 5px;
	font-weight: normal;
	line-height: 1.2em;
}

.rectxt {
	margin-bottom: 50px;
}

.rectxt2 p {
	line-height: 1.2em;
}

.rectxt p {
	margin: 10px;
	line-height: 1.2em;
}


/*会社概要ページ*/

#flexwrap {
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 1260px;
	box-sizing: border-box;
	justify-content: center;
}

#mainwrap {
	width: 750px;
	margin-top: 10px;
}

#mainwrap article {
	margin-bottom: 80px;
}

.subttl02 {
	font-size: 1.2em;
	padding: 15px 10px;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-top: 3px solid #006699;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

h3.subh3 {
	font-size: 2em;
	position: relative;
	margin-top: 20px;
	padding: 20px 20px 10px 20px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}


h3.subh3:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #004EA1;

}

/*h3.subh3:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #004EA1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
    margin: 0 auto;
}
*/

table.about {
	width: 100%;
	margin-bottom: 10px;
}


table.about tr th {
	text-align: left;
	padding-left: 10px;
	background: #F3F3F3;
	border: 1px solid #CCC;
	width: 30%;
	line-height: 3em;
}

table.about tr td {
	padding: 0 15px;
	line-height: 2em;
	border: 1px solid #CCC;
}

#sidewrap {
	width: 250px;
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
}

.side {
	width: 250px;
	height: auto;
	background: #CCC;
	border: #006699 5px solid;
}

.side-inner {
	background: #FFF;
	padding: 20px;
}

.side-inner p {
	border-bottom: 3px double #CCC;
	padding: 10px 0px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.3em;
}

span.submin {
	font-size: 0.7em;
	color: #006699;
	margin-left: 15px;
}

.side-inner ul li {
	line-height: 3em;
	border-bottom: 1px dotted #CCC;
	font-size: 0.9em;
}

.side-inner ul li i {
	margin-right: 10px;
	color: #006699;
}

.side-inner a {
	color: #333;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	display: block;
}

.side-inner a:hover {
	color: #91d2ff;
}


.dl-flex {
	display: flex;
	flex-wrap: wrap;
}

.dl-flex dt {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

.dl-flex dd {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

.dl-flex dt:nth-of-type(even),
.dl-flex dd:nth-of-type(even) {
	background: #f5f5f5;
}

.gyoumulist {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.gyoumulist li {
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	list-style-type: disc;
	list-style-position: inside;
}



/*.gyoumulist li:nth-child(even){
background: #f5f5f5;	
}*/

/*アクセスページ*/

.flexmap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 20px;
}

.addbox {
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
}


.addbox h4 {
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px;
	border-bottom: dotted 1px #ccc;
	margin: 20px 0;
}

.addbox p {
	padding: 10px;
}


.mapimg {
	width: 50%;
}

.mapimg img {
	width: 90%;
}

.gmap {
	position: relative;
	padding-bottom: 450px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 600px;
	height: 450px;
}




/*フッター*/

footer {
	position: relative;
	height: 200px;
	background: #006699;
	background-image: url(../img/bluebg.png);
	text-align: center;
}

ul.footer-nav {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	padding-top: 30px;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.footer-nav > li {
	margin: 0 10px 0 15px;
	border-left: solid 2px #fff;
	padding-left: 10px;
	color: #fff;
}


.footer-nav li a {
	position: relative;
	color: #fff;
	transition: 0.3s;
	padding-bottom: 5px;
}

.footer-nav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
}

.footer-nav li a:hover::after {
	width: 100%;
}

footer p {
	color: #fff;
	position: absolute;
	top: 80%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.footflex {
	display: flex;
}

.footflexj {
	display: flex;
}


.footflexj li {
	margin: 0 10px;
	list-style-position: inside;
}

.footflexj li a {
	font-size: 0.8em;
}



/*ページtopボタン*/

#page_top {
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #4169e1;
	border-radius: 50%;
	opacity: 0.6;
	z-index: 3;
}

#page_top a {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	border-radius: 50%;
}

#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: -25px;
	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: 50px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


/*お問い合わせ*/

#infoflex {
	display: flex;
	flex-wrap: wrap;
}

.infobox {
	padding: 10px 30px;
}




.contacttbl {
	max-width: 775px;
	width: 100%;
	height: auto;
	margin: 10px auto;
	font-size: 100%;
	border-collapse: separate!important;
	border-spacing: 5px!important;

}

.contacttbl th {
	color: #fff;
	background-color: #006699;
	padding: 5px 0;
	vertical-align: middle;
	border: none!important;
}

.contacttbl td {
	padding: 5px 0;
	border: none!important;
}

.contacttbl td p input {
	width: 60%;
	height: auto;
	margin: 5px auto;
}

.contacttbl td p textarea {
	width: 60%!important;
	height: 100px!important;
	margin: 5px auto;
}


.form-des {
	text-align: center;
	padding: 20px;
}

.form-des p {
	line-height: 1.2em;
	font-weight: bold;
}

#policybox {
	margin: 30px 10px;
}

p.policy {
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}

p.policy-ttl {
	font-weight: bold;
	padding: 5px;
}

p.policy-txt {
	padding: 5px;
}


p.policy-indent {
	text-indent: 1.5em;
	padding: 5px;
}

#pan {}

/*------------------------------------------------

メディアクエリ1400px以下
------------------------------------------------*/

@media screen and (max-width: 1400px) {

	header {
		height: 162px;
	}

	.gnav {
		/*width: 1260px;*/

	}
/*
	.gnav li a {
		width: 180px;

	}

	li.droplist {
		width: 180px;

	}*/

	#logo {
		max-width: 1260px;
		box-sizing: border-box;
	}

}

/*------------------------------------------------

メディアクエリ1024px以下
------------------------------------------------*/

@media screen and (max-width: 1024px) {

	.spuse {
		display: block;
	}

	.pcuse {
		display: none;
	}

	header {
		height: auto;
	}

	#service03{
	width: 100%;
	text-align: center;
	font-size: 2.5em;
	white-space:normal;
	box-sizing: border-box;
	}



	.splogo {
		display: flex;
		/*justify-content: center;*/
		align-items: center;
		margin: 20px 0;
	}



	.splogoimg {
		padding: 5px;
		margin-left: 10px;
	}

	.splogotxt {
		text-align: center;
	}

	.splogotxt h1 {
		font-size: 1em;
		font-weight: bold;
		letter-spacing: 1px;
		padding-bottom: 2px;
		font-family: 'Century Gothic', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	}

	.splogoimg img {
		width: 40px;
	}

	.splogotxt {
		padding: 5px;
	}

	.splogotxt h1 {
		font-size: 1.5em;
		font-weight: bold;
		letter-spacing: .5px;
		padding-bottom: 2px;
		font-family: 'Century Gothic', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	}

	.logosmall {
		font-size: 0.7em;
	}

	#top-head {
		display: none;
	}
	.globalMenuSp {
		display: block;
	}

	nav.globalMenuSp {
		position: fixed;
		z-index: 3;
		top: 0;
		left: 0;
		/*background: #fff;*/
		color: #000;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
	}

	nav.globalMenuSp ul {
		background: rgba(255, 255, 255, .9);
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}

	nav.globalMenuSp ul li {
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #fff;
	}

	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	nav.globalMenuSp ul li.sp {}
	p.psp {
		padding: 1em 0;
	}
	nav.globalMenuSp ul li a {
		display: block;
		color: #525050;
		padding: 1em 0;
	}

	nav.globalMenuSp ul li a:hover {
		background: rgba(245, 245, 245, 0.7);
	}



	/*nav.globalMenuSp ul li:hover > ul.spdrop{
display:block;

}*/
	nav.globalMenuSp.active {
		transform: translateY(0%);
	}


	.navToggle {
		display: block;
		position: fixed;
		right: 13px;
		top: 20px;
		width: 60px;
		height: 60px;
		cursor: pointer;
		z-index: 4;
		background: #006699;
		text-align: center;
		border-radius: 5px;
	}

	.navToggle span {
		display: block;
		position: absolute;
		width: 47px;
		border-bottom: solid 4px #eee;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
	}

	.navToggle span:nth-child(1) {
		top: 9px;
	}

	.navToggle span:nth-child(2) {
		top: 23px;
	}

	.navToggle span:nth-child(3) {
		top: 37px;
	}

	.navToggle span:nth-child(4) {
		border: none;
		color: #eee;
		font-size: 11px;
		font-weight: bold;
		top: 45px;
	}


	.navToggle.active span:nth-child(1) {
		top: 22px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}


	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 22px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	.psp span::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: '\f103';
		margin-left: 10px;
	}
	.psp span.open::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: '\f102';
		margin-left: 10px;
	}



	ul.spdrop {
		display: none;
		width: 100%;
		z-index: 3;
	}

	ul.spdrop li {
		border-bottom: 1px dotted #ccc!important;

	}

	ul.spdrop li a {
		background: #000;
		color: #fff!important;
	}

	ul.spdrop li a:hover {
		color: #000!important;
	}


	#flexwrap {
		width: 100%;
	}

	#sidewrap {
		display: none;
	}

	#conswrap {
		width: 100%;
	}


	.btnbox {
		width: 400px;
		height: 107px;

	}

	.imgbox {
		width: 50%;
		padding: 20px;
		box-sizing: border-box;
		text-align: center;
	}
	.imgbox img {
		width: 400px;
		height: 255px;

	}


	.imgbox2 img {
		width: 400px;
		height: 255px;

	}

	.temptop {
		display: none;
	}




	.temp-flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.temp-flex2 {
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column-reverse;
	}

	.tempimg {
		text-align: center;
		margin: 10px;
	}

	.tempimg img {
		width: 400px;
	}

	.temptxt {
		width: 95%;
		box-sizing: border-box;
	}


	.linebox {
		width: 100%;
		margin: 10px auto 30px auto;
	}




	.arrowimg {
		margin: 0 5px;
	}

	.arrowimg img {
		width: 25px;
	}

	.gmap iframe,
	.gmap object,
	.gmap embed {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 90%;
		height: 90%;
	}

	footer {
		height: 100px;
	}

	ul.footer-nav {
		display: none;
	}
	footer p {}

}

/*------------------------------------------------

メディアクエリ480px以下
------------------------------------------------*/

@media screen and (max-width: 480px) {

	#main-img {
		position: relative;
		height: 40vh;
		background-size: cover;
	}

	#top-txt {
		padding: 20px 10px;
	}

	#top-txt p {
		font-size: 0.8em;
		line-height: 1.2em;
	}

	.topspace {
		height: 140px;
	}


	hr.txtline {
		margin: 0 auto 40px auto;

	}

	#service01 {
		font-size: 1em;
		left: 50px;
		top: 50px;
	}


	#service02 {
		font-size: 1em;
		right: 50px;
		bottom: 50px;
	}

	#service03 {
		font-size: 1.3em;
	}

	.topttl p {
		font-size: 1.5em;
	}

	.topttl h2 {
		font-size: 1em;
	}


	h3.subh3 {
		font-size: 1.2em;
		padding: 10px 10px 5px 10px;
		margin: 10px;
	}

	.category {
		margin: 0;
	}

	.cate-box {
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		;
	}
	.cate-box2 {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		;
	}

	/*.cate-box .mask {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0);
	}

.cate-box2 .mask {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0);
	}*/
	.address h3 {
		font-size: 1em;
	}

	p.add {
		font-size: 0.9em;
	}

	p.center {
		font-size: 2em;
	}

	p.subcap {
		font-size: 1.3em;
	}

	#mainwrap {
		width: 95%;
	}

	.btnwrap {
		margin: 20px auto;
	}

	.btnbox {
		width: 100%;
		height: auto;

	}

	.btnbox p {
		font-size: 1.2em;

	}

	.imgbox {
		width: 100%;

	}

	.imgbox img {
		width: 100%;
		height: 200px;

	}

	.imgbox2 {
		padding: 10px 20px;
	}

	.imgbox2 img {
		width: 100%;
		height: 200px;

	}

	.solobox {
		width: 100%;
		margin: 10px auto 30px auto;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.imgbox2 p {
		font-size: 1.3em;
		bottom: 20px;
		left: 30px;

	}

	.arrow {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 25px 0 25px;
		border-color: #006699 transparent transparent transparent;
	}




	.gyoumulist li {
		width: 100%;
	}


	.tempimg img {
		width: 90%;
	}

	.rectxt2 {
		width: 95%;
		padding: 20px;
		margin: 20px auto;
		box-sizing: border-box;
	}

	p.float {
		left: 0;
	}

	.rectxt p {
		font-size: 0.9em;
	}

	.rectxt2 p {
		line-height: 1.2em;
		font-size: 0.9em;
	}

	.rectxt2 li {
		line-height: 1.2em;
		font-size: 0.9em;
	}


	.temptxt p {
		font-size: 0.9em;
	}

	h4.haken {
		margin: 10px;
		font-size: 1em;

	}

	.linebox {
		display: none;
	}

	.flexmap {
		padding: 10px;
	}
	.addbox {
		width: 100%;
		padding: 10px;
	}


	.addbox h4 {
		font-size: 1.2em;
		margin: 10px 0;
	}

	.addbox p {
		padding: 10px;
	}


	.mapimg {
		width: 100%;
	}



	.lineflex {
		flex-wrap: wrap;
		margin: 10px 0;
		justify-content: center;
	}

	.line {
		width: 10%;
		margin: 10px 0;

	}



	.arrowimg {
		margin: 0;
		width: 10%;
	}

	.arrowimg img {
		width: 20px;
	}

	/*	span.maru{
	line-height: 1.4em;	
	}	*/
	.workflex {
		flex-wrap: wrap;
		margin: 10px;
	}

	.workimg {
		padding: 20px 0;
	}

	.workimg img {
		width: 50%;
	}

	.worktxt {
		padding: 0;
	}

	.worktxt h4 {
		font-size: 1.1em;
		padding: 5px 0;
	}

	.worktxt ul li {
		font-size: 1em;
		margin-left: 1.5em;
		line-height: 1.2em;
	}






	footer {
		height: auto;
		box-sizing: border-box;
	}

	footer p {
		position: static;
		font-size: 0.7em;
		padding: 20px;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}


	/*ページtopボタン*/
	#page_top {
		width: 60px;
		height: 60px;
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
	#page_top a {
		position: relative;
		display: block;
		width: 60px;
		height: 60px;
		text-decoration: none;
		border-radius: 50%;
	}
	#page_top a::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: '\f102';
		font-size: 25px;
		color: #fff;
		position: absolute;
		width: 15px;
		height: 15px;
		top: -25px;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}
	#page_top a::after {
		content: 'TOP';
		font-size: 13px;
		color: #fff;
		position: absolute;
		top: 35px;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}

	.contacttbl td p input {
		width: 90%;

	}

	.contacttbl td p textarea {
		width: 90%!important;

	}

	#hexbg {
		background-size: contain;
	}

	p.policy {
		font-size: 0.9em;
		line-height: 1.2em;
	}

	p.policy-txt {
		font-size: 0.9em;
		line-height: 1.2em;
	}

	p.policy-ttl {
		font-size: 0.9em;
		line-height: 1.2em;
	}



	p.policy-indent {
		font-size: 0.9em;
		line-height: 1.2em;
	}

	.trflex {
		display: flex;
		flex-wrap: wrap;
	}

	.trflex th {
		width: 100%;
	}

	.trflex td {
		width: 100%;
		text-align: center;
	}

}