/*
* Elegance - Onepahe HTML Template
* Author    : Carino Technologies
* url       : https:// carinotech.com
* versions  : v 1.0.0 
*/

/*******************************************
* Import stylesheets
*******************************************/


@import url('shortcodes.css');
@import url('normal.css');
@import url('fontello.css');
@import url('fontello-ie7.css');
@import url('magnific-popup.css');


/*************************************************
* General
*************************************************/

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

body,html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}

.clearfix:before,.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.7;
	color: #ecf0f1;
	overflow-x: visible;
	overflow-y: visible;
	background: #FFF;
}


li {
  list-style: none;
}

ol,ul {
  list-style: none;
}

p {
  text-align: left;
  margin-bottom: 30px;
  font-size: .85em;
}


a {
  cursor: pointer;
  color: #48A65B; /*グリーン*/
  text-decoration: none;
}
.pt_10{
	padding-top:10px !important;
}
.pt_20{
	padding-top:20px !important;
}
.pb_10{
	padding-bottom:10px !important;
}
.pb_20{
	padding-bottom:20px !important;
}

.mt_20{
	margin-top:20px !important;
}

.mb_20{
	margin-bottom:20px !important;
}

.mb_40{
	margin-bottom:40px !important;
}

.m_0{
	margin-bottom:0px !important;
}

.mr_20_pc{
	margin-right:20px;
}
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}

.clear{
	clear: both;
}
.point01{
	color: #ff1212; /*レッド*/
}
.box_relative{
	position: relative;
}
.abusolute_01{
	position: absolute;
	top: -95px;
	left: 2px;
}
/****************************
* HEADINGS
****************************/


h1 {
  margin: 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 3.5em;
  margin-bottom: 0px;
}

h2 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 2.5em;
  margin-bottom: 25px;
}

h3 {
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 2em;
  margin-bottom: 25px;
}

h4 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.3em;
  margin-bottom: 10px;
}

h5 {
  font-weight: 600;
  margin: 0;
  font-size: 1.4em;
  line-height: 20px;
  margin-bottom: 25px;
}

