@charset "UTF-8";

img {
    width: 100%;
}

.display_pc {
    display: block;
}

.display_sp {
    display: none;
}

#All_wrap {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: 0;
}

.f-75 {
    font-size: 75%;
}

.f-85 {
    font-size: 85%;
}

.f-90 {
    font-size: 90%;
}

.letter_space0 {
    font-feature-settings: "palt";
    letter-spacing: -0.08em;
}

.count-up {
    font-weight: 700;
}

.c-blk {
    color: #000;
}

.inner {
    width: 90.625%;
    max-width: 800px;
    margin: 0 auto;
}

.main___mv {
    position: relative;
}

.main___mv .mv_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 138px;
    z-index: 999;
    overflow: hidden;
}

.main___mv .mv_logo img {}

.main___mv figure {}

.main___mv .float_txt {
    width: auto;
    position: absolute;
    /* top: 45.707204%;
    left: 4.609375%; */
    top: 40.707204%;
    left: 3.609375%;
    font-weight: 900;
}

.main___mv .float_txt p {
    font-size: 2.1vw;
    /* font-size: 1.68vw; */
}

.main___mv .float_txt p:nth-of-type(2) {
    letter-spacing: 0.04em;
    line-height: 1.4;
}

.main___mv .float_txt p.bg {
    width: fit-content;
    color: #fff;
    background: #a30080;
    padding: 0.5em 0.7em;
}

.main___mv .float_txt p+p {
    padding-top: 0.7em;
    ;
}

.main___mv .float_txt h3 {
    color: #a30080;
    font-size: 6vw;
    /* font-size: 4.8vw; */
    line-height: 1.3625;
}

.main___mv .mv_req_btn {
    position: absolute;
    top: 84%;
    left: 57%;
    width: 37.34375%;
    z-index: 1;
}

.main___mv .mv_req_btn a {
    transition: 0.3s;
}

.main___mv .mv_req_btn a:hover {
    opacity: 0.5;
}

.sec_head_txt {
    text-align: center;
    font-weight: 600;
}

.sec_head_txt.type01 {
    padding-top: 12vw;
}

.sec_head_txt.type03 {
    padding-top: 12vw;
}

.sec_head_txt.type04 {
    padding-top: 12vw;
}

.sec_head_txt.type05 {
    /* padding-top: 20vw; */
    padding-top: 10vw;
}

.sec_head_txt.pd-unset {
    padding-top: unset;
}

.sec_head_txt h4 {
    color: #a30080;
    /* font-size: 4.6875vw; */
    font-size: 3.75vw;
    letter-spacing: 0.05em;
}

.sec_head_txt p {
    color: #333333;
    line-height: 1.46;
    /* font-size: 4.25vw; */
    font-size: clamp(32px, 3.0vw, 46px);
    letter-spacing: 0.05em;
}

.sec_head_txt p.notes {
    line-height: 1;
    /* font-size: 1.40625vw; */
    font-size: 1.125vw;
    padding-top: 3em;
}

.sec_head_txt.letter_space p {
    letter-spacing: -0.02em;
}

.sec_head_txt h4+p {
    padding-top: 0.75em;
}

.sec_head_txt {}

.sec_head_txt.letter_space {}

.sec_head_txt.request_area {}

.sec_head_txt p {}

.sec_head_txt a {
    display: block;
    margin: 3em auto 0;
    /* width: 46.875vw; */
    width: 37.5vw;
}

.down___arrow {
    padding: 100px 0;
}

.down___arrow figure {
    width: 31px;
    margin: 0 auto;
}

.content___wrap {
    position: relative;
    /* width: 90.625%; */
    width: 72.5%;
    max-width: 800px;
    margin: 0 auto;
}

.content___wrap .content___box {
    position: relative;
}
.content___wrap .content___box.sec02{
    padding-bottom: 60px;
}
.content___wrap .content___box.sec05 {
    margin: 10vw auto 0;
}

.content___wrap .content___img {
max-width: 800px;
margin: 0 auto;
}

