@charset "UTF-8";

.Main__content .midashi1 {
    text-align: center;
    padding: 0.8% 0px 0px;
    font-size: 3.5rem;
    max-width: 900px;
    margin: 20px auto 0px !important;
    background: linear-gradient(90deg, #4cae68, #29b3fc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.midashitxt {
    font-size: 1.5rem;
    color: black;
    text-align: center;
}


body * .map-container {
    position: relative;
    max-width: 1000px;
    margin: 3% auto 4%;
    aspect-ratio: 1000 / 511;
    z-index: 1;
}


.map-image {
    width: 100%;
    height: auto;
    display: block;
}

.pin-link {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #4d44ff;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
    transition: transform 0.2s, background 0.2s;
    z-index: 10;
}

/* 公営斎場用 */
.pin-link.pin-type2 {
    background: #b16cff;
}

.flex-container {
    display: flex;
    gap: 10px;
}





@media screen and (min-width: 769px) {
    span.head-tel {
        font-size: 27px;
        font-weight: bold;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    span.header-text-small {
        font-size: 14px;
        margin-right: 5px;
        letter-spacing: normal;
        display: block;
    }

    .mobile-list-container {
        overflow: hidden !important;
        max-width: 800px;
        height: 180px;
        margin: 20px auto 80px;
        border: 2px solid #5e5e93;
        /* border-radius: 8px; */
    }

    .location-item {
        display: flex !important;
        height: 180px;
        box-sizing: border-box;
        padding: 20px 40px;
    }

    .item-text h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .item-text p {
        font-size: 16px;
        line-height: 1.6;
    }

    .box-tel__number {
        font-size: 45px;
        font-weight: bold;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 3px;
    }

    .text-small {
        font-size: 18px;
        margin-right: 5px;
        letter-spacing: normal;
    }
}

.location-item {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #333;
    gap: 15px;
    padding: 15px;
    background: #ffffff;
    position: relative;
}

.is-first-item {
    background-color: #ffffff !important;
}

.item-text {
    flex: 1;
    text-align: left;
}

.item-text h4 {
    margin: 0 0 5px 0;
    font-size: 22px;
    color: #2a6e92;
}

.item-text h4::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../../../img/logo.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
}

/* 公営だけロゴを消す */
.item-text h4.no-logo::before {
    content: none;
}

.item-text p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.4;
}

.item-thumb {
    width: auto;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.mobile-list-container::-webkit-scrollbar {
    width: 6px;
}

.mobile-list-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.location-item a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
    cursor: default;
}

span.ku {
    background-color: #0077bb;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 1.3rem;
    position: absolute;
    top: 8%;
}

span.ku-type2 {
    background-color: #b16cff;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 1.3rem;
    position: absolute;
    top: 8%;
    left: 2%
}

map area {
    display: block;
}

.br_pc {
    display: none;
}

.map_sp {
    display: none;
}

/* PC表示 */
.pin-link {
    display: inline-block;
}

/* スマホで非表示*/
@media screen and (max-width: 767px) {
    .pin-link {
        display: none !important;
    }

    span.ku-type2 {
        background-color: #b16cff;
        color: #fff;
        padding: 2px 5px;
        border-radius: 5px;
        font-size: 1.1rem;
        position: absolute;
        top: 13%;
        left: 50%;
        transform: translate(-183%, -47%);
        white-space: nowrap;
    }

    .br_pc {
        display: block;
    }
}

.lp__area02 .text__price {
    font-size: 4.0rem;
    margin: 8px 0 6px;
    color: #ff5a6d;
}

.lp__area02 .text--red {
    font-size: 2.4rem;
    color: #ff5a6d;
}

@media print,
screen and (min-width: 768px) {
    .lp__area02 .text__price {
        text-align: center;
    }
}

.b2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8eaef;
    gap: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.b2 ul {
    display: flex;
    gap: 5px;
    font-size: 16px;
    list-style: none;
}

.b2 ul li {
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    color: #e8eaef;
    font-weight: 700;
    font-size: 1.2rem;
}


ul li.active {
    background: #d75988;
    color: #fff;
}

.b2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8eaef;
    gap: 10px;
    padding: 8px 12px;
    margin-bottom: 10px;
}

