@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

body {
    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ul, ol {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

em {
    font-style: normal
}

sup {
    font-size: .6em
}

html {
    width: 100%;
    height: 100%
}

body {
    background-color: #fff;
    min-width: 320px;
    -webkit-overflow-scrolling: touch;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: .07em;
    line-height: 1.5;
    color: #444141
}

img {
    max-width: 100%;
    vertical-align: top
}

a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    color: #474645
}

a:hover {
    opacity: .7
}

input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    font-family: inherit;
    border-radius: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

input[type=submit], button {
    cursor: pointer
}

select::-ms-expand {
    display: none
}

.visually-hidden {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 4px !important;
    height: 4px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important
}

.displayInline--pc {
    display: inline-block !important
}

@media(max-width: 767px) {
    .displayInline--pc {
        display: none !important
    }
}

.displayInline--sp {
    display: none !important
}

@media(max-width: 767px) {
    .displayInline--sp {
        display: inline-block !important
    }
}

.display--pc {
    display: block !important
}

@media(max-width: 767px) {
    .display--pc {
        display: none !important
    }
}

.display--sp {
    display: none !important
}

@media(max-width: 767px) {
    .display--sp {
        display: block !important
    }
}

.visuallyHidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.cta__btnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cta__btnListWrapper {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px
}

@media(max-width: 767px) {
    .cta__btnListWrapper {
        margin: 0 8.6666666667vw;
        padding: 0
    }
}

@media(max-width: 767px) {
    .cta__btnList {
        display: block
    }
}

.cta__btnList>li {
    width: calc(50% - 10px);
    margin-right: 20px
}

@media(max-width: 767px) {
    .cta__btnList>li {
        width: 100%;
        margin-right: 0
    }
}

.cta__btnList>li:last-child {
    margin-right: 0
}

@media(max-width: 767px) {
    .cta__btnList>li+li {
        margin-top: 6.6666666667vw
    }
}

.cta__btnListNote {
    margin-top: 10px;
    text-align: right;
    font-size: 12px
}

@media(max-width: 767px) {
    .cta__btnListNote {
        margin-top: 2vw;
        letter-spacing: .05em;
        text-align: left;
        font-size: 3.0666666667vw
    }
}

.cta__btnTel {
    pointer-events: none
}

@media(max-width: 767px) {
    .cta__btnTel {
        pointer-events: all
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 89px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    z-index: 100
}

@media(max-width: 767px) {
    .header {
        height: 14.6666666667vw
    }
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 auto;
    padding: 0 10vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .header__inner {
        padding: 0 0 0 5.3333333333vw;
        margin: 0;
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .header__inner {
        padding-left: 5.3333333333vw;
        margin: 0;
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .header__logo {
        position: relative;
        top: 3px
    }
}

@media(max-width: 767px) {
    .header__logo img {
        width: 32.4vw;
        height: auto
    }
}

.header__logoWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__tagline {
    margin-left: 32px;
    font-size: 12px;
    font-weight: 300
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .header__tagline {
        margin-left: 4.8vw;
        letter-spacing: 0;
        font-size: 2.1333333333vw
    }
}

@media(max-width: 767px) {
    .header__tagline {
        margin-left: 4.8vw;
        letter-spacing: 0;
        font-size: 2.6666666667vw
    }
}

@media screen and (max-width: 320px) {
    .header__tagline {
        margin-left: 2.4vw
    }
}

.header__btnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10vw
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .header__btnList {
        display: none
    }
}

@media(max-width: 767px) {
    .header__btnList {
        display: none
    }
}

.header__btnList>li:last-child {
    margin-left: 20px
}

.header__btnTel {
    pointer-events: none
}

@media(max-width: 767px) {
    .header__btnTel {
        pointer-events: all
    }
}

.header__hamburger {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c8af77;
    width: 100px;
    height: 89px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 160
}

@media(max-width: 767px) {
    .header__hamburger {
        width: 14.6666666667vw;
        height: 14.6666666667vw
    }
}

.header__hamburgerLine {
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    display: block;
    width: 36px;
    height: 2px;
    margin: auto;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media(max-width: 767px) {
    .header__hamburgerLine {
        top: 0;
        width: 6vw;
        height: 2px
    }
}

.header__hamburgerLineTxt {
    position: relative;
    top: 15px;
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    color: #fff
}

@media(max-width: 767px) {
    .header__hamburgerLineTxt {
        display: none
    }
}

.header__hamburgerLine::before, .header__hamburgerLine::after {
    position: absolute;
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.header__hamburgerLine::before {
    top: -14px
}

@media(max-width: 767px) {
    .header__hamburgerLine::before {
        top: -2vw
    }
}

.header__hamburgerLine::after {
    top: 14px
}

@media(max-width: 767px) {
    .header__hamburgerLine::after {
        top: 2vw
    }
}

.header__hamburger:hover {
    opacity: .8
}

.header__hamburger.is-active .header__hamburgerLine {
    background-color: rgba(0, 0, 0, 0);
    width: 50%;
    height: 2px
}

.header__hamburger.is-active .header__hamburgerLine::before, .header__hamburger.is-active .header__hamburgerLine::after {
    top: 0
}

.header__hamburger.is-active .header__hamburgerLine::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__hamburger.is-active .header__hamburgerLine::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main {
    padding-top: 89px
}

@media(max-width: 767px) {
    .main {
        padding-top: 14.6666666667vw
    }
}

.spmv {
    display: none;
}

.pcmv {
    position: relative;
    font-size: 0;
    margin-bottom: 6.66vw;
}

.pcmv_mv {
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 16%;
    right: 18%;
    width: 22.3%;
    border: 8px solid #9FAAA8;
    border-radius: 15px;
}

.pcmv_mv video {
    width: 100%;
    display: block;
}

@media(max-width: 767px) {
    .pcmv {
        display: none;
    }

    .spmv {
        display: block;
        overflow: hidden;
    }

    .spmv_video {
        font-size: 0;
        position: relative;
        overflow: hidden;
    }

    .spmv_video video {
        width: 100%;
    }

    .spmv_txt1 {
        font-size: 0;
        position: absolute;
        width: 93.48%;
        left: 0;
        bottom: 3%;
    }

    .spmv_txt2 {
        font-size: 0;
        padding: 2vw 2.1vw 2.6vw;
    }

    .mv_swiper_parts {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5vw;
    }

    .mv_swiper {
        margin: 5vw;
    }

    .mv_swiper-button-prev, .mv_swiper-button-next {
        width: 4.67vw;
        cursor: pointer;
    }

    .mv_swiper-pagination {
        width: 15vw;
        text-align: center;
    }

    .mv_swiper-pagination .swiper-pagination-bullet {
        width: 2.26vw;
        height: 2.26vw;
        margin: 0 8%;
        background: #ABABAB;
        opacity: 1;
        display: inline-block;
    }

    .mv_swiper-pagination .swiper-pagination-bullet-active {
        background: #555;
    }
}

.cause {
    position: relative;
    background: url(../images/bg_cause01.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 1174px
}

@media screen and (min-width: 1500px) {
    .cause {
        padding-bottom: 85vw
    }
}

@media(max-width: 767px) {
    .cause {
        background: none;
        padding-bottom: 0;
        margin-bottom: -30vw
    }
}

.cause::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.7987570028)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7987570028) 50%, rgb(255, 255, 255) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7987570028) 50%, rgb(255, 255, 255) 100%);
    display: block;
    width: 100%;
    height: 10vw;
    content: ""
}

@media(max-width: 767px) {
    .cause::before {
        display: none
    }
}

.cause__inner {
    position: relative;
    top: 0
}

@media(max-width: 767px) {
    .cause__inner {
        top: 0;
        margin-bottom: 0
    }
}

.cause__headingLv2 {
    position: relative;
    text-align: center;
    font-size: 35px;
    font-family: "Noto Serif", serif;
    font-weight: 500
}

@media(max-width: 767px) {
    .cause__headingLv2 {
        font-size: 4.9333333333vw
    }
}

.cause__headingLv2::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -145px;
    background: url(../images/icon_arrow01.png) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 15px;
    height: 120px;
    margin: 0 auto;
    content: "";
    z-index: 1
}

@media(max-width: 767px) {
    .cause__headingLv2::after {
        bottom: -18vw;
        background-size: auto 15.6vw;
        width: 2vw;
        height: 15.6vw
    }
}

.cause__headingLv2 em {
    font-size: 37px
}

@media(max-width: 767px) {
    .cause__headingLv2 em {
        font-size: 6.8vw
    }
}

.cause__headingLv2 .underline {
    position: relative
}

@media(max-width: 767px) {
    .cause__headingLv2 .underline {
        font-size: 10.5333333333vw
    }
}

.cause__headingLv2 .underline::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #444141;
    content: ""
}

.cause__headingLv2 .sm {
    font-size: 32px
}

@media(max-width: 767px) {
    .cause__headingLv2 .sm {
        font-size: 6.8vw
    }
}

.cause__ttl01 {
    margin-top: 33px;
    line-height: 1;
    text-align: center;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 35px
}

@media(max-width: 767px) {
    .cause__ttl01 {
        margin-top: 2.6666666667vw;
        font-size: 4.9333333333vw
    }
}

.cause__ttl01 .sm {
    font-size: 28px
}

@media(max-width: 767px) {
    .cause__ttl01 .sm {
        font-size: 4.5333333333vw
    }
}

.cause__ttl01 .lg {
    font-size: 37px
}

@media(max-width: 767px) {
    .cause__ttl01 .lg {
        font-size: 6.1333333333vw
    }
}

.cause__ttl01 .bg {
    background-color: rgba(99, 118, 114, .58);
    display: inline-block;
    padding: 10px;
    color: #fff
}

.cause__ttl01 .bg:last-child {
    margin-top: 20px
}

@media(max-width: 767px) {
    .cause__ttl01 .bg:last-child {
        margin-top: 1.7333333333vw
    }
}

.cause__content {
    position: relative;
    background: url(../images/bg_cause02.png) no-repeat center top;
    background-size: 100% auto;
    max-width: 800px;
    margin: 50px auto 0;
    padding: 52px 110px 73px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .cause__content {
        background-size: cover
    }
}

@media(max-width: 767px) {
    .cause__content {
        background-size: cover;
        padding: 10.9333333333vw 0 13.3333333333vw
    }
}

.cause__content::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    background: url(../images/icon_arrow01.png) no-repeat;
    background-size: auto 120px;
    display: block;
    width: 15px;
    height: 120px;
    margin: 0 auto;
    z-index: 1;
    content: ""
}

@media(max-width: 767px) {
    .cause__content::after {
        bottom: -10vw;
        background-size: auto 18.9333333333vw;
        width: 2.4vw;
        height: 18.9333333333vw
    }
}

.cause__flow {
    position: relative;
    padding-bottom: 55px
}

@media(max-width: 767px) {
    .cause__flow {
        padding-bottom: 8.6666666667vw
    }
}

.cause__flow::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/icon_arrow02.png) no-repeat;
    background-size: 31px auto;
    display: block;
    width: 31px;
    height: 16px;
    margin: 0 auto;
    content: ""
}

.cause__flowTtl01 {
    text-align: center
}

@media(max-width: 767px) {
    .cause__flowTtl01 img {
        width: auto;
        height: 21.0666666667vw
    }
}

.cause__flowTtl02 {
    position: relative;
    margin-top: 20px;
    line-height: 1.7;
    text-align: center;
    font-size: 20px
}

@media(max-width: 767px) {
    .cause__flowTtl02 {
        margin-top: 4.4vw;
        font-size: 4vw
    }
}

.cause__flowTtl02 em {
    position: relative;
    display: inline-block;
    letter-spacing: .1em;
    font-size: 30px;
    font-family: "Noto Serif", serif;
    font-weight: 500
}

@media(max-width: 767px) {
    .cause__flowTtl02 em {
        font-size: 6vw;
        font-weight: 600
    }
}

.cause__flowTtl02 em::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #444141;
    content: ""
}

.cause__flowTtl02 span {
    display: inline-block;
    margin-top: .5em
}

@media(max-width: 767px) {
    .cause__flowTtl02 span {
        margin-top: 1em
    }
}

.cause__flowImg {
    position: relative;
    margin-top: 20px;
    padding-bottom: 55px;
    text-align: center
}

@media(max-width: 767px) {
    .cause__flowImg {
        text-align: left;
        margin-top: 0vw;
        padding-bottom: 6.6666666667vw
    }
}

@media(max-width: 767px) {
    .cause__flowImg img {
        width: auto;
        height: 104.9333333333vw
    }
}

