

    p {
        /*overflow: hidden;*/ /*左右アニメーションで画面からはみ出る際に出る横スクロールバーを隠す*/
    }

    /*全共通*/

    .slide-in {
        overflow: hidden;
        display: inline-block;
    }

    .slide-in_inner {
        display: inline-block;
    }

    /*左右のアニメーション*/
    .rightAnime {
        opacity: 0; /*事前に透過0にして消しておく*/
    }

    .slideAnimeLeftRight {
        animation-name: slideTextX100;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes slideTextX100 {
        from {
            transform: translateX(-100%); /*要素を左の枠外に移動*/
            opacity: 0;
        }

        to {
            transform: translateX(0); /*要素を元の位置に移動*/
            opacity: 1;
        }
    }

    .slideAnimeRightLeft {
        animation-name: slideTextX-100;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
        opacity: 0;
    }


    @keyframes slideTextX-100 {
        from {
            transform: translateX(100%); /*要素を右の枠外に移動*/
            opacity: 0;
        }

        to {
            transform: translateX(0); /*要素を元の位置に移動*/
            opacity: 1;
        }
    }

    .home-logo {
        display: flex;
    }

    .logo-picture {
        width: 250px;
    }

    .logo-detail {
        font-size: 14px;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 600;
        padding-left: 10px;
    }

    .navbar-button {
        font-size: 16px;
        margin-top: 22px;
        display: flex;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .button-detail {
        background: #0C59A6;
        color: white;
        border-radius: 30px;
        border: none;
        width: 140px;
        height: 35px;
        cursor: pointer;
    }

    .button-details {
        background: #0C59A6;
        color: white;
        border-radius: 30px;
        border: none;
        width: 160px;
        height: 35px;
        cursor: pointer;
    }

    .home-title {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 50px auto;
        max-width: 1140px;
        display: flex;
        justify-content: end;
    }

    .home-title-whole {
        width: 48%;
        margin: 80px auto;
    }

    .home-title1 {
        color: #0092e5;
        font-size: 3rem;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 600;
    }

    .home-title2 {
        font-size: 3rem;
        font-weight: 600;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .home-title3 {
        font-size: 2.2rem;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 600;
    }

    .right-button {
        right: 0px;
        top: 210px;
        position: fixed;
        z-index: 9999;
    }

    .right-button1 {
        background: #0092e5;
        color: white;
        text-align: center;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border: none;
        width: 40px;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
    }

    .right-button2 {
        background: #0092e5;
        color: white;
        text-align: center;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border: none;
        width: 40px;
        height: 200px;
        margin: 10px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
    }

    .right-button3 {
        background: #0092e5;
        color: white;
        text-align: center;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border: none;
        width: 40px;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
    }

    .total {
        width: 100%;
        padding-right: 14px;
        padding-left: 14px;
        margin: 0 auto;
        max-width: 1140px;
    }

    .total-name {
        font-size: 1.7rem;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 600;
    }

    .total-number {
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
        color: #64bee9;
        font-size: 3rem;
        font-weight: 600;
    }

    .total-name1 {
        font-size: 1.7rem;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 600;
    }

    .scroll-features {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .scroll-features ul {
        width: 3000px;
        /*height: 200px;*/
        animation: change 10s linear 0s infinite normal; /*动画元素，持续时间，速度，延迟时间，重复次数，是否往返*/
    }

    .scroll-features ul:hover {
        animation-play-state: paused;
    }

    .scroll-features ul:hover li {
        opacity: 0.5; /*透明度，显示父元素颜色*/
    }

    .scroll-features ul li:hover {
        opacity: 1;
    }

    .scroll-features ul li {
        width: 120px;
        height: 140px;
        list-style: none;
        float: left;
        box-sizing: border-box;
    }

    @keyframes change {
        from {
            margin-left: 0;
        }
        to {
            margin-left: -1200px;
        }
    }

    .part-one {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        max-width: 1140px;
        display: flex;
        justify-content: center;
    }

    .part-one-img {
        width: 100%;
    }

    .part-one-title {
        display: flex;
        justify-content: center;
        margin: 50px auto 10px auto;
        font-size: 1.8rem;
        font-weight: 600;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .part-one-detail {
        width: 42.5%;
        margin: 0 auto;
        text-align: center;
    }

    .part-one-button {
        display: flex;
        justify-content: center;
        margin: 50px auto 80px auto;
    }

    .part-button-details {
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
        background: #0C59A6;
        color: white;
        width: 300px;
        height: 45px;
        border: none;
        border-radius: 30px;
    }

    .part-button-detail {
        background: #0C59A6;
        color: white;
        width: 380px;
        height: 50px;
        border: none;
        border-radius: 30px;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .part-one-pic {
        width: 17px;
        float: right;
    }

    .part-two {
        position: absolute;
        margin: 130px auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .part-two-title {
        line-height: 2.5rem;
        background: white;
        padding: 25px 0px;
        font-size: 1.8rem;
        font-weight: 600;
        text-align: center;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        width: 22%;
    }

    .part-two-title1 {
        /*text-indent: 1.5em;*/
    }

    .part-two-pic {
        width: 100%;
    }

    .part-two-detail {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 1140px;
        margin: 40px auto 0 auto;
    }

    .part-safe {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 1140px;
        margin: 20px auto 0 auto;
    }

    .part-two-text {
        margin-top: 15px;
        font-size: 1.3rem;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .part-text-detail {
        font-size: 0.4rem;
        line-height: 4px;
    }

    .part-three {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 80px auto 0 auto;
        max-width: 1140px;
        display: flex;
        justify-content: center;
    }

    .part-three-pic {
        z-index: 1000;
    }

    .part-three-title {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        max-width: 1140px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .part-three-solu1 {
        align-items: center;
        margin: 60px auto 50px auto;
        display: flex;
        justify-content: center;
    }

    .part-three-left {
        width: 15%;
        padding-right: 20px;
    }

    .part-left-title {
        color: #0092e5;
        font-size: 1.3rem;
        font-weight: 900;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .part-three-bottom {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        max-width: 1140px;
    }

    .part-bottom-pic {
        margin-bottom: 4px;
    }

    .part-three-top {
        display: flex;
        justify-content: center;
        margin-top: -19px;
    }

    .part-three-topPic {
        z-index: 1000;
    }

    .part-four {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 1140px;
        margin: 80px auto 20px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.5em;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 600;
    }

    .part-four-title {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 1140px;
        align-items: center;
        margin: 0 auto 120px auto;
        display: flex;
        justify-content: space-around;
    }

    .part-four-text {
        width: 23%;
    }

    .part-five {
        position: absolute;
        margin: 130px auto;
        width: 68%;
        display: flex;
        justify-content: center;
        color: white;
        font-size: 2rem;
        font-weight: 600;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .part-five-detail {
        position: absolute;
        margin: 290px auto;
        width: 76%;
        display: flex;
        justify-content: center;
    }

    .part-five-whole {
        padding: 0 18px;
    }

    .part-five-blue {
        width: 282px;
        height: 160px;
        background-color: #0092e5;
    }

    .part-five-white {
        background-color: #ffffff;
        width: 282px;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .part-five-content {
        font-size: 20px;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 600;
    }

    .part-five-pic {
        width: 100%;
    }

    .safe-service-title {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 30px auto 30px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.5em;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
        font-weight: 600;
    }

    .part-merit-title {
        font-size: 1.3rem;
        background: #ffeb00;
        font-weight: 600;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .part-point {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 1140px;
        align-items: center;
        margin: 60px auto 50px auto;
        display: flex;
        justify-content: center;
    }

    .part-point-left {
        width: 41%;
        padding-right: 50px;
    }

    .part-point-right {
        width: 41%;
        padding-left: 50px;
    }

    .part-point-title {
        color: #0092e5;
        font-size: 1.3rem;
        font-weight: 900;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .part-point-pic {
        width: 600px;
        height: 400px;
    }

    .part-merit2 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        max-width: 1140px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.5em;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 600;
    }

    .part-merit3 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        max-width: 1140px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.5em;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 600;
    }

    .part-merit3-detail {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 50px auto;
        max-width: 1140px;
    }

    .part-six {
        display: flex;
        justify-content: center;
        font-size: 2rem;
        font-weight: 600;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .part-six-logo {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 1140px;
        margin: 50px auto 100px auto;
    }

    .part-seven {
        background-color: #0C59A6;
    }

    .part-eight {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        max-width: 1140px;
        color: white;
        display: flex;
    }

    .part-eight-pic {
        width: 36%;
        margin: 40px auto;
    }

    .part-eight-title {
        color: white;
        margin-top: 50px;
    }

    .part-eight-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 60%;
        padding-left: 50px;
        align-items: center;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .part-nine {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 1140px;
        margin: 30px auto 80px auto;
        display: flex;
        justify-content: center;
    }

    .part-three-content {
        font-weight: 600;
        font-size: 1.8rem;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin: -15px auto 4px auto;
    }

    .navbar-detail-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .fun-intro {
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        font-size: 1.6rem;
        font-weight: 600;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .two-buttons {
        display: flex;
        justify-content: space-evenly;
        margin: 80px auto 0 auto;
    }

    .close {
        position: relative;
        width: 40px;
        height: 40px;
        margin-top: 10px;
    }

    .close::before,
    .close::after {
        position: absolute;
        content: ' ';
        background-color: black;
        left: 20px;
        width: 1px;
        height: 40px;
    }

    .close::before {
        transform: rotate(45deg);
    }

    .close::after {
        transform: rotate(-45deg);
    }

    .tel {
        color: #1fa0d9;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
        font-weight: 600;
        font-size: 1.6rem;
        padding-right: 20px;
    }

    .support-services {
        font-size: 1.3rem;
        font-weight: 600;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .support-services-phone {
        font-weight: 600;
        font-size: 1.3rem;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        line-height: 1.5;
        color: #152a49;
    }

    .support-detail-phone {
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        color: #646f79;
        font-size: 1.3rem;
    }

    .easy-safe {
        font-size: 1.8rem;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
        font-weight: 600;
    }

    .part-left-text {
        font-size: 1.3rem;
        font-weight: 500;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .phone-function {
        color: #0092e5;
        font-size: 1.3rem;
        font-weight: 900;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .phone-function-title {
        font-weight: 600;
        font-size: 1.3rem;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
        line-height: 1.5;
        color: #152a49;
    }

    .phone-function-detail {
        color: #646f79;
        font-size: 1.3rem;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .wide-adoption {
        font-size: 1.8rem;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
        font-weight: 600;
    }

    .wide-detail {
        font-size: 1.3rem;
        font-weight: 600;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .bottom-text {
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .phone-button-content {
        display: flex;
        justify-content: space-between;
        margin: 30px auto 30px auto;
    }

    .phone-button-file {
        flex: 1;
        border-color: #335799;
        color: #335799;
        background: white;
        border-radius: 10px;
        font-size: 1.3rem;
        height: 45px;
        margin-right: 10px;
        font-weight: bolder;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        /* width: 200px; */
    }

    .phone-button-free {
        flex: 1;
        border-color: #335799;
        color: white;
        background: #335799;
        border-radius: 10px;
        font-size: 1.3rem;
        height: 45px;
        margin-left: 10px;
        font-weight: bolder;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        /* width: 130px; */
    }

    .phone-button-login {
        color: black;
        font-size: 1.3rem;
        font-weight: 600;
        border: none;
        background: transparent;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .menubar .menuline {
        width: 35px;
        height: 4px;
        background-color: #000;
        margin: 5px 0;
        border-radius: 10px;
        transition: all 0.5s ease;
    }

    .menubar.open .menuline:nth-child(1) {
        transform: rotate(45deg) translateY(13px);
    }

    .menubar.open .menuline:nth-child(2) {
        /* transform: rotate(45deg); */
        opacity: 0;
    }

    .menubar.open .menuline:nth-child(3) {
        transform: rotate(-45deg) translateY(-13px);
    }

    .Grid {
        display: flex;
    }

    .Grid-cell {
        flex: 0 0 23%;
    }

    .Grid-cell-one {
        flex: 0 0 23%;
    }

    .Grid-cell-two {
        flex: 0 0 23%;
    }

    .Grid-cell-three {
        flex: 0 0 23%;
    }

    .Grid-provide-cell {
        width: 90%;
    }

    .cell-provide-title {
        margin-top: 15px;
        font-weight: 600;
        font-size: 1.8rem;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .cell-provide-text {
        margin-top: 15px;
        font-size: 1.3rem;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .Grid-cell-safe {
        flex: 0 0 5.2%;
    }

    .cell-safe {
        width: 80%;
        text-align: center;
        font-size: 1.3rem;
        font-weight: 600;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .Grid-cell-reason {
        flex: 0 0 13%;
    }

    .cell-reason {
        width: 81%;
    }

    .cell-reason-title {
        color: #0092e5;
        font-size: 1.3rem;
        font-weight: 600;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .cell-reason-text {
        font-size: 1.3rem;
        font-weight: 400;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .Grid-force-cell {
        flex: 0 0 13%;
    }

    .cell-list {
        display: flex;
        justify-content: center;
        align-items: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    max-width: 1140px;
}


    .cell-many {
        width: 640px;
        padding-left: 40px;
    }

    .cell-many-title {
        color: #0092e5;
        font-size: 1.8rem;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .cell-many-text {
        margin-top: 20px;
        font-size: 1.3rem;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
    }

    .Grid-safe-phone {
        display: flex;
        padding-left: 10px;
    }

    .Grid-cell-safe-phone {
        flex: 0 0 24%;
    }

    .scroll-logo {
        overflow-x: hidden;
    }

    .scroll-logo ul {
        width: 6000px;
        /*height: 200px;*/
        animation: change 10s linear 0s infinite normal; /*动画元素，持续时间，速度，延迟时间，重复次数，是否往返*/
    }

    .scroll-logo ul:hover {
        animation-play-state: paused;
    }

    .scroll-logo ul:hover li {
        opacity: 0.5; /*透明度，显示父元素颜色*/
    }

    .scroll-logo ul li:hover {
        opacity: 1;
    }

    .scroll-logo ul li {
        width: 300px;
        height: 140px;
        list-style: none;
        float: left;
        box-sizing: border-box;
    }

    @keyframes change {
        from {
            margin-left: 0;
        }
        to {
            margin-left: -1200px;
        }
    }

    .Grid-force-img {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-family: "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
        font-size: 1.3rem;
        font-weight: 600;
        padding: 0 10px;
    }

    .Grids {
        display: flex;
    }

    .Grids-phone {
        display: flex;
    }

