@charset "utf-8";


/* -------------------------------------------------- */
/* チルチルミチルについて */
/* -------------------------------------------------- */
.sp {
	display: none !important;
}

/* 名前の由来 */
/* ---------------------------- */
#logoImg {
	padding-bottom: 50px;
	text-align: center;
}

#logoImg ul {
	display: inline-block;
}

#logoImg li {
	margin: 50px 0;
	display: inline-block;
	vertical-align: middle;
}

/*
#logoImg li:last-child {
	margin-right: 0px;
}
*/

#registration {
	padding: 10px 0;
	border: 1px #0095da solid;
	color: #0095da;
	text-align: center;
}


/* チルチルミチルの強み */
/* ---------------------------- */
#advantage {
	padding-bottom: 100px;
}

#adIn {
	width: 1000px;
	margin: 0 auto 40px;
}

#advantage {
	padding-bottom: 100px;
}

#adRight {
	width: 100%;
/*	float: right;*/
	text-align: center;
	padding-bottom: 50px;
}

#adLeft {
	width: 100%;
/*	float: left;*/
}

#adLeft .frame2Tit {
	font-size: 2rem;
}

#companyBtn {
	text-align: center;
}

/* クレド*/
/* ---------------------------- */
#credo {
	padding-bottom: 100px;
}

#credo .tit1:before {
	content: "Mission/Vision/Value";
}

#credoWrap {
	width: 100%;
	position: relative;
}

#concceptLeft {
	width: 50%;
	height: 90vh;
	float: left;
	display: table;
}

#credoRight {
	width: 50%;
	height: 90vh;
	float: right;
	display: table;
}

#credo1 {
	width: 100%;
	height: 90vh;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: 1px #FFF solid;
}

.vision {
	width: 100%;
	height: 30vh;
	display: table;
}

#credo2 {
	width: 100%;
	height: 30vh;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px #FFF solid;
}

#credo3 {
	width: 100%;
	height: 30vh;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px #FFF solid;
}

.credoTitWrap {
	text-align: left;
	display: inline-block;
}

#value {
	width: 100%;
	height: 30vh;
	display: table;
}

#credo4 {
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: 1px #FFF solid;
}

#credo5 {
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: 1px #FFF solid;
}

#credo6 {
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.credoEn {
	letter-spacing: 0.2em;
	font-size: 1.4rem;
	color: #FFF;
}

.credoEn2 {
	letter-spacing: 0.2em;
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
}

.star {
	text-align: center;
	padding-bottom: 5px;
}

.credoTit {
	line-height: 1.2;
	font-size: 3rem;
	font-weight: 200;
	color: #FFF;
}

.credoTit2 {
	line-height: 1.2;
	text-align: center;
	font-weight: 200;
	font-size: 2.0rem;
	color: #FFF;
}

.credoHover {
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.credoHover:hover {
	background: rgba(0,149,218,0.3);
}

.cd.on {
	width: 100%;
}

.cd {
	position: absolute;
	width: 0;
	height: 90vh;
	background: #0095da;
	overflow: hidden;
	vertical-align: middle;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all 0.3s ease-in-out 0s;
}

.cdBg {
	width: 100%;
	height: 100%;
	display: table;
}

.cdIn {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.cdIn .cdImg {
	text-align: center;
	padding-bottom: 30px;
}

.cdIn .cdTxt {
	font-size: 1.8rem;
	color: #FFF;
}

.credoClose {
	position: absolute;
	top: 20%;
	right: 30%;
	cursor: pointer;
}

/* 社内風景 */
/* ---------------------------- */
#office .tit1:before {
	content: "Office";
}

#officeBtn {
	padding: 0 60px 30px;
}

#wsBtn {
	width: 49.5%;
	float: right;
	padding: 30px 0;
	background-color: #999;
	position: relative;
	cursor: pointer;
	font-weight: 300;
	transition: all 0.3s ease-in-out 0s;
}

#wsBtn:before {
	content: "Work Space";
	width: 100%;
	height: 15px;
	font-family: 'Chivo', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
	display: block;
}

#wsBtn:hover {
	opacity: 0.8;
}

#wsBtn.on {
	background-color: #0095da;
}

#wsBtn.on:after {
	opacity: 1;
}

#mrBtn {
	width: 49.5%;
	float: left;
	padding: 30px 0;
	background-color: #999;
	position: relative;
	cursor: pointer;
	font-weight: 300;
}

#mrBtn:before {
	content: "Meeting Room";
	width: 100%;
	height: 15px;
	font-family: 'Chivo', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
	display: block;
}

#mrBtn:hover,
#mrBtn.on {
	opacity: 0.8;
}

#mrBtn.on {
	background-color: #0095da;
}

#mrBtn.on:after {
	opacity: 1;
}

#wsTxt {
	padding: 0 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 3.2rem;
	color: #FFFFFF;
	letter-spacing: 0.3em;
}

#mrTxt {
	padding: 0 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 3.2rem;
	color: #FFFFFF;
	letter-spacing: 0.3em;
}

#ws {
	display: none;
	padding: 0 60px 50px;
	position: relative;
}

#ws img {
	width: 100%;
}

#mr {
	padding: 0 60px 50px;
	position: relative;
}

#mr img {
	width: 100%;
}

.officelayout1 {
	width: 100%;
	padding: 0 0 30px 0;
}

.officelayout2 {
	width: 100%;
	padding: 0 0 40px 0;
}

.officelayout3 {
	width: 100%;
	padding: 0 30px 40px 0;
}


#mrBefore {
	display: none;
}



#wsBefore {
	display: none;
}



.officeComment {
	padding: 80px;
	position: absolute;
	top: 200px;
	right: 15%;
	background: rgba(255, 255, 255,0.7);
	color: #222;
}

.officeTit {
	padding-bottom: 40px;
	font-size: 2.2rem;
	font-weight: 400;
}

.officeTxt {
	padding-bottom: 40px;
	font-size: 1.385em;
	line-height: 2em;
}

.wsBtn2 {
	font-size: 1.231em;
	text-align: right;
}

.wsBtn2 a {
	color: #333333;
	font-weight: 400;
}

.wsBtn2 a:before {
	content:"";
	width: 22px;
	height: 26px;
	padding-right: 10px;
	background: url(../../img/about/remodeling.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.wsBtn2 a:hover {
	color: #00a0e9;
	text-decoration: none;
}

.mrBtn2 {
	font-size: 1.231em;
	text-align: right;
}

.mrBtn2 a {
	color: #222;
}


.mrBtn2 a:before {
	content:"";
	width: 22px;
	height: 26px;
	padding-right: 10px;
	background: url(../../img/about/remodeling.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.mrBtn2 a:hover {
	color: #00a0e9;
	text-decoration: none;
}


/* SPECIAL THANKS */
/* ---------------------------- */
#thanks {
	padding-bottom: 100px;
}

#thanks h3 {
	font-size: 3rem;
	font-weight: 300;
}

#thanks ul {
	letter-spacing: -.4em;
}

#thanks li {
	width: 240px;
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
}

#thanks li:last-child {
	margin-right: 0px;
}

#thanks li a {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

#thanks li a:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}
