@charset "UTF-8";

body {
    color: #3C3030;
    background-color: #FFFEFE;
    line-height: 160%;
    font-weight: 500;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    font-style: normal;
}

header,
main {
    max-width: 430px;
    min-width: 370px;
    width: 100%;
    margin: auto;
    text-align: center;
}

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

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #3C3030;
}


/*--------------------
font,lineについて
---------------------*/
.bold {
    font-weight: 700;
}

.pink {
    color: #BC527A;
}

.blue {
    color: #527CBC;
}

.pink_line {
    background: rgba(196, 104, 139, 0.3);
    padding: 0 4px;
    border-radius: 2px;
    color: #352b2b;
}

.blue_line {
    background: rgba(82, 124, 188, 0.7);
    border-radius: 2px;
    padding-inline: 2px;
    display: inline-block;
    margin-bottom: 4px;
}

.left {
    text-align: left;
}





/*----------------------------
    wrapper,text-box,inner
----------------------------*/
.wrapper {
    max-width: 350px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 48px;
}

.text-box {
    width: 350px;
    margin-inline: auto;
    text-align: left;
}

.white_text {
    width: 350px;
    margin-inline: auto;
    padding: 24px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px;
}

.white_text .title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 140%;
}



.bottom24 {
    padding-bottom: 24px;
}

.bottom56 {
    padding-bottom: 56px;
}

.bottom64 {
    padding-bottom: 64px;
}

.bottom40 {
    padding-bottom: 40px;
}


.inner {
    width: 300px;
    text-align: left;
}

.wrapper p,
.text-box p,
.inner p {
    padding-bottom: 26px;
}

p:last-of-type {
    padding-bottom: 0;
}

.wrapper .bottom0,
.text-box .bottom0 {
    padding-bottom: 0;
}

.wrapper .bottom2,
.text-box .bottom2,
.inner .bottom2 {
    padding-bottom: 52px;
}

.wrapper .bottom3,
.text-box .bottom3,
.inner .bottom3 {
    padding-bottom: 84px;
}

.wrapper .bottom40 {
    padding-bottom: 40px;
}

.wrapper .large {
    font-size: 1.25rem;
    font-weight: 700;
}

.text-box .large {
    font-size: 1.25rem;
    font-weight: 700;
}

.center-large {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 24px;
    line-height: 160%;
}

.large {
    font-size: 1.25rem;
    font-weight: 700;
}


/*------------------------------*/
h2 {
    font-size: 1.9rem;
    line-height: 140%;
}

h3 {
    font-size: 1.5rem;
    line-height: 140%;
}

h4 {
    font-size: 1.875rem;
    line-height: 140%;
}

.sec_large {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 140%;
}

.sec-title {
    background: #BC527A;
    padding: 8px;
    margin-bottom: 24px;
}

.sec-title p {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 140%;
    color: #FFFEFE;
    padding: 16px 8px;
    border: dashed 1px #FFFEFE;
    white-space: nowrap
}


.center-img {
    width: 350px;
    margin: 16px 0 24px;
}

.img {
    width: 250px;
    margin: 16px 0 24px;
}

.image {
    width: 280px;
    margin: 16px 0 24px;
}

.img-320 {
    width: 320px;
    margin: 16px 0 24px;
}

.image-200 {
    width: 200px;
    margin: 16px 0 24px;
}

/*--------------------------------------
    header
----------------------------------------*/
header {
    padding-bottom: 56px;
    background: #FFEFF6;
}

header p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 2.37rem;
}

header p:last-child {
    margin-bottom: 0;
}

.back-white {
    background: #FFFEFE;
    padding-top: 24px;
}

.wave_end {
    margin-bottom: 48px;
}

header .sec-title {
    margin-bottom: 0;
}

header .sec-title p {
    font-size: 1.6rem;
}

header .border {
    border-bottom: 2px solid #3C3030;
    line-height: 120%;
    padding-top: 10px;
}


