@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:768px) {
    .section-h2 {
        font-size: 24px;
      }
      .pc-none {
        display: block;
      }
      .sp-none {
        display: none;
      }
}

  /* ------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-download {
    padding: 12px;
}
.header-download 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;
}
.header-download-sp {
    display: none;
}
.header-contact-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);}
.btn-org,a.btn-org {
    color: #fff;
    background: linear-gradient(90deg, rgba(255, 47, 94, 1) 10%, rgba(255, 128, 77, 1) 87%);
}
.btn-org:hover,a.btn-org:hover {
    color: #fff;
    background: linear-gradient(90deg, rgb(255, 107, 142) 10%, rgb(254, 171, 138) 87%);
}
a.btn-radius{
    border-radius: 12px;
}

@media (max-width: 768px) {
    .header {
        padding: 6px;
        height: auto;
    }
    .lmp-logo img {
        width: 120px;
        vertical-align: middle;
    }
    .header-tell {
        display: none;
    }
    .header-download {
        display: none ;
    }
    .header-contact {
        display: none ;
    }
    .header-tell-sp {
        display: block;
        margin-right: 16px;
    }
    .header-tell-sp img {
        width: 40px;
        vertical-align: middle;
    }
    .header-download-sp {
        display: block;
        margin-right: 16px;
    }
    .header-download-sp img {
        width: 40px;
        vertical-align: middle;
    }
    .header-contact-sp {
        display: block;
    }
    .header-contact-sp img {
        width: 40px;
        vertical-align: middle;
        margin-right: 8px;     
    }
}
@media (min-width: 1680px) {
    .header-container {
        width: 1680px;
    }
}
  /* ------mv------ */
#mv {
    padding: 36px;
    position: relative;
    height: auto;
    background-image: url("../img/mv_background.jpg");
    background-size: cover;
}
#mv::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(rgba(150,191,72,0.9),rgba(255,255,255,0.9)) ;
    pointer-events: none;
}
.mv-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.mv-title {
    width: 740px;
}
.mv-message {
    margin: 24px 0 12px 0;
}
.mv-message {
    font-size: 28px;
    text-align: left;
    color: #fff;
    margin-top: 12px;
    text-shadow: #333 1px 0 10px;
}
.main-message {
    text-align: left;
    color: #fff;
    font-size: 1.6rem;
    line-height: 4.6rem;
    margin-bottom: 12px;
    text-shadow: #333 1px 0 10px;
}
.mv-logo {
    width: 360px;
    margin-top: 36px ;
}
.mv-logo img {
    width: 360px;
}
.mv-cta {
    display: flex;
    width: 480px;
    text-align: center;
}
.mv-cta a {
    display: inline-block;
    width: 320px;
    font-size: 20px;
    text-decoration: none;
    padding: 4px;
    border: 2.4px solid #fff;
}
.mv-download {
    position: relative;
    margin: 36px 12px 48px 0;
}
.mv-download p {
    position: absolute;
    font-size: 16px;
    padding: 0 4px;
    color: #00428E;
    background-color: #fff;
    width: 260px;
    border-radius: 24px;
    border: 2px solid #00428e;
    top: -50%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.mv-contact {
    position: relative;
    margin: 36px 0 48px 0;
}
.mv-contact p {
    position: absolute;
    font-size: 16px;
    padding: 0 4px;
    color: #00428E;
    background-color: #fff;
    width: 280px;
    border-radius: 24px;
    border: 2px solid #00428e;
    top: -50%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.mv-features {
    max-width: 520px;
    position: relative;
}
.lmp-ui img {
    width: 400px!important;
    position: absolute;
    top: 10%;
    left: 15%;
}
.lmp-ui p {
    position: absolute;
    display: flex;
    background: #fff;
    border: 2.4px solid #00428e;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #00428e;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 71%;
    top: 1%;
    z-index: 1;
}
.mv_icon_sp {
    display: none;
}
.features-icon {
    width: 480px;
    margin: 328px 12px 0 48px;
}
.features-icon img {
    width: 460px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    #mv {
        padding: 8px;
        height: 860px;
        background-image: url("../img/mv_background.jpg");
    }
    .mv-container {
        flex-direction: column;
    }
    .mv-message {
        margin-bottom: 12px;
    }
    .mv-message {
        font-size: 18px;
        line-height: 2.8rem;
        text-align: center;
    }

    .main-message {
        margin-bottom:12px;
    }
    .main-message h1 {
        font-size: 40px;
        line-height: 3.2rem;
        text-align: center;
    }
    .mv_icon_pc {
        display: none;
    }
    .mv_icon_sp {
        display: block;
    }
    .mv-logo {
    width: 360px;
    margin: 24px auto 0px;
    text-align: center;
    }
    .mv-logo img {
    width: 240px;
    }
    .mv-features {
        text-align: center;
        max-width: 280px;
        margin: 0 auto;
    }
    .features-icon-sp {
    width: 360px;
    margin: 4px auto 63px;
    }
    .features-icon-sp img {
    width: 320px;
    opacity: 0.9;
    margin: 0 auto;
    }
    .mv-cta {
        display: block;
        width: 360px;
        margin: 0 auto;
    }
    .lmp-ui img {
    display: none;
    }
    .lmp-ui p {
    display: none;
    }
    .mv-cta a {
        width: 320px;
        font-size: 20px;
    }
    .mv-cta p {
        width: 280px;
        font-size: 16px;
    }
    .mv-download {
        width: 320px;
        margin: 0 auto;
    }
    .mv-contact {
        width: 320px;
        margin: 64px auto 0;
    }
}
@media (min-width: 1680px) {
    #mv {
        height: 780px;
    }
    .mv-title {
        width: 1080px;
    }
    .mv-message {
        font-size: 32px;
    }
    .main-message {
        font-size: 2.6rem;
        line-height: 6.8rem;
        margin-bottom: 24px;
    }
    .mv-logo img {
        margin-top: 24px;
        width: 480px;
    }
    .mv-cta a {
    width: 460px;
    font-size: 28px;
}
.mv-download {
    margin-top: 96px;
    margin-bottom: 120px;
}
.mv-download p {
    font-size: 20px;
    width: 320px;
    top: -45%;
}
.mv-contact {
    margin-top: 96px;
    margin-bottom: 120px;
}
.mv-contact p {
    font-size: 20px;
    width: 360px;
    top: -45%;
}
    .mv-features {
        max-width: 600px;
    }
    .lmp-ui img {
        width: 500px!important;
        top: 5%;
        left: 10%;
    }
.lmp-ui p {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 16px;
    left: 71%;
    top: -5%;
    z-index: 1;
}
.features-icon {
    width: 720px;
    margin: 420px 48px 0 0;
}
.features-icon img {
    width: 620px;
}


}

