@charset "utf-8";
/* CSS Document */

/* # root1 START # */
:root {
    --color01: #f8931e;
    --url01: url('/import/tenant_1/162.43.25.241/S03/images/stepcircle01.webp');
    --url02: url('/import/tenant_1/162.43.25.241/S03/images/headtopinRitembg02.webp');
    --url03: url('/import/tenant_1/162.43.25.241/S03/images/now.webp');
    --url04: url('/import/tenant_1/162.43.25.241/S03/images/gj01.webp');
    --url05: url('/import/tenant_1/162.43.25.241/S03/images/cl03.webp');
    --url06: url('/import/tenant_1/162.43.25.241/S03/images/btnType01.webp');
    --filter01: hue-rotate(0deg);
}
/* # root1 END # */

/* # root2 START # */
/* :root {
    --color01: #0fbab5;
    --url01: url('/import/tenant_1/162.43.25.241/S03/images/stepcircle01_blue.webp');
    --url02: url('/import/tenant_1/162.43.25.241/S03/images/headtopinRitembg02_blue.webp');
    --url03: url('/import/tenant_1/162.43.25.241/S03/images/now_blue.webp');
    --url04: url('/import/tenant_1/162.43.25.241/S03/images/gj01_blue.webp');
    --url05: url('/import/tenant_1/162.43.25.241/S03/images/cl03_blue.webp');
    --url06: url('/import/tenant_1/162.43.25.241/S03/images/btnType01_blue.webp');
    --filter01: hue-rotate(300deg);
} */
/* # root2 END # */

:root {
    --font01: "Zen Kaku Gothic New", sans-serif;
    --font02: "Roboto", sans-serif;
    --font99: "font awesome 5 free"
}

html {
    font-family: var(--font01);
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 1.3;
    color: #4a391b;
}



/*フレックス*/

.flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flexsb {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flexn {
    display: -webkit-box;
    display: flex;
}

.flexn1024 {
    display: -webkit-box;
    display: flex;
}

.flexn599 {
    display: -webkit-box;
    display: flex;
}

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexb>div[data-collection-list-content],
.flexsb>div[data-collection-list-content],
.flexs>div[data-collection-list-content] {
    width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content],
.flexsb>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex>div[data-collection-list-content] {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.flexs>div[data-collection-list-content] {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flexsb>div[data-collection-list-content] {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flexb>div[data-collection-list-content] {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex>div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.flexsb>div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.flexb>div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.flex>div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.flexsb>div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.flexb>div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.aic {
    -webkit-box-align: center;
    align-items: center;
}

.asc {
    -webkit-align-self: center;
    align-self: center;
}

.ase {
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.spa {
    justify-content: space-around;
}

.spb {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.reverse {
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width:1024px) {
    .flexn1024 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

@media only screen and (max-width:599px) {
    .flexn599 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

/*wrap*/

#wrapper {
    overflow: hidden;
    min-width: 320px;
    margin: 0 auto;
}

/*common*/

.lcmn>*:last-of-type {
    margin-bottom: 0 !important;
}

.rowlist {
    width: 102%;
    margin-left: -1%;
}

.rowlist599 {
    width: 102%;
    margin-left: -1%;
}

.rowlist1024 {
    width: 102%;
    margin-left: -1%;
}

.odd>*:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.even>*:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.ol {
    padding-left: 1.5em;
}

.ol>li {
    list-style: disc;
}

.ol02>li {
    position: relative;
    padding-left: 1em;
}

.ol02>li:before {
    position: absolute;
    content: "●";
    top: 0;
    left: 0;
    font-size: 0.5em;
}

.cl>li {
    padding-left: 2em;
    position: relative;
}

.cl>li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 150%;
}

.sl>li {
    position: relative;
    padding-left: 1em;
}

.sl>li:before {
    position: absolute;
    content: "◆";
    top: 0;
    left: 0;
    font-size: 0.5em;
}


.tl>li {
    position: relative;
    padding-left: 2.5em;
}

.tl>li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1.25em;
    height: 1.75em;
    background-image: url("/upload/tenant_1/thunder01_1.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}


.nl {
    counter-reset: number;
}

.nl>li {
    padding-left: 1.5em;
    position: relative;
}

.nl>li:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 0.25em;
    left: 0;
    border: 1px solid;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.z1 {
    position: relative;
    z-index: 1;
}

.z2 {
    position: relative;
    z-index: 2;
}

.memh {
    margin: 0.5em 0;
}

.mem1 {
    margin: 1em 0;
}

.mem2 {
    margin: 2em 0;
}

.mbemh {
    margin-bottom: 0.5em;
}

.mbem1 {
    margin-bottom: 1em;
}

.mbem2 {
    margin-bottom: 2em;
}

.mbem3 {
    margin-bottom: 3em;
}

.mremh {
    margin-right: 0.5em;
}

.mrem1 {
    margin-right: 1em;
}

.mrem2 {
    margin-right: 2em;
}

.mrem3 {
    margin-right: 3em;
}

.mlemh {
    margin-left: 0.5em;
}

.mlem1 {
    margin-left: 1em;
}

.mlem2 {
    margin-left: 2em;
}

.mlem3 {
    margin-left: 3em;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.row2 {
    width: 48%;
    margin: 1%;
}

.row3 {
    width: 31.333%;
    margin: 1%;
}

.row4 {
    width: 23%;
    margin: 1%;
}

.row5 {
    width: 18%;
    margin: 1%;
}

.w100 {
    width: 100%;
    display: block;
}

.w20 {
    width: 20%;
    margin: 1% 0;
}

.w25 {
    width: 25%;
    margin: 1% 0;
}

.w26 {
    width: 26%;
    margin: 1% 0;
}

.w30 {
    width: 30%;
    margin: 1% 0;
}

.w36 {
    width: 36%;
    margin: 1% 0;
}

.w40 {
    width: 40%;
    margin: 1% 0;
}

.w46 {
    width: 46%;
    margin: 1% 0;
}

.w48 {
    width: 48%;
    margin: 1% 0;
}

.w50 {
    width: 50%;
    margin: 1% 0;
}

.w56 {
    width: 56%;
    margin: 1% 0;
}

.w60 {
    width: 60%;
    margin: 1% 0;
}

.w66 {
    width: 66%;
    margin: 1% 0;
}

.w70 {
    width: 70%;
    margin: 1% 0;
}

.w76 {
    width: 76%;
    margin: 1% 0;
}

.w80 {
    width: 80%;
    margin: 1% 0;
}

.w86 {
    width: 86%;
    margin: 1% 0;
}

.m600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.m700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.m800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.m900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.m960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.m1000 {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.m1200 {
    max-width: 1250px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.harea {
    padding: 60px 0;
}

.area {
    padding: 80px 0;
}

.area60 {
    padding: 60px 0;
}

.area40 {
    padding: 40px 0;
}

.area20 {
    padding: 20px 0;
}

.m80 {
    margin: 80px 0;
}

.m60 {
    margin: 60px 0;
}

.m40 {
    margin: 40px 0;
}

.m20 {
    margin: 20px 0;
}

.mb80 {
    margin-bottom: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.pic {
    text-align: center;
}

.pix {
    text-align: center;
}

.pic img {
    width: 100%;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac599 {
    text-align: center;
}

.tar599 {
    text-align: right;
}

.tarc599 {
    text-align: right;
}

.txt {
    line-height: 200%;
}

.lh160 {
    line-height: 160%;
}

.lh200 {
    line-height: 200%;
}

.uk-lb img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.uk-lb img:hover {
    cursor: pointer;
    opacity: 0.6;
}

.inb {
    display: inline-block;
}

.db {
    display: block;
}

@media only screen and (max-width:1024px) {
    .m600 {
        width: 96%;
    }

    .m700 {
        width: 96%;
    }

    .m800 {
        width: 96%;
    }

    .m900 {
        width: 96%;
    }

    .m960 {
        width: 96%;
    }

    .m1000 {
        width: 96%;
    }

    .harea {
        padding: 50px 0;
    }

    .area {
        padding: 60px 0;
    }

    .area60 {
        padding: 50px 0;
    }

    .area40 {
        padding: 30px 0;
    }

    .row4 {
        width: 31.333%;
    }

    .row5 {
        width: 23%;
    }

    .mb80 {
        margin-bottom: 60px;
    }

    .mb60 {
        margin-bottom: 50px;
    }

    .mb40 {
        margin-bottom: 30px;
    }

    .br1024 br {
        display: none;
    }

    .rowlist1024 {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width:599px) {
    .w20 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w20 {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .w20 .pic {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .w26 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w26 {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .w26 .pic {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .w30 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w30 {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .w30 .pic {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .w36 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w36 {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .w36 .pic {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .w40 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w40 {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .w40 .pic {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .w46 {
        width: 100%;
        margin: 2% auto;
    }

    .w48 {
        width: 100%;
        margin: 2% auto;
    }

    .w50 {
        width: 100%;
        margin: 2% auto;
    }

    .w56 {
        width: 100%;
        margin: 2% auto;
    }

    .w60 {
        width: 100%;
        margin: 2% auto;
    }

    .w66 {
        width: 100%;
        margin: 2% auto;
    }

    .w70 {
        width: 100%;
        margin: 2% auto;
    }

    .w76 {
        width: 100%;
        margin: 2% auto;
    }

    .w80 {
        width: 100%;
        margin: 2% auto;
    }

    .w86 {
        width: 100%;
        margin: 2% auto;
    }

    .m600 {
        width: 94%;
    }

    .m700 {
        width: 94%;
    }

    .m800 {
        width: 94%;
    }

    .m900 {
        width: 94%;
    }

    .m960 {
        width: 94%;
    }

    .m1000 {
        width: 94%;
    }

    .m1200 {
        width: 94%;
    }

    .harea {
        padding: 40px 0;
    }

    .area {
        padding: 40px 0;
    }

    .area60 {
        padding: 40px 0;
    }

    .area40 {
        padding: 20px 0;
    }

    .row2 {
        width: 98%;
    }

    .row3 {
        width: 48%;
    }

    .row4 {
        width: 48%;
    }

    .row5 {
        width: 31.333%;
    }

    .m80 {
        margin: 40px 0;
    }

    .m60 {
        margin: 40px 0;
    }

    .mb80 {
        margin-bottom: 40px;
    }

    .mb60 {
        margin-bottom: 40px;
    }

    .mb40 {
        margin-bottom: 20px;
    }

    .tac599 {
        text-align: left;
    }

    .tar599 {
        text-align: left;
    }

    .tarc599 {
        text-align: center;
    }

    .br599 br {
        display: none;
    }

    .rowlist599 {
        width: 100%;
        margin-left: 0;
    }
}





/*common*/

.border01 {
    border-bottom: 1px solid #ccc4a3;
}

.area+.area {
    padding-top: 40px;
}

.area[class*="bg"]+.area {
    padding-top: 80px;
}

.area+.area[class*="bg"] {
    padding: 150px 0;
}

.telbtn01 {
    display: inline-block;
    overflow: hidden;
    padding: 0 1.5em;
    color: #fff;
    border-radius: 30px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/telbtn01.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.telbtn01 * {
    color: #fff;
}

.tel01 {
    display: inline-block;
    padding-left: 1em;
    position: relative;
}

.tel01:before {
    content: "\f095";
    font-family: FontAwesome;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 80%;
}

.up-c-red {
    color: rgba(217, 0, 0, 255);
}

.fcBrown {
    color: rgba(92, 71, 34, 255);
}

.fcLBrown {
    color: rgba(170, 141, 53, 255);
}

.fcOrange {
    color: var(--color01);
}

.fcYellow {
    color: #fcf300;
}

.fcLGreen {
    color: rgba(109, 164, 35, 255);
}

.fcLGreen02 {
    color: rgba(149, 203, 74, 255);
}

.fcBlack {
    color: #333;
}

.bgCream {
    background-color: #fdf8e7;
}

.bgLBrown {
    background-color: #f4ece4;
}

.bgLGrey {
    background-color: #f4f3ee;
}

.bgIvory {
    background-color: #fbfaf4;
}

.bgmat01 {
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/bgmat01.webp');
    background-size: cover;
}

.city01 {
    position: relative;
    z-index: 1;
}

.city01:after {
    content: "";
    width: 100%;
    height: calc(100% + 80px);
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/city03.webp');
    background-size: 282px;
    background-repeat: no-repeat;
    background-position: bottom right 5%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.city02 {
    position: relative;
    z-index: 1;
}

.area.city02 {
    padding-bottom: 130px !important;
}

.city02:after {
    content: "";
    width: 100%;
    height: calc(100% + 30px);
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/city04.webp');
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: bottom right 2%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.area.city03 {
    padding-bottom: 130px !important;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/city04.webp');
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: bottom right 2%;
}

.city04 {
    position: relative;
    z-index: 1;
}

.area.city04 {
    padding-bottom: 130px !important;
}

.city04:after {
    content: "";
    width: 100%;
    height: calc(100% + 20px);
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/city05.webp');
    background-size: 630px;
    background-repeat: no-repeat;
    background-position: bottom left;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.city05 {
    position: relative;
    z-index: 1;
}

.area.city05 {
    padding-bottom: 130px !important;
}

.city05:after {
    content: "";
    width: 100%;
    height: calc(100% + 10px);
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/city06.webp');
    background-size: 458px;
    background-repeat: no-repeat;
    background-position: bottom right;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.citycloud01 {
    position: relative;
    z-index: 1;
}

.citycloud01:after {
    content: "";
    width: 100%;
    height: 101%;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/cloud01.webp'), url('/import/tenant_1/162.43.25.241/S03/images/cloud02.webp'), url('/import/tenant_1/162.43.25.241/S03/images/city01.webp');
    background-size: 140px, 65px, 420px;
    background-repeat: no-repeat;
    background-position: left 5% bottom 15%, right bottom 14%, bottom right 5%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.citycloud02 {
    position: relative;
    z-index: 1;
}

.citycloud02:after {
    content: "";
    width: 100%;
    height: 101%;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/cloud03.webp'), url('/import/tenant_1/162.43.25.241/S03/images/city02.webp');
    background-size: 134px, 150px;
    background-repeat: no-repeat;
    background-position: left 0 bottom 30%, left 1% bottom 5%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}


.tree01 {
    position: relative;
    z-index: 1;
}

.area.tree01 {
    padding-bottom: 150px !important;
}

.tree01:after {
    content: "";
    width: 100%;
    height: calc(100% + 50px);
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/tree02.webp');
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: bottom left 2%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tree02 {
    position: relative;
    z-index: 1;
}

.area.tree02 {
    padding-bottom: 150px !important;
}

.tree02:after {
    content: "";
    width: 100%;
    height: calc(100% + 70px);
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/tree03.webp');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: bottom left 2%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.tree03 {
    position: relative;
    z-index: 1;
}

.area.tree03 {
    padding-bottom: 160px !important;
}

.tree03:after {
    content: "";
    width: 100%;
    height: calc(100% + 80px);
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/tree05.webp');
    background-size: 220px;
    background-repeat: no-repeat;
    background-position: bottom left 2%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tree04 {
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/tree06.webp');
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: right 2% bottom;
}


.more01 a {
    display: inline-block;
    opacity: 1;
}

.more01 .btn {
    min-width: 180px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 0.35rem 2rem 0.4rem;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border: 1px solid;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}

.more01 .btn:before,
.more01 .btn:after {
    content: "";
    width: 51%;
    height: 100%;
    display: block;
    background-color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    z-index: -1;
}

.more01 .btn:before {
    right: 0;
}

.more01 .btn:after {
    left: 0;
}

.more01 .btn:hover:before,
.more01 .btn:hover:after {
    width: 0;
}

.more01 .btn:hover {
    color: inherit;
}

.more01.LGreen .btn {
    border-color: #8ec741;
}

.more01.LGreen .btn:before,
.more01.LGreen .btn:after {
    background-color: #8ec741;
}

.more01.LGreen .btn:hover:before,
.more01.LGreen .btn:hover:after {
    background-color: transparent;
}

.more01.LGreen .btn:hover {
    color: #8ec741;
}

.more01.yellow .btn {
    border-color: var(--color01);
}

.more01.yellow .btn:before,
.more01.yellow .btn:after {
    background-color: var(--color01);
}

.more01.yellow .btn:hover:before,
.more01.yellow .btn:hover:after {
    background-color: transparent;
}

.more01.yellow .btn:hover {
    color: var(--color01);
}

.more01.brown .btn {
    border-color: #b27920;
}

.more01.brown .btn:before,
.more01.brown .btn:after {
    background-color: #b27920;
}

.more01.brown .btn:hover:before,
.more01.brown .btn:hover:after {
    background-color: transparent;
}

.more01.brown .btn:hover {
    color: #b27920;
}

@media(max-width:1024px) {}

@media(max-width:599px) {
    .more01 .btn {
        min-width: 111px;
        padding: 0.35rem 1.8rem 0.4rem;
        font-size: 13px;
    }
}

.more02 a {
    display: inline-block;
    opacity: 1;
}

.more02 .btn {
    width: 105px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 0.25em 0.5em;
    color: #fff;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}


.more02 .btn:before,
.more02 .btn:after {
    content: "";
    width: 51%;
    height: 100%;
    display: block;
    background-color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    z-index: -1;
}

.more02 .btn:before {
    right: 0;
}

.more02 .btn:after {
    left: 0;
}

.more02 .btn:hover:before,
.more02 .btn:hover:after {
    width: 0;
}

.more02 .btn:hover {
    color: inherit;
}

.more02.LGrey .btn {
    border-color: #c0c0c0;
}

.more02.LGrey .btn:before,
.more02.LGrey .btn:after {
    background-color: #c0c0c0;
}

.more02.LGrey .btn:hover:before,
.more02.LGrey .btn:hover:after {
    background-color: transparent;
}

.more02.LGrey .btn:hover {
    color: #c0c0c0;
}


.more03 a {
    display: inline-block;
    opacity: 1;
}

.more03 .btn {
    display: inline-block;
    padding-right: 2em;
    position: relative;
}

.more03 .btn:after {
    content: "\f105";
    width: 1.25em;
    height: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    font-family: fontAwesome;
    line-height: 0;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 4px;
}

.more03 .btn:hover:after {
    right: 0;
}

.more04 a {
    max-width: 100%;
    display: inline-block;
    opacity: 1;
}

.more04 .btn {
    width: 270px;
    max-width: 100%;
    display: inline-block;
    padding: 0.35em 1.5em;
    border-radius: 30px;
    position: relative;
}

.more04 .btn:after {
    content: "\f105";
    font-family: fontAwesome;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1em;
}

.more04 .btn:hover:after {
    right: calc(1em - 4px);
}

.more04.LGreen .btn {
    color: #fff;
    background-color: #8ec741;
}

.more05 a {
    display: inline-block;
    opacity: 1;
}

.more05 .btn {
    width: 180px;
    max-width: 160px;
    display: inline-block;
    overflow: hidden;
    padding: 0.35em 1em;
    color: #fff;
    text-align: center;
    border: 1px solid;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}
.more05w .btn{
  width: 390px;
  max-width: 400px
}

@media(max-width: 599px){
.more05w .btn{
  max-width: 341px;
}
}

.more05 .btn:before,
.more05 .btn:after {
    content: "";
    width: 51%;
    height: 100%;
    display: block;
    background-color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    z-index: -1;
}

.more05 .btn:before {
    right: 0;
}

.more05 .btn:after {
    left: 0;
}

.more05 .btn:hover:before,
.more05 .btn:hover:after {
    width: 0;
}

.more05 .btn:hover {
    color: inherit;
}

.more05.LGreen .btn {
    border-color: #8ec741;
    max-width:250px;
    width:100%;
    padding: 1em;
}

.more05.LGreen .btn:before,
.more05.LGreen .btn:after {
    background-color: #8ec741;
}

.more05.LGreen .btn:hover:before,
.more05.LGreen .btn:hover:after {
    background-color: transparent;
}

.more05.LGreen .btn:hover {
    color: #8ec741;
}

.more05.yellow .btn {
    border-color: #b27920;
}

.more05.yellow .btn:before,
.more05.yellow .btn:after {
    background-color: #b27920;
}

.more05.yellow .btn:hover:before,
.more05.yellow .btn:hover:after {
    background-color: transparent;
}

.more05.yellow .btn:hover {
    color: #b27920;
}

.more05.brown .btn {
    border-color: #b27920;
}

.more05.brown .btn:before,
.more05.brown .btn:after {
    background-color: #b27920;
}

.more05.brown .btn:hover:before,
.more05.brown .btn:hover:after {
    background-color: transparent;
}

.more05.brown .btn:hover {
    color: #b27920;
}


.btnType01 a {
    width: 270px;
    max-width: 100%;
    height: 100%;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 100px;
    background-image: var(--url06);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.btnType01 a:after {
    content: "\f078";
    font-family: var(--font99);
    font-size: 12px;
    font-weight: bold;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1rem;
}

.btnType02 a {
    width: 270px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0.35em 1.25em;
    color: #fff;
    border-radius: 20px;
    background-image: var(--url06);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.btnType02 a:after {
    content: "\f103";
    font-family: FontAwesome;
    font-weight: 400;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0.5em;
}

.label01 {
    display: inline-block;
    margin: 0.25em;
    padding: 0.1em 0.5em;
    font-size: 90%;
    color: #fff;
    border-radius: 10px;
    background-color: var(--color01);
}

.leaf01 {
    position: relative;
}

.leaf01:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/leaf01.webp');
    background-size: 146px 174px;
    background-repeat: no-repeat;
    background-position: left bottom;
    pointer-events: none;
    position: absolute;
    bottom: -4%;
    left: -4%;
    z-index: 1;
}

.leaf02 {
    position: relative;
}

.leaf02:before {
    content: "";
    width: 1250px;
    max-width: 99vw;
    height: 125%;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/leaf03.webp'), url('/import/tenant_1/162.43.25.241/S03/images/leaf04.webp');
    background-size: 200px, 150px;
    background-repeat: no-repeat;
    background-position: left top, right bottom 20%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.decocloud01 {
    display: inline-block;
    padding: 1.25em 5em 0;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/decocloud01.webp');
    background-size: 4em;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

.trophytit01 {
    display: inline-block;
    padding: 0 3em;
    position: relative;
}

.trophytit01:before {
    content: "";
    width: 2em;
    height: 3.5em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/trophy01.webp');
    background-size: calc(100% + 1px);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0.5em;
    left: 0;
}

.trophytit01:after {
    content: "";
    width: 2em;
    height: 3.5em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/trophy01.webp');
    background-size: calc(100% + 1px);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0.5em;
    right: 0;
}

.popper01 {
    display: inline-block;
    padding: 0 2em;
    position: relative;
}

.popper01:before {
    content: "";
    height: 1.5em;
    border-left: 4px solid;
    border-radius: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.popper01:after {
    content: "";
    height: 1.5em;
    border-right: 4px solid;
    border-radius: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    bottom: 0;
    right: 0;
}


.deco01 {
    display: inline-block;
    padding-top: 1em;
    padding-right: 1em;
    position: relative;
}

.deco01:after {
    content: "";
    width: 2em;
    height: 2em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/deco01.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0;
    right: 0;
}

.deco02 {
    display: block;
}

.deco02:after {
    content: "";
    width: 6em;
    height: 2px;
    display: block;
    margin: 1em auto;
    border-bottom: dashed 2px var(--color01);
}

.deco03 {
    display: inline-block;
    padding: 1em 3em;
    position: relative;
}

.deco03:after {
    content: "";
    width: 2.5em;
    height: 3.5em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/leaf05.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.deco04 {
    display: inline-block;
    position: relative;
}

.deco04:after {
    content: "";
    width: 1em;
    height: 1em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/deco02.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0;
    right: -1em;
}

.bdrsImg10 img {
    border-radius: 10px;
}

.bdrsImg20 img {
    border-radius: 20px;
}

.bdrsImg30 img {
    border-radius: 30px;
}

.bdrsImg40 img {
    border-radius: 40px;
}

.bdrsImg50 img {
    border-radius: 50px;
}

@media (max-width: 1024px) {
    .area+.area {
        padding-top: 30px;
    }

    .area[class*="bg"]+.area {
        padding-top: 60px;
    }

    .area+.area[class*="bg"] {
        padding: 50px 0;
    }

    .city01:after {
        height: calc(100% + 60px);
        background-size: 225px;
    }

    .area.city02 {
        padding-bottom: 100px !important;
    }

    .city02:after {
        height: calc(100% + 20px);
        background-size: 560px;
    }

    .area.city03 {
        padding-bottom: 100px !important;
        background-size: 560px;
    }

    .area.city04 {
        padding-bottom: 100px !important;
    }

    .city04:after {
        height: calc(100% + 10px);
        background-size: 504px;
    }

    .area.city05 {
        padding-bottom: 110px !important;
    }

    .city05:after {
        background-size: 366px;
    }

    .citycloud01:after {
        background-size: 112px, 52px, 336px;
    }

    .citycloud02:after {
        background-size: 107px, 120px;
    }

    .more04 .btn {
        width: 250px;
    }

    .btnType01 a {
        width: 220px;
    }

    .leaf01:before {
        background-size: 116px 139px;
    }

    .leaf02:before {
        background-size: 160px, 120px;
    }

    .area.tree01 {
        padding-bottom: 120px !important;
    }

    .tree01:after {
        height: calc(100% + 30px);
        background-size: 144px;
    }

    .tree04 {
        background-size: 280px;
    }

    .area.tree02 {
        padding-bottom: 120px !important;
    }

    .tree02:after {
        height: calc(100% + 50px);
        background-size: 160px;
    }

    .area.tree03 {
        padding-bottom: 130px !important;
    }

    .tree03:after {
        height: calc(100% + 60px);
        background-size: 176px;
    }
}

@media (max-width: 599px) {
    .area+.area {
        padding-top: 20px;
    }

    .area[class*="bg"]+.area {
        padding-top: 40px;
    }

    .area+.area[class*="bg"] {
        padding: 40px 0;
    }

    .city01:after {
        height: calc(100% + 40px);
        background-size: 169px;
    }
    
    .city01.vv2:after {
              background-size: 120px;
      top:50px;
    }
}

    .city02:after {
        height: calc(100% + 10px);
        background-size: 420px;
    }

    .area.city02 {
        padding-bottom: 60px !important;
    }

    .area.city03 {
        padding-bottom: 60px !important;
        background-size: 420px;
    }

    .city04:after {
        height: calc(100% + 10px);
        background-size: 378px;
    }

    .area.city04 {
        padding-bottom: 80px !important;
    }

    .area.city05 {
        padding-bottom: 80px !important;
    }

    .city05:after {
        background-size: 274px;
    }

    .citycloud01:after {
        background-size: 84px, 39px, 252px;
    }

    .citycloud02:after {
        background-size: 80px, 90px;
    }

    .more04 .btn {
        width: 230px;
    }

    .btnType01 a {
        width: 180px;
    }

    .leaf01:before {
        background-size: 87px 104px;
    }

    .leaf02:before {
        background-size: 80px, 60px;
    }

    .area.tree01 {
        padding-bottom: 100px !important;
    }

    .tree01:after {
        height: calc(100% + 10px);
        background-size: 95px;
    }

    .tree04 {
        background-size: 210px;
    }

    .area.tree02 {
        padding-bottom: 100px !important;
    }

    .tree02:after {
        height: calc(100% + 30px);
        background-size: 120px;
    }

    .tree03:after {
        height: calc(100% + 40px);
        background-size: 132px;
    }

    .trophytit01:before {
        height: 2em;
    }

    .trophytit01:after {
        height: 2em;
    }
}

/*common layout*/

.cl01>li {
    padding-left: 2em;
    position: relative;
}

/* .cl01>li:before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/cl01.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0.1em;
    left: 0;
} */

.cl02>li {
    padding-left: 1.5em;
    position: relative;
}

.cl02>li:before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/cl02.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0.1em;
    left: 0;
}

.cl03>li {
    padding-left: 2.5em;
    position: relative;
}

.cl03>li:before {
    content: "";
    width: 1.75em;
    height: 1.5em;
    background-image: var(--url05);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.gjl01>li {
    padding-left: 2.5em;
    position: relative;
}

.gjl01>li:before {
    content: "";
    width: 1.75em;
    height: 1.75em;
    background-image: var(--url04);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.leaflist01>li {
    padding-left: 3em;
    position: relative;
}

.leaflist01>li:before {
    content: "";
    width: 2.25em;
    height: 1.5em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/leaf07.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0.25em;
    left: 0;
}

.table01 table {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-collapse: collapse;
    border-radius: 5px;
}

.table01 table * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    text-align: center;
}

.table01 table thead {
    background-color: var(--color01);
}

.table01 table thead * {
    color: #fff;
}

.table01 table tbody {
    background-color: #eee9d8;
}

.table01 table tbody tr {
    border-bottom: 1px solid #fff;
}

.table01 table tbody tr:last-of-type {
    border-bottom: none;
}

.table01 table th {
    padding: 1em 0.5em;
    border-right: 1px solid #fff;
}

.table01 table td {
    padding: 1em 0.5em;
    border-right: 1px solid #fff;
}

.table01 table tr td:last-of-type {
    border-right: none;
}





.table02 table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

.table02 table * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    text-align: center;
}

.table02 table tr {
    border-bottom: 1px dashed #7d6741;
}

.table02 table th {
    padding: 0.5em;
    border-right: 1px dashed #7d6741;
}

.table02 table td {
    padding: 0.5em;
    border-right: 1px dashed #7d6741;
}

.table02 table tbody td {
    text-align: right;
}

.table02 table tr td:last-of-type {
    border-right: none;
}



.beaflist01 {
    width: calc(100% + 40px);
    margin-left: -40px;
}

.beafitem01 {
    width: 50%;
    padding-left: 40px;
    position: relative;
}

.beaflist01 .beafitem01:nth-of-type(even):before {
    content: "";
    width: 0;
    height: 0;
    border-width: 16.5px 0 16.5px 17px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color01);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 14px;
}

.beafitemin01 {
    position: relative;
}

.beafitemin01 .text {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .table01 table * {
        font-size: 14px;
    }

    .table02 table * {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .table01 table * {
        font-size: 12px;
    }

    .table02 table * {
        font-size: 12px;
    }

    .beaflist01 {
        width: calc(100% + 30px);
        margin-left: -30px;
    }

    .beafitem01 {
        padding-left: 30px;
    }

    .beaflist01 .beafitem01:nth-of-type(even):before {
        border-width: 12px 0 12px 12px;
        left: 10px;
    }
}

/* header */

.h1 {
    padding-top: 5px;
    padding-right: 350px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}


header {
    padding-top: 1em;
    position: relative;
}

header.sta {
    position: static;
}

header * {
    letter-spacing: 0;
}

.hlogobox {
    max-width: 560px;
}

.hlogo a {
    max-width: 400px;
    display: inline-block;
}
.hlogo img{
  max-width: initial;
}
.headtopin {
    margin-bottom: 1em;
}

.headtopinL {
    margin: 0;
    position: relative;
    z-index: 1;
}

.headtopinR:not([data-element-id]) {
    width: 96%;
    max-width: 1200px;
    margin: 0;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    position: absolute;
    top: -5px;
    right: 50%;
}

.headtopinRlist {
    width: 390px;
    max-width: 40%;
    margin-left: auto;
}

.headtopinRitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em;
    background-size: 100% 100%;
}

.headtopinRitem a {
    width: 100%;
    display: block;
}

.headtopinRitem * {
    color: #fff;
    text-align: center;
}

.headtopinRitem.toweb {
    border-radius: 10px;
    background-color: #3cb900;
}
.headtopinRitem.topline{
  background-color: #06C755;
}

[data-element-id] .headtopinRlist .line-pic{
  display: block;
  width: 95px;
  border: black solid 4px;
  margin-left: 10px;
}
[data-element-id] .headtopinRlist .line-pic:after,
[data-element-id] .headtopinRlist .telbox:after,
[data-element-id] .headtopinRlist .inquiry:after {
  content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}

[data-element-id] .headtopinRlist .telbox{
  display: block;
  border: black solid 4px;
  margin-top: 10px;
}
[data-element-id] .headtopinRlist .inquiry{
  display: block;
  border: black solid 4px;
}
[data-element-id] a[data-href='#']{
  display: none;
}

.topcontact{
  display: none;
}
.topline{
  width: 20%;
}
[data-element-id] .topcontact{
  display: block;
  margin-left: 20px;
  border: solid 4px black;
    position: relative;
}
[data-element-id] .topcontact:after{
  content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}
@media (max-width: 1024px) {
.headtopinRitem.toweb {
  border-radius: 5px;
}
.topcontact{
   display: block;
}
}

@media (max-width: 599px) {
    .headtopinRitem.toweb {
        background-color: #3cb900;
    }
    .headtopinRitem.topline{
  background-color: #06C755;
}
}

.headtopinRitem.tocontact {
    margin-right: 10px;
    border-radius: 10px;
    background: var(--color01);
}


.headtopinR.fixed {
    -webkit-transform: none;
    transform: none;
    position: static;
}

.headtopinR.fixed .headtopinRitem.toweb {
    border: 1px solid #fff;
    border-radius: 50%;
    background-size: 125% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 99;
}

.headtopinR.fixed .headtopinRitem.toweb a {
    padding: 0.25em;
}

.headtopinR.fixed .headtopinRitem.toweb .tit {
    font-size: 14px;
}

@media (max-width: 1024px) {
    .h1 {
        padding-right: 40px;
    }

    header {
        position: static;
    }

    .headtopin {
        margin: 0.5em 0 0;
    }

    .headtopinL {
        width: 100%;
    }
    
    .hlogo img {
        max-width: 100%;
    }

    .hlogobox {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .hlogo a {
        max-width: 250px;
    }

    .headtopinR:not([data-element-id]) {
        width: 100%;
        -webkit-transform: none;
        transform: none;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        z-index: 10;
    }

    .headtopinRlist {
        width: 100%;
        max-width: 100%;
        gap: 10px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background: rgb(0 0 0 / 30%);
        padding: 10px;
    }
    .tocontact,
    .topcontact{
      width: 70%;
     }
    .topline{
      width: 130px;
     }

    .headtopinRitem.tocontact {
        margin-right: 0;
        background-color: var(--color01);
        border-radius: 5px;
    }
   
}

.sp-block{
  display: none;
}
@media (max-width: 1024px) {
  .sp-block{
      display: block;
    }
    .line-pic{
      width: 85px;
    }
    .d-none{
      display: none
    }
  
}
@media (max-width: 599px) {

    .hlogo {
        text-align: center;
    }

    .hlogobox .add {
        text-align: center;
    }
    .headtopinRlist{
      padding: 5px;
    }
    .topline {
      width: 21%;
    }
     .topcontact .pix img{
      width: 20%;
    }
}

/*gnav*/

#gnav p.toggle span.n {
    display: none;
}

#gnav {
    width: 100%;
    position: relative;
    z-index: 200;
}

/* #gnav img {
    max-height: 22px;
} */

#gnav * {
    letter-spacing: 0;
}

.glist li.gitem {
    width: 13.666%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.glist li.gitem .gicon {
    display: block;
    -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(7%) saturate(3668%) hue-rotate(359deg) brightness(85%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(24%) sepia(7%) saturate(3668%) hue-rotate(359deg) brightness(85%) contrast(91%);
    width: 25px;
    margin: 0 auto;
}

.glist li.gitem .gicon img {
    width: 100%;
    max-height: unset;
    aspect-ratio: 1;
    -o-object-fit: contain;
    object-fit: contain;
}

[data-element-id] #gnav li.pcnone {
    display: block;
}

#gnav li.pcnone {
    display: none;
}

.glist li a,
.a{
    width: 100%;
    display: block;
    padding: 1em 0;
    font-weight: 700;
    font-size: 14px;
    position: relative;
}

.glist li.gitem:first-of-type a:after {
    content: "";
    height: 75%;
    border-right: 1px solid #dfdfdf;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.glist li.gitem>a:before,
.a:before {
    content: "";
    height: 75%;
    border-right: 1px solid #dfdfdf;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.fixed #gnav {
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    z-index: 200;
}

.fix .accordion-toggle {
    opacity: 0.8;
}

#gnav li.gitem.sub>a {
    position: relative;
}

#gnav li.gitem.sub>a:after {
    content: "";
    width: 100%;
    height: 3px;
    visibility: hidden;
    border-radius: 1em;
    background-color: var(--color01);
    opacity: 0;
    -webkit-transition: 0.6s opacity ease;
    transition: 0.6s opacity ease;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
}

#gnav li.gitem.sub:hover>a:after {
    visibility: visible;
    opacity: 1;
}


#gnav li.sub .submenu {
    width: 100%;
    height: 0;
    visibility: hidden;
    padding: 2em 0 3.5em;
    background-color: #fceebf;
    opacity: 0;
    -webkit-transition: 0.6s opacity ease;
    transition: 0.6s opacity ease;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 100;
}

#gnav li.sub .submenuin {
    width: 100%;
}

#gnav li.sub .submenuinn {
    width: 100%;
}

#gnav li.sub li.submenuitem {
    width: 26%;
    display: block;
    padding: 0 0.5%;
    text-align: left;
}

#gnav li.sub li.submenuitem a {
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5em 0 1.5em 1.5em;
    font-size: 13px;
    border-bottom: dotted var(--color01) 1px;
    position: relative;
}

#gnav li.sub li.submenuitem a:before {
    content: "\f138";
    font-family: FontAwesome;
    color: var(--color01);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

#gnav li.sub:hover .submenu {
    height: auto;
    visibility: visible;
    opacity: 1;
}

[data-element-id] #gnav li.sub .submenu {
    width: 100vw;
    height: 100%;
    visibility: visible;
    opacity: 1;
    position: static;
    margin-top: 37px;
    display: block;
    border: blue 4px solid;
}
[data-element-id] #gnav li.sub .submenu:after{
  content: "慢性的なお悩みの方へ選択時出現";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: blue;
}

@media (max-width: 1024px) {
    #gnav .gnavinn {
        width: 100%;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        padding-bottom: 0;
        border: none;
        background: rgba(255, 255, 255, 0.95);
        opacity: 0;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -10;
    }

    #gnav .glist li.gitem {
        width: 100%;
        display: block !important;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        text-align: center;
        position: static;
    }

    .glist li.gitem a:before,
    .glist li.gitem:first-of-type a:after {
        content: none;
    }

    .glist li.gitem .gicon {
        display: inline-block;
        margin: 0 0.5em 0 0;
    }

    #gnav .glist li.gitem.ghome {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #gnav p.toggle {
        width: 38px;
        height: 38px;
        display: block !important;
        margin: 2px;
        opacity: 0.8;
        cursor: pointer;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 6px;
        right: 10px;
        z-index: 251;
    }

    .drawer-active #gnav .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav p.toggle span.n {
        width: 26px;
        height: 2px;
        display: block;
        margin-top: -1px;
        padding: 0;
        text-indent: 9999px;
        background: #323232;
        position: absolute;
        top: 50%;
        left: 6px;
    }

    #gnav p.toggle span.n:before {
        content: "";
        width: 26px;
        height: 2px;
        display: block;
        background: #323232;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #gnav p.toggle span.n:after {
        content: "";
        width: 26px;
        height: 2px;
        display: block;
        background: #323232;
        position: absolute;
        top: 8px;
        left: 0;
    }

    .drawer-active #gnav p.toggle span.n {
        -webkit-transition: ease 0.10s;
        transition: ease 0.10s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .drawer-active #gnav p.toggle span.n:after,
    .drawer-active #gnav p.toggle span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .gnavinn .glist {
        width: 100%;
        padding: 60px 3% 80px;
    }

    #gnav .gnavinn .glist a {
        height: auto;
        display: block;
        padding: 1em 10px 1em 20px;
        text-align: left;
        border: none !important;
    }

    .fixed #gnav {
        padding: 0;
    }

    .drawer-active {
        height: 100%;
        overflow: hidden;
    }

    .drawer-active:after {
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.3;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    #gnav li.gitem.sub>a:after {
        visibility: visible;
        opacity: 1;
    }

    #gnav li.sub .submenu {
        height: auto;
        visibility: visible;
        padding: 0.5em 10px 0.5em 30px;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
        position: static;
    }

    #gnav li.sub .submenuinn {
        padding: 0;
        border: none;
        border-radius: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #gnav li.sub li.submenulist {
        display: block;
    }

    #gnav li.sub li.submenuitem {
        width: 100%;
        margin: 5px 0;
        padding: 0;
        padding-left: 0;
        font-size: 12px;
    }

    #gnav li.sub li.submenuitem a {
        padding: 10px 10px 10px 20px;
        padding-left: 1.5em !important;
    }
}

@media (max-width:599px) {
    #gnav .gnavinn .glist {
        padding: 60px 3% 33%;
    }
}

/*スライドショー mainImg*/

.homeSlide {
    overflow: hidden;
    padding-top: 1px;
    position: relative;
}

.homeSlide .pic{
  height:680px;
}
@media (max-width:1024px){
  .homeSlide .pic{
  height:420px;
}
}
@media (max-width:599px){
  .homeSlide .pic{
  height:290px;
}
}

.homeSlide:before {
    content: "";
    width: 105%;
    padding-bottom: 5%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
}

.homeSlide .tbox {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 5;
}

.homeSlide .tbox .tit {
    font-weight: 700;
    font-size: calc(30px + ((1vw - 10px) * 1.6));
    letter-spacing: 0.25em;
    color: var(--color01);
    text-shadow: rgba(255, 255, 255, 0.7) 4px 0px 2px,
        rgba(255, 255, 255, 0.7) 4px 0px 2px,
        rgba(255, 255, 255, 0.7) 3px 2px 2px,
        rgba(255, 255, 255, 0.7) 3px 3px 2px,
        rgba(255, 255, 255, 0.7) 2px 3.36588px 2px,
        rgba(255, 255, 255, 0.7) 0px 4px 2px,
        rgba(255, 255, 255, 0.7) 0px 4px 2px,
        rgba(255, 255, 255, 0.7) 0px 4px 2px,
        rgba(255, 255, 255, 0.7) -2px 4px 2px,
        rgba(255, 255, 255, 0.7) -2px 3px 2px,
        rgba(255, 255, 255, 0.7) -3px 2px 2px,
        rgba(255, 255, 255, 0.7) -4px 0px 2px,
        rgba(255, 255, 255, 0.7) -3px 0px 2px,
        rgba(255, 255, 255, 0.7) -4px 0px 2px,
        rgba(255, 255, 255, 0.7) -4px -0.40313px 2px,
        rgba(255, 255, 255, 0.7) -3px -2px 2px,
        rgba(255, 255, 255, 0.7) -3px -3px 2px,
        rgba(255, 255, 255, 0.7) -2px -3px 2px,
        rgba(255, 255, 255, 0.7) -1px -4px 2px,
        rgba(255, 255, 255, 0.7) 0px -4px 2px,
        rgba(255, 255, 255, 0.7) 1px -4px 2px,
        rgba(255, 255, 255, 0.7) 2px -3px 2px,
        rgba(255, 255, 255, 0.7) 3px -3px 2px,
        rgba(255, 255, 255, 0.7) 3px -2px 2px,
        rgba(255, 255, 255, 0.7) 4px -1px 2px,
        rgba(255, 255, 255, 0.7) 4px 0px 1px;
}
.sub-title{
  font-weight: 600;
  color: #f8931e;
  text-shadow: rgba(255, 255, 255, 0.7) 4px 0px 2px,
        rgba(255, 255, 255, 0.7) 4px 0px 2px,
        rgba(255, 255, 255, 0.7) 3px 2px 2px,
        rgba(255, 255, 255, 0.7) 3px 3px 2px,
        rgba(255, 255, 255, 0.7) 2px 3.36588px 2px,
        rgba(255, 255, 255, 0.7) 0px 4px 2px,
        rgba(255, 255, 255, 0.7) 0px 4px 2px,
        rgba(255, 255, 255, 0.7) 0px 4px 2px,
        rgba(255, 255, 255, 0.7) -2px 4px 2px,
        rgba(255, 255, 255, 0.7) -2px 3px 2px,
        rgba(255, 255, 255, 0.7) -3px 2px 2px,
        rgba(255, 255, 255, 0.7) -4px 0px 2px,
        rgba(255, 255, 255, 0.7) -3px 0px 2px,
        rgba(255, 255, 255, 0.7) -4px 0px 2px,
        rgba(255, 255, 255, 0.7) -4px -0.40313px 2px,
        rgba(255, 255, 255, 0.7) -3px -2px 2px,
        rgba(255, 255, 255, 0.7) -3px -3px 2px,
        rgba(255, 255, 255, 0.7) -2px -3px 2px,
        rgba(255, 255, 255, 0.7) -1px -4px 2px,
        rgba(255, 255, 255, 0.7) 0px -4px 2px,
        rgba(255, 255, 255, 0.7) 1px -4px 2px,
        rgba(255, 255, 255, 0.7) 2px -3px 2px,
        rgba(255, 255, 255, 0.7) 3px -3px 2px,
        rgba(255, 255, 255, 0.7) 3px -2px 2px,
        rgba(255, 255, 255, 0.7) 4px -1px 2px,
        rgba(255, 255, 255, 0.7) 4px 0px 1px;
}

.homemvbox {
    position: relative;
}

.homemvbnrbox {
    width: 96%;
    max-width: 900px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 1;
    z-index: 2;
}

.homemvitem {
    width: 200px;
    height: 200px;
    padding: 1em 1.25em 1em;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
}

.homemvitem * {
    font-weight: 700;
    text-align: center;
    /* text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff; */
}

.homemvitem dl {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.homemvitem .subtit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.25em;
    font-size: 22px;
    color: rgba(92, 71, 34, 255);
    line-height: 28px;
}

.homemvitem .text {
    color: var(--color01);
    line-height: 36px;
}

.homeSlide .uk-slidenav-position {
  height:100%;
    min-width: 500px;
    overflow: hidden;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}

.homeSlide .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 40%;
}

.homeSlide .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.homeSlide .uk-slideshow * {
    height: 100% !important;
}

.mainImg {
    overflow: hidden;
    padding-top: 1px;
    position: relative;
}

.mainImg:before {
    content: "";
    width: 105%;
    padding-bottom: 5%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
}

.mainImgin {
    position: relative;
    z-index: 1;
}

.mainImg .tbox {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 55%;
    left: 50%;
}

.mainImg .tbox .tit {
    font-weight: 700;
    font-size: calc(30px + ((1vw - 10px) * 1.6));
    color: #fff;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.mainImg {
    position: relative;
}

.mainImg .img:before {
    content: "";
    display: block;
    padding-top: 25%;
    position: relative;
    z-index: -1;
}

.mainImg .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .5;
}

.mainImg .bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-filter: var(--filter01);
    filter: var(--filter01);
}

.mainImg .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width:1024px) {
    .homemvbnrbox {
        max-width: 650px;
    }

    .homemvitem {
        width: 130px;
        height: 130px;
        /* padding: 2em 0 1em; */
        -webkit-box-shadow: 0 0 0 7.5px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 7.5px rgba(255, 255, 255, 0.6);
    }

    .homemvitem .subtit {
        font-size: 15px;
        line-height: 20px;
    }
    .homemvitem .text{
      line-height: 19px;
    } 
}

@media (max-width:599px) {
    .homemvbnrbox {
        width: 194%;
        max-width: 600px;
        -webkit-transform: translate(-50%, 0) scale(0.5);
        transform: translate(-50%, 0) scale(0.5);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        bottom: -5px;
    }
}

/*footer*/

footer {
    background-color: #fdf9e8;
}

.footinn {
    padding: 60px 0;
}

.fsnsitem {
    font-size: 40px;
}

.flogo a {
    max-width: 320px;
    display: inline-block;
}

.fnavlist {
    width: 32.333%;
    margin: 1%;
}

.fnavlist.fnavlist01 {
    width: 29.333%;
}

.fnavitem a {
    padding: 0.25em 0;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
}

.copy {
    padding: 1.5em 0;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: var(--color01);
}

@media (max-width: 1024px) {
    .copy {
        padding: 10px 0 100px;
    }

    .footinn {
        padding: 40px 0;
    }

    .flogobox .flogo {
        width: 100%;
    }

    .flogo a {
        max-width: 260px;
    }

    .fsnsitem {
        font-size: 34px;
    }

    .fnavlist {
        width: 48%;
    }

    .fnavlist.fnavlist01 {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .footinn {
        padding: 20px 0;
    }

    .flogo a {
        max-width: 200px;
    }

    .fsnsitem {
        font-size: 30px;
    }

    .fnavlist {
        width: 100%;
        margin: 0;
    }

    .fnavitem {
        margin: 0.25em 0;
    }

    .copy {
        padding: 10px 0 95px;
    }
}

/*totop*/

#totop {
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

#totop .a {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: var(--color01);
    font-weight: 500;
    letter-spacing: 2px;
    text-indent: 2px;
    cursor: pointer;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

#totop .a:hover {
    background-color: #fff;
    color: var(--color01);
    border: 2px solid var(--color01);
}

#totop .a:before {
    content: "\f077";
    width: 100%;
    display: block;
    font-family: var(--font99);
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

@media (max-width:1024px) {
    #totop {
        bottom: 100px;
    }

    #totop .a {
        width: 70px;
        height: 70px;
    }

    #totop .a:before {
        font-size: 10px;
    }
}

@media (max-width:599px) {
    #totop {
        bottom: 90px;
    }

    #totop .a {
        width: 60px;
        height: 60px;
    }
}

/*home*/

.home01 .introbox {
    padding: 2rem;
    border: 4px solid var(--color01);
    background-color: #fff;
    border-radius: 15px;
}

.home01 .introbox .item .tit {
    width: calc(100% - 11em);
}

.home01 .introbox .item .more01 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.home01boxLin .titbox .more02 {
    width: 110px;
}

.home01boxLin .titbox .tit {
    width: calc(100% - 120px);
    padding-left: 2em;
    position: relative;
}

.home01boxLin .titbox .tit:before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/icon01.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.home01boxLitem a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #ccc4a3;
}

