@charset "UTF-8";

*,
::after,
::before {
    box-sizing: border-box
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img,
picture {
    max-width: 100%;
    display: block
}

button,
input,
select,
textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    ::after,
    ::before {
        animation-duration: 0s !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important
    }
}

html {
    font-size: 20px
}

body {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    color: #0b0b0b;
    overflow-x: hidden;
    padding-top: 3rem
}

body.--none {
    padding-top: 0
}

body.--none .countdown {
    display: none
}

#now {
    text-align: center;
    margin-bottom: 3rem
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity .3s
}

a:hover {
    opacity: .8
}

.video {
    margin-inline: auto;
    margin-top: 2.5rem;
    max-width: 40rem;
    display: block;
    height: auto;
    width: 100%;
    aspect-ratio: 8/5
}

.inner {
    padding: 0 25px;
    margin-inline: auto;
    max-width: 850px;
    width: 100%
}

.--pc {
    display: block
}

.--sp {
    display: none
}

.--title {
    text-align: center;
    padding: 2.25rem 0;
    background: rgba(229, 229, 229, 1);
    position: relative;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 4.5rem
}

.--title:after {
    content: '';
    width: 5.5rem;
    height: 3rem;
    display: block;
    position: absolute;
    background: url(../images/arrow-black.webp) 50% 100%/auto 100% no-repeat;
    bottom: -1.95rem;
    left: calc(50% - 2.75rem)
}

.--title span {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.3;
    position: relative;
    text-align: left;
    display: inline-block
}

.--title span strong {
    font-size: 2.5rem;
    font-weight: 900;
    color: #d70039;
    background: linear-gradient(transparent 10%, #fff 10%)
}

.--title_s {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    line-height: 1
}

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

.--title_s span:after,
.--title_s span:before {
    content: '';
    width: 3.8rem;
    height: 100%;
    display: block;
    position: absolute
}

.--title_s span:before {
    background: url(../images/icon-left.webp) 50% 50%/100% auto no-repeat;
    top: 0;
    left: -3.5rem
}

.--title_s span:after {
    background: url(../images/icon-right.webp) 50% 50%/100% auto no-repeat;
    top: 0;
    right: -3.5rem
}

.--title_s em {
    font-size: 1.5rem;
    margin-bottom: .69rem;
    font-style: normal;
    display: inline-block
}

.--title_s strong {
    display: block;
    margin: 0 1.25rem
}

.--title_s strong span {
    background: linear-gradient(transparent 65%, #fddd35 65%);
    display: inline;
    font-weight: 900;
    line-height: 1.3
}

.--title_s strong span:after,
.--title_s strong span:before {
    display: none
}

small{font-size: smaller;
font-weight: 500;}

.--text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.--text p {
    text-align: left;
    max-width: 32rem;
    width: 100%;
    line-height: 1.8;
    margin-top: 1.5rem
}

.--text span {
    color: #0b0b0b;
    font-weight: 900
}

.--text strong {
    font-weight: 900;
    color: #bd0000
}

.box{    background: rgba(219, 219, 219, 0.5);
    padding: 1em;
    line-height: 2;
    max-width: 36rem;
    width: 100%;
    margin: 2em auto;}

.--checklist {
    background: rgba(255, 255, 255, .8);
    max-width: 40rem;
    width: 100%;
    margin: 2rem auto 0;
    padding: 1.85rem 4rem
}

.--checklist li {
    font-weight: 700;
    border-bottom: 2px solid #c2c4c5;
    padding-bottom: .75rem;
    margin-top: .55rem;
    background: url(../images/icon-check.webp) left 1px/2.05rem no-repeat;
    padding-left: 2.5rem;
    padding-top: .2rem
}

.--checklist li:last-child {
    border-bottom: none;
    padding-bottom: .4rem
}

.--checklist li:first-child {
    margin-top: 0
}

.--checklist li strong {
    color: #d70039;
    font-weight: 900
}

.--pulslist {
    max-width: 32rem;
    width: 100%;
    line-height: 1.5;
    margin: 2rem auto 0
}

.--pulslist li {
    border-bottom: 1px dotted #000;
    padding-bottom: .5rem;
    margin-top: .5rem;
    font-weight: 700;
    position: relative;
    padding-left: 1.5rem
}

.--pulslist li:before {
    content: '';
    background: url(../images/icon-plus.webp) 0 50%/1rem auto no-repeat;
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: .25rem;
    left: 0
}

.--numberlist {
    max-width: 32rem;
    width: 100%;
    margin: 1.85rem auto 0;
    position: relative;
    z-index: 3;
    list-style: none;
    counter-reset: number
}

.--numberlist li {
    border-bottom: 1px dotted #000;
    padding-bottom: .65rem;
    margin-top: .65rem;
    line-height: 1.5;
    font-weight: 700;
    padding-left: 1.75rem;
    position: relative
}

.--numberlist li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    width: 1.25rem;
    height: auto;
    text-align: center;
    display: block;
    background: #fce04c;
    top: .1rem;
    left: 0;
    padding: .15rem 0;
    line-height: 1
}

.voice-btn {
    font-size: 24px;
    color: #135c7b;
    background:rgba(34,165,222,0.2);
    border-radius: 30px;
    text-align: center;
    max-width: 405px;
    width: 100%;
    padding: 12px 0;
    font-weight: bolder;
    position: relative;
    cursor: pointer;
    display: block;
    margin-inline: auto;
    margin-top: 40px;
}
.voice-btn:after {
    content:"";
    top:50%;
    right:28px;
    width:20px;
    height:17px;
    transform:translateY(-50%);
    position:absolute;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #135c7b;
    transition: clip-path 0.4s ease;
}
.voice-btn.active:after {
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.voice-text {
    font-size: 20px;
    padding-top: 37px;
    line-height: 1.8;
    display: none;
}
.voice-text p:not(:first-of-type) {
    margin-top: 20px;
}
.voice-text strong {
    font-weight: bolder;
    color: #bd0000;
}
.voice-text span {
    font-weight: 700;
    background-color: #eee;
}

.--voicelist{display: flex;
    gap: 1em;
    flex-wrap: wrap;}

.--voicelist li {
    padding: 2.6rem 1.5rem;
    background: rgba(255, 255, 255, .8);
    max-width: 40rem;
    border-radius: 20px;
    width: 48%
}

.--voicelist .meta {
    display: flex;
    flex-direction: column;
    align-items: center
}

.--voicelist .figure {
    max-width: 11rem;
    width: 100%
}

.--voicelist .figure img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover
}

.--voicelist .name p {
    color: #08646e;
    padding-bottom: .5rem;
    padding-top: .5em;
    border-bottom: 1px dotted #0fc9dd;
    font-size: 1.2rem;
    font-weight: 900
}

.--voicelist .name h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1.1rem
}

