@charset "utf-8";


/* =============================================
	
	Company
	
============================================= */



/* ----------------------------------------
	
	Visual
	
---------------------------------------- */
#visual {
	position: relative;
	height: 370px;
}

#visual .heading-text {
	position: absolute;
	bottom: 0;
	right: 0;
}

#visual .scenery {
	padding: 4px;
	/* background: url(../../images/company/index/visual_bg.jpg) no-repeat; */
	height: 370px !important;
}

#visual .scenery li {
	position: absolute;
	display: none;
}

#visual .scenery li:first-child {
	display: list-item;
}



/* ----------------------------------------
	
	Section
	
---------------------------------------- */
.section { position: relative; }

.company h2 {
	margin: 70px 0 20px;
}


.company-index .section p,
.company-index .section li {
	font-size: 116%;
	line-height:1.6;
}




/* ------------------
	creation
------------------ */
.creation .paper {
	float: left;
}

.creation div {
	margin-left: 250px;
}

.creation div h3 {
	font-size: 131%;
	font-weight: bold;
	margin-bottom: 5px;
}



/* ------------------
	make-and-think
------------------ */
.make-and-think {
	padding-left: 370px;
	background: url(../../images/company/index/img_makeandthink.png) 0 15px no-repeat;
}

.make-and-think a { text-decoration: none; }
.make-and-think a:hover { text-decoration: underline; }

.make-and-think p img {
	vertical-align: middle;
	padding: 10px;
}

.make-and-think p img:hover {
	opacity: .8;
}



/* ------------------
	strength
------------------ */
.company-index .strength {
	height: 300px;
}

.company-index .multidevice {
	background: url(../../images/company/index/img_strength_multidevice.png) right bottom no-repeat;
}

.company-index .prototype {
	background: url(../../images/company/index/img_strength_prototype.png) right bottom no-repeat;
}

.company-index .realization {
	background: url(../../images/company/index/img_strength.png) right bottom no-repeat;
}



.company-index .strength h2#strength {
	left: 0;
}

.company-index .strength ul {
	width: 500px;
	margin-top: 1em;
}

.company-index .strength ul li {
	list-style: disc;
	margin: 0 0 3px 1em;
	line-height: 1.3 !important;
}

.company-index .strength a { text-decoration: none; }
.company-index .strength a:hover { text-decoration: underline; }



/* ------------------
	philosophy
------------------ */
.philosophy .wrapper {
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
	margin-left: -20px;
	padding: 0 0 5px;
}

.philosophy .philosophy-box {
	box-sizing: border-box;
	width: 450px;
	margin-left: 20px;
	float: left;
	background: #107fb7;
	color: #fff;
	border-radius: 4px;
}

.philosophy h3 {
	font-weight: bold;
	font-size: 22px;
	padding: 15px 20px;
}

.philosophy p {
	padding: 20px 20px;
	background: rgba(0,0,0,.1);
}






/* ------------------
	company-info
------------------ */
.company-info {
	margin-top: 80px;
	height: 500px;
}

.company-info h2 {
	z-index: 10;
}

.company-info div {
	z-index: 5;
	background: url(../../images/company/index/img_anko.png) no-repeat;
	width: 697px;
	height: 485px;
	position: absolute;
	top: -30px;
	left: -90px;
}

.company-info ul {
	position: absolute;
	top: 45px;
	left: 460px;
}

.company-info ul li {
	margin-left: 1em;
	list-style: disc;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 123.1% !important;
}

.company-info ul li a		{ text-decoration: none; }
.company-info ul li a:hover { text-decoration: underline; }








/* =============================================
	
	Company make (think)
	
============================================= */

.company-make h1 {
	margin: 30px 0 35px !important;
}

.company-make {
	font-size: 108%;
}

.company-make .heading-illust {
	position: absolute;
	top: 150px;
	left: -30px;
}
/* think */
.think .heading-illust {
	left: 30px;
}

.company-make .heading-illust-think {
        position: absolute;
        left: -30px;
}

.company-make .lead {
	margin-left: 285px;
}

.company-make p {
	margin-bottom: 0.7em;
}


/* ページ内の目次 */
.company-make .table-of-contents {
	background: #f9f9f4;
	border: 4px solid #dededb;
	margin-bottom: 1.3em;
	padding: 15px 20px;
	font-size: 93%;
	width: 70%;
}

.company-make .table-of-contents li {
	list-style: decimal;
	margin-left: 20px;
	color: #666;
}

* html .company-make .table-of-contents li {
	zoom: 1;
	list-style: none;
	margin-left: 0;
}

.company-make .table-of-contents li a {
	line-height: 2;
	/*color: #666;
	text-decoration: none;*/
	display: block;
}