h6 {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

/* EXTRA LARGE HEADING */
.xl {
  font-size: 6em;
  color: #FFF;
}


/******************************
* HTML Styles
*******************************/

.green {
  color: #27AE60;
}

.red {
  color: #b11a29;
}

.blue {
  color: #0066d1;
}

.demigray {
  color: #666;
}

/******************************
* MAIN GRID CLASSES
*******************************/

.container {
  margin-top: auto;
  margin-bottom: auto;
}

.wrap {
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}

.wrap-normal {
	padding: 80px 0;
}

.wrapper {
padding: 100px 0 90px;
}


/******************************
* PARALLAX CLASSIES
*******************************/

.parallax-back {
  background: url(../images/back_meeting.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
}


.parallax-back_01 {
	background: url(../images/parallax/parallax_01.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: auto;
}


.parallax-back_02 {
	background: url(../images/parallax/parallax_04.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: auto;
}


.header-parallax {
	background-attachment: fixed;
	margin: auto;
	height: auto;
/*	background-image: url(../images/header/header-parallax_2.jpg);*/
	background-position: center top;
	width: 100%;
	background-size: cover;
}

.header-parallax {
  width: 100%;
  height: 100vh;
  max-height: 790px;
}

@media screen and (max-width:992px){
	.header-parallax {
  width: auto;
  height: auto;
/*  max-height: 500px;*/
  max-height: 790px;
 }	
}	
@media screen and (max-width:480px){
	.header-parallax {
  width: 100%;
  height: auto;
/*  max-height: 300px;*/
  max-height: 500px;
 }	
}	
	
	
.opcaity {
  background: rgba(0,0,0,0.89);
}

.opcaity01 {
  background: rgba(0,0,0,0.70);
}
.opcaity02 {
  background: rgba(0,25,50,0.60);
}
.opcaity02 {
/*  background: rgba(0,25,50,0.60);*/
  background: rgba(0, 17, 35, 0.6);
}
.box_h500{
	height: 500px;
	display: block;
}
@media screen and (max-width:992px){
.box_h500{
	height: 500px;
	display: none;
}
.header-parallax {
/*	background-image: url(../images/header/header-parallax_01.jpg) !important;*/
}
}
/******************************
* SPACING
*******************************/

.spacing {
  position: relative;
  padding: .5em 0;
  height: 14.3em;
  z-index: -1;

}

/*****************************************
* Image frames
******************************************/

.circule {
  border-radius: 50%;
}

/*******************************************
* aligments
*******************************************/
.center,.center p {
  text-align: center;
  padding-bottom: 15px;
}

.left,.left p {
  text-align: left;
  padding-bottom: 15px;
}

.right,.right p {
	text-align: left;
	padding-bottom: 15px;
}

/*********************************************
* Underlines
**********************************************/


/* underline headings with image*/
h1.underline,h2.underline,h3.underline,h4.underline,h5.underline{
  background: url(../images/underline-headline.png) bottom center no-repeat;
}

h1.underline,h2.underline,h3.underline,h4.underline,h5.underline {
  padding-bottom: 20px;
}

/* underline headings with dotted border */


h1.underline-dotted,h2.underline-dotted,h3.underline-dotted,h4.underline-dotted {
  border-bottom: 1px dotted #ECF0F1;
}

h1.underline-dotted,h2.underline-dotted,h3.underline-dotted,h4.underline-dotted {
  padding-bottom: 20px;
}


/*********************************************
* Backgrounds
**********************************************/
.row-back-white {
/*	background: #2c3e50;暗い紺青*/
	background: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 80px;
	color: #666;
}

.row-back-gray {
/*	background: #2c3e50;暗い紺青*/
	background: #e7f1fc; /*薄い水色*/
	border-bottom: 1px solid #e7f1fc;
	padding-bottom: 80px;
	color: 
}

.row-back-black {
/*	background: #2c3e50;暗い紺青*/
	background: #000;
	border-bottom: 1px solid 000;
	padding-bottom: 80px;
}

.row-gree {
/*  background: #27AE60;/*緑*/
  background: #2d8cff;
  border-bottom: 1px solid #2d8cff;
}

.row-back-white2 {
/*	background: #2c3e50;暗い紺青*/
	background: #eee;
	border-bottom: 1px solid #eee;
	padding-bottom: 80px;
	color: #666;
}
.row-form01 {
/*  background: #27AE60;/*緑*/
	background: #ea2525;
}
/*********************************************
* Header Style
*********************************************/
.container > header {
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  background: rgba(0,0,0,0.01);
}

.container > header h1 {
  font-size: 2.625em;
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
}

.header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  border-bottom: 0 none #e03163;
  background-image: 0;
  background-image: 0;
  background-image: linear-gradient(white,white);
  box-shadow: none;
}

.banner {
  background-color: rgba(255,255,255,1);
  z-index: 1000;
  height: 80px !important;
}

.center-fix {
  width: 80%;
  margin: auto;
}


/********************************************

* Navigation 

*********************************************/
.navbar {
}

.nav {
  margin-top: 0;
}

.menu-li {
  padding-top: 26px;
  padding-bottom: 30px;
}

.menu-li:hover {
  border-top-style: none;
/*  background-color: #27AE60;/*緑*/
  background-color: #2d8cff;/*青*/
  color: #FFF;
  transition: background, .7s;
}

.banner--clone {
  opacity: 0.8;
  background: #FFFFFF !important;
}

/************************************************

* logo

*************************************************/
.elegancelogo {
  display: block;
  height: 76px;
  margin: 0 auto;
  padding-left: 10px;
  background-image: url(../images/logo.png);
  background-position: 100% 45%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.logo {
  display:none;
}
#sp_nav{
	display: none;
}
@media screen and (max-width:992px){
.banner {
	display: none;
}
#sp_nav{
	position: fixed;
	top: 0px;
	display: block;
	z-index: 9999;
	width: 100%;
	background-color: #FFF;
}
#acMenu{
	position: relative;
}
#acMenu dt{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	float: right;
	background-image: url(../images/sp_toggle_off.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#acMenu dd{
	background: #f2f2f2;
	width: 200px;
	line-height: 50px;
	text-align: center;
	display: none;
	clear: both;
	float: right;
	position: absolute;
	top: 50px;
	right: 0;
}
#acMenu dt.active{
	background-color: #999;
	background-image: url(../images/sp_toggle_on.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#acMenu dd a{
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
}
.menu-li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-li:hover {
  border-top-style: none;
  background-color: #2d8cff;
  color: #FFF;
  transition: background, .7s;
}
.logo {
	margin-top: 0;
	max-width: 200px;
	text-align: left;
	display: block;
	float: left;
}
}
/***************************************************

* slider section

****************************************************/
.slidersection {
  display: block;
  background: rgba(255,255,255,0);
}

.banner {
  position: relative;
}

.banner li {
  list-style: none;
}

.banner ul li {
  float: left;
}

.banner {
  position: relative;
  width: 100% !important;
  overflow: auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: rgba(255,255,255,0.6);
  text-shadow: 0 0 1px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.banner ul {
  list-style: none;
  width: 300%;
}

.banner ul li {
  display: block;
  float: left;
  width: 33%;
  min-height: 600px;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  box-shadow: inset 0 -3px 6px rgba(0,0,0,0.1);
}

.banner .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 999;
}

.banner .dots li {
  display: inline-block;
  width: 35px;
  height: 12px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #FFF;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.banner .dots li.active {
  background: #FFF;
  opacity: 1;
}

.overlay {
	position: absolute;
  width: 100vw;
  height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/pattern.png);
	background-repeat: no-repeat;
	background-position: center;
}

