@charset "UTF-8";

/* ************
base - css書き換え
*************** */
#subVisual .e_hd {
    text-transform: capitalize;
}
.wrap-pdd {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* ************
util - css書き換え
*************** */

@media screen and (max-width: 1055px) {
  .pc {
    display: none;
    /* PC時非表示 */
  }

  .sp {
    display: block;
    /* SP時表示 */
  }

}

/* *****************
LENZ Care - style
******************** */
:root{
    --color-red:#c7000a;
    --color-blue:#3CAAA2;
    --color-light-blue:#e1eeed;
    --color-brown:#cfa338;
    --color-light-brown:#ddd9ca;
}
.f-red{ color: var(--color-red);}
.f-blue{ color: var(--color-blue);}
.f-brown{ color: var(--color-brown);}
.bg-blue{ background-color: var(--color-blue);}
.bg-white{ background-color: #ffffff;}
.center{ text-align: center;}



/* lenzCare-about */

#lenzCare-about{
    position: relative;
    overflow: hidden;
}
#lenzCare-about .wrap-pdd {
    padding-bottom: 0;
}

 .about-bg {
    background: url("../../../assets/images/owner/lenz-care/top-circle-bg.png") no-repeat top;
    background-position-y: -14%;
    border-radius: 0 0 1rem 1rem;
}
.about-tit{
    width: 35.568%;
    min-width: 610px;
    position: relative;
    top: 6rem;
}
.about-tit img{
    object-fit: contain;
}
.about-content{
    display: block;
    max-width: 870px;
    width: 95%;
    margin: 0 auto;
    padding: 29rem 0 6.5rem;
    position: relative;
}
.about-head-txt{
    max-width: 630px;
    margin: 0 auto;
}
.about-logo-txt{
    display: inline-block;
    margin: 0 0.5rem;
}
.about-support{
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
}

.about-support-equipment{
    width: 45.862%;
    border-top-width: 4px;
    border-top-color: var(--color-blue);
    border-top-style: dotted;
    text-align: center;
}

.about-support-equipment-tit{
    color: var(--color-blue);
    display: inline-block;
    font-size: 20px;
    position: relative;
    text-align: center;
    top: -5%;
    background-color: #fff;
    padding: 0 1rem;
}

.about-support-equipment-list{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    
}
.about-support-equipment-list li{
    flex-basis: calc((100% - 80px)/3);
}
.about-support-equipment-list img {
    height: auto;
}

.about-support-point{
    width: 45.977%;
    border: 1px solid var(--color-blue);
    border-radius: 10px;
    position: relative;
}
.about-support-point-tit {
    width: 72.5%;
    margin: 0 auto;
    padding: 0 25px;
    position: absolute;
    background-color: #fff;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
}
.about-support-point-list{
    padding: 4rem 2rem 2rem;
}
.about-support-point-list li{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.8px;
    padding: 2rem 1rem;
    text-align: center;
}
.about-support-point-list li span{
    font-size: 24px;
    font-weight: bold;
}
.about-support-point-list li:nth-child(2){
    border-top: 1px solid var(--color-blue);
    border-bottom: 1px solid var(--color-blue);
}


@media screen and (max-width:767px) {
    #lenzCare-about .wrap-pdd {
        padding: 3rem 0 0;
    }
    .about-tit {
        width: 93%;
        min-width: unset;
        top: 0;
    }
    .about-tit img {
        height: auto;
    }
    .about-bg {
        background: unset;
        background-position-y: unset;
    }
    .about-content {
        padding-top: 32vw;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 5rem;
        background: url("../../../assets/images/owner/lenz-care/top-circle-bg-sp.svg") no-repeat top;
        background-position-y: -15vw;
        background-size: 110%;
        border-radius: 0 0 1rem 1rem;
        width: 100%;
    }
    .about-support {
        flex-direction: column;
        gap: 5rem;
    }
    .about-support-equipment {
        width: 100%;
        position: relative;
    }
    .about-support-equipment-tit {
        
        position: absolute;
        left: 50%;
        top: -6%;
        transform: translateX(-50%);
        padding: 0 1rem;
    }
    .about-support-equipment-list{
        margin-top: 3rem;
        gap: 15px;
    }
    
    .about-support-equipment-list li {
        flex-basis: calc((100% - 30px) / 3);
    }
    .about-support-point {
        width: 100%;
    }
    .about-support-point-tit{
        width: 80%;
    }
    .about-support-point-list{
        padding-bottom: 0;
    }
    
}




/* lenzCare-case */

.case-tit{
    width: 100%;
    text-align: center;
}
.case-tit span{
    display: inline-block;
    font-size: clamp(24px, 6.4vw, 34px);
    text-align: center;
    line-height: 1.5;
}
.case-tit span::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-red);
    position: relative;
}
.case-list{
    display: flex;
    justify-content: space-between;
    margin: 4rem auto 0;
    max-width: 955px;
}

