@charset "utf-8";

* {
    padding:0;
    margin: 0;
}

a {
    text-decoration: none;
    color:#000;
}

p {
    font-size: 15px;
    line-height: 1.6;
}

li {
    list-style: none;
}

.btn {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}

.btn:hover {
    background-color:rgba(51, 71, 97,0.7)!important;
    color:#fff;
    transition: all .3s;
}

.bg-blue {
    background-color: #f2f5f9;
}

.sp_br {
    display: none;
}

.pc_br {
    display: block;
}

.page-width {
    width:1180px;
    margin:0 auto;
}

.heading-title {
    margin-bottom: 50px;
    font-size:32px;
    text-align: center;
}

.mv img {
    width:490px;
    
}

.content-nav {
    margin-top:15px;
    margin-bottom:100px;
}

.nav-toc  {
    display:flex;
    justify-content: space-evenly;
}

.nav-toc_item {
    display: flex;
    align-items: center;
    padding:10px 30px;
    font-size:16px;
    list-style: none;
    text-align: center;
    position: relative;
}

.nav-toc_item:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #002e85;
    position: absolute;
    left: -40px;
}

.nav-toc_item:last-child::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #002e85;
    position: absolute;
    right: -40px;
}

.contents-lead {
    margin-bottom: 60px;
}

.contents-lead_inner {
    width: 980px;
    margin: 0 auto;
}

.contents-lead .heading-title {
    margin-bottom: 40px;
    color: #002e85;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    line-height: 1.4;
}

.contents-lead_inner p {
    font-size:20px;
    line-height: 1.9;
    font-feature-settings: normal;
    letter-spacing: 0;
}

.feature {
    padding-top: 70px;
    padding-bottom: 70px;
}

.feature-inner {
    width: 980px;
    margin: 0 auto;
}

.feature-inner p {
    font-size:16px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}

.feature-list {
    margin-top: 40px;
}

.feature-item {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    column-gap: 25px;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #002e85;
}

.feature-item:first-child {
    border-top: 1px solid #002e85;
}

.feature-item-num {
    width: 5%;
    color: #22b573;
    font-size: 90px;
    font-weight: 300;
    font-family: "Noto Sans JP",sans-serif;
}

.feature-item-title {
    width: 22%;
    color: #002e85;
    font-size: 20px;;
}

.feature-item-img {
    width: 15%;
}

.feature-item-text {
    width: 50%;
}

.lineup {
    margin-top: 90px;
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
}

.lineup-inner h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #00b388;
    text-align: center;
    font-weight: 700;
}

.lineup-inner p {
    text-align: center;
    font-size: 20px;
    color: #4c4c4c;
    font-weight: 700;
}

.lineup-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.lineup-item {
    width: calc(25% - 40px);
    padding-top: 10px;
    border-top: 3px solid #00b388;
}

.lineup-item:last-child {
    padding-right: 0;
}

.lineup-item-img {
    width: 235px;
    object-fit: contain;
}

p.lineup-item-desc {
    font-size: 15px;
    text-align: left;
    font-feature-settings: "palt";
    font-weight: 500;
}

.price {
    margin-top: 100px;
    margin-bottom: 100px;
}

.price-inner {
    width: 980px;
    margin: 0 auto;
}

.price .heading-title {
    margin-bottom: 40px;
}

.case-intro {
    padding: 15px 55px;
    background-color: #f2f5f9;
    border-radius: 20px;
}

.case-intro p {
    margin-bottom: 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.case-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}

.case-item {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 25%;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.case-item:nth-child(n+1) {
    border: 1px solid #22b573;
}

.case-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #22b573;
    flex-grow: 1;
}

.case-item-desc {
    font-size: 16px;
    flex-grow: 1;
}

.case-item-price {
    font-size: 21px;
    font-weight: 700;
    font-feature-settings: "palt";
}

.case-item:nth-child(2) {
    position: relative;
}

.case-item:nth-child(2)::after{
    content: '※特価ではなく通常価格での例です';
    font-size: 13px;
    position: absolute;
    top: 160px;
    left: 0px;
}