.cause__flowImg::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/icon_arrow02.png) no-repeat;
    background-size: 31px auto;
    display: block;
    width: 31px;
    height: 16px;
    margin: 0 auto;
    content: ""
}

.cause__flowDetail {
    background-color: #fff;
    padding: 38px 70px 62px;
    margin-top: 50px;
    -webkit-box-shadow: 0 0 10px rgba(190, 190, 190, .5);
    box-shadow: 0 0 10px rgba(190, 190, 190, .5)
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .cause__flowDetail {
        padding: 6.6666666667vw 7.3333333333vw
    }
}

@media(max-width: 767px) {
    .cause__flowDetail {
        padding: 6.6666666667vw 6vw;
        margin: 5.3333333333vw 6vw 0
    }
}

.cause__flowDetailList {
    max-width: 380px;
    margin: 0 auto
}

.cause__flowDetailList>li {
    padding: 10px 0;
    border-bottom: 1px dashed #707070;
    font-size: 20px
}

@media(max-width: 767px) {
    .cause__flowDetailList>li {
        padding: 0;
        border: 0;
        font-size: 4.5333333333vw
    }
}

.cause__flowDetailList>li::before {
    background: url(../images/icon_check01.png) no-repeat;
    background-size: 25px auto;
    display: inline-block;
    width: 25px;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
    content: ""
}

@media(max-width: 767px) {
    .cause__flowDetailList>li::before {
        background-size: 4.6666666667vw auto;
        width: 4.6666666667vw;
        height: 4vw;
        margin-right: 3.3333333333vw
    }
}

.cause__flowDetailList>li em {
    font-size: 24px;
    font-weight: 500
}

@media(max-width: 767px) {
    .cause__flowDetailList>li em {
        font-size: 4.5333333333vw
    }
}

.cause__flowDetailList>li+li {
    margin-top: 4px
}

@media(max-width: 767px) {
    .cause__flowDetailList>li+li {
        margin-top: 3.7333333333vw
    }
}

.cause__flowDetailImg {
    margin-top: 40px;
    text-align: center
}

@media(max-width: 767px) {
    .cause__flowDetailImg {
        margin-top: 6.6666666667vw
    }
}

.cause__flowDetailImgCap {
    background-color: #e7e8e1;
    padding: 29px 49px
}

@media(max-width: 767px) {
    .cause__flowDetailImgCap {
        padding: 5.3333333333vw 9.6vw
    }
}

.cause__flowDetailImgCapTxt {
    line-height: 2;
    text-align: center;
    font-size: 24px
}

@media(max-width: 767px) {
    .cause__flowDetailImgCapTxt {
        font-size: 4vw
    }
}

.cause__flowDetailImgCapTxt em {
    font-weight: 500
}

