@charset "UTF-8";

:root {
    --font1: Avenir;
    --font2: Lato;
    --font3: Roboto;
    --font4: 'Noto Sans JP';
    --font5: 'M PLUS 1';
    --font6: 'M PLUS 1 Code';
    --font7: Murecho;
    --font8: Domine;
    --font9: 'Shadows Into Light Two';
    --font10: grandam;
}

@font-face {
    font-family: grandam;
    font-style: normal;
    font-weight: 400;
    src: url(https://storage.googleapis.com/studio-front/fonts/grandam.ttf) format("truetype")
}

@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff2) format("woff2"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff) format("woff"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.ttf) format("truetype")
}

/* 屏幕自适应调整时，元素动画显示 */
a, abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, select, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: .3s cubic-bezier(.4, .4, 0, 1);
    word-spacing: 1px;
    text-decoration: none;
    color: #333;
}

.material-icons {
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
}

.com-pic {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 50%;
    min-height: 380px;
}

.container {
    max-width: 1289px !important;
}

.com-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 30px;
    background: #FFFFFF;
    border: 0;
    border-radius: 7px;
    height: 50px;
    width: 428px;
    max-width: 100%;
    font-size: 20px;
    color: rgba(74, 137, 220, 0.9);
}

.com-button i {
    margin-right: 5px;
    color: rgba(74, 137, 220, 0.9);
}

header {
    padding: 0px 30px 1px 30px;
    min-height: 70px;
    background: #F5F7FA;
}

header.process {
    background: #FFFFFF;
}

header .navbar-icon img {
    width: 200px;
}

header .navbar-right {
    display: flex;
}

header .navbar-right .navbar-inquiry {
    margin-bottom: 5px;
    text-align: right;
}

header .navbar-right .navbar-company {
    margin-left: 10px;
}

header .navbar-right .navbar-inquiry span {
    font-family: var(--font1);
    color: #434A54;
}

header .navbar-right .navbar-company a {
    border: 1px white;
    background: white;
    padding: 10px;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    header {
        padding: 0px 0px 0px 0px;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        min-height: 52px;
        width: 100%;
        max-width: 100%;
    }

    header.navbar .container {
        padding: 0;
    }

    header .navbar-icon img {
        height: auto;
        margin: 0px 0px 0px 0px;
        width: 160px;
        max-width: 100%;
    }

    header .navbar-right {
        flex-direction: column;
    }

    header .navbar-right .navbar-inquiry,
    header .navbar-right .navbar-company {
        font-size: 10px;
        width: 194px;
        max-width: 100%;
        height: 100%;
    }

    header .navbar-right .navbar-company {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .row div[class^="col-"] {
        padding: 0 !important;
    }

    #task .com-content>div {
        flex-wrap: wrap !important;
    }

    #task .task-pic {
        margin-left: 0 !important;
        margin-bottom: 20px !important;
        min-width: 100% !important;
        background-position: bottom !important;
    }

    #task .com-pic {
        background-position: bottom !important;
    }

    #task .task-info {
        width: 100%;
        text-align: center !important;
    }

    #task .com-point .point-info-icon {
        justify-content: center;
    }

    #task .task-com-title span:last-child {
        margin-left: 1rem !important;
    }

    #task .task3 .task3-detial-container {
        justify-content: center !important;
    }

    #request.com-container-back3 {
        margin: 0 !important;
    }

    #task .com-pic,
    #function .com-pic {
        order: -1 !important;
    }

    #task .point-info,
    #function .function-info {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #function #customer .function-info {
        margin-bottom: 0;
    }

    #function #sales .function-info {
        margin-top: 0;
    }

    #function #sales .function-info .function-title{
        text-align: center;
    }

    #product .image-container .caption{
        text-align: center !important;
    }

    #works .col-md-6 {
        margin-bottom: 50px;
    }

    #import button{
        width: 100% !important;
    }

    #import .image-import {
        order: -1 !important;
    }

    #import .image-import img {
        margin-left: 0;
    }
}

@media screen and (max-width: 550px) {
    #task .com-point .point-info-icon {
        justify-content: flex-start;
    }

    #task .task3 .task3-detial-container {
        justify-content: center !important;
    }

    #task .task3 .task3-detial-container .task3-detial-content {
        width: 100% !important;
    }
}

@media screen and (max-width: 360px) {
    header {
        padding-top: 5px;
    }

    header.navbar .container {
        justify-content: center;
    }

    .com-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #support .support-content {
        min-width: 100% !important;
    }

    footer .com-footer {
        justify-content: flex-start !important;
    }
}

.com-container {
    padding: 95px 30px 30px 30px;
    text-align: center;
}

.com-container-back1 {
    background: #FFFFFF;
}

.com-container-back2 {
    background: #F5F7FA;
}

.com-container-back3 {
    padding: 50px 30px;
    background: rgba(74, 137, 220, 0.9);
}

.com-container-back4 {
    padding: 20px;
    background: #EEEEEE;
}

