@charset "utf-8";

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #555;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
li {
  list-style-type: none;;
}
/* ---reset */


body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #777;
}

#container {
    /* position: fixed; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #d7dade;
    /* background-image: url(../images/bg.jpg); */
    /* background-position: top; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* display: inline-block; */
    /* justify-content: center; */
    /* align-items: center; */
    /* padding: 50px; */
}

#service, #contact {
    background: #F5EFEA;
}

.h-inner {
    position: fixed;
    height: 100vh;
    left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.section {
    width: 94%;
    /* height: 100vh; */
    /* position: relative; */
    /* left: 50px; */
    /* top: 50px; */
    /* right: 50px; */
    /* bottom: 50px; */
    background: #ffffffe0;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    /* z-index: 3; */
    margin: 0 auto;
}

.logo {
    width: 30%;
    height: auto;
}
.logo img {
    width: 100%;
    height: auto;
}
#top .s-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.globalnav {
    position: absolute;
    left: 45px;
}
.g-inner li {
    color: #555;
    font-size: 14px;
    padding: 8px 0;
}
nav a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
nav a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #999;
  transition: all 0.3s ease 0s;
}
nav a:hover {
  cursor: pointer;
}
nav a:hover::after {
  width: 100%;
}

h2 {
    font-size: 40px;
    font-weight: normal;
    padding: 180px 0 30px;
}

.box-wrap {
    display: flex;
}
.service-box {padding: 60px;}
.s-list {
    padding: 4px;
}
h3 {
    font-size: 23px;
    font-weight: normal;
    padding: 24px;
    margin-bottom: 40px;
}
.s-01 {
  background: url(../images/s-webec.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.s-02 {
  background: url(../images/s-brand.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.s-03 {
  background: url(../images/s-product.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.s-04 {
  background: url(../images/s-uiux.png) no-repeat;
  background-size: contain;
  background-position: center;
}


.m-button a {
    border: 1px solid;
    padding: 10px 90px;
}
.m-button {
    padding: 40px;
}

#footer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 50px;
    height: 100%;
    /* color: #fff; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.f-inner {
    width: 100%;
    /* height: 100%;;position: absolute;
    right: 0;
    /* top: 50%; */
    height: 100%;
    /* font-size: 12px; */
    /* font-weight: 500; */
    /* transform: rotate(90deg); */
    /* transform-origin: center center; */
    /* white-space: nowrap; */
    /* margin-top: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright {
    display: block;
    font-size: 12px;
    transform: rotate(90deg);
    transform-origin: center center;
    white-space: nowrap;
    color: #fff;
}

@media only screen and (max-width: 734px) {
  .h-inner {
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
}
  .logo {
    width: 80%;
  }
  nav.globalnav {
    left: 0;
    bottom: 10%;
  }
  #footer {
    width: 8%;
  }
  .f-inner {
      top: 70%;
  }
}