.cause__flowDetailImgCapTxt .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #E0DDCD));
    background: -webkit-linear-gradient(transparent 75%, #E0DDCD 75%);
    background: linear-gradient(transparent 75%, #E0DDCD 75%);
    font-weight: 500
}

.cause__resolve {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 585px;
    margin: 50px auto 0
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .cause__resolve {
        bottom: -1100px;
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .cause__resolve {
        position: relative;
        bottom: 0;
        max-width: 100%;
        margin: 0
    }
}

@media screen and (min-width: 1025px)and (max-width: 1499px) {
    .cause__resolve {
        bottom: -1173px
    }
}

@media screen and (min-width: 1500px) {
    .cause__resolve {
        bottom: -82vw
    }
}

.cause__resolveImg01 {
    display: none
}

@media(max-width: 767px) {
    .cause__resolveImg01 {
        display: block
    }
}

.cause__resolveTxt {
    position: relative;
    text-align: center;
    line-height: 2;
    font-size: 28px;
    font-family: "Noto Serif", serif;
    font-weight: 500
}

@media(max-width: 767px) {
    .cause__resolveTxt {
        top: -39vw;
        line-height: 1.8;
        font-size: 4.5333333333vw;
        font-weight: 600
    }
}

.point {
    position: relative;
    background: url(../images/bg_point01.png) no-repeat center top;
    background-size: cover
}

@media(max-width: 767px) {
    .point {
        overflow: hidden
    }
}

.point__inner {
    padding: 97px 20px 128px
}

@media(max-width: 767px) {
    .point__inner {
        padding: 13.6vw 6vw 0vw
    }
}

.point__headingLv2 {
    text-align: center
}

@media(max-width: 767px) {
    .point__headingLv2 {
        position: relative;
        z-index: 1
    }
}

.point__content {
    max-width: 847px;
    margin: 88px auto 0
}

@media(max-width: 767px) {
    .point__content {
        margin-top: 12.2666666667vw
    }
}

.point__media {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 767px) {
    .point__media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.point__media--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(max-width: 767px) {
    .point__media--rev {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.point__media01::before {
    position: absolute;
    top: -80px;
    right: 0;
    background: url(../images/bg_point02.png) no-repeat;
    background-size: 823px auto;
    display: block;
    width: 823px;
    height: 398px;
    content: ""
}

@media(max-width: 767px) {
    .point__media01::before {
        top: -18vw;
        left: -15vw;
        background: url(../images/sp/bg_point02.png) no-repeat;
        background-size: cover;
        display: block;
        width: 113.8666666667vw;
        height: 53.4666666667vw
    }
}

.point__media02::before {
    position: absolute;
    top: -30px;
    right: 0;
    background: url(../images/bg_point03.png) no-repeat;
    background-size: 895px auto;
    display: block;
    width: 895px;
    height: 305px;
    content: ""
}

@media(max-width: 767px) {
    .point__media02::before {
        top: auto;
        bottom: 7vw;
        left: -16vw;
        background: url(../images/sp/bg_point03.png) no-repeat;
        background-size: cover;
        display: block;
        width: 113.8666666667vw;
        height: 53.4666666667vw
    }
}

.point__media+.point__media {
    margin-top: 150px
}

@media(max-width: 767px) {
    .point__media+.point__media {
        margin-top: 12.2666666667vw
    }
}

.point__media:last-child {
    margin-top: 110px
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .point__media:last-child {
        margin-top: 18.6666666667vw
    }
}

@media(max-width: 767px) {
    .point__media:last-child {
        margin-top: 8vw
    }
}

.point__mediaFigure {
    position: absolute;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 2
}

@media(max-width: 767px) {
    .point__mediaFigure {
        position: relative
    }
}

.point__media01 .point__mediaFigure {
    bottom: -50px
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .point__media01 .point__mediaFigure {
        width: 50%
    }
}

@media(max-width: 767px) {
    .point__media01 .point__mediaFigure {
        top: -10vw;
        right: -6vw;
        bottom: 0
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .point__media02 .point__mediaFigure {
        bottom: -7vw;
        width: 62%
    }
}

@media(max-width: 767px) {
    .point__media02 .point__mediaFigure {
        top: -14vw;
        bottom: auto;
        left: -6vw;
        bottom: 0
    }
}

.point__media03 .point__mediaFigure {
    bottom: -50px
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .point__media03 .point__mediaFigure {
        width: 45%
    }
}

@media(max-width: 767px) {
    .point__media03 .point__mediaFigure {
        bottom: 14vw
    }
}

.point__mediaBody {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 476px;
    flex: 0 1 476px;
    background-color: #fff;
    margin: 0 0 0 auto;
    padding: 66px 47px 47px 72px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 12px rgba(162, 198, 185, .77);
    box-shadow: 3px 3px 12px rgba(162, 198, 185, .77);
    z-index: 1
}

@media(max-width: 767px) {
    .point__mediaBody {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 14.6666666667vw 6vw 18.6666666667vw
    }
}

.point__media--rev .point__mediaBody {
    padding: 61px 70px 24px 47px;
    margin: 0 auto 0 0
}

@media(max-width: 767px) {
    .point__media--rev .point__mediaBody {
        padding: 15.3333333333vw 6vw 18.6666666667vw;
        margin: 0
    }
}

.point__mediaBody::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 60px;
    margin: 0 auto;
    content: "";
    z-index: 3
}

@media(max-width: 767px) {
    .point__mediaBody::before {
        height: 14.6666666667vw
    }
}

.point__media01 .point__mediaBody::before {
    top: -40px;
    background: url(../images/bg_point_no01.png) no-repeat;
    background-size: auto 60px;
    width: 74px
}

@media(max-width: 767px) {
    .point__media01 .point__mediaBody::before {
        top: -8vw;
        background-size: auto 14.6666666667vw;
        width: 18.4vw
    }
}

.point__media02 .point__mediaBody::before {
    top: -30px;
    background: url(../images/bg_point_no02.png) no-repeat;
    background-size: auto 60px;
    width: 77px
}

@media(max-width: 767px) {
    .point__media02 .point__mediaBody::before {
        top: -8vw;
        background-size: auto 14.6666666667vw;
        width: 19.3333333333vw
    }
}

.point__media03 .point__mediaBody::before {
    top: -40px;
    background: url(../images/bg_point_no03.png) no-repeat;
    background-size: auto 60px;
    width: 76px
}

@media(max-width: 767px) {
    .point__media03 .point__mediaBody::before {
        top: -8vw;
        background-size: auto 14.6666666667vw;
        width: 19.2vw
    }
}

.point__mediaBody::after {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg_point04.png) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100%;
    height: 7px;
    content: ""
}

@media(max-width: 767px) {
    .point__mediaBody::after {
        height: 1.3333333333vw
    }
}

.point__mediaHeadingLv3 {
    font-size: 30px;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    color: #92c7bf
}

@media(max-width: 767px) {
    .point__mediaHeadingLv3 {
        text-align: center;
        font-size: 6.6666666667vw
    }
}

.point__mediaHeadingLv3 em {
    font-size: 35px;
    color: #76afa6
}

@media(max-width: 767px) {
    .point__mediaHeadingLv3 em {
        font-size: 8.5333333333vw
    }
}

@media(max-width: 767px) {
    .point__media03 .point__mediaHeadingLv3 em {
        letter-spacing: -0.07em
    }
}

@media(max-width: 767px) {
    .point__media03 .point__mediaHeadingLv3 {
        margin: 0 -1em
    }
}

.point__mediaTxt {
    margin-top: 15px;
    line-height: 1.85;
    font-size: 16px
}

@media(max-width: 767px) {
    .point__mediaTxt {
        margin-top: 2.6666666667vw;
        font-size: 3.7333333333vw
    }
}

.point__mediaTxt em {
    color: #76afa6
}

.about {
    background: #d0e9f0;
    background: -webkit-linear-gradient(140deg, rgb(208, 233, 240) 0%, rgb(226, 245, 241) 40%, rgb(252, 249, 239) 80%, rgb(223, 238, 244) 100%);
    background: linear-gradient(310deg, rgb(208, 233, 240) 0%, rgb(226, 245, 241) 40%, rgb(252, 249, 239) 80%, rgb(223, 238, 244) 100%)
}

.about__inner {
    padding: 66px 0 88px
}

@media(max-width: 767px) {
    .about__inner {
        padding: 12vw 0 7.4666666667vw
    }
}

.about__headingLv2 {
    text-align: center
}

@media(max-width: 767px) {
    .about__headingLv2 {
        padding: 0 5.7333333333vw
    }
}

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

.about__appealImg {
    position: relative;
    padding-top: 414px;
    text-align: center
}

@media(max-width: 767px) {
    .about__appealImg {
        padding-top: 74.8vw
    }
}

.about__appealImg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/bg_about01.png) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 554px;
    height: 414px;
    margin: 0 auto;
    content: "";
    z-index: 1
}

@media(max-width: 767px) {
    .about__appealImg::before {
        background-size: 100% auto;
        width: 100%;
        height: 74.8vw
    }
}

.about__txt {
    background: url(../images/bg_about02.png) no-repeat;
    max-width: 518px;
    height: 112px;
    margin: 50px auto 0;
    padding: 55px 0 30px;
    text-align: center;
    letter-spacing: .1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    color: #76afa6
}

@media(max-width: 767px) {
    .about__txt {
        background: url(../images/sp/bg_about02.png) no-repeat;
        background-size: auto 26.6666666667vw;
        max-width: 68.2666666667vw;
        margin: 10.6666666667vw auto 0;
        padding: 8vw 6.6666666667vw 4.6666666667vw;
        height: 26.6666666667vw;
        text-align: center;
        font-size: 5.3333333333vw
    }
}

.about .cta__btnListWrapper {
    margin-top: 56px
}

@media(max-width: 767px) {
    .about .cta__btnListWrapper {
        margin-top: 11.0666666667vw
    }
}

.value {
    padding-bottom: 87px
}

@media(max-width: 767px) {
    .value {
        padding-bottom: 0;
        margin-top: 13.3333333333vw
    }
}

.value__header {
    background: #def1f7;
    background: -webkit-linear-gradient(57deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    background: linear-gradient(33deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    padding: 57px 0 51px
}

@media(max-width: 767px) {
    .value__header {
        padding: 6.9333333333vw 0 6.6666666667vw
    }
}

.value__headerTtl {
    text-align: center
}

.value__headerTtl img {
    width: 101px;
    height: auto
}

@media(max-width: 767px) {
    .value__headerTtl img {
        width: 23.7333333333vw
    }
}

.value__headingLv2 {
    margin-top: 31px;
    font-size: 30px;
    text-align: center;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-weight: 400
}

@media(max-width: 767px) {
    .value__headingLv2 {
        margin-top: 3.3333333333vw;
        font-size: 6.6666666667vw
    }
}

@media(max-width: 767px) {
    .value__headingLv2 em {
        font-size: 8vw
    }
}

.value__content {
    max-width: 600px;
    margin: 73px auto 0
}

@media(max-width: 767px) {
    .value__content {
        margin: 8.8vw 5.8666666667vw 14vw
    }
}

.value__card+.value__card {
    margin-top: 74px
}

@media(max-width: 767px) {
    .value__card+.value__card {
        margin-top: 10.6666666667vw
    }
}

.value__cardHeadingLv3 {
    letter-spacing: .1em;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 32px
}

@media(max-width: 767px) {
    .value__cardHeadingLv3 {
        position: relative;
        line-height: 1.55;
        margin-left: 4.5333333333vw;
        font-size: 6.6666666667vw
    }
}

.value__cardHeadingLv3 em {
    color: #76afa6
}

.value__cardHeadingLv3::before {
    position: relative;
    top: -3px;
    background: #def1f7;
    background: -webkit-linear-gradient(57deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    background: linear-gradient(33deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    display: inline-block;
    width: 7px;
    height: 53px;
    margin-right: 20px;
    vertical-align: middle;
    content: ""
}

@media(max-width: 767px) {
    .value__cardHeadingLv3::before {
        position: absolute;
        left: -4.5333333333vw;
        top: 0;
        bottom: 0;
        width: 1.3333333333vw;
        height: 21.6vw;
        margin: auto 0
    }
}

.value__cardTxt {
    margin-top: 36px;
    line-height: 1.85;
    font-size: 16px
}

@media(max-width: 767px) {
    .value__cardTxt {
        margin-top: 5.7333333333vw;
        font-size: 3.7333333333vw
    }
}

.value__cardTxt em {
    color: #76afa6
}

.value__cardImg {
    margin-top: 54px;
    text-align: center
}

@media(max-width: 767px) {
    .value__cardImg {
        margin-top: 7.6vw
    }
}

.value__cardImg img {
    height: auto
}

.value__card01 .value__cardImg img {
    width: 400px
}

@media(max-width: 767px) {
    .value__card01 .value__cardImg img {
        width: 78.6666666667vw
    }
}

.value__card02 .value__cardImg img {
    width: 380px
}

@media(max-width: 767px) {
    .value__card02 .value__cardImg img {
        width: 75.3333333333vw
    }
}

.value__card03 .value__cardImg img {
    width: 380px
}

@media(max-width: 767px) {
    .value__card03 .value__cardImg img {
        width: 75.3333333333vw
    }
}

.doctor__header {
    background: #def1f7;
    background: -webkit-linear-gradient(57deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    background: linear-gradient(33deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    padding: 92px 0 79px
}

@media(max-width: 767px) {
    .doctor__header {
        padding: 8.5333333333vw 0 6.6666666667vw
    }
}

.doctor__headerTtl {
    text-align: center
}

.doctor__headerTtl img {
    width: 69px;
    height: auto
}

@media(max-width: 767px) {
    .doctor__headerTtl img {
        width: 16.8vw
    }
}

.doctor__headingLv2 {
    margin-top: 25px;
    text-align: center;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-weight: 400;
    font-size: 30px
}

@media(max-width: 767px) {
    .doctor__headingLv2 {
        margin-top: 3.3333333333vw;
        font-size: 8vw
    }
}

.doctor__content {
    max-width: 600px;
    margin: 40px auto 0
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .doctor__content {
        max-width: 90%
    }
}

@media(max-width: 767px) {
    .doctor__content {
        margin-top: 9.3333333333vw
    }
}

.doctor__lead {
    line-height: 1.8;
    text-align: center;
    font-size: 18px
}

@media(max-width: 767px) {
    .doctor__lead {
        font-size: 3.7333333333vw
    }
}

.doctor__tabList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 5px solid #92c7bf;
    margin-top: 50px
}

@media(max-width: 767px) {
    .doctor__tabList {
        margin-top: 6.6666666667vw;
        border-bottom-width: 3px
    }
}

.doctor__tabList>li {
    background-color: #dedede;
    display: block;
    padding: 23px 0;
    width: calc(33.333% - 3px);
    margin-right: 9px;
    height: 67px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer
}

@media(max-width: 767px) {
    .doctor__tabList>li {
        position: relative;
        top: .5px;
        padding: 4.9333333333vw 0 6.1333333333vw;
        width: calc(33.333% - 4px);
        margin-right: 12px;
        height: 15.0666666667vw
    }
}

.doctor__tabList>li span {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 16px
}

@media(max-width: 767px) {
    .doctor__tabList>li span {
        letter-spacing: 0;
        font-size: 3.3333333333vw
    }
}

.doctor__tabList>li:first-child {
    padding: 11px 0
}

@media(max-width: 767px) {
    .doctor__tabList>li:first-child {
        padding: 3.3333333333vw 0 3.8666666667vw
    }
}

@media(max-width: 767px) {
    .doctor__tabList>li:first-child span {
        font-size: 3.0666666667vw
    }
}

.doctor__tabList>li:last-child {
    margin-right: 0
}

.doctor__tabList>li.is-active {
    position: relative;
    background-color: #92c7bf;
    color: #fff
}

.doctor__tabList>li.is-active::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: block;
    border-top: 10px solid #92c7bf;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: ""
}

.doctor__tabList>li:hover {
    background-color: #92c7bf;
    color: #fff
}

.doctor__tabPanel {
    margin-top: 75px
}

@media(max-width: 767px) {
    .doctor__tabPanel {
        margin: 12vw 6vw 0
    }
}

.doctor__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.doctor__media+.doctor__media {
    margin-top: 41px;
    padding-top: 46px;
    border-top: 1px solid #ccc
}

@media(max-width: 767px) {
    .doctor__media+.doctor__media {
        margin-top: 6.6666666667vw;
        padding-top: 8.4vw
    }
}

.doctor__media--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.doctor__mediaFigure, .doctor__mediaFigureWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28.333%;
    flex: 0 1 28.333%
}

@media(max-width: 767px) {
    .doctor__mediaFigure, .doctor__mediaFigureWrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 43.939%;
        flex: 0 1 43.939%
    }
}

.doctor__mediaBody {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 30px
}

@media(max-width: 767px) {
    .doctor__mediaBody {
        margin: 0
    }
}

.doctor__media--rev .doctor__mediaBody {
    margin: 0 30px 0 0
}

@media(max-width: 767px) {
    .doctor__media--rev .doctor__mediaBody {
        margin: 0
    }
}

.doctor__mediaBtn {
    display: inline-block;
    margin-top: 25px
}

@media(max-width: 767px) {
    .doctor__mediaBtn {
        margin-top: 5.3333333333vw
    }
}

.doctor__mediaTitle {
    position: relative;
    font-size: 14px;
    z-index: 1
}

@media(max-width: 767px) {
    .doctor__mediaTitle {
        font-size: 3.2vw
    }
}

.doctor__mediaName {
    position: relative;
    padding-top: 32px;
    z-index: 1
}

@media(max-width: 767px) {
    .doctor__mediaName {
        padding-top: 4.4vw;
        font-size: 3.2vw
    }
}

.doctor__mediaTitle+.doctor__mediaName {
    padding-top: 0px
}

@media(max-width: 767px) {
    .doctor__mediaTitle+.doctor__mediaName {
        padding-top: 1.8666666667vw
    }
}

.doctor__mediaName em {
    display: inline-block;
    margin-right: 5px;
    letter-spacing: .15em;
    font-size: 28px
}

@media(max-width: 767px) {
    .doctor__mediaName em {
        letter-spacing: 0;
        font-size: 6.6666666667vw
    }
}

.doctor__mediaNameWrapper {
    position: relative;
    padding: 10px 0 0 10px
}

@media(max-width: 767px) {
    .doctor__mediaNameWrapper {
        padding: 0 0 0 3.3333333333vw
    }

    .doctor__media--rev .doctor__mediaNameWrapper {
        padding: 0
    }
}

.doctor__mediaNameWrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/icon_triangle01.png) no-repeat;
    background-size: auto 75px;
    display: block;
    width: 75px;
    height: 75px;
    content: ""
}

@media(max-width: 767px) {
    .doctor__mediaNameWrapper::before {
        background-size: auto 17.3333333333vw;
        width: 17.3333333333vw;
        height: 17.3333333333vw
    }
}

@media(max-width: 767px) {
    .doctor__media--rev .doctor__mediaNameWrapper::before {
        left: 0
    }
}

.doctor__mediaList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

@media(max-width: 767px) {
    .doctor__mediaList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        padding-left: 3.3333333333vw
    }
}

@media(max-width: 767px) {
    .doctor__media--rev .doctor__mediaList {
        padding-left: 0
    }
}

.doctor__mediaList>li {
    background-color: #92c7bf;
    padding: 5px .8em;
    margin-left: 10px;
    font-size: 12px;
    color: #fff
}

@media(max-width: 767px) {
    .doctor__mediaList>li {
        margin-top: 2.6666666667vw;
        margin: 2.6666666667vw 2.6666666667vw 0 0;
        font-size: 2.9333333333vw
    }
}

.doctor__mediaTxt {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #ccc;
    line-height: 1.7;
    font-size: 14px
}

@media(max-width: 767px) {
    .doctor__mediaTxt {
        margin-top: 5.6vw;
        padding: 4vw 0 0 1em;
        font-size: 3.2vw
    }
}

@media(max-width: 767px) {
    .doctor__media--rev .doctor__mediaTxt {
        padding: 4vw 1em 0 0
    }
}

.menu {
    margin-top: 88px
}

@media(max-width: 767px) {
    .menu {
        margin-top: 16.2666666667vw
    }
}

.menu__header {
    background: #def1f7;
    background: -webkit-linear-gradient(57deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    background: linear-gradient(33deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    padding: 92px 0 82px
}

@media(max-width: 767px) {
    .menu__header {
        padding: 8.1333333333vw 0 8vw
    }
}

.menu__headerTtl {
    text-align: center
}

.menu__headerTtl img {
    width: 56px;
    height: auto
}

@media(max-width: 767px) {
    .menu__headerTtl img {
        width: 14.1333333333vw
    }
}

.menu__headingLv2 {
    margin-top: 25px;
    text-align: center;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 30px;
    font-weight: 400
}

@media(max-width: 767px) {
    .menu__headingLv2 {
        margin-top: 2.6666666667vw;
        font-size: 8vw
    }
}

.menu__intro {
    background-color: #92c7bf;
    padding: 45px 0 43px
}

@media(max-width: 767px) {
    .menu__intro {
        padding: 6.6666666667vw 5.8666666667vw 8vw
    }
}

.menu__introTtl {
    letter-spacing: .1em;
    line-height: 1.5;
    text-align: center;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 28px;
    font-weight: 400;
    color: #fff
}

@media(max-width: 767px) {
    .menu__introTtl {
        font-size: 6vw
    }
}

.menu__introTtl span {
    position: relative;
    display: inline-block
}

.menu__introTtl span::before, .menu__introTtl span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../images/icon_border01.png) no-repeat;
    background-size: 11px auto;
    display: block;
    width: 11px;
    height: 82px;
    margin: auto 0;
    content: ""
}

@media(max-width: 767px) {
    .menu__introTtl span::before, .menu__introTtl span::after {
        background-size: 2.4vw auto;
        width: 2.4vw;
        height: 17.0666666667vw
    }
}

.menu__introTtl span::before {
    top: 8px;
    left: -40px
}

@media(max-width: 767px) {
    .menu__introTtl span::before {
        top: 2vw;
        left: -8vw
    }
}

.menu__introTtl span::after {
    right: -40px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media(max-width: 767px) {
    .menu__introTtl span::after {
        top: 1vw;
        right: -8vw
    }
}

.menu__introLead {
    margin-top: 30px;
    line-height: 1.9;
    text-align: center;
    font-size: 18px;
    color: #fff
}

@media(max-width: 767px) {
    .menu__introLead {
        margin-top: 4vw;
        line-height: 1.75;
        font-size: 3.4666666667vw
    }
}

.menu__introNav {
    max-width: 490px;
    margin: 40px auto 0
}

@media(max-width: 767px) {
    .menu__introNav {
        margin-top: 8vw
    }
}

.menu__introNavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu__introNavList>li {
    width: calc(50% - 16px);
    margin-right: 32px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-bottom: 18px solid #dcebe9
}

@media(max-width: 767px) {
    .menu__introNavList>li {
        width: calc(50% - 2.13vw);
        margin-right: 4.2666666667vw
    }
}

.menu__introNavList>li:last-child {
    margin-right: 0
}

.menu__introNavList>li a {
    position: relative;
    background-color: #fff;
    display: block;
    padding: 13px 10px 3px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width: 767px) {
    .menu__introNavList>li a {
        padding: 2.6666666667vw 4vw 2.6666666667vw
    }
}

.menu__introNavList>li a::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    background: url(../images/icon_arrow03.png) no-repeat;
    background-size: 15px auto;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    content: ""
}

@media(max-width: 767px) {
    .menu__introNavList>li a::after {
        background-size: 3.3333333333vw auto;
        width: 3.3333333333vw;
        height: 4vw
    }
}

.menu__introNavTtl {
    text-align: center;
    color: #76afa6;
    font-size: 18px
}

@media(max-width: 767px) {
    .menu__introNavTtl {
        line-height: 1.2;
        font-size: 3.8666666667vw
    }
}

.menu__introNavTxt {
    margin-top: 12px;
    line-height: 1.5;
    text-align: center;
    font-size: 16px
}

@media(max-width: 767px) {
    .menu__introNavTxt {
        margin-top: 2.1333333333vw;
        font-size: 2.9333333333vw
    }
}

@media(max-width: 767px) {
    .menu__introNavList li:last-child .menu__introNavTxt {
        margin: 1.7333333333vw -1em 0;
        letter-spacing: 0
    }
}

.menu__introNavImg {
    margin-top: 20px;
    text-align: center
}

@media(max-width: 767px) {
    .menu__introNavList li:first-child .menu__introNavImg {
        margin-top: 4vw
    }
}

@media(max-width: 767px) {
    .menu__introNavList li:last-child .menu__introNavImg {
        margin-top: 2vw
    }
}

.menu__introNavImg img {
    width: 150px;
    height: auto
}

@media(max-width: 767px) {
    .menu__introNavImg img {
        width: 32vw
    }
}

.menu__img {
    margin-top: 48px;
    text-align: center
}

@media(max-width: 767px) {
    .menu__img {
        margin-top: 4.6666666667vw
    }
}

.menu__feature {
    position: relative;
    background-color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 32px 0 50px;
    -webkit-box-shadow: 0 0 10px #bebebe;
    box-shadow: 0 0 10px #bebebe;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1
}

@media(max-width: 767px) {
    .menu__feature {
        padding: 6.6666666667vw 4.6666666667vw 7.3333333333vw
    }
}

.menu__featureWrapper {
    position: relative;
    background: #e2f3f8;
    background: -webkit-linear-gradient(101deg, rgb(226, 243, 248) 0%, rgb(252, 249, 239) 5%, rgb(234, 252, 248) 22%, rgb(252, 249, 239) 69%, rgb(223, 237, 244) 100%);
    background: linear-gradient(349deg, rgb(226, 243, 248) 0%, rgb(252, 249, 239) 5%, rgb(234, 252, 248) 22%, rgb(252, 249, 239) 69%, rgb(223, 237, 244) 100%);
    padding: 88px 20px 105px
}

@media(max-width: 767px) {
    .menu__featureWrapper {
        background: #e2f3f8;
        background: -webkit-linear-gradient(86deg, rgb(226, 243, 248) 0%, rgb(252, 249, 239) 19%, rgb(234, 252, 248) 40%, rgb(252, 249, 239) 98%, rgb(223, 237, 244) 100%);
        background: linear-gradient(4deg, rgb(226, 243, 248) 0%, rgb(252, 249, 239) 19%, rgb(234, 252, 248) 40%, rgb(252, 249, 239) 98%, rgb(223, 237, 244) 100%);
        padding: 9.3333333333vw 4vw 10.2666666667vw
    }
}

.menu__featureWrapper::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    display: block;
    width: 100%;
    height: 450px;
    content: ""
}

