@charset "utf-8";

.tFvTxt02 span {
    font-size: 133.3%;
}

.sliderContent {
    aspect-ratio: 67/60;
    overflow: hidden;
}

.sliderContent>img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.tWorryTitBx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.tWorryTitBx::before,
.tWorryTitBx::after {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background: #B5B1AE;
}

.tWorryCircleItemTitBx {
    display: flex;
    gap: 3px;
}

.tWorryCircleItemTitBx::before,
.tWorryCircleItemTitBx::after {
    content: "";
    width: 18px;
    aspect-ratio: 23/31;
}

.tWorryCircleItemTitBx::before {
    margin: 0 0 auto 0;
    background: url(/system_panel/uploads/images/kakko01.svg) no-repeat center /contain;
}

.tWorryCircleItemTitBx::after {
    margin: auto 0 0 0;
    background: url(/system_panel/uploads/images/kakko02.svg) no-repeat center /contain;
}

.tWorryCircleItemTxt span {
    font-weight: 600;
}

.tWorryTxt01 span {
    font-size: 176%;
    font-weight: 600;
}

.tService {
    background-size: 100% 100% !important;
}

.tServiceTit {
    color: #E2A883;
    opacity: .28;
}

.tPhoto {
    position: relative;
}

.tPhoto::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: 135px;
    left: 0;
    width: calc(100% - 15px);
    max-width: 1440px;
    border-radius: 0 80px 80px 0;
    background: #FFFBF8;
    opacity: .7;
}

.tOtherBxL {
    gap: 20px;
}

.tOtherBxLImg {
    aspect-ratio: 300/412;
    overflow: hidden;
}

.tOtherBxLImg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.tOther {
    position: relative;
}

.tOther::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 135px;
    left: auto;
    width: calc(100% - 15px);
    max-width: 1440px;
    border-radius: 80px 0 0 80px;
    background: #FFFBF8;
    opacity: .7;
}

.tMenuTitBx {
    display: contents !important;
}

.tMenuBtnBx {
    order: 5;
}

.tCircleItem:hover {
    color: var(--black);
}

.tCircleItem::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    border: 1px solid #D0BBAC;
    border-radius: 45px;
    background: rgba(255, 253, 252, 0.55);
}

.tCircleItemLink::before {
    transition: all .3s;
}

.tCircleItemLink:hover::before {
    background: rgba(255, 253, 252, 0.3);
}

.tCircleItemLink .btn01 {
    border: none;
}

.tCircleItemLink .btn01:hover {
    background: transparent;
    color: var(--black);
}

.tCircleItemLink .btn01:hover p {
    color: var(--black);
}

.tCircleItemLink .btn01:hover::after {
    background: var(--black);
}

.tCircleItemIn .tit50 {
    font-size: 25px;
}

.tNews {
    background-size: 100% 100% !important;
}

.tNewsBxL {
    display: contents !important;
}

.tNewsBtnBx {
    order: 5;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    .sliderContent {
        aspect-ratio: 170/86;
    }

    .tPhoto::before {
        border-radius: 0 100vmax 100vmax 0;
        bottom: 0;
    }

    .tOther::before {
        border-radius: 100vmax 0 0 100vmax;
        bottom: 0;
    }

    .tMenuTitBx {
        display: block !important;
    }

    .tNewsBxL {
        display: block !important;
    }
}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

    .tOtherBxL {
        gap: 35px;
    }

    .tCircleItem::before {
        border-radius: 9999px;
    }

    .tCircleItemLink {
        padding: 156px 15px 109px !important;
        border-radius: 100% !important; 
        max-width: 398px;
    }

    .tCircleItemLink::before {
        border-radius: 100%;
    }

    .tCircleItemIn .tit50 {
        font-size: clamp(1.625rem, 1.261rem + 1.553vw, 3.125rem);
    }
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1440px) {

    .tWorryCircleItemTit {
        font-size: 36px !important;
    }

    .tWorryCircleItemTitBx::before,
    .tWorryCircleItemTitBx::after {
        width: 23px;
    }

}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */