<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* --common-- */
html {
    overflow: auto;
  }
  
  body {
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    background: #fff;
    font-family: "Noto Sans JP", "Helvetica", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.8;
    color: #333;
    letter-spacing: 0.05rem;
    -webkit-text-size-adjust: none;
    padding-top: 60px;
  }
  .container {
    max-width: fit-content;
    margin: 0 auto;
  }
  .section-h2 {
    text-align: center;
    color: #00428E;
  }
  .h2-hr {
    width: 138px;
    height: 4px;
    background-color: #FF8800;
    border: none;
    margin: 0 auto 24px;
}
.top-marker {
    color: #fff;
    text-shadow: 1px 1px 2px #333;  
}
.marker {
    background: linear-gradient(transparent 55%, rgb(254, 254, 83,.7) 50%);
}
.pc-none {
    display: none;
}
.p_emphasis {
    color: #00428E;
    font-weight: bold;
}
.annotation {
    font-size: 12px;
}
@media (max-width:767px) {
    .section-h2 {
        font-size: 24px;
      }
}

  /* ------header------ */
  header {
    position: fixed;
    width: 100%; 
    height: 40px; 
    background-color: #fff;
    padding: 40px 20px; 
    box-sizing: border-box;
    top: 0; 
    left: 0; 
    display: flex; 
    align-items: center;
    z-index: 99;
}
.header-container {
    display: flex;
    width: 1280px;
    margin: 0 auto;
    height: auto;
    justify-content: space-between;
    align-items: center;
}
.lmp-logo {
    height: 44px;
}
.lmp-logo img {
    width: 160px;
}
.header-cta {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-tell {
    padding: 12px;
}
.header-tell img {
    width: 180px;
    vertical-align: middle;
}
.header-document {
    padding: 12px;
}
.header-document a{
    display: block;
    width: 180px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}
.header-contact {
    padding: 12px;
}
.header-contact a{
    display: block;
    width: 180px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}
.header-contact-sp {
    display: none;
}
.header-tell-sp {
    display: none;
}
.btn-blue,a.btn-blue {
    color: #fff;
    background: -webkit-gradient(45deg, #2ca9e1 35%, #007bbb);
    background: linear-gradient(45deg, #2ca9e1 35%, #007bbb);
}
.btn-blue:hover,a.btn-blue:hover {
    color: #fff;
    background: -webkit-gradient(45deg, #59cbff 35%, #00a6ff);
    background: linear-gradient(45deg, #59cbff 35%, #00a6ff);}
a.btn-radius{
    border-radius: 12px;
}

@media (max-width: 767px) {
    .header {
        padding: 6px;
        height: auto;
    }
    .lmp-logo img {
        width: 120px;
        vertical-align: middle;
    }
    .header-tell {
        display: none;
    }
    .header-document {
        display: none ;
    }
    .header-contact {
        display: none ;
    }
    .header-tell-sp {
        display: block;
         margin-right: 18px;
    }
    .header-tell-sp img {
        width: 40px;
        vertical-align: middle;
    }
    .header-contact-sp {
        display: block;
        margin-right: 12px;
    }
    .header-contact-sp img {
        width: 40px;
        vertical-align: middle;     
    }
}
  /* ------mv------ */
#mv {
    padding: 36px;
    position: relative;
    height: 640px;
    background-image: url("../img/warehouse_img.jpg");
    background-size: cover;
}
#mv::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(rgba(255,255,255,0.8),rgba(57,139,222,0.8)) ;
    pointer-events: none;
}
.mv-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    z-index: 1;
}
.mv-title {
    width: 720px;
}
.dots {
    color: #FFFF00;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #FA0000;
    text-underline-offset: 8px;
    text-shadow: 1px 1px 2px #333;  
}
.mv-message {
    margin: 24px 0 12px 0;
}
.mv-img {
    display: flex;
    align-items: center;
}
.colorme_logo-img {
    width: 240px;
}
.logimopro-img {
    width: 200px;
}
.partnership {
    color: #333;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    line-height: 48px;
}
.mv-message h1 {
    font-size: 32px;
    text-align: left;
    color: #333;
    margin-top: 12px;
}
.main-message {
    text-align: left;
    color: #333;
    font-size: 2.4rem;
    line-height: 3.8rem;
    margin-bottom: 48px;
}
.by {
    font-size: 20px;
}
.mv-features {
    max-width: 520px;
}
.mv-features img {
    max-width: 580px;
}
.mv-download {
    display: none;
}

.mv-form {
    max-width: 480px;
    height: 480px;
    background-color: rgba(255,255,255,0.7);
    padding: 12px;
    border-radius: 8px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.form-title {
    font-size: 24px;
    color: #333;
    text-align: center;
}
.form-message {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 12px;
}

/* .mv-cta {
    display: flex;
    justify-content: center;
}
.mv-contact a {
    display: block;
    width: 320px;
    padding: 6px;
    margin-right: 24px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
}
.mv-apply a {
    display: block;
    width: 320px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;    
} */

/* .btn-white,a.btn-white {
    color: #5AA3E2;
    background-color: #fff;
    border: 3px solid #5AA3E2;
    font-weight: bold;
}
.btn-white:hover,a.btn-white:hover {
    background-color: rgba(255,255,255,0.5); 
} */

@media (max-width: 767px) {
    #mv {
        padding: 8px;
        height: 720px;
        background-image: url("../img/warehouse_img.jpg");
    }
    .mv-message {
        margin-bottom: 24px;
    }
    .mv-message h1 {
        font-size: 26px;
        line-height: 2.8rem;
        text-align: center;
    }

    .main-message {
        margin-bottom: 24px;
    }
    .main-message h1 {
        font-size: 36px;
        line-height: 2.4rem;
        text-align: center;
    }
    .by {
        position: relative;
        left: 88px;
    }
    .mv-img {
        flex-direction: column;
    }
    .basepartners-img {
        margin-bottom: 24px;
    }
    .partnership {
        display: none;
    }
    .mv-features {
        text-align: center;
        margin-bottom: 36px;
    }
    .mv-features img {
        max-width: 360px;
    }
    .mv-download {
        display: block;
        text-align: center;
    }
    .mv-download a {
        font-size: 18px;
        padding: 12px;
        text-decoration: none;
        border-radius: 12px;
    }
    .mv-form {
        display: none;
    }
    .pc-none {
        display: block;
    }
}

/* ------concern------ */
#concern {
    background-color: #fff;
    padding-top: 24px;
}
.concern-group {
    display: flex;
    max-width: 1080px;
    justify-content: space-around;
    align-items: center;
}
.concern-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 310px;
    background-color: #fff;
    box-shadow: 0 0 8px gray;
    padding: 12px;
    margin: 24px;
}
.concern-items img {
    width: 240px;
}
.concern-items p {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
}

@media (max-width:767px) {
    .concern-group {
        flex-direction: column;
    }
    .concern-items {
        margin: 24px 0px;
    }
}

/* ------solution------ */
#solution {
    padding : 24px 0 48px 0;
    margin: 0 auto;
    background-color: #D0EBF7;
    position: relative;
}
#solution::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #fff;
    width: 80px;
    height: 30px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);   
    top: 0;
    left: 50%;
    transform: translateY(-4%) translateX(-50%); 
}
#solution p {
    text-align: center;
    font-size: 36px;
    line-height: 3rem;
    font-weight: bold;
    margin-top: 18px;
}