.case-list-item{
    font-size: 20px;
}
.case-list-item p{
    display: flex;
    align-items: center;
    font-size: clamp(18px, 4.8vw, 20px);
}
.case-list-item p::before{
    content: '';
    background: url('../../../assets/images/owner/lenz-care/icon-exclamation.png');
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 1rem;
}
.case-list-item img{
    width: 100%;
    margin: 2rem auto 0;
    object-fit: contain;
}
.case-list-item .case1 {
    max-width: 158px;
}
.case-list-item .case2 {
    max-width: 214px;
}
.case-list-item .case3 {
    max-width: 204px;
}
.case-txt{
    background-color: var(--color-brown);
    border-radius: 10px;
    color: #ffffff;
    font-size: clamp(24px, 6.4vw, 34px);
    font-weight: 500;
    text-align: center;
    margin-top: 3.5rem;
    padding: 1em;
}

@media screen and (max-width:767px) {
    .case-list {
        flex-wrap: wrap;
    }
    .case-list li {
        width: 100%;
    }
    .case-list li:not(:last-child) {
        margin-bottom: 3rem;
    }
    .case-list-item p {
        justify-content: center;
    }
    .case-list-item img {
        width: 40%;
    }
    .case-list-item .case1 {
        max-width: 140px;
    }
    .case-txt {
        padding: 1rem 0.5rem 1.5rem;
        font-size: clamp(22px, 5.866vw, 34px);
        line-height: 1.5;
    }
}



/* lenzCare-solution */
#lenzCare-solution .wrap-pdd {
    padding-bottom: 0;
}

