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


#none_sp, .none_sp {
display:none;
}
 
html {
overflow-x: hidden;
}

.ipad .pararaxArea {
/* ipadのみ */
display:none !important;
}





/* contents */

#contents {
width: 100%;
background-color: #FFF;
position: relative;
}

.top_box {
width: 1200px;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 10;
text-align: center;
margin-top: -160px;
}

.top1 {
font-size: 30px;
line-height: 60px;
color: #000000;
z-index: 99999 !important;
font-weight: 600;
font-family: "YuGothic-B";
position: relative;
}

.top2 {
font-size: 90px;
line-height: 90px;
color: #000000;
z-index: 99999 !important;
font-weight: 400;
font-family: "FuturaLT";
position: relative;
}

.top1, .top2 {
opacity: 0;
animation: fadein-anim 2s linear forwards;
}

@keyframes fadein-anim {
100% {
opacity: 1;
}
}

.concept_txt {
width: 800px;
font-size: 22px;
line-height: 48px;
font-family: "YuGothic-B";
text-align: left;
color: #FFFFFF;
margin-left: auto;
margin-right: auto;
z-index: 99999999 !important;
position: relative;
}

.subtitle {
font-size: 20px;
line-height: 40px;
color: #000000;
z-index: 99999 !important;
font-family: "YuGothic-B";
}

.title {
font-size: 60px;
line-height: 60px;
color: #000000;
z-index: 99999 !important;
font-family: "FuturaLT";
}

.contents_box {
width: 100%;
position: relative;
text-align: center;
z-index: 999999 !important;
background-color: #EBEBEB;
height: 600px;
padding-top: 70px;
}

#about {
width: 50%;
float: left;
}

#business {
width: 50%;
float: right;
}

#recruit {
width: 50%;
float: left;
}

#gaiyo {
width: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
}

#gaiyo p {
font-size: 16px;
line-height: 30px;
}

#gaiyo .cap1 {
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
width: 160px;
float: left;
}

#gaiyo .cap2 {
padding: 10px;
width: 395px;
float: left;
text-align: left;
}

.txt_line {
border-bottom: 1px solid #666;
}



.contact_box {
width: 98%;
position: relative;
text-align: center;
z-index: 999999 !important;
border-right: 1px solid #666;
padding-top: 70px;
padding-bottom: 70px;
}

.contact_txt {
width: 100%;
font-size: 14px;
line-height: 40px;
text-align: center;
margin-top: 0px;
padding-top: 30px;
}


/* form */

#contact-form {
width: 600px;
font-size: 14px;
line-height: 40px;
margin-left: auto;
margin-right: auto;
text-align: left;
margin-top: 50px;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
width: 580px;
background-color: rgba(255,255,255,1.00);
font-family: 'Open Sans', sans serif;
border: 1px solid #666;
font-size: 14px;
text-align: left;
vertical-align: middle;
padding: 0 10px;
}

#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
background-color: rgba(255,255,255,1.00);
color: #000000;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
transition: background 0.25 ease-in;
-moz-transition: background 0.25 ease-in;
-webkit-transition: background 0.25 ease-in;
}

#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}

#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}

#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


.btn-theme {
background-color: #000000;
width: 150px;
margin-left: auto;
margin-right: auto;
}

.btn-theme, .btn-theme:hover, .btn-theme:focus {
color: #fff;
}

.btn-theme:hover {
background-color: #333;
border-color: #FFF;
color: #FFF;
}

.btn {
display: block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 0px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-color: #999;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}

.hissu {
margin-left: 20px;
color: #FF713E;
font-size: 12px;
}


/* footer */

footer {
width: 100% !important;
display: block;
}

.foot {
width: 98%;
font-size: 12px !important;
line-height: 12px !important;
color: #666 !important;
text-align: center !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
position: relative;
border-right: 1px solid #666;
}



/* 横棒 */

.border{
	position: relative;
}

.border:before{
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0;
border-bottom: solid 1px #000;
animation: border_anim 3s linear forwards;
top: 350px;
left: 0px;
}

@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}







/* 文字アニメーション */

.animate {
margin: 0;
}

.animate span {
display: inline-block;
}

.animate span:nth-of-type(2) {
animation-delay: .05s;
}
.animate span:nth-of-type(3) {
animation-delay: .1s;
}
.animate span:nth-of-type(4) {
animation-delay: .15s;
}
.animate span:nth-of-type(5) {
animation-delay: .2s;
}
.animate span:nth-of-type(6) {
animation-delay: .25s;
}
.animate span:nth-of-type(7) {
animation-delay: .3s;
}
.animate span:nth-of-type(8) {
animation-delay: .35s;
}
.animate span:nth-of-type(9) {
animation-delay: .4s;
}
.animate span:nth-of-type(10) {
animation-delay: .45s;
}
.animate span:nth-of-type(11) {
animation-delay: .5s;
}
.animate span:nth-of-type(12) {
animation-delay: .55s;
}
.animate span:nth-of-type(13) {
animation-delay: .6s;
}
.animate span:nth-of-type(14) {
animation-delay: .65s;
}
.animate span:nth-of-type(15) {
animation-delay: .7s;
}
.animate span:nth-of-type(16) {
animation-delay: .75s;
}
.animate span:nth-of-type(17) {
animation-delay: .8s;
}
.animate span:nth-of-type(18) {
animation-delay: .85s;
}
.animate span:nth-of-type(19) {
animation-delay: .9s;
}
.animate span:nth-of-type(20) {
animation-delay: .95s;
}




/* Animation Three */


.three span {
color: #000;
opacity: 0;
transform: translate(-300px, 0) scale(0);
animation: sideSlide .5s forwards;
}

@keyframes sideSlide {
60% {
transform: translate(20px, 0) scale(1);
color: #000;
}

80% {
transform: translate(20px, 0) scale(1);
color: #000;
}

99% {
transform: translate(0) scale(1.2);
color: #EA5517;
}

100% {
transform: translate(0) scale(1);
opacity: 1;
color: #000;
}
}
