@charset "utf-8";
/*----------------------------------------------------
	common
----------------------------------------------------*/
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html, body, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
  color: #5e5e5e;
  background: #a4a4a5;
  line-height: 1;
  position: relative;
}

ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #5e5e5e;
}

:focus {
  outline: 0;
}

/*----------------------------------------------------
	top
----------------------------------------------------*/
.top-container {
  width: 1200px;
  height: 840px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -400px 0 0 -600px;
  overflow: auto;
}

.hero {
  position: relative;
}

.box-sns {
  height: 46px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0 0 20px;
}

.box-sns li {
  float: left;
  padding-right: 12px;
}

.box-sns li a:hover {
  opacity: 0.8;
}

.ttl-profile {
  color: #939393;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: left;
  margin: 0 0 20px;
}

.ttl-profile span {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.6rem;
}

.box-career,
.box-portfolio {
  color: #939393;
  text-align: left;
  font-size: 1.3rem;
  width: 500px;
  line-height: 1.6;
}

.box-career dd,
.box-portfolio dd {
  margin: 0 0 20px 0;
}

.box-career {
  float: left;
  overflow: hidden;
}

.box-career dt {
  width: 90px;
  float: left;
}

.box-career dd {
  float: left;
}

.box-portfolio {
  float: right;
}

.box-portfolio li {
  margin-bottom: 12px;
}

.copyright {
  font-size: 1.1rem;
  text-align: center;
  margin: 8px 0 0;
}

/*----------------------------------------------------
	gallery
----------------------------------------------------*/
.gallery-container {
  width: 100%;
  height: 600px;
  background: #a4a4a5;
  position: absolute;
  top: 50%;
  margin: -300px auto 0;
  padding: 100px 0;
}

.ttl-gallery {
  width: 100%;
  position: absolute;
  z-index: 1100;
}

.ttl-gallery span {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
}

.link-top {
  width: 100%;
}

.link-top a {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 0 40px;
}

.slider {
  display:none;
}

.slider.slick-initialized {
  display: block;
}

.slider li {
  margin-right: 50px;
}

.slider li:before {
  content: '';
  display: inline-block;
  height: 400px;
  vertical-align: bottom;
}

.slider li img {
  display: inline-block;
  vertical-align: bottom;
}