@charset "UTF-8";
/*
  Theme Name: B:CREW ESSE
  Theme URI: https://www.b-crew.co.jp
  Description: Theme of WordPress for B:CREW ESSE
  Author: MOTOX
  Author URI: https://www.digitalmotox.jp
  Version: 0.1
*/

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size: 16px;
	color: #252525;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
}
a {
	color: #252525;
	text-decoration: none;
}
a,
img {
	border: 0;
}
img {
	max-width: 100%;
}
p {
	letter-spacing: .5px;
}
.clear::after {
	content: '';
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
@font-face {
	font-family: iconfont;
	src: url(css/CONDENSEicon.eot);
  src: url(css/CONDENSEicon.woff) format('woff'), url(css/CONDENSEicon.ttf) format('truetype'), url(css/CONDENSEicon.otf) format('opentype');
}


/* =================================
  header
================================= */
header #main-img {
  background: transparent url(images/main-img.jpg) no-repeat center;
  max-width: 1500px;
  min-height: 700px;
  margin: 0 auto;
  position: relative;
}
header #main-img h1 {
  margin: 0;
  padding-top: 10px;
  color: #a2a2a2;
}
header #main-img .site-id {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 317px;
  height: 401px;
  margin-top: -200px;
  margin-left: -158px;
}
#animate01,
#animate02 {
  display: block;
  position: absolute;
}
header #main-img .car01 {
  width: 74px;
  height: 56px;
  top: 20%;
  left: 20%;
  animation: move 7s ease infinite;
  background: transparent url(images/animation-car01.png) no-repeat 0 0;
}
@keyframes move {
  100% {
     top: 35%;
     left: 35%;
  }
}
header #main-img .car02 {
  width: 83px;
  height: 52px;
  top: 45%;
  right: 23%;
  animation: move2 7s ease infinite;
  background: transparent url(images/animation-car02.png) no-repeat 0 0;
}
@keyframes move2 {
  100% {
     top: 35%;
     right: 15%;
  }
}
header #main-img .privacy-mark {
  position: absolute;
  bottom: 0;
  right: 340px;
}
header #main-img .privacy-mark a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';
}

/* gnav */
#gnav-sp,
#gnav-toggle {
  display: none;
}
#gnav {
  max-width: 1300px;
  margin: 10px auto;
}
#gnav ul {
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
#gnav ul,
#gnav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gnav ul li {
  display: inline-block;
  width: 16%\9;
}
#gnav ul li a {
  display: block;
}
#gnav ul li a:hover img,
#gnav ul li.stay a img {
  opacity: 0;
}
#gnav ul li.home a {
  background: transparent url(images/gnav_01_on.jpg) no-repeat 0 0;
  background-size: contain;
}
#gnav ul li.business a {
  background: transparent url(images/gnav_02_on.jpg) no-repeat 0 0;
  background-size: contain;
}
#gnav ul li.result a {
  background: transparent url(images/gnav_03_on.jpg) no-repeat 0 0;
  background-size: contain;
}
#gnav ul li.about a {
  background: transparent url(images/gnav_04_on.jpg) no-repeat 0 0;
  background-size: contain;
}
#gnav ul li.recruit a {
  background: transparent url(images/gnav_05_on.jpg) no-repeat 0 0;
  background-size: contain;
}
#gnav ul li.contact a {
  background: transparent url(images/gnav_06_on.jpg) no-repeat 0 0;
  background-size: contain;
}

/* =================================
  common
================================= */
section .inner {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}


/* =================================
  about
================================= */
#b-about {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 0 20px;
  text-align: center;
  background: transparent url(images/bg-top-about.jpg) no-repeat center bottom;
  background-size: contain;
}
#b-about h2 {
  margin-bottom: 50px;
}
#b-about p {
  max-width: 70%;
  margin: 10px auto;
}
#b-about .btn-top {
  background: transparent url(images/btn-top-about_on.png) no-repeat 0 0;
  background-size: cover;
  width: 381px;
  height: 57px;
  display: block;
  margin: 30px auto;
}
#b-about .btn-top img {
  width: 381px;
  height: 57px;
}
#b-about .btn-top:hover img {
  opacity: 0;
}
#b-movie {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 50px
}
#b-movie h3 {
  margin-bottom: 0;
}


