/* =================================== */
/*	Basic Style 
/* =================================== */

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

body > section {
    padding: 100px 0;
}

.section-title {
  margin: 0 auto 85px;
  width: 100%;
}

#business2 .section-title {
  margin: 0 auto;
  width: 100%;
	height: -webkit-fill-available;
}



.section-title h2 {
  color: #1f2021;
  font-size: 16px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title h2:before {
  border-bottom: 1px solid #999;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -37px;
    position: absolute;
    width: 70px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #999;
border-radius: 10px;
bottom: -4px;
content: "";
height: 8px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 8px;
}

#philosophy .section-title h2:after {
background: none repeat scroll 0 0 #f3f3f3;
border: 1px solid #999;
border-radius: 10px;
bottom: -4px;
content: "";
height: 8px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 8px;
}

.section-title p {
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
}


#service .section-title p, #mission .section-title p
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

#business .section-title p {
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
}


#business2 .section-title p {
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
}


#recruit .section-title p, #recruit2 .section-title p, #recruit3 .section-title p {
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}





.kill-margin {
    margin: 0 !important;
}

/*************************
*******Navigation******
**************************/

#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.animated-nav .navbar-brand {
  padding: 15px 0;
}

.animated-nav .navigation .navbar-nav > li > a {
  padding: 23px 25px;
}

#navigation > .container {
  border-bottom: 1px solid #636364;
}

.animated-nav#navigation > .container {
  border-bottom: none;
}

.navbar-brand {
  height: inherit;
  padding: 30px 0;
}

.navbar-brand a {
  display: block;
}

.navigation .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 38px 25px;
  text-transform: uppercase;
}

.navigation .navbar-nav > li.current > a {
  color: #00C7FC;
  border-bottom: 1px solid #00C7FC;
}

.animated-nav .navigation .navbar-nav > li.current > a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
  background-color: transparent;
}

.search-form {
  position: relative;
}

.search-form > #search {
  width: 100%;
}

.search-form > #search {
  background-color: transparent;
  height: 40px;
    border: 0 ;
  margin-top: 28px;
  width: 100%;
}

.search-form > #search-sub {
  background: url("file:///Macintosh HD/Users/wadahisae/Desktop/HISAE/180501_MEJ株式会社/1.コーポレート/180508_プチリニューアル/0.82207200 1425050559kasper-html5/kasper-html5/img/icons/search.png") no-repeat scroll 0 0 transparent;
  border: 0 ;
  bottom: 11px;
  height: 15px;
  position: absolute;
  right: 8px;
  padding: 0;
  text-indent: -9999em;
  width: 15px;
}

.animated-nav .search-form > #search-sub {
    bottom: 22px;
}

/*************************
*******Main Slider******
**************************/

/*
#home{
  padding: 0;
  overflow: hidden;
}

#home-carousel .carousel-inner .item {
  background-size:cover;
}

#home-carousel .slider-content {
  height: 100%;
}

#home-carousel .carousel-caption {
  left: 0;
  top: 0;
  z-index: 11;
  text-align: left;
}

.carousel-caption > div {
  background-color: rgba(15,116,143,0.8);
  padding: 60px 50px 80px 20%;
  position: absolute;
  top: 25%;
  width: 76%;
}

#home-carousel .carousel-inner h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  text-shadow: none;
  text-transform: uppercase;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 13px;
  margin-top: 0;
  text-shadow:none;
}

#nav-arrows > a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
}

#nav-arrows > a.sl-next {
    right: 50px;
}

#nav-arrows > a.sl-next:hover {
    background-color: #009EE3;
    border-color: #009EE3;
    color: #fff;
}

.carousel-indicators .active {
  background-color: #00c7fc;
  border: 0;
}

*/


/*============================================================
    Services
============================================================*/

#service .media > .pull-left{
    margin-right: 50px;
}

#service .media .media-body h3{
    color: #00C7FC;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

#service .media .media-body p{
    color: #A8A8A8;
    font-size: 13px;
    line-height: 24px;
}