.fixed-content {
	position: absolute;
	top: 20em;
	width: 100%;
	text-shadow: 1px 1px 10px #555;
}
@media screen and (max-width:992px){
.fixed-content {
	position: static;
	width: 100%;
	margin-top: 3em; /*モバイルでの動画の上の文字位置*/
}
}
#rotate {
  position: relative;
  bottom: .3em;
}

.static {
  background: #2d8cff;
  width: 80%;
  margin: auto;
  position: relative;
  bottom: 3.75em;
}

/*******************************************

* Testimonials

********************************************/
.cbp-qtrotator {
	position: absolute;
	max-width: 250px;
	width: 100%;
	top: 0px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:992px){
.cbp-qtrotator {
	display:none;
}
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 250px;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,.cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}

.cbp-qtprogress {
  position: absolute;
  background: #47a3da;
  height: 1px;
  width: 0;
  top: 0;
  z-index: 1000;
}

.cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
}

.cbp-qtrotator blockquote p {
  font-size: 2em;
  color: #888;
  font-weight: 300;
  margin: .4em 0 1em;
}

.cbp-qtrotator blockquote footer {
  font-size: 1.2em;
  color: #2d8cff;
}

.cbp-qtrotator blockquote footer:before {
  content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}


@media screen and max-width 306em {
  .cbp-qtrotator {
    font-size: 70%;
  }
  
  .cbp-qtrotator img {
    width: 80px;
  }

}

/********************************************

* Portfolio section（保有車両紹介）

********************************************/
#Grid {
  text-align: justify;
  font-size: .1px;
}

#Grid .mix {
	display: none;
	opacity: 0;
	width: 33.3333%;
	vertical-align: top;
	background: #CCC;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}

.filter {
  margin: 4em 1em;
  cursor: pointer;
}

.options ul li {
  list-style: none;
  color: #FFF;
  text-align: center;
  display: inline-block;
}

.lb-album li > a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 150px;
  color: rgba(255,255,255,0.8);
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  font-size: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
/*IE8*/
  background: rgba(25, 156, 243, 0.8);/*保有車両のロールオーバー色*/
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .7s;
  -o-transition: opacity .7s;
  -ms-transition: opacity .7s;
  transition: opacity .3s;
}

