@charset "utf-8";

/* ==========================================
about01
========================================== */

.about01 {
    overflow-x: hidden;
}

.about01-row01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    margin: 4rem auto 0;
}

.about01-row01-left {
    width: 50%;
    max-width: 81rem;
}


.about01-text01 {
    margin: 8rem 0 0;
}

.about01-text02 {
    margin: 5.5rem 0 0;
}


.about01-row01-right {
    width: 40%;
    max-width: 64rem;
}

.about01-row01-right .swiper-pagination {
    position: static !important;
    text-align: end;
}

.swiper-pagination-bullet {
    width: 1.5rem;
    height: auto;
    aspect-ratio: 1/1;
    border: 1px solid var(--white);
    background: transparent;
    transition: all .3s;
}

.swiper-pagination-bullet-active {
    background: var(--white) !important;
}

.about01-row02 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 6rem auto 0;
}

.about01-row02-left {
    max-width: 45rem;
    width: 29.61%;
}

.about01-row02-right {
    max-width: 95rem;
    width: 62.5%;
}

/* ==========================================
aboutHighlight
========================================== */

.aboutHighlight {
    padding: 11rem 0 0;
}

.aboutHighlightTitBx {
    width: 100%;
    max-width: 167rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.aboutHighlightsTit02 {
    margin: 4rem 0 0 auto;
    width: 100%;
    text-align: right;
}

.aboutHighlightBx {
    margin: 6rem 0 0;
}

.aboutHighlightSlider {
    position: relative;
    height: 68rem;
}

.aboutHighlightSliderPager {
    position: absolute;
    right: 15rem;
    top: 8rem;
    z-index: 5;
    width: 100%;
    max-width: 11rem;
    height: 5rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    width: 48%;
    max-width: 5rem;
    margin: 0;
    aspect-ratio: 1/1;
    transition: all .3s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: .6;
}

.swiper-button-prev {
    background: url(../../../../uploads/slider_arrow_left.svg)no-repeat center /contain;
}

.swiper-button-next {
    background: url(../../../../uploads/slider_arrow_right.svg)no-repeat center /contain;
}

.aboutHighlightSliderItem {
    padding: 2rem;
    background-color: var(--black);
}

.aboutHighlightSliderItem::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--black);
    opacity: .6;
    z-index: 5;
}

.aboutHighlightSliderItem01 {
    background: url(../../../../uploads/about_slider0201.jpg)no-repeat center /cover;
}

.aboutHighlightSliderItem02 {
    background: url(../../../../uploads/about_slider0202.jpg)no-repeat center /cover;
}

.aboutHighlightSliderItem03 {
    background: url(../../../../uploads/about_slider0203.jpg)no-repeat center /cover;
}

.aboutHighlightSliderItem04 {
    background: url(../../../../uploads/about_slider0204.jpg)no-repeat 15% /cover;
}

.aboutHighlightSliderItem05 {
    background: url(../../../../uploads/about_slider0205.jpg)no-repeat center /cover;
}

.aboutHighlightSliderItemFl {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 142rem;
    margin: 22.5rem auto 0;
}

.aboutHighlightSliderItemFlL,
.aboutHighlightSliderItemFlR {
    width: 50%;
}

.aboutHighlightSliderItemTitBx {
    display: flex;
    align-items: center;
    gap: 3.5rem;
}

.aboutHighlightSliderItemNum {
    font-size: 10rem;
    line-height: .8em;
    letter-spacing: -0.08em;
    color: var(--primary);
    font-family: var(--fontB);
}

.aboutHighlightSliderItemTit {
    position: relative;
    flex: 1;
    font-size: 4rem;
    line-height: 1.25em;
    letter-spacing: 0.05em;
}

.aboutHighlightSliderItemTit::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 90%;
    max-width: 39rem;
    aspect-ratio: 390/49;
    background: url(../../../../uploads/about_deco01.svg) no-repeat top left /contain;
}

.aboutHighlightSliderItemTxt span {
    font-size: 125%;
}

/* ==========================================
about03
========================================== */

.tax-text {
    margin: 3rem auto 0;
}

.about03-row01 {
    max-width: 152rem;
    width: 95%;
    margin: 14rem auto 0;
    display: flex;
    gap: 12rem;
}

.about03-item01 {
    max-width: 70rem;
    position: relative;
}

.about03-img-box {
    position: relative;
    max-width: 65rem;
    width: 92.86%;
}

.about03-img-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    /* width: 76.92%; */
    width: 85%;
    height: 100%;
    background: linear-gradient(90deg, rgba(31, 31, 31, 0) 0%, rgba(31, 31, 31, .7) 100%);
    z-index: 1;
}