/*-----------------------------
    section1
------------------------------*/
.section1 {
    background: #EEF4FF;
    padding-top: 40px;
}

.section1 h2:nth-of-type(2) {
    background: #527CBC;
    color: #FFFEFE;
    padding: 24px 8px;
}

.section1 h2 span {
    display: block;
    font-size: 1.5rem;
    padding-top: 24px;
}


/*-----------------------------
    section2
-----------------------------*/
.section2 img {
    margin-bottom: 40px;
}

.section2 .pink_point {
    position: relative;
    margin-bottom: 24px;
}

.section2 .pink_point::before {
    position: absolute;
    content: "";
    width: 42px;
    height: 37px;
    background-image: url(../img/pink-point.png);
    background-size: contain;
    left: 28%;
    top: -27px;
}


/*------------------------
    section3
------------------------*/
.section3 {
    background: #EEF4FF;
}

.section3_title {
    position: relative;
    margin-bottom: 24px;
}

.section3 h2 {
    position: absolute;
    width: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bleularge {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 140%;
    color: #527CBC;
    margin-block: 24px;
}

@media(max-width: 395px) {
    .section3 h3:first-of-type::before {
        left: 20%;
    }
}

.section3 .title-box {
    color: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    margin-top: 56px;
}

.section3 .title-box h3 {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 50%;
    transform: translatex(-50%);
    font-size: 1.8rem;
}

.sec4_large {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 140%;
    margin-block: 24px;
}

.more_large {
    font-size: 2rem;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 24px;
}


/*------------------------------
    section4
------------------------------*/
.arrow_blue {
    width: 32px;
    margin-block: 24px;
    display: block;
    margin-inline: auto;
}

.speech_bubble {
    width: 240px;
    margin-top: -10px;
}

/*---------------------------
    section5
--------------------------*/
.section5 {
    background: #FFEFF6;
    padding-top: 24px;
    padding-bottom: 40px;
}

.section5 h3 {
    position: relative;
    margin-bottom: 24px;
}

.section5 h3::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100px;
    background-image: url(../img/pink_line.png);
    background-size: contain;
    bottom: -15px;
    left: 5%;
}

.section5 h3::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 100px;
    background-image: url(../img/pink_line.png);
    background-size: contain;
    transform: rotatey(180deg);
    bottom: -15px;
    right: 7%;
}

.talk_box {
    max-width: 350px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 56px;
}

.talk_box p {
    text-align: left;
}

.talk_box li {
    display: flex;
    align-items: flex-start;

    gap: 40px;
}

.talk_box li img {
    width: 50px;
}

.talk_text {
    position: relative;
    background: #fff;
    padding: 16px 24px;
    border-radius: 8px;
}

.talk_text::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    left: -15px;
    top: 20px;
}

.talk_text p:nth-of-type(2) {
    margin-top: 26px;
}

.talk_text_right {
    position: relative;
    background: #fff;
    padding: 16px 24px;
    border-radius: 8px;
}

.talk_text_right::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    right: -15px;
    top: 20px;
}

.talk_text_right p:nth-of-type(2) {
    margin-top: 26px;
}

.pink_bubble {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 160%;
    margin-top: 84px;
    margin-bottom: 90px;
}

.pink_bubble::before {
    position: absolute;
    content: "";
    width: 350px;
    height: 230px;
    background-image: url(../img/pink_bubble.png);
    background-size: cover;
    top: -80%;
    left: 50%;
    transform: translateX(-50%);
}

/*--------------------------------------
    section6
--------------------------------------*/
.pink_title {
    background-color: #BC527A;
    color: #fff;
    padding-top: 32px;
    padding-bottom: 2px;
    position: relative;
    margin-bottom: 140px;
    font-weight: 700;

}

.pink_title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    background-image: url(../img/pnk_title_bottom.png);
    background-size: contain;
    left: 0;
    top: 100%;
}

.docter-icon {
    width: 50px;
    display: block;
    margin: 24px auto 0;
}