.lb-album li > a:hover span {
  opacity: 1;
  filter: alpha(opacity=99);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
/*IE8*/
}

.description {
  position: relative;
  color: #FFF;
  font-style: italic;
  bottom: 40px;
}

.heading-description {
  padding-top: 75px;
/* border-bottom: 12px double #FFF; */
  padding-bottom: 25px;
  width: 80%;
  margin: auto;
  color: #FFF;
}

.portfolio-parlex {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/******************************

* Pricing table（OUR TOORの道具リスト）

******************************/
.pricing-section h3 {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1;
}

.pricing-section {
  text-align: center;
  background: #85b5e3;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border-right: 1px solid;
  border-color: #e7f1fc;
}

.pricing-section .preice {
  font-weight: 300;
  font-size: 1.6em;
}

/*.pricing-section:hover {

margin-top: -25px;

} */
.w-co {
  position: relative;
  float: left;
  min-height: 1px;
}

.pricing-main {
  position: relative;
  bottom: 25px;
}

.header-main {
  padding-bottom: 25px !important;
  border-bottom: 7px solid #0BF46E !important;
  padding-top: 60px !important;
}

.pricing-section .pricing-header {
  padding: 35px 0 25px;
  border-bottom: 7px solid #a3c6ec;
}

.pricing-section .pricing-content {
  padding: 30px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}

.pricing-section ul li {
  margin: 15px 0;
  font-size: .85em;
}

.pricing-section .pricing-footer {
  padding: 40px 0;
}

.footer-main {
  padding-bottom: 60px !important;
}

/****************************
* Team section
****************************/
.team-album {
  padding: 3em 0 4em;
}

.team-album .tumbnail > a span {
  position: absolute;
  left: 0;
  padding: 1em;
  top: 0;
  right: 0;
  bottom: 105px;
  text-align: center;
  line-height: 150px;
  color: rgba(255,255,255,0.8);
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  font-size: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  background: rgba(39,174,96,0.93);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .7s;
  -o-transition: opacity .7s;
  -ms-transition: opacity .7s;
  transition: opacity .3s;
}

.team-album .tumbnail > a:hover span {
  opacity: 1;
  filter: alpha(opacity=99);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
/*IE8*/
}

.team-heading {
  font-size: .8em;
  font-weight: 700;
  position: relative;
  top: 20px;
}

.team-designation {
  font-size: .6em;
  font-weight: 100;
  position: relative;
  bottom: 60px;
  margin-bottom: 0;
}

.team-des {
  font-size: .6em;
  font-weight: 100;
  line-height: 24px;
  position: relative;
  bottom: 90px;
  margin-bottom: 0;
}

.team-social {
  border-top: 7px solid #2d8cff;
  padding: 2.5em 1em 2em;
}

.tumbnail {
  position: relative;
  background: #34495E;
}

.thumbnail-img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.social-icons {
  color: #ECF0F1;
}

.circule-info {
  background: #2d8cff;
  padding: 1em 0 170px;
  width: 50%;
  max-height: 0;
  margin: auto;
}

.info-strong {
  font-size: 4em;
}

.info-x {
  font-size: 1.95em;
}

.email {
  font-weight: 200;
  letter-spacing: .1em;
  border-bottom: 1px dotted;
}

/*****************************

* Client Section

*****************************/
#clients {
  display: block;
  margin-bottom: 15px;
}

#clients .clients-wrap {
  display: block;
  width: 93%;
  margin: 0 auto;
  overflow: hidden;
}

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  width: 100% !important;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 270px;
  line-height: 55px;
  text-align: center;
}

#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  opacity: 0.70;
}

#clients .clients-wrap ul li img:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1.0;
}

/***************************************

* Contact us 

***************************************/
.contact-col {
  display: block;
  margin: 50px auto 30px;
  padding-top: 0;
}

.contact-col-head {
  color: #FFF;
}

.contact-col-text {
  border-right: 4px solid #FFF;
  border-left: 4px none #FFF;
  color: #FFF;
  text-align: center;
}