/* =================================
  business
================================= */
#b-business {
  padding: 50px 0;
  text-align: center;
}
#b-business h2 {
  margin-bottom: 40px;
}
#b-business .inner {
  width: 100%;
  overflow-x: hidden;
}
.list-business {
	display: -webkit-flex;
	display: block;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-business,
.list-business li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-business li {
  width: 24%;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  vertical-align: top\9;
}
.list-business .txt-business {
  font-size: 14px;
  margin: 0;
  text-align: left;
}
.list-business li .box-over  {
  color: #fff;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
.list-business li a:hover .box-over {
  opacity: 1;
}
.list-business li .box-over  h3 {
  font-size: 30px;
  line-height: 30px;
}
.list-business li .box-over img {
  position: absolute;
}
.list-business li.business01 .box-over {
  background: transparent url(images/btn-business01_over.png) no-repeat 0 0;
  background-size: contain;
}
.list-business li.business02 .box-over {
  background: transparent url(images/btn-business02_over.png) no-repeat 0 0;
  background-size: contain;
}
.list-business li.business03 .box-over {
  background: transparent url(images/btn-business03_over.png) no-repeat 0 0;
  background-size: contain;
}
.list-business li.business04 .box-over {
  background: transparent url(images/btn-business04_over.png) no-repeat 0 0;
  background-size: contain;
}
.list-business li.business05 .box-over {
  background: transparent url(images/btn-business05_over.png) no-repeat 0 0;
  background-size: contain;
}
.list-business li.business06 .box-over {
  background: transparent url(images/btn-business06_over.png) no-repeat 0 0;
  background-size: contain;
}
.list-business li.business07 .box-over {
  background: transparent url(images/btn-business07_over.png) no-repeat 0 0;
  background-size: contain;
}
.list-business li.business08 .box-over {
  background: transparent url(images/btn-business08_over.png) no-repeat 0 0;
  background-size: contain;
}


/* =================================
  information
================================= */
#b-information h2 {
  text-align: center;
  margin-bottom: 40px;
}
#b-information .wrap-info {
  margin-top: 100px;
  max-width: 980px;
  margin: 100px auto 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#b-information .box-info {
  width: 48%;
  max-width: 415px;
  border: 3px solid #bccaea;
  box-sizing: border-box;
  padding: 25px;
  position: relative;
  display: inline-block;
  vertical-align: top\9;
  margin: 0 10px 100px;
}
#b-information .box-info h3 {
  margin: 0;
  position: absolute;
  top: -56px;
  left: -3px;
}
#b-information .box-info .thumbnail {
  width: 100%;
  height: 240px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
#b-information .box-info .thumbnail:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';
}
#b-information .box-info .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#b-information .box-magazine .thumbnail.bottom img {
  top: -10px;
}
#b-information .box-info .cat {
  background-color: #3f60ab;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  padding: 2px 6px;
  margin-right: 10px;
}
#b-information .box-info .date {
  font-size: 14px;
}
#b-information .box-info .title {
  color: #3f60ab;
  font-size: 18px;
  display: block;
  font-weight: bold;
}
#b-information .box-info .title span {
  display: block;
  font-size: 16px;
}


/* =================================
  office
================================= */
#b-office {
  padding: 50px 0;
}
#b-office h2 {
  text-align: center;
  margin-bottom: 40px;
}
#b-office .btn-top {
  background: transparent url(images/btn-top-office_on.png) no-repeat 0 0;
  width: 381px;
  height: 57px;
  display: block;
  margin: 30px auto;
}
#b-office .btn-top img {
  width: 381px;
  height: 57px;
}
#b-office .btn-top:hover img {
  opacity: 0;
}