.com-container-back5 {
    padding: 20px 60px;
    background: #434A54;
}

.com-container-back6 {
    min-height: 150px;
    background: linear-gradient(#6fa5db, #448bca);
}

.com-container .com-container-title-small {
    color: rgba(74, 137, 220, 0.9);
    font-family: var(--font1);
    font-weight: 700;
    letter-spacing: 0;
}

.com-container .com-container-title-split {
    color: rgba(74, 137, 220, 0.9);
    font-family: var(--font1);
    font-weight: 900;
    height: 30px;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 0;
    margin-top: 15px;
}

.com-container .com-container-title {
    color: rgba(42, 117, 217, 0.9);
    font-family: var(--font1);
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0;
}

.com-container .com-container-title.font2 {
    color: rgba(74, 137, 220, 0.9);
    font-size: 36px;
}

.com-container .com-container-title-exp {
    margin-top: 5px;
    color: #333;
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 400;
}

.com-container .com-container-info {
    margin-top: 20px;
    color: #656D78;
    font-family: var(--font2);
    font-size: 18px;
    letter-spacing: 0em;
}

.com-container .com-container-detail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    max-width: 1100px;
}

.com-container .com-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section {
    padding-bottom: 10px;
}

section .section-left {
    text-align: center;
    margin: auto;
}

section .section-left p {
    color: #656D78;
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 400;
    height: auto;
    line-height: 1.4;
}

section .section-left h1 {
    color: #656D78;
    font-family: var(--font1);
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0em;
    line-height: 1.4;
}

section .section-right.pic1 {
    background-image: url(../img/pic1.webp);
}

.com-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 1px solid rgba(74, 137, 220, 0.9);
    border-radius: 200px;
    width: 200px;
    height: 200px;
}

.com-icon i {
    color: rgba(74, 137, 220, 0.9);
    font-size: 90px;
}

.com-icon-title {
    margin-bottom: 15px;
    color: #656D78;
    font-family: var(--font1);
    font-size: 20px;
    font-weight: 700;
}

.com-icon-detail {
    color: #656D78;
    font-family: var(--font1);
    font-weight: 500;
}

#task>div {
    margin-bottom: 40px;
}

#task .task3 {
    margin-bottom: 20px;
}

#task .task3 .task3-detial-container{
    justify-content: flex-end;
}

#task .task3 .task3-detial-container .task3-detial-content {
    padding: 20px 10px;
    width: calc(500px + 13vw);
    max-width: 100%;
    background: #FF9900;
    color: white;
    font-weight: 900;
    font-size: calc(.85rem + .6vw);
}

#task .task-pic {
    max-width: 430px;
    min-width: 150px;
    min-height: 130px;
}

#task .task2 .task-pic {
    margin-left: 0;
}

#task .task-info {
    min-width: 150px;
}

#task .pic1 {
    background-image: url(../img/task-word-1.png);
    background-position: left bottom;
}

#task .pic2 {
    background-image: url(../img/task-word-2.png);
    background-position: right bottom;
}

#task .pic3 {
    background-image: url(../img/task-word-3.png);
    background-position: left bottom;
}

#task .task-com-title {
    font-family: var(--font2);
    color: #333;
    font-size: calc(1.375rem + 1vw);
    font-weight: bold;
}

#task .task-com-title span:first-child {
    margin-right: 0;
}

#task .task-com-title span:last-child {
    margin-left: 10rem;
}

.com-point .point-info {
    min-width: 150px;
    font-family: var(--font2);
}

#task .com-point .pic1 {
    background-image: url(../img/POINT1.png);
}

#task .com-point .pic2 {
    background-image: url(../img/POINT2.png);
}

#task .com-point .pic3 {
    background-image: url(../img/POINT3.png);
}

#request.com-container-back3 {
    padding: 15px;
    margin: 0 5vw;
}

#request .request-title {
    color: #FFFFFF;
}

#request .com-button {
    margin-top: 15px;
}

#function .function-info {
    min-width: 150px;
}

#function .pic2 {
    background-image: url(../img/pic2.webp);
}

#function .pic3 {
    background-image: url(../img/pic3.webp);
}

#function .pic4 {
    background-image: url(../img/pic4.webp);
}

#function .pic5 {
    background-image: url(../img/pic5.webp);
}

#function .fun1 {
    background-image: url(../img/fun1.gif);
}

#function .fun2 {
    background-image: url(../img/fun2.gif);
}

#function .fun3 {
    background-image: url(../img/fun3.gif);
}

#function .com-container-detail .row:nth-child(odd) .function-info {
    padding-left: 50px;
}

#function .function-title {
    margin-bottom: 40px;
    font-family: var(--font2);
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

#function .function-detail{
    font-family: var(--font2);
}

#works .work-title {
    margin-bottom: 20px;
    min-width: 360px;
    text-align: center;
    color: #333;
    font-family: var(--font7);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

#works .work-name {
    margin: 40px 0 20px 0;
    text-align: center;
    color: #656d78;
    font-family: var(--font1);
    font-size: 20px;
    font-weight: 700;
}

