@charset "UTF-8";
/* 共通 */

body {
    font-family: 'M PLUS 1p', sans-serif;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
}

a:hover {
    opacity: 0.8;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    object-fit: cover;
    vertical-align: top;
}

small {
    font-size: 12px;
}

header {
    width: 100%;
    padding-bottom: 122px;
}

.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 {
    display: flex;
    justify-content:center;
    flex: 1;
    width: 50%;
    margin-left: 2%;
    padding-top: 5px;
}

.h_foot_r a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-right: 1px solid #ECECEC;
}

.h_foot_r a:first-child {
    border-left: none;
}

.h_foot_r a:nth-child(6) {
    border-right: none;
    margin-right: 10px;
}

.h_foot_r .img_wrapper {
    padding-left: 7%;
    flex: 1;
}

.h_foot_r p {
    margin-right: 8%;
    font-size: clamp(10px, 1.2vw, 14px);
    text-align: center;
    flex: 1.8;
}

.h_foot_iot {
    /* width: 20.149761742682097%; */
    width: 21.768707482993197%;
    max-width: 320px;
    margin-left: auto;
}

.page_ttl {
    text-align: center;
}

.page_ttl img {
    width: 156px;
    margin-bottom: 14px;
}

.page_ttl p {
    font-size: 20px;
}

.page_ttl h1 {
    font-size: 40px;
}

.feature {
    max-width: 1100px;
    margin: 60px auto 0 auto;
}

.feature h2 {
    padding: 13px 0;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #00A1E9;
    border-top: 2px solid #00A1E9;
    border-bottom: 2px solid #00A1E9;
}

.grid_container {
    display: grid;
    padding: 30px 0;
    border-bottom: 1px solid #C3C3C3;
    grid-template-columns: 41% 30px 1fr;
    grid-template-rows: 1fr auto 30px auto 1fr;
}

.grid_container:last-child {
    border-bottom: none;
}

.grid_container .img_wrapper {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 6;
}

.grid_container .img_trim {
    border-radius: 40px;
    overflow: hidden;
}

.img_wrapper small {
    float: right;
    margin-top: 8px;
}

.grid_container .bg_blue {
    padding: 12px 0 12px 18px;
    font-size: clamp(20px, 2.2vw, 24px);
    background-color: #D2EEFB;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
}

.grid_container .txt_wrapper {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
}

.grid_container .txt_wrapper p {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
}

.grid_container .txt_wrapper p:nth-child(n+2) {
    margin-top: 10px;
}

.grid_container .txt_wrapper p::before {
    content: "";
    width: 16px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/blue_triangle.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.maker_lineup {
    margin: 50px 0 120px;
}

.maker_lineup p {
    color: #00A1E9;
    font-size: 24px;
    text-align: center;
}

.maker_lineup small {
    width: 100%;
    display: inline-block;
    margin: 8px 0 30px;
    font-size: 16px;
    text-align: center;
}

.logos {
    max-width: 1100px;
    margin: 0 auto;
    /* display: flex;
    justify-content: center; */
    text-align: center;
    margin-top: -30px;
}

.logos_bottom {
    margin-top: 0;
}

.logo {
    margin: 0 5px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}

.sharp {
    width: 13.9%;
}

.daikin {
    width: 14%;
}

.toshiba {
    width: 15.6%;
}

.panasonic {
    width: 16.6%;
}

.hitachi {
    width: 15.9%;
}

.mitsubishi {
    width: 15.5%;
}

.tiger {
    width: 17.2%;
}

.fujitsu {
    width: 19.7%;
}

.logo_img {
    height: 58px;
    display: flex;
    align-items: center;
    padding: 0 8%;
}

.logo a {
    margin-top: 6px;
    text-decoration: underline;
}


#introduction {
    padding: 75px 0 100px;
    background-image: url(../../case/images/life_bg.png);
    background-size: cover;
    background-position: bottom;
    text-align: center;
}

#introduction h2 {
    margin-bottom: 44px;
}

.introduction_flex {
    max-width: 821px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

.introduction_flex a {
    width: 32%;
    display: flex;
    align-items: center;
    padding: 13px 6% 13px 5%;
    background-color: #fff;
    border: 2px solid #ECECEC;
    border-radius: 50vw;
}

.introduction_flex a:nth-child(n+4) {
    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, 2vw, 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);
}