@media(max-width: 767px) {
    .menu__featureWrapper::after {
        display: none
    }
}

.menu__feature+.menu__feature {
    margin-top: 132px
}

@media(max-width: 767px) {
    .menu__feature+.menu__feature {
        margin-top: 10.6666666667vw
    }
}

.menu__feature01::before {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg_menu01.png) no-repeat;
    background-size: 128px auto;
    display: block;
    width: 128px;
    height: 110px;
    margin: 0 auto;
    content: ""
}

@media(max-width: 767px) {
    .menu__feature01::before {
        background-size: 22.2666666667vw auto;
        width: 22.2666666667vw;
        height: 20vw
    }
}

.menu__feature02::before {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg_menu02.png) no-repeat;
    background-size: 128px auto;
    display: block;
    width: 128px;
    height: 110px;
    margin: 0 auto;
    content: ""
}

@media(max-width: 767px) {
    .menu__feature02::before {
        background-size: 22.2666666667vw auto;
        width: 22.2666666667vw;
        height: 20vw
    }
}

.menu__featureHeadingLv3 {
    text-align: center;
    letter-spacing: .1em;
    font-size: 24px;
    color: #76afa6;
    font-weight: 500
}

@media(max-width: 767px) {
    .menu__featureHeadingLv3 {
        display: block;
        margin-left: 23vw;
        font-size: 4vw
    }
}

.menu__featureHeadingLv3 span {
    display: inline-block;
    text-align: left
}

@media(max-width: 767px) {
    .menu__feature02 .menu__featureHeadingLv3 {
        margin-left: 20vw
    }
}

@media(max-width: 767px) {
    .menu__featureHeadingLv3 em {
        font-size: 5.3333333333vw
    }
}

@media(max-width: 767px) {
    .menu__feature02 .menu__featureHeadingLv3 em {
        letter-spacing: -0.05em
    }
}

.menu__featureLead {
    margin-top: 55px;
    padding: 0 100px;
    line-height: 2;
    font-size: 16px
}

@media(max-width: 767px) {
    .menu__featureLead {
        margin-top: 10.4vw;
        padding: 0;
        line-height: 1.7;
        font-size: 3.4666666667vw
    }
}

.menu__featureImg01 {
    margin-top: 47px;
    text-align: center
}

@media(max-width: 767px) {
    .menu__featureImg01 {
        margin-top: 6.6666666667vw
    }
}

.menu__featureImg01 img {
    width: auto;
    height: 165px
}

@media(max-width: 767px) {
    .menu__featureImg01 img {
        height: 37.0666666667vw
    }
}

.menu__featureImg02 {
    margin-top: 20px;
    text-align: center
}

@media(max-width: 767px) {
    .menu__featureImg02 {
        margin-top: 4.6666666667vw
    }
}

.menu__featureImg02 img {
    width: auto;
    height: 190px
}

@media(max-width: 767px) {
    .menu__featureImg02 img {
        height: 43.7333333333vw
    }
}

.menu__featureBox {
    max-width: 600px;
    padding: 34px 52px 34px;
    margin: 62px auto 0;
    border: 1px solid #a67c1d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width: 767px) {
    .menu__featureBox {
        padding: 3.7333333333vw 5.0666666667vw 3.7333333333vw;
        margin-top: 10.6666666667vw
    }
}

.menu__featureBoxTtl {
    position: relative;
    top: -35px;
    letter-spacing: .1em;
    text-align: center;
    font-weight: 400
}

.menu__featureBoxTtl span {
    background-color: #fff;
    padding: 0 1em;
    display: inline-block;
    color: #a67c1d;
    font-size: 24px
}

@media(max-width: 767px) {
    .menu__featureBoxTtl span {
        top: -5vw;
        font-size: 4.8vw
    }
}

.menu__featureBoxTxt {
    line-height: 1.87;
    font-size: 16px
}

@media(max-width: 767px) {
    .menu__featureBoxTxt {
        line-height: 1.7;
        font-size: 3.4666666667vw
    }
}

.menu__featureBoxImg {
    margin-top: 10px
}

@media(max-width: 767px) {
    .menu__featureBoxImg {
        margin-top: 0
    }
}

.menu__featureMerit {
    max-width: 510px;
    margin: 45px auto 0
}

@media(max-width: 767px) {
    .menu__featureMerit {
        margin-top: 10vw
    }
}

.menu__featureMeritTtl {
    letter-spacing: .1em;
    text-align: center;
    color: #a67c1d;
    font-size: 24px;
    font-weight: 400
}

@media(max-width: 767px) {
    .menu__featureMeritTtl {
        font-size: 4.8vw
    }
}

.menu__featureMeritList {
    margin-top: 23px
}

@media(max-width: 767px) {
    .menu__featureMeritList {
        margin-top: 3.0666666667vw
    }
}

.menu__featureMeritList>li {
    background-color: #f2ede1;
    padding: 21px 32px 21px 40px;
    font-size: 16px
}

@media(max-width: 767px) {
    .menu__featureMeritList>li {
        padding: 4.2666666667vw 5.8666666667vw 3.4666666667vw 4vw;
        letter-spacing: .05em;
        font-size: 4vw
    }
}

.menu__featureMeritList>li+li {
    margin-top: 20px
}

@media(max-width: 767px) {
    .menu__featureMeritList>li+li {
        margin-top: 4.4vw
    }
}

.menu__featureCheck {
    max-width: 372px;
    margin: 60px auto 0
}

@media(max-width: 767px) {
    .menu__featureCheck {
        margin-top: 11.4666666667vw
    }
}

.menu__featureCheckTtl {
    letter-spacing: .1em;
    text-align: center;
    color: #a67c1d;
    font-size: 24px;
    font-weight: 400
}

@media(max-width: 767px) {
    .menu__featureCheckTtl {
        font-size: 4.8vw
    }
}

.menu__featureCheckList {
    margin-top: 32px
}

@media(max-width: 767px) {
    .menu__featureCheckList {
        margin-top: 6vw
    }
}

.menu__featureCheckList>li {
    position: relative;
    padding: 20px 0 10px 45px;
    text-indent: -2.2em;
    border-bottom: 1px dashed #b9b9b9;
    font-size: 16px
}

@media(max-width: 767px) {
    .menu__featureCheckList>li {
        padding: 2.4vw 0 2.4vw 8.6666666667vw;
        letter-spacing: 0;
        font-size: 4vw
    }
}

.menu__featureCheckList>li:first-child {
    padding-top: 0
}

.menu__featureCheckList>li::before {
    background: url(../images/icon_check01.png) no-repeat;
    background-size: 25px auto;
    display: inline-block;
    width: 25px;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
    content: ""
}

@media(max-width: 767px) {
    .menu__featureCheckList>li::before {
        position: relative;
        top: -3px;
        background-size: 4.6666666667vw auto;
        width: 4.6666666667vw;
        height: 4vw;
        margin-right: 1.7333333333vw
    }
}

.menu__featureMov {
    margin-top: 60px
}

@media(max-width: 767px) {
    .menu__featureMov {
        margin-top: 9.6vw
    }
}

.menu__featureMovTtl {
    letter-spacing: .1em;
    text-align: center;
    color: #a67c1d;
    font-size: 24px;
    font-weight: 400
}

@media(max-width: 767px) {
    .menu__featureMovTtl {
        font-size: 4.8vw
    }
}

.menu__featureMovCap {
    margin-top: 22px;
    text-align: center
}

@media(max-width: 767px) {
    .menu__featureMovCap {
        margin-top: 3.7333333333vw
    }
}

@media(max-width: 767px) {
    .menu__featureMovCap iframe {
        width: 100%;
        height: 52.4vw
    }
}

.menu__featurePrice {
    max-width: 600px;
    margin: 50px auto 0
}

@media(max-width: 767px) {
    .menu__featurePrice {
        margin-top: 6.6666666667vw
    }
}

.menu__featurePriceTtl {
    padding-bottom: 15px;
    border-bottom: 1px solid #c8af77
}

