@charset "utf-8";

body {
    font-family:
     "Zen Maru Gothic", 
     serif;
    line-height: 1.5;
    color: black;
    font-weight: 500;
}

.topic{
    margin-top: 20px;
}

/* ==============================
article header
================================ */
.article__header{
    height: 248px;
}

.mainlogo{
    position: relative;
}

.mainlogo__topic{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -70%);
    font-weight: 700;
    line-height: 1;
    color: white;
    text-align: center;
    -webkit-text-stroke: 0.8px black;
}

.mainlogo__topic{
    font-size: 1.8rem;
}

.mainlogo__text{
    font-size: 1.3rem;
}

.mainlogo__sp{
    width: 100%;
    height: 248px;
    object-fit: cover;
}

.mainlogo__pc{
    display: none;
}

/* article__header pc */
@media screen and (min-width: 769px){
   .article__header{
        height: 500px;
   }
   

   .mainlogo__topic{
        transform: translate(-50%, -70%);
        font-size: 4.5rem;
        line-height: 0.8;
   }

   .mainlogo__text{
    font-size: 3rem;
}

    .mainlogo__sp{
        display: none;
   }

   .mainlogo__pc{
        display: block;
        width: 100%;
        height: 500px;
        object-fit: cover;
   }
}
/* pc 769px */

/* ==============================
catchCopy
================================ */
.catchCopy{
    height: 77px;
    background-color: #FFFBF1;
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
}

.catchCopy__text{
    font-size: 1.3rem;
    
}

.catchCopy__item{
    font-size: 1.5rem;
}

.RedSentence{
    color: #F85858;
}

/* catchCopy pc */
@media screen and (min-width: 769px){
    .catchCopy{
        height: 170px;
        padding: 50px 0;
    }

    .catchCopy__text{
        font-size: 2.8rem;
    }

    .catchCopy__item{
        font-size: 3.2rem;
    }
}
/* pc 769px */

/* ==============================
Business
================================ */
.Business__container{
    display: none;
}

.Business__content{
    margin-top: 30px;
}

.Business__image{
    width: 100%;
    height: 7%;
}

.Business__topic{
    color: #AE4A14;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin: 12px 0;
}

.Business__item{
    width: 26em;
    margin: 0 auto;
    font-size: 1.2rem;
}

.btn--prices{
    margin-top: 20px ;
    color: #F96407;
    border: 1px solid #F96407;
}

/* Business pc */
@media screen and (min-width: 769px){
    .topic{
        margin: 50px 0;
    }
    .Business__content{
        display: flex;
        margin-top: 0;
    }

    .Business__image{
        width: 50%;
    }

    .Business__character{
        margin: 5% 2% 0;
    }

    .Business__topic{
        font-size: 2rem;
        text-align: left;
    }

    .Business__item{
        font-size: 1.4rem;
    }

    .Business__content--2{
        flex-direction: row-reverse;
    }

    .Business__topic--2,
    .Business__item--2{
        text-align: right;
    }

    .btn--prices{
        margin-top: 50px;
    }
}
/* pc 769px */

/* ==============================
Greeting
================================ */
.section__secition--greeting{
    height: 500px;
    margin-top: 30px;
    padding-top: 8px;
    background-color: #FFFBF1;
}

.Greeting__text{
    font-size: 1.3rem;
    width: 22em;
    margin: 16px auto 0;
    display: none;
}

.GreetingProfile{
    background-color: white;
    width: 90%;
    height: 300px;
    margin: 9px auto;
    padding: 10px 0;
    display: none;
}

.GreetingProfile__office{
    text-align: center;
    font-size: 1.3rem;
    color: #AE4A14;
}

.GreetingProfile__name{
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.GreetingProfile__image{
    display: block;
    width: 181px;
    height: 114px;
    margin: 0 auto;
}

.GreetingProfile__character{
    width: 20em;
    margin: 9px auto 15px;
    font-size: 1.3rem;
}

/* Greeting pc */
@media screen and (min-width: 769px){
    .section__secition--greeting{
        height: 750px;
    }
    
    .Greeting__text{
        font-size: 1.8rem;
        width: 41em;
        margin: 30px auto 0;
    }
    
    .spBr{
        display: none;
    }

    .GreetingProfile{
        margin-top: 20px;
        height: 60%;
        padding: 25px 0;
    }

    .GreetingProfile__office{
        font-size: 2.4rem;
    }

    .GreetingProfile__name{
        font-size: 3.2rem;
    }

    .GreetingProfile__item{
        display: flex;
        margin-top: 32px;
        justify-content: center;
    }

    .GreetingProfile__image{
        width: 311px;
        height: 208px;
        margin: 32px 0 0 2%;
    }

    .GreetingProfile__character{
        font-size: 1.7rem;
        margin: 32px 2% 0 1.5%;
    }
}
/* pc 769px */