@charset "UTF-8";

/*---------- section-feature ---------------*/

.section-feature {
    margin: 4rem 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section-feature {
        margin: 6rem 0 12rem;
    }
}

@media (min-width: 768px) {
    .ssection-feature-contents {
        width: 90%;
        min-width: 738px;
        max-width: 1100px;
    }
}

.section-feature-contents-title-positon {
    position: relative;
    z-index: 0;
    padding: 2rem 0;
    margin: 4rem 0 4rem;
}

@media (min-width: 768px) {
    .section-feature-contents-title-positon {
        margin: 10rem 0 0;
        padding: 6rem 0;
    }
}

.section-feature-contents-title-positon::before {
    content: "FEATURE";
    position: absolute;
    top: -8rem;
    left: 40%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    color: rgb(253, 153, 39, .2);
    z-index: -1;
    border-radius: 0 2rem 0 0;
    font-weight: bold;
    font-size: 8rem;
    padding-top: 4rem;
}

@media (min-width: 768px) {
    .section-feature-contents-title-positon::before {
        top: -15rem;
        font-size: 18rem;
        padding-top: 4rem;
    }
}

.section-feature-contents-title-contents {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-left: 2rem;
}



@media (min-width: 768px) {
    .section-feature-contents-title-contents {
        max-width: 1100px;
        margin: 0 auto;
        width: 100%;
        padding-left: 0;
    }
}

.section-feature-contents-subtitle {
    font-size: 2rem;
}

@media (min-width: 768px) {
    .section-feature-contents-subtitle {
        font-size: 2rem;
    }
}

.section-feature-contents-title {
    font-weight: bold;
    line-height: 1;
    font-size: 5.8rem;
}

@media (min-width: 768px) {
    .section-feature-contents-title {
        font-size: 5.8rem;
    }
}

.section-feature-flex {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .section-feature-flex {
        display: flex;
        justify-content: center;
        gap: 4rem;
        max-width: 1100px;
    }
}

.section-feature-flex.-first {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .section-feature-flex.-first {
        margin-bottom: 4rem;
    }
}

.section-feature-flex-contents {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .section-feature-flex-contents {
        width: 48%;
    }
}

.section-feature-content.-three {
    width: 100%;
    height: 22.4rem;
    /* 高さを統一する枠 */
    display: flex;
    align-items: center;
    /* 画像を縦中央寄せ */
    justify-content: center;
    /* 横中央寄せ */
}

.section-feature-content.-three img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* 切れずに比率を保って収まる */
    display: block;
}

.section-feature-text-title {
    color: #FA9A2B;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 30px 0;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .section-feature-text-title {
        font-size: 2.7rem;
    }
}

.section-feature-text-p {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .section-feature-text-p {
        font-size: 1.8rem;
        min-height: 140px;
        letter-spacing: 0.01em;
    }
}

@media (min-width: 1024px) {
    .section-feature-text-p {
        min-height: 83px;
    }
}

.section-feature-img {
    width: 80%;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .section-feature-img {
        max-width: 900px;
        margin: 0 auto;
    }
}

/*---------- section-hardware ---------------*/
.section-hardware {
    position: relative;
    background: #fff;
}

@media (min-width: 768px) {
    .section-hardware {}
}

@media (min-width: 768px) {
    .ssection-hardware-contents {
        width: 90%;
        min-width: 738px;
        max-width: 1100px;
    }
}

.section-hardware-contents-title-positon {
    position: relative;
    z-index: 0;
    padding: 3rem 0;
    margin: 8rem 0 4rem;
}

@media (min-width: 768px) {
    .section-hardware-contents-title-positon {
        padding: 6rem 0;
        margin: 10rem 0 4rem;
    }
}

.section-hardware-contents-title-positon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 46%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color: #FCF5E2;
    z-index: -1;
    border-radius: 0 2rem 0 0;
}

@media (min-width: 1100px) {
    .section-hardware-contents-title-positon::before {
        width: 80%;
        left: 40%;
    }
}

