@charset "UTF-8";

/*---------- section-about ---------------*/

.section-about {
    overflow: hidden;
    background-color: #000;
}

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

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


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

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

.section-about-contents-subtitle {
    font-size: 2rem;
    border-left: 8px solid #66757C;
    padding-left: 1.5rem;
    margin: 3rem 0 1rem;
    font-weight: bold;
}

.section-about-contents-subtitle.-wh {
    color: #fff;
}

@media (min-width: 768px) {
    .section-about-contents-subtitle {
        font-size: 2.5rem;
        margin: 4rem 0 2rem;
    }
}

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

.section-about-contents-title.-wh {
    color: #fff;
}

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

.section-about-flex {
    width: 90%;
    margin: 6rem auto;
}

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

/* .section-about-flex.-first {
    margin-bottom: 0;
}

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

.section-about-flex-contents {}

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

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

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

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

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

.section-about-text-p {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 2;
}

.section-about-text-p.-wh {
    color: #fff;
}

@media (min-width: 768px) {
    .section-about-text-p {
        font-size: 1.8rem;
        min-height: 140px;
    }
}

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

.section-about-content.-about {
    max-width: 80%;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .section-about-content.-about {
        max-width: 357px;
    }

}

/*---------- section-products ---------------*/

.section-product {
    overflow: hidden;
    background-image: url("../img/common/product-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

@media (min-width: 768px) {
    .section-product {
        background-size: 40%;
        background-position: 65% center;
    }
}

@media (min-width: 768px) {
    .section-about-content.product {}
}

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


.section-about-content.product {
    max-width: 62.9rem;
}

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

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

.section-product-contents-subtitle {
    font-size: 2rem;
    border-left: 8px solid #66757C;
    padding-left: 1.5rem;
    margin: 3rem 0 1rem;
    font-weight: bold;
}

.section-product-contents-subtitle.-wh {
    color: #fff;
}

@media (min-width: 768px) {
    .section-product-contents-subtitle {
        font-size: 2.5rem;
        margin: 4rem 0 2rem;
    }
}

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

.section-product-contents-title.-wh {
    color: #fff;
}

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

.section-product-flex {
    width: 90%;
    margin: 6rem auto;
}

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

/* .section-product-flex.-first {
    margin-bottom: 0;
}

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

.section-product-flex-contents {}

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

@media (max-width: 768px) {
    .section-product-content.-product {
        max-width: 80%;
        margin: 0 auto;
    }
}

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

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

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

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

.section-product-text-p {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 2;
}

.section-product-text-p:last-of-type {
    margin-bottom: 0;
}

.section-product-text-p.-wh {
    color: #fff;
}

@media (min-width: 768px) {
    .section-product-text-p {
        font-size: 1.8rem;
        min-height: 140px;
    }
}

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

/*------------------- section-center-logo------------*/
.section-center-logo-item {
    margin: 0 auto;
    max-width: 30.3rem;
}

@media (min-width: 768px) {
    .section-center-logo-item {
        max-width: 40.3rem;
    }
}

.section-center-logo-copy {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .section-center-logo-copy {
        font-size: 3rem;
    }
}

/*------------------- section-others ------------*/

.section-others {
    display: flex;
    margin: 8rem 0;
}

.section-others.-page-footer {
    margin: 0;
}

.section-others-contents {
    width: 100%;
}

@media (min-width: 768px) {
    .section-others-contents {
        display: flex;
    }
}

.section-others-content {
    padding: 3rem 2rem;
}

@media (min-width: 768px) {
    .section-others-content {
        flex: 1;
        padding: 6rem 4rem;
        display: flex;
        align-items: center;
    }

}

.section-others-content.-left {
    background-color: #ddd;
    color: #000;
}

.section-others-content.-right {
    background-color: #70868f;
    color: #fff;
}

.section-others-inner {
    max-width: 400px;
    margin: 0 auto;
}

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

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

.section-others-contents-subtitle {
    font-size: 2rem;
    border-left: 8px solid #66757C;
    padding-left: 1.5rem;
    margin: 3rem 0 1rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .section-others-contents-subtitle {
        font-size: 2.5rem;
        margin: 4rem 0 2rem;
    }
}

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

.section-others-contents-title.-wh {
    color: #fff;
}

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

.section-others-text-p {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 2;
}

.section-others-text-p.-wh {
    color: #fff;
}

@media (min-width: 768px) {
    .section-others-text-p {
        font-size: 1.8rem;
        min-height: 140px;
    }
}

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

/*------------------- section-partner ------------*/
.section-partner {
    margin: 8rem 0;
}

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

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

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

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

.section-partner-contents-subtitle {
    font-size: 2rem;
    border: none;
    padding-left: 1.5rem;
    margin: 3rem 0 1rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.section-partner-contents-subtitle:before {
    content: '';
    position: absolute;
    width: 5rem;
    height: 1rem;
    margin: auto;
    top: -6rem;
    right: 0;
    bottom: 0;
    left: 1.7rem;
    background-color: #70868f;
}

@media (min-width: 768px) {
    .section-partner-contents-subtitle {
        font-size: 2.5rem;
        margin: 4rem 0 4rem;
    }
}

.section-partner-contents-title {
    font-weight: bold;
    line-height: 1;
    font-size: 4.8rem;
    text-align: center;
}

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


.section-partner-contents-flex {
    width: 90%;
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 768px) {
    .section-partner-contents-flex {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 4rem;
    }
}

.section-partner-contents-item {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
}

.section-partner-contents-item a {
    transition: all .3s;
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .section-partner-contents-item a {
        transition: all .3s;
    }

}

.section-partner-contents-item a:hover {
    opacity: .5;
}

/*------------------- 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: center center;
    background-repeat: no-repeat;
    background-size: 50%; */
}

.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;
        margin-top: 6rem;
    }
}

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

.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: center;
        font-size: 1.5rem;
        margin-top: 0;
    }
}

.fv-text-copy-text {
    font-size: 3.2rem;
    color: #fff;
    margin-right: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

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

.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;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

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

/*---------- 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-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;
}

/* ▼ ファーストビュー全体 */
#wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* ▼ 背景動画 */
.wrapper-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2; /* 一番下 */
}

/* ▼ 背景オーバーレイ画像 */
.wrapper-bg-overlay {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/logo-mark-bg.png") center center / cover no-repeat;
  z-index: -1;
  opacity: 0.1; */
}

/* ▼ テキスト */
.fv {
  position: relative;
  z-index: 1; /* 背景より上 */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-text-position {
  text-align: center;
  color: #fff;
}

/* ▼ スマホ対応 */
@media (max-width: 767px) {
  #wrapper {
    height: 100dvh;
  }
}

