@charset "UTF-8";
/* article__header */
.article__header {
    margin-top: 80px;
}

.articleHeader__group {
    position: relative;
}

.header__img {
    width: 100%;
}

.egTitle--topic {
    position: absolute;
    color: rgba(255, 255, 255, 0.90);
    font-family: "Spectral";
    font-size: 10.0vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    top: 0;
    transform: translateX(-5px);
}

.topic__group {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding-top: 17px;
    margin: -30px 8.5%;
}

.topic {
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 2.0rem;
    font-weight: 600;
}

.topicTxt {
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    padding-top: 50px;
}

.br__pc {
    display: none;
}

/* article__header PC */
@media screen and (min-width: 768px) {
    .articleHeader__group img {
        width: 100%;
    }

    .egTitle {
        font-size: 9vw;
        font-weight: 500;
        line-height: 1.5;
        transform: translateX(-15px);
    }

    .topic__group {
        padding-top: 50px;
        margin: -100px 9.7%;
    }

    .topicTxt {
        text-align: center;
        padding: 80px 0;
    }

    .topicTxt p:last-child {
        margin-top: 16px;
    }

    .br__pc {
        display: block;
    }
}

/* btn */
.btn__group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 80px;
    gap: 30px 10px;
}

.btn__item {
    background-color: #ECF3C2;
    padding: 5px 20px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3;
    position: relative;
}

.btn__group li:nth-child(2) {
    line-height: 2.1;
}

.btn__item::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-right: 1px solid #D0CFCF;
    border-bottom: 1px solid #D0CFCF;
    top: 32px;
    left: 4px;
    transform: translateY(-50%);
    pointer-events: none;
}

/* btn PC */
@media screen and (min-width: 768px) {
    .btn__group {
        flex-wrap: nowrap;
        margin-top: 100px;
        gap: 40px;
    }
}

/* intro */
.intro__topic--01 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    border: 1px solid #333;
    padding: 10px 0;
    background: #FFF;
    width: 310px;
    margin: 80px auto 0;
    z-index: 1;
    position: relative;
}

.intro__list {
    background-image: url(../img/marma_intro_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0 130px;
    object-fit: contain;
    display: flex;
    flex-direction: column;
    margin-top: -26px;
}

.intro__item {
    display: inline;
    text-align: center;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 1.8px;
    text-decoration: underline 1px solid #FFF;
    text-underline-offset: 0.5em;
    margin-top: 20px;
}

.intro__arrow {
    display: block;
    width: 10px;
    height: 78px;
    margin: 10px auto 0;
}

.intro__topic--ans {
    color: #501D10;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.8;
    margin-top: 50px;
}

.introPict__item {
    display: block;
    color: #501D10;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.8;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    text-align: center;
    padding-top: 55px;
}

.introPict__eng {
    display: block;
    color: #FFF;
    font-family: "Spectral";
    font-size: 3.2rem;
    line-height: 1.0;
}

.introPict__item--01 {
    background-color: rgba(248, 245, 198, 0.80);
    margin: 40px auto 0;
}

.introPict__itemSub {
    display: flex;
    margin-top: -60px;
    justify-content: center;
}

.introPict__item--02 {
    background-color: rgba(251, 215, 169, 0.80);
    margin-right: -10px;
}

.introPict__item--03 {
    background-color: rgba(234, 242, 187, 0.80);
    margin-left: -10px;
}

.intro__txtgroup {
    margin-top: 40px;
}

.intro__txt {
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 8.5%;
    margin-top: 16px;
}

/* intro PC */
@media screen and (min-width: 768px) {
    .intro__topic--01 {
        margin: 120px auto 0;
    }

    .intro__list {
        background-image: url(../img/marma_intro_pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 80px 0 130px;
        object-fit: contain;
        display: flex;
        flex-direction: column;
        margin-top: -26px;
    }

    .intro__arrow {
        margin: 24px auto 0;
    }

    .intro__picGroup {
        display: flex;
        justify-content: center;
        max-width: 1000px;
        width: 69.4%;
        gap: 40px;
        margin: 80px auto;
    }

    .introPict__item--01 {
        background-color: rgba(248, 245, 198, 0.80);
        margin: 0 auto;
    }

    .intro__txtgroup {
        width: 53%;
        margin: auto 0;
    }

    .intro__txt {
        margin-top: 0;
    }

    .introPict__itemSub {
        display: flex;
        margin-top: -60px;
        justify-content: center;
    }
}

/* section サービス */
.section__img {
    margin-top: 80px;
    width: 100%;
}

.titleGroup {
    position: relative;
}

.titleGroup__set {
    position: absolute;
    width: 85%;
    top: 55%;
}

.titleGroup__set--01 {
    position: absolute;
    width: 85%;
    top: 35%;
}

.egTitleSub {
    color: #FFF;
    text-align: left;
    font-family: "Spectral";
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 1.5;
    transform: translateX(-5px);
}
    
.marma__subTopic {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 2.0;
    background-color: rgba(234, 242, 187, 0.80);
    padding: 15px 0 15px 4.2%;
    margin-top: -20px;
}

.serviceAdd__txt {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #FCFBDD;
    padding: 10px 4.2%;
}

.serviceAdd__txt:last-child {
    margin-top: 16px;
}

.serviceAdd__txt02 {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    border-top: 2px solid #EAF2BB;
    border-bottom: 2px solid #EAF2BB;
}

.contents__group {
    padding: 0 4.2%;
    margin-top: 80px;
}

.contents__topic {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.8;
    position: relative;
}

.contents__topic::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 25px;
    background-color: rgba(234, 242, 187, 0.90);
    top: 18px;
    left: -12%;
    z-index: -1;
}

.contents__txt {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    margin-top: 40px;
}

.detail {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    margin-top: 30px;
}

.detail__item {
    display: flex;
    margin-top: 24px;
}

.detail__topic {
    font-weight: 400;
    background-color: #FCFBDD;
    height: 100%;
    padding: 5px 10px;
}

.detail__txt {
    margin: 5px 0 0 8px;
}

.detail__price {
    display: block;
}

.detail__subtxt {
    margin: 16px 0 0 8px;
}

.detail__txtGroup {
    display: block;
}

/* section サービス PC */
@media screen and (min-width: 768px) {
    .section--marma, .section--option {
        margin: 200px auto 0;
        max-width: 1160px;
        width: 80.5%;
    }

    .section__img {
        margin-top: 0;
        width: 42%;
    }

    .titleGroup {
        display: flex;
        align-items: center;
    }

    .egTitleSub {
        font-size: 3.4rem;
    }

    .marma__subTopic {
        width: 40%;
        padding: 15px 0 15px 15px;
        margin-top: -20px;
    }
    
    .serviceAdd {
        width: 100%;
    }

    .serviceAdd__txt {
        padding: 10px 0 10px 10px;
        text-align: left;
    }

    .serviceAdd__txt02 {
        padding-left: 10px;
        text-align: left;
    }

    .plan__group {
        display: flex;
        gap: 40px;
    }

    .contents__group {
        flex: 1;
        padding: 0;
    }

    .contents__topic::after {
        top: 18px;
        left: 0;
    }
}