#service .media{
    padding-bottom: 50px;
    padding-left: 20px;
}




.service-item {
    margin-bottom: 70px;
}

.service-icon {
  float: left;
  margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.service-item h3 {
  color: #00c7fc;
  font-size: 20px;
  margin-bottom: 28px;
}

.service-item p {
  line-height: 24px;
}


/*============================================================
    philosophy
============================================================*/
#philosophy{
	background-color: #f3f3f3;
	z-index: 3px;
}

#philosophy .media > .pull-left{
    margin-right: 50px;
}

#philosophy .media .media-body h3{
    color: #00C7FC;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

#philosophy .media .media-body p{
    color: #A8A8A8;
    font-size: 13px;
    line-height: 24px;
}

#philosophy .media{
    padding-bottom: 50px;
    padding-left: 20px;
}




.philosophy-item {
    margin-bottom: 70px;
}

.philosophy-icon {
  float: left;
  margin-top: 8px;
}

.philosophy-desc {
    margin-left: 115px;
}

.philosophy-item h3 {
  color: #00c7fc;
  font-size: 20px;
  margin-bottom: 28px;
}

.philosophy-item p {
  line-height: 24px;
}


/*============================================================
    Service Bottom
============================================================*/

#service-bottom {
  background-color: #1f2021;
  padding-bottom: 0;
  position: relative;
}

.mobile-device {
  position: relative;
}

.mobile-device img {
  float: left;
  position:absolute;
	z-index: 40;
}

#Organization-Chart .mobile-device {
	height: auto;
	margin:0 auto 200px auto;
	text-align: center;
}


#Organization-Chart .mobile-device img {
  position:absolute;
	top: 400px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width:好きな値;
height:好きな値;
 /* float: left;
  position:absolute;
	z-index: 2;
	margin: 0 auto;
	padding-left: 5%;*/
	
	/*width: -webkit-fill-available;*/
}

#business2 .mobile-device {
	height: auto;
	margin:0 auto 0 auto;
	text-align: center;
}

#business2 .mobile-device img {
  position:absolute;
	top: 500px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width:;
max-height:;
}

.mobile-device .black {
  right: 0px;
	top:-100px;
}

.mobile-device .white {
	left:0px;
}


#recruit .mobile-device .white {
	left:0px;
	top:100px
}

#mission .mobile-device .black2 {
	left:-180px;
	top:0px
}

#mission .mobile-device .white2 {
  right: -100px;
	top:-100px
}

.mobile-device .mi1 {
  top:80px;
	left:195px;
}

.mobile-device .mi2 {
	left:0px;
	top: 0px;
}

.mobile-device .mi3 {
	left:0px;
	top: 120px;
}

.mobile-device .mi4 {
	left:40px;
	top: 220px;
}

.mobile-device .mi5 {
	left:380px;
	top: 0px;
}

.mobile-device .mi6 {
	left:380px;
	top: 120px;
}

.mobile-device .mi7 {
	left:360px;
	top: 220px;
}

.mobile-device .mi1L {
  top:80px;
	left:210px;
}

.mobile-device .mi2L {
	left:10px;
	top: 0px;
}

.mobile-device .mi3L{
	left:0px;
	top: 140px;
}

.mobile-device .mi4L {
	left:20px;
	top: 250px;
}

.mobile-device .mi5L {
	left:410px;
	top: 0px;
}

.mobile-device .mi6L {
	left:420px;
	top: 140px;
}

.mobile-device .mi7L {
	left:390px;
	top: 250px;
}

#mission .mission-w {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}



.service-features {
  background-color: #0f748f;
  color: #fff;
  height: 335px;
  padding: 50px 0 50px 65px;
  position: absolute;
  right: 0;
  top: 18%;
  width: 45%;
}

.service-features h3 {
  margin-bottom: 60px;
  text-transform: uppercase;
}

