@charset "UTF-8";
/* ↓
から */
/* $img_path: '/lp-recruit/newgraduate//wp-content/uploads/2019/06/'; */
/*=======================================================
▼リセット
=======================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, footer, header, hgroup,
menu, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  margin: 0;
  font-size: 1.6rem;
}

/*=======================================================
▼共通雨設定
=======================================================*/
html {
  font-size: 62.5%;
}

p {
  margin: 0;
  line-height: 1.5;
}

li {
  line-height: 1.5;
}

img {
  vertical-align: bottom;
  display: inline-block;
  width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  display: inline-block;
  text-decoration: none;
  color: rgba(0,0,0,0.75);
}

a:hover {
  opacity: 0.7;
}

ol, ul {
  list-style: none;
}
#wrap {
   color: #333;
   background-color: #fff;
}
.contents-inner {
  padding: 0 5%;
}
.sp-link {
  text-align: right;
  color: #eee;
  margin: 2%;
  color: #eee;
  /*margin: 2% 0 2% auto;
  background: #ccc;
  width: 130px;
  padding: 1%;*/
}
.pc-des {
  text-align: center;
}
.pc-des img {
  /*width: auto;*/
}

/*=======================================================
▼header
=======================================================*/
.nav-contents {
  width: 100%;
  z-index: 999;
}
.nav-inner {
  padding: 2% 5%;
  display: flex;
  display: -webkit-flex;
  /*justify-content: flex-end;*/
}
.nav-inner li {
  padding: 0 2%;
  font-size: 14px;
}
h2 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 300;
}

#fadein {
  top: -66px;
  opacity:0;
  z-index: 1000
}

.header_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.header_button {
  display: block;
  padding: 0;
  width: 34px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.header_button .header_bar {
  display: block;
  width: 34px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.header_button .header_bar1 {
  top: 0;
}

.header_button .header_bar2 {
  top: 50%;
}

.header_button .header_bar3 {
  top: 100%;
}

.header_button.active .header_bar {
  width: 36.77px;
  left: 8px;
}

.header_button.active .header_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.header_button.active .header_bar2 {
  opacity: 0;
}

.header_button.active .header_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}
.header_button {
  color: #a0a0a0;
}

.header_button .header_bar {
  background-color: #a0a0a0;
}

.header_menu .header_button {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
}
.header_menu a {
  color: inherit;
  text-decoration: none;
}
.header_menu a:visited {
  color: inherit;
}
.header_menu .menu_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.2);
  display: none;
  top: 0;
  left: 0;
}
.header_menu .header_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}
.header_menu .header_nav_wrapper.open {
  transform: translate(0);
}
.header_menu.left .header_button {
  right: auto;
  left: 2%;
}
.header_menu.left .header_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.header_menu.left .header_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.header_menu .header_nav {
  padding: 112px 24px;
}
.header_menu .header_nav li {
  font-size: 16px;
  margin-bottom: 15px;
}


/*=======================================================
▼mv
=======================================================*/
.mv {
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
}
.mv-txtArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mv-txtArea .mv-name {
  font-size: 26px;
}
.mv-txtArea .mv-txt {
  font-size: 18px;
  color: #bfbfbf;
}
@media screen and (max-width: 768px) {
.mv-txtArea .mv-name {
  font-size: 5.333333333333333vw;
}
.mv-txtArea .mv-txt {
  font-size: 3.7333333333333334vw;
}
}
#canvas-container {
  position: relative;
}
/*.mv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  background: url('../images/bg.png') no-repeat;
  background-size: cover;
}

.bg-white {
  background: rgba(255, 255, 255, .75);
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 20px;
}*/

/*=======================================================
▼about
=======================================================*/
#profile-contents  h2 {
  margin-bottom: 5%;
}
#profile-contents {
  padding: 8% 12%;
  background-color: #e4e4dd;
}
#profile-contents dt {
  font-weight: 600;
}
#profile-contents dl {
  padding: 0 0 4% 0;
}
#profile-contents dl:last-child{
  padding: 0;
}
#profile-contents dt:nth-of-type(2){
  padding: 1% 0 0 0;
}
#profile-contents dt:nth-of-type(3){
  padding: 1% 0 0 0;
}
@media screen and (max-width: 768px) {
#profile-contents dt {
  font-size: 3.7333333333333334vw;
}
#profile-contents dd {
  font-size: 3.2vw;
}
#profile-contents dl {
  padding: 0 0 6% 0;
}
#profile-contents dt:nth-of-type(2){
  padding: 2% 0 0 0;
}
#profile-contents dt:nth-of-type(3){
  padding: 2% 0 0 0;
}
}
/*=======================================================
▼works
=======================================================*/
#main-contents #works h2 {
  padding: 10% 0 5%;
}
#works .works-inner {
  padding: 0 0 0 8%;
}
#works ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#works li{
  width: calc(100%/3);
  margin-bottom: 7%;
}
@media screen and (max-width: 768px) {
  #works li{
  width: calc(100%/2);
}
}

#works span {
  display: block;
}
#works ul li p {
  text-align: center;
}

/*#works .title {
  font-size: 20px;
}
#works .detail {
}*/

#works .mask:hover img {
  /*transform: scale(1.2);*/
  /*transition-duration: 0.8s;*/
  /*margin: -7% 0 0 -5%;*/
  /*filter: grayscale(100%);*/
}
#works a:hover {
  opacity: 0.7;
}
#works .mask  {
  padding: 10% 0 0 10%;
  margin-bottom: 3%;
  overflow: hidden;
}
/*#works .mask01 {
  background-color: #333;
}
#works .mask02 {
  background-color: blue;
}
#works .mask03 {
  background-color: red;
}
#works .mask04 {
  background-color: #f7f7f7;
}
#works .mask05 {
  background-color: #f2f2f2;
}
#works .mask06 {
  background-color: #ededed;
}
#works .mask07 {
  background-color: #ededed;
}
#works .mask08 {
  background-color: #f2f2f2;
}
#works .mask09 {
  background-color: #f7f7f7;
}*/

#works .works-ttl {
  font-size: 18px;
}
#works .works-txt {
  font-size: 14px;
  color: #7f7f7f;
}
@media screen and (max-width: 768px) {
#works .works-ttl {
  font-size: 3.7333333333333334vw;
}
#works .works-txt {
  font-size: 3.2vw;
}
}