.b2 ul {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.b2 ul li {
    background: #fff;
    color: #333;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
    border: 1px solid #dee2e6;
}

.b2 ul li:first-child {
    background: #8627d4;
    color: #ffffff;
    border-color: #1e88e5;
    margin-right: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #dee2e6;
}


.b2 ul li:first-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #cfd8dc;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1px;
}

.b2 ul li.active {
    background: #d75988;
    color: #fff;
    border-color: #d75988;
}

.b2 ul li:hover {
    filter: brightness(0.95);
}

@media screen and (max-width: 767px) {
    .b2 ul li:first-child {
        background: #8627d4;
        color: #ffffff;
        border-color: #1e88e5;
        margin-right: 10px;
        position: relative;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 1;
        border: 1px solid #dee2e6;
    }
}

@media (max-width: 480px) {
    .text__wrap {
        display: block !important;
        width: 100%;
    }

    .b2 ul {
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .b2 ul li {
        font-size: 1rem;
        padding: 6px 10px;
    }

    .text__price {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.figure {
    margin: 0;
    text-align: center;
}

.plan_img {
    max-width: 316px;
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* figure.figure {
                                margin: auto;
                                text-align: center;
                            } */
/* plan */
img.tlogo {
    margin: 1.4em auto 0px;
}

span.plan_small {
    font-size: 1.6rem;
    color: #c54e17;
}

p.plantxt {
    text-align: center;
    margin: 0px auto 20px;
    font-size: 2.5rem;
    color: #96652a;
}

@media only screen and (max-width: 767px) {

    .item-text {
        flex: 1;
        text-align: center;

    }

    .slick-slide img {
        display: block;
        margin: auto;
    }

    .lp__area02 .text__wrap {
        float: right;
        width: 100%;
    }

    .lp__area02 .text__price {
        font-size: 4.0rem;
        line-height: 1.4;
        text-align: center;
    }

    .lp__area02 .figure-wrap--center {
        margin-top: 0;

    }

    .lp__area02 .column__item .heading3--center {
        /* text-align: left; */
        text-align: center;
        /* float: right; */
        width: 100%;
    }

    h3.heading3__title1 {
        font-size: 2.4rem;
        margin: 0;
        text-align: center;
        background-color: #bf8b36;
        margin-bottom: 20px;
        color: white;
        border-radius: 5px 5px 0px 0px;
        padding: 5px 0 5px;
    }

    h3.heading3__title2 {
        font-size: 2.4rem;
        margin: 0;
        text-align: center;
        background-color: #357e2a;
        margin-bottom: 20px;
        color: white;
        border-radius: 5px 5px 0px 0px;
        padding: 5px 0 5px;
    }

    h3.heading3__title3 {
        font-size: 2.4rem;
        margin: 0;
        text-align: center;
        background-color: #3a3e84;
        margin-bottom: 20px;
        color: white;
        border-radius: 5px 5px 0px 0px;
        padding: 5px 0 5px;
    }

    .lp__area02 .column__item {
        background: linear-gradient(0deg, #ffffff 0%, #f5f3e9 100%);
        border-radius: 5px;
        padding: 0px;
        position: relative;
        align-items: center;
    }

    .b2 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e8eaef;
        gap: 10px;
        padding: 8px 12px;
        margin-bottom: 10px;
    }

    .column__item {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
        border-bottom: 1px solid #eee;

    }


    .figure-wrap--center {
        flex: 0 0 40%;

        margin-bottom: 0;
    }


    .text__wrap {
        display: flex;
        flex-direction: column;

    }


    .heading3--center {
        width: 100%;

    }

    figure.figure {
        margin: auto;
        text-align: center;

    }
}


@media screen and (max-width: 480px) {

    /* .Main__content .midashi1 {
        display: none;
    } */
    .Main__content .midashi1 {
        font-size: 2.2rem;
    }

    .column__item {
        display: block;
        padding: 10px;
    }


    .figure-wrap--center {
        display: inline-block;
        vertical-align: middle;

        margin-right: 4%;
    }

    .text__wrap {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
    }

    .text__price {
        font-size: 1.2rem;
        margin-bottom: 0;
    }


    .b2 {
        display: block;
        width: 100% !important;
        clear: both;
        margin: 0px auto 10px;
    }

    .b2 ul {
        flex-wrap: wrap;

        justify-content: center;
    }

    .b2 ul li {
        font-size: 1.5rem;
        padding: 4px 8px;
    }


    .b2 ul li:first-child::after {
        display: none;

    }

    figure.figure {
        margin: auto;
        text-align: center;

    }

    img.tlogo {
        margin: 0em auto 0px;
    }
}



.fixed-contact-button {
    position: fixed;
    right: 0px;
    top: 300px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 280px;
    background-color: #bf0016;
    color: #fff !important;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
    transition: all 0.3s ease;
    border-radius: 10px 0px 0px 10px;
}

.tooltip-text {
    position: absolute;
    right: 110%;
    white-space: nowrap;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
    background: #ffffff;
    color: #d0101d;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translateX(10px);
    border: solid 2px #d0101d;
}


.fixed-contact-button:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #d0101d;
}

@media screen and (min-width: 768px) {
    .Footer {
        text-align: center;
        padding: 33px 0 135px;
    }

}

.fix_footer_bnr {
    position: fixed;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background-color: #bf0016;
    z-index: 12;
}

.fix_footer_bnr_inner {
    display: flex;
    margin: 0 auto;
    max-width: 670px;
    max-height: 170px;
}

.fix_footer_bnr_inner_left>img {
    max-width: 670px;
    height: 102px;
    width: auto;
    vertical-align: top;
    margin: auto;
}

.Footer__body__inner {
    max-width: 282px;
    width: 100%;
    height: auto;
    margin: auto;
}

/* スマホ用 */
@media screen and (max-width: 768px) {
    .fixed-contact-button {
        display: none;
    }

    .Main .heading3--center+* {
        margin-top: 0px;
    }

    .fix_footer_bnr {
        display: none;
    }

    span.foot-tel {
        font-size: 28px;
        font-weight: bold;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 64px;
        color: #ffffff;
    }

    span.foot-text-small {
        font-size: 12px;
        margin-right: 5px;
        letter-spacing: normal;
    }

    .Footer__body__inner {
        max-width: 282px;
        width: 100%;
        height: auto;
        margin: auto;
    }


    /* .map-container {
  pointer-events: none;
}


.map-container.is-ready {
  pointer-events: auto;
} */

}




.Header__sp-btn {
    /* width: 176px; */
    height: 42px;
    background-color: #bf0016;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    padding: 0px 4px;
}


.Header__body-sp {
    font-size: 10px;
    color: #fff;
    line-height: 1.2;
}



@media only screen and (min-width: 768px) {
    #header {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 10px 0px;
    }

    .Header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        width: 100%;
        height: auto;
        min-height: 120px;
        margin: 0 auto;
        padding: 10px;


    }


    .header-logo img {
        height: 65px;
        width: auto;
        vertical-align: middle;
    }

    p.header-tel__label {
        margin: 0;

        font-weight: 500;
    }


@media screen and (min-width: 767.98px) {
        .Header__body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 1;
            margin-left: 14%;
            padding: 10px;
            border: solid 1px gray;
            background-color: #ffebeb91;
            border-radius: 5px;
        }
        /* .Footer__guide {
            display: none;
        } */
        .Footer__guide {
            position: fixed;
            bottom: 120px;
            right: 2%;
            margin-right: 30px;
            z-index: 100;
        }         
    }


    .header-info-center {
        font-size: 18px;
        line-height: 0.8;
        color: #333;
    }

    .text--red {
        color: #bf0016;
        font-weight: bold;
    }

    .fontsize__bigger {
        font-size: 1.6em;
        font-weight: bold;
    }

    .note-list-v2 {
        list-style: none;
        padding: 0;
        margin: 5px 0 0 0;
        font-size: 10px;
        color: #555;
        font-family: "YuGothic", "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
    }

    .note-list-v2 li {
        margin-bottom: 4px !important;
    }


    .header-contact-right {
        text-align: center;
        margin-left: 40px;
        font-family: "YuGothic", "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
        color: #bf0016;
    }

    .tel-box .head-tel {
        /* position: relative; */
        padding-left: 30px;
        color: #bf0016;
        font-size: 28px;
        font-weight: 900;
        text-decoration: none;
        display: inline-flex;
        align-items: baseline;
        line-height: 1;
        font-family: "Roboto", "Arial", sans-serif;
    }

    /* .tel-box .head-tel:before {
                            content: "";
                            position: absolute;
                            background: url(./img/index_ic01.gif) no-repeat 0 0 / 20px 31px;
                            width: 20px;
                            height: 31px;
                            top: 50%;
                            left: 50%;
                            transform: translate(-629%, -54%);
                        } */

    .header-text-small {
        font-size: 14px;
        margin-right: 5px;
        font-weight: bold;
    }

    .header-tel__btn {
        display: block;
        background: #bf0016;
        color: #fff;
        text-decoration: none;
        padding: 7px 17px;
        border-radius: 8px;
        font-weight: bold;
        font-size: 18px;
        box-shadow: 0 4px 0 #54000a;
        transition: all 0.2s;
        margin-top: 5px;
    }

    .header-tel__btn:hover {
        transform: translateY(2px);
        box-shadow: 0 2px 0 #54000a;
    }


    .util-pc-hidden,
    .header-tel-pc__number {
        display: none !important;
    }

    .header-tel__number-pc-hidden {
        display: none !important;
    }

    .flow-image-wrapper::before {
        content: counter(flow-step);
        position: absolute;
        top: 0;
        left: 0;
        width: 35px;
        height: 35px;
        background-color: #115288;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        z-index: 2;
        font-size: 1.4rem;
        transform: none;
    }

    a.head-tel {
        padding-left: 28px;
        background-image: url(../../../img/index_ic001.gif);
        background-repeat: no-repeat;
        background-size: 20px 31px;
        background-position: left center;
        display: inline-block;
        line-height: 31px;
        text-decoration: none;
        background-position: 6px -3px;
    }

}