.content___wrap .content_headtxt {
    position: relative;
    display: flex;
    border: 2px solid #a30080;
    background: #a30080;
    margin-bottom: 6vw;
}

.content___wrap .content_headtxt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    width: 1.4%;
    height: 100%;
    aspect-ratio: 1/2;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: linear-gradient(45deg, #fff, #fff);
}

.content___wrap .content_headtxt p {
    width: 50%;
    display: block;
    text-align: center;
    color: #fff;
    /* font-size: 2.1vw; */
    font-size: clamp(13px, 1.36vw, 18.4px);
    font-weight: 700;
    padding: 0.5em 0;
}

.content___wrap .content_headtxt p:nth-child(1) {
    position: relative;
    color: #a30080;
    background: #fff;
    padding: 0.5em 0 0.5em 0.3em;
}

.content___wrap .content___box.sec04 .content_headtxt p:nth-child(1) {
    width: 41%;
}

.content___wrap .content___box.sec04 .content_headtxt p:nth-child(2) {
    width: 59%;
}

.content___wrap .content___box.sec04 .content_headtxt::before {
    left: 40.95%;
}

.content___wrap figure {}

.content___wrap img {}

.content___wrap .count__num {
    position: absolute;
    bottom: -3%;
    right: 56%;
}

.content___wrap .content___box.sec02 .count__num {
    left: unset;
    right: 34%;
    bottom: 9%;
}

.content___wrap .content___box.sec03 .count__num {
    left: unset;
    right: 18%;
}

.content___wrap .content___box.sec04 .count__num {
    left: unset;
    right: 63%;
}

.content___wrap .content___box.sec05 .count__num {
    left: unset;
    right: 17%;
}


.content___wrap .count__num .count-up {
    /* font-size: 28.125vw; */
    font-size: clamp(162px,21.5vw,260px);
    color: #a30080;
    letter-spacing: -0.02em;
}

.content___wrap .count-up {}

.content___wrap .content___box .down___arrow {
    padding: 60px 0 0;
}

.tab_content_wrap {}

.tab_content_wrap .tab___list {}

.tab_content_wrap ul {
    display: flex;
    justify-content: center;
    gap: 0 1.5em;
    width: 100%;
    margin: 0 auto 8vw;
    border-bottom: 12px solid #af0080;
}

.tab_content_wrap li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 27.65625vw;
    font-size: 2.1875vw;
    /* font-size: 1.75vw; */
    font-weight: 500;
    border-radius: 16px 16px 0 0;
    padding: 0.89em 0.5em;
    border-top: 2px solid #af0080;
    border-left: 2px solid #af0080;
    border-right: 2px solid #af0080;
    transition: 0.3s;
}

.tab_content_wrap li:nth-child(2) {}

.tab_content_wrap li.active {
    color: #fff;
    background: #af0080;
}

.tab_content_wrap li:hover {
    color: #fff;
    background: #af0080;
}

.tab_content_wrap li span {
    width: 5.15625vw;
    margin-right: 1em;
}

.tab_content_box {
    display: none;
}

.tab_content_box.active {
    display: block;
}