.service-features ul li {
  background: url("file:///Macintosh HD/Users/wadahisae/Desktop/HISAE/180501_MEJ株式会社/1.コーポレート/180508_プチリニューアル/0.82207200 1425050559kasper-html5/kasper-html5/img/icons/list-bg.png") no-repeat scroll 0 13px transparent;
  font-size: 16px;
  line-height: 36px;
  padding-left: 50px;
}


/*============================================================
    Portfolio
============================================================*/

#projects {
    width: 100%;
}

.project-filter {
  margin-bottom: 40px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #00C7FC;
    color: #fff;
}

.mix {
    display: none;
}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
}

.plus {
  background: url("file:///Macintosh HD/Users/wadahisae/Desktop/HISAE/180501_MEJ株式会社/1.コーポレート/180508_プチリニューアル/0.82207200 1425050559kasper-html5/kasper-html5/img/icons/plus.png") no-repeat scroll center center #0faed9;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: -41px;
  width: 80px;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

figcaption.mask {
  background-color: #fff;
  bottom: -101px;
  left: 0;
  padding: 30px 0 30px 30px;
  position: absolute;
  width: 100%;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 30%;
}

figcaption.mask h3 {
  color: #1f2021;
  font-size: 20px;
  line-height: 28px;
}

figcaption.mask span {
  color: #0FAED9;
}


/*============================================================
    About Us
============================================================*/

#about {
    padding-bottom: 0;
}

.about-us img {
  margin: 0 auto;
}

/* Counter section */

#count {
  background-color: #121116;
  padding-bottom: 90px;
}

.counter-section {
  background-color: #096c89;
  padding: 25px 0 40px;
}

.fact-item {
  color: #fff;
}

.fact-icon {
  position: relative;
  width: 50px; 
  height: 28.87px;
  background-color: #1F2021;
  margin: 14.43px auto;
}

.fact-icon:before,
.fact-icon:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.fact-icon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #1F2021;
}

.fact-icon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #1F2021;
}

.fact-icon > i {
  line-height: 27px;
}

.fact-item span {
  display: block;
  font-size: 50px;
  line-height: 42px;
  font-weight: 700;
  margin: 28px 0 20px;
}

.fact-item p {
  font-weight: 300;
}


/*============================================================
    About Us
============================================================*/

.subtitle {
  margin: 0 auto;
  width: 95%;
}

.subtitle h3 {
  color: #1f2021;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subtitle p {
  line-height: 25px;
  margin-bottom: 65px;
}

.tst-single {
  margin-bottom: 40px;
}

.tst-single img {
  max-width: 100px;
  float: left;
}

.tst-content {
  border-bottom: 1px solid #a9a9a9;
  margin: 10px 0 0 160px;
  padding-bottom: 25px;
}

.tst-content p {
  color: #1f2021;
  line-height: 25px;
}

.tst-content span {
  float: right;
  font-style: italic;
  margin-right: 5px;
}

/* carousel navigation */

.owl-pagination {
  text-align: center;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ACACAC;
  display: block;
  height: 12px;
  margin: 5px 4px;
  width: 12px;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #00C7FC;
  border-color: #00C7FC;
}


/* progress bars */

.progress-bars > span {
  color: #1f2021;
  line-height: 24px;
  text-transform: uppercase;
}

.progress {
  background-color: #dbdbdb;
  border-radius: 0;
  box-shadow: none;
  height: 25px;
  margin-bottom: 25px;
}

.progress .bar {
  width: 0;
  height: 25px;
  background-color: #00C7FC;

  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}


.progress .bar small { color:#fafafa; font-size:12px; }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-success .bar, .progress-green .bar {
  background-color: #00C7FC;

}



/*=================================
    Quotes
===================================*/

#quotes {
    background-color: #1F2021;
}

.call-to-action {
    color: #fff;
    font-weight: 600;
}

.call-to-action p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
}



/*============================================================
    Pricing
============================================================*/

.pricing-table {
  color: #1f2021;
  font-size: 16px;
  line-height: 24px;
}