.--voicelist .text p {
    margin-top: 2.15rem;
    line-height: 1.8
}

.--voicelist .text span {
    font-weight: 900;
    color: #d70039
}

.--voicelist .profile h3 {
    font-size: 1.4rem;
    font-weight: 700
}

.--skilllist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    align-items: baseline;
    margin-top: 2rem
}

.--skilllist li {
    padding: 1.5rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, .8);
    max-width: 40rem;
    min-height: 24rem;
    width: 48.5%
}

.--skilllist li:not(:nth-of-type(1)) {
    margin-top: 2rem
}

.--skilllist li .title {
    font-size: 1.2rem;
    min-height: 6em;
    line-height: 1.5;
    font-weight: 700;
    color: #d70039;
    padding-bottom: .75em
}

.--skilllist li .meta {
    display: flex;
    align-items: start;
    gap: 1.5rem;
    margin: 2rem 0 1rem
}

.--skilllist li .meta div {
    font-size: 1rem;
    line-height: 1.8;
    max-width: calc(100% - 10rem);
    width: 100%
}

.--skilllist li .meta div p {
    margin-bottom: 1em
}

.--skilllist li .meta div p:nth-last-child(1) {
    margin-bottom: 0
}

.--skilllist li .figure {
    width: 100%
}

.--skilllist li .figure img {
    aspect-ratio: 200/112;
    -o-object-fit: cover;
    object-fit: cover
}

.--skilllist li .text p {
    font-size: 1rem;
    line-height: 1.8;
    width: 100%;
    margin-bottom: 1em
}

.--skilllist li .text p:nth-last-child(1) {
    margin-bottom: 0
}

.--skilllist li .title+.text {
    margin-top: 2rem
}

