@charset "utf-8";
/* common */
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%; /* 16px * 62.5% = 10px */
    width: 100%;
    box-sizing: border-box;
}

body { 
    color: #333; 
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 2.4rem;
    text-align: center;
}

section h2 {
    font-size: 2.3rem;
}

a:hover {
    opacity: 0.5;
}

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

.selif_txt {
    font-family: "Zen Old Mincho";
    font-size: 2.0rem;
    line-height: 170%;
}

.section_topic {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 140%;
}

.section_topic::after {
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background: rgba(238, 128, 112, 0.60);
    margin: 10px auto 5px;

}

.section_subtopic {
    font-family: Quicksand;
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.section_description {
    padding: 0 14px;
    text-align: left;
    margin-bottom: 30px;
}

#point::before,#menu::before,#voice::before,#question::before,#access::before {
    content: "";
    display: block;
    height: 60px; 
    margin-top: -40px;
    visibility: hidden;
}

/* レスポンシブ */
.sp__design {
    max-width: 390px;
    margin: 0 auto;
    box-shadow: 0 4px 64px rgba(25, 25, 25, .15);
    overflow: hidden;
}


/* button */
.btn {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1300;
}

.btn_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    cursor: pointer;
    width: 375px;
    height: 50px;
    gap: 5px;
}