/* ------concern------ */
#concern {
    background-color: #fff;
    padding-top: 24px;
    padding-bottom: 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;
    padding: 36px;
}
.concern-items p {
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
}

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

/* ------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:768px) {
    #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:768px) {
    #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: 240px;
}
.fi_img {
    padding: 24px;
}
.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:768px) {
    .features-group {
        flex-direction: column;
    }
    .features-items {
        margin: 18px 0;
        flex-direction: column;
        padding: 12px;
    }
    .fi-left {
        width: 320px;
    }
    
    .features-items img {
        width: 240px;
    }
    .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: rgba(150,191,72,0.4);
}
#cta p {
    text-align: center;
    color: #00428e;
    line-height: 2rem;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px #fff;  
}
/* .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;
} */
 .cta-title {
    padding-bottom: 24px;
    font-weight: bold;
 }
.md-cta {
    display: flex;
    text-align: center;
}
.md-cta a {
    display: inline-block;
    width: 360px;
    text-decoration: none;
    padding: 4px;
    border: 2.4px solid #fff;
}
.md-download {
    position: relative;
    margin-bottom: 12px;
    margin-right: 24px;
}
.md-download p {
    position: absolute;
    font-size: 18px;
    padding: 0 4px;
    color: #00428E;
    background-color: #fff;
    width: 280px;
    border-radius: 24px;
    border: 2px solid #00428e;
    top: -45%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.md-contact {
    position: relative;
    margin-bottom: 12px;
}
.md-contact p {
    position: absolute;
    font-size: 18px;
    padding: 0 4px;
    color: #00428E;
    background-color: #fff;
    width: 300px;
    border-radius: 24px;
    border: 2px solid #00428e;
    top: -45%;
    right: 0;
    left: 0;
    margin: 0 auto;
}


@media (max-width:768px) {
    .md-cta {
        flex-direction: column;
    }
    .md-cta a {
        width: 320px;
        font-size: 20px;
    }
    .md-cta p {
        width: 280px;
        font-size: 16px;
    }    
    .md-download {
        margin-right: 0;
        margin-bottom: 64px;
    }
    .md-download p {
        top: -55%;
    }
    .md-contact p {
        top: -55%;
    }
}

/* ------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:768px) {
    .fee__group {
        padding: 8px;
    }
    .fee__group p {
        font-size: 14px;
    }
    .fee__subtitle {
        font-size: 1rem;
      }
    
}

/* ------alignment------ */
#alignment {
    padding: 24px;
}
#alignment h3 {
    text-align: center;
    padding-bottom: 18px;
}
.aligment_group {
    width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content:space-between ;
    flex-wrap: wrap;
}
.aligment_group img {
    width: 240px;
    margin: 36px;
    vertical-align: middle;
}
.alignment_cart {
    margin-bottom: 48px;
}
.alignment_cart p {
    font-size: 16px;
    text-align: center;
}
.alignment_btb {
    margin-bottom: 48px;
}
.alignment_oms {
    margin-bottom: 48px;
}
.alignment-hr {
    width: 480px;
    margin: 0 auto 24px;
    border: 1.2px solid #333;
}