.talk_docter {
    background: #FFEFF6;
    padding: 16px;
    border-radius: 8px;
    margin-top: 32px;
    margin-bottom: 24px;
    position: relative;
}

.talk_docter::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: #FFEFF6 solid 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.pink_back {
    background: #FFEFF6;
    padding-top: 40px;
}

.pink_back ul {
    display: flex;
    justify-content: center;
}

.sqea-flex {
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.sqea-flex li {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 160%;
    color: #BC527A;
    width: 144px;
    padding-block: 10px;
    background: #fff;
    border: #BC527A 1px solid;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px #CA5C85;
}

.bottom60 {
    padding-bottom: 60px;
}

.sircl-flex {
    position: relative;
    flex-wrap: wrap;
    padding-block: 8px 16px;
}

.sircl-flex li {
    font-size: 1.25rem;
    color: #BC527A;
    font-weight: 700;
    width: 124px;
    height: 124px;
    background: #fff;
    border: #BC527A 1px solid;
    border-radius: 50%;
    filter: drop-shadow(2px 4px 4px #FF95BD);
    padding: 46px 12px;
    margin: 8px;
}

.sircl-flex li:first-child {
    margin-inline: 100px;
    margin-bottom: -16px;
}

.sircl-flex img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 55%;
}

.pink_back .text-box {
    padding-bottom: 24px;
}

.pink_back .text-box p:first-child {
    text-align: center;
}

/*-------------------------------
    section7
-------------------------------*/
.section7 {
    background: #FFEFF6;
}

.pink-thinking {
    position: relative;
    padding-block: 80px 130px;
}

.pink-thinking .center-large {
    line-height: 140%;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 10;
}

.pink-thinking img {
    position: absolute;
    width: 350px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.arrow_result {
    width: 188px;
    display: block;
    margin-inline: auto;
    margin-bottom: 24px;
}

.section7 .speech_bubble {
    width: 350px;
    margin-top: 0;
}

.section7 .sec_large {
    margin-block: 32px;
}


/*-------------------------
    section8
--------------------------*/
.section8 {
    background: #FFEFF6;
}

.section8 h3 {
    font-size: 1.775rem;
    line-height: 140%;
    color: #fff;
    background: #BC527A;
    padding: 40px 0;
    font-weight: 700;
}

.section8 ul {
    margin-bottom: 26px;
}

.section8 img:nth-of-type(2) {
    width: 72.75px;
    padding-bottom: 13px;
}

.white {
    padding-block: 20px 16px;
    background: #fff;
    width: 350px;
    border-radius: 8px;
    margin-inline: auto;
    margin-bottom: 8px;
}

.section8 img:nth-of-type(3) {
    width: 120px;
    margin-bottom: 8px;
}

.black {
    color: #3C3030;
}

.section8 .point-text {
    padding: 32px 40px;
}

.circle {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.circle p {
    position: absolute;
    color: #BC527A;
    font-weight: 700;
    font-size: 0.9rem;
    top: 50px;
    width: 100%;
}

.circle_flex {
    margin-top: -10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.circle_flex .circle {
    margin-inline: 5px;
}


/*----------------------
    section9
-----------------------*/
.section9 {
    margin-top: 24px;
}

.section9 .sec_large {
    display: inline-block;
    margin-bottom: 24px;
    position: relative;
}

.section9 .text-deco::before {
    position: absolute;
    content: "";
    width: 140%;
    height: 100px;
    background-image: url(../img/text-deco-pink.png);
    background-size: cover;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.img-18 {
    width: 265px;
    margin-bottom: 1.5rem;
}

.title-img {
    width: 300px;
    ;
}


/*-------------------------
    section10
-------------------------*/
.section10 {
    background-color: #EEF4FF;
    padding-top: 40px;
}

.section10 h2 {
    color: #527CBC;
}

.sec7_first_p {
    padding-top: 24px;
}

.section10 .point {
    padding: 0 0 24px;
}

.white_text .number {
    width: 52px;
    margin: 0 auto;
}

.section10 .white_text {
    margin-bottom: 40px;
}

.blue_line {
    background: rgba(82, 124, 188, 0.6);
    padding: 0 4px;
    border-radius: 2px;
    color: #352b2b;
}

.section10 .center-img {
    margin: 0 0 40px;
}

.triangle-img {
    width: 32px;
    display: block;
    margin: -20px auto 20px;
}

.section10 .point-text {
    padding-bottom: 40px;
}


/*-----------------------
    section11
-----------------------*/
.section11 {
    padding-top: 32px;
}

.section11 .blue_line {
    background: rgba(82, 124, 188, 0.3);
    padding: 0 4px;
    border-radius: 2px;
    color: #352b2b;
}


/*---------------------
    section12
----------------------*/
.section12 {
    background: #FFEFF6;
    padding-top: 40px
}

.section12 h2 {
    color: #BC527A;
    position: relative;
    margin-bottom: 30px;
}

.section12 h2::before {
    position: absolute;
    content: "";
    background-image: url(../img/deco-pinkline_left.png);
    background-size: 100%;
    width: 34px;
    height: 83px;
    bottom: 0;
    left: 10%;
}

.section12 h2::after {
    position: absolute;
    content: "";
    background-image: url(../img/deco-pinkline_right.png);
    background-size: 100%;
    width: 34px;
    height: 83px;
    bottom: 0;
    right: 10%;
}

.solution {
    width: 132px;
    margin: auto;
}

.section12 .white_text {
    margin-bottom: 24px;
}

.section12 .wrapper {
    padding-bottom: 48px;
}

.deco-text {
    font-weight: 700;
    padding: 50px 15px;
    position: relative;
}

.deco-text::before {
    position: absolute;
    content: "";
    background-image: url(../img/back-deco_left.png);
    background-size: 100%;
    width: 130px;
    height: 130px;
    top: 0;
    left: 0;
}

.deco-text::after {
    position: absolute;
    content: "";
    background-image: url(../img/back-deco_right.png);
    background-size: 100%;
    width: 130px;
    height: 130px;
    bottom: 0;
    right: 0;
}

.deco-text p:first-child {
    padding-bottom: 52px;
    z-index: 10;
}


/*-------------------------
    section13
-------------------------*/
.section13 {
    padding-top: 40px;
}

.section13 .colum {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.section13 .center-img {
    margin: 0 auto;
}

.blue-back-boxlist {
    background: #EEF4FF;
    padding: 24px 0;
}

.section13 li {
    display: flex;
    width: 350px;
    padding: 12px 30px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    margin: 0 auto 10px;
}

.blue-back-boxlist li img {
    width: 40px;
}

.section13 .pink-back-boxlist {
    background: #FFEFF6;
    padding: 24px 0;
    margin-bottom: 56px;
}

.pink-back-boxlist li {
    justify-content: center;
    padding: 16px 0;
}

.pink-back-boxlist li img {
    width: 30px;
}

.section13 .title_img {
    width: 360px;
    margin: 0 auto;
}

.section13 .img {
    width: 220px;
}


/*-----------------
    section14
------------------*/
.section14 {
    background: #EEF4FF;
    padding-top: 24px;
}

small {
    display: block;
    margin-block: -20px 32px;
    font-weight: 700;
}

.section14 .deco-img {
    width: 320px;
}

.top16 {
    padding-top: 16px;
}

.back_white {
    background: #FFFEFE;
    padding: 40px 0 64px;
}

.section14 .sec_large {
    margin-top: 40px;
}

.section14 .blue-box {
    color: #FFFEFE;
    background: #527CBC;
    padding-block: 24px;
    margin-top: 10px;
}


/*-------------------------
    section15
-------------------------*/
.section15 h3 {
    margin-top: 40px;
    margin-bottom: 16px;
}

.sorry-img {
    width: 168px;
}


/*-----------------------
    section16
-----------------------*/
.section16 {
    background: #FFEFF6;
}


.pink_img {
    margin-top: 48px;
    width: 330px;
}


/*------------------------
    section17
------------------------*/
.section17 {
    background: #EEF4FF;
    padding-top: 48px;
}

.section17 .img {
    height: 250px;
    object-fit: cover;
    object-position: top;
}

/*----------------------
    section18
-----------------------*/
.section18 {
    background: #FFEFF6;
    padding-block: 40px 64px;
}

.sec1_title {
    position: relative;
    height: 110px;
    margin-top: 24px;
}

.sec1_title::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 95px;
    background-image: url(../img/back_deco_kirakira-right.png);
    background-size: contain;
    left: 10px;
}

.sec1_title::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 95px;
    background-image: url(../img/back_deco_kirakira.png);
    background-size: contain;
    right: 0px;
}

.sec1_title img {
    width: 90%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section18 .deco {
    margin-block: 48px 64px;
    position: relative;
}

.section18 .deco::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    background-image: url(../img/title-deco-white.png);
    background-size: contain;
    transform: rotate(180deg);
    left: 10%;
    top: -20px;
}

.section18 .deco::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    background-image: url(../img/title-deco-white.png);
    background-size: contain;
    right: 8%;
    bottom: -25px;
}

.section1 .bottom70 {
    margin-bottom: 70px;
}

.wrave_white {
    margin-top: 16px;
}

.thinking-box {
    background: #FFFEFE;
    display: flex;
    justify-content: end;
    padding-block: 16px;
}

.think-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: left;
    width: 70%;
    padding-inline: 34px 14px;
}

@media(max-width:390px) {
    .think-text {
        padding-inline: 24px 10px;
    }
}

.think-img {
    width: 30%;
}

.think-img img {
    height: calc(100% / 4);
    object-fit: cover;
}

.sec_deco {
    position: relative;
}

.sec_deco::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 80px;
    background-image: url(../img/pink_sparkling.png);
    background-size: cover;
    bottom: -15px;
    left: 5%;
}

.gra {
    background: linear-gradient(96deg, #BC527A 10%, #FF95BD, #BC527A 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section18 .speech_bubble {
    width: 300px;
    margin-top: 0;
}


/*----------------------
    section19
----------------------*/
.section19 {
    padding-block: 20px 24px;
}

.section19 ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    padding-top: 50px;
}

.section19 ul::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../img/deco-sprial.png);
    background-size: cover;
    top: 15px;
    left: 23%;
}

