section.point_sec h2.title {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 200%;
    margin-bottom: 2rem;
    display: block;
}

section.point_sec h2.title::after {
    display: none;
}

section.point_sec .flex_box {
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
}

section.point_sec .flex_box .img_box {
    margin-left: calc(50% - 50vw);
    flex: 1;
}

section.point_sec .flex_box .img_box img {
    width: 41.6875rem;
    height: 22.375rem;
    flex-shrink: 0;
}

section.point_sec .flex_box h3 span {
    display: block;
    font-family: Montserrat;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

section.point_sec .flex_box h3 span.text {
    font-family: "Noto Sans JP";
    display: block;
    font-size: 1rem;
}

section.point_sec .flex_box h3 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 200%;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

section.point_sec .flex_box p {
    line-height: 200%;
}

section.point_sec .flex_box.reverse {
    flex-direction: row-reverse;
}

section.point_sec .flex_box.reverse .img_box {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    flex: 1;
}


@media screen and (max-width: 420px) {
    section.point_sec h2.title {
        font-size: 1.2rem;
    }
    section.point_sec .flex_box.reverse {
        flex-direction: column;
    }
    section.point_sec .flex_box.reverse .img_box,
    section.point_sec .flex_box .img_box {
        margin-left: 0;
        margin-right: 0;
    }
    section.point_sec .flex_box .img_box img {
        width: 100%;
        height: auto;
    }
    section.point_sec .flex_box h3 {
        font-size: 1.3rem;
    }
    section.point_sec .flex_box h3 span {
        font-size: 1.375rem;
    }
}
/*---▼コンセプト▼---*/

section.concept_sec {
    padding: 3rem 0;
}

section.concept_sec .flex_box {
    gap: 4.5rem;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    align-items: center;
}

section.concept_sec .flex_box .img_box {
    margin-left: calc(50% - 50vw);
    flex: 1;
}

section.concept_sec .flex_box .img_box img {
    height: 32.5625rem;
    width: 100%;
    object-fit: cover;
}

section.concept_sec .flex_box .text_box h3 {
    margin-bottom: 2.25rem;
}

section.concept_sec .flex_box .text_box p {
    font-weight: 350;
    line-height: 200%;
}

section.concept_sec .flex_box .text_box p:last-of-type {
    margin-top: 2rem;
    margin-bottom: 2.31rem;
}

section.concept_sec .bk_gray {
    background: #ccc;
    margin-right: calc(50% - 50vw);
    height: 23.875rem;
    margin-top: -20rem;
    margin-bottom: 6rem;
}

section.concept_sec .logo_sub {
    position: absolute;
    right: 0;
    margin-top: -6rem;
}

section.concept_sec .logo_sub img {
    width: 51.3125rem;
    height: 7.8125rem;
}

@media screen and (max-width: 420px) {
    section.concept_sec .flex_box {
        gap: 2rem;
    }
    section.concept_sec .flex_box .img_box img {
        height: 17.5625rem;
    }
    section.concept_sec .flex_box .img_box {
        margin-left: 0;
    }
    section.concept_sec .flex_box .text_box h3 {
        margin-bottom: 1.25rem;
    }
    section.concept_sec .flex_box .text_box p {
        line-height: 150%;
    }
    section.concept_sec .bk_gray {
        background: #ccc;
        margin-right: calc(50% - 50vw);
        margin-left: 30%;
        height: 75.75rem;
        margin-top: -74rem;
        margin-bottom: 6rem;
    }
    section.concept_sec .logo_sub {
        transform: rotate(90deg);
        position: absolute;
        right: 0;
        margin-top: -25.4rem;
    }
    section.concept_sec .logo_sub img {
        width: 19.3125rem;
        height: 2.9375rem;
        flex-shrink: 0;
        position: absolute;
        left: 0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }
}


/*---▼ケアについて▼---*/
section.care_sec{
    margin-top: 2rem;
    margin-bottom: 5rem;
}
section.care_sec .flex_box{
    gap:2rem
    
}
section.care_sec .flex_box h3{
    margin-bottom: 2rem;
}
section.care_sec .flex_box p{
    margin-bottom: 1rem;
}
section.care_sec .flex_box>div{
      flex: 1;  
}
section.care_sec .care_box .flex_box .img_box {
    margin-right: calc(50% - 50vw);
}
section.care_sec .care_box .flex_box .img_box img {
margin-top: 7rem;
    width: 100%;
    object-fit: cover;
}
section.care_sec .care_h{
    text-align: center;
    margin-top: 5rem;
}
section.care_sec .care_h .img_box{
    margin: 2rem auto;
    width: 80%;
}
section.care_sec .care_h h3 span{
    color: #66D0EA;
font-size: 2.1875rem;
font-weight: 700;
line-height: 150%
}
section.care_sec .osusume{
     padding: 2rem 4rem;
    background: #F5F5F5;
    margin: 5rem 0;
}
section.care_sec .osusume h3{
    margin-bottom: 2rem;
}
section.care_sec .osusume ul {
position: relative;
    list-style-type: none;
    display: flex;
    gap: 0 4rem;
    justify-content: center;
    flex-wrap: wrap;
}
section.care_sec .osusume ul::after{
  content:"";
  display: block;
  width: calc(100% / 2 - 4rem);
}

section.care_sec .osusume ul li {
padding: 0.5rem 0;
    position: relative;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    padding-left: 1rem;
    width: calc(100% / 2 - 4rem);
}

section.care_sec .osusume ul li::before {
display: block;
    position: absolute;
    content: "";
    width: 2.125rem;
    height: 2.125rem;
    left: -29px;
    border-radius: 50%;
    background-color: #FFD6CE;
}
section.care_sec .osusume ul li::after{
display: block;
    position: absolute;
    content: "";
    width: 18px;
    height: 12px;
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #000000;
    transform: rotate(-45deg);
    top: 40%;
    left: -19px;
    margin-top: -4px;
}
section.care_sec .brand{
    margin-top: 3rem;
}
section.care_sec .brand .flex_box>div {
    flex: auto;
}
section.care_sec .brand .img_box{
width: 19.5rem;
}
@media screen and (max-width: 420px) {
 section.care_sec .flex_box .img_box img {
margin-top: 0rem;
}   
    section.care_sec .flex_box .img_box {
    margin-right: 0;
}
    section.care_sec .care_h{
        text-align: left;
    }
    section.care_sec .care_h .img_box{
    width: 100%;
}
section.care_sec .osusume {
    padding: 2rem 3rem;
    }
    section.care_sec .osusume h3 {
    margin-bottom: 1rem;
}
    section.care_sec .osusume ul::after{
  display: none;
}
    section.care_sec .osusume ul{
        flex-direction: column;
    }
section.care_sec .osusume ul li {
    width: auto;
            padding-left: 0.5rem;
    font-size: 1rem;
}
    
    section.care_sec .osusume ul li::before {
    width: 2rem;
    height: 2rem;
        top: 15%;
    }
    ]section.care_sec .osusume ul li::after {
    top: 41%;
    left: -22px;
}
    section.care_sec .care_h h3 span {
    color: #66D0EA;
    font-size: 1.5rem;
    }
    section.care_sec .brand .img_box{
        width: auto;
    }
}