.contact-col-text-bar-last {
  border-right: 0 none #FFF;
  color: #FFF;
  text-align: center;
}

.message {
  height: 200px !important;
}

.social-footter {
  padding: 1.5em;
}

/*********************************************

* footer section 

*********************************************/
.footer {
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-1-5s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
/* custom */
.button span i.cogelegance-icons- {
font-size: 20px;
position: relative;
right: 13px;
top: 1px;
}
@media (max-width: 992px) { 
.heading-description {
  padding-top: 10px;
/* border-bottom: 12px double #FFF; */
  padding-bottom: 0px;
  width: 80%;
  margin: auto;
  color: #FFF;
}
}

@media (max-width: 768px) {
h4.heading-description {
	font-size: 18px;
}
p.center.description {
	font-size: 14px;
}
.filter {
  margin: 10px 0.5em !important;
  cursor: pointer;
}
}

@media (max-width: 320px) { 

h1 {
  margin: 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.5em;
  margin-bottom: 0px;
}

h2 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.4em;
  margin-bottom: 25px;
}

h3 {
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1em;
  margin-bottom: 25px;
}

h4 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.1em;
  margin-bottom: 10px;
}

h5 {
  font-weight: 600;
  margin: 0;
  font-size: 0.9em;
  line-height: 20px;
  margin-bottom: 25px;
}

.cbp-qtrotator .cbp-qtcontent img {
  float: none;
  margin-left: 3em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.cbp-qtrotator blockquote p {
  font-size: 0.9em;
  color: #888;
  font-weight: 300;
  margin: .4em 0 1em;
}

#Grid .mix {
	display: none;
	opacity: 0;
	width: 50%;
	vertical-align: top;
	background: #CCC;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.filter {
  margin: 5px 1em !important;
  cursor: pointer;
}

.lb-album li > a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 140px;
  color: rgba(255,255,255,0.8);
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
/*IE8*/
  background: rgba(39,174,96,0.93);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .7s;
  -o-transition: opacity .7s;
  -ms-transition: opacity .7s;
  transition: opacity .3s;
}
.heading-description {
  padding-top: 10px;
/* border-bottom: 12px double #FFF; */
  padding-bottom: 0px;
  width: 80%;
  margin: auto;
  color: #FFF;
}
h4.heading-description {
	font-size: 12px;
}
.button {
	display: block;
	color: #666;
/*	background: #48A65B; /*グリーン*/
/*	border: 2px solid #48A65B; /*グリーン*/
	background: #0066d1; /*ブルー*/
	border: 2px solid #0066d1; /*ブルー*/
	font-size: .95em;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	width: 80%;
	margin-bottom: 20px;
}

.mr_20_pc{
	margin-right:auto !important;
}

.description {
  position: relative;
  color: #FFF;
  font-style: italic;
  bottom: 55px;
}
}

#pc_nav{
	background-color: #FFF;
	width: 950px;
	padding-top: 10px;
	float: right;
}
ul#menu{
	list-style-type: none;
	color: #333;
	width: 100%;
	max-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	height: auto;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
ul#menu li{
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 115px;
	height: auto;
	display: block;
	font-size: 16px;
	background-color: #FFF;
}
ul#menu li a{
	display: block;
	color: #333;
	width: 100%;
	line-height: 230%;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul#menu li a.checked{
	background-color: #2d8cff;
	color: #FFF;
}
ul#menu li a.checked:hover{
}
ul#menu li.menu a{
}
ul#menu li a:hover{
	background-color: #0066CC;
	color: #FFF;
	transition: background, .7s;
}
ul.child{
	display: none;
	position: absolute;
	padding: 0;
	z-index: 2000;
}
ul#menu ul.child li {
	width: 150px;
	float: none;
	clear: both;
}
ul.child li a{
    padding: 10px 0;
    display: block;
	width: 100%;
    color: #333;
	line-height: 140% !important;
}
ul.child li a:hover{
  background-color: #2d8cff;
  color: #FFF;
  transition: background, .7s;
}
@media screen and (max-width:992px){
	#pc_nav{
	display: none;
}
}
#logo_box {
	width:100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#logo_box p {
	color: #333;
	font-size: 14px;
}
#bnr_careers {
	position: absolute;
	left: 21px;
	top: 6em;
	z-index: 1000;
}
#bnr_career_relative {
	width:100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 580px;
	padding: 0px;
	top: 0px;
}
@media screen and (max-width:992px){
#logo_box {
	display: none;
}
#bnr_careers {
	position: static;
	z-index: 1000;
	text-align: center;
	margin-top: 50px;
}
ul.slider{
	display:none;
}
}