.pricing-table .price {
  border-top: 1px solid #00c7fc;
  padding: 35px 0 45px;
}

.pricing-table .plan {
  display: block;
  text-transform: uppercase;
}

.pricing-table .value {
  font-size: 13px;
  font-weight: 600;
}

.pricing-table .value > small {
  font-size: 20.33px;
  margin-right: 15px;
  position: relative;
  top: -27px;
}

.pricing-table .value > strong {
  font-size: 59.48px;
  margin-right: 10px;
  line-height: 69.22px;
}

.pricing-table ul {
  border-bottom: 1px solid #00c7fc;
  border-top: 1px solid #00c7fc;
}

.pricing-table ul li {
  margin: 20px 0;
  padding-bottom: 20px;
  position: relative;
}

.pricing-table ul li:after {
  border-bottom: 1px solid #00c7fc;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -65px;
  position: absolute;
  width: 130px;
}

.pricing-table ul li:last-child:after {
  border-bottom: none;
}

.pricing-table ul li:last-child {
  margin-bottom: 0;
}

.btn-price {
  border: 1px solid #00c7fc;
  color: #1f2021;
  margin-top: 40px;
  padding: 10px 30px;
}

.special-plan {
    margin-top: 100px;
}

.special-plan p {
    font-size: 20px;
    margin-bottom: 35px;
    color: #1f2021;
}


/*============================================================
    Media Queries
============================================================*/

#subscribe {
  background-color: #1f2021;
  color: #fff;
  line-height: 24px;
}

.subscription-form {
  color: #fff;
  position: relative;
}

.subscription-form i {
  left: 21px;
  position: absolute;
  top: 22px;
}

.subscription-form .subscribe {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 58px;
  text-indent: 60px;
  width: 100%;
}

.subscription-form #mail-submit {
  background-color: #00c7fc;
  border: 0 none;
  color: #fff;
  padding: 16px 35px;
  position: absolute;
  right: 1px;
  top: 1px;
}


/*============================================================
    Contact Us
============================================================*/

.contact-form .input-field {
  margin-bottom: 30px;
}

.contact-form .form-control {
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 0;
  height: 58px;
  box-shadow: none;
}

.contact-form .message .form-control {
  height: 198px;
}

.contact-form .form-control::-moz-placeholder {
  color: #1f2021;
}

.contact-form #msg-submit {
  font-size: 13px;
  padding: 17px 50px;
}

.contact-details {
  margin-bottom: 90px;
}

.contact-details > span {
  color: #1f2021;
  display: block;
  margin-bottom: 35px;
}



/*============================================================
    Footer
============================================================*/

#footer {
    background-color: #121116;
    padding: 115px 0 35px;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-social {
    margin-bottom: 85px;
}

.footer-social h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer-social h3:after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -115px;
  position: absolute;
  width: 230px;
}

.footer-social ul li a {
  color: #fff;
  display: block;
  margin: 0 8px;
}

.footer-social ul li a:hover {
  color: #00C7FC;
}

