p {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.625rem;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    line-height: 3.125rem;
    color: #000;
    text-transform: unset !important;
}

h3,
.h3 {
    font-size: 1.8rem;
    font-weight: 400 !important;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #222;
}

h2,
.h2,
h3,
.h3 {
    line-height: 2.5rem;
}

.bg-header {
    position: relative;
}

.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 {
    transform: translate3d(0px, 0px, 0px) !important;
}

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

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

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

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

.top-header-height {
    height: calc(100vh - 100px);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

.catch .catch1 {
    font-size: 1.875rem;
    position: relative;
    left: 0;
    top: 0;
    content: "";
    margin-bottom: 3rem;
}

.catch .catch1 .vector {
    font-size: 3.75rem;
    position: relative;
    top: 10px;
}

.catch .catch1 .vector:before {
    content: "";
    width: 227px;
    height: 219px;
    background: url(/images/img-regist/icons/vector.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -74%;
    top: 30%;
    transform: translateY(-50%);
    z-index: -1;
}

.catch .catch1 .up {
    position: relative;
    top: 20px;
    right: -80px;
}

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

.catch .btn-regist {
    font-size: 2.375rem;
    background: linear-gradient(to top, #c51c1c, #f64e4e 96%, #fd7d7d);
    border-radius: 50px;
    border: 1px solid #a71a1a;
    padding: 1.2rem 3.6rem;
    letter-spacing: 0.1rem;
    position: relative;
    line-height: 1;
    margin-bottom: 1.1rem;
    transition: all 0.2s ease-in-out;
    color: #FFF !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.catch .btn-regist:before {
    content: "";
    width: 25px;
    height: 24px;
    background: url(/images/img-regist/icons/arrow01.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.catch .catch3 {
    font-size: 1.875rem;
    position: absolute;
    left: 8rem;
}

.catch .catch3 span {
    background: linear-gradient(transparent 65%, #c2b121 65%);
    transform: skew(-15deg, 0deg);
    display: inline-block;
}

.indicator {
    position: absolute;
    height: 3rem;
    width: 3rem;
    left: 50%;
    z-index: 2;
}

.indicator-down {
    bottom: 2rem;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}

.opacity-75 {
    opacity: 0.75;
}

.indicator-arrow {
    display: block;
    position: absolute;
    left: 50%;
    height: 0.75rem;
    width: 0.75rem;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.indicator-arrow-one {
    top: 2.375rem;
}

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

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

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

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

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

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

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

.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: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 .anchor .square span {
    display: block;
    font-size: 2.5rem;
}

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

.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 h3 {
    font-size: 1.75rem;
    padding: 1.2rem;
    background: #000;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    position: relative;
}

.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 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 .owning .frame>div .own img {
    width: 100%;
    margin-bottom: 1rem;
}

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

.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;
}

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

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

.benefit .samples h3,
.benefit .owning h3 {
    background: none;
    color: #000;
    border: 1px solid #000;
}

.benefit .samples .lead,
.benefit .owning .lead {
    text-align: center;
}

.benefit .samples .frame>div,
.benefit .owning .frame>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.benefit .owning .frame>div .own {
    border: 1px solid #e5e5e5;
    margin-bottom: 2rem;
    padding: 1rem;
}

.benefit .owning .frame>div .own {
    width: calc(100% / 3 - 20px);
    margin-bottom: 3rem;
}

.steps .fig {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.steps .fig .step {
    width: calc(100% / 3 - 45px);
    border: 4px solid #000;
    padding: 1.5rem;
    position: relative;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.1875rem;
}

.accordion>.card {
    overflow: hidden;
}

.regist-form .card {
    margin-bottom: 1rem !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}

.accordion .card {
    border: 0px;
    border-bottom: 1px dashed #ccc !important;
    margin-bottom: 10px;
}

.card-header {
    background: transparent;
    border-bottom: 1px dashed #ccc !important;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.mention h5 span {
    padding-right: 0.3rem;
    color: #e82323;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    bottom: -0.2rem;
    line-height: 1;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

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

.contactform-table th {
    background: #f2f2f2;
    width: 25%;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    font-size: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dadcdf;
}

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

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

.contactform-table td {
    background: #f2f2f2;
}


.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dadcdf;
}

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

.btn-submit {
    background: #000;
    color: #fff !important;
    border-radius: 0;
    padding: .6rem 1rem !important;
    border: 1px solid #595757;
    max-width: 200px;
    width: 100%;
    transition: all 500ms ease 0s;
}

.btn-reset {
    color: #595757;
    border-radius: 0;
    border: 1px solid #595757;
    padding: .6rem 1rem !important;
    max-width: 200px;
    width: 100%;
    transition: all 500ms ease 0s;
}

@media screen and (max-width: 991.98px) {
    .benefit .owning .frame>div .own {
        width: calc(100% / 2 - 20px);
    }

    .steps .fig .step {
        width: 100%;
        margin-bottom: 2rem;
    }

    .benefit h3 {
        font-size: 1.5rem;
    }
}


/* Tablet-specific styles */
@media (min-width: 768px) and (max-width: 1024px) {
    html[lang='en'] .catch .catch1 {
        font-size: 1rem;
    }

    html[lang='en'] .catch .catch1 .vector,
    html[lang='en'] .catch .catch2 {
        font-size: 3rem;
    }

    html[lang='fr'] .catch .catch1 {
        font-size: 1rem;
    }

    html[lang='fr'] .catch .catch1 .vector,
    html[lang='fr'] .catch .catch2 {
        font-size: 1.5rem;
    }

    html[lang='fr'] .catch .btn-regist {
        font-size: 1.5rem;
    }

    .benefit .pay-back1:after,
    .benefit .pay-back3:after {
        width: 304px;
    }

    html[lang='fr'] .benefit .pay-back1:after,
    html[lang='fr'] .benefit .pay-back3:after {
        width: 280px;
    }

    html[lang='en'] .benefit .pay-back1:after,
    html[lang='en'].benefit .pay-back3:after {
        width: 290px;
    }


}

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

    .benefit .pay-back1:after,
    .benefit .pay-back3:after {
        width: 340px;
    }

    .bg-holder {
        background-position: 46% center;
        transform: translate3d(0px, -20px, 0px) translate3d(0px, -24px, 0px) !important;
    }

    .catch {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .catch .catch1 {
        font-size: 1.2rem;
    }

    .catch .catch1 .up {
        right: -40px;
    }

    html[lang='en'] .catch .catch1 .up {
        font-size: 1rem;
        display: block;
    }

    .catch .catch2 {
        font-size: 2rem;
    }

    .catch .btn-regist {
        font-size: 1.4rem;
        padding: 0.8rem 3rem;
        letter-spacing: 0.05rem;
        margin-bottom: 0.8rem;
    }

    .catch .catch3 {
        font-size: 1.2rem;
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
        bottom: -3rem;
    }

    html[lang='en'] .catch .catch3 {
        font-size: 0.8rem;

    }

    html[lang='fr'] .catch .catch3 {
        font-size: 15px;

    }

    .catch .catch1 .vector {
        font-size: 2rem;
        position: relative;
        top: 10px;
    }



    .catch .catch1 .vector:before {
        content: "";
        width: 113px;
        height: 110px;
        right: -74%;
        top: 30%;
    }

    .benefit .anchor .square {
        width: 100%;
        margin-bottom: 2rem;
    }

    .benefit .number {
        width: 80%;
    }

    .benefit .relations,
    .benefit .pay-back {
        flex-direction: column;
    }

    .benefit .pay-back>div {
        padding: 3rem;
        padding-top: 2rem;
    }

    html[lang='en'] .catch .catch1 .vector {
        font-size: 1rem;
    }

    html[lang='en'] .catch .btn-regist {
        font-size: 1rem;
    }

    html[lang='en'] .catch .catch2 {
        font-size: 1rem;
    }

    html[lang='fr'] .catch .catch2 {
        font-size: 1rem;
    }

    html[lang='fr'] .catch .btn-regist {
        font-size: 0.5rem;
    }

}

@media screen and (max-width: 575.98px) {
    .benefit .number {
        font-size: 0.7rem !important;
    }

    .benefit .owning .frame>div .own {
        width: 100%;
    }

    .benefit h3 {
        font-size: 1.4rem;
    }

    .sp-nodisplay {
        display: none;
    }
}

.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;
}

@media screen and (max-width: 767.98px) {
    .benefit .relations .relation {
        padding: 3rem;
    }
}