/* slider */
#slider-office {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider-inner {
  position: relative;
  left: 50%;
  width: 2064px;
  margin-left: -1032px;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
}
.bx-controls {
  width: 648px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -324px;
}
.bx-prev,
.bx-next {
  width: 42px;
  height: 42px;
  display: block;
  text-indent: -9999px;
  position: absolute;
}
.bx-prev {
  left: -48px;
  background: transparent url(images/prev-office.png) no-repeat left center;
}
.bx-next {
  right: -48px;
  background: transparent url(images/next-office.png) no-repeat left center;
}
.bx-prev:hover,
.bx-next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';
}
.list-office,
.list-office li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-office li {
  width: 648px;
  height: 218px;
  box-sizing: border-box;
  background: transparent url(images/bg-top-office.png) no-repeat right bottom;
}
.list-office li .list-inner {
  border: 2px solid #c9d2e7;
  border-radius: 5px;
  width: 640px;
  height: 210px;
  box-sizing: border-box;
  padding: 25px;
  background-color: #fff;
}
.list-office li::after {
	content: '';
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.list-office li .thumbnail {
  float: left;
  margin-right: 25px;
}
.list-office li .thumbnail:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';
}
.list-office li h3 {
  margin: 0;
  color: #3e5faa;
  font-size: 20px;
}
.list-office li address {
  font-style: normal;
  margin-bottom: 10px;
}
.list-office li .btn {
  width: 150px;
  padding: 7px 0;
  text-align: center;
  display: inline-block;
  border: 2px solid #c9d2e7;
  background-color: #f0f2f8;
  border-radius: 5px;
  color: #3e5faa;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.list-office li .btn::after {
  content: 'ú';
  font-family: iconfont;
  position: absolute;
  right: 5px;
}





/* =================================
  footer
================================= */
#footer-img {
  background: transparent url(images/footer-img.jpg) no-repeat center top;
  width: 100%;
  min-height: 808px;
  background-size: cover;
}
footer {
  background-color: #ccf256;
  padding-top: 30px;
}
#footer {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
#footer .footer-clear {
  width: 508px;
  margin: 0 auto 20px auto;
}
#footer .footer-info {
  width: 378px;
  float: left;
}
#footer .privacy-mark {
  float: right;
  padding: 30px 0 0 20px;
}
#footer .privacy-mark a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';
}
.upper {
  position: absolute;
  right: -30px;
  top: 15px;  
	-webkit-animation-name :fuwafuwa;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;	
	-moz-animation-name: fuwafuwa;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform: translate(0, 0);}
	50% {-webkit-transform: translate(0, -10px);}
	100% {-webkit-transform: translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform: translate(0, 0);}
	50% {-moz-transform: translate(0, -10px);}
	100% {-moz-transform: translate(0, 0);}
}
#footer address {
  font-style: normal;
}
#fnav {
  margin-bottom: 20px;
}
#fnav ul,
#fnav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fnav ul {
  text-align: center;
}
#fnav ul li {
  display: inline-block;
}
#fnav ul li a:hover {
  text-decoration: underline;
}
#fnav ul li::after {
  content: '|';
  padding: 0 10px;
}
#fnav ul li:first-child::before {
  content: '|';
  margin-right: 10px;
}
.copyright {
  background-color: #1f8a2a;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}


/* アルバルク */
#b-alvark {
  text-align: center;
  margin: 30px auto;
  width: 95%;
}
.btn-footer-alvark {
  position: absolute;
  bottom: 70px;
  left: 70px;
}
#b-balloon {
  position: relative;
}
.btn-balloon-alvark {
  position: absolute;
  top: 0;
  right: 70px;
	-webkit-animation-name :fuwafuwa;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;	
	-moz-animation-name: fuwafuwa;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
}