.copyright {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.copyright a {
    color: #00C7FC;
}

.copyright a:hover {
    color: #fff;
}

.copyright p {

}

.copyright p:first-child {
    margin-bottom: 15px;
}




/**/
.section-title p.txt10{
	font-size: 13px;
	line-height: 16px;
	font-weight: 100;
}

.txt30{
	font-size: 30px;
	line-height: 50px;
	font-weight: 100;
}

.txt50{
	font-size: 50px;
	font-weight: 100;
	line-height: 60px;
}




.main-va ul{
	z-index: 10;
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding-top: 72%;
	text-align: center;
}


.main-va2 ul{
	z-index: 10;
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding-top: 72%;
	text-align: center;
}


.main-va li{
	width: 28%;
	margin: 0 11px;
	float: left;
}

.main-va li>p{
		font-size: 12px;
	line-height: 18px;
}

.main-va li>p.va-t{
			font-size: 16px;
	line-height: 30px;
	color:#6e9dcf;
}


.main-va2 li{
	width: 29%;
    margin: 0 12px;
	float: left;
}

.main-va2 li>p{
		font-size: 12px;
	line-height: 18px;
}

.main-va2 li>p.va-t{
			font-size: 16px;
	line-height: 30px;
	color:#6e9dcf;
}



/*recruit*/
.hardthink{
  background-size:cover;
/*  font-family: 'Cabin Condensed', sans-serif;*/
font-family: 'Raleway' !important;
  display:flex;
  flex-direction:column;s
  justify-content:center;
  align-items:center;
	/*font-weight: 100;*/
}
.hardthink svg{font-weight:bold;max-width:600px;height:auto;}

/* ▼引用ボックス自体の装飾 */
#recruit .big-quotationmark {
    position: relative;        /* 後述の疑似要素の表示位置の基準にする(必須) */
/*    background-color: #ffffcc;  背景色(任意) */
/*    border: 1px solid #cccc00; /* 枠線(任意) */
    margin: 0.2em 0.2em 0.2em 1em; /* 外側の余白(任意) */
    padding: 0.5em 1em;        /* 内側の余白(任意) */
	width: 50%;
    margin: 30px auto;
}
/* ------------------------------------------ */
/* ▼引用ボックスの先頭(左上)に表示する文字▼ */
#recruit .big-quotationmark::before {
    content: "“";     /* 記号 */
    display: block;
    font-size: 300%;    /* 表示サイズ */
    color: #6bc8cf;     /* 表示色 */
    position: absolute; /* 絶対配置 */
    top: 30px;         /* ボックス上端からの距離 */
    left: 5px;          /* ボックス左端からの距離 */
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
/* ------------------------------------------ */
/* ▼引用ボックスの末尾(右下)に表示する文字▼ */
#recruit .big-quotationmark::after {
    content: "”";     /* 記号 */
    display: block;
    font-size: 300%;    /* 表示サイズ */
    color: #6bc8cf;     /* 表示色 */
    position: absolute; /* 絶対配置 */
    bottom: 0px;        /* ボックス下端からの距離 */
    right: 5px;         /* ボックス右端からの距離 */
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.btn-grad {
	background-image: linear-gradient(to right, #1A2980 0%, #26D0CE 50%, #1A2980 100%);
    padding: 10px 100px;
    /*height: 50px; */
    border-radius: 5px;
    /* margin-top: 30px; */
	margin: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
	text-decoration: none;
}

.btn-grad:hover, .btn-grad2:hover { 
	background-position: right center;
		color:#53F8FC;
}



.btn-grad2 {
	background-image: linear-gradient(to right, #DD2476 0%, #FF512F 51%, #DD2476 100%);
    padding: 15px 100px;
    /*height: 50px; */
    border-radius: 5px;
    /* margin-top: 30px; */
	margin: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
	text-decoration: none;
}

#recruitGray, #recruit2, #Vision {
	background-color: #f3f3f3;
	z-index: 3px;
}

#Organization-Chart {
	background-color: #f3f3f3;
	z-index: 3px;
	margin-bottom: 100px;
}

#recruitGray .section-title h2:after, #recruit2 .section-title h2:after, #Vision .section-title h2:after, #Organization-Chart .section-title h2:after {
background: none repeat scroll 0 0 #f3f3f3;
border: 1px solid #999;
border-radius: 10px;
bottom: -4px;
content: "";
height: 8px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 8px;
}

#recruitGray p, #Vision p, #Organization-Chart p {
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
	text-align: center;
}

#Organization-System {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#Organization-System div.zukei-bg {
	background-color: #405973;
	padding: 20px;
	height: 190px;
	margin: 0;
	vertical-align: middle;
	border-bottom-left-radius: 30px;
    border-top-right-radius: 30p;
	color: #fff;
}

div.zukei-bg hr {
	color: #fff;
	margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #fff;
}