.not-img {
    width: 350px;
}

.img-sorry {
    width: 280px;
    margin-bottom: 24px;
}


/*---------------------
    section20
---------------------*/
.section20 {
    background: #FFEFF6;
    padding-bottom: 40px;
}

.section20 h3:nth-of-type(1) {
    margin-top: 24px;
}

.deco2_pinkline {
    width: 260px;
}

.section20 h3:nth-of-type(3) {
    margin-block: 24px;
}

/*-------------------------
    plan 企画
-------------------------*/

.sec1_title-img {
    width: 90%;
    margin-block: 40px 32px;
}

.plan-chapter {
    background: #FFEFF6;
    padding-top: 100px;
    position: relative;
}

.plan-chapter::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top: 25px solid #FFFEFE;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.chapter-box {
    width: 350px;
    background: #FFFEFE;
    border-radius: 10px;
    padding-block: 40px 32px;
    position: relative;
    margin: 0 auto 80px;
}

.chapter-box:nth-of-type(3) {
    margin-bottom: 40px;
}

.chapter_no {
    position: absolute;
    width: 84px;
    top: -32px;
    left: 16px;
}

.chapter-box ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.chapter-box ul img {
    margin: 0;
}

.chapter-box ul li:first-child {
    font-size: 1.25rem;
    font-weight: 700;
}

