article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
    margin: auto;
    vertical-align: bottom;
    line-height: 0
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    background: #000;
}
body {
    font-family: sans-serif;
    font-weight: 500;
    min-height: 100vh;
    color: #57585c;
    color: #fff;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.js body {
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.js body.render {
    opacity: 1;
}
a {
    text-decoration: none;
    color: #e60310;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a:hover, a:focus {
    color: #f9a1a6;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}
.icon {
    display: block;
    width: 2em;
    height: 2em;
    margin: 0 auto;
    fill: currentColor;
}
main {
    position: relative;
    width: 100%;
    background: linear-gradient(100deg, rgba(201, 40, 40, 0.4) 0%, rgba(201, 40, 40, 0) 35%, rgba(201, 40, 40, 0) 100%);
}
.content {
    position: relative;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 auto;
    min-height: 100vh;
}
.content--fixed {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    display: grid;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    width: 100%;
    max-width: none;
    min-height: 0;
    height: 100vh;
    padding: 1.5em;
    pointer-events: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: 'header ...' '... ...' 'github demos';
}
.content--fixed a {
    pointer-events: auto;
}
.menu-header {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: start;
    grid-area: header;
    justify-self: start;
}
.menu-header--title {
    font-size: .75em;
    font-weight: 500;
    margin: 0;
    padding: 0.75em 0;
    font-weight: bold
}
.menu-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1em 0 0;
    text-align: center;
    white-space: nowrap;
}
.menu-icon {
    color: #fff;
    display: inline-block;
}
.content--inner {
    grid-area: 1 / 1 / 1 / 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.scene {
    position: absolute;
}
.scene--full {
    width: 100%;
    height: 100vh;
}
.wrap {
    background-size: 50%;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e60310), color-stop(50%, #ffffff));
    background: linear-gradient(to right, #e60310 50%, #ffffff 50%);
}
.content--title {
    font-family: 'Unica One', sans-serif;
    font-size: 10vw;
    color: #e60310;
    font-weight: normal;
    text-align: center;
    margin: 0;
    pointer-events: none;
    position: relative;
    white-space: nowrap;
}
.content--title::before {
    color: #fff;
    content: 'UNiTiPS';
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}
.content--subtitle {
    font-size: 1.25em;
    color: #e60310;
    margin: 0;
    letter-spacing: 0.4em;
    text-indent: 0.5em;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
}
.content--subtitle::before {
    color: #fff;
    content: '企業システムにパラダイムシフトを';
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}
.contact-header {
    text-align: right;
    z-index: 99999
}
.contact-header a {
    color: #e60310;
    font-family: 'Unica One', sans-serif;
    font-size: 1.2rem;
    position: relative;
    z-index: 99999;
    margin-right: .5rem
}
.contact-header a:hover {
    color: #f9a1a6;
}
.nav-header {
    height: 100%;
    width: 0%;
    overflow: hidden;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .5s;
    -webkit-transition: all .2s;
    transition: all .2s
}
.nav-header.on {
    width: 100%;
    -webkit-transition: all .5s;
    -webkit-transition: all .8s;
    transition: all .8s
}
.nav-header a {
    font-size: 1.2rem;
    padding: .3rem .5rem;
    color: #fff;
    font-family: 'Unica One', sans-serif;
}
.rights {
    font-family: 'Unica One', sans-serif;
    padding: 2em;
    color: #f9a1a6;
    background: #e60310
}
.container {
    position: relative;
    z-index: 10000;
    padding: 2em 1em;
    background: #fff;
    color: #57585c;
}
h2 {
    color: #e60310;
    font-size: 2.5rem;
    text-align: center;
    font-weight: normal;
    font-family: 'Unica One', sans-serif;
}
h2 + p {
    color: #e60310;
    text-align: center;
}
ul {
    padding-left: 1.2rem;
    margin: 0
}
table {
    border-top: 1px solid #555;
    margin: 4rem auto 2rem
}
th, td {
    border-bottom: 1px solid #555;
    vertical-align: top;
    text-align: left;
    padding: 1rem
}
blockquote {
    border-left: 2px solid #fff;
    margin: 2rem 0 4rem;
    padding: 1rem 2rem;
    font-style: italic
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inner {
    max-width: 75rem;
    margin: auto
}
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}
.col + .col {
    margin-left: 4rem
}
.business {
    width: 5rem;
    height: 5rem;
    display: block;
    fill: currentColor;
    margin: 2rem auto
}
.popup {
    width: 1rem;
    height: 1rem;
    display: inline;
    fill: currentColor;
    margin-left: .5rem
}
.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.center svg {
    width: 5rem;
    height: 2rem;
    margin-left: 1rem
}
.btn {
    padding: .6rem 1rem;
    border: 1px solid #e60310;
    display: table;
    margin: 2rem auto 0;
    -webkit-transition: all .4s;
    transition: all .4s
}
.btn:hover {
    border-color: #f9a1a6;
    background: #f9a1a6;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}
#business, #recruit {
    padding-bottom: 4rem
}
#recruit .col {
    padding: 3rem 0
}
#about {
    background: #222;
    color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(24%, transparent), color-stop(25%, rgba(0, 0, 0, .8)), color-stop(26%, rgba(0, 0, 0, .8)), color-stop(27%, transparent), color-stop(74%, transparent), color-stop(75%, rgba(0, 0, 0, .8)), color-stop(76%, rgba(0, 0, 0, .8)), color-stop(77%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(24%, transparent), color-stop(25%, rgba(0, 0, 0, .8)), color-stop(26%, rgba(0, 0, 0, .8)), color-stop(27%, transparent), color-stop(74%, transparent), color-stop(75%, rgba(0, 0, 0, .8)), color-stop(76%, rgba(0, 0, 0, .8)), color-stop(77%, transparent), to(transparent));
    background-image: linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, .8) 25%, rgba(0, 0, 0, .8) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, .8) 75%, rgba(0, 0, 0, .8) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, .8) 25%, rgba(0, 0, 0, .8) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, .8) 75%, rgba(0, 0, 0, .8) 76%, transparent 77%, transparent);
    height: 100%;
    background-size: 10px 10px;
    padding: 2rem 1rem
}
#about * {
    position: relative;
    z-index: 10000
}
#about h2 {
    color: #fff;
}
#about .inner {
    padding: 0 10rem
}
#works {
    background: #e60310;
    color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(24%, transparent), color-stop(25%, rgba(255, 255, 255, .3)), color-stop(26%, rgba(255, 255, 255, .3)), color-stop(27%, transparent), color-stop(74%, transparent), color-stop(75%, rgba(255, 255, 255, .3)), color-stop(76%, rgba(255, 255, 255, .3)), color-stop(77%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(24%, transparent), color-stop(25%, rgba(255, 255, 255, .3)), color-stop(26%, rgba(255, 255, 255, .3)), color-stop(27%, transparent), color-stop(74%, transparent), color-stop(75%, rgba(255, 255, 255, .3)), color-stop(76%, rgba(255, 255, 255, .3)), color-stop(77%, transparent), to(transparent));
    background-image: linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .3) 25%, rgba(255, 255, 255, .3) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .3) 75%, rgba(255, 255, 255, .3) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .3) 25%, rgba(255, 255, 255, .3) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .3) 75%, rgba(255, 255, 255, .3) 76%, transparent 77%, transparent);
    height: 100%;
    background-size: 10px 10px;
    padding: 2rem 1rem 1rem
}
#works * {
    position: relative;
    z-index: 10000
}
#works h2 {
    color: #fff;
    margin-bottom: 3rem
}
#works a {
    display: block;
    background: #fff;
    text-align: center;
    padding: 1rem
}
#works .col {
    margin-bottom: 4rem
}
#price table, #price th, #price td {
    border-color: #eee;
}
#price table {
    margin: 3rem auto;
    min-width: 400px
}
#price th {
    font-weight: normal;
}
#price td {
    text-align: right
}
#map {
    min-height: 150px;
    min-width: 150px;
    height: 500px;
    width: 100%;
    z-index: 10000;
}
#map .infoTitle {
    font-size: 1rem;
    color: #e60310
}
#security-policy .inner {
    padding: 0 10rem 2rem
}
@media screen and (max-width: 55em) {
    main {
        background: none
    }
    .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
    .content--fixed {
        padding: 0.85em;
    }
    .menu-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .menu-header--title {
        font-weight: bold;
        padding-bottom: 0.25em;
        text-align: center;
    }
    .menu-links {
        margin: 0;
    }
    .content--title {
        font-size: 3.5em;
    }
    .content--subtitle {
        font-size: 0.85em;
    }
    .container {
        padding: 1rem
    }
    .inner {
        padding: 0 !important
    }
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .col + .col {
        margin: 0
    }
    #map {
        display: none
    }
    #price table {
        min-width: 100%
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    #about, #works {
        background-size: 13px 13px;
    }
}
@media all and (-ms-high-contrast: none) {
    .content--fixed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .content--inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .menu-header, .contact-header {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}
@supports (-ms-ime-align:auto) {
    .content--fixed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .menu-header, .contact-header {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
    .content--inner {
        min-height: 100vh
    }
}