#Organization-System div.zukei-bg p strong {
	color: #fff;
}



/*リクルートの社員インタビュー部分*/
.project {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.projectThumbnail {
	max-width: 100%;
	height: 100%;
}

.projectThumbnail img {
	display: block;
}

.projectThumbnailHover {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}

.projectThumbnailHover h4 {
	font-weight: 600;
    font-style: normal;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-rendering: auto;
	color: #fff;
	position: absolute;
	padding-top: 30px;
	display: none;
	padding-right: 10px;
	border-bottom: #FFF 1px solid;
	border-bottom-width: 80%;
}

.projectThumbnailHover h5 {
	font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-rendering: auto;
    color: #fff;
    position: absolute;
    padding-top: 150px;
    display: none;
}

.projectInfo {
	overflow: hidden;
}

.projectInfo h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
    font-style: normal;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-rendering: auto;
	color: #444;
	padding-top: 12px;
	padding-bottom: 8px;
	margin-bottom: 4px;
	float: left;
}

.projectNav {
	font-family: Arial, sans-serif;
	font-weight: bold;
    font-style: normal;
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 0;
	text-rendering: auto;
	color: #444;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 29px;
	margin-bottom: 9px;
	padding-top: 4px;
	margin-top: 38px;
}

.projectNavCounter {
	font-family: Arial, sans-serif;
	font-weight: bold;
    font-style: normal;
	font-size: 12px;
	letter-spacing: 0;
	text-rendering: auto;
	color: #444;
	font-size: 12px;
	padding-top: 11px;
	float: right;
	text-align: right;
}

.projectNavClose button, .projectNavButtons button, .projectNavEnlarge button {
	font-family: Arial, sans-serif;
	font-weight: bold;
    font-style: normal;
	font-size: 11px;
	line-height: 1.2;
	text-rendering: auto;
	color: #444;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	text-decoration: none;
}

.projectNav button:hover, .projectNav button:active, .projectNav button:focus {
	color: #777;
	outline: 0;
}

.projectNavInactive, button.projectNavInactive, button.projectNavInactive:hover, button.projectNavInactive:active {
	color: #ccc;
	text-decoration: none;
	cursor: auto;
}

.projectNavEnlarge {
	float: left;
	/*padding-left: 1px;*/
	padding-top: 5px;
	padding-top: 7px\9; /* IE adjustment */
	width: auto;
}

.projectNavClose {
	float: right;
	padding-top: 5px;
	padding-top: 7px\9; /* IE adjustment */
}

.projectNavButtons {
	padding-top: 5px;
	padding-top: 7px\9; /* IE adjustment */
	text-align: center;
}

/* Tweak positioning slightly in Firefox */
@-moz-document url-prefix() {
	.projectNavEnlarge, .projectNavClose, .projectNavButtons {
		padding-top: 7px;
	}
}

.projectInfo, .linedList {
	border-bottom: 3px solid #ddd;
}

.projectInfo p:nth-of-type(1) {
	margin-top: 9px;
}

.projectInfo p:nth-last-child(2) {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

#about p, #about blockquote {
	margin-bottom: 24px;
}

p strong, .projectInfo strong {
	color: #444;
}

p, .projectInfo p, .projectInfo li {
	font-family: Arial, sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0;
	text-rendering: auto;
}

.projectInfo ul {
	margin-top: -8px;
	margin-bottom: 7px;
}

.projectInfo p + ul {
/*	margin-top: -20px; */
}

.projectInfo li, .linedList li {
	border-top: 1px solid #ddd;
	margin-top: 6px;
	margin-bottom: -1px;
	padding-top: 6px;
	padding-bottom: 0px;
}

.projectInfo li:first-child {
	border-top: none;
}

.projectInfo li:last-child {
	margin-bottom: -2px;
}

.thumbnailMask {
	/*background-image: url("../images/masks/rounded.png");*/
	/*
	Disable pointer events to allow swipe navigation - needed to use a svg instead of a div since no versions of IE support pointer events on divs
	*/
	pointer-events: none;
	width: 500px;
	height: 443px;
	position: absolute;
	z-index: 24;
}