#works .work-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 65px;
    margin: 20px 0 80px 0;
    min-width: 300px;
    color: #656d78;
    font-family: var(--s-font-61b3f650);
    font-weight: 500;
}

#works .work-info.work-info-left {
    padding: 0 25px;
}

#works .com-pic.work-per {
    min-width: 100%;
    min-height: 500px;
    background-size: cover;
}

#works .com-pic.work-per.per1 {
    background-image: url(../img/per1.webp?version=20230522);
}

#works .com-pic.work-per.per2 {
    background-image: url(../img/per2.webp?version=20230522);
}

#works .com-pic.work-per.per3 {
    background-image: url(../img/per3.webp?version=20230522);
}

#works .com-pic.work-per.per4 {
    background-image: url(../img/per4.webp?version=20230522);
}

#works .work-contact {
    margin-top: 10px;
    text-align: right;
}

#works .work-contact a {
    font-family: var(--font2);
    font-size: 16px;
    font-weight: 700;
    color: #2578e6;
}

#import span {
    color: #333;
    font-family: var(--font2);
    font-size: 15px;
}

#import a {
    color: #FFFFFF;
    font-size: 24px;
}

#import button {
    margin-top: 15px;
    background: rgba(74, 137, 220, 0.9);
    height: 80px;
    width: 450px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
}

#import img {
    width: 247px;
    height: 200px;
    margin-left: 50px;
}

#support .support-content {
    margin-bottom: 30px;
    min-width: 350px;
    max-width: 350px;
}

#support .support-title {
    margin-bottom: 15px;
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

#support .support-detail {
    font-family: var(--s-font-a3b545cb);
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

#plan .com-container-detail {
    width: 100%;
    max-width: 835px;
}

#plan .plan-content {
    display: flex;
    margin-bottom: 10px;
    width: 800px;
    max-width: 100%;
}

#plan .plan-content .plan-content-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    width: 42%;
    height: 152px;
    background: rgba(74, 137, 220, 0.9);
    font-family: var(--font2);
    font-size: 24px;
    color: #FFFFFF;
}

#plan .plan-content .plan-content-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(247, 249, 251);
    width: 100%;
    height: 152px;
    font-family: var(--font2);
    color: #333;
}

#plan .plan-content .plan-content-detail span{
    word-spacing: -1px;
}

#plan .plan-content .plan-content-detail-amount {
    display: contents;
    padding: 0;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
}

#plan .plan-content .plan-content-detail-unit {
    display: contents;
    padding: 0;
    margin: 0;
    min-width: 50px;
    font-size: 20px;
}

#plan .plan-notice {
    display: flex;
    justify-content: flex-end;
    text-align: left;
    width: 75%;
    font-family: var(--font2);
    font-size: 16px;
    color: #333;
}

#faq .com-container-detail {
    width: 100%;
}

#faq .faq-content {
    text-align: left;
}

#faq .faq-detail {
    padding: 11px;
    margin-bottom: 20px;
    font-family: var(--font2);
    color: #333;
}

#faq .faq-detail-q {
    font-size: 20px;
}

#faq .faq-detail-a {
    margin-top: 20px;
    margin-left: 35px;
}

#contact span {
    color: #FFFFFF;
    font-family: var(--font2);
    font-size: 28px;
    font-weight: 400;
}

.process {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.process #banner {
    height: 120px;
    width: 360px;
    max-width: 100%;
    position: relative;
    display: flex;
}

.process #banner:before {
    content: "";
    background-image: url(../img/process.gif);
    background-position: 50%;
    background-size: cover;
    width: 100%;
}

.footer-info {
    text-align: left;
}

.footer-info span {
    font-family: var(--font2);
    color: #FFFFFF;
}

.footer-info span.footer-info-company {
    display: block;
    margin-bottom: 1px;
}

.footer-info div.footer-info-address {
    font-size: 13px;
}

.footer-info div.footer-info-address p{
    margin: 0;
    color: #FFFFFF;
}

.footer-info span.footer-info-copyright {
    font-size: 12px;
}

.com-container-task-word-1 img {
    background-position: 150px 150px;
}

.com-point .point-info-icon {
    padding: 15px;
}

.com-point .point-info-icon .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-top: 20px;
    max-width: 110px;
    min-width: 90px;
}

.com-point .point-info-icon img {
    width: 70px;
}

.com-point .point-info-icon span {
    margin-top: 5px;
    font-size: 12px;
}

#product .image-container {
    position: relative;
    min-width: 360px;
    text-align: center;
}

#product .image-container-div{
    margin: auto 0;
}

#product .image-container img {
    max-height: 360px;
    width: 100%;
    object-fit: contain;
}

#product .image-container .caption {
    margin-top: 10px;
    margin-bottom: 40px;
    width: 100%;
    font-size: 24px;
    color: #000;
    text-align: left;
}

#product .row{
    overflow: hidden;
}

#product .row .col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: -99999px !important;
    padding-bottom: 99999px !important;
}