.tab_content___box {
    position: relative;
}
.tab_content___box .adjust_box {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

.tab_content___box .curtain_area {
    position: absolute;
}



.tab_content___box .curtain_area p {
    width: fit-content;
    /* font-size: 12vw; */
/*    font-size: 9.6vw;*/
    font-size: clamp(64px,8vw,94px);
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #fff;
    background: #af0080;
    padding: 0 10px 12px 10px;
}

.tab_content___box .curtain_area p.style-normal {
    color: #af0080;
    background: unset;
    padding: 0;
}

.tab_content___box .curtain_area p+p {
    margin-top: 0.1em;
}

.tab_content___box .curtain_text {}

.tab_content___box .curtain_text span {
    display: inline-block;
}

.tab_content___box .b_copy {
    position: absolute;
    /* font-size: 2.1875vw; */
    font-size: 1.85vw;
    line-height: 1.7;
    font-weight: 500;
}

.tab_content___box.sec01 .b_copy {
    top: 90%;
    left: 0%;
}
.tab_content___box.sec01 .curtain_area {
    top: 37%;
    left: 0%;
}

.tab_content___box .b_copy p {
    font-size: clamp(15px,1.75vw,19px);
    font-weight: 600;
}

.tab_content___box .link___btn {}

.tab_content___box.sec01 .link___btn {
    position: absolute;
    top: 93%;
    right: 3%;
}

.tab_content___box .link___btn a {
    display: block;
    text-align: center;
    width: 34.375vw;
    color: #fff;
    background: #af0080;
    padding: 0.5em 1em 0.6em;
    /* font-size: 2.1875vw; */
    font-size: 1.75vw;
    border-radius: 32px;
    transition: 0.3s;
}

.tab_content___box .link___btn a:hover {
    opacity: 0.5;
}


.tab_content___box {}

.tab_content___box.sec02 {
    margin: 100px auto 0;
}

.tab_content___box .head_copy {
    margin: 0 auto 7em;
}

.tab_content___box .head_copy p {
    text-align: center;
    /* font-size: 5.625vw; */
    font-size: clamp(36px,4.5vw,50px);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.tab_content___box .rela {
    position: relative;
}

.tab_content___box .count__num {
    position: absolute;
    bottom: -5%;
    right: 0;
}

.tab_content___box.sec02 .count__num {
    left: unset;
    right: 23%;
}

.tab_content___box .count__num .count-up {
    /* font-size: 28.125vw; */
    font-size: clamp(184px,21vw,248px);
    color: #a30080;
    letter-spacing: -0.02em;
}

.tab_content___box.sec04 {
    margin: 0 auto 0;
}

.tab_content___box.sec04 .curtain_area {
    /* top: 0%; */
    top: 19%;
    left: 0;
}

.tab_content___box.sec04 .b_copy {
    /* top: 87%; */
    top: 108%;
    left: 0;
}

.tab_content___box .sec_location {
    /* width: 90.625%; */
    width: 100%;
    max-width: 800px;
    /* margin: 0 auto; */
    margin: 10vw auto 0;
    padding: 1em 2%;
    border-top: 2px solid #a30080;
    border-bottom: 2px solid #a30080;
}

.tab_content___box .sec_location dl {
    display: flex;
    font-weight: 500;
    padding: 0.75em 0;
    gap: 1em;
}

.tab_content___box .sec_location dl dd {
    width: 31%;
    /* font-size: 1.875vw; */
    font-size: clamp(15px,1.75vw,19px);
    font-weight: 600;
    text-indent: -1em;
}

.tab_content___box .sec_location dl dt {
    width: 69%;
    /* font-size: 1.875vw; */
    font-size: clamp(15px,1.75vw,19px);
    font-weight: 600;
    padding-left: 1em;
    text-indent: -1em;
}

.tab_content___box.sec05 {
    margin: 100px auto 0;
}

.tab_content___box.sec05 .curtain_area {
    top: 1%;
    left: 0;
}

.tab_content___box.sec05 .b_copy {
    top: 86%;
    left: 0;
}

.tab_content___box.sec06 {
    /* margin: 20vw auto 0; */
    margin: 13vw auto 0;
}

.tab_content___box.sec06 .count__num {
    bottom: -5%;
    right: 51%;
}

.tab_content___box.sec06 .count__num .count-up {
    /* font-size: 27.125vw; */
    font-size: clamp(174px,20vw,234px);
}

.tab_content___box.sec06 .head_copy {
    margin: 1.5em auto 7em;
}

.tab_content___box.sec07 {
    /* margin: 12vw auto 0; */
    margin: 0 auto 0;
}

.tab_content___box.sec07 .curtain_area {
    top: 10%;
    left: 0;
}

.tab_content___box.sec07 .b_copy {
    top: 50%;
    left: 0;
}

.tab_content___box.sec08 {
    margin: 12vw auto 0;
}

.tab_content___box.sec08 .curtain_area {
    top: 10%;
    left: 0;
}

.tab_content___box.sec08 .b_copy {
    top: 50%;
    left: 0;
}

.tab_content___box.sec09 {
    margin: 12vw auto 0;
}

.tab_content___box.sec09 .curtain_area {
    top: 0;
    left: 0;
}

.tab_content___box.sec09 .b_copy {
    top: 66%;
    left: 0;
}

.tab_content___box.sec010 {
    margin: 12vw auto 0;
}

.tab_content___box.sec010 .curtain_area {
    top: 0;
    left: 0;
}

.tab_content___box.sec010 .b_copy {
    top: 74%;
    left: 0;
}

.tab_content___box.sec011 {
    margin: 8vw auto 0;
}

.tab_content___box.sec011 .curtain_area {
    top: 39%;
    left: 0;
}

.tab_content___box.sec011 .b_copy {
    top: 95%;
    left: 0;
}


.process___area {
    display: flex;
    flex-direction: column;
}

.process___area figure {
    width: 81.25vw;
    max-width: 800px;
    margin: 80px auto;
}

.process___area p {
    position: relative;
    text-align: center;
    color: #a30080;
    width: fit-content;
    font-weight: 600;
    /* font-size: 4.6875vw; */
    font-size: 3.75vw;
    line-height: 1.4;
    display: block;
    margin: 0 auto;
}

.process___area p::before {
    content: "";
    position: absolute;
    bottom: -0.1em;
    left: 0;
    width: 97%;
    height: 0.4em;
    background: #f2d2e9;
    display: block;
    z-index: -1;
}

.process___area p+p {
    margin: 0.4em auto 0;
}

.bottom_request_area {
    position: relative;
    margin: 100px auto 0;
}

.bottom_request_area figure {}

.bottom_request_area .sec_head_txt {
    width: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom_request_area .sec_head_txt.bottom_request_area p {}

.curtain {
    /* overflow: hidden は不要ですが、要素外にはみ出す場合は残してください */
    overflow: hidden;

    /* 初期：右側を 100% クリップして “見えない” */
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);

    /* アニメーションの時間・遅延は変数で制御 */
    transition: clip-path var(--curtain-duration, 0.8s) ease-out var(--curtain-delay, 0s);
}

/* is-open が付いたらクリップを解除＝全表示 */
.curtain.is-open {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

/* 20250818調整 */
.content_img03-text {
    margin-top: 100px;
}

.app-member-box {
    margin-top: 60px;
}

.tab_content___box.sec01 {
    background-image: url(../img/circle-right_sec01.png);
    background-repeat: no-repeat;
    background-size: clamp(751px,80%,1600px);
    background-position: center right;
}

.tab_content___box.sec01 figure {
/*
    width: 80%;
    max-width: 800px;
*/
    margin: 0 auto;
}

.tab_content___box.sec02 {
    width: 80%;
    max-width: 800px;
    margin: 100px auto 0;
}

.tab_content___box.sec04 {
    width: 80%;
    max-width: 800px;
    margin: 40px auto 0;
}

.tab_content___box.sec05 {
    width: 80%;
    max-width: 800px;
    margin: 100px auto 0;
}

.tab_content___box.sec06 {
    width: 80%;
    max-width: 800px;
    margin: 13vw auto 0;
}

.tab_content___box.sec07 {
    background-image: url(../img/circle-right.png);
    background-repeat: no-repeat;
    background-size: clamp(751px,80%,1600px);
    background-position: bottom right;
}

.tab_content___box.sec07 .rela {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

.tab_content___box.sec08 {
    background-image: url(../img/circle-left.png);
    background-repeat: no-repeat;
    background-size: clamp(751px,80%,1600px);
    background-position: bottom left;
}

.tab_content___box.sec08 .rela {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

.tab_content___box.sec09 {
    background-image: url(../img/circle-right.png);
    background-repeat: no-repeat;
    background-size: clamp(751px,80%,1600px);
    background-position: bottom right;
}

.tab_content___box.sec09 .rela {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

.tab_content___box.sec010 {
    background-image: url(../img/circle-right.png);
    background-repeat: no-repeat;
    background-size: clamp(751px,80%,1600px);
    background-position: bottom right;
}

.tab_content___box.sec010 .rela {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

.tab_content___box.sec011 {
background-image: url(../img/circle-right_sec01.png);
    background-repeat: no-repeat;
    background-size: clamp(751px,80%,1600px);
    background-position: center right;
}
/*調整*/
@media screen and (min-width: 1801px) {
.tab_content___box.sec01 {
background-image: url(../img/circle-right_sec01_1800.png);
background-position: bottom right;
}
.tab_content___box.sec011 {
background-image: url(../img/circle-right_sec01_1800.png);
background-position: bottom right;
}
}


.tab_content___box.sec011 figure {
/*
    width: 80%;
    max-width: 800px;
*/
    margin: 0 auto;
}

.process___area p.resize-text {
    font-size: 1.875vw;
    color: #333;
    margin-bottom: 50px;
}

.process___area p.resize-text::before {
    content: none;
}

.chosei-text {
    letter-spacing: 12px;
}

.tab_content___box .sec_location.chosei-space {
    margin: 6vw auto 0;
}

/*　  　*/
/*　SP　*/
/*　  　*/
@media screen and (max-width: 750px) {

    .display_pc {
        display: none;
    }

    .display_sp {
        display: block;
    }

    .down___arrow figure {
        width: 20px;
    }

    .main___mv .mv_logo {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 18.4vw;
    }

    .main___mv .float_txt {
        width: fit-content;
        position: unset;
        margin: -18vw auto 0;
    }

    .main___mv .mv_req_btn {
        display: block;
        position: unset;
        width: 80vw;
        margin: 16vw auto 0;
    }

    .main___mv .float_txt p {
        font-size: 3.73333333vw;
        /* font-size: 2.98666664vw; */
    }

    .main___mv .float_txt h3 {
        font-size: 11.4vw;
        /* font-size: 9.12vw; */
        letter-spacing: -0.03em;
    }

    .sec_head_txt.type01 {
        padding-top: 30vw;
    }

    .sec_head_txt.type02 {
        padding-top: 15vw;
    }

    .sec_head_txt.type03 {
        padding-top: 15vw;
    }

    .sec_head_txt.type04 {
        padding-top: 20vw;
    }

    .sec_head_txt h4 {
        font-size: 8vw;
        /* font-size: 6.4vw; */
    }

    .content___wrap {
        width: 90.625%;
    }
    .content___wrap .content___box.sec02 {
        padding-bottom: unset;
    }

    .content___wrap .content_headtxt {
        flex-direction: column;
    }

    .content___wrap .content_headtxt p {
        width: 100%;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 4.5vw;
        /* font-size: 3.6vw; */
        font-weight: 700;
        padding: 0.5em 0;
    }

    .content___wrap .content___box .content_headtxt p:nth-child(1) {
        width: 100%;
        padding: 0.5em 0 0.2em;
    }

    .content___wrap .content___box .content_headtxt p:nth-child(2) {
        width: 100%;
        padding: 1em 0 0.5em;
    }


    .content___wrap .content___box.sec04 .content_headtxt p:nth-child(1) {
        width: 100%;
    }

    .content___wrap .content___box.sec04 .content_headtxt p:nth-child(2) {
        width: 100%;
        font-size: 3.7vw;
        /* font-size: 2.96vw; */
    }

    .content___wrap .content_headtxt::before {
        content: "";
        position: absolute;
        top: 40.5%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        height: 15%;
        aspect-ratio: 1 / 2;
        clip-path: polygon(0 0, 100% 0%, 50% 100%);
        background: linear-gradient(45deg, #fff, #fff);
    }

    .content___wrap .content___box.sec04 .content_headtxt::before {
        left: 50%;
        top: 45%;
    }

    .content___wrap .count__num {
        position: absolute;
        bottom: 8%;
        right: 35%;
    }

    .content___wrap .content___box.sec02 .count__num {
        right: 3%;
        bottom: 14%;
    }

    .content___wrap .content___box.sec03 .count__num {
        left: unset;
        right: 39%;
        bottom: -3%;
    }

    .content___wrap .content___box.sec04 .count__num {
        left: unset;
        right: 45.5%;
        bottom: -2.6%;
    }

    .content___wrap .content___box.sec05 .count__num {
        left: unset;
        right: 39%;
        bottom: -3%;
    }

    .content___wrap .count__num .count-up {
        font-size: 37vw;
        /* font-size: 30.93333333vw; */
        letter-spacing: -0.02em;
    }

    .tab_content___box .b_copy p {
        font-size: 3.75vw;
    }
.tab_content___box.sec01 {
    background-image: url(../img/circle-right.png);
}
.tab_content___box.sec011 {
background-image: url(../img/circle-right.png);
}
    .tab_content___box.sec02 .head_copy {
        margin: 0 auto 2vw;
    }

    .tab_content___box.sec02 .count__num {
        left: unset;
        right: 30%;
        bottom: -11%;
    }

    .sec_head_txt.type05 {
        padding-top: 20vw;
    }

    .sec_head_txt p {
        font-size: 6.9vw;
        /* font-size: 5.52vw; */
    }

    .sec_head_txt a {
        display: block;
        margin: 3em auto 0;
        width: 80vw;
    }

    .tab_content_wrap ul {
        gap: 0 4.66666667vw;
        width: 100%;
    }

    .tab_content_wrap li {
        width: 42.66666667vw;
        font-size: 3.73333333vw;
        /* font-size: 2.98666664vw; */
    }

    .tab_content___box .b_copy {
        /* font-size: 3.73333333vw; */
        font-size: 2.98666664vw;
    }

    .tab_content___box .head_copy p {
        font-size: 9.9vw;
        /* font-size: 5.52vw; */
        line-height: 1.46;
    }

    .tab_content___box .curtain_area p {
/*        font-size: 17.06666667vw;*/
         font-size: 13.65333333vw; 
        padding: 0 10px 10px 10px;
    }

    .tab_content___box.sec01 .curtain_area {
        position: unset;
        padding: 0 5%;
        margin: -8vw auto 0;
    }

    .tab_content___box.sec01 .b_copy {
        position: unset;
        width: 90%;
        margin: 6vw auto 0;
    }

    .tab_content___box .link___btn a {
        display: block;
        text-align: center;
        width: 100%;
        color: #fff;
        background: #af0080;
        padding: 0.5em 1em 0.6em;
        /* font-size: 3.73333333vw; */
        font-size: 2.98666664vw;
    }

    .tab_content___box.sec01 .link___btn {
        position: unset;
        width: 58.66666667%;
        margin: 14vw auto 0;
    }

    .tab_content___box.sec02,
    .tab_content___box.sec04,
    .tab_content___box.sec05 {
        width: 94%;
    }
    .tab_content___box.sec04 {
    margin: 40px auto 0;
}

    .tab_content___box.sec02 .count__num .count-up {
        font-size: 35.125vw;
        /* font-size: 28.1vw; */
    }

    .tab_content___box.sec04 .curtain_area {
        top: 30.5%;
        left: 3%;
    }

    .tab_content___box.sec04 .b_copy {
        position: unset;
        width: 94%;
        margin: 10vw auto 0;
    }

    .bottom_request_area .sec_head_txt {
        top: 14%;
    }

    .sec_head_txt p.notes {
        font-size: 3vw;
        /* font-size: 1.92vw; */
    }

    .sec_head_txt.letter_space.request_area {
        padding-top: -5em;
    }

    .tab_content___box .sec_location {
        width: 90.625%;
        margin: 0 auto;
        margin: 40px auto 0;
        padding: 1em 0;
    }

    .tab_content___box.sec05 .sec_location {
        margin: 140px auto 0;
    }

    .tab_content___box.sec05 {
        margin: 100px auto 0;
    }

    .tab_content___box.sec05 .curtain_area {
        top: 32%;
        left: 3%;
    }

    .tab_content___box.sec05 .b_copy {
        top: 120%;
        left: 3%;
    }

    .tab_content___box.sec06 {
        width: 90%;
        margin: 70vw auto 0;
    }

    .tab_content___box.sec06 .count__num {
        bottom: -5%;
        right: 34%;
    }

    .tab_content___box.sec06 .count__num .count-up {
        font-size: 36vw;
        /* font-size: 28.8vw; */
    }

    .tab_content___box.sec07 {
        background-image: url(../img/circle-left_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom left;
        margin: 10vw auto 0;
    }

    .tab_content___box.sec07 .rela {
        width: 100%;
    }

    .tab_content___box.sec07 .curtain_area {
        top: -29%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
    }

    .tab_content___box.sec07 .b_copy {
        top: 20%;
        left: 5%;
    }

    .tab_content___box.sec08 {
        background-image: url(../img/circle-right_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom right;
        margin: 50vw auto 0;
    }

    .tab_content___box.sec08 .rela {
        width: 100%;
    }

    .tab_content___box.sec08 .curtain_area {
        top: -29%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
    }

    .tab_content___box.sec08 .b_copy {
        top: 20%;
        left: 5%;
    }

    .tab_content___box.sec09 {
        background-image: url(../img/circle-left_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom left;
        margin: 50vw auto 0;
    }

    .tab_content___box.sec09 .rela {
        width: 100%;
    }

    .tab_content___box.sec09 .curtain_area {
        top: -50%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
    }

    .tab_content___box.sec09 .curtain_area p {
        text-align: center;
    }

    .tab_content___box.sec09 .b_copy {
        top: 20%;
        left: 5%;
    }

    .tab_content___box.sec010 {
        background-image: url(../img/circle-right_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom right;
        margin: 50vw auto 0;
    }

    .tab_content___box.sec010 .rela {
        width: 100%;
    }

    .tab_content___box.sec010 .curtain_area {
        top: -54%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
    }

    .tab_content___box.sec010 .curtain_area p {
        text-align: center;
    }

    .tab_content___box.sec010 .b_copy {
        top: 20%;
        left: 5%;
    }

    .tab_content___box.sec011 .curtain_area {
        top: 67%;
        left: 8%;
    }

    .tab_content___box.sec011 .b_copy {
        width: 90%;
        padding-right: 5%;
        margin: 0 auto 0 0;
        top: 132%;
        left: 8%;
    }

    .tab_content___box.sec011 figure {
        width: 100%;
    }


    .tab_content___box .curtain_area p.style-normal {
        width: fit-content;
        margin: 0 auto;
    }

    .sec_location.display_sp {}

    .sec_location>ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap 1em 2em;
        margin: 0 auto;
        border: unset;
    }

    .sec_location li {
        display: unset;
        text-align: start;
        width: fit-content;
        font-size: 3.2vw;
        /* font-size: 2.56vw; */
        line-height: 1.6;
        letter-spacing: -0.02em;
        font-weight: 500;
        border-radius: unset;
        padding: 0 0 0 1em;
        border: unset;
        text-indent: -1em;
        pointer-events: none;
    }

    .sec_location li:last-child {
        text-align: end;
        width: 100%;
    }

    .sec_location .f-75 {}

    .process___area figure {
        width: 90.625%;
        margin: 40px auto 30px;
    }

    .process___area p {
        /* font-size: 8vw; */
        font-size: 6.4vw;
    }

    /* 20250818修正 */
    .process___area p.resize-text {
        font-size: 3.875vw;
    }

    .process___area p.resize-text {
        margin-bottom: 30px;
    }

    .tab_content___box .count__num .count-up.num-500 {
        letter-spacing: 2px;
    }
}