@media (max-width:767px) {
    #solution p {
        font-size: 24px;
        line-height: 2.4rem;
    }
    .sl-container {
        padding: 8px;
    }
}

/* ------about-logimopro------ */
#about-logimopro {
    padding-top: 24px;
    background-color: #F6F6F6;
}
#about-logimopro p {
    max-width: 1080px;
    font-size: 22px;
}
.explain-image {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 24px 0;
}
.ep-image1-pc {
    width: 480px;
}
.ep-image1-sp {
    display: none;
}
.ep-image2-pc {
    width: 480px;
    border-radius: 8px;
}
.ep-image2-sp {
    display: none;
}

@media (max-width:767px) {
    #about-logimopro p {
        font-size: 18px;
    }
    .lmp-explain {
        padding: 14px;
    }
    .explain-image {
        flex-direction: column;
    }
    .ep-image1-pc {
        display: none;
    }
    .ep-image1-sp {
        display: block;
        width: 360px;
    }
    .ep-image2-pc {
        display: none;
    }
    .ep-image2-sp {
        display: block;
        width: 360px;
    }
}

/* ------features------ */
#features {
    background-color: #fff;
    padding-top: 24px;

}
.features-group {
    display: flex;
    flex-direction: column;
    max-width: 980px;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 24px;
}
.features-items {
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 8px gray;
    padding: 18px;
    margin: 12px;
}
.fi-left {
    width: 500px;
}