@media (max-width:768px) {
    #alignment h3 {
        font-size: 22px;
    }
    .aligment_group {
        width: 320px;
        flex-direction: row;
        align-items: center;
        text-align: center;
        justify-content: center;
        }
    .aligment_group img {
        width: 180px;
        margin: 0 auto 24px;
    }
    .alignment_cart {
    margin-bottom: 24px;
}
.alignment_btb {
    margin-bottom: 24px;
}
.alignment_oms {
    margin-bottom: 24px;
}
.alignment-hr {
    width: 240px;
}
.alignment_auto {
    text-align: center;
}
}


/* ------introduction_example------ */
#introduction_example {
    background-color: #f6f6f6;
    padding: 24px;
}
.ex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;
}
.ex-container-right {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    padding-bottom: 24px;
}
.ex-title {
    font-size: 20px;
}
.ex-contents {
    padding: 16px;
}
.ex-logo {
    width: 120px;
}
.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: 820px;
    display: inline-block;
    position: relative; 
    margin: 10px 20px;
    padding: 10px 20px;
    background: #d8f3ff;
    text-align: left;
    border-radius: 12px;
}
.ex-contents-text::after{
    content: "";
    border-top: 25px solid transparent;
    border-right: 25px solid #d8f3ff;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 30%;
    left: -24px;
}
.ex-contents-text-right {
    font-size: 16px;
    width: 820px;
    display: inline-block;
    position: relative; 
    margin: 10px 20px;
    padding: 10px 20px;
    background: #d8f3ff;
    text-align: left;
    border-radius: 12px;
}
.ex-contents-text-right::after{
    content: "";
    border-top: 25px solid transparent;
    border-left: 25px solid #d8f3ff;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 30%;
    right: -24px;
}
.ex-contents-text p {
    margin: 0;
    padding: 0;
}
.ex-products-img img {
    width: 240px;
}

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

@media (max-width:768px) {
    .ex-container {
        flex-direction: column;
    }
    .ex-container-right {
        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: 360px;
    }
    .ex-contents-text::after{
    content: none;
}
    .ex-contents-text-right {
        font-size: 16px;
        width: 360px;
    }
    .ex-contents-text-right::after{
    content: none;
}
    .ex-products-img img {
        width: 240px;
    }
}

/* ------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:768px) {
    .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:768px) {
    .faq-container {
        max-width: 380px;
        padding: 12px;
    }
    .qa-1 {
        font-size: 16px;
    }
}

/* ------reminder------ */
.reminder {
    background-image: url(../img/campaign1.jpg);
    background-size: cover;
    position: relative;
    padding: 24px;
}
.reminder::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
}
.reminder-container {
    position: relative;
}
.reminder h1 {
    text-align: center;
    color: #00428E;
    font-size: 48px;
    line-height: 4rem;
}
.reminder h2 {
    text-align: center;
    margin: 0 auto;
}
.reminder h3 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 36px;
}
@media (max-width:768px) {
    .reminder h1 {
        font-size: 28px;
        line-height: 2.4rem;
    }
    .reminder h2 {
        font-size: 40px;
    }
    .reminder h3 {
        font-size: 24px;
        line-height: 2rem;
        margin-top: 12px;
        margin-bottom: 24px;
    }
}


