@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/


* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-family: "UD新ゴNT M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1em;
}


/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix {zoom: 1;}


h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
}
ul, ol {
	list-style-type: none;
}
img {
	border: none;
}

.bold{
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.note {
	font-size: 0.8em;
	font-weight: normal;
}

p {
	line-height: 2em;
}

.line {
	margin: 50px auto;
	width: 80%;
	height: 1px;
	background-color: #dddddd;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
a:hover img  {
	opacity: 0.70;  
	filter: alpha(opacity=70);
}


/*---------------------------------------------------------------------------
   共通
---------------------------------------------------------------------------*/

.container { 
	margin: 0;
	padding: 0;
	width: 100%;
}

.inner { 
	margin: 0 auto;
	width: 1120px;
}

section { 
	padding: 100px 0;
}

.big-text {
	margin: 0 0 0 60px;
	padding: 12px 0 0 0;
	font-size: 2.5em;
	font-weight: bold;
	display: block;
}

.small-text {
	margin: 0 0 0 65px;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.button a {
	margin: 50px auto 0 auto;
	padding: 15px 0;
	text-align: center;
	color: #ffffff;
	background-color: #f08200;
	border: 2px solid #f08200;
	border-radius: 4px;
	position: relative;
	display: block;
}


/*---------------------------------------------------------------------------*/
/* loader
/*---------------------------------------------------------------------------*/

#loader-bg {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200%;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

#loader-bg #loader {
	width: 100%;
	height: 100%;
	background-image: url(../images/logo.png);
	background-position: center center;
	background-size: 600px auto;
	background-repeat: no-repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
}


/*---------------------------------------------------------------------------*/
/* header
/*---------------------------------------------------------------------------*/

header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 600px;
	background-color: #453e32;
	position: relative;
}
header.welcome {
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

header h1 a,
header .title a {
	margin: 0 0 0 30px;
	padding: 0 0 0 220px;
	width: 500px;
	height: 40px;
	color: rgba(255,255,255,0.7);
	line-height: 40px;
	font-size: 0.7em;
	background-image: url(../images/logo-s.png);
	background-position: left center;
	background-size: 200px auto;
	background-repeat: no-repeat;
	display: block;
}

header #t {
	margin-top: 100px;
	font-size: 26px;
	font-weight: bold;
	color: rgba(255,255,255,0.5);
	line-height: 2em;
	letter-spacing: 2px;
}

header #t p {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
}

header .logo {
	margin: -95px 0 0 -200px;
	width: 400px;
	height: 110px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: 50%;
}

header nav {
	width: 100%;
	height: 150px;
	background: linear-gradient(90deg, rgba(83,35,21,0.9), rgba(245,167,34,0.9), rgba(83,35,21,0.9));
	position: absolute;
	top: 450px;
	left: 0;
}

header nav li {
	margin: 50px 0 0 0;
	width: 25%;
	line-height: 1em;
	float: left;
}

header nav li .big-text {
	color: #443d39;
	font-weight: bold;
	display: block;
}

header nav li .small-text {
	color: rgba(255,255,255,0.7);
}

header nav li a {
	padding: 20px 0 20px 20px;
	text-align: left;
	display: block;
	position: relative;
	left: -20px;
	top: -20px;
}

header nav li a:after {
	content: "";
	width: 30px;
	height: 30px;
	background: rgba(100,47,0,0.8);
	border-radius: 50%;
	position: absolute;
	left: 30px;
	top: 30px;
}

header nav li a .hi-icon {
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
	border-radius: 50%;
	display: inline-block;
	float: left;
	position: relative;
	z-index: 1;
}

header nav li a .hi-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	border-radius: 50%;
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

