* {
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
  line-height: 1.8;
  font-weight: normal;
  color: #3e3a39;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	background: #fff;
	position: relative;
	min-height: 100%;
}

body {
	overflow-scrolling: touch;
}

div {
  line-height: 0;
}

strong {
  font-weight: bold;
}

.pc_none {
  display: none;
}

/* clear __________________________*/
/* float */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

body{
  font-family: 'Noto Sans', sans-serif;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#header_scroll {
  position: fixed;
  top: -136px;
  transition: .3s;
  background: #eaebeb;
  width: 100%;
  height: 136px;
  z-index: 99999999999;
}
#header_scroll h1 img {
  width: 252px;
  height: 84px;
  margin: 30px 0 0 50px;
}
#header_scroll ul {
  display: inline-block;
  position: absolute;
  top: 1.3em;
  right: 3.5%;
  z-index: 99;
}
#header_scroll ul li {
  display: inline-block;
  margin: 1.8em 0 0 60px;
}
#header_scroll ul li a {
  transition-property: all;
  transition: 0.3s linear;
}
#header_scroll ul li a:hover {
  opacity: 0.7;
}
#header_scroll ul li a img {
  height: 11px;
  vertical-align: center;
}
#header_scroll ul li.nav5 img {
  height: 25px;
  vertical-align: bottom;
}

header {
  background: #ffffff;
  height: 70px;
}
.menu-toggle {
  display: none;
}
.overlay {
  display: none;
}

h1 {
  position: relative;
  display: inline-block;
  z-index: 9;
}
h1 img {
  width: 252px;
  height: 84px;
  margin: 30px 0 0 50px;
}

.sp_insta {
  display: none;
}

#contents-nav {
  display: inline-block;
  position: absolute;
  top: 1.3em;
  right: 3.5%;
  z-index: 99;
}
#contents-nav ul li {
  display: inline-block;
  margin: 0 0 0 60px;
}
#contents-nav ul li a {
  transition-property: all;
  transition: 0.3s linear;
}
#contents-nav ul li a:hover {
  opacity: 0.7;
}
#contents-nav ul li a img {
  height: 11px;
}
#contents-nav ul li.nav5 img {
  height: 25px;
  vertical-align: top;
}

.slick-slide img.pc {
  display: block !important;
}
.slick-slide img.sp {
  display: none !important;
}
#top-kv.top_slide {
  width: 100%;
  height: calc(100vh);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
#top-kv .top_slide img.pc {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 68px);
  margin: 0 auto;
  text-align: center;
}
#top-kv p#slogan {
  text-align: center;
  margin: 1.1em auto 0;
}
#top-kv p#slogan img {
  max-width: 338px;
}

#whatwedo {
  text-align: center;
  padding: 100px 0 1em 0;
}
#whatwedo h2 img {
  width: 201px;
  margin: 0 0 1em 0;
}
#whatwedo p {
  margin: 0 0 2.5em 0;
}
img.parallel_photo {
  width: 50%;
  float: left;
}

#experiences {
  text-align: center;
  padding: 100px 0 1em 0;
}
#experiences h2 img {
  width: 211px;
  margin: 0 0 1em 0;
}
#experiences p {
  padding: 0;
}
#experiences p.txt_left {
  width: 30em;
  text-align: left;
  margin: 2.5em auto 0;
}
#experiences p.txt_left2 {
  width: 30em;
  text-align: left;
  margin: 1em auto;
}
#experiences #gallery {
  margin: 3.8em auto 6.3em;
}
#experiences img.s_photo {
  width: 22%;
}

#whoweare {
  text-align: center;
  padding: 100px 0;
}
#whoweare h2 img {
  width: 205px;
  margin: 0 0 1em 0;
}
#founder_block {
  position: relative;
  background: #e4e0e1;
  width: 65%;
  max-width: 850px;
  margin: 3em auto;
  text-align: left;
  overflow: hidden;
}
#founder_block img {
  position: absolute;
  bottom: 0;
  float: left;
  max-height: 100%;
  max-width: 165px;
}
#founder_block p {
  padding: 3em 2.5% 3em 25%;
  float: right;
}
#whoweare img.one_photo {
  width: 100%;
  margin: 2em 0 0 0;
}