.about03-fukidashi01 {
    position: absolute;
    max-width: 38rem;
    width: 59%;
    top: -13rem;
    left: -7rem;
    z-index: 3;
}

.about03-text-block01 {
    max-width: 38rem;
    width: 59%;
    position: absolute;
    right: 0;
    bottom: 5rem;
    z-index: 2;
}

.about03-price-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.about03-text01 {
    font-size: 2.5rem;
    line-height: 1;
}

.about03-text02 {
    font-size: 3.5rem;
}

.about03-item01-text {
    line-height: 1.45;
}

.about03-row02 {
    max-width: 122rem;
    width: 95%;
    margin: 10rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17rem 12rem;
}

.about03-item02 {
    max-width: 55rem;
}

.about03-item02-text {
    line-height: 1.45;
}

.about03-item02-text:nth-child(n+2) {
    margin: 3rem 0 0;
}

.about03-fukidashi04 {
    max-width: 42rem;
    width: 80%;
    position: absolute;
    top: -17rem;
    left: -8rem;
    z-index: 1;
}

.about03-item02 .about03-text-block01 {
    width: 69%;
}

.about03-img-box04 {
    max-width: 28rem;
    width: 51%;
    margin: -8rem 0 0 auto;
    transform: rotate(5deg);
}

.about03-img-box02 {
    max-width: 50rem;
}

.about03-img-box03 {
    max-width: 36rem;
    width: 66%;
    transform: rotate(-5deg);
    margin: 4rem 0 0;
}

.about03-fukidashi02 {
    position: absolute;
    top: -12rem;
    right: -6rem;
    max-width: 43rem;
    width: 68%;
    z-index: 1;
}

.about03-fukidashi03 {
    position: absolute;
    max-width: 29rem;
    width: 62%;
    bottom: -2rem;
    left: 7rem;
    z-index: 1;
}

.about03-btn-contents {
    margin: 6rem auto 0;
    text-align: center;
}

.tMenuBtnBx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin: 4rem auto 0;
}

.about03-btn-contents .brNone {
    display: none;
}

/* ==========================================
about04
========================================== */

.about04 {
    padding: 0 0 22rem;
}

.about04-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about04-row01-left {
    max-width: 90rem;
    width: 56%;
}

.about04-img-box01 {
    max-width: 72rem;
    width: 80%;
}

.about04-img02 {
    max-width: 46rem;
    width: 51%;
    margin: -16rem 0 0 auto;
    position: relative;
}

.about04-row01-right {
    max-width: 65.5rem;
    width: 41%;
}

.about04-row01-right .about01-text02 {
    margin: 4rem 0 0;
}