.chapter-box ul li:last-child {
    width: 272px;
    margin-inline: auto;
}

.chapter-line {
    margin-block: 24px;
}

.chapter-content {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    font-weight: 700;
}

.chapter-content::before,
.chapter-content::after {
    content: "ー";
}

.chapter-contents-deco {
    width: 96px;
    margin-top: 8px;
    margin-bottom: 32px;
}

.contents dl {
    padding-inline: 16px;
    margin-left: 1.5rem;
}

.contents dt {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 140%;
}

.dt-flex {
    display: flex;
    gap: 8px;
}

.dt-no {
    margin-left: -1.5rem;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    font-family: "Open Sans", serif;
    width: 30px;
    height: 30px;
    color: #FFFEFE;
    background: #BC527A;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
}

.contents dd {
    font-size: 0.875rem;
    margin-bottom: 24px;
    margin-left: 16px;
    line-height: 120%;
}

.contents dd:last-of-type {
    margin-bottom: 0;
}

.nowrap {
    white-space: nowrap;
    margin-left: -8px;
}


.benefits_wave {
    margin-top: -50px;
}


/*-------------------------
    benefits　10大特典
--------------------------*/
.benefits {
    background-image: url(../img/background-img.png);
    background-repeat: repeat-y;
    background-size: contain;
    padding-bottom: 10px;
}

