.top-header-height {
    height: calc(100vh - 100px);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-direction: column;
}

.bg-holder.overlay.overlay-2.parallax {
    background: url(/images/img-webexhibition/headers/bg-header.jpg) no-repeat center center;
    background-size: cover;
    /* hoặc contain tùy theo ý định hiển thị */
}

.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    /* background-position: center; */
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}

.bg-holder.overlay-2:before {
    background: rgba(0, 0, 0, 0);
}

.bg-holder.overlay:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-header {
    position: relative;
}

.catch {
    color: #FFF;
    position: relative;
    font-family: 'Shippori Mincho B1', serif;
    z-index: 0;
    text-align: center;
}

.catch .catch1 {
    font-size: 3.75rem;
    position: relative;
    left: 0;
    top: 0;
    content: "";
    text-align: center;
    line-height: 1.4;
}

.catch .catch1 .produce {
    font-size: 0.9375rem;
    position: relative;
    top: 10px;
    display: block;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600
}


.catch .catch1 .blk {
    color: black
}



.catch .catch2 {
    font-size: 1.625rem;
    line-height: 1.25;
    margin-bottom: 2rem;
    margin-left: 1rem;
}



.bg-header .btn-regist {
    font-size: 1.875rem;
    background: linear-gradient(to top, #918b6a, #303e36);
    border-radius: 4px;
    border: 1px solid #301100;
    padding: 1.4rem 3rem 1.5rem 5rem;
    letter-spacing: 0.05rem;
    position: relative;
    line-height: 1;
    margin-bottom: 1.1rem;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #FFF;
    font-weight: 100;
    opacity: 0.9;
    line-height: 1;
    position: relative;
    font-family: 'Shippori Mincho B1', serif;
    font-size: clamp(1.2rem, 2vw, 1.875rem);
}

.bg-header .btn-regist:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(243, 210, 183, 0.3);
    content: "";
    left: 0;
    top: 0;
    border-radius: 3px;
}

.bg-header .btn-regist:hover {
    background: linear-gradient(to top, #a99b51, #204524);

}

.bg-header .btn-regist:before {
    content: "";
    width: clamp(28px, 7vw, 36px);
    height: 24px;
    background: url(/images/img-webexhibition/icons/mail.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}


.bg-holder {
    background-position: center center;
}

.top-lead .pics {
    display: flex;
    justify-content: space-evenly;
}

.top-lead .pics img {
    position: relative;
}

.top-lead .pics .pic1 {}

.top-lead .pics .pic2 {
    top: 2rem;
}

.top-lead .pics .pic3 {
    top: -1rem;
}

.top-lead .lead1,
.top-lead .lead2 {
    text-align: center
}

.top-lead .lead1 {
    font-size: clamp(1.2rem, 3vw, 2.75rem);
    color: #e82323;
    padding: clamp(1.2rem, 1vw, 2rem);
    font-weight: 400;
}

.top-lead .lead2 {
    font-weight: 700;
    font-size: 1.125rem;
}

.benefit .anchor {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.benefit .anchor .square {
    border: 4px solid #000;
    width: calc(100% / 3 - 20px);
    padding: 1rem 1rem 2rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    position: relative;
}

.benefit .anchor .square span {
    display: block;
    font-size: 2.5rem;
}

.benefit .anchor .square:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #000 transparent transparent transparent;
}


.benefit .anchor .square:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #fff transparent transparent transparent;
    margin-top: -6px;

}

.benefit-content {
    background: #f6f4f1;
    padding: 3rem 1rem;
}



.benefit h3 {
    font-size: 1.75rem;
    padding: 1.2rem;
    background: #000;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    position: relative;
}

.benefit .number {
    font-size: clamp(0.9rem, 1.5vw, 1.125rem);
    padding: 0.5rem 1.5rem;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2rem;
    background: #e82323;
    color: #fff;
    line-height: 1.4;

}



.benefit .number span {
    font-size: clamp(1.2rem, 1.75vw, 1.5rem);
    font-weight: 600;
    padding-right: 0.5rem;
}

.benefit .frame {
    border: 4px solid #000;
    padding: 2.5rem 2rem 2rem;
    /* text-align:center; */
    /* font-size:1.125rem; */
    /* font-weight: 600; */
    position: relative;
    min-height: 400px;
}

.benefit .frame p {
    font-size: 0.875rem;
}

.benefit .frame h4 {
    font-size: clamp(0.9rem, 1.5vw, 1.125rem);
    font-weight: 600 !important;
    text-align: center;
}

.benefit .frame ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.benefit .frame ul li {
    width: calc(100% / 2 - 15px);
    line-height: 2.5rem;
    position: relative;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
}

.benefit .frame ul li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0.5rem;
}

