@charset "UTF-8";
html {
    font-size: 62.5%;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #363636;
    text-align: center;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background: #fff;
}
.header {
	width: 100vw;
	hight: 100vh;
	min-height: 100vh;
    padding: 250px 30px 200px;
}
.title-eds {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 2.2rem;
}

.title-eds::before,
.title-eds::after {
    content: '';
    display: inline-block;
    width: 100px;
    margin: 0 30px;
    height: 2px;
    background-color: #363636;
    vertical-align: middle;
}.site-title {
	margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 7rem;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.site-title::before,
.site-title::after {
    content: '';
    position: absolute;
	right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #363636;
}

.site-title::before {
	bottom: 7px;
}
.sankaku {
    width: 100px;
    margin-top: 150px;
    margin-right: auto;
    height: 100px;
    display: block;
    margin-left: auto;
}
.about {
    padding: 80px 30px;
    background-color: #363636;
    color: #FFFFFF;
}
.heading {
    margin: 30px 0 15px;
    letter-spacing: 2px;
    font-size: 3rem;
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
}
.heading-sankaku {
    width: 70px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
    display: block;
}
.heading::before,
.heading::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #fff;
}
.heading::before {
	bottom: 5px;
}
.works {
	background-color: #fff;
    padding: 80px 30px;
}
.hottopic {
	background-color: #fff;
    padding: 80px 30px;
}
.hot-image {
    margin: 0 auto;
    display: block;
    width: 90%;
}
.works-wrapper {
    display: table;
    width: 100%;
    margin-top: 60px;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}
.work-text {
    font-size: 1.3rem;
    line-height: 2;
}
.work-box {
    display: table-cell;
    position: relative;
	padding: 0 5px 0 5px;
}
.topic-box {
    display: table-cell;
    position: relative;
	padding: 0 5px 0 5px;
}

.work-image {
    display: block;
    margin: 0 0 5%;
    width: 100%;
}
.heading-h {
    margin: 30px 0 15px;
    letter-spacing: 2px;
    font-size: 3rem;
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
}
.heading-h::before,
.heading-h::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #363636;
}
.heading-h::before {
	bottom: 5px;
}
.contact {
    padding: 80px 30px;
    background-color: #363636;
    color: #FFFFFF;
}
.footer {
    padding: 15px 0;
    font-size: 1.3rem;
}
.map {
	display: flex;
    padding: 30px 30px 0px;
}
.map-blok {
    width: 65%;
}
.text-blok {
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    width: 30%;
}


.g-map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.g-map iframe,
.g-map object,
.g-map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

a {
	text-decoration: none;
	color: #363636;
}
.tel {
    color: #fff;
    font-size: 4rem;
}
.about-h {
    font-size: 2.2rem;
}
.topic-h {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: 3rem;
    margin-top: 0px;
}
.contact-box {
    font-size: 4rem;
    line-height: 1.5em;
}
.mailto {
	font-size: 3rem;
    display: inline-block;
	padding: 0px 20px;
	text-decoration: none;
	background: #ffffff;
	color: #6D6D6D;
	border-bottom: solid 4px #8D8D8D;
	border-radius: 3px;
}
.text-blok p .tel {
    color: #363636;
    font-size: 1.4rem;
}
.mailto:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}
.button {
	margin-top: 10px;
	font-size: 1.8rem;
    display: inline-block;
	padding: 0px 20px;
	text-decoration: none;
	background: #8d8d8d;
	color: #fff;
	border-bottom: solid 4px #363636;
	border-radius: 3px;
}
.button:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}


.top {
	width: 60px;
    position: fixed;
    bottom: 0px;
    right: 40px;
    z-index: 100;
	opacity: 0.8;
	border: none;
}
.top:hover {
cursor: pointer;	
}


/*  nav  */


ul,ol{
	list-style-type: none;
}

ul, li {
margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}



.menu {
    position: fixed;
    width: 70%;
    height: 40px;
    margin: 0 auto;
	padding: 0px;
	z-index: 999;
	top: 0px;
	right: 50px;
	left: 50px;
}

.menu > li {
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a5a5a), color-stop(50%,#1c1c1c), color-stop(51%,#030303), color-stop(100%,#000000));
	box-shadow: 0 0 8px rgba(0,0,0,.6);
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu > li:hover {
    background: #072A24;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}


/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 4px 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 30px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}