/* .benefits_title {
    animation: zoomIn 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
} */

.benefits h3 {
    color: #BC527A;
    margin-bottom: 8px;
}

.benefits_title img {
    width: 310px;
}

.benefits-flex {
    width: 350px;
    margin: 24px auto;
    display: flex;
}

.benefits-flex img {
    width: 40%;
    margin-top: 50px;
    animation: fuwafuwa 2s ease-in-out infinite alternate;
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-5deg);
    }

    50% {
        transform: translate(0, -5px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(5deg);
    }
}


.benefits-box {
    width: 350px;
    margin: 0 auto 24px;
    background: #FFFEFE;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.benefits-box li:first-child img {
    width: 127px;
}

.benefits-box li:nth-child(2) {
    font-size: 1.5rem;
    font-weight: 700;
}

.benefits-box .small {
    font-size: 1rem;
    display: block;
    padding-bottom: 8px;
}

.benefits-box .title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 24px;
}

.benefits-box .mini,
.benefits-box .bottom56 {
    font-size: 0.875rem;
}


/*---------------------------
    bene-sum まとめ
---------------------------*/
.bene-sum {
    padding-block: 0 24px;
}

.bene-sum img {
    margin-top: -2px;
}

.chapter-nober {
    color: #FFFEFE;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.backcolor {
    background-color: #BC527A;
    padding: 8px;
    border-radius: 2px;
    margin-inline: 8px;
    font-weight: 700;
}

.chapter-nober::before,
.chapter-nober::after {
    content: "";
    width: 130px;
    height: 5px;
    background-image: url(../img/chapter_line.png);
    background-size: contain;
}

.bene-sum-list li:nth-child(2) {
    font-size: 1.125rem;
    font-weight: 700;
    margin-block: 16px;
}

.bene-sum-list li:nth-child(3) {
    opacity: 0.8;
    width: 340px;
    padding-left: 10px;
    ;
    margin: 0 auto;
    text-align: left;
}

.bene-sum-list li:nth-child(4) {
    width: 350px;
    margin: 0 auto 40px;
}

.bene-list {
    position: relative;
    border: 4px solid #BC527A;
    border-radius: 10px;
    width: 350px;
    margin: 100px auto 56px;
    padding: 40px 20px 20px;
    text-align: left;
}

.bene-list img {
    position: absolute;
    width: 288px;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
}

.deco_sore::before {
    position: relative;
    content: "";
    background-image: url(../img/point-icon-pink.png);
    background-size: cover;
    display: block;
    width: 28px;
    height: 26px;
    left: 35%;
    bottom: -5px;
}

.paid-retter {
    background: #FFEFF6;
}

.paid-retter .text-box {
    padding-bottom: 40px;
}

.paid-retter .text-box p {
    padding-bottom: 26px;
}

.paid-retter .text-box .bottom3 {
    padding-bottom: 84px;
}