.benefit .relations,
.benefit .pay-back {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 3rem 0;
}

.benefit .relations .relation,
.benefit .pay-back>div {
    position: relative;
    z-index: 0;
    text-align: center;
}

.benefit .relations .relation1:after,
.benefit .relations .relation3:after {
    position: absolute;
    background: #FFF;
    border: 3px solid #000;
    left: 50%;
    top: 50%;
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.benefit .relations .relation2 img {}

.benefit .relations .relation2 .cap,
.benefit .pay-back .cap {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
}

.benefit .pay-back1:after,
.benefit .pay-back3:after {
    position: absolute;
    background: #FFF;
    border: 3px solid #000;
    left: 50%;
    top: 50%;
    content: "";
    width: 340px;
    height: 294px;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.about {
    background: #6e6e70;
}

.about .about2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about .about1 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.about .about1 {
    border-bottom: 3px solid #ececec;
}

.about .about1 h2 {
    font-size: 3.75rem;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-bottom: clamp(1.5rem, 5vw, 4rem);
    font-size: clamp(2.5rem, 4.5vw, 3.75rem);
}




.about .about1 h2:after {
    content: none;
}


.about .about1 h2 span {
    display: inline-block;

}

.about .about1 h2 span.efc-1 {
    color: #FFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    filter: drop-shadow(1px 0px 1px rgba(0, 0, 0, 0.4));
    letter-spacing: -0.05rem
}

.about .about1 h2 span.efc-2 {
    font-size: 2.1875rem;
    font-weight: 600;
    font-size: clamp(1.5rem, 2.5vw, 2.1875rem);
}


.about .about1 .text {
    width: 50%;
}

.about .about1 .text h3 {
    font-size: 2.0625rem;
    margin-bottom: 1em;
    text-align: left;
    font-size: clamp(1.3rem, 3vw, 2.0625rem);
}

.about .about1 .text p {
    font-size: 1.125rem;
    font-weight: 700 !important;
    font-size: clamp(1rem, 1.2vw, 1.125rem);
}

.about .about1 .fig {
    width: 50%;
    text-align: center;
}

.about .about1 .fig img {
    width: 100%;
    max-width: 523px;
}


.about .about2 .fig {
    width: 50%;
    position: relative;
    left: -40px;
}

.about .about2 .fig img {
    width: 100%;
    max-width: 642px;
}

.about .about2 .text {
    width: 40%;
    padding-top: 2rem;
}

.about .about2 .text h4 {
    position: relative;
    padding-left: 1.8rem;
    font-size: 1.125rem;
    font-weight: 600 !important;
    text-align: left;
    line-height: 1.875rem;
    margin-bottom: 1.5em;
}



.about .about2 .text h4:before {
    font-family: 'Oswald', sans-serif;
    font-size: 2.25rem;
    color: #FF0000;
    left: 0;
    top: 0;
    position: absolute;
    font-weight: 400;
}

.about .about2 .text h4:after {
    content: "";
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1rem;
    left: 0;
}

.about .about2 .text h4.area-a:before {
    content: "A";
}

.about .about2 .text h4.area-b:before {
    content: "B";
}

.about .about2 .text h4.area-c:before {
    content: "C";
}

.about .about2 .text h4.area-d:before {
    content: "D";
}

.about .about2 .text p {
    margin-bottom: 2rem
}



@media screen and (max-width: 991.98px) {
    .about .about1 .wrap {
        flex-direction: row-reverse;
    }

    .about .about1 .text {
        width: 100%;
    }

    .about .about1 .fig {
        width: 100%
    }

    .about .about1 .text p {
        margin-bottom: 2rem;
        font-weight: 600 !important;
        font-size: 0.9125rem;
    }

    .about .about2 .text {
        width: 100%;
    }

    .about .about2 .fig {
        width: 100%;
        left: 0;
    }

    .about .about2 .text h4 {
        text-align: left
    }
}


.worries {
    background: #808077;
}

.worries h2 {

    color: #FFF;
    text-align: center;
    font-weight: 700;
    margin-bottom: 4rem;
    width: 100%;
    font-size: clamp(1.6rem, 4vw, 2.9375rem);
    line-height: 1;
}

.worries h2 span {
    display: block;
    color: #000;
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
    font-size: clamp(1rem, 1.6vw, 1.5rem);
    padding-top: 0.8em;
}


.worries h2 span:before {
    content: "";
    width: 60%;
    height: 100%;
    background: url(/images/img-webexhibition/icons/line1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -2.5em;
    transform: translate(-50%, 0);
    opacity: 0.6;
    max-width: 400px;
}


.worries .wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.worries .wrap .worry {
    font-size: 1.25rem;
    color: #FFF;
    width: 300px;
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    font-weight: 600;
    margin-bottom: 2rem;
}


.worries .wrap .worry:before {
    border: 2px solid #FFF;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
}


.fit-arrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.worries .arrow1 {
    font-weight: 500;
    color: #FFF;
    font-family: 'Shippori Mincho B1', serif;
    /* font-size:2.5rem; */
    position: relative;
    /* z-index: 2; */
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1;
    padding-bottom: 2rem;
}



.profits {
    z-index: 0;
    position: relative;
}


.profits>div:after {
    content: "";
    width: 70%;
    height: 7%;
    background: url(/images/img-webexhibition/icons/arrow1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -2%;
    transform: translate(-50%, 0);
    z-index: 1;
    max-width: 370px;
    background-position: center;
    max-height: 100px;
    min-height: 50px;
}


.profits .profit {
    padding: 8.5rem 3rem 4rem 3rem;
    margin-bottom: 2.5rem;
    border: 2px solid #000;
    position: relative;
}

.profits .profit:before {
    color: #FFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    filter: drop-shadow(1px 0px 1px rgba(0, 0, 0, 0.4));
    letter-spacing: -0.05rem;
    /* font-size:5.625rem; */
    position: absolute;
    left: 50%;
    top: clamp(0rem, -0.5vw, -1rem);
    /* margin-bottom:2rem; */
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    transform: translateX(-50%);
    font-size: clamp(4rem, 6vw, 5.625rem);
}


.profits .profit.profit1:before {
    content: "01";
}

.profits .profit.profit2:before {
    content: "02";
}

.profits .profit.profit3:before {
    content: "03";
}



.profits .profit h3 {

    text-align: center;
    font-weight: 600 !important;
    line-height: 1.2;
    margin-bottom: 0.6em;
    letter-spacing: 0.05rem;
    font-size: clamp(1.3rem, 3vw, 2.5rem);
}

.profits .profit h3 .big {
    font-size: 3.75rem;
    font-size: clamp(1.8rem, 3.9vw, 3.75rem);
}

.profits .profit h3 .small {
    display: block;

    font-weight: 600;
    /* margin-bottom: 0.6rem; */
    font-size: clamp(1rem, 1.4vw, 1.625rem);
}


@media only screen and (max-width: 991.98px) {
    .profits>div:after {}
}


.voices {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.voices .voice {
    max-height: 130px;
    width: calc(100% / 3 - 40px);
    padding: 30px;
    background: #ececec;
    border-radius: 10px;
    display: flex;
    /* align-items: flex-start; */
    font-weight: 600;
    position: relative
}


.voices .voice:before {
    content: "";
    position: absolute;
    left: 40%;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 8px 0 10px;
    border-color: #ececec transparent transparent transparent;
}

.voices .voice2 {
    margin-top: 50px;

}

.voices .voice2:before {
    border-width: 35px 15px 0 8px;
    transform: rotate(10deg);
    top: 90%;
    left: 75%
}

.voices .voice3 {
    margin-top: 30px;
}

.voices .voice3:before {
    left: 30%;
    border-width: 35px 15px 0 10px;
    transform: rotate(-20deg);
    top: 90%;
}

.human {
    display: flex;
    justify-content: space-around;
}

.human .silhouette {

    width: calc(100% / 3 - 40px);
    /* text-align: center; */
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
}

.human .silhouette img {
    text-align: center;
    /* width: 100%; */
    /* max-width: 150px; */
}

.connect .pr {
    padding: 3rem;
    border: 2px solid #000;
    font-size: 1.75rem;
    font-weight: 700;
    font-size: clamp(1.125rem, 1.6vw, 1.75rem);
}


.exhi-summary {
    /* z-index: -1; */
}

.exhi-summary .wrap {

    padding: 0 3rem 3rem;
    position: relative;
    z-index: -1;
    margin-top: 2rem;
}

.exhi-summary .wrap:before {
    z-index: 0;
    background: #FFF;
    content: "";
    position: absolute;
    left: 50%;
    width: 50%;
    height: 50px;

    transform: translate(-50%, 0);
    top: -2rem;
    overflow: visible;
}

.exhi-summary .wrap:after {
    z-index: -1;
    border: 1px solid #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.exhi-summary .wrap h2 {
    font-size: clamp(1.2rem, 3vw, 1.5625rem);
    font-weight: 500;
    top: clamp(-0.9rem, -1.7vw, -0.8rem);
    position: relative;

    line-height: 1;

    /* z-index: 1; */
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.exhi-summary .limit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


.exhi-summary .limit p {
    width: 100%;
    text-align: center;
    padding: 1.5rem 0 2.5rem;
}

.exhi-summary .limit>div {

    text-align: center;
    font-size: 1.25rem;
}


.exhi-summary .limit>div {
    font-weight: 500;
    min-width: 35%;
    line-height: 1.3;
    font-size: clamp(0.8rem, 2vw, 1.25rem);
}

.exhi-summary .limit>div .math {
    font-size: 7.5rem;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    padding-left: 5%;
    font-size: clamp(1.8rem, 10vw, 7.5rem);
}


.exhi-summary .limit>div .unit {
    font-size: 3.125rem;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 3.125rem);
}



.exhi-summary .feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


.exhi-summary .feature figure {
    width: calc(50% - 30px);
    text-align: center;
}

.exhi-summary .feature figure img {
    width: 100%;
    max-width: 420px;
    border: 1px solid #ececec;
}

.exhi-summary .feature figure figcaption {
    line-height: 3;
    position: relative;
    font-weight: 500;
}


.exhi-summary .feature figure figcaption:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: 0.5em;
    transform: translate(-50%, 0);
}


.vr {

    position: relative;
}

.vr h2 {
    background: #000;
    color: #fff;
    margin-bottom: 0;
    /* height: 80px; */
    line-height: 1;
    /* font-size: 2.8125rem; */
    font-weight: 400;
    padding: 1.6rem 0;
    font-size: clamp(1.5rem, 3vw, 2.8125rem);
    text-align: center;
}


.vr .wrap {
    padding: 3rem 3rem 3rem;
    position: relative;
    /* z-index: -1; */
    margin-top: 0;
    text-align: center;
}


.vr .wrap:after {
    z-index: -1;
    border: 1px solid #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.vr .wrap h3 {
    font-size: clamp(1.1rem, 2vw, 1.5625rem);
    font-weight: 600 !important;
    line-height: 1.4;
}

.vr .wrap p {
    font-size: clamp(1rem, 1vw, 1.125rem);
    line-height: 2;
    margin-bottom: 3rem;
}


.vr .wrap img {
    width: 80%;
    max-width: 646px;
}



.flow h2,
.mailform h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    position: relative;
    font-weight: 600;
    text-align: center;
    margin-bottom: clamp(4rem, 7vw, 6rem);
}

.mailform h2 {
    margin-bottom: clamp(1rem, 2vw, 2rem);
}

.flow h2 span {
    margin-bottom: clamp(1rem, 2vw, 2rem);
    display: block;
}

.mailform h2 span {
    font-size: clamp(0.9rem, 1.5vw, 1.125rem);
    display: block;
}

.flow h2 span,
.mailform h2 span {
    font-size: clamp(0.9rem, 1.5vw, 1.125rem);
    display: block;
}

.flow h2:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: -1.5rem;
    position: absolute;
}


#lower .mailform h3 {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 1rem;
}


.flow .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flow .wrap .step {
    width: calc(100% / 4 - 15px);
    border: 4px solid #000;
    min-height: 280px;
    position: relative;
}


.flow .wrap .step:before {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
    border-width: 20px 30px 0 30px;
    transform: rotate(-90deg);
    top: 50%;
    right: -2.6rem;
    z-index: -1;
}

.flow .wrap .step.step4:before {
    content: none;
}



.flow .wrap .step h4 {
    background: #88b3b5;
    color: #FFF;
    padding: 3rem 0.5rem 1rem 3.5rem;
    ;
    line-height: 1.4;
    text-align: left;
    min-height: 120px;
    margin: 0;
    position: relative;
    font-size: 1.125rem;
    font-weight: 700 !important;
}


.flow .wrap .step h4:before {
    content: "step";
    position: absolute;
    left: 0.8rem;
    top: 1.2rem;
    font-size: 1.125rem;
    font-weight: 600;
}


.flow .wrap .step h4:after {
    position: absolute;
    left: 0.8rem;
    top: 2.2rem;
    font-size: 3.5rem;
    font-weight: 600;
}

.flow .wrap .step.step1 h4:after {
    content: "1";
}

.flow .wrap .step.step2 h4:after {
    content: "2";
}


.flow .wrap .step.step3 h4:after {
    content: "3";
}

.flow .wrap .step.step4 h4:after {
    content: "4";
}


.flow .wrap .step p {
    padding: 0.8rem;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
}


@media screen and (max-width: 991.98px) {
    .voices {}

    .voices .voice {
        width: auto;
        min-width: 80%;
        max-width: 80%;
    }

    .voices .voice3 {
        margin-top: 50px;
    }

    .human .silhouette {

        width: calc(100% / 3 - 20px);
    }

    .human .silhouette1 img {
        width: 100%;
    }

    .human .silhouette2 img {
        width: 75%;
    }

    .human .silhouette3 img {
        width: 105%;
    }

    .flow .wrap .step {
        width: calc(100% / 2 - 15px);
        margin-bottom: 30px;
        background: #FFF;
    }

    .flow .wrap .step.step2:before {
        border-width: 80px 50px 0 50px;
        transform: rotate(0deg);
        top: auto;
        bottom: -2rem;
        right: auto;
        left: 0.5rem;
        transform: translate(-50%, 0) rotate(45deg);
    }

}

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

    .worries .wrap .worry {
        width: 240px;
        height: 240px;
        font-size: 1.1rem;
    }


    .exhi-summary .feature figure {
        width: 100%;
    }

    .exhi-summary .limit>div {
        min-width: auto;
        width: 100%;
    }

    .exhi-summary .wrap {

        padding: 0 2rem 2rem;
    }

}