.machine-desc p {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    font-feature-settings: "palt";
}

.fs-24 {
    font-size:24px;
}

.fs-l {
    font-size: 28px;
}



.case-item:first-child {
    background-color: #707070;
    border: none;
    align-items: center;
}

.cta {
    margin-top: 50px;
}

.cta-lead {
    color: #002e85;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
}

.cta-btn {
    width: 60%;
    margin: 15px auto 0;
    background-color: #33476a;
    color: #fff;
}

.document-dl_wrap {
    width: 980px;
    margin: 0 auto;
    padding: 30px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
    background-color: #ffffe5;
    border-radius: 25px;
    position: relative;
}

.document-img img {
    transform: scale(1.2);
    position: absolute;
    top: -15px;
    left: 60px;
}

.document-dl-desc {
    width: 40%;
}

.document-dl-desc  h3 {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 700;
}

.document-dl-desc p {
    line-height: 1.8;
}

.document-dl_btn {
    width: 80%;
    margin-top: 35px;
    background-color: #33476a;
    color: #fff;
}

.recomnd-inner {
    width: 980px;
    margin: 0 auto;
}

.recomend .heading-title {
    margin-bottom: 60px;
    color: #fff;
    text-align: center;
}

.recomend .recomend-desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}

.recomend-btn {
    width: 60%;
    margin: 60px auto 0;
    color: #002e85;
    background-color: #fff;
}

.solution-contact {
    margin-top: 100px;
    margin-bottom: 100px;

}

.solution-contact ul {
    width: 715px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; 
   
}

.solution-contact li {
    font-size: 21px;
    font-weight: 700;
    display: flex;
    align-items: center;
    
}


@media screen and (max-width:767px){
    .sp_br {
        display: block;
    }

    .pc_br {
        display: none;
    }
    
    .page-width{
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
    }

    .mv {
        height: 300px;
        margin-bottom: 50px;
        padding-top: 20px;
        background-position: bottom center;
        align-items: start;
    }

    .mv img {
        width: 100%;
    }

    .content-nav {
        display: none;
    }

    .contents-lead_inner,.feature-inner,.lineup-inner,.price-inner,.recomnd-inner,.document-dl_wrap {
        width: 100%;
    }

    .heading-title {
        font-size: 22px;
    }

    .btn {
        width: 100%;
    }

    .feature-item {
        padding-top: 50px;
        padding-bottom: 50px;
        flex-direction: column;
        position: relative;
    }

    .feature-item-num,.feature-item-title,.feature-item-img,.feature-item-text {
        width: 100%;
    }

    .feature-item-num {
        position: absolute;
        top: 60px;
        left: 20px;
        opacity: 0.4;
        line-height: 0;
    }

    .feature-item-title {
        text-align: center;
    }

    .feature-item-img {
        transform: scale(0.8);
    }

    .lineup {
        padding: 20px;

    }

    .lineup h3 {
        font-size:22px;
    }

    .lineup p {
        font-size: 18px;
    }

    .lineup-item {
        width: 100%;
    }

    .lineup-item-img {
        width: 100%;
        max-height:auto;
    }

    .case-intro {
        padding: 15px;
    }

    .case-intro img {
        width: 100%;
    }

    .case-list {
        flex-direction: column;
    }

    .case-item {
        width: 100%;
        margin-bottom: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .case-item:nth-child(2)::after {
        top: 165px;
        left: calc(50% - 100px);
    }

    .cta {
        margin-top: 0;
    }

    .document-dl {
        background-color: #ffffe5;
    }

    .document-dl_wrap {
        padding: 30px 0 50px 0;
        flex-direction: column;
    }
    
    .document-dl-desc {
        width: 100%;
    }

    .document-img img {
        position: inherit;
        transform: scale(0.8);
    }

    .recomend .heading-title {
        font-feature-settings: "palt";
    }

    .solution-contact ul {
        width: 100%;
        flex-direction: column;
    }

    .solution-contact li {
        margin-bottom: 40px;
    }


}