.paid-retter .text-box p:last-of-type {
    padding-bottom: 0;
}

.more-no {
    background: #EEF4FF;
}

.more-no h3 {
    margin-block: 24px;
}

.paid-retter .sec_large:nth-of-type(1) {
    margin-top: 24px;
}

.paid-retter .deco {
    position: relative;
}

.paid-retter .deco::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 80px;
    background-image: url(../img/pink_line.png);
    background-size: contain;
    bottom: 0;
    left: 8%;
}

.paid-retter .deco::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 80px;
    background-image: url(../img/pink_line.png);
    background-size: contain;
    transform: rotatey(180deg);
    bottom: 0;
    right: 10%;
}



/*------------------------
    about_fee
-------------------------*/
.about_fee h2 {
    color: #fff;
    background: #BC527A;
    position: relative;
    margin-bottom: 8px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.pink-box {
    display: block;
    width: 100%;
    padding-block: 32px;
    position: relative;
}

.about_fee h2::before,
.pink-box::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #fff;
}

.about_fee h2::before {
    left: 8px;
    bottom: 16px;
}

.pink-box::before {
    right: 8px;
    top: 16px;
}

.about_fee h2::after,
.pink-box::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 28px;
    background-color: #fff;
}

.about_fee h2::after {
    left: 16px;
    bottom: 8px;
}

.pink-box::after {
    right: 16px;
    top: 8px;
}

.about_fee .sec_large {
    margin-bottom: 24px;
}

.about_fee .text-box {
    margin-bottom: 56px;
}

.about_fee .pink-line {
    width: 300px;
    margin-top: -24px;
    margin-bottom: 24px;
}

.about_fee .image {
    margin-block: -40px 24px;
}

.about_fee .blue-line {
    margin-top: -8px;
    margin-bottom: 24px;
}


/*-----------------------
    price
-----------------------*/
.price {
    background: #FFEFF6;
    padding-bottom: 16px;
}

.price-img {
    margin-top: -17px;
}

.price .sec_large {
    margin-block: 8px 24px;
}

.price .plas {
    color: #BC527A;
    font-weight: 700;
}

.price .white {
    background: #BC527A;
    font-weight: 700;
    padding: 0 4px;
    border-radius: 2px;
    color: #fbfbfb;
}

.price .deco {
    position: relative;
    display: inline-block;
}

.price .deco::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/point_icon-pink.png);
    background-size: 80%;
    top: -10px;
}

.ctn-btn {
    width: 350px;
    margin: 0 auto 56px;
    position: relative;
}

.btn {
    position: absolute;
    content: "";
    width: 90%;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.small {
    font-size: 0.875rem;
    line-height: 150%;
}


/*--------------------------
support-people サポート人数
---------------------------*/
.support-people {
    padding-top: 40px;
}

.support-people .center-img {
    margin-top: 0;
}

.pink-large-line {
    font-size: 1.75rem;
    color: #fff;
    display: inline-block;
    line-height: 160%;
    padding-inline: 24px;
    background: #BC527A;
    margin-bottom: 24px;
}

.support-people .sec_large {
    margin-bottom: 24px;
}


/*---------------------
    Q&A 
---------------------*/
.q-a {
    background: #FFEFF6;
    padding-top: 40px;
    padding-bottom: 40px;
}

.q-a h2 {
    color: #BC527A;
    margin-block: 24px;
}

.q-a ul {
    background: #FFFEFE;
    border-radius: 20px;
    padding: 24px 24px 14px;
    text-align: left;
    width: 350px;
    margin: 0 auto 24px;
}

.q-a li {
    margin-bottom: 10px;
}

.q-a .mark {
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFD1DA;
    border: 2px solid #FFD1DA;
    display: inline-block;
    line-height: 21px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
}

.q-text {
    display: flex;
}

.center {
    align-items: center;
}

.q-text p {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 160%;
}

.a-flex {
    display: flex;
}

.q-a .border {
    border: 1px solid #FFD1DA;
}

.q-a .large p {
    padding-bottom: 20px;
    font-size: 1rem;
}

.q-a .large p:last-of-type {
    padding-bottom: 0;
}

.a-small {
    margin-top: 16px;
}

.a-small p {
    padding-bottom: 14px;
    font-size: 0.85em;
}

.a-small p:last-of-type {
    padding-bottom: 0;
}


.deco-pink_line {
    position: relative;
    display: inline-block;
}

.deco-pink_line::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 80px;
    background-image: url(../img/pink_line.png);
    background-size: contain;
    bottom: 0;
    left: -30px;
}

