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


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

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


/* header */

header {
position: relative;
width: 100%;
height: 900px;
background-image: url(../images/bg.png);
background-repeat: repeat;
}

header .top1 {
font-size: 30px;
color: #000000;
z-index: 99999 !important;
font-weight: 600;
font-family: "YuGothic-B";
position: absolute;
top: 150px;
left: 150px;
}

header .top2 {
font-size: 100px;
color: #000000;
z-index: 99999 !important;
font-weight: 400;
font-family: "FuturaLT";
position: absolute;
top: 230px;
left: 150px;
}

header .top3 {
font-size: 24px;
line-height: 38px;
color: #000000;
z-index: 99999 !important;
font-weight: 400;
font-family: "YuGothic-B";
position: absolute;
top: 450px;
left: 450px;
width: 600px;
}

header .top4 {
font-size: 24px;
line-height: 38px;
color: #000000;
z-index: 99999 !important;
font-weight: 400;
font-family: "YuGothic-B";
position: absolute;
top: 600px;
left: 450px;
width: 600px;
}

/* contents */

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

.contents_box {
width: 1200px;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 10;
max-height: 700px;
}


#concept, #about, #business, #recruit, #contact {
position: relative;
width: 100%;
z-index: 2;
border-top: 1px solid #D4D4D4;
}

#concept {
height: 900px;
color: #000;
background-image: url(../images/bg2.gif);
background-repeat: repeat;
}

#about {
height: 900px;
color: #000;
background-image: url(../images/bg3.gif);
background-repeat: repeat;
}

#business {
height: 900px;
color: #000;
background-image: url(../images/bg4.gif);
background-repeat: repeat;
}

#recruit {
height: 900px;
color: #000;
background-image: url(../images/bg5.gif);
background-repeat: repeat;
}

#contact {
height: 1100px;
color: #000;
background-image: url(../images/bg6.gif);
background-repeat: repeat;
}



.subtitle {
font-size: 30px;
line-height: 70px;
color: #000000;
z-index: 99999 !important;
font-weight: 600;
font-family: "YuGothic-B";
position: absolute;
top: 100px;
left: 200px;
}

.title {
font-size: 70px;
line-height: 70px;
color: #000000;
z-index: 99999 !important;
font-weight: 600;
font-family: "FuturaLT";
position: absolute;
top: 170px;
left: 200px;
}

.concept_txt {
width: 600px;
font-size: 18px;
line-height: 46px;
font-family: "YuGothic-B";
position: absolute;
top: 450px;
left: 450px;
}



#gaiyo {
width: 600px;
position: absolute;
top: 350px;
left: 450px;
}

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

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

#gaiyo .cap2 {
padding: 15px;
width: 395px;
float: left;
}

.contact_txt {
width: 800px;
font-size: 14px;
line-height: 40px;
position: absolute;
top: 250px;
left: 200px;
}



/* form */

#contact-form {
width: 600px;
font-size: 14px;
line-height: 40px;
position: absolute;
top: 350px;
left: 450px;
}

#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: 0;
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 {
background-color: #B5B5B5;
width: 100% !important;
display: block;
}

.foot {
background-color: #B5B5B5;
width: 1100px;
font-size: 12px !important;
line-height: 12px !important;
color: #FFF !important;
text-align: center !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
margin-left: auto;
margin-right: auto;
}


/* 横棒 */

.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%;
	}
}


/* 縦棒 */

.p-scroll-area {
display: block;
width: 2px;
height: 130vh;
background-color: #B5B5B5;
position: absolute;
left: 100px;
top: 0;
}
  

.p-scroll__text::after {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  background-color: #0f0f0f;
  border-radius: 50%;
  left: 1px;
  top: 0;
  animation-duration: 5s;
  animation-name: top-to-bottom;
  animation-iteration-count: infinite;
}

@keyframes top-to-bottom {
  0% {
    opacity: 1;
    transform: translateY(0px);
    width: 1px;
    height: 1px;
  }

  10%{
    width: 15px;
    height: 15px;
    left: -7.5px;
  }

  80%{
    left:-.7px;
  }

  100% {
    opacity: .1;
    transform: translateY(600px);
    width: 3px;
    height: 3px;
    left:0px;
  }
}



/* 表の線 */

.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
content: '';
position: absolute;
left: 0;
bottom: -14px;
width: 0%;
height: 1px;
background: #333333;
z-index: -1;
transition: all 0.8s;
margin-top: 0px;
margin-bottom: 15px;
}
.Text-Span.isActive:after {
  width: 100%;
}