.--skilllist+h2 {
    margin-top: 3rem
}

.--benefitlist li {
    padding: 2.6rem 4.25rem 2.25rem;
    background: rgba(255, 255, 255, .8);
    max-width: 40rem;
    width: 100%
}

.--benefitlist li:not(:nth-of-type(1)) {
    margin-top: 2rem
}

.--benefitlist li .title {
    color: #d70039;
    padding-bottom: .9rem;
    border-bottom: 1px dotted #000;
    font-size: 1.2rem;
    font-weight: 700
}

.--benefitlist li .meta {
    display: flex;
    align-items: start;
    gap: 1rem;
    margin-top: 2rem
}

.--benefitlist li .text {
    max-width: calc(100% - 10rem);
    width: 100%
}

.--benefitlist li .text p {
    font-size: 1rem;
    line-height: 1.8
}

.--benefitlist li .text p:not(:first-of-type) {
    margin-top: 1.2rem
}

.--benefitlist li .text p strong {
    font-weight: 900
}

.--benefitlist li .figure {
    max-width: 10rem;
    width: 100%
}

.--benefitlist li .list {
    margin-top: 1rem;
    padding-left: 1em
}

.--benefitlist li .list li {
    font-size: .9rem;
    color: #d70039;
    line-height: 1.5;
    list-style: disc;
    padding: 0;
    margin: 0
}

.--benefitlist li .--numberlist li,.--benefitlist li .--pulslist li {
    padding: 0 0 .65rem 1.75rem;
    margin: .65rem 0 0
}


.rhombus__list {
    padding-bottom: .5rem;
    max-width: 32rem;
    width: 100%;
    margin: 1.85rem auto 0;
    font-weight: 700
}

.rhombus__list strong {
    color: #ac0632
}

.rhombus__list li {
    border-bottom: 1px solid #000;
    max-width: 32rem;
    width: 100%;
    margin: 2rem auto 0
}


.--price .bnr {
    margin-top: 2.9rem
}

.--price .text {
    margin-top: 1.9rem;
    text-align: center;
    font-size: .8rem;
    line-height: 1.8
}

.--price .text2 {
    padding-bottom: .8rem;
    border-bottom: 1px solid #000;
    font-weight: 900;
    max-width: 32rem;
    width: 100%;
    margin: 2rem auto 0;
    text-align: center
}

.--price .text2 span {
    color: #d70039
}

.--price .text2 strong {
    font-size: 2rem
}

.--price .text3 {
    font-size: .8rem;
    color: #d70039;
    text-align: center;
    font-weight: 900;
    margin-top: 1rem
}

.--price .text4 {
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem
}

.--price .title,
.--price .title2 {
    font-size: .8rem;
    font-weight: 900;
    line-height: 1;
    background-color: #e2d9c2;
    display: inline-block;
    padding: .4rem 2rem;
    border-radius: .8rem;
    margin-inline: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10%
}

.--price .title2 {
    top: -5%
}

.--price .box,
.--price .box2 {
    background: #f4f4f4;
    position: relative;
    padding: 2.4rem 7.6rem 1.5rem;
    margin-top: 2.5rem;
    font-size: .7rem;
    line-height: 1.8;
    max-width: 32rem;
    width: 100%;
    margin-inline: auto
}

.--price .box2 {
    padding: 2.4rem 3rem 1.5rem;
    display: flex;
    justify-content: space-between
}

.--price .box p,
.--price .box2 p {
    text-indent: 1em
}

.--price .subtitle:not(:first-of-type) {
    margin-top: 1rem
}

.--price .btn {
    cursor: pointer;
    max-width: 550px;
    margin: 1.8rem auto 0;
    animation: 3s infinite anime
}

.--price .list li {
    position: relative;
    padding-left: .75rem
}

.--price .list li:not(:nth-of-type(1)) {
    margin-top: 1rem
}

.--price .list li:before {
    position: absolute;
    content: "";
    width: .5rem;
    height: .5rem;
    background: #d70039;
    transform: rotate(45deg) skew(10deg, 10deg);
    left: 0;
    top: .4rem
}

.--price .pic {
    max-width: 6rem;
    width: 100%
}

.--price .limited {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1.15rem;
    max-width: 32.5rem;
    margin: .7rem auto 0
}