.deco-pink_line::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 80px;
    background-image: url(../img/pink_line.png);
    background-size: contain;
    transform: rotateY(180deg);
    bottom: 0;
    right: -30px;
}


/*------------------------
    last-message
------------------------*/
.last-message {
    background: #FFEFF6;
    padding-top: 40px;
    padding-bottom: 80px;
}

.ps {
    width: 360px;
    margin-inline: auto;
    padding-block: 40px;
    background: #fbfbfb;
    border-radius: 20px;
    position: relative;
    margin-bottom: 58px;
}

.ps::before {
    position: absolute;
    content: "";
    width: 82px;
    height: 68px;
    background-size: contain;
    top: -30px;
    left: 30px;
}

.ps:first-child::before {
    background-image: url(../img/ps_1.png);
}

.ps:nth-of-type(2)::before {
    background-image: url(../img/ps_2.png);
}

.ps:nth-of-type(3)::before {
    background-image: url(../img/ps_3.png);
}

.ps .chapter-nober::before,
.ps .chapter-nober::after {
    width: 120px;
}

.ps .bene-sum-list li:nth-child(4) {
    width: 320px;
}

.ps .bene-list {
    width: 320px;
}

.ps-price {
    width: 320px;
    margin-inline: auto;
    padding: 16px 8px;
    border-bottom: 3px dotted #ccc;
    border-top: 3px dotted #ccc;
    text-align: left;
    font-weight: 700;
}

.slash {
    position: relative;
}

.slash::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #527CBC;
    transform: rotate(-15deg);
    top: 15px;
    left: 0;
}

.ps-price .large {
    font-size: 1.5rem;
    color: #BC527A;
}

.ps-price .small {
    font-size: 0.7rem;
}

.last-message .sec_large:nth-of-type(1) {
    margin-bottom: 68px;
}

.ps .inner {
    margin-inline: auto;
}

.last-masseg-box li {
    font-weight: 700;
    background: #fbfbfb;
    border-radius: 10px;
    display: inline-block;
    width: 320px;
    padding-block: 8px;
    margin-bottom: 16px;
}

.last-message h3 {
    margin-top: 16px;
    margin-bottom: 32px;
}

.last-message .image {
    margin-top: 32px;
    margin-bottom: 0;
}

.last-voice {
    margin-block: 104px;
    font-style: 1.2rem;
    font-weight: 700;
}



/*-----------------------------------
    特商法・プライバシーポリシー
-----------------------------------*/
#tokushouhou,
#privacy_policy {
    margin-block: 40px;
}

#tokushouhou dl,
#privacy_policy dl {
    width: 350px;
    margin: 40px auto;
    border: 1px solid #ccc;
}

#tokushouhou dt,
#privacy_policy dt {
    background: #FFEFF6;
    padding: 16px 8px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}

#tokushouhou dd,
#privacy_policy dd {
    padding: 24px 8px;
    border-bottom: 1px solid #ccc;
    line-height: 140%;
}

#tokushouhou a {
    color: #527CBC;
    text-decoration: underline;
}

#privacy_policy dd {
    text-align: left;
}

#privacy_policy dd p {
    padding-bottom: 20px;
}

#privacy_policy dd p:last-child {
    padding-bottom: 0;
}

#privacy_policy dd .bottom2 {
    padding-bottom: 40px;
}

#tokushouhou .back_btn {
    color: #3C3030;
    text-decoration: none;
}