@media(max-width: 767px) {
    .menu__featurePriceTtl {
        padding-bottom: 2.6666666667vw
    }
}

.menu__featurePriceTtl span {
    display: inline-block;
    padding-left: 1em;
    border-left: 5px solid #c8af77;
    font-size: 16px;
    font-weight: 400;
    color: #a67c1d
}

@media(max-width: 767px) {
    .menu__featurePriceTtl span {
        font-size: 4.5333333333vw
    }
}

.menu__featurePriceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #b9b9b9
}

.menu__featurePriceList>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 17px 10px 11px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width: 767px) {
    .menu__featurePriceList>li {
        padding: 2.6666666667vw 2.6666666667vw
    }
}

.menu__featurePriceList>li .ope {
    font-size: 14px
}

@media(max-width: 767px) {
    .menu__featurePriceList>li .ope {
        font-size: 3.7333333333vw
    }
}

@media(max-width: 767px) {
    .menu__featurePriceList>li .ope span {
        display: inline-block;
        margin-left: -1em;
        letter-spacing: 0;
        font-size: 2.6666666667vw
    }
}

.menu__featurePriceList>li .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .menu__featurePriceList>li .price {
        font-size: 4vw
    }
}

.menu__featurePriceList>li .tax {
    padding-left: 1em;
    font-size: 10px;
    font-weight: 300
}

@media(max-width: 767px) {
    .menu__featurePriceList>li .tax {
        font-size: 2.6666666667vw
    }
}

@media(max-width: 767px) {
    .menu__featurePriceList.col02 {
        display: block
    }
}

.menu__featurePriceList.col02>li {
    width: calc(50% - 15px);
    margin-right: 30px
}

@media(max-width: 767px) {
    .menu__featurePriceList.col02>li {
        width: 100%;
        margin-right: 0
    }
}

@media(max-width: 767px) {
    .menu__featurePriceList.col02>li+li {
        border-top: 1px dashed #b9b9b9
    }
}

.menu__featurePriceList.col02>li:last-child {
    margin-right: 0
}

.menu__featurePriceOpeNote {
    margin-top: 5px;
    font-size: 12px
}

@media(max-width: 767px) {
    .menu__featurePriceOpeNote {
        margin-top: 2vw;
        font-size: 2.9333333333vw
    }
}

.menu__featurePriceBranch {
    margin-top: 15px;
    font-size: 16px
}

@media(max-width: 767px) {
    .menu__featurePriceBranch {
        margin-top: 2.6666666667vw;
        font-size: 3.4666666667vw
    }
}

.menu__featurePriceNote {
    margin-top: 13px;
    line-height: 1.7;
    font-size: 10px;
    color: #9b9b9b
}

@media(max-width: 767px) {
    .menu__featurePriceNote {
        margin-top: 2.4vw;
        letter-spacing: .05em;
        font-size: 2.6666666667vw
    }
}

.menu__featurePriceCaution {
    max-width: 410px;
    margin: 60px auto 0;
    border: 2px solid #ca6f71;
    padding: 20px 0
}

@media(max-width: 767px) {
    .menu__featurePriceCaution {
        max-width: 74.2666666667vw;
        margin-top: 7.2vw;
        padding: 3.3333333333vw 0
    }
}

.menu__featurePriceCautionTxt {
    text-align: center;
    text-decoration: underline;
    color: #ca6f71;
    font-size: 16px
}

@media(max-width: 767px) {
    .menu__featurePriceCautionTxt {
        line-height: 2;
        font-size: 3.7333333333vw
    }
}

@media(max-width: 767px) {
    .menu__featureCombi {
        padding: 12vw 4vw 0
    }
}

.menu__featureCombiImg {
    text-align: center
}

.menu__featureCombiImg img {
    width: auto;
    height: 264px
}

@media(max-width: 767px) {
    .menu__featureCombiImg img {
        height: 48.8vw
    }
}

.menu__featureCombiLead01 {
    position: relative;
    margin-top: 24px;
    padding-bottom: 58px;
    text-align: center;
    letter-spacing: .1em;
    font-size: 28px;
    font-family: "Noto Serif", serif;
    font-weight: 500
}

@media(max-width: 767px) {
    .menu__featureCombiLead01 {
        margin-top: 2.2666666667vw;
        padding-bottom: 11.7333333333vw;
        font-size: 6.6666666667vw
    }
}

.menu__featureCombiLead01::before {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: url(../images/icon_arrow04.png) no-repeat;
    background-size: auto 23px;
    display: block;
    width: 13px;
    height: 23px;
    margin: 0 auto;
    content: "";
    z-index: 1
}

@media(max-width: 767px) {
    .menu__featureCombiLead01::before {
        top: 13.3333333333vw;
        background-size: auto 5.7333333333vw;
        width: 3.7333333333vw;
        height: 5.7333333333vw
    }
}

.menu__featureCombiLead02 {
    text-align: center;
    letter-spacing: .1em;
    font-size: 35px;
    font-family: "Noto Serif", serif;
    font-weight: 500
}

@media(max-width: 767px) {
    .menu__featureCombiLead02 {
        font-size: 8.6666666667vw
    }
}

.menu__featureCombiLead02 span {
    position: relative;
    display: inline-block;
    z-index: 1
}

@media(max-width: 767px) {
    .menu__featureCombiLead02 span:last-child {
        display: inline-block;
        padding-top: 1.3333333333vw
    }
}

.menu__featureCombiLead02 span::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #def1f7;
    background: -webkit-linear-gradient(57deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    background: linear-gradient(33deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    display: inline-block;
    width: 100%;
    height: 16px;
    content: "";
    z-index: -1
}

.menu__featureCombiTxt {
    margin-top: 35px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 2.4;
    font-size: 20px
}

@media(max-width: 767px) {
    .menu__featureCombiTxt {
        margin-top: 7.3333333333vw;
        line-height: 1.8;
        font-size: 3.4666666667vw
    }
}

.menu__featureCombiTxt em {
    color: #76afa6
}

@media(max-width: 767px) {
    .menu__featureCombiTxt em {
        font-size: 3.7333333333vw
    }
}

.menu__content {
    position: relative;
    background: #f5f9fb;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 249, 251, 0)), color-stop(46%, rgb(242, 246, 249)), color-stop(74%, rgb(243, 246, 251)), to(rgba(253, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(245, 249, 251, 0) 0%, rgb(242, 246, 249) 46%, rgb(243, 246, 251) 74%, rgba(253, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(245, 249, 251, 0) 0%, rgb(242, 246, 249) 46%, rgb(243, 246, 251) 74%, rgba(253, 255, 255, 0) 100%)
}

@media(max-width: 767px) {
    .menu__content {
        background: none;
        margin-bottom: -8vw
    }
}

.menu .cta__btnListWrapper {
    position: relative;
    top: -50px
}

@media(max-width: 767px) {
    .menu .cta__btnListWrapper {
        top: -25vw
    }
}

.case__header {
    background: #def1f7;
    background: -webkit-linear-gradient(57deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    background: linear-gradient(33deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    padding: 92px 0 80px
}

@media(max-width: 767px) {
    .case__header {
        padding: 8.1333333333vw 0 6vw
    }
}

.case__headerTtl {
    text-align: center
}

.case__headerTtl img {
    width: 47px;
    height: auto
}

@media(max-width: 767px) {
    .case__headerTtl img {
        width: 14.1333333333vw
    }
}

.case__headingLv2 {
    margin-top: 25px;
    text-align: center;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 30px;
    font-weight: 400
}

@media(max-width: 767px) {
    .case__headingLv2 {
        margin-top: 3.3333333333vw;
        font-size: 8vw
    }
}

.case__content {
    max-width: 606px;
    margin: 63px auto 0
}

@media(max-width: 767px) {
    .case__content {
        margin: 5.3333333333vw 4vw 0
    }
}

.case__note {
    font-size: 12px;
    color: #767676
}

@media(max-width: 767px) {
    .case__note {
        margin: 0 4vw;
        line-height: 2;
        font-size: 2.6666666667vw
    }
}

.case__box {
    margin-top: 70px
}

@media(max-width: 767px) {
    .case__box {
        margin-top: 10.6666666667vw
    }
}

.case__box+.case__box {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #b9b9b9
}

@media(max-width: 767px) {
    .case__box+.case__box {
        margin-top: 6.6666666667vw;
        padding-top: 6.6666666667vw
    }
}

.case__boxAge {
    background-color: #c8af77;
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    font-size: 18px
}

@media(max-width: 767px) {
    .case__boxAge {
        padding: 2vw 3.0666666667vw;
        font-size: 3.4666666667vw
    }
}

.case__boxTtl {
    margin-top: 20px;
    letter-spacing: .1em;
    font-size: 26px;
    color: #c8af77;
    font-weight: 400
}

@media(max-width: 767px) {
    .case__boxTtl {
        margin-top: 3.3333333333vw;
        font-size: 4.8vw
    }
}

.case__boxPhoto {
    margin-top: 20px
}

@media(max-width: 767px) {
    .case__boxPhoto {
        margin-top: 8vw
    }
}

.case__boxTxt {
    margin-top: 40px;
    line-height: 1.75;
    font-size: 16px
}

@media(max-width: 767px) {
    .case__boxTxt {
        margin-top: 7.0666666667vw;
        font-size: 3.4666666667vw
    }
}

.case__boxPrice {
    margin-top: 35px
}

@media(max-width: 767px) {
    .case__boxPrice {
        margin-top: 6vw
    }
}

.case__boxPriceTtl {
    font-size: 24px;
    color: #c8af77
}

@media(max-width: 767px) {
    .case__boxPriceTtl {
        font-size: 4.5333333333vw
    }
}

.case__boxPriceSttl {
    margin-top: 15px;
    font-size: 20px;
    color: #c8af77
}

@media(max-width: 767px) {
    .case__boxPriceSttl {
        margin-top: 1.3333333333vw;
        font-size: 3.4666666667vw
    }
}

.case__boxPriceTxt {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #b9b9b9;
    font-size: 18px
}

@media(max-width: 767px) {
    .case__boxPriceTxt {
        margin-top: 2.1333333333vw;
        letter-spacing: .03em;
        font-size: 3.4666666667vw
    }
}

.case__boxRisk {
    margin-top: 25px
}

@media(max-width: 767px) {
    .case__boxRisk {
        margin-top: 5.3333333333vw
    }
}

.case__boxRiskTtl {
    font-size: 24px;
    color: #c8af77
}

@media(max-width: 767px) {
    .case__boxRiskTtl {
        font-size: 4.5333333333vw
    }
}

.case__boxRiskSttl {
    margin-top: 10px;
    font-size: 20px;
    color: #c8af77
}

@media(max-width: 767px) {
    .case__boxRiskSttl {
        margin-top: 1.3333333333vw;
        font-size: 3.4666666667vw
    }
}

.case__boxRiskTxt {
    margin-top: 10px;
    font-size: 14px
}

@media(max-width: 767px) {
    .case__boxRiskTxt {
        margin-top: 2.4vw;
        line-height: 1.7;
        font-size: 2.9333333333vw
    }
}

.case__boxRiskTxt+.case__boxRiskTxt {
    margin-top: 15px
}

@media(max-width: 767px) {
    .case__boxRiskTxt+.case__boxRiskTxt {
        margin-top: 0.6666666667vw
    }
}

.case__boxRiskTxt em {
    font-size: 18px;
    font-weight: 500
}

@media(max-width: 767px) {
    .case__boxRiskTxt em {
        font-size: 3.2vw
    }
}

.case__boxHide {
    max-height: 7.5em;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out
}

.case__boxHide.is-active {
    max-height: 2000px
}

.case__boxToggle {
    position: relative;
    top: -3em;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.7987570028)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7987570028) 50%, rgb(255, 255, 255) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7987570028) 50%, rgb(255, 255, 255) 100%);
    padding: 94px 0 0;
    text-align: center;
    cursor: pointer
}

@media(max-width: 767px) {
    .case__boxToggle {
        padding: 3em 0 0
    }
}

.case__boxToggle span {
    cursor: pointer;
    font-size: 16px
}

@media(max-width: 767px) {
    .case__boxToggle span {
        font-size: 3.4666666667vw
    }
}

.case__boxToggle span::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 15px;
    border-bottom: 2px solid #bcb17a;
    border-right: 2px solid #bcb17a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px
}

.case__boxToggle.is-active {
    background: rgba(0, 0, 0, 0)
}

.case__boxToggle.is-active span::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: -3px
}

.case__boxMore {
    display: none
}

.case__boxMoreBtn {
    display: inline-block;
    width: 430px;
    max-width: 100%;
    padding: 25px 0;
    border: 1px solid #a67c1d;
    font-size: 20px;
    color: #a67c1d
}

@media(max-width: 767px) {
    .case__boxMoreBtn {
        width: 66.6666666667vw;
        padding: 3.0666666667vw 0;
        margin-top: 6.6666666667vw;
        border: 1px solid #a67c1d;
        font-size: 4vw
    }
}

.case__boxMoreBtn span {
    position: relative;
    display: block
}

.case__boxMoreBtn span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 90%;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: auto 0;
    border-bottom: 2px solid #bcb17a;
    border-right: 2px solid #bcb17a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ""
}

@media(max-width: 767px) {
    .case__boxMoreBtn span::after {
        top: -5px;
        left: 88%;
        width: 10px;
        height: 10px
    }
}

.case__boxMoreBtnWrapper {
    margin-top: 75px;
    cursor: pointer;
    text-align: center
}

@media(max-width: 767px) {
    .case__boxMoreBtnWrapper {
        margin-top: 6.6666666667vw
    }
}

.case__boxMoreBtnWrapper.is-active .case__boxMoreBtn span::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.flow {
    margin-top: 88px
}

@media(max-width: 767px) {
    .flow {
        margin-top: 13.3333333333vw
    }
}

.flow__header {
    background: #def1f7;
    background: -webkit-linear-gradient(57deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    background: linear-gradient(33deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    padding: 92px 0 85px
}

@media(max-width: 767px) {
    .flow__header {
        padding: 8.5333333333vw 0 6.6666666667vw
    }
}

.flow__headerTtl {
    text-align: center
}

.flow__headerTtl img {
    width: 51px;
    height: auto
}

@media(max-width: 767px) {
    .flow__headerTtl img {
        width: 14.1333333333vw
    }
}

.flow__headingLv2 {
    margin-top: 25px;
    text-align: center;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 30px;
    font-weight: 400
}

@media(max-width: 767px) {
    .flow__headingLv2 {
        margin-top: 3.3333333333vw;
        font-size: 8vw
    }
}

.flow__slider {
    background-color: #f6fafa;
    padding: 93px 0 20px
}

@media(max-width: 767px) {
    .flow__slider {
        padding: 9.4666666667vw 0 8.4vw
    }
}

.flow__sliderInner {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    padding: 0 60px
}

@media(max-width: 767px) {
    .flow__sliderInner {
        padding: 0 6.4vw
    }
}

.flow__sliderTtl {
    text-align: center
}

.flow__sliderTtl span {
    font-size: 24px;
    font-weight: 400
}

@media(max-width: 767px) {
    .flow__sliderTtl span {
        font-size: 4.8vw
    }
}

.flow__sliderTtl span::before {
    background-repeat: no-repeat;
    background-size: auto 34px;
    display: inline-block;
    height: 34px;
    margin-right: 30px;
    vertical-align: -3px;
    content: ""
}

@media(max-width: 767px) {
    .flow__sliderTtl span::before {
        background-size: auto 6vw;
        display: inline-block;
        height: 6vw;
        margin-right: 2vw
    }
}

.flow__sliderTtl01 span::before {
    background-image: url(../images/icon_slide_no01.png);
    width: 43px
}

@media(max-width: 767px) {
    .flow__sliderTtl01 span::before {
        width: 8vw
    }
}

.flow__sliderTtl02 span::before {
    background-image: url(../images/icon_slide_no02.png);
    width: 48px
}

@media(max-width: 767px) {
    .flow__sliderTtl02 span::before {
        width: 8.6666666667vw
    }
}

.flow__sliderTtl03 span::before {
    background-image: url(../images/icon_slide_no03.png);
    width: 48px
}

@media(max-width: 767px) {
    .flow__sliderTtl03 span::before {
        width: 8.9333333333vw
    }
}

.flow__sliderTtl04 span::before {
    background-image: url(../images/icon_slide_no04.png);
    width: 50px
}

@media(max-width: 767px) {
    .flow__sliderTtl04 span::before {
        width: 9.0666666667vw
    }
}

.flow__sliderTtl05 span::before {
    background-image: url(../images/icon_slide_no05.png);
    width: 48px
}

@media(max-width: 767px) {
    .flow__sliderTtl05 span::before {
        width: 8.6666666667vw
    }
}

.flow__sliderTtl06 span::before {
    background-image: url(../images/icon_slide_no06.png);
    width: 50px
}

@media(max-width: 767px) {
    .flow__sliderTtl06 span::before {
        width: 9.0666666667vw
    }
}

.flow__sliderTtl07 span::before {
    background-image: url(../images/icon_slide_no07.png);
    width: 48px
}

@media(max-width: 767px) {
    .flow__sliderTtl07 span::before {
        width: 8.9333333333vw
    }
}

.flow__sliderTtl08 span::before {
    background-image: url(../images/icon_slide_no08.png);
    width: 50px
}

@media(max-width: 767px) {
    .flow__sliderTtl08 span::before {
        width: 9.2vw
    }
}

.flow__sliderMedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 760px;
    margin: 46px auto 0
}

@media(max-width: 767px) {
    .flow__sliderMedia {
        display: block;
        margin-top: 4.9333333333vw
    }
}

.flow__sliderMediaFigure {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 44.736%;
    flex: 0 1 44.736%
}

@media(max-width: 767px) {
    .flow__sliderMediaFigure {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 0 11.2vw
    }
}

.flow__sliderMediaBody {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px
}

@media(max-width: 767px) {
    .flow__sliderMediaBody {
        margin: 5.3333333333vw 0 0
    }
}

.flow__sliderMediaTxt {
    line-height: 1.85;
    font-size: 16px
}

@media(max-width: 767px) {
    .flow__sliderMediaTxt {
        font-size: 3.4666666667vw
    }
}

@media(max-width: 767px) {
    .swiper-slide04 .flow__sliderMediaTxt {
        padding: 0 9vw
    }
}

.flow__sliderMediaLink {
    margin-top: 1.5em;
    text-decoration: underline;
    font-size: 16px
}

@media(max-width: 767px) {
    .flow__sliderMediaLink {
        font-size: 3.4666666667vw
    }
}

.flow__sliderCheck {
    margin-top: 48px;
    text-align: center
}

@media(max-width: 767px) {
    .flow__sliderCheck {
        text-align: left;
        margin-top: 3.3333333333vw
    }
}

.flow__sliderCheckTxt {
    font-size: 16px
}

@media(max-width: 767px) {
    .flow__sliderCheckTxt {
        font-size: 3.2vw
    }
}

.flow__sliderCheckBox {
    background-color: #fff;
    display: block;
    padding: 17px 40px;
    border: 1px solid #898989;
    max-width: 430px;
    margin: 15px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width: 767px) {
    .flow__sliderCheckBox {
        margin-top: 3.2vw;
        padding: 2.6666666667vw 5.3333333333vw
    }
}

.flow__sliderCheckBoxTxt {
    text-align: left;
    font-size: 15px
}

@media(max-width: 767px) {
    .flow__sliderCheckBoxTxt {
        font-size: 3.4666666667vw
    }
}

.flow__slider .swiper-slide:nth-child(4) {
    padding: 30px 0
}

@media(max-width: 767px) {
    .flow__slider .swiper-slide:nth-child(4) {
        padding: 0
    }
}

.flow__slider .swiper-wrapper {
    padding-bottom: 100px
}

@media(max-width: 767px) {
    .flow__slider .swiper-wrapper {
        padding-bottom: 11vw
    }
}

.flow__slider .swiper-button-prev, .flow__slider .swiper-button-next {
    top: 36%;
    width: 23px;
    height: 44px
}

@media(max-width: 767px) {
    .flow__slider .swiper-button-prev, .flow__slider .swiper-button-next {
        top: 20%;
        width: 4.2666666667vw;
        height: 8vw
    }
}

.flow__slider .swiper-button-prev {
    left: 0;
    background-image: url(../images/icon_slider_prev.png);
    background-size: 23px auto
}

@media(max-width: 767px) {
    .flow__slider .swiper-button-prev {
        left: 0;
        background-size: auto 8vw
    }
}

.flow__slider .swiper-button-next {
    right: 0;
    background-image: url(../images/icon_slider_next.png);
    background-size: 23px auto
}

@media(max-width: 767px) {
    .flow__slider .swiper-button-next {
        right: 0;
        background-size: auto 8vw
    }
}

.flow__slider .swiper-button-disabled {
    display: none
}

.flow__slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 22px
}

@media(max-width: 767px) {
    .flow__slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0
    }
}

.flow__slider .swiper-pagination-bullet {
    background-color: #d8d8d8;
    width: 13px;
    height: 13px
}

@media(max-width: 767px) {
    .flow__slider .swiper-pagination-bullet {
        width: 2.6666666667vw;
        height: 2.6666666667vw
    }
}

.flow__slider .swiper-pagination-bullet-active {
    background-color: #3a3a3a
}

.flow__content {
    max-width: 1000px;
    margin: 76px auto 0
}

@media(max-width: 767px) {
    .flow__content {
        margin: 15.3333333333vw 5.0666666667vw 0
    }
}

.flow__content+.flow__content {
    margin-top: 65px;
    padding-top: 56px;
    border-top: 1px solid #e6e6e6
}

@media(max-width: 767px) {
    .flow__content+.flow__content {
        margin-top: 10.9333333333vw;
        padding-top: 8vw
    }
}

.flow__box {
    max-width: 600px;
    margin: 0 auto
}

.flow__boxTtl {
    text-align: center;
    color: #a67c1d;
    font-size: 15px;
    font-weight: 400
}

@media(max-width: 767px) {
    .flow__boxTtl {
        margin: -1em;
        font-size: 3.7333333333vw
    }
}

.flow__boxTtl em {
    font-size: 26px
}

@media(max-width: 767px) {
    .flow__boxTtl em {
        font-size: 6.4vw
    }
}

.flow__boxTxt {
    margin-top: 25px;
    line-height: 1.8;
    font-size: 16px
}

@media(max-width: 767px) {
    .flow__boxTxt {
        margin-top: 4.6666666667vw;
        line-height: 1.7;
        font-size: 3.2vw
    }
}

.flow__boxList>dt {
    margin-top: 28px;
    padding-left: .5em;
    line-height: 1.2;
    border-left: 5px solid #c8af77;
    color: #a67c1d;
    font-size: 20px
}

@media(max-width: 767px) {
    .flow__boxList>dt {
        margin-top: 6vw;
        font-size: 4.5333333333vw
    }
}

.flow__boxList>dt:first-child {
    margin-top: 43px
}

@media(max-width: 767px) {
    .flow__boxList>dt:first-child {
        margin-top: 12vw
    }
}

.flow__boxList>dd {
    margin-top: 10px;
    line-height: 1.8;
    font-size: 16px
}

@media(max-width: 767px) {
    .flow__boxList>dd {
        margin-top: 2.6666666667vw;
        line-height: 1.7;
        font-size: 3.4666666667vw
    }
}

.flow__boxTable {
    width: 100%;
    margin-top: 40px;
    table-layout: fixed;
    border-collapse: collapse
}

.flow__boxTable th, .flow__boxTable td {
    vertical-align: middle;
    border: 1px solid #a67c1d
}

.flow__boxTable th {
    background-color: #faf8f4;
    width: 40%;
    padding: 16px 32px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #a67c1d;
    font-weight: 400
}

@media(max-width: 767px) {
    .flow__boxTable th {
        padding: 3.3333333333vw 4vw;
        font-size: 3.4666666667vw
    }
}

.flow__boxTable td {
    padding: 16px 18px;
    font-size: 16px
}

@media(max-width: 767px) {
    .flow__boxTable td {
        padding: 3.3333333333vw 1.3333333333vw 3.3333333333vw 4.6666666667vw;
        letter-spacing: .03em;
        font-size: 3.4666666667vw
    }
}

