@charset "utf-8";
 @media print, screen and (min-width: 751px) {
.title3 {
	font-size: 1.5625em; /*25px*/
}
     
     
/*modal*/     
     
     
/*.modal{
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 9999999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
     .modal__content p img{
    width: 100%;
         padding-bottom: 30px;
     }*/
     
     
     
     
     
     
     
     
/* topMain */
#topMain {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	background-color: #000000;
}
/* topMain movie */
#topMain #movieTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: block;
	z-index: 1000;
}
#topMain #movieTop video, #topMain #movieTop img {
	width: 100%;
	height: auto;
}
/* topMain movie end */

/* topMain scrollDown */
#scrollDown {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 100px;
	z-index: 1000;
}
#scrollDown .scroll-btn img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
#scrollDown .scroll-btn {
	display: block;
	text-align: center;
}
#scrollDown .scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #000000;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
#scrollDown .scroll-btn .mouse {
	position: relative;
	display: block;
	width: 14px;
	height: 24px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 23px;
}
#scrollDown .scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 20%;
	left: 5px;
	width: 4px;
	height: 3px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
 @-webkit-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 10%;
}
 15% {
 opacity: 1;
 top: 70%;
}
 50% {
 opacity: 0;
 top: 70%;
}
 100% {
 opacity: 0;
 top: 10%;
}
}
@-moz-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 10%;
}
 15% {
 opacity: 1;
 top: 70%;
}
 50% {
 opacity: 0;
 top: 70%;
}
 100% {
 opacity: 0;
 top: 10%;
}
}
@keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 10%;
}
 15% {
 opacity: 1;
 top: 70%;
}
 50% {
 opacity: 0;
 top: 70%;
}
 100% {
 opacity: 0;
 top: 10%;
}
}
/* topMain scrollDown end */

/* topMain info */
#topMain #info {
	background-color: #ff8c00;
	position: absolute;
	bottom: 0px;
	height: 38px;
	overflow: hidden;
	color: #ffffff;
	width: 100%;
	z-index: 1000;
}
#topMain #info a {
	color: #ffffff;
}
#topMain #info #infoTitle {
	display: block;
	border-right: solid 2px #dfe1e4;
	width: 70px;
	float: left;
}
#topMain #info #infoTxt {
	float: left;
	width: 770px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
#topMain #info #infoTxt li {
	display: block;
	font-size: 0.8125em; /*13px*/
	line-height: 38px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#topMain #info #infoTxt li span {
	padding-right: 1em;
}
#topMain #info #infoTxt a {
	color: #ffffff;
}
#topMain #info #infoTxt a:hover {
	text-decoration: underline;
}
#topMain #info #toInfo {
	border-left: solid 2px #dfe1e4;
	color: #ffffff;
	float: left;
	font-size: 0.875em; /*14px*/
	line-height: 38px;
	padding-left: 10px;
}
/* topMain info edn */

#topMain .contact {
	position: absolute;
	bottom: 48px;
	right: 0;
	z-index: 999999;
}
/* topMain end */

/* contents */

.grayBG2 p {
	color: #ffffff;
}
/* serviceBox */
#serviceBox ul li:nth-child(n+5) {
	margin-top: 10px;
}
/* snsBox */
#snsBox #blogBox {
	background-color:#ffffff;
	border: solid 1px #cfcfcf;
	border-radius: 5px;
	padding: 10px;
	color: #000000;
}
#snsBox #blogBox ul li {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}
#snsBox #blogBox ul span {
	display: block;
}
#snsBox #blogBox ul li:first-child {
	border-bottom: solid 1px #7c8286;
	padding-bottom: 10px;
}
#snsBox #blogBox ul .title {
	font-size: 0.8125em; /*13px*/
	font-weight: bold;
}
#snsBox #blogBox ul .date {
	font-size: 0.75em; /*12px*/
	color: #5870ae;
	line-height: 1.4em;
}
#snsBox #blogBox ul .text {
	font-size: 0.6875em; /*11px*/
	line-height: 1.4em;
	font-weight: bold;
}
#snsBox #blogBox ul li:nth-child(n+3){
		display: none;
}
/* aboutBox */


#aboutBox .box p.aboutImg img {
	margin-top: 30px;
}
/* recruitBox */
#recruitBox .mynaviBtn {
	text-align: left;
}
/*#recruitBox .mynaviBtn #mynavi{
	float:left;
	margin-right:55px;
}*/
#recruitBox .mynaviBtn li span {
	font-size: 1.25em; /*20px*/
	display: block;
}
#recruitBox .mynaviBtn li a {
	margin-top: 10px;
}
#recruitBox .mynaviBtn li img {
	width: auto;
	height: 60px;
	border: solid #9b9c9b 1px;
}
/* accessBox */
#accessBox .title {
	font-size: 1.5625em; /*25px*/
	padding-bottom: 10px;
}
#accessBox #map_canvas {
	width: 482px;
	height: 297px;
	border: solid 1px #cfcfcf;
}
/* contents end */

@media print {
.print {
	display: none
}
}
