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



.bold {
	font-weight: bold;
}
html, body {
	margin: 0px;
}
.wrap {
	position: absolute;
	width: 100%;
	height: 100%;
}
.key-title {
	position: relative;
	width: 520px;
	top: 29%;
	margin: 0 10% 100px auto;
}
.title {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #00A79B;
	letter-spacing: 0.5em;
	line-height: 1.5em;
	padding: 0 0 20px 0;
	margin: 0;
}
.ker-1 {
	letter-spacing: 0.88em;
}
.key-visual {
	position: relative;
	width: 100%;
	height: 100%;
}
.key-background {
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url(../images/key-visual.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*--------------------------------------------------------------
## nav
--------------------------------------------------------------*/

.navbar-brand {
	background: url("../images/monocraft.png") no-repeat left center;
	background-size: contain;
	height: 33px;
	width: 180px;
	margin-top: 7px;
}
.tel {
	margin-top: 9px;
	width: 200px;
}
.contact-btn {
	display: inline-block;
	padding: 10px 30px;
	margin: 5px 0 0 30px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	white-space: nowrap;
	background-color: #FC893A;
}
.contact-btn a {
	color: #fff;
}
.contact-btn:hover, .contact-btn:focus, .contact -btn:active {
	background-color: #fff;
	border-color: #2E3192;
}
.contact-btn:hover a {
	color: #333!important;
	text-decoration: none;
}
.globalnav {
	width: 100%;/*	position: absolute;*//*
	bottom: 0;
	left: 0;
	z-index: 10;
*/
}
.nav-custom {
	background-color: rgba(0,0,0,0.80);
	margin-bottom: 0;
}
.navbar {
	border-radius: 0;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
.navbar-toggle {
	border: 1px solid #fff;
}
.icon-bar {
	background-color: #fff;
}
/*--------------------------------------------------------------
## sroll
--------------------------------------------------------------*/

.scroll_down {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.scroll_down a span {
	position: absolute;
	bottom: 70px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #2E3192;
	border-bottom: 1px solid #2E3192;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
	color: #666;
}
@-webkit-keyframes sdb {
 0% {
 -webkit-transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
@keyframes sdb {
 0% {
 transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
main {
	background-color: #fff;
}
.conts1 {
	margin: 0 0 100px 0;
	padding: 140px 0 0 0;
}
.sub-title {
	font-weight: bold;
	font-size: 34px;
}
.sub-title-eng {
	margin: 0 0 80px 0;
}
.feat-content {
	margin: 0 0 80px 0;
}
.feat-box {
	width: 280px;
	height: 288px;
	background-color: #FC893A;
	margin: 0 auto;
	padding: 30px 20px 0 20px;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.feat-title {
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 0 18px 0;
}
.feat-cap {
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 10px;
}
.pospit-media {
	position: relative;
	background-image: url(../images/right-pc-back.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}
.media-cap {
	padding: 17% 0% 20% 5%;
	color: #fff;
}
.media-cap h3 {
	line-height: 2em;
}
.media-btn {
	display: inline-block;
	padding: 10px 32px;
	margin-top: 3%;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	white-space: nowrap;
	background-color: #fff;
}
.media-btn:hover, .media-btn:focus, .media-btn:active {
	color: #fff;
	background-color: #2E3192;
	border-color: #2E3192;
}
.conts2 {
	margin-top: 10%;
	padding-bottom: 10%;
}
.workflow {
	margin: 5% 0 5% 0;
}
.flow-chart {
	display: flex;
	justify-content: center;
	margin: 6% auto;
}
.workflow-box {
	width: 18.29%;
	margin: 2px;
	border-radius: 10px;
}
.workflow-box-title {
	background-color: #00A79B;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.workflow-box2 {
	height: 300px;
	border: 3px solid #00A79B;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.workflow-box-img {
	margin: 10px auto;
	text-align: center;
}
.workflow-box-cap {
	width: 90%;
	margin: 5px auto 10px auto;
}
.workflow-triangle {
	width: 20px;
	height: 80px;
	border-style: solid;
	border-width: 40px 0 40px 20px;
	border-color: transparent transparent transparent #00a79c;
	margin-top: 130px;
}
.flow1 {
	background-color: #FFFDF6;
	padding-top: 5%;
}
.flow2 {
	background-color: #EAF5FC;
	padding-bottom: 5%;
}
.can-list {
	font-size: 15px;
	line-height: 2em;
}
.can-title1 {
	color: #20B5DC;
	letter-spacing: 0.1em;
}
.can-txt {
	margin: 0 0 15% 15%;
}
.can-title2 {
	color: #39B34A;
	letter-spacing: 0.1em;
}
.can-txt2 {
	margin: 15% 0 0 15%;
}
.conts4 {
	margin: 10% 0 0 0;
	position: relative;
}
.conts5 {
	background-color: #F8F7F3;
}
.works-title {
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	bottom: 0;
	color: #FC893A;
	letter-spacing: 0.2em;
}
.works-txt {
	font-size: 15px;
	margin: 10% 0 10% 0;
	line-height: 2em;
}
.graf {
	margin: 4% 0 0 0;
}
.emplo {
	margin: 15% 0 0 0;
}
.emplo-txt {
	margin: 5% 0 20% 0;
	font-size: 15px;
	line-height: 2em;
}
.conts6 {
	color: #fff;
	background-color: #00A79B;
	padding: 100px 0 100px 0;
}
.tel-contact {
	margin: 50px 0;
	font-weight: bold;
}
.tel-contact h2 {
/*	letter-spacing: 0.1em;*/
	font-weight: bold;
}
.tel-contact-number {
	color: #fff!important;
}
.contact-form {
	margin-bottom: 120px;
}
div.cfm {
	margin: 0 0 30px 0;
}
div.cfm p {
	padding: 20px 20px 0;
	margin: 0;
}
div.cfm input, .cfm textarea {
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 14px;
}
.cfm-text {
	width: 100%;
}
div.cfm textarea {
	width: 100%;
	height: 250px;
}
div.cfm input.cfm-submit {
	cursor: pointer;
	color: #00A79B;
	font-weight: bold;
	font-size: 14px;
	width: 160px;
	height: 40px;
	margin: 0;
	display: block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #00A79B;
}
div.cfm input.cfm-submit:hover {
	background: #FC893A;
	border: 1px solid #fff;
	color: #fff;
}
.cfm input.cfm-submit:active {
	box-shadow: none;
	bottom: -2px;
	position: relative;
}
.cfm input:focus, .cfm textarea:focus {
	border: 1px solid #009de1;
}
.cfm-captchac {
	border: 1px solid #ccc;
}
.cfm .required {
	color: #fff;
}
span.cfm-list-item {
	margin: 0;
}
div.cfm label {
	font-weight: normal;
}
.thanks {
	margin: 20% 0 0 0;
}
.thanks-title {
	font-weight: bold;
	margin: 0 0 2% 0;
}
.thanks-msg {
	font-weight: bold;
}
.back-btn {
	display: inline-block;
	padding: 10px 32px;
	margin-top: 3%;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	white-space: nowrap;
	background-color: #00A79B;
	color: #fff;
}
.back-btn:hover, .back-btn:focus, .back-btn:active {
	color: #fff;
	background-color: #20B5DC;
	border-color: #20B5DC;
}
footer {
	text-align: center;
	color: #fff;
	padding: 10px 0 10px 0;
	font-size: 10px;
	background-color: #666;
}