/* ---------------------
	本文
--------------------- */
.company-make .section {
	margin-top: 50px;
	padding-top: 50px;
	background: url(../shared/images/hr_large.png) top repeat-x;
	zoom:1;
}


.company-make h2 {
	font-weight: bold;
	font-size: 116%;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 25px;
}


.company-make h2 em {
	color: #fff;
	font-style: italic;
	font-size: 167%;
	font-family: 'Times New Roman', serif;
	background: url(../shared/images/bg_numbercircle.png) no-repeat;
	width: 42px;
	height: 42px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	margin-right: 15px;
	text-shadow: none;
}


.company-make .figure {
	border: 5px solid #dededb;
	margin: 20px 0;
	position: relative;
}

/* 普通のリスト*/
.company-make .normal-list {
	margin: 20px;
	color: #666;
}

.company-make .normal-list li {
	list-style: disc;
}


.company-make .normal-decimal-list {
	margin: 30px;
	color: #666;
}

.company-make .normal-decimal-list li {
	list-style: decimal;
}


/*
	サービスのUML
*/
.company-make .servicediagram {}

/*
.company-make .servicediagram ul {
	position: absolute;
	top: 40px;
	left: 360px;
	font-size: 93%;
	color: #666;
	width: 270px;
	float: none;
}

.company-make .servicediagram ul li {
	list-style: disc;
	margin-bottom: 10px;
}
*/


/*
	ソーシャルアプリ本
*/
.company-make .socialapp-book .book {
	margin: 0;
	padding: 7px;
	background: #f9f9f4;
	text-align: right;
}

.company-make .socialapp-book .text {
	position: absolute;
	top: 40px;
	left: 25px;
}

.company-make .socialapp-book h3 {
	font-weight: bold;
	font-size: 116%;
	margin-bottom: 25px;
}

.company-make .socialapp-book h3 span {
	font-size: 77%;
	color: #666;
	font-weight: normal;
}


.company-make .socialapp-book dl {
	font-size: 85%;
	line-height: 1.5;
}

.company-make .socialapp-book dt {
	font-weight: bold;
}

.company-make .socialapp-book dd {
	margin-bottom: 10px;
}

.company-make .socialapp-book dl.bookinfo {
	float: left;
}

.company-make .socialapp-book dl.author {
	margin-left: 140px;
	line-height: 1.7;
}



/*
	iPhoneアプリ紹介
*/

.company-make .iphone-app .image {
	margin: 0;
}


.company-make .iphone-app .text {
	position: absolute;
	top: 35px;
	left: 60px;
	line-height: 1.4;
}

.company-make .iphone-app h3 {
	color: #333;
	font-weight: bold;
}

.company-make .iphone-app p {
	color: #666;
}

.company-make .iphone-app .link {
	font-size: 77%;
}

.company-make .iphone-app .appbox {
	width: 255px;
}

.company-make .iphone-app .wallcalendar {
	float: left;
}

.company-make .iphone-app .goodchoice {
	margin-left: 310px;
}


/*
	YOG
*//*
.yog {
	background: #f9f9f4;
	padding: 35px 48px;
}

.yog h3 {
	color: #333;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 116%;
}

.yog .description {
	color: #666;
	font-size: 93%;
	line-height: 1.5;
}

.yog .link {
	font-size: 77%;
}

.yog .image {
	margin-top: 20px;
}
*/


/*
	モニタリングの図
*/

.company-make .monitoring {
	padding: 20px 45px;
	background: #f9f9f4;
}

.company-make .monitoring h3 {
	font-size: 93%;
	color: #666;
	font-weight: bold;
	margin-bottom: 15px;
}


/* 最後に */
.last-but-not-least {
	margin-bottom: 3em;
}

.last-but-not-least h2 {
	margin-bottom: 10px;
}




/*
	images for think
*/
.think .section {
	position: relative;
	clear: both;
}

/*
.think .section .illust {
	position: absolute;
	right: 0;
	top: 100px;
}

*/

.think .illust {
	float: right;
	margin: -30px 0 40px 10px;
}

.business .illust {
	margin-top: -80px;
}

.definite-target .illust {
	margin-top: -70px;
}

.what-is-unnecessary .illust,
.business .illust {
	margin-left: 50px;
}





/* =============================================
	
	Strength
	
============================================= */

* html #sidebar {
	position: absolute;
	top: 0;
	right: 0;
}


.strength h1 { margin: 30px 0 35px !important; }

.strength ul { margin: 0 1em 1em; }

.strength ul li {
	margin-left: 1em;
	list-style: disc;
}
.strength .section {
	margin-bottom: 70px;
}

.strength p { margin-bottom: 1em; }

.strength p,
.strength li,
.strength dd {
	font-size: 108%;
}

