@charset "utf-8";
/* CSS Document */
#fix-flash {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index:-2;
}

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

.main-image-reractive {
	width: 100%;
	position: relative;
	margin: 54vw 0 32vw;
}
.main-image-ttl {
	position: absolute;
	top: -17.2vw;
	left: 0;
	z-index: 1;
}
.main-image-ttl h1 {
	font-size: 19.4vw;
	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: 3.25vw;
	color: #ffffff;
}
.main-image-flex {
	display: flex;
	width: 100%;
	align-items: flex-end;
}
.mainimage-img {
	width: 77.5%;
	overflow-x: hidden;
}
.mainimage-img img {
	width: calc(100% + 80vw);
	height: auto;
	vertical-align: bottom;
	transform: translateX(-80vw);
	border-radius: 4.5vw;
}
.mainimage-menu {width: 23%;}
.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: 2.5vw;
	margin-bottom: 1.8em;
	padding-left: 2.3em;
}

.mainimage-menu ul li:last-of-type {
	margin-bottom: 2px;
}
.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: 95%;
	margin: 0 auto;
}

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

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

.service-type {
	width: 100%;
}


.service-type ul {
	display: flex;
	flex-wrap: wrap;
	margin: 3.2em 0 4em;
}
.service-type ul li {
	width: calc((100% / 2) - 0.9vw);
	margin-right: 1.8vw;
	margin-bottom: 2.6vw;
	background-color: rgba(255,255,255,0.43);
	border-radius: 2.2vw;
	text-align: center;
	box-shadow: 1px 0px 10px 3px rgba(0, 0, 0, 0.16);
}
.service-type ul li:nth-of-type(even) {
	margin-right: 0;
}
.service-type ul li h4 {
	font-size: 3.6vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	color: #148085;
	display: inline-grid;
	align-items: center;
	width: 100%;
	height: 16.3vw;
}
.service-type ul li p {
	font-size: 2.5vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	color: #6b6b6b;
	padding: 0 3vw 4.2vw;
	text-align: left;
	line-height: 1.8;
}

.service-flash {
	position: absolute;
	z-index: -2;
	top: 90vw;
	width: 100%;
	text-align: center;
}
.service-flash img {
	width: 100%;
	height: auto;
}
.service-bg-type {
	position: absolute;
	top: 5vw;
	z-index: -1;
	width: 100%;text-align: center;
}
.service-bg-type.img-website img {
	width: 70vw;
}
.service-bg-type.img-marketing img {
	width: 90vw;
}
.service-bg-type.img-system img {
	width: 70vw;
}
.service-bg-type.img-graphic img {
	width: 85vw;
}


.other-service {
	width: 90%;
	margin: 0 auto;
}
.other-service-ttl {
	position: relative;
	display: table;
	width: 100%;
}
.other-service-ttl div {
	display: none;
}
	.other-service-ttl div hr {
		border: 0;
}
.other-service-ttl h3 {
	display: table-cell;
	word-break: keep-all;
	font-size: 3.25vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	color:#208589;
	padding: 0 2em;
	vertical-align: middle;
	text-align: center;
}

.other-service-list {
	width: 100%;
	margin: 1em auto 14vw;
}
.other-service-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.other-service-list ul li {
	color: #148085;
	background-color: rgba(255, 255, 255, 0.43);
	padding: 0.8em 1.4em;
	border-radius: 4px;
	margin: 0.5em;
	font-size: 2.3vw;
	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);
}