.--price .limited p {
    font-size: 1rem;
    line-height: 1.8;
    max-width: calc(100% - 5rem);
    width: 100%
}

.--price .limited span {
    font-size: .9rem;
    text-align: center;
    display: inline-block;
    position: relative;
    max-width: 5rem;
    width: 100%;
    line-height: 1
}

.--price .limited span::before {
    position: absolute;
    content: "";
    background-color: #e2d9c2;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1
}

.--price .limited strong {
    font-size: 1.6rem;
    font-weight: 900
}

.--price .text2 small {
    display: inline-block;
    font-size: 70%;
    position: relative;
    top: -.15em
}

.--faqlist li {
    padding: 1.5rem;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    max-width: 40rem;
    width: 100%
}

.--faqlist li:not(:nth-of-type(1)) {
    margin-top: 2rem
}

.--faqlist li .q {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .25rem 2.5rem .7rem;
    color: #d70039;
    position: relative
}

.--faqlist li .q::before {
    content: 'Q';
    background: #ffd4e0;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: .15rem
}
.--faqlist li .q::after {
    content:"";
    top:50%;
    right:0;
    width:20px;
    height:17px;
    transform:translateY(-50%);
    position:absolute;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #0b0b0b;
    transition: clip-path 0.3s ease;
}

.--faqlist li .a {
    font-size: 1rem;
    line-height: 1.8;
    padding-top: 1rem;
    color: #09646f;
    border-top: 1px dotted #000;
    display: none;
}
.voice-btn.active:after,.--faqlist li .q.active::after {
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.--faqlist .last {
    padding: 0
}

.--faqlist .last .title {
    background: #d6e1eb;
    font-weight: 900;
    padding: 1.85rem 0;
    margin-bottom: 1.85rem;
    text-align: center;
    font-size: 1.3rem
}

.--faqlist .last .title.--yellow {
    background: #fddd35
}

.--faqlist .last p {
    line-height: 1.8;
    background-color: #fff;
    padding: 0 4.25rem 1.85rem
}
.--faqlist .last p span{
    font-weight: 900;
}

.--faqlist .last .name {
    font-weight: 700;
    text-align: right
}


#kv {
    background: url(../images/bg.webp) 50% 50%/cover no-repeat
}

#sec1 {
    background: #f0f2f4;
    padding: 3rem 0
}

#sec1 .note {
    text-align: center;
    font-size: .7rem;
    padding-top: .5rem
}

#sec2 {
    background: #fffae1;
    padding: 0 0 3rem
}

#sec2 .--title {
    background: #fef1ae;
        margin-bottom: 0;
    z-index: 1
}

#sec2 .--title:after {
    background: url(../images/arrow-red.webp) 50% 100%/auto 100% no-repeat
}

#sec3 {
    background: #f3f3f3;
    padding: 0 0 3rem
}

#sec3 p strong {
    color: #d70039
}

#sec4 {
    background: #fffae1;
    padding: 0 0 3rem
}

#sec4 .--title {
    background: #fef1ae;
    margin-bottom: 2.5rem
}

#sec4 .--title:after {
    background: url(../images/arrow-red.webp) 50% 100%/auto 100% no-repeat
}

#sec4 p strong {
    color: #d70039
}

#sec5 {
    background: #e5ffff;
    padding: 0 0 3rem
}

#sec5 .--title {
    background: #cff
}

#sec5 .--title span {
    text-align: center
}

#sec5 .--title strong {
    color: #08646e
}

#sec5 .--title:after {
    background: url(../images/arrow-blue.webp) 50% 100%/auto 100% no-repeat
}

#sec6 {
    background: #fffae1;
    padding: 0 0 3rem
}

#sec6 .--title {
    background: #fef1ae
}

#sec6 .--title span {
    text-align: center
}

#sec6 .--title strong {
    color: #584b29;
    background: 0 0
}

#sec6 .--title:after {
    background: url(../images/arrow-brown.webp) 50% 100%/auto 100% no-repeat
}

#sec6 .--voicelist .name p {
    color: #766538;
    border-bottom: 1px dotted #af9101
}

#sec7 {
    background: #c2c2c2;
    padding: 0 0 3rem
}

#sec7 .--title {
    background: #858585
}

#sec7 .--title span {
    text-align: center
}

