@charset "utf-8";

/* ================
article header
=================== */
.intro{
    color: var(--primary-blue);
    text-align: center;
}

.intro__first{
    margin-top: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
}

.intro__secoud{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}

.mainVisual{
    width: 300px;
    height: 142px;
    margin: 20px auto 0;
}

.catch{
    text-align: center;
    background-color: var(--primary-pink);
    max-width: 343px;
    height: 130px;
    margin: 20px auto 0;
    border-radius: 50%;
}

.catch__copy{
    padding-top: 42px;
    font-size: 2.4rem;
    color: var(--primary-white);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.2px;
}

.catch__accessory{
    color: var(--primary-white);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 5px;
}

.subCatch{
    margin-top: 10px;
    color: var(--primary-blue);
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 7%;
}

.support__list{
    text-align: center;
    margin-top: 40px;
    background-image: url(../images/sp-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.support__item{
    background-color: var(--primary-lightBlue);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 4px solid var(--primary-blue);
    margin: 20px auto 0;
}

.support__title{
    padding-top: 80px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.support__desc{
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 12px;
}

@media screen and (min-width:769px){
    .intro__first {
        margin-top: 40px;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1;
    }

    .pc__intro{
        display: none;
    }

    .intro__secoud {
        font-size: 2.4rem;
        margin-top: 8px;
    }

    .mainVisual{
        width: 470px;
        height: 222px;
        margin: 30px auto 0;
    }

    .catch {
        max-width: 722px;
        height: 178px;
        margin: 30px auto 0;
    }

    .catch__copy {
        padding-top: 53px;
        font-size: 4rem;
        font-weight: 700;
    }

    .catch__accessory {
        font-size: 2.8rem;
        font-weight: 700;
        margin-top: 11px;
    }

    .subCatch {
        margin-top: 30px;
        font-size: 3.2rem;
        padding: 0 20%;
    }
   
    .support__list{
        background-image: url(../images/pc-back.jpg);
        max-width: 1440px;
        height: 380px;
        background-position: bottom;
        background-repeat:no-repeat;
        background-size: cover;
        display: flex; 
        justify-content: center;
        margin: 40px auto 0;
    }

    .support__item {
        width: 280px;
        height: 280px;
        border: 5px solid var(--primary-blue);
        margin: 0 10px 0 0;
    }

    .support__title{
        padding-top: 80px;
        font-size: 2.8rem;
    }

    .support__desc {
        font-size: 2rem;
    }

    .item--one,.item--three{
        margin-bottom: 100px;
    } 

    .item--two,.item--four{
        margin-top: 40px;
    }
}/* pc 769px */

/* ================
fade In
=================== */
.fadeIn{
    transform: translate(0,50px);
    opacity: 0;
}

.fadeIn.animated{
    transform: translate(0,0);
    opacity: 1;
}

.fadeIn--first{
    transition: 0.8s;
}

.fadeIn--second{
    transition: 2.0s;
}

/* ================
section about
=================== */
.section{
    padding: var(--contentPadding);
}

.section--aboutCannus{
    background-color: var(--primary-blueGray);
    margin-top: 60px;
    padding-bottom: 60px;
}

.txt{
    font-size: 1.8rem;
    font-weight: 400;
    background-color: var(--primary-lightBlue);
    border: solid var(--primary-blue) 3px;
    padding: 30px 20px;
    border-radius: 20px;
}

.desc__txt{
    margin-top: 24px;
}

.desc__txt:first-of-type{
    margin-top: 0;
}

.marker{
    background:linear-gradient(transparent 70%, var(--primary-lightPink) 70%);
}

.section--cannusIkoma{
    padding-bottom: 60px;
}

.section--cannusIkoma .txt{
    background-color: var(--primary-lightPink);
    border: solid var(--primary-pink) 3px;
}

@media screen and (min-width:769px){
    .section--aboutCannus{
        margin-top: 0;
        padding-bottom: 80px;
    }

    .txt{
        font-size: 2.4rem;
        font-weight: 500;
        border: solid var(--primary-blue) 5px;
    }
    
    .section--cannusIkoma{
        padding-bottom: 80px;
    }

    .section--cannusIkoma .txt{
        border: solid var(--primary-pink) 5px;
    }

}/* pc 769px */

/* ================
message
=================== */
.section--message{
    background-image: url(../images/logo-backImg.svg);
    background-repeat: repeat;
    width: 100%;
    padding-bottom: 0px;
}

.who img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid var(--primary-pink);
    display: block;
    margin: 0 auto;
}

.name{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}

.greeting__txt{
    margin-top: 20px;
    font-size: 1.8rem;
    padding: 0 5.3% 60px;
}

@media screen and (min-width:769px){
    .section--message {
        padding-bottom: 20px;
        background-size: 50%;
    }

    .who{
        display: flex;
        max-width: 966px;
        margin: 0 auto;
    }

    .who img{
        width: 375px;
        height: 375px;
        border-radius: 50%;
        border: 5px solid var(--primary-pink);
        display: block;
        margin: 0 auto;
    }

    .who:nth-of-type(2){
        flex-direction: row-reverse;
        margin-top: 80px;
    }

    .name{
        font-size: 2.6rem;
        margin-top: 20px;
    }

    .greeting__txt{
        margin-top: 20px;
        font-size: 2.4rem;
        padding: 0 5.3% 60px;
    }

}/* pc 769px */


/* ================
use
=================== */
.section--use{
    text-align: center;
}

.category{
    border: 4px var(--primary-blue) solid ;
    background-color: var(--primary-lightBlue);
    padding: 20px 0;
    border-radius: 20px;
}

.category:not(:first-of-type){
    margin-top: 20px;
}

.charge{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.cost{
    margin-top: 5px;
    font-size: 2rem;
}

.cost__desc{
    font-size: 1.6rem;
    margin-top: 5px;
}

.charge__list{
    margin-top: 20px;
}

.charge__item{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
}

.time{
    display: block;
    margin-top: 5px;
    font-size: 1.6rem;
} 

.btn__use{
    margin-top: 30px;
}

@media screen and (min-width:769px){
    .category{
        max-width: 1160px;
        margin: 0 auto;
        border: 5px var(--primary-blue) solid ;
        padding: 30px 0;
    }

    .category:first-of-type{
        display: flex;
        align-items: center;
    }

    .charge{
        width: 400px;
        font-size: 4rem;
    } 

    .category__second{
        display: flex;
        align-items: center;
        padding-bottom: 30px;
    }

    .cost{
        width: 760px;
        margin-top: 0;
        font-size: 3.2rem;
        text-align: left;
        padding-left: 60px;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .cost__desc{
        font-size: 2.4rem;
        margin-left: 60px;
    }

    .charge__list{
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .charge__item{
        width: 400px;
        font-size: 3.2rem;
        padding: 30px 0;
        white-space: nowrap;
    }

    .time{
        margin-top: 0;
        display: block;
        text-align: center;
        font-size: 3rem;
    } 

    .time--one{
        margin-left: 10.4%;
    }

    .time--two{
        margin-left: 11.1%;
    }

    .time--three{
        margin-left: 8.1%;
    }

    .category--last{
        display: flex;
        align-items: center;
    }

    .cost__desc--last{
        margin-top: 10px;
        text-align: left;
    }

    .trans__br{
        display: none;
    }
}/* pc 769px */


/* ================
nurse
=================== */
.section--nurse{
    margin-top: 60px;
    padding-bottom: 60px;
    background-color: var(--primary-lightPink);
}

.section--nurse .txt{
    background-color: var(--primary-white);
    border: solid var(--primary-pink) 3px;
}

.charge__nurseSupport{
    text-align: center;
}

.charge__NS{
    text-align: center;
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 500;
}

.time__NS{
    font-size: 1.6rem;
}

.btn__nurse{
    margin-top: 15px;
    background-color: var(--primary-pink);
    color: var(--primary-white);
}

.btn__nurse:hover{
    background-color: var(--primary-white);
    color: var(--primary-black);
    border: 5px solid var(--primary-pink);
}

@media screen and (min-width:769px){
    .section--nurse{
        padding-bottom: 80px;
    }

    .section--nurse .txt{
        border: solid var(--primary-pink) 5px;
    }

    .charge__nurseSupport{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 40px;
    }

    .charge__NS{
        font-size: 3.2rem;
        margin-top: 0;
    }

    .time__NS{
        font-size: 2.4rem;
    }

    .btn__nurse{
        margin-top: 40px;
    }
}/* pc 769px */

/* ================
support
=================== */
.section--support{
    background-color: var(--primary-lightBlue);
    padding-bottom: 60px;
}

.section--support .txt{
    background-color: var(--primary-white);
}

.support-only{
    font-size: 2rem;
    font-weight: 500;
}

.btn__support{
    margin-top: 15px;
}

.btn__support:hover{
    background: var(--primary-white);
} 

@media screen and (min-width:769px){
    .btn__support{
        margin-top: 40px;
    }

    .section--support{
        padding-bottom: 80px;
    }
}/* pc 769px */