.about04-btn-box {
    margin: 4rem 0 0 auto;
    display: flex;
    justify-content: flex-end;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1220px) {

    /* ==========================================
    aboutHighlight
    ========================================== */

    .aboutHighlightSliderItemNum {
        font-size: 6rem;
    }

    .aboutHighlightSliderItemTit {
        font-size: 2.2rem;
    }

    .aboutHighlightSliderItemFlL {
        width: 40%;
    }

    .aboutHighlightSliderItemFlR {
        width: 58%;
    }


    .about03-text-block01 {
        width: 80%;
    }

    .about03-text01 {
        font-size: 2.2rem;
    }

    .about03-fukidashi01 {
        left: 0;
    }

    .about03-fukidashi02 {
        top: -8rem;
        right: 0rem;
        width: 71%;
    }

    .about04-row01-left {
        width: 54%;
    }

    .about04-row01-right {
        width: 43%;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {
    /* ==========================================
    about01
    ========================================== */

    .about01-row02-right {
        width: 64.5%;
    }

    /* ==========================================
    aboutHighlight
    ========================================== */

    .aboutHighlightSliderItemTitBx {
        gap: 1.5rem;
    }

    /* ==========================================
    about03
    ========================================== */
    .about03-row01 {
        margin: 9rem auto 0;
        display: flex;
        gap: 6rem;
    }

    .about03-fukidashi01 {
        top: -11rem;
        left: -4rem;
    }

    .about03-text01 {
        font-size: 2rem;
    }

    .about03-text02 {
        font-size: 2.8rem;
    }

    .about03-text-block01 {
        width: 75%;
        bottom: -5rem;
    }

    .about03-row02 {
        width: 95%;
        gap: 17rem 5rem;
    }

    .about03-item02 .about03-text-block01 {
        width: 90%;
    }

    .about03-fukidashi04 {
        width: 70%;
        top: -12rem;
        left: -6rem;
    }

    .about03-img-box03 {
        margin: 6rem 0 0;
    }

    .about03-fukidashi02 {
        top: -5rem;
        right: -5rem;
        width: 70%;
    }

    .about03-fukidashi03 {
        bottom: -5rem;
        left: 1rem;
    }

    .about03-img-box04 {
        margin: -5rem 0 0 auto;
    }

    .about03-btn-contents {
        margin: 10rem auto 0;
        text-align: center;
    }


    /* ==========================================
    about04
    ========================================== */

    .about04 {
        padding: 10rem 0 18rem;
    }

    .about04-row {
        flex-direction: column;
    }

    .about04-row01-left {
        width: 100%;
        margin-top: 4rem;
    }

    .about04-row01-right {
        display: contents;
        width: 100%;
        margin: 4rem auto 0;
    }

    .about04-row01-right>* {
        width: 100%;
        max-width: 65.5rem;
        margin: 4rem auto 0;
    }

    .about04-row01-right .about01-text02 {
        margin: 2rem 0 0;
    }

        .about04-row01-right .about01-text01 {
        margin-top: 0;
    }

    .about04-row01-right>.in-title-box-left {
        margin: 0 auto;
        order: -1;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {


    /* ==========================================
    about01
    ========================================== */

    .about01-row01 {
        flex-direction: column-reverse;
        align-items: center;
    }

    .about01-row01-right {
        width: 100%;
    }

    .about01-row01-left {
        width: 100%;
        margin: 4rem auto 0;
    }

    .about01-text01 {
        margin: 5rem 0 0;
    }

    .about01-text02 {
        margin: 4rem 0 0;
    }

    .about01-row02 {
        flex-direction: column;
        align-items: center;
    }

    .about01-row02-right {
        width: 100%;
        margin: 4rem auto 0;
    }

    .about01-row02-left {
        width: 100%;
    }

    /* ==========================================
    aboutHighlight
    ========================================== */

    .aboutHighlight {
        padding: 8rem 0 0;
    }


    .aboutHighlightsTit02 {
        margin: 2rem 0 0 auto;
    }

    .aboutHighlightSlider {
        height: 50rem;
    }

    .aboutHighlightSliderPager {
        top: 4rem;
        right: 5rem;
    }

    .aboutHighlightSliderItemFl {
        flex-direction: column;
        gap: 6rem;
        margin: 11rem auto 0;
    }

    .aboutHighlightSliderItemFlL,
    .aboutHighlightSliderItemFlR {
        width: 100%;
    }


    /* ==========================================
    about03
    ========================================== */

    .about03.wrapper {
        padding: 6rem 0 8rem;
    }

    .about03-row01 {
        width: 95%;
        margin: 10rem auto 0;
        flex-direction: column;
        gap: 8rem;
    }

    .about03-fukidashi01 {
        width: 45%;
    }

    .about03-text-block01 {
        width: 59%;
        bottom: 3rem;
        z-index: 2;
    }

    .about03-row02 {
        grid-template-columns: repeat(1, 1fr);
        gap: 7rem 5rem;
    }

    .about03-item02 {
        width: 100%;
        margin: 0 auto;
    }

    .about03-img-box02 {
        width: 100%;
        margin: 0;
    }

    .about03-fukidashi04 {
        width: 60%;
        top: -9rem;
        left: -8rem;
    }

    .about03-btn-contents {
        margin: 6rem auto 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {

    .tit150.aboutHighlightsTit {
        font-size: 5.8rem;
    }

    .aboutHighlightSliderItemFl {
        margin: 7rem auto 0;
    }

    .aboutHighlightSliderItem04 {
        background-position: 20% 0;
    }

    /* ==========================================
    about03
    ========================================== */

    .about03-row01 {
        gap: 5rem;
    }

    .about03-img-box {
        width: 100%;
    }

    .about03-img-box:after {
        content: none;
    }

    .about03-fukidashi01 {
        width: 60%;
        top: -8rem;
        left: -4rem;
    }

    .about03-text-block01 {
        position: static;
        width: 100%;
        margin: 3rem auto 0;
    }

    .about03-row02 {
        width: 100%;
        margin: 6rem auto 0;
    }

    .about03-item02 .about03-text-block01 {
        width: 100%;
    }

    .about03-fukidashi02 {
        top: -9rem;
        right: -1rem;
        width: 60%;
    }

    .about03-fukidashi03 {
        width: 50%;
        bottom: -3rem;
        left: 4rem;
    }

    .about03-img-box03 {
        margin: 0 0 0;
    }

    .about03-fukidashi04 {
        width: 60%;
        top: -7rem;
        left: 0;
    }

    .tMenuBtnBx {
        flex-direction: column;
    }

    .about04 {
        padding: 3rem 0 16rem;
    }

    .about04-img02 {
        margin: -8rem 0 0 auto;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */