@charset "utf-8";

/* ==================================== 
mainVisual
=====================================*/
.mainVisual {
    position: relative;
}

.mainVisual::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; 
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
}

.mv__Sp1 {
    display: block;
    width: 100%;
    margin-top: 93px;
}

.mv__Sp2 {
    display: block;
    width: 100%;
    margin-top: 93px;
}

.mv__Sp3 {
    display: block;
    width: 100%;
    margin-top: 93px;
}

.mainVisual__pcBox {
    display: none;
}


.mv__topic {
    position: absolute;
    top: 50.8%;
    left: 12.8%;
    z-index: 15;
}

.mainVisual__topic1 {
    display: block;
    color: var(--primary-white);
    font-family: "Noto Sans JP";
    font-size: 10.6vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.mainVisual__topic2 {
    display: block;
    color: var(--primary-white);
    font-family: "Roboto";
    font-size: 10.6vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width:769px) {
    .mainVisual {
        position: relative;
    }

    .mainVisual::before {
        content: "";
        width: 91.6%;
        height: 100%;
        position: absolute;
        top: 0; 
        left: 8.3%;
        background-color: rgba(0,0,0,0.3);
        border-radius: 50px 0 0 50px;
        z-index: 10;
    }

    .mainVisual__spBox {
       display: none;
    } 

    .mainVisual__pcBox {
        display: block;
        margin-top: 115px;
        width: 91.6%;
        margin-left: auto;
        border-radius: 50px 0 0 50px;
    }

    .mv__Pc1 {
        display: block;
        border-radius: 50px 0 0 50px;
    }
    
    .mv__Pc2 {
        display: block;
        border-radius: 50px 0 0 50px;
    }
    
    .mv__Pc3 {
        display: block;
        border-radius: 50px 0 0 50px;
    }

    .mv__topic {
        position: absolute;
        top: 36.8%;
        left: 37%;
        z-index: 15;
    }

    .mainVisual__topic1 {
        font-size: 5.3vw;
    }

    .mainVisual__topic2 {
        font-size: 5.3vw;
    }
}

/* ==================================== 
section--nursing
=====================================*/
.section--nursing {
    padding: 60px 4.2%;  
}

.topic__ourNursing {
    max-width: 204px;
    position: relative;
}

.topic__ourNursing::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.topic__ourNursing::after {
    position: absolute;
    top: 17px;
    right: 0;
    content: "";
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.gradation__topicTxt  {
    font-size: 2rem;
}

.nursingImg {
    margin-top: 32px;
}

.nurse__ourTxt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 21px;
}

@media screen and (min-width:769px) {
    .section--nursing {
        padding: 120px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .topic__ourNursing {
        max-width: 300px;
        position: relative;
        font-size: 3rem;
    }

    .topic__ourNursing::before {
        top: 20px;
        width: 50px;
    }

    .topic__ourNursing::after {
        top: 20px;
        width: 50px;
    }

    .nursing__contents {
        display: flex;
        max-width: 1160px;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-top: 48px;
    }

    .nursingImg {
        margin-top: 0;
        max-width: 513px;
    }

    .nursing__txtBox {
        max-width: 463px;
    }

    .gradation__topicTxt  {
        font-size: 2.4rem;
    } 

    .nurse__ourTxt {
        font-size: 1.6rem;
        line-height: 2;
    }
}

/* ==================================== 
section--nursingService
=====================================*/
.section--nursingService {
    padding: 60px 4.2%;  
    background-color: var(--primary-sectionPink);
}

.topic__nursingService {
    max-width: 236px;
    font-size: 2.2rem;
    position: relative;
}

.topic__nursingService::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.topic__nursingService::after {
    position: absolute;
    top: 16px;
    right: 0;
    content: "";
    width: 20px;
    height: 3px;
    background-color: var(--primary-orange);
}

.subTxt__nursing {
    font-size: 2rem;
}

.nursingService__list {
    margin-top: 32px;
}

.nursingService__item {
    padding: 30px 15px;
    background-color: var(--primary-white);
    border-radius: 10px;
    margin-top: 20px;
}

.nursing__itemTopic {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5; 
    font-weight: 700;
}

.nursing__itemImg {
    margin-top: 12px;
}

.nursing__itemImg img {
    height: 150px;
    display: block;
    margin: 0 auto;
}

.nursing__itemTxt {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.nursing__btnGroup {
    margin-top: 30px;
}

.btn__nursing {
    margin-top: 12px;
    justify-content: center;
}

@media screen and (min-width:769px) {
    .section--nursingService {
        padding: 120px 0;  
    }

    .topic__nursingService {
        max-width: 360px;
        font-size: 3rem;
    }

    .topic__nursingService::before {
        top: 20px;
        width: 50px;
    }

    .topic__nursingService::after {
        top: 20px;
        width: 50px;
    }

    .subTxt__nursing {
        font-size: 3rem;
    }

    .nursingService__list {
        margin: 60px auto 0;
        max-width: 1200px;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 20px;
        flex-shrink: 0;
        flex-wrap: wrap;
    }

    .nursingService__item {
        max-width: 373px;
        padding:30px 20px;
        margin-top: 0;
    }

    .nursingService__item:nth-of-type(1),
    .nursingService__item:nth-of-type(2),
    .nursingService__item:nth-of-type(3) {
        height: 330px;
    }

    .nursingService__item:nth-of-type(4),
    .nursingService__item:nth-of-type(5),
    .nursingService__item:nth-of-type(6) {
        height: 360px;
    }

    .nursingService__item:nth-of-type(7),
    .nursingService__item:nth-of-type(8),
    .nursingService__item:nth-of-type(9) {
        height: 340px;
    }

    .nursing__itemTopic {
        font-size: 2rem;
    }

    .nursing__itemTxt {
        font-size: 1.6rem;
        max-width: 313px;
    }

    .nursing__btnGroup {
        margin-top: 30px;
        display: flex;
        margin: 50px auto 0;
        max-width: 480px;
        gap: 20px;
    }

    .btn__nursing {
        margin-top: 0;
        width: 230px;
        justify-content: center;
    }
}