.strength h2 {
	position: relative;
	left: -40px;
	margin-bottom: 20px;
}

.strength .html5 { margin-top: 50px; }

/* 囲み背景 */
.strength .dent {
	background: url(../shared/images/bg_brown_noise2.png);
	margin-bottom: 20px;
	padding: 15px;
	border-top: 1px solid #dad9cf;
	border-left: 1px solid #dad9cf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
}

.strength .dent h3 {
	text-align: center;
	margin: 0 0 15px !important;
	padding: 0 !important;
	background: none !important;
	font-size: 100% !important;
	clear: none !important;
}

.strength .dent-list ul,
.strength .dent-list ol {
	margin: 0;
	padding: 10px;
	font-size: 116%;
}

.strength .dent-list ol ul {
	margin: 0;
	padding: 0 0 10px;
}

.strength .dent-list ol ul li {
	list-style: disc;
	font-size: 14px;
	line-height: 1.6;
	color: #777;
}


.strength .merit-demerit ul {
	width: 80%;
	margin: 0 auto 20px;
}

.strength .merit-demerit li {
	font-size: 123.1%;
}

.strength .pararell {
	margin-left: 70px;
}

.strength .pararell li {
	width: 230px;
	float: left;
	list-style: none;
	margin: 0 60px 0 0;
}

.strength .pararell li span {
	font-size: 85%;
	line-height: 1.4;
	color: #656462;
}

.strength h3 {
	font-size: 138.5%;
	margin: 30px 0 1em;
	padding-left: 18px;
	background: url(../../images/company/strength/h3_bullet.png) left center no-repeat;
	clear: left;
}

.strength h4 {
	font-weight: bold;
	font-size: 108%;
	color: #333;
	margin-bottom: 5px;
}

.strength h4.small {
	background: #e6e4d9;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	color: #7e7d77;
	margin: 10px 0;
	padding: 5px 15px;
	display: inline-block;
	font-size: 85%;
	line-height: 1;
}

.strength dt {
	margin-bottom: 5px;
	font-size: 116%;
	font-weight: bold;
}
.strength dd {
	margin: 0 0 1em 30px;
}

.strength .image {
	float: right;
	margin: 0 0 1em 1em;
}

.strength ol li {
	list-style: decimal;
	margin-left: 2em;
}


/* html5 */
.strength .html5 .dent {
	background: url(../../images/company/strength/img_html5bg.png) 50% 50% no-repeat;
}

.strength .html5 .dent ol {
	padding: 20px 40px;
	font-size: 123.1%;
}

.strength .html5 .dent ol li {
	margin-bottom: 10px;
}

.strength .html5 .dent ul {
	margin: 0 0 0 1em;
	color: #777;
}

.strength .html5 .dent ul li {
	font-size: 85%;
	margin: 0;
	list-style: disc;
}

.strength .html5 .dent li.last {
	margin-bottom: 0;
}
	




/* =============================================
	
	Company member
	
============================================= */

.company-member .members {
	margin-bottom: 30px;
}


/* -- members -- */
.company-member .members h2 {
	font-size: 146.5%;
	font-weight: bold;
	color: #85b6aa;
	text-shadow: 1px 1px 0 #fff;
	margin: 0 0 10px !important;
}

.company-member .members .memberbox {
	margin-bottom: 100px;
	clear: both;
}

.company-member .members .text {
	width: 490px;
	float: right;
	margin-bottom: 100px;
}
* html .company-member .members .text { margin-bottom: 30px; }
*+html .company-member .members .text { margin-bottom: 30px; }


.company-member .members .text p {
	margin-bottom: 1em;
	font-size: 108%;
}

.company-member .members .text li {
	font-size: 108%;
}


/* ブログ、サービス */
.company-member .members .blog-and-service {
	background: #edece1;
	padding: 10px;
}

.company-member .members .blog-and-service dt {
	width: 6em;
	float: left;
	font-weight: bold;
}

.company-member .members .blog-and-service dd {
	margin-left: 7em;
}




.company-member .members .meta .photo {
	border: 5px solid #d8d4c7;
	display: inline-block;
	margin-bottom: 10px;
	width: 150px;
}


/* 守備範囲 */
.company-member .members .range-of-defense {
	background: #edece1;
	margin-bottom: 10px;
	padding: 15px 20px;
	font-size: 85%;
	color: #333;
	width: 120px;
}

.company-member .members .range-of-defense h3 {
	background: #e0dfcf;
	padding: 2px 5px;
	margin: 0 -5px 3px;
	color: #000;
}


/* 利用しているSNS */
.company-member .members .socialservices h3 {
	display: none;
}

