html { 
    font-family: 'Noto Sans JP', sans-serif;
    color: #404040;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    isolation: isolate;
    width: 100%;
}

main {
    overflow: hidden;
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

span {
    display: inline-block;
}

picture {
    display: block;
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

a {
    display: inline-block;
}

.u-en {
    font-family: 'Barlow', sans-serif;
}

.--orange {
    color: #FF8F3F;
}

section {
    position: relative;
}

.c-cta-btn {
    width: 94.4%;
    -webkit-animation: ctaBtn 1.5s infinite;
    animation: ctaBtn 1.5s infinite;
    display: block;
}

.p-float {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -100%;
    z-index: 99;
    transition: bottom .8s;
}

.p-float.js-active {
    bottom: 0;
}

.p-float__inner {
    max-width: 750px;
    margin: 0 auto;
}

.p-float__btn {
    position: relative;
    left: 2.8%;
}

@keyframes ctaBtn {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.04, 0.94, 1);
        transform: scale3d(1.04, 0.94, 1);
    }
    40% {
        -webkit-transform: scale3d(0.94, 1.04, 1);
        transform: scale3d(0.94, 1.04, 1);
    }
    50% {
        -webkit-transform: scale3d(1.03, 0.96, 1);
        transform: scale3d(1.03, 0.96, 1);
    }
    65% {
        -webkit-transform: scale3d(0.96, 1.03, 1);
        transform: scale3d(0.96, 1.03, 1);
    }
    75% {
        -webkit-transform: scale3d(1.02, 0.98, 1);
        transform: scale3d(1.02, 0.98, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
    padding-bottom: 10.667vw;
}

.p-mv__subHead {
    position: absolute;
    max-width: 698px;
    width: 93.067vw;
    top: 3.733vw;
    left: 3.733vw;
}

.p-mv__num {
    position: absolute;
    max-width: 365px;
    width: 48.667vw;
    top: 27.067vw;
    left: 2.4vw;
}

.p-mv__caution {
    font-size: 2vw;
    line-height: 166.91%;
    padding: 0 3.733vw;
    color: #505050;
}

.p-mv__btn {
    margin: 4.4vw auto 0;
}

@media screen and (min-width: 751px) {
    .p-mv {
        padding-bottom: 80px;
    }

    .p-mv__subHead {
        top: 28px;
        left: 28px;
    }

    .p-mv__num {
        top: 203px;
        left: 18px;
    }

    .p-mv__caution {
        font-size: 15px;
        padding: 0 28px;
    }

    .p-mv__btn {
        margin: 33px auto 0;
    }
}

/*===========================================================================*/
/*  video  */
/*===========================================================================*/
.p-video {
    padding-bottom: 6.667vw;
}

.p-video__area {
    position: absolute;
    width: 84.8vw;
    height: 84.8vw;
    left: 7.467vw;
    top: 40.267vw;
}

.js-video-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 80;
}

.p-video__caution {
    font-size: 2vw;
    line-height: 166.91%;
    padding: 0 3.733vw;
    margin-top: 5.333vw;
    color: #505050;
}

.js-video-start {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 751px) {
    .p-video__area {
        width: 636px;
        height: 636px;
        left: 56px;
        top: 305px;
    }

    .p-video {
        padding-bottom: 50px;
    }

    .p-video__caution {
        font-size: 15px;
        padding: 0 28px;
        margin-top: 40px;
    }
}

/*===========================================================================*/
/*  number  */
/*===========================================================================*/
.p-number{
    position: relative;
}
.p-number__num--wrapper {
    position: absolute;
    right: 17%;
    top: 23.467vw;
    display: inline-block;
}

.p-number__num {
    font-weight: 600;
    font-size: 16.533vw;
    line-height: 80%;
    letter-spacing: 0.225em;
    color: #fff;
}

.p-number__num .odometer-value {
    padding-bottom: 1.6vw;
}

.p-number__caution {
    font-size: 2vw;
    line-height: 166.91%;
    padding: 0 3.733vw;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 70vw;
    color: #fff;
}

@media screen and (min-width: 751px) {
    .p-number__num--wrapper {
        right: 128px !important;
        top: 176px;
    }

    .p-number__num {
        font-size: 124px;
    }

    .p-number__num .odometer-value {
        padding-bottom: 12px;
    }

    .p-number__caution {
        font-size: 15px;
        padding: 0 28px;
        top: 525px;
    }
}

/*===========================================================================*/
/*  up  */
/*===========================================================================*/
.p-up__num {
    position: absolute;
    width: 55.6vw;
    top: 30.533vw;
    left: 7.733vw;
    opacity: 0;
}

.p-up__num.js-active {
    opacity: 1;
}

.p-up__caution {
    font-size: 2vw;
    line-height: 166.91%;
    position: absolute;
    width: 100%;
    padding: 0 0 0 4.4vw;
    left: 0;
    bottom: 2.267vw;
    color: #505050;
}

@media screen and (min-width: 751px) {
    .p-up__num {
        width: 416px;
        top: 229px;
        left: 58px;
    }

    .p-up__caution {
        font-size: 15px;
        bottom: 17px;
        left: 0;
        padding-left: 33px;
    }
}

/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.p-about {
    padding: 10.267vw 3.733vw 9.333vw;
    background: #EFF1F3;
}

@media screen and (min-width: 751px) {
    .p-about {
        padding: 77px 28px 70px;
    }
}

/*===========================================================================*/
/*  about02  */
/*===========================================================================*/
.p-about02 {
    margin-top: -4.4vw;
}

@media screen and (min-width: 751px) {
    .p-about02 {
        margin-top: -33px;
    }
}

/*===========================================================================*/
/*  voice  */
/*===========================================================================*/
.p-voice {
    z-index: 3;
    margin-top: -23.867vw;
    overflow: hidden;
    padding-bottom: 12.8vw;
}
.p-voice::before {
    background-color: #FCF7CA;
    height: 100%;
    left: 0;
    position: absolute;
    top: 44vw;
    width: 100%;
    z-index: 1;
    content: '';
    z-index: -1;
}

.p-voice__contents {
    position: relative;
    box-shadow: 1.067vw 1.067vw 0px rgba(0, 0, 0, 0.08);
    border-radius: 2.667vw;
    background-color: #fff;
    margin: 3.067vw 3.733vw 0;
    padding: 39.733vw 5.067vw 4.8vw;
}

.p-voice__contents--head {
    position: absolute;
    max-width: 632px;
    width: 84.267vw;
    left: 5.067vw;
    top: -5.6vw;
}

.p-voice__faq li {
    margin-top: 5.067vw;
}

.p-voice__faq li:nth-of-type(1) figure {
    width: 75.772%;
}
.p-voice__faq li:nth-of-type(2) figure {
    width: 93.495%;
}
.p-voice__faq li:nth-of-type(3) figure {
    width: 98.374%;
}
.p-voice__faq li:nth-of-type(4) figure {
    width: 90.081%;
}

.p-voice__faq--answer {
    margin-top: 1.6vw;
    padding: 3.733vw 3.733vw 4vw;
    font-weight: 500;
    font-size: 3.067vw;
    line-height: 162.91%;
    background: #FAF6EE;
    border-radius: 3.84615px;
}

.p-voice__faq--answer .--underline {
    position: relative;
    z-index: 2;
}

.p-voice__faq--answer .--underline::before {
    background-color: #FFEA30;
    content: '';
    height: 2vw;
    left: 0;
    position: absolute;
    bottom: .267vw;
    width: 100%;
    z-index: -1;
}

.p-voice__caution {
    font-size: 2vw;
    line-height: 166.91%;
    margin-top: 2.533vw;
    color: #505050;
}

@media screen and (min-width: 751px) {
    .p-voice {
        margin-top: -179px;
        padding-bottom: 96px;
    }

    .p-voice::before {
        top: 330px;
    }

    .p-voice__contents {
        position: relative;
        box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        margin: 23px 28px 0;
        padding: 298px 38px 36px;
    }

    .p-voice__contents--head {
        left: 38px;
        top: -42px;
    }

    .p-voice__faq li {
        margin-top: 38px;
    }

    .p-voice__faq--answer {
        margin-top: 12px;
        padding: 28px 28px 30px;
        font-weight: 500;
        font-size: 23.0769px;
        line-height: 162.91%;
    }

    .p-voice__faq--answer .--underline::before {
        height: 15px;
        bottom: 2px;
    }

    .p-voice__caution {
        font-size: 15px;
        margin-top: 19px;
    }
}

/*===========================================================================*/
/*  cta  */
/*===========================================================================*/
.p-cta__btn {
    position: absolute;
    left: 2.8%;
    top: 85.333vw;
}

.p-cta__list {
    position: absolute;
    width: 92.8vw;
    max-width: 698px;
    left: 3.733vw;
    bottom: 11.6vw;
}

@media screen and (min-width: 751px) {
    .p-cta__btn {
        top: 640px;
    }

    .p-cta__list {
        left: 28px;
        bottom: 87px;
    }    
}

/*===========================================================================*/
/*  flow  */
/*===========================================================================*/
.p-flow {
    background-color: #FEFCEB;
    padding: 13.333vw 3.467vw 0 4.8vw;
    z-index: 1;
}

@media screen and (min-width: 751px) {
    .p-flow {
        padding: 100px 26px 0 36px;
    }
}

/*===========================================================================*/
/*  tv  */
/*===========================================================================*/
.p-tv {
    margin-top: -5.333vw;
    z-index: 2;
}

@media screen and (min-width: 751px) {
    .p-tv {
        margin-top: -40px;
    }
}

/*===========================================================================*/
/*  case  */
/*===========================================================================*/
.p-case {
    background-color: #F3F1EF;
    margin-top: -4.933vw;
    z-index: 1;
    padding: 14.667vw 3.733vw 4.8vw;
}

.p-case__head {
    max-width: 599px;
    width: 79.867vw;
    padding-left: .667vw;
    margin: 0 auto;
}

.p-case__content {
    position: relative;
    box-shadow: 1.067vw 1.067vw 0px rgba(0, 0, 0, 0.08);
    border-radius: 2.667vw;
    background-color: #fff;
    margin: 6.267vw 0 0;
    padding: 5.6vw 0 5.067vw;
}

.p-case__content.--02 {
    margin-top: 4.8vw;
}

.p-case__person {
    max-width: 208px;
    width: 27.733vw;
    filter: drop-shadow(7.69231px 7.69231px 19.2308px rgba(0, 0, 0, 0.1));
    transform: translateZ(0);
    position: absolute;
    top: 2vw;
    left: -3.733vw;
}

.p-case__txt {
    max-width: 82vw;
    margin: 5.067vw auto 0;
    padding: 3.733vw 3.733vw 4.533vw;
    background-color: #FAF6EE;
    border-radius: 3px;
    font-weight: 500;
    font-size: 3.067vw;
    line-height: 162.91%;
}

.p-case__txt .--orange {
    font-weight: 700;
}

.p-case__caution {
    text-align: right;
    margin-top: 2.667vw;
    font-weight: 400;
    font-size: 2vw;
    line-height: 166.91%;
    color: #505050;
}

@media screen and (min-width: 751px) {
    .p-case {
        margin-top: -37px;
        z-index: 1;
        padding: 110px 28px 36px;
    }

    .p-case__head {
        padding-left: 5px;
    }

    .p-case__content {
        box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        background-color: #fff;
        margin: 47px 0 0;
        padding: 42px 0 38px;
    }
    .p-case__content.--02 {
        margin-top: 36px;
    }

    .p-case__person {
        top: 15px;
        left: -28px;
    }

    .p-case__txt {
        max-width: 615px;
        margin: 38px auto 0;
        padding: 28px 28px 34px;
        font-size: 23px;
    }

    .p-case__caution {
        margin-top: 20px;
        font-size: 15px;
    }
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.p-faq {
    background-color: #FEFCEB;
    padding: 13.333vw 3.733vw 10.133vw;
}

.p-faq__head {
    max-width: 280px;
    width: 37.333vw;
    margin: 0 auto;
}

.p-faq__list {
    padding-top: 3.6vw;
}

.p-faq__list li {
    position: relative;
    margin-top: 2.533vw;
}

.p-faq__question {
    position: relative;
    font-weight: 700;
    font-size: 4vw;
    line-height: 136.5%;
    letter-spacing: 0.015em;
    padding: 2.8vw 12.267vw;
    background-color: #FFCC17;
    border-radius: 1.733vw;
    cursor: pointer;
}

.p-faq__question::before {
    background-color: #fff;
    content: '';
    height: .533vw;
    right: 3.333vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 3.333vw;
}
.p-faq__question::after {
    background-color: #fff;
    content: '';
    height: 3.333vw;
    right: 4.733vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: .533vw;
}

.p-faq__list li.js-active .p-faq__question::after {
    display: none;
}

.p-faq__question-q {
    position: absolute;
    max-width: 48px;
    width: 6.4vw;
    left: 3.067vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.p-faq__answer {
    margin-top: 2.8vw;
    padding: 0 3.867vw 2.267vw;
    font-weight: 500;
    font-size: 3.333vw;
    line-height: 162.91%;
    display: none;
}

@media screen and (min-width: 751px) {
    .p-faq {
        background-color: #FEFCEB;
        padding: 100px 28px 76px;
    }

    .p-faq__list {
        padding-top: 27px;
    }

    .p-faq__list li {
        margin-top: 19px;
    }

    .p-faq__question {
        font-size: 30px;
        padding: 21px 92px;
        background-color: #FFCC17;
        border-radius: 1.733vw;
    }

    .p-faq__question::before {
        height: 4px;
        right: 25px;
        width: 25px;
    }
    .p-faq__question::after {
        height: 25px;
        right: 35.5px;
        width: 4px;
    }

    .p-faq__question-q {
        left: 23px;
    }

    .p-faq__answer {
        margin-top: 21px;
        padding: 0 29px 17px;
        font-size: 25px;
    }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
footer {
    max-width: 750px;
    margin: 0 auto 29.333vw;
    padding: 2.8vw 5px 4.8vw;
    font-weight: 500;
    font-size: 3.067vw;
    line-height: 186.5%;
    text-align: center;
    letter-spacing: -0.02em;
}

.p-footer__nav a:nth-of-type(2) {
    margin-left: 5.333vw;
}

@media screen and (min-width: 751px) {
    footer {
        padding: 36px 5px 21px;
        font-size: 23px;
        margin-bottom: 220px;
    }
    
    .p-footer__nav a:nth-of-type(2) {
        margin-left: 40px;
    }
}

/*===========================================================================*/
/*  odometer  */
/*===========================================================================*/
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* .odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
} */
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

.odometer-formatting-mark {
    visibility: hidden;
    width: 0;
}

/*===========================================================================*/
/*  rate  */
/*===========================================================================*/
.p-rate__content--head {
    position: absolute;
    width: 39.467vw;
    max-width: 296px;
    top: 69.467vw;
    left: 29.733vw;
    z-index: 5;
}

.p-rate__caution {
    width: 100%;
    text-align: center;
    left: 0;
    position: absolute;
    bottom: 7.4vw;
    font-size: 2vw;
    line-height: 166.91%;
    color: #505050;
}

.p-rate__content--txt {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 75.333vw;
    z-index: 5;
    font-weight: 600;
}

.p-rate__content--txt .--large {
    font-size: 24.267vw;
    line-height: 1;
}
.p-rate__content--txt .--small {
    font-size: 17.067vw;
    line-height: 1;
}
.p-rate__content--txt .--rate {
    font-size: 17.067vw;
    line-height: 1;
}

.p-rate__content--txt .--small.--num {
    transform: translate(0px, 2.467vw);
}
.p-rate__content--txt .--small.--dot {
    transform: translate(0px, 7.567vw);
}
.p-rate__content--txt .--small.--rate {
    transform: translate(0px, 7.567vw);
}

.p-rate__graph {
    position: absolute;
    width: 86.667vw;
    max-width: 650px;
    height: 86.667vw;
    max-height: 650px;
    top: 44vw;
    left: 5.867vw;
}

.circle-white {
    background-color: #fff;
    border-radius: 100vh;
    width: 77.2%;
    height: 77.2%;
    margin: 11.4% auto 0;
    z-index: 4;
    position: relative;
}
.circle-orange {
    background-color: #FFD3B3;
    border-radius: 100vh;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

.p-rate__trigger {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (min-width: 751px) {
    .p-rate__content--head {
        top: 521px;
        left: 223px;
    }

    .p-rate__caution {
        bottom: 54px;
        font-size: 15px;
    }

    .p-rate__content--txt {
        top: 565px;
    }

    .p-rate__content--txt .--large {
        font-size: 182px;
    }
    .p-rate__content--txt .--small {
        font-size: 128px;
    }
    .p-rate__content--txt .--rate {
        font-size: 128px;
    }

    .p-rate__content--txt .--small.--num {
        transform: translate(0px, 20px);
    }
    .p-rate__content--txt .--small.--dot {
        transform: translate(0px, 60px);
    }
    .p-rate__content--txt .--small.--rate {
        transform: translate(0px, 60px);
    }

    .p-rate__graph {
        top: 330px;
        left: 44px;
    }
}

/* animation */
:root {
    --graphRate: '';
    --graphColor: #FF8F3F;
}
.circle-rate {
    background: var(--graphRate);
    border-radius: 100vh;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
}

/* .circle-rate.js-active {
    background: conic-gradient(#FF8F3F 0% 93.5%, #FFD3B3 93.5% 100%);
} */