.faq__header {
    background: #def1f7;
    background: -webkit-linear-gradient(57deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    background: linear-gradient(33deg, rgb(222, 241, 247) 0%, rgb(220, 244, 238) 27%, rgb(248, 245, 231) 54%, rgb(205, 236, 252) 100%);
    padding: 92px 0 85px;
    margin-top: 90px
}

@media(max-width: 767px) {
    .faq__header {
        margin-top: 11.6vw;
        padding: 8.5333333333vw 0 6.6666666667vw
    }
}

.faq__headerTtl {
    text-align: center
}

.faq__headerTtl img {
    width: 51px;
    height: auto
}

.faq__headingLv2 {
    margin-top: 25px;
    text-align: center;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 30px;
    font-weight: 400
}

@media(max-width: 767px) {
    .faq__headingLv2 {
        margin-top: 3.3333333333vw;
        font-size: 8vw
    }
}

.faq__list {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #c8af77;
    border-bottom: 0
}

.faq__listWrapper {
    background-color: #f6fafa;
    padding: 70px 20px 75px
}

@media(max-width: 767px) {
    .faq__listWrapper {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        margin: 9.7333333333vw 5.3333333333vw 0
    }
}

.faq__list>dt, .faq__list dd {
    background-color: #fff;
    padding: 25px 100px 25px 50px
}

@media(max-width: 767px) {
    .faq__list>dt, .faq__list dd {
        padding: 3.8666666667vw 8vw 3.8666666667vw 4vw
    }
}

.faq__list>dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c8af77;
    cursor: pointer
}

@media(max-width: 767px) {
    .faq__list>dt {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.faq__list>dt::after, .faq__list>dt::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    background-color: #a67c1d;
    display: block;
    margin: auto;
    width: 20px;
    height: 2px;
    content: ""
}

@media(max-width: 767px) {
    .faq__list>dt::after, .faq__list>dt::before {
        right: 6.1333333333vw;
        width: 17px
    }
}

.faq__list>dt::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .5s;
    transition: .5s
}

.faq__list>dt.is-active::after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.faq__list>dd {
    display: none;
    border-bottom: 1px solid #c8af77;
    padding-bottom: 42px
}

@media(max-width: 767px) {
    .faq__list>dd {
        padding: 5.3333333333vw 5.0666666667vw 9.3333333333vw 4vw
    }
}

.faq__list .q {
    position: relative;
    top: -5px;
    margin-right: 24px;
    font-size: 26px;
    color: #c8af77
}

@media(max-width: 767px) {
    .faq__list .q {
        top: 0;
        margin-right: 1.7333333333vw;
        font-size: 5.3333333333vw
    }
}

.faq__list .q-txt {
    line-height: 1.8;
    font-size: 18px;
    color: #c8af77
}

@media(max-width: 767px) {
    .faq__list .q-txt {
        line-height: 1.5;
        font-size: 3.7333333333vw
    }
}

.faq__list .a {
    position: relative;
    top: -5px;
    margin-right: 24px;
    font-size: 26px;
    color: #444141
}

@media(max-width: 767px) {
    .faq__list .a {
        top: 0;
        margin-right: 1.7333333333vw;
        font-size: 5.3333333333vw
    }
}

.faq__list .a-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.faq__list .a-txt {
    line-height: 1.8;
    font-size: 16px;
    color: #444141
}

@media(max-width: 767px) {
    .faq__list .a-txt {
        line-height: 1.55;
        font-size: 3.7333333333vw
    }
}

.faq__follow {
    max-width: 800px;
    margin: 70px auto 0;
    border: 1px solid #c8af77;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width: 767px) {
    .faq__follow {
        background-color: #faf8f4;
        margin: 11.3333333333vw 5.3333333333vw 0
    }
}

.faq__follow__inner {
    padding: 50px 98px 45px
}

@media(max-width: 767px) {
    .faq__follow__inner {
        padding: 8vw 6vw
    }
}

.faq__followTtl {
    padding: 0 1em .4em;
    border-bottom: 1px solid #c8af77;
    text-align: center;
    font-size: 26px;
    color: #c8af77
}

@media(max-width: 767px) {
    .faq__followTtl {
        padding: 0 0 .4em;
        font-size: 5.6vw
    }
}

.faq__followTxt {
    margin-top: 25px;
    line-height: 1.8;
    font-size: 16px
}

@media(max-width: 767px) {
    .faq__followTxt {
        margin-top: 5.3333333333vw;
        line-height: 1.56;
        font-size: 3.7333333333vw
    }
}

.faq__followNote {
    margin-top: 30px;
    font-size: 12px;
    color: #9b9b9b
}

@media(max-width: 767px) {
    .faq__followNote {
        margin-top: 4vw;
        font-size: 2.6666666667vw
    }
}

.faq__aboutWrapper {
    position: relative;
    background: #e2f3f8;
    background: -webkit-linear-gradient(142deg, rgb(226, 243, 248) 0%, rgb(234, 252, 248) 14%, rgb(252, 249, 239) 69%, rgb(236, 248, 247) 90%, rgb(223, 237, 244) 100%);
    background: linear-gradient(308deg, rgb(226, 243, 248) 0%, rgb(234, 252, 248) 14%, rgb(252, 249, 239) 69%, rgb(236, 248, 247) 90%, rgb(223, 237, 244) 100%);
    margin-top: 65px;
    padding-bottom: 90px
}

@media(max-width: 767px) {
    .faq__aboutWrapper {
        margin-top: 13.3333333333vw;
        padding-bottom: 9.3333333333vw
    }
}

.faq__aboutWrapper .cta__btnListWrapper {
    margin-top: 30px
}

@media(max-width: 767px) {
    .faq__aboutWrapper .cta__btnListWrapper {
        margin-top: 7.2vw
    }
}

.faq__aboutWrapper::before {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 230px;
    display: block;
    content: ""
}

@media(max-width: 767px) {
    .faq__aboutWrapper::before {
        height: 80vw
    }
}

.faq__aboutImg {
    position: relative;
    text-align: center;
    z-index: 1
}

.faq__aboutImg img {
    width: 526px;
    height: auto
}

@media(max-width: 767px) {
    .faq__aboutImg img {
        width: auto;
        height: 76.1333333333vw
    }
}

.faq__aboutAppeal {
    position: relative;
    top: -50px;
    max-width: 430px;
    margin: 0 auto;
    z-index: 2
}

@media(max-width: 767px) {
    .faq__aboutAppeal {
        top: 0
    }
}

.faq__aboutTxt {
    position: relative;
    top: -15px;
    text-align: center;
    line-height: 2;
    font-size: 20px
}

@media(max-width: 767px) {
    .faq__aboutTxt {
        top: 0;
        margin: 7.7333333333vw 6.2666666667vw 0;
        line-height: 1.82;
        font-size: 4.5333333333vw
    }
}

.footer {
    background-color: #5a5a5a;
    padding: 55px 20px 29px
}

@media(max-width: 767px) {
    .footer {
        padding: 10vw 4.9333333333vw 28.3333333333vw
    }
}

.footer__txt {
    line-height: 2.5;
    text-align: center;
    font-size: 14px;
    color: #fff
}

@media(max-width: 767px) {
    .footer__txt {
        text-align: left;
        font-size: 2.2666666667vw
    }
}

.footer__catch {
    margin-top: 55px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

@media(max-width: 767px) {
    .footer__catch {
        margin-top: 10.4vw;
        font-size: 2.6666666667vw
    }
}

.footer__copyright {
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
    color: #fff
}

@media(max-width: 767px) {
    .footer__copyright {
        margin-top: 5.3333333333vw;
        font-size: 2.6666666667vw
    }
}

.floating__btnWrapper {
    display: none
}

@media(max-width: 767px) {
    .floating__btnWrapper {
        position: fixed;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        background-color: #f2f2f2;
        padding: 2.6666666667vw 3.8666666667vw 1.3333333333vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, .16);
        box-shadow: 5px 0 10px rgba(0, 0, 0, .16);
        -webkit-transform: translateY(22.6666666667vw);
        transform: translateY(22.6666666667vw);
        -webkit-transition: .3s;
        transition: .3s;
        z-index: 45
    }
}

@media(max-width: 767px) {
    .floating__btnWrapper.is-show {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media(max-width: 767px) {
    .floating__btnList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 767px) {
    .floating__btnList>li {
        width: calc(50% - 1.333vw);
        margin-right: 2.6666666667vw
    }
}

@media(max-width: 767px) {
    .floating__btnList>li:last-child {
        margin-right: 0
    }
}

@media(max-width: 767px) {
    .floating__btnListNote {
        margin-top: 0.6666666667vw;
        font-size: 2.6666666667vw;
        color: #656565
    }
}

.menu__modal {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 50%;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s;
    transition: .5s
}

@media(max-width: 767px) {
    .menu__modal {
        position: fixed;
        right: 0;
        width: 85.33333%;
        height: 100%
    }
}

.menu__modal.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 150
}

.menu__modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(13, 13, 13, .55);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10
}

.menu__modalHeader {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 89px;
    margin: 0 0 0 auto;
    z-index: 150
}

@media(max-width: 767px) {
    .menu__modalHeader {
        height: 14.6666666667vw;
        padding: 4vw 2.6666666667vw 4vw 5.3333333333vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
    }
}

.menu__modalLogo {
    display: none
}

@media(max-width: 767px) {
    .menu__modalLogo {
        position: relative;
        top: 3px;
        display: block
    }
}

@media(max-width: 767px) {
    .menu__modalLogo img {
        width: 32.4vw;
        height: auto
    }
}

.menu__modalHamburger {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c8af77;
    width: 100px;
    height: 89px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 10
}

@media(max-width: 767px) {
    .menu__modalHamburger {
        width: 14.6666666667vw;
        height: 14.6666666667vw
    }
}

.menu__modalHamburgerLine {
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    width: 36px;
    height: 2px;
    margin: auto;
    text-align: center
}

@media(max-width: 767px) {
    .menu__modalHamburgerLine {
        top: 0;
        width: 6vw;
        height: 2px
    }
}

.menu__modalHamburgerLineTxt {
    position: relative;
    top: 15px;
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    color: #fff
}

@media(max-width: 767px) {
    .menu__modalHamburgerLineTxt {
        display: none
    }
}

.menu__modalHamburgerLine::before, .menu__modalHamburgerLine::after {
    position: absolute;
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media(max-width: 767px) {
    .menu__modalHamburgerLine::before, .menu__modalHamburgerLine::after {
        top: 0
    }
}

.menu__modalHamburgerLine::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu__modalHamburgerLine::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu__modalContent {
    position: relative;
    top: -1px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    z-index: 50
}

@media(max-width: 767px) {
    .menu__modalContent {
        height: 100%;
        margin: 0
    }
}

.menu__modalContentInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 635px;
    margin: 0 auto;
    padding: 52px 20px 0
}

@media(max-width: 767px) {
    .menu__modalContentInner {
        position: relative;
        display: block;
        margin: 0;
        height: 100%;
        padding: 2.6666666667vw 6vw 20vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: scroll
    }
}

.menu__modalList {
    width: calc(50% - 30px);
    margin-right: 60px
}

@media(max-width: 767px) {
    .menu__modalList {
        width: 100%
    }
}

.menu__modalList:last-child {
    margin-right: 0
}

.menu__modalList>li+li {
    margin-top: 32px
}

@media(max-width: 767px) {
    .menu__modalList>li+li {
        margin-top: 0
    }
}

.menu__modalList>li a {
    position: relative;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #b9b9b9;
    color: #444141
}

@media(max-width: 767px) {
    .menu__modalList>li a {
        padding: 4.1333333333vw 0vw 2.6666666667vw 0vw
    }
}

.menu__modalList>li a span {
    display: inline-block;
    padding-left: 1em;
    border-left: 5px solid #c8af77;
    font-size: 18px
}

@media(max-width: 767px) {
    .menu__modalList>li a span {
        letter-spacing: 0;
        font-size: 4.2666666667vw
    }
}

.menu__modalList>li a::after {
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 95%;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ""
}

@media(max-width: 767px) {
    .menu__modalList>li a::after {
        left: 95%;
        display: block
    }
}

.menu__modalListChild {
    width: 84%;
    margin: 24px 0 0 auto
}

@media(max-width: 767px) {
    .menu__modalListChild {
        width: 61.3333333333vw;
        margin: 0 0 0 auto
    }
}

.menu__modalListChild>li+li {
    margin-top: 32px
}

@media(max-width: 767px) {
    .menu__modalListChild>li+li {
        margin: 0
    }
}

.menu__modalListChild>li a {
    position: relative;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #b9b9b9;
    color: #444141;
    font-size: 18px
}

@media(max-width: 767px) {
    .menu__modalListChild>li a {
        padding: 4.1333333333vw 0vw 2.6666666667vw 0vw;
        font-size: 4vw
    }
}

@media(max-width: 767px) {
    .menu__modalListChild>li a::after {
        left: 93%
    }
}

.menu__modalList span.menu_subtxt {
    border-left: none;
    padding-left: 0;
    color: #A67C1D;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
    width: 100%;
    position: absolute;
    right: 1vw;
    bottom: 1vw;
    font-size: 3.2vw;
}