.section-hardware-contents-title-positon:after {
    content: "";
    position: absolute;
    width: 8.9rem;
    height: 3.5rem;
    top: 15%;
    right: 13%;
    background-image: url(../img/home/hardware-title-bg-img-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .section-hardware-contents-title-positon:after {
        top: 18%;
        right: 13%;
        width: 35.9rem;
        height: 15rem;
    }
}

@media (min-width: 1100px) {
    .section-hardware-contents-title-positon:after {
        right: 25%;
    }
}

.section-hardware-contents-title-contents {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding-left: 2rem;
}

@media (min-width: 768px) and (max-width: 1099px) {
    .section-hardware-contents-title-contents {
        max-width: 80%;
        padding-left: 0;
    }
}

@media (min-width: 1100px) {
    .section-hardware-contents-title-contents {
        max-width: 1100px;
    }
}

.section-hardware-contents-subtitle {
    color: #FA9A2B;
    font-size: 2rem;
}

@media (min-width: 768px) {
    .section-hardware-contents-subtitle {
        font-size: 2rem;
    }
}

.section-hardware-contents-title {
    color: #FA9A2B;
    font-weight: bold;
    line-height: 1;
    font-size: 5rem;
}

@media (min-width: 768px) {
    .section-hardware-contents-title {
        font-size: 5.8rem;
    }
}

.section-hardware-flex {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .section-hardware-flex {
        display: flex;
        justify-content: center;
        gap: 4rem;
        max-width: 1100px;
    }
}

.section-hardware-flex.-first {
    margin-bottom: 4rem;
}

@media (min-width: 768px) {
    .section-hardware-flex.-first {}
}

.section-hardware-flex-contents {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .section-hardware-flex-contents {
        width: 48%;
    }
}

.section-hardware-content.-three {
    width: 100%;
    height: 22.4rem;
    /* 高さを統一する枠 */
    display: flex;
    align-items: center;
    /* 画像を縦中央寄せ */
    justify-content: center;
    /* 横中央寄せ */
}

.section-hardware-content.-three img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* 切れずに比率を保って収まる */
    display: block;
}

.section-hardware-text-title {
    color: #FA9A2B;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 30px 0;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .section-hardware-text-title {
        font-size: 2.7rem;
    }
}

.section-hardware-text-p {
    margin-bottom: 4.5rem;
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .section-hardware-text-p {
        font-size: 1.8rem;
        min-height: 140px;
        letter-spacing: 0.01em;
    }
}

@media (min-width: 1024px) {
    .section-hardware-text-p {
        min-height: 83px;
    }
}

.section-hardware-text-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-hardware-text-list li {
    position: relative;
    padding-left: 1.4em;
    line-height: 2;
    font-size: 1.6rem;
}

.section-hardware-text-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 0.9em;
    height: 0.9em;
    background-color: #FA9A2B;
    border-radius: 50%;
}

.section-hardware-text-list.-none li::before {
    content: none;
}

.section-hardware-text-copy {
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 1.4;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .section-hardware-text-copy {
        margin-top: 5rem;
        font-size: 5rem;
        line-height: 1.2;
    }
}


@media (min-width: 768px) {
    .btn.hardware {
        width: 80%;
    }
}

@media (min-width: 1024px) {
    .btn.hardware {
        width: 100%;
        max-width: 330px;
    }
}


.section-softwear-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .section-softwear-content {
        height: 35.4rem;
    }
}

.section-softwear-content img {
    width: 100%;
    /* 横幅いっぱい */
    height: auto;
    /* 比率維持 */
    display: block;
}

/*------------------- section-faq ------------*/

.section-faq {
    margin: 4rem 0;
}

@media (min-width: 768px) {
    .section-faq {
        margin: 12rem 0;
    }
}

@media (min-width: 768px) {
    .section-faq-contents {}
}

.section-faq-contents-title-positon {
    position: relative;
    z-index: 0;
    padding: 3rem 0;
    margin: 8rem 0 4rem;
}

@media (min-width: 768px) {
    .section-faq-contents-title-positon {
        padding: 6rem 0;
        margin: 10rem 0 4rem;
    }
}

.section-faq-contents-title-positon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 46%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color: #FCF5E2;
    z-index: -1;
    border-radius: 0 2rem 0 0;
}

@media (min-width: 768px) {
    .section-faq-contents-title-positon::before {
        left: 40%;
        width: 80%;
        height: 100%;
    }
}