.home01boxLitem .date {
    width: 8.5em;
}

.home01boxLitem .date+.tit {
    width: calc(100% - 8.5em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home02box a {
    display: block;
}

.home02boxin {
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #f9f3bd;
}

.home02boxin .pbox {
    width: 40%;
    overflow: hidden;
    position: relative;
}

.home02boxin .pbox .text:not([data-element-id]) {
    display: inline-block;
    padding: 3em 3em 0;
    font-weight: 700;
    text-align: center;
    background-color: #ffe400;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    position: absolute;
    top: -2em;
    left: -2.5em;
    z-index: 2;
}

.home02boxin .pbox .pic:not([data-element-id]) {
    height: 100%;
}

.home02boxin .pbox .nintei:not([data-element-id]) {
    width: 40%;
    max-width: 170px;
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 2;
}

.home02boxin .tbox {
    width: 60%;
}

.home02boxin .tbox .tit {
    padding: 0.5em 1em;
    color: #fff;
    background-color: var(--color01);
}

.home02boxin .tbox .cl01 {
    padding: 1em 1.5em;
}

.home03item {
    overflow: hidden;
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 10px;
}

.home03item .list-inner {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.home03item .tbox {
    padding: 0 0.5em 0;
}

.home03item .tbox .heightLine-home03itemtit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home03item .tbox .more03 {
    margin-bottom: 1.5em;
}

.home04box .introbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home04box .introbox .tbox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 0.5em;
}

.home04box .introbox .pboxL {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.home04box .introbox .pboxL img {
    width: 130px;
}

.home04box .introbox .pboxR {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.home04box .introbox .pboxR img {
    width: 130px;
}

.home04box .introbox .text:after {
    content: "";
    width: 5em;
    height: 2px;
    display: block;
    margin: 1.5em auto;
    border-bottom: 2px dashed var(--color01);
}

.home04box .introbox .label {
    margin: 0.5em;
    padding: 0.1em 0.5em;
    font-size: 90%;
    color: #fff;
    border-radius: 10px;
    background-color: var(--color01);
}

.home04item {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fdf8e6;
    -webkit-box-shadow: 0.5px 0.5px 0 1px #efefef;
    box-shadow: 0.5px 0.5px 0 1px #efefef;
}

.home04item .pbox {
    width: 25%;
}

.home04item .tbox {
    width: 70%;
    padding: 1em;
}
.home05 {
    border-top: 1px solid #d9d9d9;
}

.home05slideitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0.5em;
}

[data-element-id] .home05slideitem {
    border: 5px solid #8ec741;
}

.home05bnrbox a {
    display: block;
}

.home05bnrboxin {
    border: 2px solid #e2e6ee;
    border-radius: 5px;
    background-color: #00b900;
}

.home05bnrboxin .pbox {
    width: 40%;
    background-color: #edf1f8;
    position: relative;
}

.home05bnrboxin .pbox:after {
    content: "";
    width: 12.5%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #00b900)) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #00b900 50.5%) no-repeat top left/100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    ;
}

.home05bnrboxin .pbox .pic {
    height: 100%;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}

.home05bnrboxin .pbox .pix {
    max-width: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.home05bnrboxin .tbox {
    width: 60%;
    padding: 1em;
}

.home05bnrboxin .tbox .text {
    color: #fff;
    line-height: 160%;
}

.home05bnrboxin .tbox .text * {
    line-height: inherit;
}

.home06boxLlist {
    width: calc(100% + 30px);
    margin-left: -30px;
}

.home06boxLitem {
    width: 50%;
    padding-left: 30px;
    position: relative;
}

.home06boxLlist .home06boxLitem:nth-of-type(even):before {
    content: "";
    width: 0;
    height: 0;
    border-width: 16.5px 0 16.5px 17px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color01);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 7.5px;
}

.home06boxLitemin {
    position: relative;
}

.home06boxLitemin .text {
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 5px #fff;
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
}

.text-title{
  border-left: 7px solid #ffd154;
}

.home06boxR .introbox .list {
    margin-left: -80px;
}

.home06boxR .introbox .item {
    width: 50%;
    padding-left: 80px;
    position: relative;
}

.home06boxR .introbox .list .item:nth-of-type(even):before {
    content: "×";
    font-weight: 100;
    font-size: 300%;
    color: #333;
    text-align: left;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: -0.2em;
}

.home07item {
    width: 24.333%;
    margin-left: 4%;
    margin-right: 4%;
}

.home07item a {
    display: block;
}

/* .home08box .pbox .pic {
    padding-left: 10%;
} */

/* .home08box .pbox .box {
    margin-top: 10%;
    margin-left: 10%;
    position: relative;
    z-index: 1;
} */
.boxR {
  margin-left: auto;
}

@media (max-width:599px) {
    
}

.home09item a {
    display: block;
}

.home09item .tbox {
    margin: 1em 0;
}

@media (max-width: 1200px) {
   .home04box .introbox .pboxL {
       /*  -webkit-box-ordinal-group: 2;
       -ms-flex-order: 1;
       order: 1;
       padding: 0.5em 0.5em 0; */
       display: none;
    }

  .home04box .introbox .pboxR {
        /* -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0.5em 0.5em 0; */
        display: none;
    }
}

@media (max-width: 1024px) {
    .home01 .introbox {
        margin-top: 20px;
        border-width: 4px;
    }

    .home01boxL {
        width: 100%;
        margin: 20px 0;
    }

    .home01boxR {
        width: 100%;
        margin: 20px 0;
    }

    .home06boxR .introbox .list {
        margin-left: -60px;
    }

    .home06boxR .introbox .item {
        padding-left: 60px;
    }

    .home06boxR .introbox .list .item:nth-of-type(even):before {
        left: -0.1em;
    }
}

@media (max-width: 599px) {
    .home01 .introbox {
        border-width: 3px;
        padding: 1rem;
    }

    .home01 .introbox .item .tit {
        width: 100%;
        margin-bottom: 1em;
    }

    .home01 .introbox .item .more01 {
        margin-left: auto;
        margin-right: auto;
    }

    .home01boxLitem .date {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .home01boxLitem .date+.tit {
        width: 100%;
    }

    .home02boxin .pbox {
        width: 100%;
    }

    .home02boxin .tbox {
        width: 100%;
    }

    .home04box .introbox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -2%;
    }

    .home04box .introbox .tbox {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
    }

    .home04box .introbox .pboxL {
       /*  -webkit-box-ordinal-group: 2;
       -ms-flex-order: 1;
       order: 1;
       padding: 0.5em 0.5em 0; */
       display: none;
    }

    .home04box .introbox .pboxR {
        /* -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0.5em 0.5em 0; */
        display: none;
    }

    .home04item {
        width: 86%;
        display: block;
       /*  margin-left: 0;
       margin-right: 0; */
       margin: 15px auto;
    }

    .home04item .pbox {
        width: 100%;
    }

    .home04item .pbox .pic {
        /* height: auto; */
        height: 215px;
    }

    .home04item .tbox {
        width: 100%;
    }

    .home05bnrboxin .pbox {
        width: 100%;
    }

    .home05bnrboxin .pbox:after {
        content: none;
    }

    .home05bnrboxin .tbox {
        width: 100%;
    }

    .home06boxR .introbox {
        padding: 2em 0 0;
    }

    .home06boxR .introbox .list .item:nth-of-type(even):before {
        left: 0;
    }

    .home07item {
        width: 42%;
    }

    .home08box .pbox .pic {
        margin-top: 1em;
    }

    .home08box .pbox .box {
        margin-top: -8%;
    }

    .home08box .pbox .boxL {
        width: 26%;
    }

    .home08box .pbox .boxR {
        width: 70%;
    }
    
    .home03item .tit{
      line-height:1.3em;
    }
}

/*under*/

/*bread*/

.bread {
    padding: 1.5em 0;
    /*
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; */
}

/* .bread::-webkit-scrollbar {
    height: 5px;
}

.bread::-webkit-scrollbar-thumb {
    background-color: var(--color01);
    border-radius: 30px;
    width: 5px;
    height: 5px;
}

.bread::-webkit-scrollbar-track-piece {
    background-color: #ebebeb;
} */

.breadcrumbs li {
    display: inline;
}

.breadcrumbs a:after {
    content: url('/import/tenant_1/162.43.25.241/S03/images/breadarrow.webp');
    display: inline-block;
    margin: 0 1em;
    font-family: FontAwesome;
    font-size: 1.25em;
}

.breadcrumbs li {
    font-weight: 700;
    font-size: 14px;
    color: var(--color01);
}

.breadcrumbs>span:last-of-type,
.breadcrumbs .current-item {
    font-weight: 700;
}

.breadcrumbs a {
    display: inline;
    color: var(--color01);
}

@media (max-width: 1024px) {
    .breadcrumbs a:after {
        margin: 0 1em;
    }
}

@media (max-width: 599px) {
    .bread {
        padding: 1em 0;
    }

    .bread::-webkit-scrollbar {
        height: 2px;
    }

    .breadcrumbs a:after {
        margin: 0 0.5em;
    }
}

/*cmnvoice*/

.cmnvoice01item {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px dashed var(--color01);
}

.cmnvoice01list .cmnvoice01item:last-of-type {
    border-bottom: none;
}

.cmnvoice01item .pbox {
    padding: 0.5em 1em;
}

.cmnvoice01item .tbox .item {
    margin-bottom: 0.5em;
}

.cmnvoice01item .tbox .item .subtit {
    margin-bottom: 0.75em;
    padding: 0.5em 0 0.5em 2.5em;
    border-bottom: 1px solid #ccc4a3;
    position: relative;
}

.cmnvoice01item .tbox .item .subtit:before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/pencil01.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 0.5em;
    left: 0;
}


@media (max-width:1024px) {
    .cmnvoice01item {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width:599px) {
    .cmnvoice01item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

/*about*/

.about02box .pbox .pic {
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.6);
}

.about02box .pbox .pic .up-ofi {
    border: 2px solid #d8d8d8;
}

.about03item {
    padding: 3em 6em;
    border-radius: 10px;
    background-color: #fff;
}

.about03item .tbox .item {
    margin-bottom: 0.5em;
}

.about03item .tbox .item .subtit {
    margin-bottom: 0.5em;
    padding: 0.5em 0 0.5em 2.5em;
    border-bottom: 1px solid #ccc4a3;
    position: relative;
}

.about03item .tbox .item .subtit:before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/pencil01.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 0.5em;
    left: 0;
}

.about03item .tbox .item .text {
    padding-left: 2.5em;
}

.about04boxLitem {
    padding: 1em 0;
    border-bottom: 2px dashed #f78a1a;
}

.about04boxLitem .subtit {
    width: 12em;
}

.about04boxLitem .subtit+.text {
    width: calc(100% - 12em);
}

.about04boxL .snsitem {
    margin: 0.5em;
}

.about04boxL .snsitem.toweb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.4em;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    background-image: var(--url02);
    background-size: 100% 100%;
    background-color: var(--color01);
}

.about04boxL .snsitem.toweb a .text {
    display: inline-block;
    margin: 0 0.5em;
}

@media (max-width: 1024px) {
    .about03item {
        padding: 1.5em 3em;
    }

    .about04boxL {
        width: 100%;
    }

    .about04boxR {
        width: 100%;
    }

    .about04boxLitem .subtit {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .about04boxLitem .subtit+.text {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .about03item {
        padding: 3em 1.5em;
    }
}

.Fee{
  text-align: center;
}

/*first*/

.first01box .titbox .label {
    margin-left: 10px;
    padding: 5px 20px 8px;
    color: #fff;
    border-radius: 8px;
    background-color: var(--color01);
    font-weight: 500;
}

.first01list {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.first01item {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #fdf8e6;
    -webkit-box-shadow: 0.5px 0.5px 0 1px #efefef;
    box-shadow: 0.5px 0.5px 0 1px #efefef;
}

.first01item .pbox {
    width: 26%;
}

.first01item .tbox {
    width: 74%;
    padding: 1.5em;
}

.first02item {
    padding: 0.5em;
}

.first02item .pbox .up-ofi {
    overflow: hidden;
    border-radius: 50%;
    background-color: #fdf8e7;
}

.first02item [class*=heightLine] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.first03item {
    margin-top: 90px;
    padding: 80px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/leaf02.webp'), url('/import/tenant_1/162.43.25.241/S03/images/tree01.webp');
    background-size: 127px, 120px;
    background-repeat: no-repeat;
    background-position: left 26px top 8px, right 25px bottom;
    background-color: #fff;
    position: relative;
}

.first03item * {
    color: rgba(92, 71, 34, 255);
}

.first03item .tel * {
    color: #fff;
}

.first03item .stepbox {
    width: 110px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    border-radius: 50%;
    background-image: var(--url01);
    background-size: cover;
    background-position: center center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.first03item .stepbox * {
    color: #fff;
}

.first03item .stepbox .step {
    margin-top: -0.5em;
}

.first03item .stepbox .num {
    display: block;
    font-weight: 700;
    font-size: 200%;
    line-height: 100%;
    text-align: center;
}

@media (max-width:1024px) {
    .first03item {
        margin-top: 70px;
        padding: 60px;
        background-size: 101px, 96px;
        background-position: left 1em top 0.5em, right 0.5em bottom;
    }

    .first03item .stepbox {
        width: 90px;
        height: 90px;
    }
}

@media (max-width:599px) {
    .first01item {
        display: block;
    }

    .first01item .pbox {
        width: 100%;
    }

    .first01item .tbox {
        width: 100%;
        padding: 1.5em;
    }

    .first03item {
        margin-top: 50px;
        padding: 60px 1.5em;
        background-size: 76px, 72px;
    }

    .first03item .stepbox {
        width: 70px;
        height: 70px;
    }
}

/*menu*/

.menu01box .table02 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.menu02list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.menu02iteminn .pbox .up-ofi {
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
}

.menu02iteminn .tbox {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.menu02iteminn .tbox .item dl {
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px dashed #7d6741;
}

.menu02iteminn .tbox .item dt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu02iteminn .tbox .item dd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    letter-spacing: 0.1em;
    text-align: right;
}

@media (max-width:599px) {

    .menu02iteminn .tbox .item dt,
    .menu02iteminn .tbox .item dd {
        width: 100%;
        margin-left: 0px;
    }
}


/*jiko*/

.jikonav01item {
    width: 28%;
    margin: 1% 0.5%;
}

.jiko02item {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fdf8e6;
    -webkit-box-shadow: 1px 1px 0 1px #ddd;
    box-shadow: 1px 1px 0 1px #ddd;
}

.jiko02item .pbox {
    width: 40%;
}

.jiko02item .tbox {
    width: 60%;
    padding: 1em;
}

.jiko03item {
    width: 29.333%;
    overflow: hidden;
    margin: 2%;
    padding: 1em 1em 2em;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px #999;
    box-shadow: 0px 2px 5px #999;
}

.jiko03item .subtit {
    margin: 1em 0;
    padding-left: 2em;
    position: relative;
}

.jiko03item .subtit .num {
    font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 250%;
    color: rgba(231, 101, 101, 255);
    line-height: 100%;
    position: absolute;
    top: -0.2em;
    left: 0;
}

.jiko04box {
    padding: 3em 3em 6em;
    border: 5px solid var(--color01);
    background-color: #fff;
}

.jiko04item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em 0 1em;
    text-align: center;
    border-bottom: 2px solid var(--color01);
}

.jiko06item {
    margin-top: 60px;
    padding: 3em;
    border: 1px solid #ccc4a3;
    background-color: #fff;
    position: relative;
}

.jiko06item .subtit {
    width: 85%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.jiko06item .subtit .label {
    width: 300px;
    display: inline-block;
    overflow: hidden;
    padding: 0.15em 1em;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/matbtn01.webp');
    background-size: cover;
}

.jiko07item {
    margin-top: 90px;
    padding: 80px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/leaf02.webp'), url('/import/tenant_1/162.43.25.241/S03/images/tree01.webp');
    background-size: 127px, 120px;
    background-repeat: no-repeat;
    background-position: left 26px top 8px, right 25px bottom;
    background-color: #fff;
    position: relative;
}

.jiko07item * {
    color: rgba(92, 71, 34, 255);
}

.jiko07item .tel * {
    color: #fff;
}

.jiko07item .stepbox {
    width: 110px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    border-radius: 50%;
    background-image: var(--url01);
    background-size: cover;
    background-position: center center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.jiko07item .stepbox * {
    color: #fff;
}

.jiko07item .stepbox .step {
    margin-top: -0.5em;
}

.jiko07item .stepbox .num {
    display: block;
    font-weight: 700;
    font-size: 200%;
    line-height: 100%;
    text-align: center;
}

@media (max-width:1024px) {
    .jiko01list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .jikonav01item {
        /* width: 32.333%; */
        width: 100%;
    }

    .jiko03item {
        width: 46%;
    }

    .jiko04box {
        padding: 2em 2em 4em;
        border-width: 4px;
    }

    .jiko06item {
        margin-top: 40px;
        padding: 3em 1.5em;
    }
    .jiko06item .subtit .label {
        width: 200px;
    }

    .jiko07item {
        margin-top: 70px;
        padding: 60px;
        background-size: 101px, 96px;
        background-position: left 1em top 0.5em, right 0.5em bottom;
    }

    .jiko07item .stepbox {
        width: 90px;
        height: 90px;
    }
}

@media (max-width:599px) {
    .jikonav01item {
        width: 100%;
    }

    .jiko03item {
        width: 100%;
    }

    .jiko04box {
        padding: 1.5em 1.5em 3em;
        border-width: 3px;
    }

    .jiko06item {
        margin-top: 30px;
    }

    .jiko06item .subtit .label {
        width: 270px;
    }

    .jiko07item {
        margin-top: 50px;
        padding: 60px 1.5em;
        background-size: 76px, 72px;
    }

    .jiko07item .stepbox {
        width: 70px;
        height: 70px;
    }
}

/*kotsuban*/

.kotsuban01 {
    position: relative;
}

.kotsuban01 .bkbox:not([data-element-id]) {
    width: 100%;
    max-width: 1250px;
    text-align: right;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    position: absolute;
    bottom: 0;
    right: 50%;
}

.kotsuban01 .bkbox .pix {
    max-width: 300px;
    display: inline-block;
}

.kotsuban04item {
    margin-bottom: 2%;
}

@media (max-width:1024px) {}

@media (max-width:599px) {}

/*sango*/

.sango02box .qabox .item {
    margin-top: 60px;
    padding: 3em 3em 6em;
    border: 1px solid #ccc4a3;
    background-color: #fff;
    position: relative;
}

.sango02box .qabox .list .item:nth-of-type(even) {
    padding-bottom: 10em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/sango03.webp');
    background-size: 10em;
    background-repeat: no-repeat;
    background-position: bottom right 1em;
}

.sango02box .qabox .item .subtit {
    width: 85%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.sango02box .qabox .item .subtit .label {
    width: 360px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 0.15em 1em;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/matbtn01.webp');
    background-size: 100% 100%;
}

.sango02box .signsbox {
    padding: 3em 6em 6em;
    border: 5px solid var(--color01);
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/tree04.webp');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: right 0.5em bottom 0.5em;
    background-color: #fff;
}

.sango02box .causebox .item {
    width: 29.333%;
    overflow: hidden;
    margin: 2%;
    padding: 1em 1em 5em;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px #999;
    box-shadow: 0px 2px 5px #999;
}

.sango04list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sango04item {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fdf8e6;
    -webkit-box-shadow: 0.5px 0.5px 0 1px #ddd;
    box-shadow: 0.5px 0.5px 0 1px #ddd;
}

.sango04item .pbox {
    width: 35%;
}

.sango04item .tbox {
    width: 65%;
    padding: 1.5em 3em;
}

.sango05itemin .tbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:1024px) {
    .sangonav01list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .sango02box .qabox .item {
        padding: 3em 1.5em;
    }

    .sango02box .qabox .list .item:nth-of-type(even) {
        padding-bottom: 6em;
        background-size: 6em;
    }

    .sango02box .qabox .item .subtit .label {
        width: 280px;
    }

    .sango02box .signsbox {
        padding: 3em 3em 4em;
        border-width: 4px;
        background-size: 150px;
    }

    .sango02box .causebox .item {
        width: 46%;
    }
}

@media (max-width:599px) {
    .sango01boxin .pbox .list {
        max-width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: up-d-flex up-fxw-wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }

    .sango02box .qabox .item {
        margin-top: 30px;
    }

    .sango02box .qabox .item .subtit .label {
        width: 250px;
    }

    .sango02box .signsbox {
        padding: 2em 1.5em 4em;
        border-width: 3px;
        background-size: 80px;
    }

    .sango02box .causebox .item {
        width: 100%;
    }

    .sango04item .pbox {
        width: 100%;
    }

    .sango04item .tbox {
        width: 100%;
        padding: 1.5em;
    }
}

/*rakutore*/

.rakutore01 .up-ofi.tc img {
    -o-object-position: right;
    object-position: right;
    background-position: right !important;
}

.rakutore02list .rakutore02item:nth-last-of-type(odd) .up-d-flex up-jc-sb up-fxw-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rakutore04itemin .tbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:1024px) {
    .rakutore01box * {
        text-shadow: 0 0 3px #fff, 0 0 3px #fff;
    }
}

@media (max-width:599px) {}


/*relaxation*/

.relaxation01box .imbox {
    margin-top: 80px;
    padding: 4em 3em 3em;
    border: 1px solid #ccc4a3;
    background-color: #fff;
    position: relative;
}

.relaxation01box .imbox .subtit {
    width: 85%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.relaxation01box .imbox .subtit .label {
    width: 500px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 0.15em 1em;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/matbtn02.webp');
    background-size: 100% 100%;
}

.relaxation03list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.relaxation03item {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fdf8e6;
    -webkit-box-shadow: 0.5px 0.5px 0 1px #ddd;
    box-shadow: 0.5px 0.5px 0 1px #ddd;
}

.relaxation03item .pbox {
    width: 35%;
}

.relaxation03item .tbox {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5em 3em;
}


@media (max-width:1024px) {
    .relaxation01box .imbox {
        margin-top: 60px;
        padding: 3em 2em 2em;
    }

    .relaxation01box .imbox .subtit .label {
        width: 300px;
    }
}

@media (max-width:599px) {
    .relaxation01box .imbox {
        margin-top: 40px;
        padding: 2em 1.5em 1.5em;
    }

    .relaxation03item .pbox {
        width: 100%;
    }

    .relaxation03item .tbox {
        width: 100%;
        display: block;
        padding: 1.5em;
    }
}

/*kata*/

.kata01 {
    position: relative;
}

.kata01 * {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

.kata01 .bkbox {
    width: 100%;
    max-width: 1250px;
    text-align: right;
    -webkit-transform: translate(53%, 0);
    transform: translate(50%, 0);
    position: absolute;
    bottom: 0;
    right: 50%;
}

.kata01 .bkbox .pix {
    max-width: 150px;
    display: inline-block;
}

.kata03item {
    /* width: 31.333%; */
    width: 40.333%;
    margin: 2%;
}
.kata03list {
  justify-content: center;
}

.kata03item:not(.not) {
    overflow: hidden;
    padding: 1em 1em 3em;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px #999;
    box-shadow: 0px 2px 5px #999;
}

.kata03item.not {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.kata03box .acupressurebox .item {
    margin-top: 60px;
    padding: 3em 2em 2em;
    border: 1px solid #ccc4a3;
    background-color: #fff;
    position: relative;
}

.kata03box .acupressurebox .item .subtit {
    width: 85%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.kata03box .acupressurebox .item .subtit .label {
    width: 360px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 0.15em 1em;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/matbtn01.webp');
    background-size: 100% 100%;
}

.kata03box .acupressurebox .item .pbox {
    padding: 1em;
}

.kata05cont .reasonbox {
    padding: 3em 6em 6em;
    border: 5px solid var(--color01);
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/tree04.webp');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: right 0.5em bottom 0.5em;
    background-color: #fff;
}

.kata05itemin .tbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:1024px) {
    .kata01 .bkbox .pix {
        max-width: 120px;
    }

    .kata03item {
        width: 46%;
    }

    .kata03box .acupressurebox .item {
        margin-top: 40px;
    }

    .kata03box .acupressurebox .item .subtit .label {
        width: 250px;
    }

    .kata03box .acupressurebox .item .pbox {
        width: 100%;
        padding-top: 0;
    }

    .kata03box .acupressurebox .item .tbox {
        width: 100%;
    }

    .kata05cont .reasonbox {
        padding: 3em 3em 4em;
        border-width: 4px;
        background-size: 120px;
    }
}

@media (max-width:599px) {
    .kata03item {
        width: 100%;
    }

    .kata03box .acupressurebox .item {
        margin-top: 30px;
    }

    .kata03box .acupressurebox .item .subtit .label {
        width: 200px;
    }

    .kata05cont .reasonbox {
        padding: 2em 1.5em 4em;
        border-width: 3px;
        background-size: 80px;
    }
}

/*koshi*/

.koshi01 {
    position: relative;
}

.koshi01 * {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

.koshi01 .bkbox:not([data-element-id]) {
    width: 100%;
    max-width: 1250px;
    text-align: right;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    position: absolute;
    bottom: 0;
    right: 50%;
}

.koshi01 .bkbox .pix {
    max-width: 120px;
    display: inline-block;
}

.koshi03box .causebox .item {
    margin-top: 60px;
    padding: 3em 2em 2em;
    border: 1px solid #ccc4a3;
    background-color: #fff;
    position: relative;
}

.koshi03box .causebox .item .subtit {
    width: 85%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.koshi03box .causebox .item .subtit .label {
    width: 360px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 0.15em 1em;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/matbtn01.webp');
    background-size: 100% 100%;
}

.koshi04itemin .tbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.koshi05item {
    margin-top: 80px;
    padding: 4em 4em 4em;
    border: 1px solid #ccc4a3;
    background-color: #fff;
    position: relative;
}

.koshi05item .subtit {
    width: 85%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.koshi05item .subtit .label {
    width: 400px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 0.25em 1em;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/matbtn02.webp');
    background-size: 100% 100%;
}

.koshi05item {
    counter-reset: number;
}

.koshi05item .tbox .item .num {
    content: "";
    width: 110px;
    height: 110px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto 1em;
    font-size: 30px;
    color: rgba(156, 206, 84, 255);
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
}

@media (max-width:1024px) {
    .koshi01 .bkbox .pix {
        max-width: 80px;
    }

    .koshi03box .causebox .item {
        margin-top: 40px;
    }

    .koshi03box .causebox .item .subtit .label {
        width: 250px;
    }

    .koshi05item {
        padding: 3em;
    }

    .koshi05item .subtit .label {
        width: 300px;
    }

    .koshi05item .tbox .item .num {
        width: 90px;
        height: 90px;
    }
}

@media (max-width:599px) {
    .koshi01 {
        padding-bottom: 120px;
    }

    .koshi03box .causebox .item {
        margin-top: 30px;
    }

    .koshi03box .causebox .item .subtit .label {
        width: 230px;
    }

    .koshi05item {
        padding: 3em 1.5em 3em;
    }

    .koshi05item .subtit .label {
        width: 200px;
    }

    .koshi05item .tbox .item .num {
        width: 70px;
        height: 70px;
    }
}

/*shibire*/

.shibire01 {
    position: relative;
}

.shibire01 * {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

.shibire01 .bkbox:not([data-element-id]) {
    width: 100%;
    max-width: 1250px;
    text-align: right;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    position: absolute;
    bottom: 0;
    right: 50%;
}

.shibire01 .bkbox .pix {
    max-width: 130px;
    display: inline-block;
}

.shibire02box .checkbox {
    padding: 3em 6em 6em;
    border: 5px solid var(--color01);
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/tree04.webp');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: right 0.5em bottom 0.5em;
    background-color: #fff;
}

.shibire03box .explanbox {
    margin-top: 80px;
    padding: 3em 2em 2em;
    border: 1px solid #ccc4a3;
    background-color: #fff;
    position: relative;
}

.shibire03box .explanbox .subtit {
    width: 85%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.shibire03box .explanbox .subtit .label {
    width: 500px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 0.15em 1em;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/matbtn02.webp');
    background-size: 100% 100%;
}

.shibire04itemin .tbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:1024px) {
    .shibire01 .bkbox .pix {
        max-width: 70px;
    }

    .shibire02box .checkbox {
        padding: 3em 3em 4em;
        border-width: 4px;
        background-size: 120px;
    }

    .shibire03box .explanbox {
        margin-top: 60px;
    }

    .shibire03box .explanbox .subtit .label {
        width: 250px;
    }
}

@media (max-width:599px) {
    .shibire01 {
        padding-bottom: 120px;
    }

    .shibire02box .checkbox {
        padding: 2em 1.5em 4em;
        border-width: 3px;
        background-size: 80px;
    }

    .shibire03box .explanbox {
        margin-top: 40px;
    }

    .shibire03box .explanbox .subtit .label {
        width: 230px;
    }
}

/*head*/

.head01box {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.head02item {
    margin-top: 80px;
    padding: 3em 2em 2em;
    border: 1px solid #ccc4a3;
    background-color: #fff;
    position: relative;
}

.head02item .subtit {
    width: 85%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.head02item .subtit .label {
    width: 500px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 0.15em 1em;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/matbtn02.webp');
    background-size: 100% 100%;
}

.head03itemin .tbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.head04item {
    width: 29.333%;
    overflow: hidden;
    margin: 2%;
    padding: 1em 1em 3em;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px #999;
    box-shadow: 0px 2px 5px #999;
}

.head04box .acupointbox {
    margin-top: 80px;
    padding: 4em 4em 4em;
    border: 1px solid #ccc4a3;
    background-color: #fff;
    position: relative;
}

.head04box .acupointbox .subtit {
    width: 85%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.head04box .acupointbox .subtit .label {
    width: 400px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 0.25em 1em;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/matbtn02.webp');
    background-size: 100% 100%;
}

@media (max-width: 1024px) {
    .head02item {
        margin-top: 60px;
    }

    .head02item .subtit .label {
        width: 250px;
    }

    .head04item {
        width: 46%;
    }

    .head04box .acupointbox {
        padding: 3em;
    }

    .head04box .acupointbox .subtit .label {
        width: 300px;
    }
}

@media (max-width: 599px) {
    .head02item {
        margin-top: 40px;
        padding: 3em 1.5em 2em;
    }

    .head02item .subtit .label {
        width: 230px;
    }

    .head04item {
        width: 100%;
    }

    .head04box .acupointbox {
        margin-top: 60px;
        padding: 3em 1.5em 3em;
    }

    .head04box .acupointbox .subtit .label {
        width: 240px;
    }
}

/*nekoze*/

.nekoze02item {
    overflow: hidden;
    margin-bottom: 2%;
    border-radius: 10px;
    background-color: #fdf8e6;
    -webkit-box-shadow: 0.5px 0.5px 0 1px #ddd;
    box-shadow: 0.5px 0.5px 0 1px #ddd;
}

.nekoze02item .pbox {
    width: 30%;
}

.nekoze02item .tbox {
    width: 70%;
    padding: 1em 1em;
}

.nekoze03itemin .tbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .nekoze02item {
        display: block;
    }

    .nekoze02item .pbox {
        width: 100%;
    }

    .nekoze02item .tbox {
        width: 100%;
    }
}

@media (max-width: 599px) {}

/*sports*/

.sports01box {
    margin-top: 80px;
    padding: 3em 4em 3em;
    border: 1px solid #ccc4a3;
    background-color: #fff;
    position: relative;
}

.sports01box .subtit {
    width: 85%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.sports01box .subtit .label {
    width: 400px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 0.25em 1em;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/matbtn02.webp');
    background-size: 100% 100%;
}

@media (max-width: 1024px) {
    .sports01box {
        margin-top: 60px;
        padding: 3em 2em 2em;
    }

    .sports01box .subtit .label {
        width: 250px;
    }
}

@media (max-width: 599px) {
    .sports01box {
        margin-top: 40px;
        padding: 3em 1.5em 2em;
    }

    .sports01box .subtit .label {
        width: 230px;
    }
}

/*gojyukata*/

.gojyukata02item {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fdf8e6;
    -webkit-box-shadow: 0.5px 0.5px 0 1px #ddd;
    box-shadow: 0.5px 0.5px 0 1px #ddd;
}

.gojyukata02item .pbox {
    width: 30%;
}

.gojyukata02item .tbox {
    width: 70%;
    padding: 1em 2em;
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {
    .gojyukata02item .pbox {
        width: 100%;
    }

    .gojyukata02item .tbox {
        width: 100%;
        padding: 1em 1em;
    }
}


/*blog*/

.postnavlist {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.postnavitem a {
    width: 110px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 0.5em;
    color: rgba(122, 106, 75, 255);
    border: 1px solid #c9ef96;
    border-radius: 50%;
}

.postnavitem a:before {
    content: "";
    width: 1.5em;
    height: 1.25em;
    display: block;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/speaker01.webp');
    background-size: 100%;
    background-repeat: no-repeat;
}

.postarea .postcont {
    width: 70%;
}

.postarea .caarea {
    width: 22%;
}

.pagenav ul {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.pagenav li.prev {
    margin-right: 4.5%;
}

.pagenav li.next {
    margin-left: 4.5%;
}

.pagenav li {
    width: 13%;
    font-weight: 700;
    text-align: center;
}

.pagenav li img {
    vertical-align: middle;
}

.pagenav li a {
    display: block;
    color: var(--color01);
}

.pagenav li:not(.prev):not(.next) a {
    width: 2.75em;
    height: 2.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    border-radius: 50%;
}

.pagenav li.now a {
    color: #fff;
    background-image: var(--url03);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.caitem .catit .db {
    line-height: 0;
}

.caitem li {
    margin: 0.5em 0;
    text-align: center;
    border-bottom: 1px solid #ccc4a3;
}

.caitem a {
    display: block;
}

.postitem a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fdf8e6;
}

.postitem .pbox {
    width: 40%;
}

.postitem .pbox .pic {
    height: 100%;
}

.postitem .tbox {
    width: 60%;
    padding: 2em 3em;
}

.postitem .tbox .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single:after {
    content: "";
    display: block;
    clear: both;
}

.postsinglebox {
    padding: 3em 4em;
    border-radius: 1em;
    background-color: #fdf8e6;
    -webkit-box-shadow: 1px 1px 0 1px #ddd;
    box-shadow: 1px 1px 0 1px #ddd;
}

.postsinglebox .tit {
    padding: 0.5em 0;
    text-align: center;
    border-bottom: 2px dotted;
}

.postsinglebox .single {
    padding: 3em 0;
}

.postsinglebox .single a[href*="gokomachi.com"][href*=".jpg"],.postsinglebox .single a[href*="gokomachi.com"][href*=".jepg"],.postsinglebox .single a[href*="gokomachi.com"][href*=".png"],.postsinglebox .single a[href*="gokomachi.com"][href*=".webp"] {
  display: contents;
  pointer-events: none;
}

.backlist li img {
    vertical-align: middle;
}

.backlist li.prev,
.backlist li.next {
    width: 30%;
    color: rgba(178, 121, 32, 255);
}

.backlist li.next {
    text-align: right;
}

.backlist li.prev img {
    width: 2.5em;
    margin-right: 1em;
}

.backlist li.next img {
    width: 2.5em;
    margin-left: 1em;
}

.backlist li.more05 .btn {
    padding: 0.15em 1em;
}

.backlist li.more05 {
    width: 40%;
}

.blog_detail02item {
    width: 30.333%;
    margin: 1.5%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px #999;
    box-shadow: 0px 2px 5px #999;
}

.blog_detail02item a {
    height: 100%;
    display: block;
    padding: 0.75em;
    border-radius: 10px;
    background-color: #fff;
}

.blog_detail02item .tbox {
    padding: 1em 0.5em;
}

.blog_detail02item .tbox .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .postarea .postcont {
        width: 100%;
    }

    .postarea .caarea {
        width: 100%;
    }

    .calist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: up-d-flex up-fxw-wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .calist .caitem {
        width: 48%;
        margin-bottom: 0 !important;
    }

    .blog_detail02item {
        width: 47%;
    }
}

@media (max-width: 599px) {
    .postnavlist {
        max-width: 350px;
    }

    .postnavitem a {
        width: 90px;
        height: 90px;
    }

    .calist {
        display: block;
    }

    .calist .caitem {
        width: 100%;
        margin-bottom: 40px !important;
    }

    .postitembox {
        display: block;
    }

    .postitem .pbox {
        width: 100%;
    }

    .postitem .tbox {
        width: 100%;
        padding: 1.5em;
    }

    .postsinglebox {
        padding: 3em 2em;
    }
}

/*contact form*/

.contact01item .circle {
    width: 6em;
    height: 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 1em auto;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    background-color: #fff;
}

.contact01item.telb .circle {
    -webkit-box-shadow: 0 0 0 6px #e8f4d9;
    box-shadow: 0 0 0 6px #e8f4d9;
}

.contact01item.webb .circle {
    -webkit-box-shadow: 0 0 0 6px #fde8d1;
    box-shadow: 0 0 0 6px #fde8d1;
}

.contact01item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1em 0;
}

.contact02boxin {
    padding: 1.5em 6em;
    border-radius: 1em;
    background-color: #00b900;
    position: relative;
}

.contact02boxin,
.contact02boxin *:not([class*="fc"]) {
    color: #fff;
}

.contact02boxin .flowitem {
    width: 25%;
    margin: 1% 0;
    padding-right: 60px;
    position: relative;
}

.contact02boxin .flowlist {
    width: calc(100% + 60px);
}

.contact02boxin .flowlist .flowitem:last-of-type:after {
    content: none !important;
}

.contact02boxin .flowlist .flowitem:nth-of-type(4n + 4):after {
    content: none;
}

.contact02boxin .flowitem:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 22.5px 0 22.5px 22px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 15px;
}

.contact02boxin .flowitem .pbox .pic {
    overflow: hidden;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 50%;
    background-color: #fff;
}

.contact02boxin .flowitem .tbox .text {
    line-height: 160%;
}

.contact02boxin .bkbox {
    max-width: 12em;
    position: absolute;
    bottom: 0;
    left: -1em;
}

.contact02boxin .linebtn {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.contact02boxin .linebtn a {
    max-width: 100%;
    display: block;
}

.contact02boxin .linebtn .btn {
    width: 440px;
    max-width: 100%;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-align: center;
    border: 4px solid;
    border-radius: 50px;
}

.contact02boxin .linebtn .btn .label {
    padding: 0.5em 0 0.5em 2.5em;
    background-image: url('/import/tenant_1/162.43.25.241/S03/images/line02.webp');
    background-size: 2em;
    background-repeat: no-repeat;
    background-position: left center;
}

.form dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
}

.form dl:last-of-type {
    border-bottom: none;
}

.form dt {
    width: 30%;
    font-weight: 700;
    font-size: 18px;
    color: rgba(92, 71, 34, 255);
}

.form dt label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form dt .reqw {
    display: inline-block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: 0.5em;
    padding: 0 1.25em;
    font-size: 14px;
    color: #fff;
    line-height: 160%;
    text-align: center;
    border-radius: 30px;
    background-color: #d90000;
}

.form dd {
    width: 65%;
}

.form dd input {
    width: 100%;
    padding: 0.75em;
    font-family: inherit;
    font-weight: 700;
    font-size: inherit;
    color: inherit;
    border: none;
    border-radius: 0.5em;
}

.form dd.min input {
    width: 50%;
}


.form dd select {
    padding: 0.75em 1.5em;
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
    color: inherit;
    border: none;
    border-radius: 0.5em;
}

.form dd select option {
    font-family: inherit;
    color: inherit;
}

.form dd input[type="radio"] {
    display: none;
}

.form dd input[type="radio"]+label {
    margin-right: 20px;
    padding-left: 25px;
    line-height: 200%;
    position: relative;
}

.form dd input[type="radio"]+label::before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid #303841;
    border-radius: 25%;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 0;
}

.form dd input[type="radio"]:checked+label::after {
    content: "";
    width: 8px;
    height: 15px;
    display: block;
    /* border-radius: 50%; */
    border: solid #e10000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    /* background: #e10000; */
    position: absolute;
    top: 2px;
    left: 5px;
}

.form dd input[type="radio"]:checked+label {
    border-bottom: 1.5px solid;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form dd textarea {
    width: 100%;
    height: 250px;
    padding: 0.75em;
    font-family: inherit;
    font-weight: 700;
    font-size: inherit;
    color: inherit;
    border: none;
    border-radius: 0.5em;
}

.formbtn li button {
    max-width: 250px;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    border: none;
    background: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width:100%;
}

.formbtn li button:hover {
    opacity: 0.6;
    cursor: pointer;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: 1em auto;
}

.formbtn2 li {
    max-width: 250px;
}
.check-item{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form dd.checkboxlist input{
  width: 16px;
}

.check-item02{
  display: inline-block;
}

@media (max-width:599px) {
    .contact02boxin {
        padding: 1.5em 4em;
    }

    .contact02boxin .bkbox {
        max-width: 8em;
    }

    .contact02boxin .flowlist {
        width: calc(100% + 40px);
    }

    .contact02boxin .flowlist .flowitem:nth-of-type(4n + 4):after {
        content: "";
    }

    .contact02boxin .flowlist .flowitem:nth-of-type(4n + 3):after {
        content: none;
    }

    .contact02boxin .flowitem {
        width: 33.333%;
        padding-right: 40px;
    }

    .contact02boxin .flowitem:after {
        border-width: 15px 0 15px 15px;
        right: 10px;
    }

    .form dt label {
        display: block;
    }

    .form dt {
        width: 100%;
        padding-bottom: 1em;
    }

    .form dd {
        width: 100%;
    }

    .formbtn2 li {
        max-width: 200px;
    }
}

@media (max-width:599px) {
    .contact02boxin {
        padding: 1.5em 1.5em 3em;
    }

    .contact02boxin .bkbox {
        max-width: 7em;
        left: -1.5em;
    }

    .contact02boxin .flowlist .flowitem:nth-of-type(4n + 3):after {
        content: "";
    }

    .contact02boxin .flowlist .flowitem:nth-of-type(4n + 2):after {
        content: none;
    }

    .contact02boxin .flowitem {
        width: 50%;
    }

    .contact02boxin .linebtn {
        max-width: 85%;
    }

    .contact02boxin .linebtn .btn {
        width: 300px;
    }

    .form dt {
        font-size: 16px;
    }

    .form dd select {
        font-size: 16px;
    }

    .formbtn2 li {
        max-width: 130px;
    }
}

/*recruit*/

.recruit02 {
    margin-bottom: 40px;
    position: relative;
}

.recruit02:after {
    content: "";
    width: 110%;
    height: 100%;
    background: linear-gradient(120deg, #fdf8e6 0%, #fdf8e6 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.recruit02 .up-ofi.tc {
    max-width: 65%;
    margin-left: auto;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
}

.recruit02 * {
    text-shadow: 0 0 10px #fdf8e6, 0 0 10px #fdf8e6, 0 0 10px #fdf8e6, 0 0 10px #fdf8e6, 0 0 10px #fdf8e6;
}

.recruit03list {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.recruit03item {
    padding: 1em;
    border-bottom: 1px solid #ccc4a3;
}

.recruit03item .subtit {
    width: 12em;
}

.recruit03item .subtit+.text {
    width: calc(100% - 13em);
}

.recruit04list {
    counter-reset: number;
}

.recruit04item .num {
    width: 4em;
    height: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 0.5em auto;
    font-size: 175%;
    color: #96cb4d;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 4px #e8f4d9;
    box-shadow: 0 0 0 4px #e8f4d9;
}

@media (max-width: 1024px) {
    .recruit02 {
        margin-bottom: 30px;
    }

    .recruit03item .subtit {
        width: 10em;
    }

    .recruit03item .subtit+.text {
        width: calc(100% - 11em);
    }
}

@media (max-width: 599px) {
    .recruit02 {
        margin-bottom: 20px;
        padding-bottom: 0;
        background: #fdf8e6;
    }

    .recruit02:after {
        content: none;
    }

    .recruit02 .up-ofi.tc {
        max-width: 100%;
        margin-top: 20px;
        position: static;
    }

    .recruit03item .subtit {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .recruit03item .subtit+.text {
        width: 100%;
    }

    .recruit04item .num {
        width: 3.5em;
        height: 3.5em;
    }
}


.vic_ul img {
    width: 600px;
    max-width: 90%;
    display: block;
    overflow: hidden;
    margin: 0 auto 50px;
    border-radius: 10px;
}

[data-ab-test-block] [data-ab-test-contents]:nth-child(2):not([data-element-id]) {
    display: none;
}

.layout-list01 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: up-d-flex up-fxw-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 30px 20px;
    border-top: 1px solid #ccc4a3;
}

.layout-list01 .item.up-d-none {
    display: none;
}

.layout-list01 .item:last-of-type {
    border-bottom: 2px solid var(--color01);
}

.layout-list01 .box a {
    display: block;
    padding: 30px;
    border: 2px solid var(--color06);
}

.layout-list01 dt {
    width: 200px;
    font-weight: bold;
    font-size: 20px;
    color: var(--color01);
    line-height: 1.8;
}

.layout-list01 dd {
    width: calc(100% - 200px);
    padding-left: 20px;
    line-height: 1.8;
}

.layout-list01 dl dd dl {
    padding: 10px 0;
    border-bottom: 1px solid #ccc4a3;
}

.layout-list01 dl dd dl:last-child {
    border-bottom: none;
}

@media (max-width: 599px) {
    .layout-list01 .item {
        padding: 10px 10px;
    }

    .layout-list01 dt,
    .layout-list01 dd {
        width: 50%;
        font-size: 16px;
    }

    .layout-list01 dd {
        font-size: 13px;
    }
    
    .layout-list01 dd {
    padding-left: 0;
}
}

[data-element-id] .mainImg .tbox .inner {
    background: rgb(51 51 51 / 50%);
}

[data-element-id] .up-d-none,
[data-element-id] #gnav li.pcnone {
    display: block;
    border: solid 4px black;
    position: relative;
}
[data-element-id] .label .up-d-none{
  display: none;
}

[data-element-id] .up-d-none:after,
[data-element-id] #gnav li.pcnone:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}
[data-element-id] .jiko06item .subtit{
  transform: translate(0,0);
  position: static;
}

[data-element-id] .h3br{
  display: none;
}


[data-element-id] .up-sp-text {
    width: 100%;
    max-width: 375px;
    margin: auto;
}

[data-element-id] .homeSlide .tbox .up-sp-text .tit {
    font-size: 20px;
}

[data-element-id] .up-sp-text .up-fz-24,
[data-element-id] .up-sp-text .up-fz-22,
[data-element-id] .up-sp-text .up-fz-20 {
    font-size: 16px;
}

[data-element-id] .home02boxin .tbox .up-sp-text .tit {
    font-size: 16px;
}

[data-element-id] .up-sp-text .up-fz-38 {
    font-size: 22px;
}

[data-element-id] .up-sp-text .up-fz-18,
[data-element-id] .up-sp-text .up-fz-16 {
    font-size: 14px;
}

[data-element-id] .up-sp-text .up-fz-36 {
    font-size: 20px;
}

[data-element-id] .up-sp-text .up-fz-32 {
    font-size: 16px;
}

[data-element-id] .up-sp-text .up-fz-30 {
    font-size: 18px;
}

/* 2025/09/11 */
html {
    line-height: 2.0;
}

#wrapper {
    overflow: hidden;
    min-width: 375px;
}

@media (max-width: 599px) {

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-size: 13px;
    }
}

.font01 {
    font-family: var(--font01);
}

.font02 {
    font-family: var(--font02);
}

.harea {
    padding: 60px 0;
}

.area {
    padding: 80px 0;
}

.area60 {
    padding: 60px 0;
}

.area40 {
    padding: 40px 0;
}

.area20 {
    padding: 20px 0;
}

@media(max-width:1024px) {
    .harea {
        padding: 50px 0;
    }

    .area {
        padding: 60px 0;
    }

    .area60 {
        padding: 50px 0;
    }

    .area40 {
        padding: 30px 0;
    }
}

@media(max-width:599px) {
    .harea {
        padding: 40px 0;
    }

    .area {
        padding: 40px 0;
    }

    .area60 {
        padding: 40px 0;
    }

    .area40 {
        padding: 20px 0;
    }
}

/* 提携医療機関,ブログ */
.affiliated-title01 {
    background-color: #ffe59d;
    padding: 12px 20px;
    color: #630;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1.5em;
    line-height: 1.3;
}
.affiliated-content h5{
    border-left: 7px solid #ffd154;
    padding: 5px 0 5px 15px;
    color: #630;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 1.3;
}

.red{
  color: red;
}

/* ブログ */
.Blog-item h2{
    background-color: #ffe59d;
    padding: 12px 20px;
    color: #630;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.3;
}
.up-content-area h3 {
  border-left: 7px solid #ffd154;
    padding: 5px 0 5px 15px;
    color: #630;
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 1em;
    line-height: 1.3;
    border-bottom: none;
}
.up-content-area h4{
    font-weight: bold;
    font-size: 1.7em;
    color: #f8931e;
}
.up-content-area h4{
  margin: 10px 0;
  padding-left: 0;
}

.up-content-area a:not([class]){
  color: #690;
}

.up-content-area h4::before{
  display: none;
}
.up-content-area ul>li::before{
  background-color: #e67e00;
}
.up-content-area ol li::before{
  color: #e67e00;
}
.postsinglebox .single{
  padding: 1em 0;
}




/* ABテストボックスきらっと */
@media (max-width:1024px){
  .test-b{
  position: relative;
}
.headtopinRitem {
  overflow: hidden;
}
.test-b:before{
  display: block;
  content: "";
  position: absolute;
  background-color: white;
  width: 50px;
  height: 50px;
  top: -60px;
  left: -60px;
  animation-name: b;
  animation-delay: 0s;
  animation-duration: 7s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  pointer-events: none; 
}
@keyframes b {
0% { transform: scale(0) rotate(50deg); opacity: 0; }
6% { transform: scale(0.8) rotate(50deg); opacity: 1; }
10% { transform: scale(1.2) rotate(50deg); opacity: 1; }
18% { transform: scale(100) rotate(50deg); opacity: 0; }
100% { transform: scale(100) rotate(50deg); opacity: 0; }
}

}
  
[data-element-id] .test-b{
  position: relative;
}
[data-element-id] .headtopinRitem {
  overflow: hidden;
}
[data-element-id] .test-b:before{
  display: block;
  content: "";
  position: absolute;
  background-color: white;
  width: 50px;
  height: 50px;
  top: -60px;
  left: -60px;
  animation-name: b;
  animation-delay: 0s;
  animation-duration: 7s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  pointer-events: none; 
}
 @keyframes b {
0% { transform: scale(0) rotate(50deg); opacity: 0; }
6% { transform: scale(0.8) rotate(50deg); opacity: 1; }
10% { transform: scale(1.2) rotate(50deg); opacity: 1; }
18% { transform: scale(100) rotate(50deg); opacity: 0; }
100% { transform: scale(100) rotate(50deg); opacity: 0; }
}


/* プライバシーポリシースクロール */
.policy-box{
  overflow: hidden;
}
.policy-item{
  width: 100%;
  height: 445px;
  overflow: auto;
  background-color: white;
  padding: 30px;
}
@media(max-width:599px){
  .policy-item{
 width: 90%;
 margin: auto;
}
}

.mini-cate{
  display:flex;
  align-items: center;
  flex-wrap:wrap;
  width:100%;
  padding:10px;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}

.mini-cate.lock{
  padding:0;
  position:relative;
}

.mini-cate>span{
  display:inline-block;
  font-size:14px;
  padding:0px 5px;
  border:1px solid var(--color01);
  background-color:#fff;
  margin:0 3px 3px 0;
  border-radius:3px;
  line-height:1.5em;
}

.ver2 .jiko03item{
  width:48%;
  margin:1%;
}

@media(max-width:1024px){
  .ver2 .jiko03item{
  width:100%;
  margin:2% 0;
}

  .ver2 .jiko03item .pbox{
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
}
}
/* トップページはじめて体験 */
.first-title{
  color: #f8931e;
}
.first-price del{
  font-size: 2rem;
  margin-right: 15px;
}

.first-price strong{
  font-size: 3rem;
  color: red;
  font-weight: 900;
}
.more04 .btn02{
  width: 100%
}
.top-first{
  background-color: #fdf8e7;
  padding: 40px;
  border-radius: 10px;
}
.first-inner{
  background-color: #fff;
  padding: 40px;
}

@media(max-width:599px){
  .top-first{
    padding: 16px;
  }
  .first-inner{
    padding: 10px;
  }
  .first-price del{
    font-size: 1.5rem
  }
  .first-price strong{
    font-size: 2.5rem;
  }
}

 .boxtop{
   margin-top: 160px;
 }
 
 /* 初めての方ページ */
 .ftext-box .ftext-item{
   display: block;
  position: relative;
  padding-left: 1.2em;
 }
 .ftext-box .ftext-item:before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.first-message{
  border: 2px #000 solid;
  padding: 10px;
}
@media (max-width: 599px){
  .first-message{
    padding: 2px;
  }
}