.menu__modalList a.menu_subtxt_wrap {
    position: relative;
    padding-bottom: 7vw;
}

.b_sc {
    position: fixed;
    width: 100%;
    font-size: 0;
    top: 14.6666666667vw;
    left: 0;
    z-index: 10;
}

.menu__featurePriceList>li .ope span.before_price {
    margin-left: 0.5em;
    font-size: 3.19999vw;
    position: relative;
}

.menu__featurePriceList>li .ope span.before_price>span {
    font-size: .8333333em;
    margin-left: 0;
}

.menu__featurePriceList>li .ope span.before_price::before {
    content: "";
    background: #EB0000;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    -ms-transform: translate(-50%, -50%) rotate(-5deg);
}

.menu__featurePriceList>li .ope span.before_price::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5vw 0 1.5vw 1.7vw;
    border-color: transparent transparent transparent #000000;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -5vw;
}

.ope_h {
    width: 100%;
    background: #C8AF77;
    text-align: center;
    font-size: 3.46666vw;
    color: #FFF;
    padding: .2em;
    margin: 0 0 .2em;
}

.b_sc_pc {
    display: none;
}

@media(min-width: 768px) {
    .b_sc {
        display: none;
    }

    .b_sc_pc {
        display: block;
        position: fixed;
        width: 20vw;
        max-width: 200px;
        bottom: 1.5vw;
        left: 1.5vw;
        font-size: 0;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, .16);
    }

    .menu__modalList a.menu_subtxt_wrap {
        padding-bottom: 32px;
    }

    .menu__modalList span.menu_subtxt {
        font-size: 14px;
        right: 50px;
        bottom: 10px;
    }

    .menu__modalList a.menu_subtxt_wrap::after {
        top: -36px;
    }

    .ope_h {
        width: 17em;
        font-size: 12px;
        padding: .4em .2em;
        margin: 0 0 .2em;
        display: block;
    }

    .menu__featurePriceList>li .ope span.before_price {
        font-size: 14px;
    }

    .menu__featurePriceList>li .ope span.before_price::after {
        border-width: 6px 0 6px 6px;
        right: -20px;
    }

    .menu__featurePriceList.col02>li.li1 {
        width: calc(50% - 15px);
    }

    .menu__featurePriceList.col02>li.li2 {
        width: calc(50% - 15px);
    }
}

.sns__modal {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 50
}

.sns__modalHamburger {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c8af77;
    width: 100px;
    height: 89px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 160
}

@media(max-width: 767px) {
    .sns__modalHamburger {
        width: 14.6666666667vw;
        height: 14.6666666667vw
    }
}

.sns__modalHamburgerLine {
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 50%;
    height: 2px;
    display: block;
    margin: auto;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media(max-width: 767px) {
    .sns__modalHamburgerLine {
        top: 0;
        width: 6vw;
        height: 2px
    }
}

.sns__modalHamburgerLineTxt {
    position: relative;
    top: 15px;
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    color: #fff
}

@media(max-width: 767px) {
    .sns__modalHamburgerLineTxt {
        display: none
    }
}

.sns__modalHamburgerLine::before, .sns__modalHamburgerLine::after {
    position: absolute;
    top: 0;
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.sns__modalHamburgerLine::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sns__modalHamburgerLine::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sns__modalContent {
    position: absolute;
    top: 56%;
    left: 50%;
    max-width: 100%;
    width: 800px;
    height: 88%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

@media(max-width: 767px) {
    .sns__modalContent {
        top: 56%;
        width: 100%
    }
}

.sns__modalImg {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    text-align: center
}

.sns__modalOverlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(13, 13, 13, .55);
    width: 100%;
    height: 100%
}

.monitored {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation: fadeInUp 1s ease-in-out .2s alternate forwards;
    animation: fadeInUp 1s ease-in-out .2s alternate forwards
}

#menu__featurePrice {
    position: absolute;
    top: -30vw;
}

@media(min-width: 768px) {
    #menu__featurePrice {
        top: -100px;
    }
}

.embed_form {
    padding: 30px 10px;
}

.embed_in {
    max-width: 1000px;
    margin: 0 auto;
}

.altxt_pc {
    display: none;
}

@media(min-width: 768px) {
    .altxt_pc {
        display: block;
        font-size: 10px;
        margin: -3vw auto 45px;
        padding: 0 15px;
        text-align: center;
    }
}

.altxt_sp_wrap {
    text-align: center;
    padding: 10px 12px;
    font-size: 10px;
}

.altxt_sp_txt1 {
    cursor: pointer;
    margin-bottom: 8px;
}

.altxt_sp_txt2 {
    text-align: left;
    display: none;
}

@media(min-width: 768px) {
    .altxt_sp_wrap {
        display: none;
    }
}

.opt {
    font-size: 10px;
    text-align: center;
}





.cinfo_bg {
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cinfo_wrap {
    padding: 62px 15px 62px;
    margin: 0 auto;
    max-width: 600px;
}

.cinfo_h_en {
    text-align: center;
    font-size: 0;
    margin-bottom: 5px;
}

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

.cinfo_h_en.-contact img {
    width: 136px;
}

.cinfo_h_en.-access img {
    width: 110px;
}

.cinfo_h_ja {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    margin-bottom: 26px;
}

.cinfo_table1 {
    margin-bottom: 18px;
    width: 100%;
}

.cinfo_table1 th, .cinfo_table1 td {
    font-weight: 500;
    text-align: left;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.cinfo_table1 th {
    font-size: 13px;
    width: 48%;
}

.cinfo_table1_txt1 {
    font-size: 10px;
}

.cinfo_table1_txt2 .-pctel {
    display: none;
}

.cinfo_table1_txt2 .-sptel {
    font-weight: 600;
    font-size: 20px;
}

.cinfo_txt1 {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.cinfo_txt1>span {
    display: inline-block;
    text-align: left;
}

.cinfo_contact {
    margin-bottom: 46px;
}

.cinfo_table2 {
    border-bottom: 1px solid #333230;
    width: 100%;
}

.cinfo_table2 tr {
    border-top: 1px solid #333230;
}

.cinfo_table2 th, .cinfo_table2 td {
    text-align: left;
    font-weight: 500;
    vertical-align: middle;
    padding: 10px 0;
    position: relative;
}

.cinfo_table2 th {
    font-size: 13px;
    width: 45%;
}

.cinfo_table2 td {
    font-size: 12px;
}

@media(min-width: 768px) {
    .cinfo_wrap {
        padding: 101px 0;
    }

    .cinfo_table1 {
        border-bottom: 1px solid #333230;
    }

    .cinfo_table1 tr {
        border-top: 1px solid #333230;
    }

    .cinfo_table1 th {
        font-size: 14px;
        width: 31%;
        padding: 18px 5px 18px 6px;
    }

    .cinfo_table1 th::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 1px;
        height: calc(100% - 25px);
        background: #333230;
    }

    .cinfo_table1 td {
        padding: 18px 0 18px 16px;
    }

    .cinfo_table1_txt2 .-sptel {
        display: none;
    }

    .cinfo_table1_txt2 .-pctel {
        display: inline-block;
        font-size: 24px;
        font-weight: 600;
    }

    .cinfo_table1_flex1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .cinfo_table1_txt1 {
        font-size: 14px;
        margin-right: 17px;
    }

    .cinfo_txt1 {
        font-size: 12.36px;
    }

    .br-sp {
        display: none;
    }

    .cinfo_table2 th, .cinfo_table2 td {
        font-size: 14px;
    }

    .cinfo_table2 th {
        width: 31%;
        padding: 18px 5px 18px 6px;
    }

    .cinfo_table2 td {
        padding: 18px 0 18px 16px;
    }

    .cinfo_table2 th::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 1px;
        height: calc(100% - 25px);
        background: #333230;
    }

    .cinfo_contact {
        margin-bottom: 121px;
    }

}





.header_tel_btn {
    display: inline-block;
    background: #D6C788;
    color: #FFF;
    height: 100%;
    width: 100%;
    padding: .8em 1em 0 2.8em;
    position: relative;
    box-sizing: border-box;
    line-height: 1.2;
}

.header_tel_btn .txt1 {
    font-size: 17px;
    letter-spacing: .08em;
    margin-bottom: .3em
}

.header_tel_btn .txt2 {
    font-size: 8px;
}

.header_tel_btn::before {
    content: "";
    position: absolute;
    left: 1.2em;
    top: 50%;
    transform: translateY(-50%);
    width: 6%;
    height: 50%;
    background-image: url(../images/tel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 1255px) {
    .header_tel_btn {
        padding: 1.2vw 1em 0 3.1vw;
    }

    .header_tel_btn .txt1 {
        font-size: 1.1vw;
        margin-bottom: -.5em;
        display: inline-block;
    }

    .header_tel_btn .txt2 {
        font-size: .7vw;
        display: inline-block;
    }

    .header_tel_btn::before {
        left: 1.1vw;
    }
}


.cta_telbtn {
    display: inline-block;
    background: #D6C788;
    color: #FFF;
    height: 100%;
    width: 100%;
    border-bottom: 10px solid #C9E2E6;
    text-align: center;
    padding: 17px 0 0;
    position: relative;
    box-sizing: border-box;
    line-height: 1.3;
}

.cta_telbtn_in {
    display: inline-block;
    text-align: left;
}

.cta_telbtn .txt1 {
    font-size: 24px;
    letter-spacing: .1em;
    display: inline-block;
}

.cta_telbtn .txt2 {
    font-size: 30px;
    letter-spacing: .1em;
}

.cta_telbtn .txt2.-sp {
    display: none;
}

.cta_telbtn::before {
    content: "";
    position: absolute;
    left: 8.8%;
    top: 50%;
    transform: translateY(-50%);
    width: 7%;
    height: 50%;
    background-image: url(../images/tel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cta_telbtn::after {
    content: "";
    position: absolute;
    right: 1.4em;
    top: 50%;
    transform: translateY(-50%);
    width: 2.8%;
    height: 50%;
    background-image: url(../images/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media(max-width: 767px) {
    .cta_telbtn {
        padding: 4vw 0 4vw;
        border-width: 0 0 1.3vw;
    }

    .cta_telbtn_in {
        text-align: center;
    }

    .cta_telbtn .txt1 {
        font-size: 4.5vw;
    }

    .cta_telbtn .txt2 {
        font-size: 3vw;
    }

    .cta_telbtn .txt2.-sp {
        display: inline;
    }

    .cta_telbtn .txt2.-pc {
        display: none;
    }

    .cta_telbtn::before {
        left: 5.5vw;
    }
}


.fix_telbtn {
    display: inline-block;
    background: #D6C788;
    color: #FFF;
    height: 100%;
    width: 100%;
    border-bottom: .9vw solid #DDD7BE;
    text-align: center;
    padding: 2.25vw 0 0 4vw;
    position: relative;
    height: 14.22222vw !important;
    box-sizing: border-box;
    line-height: 1.0;
}

.fix_telbtn_in {
    display: inline-block;
    text-align: left;
}

.fix_telbtn .txt1 {
    font-size: 3.8vw;
    letter-spacing: .1em;
    display: inline-block;
    margin-bottom: .1em;
}

.fix_telbtn .txt2 {
    font-size: 2.5vw;
    letter-spacing: .1em;
}

.fix_telbtn::before {
    content: "";
    position: absolute;
    left: .8em;
    top: 50%;
    transform: translateY(-50%);
    width: 12%;
    height: 60%;
    background-image: url(../images/tel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.present_txt1 {
    width: 100%;
}
.present_txt1 > span {
    display: inline-block;
    padding: .2em .3em;
    background: #c8af77;
    color: #FFF;
    font-size: 12px;
}
span.present_slash {
    margin: 0!important;
    font-size: 3.7333333333vw!important;
    position: relative!important;
}
span.present_slash::before {
    content: "";
    position: absolute;
    top: 50%;
	left: 0%;
	transform: translate(0%, -50%) rotate(-6deg);
	-webkit-transform: translate(0%, -50%) rotate(-6deg);
	-ms-transform: translate(0%, -50%) rotate(-6deg);
	width: 6em;
	height: 1px;
	background: #ff0000;
}
@media(min-width: 768px) {
    .present_txt1 > span {
        font-size: 13px;
        padding: .2em .5em;
    }
    span.present_slash {
        font-size: 14px!important;
    }
    .menu__featurePriceList_present > li.li1 {
        width: 35%!important;
    }
    .menu__featurePriceList_present > li.li2 {
        width: 60%!important;
    }
}