.section-faq-contents-title-positon:after {
    content: "";
    position: absolute;
    width: 8.9rem;
    height: 3.5rem;
    top: 15%;
    right: 13%;
    background-image: url(../img/home/hardware-title-bg-img-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .section-faq-contents-title-positon:after {
        width: 35.9rem;
        height: 15rem;
        top: 18%;
        right: 25%;
    }
}

.section-faq-contents-title-contents {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-left: 2rem;
}

@media (min-width: 768px) {
    .section-faq-contents-title-contents {
        padding-left: 0;
    }
}

.section-faq-contents-subtitle {
    color: #FA9A2B;
    font-size: 2rem;
}

@media (min-width: 768px) {
    .section-faq-contents-subtitle {
        font-size: 2rem;
    }
}

.section-faq-contents-title {
    color: #FA9A2B;
    font-weight: bold;
    line-height: 1;
    font-size: 5rem;
}

@media (min-width: 768px) {
    .section-faq-contents-title {
        font-size: 5.8rem;
    }
}

.section-faq-content {
    max-width: 800px;
    width: 85%;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 4rem;
}

.faq-question {
    width: 100%;
    padding: 2rem 0;
    text-align: left;
    background: none;
    border: none;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FA9A2B;
}

/* ＋/－アイコン */
.faq-question .icon {
    position: relative;
    width: 1rem;
    height: 1rem;
}

.faq-question .icon::before,
.faq-question .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 170%;
    height: 2px;
    background: #FA9A2B;
    transition: transform 0.3s ease;
}

.faq-question .icon::before {
    transform: translateY(-50%);
}

.faq-question .icon::after {
    transform: translateY(-50%) rotate(90deg);
    /* 縦棒 */
}

.faq-item.active .faq-question .icon::after {
    transform: translateY(-50%) rotate(0deg);
    /* －に変化 */
}

/* アコーディオン本体 */
.faq-answer {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
    padding: 0 1rem;
    font-size: 1.6rem;
}

.faq-item.active .faq-answer {
    /* 開いているときの padding */
    padding: 1rem;
}

/* Q のスタイル */
.faq-question::before {
    content: "Q";
    display: inline-block;
    margin-right: .5em;
    font-weight: bold;
    color: #FA9A2B;
    /* 好きな色 */
}

/* A のスタイル */
.faq-answer::before {
    content: "A.";
    display: inline-block;
    margin-right: .5em;
    font-weight: bold;
    color: #FA9A2B;
    /* 好きな色 */
}

.faq-question .text {
    margin-right: auto;
    /* アイコンを右端へ押し出す */
    line-height: 1.4;
}

@media (min-width: 768px) {
    .faq-question .text {
        line-height: 1.6;
    }
}

/*------------------- section-news ------------*/

.section-news {
    background-color: #fff;
}

.section-news-contents {
    padding-top: 100px;
    margin: 0 auto;
}

