@charset "UTF-8";
/* group.css */

/* ===========================
.group-nav
============================== */
.group-nav {
	position: relative;
}
.group-nav .headline h2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.group-nav .headline p {
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: 0.1em;
	text-align: justify;
}
.group-nav svg {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@keyframes svg-hover {
	0% {opacity: 0.2;}
	20% {opacity: 0.7;}
	100% {opacity: 0.2;}
}
.group-nav svg a rect {
	transition: all 0.3s;
}
.group-nav svg a:hover path {
	fill: #fff;
	animation: svg-hover 2s linear infinite;
}
.group-nav svg a:hover rect {
	fill: #DDE6F0;
}
.group-nav svg path {
	pointer-events: none;
}
.group-nav dl {
	margin: 10px 0 0;
}
.group-nav dl dt {
	margin: 15px 0 0;
	padding: 3px 10px;
	font-size: 14px;
	color: #fff;
	background: #004190;
}
.group-nav dl dd {
	margin: 0;
}
.group-nav dl dd a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
	color: #323232;
	background: url(../img/common/arrow01.svg) right 10px center no-repeat;
	border-bottom: #80A0C7 1px solid;
}
@media screen and (min-width: 48em) { /* 768px md */
	.group-nav .headline {
		position: absolute;
		top: 0;
		left: 0;
	}
	.group-nav .headline h2 {
		font-size: 24px;
	}
	.group-nav .headline p {
		margin: 25px 0 0;
		font-size: 16px;
	}
}

/* ===========================
.group-content
============================== */
.group-content {
	padding: 80px 0 40px;
}
.group-content .area {
	margin: 0 0 25px;
	padding: 0 0 0 0.5em;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #004190;
	border-left: #004190 5px solid;
}
.company-profile {
	margin: 0 0 50px;
	scroll-margin-top: 70px;
}
.company-profile .company-logo {
	width: 160px;
	height: 60px;
	margin: 0 20px 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: #989898 1px solid;
}
.company-profile .company-logo img {
	max-width: 150px;
	max-height: 50px;
}
.company-profile > section {
	position: relative;
}
.company-profile .link {
	margin: 10px 0 0;
	display: inline-block;
	background: linear-gradient(90deg, #004190 0%, #004190 33.3%, transparent 66.6%, transparent 100%);
	background-size: 300%;
	background-position:99% 0;
	transition: all 0.3s;
}
.company-profile .link:hover {
	background-position:0% 0;
}
.company-profile .link a {
	display: inline-block;
	padding: 8px 30px 8px 10px;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.2em;
	color: #004190;
	background: url(../img/common/arrow01.svg) right 5px center no-repeat;
	border: #80A0C7 1px solid;
	transition: all 0.3s;
}
.company-profile .link a:hover {
	color: #fff;
	background: url(../img/common/arrow02.svg) right 5px center no-repeat;
}
.company-profile .link a img {
	margin: 0 0 0 5px;
	transition: all 0.3s;
}
.company-profile .link a:hover img {
	filter: brightness(0) invert(1);
}
.company-profile h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.company-profile h3 {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: #989898 1px solid;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.business-lineup {
	margin: 5px 0 0;
}
.business-lineup > li {
	display: inline-block;
	width: 160px;
	margin: 5px 5px 0 0;
	padding: 8px 5px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	background: #989898;
	border-radius: 14px;
}
.business-lineup > li.creative {
	background: #547BA8;
}
.business-lineup > li.advertising {
	background: #BD6970;
}
.business-lineup > li.system-saas {
	background: #4A9A98;
}
.business-lineup > li.ec-sales {
	background: #945E8D;
}
.business-lineup > li.web-service {
	background: #C49958;
}
.business-lineup > li.kobecco {
	background: #419CC0;
}
.company-profile dl {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.company-profile dl dt {
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.company-profile dl dd {
	width: calc(100% - 100px);
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: justify;
}
.company-profile dl dd a img {
	margin: 0 0 0 5px;
	vertical-align: middle;
	transition: all 0.3s;
}
.company-profile dl dd a:hover img {
	transform: scale(1.5);
}
@media screen and (min-width: 48em) { /* 768px md */
	.group-content {
		padding: 200px 0 140px;
	}
	.group-content .area {
		margin: 0 0 50px;
		font-size: 24px;
		letter-spacing: 0.2em;
	}
	.company-profile {
		margin: 0 0 100px;
		display: flex;
		justify-content: space-between;
		scroll-margin-top: 130px;
	}
	.company-profile .company-logo {
		max-width: 250px;
		width: 30%;
		height: 150px;
	}
	.company-profile .company-logo img {
		max-width: none;
		max-height: none;
	}
	.company-profile > section {
		width: 70%;
	}
	.company-profile h2 {
		font-size: 22px;
		letter-spacing: 0.2em;
	}
	.company-profile h3 {
		margin: 30px 0 0;
		padding: 30px 0 0;
		font-size: 22px;
		letter-spacing: 0.2em;
	}
	.business-lineup {
		margin: 10px 0 0;
	}
	.business-lineup > li {
		width: 190px;
		margin: 10px 10px 0 0;
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.company-profile dl {
		margin: 20px 0 0;
	}
	.company-profile dl dt {
		width: 135px;
		font-size: 16px;
		line-height: 2.5;
		letter-spacing: 0.2em;
	}
	.company-profile dl dd {
		width: calc(100% - 135px);
		font-size: 16px;
		line-height: 2.5;
		letter-spacing: 0.2em;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	.company-profile .link {
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
}