@media screen and (max-width: 575.98px) {
    .flow .wrap .step {
        width: 100%;
    }

    .flow .wrap .step:before {
        transform: rotate(0deg);
        top: auto;
        bottom: -2rem;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .flow .wrap .step.step2:before {
        border-width: 20px 30px 0 30px;
        transform: rotate(0deg);
        top: auto;
        bottom: -1.5rem;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0) rotate(0deg);
    }



    .vr .wrap img {
        width: 100%;
    }

    .vr .wrap p {
        text-align: left;
    }

    .no-exist-sp {
        display: none;
    }


}


.note {
    padding-left: 1.2em;
    position: relative;
    font-size: 0.875rem
}

.note:before {
    content: "※";
    position: absolute;
    left: 0;
}

.frame ul {
    margin-bottom: 0;
}

.contactform-table th {
    font-size: 1rem;
    font-weight: 600;
}

@media (min-width: 1240px) {
    .bg-header .container {
        max-width: 90%;
        min-width: 1200px;
    }
}


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


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



@media (max-width: 575.98px) {}


.gallery-heading {
    display: none !important;
}

.regist-form .contactform-table th {
    font-size: 0.875rem !important;
    font-weight: 600;
}

.btn-submit {
    background: #000;
    color: #fff;
}

.btn-reset {
    border: 1px solid #000;
}


