/*==============================================================================
Common
============================================================================= */
:root {
    --color-theme-1: #0d64c6;
    --color-theme-2: #eaedf6;
    --color-white: #ffffff;
    --margin-common-x-small: 4vw;
    --max-view-width: 1080px;
    --header-sp-height: 15vw;
    --header-pc-height: 10vw;
    --color-gray-1: #333333;
    --color-gray-2: #b1b1b1;
    --color-yellow-1: #FFFC00;
    --color-blue-1: #0101CB;
    --color-navy-1: #083C78;
    --color-navy-2: #CFE4F9;
    --color-navy-3: #013392;
    --color-navy-4: #0140AC;
    --color-red-1: #FF0103;
    --color-red-2: #F80000;
    --color-red-3: #FF0000;
    --color-green-1: #0EAD64;
    --font-noto-series: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
}

html {
    /* font-size: 16px; */
    font-size: 4vw;
    font-family: sans-serif;
}

* {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

.pc-inline {
    display: none !important;
}

.sp-inline {
    display: inline !important;
}

.container {
    min-height: 100vh;
}


.wrapper {
    overflow: hidden;
    min-height: 100vh;
}


/*==============================================================================
Header
============================================================================= */
.header {
    /* height: var(--header-sp-height); */
}
.header .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header-box .header-logo {
    width: 50%;
    margin-left: 0.5rem;
}
.header .header-box .header-right {
    width: 38%;
}

@media screen and (min-width: 768px) {
    .header .header-box .header-logo {
        width: 30%;
        margin-left: 0;
    }
    .header .header-box .header-right {
        width: 35%;
        padding: 0.4rem 1.5rem 0.25rem 0;
    }
    .header .header-box .header-right a {
        text-decoration: none;
    }
    .header .header-box .header-tel-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .header .header-box .header-tel-btn .upper {
        background-color: var(--color-red-3);
        color: var(--color-white);
        font-weight: 600;
        font-size: 0.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header .header-box .header-tel-btn .lower {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        color: var(--color-red-3);
        gap: 0.125rem;
    }
    .header .header-box .header-tel-btn .lower .icon {
        width: 7%;
    }
    .header .header-box .header-tel-btn .lower .icon, .header .header-box .header-tel-btn .lower .icon picture {        
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header .header-box .header-tel-btn .lower .tel {
        width: 93%;
    }
    .header .header-box .header-tel-btn .lower .tel .tel-inner {
        display: inline-block;
        font-family: var(--font-noto-series);
        font-weight: 900;
        font-size: 1.5rem;
        /* transform: scale(1, 1.1); */
        line-height: 1.1;
        white-space: nowrap;
    }
}

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

}


/*==============================================================================
Footer
============================================================================= */
.footer {
    padding: 1rem;
    background-color: var(--color-gray-1);
    color: var(--color-white);
}
.footer .footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}
.footer .footer-inner .footer-title {
    font-size: 0.9rem;
    font-weight: 600;
}
.footer .footer-inner .footer-copy {
    color: var(--color-gray-2);
    font-size: 0.7rem;
}

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

}

/*==============================================================================
FV
============================================================================= */
.fv {
    background-color: var(--color-blue-1);
}
.fv .fv-main {
    position: relative;
}
.fv .fv-main .pref-name {
    position: absolute;
    box-sizing: border-box;
    top: 10rem;
    /* right: 17rem; */
    right: 67vw;
    color: var(--color-yellow-1);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-style: italic;
    transform: rotate(-4deg);
    font-size: 1.5rem;
    line-height: 1.5rem;
}

@media screen and (min-width: 768px) {
    .fv .fv-main .pref-name {
        font-size: 1.55rem;
        top: 8.9rem;
        right: 31rem;
        line-height: 1.55rem;
    }
}

@media screen and (min-width: 1080px) {
    .fv .fv-main .pref-name {
        font-size: 1.55rem;
        top: 9rem;
        right: 31rem;
        line-height: 1.55rem;
    }
}