.features-items img {
    width: 400px;
}
.items-h {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.items-p {
    max-width: 450px;
    font-size: 14.5px;
    text-align: left;
}

@media (max-width:767px) {
    .features-group {
        flex-direction: column;
    }
    .features-items {
        margin: 18px 0;
        flex-direction: column;
        padding: 12px;
    }
    .fi-left {
        width: 320px;
    }
    
    .features-items img {
        width: 320px;
    }
    .items-h {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .items-p {
        max-width: 450px;
        font-size: 14px;
        text-align: left;
    }
    .annotation {
        font-size: 12px;
    }
}

/* ------cta------ */
.cta {
    padding: 24px;
    background-color: #FFE6CF;
}
.cta p {
    text-align: center;
    font-weight: bold;
    color: #00428e;
    line-height: 2rem;
    margin-bottom: 30px;
}
.cta-container{
    position: relative;
}
.cta-container::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: -70px;
    right: -380px;
    width: 320px;
    height: 180px;
    background-image: url('../img/thumbnail_top.png');
    border: solid 1px #00428e;
    background-position: center;
    background-size: contain;
}
.md-download {
    margin-bottom: 12px;
}
.md-download a {
    display: block;
    font-size: 18px;
    padding: 6px;
    width: 424px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
}
.md-download-sp {
    display: none;
}
.md-contact a {
    display: block;
    font-size: 18px;
    padding: 6px;
    text-align: center;
    text-decoration: underline;
    color: #1a0dab;
}

@media (max-width:767px) {
    .cta-container::after {
        display: none;
    }
    .cta p {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .md-cta {
        flex-direction: column;
    }
    .md-download {
        display: none;
    }
    .md-download-sp {
        display: block;
        text-align: center;
        margin-bottom: 12px;
    }
    .md-download-sp a {
        font-size: 18px;
        padding: 12px;
        text-decoration: none;
        border-radius: 12px;
    }
    .md-contact a {
        font-size: 16px;
        color: #1558d6;
    }
}

/* ------introduction_example------ */
#introduction_example {
    padding: 24px;
}
.ex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
}
.ex-title {
    font-size: 20px;
}
.ex-contents {
    padding: 16px;
}
.ex-products {
    font-size: 16px;
    width: 180px;
    background-color: #f7f7ad;
    margin-bottom: 12px;
    padding: 8px;
}
.ex-logo {
    width: 320px;
    border: 1px solid #808080;
}
.ex-contents-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8rem;
    color: #00428e;
    margin-bottom: 12px;
}
.ex-contents-text {
    font-size: 16px;
    width: 430px;
}
.ex-products-img img {
    width: 240px;
}

.ex-hr {
    border: 1px solid #333 ;
    margin: 0 auto 12px;
}

