@charset "utf-8";
#splash {
    /*fixedで全面に固定*/
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background:#ffffff;
      text-align:center;
      color:#fff;
    }
    
    /* Loading画像中央配置　*/
    #splash_logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    /* Loading アイコンの大きさ設定　*/
    #splash_logo img {
      width:100px;
    }
    
    /* fadeUpをするアイコンの動き */
    .fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }
/* ===============
article header
================= */
.main {
    padding-top: 50px;
}

.article__header {
    margin-top: 0px;
}

.header__mv {
    position: relative;
}

.mainVisual {
    color: var(--primary-white);
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.65;
    position: absolute;
    left: 5%;
    z-index: 10;
    bottom: 6%;
}

.header__txt {
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.5; 
    margin-top: 29px;
} 

.sp__btn {
    display: flex;
    text-align: center;
    /* margin: 0; */
    border-radius: 20px;
    width: max-content;
    background: var(--primary-orange,#FFDBB7);
    padding: 10px 40px 5px 15px;
    color: var(--primary-black,#4F4844);
    font-family: "inter";
    font-size: 1.25rem;
    justify-content: center;
    gap: 10px;
}

.btn__number {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn__menu .tell {
    line-height: 100%;
    font-weight: 700;
}

.btn__menu .time {
    font-size: 1.1rem;
    color: #4F4844;
    font-family: "Zen Maru Gothic";
    line-height: 1.3;
}


/* .article header pc */
@media screen and (min-width: 900px) {
    .main {
        padding-top: 80px
    }

    .header__topic {
        font-size: 3.1rem;
        position: relative;
    }
    
    .mainVisual {
        position: absolute;
        left: 117px;
        z-index: 10;
        font-size: 3.12rem;
        color: var(--primary-white);
        bottom: 66px;
    }

    .header__txt,
    .sp__btn {
        display: none;
    }

} /* pc 769px  */

/* ===============
catch
================= */
.section--catch {
    padding: 50px 15px 0;
}
.section__topic { 
    position: relative;
    /* margin: 0 auto; */
    text-align: center;
}

.catch__sub__title::after {
    content: '';
    display: block;
    background-image: url(../images/topSpwc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 184px;
    height: 82px;
    margin: 0 25% 0 25%;
} 

.catch__title {
    font-family: "Zen Maru Gothic";
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5; 
    letter-spacing: 0.9px;
    margin: 0 auto;
}

.catch__sub__title {
    font-family: "Zen Maru Gothic";
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5; 
    letter-spacing: 0.9px;
    margin: 0 auto;
}

.catch__dots {
    background-image: radial-gradient(circle at center, #FDA923, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: 1px; /* 縦方向の位置調整 */
    border-bottom: 2px solid #FDA923;
} 

.catch__line {
    border-bottom: 2px solid #FDA923; 
}

.catch__txt {
    font-family: "Noto Sans JP";
    font-size: 1rem;
    line-height: 2;
    margin: 10px auto 0;
    position: relative;
} 

.catch__txt::after {
    content: '';
    display: block;
    background-image: url(../images/top_house.png);
    width: 100px;
    height: 88px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 38%;
    bottom: -89px;
} 

/* .catch header pc */
@media screen and (min-width: 900px) {
    .section--catch {
        padding: 80px 9.7%;
    }
    
    .section__topic { 
        position: relative;
    }
    
    .catch__sub__title::after {
        display: none;
        /* content: '';
        display: block;
        background-image: url(../images/topSpwc.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 184px;
        height: 82px;
        margin: 0 25% 0 25%; */
    } 
    
    .catch__title {
        font-family: "Zen Maru Gothic";
        font-size: clamp(2.3rem, 1.967rem + 0.59vw, 2.5rem);
        font-weight: 700;
        line-height: 2; 
        letter-spacing: 0px;
        text-align: center;
       
    }
    
    .catch__sub__title {
        font-family: "Zen Maru Gothic";
        font-size: clamp(2.4rem, 2.233rem + 0.3vw, 2.5rem);
        font-weight: 700;
        line-height: 2; 
        letter-spacing: 0px;
        text-align: center;
    }
    
    .catch__dots {
        background-image: radial-gradient(circle at center, #FDA923, transparent 20%);
        background-position: top right;
        background-repeat: repeat-x;
        background-size: 1em 0.8em;
        padding-top: 21px;
        border-bottom: 2px solid #FDA923;
    } 
    
    .catch__line {
        border-bottom: 3px solid #FDA923; 
    }
    
    .catch__txt {
        font-family: "Noto Sans JP";
        font-size: 1.1rem;
        line-height: 2; 
        margin: 10px auto 0;
    } 
    
    .catch__txt::after {
        content: '';
        display: block;
        background-image: url(../images/top_house.png);
        width: 100px;
        height: 88px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 120px;
        margin-top: 0px;
    } 
    .catch__line {
        border-bottom: 2px solid #FDA923; 
    }
    
    .catch__title::after {
        display: none;
    }

    /* .catch__title {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.5; 
        margin: 0 auto;
        text-align: center;
        line-height: 2; 
    } */

    .catch__txt {
        font-size: 1.1rem;
        line-height: 2; 
        margin: 50px auto 0;
        width: 570px;
        position: relative;
    }

    .catch__txt::before {
        content: '';
        display: block;
        background-image: url(../images/topPcwc.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 262px;
        height: 197px;
        left: 96%;
        bottom: -93px;
        position: absolute;
    }

    .catch__txt::after {
        content: '';
        display: block;
        background-image: url(../images/topPchouse.png);
        width: 199px;
        height: 203px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        /* left: -453%; */
        top: -63%;
        left: -317px;
    }

    
} /* pc 769px  */

/* ===============
about
================= */
.section--about {
    padding: 50px 0 0;
    background: linear-gradient(to bottom, #ffffff, #FFFCEB);
    
}

.about__content {
    content: '';
    display: block;
    background-image: url(../images/haikei_all.png);
    background-repeat: repeat;
    background-size: contain;
    padding-bottom: 50px;
    margin-top: 50px;
}

.cls-1 {
    display: none;
}

.about__imgPu {
    display: none;
}

.about__Ftopics {
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    z-index: 100;
}

.about__Ftxt {
    text-align: center;
    font-size: 1rem;
    margin-top:  16px;
}

.no {
    color: #4F4844;
    font-family: Inter;
    font-size: 2.5rem;
    padding-top: 45px; 
    text-align: center;
}

.about__work {
    color: #4F4844;
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
}

.kako {
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 1.1rem;
    margin-top: 16px;
    padding-bottom: 95px;
}

.about_work1 {
    background-image: url(../images/top_green_maru.png);
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 41px auto;
    z-index: 10;
    position: relative;
}

.about_work2 {
    background-image: url(../images/top_blue_maru.png);
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 41px auto;
    z-index: 10;
    position: relative;
}

.about_work3 {
    background-image: url(../images/top_pink_maru.png);
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 41px auto;
    z-index: 10;
    position: relative;
}

.about__img img {
    display: block;
    border-radius: 168px;
    width: 300px;
    height: 300px;
    border: 10px solid #D6FAD2;
    margin: -80px auto 0;
}   

.about__img2 img {
    display: block;
    border-radius: 168px;
    width: 300px;
    height: 300px;
    border: 10px solid var(--primary-blue);
    margin: -80px auto 0;
}   

.about__img3 img {
    display: block;
    border-radius: 168px;
    width: 300px;
    height: 300px;
    border: 10px solid var(--primary-pink);
    margin: -80px auto 50px;
}   

.btn--about {
    display: block;
    content: '';
    width: 66%;
    padding: 5px;
    border-radius: 50px;
    background: var(--primary-orange);
    /* border: 3px solid #E8F9D2; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
    color: var(--primary-black);
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic";
    text-align: center;
    margin: 0 auto;
    position: relative;
} 

.btn--about::after {
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    background-image: url(../images/about2_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15%;
    top: 54%;
    transform: translateY(-50%);
}

.PCdown {
    display: none;
}
.about__imgSu,
.about__imgSd {
    width: 100%;
}

/* .about pc */
@media screen and (min-width: 900px) {
    .section--about {
        padding: 80px 0 0;
        display: block;
        position: relative;
        background: linear-gradient(to bottom, #ffffff, #FFFCEB)
    }


    .about__content {
        content: '';
        display: block;
        background-image: url(../images/haikei100pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        padding: 80px;
        
    }

     .about__imgSu {
        display: none;
    }

    .about__imgPu {
        display: block;
    }
    /* .PCup {
        display: block;
        max-width: 100%;
    }  */

    .about__Ftopics {
        font-family: "Zen Maru Gothic";
        font-size: 2.5rem;
        text-align: center;
        z-index: 100;
        color: #4F4844;
        font-weight: 700;
        position: relative;
    }
    
    .about__Ftxt {
        text-align: center;
        font-size: 1.1rem;
        margin-top: 16px;
        color: #4F4844;
        position: relative;
        z-index: 100;
    }
    
    .about_all {
        display: flex;
        justify-content: space-around;
        /* gap: 5%; */
        flex-wrap: wrap;
    }

    .about__group {
        flex-basis: 30%;
    }

    .no {
        color: #4F4844;
        font-family: Inter;
        font-size: 2.5rem;
        padding-top: 45px; 
        text-align: center;
    }
    
    .about__work {
        color: #4F4844;
        text-align: center;
        font-family: "Zen Maru Gothic";
        font-size: 2rem;
    }
    
    .kako {
        text-align: center;
        font-family: "Zen Maru Gothic";
        font-size: 1.1rem;
        margin-top: 16px;
        padding-bottom: 95px;
    }
    
    .about_work1 {
        background-image: url(../images/top_green_maru.png);
        width: 300px;
        height: 300px;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 41px auto;
        z-index: 10;
        position: relative;
    }
    
    .about_work2 {
        background-image: url(../images/top_blue_maru.png);
        width: 300px;
        height: 300px;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 41px auto;
        z-index: 10;
        position: relative;
    }
    
    .about_work3 {
        background-image: url(../images/top_pink_maru.png);
        width: 300px;
        height: 300px;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 41px auto;
        z-index: 10;
        position: relative;
    }
    
    .about__img img {
        display: block;
        border-radius: 168px;
        width: 300px;
        height: 300px;
        border: 10px solid #D6FAD2;
        margin: -80px auto 0;
        position: relative;
        z-index: 100;
    }   
    
    .about__img2 img {
        display: block;
        border-radius: 168px;
        width: 300px;
        height: 300px;
        border: 10px solid var(--primary-blue);
        margin: -80px auto 0;
        position: relative;
        z-index: 100;
    }   
    
    .about__img3 img {
        display: block;
        border-radius: 168px;
        width: 300px;
        height: 300px;
        border: 10px solid var(--primary-pink);
        margin: -80px auto 50px;
        position: relative;
        z-index: 100;
    }   
    
    .btn--about {
        display: block;
        content: '';
        width: 25%;
        padding: 5px;
        border-radius: 50px;
        background: var(--primary-orange);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
        color: var(--primary-black);
        font-size: 1.8rem;
        font-family: "Zen Maru Gothic";
        text-align: center;
        margin: 0 auto;
        position: relative;
        z-index: 100;
    } 
    
    .btn--about::after {
        content: '';
        display: block;
        width: 7px;
        height: 14px;
        background-image: url(../images/about2_arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 81%;
        top: 52%;
        transform: translateY(-50%);
    }

    .about__imgSd {
        display: none;
    }

    .about__imgPd {
        display: block;
    }

    
}


/* ===============
about2
================= */
.section--about2 {
    background-color: var(--primary-whiteLow);
    padding: 50px 4%;
}

.about__topics {
    font-family: "Zen Maru Gothic";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7; 
    text-align: center;
    border-radius: 20px;
    margin-top: 26px;
}


.top_walk {
    margin: 30px 15px 0;
    border-radius: 20px;
    width: 92%;
}

.top_car {
    margin: 16px 15px 0;
    border-radius: 20px;
    width: 92%;
}

.about__Stxt {
    font-size: 1rem;
    line-height: 2;
    margin-top: 30px;
}

.btn--SaboutPc {
    display: none;
} 

.about2__Pcgroup {
    display: none;
}

.top_all {
    margin: 30px auto 0;
    border-radius: 20px;
}

.btn--Sabout {
    display: block;
    content: '';
    width: 66%;
    /* height: 69px; */
    padding: 5px;
    border-radius: 50px;
    background: var(--primary-orange);
    /* border: 3px solid #E8F9D2; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
    color: var(--primary-black);
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic";
    text-align: center;
    margin: 50px auto 0;
    position: relative;
} 

.btn--Sabout::after {
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    background-image: url(../images/about2_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15%;
    top: 54%;
    transform: translateY(-50%);
}

/* .about2 pc */
@media screen and (min-width: 900px) {
    .section--about2 {
        background-color: var(--primary-whiteLow);
        padding: 80px 9.7%;
    }

    .about__second {
        display: flex;
        gap: 4%;
        align-items: flex-start;
    }

    .about2__allTxt {
        flex: 1;
        flex-basis: 28.5%;
        max-width: 28.5%;
    }

    .about__topics {
        font-family: "Zen Maru Gothic";
        line-height: 1.8;
        text-align: left;
        color: #4F4844;
        font-size: clamp(1.4rem, 0.733rem + 1.19vw, 1.8rem);
        font-weight: 700;
        width: 98%;
    }

    .about2__Spgroup {
        display: none;
    }

    
    .top_walk {
        border-radius: 20px;
        width: 100%;
        margin: 0;
    }
    
    .top_car {
        border-radius: 20px;
        width: 100%;
        margin: 0;
    }
    
    .about__Stxt {
        font-size: 1.1rem;
        line-height: 2;
        margin-top: 30px;
    }
    
    .about2__Pcgroup {
        display: block;
        flex: 1;
        /* flex-basis: 30%; */
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 23.7%;
        flex-basis: 23.7%;
    }
    
    .top_all {
        margin: 0;
        border-radius: 20px;
        flex: 1;
        flex-basis: 40.6%;
        max-width: 40.6%;
    }
    
    .about__byn__haikei {
        display: none;
    }

    .btn--SaboutPc {
        display: block;
        content: '';
        width: 92%;
        padding: 5px 13px;
        border-radius: 50px;
        background: var(--primary-orange);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
        color: var(--primary-black);
        font-size: 1.8rem;
        font-family: "Zen Maru Gothic";
        text-align: center;
        margin: 50px 0 0;
        position: relative;
    } 
    
    .btn--SaboutPc::after {
        content: '';
        display: block;
        width: 7px;
        height: 14px;
        background-image: url(../images/about2_arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 81%;
        top: 53%;
        transform: translateY(-50%);
    }

    .about__Stxt {
        font-size: 1.1rem;
        width: 100%;
    }

    .btn--Sabout {
        display: none;
    }

    .about2__Pcphoto {
        display: flex;
    }

    .about2__alltext {
        display: flex;
    }
} 