@charset "utf-8";

/*====================
Article header
=====================*/
.container--service {
    background: url(../images/service_background.jpg) no-repeat;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    background-size: cover;
    background-position: top;
    position: sticky;
    z-index: 2;
}

.page-mv__container {
    position: relative;
}

.page-mv__img--sp {
    display: none;
}

.title__wrap--service {
    width: 360px;
    position: absolute;
    top: 60px;
    left: 13.8%;
}

.section--title--service {
    color: var(--primary-white);
    text-align: center;
    font-family: "Bonheur Royale";
    font-size: 20rem;
    font-weight: 400;

    /* title_shadow */
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.section--title--service::after {
    content: '';
    position: absolute;
    background: var(--primary-white);
    width: 360px;
    height: 2px;
    rotate: -45deg;
    display: inline-block;
    bottom: 200px;
    right: -16%;
}

.page-mv__container {
    min-height: 500px;
    position: relative;
    z-index: 0;
}

.page-mv__img {
    width: 80%;
    max-width: 1000px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.breadcrumbs__top {
    color: var(--primary-blue);
    font-family: "Cormorant Garamond";
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.breadcrumbs__pege {
    color: var(--primary-black);
    font-family: "Cormorant Garamond";
    font-size: 2rem;
    font-weight: 400;
}

/* common sp(599px以下） */
@media screen and (max-width: 599px) {
    .container--service {
        background: url(../images/service_background_sp.jpg) no-repeat;
        background-size: cover;
        background-position-x: 20%;
    }

    .title__wrap--service {
        width: 174px;
        top: 100px;
        left: 4%;
    }


    .section--title--service {
        font-size: 10rem;
        color: var(--primary-white);
    }

    .section--title--service::after {
        content: '';
        position: absolute;
        background: var(--primary-white);
        width: 150px;
        height: 1px;
        rotate: -45deg;
        display: inline-block;
        bottom: 251px;
        right: 0%;
    }


    .page-mv__img {
        display: none;
    }

    .page-mv__img--sp {
        display: unset;
        width: 328px;
        position: absolute;
        top: 70px;
        right: 0;
        z-index: -1;
    }

    .breadcrumbs {
        margin-top: 135px;
    }

    .breadcrumbs__top {
        font-size: 1.6rem;
    }

    .breadcrumbs__pege {
        font-size: 1.6rem;
    }
}
/* sp 599px */


/*====================
service
=====================*/
.section--servicePage {
    display: flex;
    padding: 150px 10.4% 200px;
    flex-direction: column;
    align-items: center;
    gap: 150px;
    position: sticky;
    z-index: 2;
}

.servicePage__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 250px;
}

.servicePage__list-wrap {
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;
}

.servicePage__list {
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
}


/* タイトル */
.subTitle {
    color: #737070;
    font-family: "Bonheur Royale";
    font-size: 4.8rem;
    line-height: 1;
}

.title__wrap--serviceItem {
    display: flex;
    align-items: center;
}

.title--serviceItem-en {
    color: var(--primary-black);
    text-align: start;
    font-family: "Cormorant Garamond";
    font-size: 8vw;
    font-weight: 500;
    line-height: 1.5;

    position: relative;
    width: min-content;
}

.title--serviceItem-en::after {
    content: '';
    position: absolute;
    background: var(--primary-black);
    width: 300px;
    height: 1px;
    rotate: -45deg;
    display: inline-block;
    bottom: 60px;
    right: -150px;
}
.title--serviceItem-en--p {
    color: var(--primary-black);
    text-align: start;
    font-family: "Cormorant Garamond";
    font-size: 8vw;
    font-weight: 500;
    line-height: 1.5;

    position: relative;
    width: min-content;
}

.title--serviceItem-en--p::after {
    content: '';
    position: absolute;
    background: var(--primary-black);
    width: 300px;
    height: 1px;
    rotate: -45deg;
    display: inline-block;
    bottom: 60px;
    right: -150px;
}

.title--serviceItem-ja {
    font-family: "Zen Old Mincho";
    font-size: 2.8vw;
    font-weight: 700;
    margin-left: 40px;
}


.servicePage--txt {
    font-size: 2rem;
}

.list--item--wrap--service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    gap: 30px;
}

.list--item--service {
    background: var(--primary-white);
    border-radius: 45px 0px;
    display: flex;
    width: 100%;
    padding: 80px 3.4%;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    flex: 1;
}

.list--item--box--service {
    display: flex;
    align-self: stretch;
    border-bottom: 1px solid var(--primary-blue);
}

.list--itemTitle--service {
    font-size: 3vw;
    color: var(--primary-blue);
}

.list--txt {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    line-height: 2;
}

.strikethrough {
    text-decoration: line-through;
}

.price {
    color: #178BA6;
    font-family: "Zen Kaku Gothic New";
    font-size: 2rem;
    line-height: 2;
}


/*====================
botton-arrow
=====================*/
.button-arrow-voice {
    width: 200px;
}

.button-arrow-voice a {
    font-family: "Cormorant Garamond";
    font-size: 4rem;
    color: var(--primary-black);
    font-weight: 500;
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 200px;
    text-align: center;
    padding: 4px 16px 4px 0;
    margin: 24px;
    margin-inline: auto;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

.button-arrow-voice a::before {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 1px;
    background: var(--primary-black);
    bottom: 0;
    transition: all 0.3s;
}

.button-arrow-voice a::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: var(--primary-black);
    rotate: 40deg;
    right: -3px;
    bottom: 10px;
    transition: all 0.3s;
}

.button-arrow-voice a:hover::after,
.button-arrow-voice a:hover::before {
    translate: 20px 0;
    transition: all 0.3s;
}




/* about sp(599px以下） */
@media screen and (max-width: 599px) {
    .section--servicePage {
        display: flex;
        padding: 0px 4.2% 120px;
        flex-direction: column;
        align-items: center;
        gap: 150px;
        align-self: stretch;
    }

    /* タイトル */
    .subTitle {
        font-size: 2.4rem;
        margin-bottom: 32px;
    }

    .title__wrap--serviceItem {
        display: flex;
        height: 158px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;

        position: relative;
    }

    .title--serviceItem-en {
        font-size: 4.8rem;
        position: relative;
        width: 200px;
    }


    .title--serviceItem-en::after {
        content: '';
        position: absolute;
        width: 190px;
        display: flex;
        flex-direction: column;
        bottom: 26px;
        right: 10px;
    }

    .title--serviceItem-en--p {
        font-size: 4.8rem;
        position: relative;
        width: 200px;
    }


    .title--serviceItem-en--p::after {
        content: '';
        position: absolute;
        width: 190px;
        display: flex;
        flex-direction: column;
        bottom: 26px;
        right: 12px;
    }

    .title--serviceItem-ja {
        font-size: 5vw;
        font-weight: 400;
        margin-left: 0;
        position: absolute;
        bottom: 50px;
        right: -120px;
    }

    .servicePage--txt {
        font-size: 1.6rem;
    }


    .list--item--wrap--service {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        align-self: stretch;
    }


    .list--item--service {
        width: 100%;
        padding: 60px 6.3% 40px;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }

    /* .list--item--box--service {
        display: flex;
        align-self: stretch;
        border-bottom: 1px solid var(--primary-blue);
    } */

    .list--itemTitle--service {
        font-size: 3.2rem;
        line-height: 1.4;
    }

    .off {
        font-size: 2rem;
    }

}

/* sp 599px */