.contents-title-positon.news {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section-news-contents {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .contents-title-positon.news {
        width: 90%;
        max-width: 885px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.contents-title.news {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 500;
}

@media (min-width: 768px) {
    .contents-title.news {
        font-size: 43px;
    }
}

.contents-title-sub.news {
    color: #656565;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.contents-subtitle.news {
    color: #656565;
}

.contents-subtitle.news:before {
    background-color: #656565;
}

.news-flex {
    width: 90%;
    margin: 0 auto;
    border-top: 1px #d6d6d6 solid;
    padding: 20px;
}

@media (min-width: 768px) {
    .news-flex {
        display: flex;
        flex-direction: row;
        width: 90%;
        max-width: 1200px;
        padding: 0 50px;
        /*    justify-content: space-between;*/
        align-items: center;
    }
}

.news-flex:last-of-type {
    border-bottom: 1px #d6d6d6 solid;
}

.news-flex:first-of-type {
    border-top: 1px #d6d6d6 solid;
}

.news-content-date {
    width: 30%;
    max-width: 57px;
    text-align: left;
    display: inline-block;
}

.news-content-date p {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.news-content-type {
    width: 30%;
    max-width: 70px;
    margin-left: 40px;
    display: inline-block;
    padding: 0 2px;
}

@media (min-width: 768px) {
    .news-content-type {
        margin-left: 10px;
    }
}


.news-content-type p {
    color: #fff;
    background-color: #FA9A2B;
    padding: 0;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.05em;
}

.news-content-text {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.news-content-text p {
    word-break: break-all;
    font-size: 16px;
    font-weight: 400;
}

.news-content-more {
    width: 100%;
    text-align: center;
}

.news-content-more p {
    text-align: right;
    position: relative;
}

.news-content-more p:before {
    content: "";
    display: inline-block;
    width: 24.5px;
    height: 1px;
    background-color: #606060;
    margin-right: 10px;
    position: relative;
    top: -2px;
    left: 0px;
}

.news-content-more a {
    font-size: 10px;
    color: #FA9A2B;
    text-align: right;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-content-more a:hover {
    opacity: .5;
}

@media (min-width: 768px) {
    .news-content-date {
        display: block;
        width: 10%;
    }

    .news-content-date p {
        /*        font-size: 16px;*/
    }

    .news-content-type {
        display: block;
        width: 20%;
        margin-left: 10px;
    }

    .news-content-type p {
        color: #fff;
        background-color: #FA9A2B;
        /*        padding: 5px 0;*/
        /*        font-size: 16px;*/
    }

    .news-content-text {
        width: 60%;
        /*        max-width: 450px;*/
        padding: 20px 0;
        margin-left: 60px;
    }

    .news-content-text p {
        word-break: break-all;
    }

    .news-content-more {
        width: 20%;
        text-align: center;
    }

    .news-content-more p {
        text-align: right;
        position: relative;
    }

    .news-content-more p:before {
        display: none;
    }

    .news-content-more a {
        font-size: 12px;
        color: #FA9A2B;
        text-align: right;
    }
}

@media (min-width: 1024px) {
    .news-content-type {
        display: block;
        width: 10%;
        margin-left: 40px;
    }

    .news-content-more p:before {
        content: "";
        display: inline-block;
        width: 24.5px;
        height: 1px;
        background-color: #FA9A2B;
        margin-right: 10px;
        position: relative;
        top: -2px;
        left: 0px;
    }

}

/* ------------ top-text-position ---------------*/

#wrapper {
    position: relative;
    background-image: url(../img/home/fv-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e7f0f3;
}

.fv {
    max-width: 1200px;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .fv {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

.top-text-position {}

@media (min-width: 768px) {
    .top-text-position {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4rem;
    }
}

@media (min-width: 1025px) {
    .top-text-position {
        top: 28%;
        left: 15%;
    }
}

.fv-img {
    width: 49%;
    margin: 0 auto;
    padding-top: 7rem;
}

@media (min-width: 768px) {
    .fv-img {
        padding-top: 0;
        max-width: 45rem;
    }

}

.fv-text {
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .fv-text {}

}

.fv-text-copy {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .fv-text-copy {
        justify-content: flex-end;
        font-size: 1.5rem;
        margin-top: 0;
    }
}

.fv-text-copy-text {
    font-size: 3.2rem;
    color: #FA9A2B;
    margin-right: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .fv-text-copy-text {
        font-size: 4rem;
    }
}

.fv-caractor-img {
    width: 6.6rem;
}

@media (min-width: 768px) {
    .fv-caractor-img {
        width: 6.6rem;
    }
}

.fv-text-sm {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.4;
    margin: 2rem 0 4rem;
}

@media (min-width: 768px) {
    .fv-text-sm {
        margin: 0.5rem 0 6rem;
        font-size: 3rem;
        font-weight: bold;
        text-align: right;
    }
}

.fv-text-img {
    width: 85%;
    margin: 0 auto;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .fv-text-img {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 0;
    }

    .fv-text-img img {
        max-width: 53.7rem;
        height: auto;
    }
}

/*---------- top ---------------*/

.top-text {
    text-align: center;
    background-color: #E86A42;
    color: #fff;
    position: relative;
    background-image: url(../images/home/bg1.png);
    background-position: 0 center;
    background-repeat: repeat;
    background-size: 65px;
}

@media (min-width: 768px) {
    .top-text {
        background-size: 65px;
    }
}

@media (min-width: 1025px) {
    .top-text {
        background-size: 65px;
    }
}

.top-text-img {
    position: relative;
    top: -5px;
}

.top-text-img img {
    width: 48px;
    height: 32px;
}

@media (min-width: 375px) {
    .top-text-img img {
        width: 60px;
        height: 40px;
    }
}

@media (min-width: 768px) {
    .top-text-img {
        position: relative;
        top: -30px;
    }

    .top-text-img img {
        width: 98px;
        height: 64px;
    }
}

.top-text-inner {
    padding-top: 0px;
    padding-bottom: 90px;
    position: relative;
}

.top-text-inner>p {
    line-height: 2;
    font-weight: bold;
    font-size: 16px;
    width: 290px;
    margin: 0 auto;
    padding-top: 35px;
}

@media (min-width: 375px) {
    .top-text-inner>p {
        padding-top: 25px;
    }
}

@media (min-width: 768px) {
    .top-text-inner>p {
        padding: 0;
        font-size: 18px;
        width: 100%;
    }
}

.top-text-btn {
    padding-top: 40px;
    width: 230px;
    margin: 0 auto;
    line-height: normal;
    font-size: 15px;
}

@media (min-width: 768px) {
    .top-text-btn {
        padding-top: 45px;
        width: 300px;
    }
}

.top-first-title {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    top: -35px;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding-top: 5px;
    font-size: 11px;
}

@media (min-width: 768px) {
    .top-first-title {
        top: -80px;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        padding-top: 5px;
        font-size: 20px;
    }
}

.top-first-title:after {
    position: absolute;
    margin: 0 auto;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 187px;
    width: 120px;
    border-radius: 60px 60px 0 0;
    -webkit-border-radius: 60px 60px 0 0;
    background: #E86A42;
    background-image: url(../images/home/bg1.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: 65px;
}

@media (min-width: 768px) {
    .top-first-title:after {
        height: 187px;
        width: 275px;
        border-radius: 187px 187px 0 0;
        -moz-border-radius: 187px 187px 0 0;
        -webkit-border-radius: 187px 187px 0 0;
        background: #E86A42;
        background-image: url(../images/home/bg1.png);
        background-position: center center;
        background-repeat: repeat;
        background-size: 65px;
    }
}

.top-first-title-sp {
    display: block;
    position: relative;
}

.top-first-title-sp img {
    width: 80px;
    margin-top: 10px;
    position: absolute;
    margin: auto;
    top: 10px;
    left: 0;
    right: 0;
}

.top-first-title-pc {
    display: none;
}

@media (min-width: 768px) {
    .top-first-title-sp {
        display: none;
    }

    .top-first-title-pc {
        display: block;
    }

    .top-first-title-pc img {
        width: 150px;
        margin-top: 10px;
    }
}

/*------------- news-section --------------- */

.news-section {
    margin-top: 70px;
    padding-bottom: 40px;
    background-color: #FFFDF3;
    background-image: url(../images/home/news-bg.png);
    background-position: center center;
    background-repeat: repeat;
}

.news-position {
    padding: 40px 0;
}

.news-position dl {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
    display: flex;
    border-bottom: 1px dashed #666;
    padding-bottom: 10px;
    color: #000;
    flex-direction: column;
}

@media (min-width: 768px) {
    .news-position dl {
        flex-direction: row;
    }
}

.news-position dt {
    padding-right: 25px;
    font-weight: bold;
    font-size: 18px;
}

@media (min-width: 768px) {
    .news-position dt {
        padding-right: 25px;
        font-weight: bold;
        font-size: 14px;
    }
}

.news-position dd {
    font-size: 16px;
}

@media (min-width: 768px) {
    .news-position dd {
        font-size: 14px;
    }
}

/* -------------- section-contact --------------*/

.section-contact {
    padding: 120px 10px;
    background-image: url("../img/home/contact-bg.jpg");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: cover;
    margin: 6rem 0 0;
}

@media (min-width: 768px) {
    .section-contact {
        margin: 12rem 0 0;
    }
}

.section-contact-title {
    font-size: 4.6rem;
    text-align: center;
    color: #fff;
    line-height: 1;
}

@media (min-width: 768px) {
    .section-contact-title {
        font-size: 8rem;
    }
}

.section-contact-subtitle {
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .section-contact-subtitle {
        font-size: 1.8rem;
    }
}

.contact-form {
    background: #fff;
}

.section-contact-contents {
    padding: 30px 20px 10px;
    margin: 0 auto;
}

.section-contact-content {
    margin-bottom: 30px;
}

.section-contact-concept-title {
    color: #606060;
    font-size: 35px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .section-contact-concept-title {
        margin-bottom: 60px;
        font-size: 50px;
    }
}

.section-contact-content-text span {
    font-size: 12px;
}

.section-contact-content.contact-form {
    width: 100%;
}

@media (min-width: 768px) {
    .section-contact-contents {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        padding: 0;
    }
}

/* ------------------ form ---------------*/

.form#mail_form {
    margin: 0 auto;
}

@media (min-width: 1200px) {

    .section-contact-contents {
        width: 100%;
        max-width: 770px;
        margin: 0 auto;
    }
}

input[type=checkbox] {
    /* display: none; */
}

.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    height: 30px;
}

.checkbox01::before {
    background: #fff;
    border: 1px solid #ccc;
    content: '';
    display: block;
    height: 16px;
    left: 0px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.checkbox01::after {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    content: '';
    display: block;
    height: 9px;
    left: 5px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}

input[type=checkbox]:checked+.checkbox01::after {
    opacity: 1;
}

/* --------- .section-point ------------*/
.section-point {
    margin: 3rem 0;
}

@media screen and (min-width: 768px) {
    .section-point {
        margin: 6rem 0 12rem;
    }
}

.section-point-contents {
    max-width: 1100px;
    margin: 0 auto;
    border: 10px solid #707070;
}

.section-point-content {
    padding: 3rem 1rem;
}

@media screen and (min-width: 768px) {
    .section-point-content {
        padding: 6rem 4rem;
    }
}

.section-point-content-head {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .section-point-content-head {
        flex-direction: row;
        gap: 4rem;
    }
}

@media screen and (min-width: 768px) {
    .section-point-content-title-box {
        width: 48%;
    }
}

.section-point-content-title {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #42bde6;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .section-point-content-title {
        font-size: 5rem;
        margin-top: 0;
    }
}

.section-point-content-subtitle-box {
    width: 100%;
    margin: 4rem auto;
}

@media screen and (min-width: 768px) {
    .section-point-content-subtitle-box {
        width: 80%;
        margin: 1rem auto;
    }
}

.section-point-content-subtitle {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .section-point-content-subtitle {
        font-size: 3rem;
    }
}

.section-point-content-main-copy-box {
    width: 100%;
    margin: 2rem auto 0;
}

@media (min-width: 768px) {
    .section-point-content-main-copy-box {
        width: 80%;
        max-width: 70rem;
        margin: 6rem auto 0;
    }
}

.section-point-content-main-copy {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #FA9A2B;
    text-align: center;
}

@media (min-width: 768px) {
    .section-point-content-main-copy {
        font-size: 5rem;
        text-align: left;
    }
}


.section-point-content-main-copy:after {
    display: block;
    content: '';
    width: 6rem;
    height: 7rem;
    margin: 0.5rem auto 0;
    background-image: url("../img/home/miznoco-caractor-icon-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .section-point-content-main-copy:after {
        position: absolute;
        width: 12rem;
        height: 13rem;
        right: -11rem;
        top: 1rem;
    }
}

.section-speck {
    position: relative;
    background: #fff;
}

@media (min-width: 768px) {
    .section-speck {}
}

@media (min-width: 768px) {
    .ssection-speck-contents {
        width: 90%;
        min-width: 738px;
        max-width: 1100px;
    }
}

.section-speck-contents-title-positon {
    position: relative;
    z-index: 0;
    padding: 6rem 0;
    margin: 8rem 0 4rem;
}

@media (min-width: 768px) {
    .section-speck-contents-title-positon {
        margin: 8rem 0 4rem;
    }
}

.section-speck-contents-title-positon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    background-color: #FCF5E2;
    z-index: -1;
    border-radius: 0 2rem 0 0;
}

.section-speck-contents-title-positon:after {
    content: "";
    position: absolute;
    width: 35.9rem;
    height: 15rem;
    top: 18%;
    right: 25%;
    background-image: url(../img/home/hardware-title-bg-img-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-speck-contents-title-contents {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


.section-speck-contents-title-contents {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.section-speck-contents-subtitle {
    color: #FA9A2B;
}

@media (min-width: 768px) {
    .section-speck-contents-subtitle {
        font-size: 2rem;
    }
}

.section-speck-contents-title {
    color: #FA9A2B;
    font-weight: bold;
    line-height: 1;
}

@media (min-width: 768px) {
    .section-speck-contents-title {
        font-size: 5.8rem;
    }
}

.section-speck-flex {
    width: 90%;
    margin: 9rem auto;
    /* background-color: #F7DFBA; */
}

@media (min-width: 768px) {
    .section-speck-flex {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        gap: 5rem;
        max-width: 930px;
    }
}

.section-speck-flex-contents {
    margin-top: 8rem;
}

@media (min-width: 768px) {
    .section-speck-flex-contents {
        width: 45%;
    }
}

.section-speck-content {
    width: 100%;
    height: 22.4rem;
    /* 高さを統一する枠 */
    display: flex;
    align-items: center;
    /* 画像を縦中央寄せ */
    justify-content: center;
    /* 横中央寄せ */
}

.section-speck-content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* 切れずに比率を保って収まる */
    display: block;
}

.section-speck-text-title {
    color: #FA9A2B;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 30px 0;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .section-speck-text-title {
        font-size: 2.7rem;
    }
}

.section-speck-text-p {
    margin-bottom: 4.5rem;
}

@media (min-width: 768px) {
    .section-speck-text-p {
        font-size: 1.8rem;
        min-height: 140px;
        letter-spacing: 0.01em;
    }
}

@media (min-width: 1024px) {
    .section-speck-text-p {
        min-height: 83px;
    }
}

.section-speck-text-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-speck-text-list li {
    position: relative;
    padding-left: 1.4em;
    line-height: 2;
    font-size: 1.6rem;
}

.section-speck-text-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 0.9em;
    height: 0.9em;
    background-color: #FA9A2B;
    border-radius: 50%;
}

.section-speck-text-copy {
    font-weight: bold;
    font-size: 4rem;
    line-height: 1.4;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .section-speck-text-copy {
        margin-top: 5rem;
        font-size: 5rem;
        line-height: 1.2;
    }
}

.section-speck-text-sub {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.section-speck-size {
    font-size: 1.8rem;
    margin-top: 2rem;
}

.spec-table {
    /* background-color: #F7DFBA; */
    padding: 2rem;
    max-width: 940px;
    margin: 4rem auto;
}

.spec-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff8f0;
    /* 表全体の背景 */
}

.spec-table th,
.spec-table td {
    border: 1px solid #e2a872;
    padding: 0.8rem 1rem;
    text-align: left;
    font-size: 1.6rem;
}

.spec-table th {
    width: 25%;
    background-color: #f8c897;
    /* オレンジ寄りのセル背景 */
    color: #333;
    font-weight: bold;
}

.spec-table td {
    background-color: #fff;
}

.spec-table-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

/*---------- section-ohter-contents ------------------*/

.section-ohter-contents {
    /* padding: 2rem;
    margin: 0 auto;
    max-width: 970px;
    display: flex;
    justify-content: space-between; */
}

@media (min-width: 768px) {
    .section-ohter-contents {
        padding: 2rem;
        margin: 0 auto;
        max-width: 970px;
        display: flex;
        justify-content: space-between;
    }

}

.sdgs-body {}

@media (min-width: 768px) {
    .sdgs-body {
        width: 48%;
    }
}

.sdgs-img {
    margin: 0 0 3rem;
}

.sdgs-text {
    font-size: 1.6rem;
    padding: 0 2rem;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.icon-body {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .icon-body {
        width: 48%;
        margin: inherit;
    }
}

.icon-box {
    display: flex;
    justify-content: space-between;
    margin: 5rem 0;
}

@media (min-width: 768px) {
    .icon-box {}
}

.icon-img {
    width: 28%;
}

@media (min-width: 768px) {
    .icon-img {
        width: 28%;
    }
}

.icon-text {
    width: 68%;
}

@media (min-width: 768px) {
    .icon-text {
        width: 68%;
    }
}

.icon-text p {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.01em;
}