    @charset "UTF-8";
    /* 共通 */

    body {
        font-family: 'M PLUS 1p', sans-serif;
    }

    a {
        text-decoration: none;
        color: #000000;
    }

    a:hover {
        opacity: 0.8;
    }

    li {
        list-style: none;
    }

    img {
        max-width: 100%;
        object-fit: cover;
    }

    /* header */

    header {
        max-width: 2000px;
        margin: 0 auto;
        z-index: 2000;
    }

    .h_top {
        text-align: right;
        margin-right: 100px;
    }

    .h_foot {
        display: flex;
        align-items: flex-start;
        max-width: 1600px;
        margin: 0 auto;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .h_foot_l {
        width: 11.027910142954391%;
        /* min-width: 152px; */
        /* margin-top: 12px; */
    }

    .h_foot_r {
        width: 52.767188563648741%;
        margin-left: 6.807351940095303%;
        display: flex;
        justify-content: flex-end;
        padding-top: 10px;
    }

    .h_foot_iot {
        /* width: 20.149761742682097%; */
        width: 21.768707482993197%;
        max-width: 320px;
        margin-left: auto;
    }

    .h_foot_r a {
        /* width: 37%; */
    }

    .case_2_img {
        margin-right: 4%;
    }

    main {
        margin-top: 100px;
    }

    .main_visual {
        margin-bottom: 150px;
    }

    .before {
        position: relative;
        padding-bottom: 120px;
        z-index: 100;
    }

    .slide_c_bg {
        position: relative;
        text-align: right;
    }

    .bg_position {
        position: absolute;
        width: 100%;
        max-width: 1300px;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .before_img {
        position: absolute;
        left: 9.5%;
        top: -21px;
        z-index: 10;
    }

    .before_case1 {
        width: 24%;
        min-width: 220px;
        max-width: 364px;
    }

    .before_case2 {
        width: 27.75%;
        min-width: 267px;
        max-width: 444px;
    }

    .before_case3 {
        width: 30.6%;
        min-width: 294.5px;
        max-width: 490px;
    }

    .before_arrow {
        position: absolute;
        height: 85%;
        left: 12.7%;
        bottom: -24px;
        z-index: 10;
    }

    .after_img {
        position: absolute;
        width: 44%;
        min-width: 440px;
        max-width: 732px;
        top: 50px;
        left: 9.5%;
    }

    .comic {
        position: relative;
        margin-top: 100px;
        text-align: right;
        background-size: cover;
        width: 88%;
        margin-left: auto;
        padding-top: min(11%, 153px);
        padding-bottom: 120px;
    }

    .slide_c {
        max-width: 93%;
        margin-left: auto;
        display: inline-block;
        padding-right: 8%;
        position: relative;
    }

    .slide_arrow_r {
        position: absolute;
        width: 7%;
        max-width: 72px;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 5;
    }

    .slide_arrow_l {
        position: absolute;
        width: 7%;
        max-width: 72px;
        top: 50%;
        left: -5%;
        transform: translateY(-50%);
        z-index: 5;
    }

    .txt_under_slide {
        width: 100%;
        position: absolute;
        bottom: 42px;
        padding-left: 14%;
        font-size: 1.5rem;
        text-align: center;
        color: #00A1E9;
    }

    .h_pt {
        margin-top: 50px;
    }

    .life {
        position: relative;
        background-image: url(../images/life_bg.png);
        background-size: cover;
        background-position: bottom;
    }

    .life_contents {
        max-width: 1300px;
        margin: 0 auto;
        padding-top: 228px;
    }

    .life_slide {
        position: relative;
        background: #ffffff;
        border-radius: 20%;
        text-align: center;
        padding: 90px 0 50px;
        margin-bottom: 100px;
    }

    .slide_1 {
        padding-top: 70px;
    }

    .life_slide h2 {
        margin-bottom: 30px;
    }

    .life_slide h2 img {
        width: 42%;
        max-height: 54px;
    }

    .slide_1 h2 img {
        width: 45%;
        max-height: 119px;
    }

    .slide_2 h2 img,
    .slide_5 h2 img,
    .slide_8 h2 img {
        width: 33%;
    }

    .slide_4 h2 img,
    .slide_7 h2 img {
        width: 47%;
    }

    .slick-slide img {
        margin: 0 auto;
    }

    .life_slide::before {
        content: "";
        position: absolute;
        width: 21%;
        height: 247px;
        top: -3%;
        left: 7.7%;
        background-repeat: no-repeat;
        background-size: contain;

    }

    .slide_1::before {
        background-image: url(../images/slide_1_comic.png);
    }

    .slide_2::before {
        background-image: url(../images/slide_2_comic.png);
    }

    .slide_3::before {
        background-image: url(../images/slide_3_comic.png);
    }

    .slide_4::before {
        background-image: url(../images/slide_4_comic.png);
    }

    .slide_5::before {
        background-image: url(../images/slide_5_comic.png);
    }

    .slide_6::before {
        background-image: url(../images/slide_6_comic.png);
    }

    .slide_7::before {
        background-image: url(../images/slide_7_comic.png);
    }

    .slide_8::before {
        background-image: url(../images/slide_8_comic.png);
    }

    .slide_9::before {
        background-image: url(../images/slide_9_comic.png);
    }

    .life_slide_container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 86px;
        padding: 0 100px;
    }

    .slide_4 .life_slide_container {
        justify-content: center;
    }

    .slide_9 .life_slide_container {
        justify-content: space-around;
    }

    .life_slide_container .content {
        width: 49%;
    }

    .slide_9 .content:last-child {
        margin-top: 40px;
    }

    .life_slide_container .upper_txt {
        font-size: 20px;
    }

    .slide_6 .mb_46_pc {
        font-size: 20px;
        margin-bottom: 46px;
    }

    .life_slide_container .photo_wrapper {
        position: relative;
        margin-top: 17px;
    }

    .life_slide_container .attention_true::before {
        content: "※アプリ画面はイメージです。";
        position: absolute;
        bottom: -24px;
        right: 0px;
        font-size: 12px;
    }

    .life_slide_container .bg_yellow {
        position: relative;
        width: 90%;
        max-width: 480px;
        display: flex;
        padding: 32px 28px;
        margin: 45px auto 0 auto;
        background-color: #FEEE94;
        border-radius: 30px;
    }

    .life_slide_container .wd_50 {
        width: 50%;
    }

    .life_slide_container .bg_yellow::before {
        content: "";
        position: absolute;
        width: 37px;
        height: 33px;
        top: -33px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(../images/triangle_y.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .life_slide_container .img_area {
        padding-right: 16px;
        flex: 1;
    }

    .life_slide_container .txt_area {
        margin-top: 12px;
        text-align: left;
        flex: 2;
    }

    .life_slide_container .mt_0 {
        margin-top: 0px;
        text-align: left;
        flex: 2;
    }

    .life_slide_container .txt_area h3 {
        margin-bottom: 12px;
    }

    .life_slide_container small {
        display: inline-block;
        margin-top: 12px;
        font-size: 12px;
        line-height: 1.3em;
    }

    .buy {
        margin-top: 40px;
    }

    .buy p {
        padding-top: 5px;
    }

    .buy a {
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 542px;
        padding: 20px 0;
        background-color: #FF613A;
        color: #fff;
        font-size: 1.2rem;
        border-radius: 50vw;
    }

    .buy a::before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        top: 50%;
        right: 30px;
        transform: translateY(-2px) rotate(-45deg);
    }

    .buy p {
        margin-top: 10px;
        font-size: 0.8rem;
    }

    .buy img {
        vertical-align: middle;
        padding-left: 3px;
        display: inline-block !important;
    }

    .next_arrow_1,
    .next_arrow_1-2,
    .next_arrow_1-3,
    .next_arrow_1-4 {
        position: absolute;
        z-index: 2;
        top: 31%;
        right: 16%;
    }

    .prev_arrow_1,
    .prev_arrow_1-2,
    .prev_arrow_1-3,
    .prev_arrow_1-4 {
        position: absolute;
        z-index: 2;
        top: 31%;
        left: 14%;
    }

    #introduction {
        text-align: center;
        padding-bottom: 100px;
    }

    #introduction h2 {
        margin-bottom: 20px;
    }

    #introduction .mb40 {
        margin-bottom: 40px;
    }

    .introduction_flex {
        max-width: 1100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
    }

    .introduction_flex a {
        width: 23%;
        display: flex;
        align-items: center;
        padding: 13px 4% 13px 3%;
        background-color: #fff;
        border: 2px solid #ECECEC;
        border-radius: 50vw;
    }

    .introduction_flex a:not(:first-child, :nth-child(5)) {
        margin-left: 16px;
    }

    .introduction_flex a:nth-child(n+5) {
        margin-top: 20px;
    }

    .introduction_flex .img_wrapper {
        flex: 0.5;
    }

    .introduction_flex .img_wrapper img {
        vertical-align: top;
    }

    .introduction_flex p {
        font-size: clamp(12px, 1.6vw, 18px);
        flex: 1;
    }

    .introduction_flex .arrow_right {
        position: relative;
    }

    .introduction_flex .arrow_right::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        top: 50%;
        right: -12%;
        border-bottom: 2px solid #00A1E9;
        border-right: 2px solid #00A1E9;
        transform: translateY(-50%) rotate(-45deg);
    }

    .twitter_share {
        padding-top: 20px;
        padding-bottom: 80px;
    }

    .twitter_share .btn_wrapper {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 0 17px;
    }

    .twitter_share .btn_wrapper a {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #00A1E9;
        border: 5px solid #fff;
        border-radius: 50vw;
        font-size: 28px;
        box-shadow: 0px 7px rgba(0, 0, 0, 0.25);
    }

    .twitter_share .twitter_icon {
        width: 44px;
        margin-right: 17px;
    }

    .page_links_container {
        width: 100%;
        padding-top: 100px;
        padding-bottom: 56px;
        background-color: #fff;
        text-align: center;
    }

    .page_links_container p {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .page_links {
        width: 80%;
        max-width: 775px;
        display: flex;
        justify-content: space-between;
        margin: auto;
    }

    .page_links a {
        width: 48%;
    }

    footer {
        background-image: url(../images/footer_bg.png);
        background-size: cover;
        background-position: center;
        text-align: center;
        margin-top: -1px;
        padding-top: 130px;
        padding-bottom: 150px;
    }

    footer p {
        margin-bottom: 50px;
    }

    .footer_logo {
        display: inline-block;
        padding: 50px;
        background: #ffffff;
        border-radius: 30px;
        border-radius: 110px;
    }

    .modaal-content-container {
        text-align: center;
    }

    .modal_headding_1 {
        margin: 20px 0;
        font-size: 1.2rem;
    }

    .modal_headding_2 {
        padding: 10px 2%;
        margin-bottom: 20px;
        background: #0097E6;
        color: #ffffff;
        font-size: 1.2rem;
    }

    .modal_flex,
    .modal_flex_2 {
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    .modal_flex li {
        padding: 0 10px;
    }

    .modal_flex li img {
        max-width: 200px;
    }

    .modal_flex a,
    .modal_flex_2 a {
        font-size: 0.9rem;
        margin-top: -10px;
        display: block;
    }

    .modal_flex_2 a {
        display: inline-block;
    }

    .modal_flex_2 li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .modal_flex_2 li img {
        max-width: 250px;
    }

    .text_left {
        text-align: left;
    }

    .slick-list {
        padding-right: 2% !important;
    }

    .s_text {
        font-size: 0.7rem;
    }

    @media screen and (max-width: 1300px) {

        .before_img,
        .after_img {
            left: 0;
        }

        .before_case1 {
            width: 28%;
        }

        .before_case2 {
            width: 34%;
        }

        .before_case3 {
            width: 37.8%;
        }

        .before_arrow {
            height: 88%;
            left: 30px;
        }

        .after_img {
            width: 56%;
        }
    }

    @media screen and (max-width: 1100px) {
        .comic {
            width: 95%;
        }

        .life_slide {
            padding-top: 60px;
        }

        .life_slide_container {
            padding: 0 50px;
        }

        .life_slide_container .upper_txt {
            font-size: 14px;
        }

        .slide_6 .mb_46_pc {
            margin-bottom: 28px;
        }

        .life_slide_container .photo_wrapper {
            margin-top: 8px;
        }

        .life_slide_container .photo_wrapper::before {
            font-size: 8px;
            bottom: -12px;
        }

        .life_slide_container .bg_yellow {
            margin-top: 36px;
        }

        .life_slide_container .txt_area {
            margin-top: 0px;
        }

        .life_slide_container .txt_area h3 {
            margin-bottom: 8px;
            font-size: 18px;
        }

        .life_slide_container small {
            margin-top: 4px;
            font-size: 10px;
            line-height: 1.6em;
        }
    }

    @media screen and (max-width: 768px) {
        header {
            position: fixed;
            background: #ffffff;
            top: 0;
            right: 0;
            left: 0;
            padding-bottom: 15px;
        }

        .logo_2 {
            width: 100%;
        }

        #hum {
            width: 100%;
            z-index: 10;
            text-align: right;
        }

        #hum img {
            width: 20%;
        }

        #hum-menu {
            text-align: left;
            display: none;
            background: #ffffff;
            padding: 25px 2% 35px;
            position: fixed;
            border-radius: 0 0 30px 30px;
            right: 0;
            left: 0;
            top: 80px;
            border: 1px solid #eeeeee;
            z-index: 2;
            margin-top: 5px;
        }

        #hum-menu li {
            padding: 10px 0;
            border-bottom: 1px solid #000000;
            font-size: 0.85rem;
        }

        .h_top {
            display: flex;
            position: relative;
            justify-content: space-between;
            align-items: flex-start;
            width: calc(100% - 40px);
            margin: 0 auto;
            padding-top: 15px;
        }

        .iot_logo {
            width: 28.266666666666667vw;
        }

        .sp_logo {
            width: 17.922666666666667vw;
        }

        .h_foot {
            flex-direction: column;
            padding-top: 0;
        }

        .h_foot_r {
            padding-top: 0;
        }

        .sp_none {
            display: none;
        }

        .logo_img img {
            width: 80%;
        }

        .main_visual {
            margin-top: 60px;
            margin-bottom: 100px;
        }

        .before_img {
            top: -70px;
        }

        .before_arrow {
            height: 100%;
            left: 29px;
            bottom: -21px;
        }

        .after_img {
            top: 32px;
        }

        .link {
            width: 80%;
            margin: 0 auto;
        }

        .comic {
            padding-top: max(7%, 22.2px);
            padding-bottom: 56.8px;
        }

        .next_arrow_1,
        .next_arrow_1-2,
        .next_arrow_1-3,
        .next_arrow_1-4 {
            top: 28%;
            right: 8%;
        }

        .prev_arrow_1,
        .prev_arrow_1-2,
        .prev_arrow_1-3,
        .prev_arrow_1-4 {
            left: 4%;
        }

        .txt_under_slide {
            bottom: -22px;
            padding-left: 38%;
            font-size: 16px;
            text-align: left;
        }

        .life_contents {
            padding-top: 152px;
        }

        .life_slide {
            max-width: 480px;
            padding: 40px 17px 50px 17px;
            margin: 0 auto 60px auto;
            border-radius: 50px;
        }

        .life_slide::before {
            width: 141px;
            height: 129px;
            top: -14px;
            left: 50%;
            transform: translateX(-171px);
        }

        .life_slide h2 {
            max-width: 300px;
            margin: auto;
            text-align: right;
        }

        .slide_1 h2,
        .slide_4 h2 {
            padding-right: 13px;
        }

        .slide_2 h2,
        .slide_5 h2,
        .slide_8 h2 {
            padding-right: 46px;
        }

        .life_slide h2 img {
            width: auto;
            height: 62px;
            max-height: none;
        }

        .slide_1 h2 img {
            height: 88px;
        }

        .life_slide_container {
            max-width: 300px;
            margin: 36px auto 0 auto;
            padding: 0px;
        }

        .life_slide_container .content {
            width: 100%;
        }

        .life_slide_container .content:not(:first-child) {
            margin-top: 40px;
        }

        .life_slide_container .upper_txt {
            font-size: 18px;
        }

        .slide_6 .mb_46_pc {
            margin-bottom: 0;
        }

        .life_slide_container .photo_wrapper {
            margin-top: 12px;
        }

        .life_slide_container .bg_yellow {
            width: 100%;
            margin-top: 24px;
            padding: 20px;
        }

        .life_slide_container .bg_yellow::before {
            width: 22px;
            height: 20px;
            top: -20px;
        }

        .life_slide_container .img_area {
            flex: 2;
        }

        .life_slide_container .txt_area {
            flex: 3;
        }

        .buy {
            width: 100%;
            max-width: 480px;
            margin: 30px auto 0 auto;
        }

        .buy a {
            width: 100%;
            padding: 10px 0;
        }

        .buy a::before {
            right: 40px;
        }

        .buy p {
            padding: 0px;
        }

        #introduction {
            padding: 0 20px 0;
        }

        .mb30-sp {
            margin-bottom: 30px;
        }

        .introduction_flex {
            max-width: 480px;
            justify-content: space-between;
        }

        .introduction_flex a {
            width: 48%;
            padding: 20px 30px 20px 18px;
        }

        .introduction_flex a:nth-child(n+2) {
            margin: 0px;
        }

        .introduction_flex a:nth-child(n+3) {
            margin-top: 14px;
        }

        .introduction_flex p {
            font-size: 16px;
        }

        .twitter_share {
            padding-top: 100px;
        }

        .twitter_share .btn_wrapper a {
            font-size: 24px;
        }

        .twitter_share .twitter_icon {
            width: 32px;
        }

        .page_links_container {
            padding: 50px 0 20px;
        }

        .page_links_container p {
            font-size: 20px;
            margin-bottom: 20px;
            padding: 0 17px;
        }

        .page_links {
            width: 100%;
            max-width: 480px;
            padding: 0 17px;
        }

        footer {
            padding: 120px 0 220px;
        }

        .footer_logo {
            padding: 30px;
        }

        .footer_logo img {
            width: 66.666666666666667vw;
        }

        .modal_flex a {
            padding-left: 0;
            font-size: 0.7rem;
            margin-top: -10px;
            text-align: center;
        }

        .modal_flex_2 a {
            font-size: 0.7rem;
        }
    }

    @media screen and (min-width: 769px) {

        .pc_none,
        .sp-nav {
            display: none;
        }
    }

    @media screen and (min-width: 481px) {
        .main_vs_sp {
            display: none;
        }

        .comic {
            background-image: url(../images/slide_bg.png);
        }

        .mt_minus {
            margin-top: -15px !important;
        }

        .mt_minus_2 {
            margin-top: -35px !important;
        }

        .modal_flex_2 {
            padding-top: 50px;
        }

        .tiger_2 {
            padding-bottom: 10px;
        }
    }

    @media screen and (max-width: 480px) {

        /* header {
            position: fixed;
            background: #ffffff;
            top: 0;
            padding: 7.5px 0;
        } */

        main {
            margin-top: 80px;
        }

        .logo_2 {
            width: 100%;
        }

        /* .h_top {
            justify-content: start;
            align-items: center;
        }

        .h_foot_r {
            display: none;
        }

        .sp_logo {
            margin-right: 25px;
            margin-top: 0;
            width: 100%;
        }

        .h_top a {
            width: 50%;
        } */

        #hum {
            width: 100%;
            z-index: 10;
            text-align: right;
        }

        #hum-menu {
            text-align: left;
            display: none;
            background: #ffffff;
            padding: 25px 2% 35px;
            position: fixed;
            border-radius: 0 0 30px 30px;
            right: 0;
            left: 0;
            top: 40px;
            border: 1px solid #eeeeee;
            z-index: 2;
            margin-top: 5px;
        }

        #hum-menu li {
            padding: 10px 0;
            border-bottom: 1px solid #000000;
            font-size: 0.8rem;
        }

        #hum img {
            width: 30%;
        }

        .main_vs_1,
        .main_vs_2,
        .main_vs_3 {
            display: none;
        }

        .main_visual {
            margin-bottom: 124px;
        }

        .comic {
            width: 85%;
            margin-top: 50px;
            background-image: url(../images/slide_bg_sp.png);
            background-size: cover;
            background-position: left;
        }

        .logos {
            flex-direction: column;
            margin-bottom: 0;
        }

        .logo_img {
            margin-bottom: 30px;
        }

        .logo_img img {
            width: 100%;
        }

        .before_img {
            min-width: 0;
            left: 20px;
            top: -60px;
        }

        .before_case1 {
            width: 165px;
        }

        .before_case2 {
            width: 201px;
        }

        .before_case3 {
            width: 221px;
        }

        .before_arrow {
            left: 48px;
        }

        .after_img {
            width: 331px;
            min-width: 0;
            left: 20px;
        }

        .slide_h {
            height: 21px;
        }

        .slide_c {
            max-width: 65%;
            margin-left: auto;
            padding-right: 2%;
        }

        .txt_under_slide {
            padding-left: 30%;
        }

        .life_slide {
            margin: 0 20px 60px 20px;
        }

        .buy {
            font-size: 0.5rem;
            line-height: 20px;
        }

        .buy a {
            font-size: 16px;
        }

        .buy p {
            font-size: 10px;
            line-height: 1.6em;
        }

        .l_headding_detail {
            font-size: 0.7rem;
            padding: 0 2%;
        }

        .next_arrow_1,
        .next_arrow_1-2,
        .next_arrow_1-3,
        .next_arrow_1-4 {
            right: 6%;
            top: 30%;
            width: 10%;
        }

        .prev_arrow_1,
        .prev_arrow_1-2,
        .prev_arrow_1-3,
        .prev_arrow_1-4 {
            top: 30%;
            width: 10%;
        }

        .modaal-content-container {
            font-size: 0.85rem !important;
            padding: 10px !important;
        }

        .buy img {
            width: 8px;
        }

        .before {
            padding-bottom: 50px;
        }

        .life_contents {
            padding-top: 135px;
        }

        footer {
            padding: 80px 20px 120px;
        }

        footer p {
            margin-bottom: 20px;
            font-size: 16px;
            text-align: left;
        }

        /* .footer_logo img {
            width: 70%;
        } */

        .modaal-content-container {
            text-align: center !important;
        }

        .modal_flex,
        .modal_flex_2 {
            flex-direction: column;
            align-items: center;
        }

        .modal_flex a {
            padding-left: 0;
            padding-bottom: 20px;
        }

        .modaal-content-container p {
            font-size: 1.2rem;
        }

        .modal_flex li,
        .modal_flex_2 li {
            width: 90%;
            margin-bottom: 30px;
        }

        .modal_flex li a,
        .modal_flex_2 li a {
            display: block;
            margin-top: -25px;
        }

        .modal_flex li .sp_mt {
            margin-top: -30px;
        }

        .modal_flex li img,
        .modal_flex_2 li img {
            width: 60%;
        }

        .modal_flex a,
        .modal_flex_2 a {
            font-size: 0.95rem;
        }

        .modal_headding_2 {
            margin-bottom: 20px;
        }

        .h_pt {
            margin-top: 0;
        }

        .mt_minus {
            margin-top: -30px !important;
        }

        .mt_minus_2 {
            margin-top: -50px !important;
        }

        .modal_headding_1 {
            font-size: 1.1rem;
        }

        .modal_headding_2 {
            font-size: 1.1rem;
        }

        .slide_arrow_r {
            width: 15%;
            right: -5px;
        }

        .slide_arrow_l {
            width: 15%;
            left: -45px;
        }

        .s_text {
            font-size: 0.5rem;
        }

        .modal_flex_2 {
            padding-bottom: 60px;
        }

        .modal_flex_2 li img {
            width: auto;
        }

        .modal_headding_2_sp_t {
            padding-bottom: 30px;
        }
    }

    @media screen and (max-width: 410px) {
        .life_contents {
            padding-top: 120px;
        }

        #hum-menu li {
            font-size: 0.7rem;
        }
    }

    div.modaal-overlay {
        z-index: 9000;
    }

    /* 20250718 */
    .l-header02{
        position:fixed;
        top:0;
        width:100%;
        padding-bottom: 20px;
        background-color: white;
        z-index:200;
    }
    .l-header02__logo02-2{
        margin-top: 5px;
    }
    .h_foot{
        max-width:initial;
    }
    .h_foot_iot{
        max-width:256px;
        margin-left: 0;
    }
    .h_foot_r{
        width:fit-content;
        justify-content:center;
        column-gap:60px;
        margin: auto;
        padding-left: 60px;
    }

    .h_foot_l{
        max-width:102px;
    }

    main{
        margin-top: 250px;
    }

    .case-box{
        position:relative;
        width:333px;
        margin-top: 35px;
        border-radius:20px;
        border:3px solid #00A1E9;
        background-color: #00A1E9;
    }

    .case-box:hover{
        opacity:1;
    }

    .case-box__img{
        position:absolute;
        top:-35px;
        left:-45px;
        width:130px;
        z-index:2;
    }
    
    .case-box__container{
        display:grid;
        grid-template-columns:1fr 47px;
        overflow:clip;
        border-radius:20px;
    }

    .case-box__left{
        position:relative;
        display:flex;
        flex-direction:column;
        justify-content:center;
        row-gap:10px;
        height:103px;
        padding-left: 96px;
        background-color: white;
    }

    .case-box__left:after{
        content:"";
        position:absolute;
        right:0;
        bottom:0;
        width:0%;
        height:100%;
        background-color: #00A1E9;
        transition:all 0.3s;
    }

    .case-box:hover .case-box__left:after{
        width:100%;
    }

    .case-box__text01{
        position:relative;
        font-family:"Noto Sans JP", sans-serif;
        font-size:14px;
        font-weight: 700;
        color:#00A1E9;
        z-index:2;
        transition:all 0.3s;
    }

    .case-box:hover .case-box__text01{
        color:white;
    }

    .case-box__text02{
        position:relative;
        font-family:"Noto Sans JP", sans-serif;
        font-size:14px;
        font-weight: 700;
        z-index:2;
        transition:all 0.3s;
    }

    .case-box:hover .case-box__text02{
        color:white;
    }

    .case-box__right{
        display:flex;
        align-items:center;
        justify-content:center;
        background-color: #00A1E9;
    }

    .case-box__arrow{
        width:12px;
    }

    .page_links_container02{
        width: 100%;
        padding-top: 100px;
        padding-bottom: 56px;
    }
    
    .page_links02{
        width:fit-content;
        display:flex;
        justify-content:center;
        column-gap:60px;
        margin:auto;
    }

    .introduction_flex a .img_wrapper{
        width:57px;
        height:57px;
    }

    .introduction_flex a .img_wrapper img{
        width:100%;
        height:100%;
        object-fit:contain;
    }

    @media screen and (min-width: 769px) and (max-width: 1200px) {
        .h_foot_r{
            column-gap:4.6vw;
            padding-left: 4.6vw;
        }

        .case-box{
            width:25vw;
            margin-top: 2.7vw;
            border-radius:1.5vw;
            border:0.2vw solid #00A1E9;
        }

        .case-box__img{
            top:-2.7vw;
            left:-3.4vw;
            width:10vw;
        }
        
        .case-box__container{
            grid-template-columns:1fr 3.6vw;
            border-radius:1.5vw;
        }

        .case-box__left{
            row-gap:0.76vw;
            height:8vw;
            padding-left: 7.3vw;
        }

        .case-box__text01{
            font-size:1vw;
        }

        .case-box__text02{
            font-size:1vw;
        }

        .case-box__arrow{
            width:0.9vw;
        }
    }

    @media screen and (max-width: 768px) {
        .h_top{
            align-items:center;
        }
        .iot_logo{
            width:30vw;
        }
        .sp_logo__container{
            display:flex;
            column-gap:1vw;
        }
        .sp_logo__item01{
            display:block;
            width:14vw;
        }
        .sp_logo__item02{
            display:block;
            width:32vw;
        }
        main {
            margin-top: 250px;
        }
        
        .h_foot{
            padding-left: 10px;
            padding-right: 10px;
        }
        .h_foot_r{
            column-gap:15px;
            padding-left: 0;
        }

        .case-box{
            width:100%;
            max-width:168px;
            margin-top: 20px;
            border-radius:19px;
            border:2px solid #00A1E9;
        }

        .case-box__img{
            top:-20px;
            left:0;
            width:55px;
        }
        
        .case-box__container{
            grid-template-columns:1fr 28px;
            border-radius:19px;
        }

        .case-box__left{
            row-gap:9px;
            height:100px;
            padding-left: 21px;
            padding-right: 5px;
        }

        .case-box__text01{
            font-size:12px;
            padding-left: 50px;
        }

        .case-box__text02{
            text-align:left;
            font-size:15px;
        }

        .case-box__arrow{
            width:12px;
        }

        .page_links02{
            column-gap:15px;
            padding:0 17px;
        }
        
        .page_links_container02 {
            padding: 50px 0 20px;
        }
    }

    @media screen and (max-width: 480px) {
        main {
            margin-top: 230px;
        }
    }

    @media screen and (max-width: 380px) {
        .case-box__left{
            padding-left: 10px;
        }
    }