/* ==================================================
   fv
   ================================================== */
#fv {
    background-image: url(../images/index-fv.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 81rem;
    position: relative;
}

.fv__content {
    position: absolute;
    top: 69.2%;
    left: 31%;
    transform: translate(-50%, -50%);
}

.fv__content .title {
    color: var(--wh);
    margin: 0;
    text-shadow: 2px 2px 4px #0F0F0F;
    font-size: min(4.5vw, 3.1rem);
    font-weight: 700;
    letter-spacing: 1.24rem;
    line-height: 200%;
    margin-bottom: 2rem;
}

.fv__content .text {
    margin: 0;
    color: #663222;
    text-shadow: 1px 1px 2px #FFF;
    font-size: min(2.8vw, 2rem);
    line-height: 200%;
    letter-spacing: .4rem;
}

/* ==================================================
    sec1 メッセージ 
   ================================================== */
.sec1 {
    padding: 3.6rem 0 6rem 0;
}

.sec1__column {
    display: flex;
    gap: 2.5rem;
    max-width: 101rem;
    margin: 0 auto;
}

.sec1__column .description {
    padding: 0;
    max-width: 52%;
}

.sec1__column .description__title {
    color: #B95D5D;
    font-size: 3.8rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin: 0;
}

.sec1__column .description__title::after {
    content: '';
    position: absolute;
    height: .2rem;
    background-color: #B95D5D;
    top: 50%;
    left: 100%;
    width: 80%;
    margin-left: 1.4rem;
}

.sec1__column .description__text {
    padding: 0 3rem;
    color: #333;
    font-size: 1.7rem;
    line-height: 200%;
    letter-spacing: .17rem;
}

.sec1__column .img-container {
    margin-top: 1rem;
    width: 42.9rem;
    height: 27.6rem;
    box-shadow: 2.7rem 1.7rem 0 0 #F5EEEE;
}

/* ==================================================
    sec2  Service
   ================================================== */
.sec2 {
    padding: 14.5rem 0 6rem 0;
}

.sec2__container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.sec2__container .img-container {
    flex: 1;
    box-shadow: 2.7rem -3rem 0 0 #F5EEEE;
}

.sec2__container .img-container--2{
    box-shadow: -2.7rem 3rem 0 0 #F5EEEE;
}

.sec2__container .main-content {
    text-align: center  ;
    flex: 1.8;
}

.sec2__container .main-content__title{
    color: #8A4646;
    font-size: 2.6rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 2.6rem;
}

.sec2__container .main-content p{
    font-size: 1.7rem;
    letter-spacing: .17rem;
    margin-bottom: 4.3rem;
}

.sec2__container .main-content__btns{
    display: flex;
    flex-direction: column;
    gap: 3.4rem;
    justify-content: center;
    margin-bottom: 3.4rem;
}

.sec2__container .main-content .btn-container{
    text-align: center;
}

/* ==================================================
    sec3  ご挨拶
   ================================================== */
.sec3{
    padding: 8.2rem 0 6rem 0;
}

.sec3__title-container{
    margin-bottom: 3rem;
}

.sec3__column{
    display: flex;
    gap: 3.6rem;
    align-items: center;
    width: 98rem;
    margin: 0 auto;
}

.sec3__column .img-container{
    max-width: 38rem;
    margin-left: 2.7rem;
    box-shadow: -2.7rem 3rem 0 0 #F5EEEE;
}

.sec3__column .description{
    max-width: 55.3%;
    color: var(--bk);
    display: flex;
    flex-direction: column;
    gap:3.6rem;
}

.sec3__column .description p{
    margin: 0;
    font-size: 1.7rem;
    line-height: 200%;
    letter-spacing: .17rem;
}


/* ==================================================
    sec3  口コミ
   ================================================== */
.sec4{
    padding: 16.4rem 0 14.5rem 0;
}

.sec4__title-container{
    margin-bottom: 1.8rem;
}

.sec4__btn-container{
    text-align: center;
}