/********************************************

* スマホ版メニュー

********************************************/
ul#accordionBox {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
ul#accordionBox li{
	background: #fff;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#accordionBox li h3 {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/sp_toggle_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	float: right;
}
ul#accordionBox li dl.subList{
	clear: both;
	margin: 0px;
	padding: 0px;
}
dt.subTrigger {
	height: 40px;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

dl.subList dt.subTrigger.down {
	background-image: url(../images/menu/icon_plus.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}

dl.subList dd{
	color: #333;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2d8cff;
}
dl.subList dd a{
	padding: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
dl.subList dd p{
	text-align: center;
}
dl.subList dt {
	position: relative;
	margin: 0px;
	padding: 0px;
}

h3.mainOpened {
	background-image: url(../images/sp_toggle_on.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	background: #999;
}
dl.subList dt.subOpened {
	background-image: url(../images/menu/icon_mine.png) !important;
	background-repeat: no-repeat;
	background-position: right 20px;
	background-color: #2d8cff;
}
dl.subList dt.subOpened a {
	color: #FFF !important;
}
.box_topics{
  width: 100%;
  height: 370px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px 10px 10px 10px;
  font-size: 100%;
}
#fixedBox #logo_wrap #logo_box #pc_nav #menu li .child li {
	width: 115px !important;
}
#logo_wrap {
	position: fixed;
	width: 100%;
	height: 70px;
	z-index: 2000;
	background-color: #FFF;
}
#fixedBox{
	width: 100%;
	background-color: #FFF;
}
@media screen and (max-width:992px){
.box_topics{
	height:200px !important;
	position: relative;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	overflow-y: scroll;
}
#fixedBox{
	display: none !important;
}
}
@media screen and (max-width:686px){
.al_l_sp{
	text-align: left !important;
}
}



/********************************************

* youtubeのiFrameをレスポンシブに

********************************************/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/********************************************

* リクルートサイトから業務内容CSSをコピー

********************************************/
#fh5co-projects {
  background: #f9f9f9;
}
#fh5co-projects .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-projects .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-projects .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-projects .fh5co-project-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-projects .fh5co-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-projects .fh5co-project-item .fh5co-text {
  padding: 30px 10px 10px 20px;
  text-align: center;
}
#fh5co-projects .fh5co-project-item .fh5co-text h2, #fh5co-projects .fh5co-project-item .fh5co-text span {
  text-decoration: none !important;
}
#fh5co-projects .fh5co-project-item .fh5co-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #484c50;
}
#fh5co-projects .fh5co-project-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#fh5co-projects .fh5co-project-item .fh5co-text p {
  color: #85919d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#fh5co-projects .fh5co-project-item:hover, #fh5co-projects .fh5co-project-item:focus {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
#fh5co-projects .fh5co-project-item:hover img, #fh5co-projects .fh5co-project-item:focus img {
  opacity: .7;
}
#fh5co-projects .fh5co-project-item:hover h2, #fh5co-projects .fh5co-project-item:hover span, #fh5co-projects .fh5co-project-item:focus h2, #fh5co-projects .fh5co-project-item:focus span {
  text-decoration: none !important;
}
#fh5co-projects .fh5co-project-item:hover p, #fh5co-projects .fh5co-project-item:focus p {
  color: #484c50;
}

a {
  color: #2772DB;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
    text-decoration: none !important;
}
