@charset "UTF-8";

.titl1.plus__pageTitle{
    text-align: center;
    font-weight: 100;
    font-size: 63px;
    letter-spacing: .1em;
}
@media screen and (max-width:768px) {
    .titl1.plus__pageTitle{
        font-size: 38px;
    }
}
.plus__concept{
    margin-top: 100px;
    text-align: center;
}
.plus__concept--heading{
    font-size: 32px;
    font-weight: 100;
    line-height: 2.2em;
    letter-spacing: .1em;
    margin-bottom: 20px;
}
.plus__concept--copy{
    margin-top: 50px;
}
@media screen and (max-width:768px) {
    .titl1.plus__pageTitle{
        font-size: 38px;
    }
}

.plus__lgenteplus{
    margin: 200px auto 0 auto;
    text-align: center;
}
.plus__lgenteplus--container{
    display: inline-block;
    padding: 80px 120px;
    position: relative;
}
.plus__lgenteplus--container:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        /* 左上の飾り */
        linear-gradient(90deg, #000 1px, transparent 2px) top left / 6em 6em,
        linear-gradient(180deg, #000 1px, transparent 2px) top left / 6em 6em,
            /* 右上の飾り */
        linear-gradient(270deg, #000 1px, transparent 2px) top right / 6em 6em,
        linear-gradient(180deg, #000 1px, transparent 2px) top right / 6em 6em,
            /* 左下の飾り */
        linear-gradient(90deg, #000 1px, transparent 2px) bottom left / 6em 6em,
        linear-gradient(0deg, #000 1px, transparent 2px) bottom left / 6em 6em,
            /* 右下の飾り */
        linear-gradient(270deg, #000 1px, transparent 2px) bottom right / 6em 6em,
        linear-gradient(0deg, #000 1px, transparent 2px) bottom right / 6em 6em;
    background-repeat: no-repeat;
}
.plus__lgenteplus--logo{
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.plus__lgenteplus--heading{
    font-size: 24px;
    font-weight: 100;
    line-height: 2.2em;
    letter-spacing: .1em;
}
.plus__lgenteplus--text{
    margin-top: 50px;

}
@media screen and (max-width:768px) {
    .plus__lgenteplus{
        margin: 100px auto 0 auto;
    }
    .plus__lgenteplus--container{
        display: block;
        padding: 50px;
    }
    .plus__lgenteplus--container:before {
        background-size: 2em 2em;
    }
    .plus__lgenteplus--heading{
        font-size: 18px;
        line-height: 1.8em;
    }
}

.plus__cafe{
    margin-top: 200px;
    text-align: center;
}
.plus__cafe--heading{
    font-size: 24px;
    font-weight: 100;
    line-height: 2.2em;
    letter-spacing: .1em;
}
.plus__cafe--fig1{
    margin-top: 100px;
}
.plus__cafe--fig1 figure img{
    max-width: 1225px;
}
.plus__cafe--fig2{
    margin-top: 100px;
}
@media screen and (max-width:768px) {
    .plus__cafe{
        margin-top: 100px;
    }
    .plus__cafe--heading{
        font-size: 18px;
        line-height: 1.8em;
    }
    .plus__cafe--fig2{
        margin-top: 30px;
    }
}

#plus .note_sec2a {
    text-align: center!important;
    margin-top: 100px
}
#plus .pagetitle:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #b6cbcf;
    content: "";
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: .6s cubic-bezier(.52, .08, .18, 1);
    transition: .6s cubic-bezier(.52, .08, .18, 1)
}
#plus .plus-sec1 .p3 {
    text-align: center
}
#plus .plus-sec2 {
    background-color: #f3f7f7;
    padding-top: 80px
}
@media screen and (max-width:768px) {
    #plus .plus-sec2 {
        padding-top: 8vw
    }
    #plus .note_sec2a {
        margin-top: 50px
    }
}
#plus .plus-sec2--heading{
    font-size: 24px;
    font-weight: 100;
    line-height: 2.2em;
    letter-spacing: .1em;
    text-align: center;
}
#plus .plus-sec2 .i_lgente2_smart_h3 {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px
}
@media screen and (max-width:768px) {
    #plus .plus-sec2--heading{
        font-size: 18px;
        line-height: 1.8em;
    }
    #plus .plus-sec2 .i_lgente2_smart_h3 {
        width: 70%;
        margin-bottom: 10vw
    }
}
#plus .plus-sec2 .i_lgente2_smart_h3_02 {
    width: auto;
    margin-left: auto;
    margin-right: auto
}
#plus .plus-sec2 .i_lgente2_smart_h3_02 img {
    display: block;
    width: auto;
    height: 74px;
    margin-left: auto;
    margin-right: auto
}
@media screen and (max-width:768px) {
    #plus .plus-sec2 .i_lgente2_smart_h3_02 img {
        height: 100px
    }
}
@-webkit-keyframes pointi {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes pointi {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
#plus .plus-sec2 .sectionin.mdl {
    padding-top: 50px
}
#plus .plus-sec2 .sectionin .pointlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}
#plus .plus-sec2 .sectionin .pointlist li {
    width: 30%;
    padding-left: 70px;
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
    min-height: 60px
}
@media screen and (max-width:768px) {
    #plus .plus-sec2 .sectionin .pointlist li {
        height: 50px;
        width: 49%;
        width: 100%;
        font-size: 2.7vw;
        padding-left: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
#plus .plus-sec2 .sectionin .pointlist li img {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 60px
}
@media screen and (max-width:768px) {
    #plus .plus-sec2 .sectionin .pointlist li img {
        width: 50px
    }
}
@media screen and (max-width:768px) {
    #plus .plus-sec2 .sectionin .pointlist li.null {
        display: none
    }
}
#plus .plus-sec2 .sectionin .sec2-a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}
@media screen and (max-width:768px) {
    #plus .plus-sec2 .sectionin .sec2-a {
        width: 100vw;
        margin-left: calc(-1 * (100vw - 100%)/ 2)
    }
}
#plus .plus-sec2 .sectionin .sec2-a .bg {
    display: block;
    vertical-align: bottom;
    width: 100%;
    z-index: 1
}
#plus .plus-sec2 .sectionin .sec2-a .cv {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-animation: 2.8s pointi infinite;
    animation: 2.8s pointi infinite
}