#contact {
  text-align: center;
  padding: 3em 0;
}
#contact h2 img {
  width: 149px;
  margin: 0 0 1em 0;
}
#contact_form {
  text-align: left;
  width: 40%;
  margin: 0 auto 0;
}
#contact_form div {
  margin: 0 0 1em 0;
}
#contact label {
  font-size: 0.8em;
  line-height: 2.7;
}
#contact input {
  display: table;
  border: 1px solid #bbbbbb;
  width: 100%;
  height: 3em;
}
#contact textarea {
  display: table;
  border: 1px solid #bbbbbb;
  resize: vertical;
  overflow: hidden;
  width: 100%;
  height: 15em;
}
label#checkbox input {
	cursor: pointer;
	float: left;
  width: 25px;
  transform: scale(1.5);
  margin-left: 3px;
}
#contact button {
  font-size: 0.9em;
  width: 13em;
  height: 3.5em;
  border-radius: 3px;
  padding: 0;
  margin: 1.5em 0 0 0;
  background-color: #222222;
  color: #ffffff;
  cursor: pointer;
}
#contact button:hover {
  opacity: 0.9;
}
#contact .formrun-system-show {
  color: #aa0000;
  font-size: 0.8em;
  line-height: 1.8;
  margin: 1em 0 0 0;
}
#contact p {
  font-size: 0.8em;
}
#contact p.notice {
  font-size: 0.7em;
  margin: 2em 0 0 0;
}

#thanks {
  text-align: center;
  height: 750px;
  padding: 15em 0 0 0 !important;
}
#thanks img {
  width: 65px;
  height: auto;
  margin-bottom: 2em;
}
#thanks p {
  font-size: 18px;
  color: #3b3a3a;
  letter-spacing: 1px;
  margin: 0 0 3em 0;
}
#thanks p.thanks_link {
  font-size: 15px;
}

#footer-contents-nav {
  margin: 0 auto;
}
#footer-contents-nav nav ul {
  text-align: center;
  margin: 3em 0 30px 0;
}
#footer-contents-nav nav ul li {
  display: inline-block;
  margin: 0 2em;
}
#footer-contents-nav nav ul li.nav5 {
  display: inline-block;
  margin: 0 0 0 2em;
}
#footer-contents-nav nav ul li img {
  height: 11px;
}
#footer-contents-nav nav ul li.nav5 img {
  height: 30px;
  vertical-align: bottom;
}
#footer-contents-nav ul li a {
  transition-property: all;
  transition: 0.3s linear;
}
#footer-contents-nav ul li a:hover {
  opacity: 0.7;
}

footer {
  background: #e6eaea;
}
footer div {
  height: 250px;
}
footer img#logo_footer {
  width: 351px;
  margin: 1.5em 0 0 2em;
  float: left;
}
copyright {
  font-size: 0.62em;
  float: right;
  margin: 3.6em 2em 0 0;
  letter-spacing: 1px;
}










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

.sp_none {
  display: none;
}
.pc_none {
  display: block;
}

html,body{
	width: 100%;
}
body{
  font-size: 0.67em;
  letter-spacing: 0.03em;
}

p {
  line-height: 2.1;
}

#wrapper {
  background: #ffffff;
  margin: 0 auto;
  padding: 0;
}

#header_scroll {
  display: none !important;
}

h1 {
  position: absolute;
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 999999;
}
h1 img {
  width: 48%;
  height: auto;
  margin: 43px auto;
}

#contents-nav {
  display: none;
}
.sp_insta {
  display: block;
  position: fixed;
  right: 4.5%;
  top: 2em;
  z-index: 99999999;
}
.sp_insta img {
  width: 28px;
  height: 28px;
}


#top-kv.top_slide {
  width: 100%;
  height: calc(100vh);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.slick-slide img.pc {
  display: none !important;
}
.slick-slide img.sp {
  display: block !important;
  object-fit: cover;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#top-kv p#slogan img {
  max-width: 62%;
}

#whatwedo {
  padding: 7em 0 0 0;
}
#whatwedo h2 img {
  width: 35%;
  margin: 0 0 2.2em 0;
}
#whatwedo p {
  padding: 0 10%;
  margin: 0 0 2.5em 0;
}
img.parallel_photo {
  width: 100%;
  float: none;
  margin: 4.5em 0 0 0;
}