.btn_item:nth-child(1) {
    width: 33%;
    height: 100%;
    background: linear-gradient(90deg, #F3A183 0%, #EC6F66 100%);
    border-radius: 20px 20px 0 0;

}

.btn_item:nth-child(2) {
    width: 34%;
    height: 100%;
    background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
    border-radius: 20px 20px 0 0;
}

.btn_item:nth-child(3) {
    width: 33%;
    height: 100%;
    background: linear-gradient(90deg, #FFE17D 0%, #FFB84C 100%);
    border-radius: 20px 20px 0 0;
}

.btn_item a {
    color: #Fff;
    text-decoration: none;
    display: flex; /* ← ここ！ */
    justify-content: center; /* 横中央 */
    align-items: center;     /* 縦中央 */
    width: 100%;
    height: 100%;
}

.pc__design {
    display: none;
}



/* header */
.header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    max-width: 390px;
    z-index: 1200;
    background-color: #fff;
}
.header h1 {
    position: absolute;
    left: 10px;
}

.header h1 a {
    font-size: 2.0rem;
    font-weight: 700;
    text-decoration: none;
    color: #EE8070;
} 

.nav__topic a {
    font-size: 2.0rem;
    font-weight: 700;
    text-decoration: none;
    color: #FFF;
} 

.header__topic a,
.nav__topic a {
    display: flex;
    align-items: center;
}

.btn_open img {
    width: 30px;
    height: 24px;
}

.btn_close img {
    width: 24px;
    height: 24px;
}
/* navigation */
/* .nav初期表示 */
.nav {
    background-color: #ee8170f0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.4s;
}
.nav__header {
    padding: 80px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 5px;
    width: 375px;
}
.nav__btn {
    width: 55px;
    height: 40px;
    cursor: pointer;
}
.nav__list {
    margin-top: 150px;
}
.nav__item {
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}
.nav__item a {
    color: #FFF;
    text-decoration: none;
}

@media(min-width: 1160px) {
    .nav {
        max-width: 390px;
    }
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}
.nav.active+.btn_open {
    display:none;
} 
.nav.active+.btn_open {
    opacity:0;
} 
.header__btn {
    display: block;
    width: 55px;
    height: 40px;
    position:absolute;
    top: 17px;
    right: 20px;
    z-index: 1200;
    cursor: pointer;
}

/* PCデザイン */
@media(min-width: 1160px) {
    .sp__design {
        max-width: 390px;
        margin: 0 auto;
        background-image: none;
    }
    .header {
        max-width: 390px;
    }
    .pc__design {
        background-image: repeating-radial-gradient(at 0% 0%, rgba(240, 198, 176, 0.7), rgba(255, 255, 255, 0.7));
        position: fixed;
        z-index: -100;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .pc__design-wrapper {
        position: absolute;
        top: 5%;
        left: 3%;
        width: 30vw;
        /* max-width: 370px; */
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .pc__design_topic {
        font-size: 3.5rem;
        line-height: 140%;
        margin-bottom: 50px;
        font-weight: 700;
        color: #EE8070;
    }
    
    .pc_pointList {
        /* width: 30%; */
        max-width: 345px;
        list-style: none;
    }

    .pc_pointItem {
        margin-bottom: 30px;
        display: flex;
        padding: 10px 15px;
        justify-content: flex-start;
        align-items: center;
        border-radius: 25px;
        background: linear-gradient(90deg, #F3A183 0%, #EC6F66 100%);
        color: #FFF;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
        width: 300px;
    }

    .pc_pointItem::before {
        display: inline-block;
        content: "";
        width: 25px;
        height: 25px;
        background-image: url("../images/light_plan.png");
        background-size: contain;
    } 


    .nav {
        width: 100%;
        height: 100vh;

    }
    .nav__item {
        font-size: 2.2rem;
        margin-bottom: 48px;
    }
    .pc__design {
        display: block;
    }  
}

/* ↑↑↑PC要調整 */

/* top */
.main {
    background-color: #fff;
}
.mainVis {
    margin-top: 60px;
}
.mainVis_lead {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 240%;
    margin: 50px auto;
    position: relative;
}

.mainVis_lead::before {
    display: block;
    content: "";
    width: 150px;
    height: 150px;
    background-image: url("../images/hari_image.png");
    background-size: contain;
    position: absolute;
    top: -40px;
    left: -40px;
    animation: jinjinPulse 2s ease-in-out infinite;
}

.mainVis_lead::after {
    display: block;
    content: "";
    width: 150px;
    height: 150px;
    background-image: url("../images/hari_image.png");
    background-size: contain;
    position: absolute;
    bottom: -40px;
    right: -40px;
    animation: jinjinPulse 3s ease-in-out infinite;
    z-index: 99;
}

@keyframes jinjinPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.9;
    }
}

.mainVis_lead__txt {
    margin-bottom: 30px;
}


.container {
    position: relative;
    background: #FFF;
    height: 5vh;
}

.wave {
    position: absolute;
    height: 78px;
    width: 100%;
    background: #FFF;
    bottom: 0;
}

.wave::before, .wave::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
}

.wave::before {
    width: 55%;
    height: 109%;
    background-color: #FFF9F8;
    right: -1.5%;
    top: 60%;
}
.wave::after {
    width: 55%;
    height: 100%;
    background-color: #FFF;
    left: -1.5%;
    top: 40%;
}

/* worry */
.section_worry {
    background-color: #FFF9F8;
}

.worry_topic {
    padding-top: 100px;
    color: #EE8070;
    margin-bottom: 30px;
}

.worry_list {
    margin-bottom: 30px;

}

.worry_item {
    margin: 0 auto;
    list-style: none;
    background-color: #fff;
    height: 35px;
    width: 345px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.worry_item::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/check_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 5px;
}

.worry_txt {
    margin: 30px auto 50px;
}

.worry_txt::before {
    display: block;
    content: "";
    width: 145px;
    height: 100px;
    background-image: url("../images/worry_img.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 30px;
}

.worry_txt::after {
    display: block;
    content: "";
    width: 13px;
    height: 32px;
    background-image: url("../images/arrow_img.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 50px auto;
}

.border_txt {
    background: linear-gradient(transparent 70%,rgba(238, 128, 112, 0.20) 30%);
    display: inline;
}

.video_image {
    width: 200px;
    height: auto;
    margin: 30px auto;
}

.worry_description {
    padding: 0 15px;
    text-align: left;
    margin-bottom: 30px;
}

.bold_txt {
    font-weight: 700;
}

.staff_img::after {
    display: block;
    content: "";
    width: 200px;
    height: 135px;
    background-image: url("../images/staff_img.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px auto 0;
    padding-bottom: 50px;
}

.container_2 {
    position: relative;
    background: #FFF9F8;
    height: 5vh;
}

.wave_2 {
    position: absolute;
    height: 78px;
    width: 100%;
    background: #FFF9F8;
    bottom: 0;
}

.wave_2::before, .wave_2::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
}

.wave_2::before {
    width: 55%;
    height: 109%;
    background-color: #FFF;
    right: -1.5%;
    top: 60%;
}
.wave_2::after {
    width: 55%;
    height: 100%;
    background-color: #FFF9F8;
    left: -1.5%;
    top: 40%;
}

.section_point {
    margin: 80px auto 50px;
    position: relative;
}

.section_point::before {
    display: block;
    content: "";
    width: 150px;
    height: 150px;
    background-image: url("../images/hari_image.png");
    background-size: contain;
    position: absolute;
    top: -20px;
    left: -60px;
    animation: jinjinPulse 2s ease-in-out infinite;
}

.point_list {
    margin: 50px auto;
    list-style: none;
}

.point_item {
    width: 345px;
    padding: 40px 15px 20px;
    margin: 0 auto 80px;
    border-radius: 10px;
    border: 1px solid #EE8070;
    box-shadow: 0px 0px 5px 0px rgba(238, 128, 112, 0.60);
    position: relative;
}

.point_number {
    width: 60px;
    height: 60px;
    border-radius: 70px;
    background: #EE8070;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: Quicksand;
    font-size: 1.4rem;
    padding-top: 5px;
}

.point_number span {
    color: #FFF;
    display: block;
    font-family: "Zen Old Mincho";
    font-size: 2.5rem;
    line-height: 0.5;
}

.point_topic {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
}

.point_topic span {
    color: #EE8070;
}

.point_img {
    width: 310px;
    height: 315px;
    margin-bottom: 10px;
}

.point_description {
    text-align: left;
}

.point_item:nth-child(1) {
    position: relative;
}

.point_item:nth-child(1)::after {
    display: block;
    content: "";
    width: 150px;
    height: 150px;
    background-image: url("../images/hari_image.png");
    background-size: contain;
    position: absolute;
    bottom: -90px;
    right: -60px;
    animation: jinjinPulse 2s ease-in-out infinite;
}

.point_item:nth-child(3) {
    position: relative;
}

.point_item:nth-child(3)::after {
    display: block;
    content: "";
    width: 150px;
    height: 150px;
    background-image: url("../images/hari_image.png");
    background-size: contain;
    position: absolute;
    bottom: -90px;
    left: -60px;
    animation: jinjinPulse 2s ease-in-out infinite;
}


.point_item:nth-child(4) {
    position: relative;
}

.point_item:nth-child(4)::after {
    display: block;
    content: "";
    width: 150px;
    height: 150px;
    background-image: url("../images/hari_image.png");
    background-size: contain;
    position: absolute;
    bottom: -90px;
    right: -60px;
    animation: jinjinPulse 2s ease-in-out infinite;
}

.nursery_txt {
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.nursery_txt::before,.nursery_txt::after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../images/chick_img.png");
    background-size: contain;
}

.nursery_img {
    width: 345px;
    height: auto;
    margin: 10px auto;
}

.nursery_description {
    width: 345px;
    margin: 0 auto;
    text-align: left;
}
.point_description {
    text-align: left;
    margin: 0 auto;
}

.section_menu {
    background: linear-gradient(180deg, rgba(238, 128, 112, 0.30) 0%, rgba(238, 128, 112, 0.10) 100%);
    padding: 50px 0;
}

.menu_item {
    list-style: none;
    padding-bottom: 30px;
    margin: 0 auto 50px;
    width: 345px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}

.menu_subtopic {
    color: #FFF;
    text-align: center;
    font-family: Quicksand;
    font-size: 2.0rem;
    line-height: 140%; 
}

.menu_item:nth-child(1) .menu_subtopic {
    display: flex;
    padding: 15px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(90deg, #F3A183 0%, #EC6F66 100%);
}

.menu_item:nth-child(1) .menu_subtopic::before,.menu_item:nth-child(1) .menu_subtopic::after {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../images/light_plan.png");
    background-size: contain;
}

.menu_item:nth-child(2) .menu_subtopic {
    display: flex;
    padding: 15px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
}

.menu_item:nth-child(2) .menu_subtopic::before,.menu_item:nth-child(2) .menu_subtopic::after {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../images/standard_plan.png");
    background-size: contain;
}

.menu_item:nth-child(3) .menu_subtopic {
    display: flex;
    padding: 15px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(96deg, #D0A900 -8.21%, #FBE8AA 16.85%, #D0A900 53.94%, #FBE8AA 84.47%, #D0A900 103.22%);
}

.menu_item:nth-child(3) .menu_subtopic::before,.menu_item:nth-child(3) .menu_subtopic::after {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../images/premium_plan.png");
    background-size: contain;
}

.menu_money {
    color: #EC6F66;
    font-weight: 700;
    line-height: 150%; 
    margin: 30px auto;
    font-size: 2.0rem;
}

.pink {
    color: #EC6F66;
}

.blue {
    color: #3787BC;
}

.yellow {
    color: #F8B500;
}

.money_txt {
    font-size: 3.5rem;
}

.money_txt_b {
    color: #333;
    font-size: 2.0rem;
}

.menu_txt {
    width: 220px;
    margin: 0 auto 10px;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
}

.pink_pin::before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../images/pin_pink.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.blue_pin::before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../images/pin_blue.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.yellow_pin::before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../images/pin_yellow.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 10px;
}

/* voice */
.section_voice {
    margin: 50px auto 0;
}

.slick_voice {
    background: #FFF9F8;
    padding: 30px 0 0;
    width: 100%;
}

.voice_topic {
    margin-bottom: 20px;
}
.slick_voice_item {
    margin-bottom: 10px;
}

.slick_voice_item div {
    display: flex;
    justify-content: space-around;
}

.voice_topic {
    font-size: 2.0rem;
    font-weight: 400;
}

.voice_txt {
    display: inline-block;
    border-radius: 10px;
    background-color: #FFF;
    margin-bottom: 10px;
    width: 270px;
    text-align: left;
    display: flex;
    justify-content: space-around;
    padding: 10px 15px;
    position: relative;
}

.voice_txt::before {
    display: block;
    content: "";
    position: absolute;
    left: -10px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 16px solid #fff;
}

.person_orange {
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../images/voice_icon1.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.person_pink {
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../images/voice_icon2.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.person_blue {
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../images/voice_icon3.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.person_blue2 {
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../images/voice_icon4.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.person_blue3 {
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../images/voice_icon5.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.person_purple {
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../images/voice_icon6.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}


/* Instagram */
.instagram_txt {
    writing-mode: vertical-rl;
    text-orientation: upright;  
    text-shadow: 0px 0px 5px rgba(238, 128, 112, 0.60);
    font-size: 3.0rem;
    font-weight: 400;
    margin: 50px auto 100px;
    position: relative;
}

.instagram_txt::before {
    display: block;
    content: "";
    width: 150px;
    height: 150px;
    background-image: url("../images/hari_image.png");
    background-size: contain;
    position: absolute;
    top: -20px;
    left: -50px;
    animation: jinjinPulse 2s ease-in-out infinite;
}




/* question */

.section_question {
    background-color: #FFF9F8;
    padding: 50px 0;
}
.qa-6 {
    max-width: 350px;
    margin-bottom: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.20);
    margin: 0 auto;
    text-align: left;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

/* access */
.section_access {
    margin: 50px auto 0;
    padding-bottom: 50px;
}

.access_list {
    margin: 20px auto;
    width: 345px;
}

.access_item {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
    line-height: 22px;
}

.access_item span {
    width: 85px;
    height: 22px;
    border-radius: 20px;
    background: #EE8070;
    color: #fff;
    margin-right: 20px;
}

.access_link {
    color: #333;
}
.access_map {
    width: 345px;
    height: 225px;
}

.access_parking {
    margin: 30px auto;
    width: 345px;
}

.parking_list {
    list-style: none;
}

.parking_item {
    margin-bottom: 30px;
}

.parking_title {
    margin-bottom: 10px;
}

.parking_txt {
    text-align: left;
    margin-bottom: 10px;
}

.parking_img {
    width: 345px;
    height: 200px;
    margin: 0 auto;
}

/* footer */

.footer {
    padding: 70px 0px;
    background-color: #6B5E58;
    color: #fff;
    margin: 0 auto;
}


/* スリック調整 */
/* .slick-slider {
    padding-bottom: 40px; 
}

.slick_voice {
    padding-bottom: 40px; 
} */


/* ふわっとあがるjs */
/* 初期状態 */
.fadeUp {
    opacity: 0;
    transform: translateY(20px); /* 下から少し上に動く */
    transition: all 0.5s ease-out;
}

/* アニメーションが発火した後の状態 */
.fadeUp.active {
    opacity: 1;
    transform: translateY(0);
}