.flow-container {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 5px;
    margin: auto;
    counter-reset: flow-step;
}


.flow-item {
    flex: 1 1 calc(20% - 20px);
    min-width: 180px;
    max-width: 300px;
    text-align: center;
    counter-increment: flow-step;
}


.flow-image-wrapper {
    position: relative;
    display: inline-block;
    line-height: 0;
    max-width: 183px;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 15px;
    border: solid 2px #b2b2b2;
}

.flow-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.flow-title {
    font-size: 1.6rem;
    margin-bottom: 8px;
    color: #333;
    margin: 0px auto 8px;
}

.flow-caption {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
}

@media (max-width: 767px) {
    .Header__head {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        gap: 8px;
        width: 95%;
        margin: 0 auto;
        padding: 10px 0;
    }


    .header-logo {
        flex-shrink: 1;
        margin: 0;
    }

    .header-logo img {
        max-width: 125px;
        width: 100%;
        height: auto;
        display: block;
    }


    .Header__body {
        font-size: 0.9rem;
        white-space: nowrap;
        line-height: 1.2;
        color: #bf0016;
        align-items: center;
        text-align: center;
        margin-right: 4px;
        font-weight: bold;
    }

    .header-tel__number-pc-hidden {
        flex-shrink: 0;
        text-align: right;
        position: relative;
        padding-left: 20px;
    }

    .header-tel__number-pc-hidden:before {
        content: "";
        display: block;
        position: absolute;
        background: url(../../../img/index_ic01.gif) no-repeat center / contain;
        width: 14px;
        height: 20px;
        top: 50%;
        left: 0;
        transform: translateY(-65%);
        z-index: 10;
    }

    .head-tel {
        font-size: 2.5rem;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        font-family: "Roboto", "Arial", sans-serif;
        color: #ffffff;
        padding: 0px;
        display: block;
        line-height: 1;
        padding: 0;
        margin: 0;
        vertical-align: top;
    }



    .header-text-small {
        font-size: 0.8rem;
        margin: auto;
    }


    .flow-item {
        width: 100%;
        max-width: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        counter-increment: flow-step;
    }
}


