/* Reset CSS
---------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, img, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tr, th, td, article, aside, footer, header, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
footer, header, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a,button {
    text-decoration: none;
    cursor: pointer;
    color: #1C1A24;
}
a:hover {
    color: #1532A7;
    opacity: 0.7;
}
.red {
    color: #841A1A;
}
/* Fonts
---------------------------------------------------*/
body {
    font-family:"Noto Sans JP", 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-optical-sizing: auto;
}
/* ALL
---------------------------------------------------*/
html {
    background-color: #F6F8F8;
    color: #020D31;
    overflow-y: scroll;
    height: 100vh;
}
body {
    margin: 0 auto;
    width: 100%;
    line-height: 1.6;
    overflow: hidden;
    max-width: 1366px;
    position: relative;
}
.spOnly {
    display: none;
}
h2 {
    font-size: 60px;
    text-align: center;
}
section {
    padding: 50px 0;
}
.inner {
    max-width: 90%;
    margin: 0 auto;
}
/* nav
---------------------------------------------------*/
header {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 10px 10px 10px #ccc;
    justify-content: space-between;
    height: 60px;
    background-color: #FFF;
    border-radius: 10px;
    width: 93%;
    margin: 20px auto 0;
}
.main-logo-sp {
    display: none;
}
nav {
    display: flex;
    align-items: center;
    width: 88%;
    justify-content: space-around;
}
.main-logo-pc {
    width: 2em;
}
.navContents{
    justify-content: center;
    display: flex;
}
.navContents a {
    margin: 0 1em;
    color: #004898;
    font-weight: bold;
}
.nav-linkItem-contact {
    text-align: center;
    background: #004898;
    padding: 1em;
    border-radius: 0 10px 10px 0;
    width: 12%;
}
.nav-linkItem-contact a {
    color: #fff;
    display: block;
}
#nav-toggle {
    display: none;
}
/* mainvisual
---------------------------------------------------*/
.mainvisual {
    background: url(images/topimg.png) no-repeat;
    background-position: top 30% right 0;
    background-size: 50%;
}
h1 {
    font-size: 3rem;
    color: #004898;
    margin: 100px 0 30px;
}
.h1-sub {
    font-size: 1.2rem;
    font-weight: bold;
}
.demo-pc {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 30px 0 100px;
}
.top-contact {
    text-align: center;
    color: #011967;
}
.contact-txt {
    font-size: 1rem;
    margin: 30px auto;
}
.contact-btn {
    background-color: #004898;
    border-radius: 20px;
    color: #fff;
    padding: 0.8em 0;
    width: 400px;
    font-size: 1.8rem;
    display: inline-block;
    text-align: center;
    margin: 0 auto 30px;
    box-shadow: 10px 10px 10px #ccc;
}
/* cliants-belt
---------------------------------------------------*/
.cliants-belt {
    background-color: #fff;
    padding: 30px 0;
    margin: 50px 0;
}
.cliants-belt li {
    margin-right: 1em;
}
/* about
---------------------------------------------------*/
.headline-area {
    display: flex;
    align-items: center;
}
.headline {
    width: 35%;
    margin-bottom: 50px;
}
h2 {
    font-size: 3rem;
    text-align: left;
}
.h2-sub {
    color: #004898;
    font-weight: bold;
    font-size: 1.3rem;
}
.h2-subTxt {
    color: #004898;
    font-weight: bold;
    font-size: 1.3rem;
    width: 65%;
}
.about-txt {
    font-size: 1.1rem;
    text-align: center;
    margin: 50px 0;
}
.about-list {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 50px;
}
.about-listItem {
    margin: 0 1em;
    width: 150px;
    text-align: center;
}
.about-listImg {
    width: 120px;
    margin-bottom: 1em;
    text-align: right;
}
/* function
---------------------------------------------------*/
.function {
    background: linear-gradient(180deg, #eaf3fd, #e4effc,  #f0fdfd, #fff);
}
.function-contents {
    padding: 50px 5%;
    background: #fff;
    border-radius: 30px;
    margin-top: 20px;
    text-align: center;
}
.h3-disign {
    position: relative;
    text-align: center;
    width: 340px;
    padding: 1em 2em;
    margin: 1em auto;
    height: 90px;
}
.h3-disign:before,
.h3-disign:after {
    position: absolute;
    content: "";
}
.h3-disign:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-top: 2px solid #004898;
    border-left: 2px solid #004898;
}
.h3-disign:before {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 2px solid #004898;
    border-bottom: 2px solid #004898;
}
h3 {
    font-size: 1.8rem;
    color: #011967;
    text-align: center;
    margin: 0 auto 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
h3:before {
    content: attr(data-en);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0,72,152,0.2);
    font-size: 90px;
}
.h3-sub {
    font-size: 1.1rem;
    font-weight: bold;
}
.function-contents img {
    width: 90%;
    margin: 50px auto;
}
.func-txt {
    text-align: left;
}
.func-contents-sub {
    display: flex;
    margin: 20px 0;
    height: 330px;
}
.func-sub-dtl {
    background: #fff;
    border-radius: 30px 0 0 30px;
    width: 50%;
    padding: 2% 3%;
}
.func-dtl-img {
    background: #F2F7F8;
    border-radius: 0 30px 30px 0;
    width: 50%;
    height: 330px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.func-dtl-img img {
    width: 90%;
}
.func-ttl {
    font-size: 1.3rem;
    color: #020D31;
    font-weight: bold;
    margin-bottom: 1em;
}
.func-ttl-no {
    font-size: 2rem;
    color: #BED0E5;
    padding-right: 0.5em;
}
/* dataget
---------------------------------------------------*/
#dataget {
    padding: 50px 0;
}
.data-effect-list {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 50px auto;
}
.effect-listItem {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0.5em;
    width: 30%;
}
.effect-listItem img {
    width: 1.5em;
    margin-right: 0.5em;
}
.dataget-img {
    width: 90%;
    margin: 0 auto 50px;
}
/*cliants
---------------------------------------------------*/
.cliant-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto;
}
.cliant-list:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.cliant-listItem {
    background: #fff;
    border-radius: 10px;
    margin: 10px 0;
    width: 30%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cliant-listItem img {
    width: 50%;
}
.cliant-listItem img.logo-bk,
.cliant-listItem img.logo-sugi,
.cliant-listItem img.logo-spdr {
    width: 40%;
}
/*voice
---------------------------------------------------*/
#voice {
    background: #F7FBFC;
}
.voice-wrap {
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}
.voice-contents {
    background: #fff;
    border-radius: 10px 10px 0 0;
    border-top: 10px solid #DAE8FE;
    text-align: center;
    padding: 20px 0;
    margin: 20px 1em;
    width: 46%;
    box-shadow: 10px 10px 30px #ccc;
}
.voice-shopname {
    font-size: 1.15rem;
    color: #004898;
    font-weight: bold;
    padding: 1em 0;
}
.voice-shopstaff {
    text-align: right;
    padding-right: 2em;
}
.voice-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}
.voice-img img {
    width: 180px;
}
.voice-img .logo-wide {
    width: 260px;
}
.voice-txt {
    width: 90%;
    margin: 20px auto;
    text-align: left;
    font-size: 0.9rem;
}
/*workflow
---------------------------------------------------*/
.flow {
    display: flex;
    justify-content: space-between;
}
.flowItem {
    width: 19%;
}
.flowContainer {
    background: #fff;
    padding: 30px 3%;
    text-align: center;
    box-sizing: border-box;
    margin: 10px 0;
    background-image: linear-gradient(135deg, #004898, 50px, transparent 0);
    position: relative;
    height: 100%;
}
.flowContainer .flow-no {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
}
.flow-ttl {
    font-size: 1.2rem;
    font-weight: bold;
    color: #004898;
}
.flow-img {
    height: 120px;
    margin: 1em 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow-img img {
    width: 50%;
}
.flow-dtl {
    text-align: left;
    font-size: 0.9rem;
}
/*howtouse
---------------------------------------------------*/
.howtouse-img {
    margin: 50px auto;
    width: 80%;
}
/*contact
---------------------------------------------------*/
#contact {
    background: linear-gradient(90deg, #eaf3fd, #e4effc,  #f0fdfd, #fff);
    padding: 80px 0;
    text-align: center;
}
.contact-headline {
    font-size: 2rem;
    color: #011967;
    font-weight: bold;
    margin-bottom: 50px;
}
/*footer
---------------------------------------------------*/
footer {
    background: #fff;
}
.ft-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5em;
}
.logo-shion_txt {
    width: 30%;
    text-align: center;
}
.logo-shion_txt img {
    width: 260px;
}
.ft-link {
    display: flex;
    align-items: center;
    width: 70%;
    justify-content: flex-end;
}
.ft-linkItem {
    margin: 10px 1em;
}
.huraid {
    border-left: 2px solid #011967;
    padding-left: 1em;
    text-align: center;
    text-decoration: underline;
}
.copy {
    text-align: center;
    color: #011967;
    padding-bottom: 0.5em;
}
.totop {
    position: absolute;
    right: 50px;
    bottom: 250px;
    cursor: pointer;
}
/*==========================================================
    responsive
==========================================================*/
@media screen and ( min-width:1366px) {
    .inner {
        width: 1336px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px){
    section {
        padding: 30px 0;
    }
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    /*responsive nav
    ---------------------------------------------------*/
    header {
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        margin: 0;
        padding: 0.5em 1em;
        background: #F6F8F8;
        position: fixed;
        z-index: 999;
    }
    .main-logo-sp {
        display: block;
        width: 10em;
        margin-left: 1em;
    }
    .main-logo-pc {
        display: none;
    }
    nav {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(1,25,103,0.8);
        z-index: 100;
    }
    .navContents {
        display: block;
        margin: 0 auto;
        width: 90%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        font-size: 1.4rem;
        padding-top: 50px;
    }
    .navContents li {
        margin: 1em auto;
        text-align: center;
    }
    .navContents a {
        display: block;
        color: #fff;
    }
    #nav-toggle {
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
        top: 12px;
        z-index: 100;
        padding-right: 2.5em;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span{
        display: block;
        height: 3px;
        background: #004898;
        position: absolute;
        width: 100%;
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    #nav-toggle span:nth-child(1){
        top:0px;
    }
    #nav-toggle span:nth-child(2){
        top:12px;
    }
    #nav-toggle span:nth-child(3){
        top:24px;
    }
    .open #nav-toggle span {
        background: #fff;
    }
    .open #nav-toggle span:nth-child(1) {
        top: 12px;
       -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    /*responsive about
    ---------------------------------------------------*/
    .mainvisual {
        background: none;
    }
    h1 {
        font-size: 24px;
        margin: 80px 0 30px;
    }
    .demo-pc {
        width: 80%;
        justify-content: center;
        margin: 30px auto 50px;
    }
    .badge {
        width: 87px;
    }
    .contact-btn {
        border-radius: 10px;
        width: 280px;
        font-size: 1.6rem;
        margin: 0 auto 20px;
    }
    /* responsive cliants-belt
    ---------------------------------------------------*/
    .cliants-belt {
        padding: 10px 0;
        margin: 30px 0 0;
    }
    .cliants-belt li img {
        width: 100%;
        height: 100px;
        object-fit: contain;
    }
    /* responsive about
    ---------------------------------------------------*/
    .headline-area {
        display: block;
    }
    .headline {
        width: 100%;
        margin-bottom: 30px;
    }
    h2 {
        text-align: center;
    }
    .h2-sub {
        text-align: center;
    }
    .h2-subTxt {
        width: 100%;
        text-align: center;
    }
    .about-txt {
        text-align: left;
        margin: 30px 0 0;
    }
    .about-list {
        justify-content: flex-start;
        margin: 0 auto 30px;
        flex-wrap: wrap;
    }
    .about-listItem {
        margin: 0;
        padding: 1em;
        width: 50%;
        box-sizing: border-box;
    }
    .about-listImg {
        width: 100%;
        text-align: center;
        min-height: 120px;
    }
    /* responsive function
    ---------------------------------------------------*/
    .function-contents {
        padding: 30px 5%;
    }
    .h3-disign {
        width: 250px;
        height: 60px;
    }
    .h3-disign:after {
        width: 30px;
        height: 30px;
    }
    .h3-disign:before {
        width: 30px;
        height: 30px;
    }
    h3 {
        font-size: 1.3rem;
        margin: 0 auto 30px;
    }
    h3:before {
        font-size: 60px;
    }
    .function-contents img {
        width: 100%;
        margin: 30px auto;
    }
    .func-txt {
        font-size: 0.9rem;
    }
    .func-contents-sub {
        display: block;
        height: auto;
        background: #fff;
        padding: 2em 1em;
        border-radius: 30px;
    }
    .func-sub-dtl {
        padding: 0 0 10px;
        border-radius: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .func-dtl-img {
        border-radius: 0;
        width: 100%;
        height: 200px;
        margin: 20px auto;
    }
    .func-ttl {
        margin:0 0 1em 0.5em;
    }
    /* responsive dataget
    ---------------------------------------------------*/
    #dataget {
        padding: 30px 0;
    }
    #dataget .h2-subTxt {
        text-align: left;
    }
    .data-effect-list {
        display: block;
        margin: 30px auto;
    }
    .effect-listItem {
        width: 100%;
    }
    .dataget-img {
        margin: 0 auto 30px;
        width: 100%;
    }
    /*responsive cliants
    ---------------------------------------------------*/
    .cliant-list {
        margin: 30px auto;
    }
    .cliant-listItem {
        width: 48%;
        min-height: 150px;
    }
    .cliant-listItem img {
        width: 80%;
    }
    .cliant-listItem img.logo-bk,
    .cliant-listItem img.logo-sugi,
    .cliant-listItem img.logo-spdr {
        width: 60%;
    }
    /* responsive voice
    ---------------------------------------------------*/
    .voice-wrap {
        margin: 30px auto;
        display: block;
    }
    .voice-contents {
        width: 90%;
    }
    .voice-shopname {
        padding: 1em;
    }
    .voice-img {
        height: 120px;
    }
    .voice-img img {
        width: 100px;
    }
    .voice-img .logo-wide {
        width: 200px;
    }
    /* responsive workflow
    ---------------------------------------------------*/
    .flow {
        display: block;
        margin-top: 30px;
    }
    .flowItem {
        width: 90%;
        margin: 10px auto;
    }
    .flowContainer {
        padding: 30px 5%;
    }
    .flow-img {
        height: 120px;
    }
    .flow-img img {
        width: 30%;
    }
/* responsive footer
---------------------------------------------------*/
    .ft-container {
        display: block;
    }
    .logo-shion_txt {
        width: 100%;
        padding: 1em 0;
    }
    .logo-shion_txt img {
        width: 200px;
    }
    .ft-link {
        display: block;
        width: 100%;
    }
    .ft-linkItem {
        margin: 0.5em 1em;
    }
    .huraid {
        border-left: 0;
        padding-left: 0;
        text-align: left;
    }
    .totop {
        right: 30px;
        bottom: 100px;
        width: 80px;
    }

}