.solution-tit {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 28px;
}
.solution-tit img {
    width: 69.630%;
    min-width: 610px;
    margin: 0 auto;
}
.solution-list{
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.solution-list li img {
    height: auto;
}
.solution-txt{
    width: 100%;
    background-color: var(--color-blue);
    border-radius: 10px;
    margin-top: 4rem;
    text-align: center;
    padding: 3rem 1rem 4rem;
}
.solution-txt span{
    color: #ffffff;
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
}
.solution-txt .underline {
    display: inline;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: repeat-x;
    background-size: 100% 1px;      /* 下線の太さ */
    background-position: 0 100%;    /* 文字の下 */
    padding-bottom: 2px;            /* 文字と線の距離 */
}
.solution-contents{
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
    position: relative;
}
.solution-contents.flx-a-c{
    align-items: center;
}
.solution-contents.mg-t{
    margin-top: 2rem;
}
.solution-contents-plus{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.solution-contents-box{
    width: 46.644%;
    align-items: stretch;
}
.solution-contents-item{
    position: relative;
    padding: 4rem 2rem 3rem;
    height: 100%;
}
.solution-contents-item > p{
    font-size: clamp(20px, 5vw, 22px);
    text-align: center;
}
.solution-contents-item .tag{
    color: #ffffff;
    display: inline-block;
    font-size: clamp(20px, 5.333vw, 24px);
    padding: 0.5rem 3rem;
    position: absolute;
    top: 0;
    left: 0;
}
.solution-contents-item ul{
    display: flex;
    gap: 1.8rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
}
.solution-contents-item li img {
    height: auto;
}
.box1 .solution-contents-item{
    background-color: var(--color-light-blue);
}
.box1 .solution-contents-item .tag{
    background-color: var(--color-blue);
}

.solution-contents-head{
    display: flex;
    align-items: center;
}
.box2 .solution-contents-head{
    gap: 2rem;
}
.box2 .solution-contents-head img{
    width: 16.726%;
    object-fit: contain;
} 
.box2 .solution-contents-head p{
    width: 77.338%;
} 
.box2 .solution-contents-head p span{
    font-size: clamp(22px, 5.866vw, 28px);
}
.box2 .solution-contents-item{
    background-color: var(--color-light-brown);
}
.box2 .solution-contents-item .tag{
    background-color: var(--color-brown);
}
.box2 .solution-contents-item ul {
    margin-top: 4rem;
    flex-wrap: nowrap;
    gap: 3rem;
}

.solution-summary{
    display: flex;
    gap: 4rem;
    justify-content: center;
    margin-top: 5rem;
    width: 100%;
}
.solution-summary.txt1{
    width: 34%;
}

.solution-summary.txt2{
    display: flex;
    width: 50%;
}

.txt2 .solution-summary-txt{
    font-size: clamp(24px, 6.4vw, 40px);
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 2px solid #0A0A0A;
    word-break: keep-all;
}
.txt2 .solution-summary-txt span {
    flex-wrap: nowrap;
    display: flex;
    word-break: keep-all;
}
.txt2 .solution-summary-txt img{
    display: inline-block;
    position: relative;
    top: -1rem;
    width: 10.921%;
    margin: 0 1rem;
}

.solution-end-txt {
    background-color: var(--color-blue);
    border-radius: 0 0 1rem 1rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(20px, 5.3vw, 40px);
    margin-top: 7rem;
    padding: 2rem;
}



@media screen and (max-width:1055px) {

    .no-wrap{ word-break: keep-all;}

    #lenzCare-solution .wrap-pdd {
        padding-left: 0;
        padding-right: 0;
    }
    #lenzCare-solution .wrap_inner {
        padding-left: 3.2rem;
        padding-right: 3.2rem;
    }

    .solution-tit img {
        min-width: unset;
        width: 100%;
    }
    .solution-list li{
        flex-basis: calc((100% - 10px)/2);
    }
    .solution-txt span {
        font-size: clamp(22px, 5.866vw, 34px);
    }
    .solution-contents {
        flex-direction: column;
    }
    .solution-contents-box {
        width: 100%;
    }
    .solution-contents-box.box1 {
        margin-top: 3rem;
    }
    .solution-contents-item {
        margin-top: 1.5rem;
        padding: 5rem 1rem 2rem;
    }
    .box1 .solution-contents-head img {
        width: 90%;
        margin: 0 auto;
        height: auto;
    }
    .box1 .solution-contents-item li {
        width: 25%;
        min-width: 74px;
    }
    .solution-contents-plus {
        position: relative;
        top: unset;
        width: 38px;
        margin-top: 5rem;
    }
    .box2 .solution-contents-head {
        flex-direction: column;
        gap: 0.5rem;
    }
    .box2 .solution-contents-head-tit {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .box2 .solution-contents-head-tit span{
        font-size: clamp(22px, 5.866vw, 28px);
    }
    .box2 .solution-contents-head img {
        width: 23%;
        object-fit: contain;
    }
    .box2 .solution-contents-head p {
        width: 100%;
    }
    .solution-contents-head-tit span {
        width: 100%;
        line-height: 1.5;
        padding-left: 1rem;
    }
    .box2 .solution-contents-item ul {
        margin-top: 2rem;
        gap: 2rem;
    }
    .box2 .solution-contents-item ul li {
        width: 22%;
        min-width: 68px;
    }
    .box2 .solution-contents-item ul li:nth-child(1) {
        min-width: 68px;
        width: 22%;
    }
    .box2 .solution-contents-item ul li:nth-child(2) {
        min-width: 76px;
        width: 28%;
    }
    .box2 .solution-contents-item ul li:nth-child(3) {
        width: 25%;
        min-width: 74px;
    }
    
    .solution-summary {
        flex-direction: column;
        gap: 0;
        margin-top: 3rem;
    }
    .solution-summary.txt1,
    .solution-summary.txt2 {
        width: 100%;
    }
    .solution-summary.txt2 {
        margin-top: 0;
    }
    .txt2 .solution-summary-txt {
        display: block;
        text-align: center;
        border-bottom: none;
        line-height: 2;
    }
    .txt2 .solution-summary-txt span {
        display: inline-block;
    }
    .txt2 .solution-summary-txt img {
        top: -1rem;
        width: 15%;
        height: auto;
        margin: 0 1rem;
        vertical-align: middle;
    }
    .txt2 .solution-summary-txt .sp-line{
        display: inline-block;
        border-bottom: 1px solid #0A0A0A;
    }
    .solution-end-txt {
        margin-top: 4rem;
    }
}


/* lenzCare-contact */

.lenzCare-contact .inner{
    width: 90%;
    margin: 0 auto;
    line-height: 1.2;
}
.lenzCare-contact h2{
    color: var(--c-color-12);
    font-size: clamp(18px, 4.8vw, 28px);
    line-height: 1.8;
}
.lenzCare-contact h2 span {
    max-width: 230px;
    display: inline-block;
    margin-right: 1rem;
    width: 100%;
}
.lenzCare-contact .contact-logo {
    display: inline-block;
    max-width: unset;
    width: 100%;
    object-fit: contain;
    vertical-align: text-top;
}
.lenzCare-contact .tel{
    font-size: clamp(22px, 5.866vw, 50px);
}
.lenzCare-contact .tel span{
    font-size: clamp(30px, 8vw, 70px);
}
.lenzCare-contact .cap{
    display: block;
    font-size: clamp(14px, 3.3vw, 16px);
    margin-top: 1rem;
    line-height: 1.8;
}

@media screen and (max-width:767px) {

    .lenzCare-contact .inner{
        width: 95%;
    }
   
}