#sec7 .--title strong {
    color: #fddd35;
    background: 0 0
}

#sec7 .--title:after {
    background: url(../images/arrow-yellow.webp) 50% 100%/auto 100% no-repeat
}

#sec7 .--voicelist .name p {
    color: #766538;
    border-bottom: none
}

#sec8 {
    background: #fffae1;
    padding: 0 0 3rem
}

#sec8 .--title {
    background: #fef1ae;
    margin-bottom: 2.5rem
}

#sec8 .--title span {
    text-align: center
}

#sec8 .--title:after {
    background: url(../images/arrow-red.webp) 50% 100%/auto 100% no-repeat
}

#sec8 p strong {
    color: #d70039
}

#sec9 {
    background: #f0f2f4;
    padding: 3rem 0
}

#sec10 {
    background: #fffae1;
    padding: 0 0 3rem
}

#sec10 .--title {
    background: #fef1ae;
    margin-bottom: 2.5rem
}

#sec10 .--title span {
    text-align: center
}

#sec10 .--title:after {
    background: url(../images/arrow-red.webp) 50% 100%/auto 100% no-repeat
}

#sec10 p strong {
    color: #d70039
}

#sec11 {
    background: #fdf0f3;
    padding: 0 0 3rem
}

#sec11 .--title {
    background: #fae0e7
}

#sec11 .--title span {
    text-align: center;
    color: #040c46;
    font-size: 3rem;
    line-height: 1
}

#sec11 .--title strong {
    background: 0 0;
    font-size: 4rem;
    line-height: .25;
    position: relative;
    top: .5rem
}

#sec11.--title:after {
    background: url(../images/arrow-blued.webp) 50% 100%/auto 100% no-repeat
}

#sec12 {
    background: #fff;
    padding: 0 0 3rem
}

#sec12 .--title {
    background: #fef1ae
}

#sec12 .--title span {
    text-align: center
}

#sec12 .--title strong {
    color: #584b29;
    background: 0 0
}

#sec12 .--title:after {
    background: url(../images/arrow-brown.webp) 50% 100%/auto 100% no-repeat
}

#sec13 {
    background: #fffae1;
    padding: 0 0 3rem
}

#sec13 .--title {
    background: #fef1ae
}

#sec13 .--title span {
    text-align: center
}

#sec13 .--title strong {
    color: #584b29;
    background: 0 0
}

#sec13 .--title:after {
    background: url(../images/arrow-brown.webp) 50% 100%/auto 100% no-repeat
}

#sec14 {
    background: #f3f3f3;
    padding: 3rem 0
}

#sec15 {
    background: #fff;
    padding: 0 0 3rem
}

.button {
    position: fixed;
    width: 6.5rem;
    height: 6.5rem;
    right: 20px;
    bottom: 180px;
    cursor: pointer;
    border-radius: 50%;
    animation: 3s infinite anime;
    z-index: 100
}

@keyframes anime {

    0%,
    10%,
    100%,
    25%,
    5%,
    50% {
        transform: translateY(0)
    }

    20%,
    30% {
        transform: translateY(-10px)
    }
}

.countdown {
    background-color: #303233;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5rem 0;
    line-height: 1;
    z-index: 100
}

.count_num {
    font-size: 1.5rem;
    background-color: #fff;
    color: #0b0b0b;
    border-radius: .25rem;
    padding: .25rem .3rem;
    display: inline-block;
    margin: 0 .25rem;
    font-family: "Noto Sans JP", serif;
    font-weight: 700
}

.footer {
    background-color: #303233;
    padding: 2.5rem 0;
    color: #fff
}

.footer .link {
    text-align: center
}

.footer .link li:nth-of-type(2) {
    margin-top: .5rem
}

.footer .copyright {
    display: block;
    text-align: center;
    margin-top: 1.5rem;
    font-size: .8rem
}

#p100{width: 100%;}

@media (max-width:850px) {
    html {
        font-size: 2.3529411765vw
    }
}