@media (max-width:767px) {
    .ex-container {
        flex-direction: column;
    }
    .ex-contents {
        padding: 8px;
    }
    .ex-contents-title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.8rem;
        color: #00428e;
        margin-bottom: 12px;
    }
    .ex-contents-text {
        font-size: 16px;
        width: 340px;
    }
    .ex-products-img img {
        width: 240px;
    }
}

/* ------price------ */
#price {
    background-color: #E5F1FB;
    padding: 24px;
}
  .fee__subtitle {
    margin-bottom: 5px;
    font-size: 1.4rem;
    color: #ff2f5e;
  }
  
  .fee__table {
    overflow-x: scroll;
    width: 100%;
    margin: 0 auto;
  }
  
  .fee__table::-webkit-scrollbar {
    height: 15px;
  }
  
  .fee__table::-webkit-scrollbar-track {
    background: #d3d4d5;
    border-radius: 10px;
  }
  
  .fee__table::-webkit-scrollbar-thumb {
    background:#5ebff1;
    border-radius: 10px;
  }
  
  .fee__image {
    width: 1080px;
    max-width: none;
  }
  
  .fee__notice {
    padding-top: 4px;
    padding-left: 30px;
    font-size: 16px;
    text-indent: -1.5rem;
  }
  
  .fee__cta {
    background: linear-gradient(180deg, #eee 0%, #eee 60%, #fff 60%, #fff 100%);
  }
  

@media (max-width:767px) {
    .fee__group {
        padding: 8px;
    }
    .fee__group p {
        font-size: 14px;
    }
    .fee__subtitle {
        font-size: 1rem;
      }
    
}

/* ------usage-flow------ */
#usage-flow {
    background-color: #F6F6F6;
    padding-top: 24px;
    padding-bottom: 24px;
}
#usage-flow p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 36px;
}
.flow-h {
    max-width: 640px;
    margin: 0 auto;
}
.flow-h h3 {
    color: #00428E;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
}
.flow-group {
    display: flex;
    max-width: 1080px;
    text-align: center;
    justify-content: space-evenly;
    flex-wrap: wrap;

}
.flow-image {
    margin-bottom: 12px;
}
.flow-image h3 {
    font-size: 20px;
}
.flow-image p {
    font-size: 16px;
}
.flow-image img {
    width: 220px;
    margin: 4px 12px;
}
.image7 {
    border: solid 4px #75E0D2;
    border-radius: 50%;
    width: 212.2px!important;
}

@media (max-width:767px) {
    .flow-h h3 {
        line-height: 2.6rem;
    }
    .usage-flow p {
        font-size: 18px;
    }
    .flow-group {
        flex-direction: column;
        align-items: center;
    }
}