.company-member .members .socialservices li,
.company-member .kray-ob .socialservices li {
	float: left;
	margin-right: 5px;
	font-size: 1px;
}


/* azunyan */
.company-member .members .danny .text {
	background: url(../../images/company/member/img_azunyan.png) 100% 90% no-repeat;
}



/* -- OB -- */
.company-member .kray-ob {
	clear: both;
}

.company-member .kray-ob .text {
	margin-left: 70px;
}

.company-member .kray-ob h2 {
	background: #e8e6d9;
	font-size: 123.1%;
	font-weight: normal;
	color: #68665d;
	text-shadow: none;
	margin: 0 0 10px !important;
	padding: 10px;
}

.company-member .kray-ob .obbox {
	width: 305px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: #f6f6f2;
	-moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	float: left;
}

.company-member .kray-ob h3 {
	font-size: 116%;
	color: #333;
}

.company-member .kray-ob .description {
	line-height: 1.4;
	margin-bottom: 10px;
	color: #666;
}

.company-member .kray-ob .photo {
	position: absolute;
	top: 10px;
	left: 10px;
}



/* =============================================
	
	Company profile
	
============================================= */

.company-profile h2 {
	background: url(../images/h2_bg.png) no-repeat;
	margin-bottom: 15px;
	padding: 0 12px;
	line-height: 45px;
	font-weight: bold;
	font-size: 116%;
	color: #555;
	height: 45px;
}

.company-profile .section p,
.company-profile th,
.company-profile td {
	margin-bottom: 1em;
	font-size: 108%;
}

.company-profile .section iframe {
	border: 4px solid #d7d5c8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
}

.company-profile .section small { font-size: 77%; }
.company-profile .section small a { color: #007dd4 !important; }



/* =============================================
	
	Company Agile Coach
	
============================================= */


.company-agilecoach {
  width: 100% !important;
}

.company-agilecoach h1 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	color: #333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	margin: 80px 0;
}

.company-agilecoach h1 strong {
	font-size: 48px;
}

.company-agilecoach__lead {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	color: #333;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px;
}


/* 得られる価値 */
.company-agilecoach__value {
	text-align: center;
	margin: 0 0 30px;
}

.company-agilecoach__value ul {
	box-sizing: border-box;
	width: 640px;
	margin: 0 auto;
	padding: 40px 40px 40px 60px;
	background: #fff;
	font-size: 20px;
	text-align: left;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.company-agilecoach__value li {
	list-style: disc;
	margin: 0 0 5px;
}

.company-agilecoach__value li:last-child {
	margin: 0;
}


/* 素のテキスト */
.company-agilecoach__text {
	width: 640px;
	margin: 0 auto 80px;
	font-size: 18px;
}

.company-agilecoach__text a {
	font-weight: bold;
}


/* 背景画像を引くブロック */
.company-agilecoach__block {
	padding: 110px 0 130px;
	background-size: cover;
	background-position: center center;
}

.company-agilecoach__block-inner {
	width: 640px;
	margin: 0 auto;
}

.company-agilecoach__block h2 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 80px;
	text-align: center;
}

.company-agilecoach__block p {
	font-size: 18px;
	line-height: 1.8;
}

.company-agilecoach__block .company-agilecoach__target {
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0 0;
}

/* ブロック個別指定 */
.company-agilecoach__training {
	background-image: url(../../images/company/agilecoach/bg1.jpg);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.company-agilecoach__git {
	background-image: url(../../images/company/agilecoach/bg2.jpg);
}

.company-agilecoach__consulting {
	background-image: url(../../images/company/agilecoach/bg3.jpg);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.company-agilecoach__pairwork {
	background-image: url(../../images/company/agilecoach/bg4.jpg);
}


/* お問い合わせ */
.company-agilecoach__contact {
	margin: 100px auto;
	text-align: center;
}

.company-agilecoach__contact h2 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 36px;
	margin: 0 0 1.5em;
}

.company-agilecoach__contact > a {
	background: #201c1c;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	padding: 1em 4em;
	border-radius: 10px;
}

.company-agilecoach__contact > a:hover {
	background: #444;
}


/* ----------------------------------------

	Security policy

---------------------------------------- */

.security-policy__title {
	font-size: 50px;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", sans-serif;
	font-weight: 100;
}

.security-policy__sub-title {
	margin-bottom: 20px;
	color: #555;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

.security-policy__section {
	margin-bottom: 50px;
}

.security-policy__lists {
	padding-left: 1.2em;
}

.security-policy__lists li {
	margin-bottom: 20px;
	padding-left: 5px;
	list-style: decimal;
}

.security-policy__footer {
	text-align: right;
}


/* ページが幅100%なので、フッター手前の要素を通常のサイズに戻す */
.kray-width {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
