@charset "utf-8";
/* CSS Document */


#fix-flash {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index:-2;
}

#fix-flash img {
	width: 33.8vw;
}

.main-image-reractive {
	width: 100%;
	position: relative;
	margin: 17.35vw 0 8vw;
}
.main-image-ttl {
	position: absolute;
	top: -10.5vw;
	left: 15.75vw;
	z-index: 1;
}
.main-image-ttl h1 {
	font-size: 11.7vw;
	color: #27b3ba;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	position: relative;
}
.main-image-ttl h1 span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 0.95vw;
	color: #ffffff;
}
.main-image-flex {
	display: flex;
}
.mainimage-img {
	width: 67%;
	overflow-x: hidden;
}
.mainimage-img img {
	width: 106%;
	height: auto;
	vertical-align: bottom;
	transform: translateX(-6%);
}
.mainimage-menu {}
.mainimage-menu ul {
	display: flex;
	flex-direction: column;
}
.mainimage-menu ul li {
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1vw;
	margin-bottom: 1.8em;
	padding-left: 3em;
}
.mainimage-menu ul li a {
	color: #27b3ba;
}
.mainimage-menu ul li.active a {
	color: #000000;
	display: block;
	position: relative;
}
.mainimage-menu ul li.active a::before {
	width: 0.7vw;
	height: 0.7vw;
	content: "";
	background-color: #000000;
	border-radius: 1vw;
	position: absolute;
	left: -1.8vw;
	top: 50%;
	transform: translateY(-50%);
}


.service-list {
	width: 68.5vw;
	margin: 0 auto;
}

.service-topic {
	display: flex;
	position: relative;
	padding-top: 6vw;
	margin-bottom: 9vw;
}

.service-ttl {
	width: 18vw;
	text-align: center;
	padding: 1.6vw;
}
.service-ttl img {
	filter: drop-shadow(0px 0px 38px rgba(0, 0, 0, 0.16));
	width: 56%;
	height: auto;
}
.service-ttl h3 {
	font-size: 1.3vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	margin-top: 1.3vw;
}
.service-ttl hr {
	width: 1.85vw;
	margin: 1.3vw auto;
	border: 0;
	border-bottom: 3px #27b3ba solid;
	border-radius: 1px;
}
.service-ttl p {
	font-size: 0.8vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
}

.service-type {
	width: 50vw;
}


.service-type ul {
	display: flex; flex-wrap: wrap;
}
.service-type ul li {
	width: calc((100% / 3) - 1.8vw);
	margin-right: 1.8vw;
	margin-bottom: 1.6vw;
	background-color: rgba(255,255,255,0.43);
	border-radius: 0.95vw;
	text-align: center;
	box-shadow: 10px 5px 10px 5px rgba(0, 0, 0, 0.16);
}
.service-type ul li h4 {
	font-size: 1.2vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	color: #148085;
	display: inline-grid;
	align-items: center;
	width: 100%;
	height: 5.3vw;
}
.service-type ul li p {
	font-size: 0.9vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	color: #6b6b6b;
	padding: 0 1vw 1.4vw;
	text-align: left;
	line-height: 1.6;
}

.service-flash {
	position: absolute;
	z-index: -2;
	top: -25%;
	width: 100%;
	text-align: center;
}
.service-flash img {
	width: 85%;
	height: auto;
}
.service-bg-type {
	position: absolute;
	right: 14px;
	top: 20px;
	z-index: -1;
}
.service-bg-type.img-website img {
	width: 29vw;
}
.service-bg-type.img-marketing img {
	width: 43vw;
}
.service-bg-type.img-system img {
	width: 28vw;
}
.service-bg-type.img-graphic img {
	width: 35vw;
}


.other-service {
	width: 68.5vw;
	margin: 0 auto;
}
.other-service-ttl {
	position: relative;
	display: table;
	width: 100%;
}
.other-service-ttl div {
	display: table-cell;
	width: 50%;
}
	.other-service-ttl div hr {
		width: 100%;
		margin: 1.3vw auto;
		border: 0;
		border-bottom: 2px #27b3ba solid;
		border-radius: 1px;
		vertical-align: middle;
}
.other-service-ttl h3 {
	display: table-cell;
	word-break: keep-all;
	font-size: 1.25vw;
	color:#208589;
	padding: 0 2em;
	vertical-align: middle;
	font-weight: normal;
}

.other-service-list {
	width: 55vw;
	margin: 1em auto 14vw;
}
.other-service-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.other-service-list ul li {
	color: #148085;
	background-color: rgba(255, 255, 255, 0.43);
	padding: 1em 1.5em;
	border-radius: 6px;
	margin: 0.5em;
	font-size: 0.8vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
}