@media screen and (max-width:767px) {
    html {
        font-size: 20px
    }

    body {
        font-size: .9rem;
        padding-top: 3.95rem
    }

    a:hover {
        opacity: 1
    }

    .video {
        margin-top: 1.25rem;
        width: 100vw;
        margin: 1.25rem calc(50% - 50vw) 0
    }

    .inner {
        padding: 0 1rem
    }

    #now {
        margin-bottom: 1.5rem
    }

    .--pc {
        display: none
    }

    .--sp {
        display: block
    }

    .--title {
        padding: 1.25rem 1rem;
        margin-bottom: 2.4rem
    }

    .--title:after {
        content: '';
        width: 3rem;
        height: 1.8rem;
        display: block;
        bottom: -1.25rem;
        left: calc(50% - 1.5rem)
    }

    .--title span {
        font-size: 1.1rem
    }

    .--title span strong {
        font-size: 1.65rem
    }

    .--title_s {
        font-size: 1.1rem;
        margin: 0 calc(50% - 50vw)
    }

    .--title_s span:after,
    .--title_s span:before {
        width: 1.9rem;
        height: 100%
    }

    .--title_s span:before {
        top: 0;
        left: -1.95rem
    }

    .--title_s span:after {
        top: 0;
        right: -1.95rem
    }

    .--title_s em {
        font-size: .8rem;
        margin-bottom: .4rem
    }

    .--title_s strong {
        margin: 0 .25rem
    }

    .--title_s strong span {
        font-size: .9em;
        background: linear-gradient(transparent 65%, #fddd35 65%)
    }

    .--text p {
        margin-top: .75rem
    }

    .--checklist {
        padding: 1rem;
        margin-top: .75rem
    }

    .--checklist li {
        font-size: .9rem;
        background: url(../images/icon-check.webp) left 6px/1.25rem no-repeat;
        padding-left: 1.5rem;
        padding-top: .2rem;
        margin-top: .55rem
    }

    .--checklist li:last-child {
        padding-bottom: 0
    }

    .--pulslist {
        margin-top: 1rem
    }

    .--pulslist li {
        padding-left: 1.25rem
    }

    .--pulslist li:before {
        background: url(../images/icon-plus.webp) 0 50%/.9rem auto no-repeat;
        width: .9rem;
        height: .9rem;
        top: .25rem
    }

    .--numberlist li:before {
        top: .05rem;
        padding: .2rem 0;
        line-height: 1
    }

    .--voicelist li {
        width: 100%;
        padding: 1.25rem 1rem
    }

    .--voicelist li:not(:nth-of-type(1)) {
        margin-top: 1.5rem
    }

    .--voicelist .meta {
        display: flex;
        flex-flow: column;
        gap: 0.8em
    }

    .--voicelist .meta.--nonorder {
        display: block
    }

    .--voicelist .figure {
        margin-inline: auto;
    }

    .--voicelist .name {
        width: 100%
    }

    .--voicelist .name p {
        font-size: 1rem;
        padding-bottom: .45rem
    }

    .--voicelist .name h3 {
        font-size: 1.1rem;
        margin-top: .5rem
    }

    .--voicelist .text p {
        margin-top: 1rem
    }

    .--voicelist .profile {
        text-align: center;
        margin-top: .5rem
    }

    .--voicelist .profile h3 {
        text-align: left;
        display: inline-block
    }

    .voice-btn {
        font-size: 20px;
    }
    .voice-btn:after {
        width: 17px;
        height: 14px;
        top: 54%;
    }
    .voice-items {
        display: block;
    }

    .--skilllist {
        margin-top: 1.5rem
    }

    .--skilllist li {
        width: 100%;
        padding: 1.25rem 1rem
    }

    .--skilllist li:not(:nth-of-type(1)) {
        margin-top: 1.5rem
    }

    .--skilllist li .title {
        font-size: 1.1rem;
        min-height: auto;
        padding-bottom: .5rem
    }

    .--skilllist li .meta {
        flex-direction: column-reverse;
        margin-top: 1.25rem;
        gap: .75rem
    }

    .--skilllist li .meta div {
        max-width: 100%
    }

    .--skilllist li .meta p {
        max-width: 100%;
        font-size: .9rem
    }

    .--skilllist li .figure {
        max-width: 100%
    }

    .--skilllist li .text p {
        max-width: 100%;
        font-size: .9rem
    }

    .--skilllist li .title+.text {
        margin-top: 1rem
    }

    .--skilllist+h2 {
        margin-top: 1.5rem
    }

    .--benefitlist li {
        padding: 1.25rem 1rem
    }

    .--benefitlist li:not(:nth-of-type(1)) {
        margin-top: 1.5rem
    }

    .--benefitlist li .title {
        padding-bottom: .25rem
    }

    .--benefitlist li .meta {
        flex-direction: column-reverse
    }

    .--benefitlist li .text {
        max-width: 100%
    }

    .--benefitlist li .text p {
        font-size: .9rem
    }

    .--benefitlist li .figure {
        max-width: 70%;
        margin-inline: auto
    }

    .--benefitlist li .list {
        font-size: .9rem;
        color: #d70039;
        line-height: 1.5;
        list-style: disc;
        margin-top: 1rem
    }

    .--price .bnr {
        margin-top: 1.5rem
    }

    .--price .text2 {
        padding-bottom: .25rem
    }

    .--price .text3 {
        margin-top: .5rem
    }

    .--price .text4 {
        font-size: .8rem
    }

    .--price .title,
    .--price .title2 {
        padding: .4rem 1rem;
        top: -13%
    }

    .--price .title2 {
        top: -3%
    }

    .--price .box,
    .--price .box2 {
        padding: 1.75rem 1rem 1.25rem
    }

    .--price .box2 {
        flex-direction: column-reverse;
        padding: 1.75rem .75rem 1.25rem
    }

    .--price .list {
        margin-top: 1rem
    }

    .--price .pic {
        margin-inline: auto
    }

    .--price .limited {
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem
    }

    .--price .limited p {
        max-width: 100%;
        font-size: .9rem
    }

    .--faqlist li {
        padding: 12px 18px 12px 18px
    }

    .--faqlist li:not(:nth-of-type(1)) {
        margin-top: 1.5rem
    }

    .--faqlist li .q {
        font-size: 0.9em;
        padding: .25rem 1.5em .25em 2.1rem
    }

    .--faqlist li .a{
        margin-top:.5rem;
        font-size:.9rem
    }

    .--faqlist li .q::before {
        content: 'Q';
        background: #ffd4e0;
        width: 1.3rem;
        height: 1.3rem;
        border-radius: .8rem;
        text-align: center;
        position: absolute;
        left: 0;
        top: .2rem
    }

    .--faqlist li .a {
        margin-top: .5rem;
        font-size: .9rem
    }

    .--faqlist .last .title {
        font-size: 1.1rem;
        padding: 1.5rem .75rem;
        margin-bottom: 1.25rem
    }

    .--faqlist .last p {
        padding: 0 .75rem 1.25rem
    }

    #kv h1 {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw)
    }

    #sec1 {
        padding: 1.5rem 0 2rem
    }

    #sec2,
    #sec3,
    #sec4 {
        padding: 0 0 2rem
    }

    #sec4 .--title {
        margin-bottom: 1.5rem
    }

    #sec5 {
        padding: 0 0 2rem
    }

    #sec5 .--title strong {
        font-size: 1.3rem
    }

    #sec10,
    #sec11,
    #sec6,
    #sec7,
    #sec8 {
        padding: 0 0 2rem
    }

    #sec9 {
        padding: 1.5rem 0 2rem
    }

    #sec11 .--title span {
        font-size: 1.8rem
    }

    #sec11 .--title strong {
        font-size: 2rem;
        top: 0;
        line-height: 1;
    }

    #sec12,
    #sec13,
    #sec15 {
        padding: 0 0 2rem
    }

    #sec14 {
        padding: 2rem 0
    }

    .button {
        width: 3.75rem;
        height: 3.75rem;
        bottom: 110px
    }

    .countdown {
        padding: .4rem 0
    }

    .count_num {
        font-size: 1.25rem
    }

    .countdown span {
        display: inline-block;
        margin-top: .25rem
    }

    .footer {
        padding: 1.25rem 0;
        font-size: .8rem
    }

    .footer .copyright {
        font-size: .7rem;
        margin-top: 2rem
    }
}

@media (max-width:375px) {
    html {
        font-size: 5.3333333333vw
    }
}
@media (min-width:751px){
    a[href*="tel:"]{
        pointer-events:none;
        cursor:default;
        text-decoration:none}}

.mt0{margin-top: 0;}
.mt2{margin-top: 2em;}
.mb2{margin-bottom: 2em;}
.ud{text-decoration:underline;}