#experiences {
  padding: 5.5em 0 0 0;
}
#experiences h2 img {
  width: 35%;
  margin: 0 0 2.2em 0;
}
#experiences p {
  padding: 0 5%;
}
#experiences p.txt_left {
  width: 100%;
  text-align: left;
  margin: 5em 0 0 0;
}
#experiences p.txt_left2 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  letter-spacing: -0.003em;
}

#experiences #gallery {
  margin: 3.5em auto 0;
}
#experiences img.s_photo {
  width: 90%;
}
#experiences img.parallel_photo {
  margin: 5em auto 0;
}

#whoweare {
  padding: 5.5em 0 0 0;
}
#whoweare p {
  padding: 0 20%;;
}
#whoweare h2 img {
  width: 35%;
  margin: 0 0 2.2em 0;

}
#founder_block {
  background: #e4e0e1;
  width: 90%;
  margin: 3em auto;
  text-align: left;
}
#founder_block img {
  max-height: 100%;
  max-width: 130px;
}
#founder_block p {
  padding: 3em 3% 3em 35%;
  float: right;
}

#contact {
  padding: 5em 0 0 0;
}
#contact h2 img {
  width: 27%;
  margin: 0 0 2.2em 0;
}
#contact_form {
  text-align: left;
  width: 90%;
  margin: 0 auto 0;
}
#contact label {
  font-size: 1em;
  line-height: 3;
}
label#checkbox input {
  transform: none;
  margin-right: 7px;
}

#thanks {
  text-align: center;
  height: auto;
  padding: 13em 0 0 0 !important;
}
#thanks img {
  width: 50px;
  height: auto;
  margin-bottom: 2em;
}
#thanks p {
  font-size: 15px;
  color: #3b3a3a;
  letter-spacing: 1px;
  margin: 0 0 3em 0;
}
#thanks p.thanks_link {
  font-size: 12px;
}

#footer-contents-nav {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
#footer-contents-nav nav ul {
  text-align: center;
  margin: 7em auto 0;
}
#footer-contents-nav nav ul li {
  display: block;
  margin-right: 0;
  margin: 0 auto;
  line-height: 0;
  border-top: 1px solid #dddddd;
}
#footer-contents-nav nav ul li a {
  line-height: 0;
  display: block;
}
#footer-contents-nav nav ul li img {
  width: 130px;
  height: auto;
  margin: 3.2em;
}


footer {
  margin: 0 auto;
  padding: 70px 0 2em 0;
}
footer div {
  height: 250px;
  text-align: center;
}
.footer_insta {
  margin: 0 auto 5em;
  width: 10%;
}
footer img#logo_footer {
  width: 170px;
  margin: 1.5em auto 5em;
  float: none;
}
copyright {
  font-size: 0.62em;
  float: none;
  margin: 0;
  letter-spacing: 1px;
}



/* SP menu ___________________*/

.menu_toggle {
    position: fixed;
    width: 26px;
    height: 24px;
    margin: 22px 0 0 5%;
    z-index: 9999999999;
}
.menu_line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333333;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu_line-top {
    top: 1px;
}
.menu_line-center {
    top: 10px;
}
.menu_line-bottom {
    bottom: 1px;
}
.menu_line-top.active {
    top: 10px;
    transform: rotate(45deg);
}
.menu_line-center.active {
    transform:scaleX(0);
}
.menu_line-bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
}


.overlay {
    background: rgba(255,255,255,1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999999;
}
.overlay ul{
    text-align: center;
    margin: 13em 0 0 0;
    border-bottom: 1px solid #dddddd;
}
.overlay_nav_item {
    display: block;
    margin-right: 0;
    margin: 0 auto;
    line-height: 0;
    border-top: 1px solid #dddddd;
}
.overlay_nav_item a {
    color: #333;
    text-decoration: none;
    transition: .7s;
    line-height: 0;
    display: block;
}
.overlay_nav_item a:hover {
    opacity: 0.7;
}
.overlay_nav_item a img {
    width: 130px;
    margin: 3.2em;
}

} /* end of max-width:767px ___________________*/
