@charset "utf-8";



@import url('https://fonts.googleapis.com/css?family=Unica+One');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,700,900');

* {
   -webkit-appearance: none;
}

input[type="submit"]{
   -webkit-appearance: none;
   border-radius: 0;
}

.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

img{
	max-width: 100%;
}

ol, ul{
    list-style:none;
}


div,p,li,input,td,span,textarea,select,option,ul,form,nav,body{
    box-sizing: border-box;
}


/*base*/

body{
	font-family: "Noto Sans Japanese";
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: solid 25px #fff;
  color: #333;
	overflow-x: hidden;

}

@media only screen and (max-width: 766px) {
  body{
    font-family: "Noto Sans Japanese";
    margin: 0;
    padding: 0;
    max-width: 100%;
    border: solid 10px #fff;
    overflow-x: hidden;

  }
}

a{
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}


.main_h {
  position: fixed;
  top: 0px;
  left: 0;
  max-height: 90px;
  z-index: 999;
  width: 100%;
  padding-top: 0px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;

  padding-bottom: 6px;
}

@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 0px;
    max-height: 50px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: none;
  opacity: 1;
  top: 0px;
}

.logo {
  width: 200px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  position: absolute;
  top: 7px;
  left: 15px;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 0px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 60%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}



@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 70px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #333;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 10px;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #333;
  display: block;
}

.row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

.sections{
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

* {
  box-sizing: border-box;
}


a {
  text-decoration: none;
}

h1 {
  font-size: 30px;
}

p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
}

.content {
  padding: 50px 2% 150px;
}