.btn-mini-question {
    display: none;
}

.l-footer__rightLink {
    font-weight: 500 !important;
    font-size: 0.8rem;
    letter-spacing: 0.025em;
}

.l-footer__rightItem li {
    font-weight: 500 !important;
    list-style: none;
    font-size: 0.625rem;
}

input[type=radio] {
    display: inline-block;
}

@media (min-width: 992px) {

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 7.5rem !important;
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 6.25rem !important;
    }
}

.btn:hover {
    color: #5f656c;
    text-decoration: none;
}

.table {
    width: 100%;
    margin-bottom: 1.25rem;
    color: #5f656c;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 10px;
}

#lower section {
    position: relative;
    font-family: 'Shippori Mincho B1', serif;
}

#lower section:before {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    content: "";
    bottom: -1.25rem;
    left: 0;
}

#lower h2 {
    margin-bottom: 2em;
    font-size: 1.25rem;
}

.mailform h2 span {
    font-size: clamp(0.9rem, 1.5vw, 1.125rem);
    display: block;
}

#lower .mailform h3 {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 1rem;
}

.text-center {
    text-align: center !important;
}

.table-bordered {
    border: 1px solid #dadcdf;
}

#lower .table {
    width: 100%;
    margin-bottom: 1.25rem;
    color: #5f656c;
}

#lower .contactform-table th {
    font-size: 1rem;
    font-weight: 600;
    width: 25%;
}

.table-bordered th,
#lower .table-bordered td {
    border: 1px solid #dadcdf;
}

.contactform-table th {
    font-size: 1rem;
    font-weight: 600;
}

tbody {
    background: #f2f2f2;
}

#lower h2 {
    margin-bottom: 2em;
    font-size: 1.25rem;
}

#lower .mailform h3 {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 1rem;
}