@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: 12.75vw;
	z-index: 1;
}
.main-image-ttl h1 {
	font-size: 12vw;
	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-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.4vw;
	color: #ffffff;
}
.main-image-flex {
	display: flex;
}
.mainimage-img {
	width: 75%;
	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: 1.6vw;
	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%);
}


.company-table-area {
	position: relative;
}
.company-table-area table {
	margin: 6.5vw auto 8vw;
}
.company-table-area table th {
	text-align: right;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2vw;
	padding: 1.2em 2em;
	vertical-align: top;
}
.company-table-area table td {
	text-align: left;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2vw;
	padding: 1.2em 2em;
	vertical-align: top;
}

.campany-bglogo {
	position: absolute;
	top: -5vh;
    left: 48%;
	z-index: -1;
}

.campany-bglogo img {
	width: 43.5vw;
}

.campany-flash {
	position: fixed;
    top: 27%;
    left: 37%;
	z-index: -2;
}

.campany-flash img {
	width: 33.8vw;
}

.access-area {
	width: 68.5vw;
	margin: 0 auto;
}
.access-ttl {
	width: 100%;
	text-align: right;
	border-bottom: 1px #27b3ba solid;
	padding-bottom: 4vw;
	margin-bottom: 6vw;
}
.access-ttl h2 {
	font-size: 6.7vw;
	color: #27b3ba;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	position: relative;
}
.access-ttl h2 span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 0.95vw;
	color: #ffffff;
}

.map {width: 100%;height: 40vw;
    overflow: hidden;margin: 0 auto;}

iframe {
	width: 100%;
    height: 40vw;
	filter: grayscale(100%);
}

.access-doc {
	width: 100%;
	margin: 4vw auto;
	display: flex;
}
.access-txt {
	width: calc(100% - 24vw);
	padding-right: 3vw;
}
.access-txt p {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1vw;
}

.map-link {
	width: 24vw;
}
.map-link a {
	background-color: #27b3ba;
	color: #ffffff;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4vw;
	padding: 1vw 0 1vw 4vw;;
	border-radius: 3vw;
	display: flex;
	align-items: center;
	height: 5.5vw;
	position: relative;
}


.map-link a span {
	width: 4vw;
	height: 4vw;
	display: inline-block;
	border: 1px #ffffff solid;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	transition: 0.3s;
}
.map-link a:hover span {
	background: #ffffff;
}
.map-link a .circle {
	width: 4vw;
	height: 4vw;
}