@charset "utf-8";

/* =======================
common 
========================*/
:root {
    --primary-pink: #FF7EB6;
    --primary-gray: #393939;
    --primary-babypink: #FFECF4;
    --primary-lightpink: #FFACD0;
    --primary-background: #FFF6FA;
    --primary-number: #FFC8E0;
    --contentWidth: 91.4%;
    --contentPadding: 4.2%;
}

html {
    font-size: 62.5%;
}

body {
    font-family:
        "Noto Sans JP",
        Arial,
        sans-serif;
    font-style: normal;
    color: #393939;
    background-color: #fff;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}


.btn--contact {
    border-radius: 50px;
    background: #d49d55bb;
    color: #393939;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 20px 60px;
    width: 150px;
    display: block;
    margin: 20px auto 30px;
    text-align: center;
}


.btn:hover {
    opacity: 0.5;
}

/* common pc */
@media screen and (min-width: 769px) {
    .section__topic {
        font-size: 3.6rem;
        line-height: 1;
    }
    .topic::after {
        margin: 32px auto 0;
    }

    .btn {
        width: 343px;
        height: 56px;
        font-size: 3rem;
    }

}/* pc 769px */

/* =======================
header
========================*/
.header {
    padding: 30px 0 0 4.2%;
    height: 64px;
    display: flex;
    align-items: center;  
    justify-content: space-between;
}

.header__topic,
.nav__topic {
    font-family: "Noto Sans JP";
    color: #393939;
    font-size: 2.3rem;
    line-height: 1.3;
    text-decoration: none;
}

.header__topic span,
.nav__topic span {
    font-size: 2.1rem;
    color: #393939;
    text-decoration: none;
    margin-left: 15px;
}

.header__topic a,
.nav__topic a {
    color: #393939;
    text-decoration: none;
    align-items: center;
} 

/* .navの初期表示 */
.nav {
    background: #FFF6FA;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    padding-left: 4.2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__topic {
    font-family: "Noto Sans JP";
    color: #393939;
    font-size: 2.3rem;
    line-height: 1.3;
    text-decoration: none;
}

.nav__list {
    margin-top: 60px;
}

.nav__item {
    color: #393939;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 48px;
    display: flex;
    align-items: center;
}

.nav__btnContact {
    color: #393939;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    background-color: #d49d55bb;
    border-radius: 20px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.nav__btnContact:hover {
    opacity: 0.8;
}

.nav__btnContact:last-of-type {
    display: none;
}

.nav__item a {
    color: #393939 !important;
    text-decoration: none;
}

.nav__item a:hover {
    color: #393939;
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    width: 64px;
    height: 64px;
}


/* headerPC */
@media screen and (min-width: 769px) {
    .header {
        max-width: 1280px;
        height: 100px;
        margin: 0 auto;
        padding: 0px 60px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .header__topic {
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 0;
        margin-left: 40px;
    }

    .header__topic span {
        font-size: 3rem;
        display: block;
        margin-left: 50px;
    }

    .nav__header {
        display: none;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translateX(0);
    }

    .nav__list {
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .nav__item {
        margin: 0 0 0 40px;
        color: #393939;
        font-size: 2.4rem;
    }

    .before_topics_s {
        display: none;
    }

    .nav__item:nth-last-of-type(2) {
        display: none;
    }

   .nav__item:last-of-type {
        display: block;
    }

    .nav__btnContact:last-of-type {
        display: block;
    }

    .header__btn {
        display: none;
    }
}/* pc 769px */

/* =======================
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 {
    background-color: #FFF;
    padding: 40px 6.4% 40px;
}

.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: 23px 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;
}

.section--information {
    background-color: #FFF;
    padding: 50px 6.4% 80px;
}

.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: 23px 6.4%;
    border-bottom: solid 1px var(--primary-pink);
}

.btn--contact {
    margin-bottom: 0 !important;
}


@media screen and (min-width: 769px) {
   .section--information {
    padding-bottom: 80px;
   }

    .informationBoder {
        margin: 0 auto;
        max-width: 1000px;
        padding: 0;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .informationTopicsWrap {
        margin: 100px 0 250px 0;
        font-size: 2.4rem;
    }

    .informationWrap {
        display: flex;
        height: 400px;
    }

    .information__list {
        margin-left: 6%;
        margin-top: 50px;
        height: 350px;
    }

    .information__listF {
        font-size: 2rem;
    }

    .information__listS {
        font-size: 2rem;
    }

    .before_topics {
        width: 25px;
    }

    .btn--contact {
        margin-bottom: 40px !important;
    }
}/* pc 769px */

/* =======================
footer
========================*/
.footerBorderSP {
    display: block;
    margin: 50px auto;
}

.footerBorder {
    display: none;
}

footer {
    background-color: #FFF6FA;
}

.menu__topic {
    font-family: "Noto Sans JP";
    color: #393939;
    font-size: 2.3rem;
    line-height: 1.3;
    text-decoration: none;
    margin-top: 50px;
    margin-left: 30px;
}

.menu__topic span {
    font-size: 2.1rem;
    color: #393939;
    text-decoration: none;
    margin-left: 15px;
}

.menu__topic a {
    color: #393939;
    text-decoration: none;
    align-items: center;
}

.menu__item {
    font-size: 16px;
    margin-top: 20px;
}

.menu__list {
    margin: 0 0 0 6.4%;
}

.reservePc {
    display: none;
}

.footerAll {
    display: flex;
    flex-direction: column-reverse;
}

.reserveSp {
    padding: 50px 6.4%;
    max-width: 400px;
    margin: 0 auto;
}

.copy {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 20px;
}

.before_topics_pc {
    display: none;
}

.footer .menu__list a {
    color: #393939 !important;
    text-decoration: none;
    transition: color 0.3s;
}

.footer .menu__list a:hover {
    color: #393939 !important;
}

@media screen and (min-width: 769px) {
    .footerBorderSP {
        display: none;
    }

    .footerBorder {
        display: block;
        margin: 30px auto;
        max-width: 1270px;
        width: 80%;
        height: 4px;
    }


    .footerAll {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 50px;
    }

    .topicsWrap {
        margin-top: 100px;
    }

   .menu__topic {
        font-size: 4.0rem;
        font-weight: 700;
        margin-top: 60px;
    }    

   .menu__topic span {
        font-size: 3.6rem;
        color: #393939;
        text-decoration: none;
        margin-left: 30px;   
    }

    .menu__item {
        font-size: 2.0rem;
        margin-left: 120px;
        font-weight: 400;
    }

    .menu__list {
        margin-left: 20px;
    }

    .LogoMenu {
        padding-left: 8%;
        padding-right: 2%;
    }

    .reserveWrap {
        margin-left: 2%;
        margin-right: 2%;
    }

    .before_topics_sp {
        display: none;
    }

    .before_topics_pc {
        display: block;
    }

    .copy {
        font-size: 2.4rem;
        text-align: center;
        margin-top: 90px;
        margin-bottom: 40px;
    }
}/* pc 769px */