section.k-section {
    background-color: #f5f3e9;
    margin: 0px;
    padding: 40px 0px;
}

.k-txtbox {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.linetxt {
    text-align: center;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    color: #00578d;
    font-size: 4.2rem;
    padding: 0px 0px 4px;
    margin: 0px;
    background: linear-gradient(0deg, #ebd6e7 0% 40%, transparent 40% 100%);
}

h6 {
    text-align: center;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    color: #0000;
    font-size: 3.2rem;
    margin: 25px 0px 20px;
}

h5 {
    font-size: 3.0rem;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .linetxt {
        color: #00578d;
        font-size: 2.8rem;
        text-align: center;
        line-height: 1.6;
        display: inline;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        background: linear-gradient(0deg, #ebd6e7 0% 40%, transparent 40% 100%);

    }

    h5 {
        FONT-WEIGHT: 200;
        color: #ffffff;
        font-size: 2.0rem;
        background-color: #ff2837f7;
        width: 85%;
        margin: 5% auto 0%;
        border-radius: 20px;
        padding: 2px 10px;
    }



    .flow-title {
        font-size: 1.6rem;
        margin: 0px;
        color: #333;
    }

}

.k-txtbox .h4,
.k-txtbox p,
.k-txtbox h5 {
    text-align: center;
}

.k-txtbox p {
    margin-top: 0;
}

h6 {
    font-size: 2.2rem;
    margin: 20px 0px 10px;
    color: #ffffff;
    background-color: #115288;
}

@media screen and (max-width: 768px) {
    .flow-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        counter-reset: flow-step;
    }

    .flow-item {
        flex: 0 0 calc(50% - 10px);
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        counter-increment: flow-step;
    }


    .flow-image-wrapper {
        position: relative;
        display: inline-block;
        line-height: 0;
        max-width: 240px;
        height: auto;
        margin-bottom: 10px;
        width: 90%;
        height: auto;
        margin-bottom: 15px;
    }
}

.flow-caption {
    font-size: 0.8rem;
    padding: 0 5px;
}



.support-sp {
    display: none;
}

.support-pc {
    display: block;
}

@media screen and (max-width: 768px) {
    .flow-image-wrapper::before {
        font-size: 14px;
        width: 1.8em;
        height: 1.8em;
    }

    .support-sp {
        display: block;
        text-align: center;
    }

    .support-pc {
        display: none;
    }

    section.k-section {
        border-bottom: solid 35px #115288;
        padding-bottom: 0px;
    }
}

/* --- スマホ --- */
@media screen and (max-width: 767px) {
    .util-pc-hidden {
        display: block;
    }

    .util-sp-hidden {
        display: none !important;
    }


    .Header__inner {
        padding: 10px 5px 10px;
        background-color: #fff;
        justify-content: space-between;
    }

    h1.header-logo {
        margin: 0px;
    }

    .header-logo img {
        height: 30px;
    }

    .Header__body-sp {
        color: white;
        text-align: center;
        font-family: Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
        display: block;
        line-height: 1;
        padding: 3px 0px 0px;
        margin: 0;
        vertical-align: top;
    }

    .header-tel__number-pc-hidden a {
        text-decoration: none;
    }

    .header-tel__number-pc-hidden {
        position: relative;
    }

    .header-tel__number-pc-hidden::before {
        content: "";
        display: block;
        position: absolute;
        background: url(../../../img/index_ic005.gif) no-repeat center / contain;
        width: 14px;
        height: 20px;
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translate(-602%, -63%);
    }

    .Header {
        border-bottom: 0;
        height: 48px;
    }

}



@media screen and (max-width: 768px) {


    .flow-container {
        display: block;
        padding: 0 10px;
    }

    .flow-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 80%;
        max-width: none;
        margin-bottom: 40px;
        position: relative;
        gap: 15px;
        border: solid 1px gray;
        padding: 8px;
        margin: 10px auto 30px;
        background-color: white;
    }

    .flow-image-wrapper {
        flex: 0 0 120px;
        max-width: 70px;
        margin-bottom: 0;
    }

    .flow-caption-group {
        flex: 1;
        text-align: left;
    }

    .flow-title {
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 5px;
    }

    .flow-caption {
        font-size: 0.9rem;
        text-align: left;
        padding: 0;
    }

    .flow-image {
        /* width: 85%; */
        height: auto;
        display: block;
    }

    .flow-item:not(:last-child)::after {
        content: "▼";
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
        color: #115288;
    }
}