body {
    font: 17px YuGothic, "Yu Gothic", Verdana, Meiryo, "Helvetica Neue", sans-serif;
    color: #494949;
    letter-spacing: 0.4px;
    line-height: 2;
}
body h1 {
    color: #fff;
    font-size: 30px;
    font-family: "YuMincho", "Yu Mincho";
    text-align: center;
}
body h2 {
    font-family: "YuMincho", "Yu Mincho";
    font-size: 40px;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.5em;
}
body a {
    text-decoration: none;
    color: #0a62ab;
}
body a:hover {
    color: #357baa;
}
body i::before {
    vertical-align: text-bottom;
}
body #wrapper {
    width: 100%;
    position: relative;
}
body #wrapper #header {
    position: absolute;
    height: 70px;
    top: 0;
    width: 100%;
    z-index: 999;
}
body #wrapper #header div {
    padding: 0 30px;
    margin: auto;
    height: 70px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body #wrapper #header div a {
    color: #fff;
    height: 40px;
    display: block;
}
body #wrapper #header div a .icon-limgraph_logo {
    font-size: 40px;
    text-indent: -999999px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
body #wrapper #header div a:hover .icon-limgraph_logo {
    opacity: 0.5;
}
body #wrapper #header div nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 768px) {
    body #wrapper #header div nav ul {
        display: block;
    }
}
body #wrapper #header div nav ul li {
    margin: 0 5px;
}
@media screen and (max-width: 768px) {
    body #wrapper #header div nav ul li {
        padding: 10px 0;
    }
}
body #wrapper #header div nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 40px;
    position: relative;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 768px) {
    body #wrapper #header div nav ul li a {
        font-size: 20px;
    }
}
body #wrapper #header div nav ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
}
body #wrapper #header.open {
    position: fixed;
    height: 100%;
}
body #wrapper #header.open div {
    height: 100%;
    display: block;
}
body #wrapper #header.open div > a {
    padding-top: 15px;
}
body #wrapper #header.open div nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(47, 47, 47, 0.95);
    z-index: 999;
    padding: 16.6vw 5.3vw;
    display: block;
}
body #wrapper #header.open div nav ul {
    display: block;
}
body #wrapper #header.open div nav ul li {
    padding: 10px 0;
}
body #wrapper #header.open div nav ul li a {
    font-size: 20px;
    font-weight: 100;
}
body #wrapper #introduction {
    color: #fff;
    width: 100%;
    height: 330px;
    margin: auto;
}
body #wrapper .commonInner {
    position: relative;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
body #wrapper .commonContent {
    padding: 60px 0;
}
body #wrapper .grayBK {
    background: #eff0f1;
}
body footer {
    background: #c5d0d6;
    border-bottom: 10px solid #0c1432;
}
body footer #footerInner {
    max-width: 1000px;
    margin: auto;
    padding: 60px 0 0;
    line-height: 80px;
}
body footer #footerInner .upperTier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 3em;
}
body footer #footerInner a {
    color: #0c1432;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}
body footer #footerInner a:hover {
    opacity: 0.5;
}
body footer #footerInner nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #d6d6d6;
    text-align: left;
}
body footer #footerInner nav ul li {
    margin-right: 5em;
}
body footer #footerInner nav ul li:last-child {
    text-align: left;
}
body footer #footerInner nav ul li dt a {
    font-weight: 600;
}
body footer #footerInner nav ul img[alt="Interprism株式会社"],
body footer #footerInner nav ul img[alt="株式会社LIGHTz"] {
    width: 100px;
    display: block;
    font-size: 18px;
    margin: 16px 0;
}
body footer #footerInner .secondNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body footer #footerInner .icon-limgraph_logo {
    color: #0c1432;
    font-size: 60px;
}
#message #header a[href="message.html"],
#outline #header a[href="outline.html"],
#service #header a[href="service.html"],
#top #header nav a[href="index.html"] {
    background: rgba(255, 255, 255, 0.2);
    pointer-events: none;
}
#message #header,
#outline #header,
#service #header,
#policy #header {
    background: #0e5d9e;
}
#message .breadcrumb + article,
#outline .breadcrumb + article,
#service .breadcrumb + article,
#policy .breadcrumb + article {
    position: relative;
    padding-top: 100px;
}
.buttom {
    display: block;
    color: #fff;
    position: relative;
    padding: 0.7em;
    text-align: center;
    max-width: 17em;
    min-width: 14em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.buttom.arrow::after {
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 2em;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    left: auto;
}
.buttom:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.buttom.arrow:hover::after {
    right: 1em;
}
.buttom.whiteline {
    border: 1px solid #fff;
}
.buttom.withBK {
    background: url("../images/buttom_bk.png") no-repeat right bottom;
}
.buttom.limgraph {
    background-color: #0e5d9e;
}
.buttom.visiongraph {
    background-color: #dc92bb;
}
.buttom.structure {
    background-color: #38386d;
}
.buttom.semanticgraph {
    background-color: #87b82c;
}
.menuOpen {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 20px 30px;
    width: 90px;
    height: auto;
}
#menu_btn {
    display: none;
}
.menuOpen .menu_btn {
    display: block;
    height: 25px;
    position: relative;
    width: 100%;
    margin-right: 3%;
}
.menuOpen .menu_btn::after,
.menuOpen .menu_btn::before {
    width: 100%;
    position: absolute;
    display: block;
    right: 0;
    content: "";
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.menuOpen .menu_btn::before {
    top: 0;
    position: absolute;
    content: "";
    -webkit-box-shadow: #fff 0 11px 0;
    box-shadow: #fff 0 11px 0;
    height: 2px;
}
.menuOpen .menu_btn::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    height: 2px;
}
.menuOpen #menu_btn:checked + *:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) translate3d(9px, -7px, 0);
}
.menuOpen #menu_btn:checked + *:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translate3d(9px, 7px, 0);
}
.icon-open_in_new {
    margin-left: 0.3em;
    font-size: 1em;
}
.icon-home {
    font-size: 1.5em;
}
body.fixing-body {
    position: fixed;
    width: 100%;
    height: 100%;
}
.breadcrumb {
    position: absolute;
    top: 70px;
    z-index: 99999;
}
.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    font-size: 13px;
    height: 30px;
}
.breadcrumb ul li:not(li:last-child)::after {
    content: "\e901";
    font-family: "icomoon";
    margin-right: 10px;
}
.breadcrumb ul .icon-home {
    font-size: 13px;
}
#message #introduction::before,
#outline #introduction::before,
#service #introduction::before {
    content: "";
    background: inherit;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
