@charset "utf-8";

/* Service,Identity h1
---------------------------------------- */
header {
	position: relative;
	height: 100px;
}
.headerLogo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
	width: 150px;
	margin-left: 40px;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .headerLogo {
    width: 120px;
	margin-left: 3%;
  }
}

.headerLogo a {
	display: block;
}

.vision,
.service {
  padding: 0px 0 60px;
}

.service .desc,
.service .desc_box {
  line-height: 1.8em;
}

section h1 {
  opacity: 1;
}

section h1,
section h2,
section h3,
section h4{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

/*.contact*/

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
	color: #fff;
}

.contact-form label{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
}

.contact-form input[type=email],
.contact-form input[type=text],
.contact-form input[type=url],
.contact-form textarea {
  border: #333 1px solid;
  font-size: 18px;
}

.contact-form .contact-submit {
  line-height: 1.6em;
}

.contact-form .contact-submit button {
  background-color: #333;
  color: #fff;
  font-size:20px;
  padding: 9px 19px;
  font-weight: 700;
}

.contact-form {
  text-align: left;
}


@media screen and (min-width: 768px) {
  .contact-form label {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form label {
    font-size: 1.8rem;
  }
}



/*h1*/

@media screen and (min-width: 768px) {
  section h1 {
    font-size: 46px;
    letter-spacing: 0.6em;
  }
}

@media screen and (max-width: 767px) {
  section h1 {
    font-size: 3.7rem;
    letter-spacing: 0.55em;
  }
}
@media screen and (max-width: 400px) {
  section h1{
    font-size: 3rem;
  }
}

/*/h1*/


/*h2*/

section h2 {
  margin-bottom: .4em;
}

@media screen and (min-width: 768px) {
  section h2 {
    font-size: 24px;
    letter-spacing: .8em !important;
  }
}

@media screen and (max-width: 767px) {
  section h2 {
    font-size: 1.8rem;
    letter-spacing: 0.35em !important;
  }
}

/*/h2*/


/*h3*/

section h3 {
  margin-bottom: .2em;
}

@media screen and (min-width: 768px) {
  section h3 {
    font-size: 18px;
    letter-spacing: 0.4em !important;
  }
}

@media screen and (max-width: 767px) {
  section h3 {
    font-size: 2.2rem;
    letter-spacing: 0.15em !important;
  }
}
@media screen and (max-width: 600px) {
  section h3 {
    font-size: 1.8rem;
  }
}

/*/h3*/


/*h4*/

section h4 {
  margin-bottom: .2em;
}

@media screen and (min-width: 768px) {
  section h4 {
    font-size: 16px;
    letter-spacing: 0.1em !important;
  }
}

@media screen and (max-width: 767px) {
  section h4 {
    font-size: 1.4rem;
    letter-spacing: 0.035em !important;
  }
}

/*/h4*/

@media screen and (min-width: 768px) {
  .desc_box {
    float: left;
    text-align: left;
  }

  .box_container {
    width: 768px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .desc_box {
    width: 100%;
    float: none;
  }
}

/*left*/
@media screen and (min-width: 768px) {
  section .left .desc {
    text-align: left !important;
  }

  section .left {
    width: 768px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  section .left .desc {
    width: 100%;
  }
}

/*vision*/
@media screen and (min-width: 768px) {
  .vision p.desc {
    line-height: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .vision p.desc {
    line-height: 1.5em;
  }
}

.last_service{
	margin-bottom:25%;
}

.privacyList {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 auto 30px;
	letter-spacing: 0.035em;
}

.privacyList a {
	color: #4169e1;
}
@media screen and (max-width: 767px) {
  .privacyList {
    line-height: 1.5em;
  }
}