/* ------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: 768px) {
    .about-company {
        padding: 8px;
    }

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

/* ------download------ */
#download {
    padding: 36px;
    background: linear-gradient(rgba(150,191,72,0.6),rgba(255,255,255,0.6));
}
.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: 768px) {
    .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 ;
    }
}
/* ------contact------ */
#contact {
    padding: 36px;
    background: linear-gradient(rgba(150,191,72,0.6),rgba(255,255,255,0.6));
    /* position: relative;
    background-image: url("../img/warehouse_image.jpg");
    background-size: cover; */
}
/* #apply::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(246,246,246,0.7) ;
}
#apply .container {
    position: relative;
    z-index: 1;
} */

.contact-area {
    display: flex;
    margin-top: 48px;
}
.contact-explain {
    text-align: center;
    width: 720px;
}
.ct-title {
    font-size: 24px;
    line-height: 2rem;
    margin-bottom: 96px;
}
.ct-recommend {
    width: 480px;
    margin: 0 auto 48px;
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    text-align: left;
}
.ct-recommend p {
    font-size: 16px;
    color: #005bac;
    font-weight: bold;
    margin-bottom: 12px;
}
.ct-recommend li {
    list-style-position: inside;
    font-size: 16px;
    text-align-last: left;
}
.ct-approximate {
    width: 480px;
    margin: 0 auto 64px;
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
}
.ct-approximate p {
    font-size: 16px;
    text-align: left;
}
.ct-approximate li {
    font-size: 14px;
    text-align: left;
        list-style-position: inside;
}
.ct-approximate hr {
    width: 320px;
    border: 1px dashed #333;
    margin: 16px 0;
}
.ct-tel {
    position: relative;
    width: 480px;
    height: 160px;
    margin: 0 auto 48px;
    border-radius: 8px;
    background: linear-gradient(120deg, rgba(255, 128, 77, 1) 14%, rgba(255, 47, 94, 1) 87%);
}
.tel-bold {
    width: 360px;
    font-size: 18px;
    position: absolute;
    background: #fff;
    border: 2px solid rgba(255, 47, 94, 1);
    border-radius: 8px;
    top: -10%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.tel-number {
    position: absolute;
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    left: 0;
    right: 0;
    top: 15%;
}
.tel-info {
    position: absolute;
    font-size: 16px;
    color: #fff;
    top: 50%;
    left: 0;
    right: 0;
}

.ct-form {
    max-width: 580px;
    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);
}

.ct-form p {
    text-align: center;
    font-size: 16px;
    margin: 36px 0 ;
}
@media (max-width: 768px) {
    .contact-area {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contact-explain {
        text-align: center;
        width: 360px;
    }
    .ct-title {
        font-size: 20px;
        line-height: 2rem;
        margin-bottom: 24px;
    }
    .ct-recommend {
        width: 340px;
        padding: 16px;
        background-color: #fff;
        border-radius: 8px;
        margin-bottom: 24px;
    }
    .ct-recommend p {
        font-size: 14px;
    }
    .ct-recommend li {
        font-size: 12px;
    }
    .ct-approximate {
        width: 340px;
        padding: 16px;
        background-color: #fff;
        border-radius: 8px;
    }
    .ct-approximate p {
        font-size: 14px;
    }
    .ct-approximate li {
        font-size: 12px;
    }
    .ct-approximate hr {
        width: 240px;
    }
    .ct-tel {
        width: 340px;
        height: 160px;
        margin: 0 auto 48px;
        border-radius: 8px;
        background: linear-gradient(120deg, rgba(255, 128, 77, 1) 14%, rgba(255, 47, 94, 1) 87%);
    }
    .tel-bold {
        width: 260px;
        font-size: 14px;
    }
    .tel-number {
        font-size: 30px;
        top: 10%;
    }
    .tel-info {
        top: 50%;
        left: 0;
        right: 0;
    }

    .ct-form {
        max-width: 360px;
    }
    .ct-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: 768px) {
    .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>.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>.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: 768px) {
    .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:768px) {
    .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;
    }
}