.hero {
  position: relative;
  background: url(./../img/cristaux.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: calc(100vh - 55px);
  padding-top: 150px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}
.hero h1 {
  font-size: 50px;
  line-height: 1.3;
}
.hero h1 span {
  font-size: 25px;
  color: #e8f380;
  border-bottom: 2px solid #e8f380;
  padding-bottom: 12px;
  line-height: 3;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}




/************************* 

custom

**************************/

.hero{
	padding-top: 40px;
	position: relative;
}



.hero h1{

}

.hero .text_1{
	height: 70px;
	width: 100%;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 0px;
}

.hero .text_2{
	height: 180px;
	width: 100%;
	text-align: right;
	margin-right: -2px;
	margin-bottom: 0px;
}

.hero .text_3{
	height: 65px;
	width: 100%;
	padding-right: 10px;
	text-align: right;
}

.hero .text_1 img{
	max-height: 100%;
	height: 100%;
}

.hero .text_2 img{
	max-height: 100%;
	height: 100%;
}

.hero .text_3 img{
	max-height: 100%;
	height: 100%;
}

.hero ul{
	position: absolute;
	left: 0;
	bottom: -40px;
}

.hero ul li{
	float: left;
	border: solid 8px #fff;
	text-align: center;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #53787e;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.hero ul li a{
	font-family: 'Unica One', cursive;
	font-weight: 900;
	font-size: 25px;
	color: #fff;
	line-height: 140px;
	display: block;
    width: 100%;
    height: 100%;

}

.hero ul li:hover{
	background-color: rgba(255,255,255,.6);
	color: #53787e;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.hero ul li:hover a{
	color: #53787e;
}


.hero ul li:hover a{
	transform: rotate(15deg);
}


@media screen and (max-width:640px){

  .hero {
    position: relative;
    background: url(./../img/cristaux_sp.jpg);
    background-size: 100% 100%;
  }
  .hero{
    padding-top: 10px;
  }

  .hero h1{
    width: 100%;
  }

  .hero .text_1{
    height: 50px;

  }

  .hero .text_2{
    height: 130px;
  }

  .hero .text_3{
    height: 45px;
  }

  .hero ul{
    padding: 0px;
    bottom: 10px;
    left: 20px;
  }

  .hero ul li{
    border: solid 4px #fff;
    width: 110px;
    height: 110px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .hero ul li a{
    font-family: 'Unica One', cursive;
    font-weight: 900;
    font-size: 17px;
    color: #fff;
    line-height: 120px;
    display: block;
      width: 100%;
      height: 100%;

  }

  
}



.row.content{
	position: relative;
	padding-top: 350px;
  overflow: hidden;
  max-width: 100%;
}

.row.content.content2{
  padding-bottom: 50px !important;
}


.section_title{
	font-size: 80px;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 900;
	line-height: 100%;
	margin-bottom: 8px;
	letter-spacing: 0em;
	color: #333;
	padding: 35px 75px;
	width: 75%;
	position: absolute;
	left: -50px;
	top: 120px;
	z-index: 2;
}

.box{
	font-family: 'Unica One', cursive;
	margin-bottom: 8px;
	letter-spacing: .2em;
	color: #fff;
	padding: 10px 75px;
	background-color: #f9f9f9;
	width: 85%;
	position: absolute;
	left: 0px;
	top: 190px;
	z-index: -1;
}

.section_title .line{
	width: 100%;
	height: 3px;
  margin-top: 10px;
	background-color: #53787e;
}


@media screen and (max-width:640px){
  .row.content{
    position: relative;
    padding-top: 200px;
  }

  .row.content.content2{
    padding-bottom: 50px !important;
  }


  .section_title{
    font-size: 25px;
    margin-bottom: 8px;
    padding: 15px 45px;
    width: 85%;
    left: -20px;
    top: 60px;
  }

  .box{
    padding: 5px 75px;
    width: 100%;
    left: 0px;
    top: 100px;
  }
  
}


.service{

}


.service .service_cection{
	width: 33.33333%;
	float: left;
	height: 670px;
	position: relative;
}

.service .service_cection .inner{
	position: absolute;
	width: 100%;
	height: 670px;
	left: 0;
	top: 0;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.service .service_cection .inner img{
	opacity: .4;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.service .service_cection:hover .inner{
	margin-top: -20px;
	box-shadow: 16px 16px 32px rgba(0,0,0,.2);
  background-color: #fff;
}


.service .service_cection:hover .inner img{
	opacity: 1;
}



.service .service_cection h1{
	font-size: 14px;
	font-weight: 900;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom: solid 4px #eee;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.service .service_cection:hover h1{
	border-bottom: solid 4px #53787e;
}

.service .service_cection p{
	font-size: 13px;
	line-height: 170%;
	font-weight: 700;
	padding-left: 25px;
	padding-right: 25px;
}

.service .bgray{
  position: absolute;
  top: 40px;
  right: 0;
  height: 100%;
  width: 55%;
  background-color: #f6f5ef;
}

@media screen and (max-width:640px){
  .service .service_cection{
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 20px;
  }

  .service .service_cection .inner{
    position: static;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .service .service_cection .inner img{
    opacity: 1;
    -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -ms-transition: 0.4s;
      transition: 0.4s;
  }

  .service .service_cection .inner{
    box-shadow: 8px 8px 16px rgba(0,0,0,.2);
  }




  .service .service_cection h1{
    border-bottom: solid 4px #53787e;
  }
}

.company{
  width: 100%;
  position: relative;
  background-color: #53787e;
  
}


.company .company_info{
  position: relative;
  overflow: hidden;
  max-width: 100%;
  z-index: 1;
}

.company .company_info table{
  float: right;

}

.rectuit{
	width: 100%;
  position: relative;
}

.rectuit .company_info table{
  float: left;
}


.fade_1{
  position: absolute;
  left: -350px;
  top: 300px;
  height: calc(100% - 250px);
  z-index: 0;
  width: 85%;
  object-fit: cover;
  border: solid 15px #46666b;
}

.fade_2{
  position: absolute;
  right: -350px;
  top: 300px;
  height: calc(100% - 250px);
  z-index: -1;
  object-fit: cover;
  width: 85%;
  border: solid 15px #eee;

}


.company_info table{
  width: 700px;
  background-color: #fff;
  border: solid 15px #f6f5ef;
  padding: 60px 95px;
  box-shadow: -16px 16px 32px rgba(0,0,0,.2);
}


.company_info tr{

}

.company_info th{
  font-size: 14px;
  text-align: left;
  font-weight: 700;
  width: 30%;
  padding: 25px 0px;
  border-bottom: solid 4px #53787e;
  color: #53787e;
}

.company_info td{
  font-size: 13px;
  line-height: 170%;
  font-weight: 700;
  width: 70%;
  text-align: right;
  padding: 10px 0px;
  border-bottom: dotted 2px #999;
}

.company .section_title{
  color: #fff;
}

.company .box{
  background-color: #46666b;
  z-index: 0;
}

.company .section_title .line{
  background-color: #fff;
}

@media screen and (max-width:640px){
  .company .company_info table{
    float: right;
  }

  .rectuit{
    width: 100%;
    position: relative;
  }

  .rectuit .company_info table{
    float: left;
  }


  .fade_1{
    left: 0px;
    top: 170px;
    height: calc(50%);
    z-index: -1;
    width: 85%;
    opacity: .7 !important;
    object-fit: cover;
    border: solid 10px #eee;
  }

  .fade_2{
    right: 0px;
    top: 170px;
    height: calc(50%);
    z-index: -1;
    object-fit: cover;
    width: 85%;
    opacity: .7 !important;
    border: solid 10px #eee;

  }


  .company_info table{
    width: 90%;
    background-color: rgba(255,255,255,.9);
    border: solid 7px #f6f5ef;
    padding: 60px 20px;
    box-shadow: -8px 8px 16px rgba(0,0,0,.2);
  }

  
}

.contact .service_cection{
	width: 80%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 170%;
  font-weight: 700;
}

.contact .service_cection form{
  background-color: #eee;
  padding: 95px 130px;
}

.contact .service_cection form .form_group{
  margin-bottom: 30px;
}

.contact .service_cection form .form_group textarea,.contact .service_cection form .form_group select,.contact .service_cection form .form_group input[type="text"],.contact .service_cection form .form_group input[type="email"]{
  float: right;
  width: 80%;
  padding: 15px;
  border: solid 6px #f6f5ef;
  border-radius: 5px;
  font-family: "Noto Sans Japanese";
}

.contact .service_cection form .form_group input[type="submit"]{
  font-family: "Noto Sans Japanese";
  background-color: #53787e;
  margin-top: 25px;
  width: 60%;
  float: right;
  padding: 17px 0px;
  border: solid 6px #fff;
  color: #fff;
}

.contact .service_cection form .form_group input[type="submit"]:hover{
  opacity: .8;
}

.contact .service_cection form .form_group textarea{
  height: 350px;
}

.contact .service_cection form .form_group label{
  float: left;
  width: 20%;
  text-align: center;
}

@media screen and (max-width:640px){
  .contact .service_cection{
    width: 100%;
    margin: 0 auto;
    line-height: 170%;
    font-weight: 700;
  }

  .contact .service_cection p{
    font-size: 13px;
    line-height: 160%;
  }

  .contact .service_cection form{
    padding: 50px 25px;
  }

  .contact .service_cection form .form_group{
    margin-bottom: 30px;
  }

  .contact .service_cection form .form_group textarea,.contact .service_cection form .form_group select,.contact .service_cection form .form_group input[type="text"],.contact .service_cection form .form_group input[type="email"]{
    float: none;
    width: 100%;
    padding: 15px;
    border: solid 4px #f6f5ef;
  }

  .contact .service_cection form .form_group input[type="submit"]{
    width: 100%;
  }

  .contact .service_cection form .form_group input[type="submit"]:hover{
    opacity: .8;
  }

  .contact .service_cection form .form_group textarea{
    height: 350px;
  }

  .contact .service_cection form .form_group label{
    float: none;
    width: 100%;
    text-align: center;
  }
}


footer{
  padding: 45px 0px 85px 0px;
  text-align: center;
  font-size: 11px;
}