@charset "utf-8";

.container {
    overflow: hidden;
}

/* =======================
article__header
========================*/
.logo__pc {
    display: none;
}

.mainVisual {
    margin-top: 40px;
}

@media screen and (min-width: 769px) {
    .logo__sp {
        display: none;
    }

    .logo__pc {
        display: block;
    }
}/* pc 769px */

/* =======================
greet
========================*/
.section--greet {
    padding: 70px 0 0 0;
}

.topicsWrap {
    font-size: 1.8rem;
    font-weight: 400;
    align-items: center;
    display: flex;
    justify-content: center;
}

.greetTxt {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 30px auto;
    text-align: center;
}

.maincaptionTxt {
    margin: 30px;
    font-size: 1.5rem;
}


@media screen and (min-width: 769px) {
    .greetTxt {
        max-width: 650px;
        margin-top: 45px;
    }

    .topicsWrap {
        font-size: 3.6rem;
        font-weight: 700;
    }

    .greetTxt {
        font-size: 3.2rem;
        font-weight: 700;
    }

    .maincaptionTxt {
        font-size: 2rem;
        text-align: center;
    }

}/* pc 769px */


/* =======================
ceo
========================*/
.section section--ceo {
    margin: 30px auto;
    padding-bottom: 50px;
}
.ceoProfile {
    display: block;
    margin: 10px auto;
}

.ceoName {
    font-size: 2.4rem;
    text-align: center;
    padding: 30px 0;
}

.ceoCareer1 {
    font-size: 1.8rem;
    text-align: center;
}

.ceoCareer2 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

.ceoCareer {
    font-size: 1.6rem;
    line-height: 150%;
    text-align: center;
}


@media screen and (min-width: 769px) {
    .ceoWrap {
        display: flex;
        align-items: center;
        margin: 30px auto 100px;
        width: 800px;
    }

    .ceoProfile {
        width: 324px;
        padding: 0;
        margin: 0 80px 0 0;
    }

    .ceoTxt {
        margin-left: 50px;
    }

    .ceoName {
        margin: 0 auto;
        font-size: 3.2rem;
        font-weight: 700;
    }

    .ceoCareer1 {
        font-size: 2.2rem;
    }

    
    .ceoCareer2 {
        font-size: 2rem;
        font-weight: 700;
    }

    
    .ceoCareer {
        font-size: 2rem;
    }

    .section--ceo {
        padding: 50px 0 0;

    }
}/* pc 769px */


/* =======================
service
========================*/

.section--service {
    background-color: #FFF6FA;
    padding-top: 50px;
    padding-bottom: 50px;
}

.lineUp__category {
    padding: 20px 0px 30px 0px;
    gap: 25px;
}

.serviceImg {
    width: 327px;
    display: block;
    margin: 0 auto;
}

.titleWrap,
.titleWrapReverse {
    display: flex;
    height: 100px;
    align-items: center;
    text-align: center;
}


.title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-left: 25px;
}

.title2 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-left: 25px;
}

.tileNumber {
    font-size: 5rem;
    font-weight: 700;
    color: #FFC8E0;
    margin-left: 50px;
}

.tileNumber2 {
    font-size: 5rem;
    font-weight: 700;
    color: #FFC8E0;
    margin-left: 50px;
}

.serviceLineUpTxt {
    font-size: 1.6rem;
    line-height: 150%;
    padding: 0 6.4%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

.serviceLineUpTxt2 {
    font-size: 1.6rem;
    line-height: 150%;
    padding: 0 6.4%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

.serviceTxt {
    font-size: 1.6rem;
    line-height: 150%;
    padding: 30px 6.4% 30px;
}

.servicePCImg {
    display: none;
}

@media screen and (min-width: 769px) {
    .section--service {
        padding-top: 50px;
    }

    .titleWrapReverse {
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: row-reverse;
    }

    .tileNumber {
        font-size: 10rem;
        font-weight: 700;
        color: #FFC8E0;

    }

    .tileNumber2 {
        font-size: 10rem;
        font-weight: 700;
        color: #FFC8E0;
        margin-right: 20px;
    }

    .titleWrap {
        display: flex;
        align-items: center;
        height: 200px;
    }

    .title {
        font-size: 3rem;
        margin: 0 3%;
    }

    .title2 {
        font-size: 3rem;
        margin-left: 15px;
    }

    .serviceImg {
        display: none;
    }

    .serviceLineUpTxt {
        width: 400px;
        margin-top: 0;
    }

    .serviceLineUpTxt2 {
        width: 400px;
        margin-top: 30px;
        margin-right: 35px;
        font-size: 2rem;
    }

    .servicePCImg {
        display: block;
        max-width: 660px;
        border-radius: 30px;
    }

    .lineUp__category {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin-top: 80px;
    }

    .lineUp__categoryReverse {
        flex-direction: row-reverse;
    }

    .serviceLineUpTxt {
        font-size: 2rem;
        line-height: 1.7;
    }

    .serviceTxt {
        font-size: 2.4rem;
        line-height: 1.5;
        width: 55%;
        margin: 0 auto 30px;
    }
}/* pc 769px */

/* =======================
information
========================*/
.informationTopicsWrap {
    font-size: 1.8rem;
    font-weight: 400;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 80px;
}

.informationBoder {
    margin-bottom: 40px;
}

.before_topics {
    width: 15px;
    margin-right: 4px;
}

.section--information {
    padding: 40px 6.4% 0px;
}

.informationBoder {
    border-radius: 30px;
    border: 3px solid #FF7EB6;
    background: #FFF;
    padding: 0px 10px 40px;
}

.information__listF {
    font-size: 1.6rem;
    margin: 23px 6.4%;
    border-bottom: solid 1px var(--primary-pink);
}

.information__listS {
    font-size: 1.6rem;
    margin: 40px 6.4%;
    border-bottom: solid 1px var(--primary-pink);
}

.informationTopicsWrap {
    display: flex;
    align-items: center;
    margin: 40px 6.4%;
}

.before_topics {
    width: 15px;
    margin-right: 4px;
}


.informationBoder {
    border-radius: 30px;
    border: 3px solid #FF7EB6;
    background: #FFF;
    padding: 0px 10px 40px;
}

.information__listF {
    font-size: 1.6rem;
    margin: 23px 6.4%;
    border-bottom: solid 1px var(--primary-pink);
}

.information__listS {
    font-size: 1.6rem;
    margin: 40px 6.4%;
    border-bottom: solid 1px var(--primary-pink);
}


@media screen and (min-width: 769px) {
    .informationBoder {
        margin: 0 auto;
        max-width: 925px;
        padding: 0;
    }

    .informationTopicsWrap {
        margin: 50px 0 250px 5%;
    }

    .informationWrap {
        display: flex;
        height: 550px;
    }

    .information__list {
        margin-left: 6%;
        margin-top: 50px;
    }

    .information__listF {
        font-size: 2rem;
    }

    .information__listS {
        font-size: 2rem;
    }

    .before_topics {
        width: 25px;
    }
}/* pc 769px */


