@charset "utf-8";
/* CSS Document */
/* TOP PAGE
-------------------------------------------------- */
.top-topics .card figure{
    overflow: hidden;
    width: 100%;/* トリミングしたい枠の幅 */
    height: 139px;/* トリミングしたい枠の高さ */
    position: relative;
    background:#f5f5f5;
}
.top-topics .card figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
max-width:initial;
height:auto;
  width: 100%;
}

.topcate{
	background: #f06800;
font-weight: normal;
font-style: normal;
padding: 0px 8px;
color: #fb6908;
font-size:60%;
display: inline-block;
margin-bottom: 10px;
color: #fff;
border-radius: 4px;
float:right;
height: 26px;
}
.card-title{
	clear:both;
}
.pid{
	/*display:none;*/
}
p.pid a{
	margin-bottom:3em;
}
@media (min-width: 768px) {
.service-nav .no-gutter a:nth-child(4) .col-sm-4{
	margin-left:16.5%;
}
.service-nav .no-gutter .col-sm-4{
	margin-bottom:1em;
}

.home .service-nav a:nth-child(3) .col-sm-4,
.home .service-nav a:last-child .col-sm-4{
	border-right:0;
	
}


}


.hero-top {
	background: url(../images/hero-top-AI.png) top center no-repeat;
	background-size: cover;
	height: 360px;
	text-align: left;
}
.hero-top .hero-heading 
{
	padding:40px 0
	
}
.hero-top p {
	color: #fff;
	font-size: 16px;
	line-height:1.5em;
	text-shadow: 1px 1px 5px #000;
}
.hero-top .btn {
	letter-spacing: 1px;
	font-size: 16px;
	margin-top:0;
}

@media (min-width: 768px) {
.hero-top {
	background-size: cover;
	height: 500px;
}
.hero-top .hero-heading 
{
	padding:110px 0 0;
	
}
.hero-top .btn{ margin-top:30px; }
.hero-top p {
	font-size: 24px;
}
}
.top-section {
	padding-bottom: 60px;
}
.top-section h2 {
	text-align: center;
	font-weight: normal;
	margin: 100px 0 40px;
	color: #000;
	font-size: 2rem;
}
.top-section h3 {
	font-size: 1.25rem;
}
.top-section p {
	font-size: .875rem;
}
.top-service {
	text-align: center;
	list-style: none;
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.top-service [class^="col-"] {
}
/*.top-service [class^="col-"] {
	padding-left:0;
	padding-right:0;}*/
.top-service .block {
	position: relative;
	overflow: hidden;
	padding: 30px;
	min-height: 200px;
	cursor: pointer;
}
.top-service .block:hover {
	background-color: #f3f5f7;
}
.top-service .block a {
	display: block;
}
.top-service h3 {
	margin: 20px 0 0;
	font-size: 1rem;
	font-weight: 800;
	text-align: center;
	height:36px;
	overflow:hidden;
}
.top-service p {
	margin: 20px 0;
	font-size: .75rem;
}
.top-service img {
	margin: 0 auto;
}
/* CASE
------------------------- */
.top-case {
	background: url(../images/bg-city-of-tokyo.png) top center no-repeat;
	background-size: cover;
	padding-top:80px;
	padding-bottom:80px;
}
.top-case h2 {
	color: #FFF;
}
.top-case .panel {
	margin: 0 auto 30px;
	position: relative;
	width: 80%;
	height: auto;
	border: 0;
}
.top-case .panel .overlay {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: #ff6908;
	border: solid 1px #ff6908;
	border-radius: 4px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
}
.top-case .panel .overlay:hover {
	opacity: 1;
}
.top-case .panel .overlay .btn, .top-case .col-sm-8 .panel .overlay .btn {
	margin-top: 18%;
}
.top-case .panel img {
	margin: 0 auto;
	max-width: 70%;
}

@media (min-width: 768px) {
.top-case .panel {
	width: 100%;
	min-height: 192px;
}
.top-case .panel .overlay .btn {
	margin-top: 25%;
}
.top-case .col-sm-8 .panel .overlay .btn {
	margin-top: 12.5%;
}
.top-case .panel img {
	max-width: 100%;
}
.case-quote [class^="col-"] {
	margin: 15px 0;
}
.case-quote .quote {
	/*color: #ff6908;*/
	color: #000;
	line-height: 1.6em;
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 15px;
	margin-right: 30px;
}
}

.top-topics {}
@media (min-width: 768px) {
.top-topics .card-title {
	height:70px;
/*	overflow:hidden;
	text-overflow: ellipsis;
	overflow-wrap: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: normal;*/

}
}
.blog {
	border-top: solid 1px #eee;
	padding: 30px 0;
	text-align: left;
	background-color: #f3f5f7;
}
.blog .btn-banner {
	height: 81px;
}