/*==============================================================================
FV-CTA
============================================================================= */
.fv-cta {
    background-color: var(--color-blue-1);
}
.fv-cta .cta-bg {
    padding: 4rem 0.35rem 0 0.35rem;
}
.fv-cta .cta-inner {
    position: relative;
}
.fv-cta .cta-content-heading {
    position: absolute;
    top: -3.75rem;
    padding: 0 0.5rem;
}
.fv-cta .cta-tel-btn .btn-content {
    position: relative;
}
.fv-cta .cta-tel-btn .btn-tel-num {
    position: absolute;
    bottom: 2rem;
    left: 5.5rem;
    font-size: 2.3rem;
    letter-spacing: 0.025em;
    font-family: Arial, sans-serif !important;
    color: var(--color-white);
    font-weight: 700;
    /* transform: scale(1, 1.2); */
}
.fv-cta .cta-contact-info {
    margin-top: 0.5rem;
    padding: 0.5rem;
    color: var(--color-white);
}
.fv-cta .cta-contact-info p {
    text-align: center;
}
.fv-cta .cta-contact-info p a {
    color: var(--color-white);
    font-weight: 600;
    font-size: 1.15rem;
}
.fv-cta .cta-notice {
    padding: 0.25rem;
    padding-bottom: 0.75rem;
    color: var(--color-white);
}
.fv-cta .cta-notice p {
    text-align: center;
    font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
    .fv-cta .cta-bg {
        padding: 2.75rem 0.35rem 2rem 0.35rem;
    }
    .fv-cta .cta-content-heading {
        width: 100%;
        top: -0.96rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 52;
    }
    .fv-cta .cta-content-heading picture {
        width: 58%;
    }
    .fv-cta .cta-content-operator {
        position: absolute;
        z-index: 50;
        width: 9rem;
        top: -10.8rem;
        left: 3.2rem;
    }
    .fv-cta .cta-tel-info {
        margin: 0 auto;
    }
    .fv-cta .cta-tel-info .cta-tel-info-inner {
        width: 84%;
        margin: 0 auto;
        background-color: var(--color-white);
        border-radius: 0.75rem;
        z-index: 51;
        position: relative;
        padding: 1.75rem 1rem 0.5rem;
    }
    .fv-cta .cta-tel-info .cta-tel-info-inner a {
        text-decoration: none;
    }
    .fv-cta .cta-tel-info .cta-tel-btn .tel-btn-header {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        background-color: var(--color-red-3);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.5rem;
    }
    .fv-cta .cta-tel-info .cta-tel-btn .txt {
        width: 73%;
        padding-left: 0.25rem;
    }
    .fv-cta .cta-tel-info .cta-tel-btn .time {
        width: 22%;
        padding-right: 1rem;
    }
    .fv-cta .cta-tel-info .cta-tel-btn .tel-btn-content {
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        border: 0.16rem solid var(--color-red-3);
        color: var(--color-red-3);
        padding: 0.25rem 0.65rem 0.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .fv-cta .cta-tel-info .cta-tel-btn .tel-btn-content .icon {
        padding-top: 0.25rem;
        width: 10%;
    }
    .fv-cta .cta-tel-info .cta-tel-btn .tel-btn-content .txt {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .fv-cta .cta-tel-info .cta-tel-btn .tel-btn-content .txt .tel-icon {
        width: 8%;
    }
    .fv-cta .cta-tel-info .cta-tel-btn .tel-btn-content .txt .tel-number {
        width: 92%;
        font-family: var(--font-noto-series);
        font-weight: 900;
        font-size: 3.1rem;
        line-height: 1;
        margin-bottom: 0.2rem;
    }
    .fv-cta .cta-tel-info .cta-contact-info {
        color: var(--color-navy-4);
        padding: 0 0.5rem;
    }
    .fv-cta .cta-tel-info .cta-contact-info p a {
        color: var(--color-navy-4);
        text-decoration: underline;
        font-size: 0.9rem;
    }
    .fv-cta .cta-notice p {
        margin: 0 auto;
        width: 84%;
        text-align: left;
        font-size: 0.6rem;
        font-weight: 600;
    }
    
}

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

}

/*==============================================================================
CTA
============================================================================= */
.cta {
    background-color: var(--color-blue-1);
}
.cta .cta-content {
    position: relative;
    padding: 2rem 0.5rem 0 0.5rem;
}
.cta .cta-content-heading {
    position: absolute;
    top: -1.875rem;
    padding: 0 0.5rem;
}
.cta .cta-tel-btn {
    margin-bottom: 0.25rem;
}
.cta .cta-tel-btn .btn-content {
    position: relative;
}
.cta .cta-tel-btn .btn-tel-num {
    position: absolute;
    bottom: 2rem;
    left: 5.5rem;
    font-size: 2.3rem;
    letter-spacing: 0.025em;
    font-family: Arial, sans-serif !important;
    color: var(--color-white);
    font-weight: 700;
    /* transform: scale(1, 1.2); */
}
.cta .cta-tel-status {
    background-color: var(--color-white);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
    padding: 1rem 0 1rem 0.5rem;
    margin: 0 0.25rem;
    font-size: 0.95rem;
}
.cta .cta-tel-status picture {
    width: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta .cta-tel-status p {
    width: 94%;
    white-space: nowrap;
}
.cta .cta-timer {
    font-size: 87%;
    font-weight: 600;
    font-family: var(--font-noto-series);
}
.cta .cta-timer .color-sp {
    color: var(--color-red-2);
}
.cta .cta-timer .color {
    color: var(--color-red-2);
}
.cta .cta-timer .js-cta-month,
.cta .cta-timer .js-cta-day,
.cta .cta-timer .js-cta-hour,
.cta .cta-timer .js-cta-minutes,
.cta .cta-timer .js-cta-divider {
    display: inline-block;
    font-weight: 700;
    font-size: 150%;
    transform: scale(1, 1.2);
}
.cta .cta-payment-info {
    margin: 0.5rem 0.25rem;
}
.cta .cta-payment-info .card {
    background-color: var(--color-white);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem;
}
.cta .cta-payment-info .payment-detail .full {
    margin-bottom: 0.5rem;
}
.cta .cta-payment-info .payment-detail .half {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}
.cta .cta-payment-info .payment-detail .half div {
    width: 50%;
}
.cta .cta-payment-info .payment-detail .half div picture {
    height: 3.75rem;
}
.cta .cta-payment-info .payment-detail .half div picture img {
    height: 100%;
    width: inherit;
}

.cta .cta-contact-info {
    margin-top: 0.5rem;
    padding: 0.5rem;
    color: var(--color-white);
}
.cta .cta-contact-info p {
    text-align: center;
}
.cta .cta-contact-info p a {
    color: var(--color-white);
    font-weight: 600;
    font-size: 1.15rem;
}
.cta .cta-notice {
    padding: 0.25rem 0.75rem;
    padding-bottom: 0.75rem;
    color: var(--color-white);
}
.cta .cta-notice p {
    text-align: left;
    font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
    .cta .cta-content-heading {
        width: 100%;
        top: -1.2rem;
        margin: 0;
        margin-left: -1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cta .cta-content-heading picture {
        width: 66.6667%;
    }
    .cta .cta-content {
        width: 84%;
        margin: 2.5rem auto 0.5rem;
        background-color: var(--color-white);
        border-radius: 0.75rem;    
        padding: 2rem 1rem 1rem;
    }
    .cta .cta-tel-info {
        margin: 0 auto;
    }
    .cta .cta-tel-info .cta-tel-info-inner {
        position: relative;
        padding: 0;
    }
    .cta .cta-tel-info .cta-tel-info-inner a {
        text-decoration: none;
    }
    .cta .cta-tel-info .cta-tel-btn .tel-btn-header {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        background-color: var(--color-red-3);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.5rem;
    }
    .cta .cta-tel-info .cta-tel-btn .txt {
        width: 57%;
        padding-left: 0.25rem;
    }
    .cta .cta-tel-info .cta-tel-btn .time {
        width: 39%;
        padding-right: 0.5rem;
    }
    .cta .cta-tel-info .cta-tel-btn .tel-btn-content {
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        border: 0.16rem solid var(--color-red-3);
        color: var(--color-red-3);
        padding: 0.25rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cta .cta-tel-info .cta-tel-btn .tel-btn-content .icon {
        padding-top: 0;
        width: 11%;
    }
    .cta .cta-tel-info .cta-tel-btn .tel-btn-content .txt {
        width: 89%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cta .cta-tel-info .cta-tel-btn .tel-btn-content .txt .tel-icon {
        width: 8%;
    }
    .cta .cta-tel-info .cta-tel-btn .tel-btn-content .txt .tel-number {
        width: 92%;
        font-family: var(--font-noto-series);
        font-weight: 900;
        font-size: 3.1rem;
        line-height: 1;
        margin-bottom: 0.2rem;
    }
    .cta .cta-tel-status {
        background-image: url(./img/pc/cta_etc_bg.webp);
        background-image: -webkit-image-set(
            url(./img/pc/cta_etc_bg.webp) 1x,
            url(./img/pc/cta_etc_bg@2x.webp) 2x
        );
        background-image: image-set(
            url(./img/pc/cta_etc_bg.webp) 1x,
            url(./img/pc/cta_etc_bg@2x.webp) 2x
        );
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        padding: 0 2rem 0 2rem;
        margin: -0.5rem -0.25rem 0;
        width: calc(100% + 0.5rem);
        height: 6rem;
    }
    .cta .cta-tel-status p {
        color: var(--color-green-1);
    }
    .cta .cta-timer {
        font-size: 89%;
    }
    .cta .cta-timer .color-sp {
        color: inherit;
    }
    .cta .cta-contact-info {
        color: var(--color-navy-4);
        padding: 0 0.5rem;
    }
    .cta .cta-contact-info p a {
        color: var(--color-navy-4);
        text-decoration: underline;
        font-size: 0.9rem;
    }
    .cta .cta-notice {
        padding-bottom: 2rem;
    }
    .cta .cta-notice p {
        margin: 0 auto;
        width: 84%;
        text-align: left;
        font-size: 0.6rem;
        font-weight: 600;
    }
    .cta .cta-payment-info {
        margin: 0.5rem 0;
    }
}

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

}

/*==============================================================================
Areas
============================================================================= */
.area {
    background-color: var(--color-white);
}
.area .area-bg {
    padding: 1.75rem 0.25rem;
}
.area .area-content {
    padding-top: 0.5rem;
}
.area .area-content .area-header {
    position: relative;
}
.area .area-content .area-header h2 {
    color: var(--color-navy-1);
    font-family: var(--font-noto-series);
    font-weight: 700;
    font-size: 2rem;
    font-style: italic;
    line-height: 1.2;
    padding-left: 0.75rem;
    padding-bottom: 1rem;
    font-feature-settings: "palt";
}
.area .area-content .area-header .red {
    color: var(--color-red-1);
}
.area .area-content .area-header .big {
    font-size: 125%;
}
.area .area-content .area-header .smaller {
    font-size: 90%;
}
.area .area-content .area-header .area-car {
    position: absolute;
    width: 8.75rem;
    top: -1.25rem;
    right: 0;
}
.area .area-info {
    padding: 0.25rem;
}
.area .area-info .area-info-header {
    padding: 0.5rem;
    position: relative;
    background-color: var(--color-navy-1);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    color: var(--color-white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
}
.area .area-info .area-info-addresses {
    padding: 0.75rem 0rem 0.75rem 1rem;
    background-color: var(--color-navy-2);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    font-size: 1.1rem;
}
.area .area-info .area-info-addresses p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 3.9vw;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.8;
}

@media screen and (min-width: 768px) {
    .area .area-bg {
        padding: 2rem 1.5rem 3.5rem;
    }
    .area .area-content .area-header h2 {
        padding-left: 0;
        text-align: center;
        font-size: 2.3rem;
    }
    .area .area-content .area-header .red {
        font-size: 115%;
    }
    .area .area-info {
    }
    .area .area-info .area-info-header .area-car {
        position: absolute;
        width: 10rem;
        top: -2.8rem;
        right: -1rem;
    }
    .area .area-info .area-info-addresses {
        font-size: 0.7125rem;
        font-weight: 600;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    }
    .area .area-info .area-info-addresses p {
        font-size: clamp(1px, 1.79vw, 19.5px);
        letter-spacing: 0.02em;
        font-weight: 600;
        line-height: 1.9;
    }
}

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

}

/*==============================================================================
Review
============================================================================= */
.review {
    background: url(./img/sp/sec11_bg@2x.webp) no-repeat center center / cover;
    padding: 3rem 1rem;
}
.review .review-ttl {
    width: 100%;
}
.review .review-content {
    min-height: 25rem;
}

@media screen and (min-width: 768px) {
    .review .review-content {
        min-height: 40rem;
    }
}

@media screen and (min-width: 1080px) {
    .review .review-content {
        min-height: 0;
    }
}

/*==============================================================================
FAQ
============================================================================= */
.faq {
    margin-top: 0;
    padding-bottom: clamp(1px, 3vw, 33px);
    padding-top: clamp(1px, 7vw, 77px);
    background-image: repeating-linear-gradient(
            to bottom,
            transparent 15px,
            #e6e6e6 16px,
            #e6e6e6 16px,
            transparent 17px,
            transparent 31px,
            #e6e6e6 32px,
            #e6e6e6 32px,
            transparent 33px,
            transparent 47px,
            #e6e6e6 48px,
            #e6e6e6 48px,
            transparent 49px,
            transparent 63px,
            #e6e6e6 64px,
            #e6e6e6 64px,
            transparent 65px,
            transparent 79px,
            #e6e6e6 80px,
            #e6e6e6 80px
        ),
        repeating-linear-gradient(
            to right,
            transparent 15px,
            #e6e6e6 16px,
            #e6e6e6 16px,
            transparent 17px,
            transparent 31px,
            #e6e6e6 32px,
            #e6e6e6 32px,
            transparent 33px,
            transparent 47px,
            #e6e6e6 48px,
            #e6e6e6 48px,
            transparent 49px,
            transparent 63px,
            #e6e6e6 64px,
            #e6e6e6 64px,
            transparent 65px,
            transparent 79px,
            #e6e6e6 80px,
            #e6e6e6 80px
        );
    height: auto;
}
.faq-bg {
    padding: 0;
    margin: 0;
}
.faq .faq-ttl {
    display: flex;
    align-items: center;
    justify-content: center;

}
.faq .faq-ttl .left {
    width: 20%;
}
.faq .faq-ttl .center {
    width: 60%;
}
.faq .faq-ttl .right {
    width: 20%;
}
.faq .faq-content {
    padding: 2rem 0.75rem 1rem;
}

.faq .faq-item {
    border: 2px solid var(--color-navy-3);
    margin-bottom: 1.5rem;
}
.faq .faq-item .faq-item-question {
    background-color: var(--color-navy-3);
    padding: 0.5rem;
    color: var(--color-white);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}
.faq .faq-item .faq-item-question .icon {
    width: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq .faq-item .faq-item-question .icon picture {
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq .faq-item .faq-item-question .text {
    width: 94%;
}
.faq .faq-item .faq-item-answer {
    background-color: var(--color-white);
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    .faq .faq-item {
        border: 0.125rem solid var(--color-navy-3);
    }
    .faq .faq-content {
        padding: 2rem 3.25rem 1rem;
    }
    .faq .faq-item .faq-item-question .icon {
        width: 5%;
    }
    .faq .faq-item .faq-item-question .text {
        width: 95%;
        font-size: 0.9rem;
    }
}

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

}

/*==============================================================================
Recruit
============================================================================= */
.recruit-bg {
    background: #fff;
    padding: 3rem 1rem;
}
.recruit-inner {
    margin: 0 auto;
}
.recruit-ttl01 {
    font-size: 2rem;
    background: #0663e0;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: "gothicB";
    padding: 0.5rem 0;
}
.recruit-box-txt {
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    margin: 1rem auto;
}
.recruit-box-txt p {
    font-weight: 500;
    line-height: 1.75;
}
.recruit-btn {
    margin: 0;
}
@media screen and (min-width: 768px) {
  .recruit-bg {
    background: #fff;
    padding: 3rem 3rem 5rem;
  }
  .recruit-ttl01 {
    font-size: 2.25rem;
    line-height: 3rem;
    color: #fff;
    text-align: center;
    font-family: "gothicB";
    background: #0663e0;
    padding: 0.8rem 0;
  }
  .recruit-box {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 1.75rem;
  }
  .recruit-box-img {
    width: 45%;
    padding-top: 0.25rem;
  }
  .recruit-box-txt {
    width: 55%;
    font-size: 0.9rem;
    line-height: 1.75rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }
  .recruit-btn {
  }
}
@media screen and (min-width: 1080px) {

}



/* sp to tab to pc */
@media (min-width: 768px) {
    html {
        font-size: 2.5vw;
    }
    .sp {
        display: none !important;
    }
    .pc {
        display: block !important;
    }
    .sp-inline {
        display: none !important;
    }
    .pc-inline {
        display: inline !important;
    }
    .wrapper {
        box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
        max-width: var(--max-view-width);
        margin: 0 auto;
    }
}
@media (min-width: 1080px) {
    :root {
        --margin-common-x-small: 40px;
    }
    html {
        font-size: 27px;
    }
}

/* --- お客様の声（review）セクション全体 --- */
.review {
  width: 100%;
  padding: 60px 0;
}

.review-bg {
  width: 100%;
}

.review-inner.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.review-ttl {
    
    max-width: 70%;
  text-align: center;
  margin: auto;
}

.review-ttl img {
  max-width: 100%;
  height: auto;
}

.review-content {
    margin-top: clamp(1px,3vw,40px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.review-item {
  width: 100%;
}

.review-body-wrap {
  position: relative;
  width: 100%;
  line-height: 0;
}

.review-body-img {
  width: 100%;
  height: auto;
}

.review-enq-wrap {
  position: absolute;
  right: 2%;
  bottom: 5%;
  width: 17%;
  max-width: 165px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  z-index: 2;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.review-enq-wrap:hover {
  transform: scale(1.05);
}

.review-small-enq {
  width: 100%;
  height: auto;
  display: block;
}

.review-enq-zoom-parts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 5px;
}

.zoom-parts-icon {
  width: 35%;
  height: auto;
  display: block;
}

.zoom-parts-text {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  .review {
    padding: 40px 0;
  }

.review-ttl {
    max-width: 90%;
    }
  .review-enq-wrap {
    right: 4%;
    bottom: 16%;
    width: 40%;
    max-width: none;
  }

  .zoom-parts-icon {
    width: 55%;
  }

  .zoom-parts-text {
    font-size: 1rem;
    transform: none;
  }

  .zoom-parts-text.sp {
    display: inline-block !important;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
}

.modal-content-wrap {
  width: 90%;
  max-width: 800px;
  animation: modalFadeIn 0.3s;
}

.modal-content-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

@media screen and (max-width: 767px) {
  .modal-content-wrap {
    width: 95%;
  }
}