@charset "UTF-8";

.article__header {
    padding: 60px 0;
    background-color: #F8ED00;
}

@media screen and (min-width: 769px) {
    .article__header {
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}/* pc 769px */


/*====================

  menu tab

====================*/
.menutab {
    padding: 80px 4% 0px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.service__pagelink {
    display: flex;
    flex-direction: row;
    padding: 8px 25px 5px;
    align-items: flex-start;
    gap: 25px;
    border-radius: 30px;
    border: 1px solid #122A88;
}

.servicelink,
.flowlink {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    transition: 0.4s;
}

.servicelink__txt,
.flowlink__txt {
    color: #122A88;
    font-size: 1.2rem;
    line-height: 1.0;
}

.servicelink:hover,
.flowlink:hover {
    opacity: 0.5;
}

/*-------------------------
  menu tab pc START  
-------------------------*/

@media screen and (min-width: 769px) {
    .menutab {
        padding: 100px 7.6% 70px;
    }

    .service__pagelink {
        padding: 10px 70px 8px;
        gap: 69px;
        border-radius: 40px;
    }

    .servicelink,
    .flowlink {
        gap: 10px;
    }

    .servicelink__txt,
    .flowlink__txt {
        font-size: 2.0rem;
    }
}
/*-------------------------
  menu tab pc END  
-------------------------*/

/*====================

  Service

====================*/

.section {
    padding: 50px 4%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section__storedesign {
    padding: 90px 4% 50px;
}

.pcServiceImg {
    display: none;
}

.section__topic {
    color: #122A88;
}

.section__title {
    font-family: Lato;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 6.4px;
}

.section__subtitle {
    margin-top: 10px;
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 4.8px;
    position: relative;
}

.section__subtitle::after {
    position: absolute;
    bottom: -18px;
    left: 0;
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    border-bottom:2px dotted #122A88;
}

.section__txt {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/*-------------------------
  Service pc START  
-------------------------*/

@media screen and (min-width: 769px) {
    .section {
        padding: 0px 7.6% 80px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 4%;
    }

    .section__storedesign {
        padding: 100px 7.6% 80px;
    }

    .pcServiceImg {
        display: block;
    }

    .spServiceImg {
        display: none;
    }

    .serviceImg {
        width: 52%;
    }

    .section__content {
        width: 40%;
    }

    .section__title {
        font-size: 4.8rem;
        letter-spacing: 9.6px;
    }

    .renovation__title {
        letter-spacing: 8.64px;
    }

    .section__subtitle {
        margin-top: 18px;
        font-size: 2.4rem;
        letter-spacing: 7.2px;
    }
    .section__subtitle::after {
        bottom: -28px;
        width: 70px;
    }

    .section__txt {
        margin-top: 80px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .section__content {
        width: 39%;
    }
}
/*-------------------------
  Service pc END  
-------------------------*/

/*====================

  Flow

====================*/
.flow {
    padding: 60px 4% 100px;
}

.flow__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    gap: 40px;
}

.flow__title {
    font-family: Lato;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 10.8px;
    position: relative;
}

.flow__title::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-55%);
    width: 65px;
    border-bottom: 2px solid #F8ED00;
    border-radius: 5px;
}

.flow__subtitle {
    font-size: 1.6rem;
    line-height: 1.0;
    letter-spacing: 1.6px;
}

.flow__list {
    display: flex;
    flex-direction: column;
    padding: 40px 0 40px;
    gap: 80px;
    margin-top: 40px;
}

.flow__topic {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.flow__number {
    color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #122A88;
    font-family: Lato;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 7.2px;
}

.flow__name {
    color: #122A88;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 6px;
}

.flow__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.flow__detail {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.flow__footer {
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*-------------------------
  Flow pc START 
-------------------------*/

@media screen and (min-width: 769px) {
    .flow {
        padding: 80px 7.6% 160px;
    }

    .flow__title {
        font-size: 6.4rem;
        letter-spacing: 19.2px;
    }

    .flow__title::after {
        width: 100px;
        border-bottom: 3px solid #F8ED00;
    }

    .flow__subtitle {
        font-size: 2.4rem;
        letter-spacing: 2.4px;
    }

    .flow__list {
        display: flex;
        flex-direction: column;
        padding: 40px 0 100px;
        gap: 80px;
    }

    .flow__topic {
        gap: 50px;
    }

    .flow__number {
        -webkit-text-stroke-width: 2px;
        font-size: 3.6rem;
        letter-spacing: 10.8px;
    }

    .flow__name {
        font-size: 3.2rem;
        letter-spacing: 9.6px;
    }

    .flow__imgSet {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items:flex-start;
    }

    .flowImg {
        width: 41%;
    }

    .imgSet__detail {
        width: 49%;
    }

    .flow__footer {
        padding: 0 0;
    }
}
/*-------------------------
  Flow pc END
-------------------------*/