/*===================================================================================================
17) Media queries
===================================================================================================*/
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		/*nav ul li a, nav ul li button, nav ul li span, #detailViewBack {
			font-size: 14px;
		}
		
		nav {
			padding-top: 45px;
		}
		*/
		.thumbnailMask {
			background-size: 364px 224px;
		}
		
	}

	/* Tablet portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		.projectThumbnailHover h4 {
			font-size: 18px;
		}
		
		.projectThumbnailHover h5 {
			font-size: 11px;
			padding-top: 63px;
		}
		
		/*#heroNav a {
			font-size: 14px;
		}
		
		#footerLinks li {
			font-size: 13px;
		}*/
		
	}

	/* All mobile sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		/*#logo h1, #logoDetailView h1 {
			font-size: 30px;
			line-height: 1.1;
		}
		
		#logo h2, #logoDetailView h2 {
			margin-top: -12px;
		}
		
		header {
			padding-top: 40px;
		}
		
		nav {
			float: left;
			clear: both;
			width: 100%;
			border-top: 1px solid #ddd;
			padding-top: 10px;
			padding-bottom: 0px;
			margin-bottom: -10px;
		}
		
		#overview {
			padding-bottom: 0px;
		}*/
		
		.project {
			margin-bottom: 30px;
		}
		
		/*footer p {
			font-size: 14px;
		}
		
		#content #heroNav ul li {
			display: block;
			padding-left: 0;
			margin-left: 0;
			border-right: none;
			line-height: 2.0;
		}
		
		#heroNav ul {
			text-align: left;
		}
		
		#footerLinks li {
			display: block;
			padding-left: 0;
			margin-left: 0;
			border-right: none;
			padding-bottom: 8px;
		}
		
		#footerLinks ul {
			text-align: left;
		}
		
		/* Add back border to last child of first column */
		/*
		.eight:nth-child(4n) .contentModule:last-child, .eight:nth-of-type(1) .contentModule:last-child {
			border-bottom: 1px solid #dddddd;
			
		}*/
		
		.thumbnailMask {
			background-size: 420px 259px;
		}
		
	}

	/* Mobile portrait size to mobile landscape size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		/*#logo h1, #logoDetailView h1 {
			font-size: 30px;
		}
		
		#logo h2, #logoDetailView h2 {
			font-size: 14px;
			margin-top: -10px;
		}
		
		#overview h3 {
			font-size: 24px;	
		}
		*/
		.projectThumbnailHover h4 {
			font-size: 14px;
		}
		
		.projectThumbnailHover h5 {
			font-size: 11px;
			padding-top: 58px;
		}
		
		.thumbnailMask {
			background-size: 300px 185px;
		}
		
	}


.projectThumbnailHover {
   /* background-color: rgba(76, 122, 165, 0.95);*/
}

.project img.thumbnailImage {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
.projectThumbnail img {
    display: block;
}


/*----------------------------------------------------
	5. Skill & Expert Style
------------------------------------------------------*/
.skillset {
	background:#f3f3f3;
	display:table;
	width:100%;
}
.skillset .container{
	padding-top:0 ;
	padding-bottom:0;
}
.skillbar {
	position:relative;
	display:block;
	margin-bottom:53px;
	width:100%;
	background:#e2e1e2;
	height:7px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:-27px;
	left:0;
	font-weight:bold;
	font-size:13px;
	line-height:27px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#5b4c5c;
}

.skillbar-title span {
	display:block;
}

.skillbar-bar {
	height:7px;
	width:0px;
	background:#e88988;
}

.skill-bar-percent {
	position:absolute;
	top:-24px;
	font-size:14px;
	color:#796f7a;
	margin-left:-20px;
}

@media screen and (max-width: 650px) {
		.skillbar:last-child {
		margin-bottom:0;
	}
	
}