footer {
    background-image: url(../images/footer_bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-top: -1px;
    padding-top: 80px;
    padding-bottom: 150px;
}

footer p {
    padding-bottom: 50px;
}

.footer_logo {
    display: inline-block;
    padding: 50px;
    background: #ffffff;
    border-radius: 30px;
    border-radius: 110px;
}

@media screen and (min-width:769px) {
    .pc_none {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    small {
        font-size: 10px;
    }

    .sp_none {
        display: none !important;
    }

    header {
        /* position: fixed; */
        background: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        padding-bottom: 40px;
    }

    /* .h_top {
        width: 100%;
        position: fixed;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px 8px 10px;
        top: 0px;
        left: 0px;
        background-color: #fff;
        z-index: 1000;
    } */

    .h_top {
        position: fixed;
        display: flex;
        /* position: relative; */
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        padding: 15px 20px;
        left: 0;
        top: 0;
        margin: 0 auto;
        background: #fff;
        z-index: 1;
    }

    .iot_logo {
        width: 28.266666666666667vw;
    }

    .sp_logo {
        width: 17.922666666666667vw;
    }

    /* .h_top .sp_logo a {
        width: 60%;
    } */

    .h_foot {
        max-width: 480px;
        width: 100%;
        margin: 60px auto 0 auto;
        padding: 0 10px;
    }

    .h_foot_l {
        display: none;
    }

    .h_foot_r {
        margin: 0px;
    }

    .h_foot_iot {
        display: none;
    }

    .h_foot_r a {
        flex-direction: column;
        padding: 8px;
    }

    .h_foot_r a:first-child {
        border-left: none;
    }

    .h_foot_r a:last-child {
        border-right: none;
    }

    .h_foot_r .img_wrapper {
        width: 74%;
        padding: 0;
    }

    .h_foot_r p {
        margin: 5px 0 0 0;
        line-height: 1.2em;
    }

    .page_ttl img {
        width: 112px;
    }

    .page_ttl p {
        font-size: 16px;
    }

    .page_ttl h1 {
        font-size: 32px;
    }

    .feature h2 {
        padding: 10px 0;
        margin-bottom: 60px;
        font-size: 22px;
    }

    .grid_container {
        padding: 0;
        padding-top: 76px;
        margin-top: -76px;
        justify-items: center;
        grid-template-columns: 20px 1fr 20px;
        grid-template-rows: auto 15px auto 15px auto 50px;
        border: none;
    }

    .grid_container .img_wrapper {
        max-width: 480px;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .grid_container .bg_blue {
        width: 100%;
        padding: 7px 0;
        text-align: center;
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .grid_container .txt_wrapper {
        width: 100%;
        max-width: 480px;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 5;
        grid-row-end: 6;
    }

    .maker_lineup {
        padding: 0 10px;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .maker_lineup p {
        font-size: 20px;
    }

    .logos {
        max-width: 375px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .logos_bottom {
        margin-top: 16px;
    }

    .logo {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .logo:not(:last-child) {
        margin-bottom: 16px;
    }

    .logo_img {
        width: 180px;
        height: 45px;
        padding: 0 11px;
    }

    .sharp .logo_img img {
        width: 116px;
    }

    .daikin .logo_img img {
        width: 124px;
    }

    .toshiba .logo_img img {
        width: 128px;
    }

    .panasonic .logo_img img {
        width: 142px;
    }

    .hitachi .logo_img img {
        width: 136px;
    }

    .mitsubishi .logo_img img {
        width: 132px;
    }

    .tiger .logo_img img {
        width: 105px;
    }

    .fujitsu .logo_img img {
        width: 174px;
    }

    .logo a {
        margin-top: 0;
        margin-left: 8px;
        font-size: 14px;
    }

    #introduction {
        padding: 60px 20px;
    }

    #introduction h2 {
        font-size: 20px;
        margin-bottom: 44px;
    }

    .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;
    }

    footer {
        padding: 60px 20px 70px 20px;
    }

    .footer_logo {
        padding: 30px;
    }

    .footer_logo img {
        width: 66.666666666666667vw;
    }
}

@media screen and (max-width:480px) {
    .h_foot {
        margin-top: 60px;
    }

    footer p {
        font-size: 16px;
        padding-bottom: 20px;
        text-align: left;
    }

    /* .footer_logo img {
        width: 70%;
    } */
}

/* 20250718 */
.l-header03{
    position:fixed;
    top:0;
    width:100%;
    padding-bottom: 20px;
    background-color: white;
    z-index:200;
}

.l-header03__logo02-2{
    margin-top: 5px;
}

main{
    margin-top: 180px;
}

.introduction_flex a .img_wrapper{
    height:56px;
}

.h_foot_l.logo01{
    max-width:102px;
}

.h_foot_r .img_wrapper{
    max-width:100px;
}

.h_foot_r .icon01_wrapper{
    max-width:80px;
}

.h_foot_r .icon05_wrapper{
    max-width:80px;
}

.h_foot_r .img_wrapper img{
  width:100%;
}

@media screen and (max-width: 768px) {
    .h_foot_r{
        align-items:center;
    }
    main{
        margin-top: 180px;
    }
    .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;
    }
}

@media screen and (max-width:480px) {
    .introduction_flex a .img_wrapper{
        height:36px;
    }
}

.introduction_flex a .img_wrapper img{
    height:100%;
    object-fit:unset;
}