header nav li a .hi-icon:before {
	speak: none;
	display: block;
	-webkit-font-smoothing: antialiased;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

header nav li a:hover .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

header nav li a:hover .hi-icon:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

/*---------------------------------------------------------------------------
   news
---------------------------------------------------------------------------*/

.news {
	background-color: #ffffff;
}

.news h2 {
	color: #59493f;
	position: relative;
}

.news h2:before {
	content: "";
	width: 50px;
	height: 50px;
	background: rgba(100,47,0,0.5);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.news h2:after {
	content: "";
	width: 30px;
	height: 30px;
	background-color: rgba(100,47,0,0.5);
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 10px;
}

.news .inner {
	box-sizing: border-box;
}
.news-list{
	margin-top: 30px;
}
.news-list ul li{
	display: flex;
}
.news-list ul li .date{
	margin: 0 0 30px 0;
	padding: 0 10px 10px 10px;
	border-bottom: 2px solid  rgba(100,47,0,.5);
}
.news-list ul li .txt{
	margin: 0 0 30px 0;
	padding: 0 0 10px 10px;
	border-bottom: 2px solid  rgba(100,47,0,0.3);
	width: 90%;
}
.news dl {
	margin: 50px 0 0 0;
	padding: 0 0 0 60px;
	width: 100%;
}
.news dt {
	margin: 0 30px 30px 0;
	padding: 0 10px 10px 10px;
	border-bottom: 2px solid  rgba(100,47,0,0.3);
	float: left;
	clear: left;
}

.news dd {
	margin: 0 0 30px 0;
	padding: 0 0 10px 10px;
	border-bottom: 2px solid  rgba(100,47,0,0.3);
}
.news a.telework {
	width: 300px;
	height: 40px;
	/*line-height: 40px;*/
	color: #ffffff;
	text-align: center;
	background-color: #de9820;
	background-image: url(../images/icon-telework.png) , url(../images/icon-window.png);
	background-size: auto 30px , auto 20px;
	background-position: 10px center , 94% center;
	background-repeat: no-repeat , no-repeat;
	border-radius: 30px;
	/*display: inline-block;
	position: relative;
	top: -10px;*/
	padding: 10px 40px 10px 40px;
}


/*---------------------------------------------------------------------------
   message
---------------------------------------------------------------------------*/

.message {
	padding: 0;
	background-image: url(../images/message-bg.png);
	background-position: left bottom;
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-color: #453e32;
}

.message .message-inner {
	margin: 0 auto;
	padding: 50px 0 50px 55%;
	color: #ffffff;
}

.message h3 {
	margin: 0 0 50px 0;
	font-size: 2em;
	line-height: 1.5em;
}

.message h3 .under-line {
	padding: 0 0 10px 0;
	background-image: url(../images/under-line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.message h3 .question {
	margin: 0 0 0 10px;
	width: 22px;
	height: 36px;
	background-image: url(../images/question.png);
	background-repeat: no-repeat;
	 overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: inline-block;
}

.message p {
	margin: 20px 0 0 0;
}


/*---------------------------------------------------------------------------
   greeting
---------------------------------------------------------------------------*/


.greeting h2 {
	margin: 0 0 30px 0;
	color: #59493f;
	position: relative;
}

.greeting h2:before {
	content: "";
	width: 50px;
	height: 50px;
	background: rgba(100,47,0,0.5);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.greeting h2:after {
	content: "";
	width: 30px;
	height: 30px;
	background-color: rgba(100,47,0,0.5);
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 10px;
}

.greeting p {
	margin: 20px 0 0 60px;
}

.greeting p a {
	text-decoration: underline;
}


/*---------------------------------------------------------------------------
   footer
---------------------------------------------------------------------------*/

footer {
	padding: 20px 0;
	background-color: #f5c129;
}

footer .footer__inner{
	align-items: center;
	display: flex;
	font-size: 0.7em;
	justify-content: space-between;
	padding: 0 40px;
}

footer .footer__inner a{
	font-weight: bold;
	transition: all 0.3s;
}

footer .footer__inner a img{
	height: 8px;
	margin-right: 4px;
	width: 8px;
}

footer .footer__inner a:hover{
	opacity: 0.7;
}

footer .footer__inner .copy {
	text-align: right;
}

.top a {
	width: 70px;
	height: 70px;
	background-image: url(../images/top-bg.png);
	border-radius: 50%;
	position: fixed;
	bottom: 40px;
	right: 20px;
	display: block;
}

.top a:after {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	border-left: 1px solid rgba(255,255,255,0.7);
	border-top: 1px solid rgba(255,255,255,0.7);
	content: """";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 40%;
	left: 30%;
}


/*---------------------------------------------------------------------------
   low
---------------------------------------------------------------------------*/

.low header {
	height: 80px;
	background-position: center center;
	background-image: url(../images/header-low-bg.png);
	background-size: 100% 100%;
	position: relative;
}

.low header .nav {
	position: absolute;
	right: 30px;
	top: 10px;
}

.low header .nav li {
	margin: 0 20px 0 0;
	float: left;
	position: relative;
}

.low header .nav li:last-child {
	margin: 0;
}

.low header .nav li a {
	display: block;
}

.low header .nav li a .big-text {
	margin: 0 0 0 40px;
	padding: 12px 0 0 0;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	display: block;
}

.low header .nav li a .small-text {
	margin: 0 0 0 40px;
	color: rgba(255,255,255,0.8);
	font-size: 0.9em;
	font-weight: normal;
	display: block;
}

.low header .nav li a:after {
	content: "";
	width: 20px;
	height: 20px;
	background-color: rgba(186,73,8,0.8);
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 17px;
}

.low header .nav li a .hi-icon {
	margin: 12px 0 0 0;
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
	border-radius: 50%;
	display: inline-block;
	float: left;
	position: relative;
	z-index: 1;
}

.low header .nav li a .hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.low header .nav li a .hi-icon:before {
	speak: none;
	display: block;
	-webkit-font-smoothing: antialiased;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.low header .nav li a:hover .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.low header .nav li a:hover .hi-icon:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

.low h1 {
	margin: 0 auto;
	padding: 120px 0 0 0;
	height: 290px;
	text-align: center;
	font-weight: bold;
	font-size: 4em;
	color: rgba(255,255,255,0.8);
	clear: both;
	position: relative;
}

.low h1 span {
	margin: 30px 0 0 0;
	font-size: 0.3em;
	font-weight: normal;
	letter-spacing: 2px;
	color: rgba(255,255,255,0.6);
	display: block;
}

.low .h1-bg {
	height: 290px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.low h1:after {
	content: "";
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg, rgba(83,35,21,0.9), rgba(245,167,34,0.9), rgba(83,35,21,0.9));
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
}


/* service ---------------------------------------------------------------*/

.low .service .h1-bg {
	background-image: url(../images/service/header-bg.png);
}

.low .service h2 {
	margin: 0 auto;
	padding: 0 0 0 60px;
	height: 50px;
	color: #59493f;
	line-height: 50px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	position: relative;
}

.low .service h2:before {
	content: "";
	width: 50px;
	height: 50px;
	background: rgba(209,192,165,1);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.low .service h2:after {
	content: "";
	width: 30px;
	height: 30px;
	background: rgba(54,46,43,0.3);
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 10px;
}

.low .service section {
	background: rgba(209,192,165,0.1);
}

.low .service section:nth-child(odd) {
	background: rgba(209,192,165,0.2);
}

.low .service section p {
	margin: 0 0 0 60px;
}

.low .service dl {
	margin: 50px 0 0 60px;
}

.low .service dt {
	padding: 0 0 10px 10px;
	font-size: 1.4em;
	border-bottom: 2px solid rgba(69,62,50,0.2);
	position: relative;
}

.low .service dd {
	margin: 10px 0 50px 10px;
	padding: 0 0 10px 0;
	line-height: 1.4em;
}

.low .service dd span {
	margin: 10px 0 0 0;
	padding: 2px 10px;
	color: #ffffff;
	background-color: #de9820;
	border-radius: 10px;
	display: inline-block;
}

.low .service .entrusted-business p {
	margin-top: 30px;
}

.low .service .product {
	padding: 0 330px 0 0;
	min-height: 233px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 300px auto;
}

.low .service .product.routemapper {
	background-image: url(../images/service/route-mapper.png);
}

.low .service .product h3 {
	margin: 30px 0 30px 60px;
	font-size: 1.4em;
}

.low .service .product .button a {
	margin-right: 0;
	margin-left: 60px;
	width: 270px;
}

.low .service .hi-icon {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	background-color: rgba(255,255,255,0.3);
	margin: -15px 0 0 0;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 0px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	display: inline-block;
	cursor: pointer;
}

.low .service .hi-icon-more:before {
	content: "";
	margin: -6px 0 0 0;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 8px solid #59493f;
	transform: rotate(270deg);
	 -webkit-transform: rotate(270deg);
	position: absolute;
	right: 4px;
	top: 50%;
}

.low .service .hi-icon:after {
	display: none;
}

.low .service .button a:hover .hi-icon  {
	background: rgba(255,255,255,1);
	color: #702fa8;
	box-shadow: 0 0 0 4px rgba(255,255,255,0.3);
}

.low .service .button a:hover .hi-icon:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

.low .service .hi-icon-effect-5b .hi-icon:hover:before {
	-webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

.low .service .hi-icon-effect-5c .hi-icon:hover:before {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

.low .service .hi-icon-effect-5d .hi-icon:hover:before {
	-webkit-animation: toBottomFromTop 0.3s forwards;
	-moz-animation: toBottomFromTop 0.3s forwards;
	animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}


/* company ---------------------------------------------------------------*/

.low .company .h1-bg {
	background-image: url(../images/company/header-bg.png);
}

.low .company .company-content {
	padding: 0;
	text-align: center;
	background-color: #1f1a06;
	background-image: url(../images/company/bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.low .company .company-content h2 {
	margin: 0 auto;
	padding: 0 0 0 60px;
	height: 50px;
	line-height: 50px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	position: relative;
}

.low .company .company-content h2:before {
	content: "";
	width: 50px;
	height: 50px;
	background: rgba(209,192,165,0.8);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.low .company .company-content h2:after {
	content: "";
	width: 30px;
	height: 30px;
	background: rgba(54,46,43,0.3);
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 10px;
}

.low .company dl {
	margin: 50px auto 0 auto;
	color: #ffffff;
	text-align: left;
	line-height: 1.4em;
}

.low .company dt {
	margin: 0 10px 30px 0;
	padding: 0 0 10px 10px;
	width: 280px;
	text-align: right;
	float: left;
	clear: left;
	border-bottom: 2px solid rgba(255,255,255,0.2);
}

.low .company dt.heigh {
	padding-bottom: 30px;
}

.low .company dd {
	margin: 0 0 30px 0;
	padding: 0 10px 10px 330px;
	border-bottom: 2px solid rgba(255,255,255,0.2);
}

.low .company dd span {
	margin: 0 5px 0 0;
	content: "";
	width: 12px;
	height: 12px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 50%;
	display: block;
	float: left;
}

.low .company-content div {
	padding: 50px 0;
}

.low .company div:nth-child(odd) {
	background-color: rgba(255,255,255,0.1);
}

.low .company div.inner {
	background-color: transparent;
}

.low .company .logo {
	color: #ffffff;
	text-align: left;
	line-height: 30px;
}

.low .company .logo h2 {
	margin: 0 0 50px 0;
}

.low .company .logo .tci-logo {
	margin: 0 20px 0 0;
	width: 220px;
	height: 171px;
	background-color: #ffffff;
	background-image: url(../images/logo.png);
	background-size: 200px 151px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
	display: block;
	float: left;
}

.low .company .logo a {
	color: #ffffff;
	text-decoration: underline;
}

.low .company .access .inner > ul {
	margin: 50px 0 0 0;
}

.low .company .access  .inner > ul > li {
	width: 32%;
	color: #ffffff;
	text-align: left;
	line-height: 1.4em;
	float: left;
}

.low .company .access  .inner > ul > li:nth-child(1) {
	margin: 0 1% 0 0;
}

.low .company .access .inner > ul > li:nth-child(2) {
	margin: 0 1%;
}

.low .company .access .inner > ul > li:nth-child(3) {
	margin: 0 0 0 1%;
}

.low .company .access  .inner > ul > li li {
	margin: 0 0 30px 0;
	padding: 10px 0 10px 30px;
	background-position: left center;
	background-size: 20px auto;
	background-repeat: no-repeat;
}

.low .company .access  .inner > ul > li li:nth-child(3) {
	margin-bottom: 0;
}

.low .company .access  .inner > ul > li li a {
	color: #ffffff;
}

.low .company .access  .inner > ul > li li:nth-child(1) {
	background-image: url(../images/company/icon-address.png);
}

.low .company .access  .inner > ul > li li:nth-child(2) {
	background-image: url(../images/company/icon-tel.png);
}

.low .company .access  .inner > ul > li li:nth-child(3),
.low .company .access  .inner > ul > li li:nth-child(4) {
	background-image: url(../images/company/icon-walk.png);
}

.low .company .access .inner > ul > li img {
	width: 358px;
	height: 358px;
}


/* recruit ---------------------------------------------------------------*/

.low .recruit .h1-bg {
	background-image: url(../images/recruit/header-bg.png);
}

.low .recruit .recruit-content {
	margin: 0 auto;
	width: 960px;
}

.low .recruit .recruit-content h3 {
	text-align: center;
	font-size: 3em;
	color: rgba(105,66,48,0.8);
}

.low .recruit .recruit-content h3 span {
	font-size: 1.5em;
}

.low .recruit .recruit-content .recruit-message {
	margin: 80px 0 0 0;
	font-size: 1.2em;
}

.low .recruit .recruit-content .recruit-message p {
	margin: 30px 0 0 0;
}

.low .recruit .recruit-content .recruit-message2 {
	margin: 30px 0 0 0;
}

.low .recruit .recruit-content .point {
	margin: 50px 0 0 0;
	padding: 50px 0 20px 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	border-radius: 4px;
	background-color: #5a5446;
	box-sizing: border-box;
}

.low .recruit .recruit-content .point .title {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
}

.low .recruit .recruit-content .point .title span {
	display: inline-block;
	position: relative;
}

.low .recruit .recruit-content .point .title span br {
	display: none;
}

.low .recruit .recruit-content .point .title span:after {
	content: "";
	width: 20px;
	height: 38px;
	background-image: url(../images/recruit/point.png);
	background-size: 100% auto;
	position: absolute;
	right: -30px;
	top: -20px;
}

.low .recruit .recruit-content .point ul {
	margin: 50px 0 0 0;
	display: inline-block;
}

.low .recruit .recruit-content .point li {
	margin: 0 0 30px 20px;
	padding: 0 6px 6px 6px;
	font-size: 1.2em;
	text-align: left;
	position: relative;
        border-bottom: dashed 1px rgba(245,193,41,0.2);
}

.low .recruit .recruit-content .point li:after {
        content: """";
	margin: -10px 0 0 0;
        width: 5px;
        height: 10px;
        border: solid 3px rgba(245,193,41,0.4);
        border-left: 0;
        border-top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	left: -20px;
	top: 50%;
        display: block;
}

.low .recruit .button-box {
	margin: 100px 0 0 0;
	width: 100%;
}

.low .recruit .button-box li {
	padding: 0 10px 0 0;
	width: 50%;
	float: left;
}

.low .recruit .button-box li:last-child {
	padding: 0 0 0 10px;
}

.low .recruit .button a {
	margin: 0;
	padding: 20px 0 30px 0;
	display: block;
}

.low .recruit .button .title {
	font-size: 1.6em;
}

.low .recruit .hi-icon-effect-5 .hi-icon {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	background-color: rgba(255,255,255,0.3);
	margin: -15px 0 0 0;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 0px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	display: inline-block;
	cursor: pointer;
}

.low .recruit .hi-icon-more:before {
	content: "";
	margin: -6px 0 0 0;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 8px solid #59493f;
	transform: rotate(270deg);
	 -webkit-transform: rotate(270deg);
	position: absolute;
	right: 4px;
	top: 50%;
}

.low .recruit .hi-icon-effect-5 .hi-icon:after {
	display: none;
}

.low .recruit .hi-icon-effect-5 .button a:hover .hi-icon  {
	background: rgba(255,255,255,1);
	color: #702fa8;
	box-shadow: 0 0 0 4px rgba(255,255,255,0.3);
}

.low .recruit .hi-icon-effect-5 .button a:hover .hi-icon:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

.low .recruit .hi-icon-effect-5b .hi-icon:hover:before {
	-webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

.low .recruit .hi-icon-effect-5c .hi-icon:hover:before {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

.low .recruit .hi-icon-effect-5d .hi-icon:hover:before {
	-webkit-animation: toBottomFromTop 0.3s forwards;
	-moz-animation: toBottomFromTop 0.3s forwards;
	animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}

.low .recruit table {
	margin: 50px 0 0 0;
}

.low .recruit table caption {
	margin: 0 0 10px 0;
	text-align: right;
}

.low .recruit td,
.low .recruit th {
	padding: 20px;
}

.low .recruit th {
	width: 25%;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: rgba(49,41,24,0.7);
}

.low .recruit td {
	line-height: 1.4em;
	background-color: rgba(49,41,24,0.2);
}

.low .recruit td p {
	margin: 30px 0 0 0;
}

.low .recruit .concretely {
	margin: 0 20px 0 0;
	padding: 16px 0 0 0;
	width: 60px;
	height: 60px;
	line-height: 1.2em;
	text-align: center;
	color: #ffffff;
	background-color: #987f3a;
	border-radius: 100%;
	display: block;
	float: left;
	position: relative;
}

.low .recruit .concretely:after {
	content: """";
	margin-top: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #987f3a;
	display: block;
	position: absolute;
	top: 50%; 
	right: -6px;
}

.low .recruit .ex {
	padding: 0 10px 0 20px;
	width: 40%;
	height: 30px;
	color: #ffffff;
	background-color: #987f3a;
	border-radius: 6px 0 0 6px;
	display: inline-block;
	float: left;
	position: relative;
}

.low .recruit .ex:after {
	content: """";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #987f3a;
	display: block;
	position: absolute;
	top: 0; 
	left: 100%;
	z-index: 99;
}

.low .recruit .project-name {
	padding: 0 10px 0 20px;
	width: 60%;
	height: 30px;
	color: #ffffff;
	background-color: rgba(152,127,58,0.7);
	border-radius: 0 6px 6px 0;
	display: inline-block;
	float: left;
	position: relative;
}

.low .recruit .project-contents {
	padding: 10px 20px 0 20px;
	line-height: 1.4em;
	clear: both;
}

.low .recruit table dt,
.low .recruit table li {
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	position: relative;
}

.low .recruit table dt:before,
.low .recruit table li:before {
	content: "";
	margin: -10px 0 0 0;
	width: 16px;
	height: 16px;
	background-color: rgba(152,127,58,0.5);
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}

.low .recruit dd {
	margin: 0 0 16px 0;
	padding: 0 0 0 20px;
}

.low .recruit .indent {
	margin: 0 4px 0 0;
	width: 16px;
	height: 16px;
	background-color: rgba(152,127,58,0.5);
	border-radius: 100%;
	display: inline-block;
	position: relative;
	top: 2px;
}

.low .recruit .title-line {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px dashed rgba(152,127,58,0.5);
	display: block;
}

.low .recruit .box {
	margin: 20px 0 0 0;
	padding: 10px;
	font-size: 1.1em;
	line-height: 2em;
	background-color: rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(152,127,58,0.5);
	border-radius: 6px;
	clear: both;
}

.low .recruit .box a {
	text-decoration: underline;
}


/* contact ---------------------------------------------------------------*/

.low .contact .h1-bg {
	background-image: url(../images/contact/header-bg.png);
}

.low .contact h1,
.low .contact h1 span {
	color: rgba(53,45,32,0.8);
}

.low .contact h1 {
	padding: 60px 0 0 0;
}

.low .contents.contact {
	background-image: url(../images/contact/bg.png);
	background-size: cover;
	background-color: rgba(167,160,137,0.4);
}

.low .contact .button a {
	width: 500px;
	font-size: 1.5em;
	/*background-image: url(../images/contact/icon-mail.png);*/
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: 30px auto;
}

.low .contact .contact-content {
	margin: 100px auto;
	text-align: center;
}

.low .contact .contact-content p {
	margin: 50px 0 0 0;
}

/*---------------------------------------------------------------------------
   Effect
---------------------------------------------------------------------------*/

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}


/*---------------------------------------------------------------------------
   service-contents
---------------------------------------------------------------------------*/

.service-contents header {
	height: 40px;
	background-position: center center;
	background-image: url(../images/header-low-bg.png);
	background-size: 100% 100%;
	position: relative;
}

/*---------------------------------------------------------------------------
   Terms
---------------------------------------------------------------------------*/
.terms{
	background-color: #F4F5F7;
	padding: 48px 0;
}
.terms section{
	padding: 0;
}
.terms p{
	line-height: 1.5em;
}
.terms .line{
	background: #DDD;
	height: 1px;
	margin: 56px auto;
	width: 100%;
}
.terms .terms__wrapper{
	background: #FFF;
	border-radius: 20px;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}
.terms__inner{
	margin: 0 auto;
	max-width: 800px;
	padding: 48px 0;
	width: 80%;
}
.terms__inner .page-ttl{
	border-bottom: 1px solid #66BBB0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-bottom: 32px;
}
.terms__inner .page-ttl span{
	color: #66BBB0;
	font-size: 12px;
	display: block;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.terms__inner .lead{
	margin: 40px auto;
}
.terms__inner__box{
	margin-top: 48px;
}
.terms__inner__box h3,
.terms-item h4{
	color: #66BBB0;
	font-weight: bold;
}
.terms__inner__box h3{
	font-size: 20px;
}
.terms-item{
	margin-top: 32px;
}
.terms-item h4{
	font-size: 16px;
	margin-bottom: 16px;
}
.terms-item ol{
	list-style-type: decimal;
	padding-left: 2.5em;;
}
.terms-item ol li{
	line-height: 1.75;
	margin-top: 12px;
}
.terms-item ol li a{
	color: #66BBB0;
}
.terms-item ol li a:hover{
	text-decoration: underline;
}
.terms__inner .terms__bottom{
	margin-top: 48px;
	text-align: right;
}