/* ------faq------ */
#faq {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #E5F1FB;
}
.faq-container {
    width: 1080px;
    margin: 0 auto;
}
.qa-1 {
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
    font-size: 20px;
    background-color: #fff;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

@media (max-width:767px) {
    .faq-container {
        max-width: 380px;
        padding: 12px;
    }
    .qa-1 {
        font-size: 16px;
    }
}

/* ------about-company------ */
.about-company {
    padding: 24px;
}

.about__title span {
    color: #22267a;
}

.section-title {
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.1rem;
}

.section-title span {
    display: block;
    font-size: 1.6rem;
    /* color: #a9ddf7; */
}

.about__table {
    margin: 0 auto 30px;
}

.about__table td,
.about__table th {
    padding: 1px 2px;
}

.about__table th {
    text-align: right;
}

.about__table span {
    display: block;
}

.about__logo {
    display: block;
    max-width: 210px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .about {
        padding: 60px 0;
    }
    .about__table {
        margin-bottom: 50px;
    }
    .about__table td,
    .about__table th {
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
    }
    .about__table span {
        display: inline;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .about-company {
        padding: 8px;
    }

    .about__table th {
        text-align: left;
        font-size: 16px;
    }
    .about__table td {
        font-size: 16px;
    }
}

/* ------download------ */
#download {
    padding: 24px;
    background-color: #F6F6F6;
}
.download-area {
    display: flex;
}
.download-explain {
    text-align: center;
    width: 720px;
}
.dl-title {
    font-size: 24px;
    line-height: 2rem;
    margin-bottom: 24px;
}
.download-explain img {
    width: 400px;
    margin-bottom: 24px;
}
.dl-recommend {
    width: 480px;
    margin: 0 auto;
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    text-align: left;
}
.dl-recommend p {
    font-size: 18px;
    color: #0FAFAA;
}
.dl-recommend li {
    list-style-position: inside;
    font-size: 16px;
}

.dl-form {
    max-width: 480px;
    background-color: rgba(255,255,255,0.7);
    padding: 12px;
    border-radius: 8px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.dl-form p {
    text-align: center;
    font-size: 16px;
    margin: 36px 0 ;
}
@media (max-width: 767px) {
    .download-area {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .download-explain {
        text-align: center;
        width: 360px;
    }
    .dl-title {
        font-size: 20px;
        line-height: 2rem;
        margin-bottom: 24px;
    }
    .download-explain img {
        width: 340px;
    }
    .dl-recommend {
        width: 340px;
        padding: 16px;
        background-color: #fff;
        border-radius: 8px;
        margin-bottom: 24px;
    }
    .dl-recommend p {
        font-size: 14px;
    }
    .dl-recommend li {
        font-size: 12px;
    }
    .dl-form {
        max-width: 360px;
    }
    .dl-form p {
        text-align: center;
        font-size: 14px;
        margin: 12px 0 ;
    }
}


/* ------end-cta------ */
#end-cta {
    padding: 24px;
}

.end-cta-container {
    display: flex;
    align-items: center;
}

.end-contact a {
    display: block;
    font-size: 18px;
    width: 240px;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    margin-right: 36px;
}

.end-tell a {
    display: block;
    width: 240px;
    text-align: center;    
    border: 1px solid #00428e;
    border-radius: 12px;
    padding: 6px;
}
.end-tell img {
    width: 180px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .end-cta-container {
        flex-direction: column;
    }
    .end-contact a {
        margin-right: 0 ;
        margin-bottom: 24px;
    }
}

/* ------footer------ */
.lp-sec-footer {
    background-color: #333;
}

.lp-sec-footer&gt;.lp-block .lp-copyright {
    color: #fff;
    font-size: 16px;
}

.footer {
    background: #333333;
    font-size: 1.3rem;
    color: #fff;
}

.footer a {
    color: #fff!important;
}

.footer a:visited {
    color: #fff;
}

.footer__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.footer__list {
    margin-bottom: 20px;
}
.footer__list li {
    list-style-type: none;
}

.footer__item {
    padding: 5px;
}

.footer__copy {
    text-align: center;
}
.footer__copy {
    font-size: 14px;
}

@media screen and (max-width: 560px) {
    .lp-sec-footer&gt;.lp-block .lp-copyright {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 8px;
    }
    .footer__list {
        display: flex;
        margin-bottom: 12px;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
    }
    .footer__item {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .footer__list li {
        font-size: 16px;
    }
}

/* ======================================== */

/* ===mail-form=== */
.mail-form {
    padding: 24px;
    background-color: #fff;
    font-size: 1rem;
}
.mail-form h2 {
    font-size: 48px;
    margin-bottom: 18px;
}
.form-h2 {
    font-size: 36px;
}
.mail-form h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
}
@media (max-width:767px) {
    .mail-form {
        font-size: 1.6rem;
    }
    .mail-form h2 {
        font-size: 32px;
    }
    .form-h2 {
        font-size: 24px;
    }
    .mail-form h3 {
        font-size: 16px;
        text-align: center;
    }
}

</pre></body></html>