#message #introduction::after,
#outline #introduction::after,
#service #introduction::after {
    content: "";
    position: absolute;
    background: rgba(78, 52, 25, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.parenthesis {
    position: relative;
    padding: 3px 20px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 600;
}
.parenthesis::after,
.parenthesis::before {
    position: absolute;
    top: 0;
    content: "";
    width: 20px;
    height: 100%;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.parenthesis::before {
    left: 0;
    border-left: 1px solid #555;
}
.parenthesis::after {
    right: 0;
    border-right: 1px solid #555;
}
#top #wrapper section:not(section:first-child) {
    margin: 40px 0;
}
#top #wrapper #introduction {
    padding-top: 90px;
    height: 54vh;
    min-height: 780px;
    position: relative;
    background: url(/images/main_bk_semanticgraph.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
#top #wrapper #introduction h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#top #wrapper #introduction h1 p {
    font-size: 28px;
    line-height: 1em;
    margin-left: 15px;
}
#top #wrapper .about ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#top #wrapper .about ul li {
    text-align: left;
    width: 60%;
}
#top #wrapper .about ul li.productImage {
    width: 40%;
    height: 300px;
    background: url(/images/laptop.png) no-repeat right top/cover;
    text-align: center;
}
#top #wrapper .about ul li.productImage img {
    width: 74%;
    margin-top: 15px;
}
#top #wrapper .about ul li dt {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
#top #wrapper .tool_info .commonInner {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 60px;
}
#top #wrapper .tool_info .commonInner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#top #wrapper .tool_info .commonInner ul li {
    background: #eff0f1;
    width: 30%;
    padding: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#top #wrapper .tool_info .commonInner ul li img {
    width: 70%;
    margin-bottom: 20px;
}
#top #wrapper .tool_info .commonInner ul li h3 {
    text-align: left;
    margin-bottom: 1em;
}
#top #wrapper .tool_info .commonInner ul li .buttom {
    width: 100%;
}
#top #wrapper .consul_info p {
    text-align: left;
}
#top #wrapper .slick-track li img {
    height: 100px;
    margin: 0 auto 15px;
}
#top #wrapper .slick-track li p {
    text-align: center;
}
.newsWrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 47px;
    border-bottom: 1px solid #c5d0d6;
}
.newsWrap dl dt {
    position: relative;
    margin-right: 25px;
    padding-left: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 225px;
}
.newsWrap dl dt.release::before {
    content: "リリース";
    background: #aad16d;
}
.newsWrap dl dt::before {
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 12px;
    width: 70px;
    text-align: center;
}
.newsWrap dl dd{
    text-align: left;
    line-height: 1.5em;
    padding: 0.5em 0;
}
#message #introduction {
    background-image: url("../images/ceo_top_bk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#message .messageBox {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}
#message .messageBox h2 {
    text-align: left;
}
#message .messageBox h2 span {
    display: block;
}
#message .messageBox p {
    position: relative;
    width: 70%;
    text-align: justify;
}
#message .messageBox p img[alt="代表者サイン"] {
    height: 100px;
}
#message .messageBox p img[alt="代表者イメージ"] {
    position: absolute;
    right: -270px;
    bottom: -60px;
    float: right;
}
#service #introduction {
    background-image: url("../images/service_top_bk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#service .productlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 130px;
}
#service .productlist li {
    height: 300px;
    background: url(/images/laptop.png) no-repeat right top/cover;
    width: 32%;
    position: relative;
}
#service .productlist li a {
    display: block;
    border: #00627b solid 2px;
    padding: 8px;
    width: 70%;
    margin: auto;
    color: #00627b;
    font-size: 18px;
    font-weight: 400;
    border-radius: 30px;
    position: relative;
    font-weight: 600;
}
#service .productlist li a::after {
    position: absolute;
    content: "\e901";
    font-family: "icomoon";
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#service .productlist li.semantic_cap img[alt="SemanticGraph capture"] {
    width: 235px;
    margin-top: 10px;
}
#service .productlist li.structure_cap img[alt="Structure capture"] {
    width: 216px;
    margin-top: 11px;
}
#service .productlist li.lim_cap img[alt="LimGraph capture"] {
    width: 233px;
    margin-top: 13px;
}
#service .productlist li img[alt="semanticgraph_logo"] {
    width: 75%;
    margin: 30px 0;
}
#service .productlist li img[alt="structure_logo"] {
    width: 71%;
    margin: 34px 0 30px;
}
#service .productlist li img[alt="limgraph_logo"] {
    width: 61%;
    margin: 39px 0 32px;
}
#outline #introduction {
    background-image: url("../images/outline_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#outline .messageTabble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}
#outline .messageTabble h2 {
    font-size: 17px;
    font-family: YuGothic, "Yu Gothic", Verdana, Meiryo, "Helvetica Neue", sans-serif;
    margin-bottom: 0;
}
#outline .messageTabble h2::after {
    content: "\e901";
    font-family: "icomoon";
    margin-left: 10px;
}
#outline .messageTabble img {
    height: 200px;
    margin-right: 40px;
}
#outline .messageTabble p {
    text-align: left;
}
#outline .messageTabble p:first-child {
    font-size: 25px;
    font-weight: 600;
}
#outline .messageTabble li:nth-child(2) {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
}
#outline .outline_table {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#outline .outline_table dt {
    min-width: 175px;
    padding: 16px 20px 14px;
    line-height: 1.8;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px dotted #e1e1e1;
}
#outline .outline_table dd {
    min-width: calc(100% - 175px);
    padding: 16px 20px 14px;
    line-height: 1.8;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px dotted #e1e1e1;
}
#outline .outline_table dd #map_canvas {
    width: 100%;
    height: 500px;
    margin: 20px 0;
}
#outline .outline_table dd:last-child,
#outline .outline_table dt:nth-last-child(2) {
    border-bottom: none;
}
#outline .outline_table .interprismLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#outline .outline_table .interprismLogo img {
    height: 30px;
}
#outline .outline_table .moveInfo {
    margin-top: 20px;
    padding: 15px;
    border: 2px solid #fdb45d;
    border-radius: 5px;
}
#outline .outline_table .moveInfo h2 {
    color: #fdb45d;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fdb45d;
    padding-bottom: 10px;
    font: 18px YuGothic, "Yu Gothic", Verdana, Meiryo, "Helvetica Neue", sans-serif;
    text-align: left;
}
#outline .outline_table .moveInfo p {
    margin-bottom: 10px;
}
#outline .outline_table .moveInfo span {
    background: #fdb45d;
    color: #fff;
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 11px;
}
#policy #wrapper #introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
}
#policy #wrapper #introduction h1 span {
    font-size: 50%;
    display: block;
}
#policy #wrapper #introduction::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 250px;
    background: linear-gradient(120deg, #0c1432, #00627b);
    content: "";
    top: 100px;
}
#policy #wrapper .commonContent .commonInner {
    text-align: left;
}
#policy #wrapper .commonContent .commonInner p {
    margin-bottom: 30px;
}
#policy #wrapper .commonContent .commonInner .securityData {
    margin-bottom: 50px;
}
#policy #wrapper .commonContent .commonInner .securityData h2 {
    font-family: YuGothic, "Yu Gothic", Verdana, Meiryo, "Helvetica Neue", sans-serif;
    text-align: left;
    font-size: 25px;
}
#policy #wrapper .commonContent .commonInner .securityData > ol {
    list-style: decimal;
    padding-left: 2em;
}
#policy #wrapper .commonContent .commonInner .securityData > ol > li > ol {
    margin-left: 2em;
}
#policy #wrapper .commonContent .commonInner .securityData > ol > li > ol > li {
    list-style-type: none;
    counter-increment: cnt;
}
#policy #wrapper .commonContent .commonInner .securityData > ol > li > ol > li > ol {
    list-style: lower-roman outside;
    content: none;
    margin-left: 2em;
}
#policy #wrapper .commonContent .commonInner .securityData > ol > li > ol > li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
    margin-left: -1.7em;
}
/*# sourceMappingURL=style.min.css.map */
