@charset "UTF-8";
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 52px;
    font-size: 18px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    background-color: #FFFFFF;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    padding: 15px 36px 15px 20px;
    cursor: pointer;
    line-height: 1;
    color: #c1c0c1;
}
.select-wrap {
    position: relative;
}
.cv-prefecture::after,
.cv-city::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #909090;
    border-bottom: 2px solid #909090;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
.cv-prefecture,
.cv-city {
    width: 310px;
    position: relative;
}
button {
    appearance: none;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 66px;
    margin: 0;
    background: #fd853a;
    color: #ffffff;
    padding: 0;
    border-radius: 33px;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    transition: all .2s ease-out;
    box-sizing: border-box;
    font-feature-settings: "palt";
}
.splide__arrow:disabled {
    pointer-events: none;
    visibility: hidden;
}
.worry_wrap {
    position: relative;
    padding: 73px 0 77px;
    box-sizing: border-box;
    background: #f9f9f9;
    z-index: 2;
}
.worry_wrap::after {
    content: "";
    width: 100%;
    height: 125px;
    background: url(../svg/bg_bubble.svg) no-repeat center top / 100% auto;
    position: absolute;
    bottom: -125px;
    left: 0;
    z-index: -1;
    height: 8.681vw;
    bottom: -8.681vw;
}
.ttl {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.worry-ttl {
    margin-bottom: 68px;
}
.worry_lst {
    display: flex;
    justify-content: center;
    gap: 40px 53px;
    flex-wrap: wrap;
}
.worry_lst li {
    position: relative;
    padding: 0 0 79px;
    box-sizing: border-box;
}
.round-item {
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    box-sizing: border-box;
    background: #ededed;
    padding: 60px 0 0;
    position: relative;
}
.round-item .txt {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    font-feature-settings: "palt";
}
.txt .line {
    display: inline;
    background-position: left -100% bottom;
    background-size: 200% 10px;
    background-repeat: repeat-x;
}
.txt .line.is-gray {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(213, 213, 213) 50%);
}
.txt .line.is-pnk {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 238, 238) 50%);
}
.worry_lst li .round-item::before,
.worry_lst li .round-item::after {
    content: "";
    position: absolute;
    z-index: 9;
}
.worry_lst li.ver1 .round-item::before {
    width: 38px;
    height: 42px;
    background: url(../img/shape01.png) no-repeat center / 100% auto;
    top: -1px;
    right: 47px;
}
.worry_lst li.ver2 .round-item::before {
    width: 29px;
    height: 26px;
    background: url(../img/shape02.png) no-repeat center / 100% auto;
    top: 4px;
    left: 51px;
}
.worry_lst li.ver3 .round-item::before {
    width: 38px;
    height: 37px;
    background: url(../img/shape03.png) no-repeat center / 100% auto;
    top: -8px;
    left: 48px;
}
.worry_lst li.ver4 .round-item::before {
    width: 44px;
    height: 42px;
    background: url(../img/shape04.png) no-repeat center / 100% auto;
    top: -5px;
    left: 19px;
}
.worry_lst li.ver1 .round-item::after {
    width: 138px;
    height: 142px;
    background: url(../svg/img02.svg) no-repeat center / 100% auto;
    bottom: -52px;
    left: 49px;
}
.worry_lst li.ver2 .round-item::after {
    width: 123px;
    height: 154px;
    background: url(../svg/img03.svg) no-repeat center / 100% auto;
    bottom: -79px;
    left: 51px;
}
.worry_lst li.ver3 .round-item::after {
    width: 176px;
    height: 159px;
    background: url(../svg/img04.svg) no-repeat center / 100% auto;
    bottom: -69px;
    left: 29px;
}
.worry_lst li.ver4 .round-item::after {
    width: 148px;
    height: 161px;
    background: url(../img/img05.png) no-repeat center / 100% auto;
    bottom: -61px;
    left: 67px;
}
.prepare_wrap {
    background: #ff97ab url(../img/prepare_bg.png) no-repeat center top 5.833vw / cover;
    padding: calc(8.681vw + 80px) 0 calc(2.639vw + 72px);
    box-sizing: border-box;
    position: relative;
}
.prepare_wrap::after {
    content: "";
    width: 100%;
    height: 44px;
    height: 3.056vw;
    background: url(../svg/bg_round.svg) no-repeat center top / 100% auto;
    position: absolute;
    left: 0;
    bottom: -6px;
    bottom: -0.417vw;
    z-index: 9;
}
.prepare-ttl .ttl {
    color: #ffffff;
}
.prepare-ttl {
    margin-bottom: 31px;
}
.prepare_lst > li {
    padding: 62px 0 0 0;
    box-sizing: border-box;
    position: relative;
}
.prepare_lst > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.prepare_lst > li.ver1::before {
    width: 117px;
    height: 81px;
    background: url(../img/icn_grow01.png) no-repeat center /100% auto;
    top: 8px;
}
.prepare_lst > li.ver2::before {
    width: 50px;
    height: 83px;
    background: url(../img/icn_grow02.png) no-repeat center /100% auto;
}
.prepare_lst > li.ver3::before {
    width: 89px;
    height: 81px;
    background: url(../img/icn_grow03.png) no-repeat center /100% auto;
}
.prepare_img {
    background: #ffffff;
    border-radius: 15px;
    box-sizing: border-box;
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 31px;
}
.prepare_img.ver1 {
    padding: 14px 19px 0 0;
}
.prepare_img.ver2 {
    padding: 10px 22px 0 0;
}
.prepare_img.ver3 {
    padding: 13px 0 0 22px;
}
.prepare_txt .cat {
    text-align: center;
    line-height: 1.5;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #ffffff;
}
.prepare_txt .txt {
    padding: 0 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    color: #ffffff;
}
.point_wrap {
    padding: calc(0.417vw + 120px) 0 90px;
    box-sizing: border-box;
    background: #ffeeee url(../img/point_bg.png) no-repeat center top 0.417vw / cover;
}
.ttl.ver2 {
    line-height: 1.3;
}
.ttl.ver2 .fs-l2 {
    font-size: 70px;
}
.ttl.ver2 .fs-l {
    font-size: 56px;
}
.ttl.ver2 .is-pnk {
    color: #ff4f95;
}
.point-ttl {
    margin-bottom: 46px;
}
.ttl .is-deco {
    position: relative;
    display: inline-block;
}
.ttl .is-deco::before {
    content: "";
    position: absolute;
    z-index: 9;
}
.point-ttl .is-deco::before {
    width: 105px;
    height: 76px;
    background: url(../svg/ttl_deco01.svg) no-repeat center / 100% auto;
    top: -62px;
    left: -48px;
}
.point_lst > li {
    padding: 43px 74px 32px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 15px;
}
.point_lst > li:not(:last-child) {
    margin-bottom: 40px;
}
.point-num {
    margin-bottom: 24px;
}
.point_cat {
    margin-bottom: 15px;
}
.point_cat .cat {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.278;
    letter-spacing: 0.04em;
}
.point-box .txt {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    width: calc(100% - 355px);
}
.fw-b {
    font-weight: 700;
}
.point-box {
    position: relative;
}
.search_wrap {
    background: #ff97ab;
    padding: 93px 0 98px;
    box-sizing: border-box;
}
.search_in {
    background: #ffffff;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 56px 88px 59px;
    position: relative;
}
.search-ttl {
    margin-bottom: 33px;
}
.search-txt {
    font-size: 18px;
    line-height: 1.7778;
    text-align: center;
    font-weight: 500;
    margin-bottom: 33px;
}
.cv-searchbtn > span {
    position: relative;
    padding-left: 31px;
    box-sizing: border-box;
}
.cv-searchbtn > span::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../svg/icn_search_wh.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    z-index: 9;
}
.cv_btn {
    margin: 50px auto 0;
    width: 440px;
    height: 66px;
}
.cv_btn a {
    padding-left: 7px;
    box-sizing: border-box;
}
.cv_btn a > span {
    position: relative;
    padding-left: 30px;
}
.cv_btn a > span::before {
    content: "";
    width: 18px;
    height: 24px;
    background: url(../svg/icn_document_wh.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    z-index: 9;
}
.lp-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #ffffff;
    background: #01c69a;
    border-radius: 33px;
    line-height: 1;
}
.flow_wrap {
    padding: 135px 0 90px;
    background: #ffeeee url(../img/flow_bg.png) no-repeat center top / cover;
}
.flow-ttl {
    margin-bottom: 100px;
}
.flow-ttl .is-deco::before {
    width: 88px;
    height: 32px;
    background: url(../svg/ttl_deco02.svg) no-repeat center / 100% auto;
    top: -2px;
    right: -94px;
}
.flow_lst > li {
    padding: 27px 170px 27px 40px;
    background: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 40px;
}
.flow_lst > li:not(:last-child) {
    margin-bottom: 20px;
}
.flow-img {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
.flow-img.ver1 {
    right: 29px;
}
.flow-img.ver2 {
    right: 28px;
}
.flow-img.ver3 {
    right: 40px;
}
.flow-img.ver4 {
    right: 44px;
}
.flow-img.ver5 {
    right: 41px;
}
.flow_lst .txt {
    font-size: 32px;
    line-height: 1.4375;
    letter-spacing: 0.04em;
    font-weight: 600;
}
.flow_txt .s-txt {
    margin-top: 12px;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 0.04em;
}
.flow_ct > .ano-txt {
    font-size: 16px;
    line-height: 1;
    margin-top: 32px;
    text-align: right;
    font-weight: 500;
}
.compare_wrap {
    padding: 98px 0 137px;
    box-sizing: border-box;
    background: #f2f9f5;
}
.compare-ttl {
    margin-bottom: 80px;
}
.compare-ttl .is-deco::before {
    width: 34px;
    height: 21px;
    background: url(../svg/ttl_deco03.svg) no-repeat center / 100% auto;
    top: -16px;
    right: -33px;
}
.compare_ct {
    display: flex;
    justify-content: center;
    gap: 0 40px;
}
.compare_box {
    border-radius: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.compare_box .cat {
    background: #01c69a;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 72px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
}
.compare_box .cat .fs-l {
    font-size: 30px;
}
.compare_txt {
    background: #ffffff;
    padding: 40px 0 35px;
    text-align: center;
}
.compare_txt .price {
    font-size: 50px;
    line-height: 1;
}
.compare_txt .frequency {
    font-size: 20px;
    line-height: 1;
    margin-top: 17px;
    font-weight: 600;
}
.voice_wrap {
    background: #ffeeee url(../img/voice_bg.png) no-repeat center top / cover;
    padding: 100px 0 112px;
    box-sizing: border-box;
}
.voice-ttl {
    margin-bottom: 79px;
}
.voice-ttl .is-deco::before {
    width: 67px;
    height: 46px;
    background: url(../svg/ttl_deco04.svg) no-repeat center / 100% auto;
    top: -10px;
    right: -82px;
}
.voice_lst > li {
    display: flex;
    justify-content: space-between;
}
.voice_lst > li:nth-child(even) {
    flex-direction: row-reverse;
}
.voice_lst > li:not(:last-child) {
    margin-bottom: 76px;
}
.voice_txt {
    padding: 43px 30px 36px 40px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #ffffff;
    position: relative;
    width: calc(100% - 245px);
}
.voice_txt::before {
    content: "";
    width: 27px;
    height: 18px;
    top: 74px;
    position: absolute;
    z-index: 9;
}
.voice_lst > li:nth-child(even) .voice_txt::before {
    background: url(../img/tail_r.png) no-repeat center left / 100% auto;
    right: -27px;
}
.voice_lst > li:nth-child(odd) .voice_txt::before {
    background: url(../img/tail_l.png) no-repeat center right / 100% auto;
    left: -27px;
}
.voice-img {
    margin-top: 17px;
}
.voice_txt .cat {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    color: #ff6c88;
    margin-bottom: 20px;
}
.voice_txt .cat span {
    border-bottom: 2px solid #ff6c88;
    display: inline-block;
    padding-bottom: 2px;
    box-sizing: border-box;
}
.voice_txt .txt {
    font-size: 18px;
    line-height: 1.778;
    letter-spacing: -0.02em;
}
.voice_in > .ano-txt {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-top: 36px;
    text-align: right;
}
.qa_wrap {
    padding: 98px 0 107px;
    background: #f2f9f5;
}
.qa-ttl {
    margin-bottom: 75px;
}
.qa-ttl .is-deco::before {
    width: 50px;
    height: 44px;
    background: url(../svg/ttl_deco05.svg) no-repeat center / 100% auto;
    top: -13px;
    right: -64px;
}
.qa_ct .qadtl_wrap:not(:last-child) {
    margin-bottom: 30px;
}
.qadtl_wrap {
    background: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.qest_wrap {
    position: relative;
    padding: 20px 87px 20px 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.qest_wrap::before {
    content: "";
    width: 16px;
    height: 10px;
    background: url(../svg/icn_arw-up.svg) no-repeat center / 100% auto;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%) scale(1, -1);
    right: 30px;
}
.qest_wrap.active::before {
    transform: translateY(-50%) scale(1, 1);
}
.qest_wrap > span {
    padding-left: 61px;
    position: relative;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
}
.qest_wrap > span::before,
.qest_wrap > span::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-sizing: border-box;
}
.qest_wrap > span::before {
    background: #01c69a;
}
.qest_wrap > span::after {
    background: url(../img/question.png) no-repeat center / 11px auto;
    z-index: 10;
}
.ans_wrap {
    padding: 24px 87px 25px 30px;
    box-sizing: border-box;
    display: none;
    position: relative;
}
.ans_wrap::before {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 30px;
    background: #f6f6f6;
    z-index: 9;
}
.ans_wrap > .txt {
    padding-left: 52px;
    position: relative;
    font-size: 18px;
    line-height: 1.6667;
}
.ans_wrap > .txt::before {
    content: "";
    width: 40px;
    height: 40px;
    background:#ff97ab url(../img/answer.png) no-repeat center / 11px auto;
    position: absolute;
    left: 0;
    top: -4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-sizing: border-box;
}
.voice_lst > li {
    opacity: 0;
}
.point_lst > li {
    opacity: 0;
}
.flow_lst > li {
    opacity: 0;
}
.voice_lst > li.is-animated {
    animation: fadeup 0.9s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.5s;
}
.point_lst > li.is-animated {
    animation: fadeup 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.3s;
}
.flow_lst > li.is-animated {
    animation: fadeup 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.3s;
}
.free_item.is-animated {
    animation: fadeup 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.3s;
}
.free_wrap {
    padding: 100px 0 90px;
    background: #ffeeee url(../img/free_bg.png) no-repeat center top / cover;
    box-sizing: border-box;
}
.free-ttl {
    margin-bottom: 72px;
}
.free-ttl .is-deco::before {
    width: 76px;
    height: 55px;
    background: url(../svg/ttl_deco06.svg) no-repeat center / 100% auto;
    top: -7px;
    right: -84px;
}
.free_item {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 47px 59px 48px 47px;
    opacity: 0;
}
.free-box {
    display: flex;
    align-items: center;
    gap: 0 52px;
}
.free_txt .cat {
    font-size: 32px;
    letter-spacing: 0.04em;
    color: #ff6c88;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}
.free_txt .txt {
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: 1.5;
}
.free-box:not(:last-child) {
    margin-bottom: 9px;
}
.strong_wrap {
    padding: 110px 0 106px;
    background: #ffffff;
    box-sizing: border-box;
}
.strong_in {
    border: 6px solid #ff4f95;
    background: #ffeeee url(../img/highlight_bg01.png) no-repeat center top / cover;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 55px 20px 80px;
    text-align: center;
    position: relative;
}
.strong_in::before,
.strong_in::after {
    content: "";
    position: absolute;
    z-index: 9;
}
.strong_in::before {
    width: 118px;
    height: 119px;
    background: url(../svg/img22.svg) no-repeat center / 100% auto;
    left: 17px;
    bottom: 55px;
}
.strong_in::after {
    width: 88px;
    height: 120px;
    background: url(../svg/img23.svg) no-repeat center / 100% auto;
    right: 31px;
    bottom: 47px;
}
.str-cat {
    font-size: 56px;
    letter-spacing: 0.03em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 62px;
}
.str-cat .fs-l {
    font-size: 76px;
    color: #ff4f95;
}
.str-scat {
    font-size: 36px;
    letter-spacing: 0.03em;
    font-weight: 500;
    line-height: 1;
}
.str-scat .is-anxiety,
.str-scat .is-confidence {
    padding: 0 0.2em;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.str-scat .is-confidence {
    font-size: 56px;
    color: #ff4f95;
}
.str-scat .is-anxiety::before {
    content: "";
    width: 90px;
    height: 66px;
    background: url(../img/highlight_bg02.png) no-repeat center / 100% auto;
    position: absolute;
    left: 50%;
    margin-left: -47px;
    top: 50%;
    z-index: -2;
    margin-top: -36px;
}
.str-scat .is-confidence::before {
    content: "";
    width: 153px;
    height: 102px;
    background: url(../img/highlight_bg03.png) no-repeat center / 100% auto;
    position: absolute;
    left: 50%;
    margin-left: -76px;
    top: 50%;
    z-index: -2;
    margin-top: -43px;
}
.footer_wrap {
    padding: 85px 0;
    box-sizing: border-box;
    background: #ffffff;
}
.footer-list {
    display: flex;
    justify-content: center;
    gap: 0 2em;
    margin-bottom: 65px;
    line-height: 1;
    font-size: 24px;
}
.footer-list a {
    font-size: 24px;
    font-weight: 500;
}
.copyright {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.025em;
    text-align: center;
}
.float_wrap {
    position: fixed;
    right: 0;
    bottom: 245px;
    z-index: 999;
}
.float-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    box-sizing: border-box;
}
.float-btn.is-or a {
    background: #fd853a;
}
.float-btn a > span {
    position: relative;
}
.float-btn.is-or a > span {
    padding-left: 49px;
}
.float-btn.is-or a > span::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../svg/icn_search_wh.svg) no-repeat center / 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    z-index: 9;
}
header.is-shadow {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 897px) {
    .prepare_in,
    .point_in,
    .search_in,
    .flow_in,
    .compare_in,
    .free_in,
    .strong_in {
        max-width: 1200px;
        margin: 0 auto;
    }
    .voice_in,
    .qa_in {
        max-width: 1075px;
        margin: 0 auto;
    }
    .compare_ct {
        max-width: 920px;
        margin: 0 auto;
    }
    .compare_box {
        width: calc((100% - 40px) / 2);
    }
    .prepare_lst {
        justify-content: space-between;
    }
    .prepare_lst > li {
        width: calc((100% - 240px) / 3) !important;
    }
    .prepare_lst > li:not(:last-child)::after {
        content: "";
        width: 32px;
        height: 36px;
        background: url(../svg/triangle.svg) no-repeat center / 100% auto;
        position: absolute;
        top: 154px;
        right: -76px;
        z-index: 9;
    }
    .point-box .point-img {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 9;
    }
    .point-box .point-img.ver2 {
        margin-right: 12px;
    }
    .search-img {
        position: absolute;
        z-index: 9;
    }
    .search-img.ver1 {
        top: 42px;
        left: 104px;
    }
    .search-img.ver2 {
        top: 39px;
        right: 104px;
    }
    .search-img.ver3 {
        bottom: 70px;
        left: 156px;
    }
    .search-img.ver4 {
        bottom: 61px;
        right: 164px;
    }
    .cv-search-box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 40px;
    }
    .cv-selectbox {
        display: flex;
        align-items: center;
        gap: 0 20px;
    }
    .cv-searchbtn:hover {
        opacity: .8;
    }
    .voice_txt {
        min-height: 225px;
    }
    .qest_wrap:hover {
        background: #01c69a;
        color: #ffffff;
    }
    .qest_wrap:hover > span::before {
        background: #ffffff;
    }
    .qest_wrap:hover > span::after {
        filter: brightness(0) saturate(100%) invert(60%) sepia(82%) saturate(2538%) hue-rotate(126deg) brightness(94%) contrast(102%);
    }
    .qest_wrap:hover::before {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(10%) hue-rotate(160deg) brightness(103%) contrast(102%);
    }
    .free_ct {
        display: flex;
        justify-content: space-between;
    }
    .free_item {
        width: calc((100% - 82px) / 2);
    }
    .footer-list a:hover {
        text-decoration: underline;
    }
    .float-btn {
        width: 326px;
        height: 110px;
        background: #FFFFFF;
        border-radius: 15px 0 0 15px;
        overflow: hidden;
    }
    .float-btn a:hover {
        opacity: .8;
    }
    .free_item.ver2.is-animated {
        animation: fadeup 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.8s;
    }
    .str-scat {
        padding-left: 12px;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 897px) and (max-width: 1280px) {
    .prepare_in,
    .point_in,
    .search_in,
    .flow_in,
    .compare_in,
    .free_in,
    .strong_in,
    .voice_in,
    .qa_in,
    .compare_ct {
        width: calc(100% - 6.25vw);
    }
    select {
        height: 4.063vw;
        font-size: 1.406vw;
        border: 0.078vw solid #d6d6d6;
        padding: 1.172vw 2.813vw 1.172vw 1.563vw;
    }
    .cv-prefecture::after,
    .cv-city::after {
        right: 1.406vw;
        width: 0.625vw;
        height: 0.625vw;
        border-right: 0.156vw solid #909090;
        border-bottom: 0.156vw solid #909090;
    }
    .cv-prefecture,
    .cv-city {
        width: 24.219vw;
    }
    button {
        width: 25vw;
        height: 5.156vw;
        border-radius: 2.578vw;
        font-size: 1.875vw;
    }
    .lp-btn a {
        font-size: 1.875vw;
    }
    .worry_wrap {
        position: relative;
        padding: 5.703vw 0 6.016vw;
        box-sizing: border-box;
        background: #f9f9f9;
        z-index: 2;
    }
    .worry_wrap::after {
        content: "";
        width: 100%;
        height: 9.766vw;
        background: url(../svg/bg_bubble.svg) no-repeat center top / 100% auto;
        position: absolute;
        bottom: -9.766vw;
        left: 0;
        z-index: -1;
        height: 8.681vw;
        bottom: -8.681vw;
    }
    .ttl {
        font-size: 3.75vw;
        font-weight: 700;
        line-height: 1;
        text-align: center;
    }
    .worry-ttl {
        margin-bottom: 5.313vw;
    }
    .worry_lst {
        display: flex;
        justify-content: center;
        gap: 3.125vw 4.141vw;
        flex-wrap: wrap;
    }
    .worry_lst li {
        position: relative;
        padding: 0 0 6.172vw;
        box-sizing: border-box;
    }
    .round-item {
        width: 18.75vw;
        height: 18.75vw;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        box-sizing: border-box;
        background: #ededed;
        padding: 4.688vw 0 0;
        position: relative;
    }
    .round-item .txt {
        text-align: center;
        font-size: 1.563vw;
        line-height: 1.6;
        font-weight: 500;
        font-feature-settings: "palt";
    }
    .txt .line {
        display: inline;
        background-position: left -100% bottom;
        background-size: 200%  0.781vw;
        background-repeat: repeat-x;
    }
    .txt .line.is-gray {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(213, 213, 213) 50%);
    }
    .txt .line.is-pnk {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 238, 238) 50%);
    }
    .worry_lst li .round-item::before,
    .worry_lst li .round-item::after {
        content: "";
        position: absolute;
        z-index: 9;
    }
    .worry_lst li.ver1 .round-item::before {
        width: 2.969vw;
        height: 3.281vw;
        background: url(../img/shape01.png) no-repeat center / 100% auto;
        top: -0.078vw;
        right: 3.672vw;
    }
    .worry_lst li.ver2 .round-item::before {
        width: 2.266vw;
        height: 2.031vw;
        background: url(../img/shape02.png) no-repeat center / 100% auto;
        top: 0.313vw;
        left: 3.984vw;
    }
    .worry_lst li.ver3 .round-item::before {
        width: 2.969vw;
        height: 2.891vw;
        background: url(../img/shape03.png) no-repeat center / 100% auto;
        top: -0.625vw;
        left: 3.75vw;
    }
    .worry_lst li.ver4 .round-item::before {
        width: 3.438vw;
        height: 3.281vw;
        background: url(../img/shape04.png) no-repeat center / 100% auto;
        top: -0.391vw;
        left: 1.484vw;
    }
    .worry_lst li.ver1 .round-item::after {
        width: 10.781vw;
        height: 11.094vw;
        background: url(../svg/img02.svg) no-repeat center / 100% auto;
        bottom: -4.062vw;
        left: 3.828vw;
    }
    .worry_lst li.ver2 .round-item::after {
        width: 9.609vw;
        height: 12.031vw;
        background: url(../svg/img03.svg) no-repeat center / 100% auto;
        bottom: -6.172vw;
        left: 3.984vw;
    }
    .worry_lst li.ver3 .round-item::after {
        width: 13.75vw;
        height: 12.422vw;
        background: url(../svg/img04.svg) no-repeat center / 100% auto;
        bottom: -5.391vw;
        left: 2.266vw;
    }
    .worry_lst li.ver4 .round-item::after {
        width: 11.563vw;
        height: 12.578vw;
        background: url(../img/img05.png) no-repeat center / 100% auto;
        bottom: -4.766vw;
        left: 5.234vw;
    }
    .prepare_wrap {
        background: #ff97ab url(../img/prepare_bg.png) no-repeat center top 5.833vw / cover;
        padding: calc(8.681vw + 6.25vw) 0 calc(2.639vw + 5.625vw);
        box-sizing: border-box;
        position: relative;
    }
    .prepare_wrap::after {
        content: "";
        width: 100%;
        height: 3.438vw;
        height: 3.056vw;
        background: url(../svg/bg_round.svg) no-repeat center top / 100% auto;
        position: absolute;
        left: 0;
        bottom: -0.469vw;
        bottom: -0.417vw;
        z-index: 9;
    }
    .prepare-ttl .ttl {
        color: #ffffff;
    }
    .prepare-ttl {
        margin-bottom: 2.422vw;
    }
    .prepare_lst > li {
        padding: 4.844vw 0 0 0;
        box-sizing: border-box;
        position: relative;
    }
    .prepare_lst > li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
    }
    .prepare_lst > li.ver1::before {
        width: 9.141vw;
        height: 6.328vw;
        background: url(../img/icn_grow01.png) no-repeat center /100% auto;
        top: 0.625vw;
    }
    .prepare_lst > li.ver2::before {
        width: 3.906vw;
        height: 6.484vw;
        background: url(../img/icn_grow02.png) no-repeat center /100% auto;
    }
    .prepare_lst > li.ver3::before {
        width: 6.953vw;
        height: 6.328vw;
        background: url(../img/icn_grow03.png) no-repeat center /100% auto;
    }
    .prepare_img {
        background: #ffffff;
        border-radius: 1.172vw;
        box-sizing: border-box;
        width: 100%;
        height: 17.188vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.422vw;
    }
    .prepare_img.ver1 {
        padding: 1.094vw 1.484vw 0 0;
    }
    .prepare_img.ver2 {
        padding: 0.781vw 1.719vw 0 0;
    }
    .prepare_img.ver3 {
        padding: 1.016vw 0 0 1.719vw;
    }
    .prepare_txt .cat {
        text-align: center;
        line-height: 1.5;
        font-size: 2.188vw;
        margin-bottom: 1.953vw;
        font-weight: 500;
        color: #ffffff;
    }
    .prepare_txt .txt {
        padding: 0 0.391vw;
        font-size: 1.406vw;
        line-height: 2;
        color: #ffffff;
    }
    .point_wrap {
        padding: calc(0.417vw + 9.375vw) 0 7.031vw;
        box-sizing: border-box;
        background: #ffeeee url(../img/point_bg.png) no-repeat center top 0.417vw / cover;
    }
    .ttl.ver2 {
        line-height: 1.3;
    }
    .ttl.ver2 .fs-l2 {
        font-size: 5.469vw;
    }
    .ttl.ver2 .fs-l {
        font-size: 4.375vw;
    }
    .ttl.ver2 .is-pnk {
        color: #ff4f95;
    }
    .point-ttl {
        margin-bottom: 3.594vw;
    }
    .ttl .is-deco {
        position: relative;
        display: inline-block;
    }
    .ttl .is-deco::before {
        content: "";
        position: absolute;
        z-index: 9;
    }
    .point-ttl .is-deco::before {
        width: 8.203vw;
        height: 5.938vw;
        background: url(../svg/ttl_deco01.svg) no-repeat center / 100% auto;
        top: -4.844vw;
        left: -3.75vw;
    }
    .point_lst > li {
        padding: 3.359vw 5.781vw 2.5vw;
        box-sizing: border-box;
        background: #ffffff;
        border-radius: 1.172vw;
    }
    .point_lst > li:not(:last-child) {
        margin-bottom: 3.125vw;
    }
    .point-num {
        margin-bottom: 1.875vw;
    }
    .point_cat {
        margin-bottom: 1.172vw;
    }
    .point_cat .cat {
        font-size: 2.813vw;
        font-weight: 700;
        line-height: 1.278;
        letter-spacing: 0.04em;
    }
    .point-box .txt {
        font-size: 1.563vw;
        line-height: 1.8;
        letter-spacing: 0.04em;
        width: calc(100% - 27.734vw);
    }
    .fw-b {
        font-weight: 700;
    }
    .point-box {
        position: relative;
    }
    .search_wrap {
        background: #ff97ab;
        padding: 7.266vw 0 7.656vw;
        box-sizing: border-box;
    }
    .search_in {
        background: #ffffff;
        border-radius: 3.125vw;
        box-sizing: border-box;
        padding: 4.375vw 6.875vw 4.609vw;
        position: relative;
    }
    .search-ttl {
        margin-bottom: 2.578vw;
    }
    .search-txt {
        font-size: 1.406vw;
        line-height: 1.7778;
        text-align: center;
        font-weight: 500;
        margin-bottom: 2.578vw;
    }
    .cv-searchbtn > span {
        position: relative;
        padding-left: 2.422vw;
        box-sizing: border-box;
    }
    .cv-searchbtn > span::before {
        content: "";
        width: 1.563vw;
        height: 1.563vw;
        background: url(../svg/icn_search_wh.svg) no-repeat center / 100% auto;
        position: absolute;
        top: 50%;
        margin-top: -0.781vw;
        left: 0;
        z-index: 9;
    }
    .cv_btn {
        margin: 3.906vw auto 0;
        width: 34.375vw;
        height: 5.156vw;
    }
    .cv_btn a {
        padding-left: 0.547vw;
        box-sizing: border-box;
    }
    .cv_btn a > span {
        position: relative;
        padding-left: 2.344vw;
    }
    .cv_btn a > span::before {
        content: "";
        width: 1.406vw;
        height: 1.875vw;
        background: url(../svg/icn_document_wh.svg) no-repeat center / 100% auto;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -0.937vw;
        z-index: 9;
    }
    .flow_wrap {
        padding: 10.547vw 0 7.031vw;
        background: #ffeeee url(../img/flow_bg.png) no-repeat center top / cover;
    }
    .flow-ttl {
        margin-bottom: 7.813vw;
    }
    .flow-ttl .is-deco::before {
        width: 6.875vw;
        height: 2.5vw;
        background: url(../svg/ttl_deco02.svg) no-repeat center / 100% auto;
        top: -0.156vw;
        right: -7.344vw;
    }
    .flow_lst > li {
        padding: 2.109vw 13.281vw 2.109vw 3.125vw;
        background: #ffffff;
        border-radius: 1.563vw;
        box-sizing: border-box;
        position: relative;
        display: flex;
        align-items: center;
        gap: 0 3.125vw;
    }
    .flow_lst > li:not(:last-child) {
        margin-bottom: 1.563vw;
    }
    .flow-img {
        position: absolute;
        z-index: 9;
        top: 50%;
        transform: translateY(-50%);
    }
    .flow-img.ver1 {
        right: 2.266vw;
    }
    .flow-img.ver2 {
        right: 2.188vw;
    }
    .flow-img.ver3 {
        right: 3.125vw;
    }
    .flow-img.ver4 {
        right: 3.438vw;
    }
    .flow-img.ver5 {
        right: 3.203vw;
    }
    .flow_lst .txt {
        font-size: 2.344vw;
        line-height: 1.4375;
    }
    .flow_txt .s-txt {
        margin-top: 0.938vw;
        font-size: 1.484vw;
    }
    .flow_ct > .ano-txt {
        font-size: 1.25vw;
        line-height: 1;
        margin-top: 2.5vw;
        text-align: right;
        font-weight: 500;
    }
    .compare_wrap {
        padding: 7.656vw 0 10.703vw;
        box-sizing: border-box;
        background: #f2f9f5;
    }
    .compare-ttl {
        margin-bottom: 6.25vw;
    }
    .compare-ttl .is-deco::before {
        width: 2.656vw;
        height: 1.641vw;
        background: url(../svg/ttl_deco03.svg) no-repeat center / 100% auto;
        top: -1.25vw;
        right: -2.578vw;
    }
    .compare_ct {
        gap: 0 3.125vw;
    }
    .compare_box {
        border-radius: 1.172vw;
        width: calc((100% - 3.125vw) / 2);
    }
    .compare_box .cat {
        height: 5.625vw;
        font-size: 1.875vw;
    }
    .compare_box .cat .fs-l {
        font-size: 2.344vw;
    }
    .compare_txt {
        padding: 3.125vw 0 2.734vw;
    }
    .compare_txt .price {
        font-size: 3.906vw;
    }
    .compare_txt .frequency {
        font-size: 1.563vw;
        margin-top: 1.328vw;
    }
    .voice_wrap {
        background: #ffeeee url(../img/voice_bg.png) no-repeat center top / cover;
        padding: 7.813vw 0 8.75vw;
        box-sizing: border-box;
    }
    .voice-ttl {
        margin-bottom: 6.172vw;
    }
    .voice-ttl .is-deco::before {
        width: 5.234vw;
        height: 3.594vw;
        background: url(../svg/ttl_deco04.svg) no-repeat center / 100% auto;
        top: -0.781vw;
        right: -6.406vw;
    }
    .voice_lst > li {
        display: flex;
        justify-content: space-between;
    }
    .voice_lst > li:nth-child(even) {
        flex-direction: row-reverse;
    }
    .voice_lst > li:not(:last-child) {
        margin-bottom: 5.938vw;
    }
    .voice_txt {
        padding: 3.359vw 2.344vw 2.813vw 3.125vw;
        box-sizing: border-box;
        border-radius: 1.172vw;
        background: #ffffff;
        position: relative;
        width: calc(100% - 19.141vw);
    }
    .voice_txt::before {
        content: "";
        width: 2.109vw;
        height: 1.406vw;
        top: 5.781vw;
        position: absolute;
        z-index: 9;
    }
    .voice_lst > li:nth-child(even) .voice_txt::before {
        background: url(../img/tail_r.png) no-repeat center left / 100% auto;
        right: -2.109vw;
    }
    .voice_lst > li:nth-child(odd) .voice_txt::before {
        background: url(../img/tail_l.png) no-repeat center right / 100% auto;
        left: -2.109vw;
    }
    .voice-img {
        margin-top: 1.328vw;
    }
    .voice_txt .cat {
        font-size: 2.031vw;
        line-height: 1;
        font-weight: 500;
        color: #ff6c88;
        margin-bottom: 1.563vw;
    }
    .voice_txt .cat span {
        border-bottom: 0.156vw solid #ff6c88;
        display: inline-block;
        padding-bottom: 0.156vw;
        box-sizing: border-box;
    }
    .voice_txt .txt {
        font-size: 1.406vw;
        line-height: 1.778;
        letter-spacing: -0.02em;
    }
    .voice_in > .ano-txt {
        font-size: 1.25vw;
        letter-spacing: 0.04em;
        line-height: 1;
        margin-top: 2.813vw;
        text-align: right;
    }
    .qa_wrap {
        padding: 7.656vw 0 8.359vw;
        background: #f2f9f5;
    }
    .qa-ttl {
        margin-bottom: 5.859vw;
    }
    .qa-ttl .is-deco::before {
        width: 3.906vw;
        height: 3.438vw;
        background: url(../svg/ttl_deco05.svg) no-repeat center / 100% auto;
        top: -1.016vw;
        right: -5vw;
    }
    .qa_ct .qadtl_wrap:not(:last-child) {
        margin-bottom: 2.344vw;
    }
    .qadtl_wrap {
        background: #ffffff;
        border-radius: 0.781vw;
        box-sizing: border-box;
        overflow: hidden;
    }
    .qest_wrap {
        position: relative;
        padding: 1.563vw 6.797vw 1.563vw 2.344vw;
        box-sizing: border-box;
        cursor: pointer;
    }
    .qest_wrap::before {
        content: "";
        width: 1.25vw;
        height: 0.781vw;
        background: url(../svg/icn_arw-up.svg) no-repeat center / 100% auto;
        position: absolute;
        z-index: 9;
        top: 50%;
        transform: translateY(-50%) scale(1, -1);
        right: 2.344vw;
    }
    .qest_wrap.active::before {
        transform: translateY(-50%) scale(1, 1);
    }
    .qest_wrap > span {
        padding-left: 4.766vw;
        position: relative;
        font-size: 1.563vw;
        line-height: 1;
        font-weight: 500;
        display: inline-block;
    }
    .qest_wrap > span::before,
    .qest_wrap > span::after {
        content: "";
        width: 3.125vw;
        height: 3.125vw;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.781vw;
        box-sizing: border-box;
    }
    .qest_wrap > span::before {
        background: #01c69a;
    }
    .qest_wrap > span::after {
        background: url(../img/question.png) no-repeat center / 0.859vw auto;
        z-index: 10;
    }
    .ans_wrap {
        padding: 1.875vw 6.797vw 1.953vw 2.344vw;
        box-sizing: border-box;
        display: none;
        position: relative;
    }
    .ans_wrap::before {
        content: "";
        width: calc(100% - 4.688vw);
        height: 0.078vw;
        position: absolute;
        top: 0;
        left: 2.344vw;
        background: #f6f6f6;
        z-index: 9;
    }
    .ans_wrap > .txt {
        padding-left: 4.063vw;
        position: relative;
        font-size: 1.406vw;
        line-height: 1.6667;
    }
    .ans_wrap > .txt::before {
        content: "";
        width: 3.125vw;
        height: 3.125vw;
        background:#ff97ab url(../img/answer.png) no-repeat center / 0.859vw auto;
        position: absolute;
        left: 0;
        top: -0.312vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.781vw;
        box-sizing: border-box;
    }
    .voice_lst > li {
        opacity: 0;
    }
    .free_wrap {
        padding: 7.813vw 0 7.031vw;
        background: #ffeeee url(../img/free_bg.png) no-repeat center top / cover;
        box-sizing: border-box;
    }
    .free-ttl {
        margin-bottom: 5.625vw;
    }
    .free-ttl .is-deco::before {
        width: 5.938vw;
        height: 4.297vw;
        background: url(../svg/ttl_deco06.svg) no-repeat center / 100% auto;
        top: -0.547vw;
        right: -6.562vw;
    }
    .free_item {
        display: flex;
        align-items: center;
        background: #ffffff;
        border-radius: 1.172vw;
        box-sizing: border-box;
        padding: 3.672vw 4.609vw 3.75vw 3.672vw;
    }
    .free-box {
        display: flex;
        align-items: center;
        gap: 0 4.063vw;
    }
    .free_txt .cat {
        font-size: 2.5vw;
        letter-spacing: 0.04em;
        color: #ff6c88;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 1.563vw;
    }
    .free_txt .txt {
        font-size: 1.563vw;
        letter-spacing: 0.04em;
        font-weight: 500;
        line-height: 1.5;
    }
    .free-box:not(:last-child) {
        margin-bottom: 0.703vw;
    }
    .strong_wrap {
        padding: 8.594vw 0 8.281vw;
        background: #ffffff;
        box-sizing: border-box;
    }
    .strong_in {
        border: 0.469vw solid #ff4f95;
        background: #ffeeee url(../img/highlight_bg01.png) no-repeat center top / cover;
        box-sizing: border-box;
        border-radius: 1.563vw;
        padding: 4.297vw 1.563vw 6.25vw;
        text-align: center;
        position: relative;
    }
    .strong_in::before,
    .strong_in::after {
        content: "";
        position: absolute;
        z-index: 9;
    }
    .strong_in::before {
        width: 9.219vw;
        height: 9.297vw;
        background: url(../svg/img22.svg) no-repeat center / 100% auto;
        left: 1.328vw;
        bottom: 4.297vw;
    }
    .strong_in::after {
        width: 6.875vw;
        height: 9.375vw;
        background: url(../svg/img23.svg) no-repeat center / 100% auto;
        right: 2.422vw;
        bottom: 3.672vw;
    }
    .str-cat {
        font-size: 4.375vw;
        letter-spacing: 0.03em;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 4.844vw;
    }
    .str-cat .fs-l {
        font-size: 5.938vw;
        color: #ff4f95;
    }
    .str-scat {
        font-size: 2.813vw;
        letter-spacing: 0.03em;
        font-weight: 500;
        line-height: 1;
    }
    .str-scat .is-anxiety,
    .str-scat .is-confidence {
        padding: 0 0.2em;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        z-index: 2;
    }
    .str-scat .is-confidence {
        font-size: 4.375vw;
        color: #ff4f95;
    }
    .str-scat .is-anxiety::before {
        content: "";
        width: 7.031vw;
        height: 5.156vw;
        background: url(../img/highlight_bg02.png) no-repeat center / 100% auto;
        position: absolute;
        left: 50%;
        margin-left: -3.672vw;
        top: 50%;
        z-index: -2;
        margin-top: -2.812vw;
    }
    .str-scat .is-confidence::before {
        content: "";
        width: 11.953vw;
        height: 7.969vw;
        background: url(../img/highlight_bg03.png) no-repeat center / 100% auto;
        position: absolute;
        left: 50%;
        margin-left: -5.937vw;
        top: 50%;
        z-index: -2;
        margin-top: -3.359vw;
    }
    .footer_wrap {
        padding: 6.641vw 0;
    }
    .footer-list {
        display: flex;
        justify-content: center;
        gap: 0 2em;
        margin-bottom: 5.078vw;
        line-height: 1;
        font-size: 1.875vw;
    }
    .footer-list a {
        font-size: 1.875vw;
        font-weight: 500;
    }
    .copyright {
        font-size: 1.094vw;
        line-height: 1;
        letter-spacing: 0.025em;
        text-align: center;
    }
    .float_wrap {
        position: fixed;
        right: 0;
        bottom: 19.141vw;
        z-index: 999;
    }
    .float-btn a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        font-weight: 700;
        font-size: 2.5vw;
        line-height: 1;
        box-sizing: border-box;
    }
    .float-btn.is-or a {
        background: #fd853a;
    }
    .float-btn a > span {
        position: relative;
    }
    .float-btn.is-or a > span {
        padding-left: 3.828vw;
    }
    .float-btn.is-or a > span::before {
        content: "";
        width: 2.188vw;
        height: 2.188vw;
        background: url(../svg/icn_search_wh.svg) no-repeat center / 100% auto;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1.094vw;
        z-index: 9;
    }
    .prepare_lst > li {
        width: calc((100% - 18.75vw) / 3) !important;
    }
    .prepare_lst > li:not(:last-child)::after {
        width: 2.5vw;
        height: 2.813vw;
        top: 12.031vw;
        right: -5.937vw;
    }
    .point-box .point-img.ver2 {
        margin-right: 0.938vw;
    }
    .search-img.ver1 {
        top: 3.281vw;
        left: 8.125vw;
    }
    .search-img.ver2 {
        top: 3.047vw;
        right: 8.125vw;
    }
    .search-img.ver3 {
        bottom: 5.469vw;
        left: 12.188vw;
    }
    .search-img.ver4 {
        bottom: 4.766vw;
        right: 12.812vw;
    }
    .cv-search-box {
        gap: 0 3.125vw;
    }
    .cv-selectbox {
        gap: 0 1.563vw;
    }
    .voice_txt {
        min-height: 17.578vw;
    }
    .free_item {
        width: calc((100% - 3.125vw) / 2);
    }
    .float-btn {
        width: 25.469vw;
        height: 8.594vw;
        border-radius: 1.172vw 0 0 1.172vw;
        overflow: hidden;
    }
    .prepare_img.ver1 img {
        width: 12.734vw;
    }
    .prepare_img.ver2 img {
        width: 11.875vw;
    }
    .prepare_img.ver3 img {
        width: 14.375vw;
    }
    .point-img.ver1 img {
        width: 17.031vw;
    }
    .point-img.ver2 img {
        width: 15.156vw;
    }
    .point-img.ver3 img {
        width: 18.672vw;
    }
    .point-img.ver4 img {
        width: 17.891vw;
    }
    .point-num img {
        width: 4.375vw;
    }
    .search-img.ver1 img {
        width: 17.422vw;
    }
    .search-img.ver2 img {
        width: 16.25vw;
    }
    .search-img.ver3 img {
        width: 7.5vw;
    }
    .search-img.ver4 img {
        width: 9.375vw;
    }
    .flow-num img {
        width: 8.438vw;
    }
    .flow-img.ver1 img {
        width: 12.5vw;
    }
    .flow-img.ver2 img {
        width: 12.734vw;
    }
    .flow-img.ver3 img {
        width: 10.859vw;
    }
    .flow-img.ver4 img {
        width: 10.156vw;
    }
    .flow-img.ver5 img {
        width: 10.703vw;
    }
    .voice-img img {
        width: 14.844vw;
    }
    .free-img img {
        width: 11.719vw;
    }
    .free-img.ver2 img {
        width: 8.984vw;
    }
    .free-img.ver3 img {
        width: 10.391vw;
    }
    .bnr_in img {
        width: 58.594vw;
    }
}
@media screen and (max-width: 896px) {
    .c-pc {
        display: none;
    }
    .c-pc-inb {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-inb {
        display: inline-block;
    }
    .search-img {
        display: none;
    }
    select {
        height: 11.733vw;
        font-size: 3.467vw;
        border: 0.267vw solid #d6d6d6;
        box-sizing: border-box;
        padding: 3.467vw 9.6vw 3.467vw 5.067vw;
        color: #7e7e7e;
    }
    .select-wrap {
        position: relative;
    }
    .cv-prefecture::after,
    .cv-city::after {
        right: 4.267vw;
        width: 2.133vw;
        height: 2.133vw;
        border-right: 0.533vw solid #d5d5d5;
        border-bottom: 0.533vw solid #d5d5d5;
    }
    .cv-prefecture {
        margin-bottom: 5.333vw;
    }
    .cv-prefecture,
    .cv-city {
        width: 100%;
    }
    button {
        width: 74.667vw;
        height: 12vw;
        margin: 5.867vw auto 0;
        border-radius: 6.133vw;
        font-size: 4.8vw;
        display: flex;
    }
    .worry_wrap {
        padding: 5.6vw 5.867vw 7.733vw;
    }
    .worry_wrap::after {
        height: 23.467vw;
        background: url(../svg/bg_bubble_sp.svg) no-repeat center top / 100% auto;
        bottom: -23.467vw;
    }
    .ttl {
        font-size: 7.467vw;
        line-height: 1.25;
    }
    .worry-ttl {
        margin-bottom: 6.933vw;
    }
    .worry_lst {
        display: flex;
        justify-content: center;
        gap: 8.533vw 4.8vw;
        flex-wrap: wrap;
    }
    .worry_lst li {
        padding: 0 0 13.067vw;
    }
    .round-item {
        width: 39.467vw;
        height: 39.467vw;
        padding: 10.667vw 0 0;
    }
    .round-item .txt {
        font-size: 3.733vw;
        line-height: 1.571;
    }
    .txt .line {
        background-size: 200% 1.6vw;
    }
    .worry_lst li.ver1 .round-item::before {
        width: 6.133vw;
        height: 6.933vw;
        background: url(../img/sp/shape01.png) no-repeat center / 100% auto;
        top: -0.267vw;
        right: 7.733vw;
    }
    .worry_lst li.ver2 .round-item::before {
        width: 4.8vw;
        height: 4.267vw;
        background: url(../img/sp/shape02.png) no-repeat center / 100% auto;
        top: 0.533vw;
        left: 8.267vw;
    }
    .worry_lst li.ver3 .round-item::before {
        width: 6.133vw;
        height: 6.133vw;
        background: url(../img/sp/shape03.png) no-repeat center / 100% auto;
        top: -1.333vw;
        left: 8vw;
    }
    .worry_lst li.ver4 .round-item::before {
        width: 7.2vw;
        height: 6.933vw;
        background: url(../img/sp/shape04.png) no-repeat center / 100% auto;
        top: -0.8vw;
        left: 3.2vw;
    }
    .worry_lst li.ver1 .round-item::after {
        width: 22.667vw;
        height: 23.2vw;
        bottom: -8.533vw;
        left: 8vw;
    }
    .worry_lst li.ver2 .round-item::after {
        width: 20.267vw;
        height: 25.333vw;
        bottom: -13.067vw;
        left: 8.267vw;
    }
    .worry_lst li.ver3 .round-item::after {
        width: 29.067vw;
        height: 26.4vw;
        bottom: -11.2vw;
        left: 4.8vw;
    }
    .worry_lst li.ver4 .round-item::after {
        width: 22.933vw;
        height: 26.667vw;
        bottom: -9.867vw;
        left: 10.933vw;
    }
    .prepare_wrap {
        background: #ff97ab url(../img/sp/prepare_bg.png) no-repeat center top / 100% auto;
        padding: 19.2vw 9.333vw 9.6vw;
    }
    .prepare_wrap::after {
        height: 5.867vw;
        background: url(../svg/bg_round_sp.svg) no-repeat center top / 100% auto;
        bottom: -1.067vw;
    }
    .prepare-ttl {
        margin-bottom: 8vw;
    }
    .prepare_lst > li {
        padding: 12vw 0 0 0;
        width: 100%;
    }
    .prepare_lst > li.ver1::before {
        width: 27.467vw;
        height: 18.933vw;
        background: url(../img/sp/icn_grow01.png) no-repeat center /100% auto;
        top: 0;
    }
    .prepare_lst > li.ver2::before {
        width: 12.533vw;
        height: 20.533vw;
        background: url(../img/sp/icn_grow02.png) no-repeat center /100% auto;
    }
    .prepare_lst > li.ver3::before {
        width: 21.067vw;
        height: 19.2vw;
        background: url(../img/sp/icn_grow03.png) no-repeat center /100% auto;
    }
    .prepare_img {
        border-radius: 4vw;
        height: 49.867vw;
        margin-bottom: 5.333vw;
    }
    .prepare_img.ver1 {
        padding: 5.067vw 0.533vw 0 0;
    }
    .prepare_img.ver1 img {
        width: 34.933vw;
    }
    .prepare_img.ver2 {
        padding: 5.067vw 8vw 0 0;
    }
    .prepare_img.ver2 img {
        width: 35.2vw;
    }
    .prepare_img.ver3 {
        padding: 2.933vw 1.333vw 0 0;
    }
    .prepare_img.ver3 img {
        width: 41.6vw;
    }
    .prepare_txt .cat {
        font-size: 5.333vw;
        margin-bottom: 4vw;
    }
    .prepare_txt .txt {
        padding: 0;
        font-size: 4vw;
        line-height: 1.666;
    }
    .point_wrap {
        padding: 12vw 8vw 9.867vw;
        background: #ffeeee url(../img/sp/point_bg.png) no-repeat center top / 100% auto;
    }
    .ttl.ver2 {
        line-height: 1.25;
        font-size: 6.4vw;
    }
    .ttl.ver2 .fs-l2 {
        font-size: 6.4vw;
    }
    .ttl.ver2 .fs-l {
        font-size: 6.4vw;
    }
    .point-ttl {
        margin-bottom: 11.2vw;
    }
    .point-ttl .is-deco::before {
        width: 13.867vw;
        height: 10.133vw;
        top: -5.333vw;
        left: 5.333vw;
    }
    .point_lst > li {
        padding: 6.933vw 5.333vw 8vw;
        border-radius: 4vw;
    }
    .point_lst > li:not(:last-child) {
        margin-bottom: 8vw;
    }
    .point-num {
        margin-bottom: 0;
    }
    .point_cat {
        display: flex;
        gap: 0 5.067vw;
        margin-bottom: 6.933vw;
    }
    .point_cat .cat {
        font-size: 5.867vw;
        line-height: 1.3636;
    }
    .point-box .txt {
        font-size: 4.267vw;
        line-height: 1.5;
        width: 100%;
    }
    .point-img {
        text-align: center;
        margin-bottom: 7.467vw;
    }
    .point-img.ver1 img {
        width: 43.733vw;
    }
    .point-img.ver2 img {
        width: 41.333vw;
    }
    .point-img.ver3 img {
        width: 43.467vw;
    }
    .point-img.ver4 img {
        width: 41.6vw;
    }
    .search_wrap {
        padding: 8vw 5.333vw;
    }
    .search_in {
        border-radius: 4vw;
        padding: 8vw 5.867vw 8.8vw;
    }
    .search-ttl {
        margin-bottom: 5.333vw;
    }
    .search-ttl .ttl {
        margin-bottom: 6.4vw;
        line-height: 1;
        font-size: 6.4vw;
    }
    .search-txt {
        font-size: 3.2vw;
        line-height: 1.5833;
        text-align: left;
        margin-bottom: 5.067vw;
        position: relative;
        padding-right: 28.8vw;
        box-sizing: border-box;
    }
    .search-txt::before {
        content: "";
        width: 27.733vw;
        height: 18.667vw;
        background: url(../svg/img12.svg) no-repeat center / 100% auto;
        position: absolute;
        right: -2.667vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }
    .cv-searchbtn > span {
        padding-left: 5.867vw;
    }
    .cv-searchbtn > span::before {
        width: 4.267vw;
        height: 4.267vw;
        margin-top: -2.133vw;
        left: 0;
        z-index: 9;
    }
    .cv_btn {
        margin: 5.333vw auto 0;
        width: 74.667vw;
        height: 12vw;
    }
    .cv_btn a {
        padding-left: 0;
    }
    .cv_btn a > span {
        padding-left: 5.067vw;
    }
    .cv_btn a > span::before {
        width: 3.2vw;
        height: 4.267vw;
        margin-top: -2.133vw;
    }
    .lp-btn a {
        font-size: 4.533vw;
        border-radius: 6.133vw;
    }
    .flow_wrap {
        padding: 13.333vw 5.333vw 18.667vw;
        background: #ffeeee url(../img/sp/flow_bg.png) no-repeat center top / 100% auto;
    }
    .flow-ttl {
        margin-bottom: 16.533vw;
    }
    .flow-ttl .ttl {
        margin: 0 -1.333vw;
        line-height: 1;
    }
    .flow-ttl .is-deco::before {
        width: 10.667vw;
        height: 4.267vw;
        top: -6.933vw;
        right: -2.933vw;
    }
    .flow_lst > li {
        padding: 11.467vw 4vw 5.333vw 4.8vw;
        border-radius: 4vw;
        gap: 0 4vw;
    }
    .flow_lst > li.ver3 {
        padding: 6.667vw 4vw 6.667vw 4.8vw;
    }
    .flow_lst > li:not(:last-child) {
        margin-bottom: 19.2vw;
    }
    .flow-num {
        position: absolute;
        top: -11.2vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
    }
    .flow-img {
        position: static;
        transform: translateY(0);
    }
    .flow-img.ver1 img {
        width: 25.067vw;
    }
    .flow-img.ver2 img {
        width: 21.867vw;
    }
    .flow-img.ver3 img {
        width: 21.867vw;
    }
    .flow-img.ver4 img {
        width: 20vw;
    }
    .flow-img.ver5 img {
        width: 21.333vw;
    }
    .flow_lst .txt {
        font-size: 4.533vw;
        line-height: 1.388;
        letter-spacing: 0;
        max-width: 106.667vw;
    }
    .flow_txt .s-txt {
        margin-top: 1.333vw;
        font-size: 3.733vw;
        line-height: 1.5;
    }
    .flow_ct > .ano-txt {
        font-size: 3.2vw;
        line-height: 1.2;
        margin-top: 5.333vw;
        text-align: left;
    }
    .compare_wrap {
        padding: 12.267vw 5.333vw 9.333vw;
    }
    .compare-ttl {
        margin-bottom: 8.8vw;
    }
    .compare-ttl .ttl {
        line-height: 1;
        font-size: 6.4vw;
    }
    .compare-ttl .is-deco::before {
        width: 4.533vw;
        height: 2.933vw;
        top: -2.933vw;
        right: -3.467vw;
    }
    .compare_ct {
        flex-direction: column;
        gap: 5.333vw 0;
    }
    .compare_box {
        border-radius: 2.133vw;
        width: 100%;
    }
    .compare_box .cat {
        height: 13.333vw;
        font-size: 4.267vw;
    }
    .compare_box .cat .fs-l {
        font-size: 5.333vw;
    }
    .compare_txt {
        padding: 7.2vw 0 5.867vw;
    }
    .compare_txt .price {
        font-size: 9.6vw;
    }
    .compare_txt .frequency {
        font-size: 4.267vw;
        margin-top: 2.667vw;
    }
    .voice_wrap {
        background: #ffeeee url(../img/sp/voice_bg.png) no-repeat center top / 100% auto;
        padding: 11.2vw 4.267vw 12.267vw;
    }
    .voice-ttl {
        margin-bottom: 10.667vw;
    }
    .voice-ttl .ttl {
        line-height: 1;
    }
    .voice-ttl .is-deco::before {
        display: none;
    }
    .voice_lst > li:not(:last-child) {
        margin-bottom: 6.667vw;
    }
    .voice_txt {
        padding: 5.6vw 2.4vw 5.333vw 4vw;
        border-radius: 1.867vw;
        width: calc(100% - 20.8vw);
    }
    .voice_txt::before {
        width: 3.733vw;
        height: 2.4vw;
        top: 9.867vw;
        position: absolute;
        z-index: 9;
    }
    .voice_lst > li:nth-child(even) .voice_txt::before {
        background: url(../img/sp/tail_r.png) no-repeat center left / 100% auto;
        right: -3.733vw;
    }
    .voice_lst > li:nth-child(odd) .voice_txt::before {
        background: url(../img/sp/tail_l.png) no-repeat center right / 100% auto;
        left: -3.733vw;
    }
    .voice-img {
        margin-top: 2.933vw;
    }
    .voice-img img {
        width: 16.8vw;
    }
    .voice_txt .cat {
        font-size: 3.733vw;
        margin-bottom: 3.2vw;
    }
    .voice_txt .cat span {
        border-bottom: 0.267vw solid #ff6c88;
        padding-bottom: 0.267vw;
    }
    .voice_txt .txt {
        font-size: 3.2vw;
        line-height: 1.6667;
        letter-spacing: 0;
    }
    .voice_in > .ano-txt {
        font-size: 3.2vw;
        letter-spacing: 0;
        line-height: 1.2;
        margin-top: 5.333vw;
        text-align: left;
    }
    .qa_wrap {
        padding: 12vw 5.333vw 9.6vw;
    }
    .qa-ttl {
        margin-bottom: 10.667vw;
    }
    .qa-ttl .ttl {
        line-height: 1;
    }
    .qa-ttl .is-deco::before {
        display: none;
    }
    .qa_ct .qadtl_wrap:not(:last-child) {
        margin-bottom: 5.333vw;
    }
    .qadtl_wrap {
        border-radius: 1.867vw;
    }
    .qest_wrap {
        padding: 4vw 6.667vw 4vw 5.333vw;
    }
    .qest_wrap::before {
        width: 3.467vw;
        height: 2.4vw;
        right: 3.467vw;
    }
    .qest_wrap > span {
        padding-left: 11.2vw;
        font-size: 3.467vw;
        line-height: 1.384;
    }
    .qest_wrap > span::before,
    .qest_wrap > span::after {
        width: 8vw;
        height: 8vw;
        border-radius: 1.333vw;
    }
    .qest_wrap > span::after {
        background: url(../img/sp/question.png) no-repeat center / 2.133vw auto;
    }
    .ans_wrap {
        padding: 4.267vw 6.667vw 4vw 5.333vw;
    }
    .ans_wrap::before {
        width: calc(100% - 9.333vw);
        height: 0.267vw;
        left: 4.667vw;
    }
    .ans_wrap > .txt {
        padding-left: 11.2vw;
        font-size: 3.2vw;
        line-height: 1.5833;
    }
    .ans_wrap > .txt::before {
        width: 8vw;
        height: 8vw;
        background:#ff97ab url(../img/sp/answer.png) no-repeat center / 2.4vw auto;
        top: -0.533vw;
        border-radius: 1.333vw;
    }
    .free_wrap {
        padding: 12vw 7.2vw;
        background: #ffeeee url(../img/sp/free_bg.png) no-repeat center top / 100% auto;
        box-sizing: border-box;
    }
    .free-ttl {
        margin: 0 -2.4vw 7.733vw;
    }
    .free-ttl .ttl {
        line-height: 1;
    }
    .free-ttl .is-deco::before {
        display: none;
    }
    .free_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 2.133vw;
        padding: 5.333vw 7.2vw 5.333vw 5.333vw;
    }
    .free-box {
        justify-content: space-between;
        gap: 0;
    }
    .free_box {
        width: 100%;
    }
    .free-img.ver1 {
        padding-right: 2.4vw;
        box-sizing: border-box;
    }
    .free-img.ver1 img {
        width: 16.8vw;
    }
    .free-img.ver2 {
        padding-bottom: 5.333vw;
        box-sizing: border-box;
    }
    .free-img.ver2 img {
        width: 18.933vw;
    }
    .free-img.ver3 {
        padding-right: 1.333vw;
        box-sizing: border-box;
    }
    .free-img.ver3 img {
        width: 17.6vw;
    }
    .free_txt {
        max-width: 44vw;
    }
    .free_txt .cat {
        font-size: 4.267vw;
        letter-spacing: 0;
        margin-bottom: 1.6vw;
    }
    .free_txt .txt {
        font-size: 3.2vw;
        line-height: 1.6667;
    }
    .free_item:not(:last-child) {
        margin-bottom: 5.333vw;
    }
    .free-box:not(:last-child) {
        margin-bottom: 0.533vw;
    }
    .strong_wrap {
        padding: 13.333vw 5.333vw 15.467vw;
    }
    .strong_in {
        border: 0.8vw solid #ff4f95;
        background: #ffeeee url(../img/sp/highlight_bg01.png) no-repeat center top / 89.333vw auto;
        border-radius: 2.667vw;
        padding: 5.6vw 0 6.133vw;
    }
    .strong_in::before {
        width: 13.6vw;
        height: 13.867vw;
        left: 2.133vw;
        bottom: 18.933vw;
    }
    .strong_in::after {
        width: 10.4vw;
        height: 14.4vw;
        right: 3.467vw;
        bottom: 19.467vw;
    }
    .str-cat {
        font-size: 6.133vw;
        margin-bottom: 4.8vw;
        line-height: 1.3;
    }
    .str-cat .fs-l {
        font-size: 8vw;
    }
    .str-scat {
        font-size: 4.8vw;
        line-height: 1.5;
        padding-left: 0.938vw;
        box-sizing: border-box;
    }
    .str-scat .is-confidence {
        font-size: 7.467vw;
        padding: 0 0.3em;
    }
    .str-scat .is-anxiety {
        padding: 0 0.2em;
    }
    .str-scat .is-anxiety::before {
        width: 13.333vw;
        height: 8.8vw;
        background: url(../img/sp/highlight_bg02.png) no-repeat center / 100% auto;
        position: absolute;
        margin-left: -7.2vw;
        margin-top: -4.267vw;
    }
    .str-scat .is-confidence::before {
        width: 20.533vw;
        height: 13.6vw;
        background: url(../img/sp/highlight_bg03.png) no-repeat center / 100% auto;
        margin-left: -9.6vw;
        margin-top: -6.133vw;
    }
    .footer_wrap {
        padding: 7.467vw 0 6.667vw;
    }
    .footer-list {
        gap: 0 2em;
        margin-bottom: 8vw;
        font-size: 3.2vw;
    }
    .footer-list a {
        font-size: 3.2vw;
    }
    .copyright {
        font-size: 2.667vw;
    }
    .float_wrap {
        right: auto;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .float_in {
        padding: 4vw 2.933vw;
        box-sizing: border-box;
        background: rgba(255, 255, 255, .9);
    }
    .float_btn {
        display: flex;
        justify-content: space-between;
    }
    .float-btn a {
        width: 46.133vw;
        height: 13.867vw;
        font-size: 4.267vw;
        border-radius: 3.2vw;
    }
    .float-btn.is-gr a {
        background: #01c69a;
    }
    .float-btn.is-gr a > span {
        padding-left: 4.267vw;
        box-sizing: border-box;
    }
    .float-btn.is-or a > span {
        padding-left: 4.533vw;
        box-sizing: border-box;
    }
    .float-btn.is-or a > span::before {
        width: 3.733vw;
        height: 3.733vw;
        margin-top: -1.867vw;
        z-index: 9;
    }
    .float-btn.is-gr a > span::before {
        content: "";
        width: 3.2vw;
        height: 4.8vw;
        background: url(../svg/icn_document_wh.svg) no-repeat center / 100% auto;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2.4vw;
        z-index: 2;
    }
    .flow-num img {
        width: 17.6vw;
    }
    .splide__arrow {
        align-items: center;
        background: none;
        border: 0;
        border-radius: 0;
        width: 5.067vw;
        height: 8.267vw;
        opacity: 1;
        padding: 0;
        position: absolute;
        top: 32.8vw;
        transform: translateY(0);
        margin-top: 0;
    }
    .splide__arrow img {
        width: 100%;
        height: auto;
    }
    .splide__arrow--prev {
        left: -7.2vw;
    }
    .splide__arrow--next {
        right: -7.2vw;
    }
    .headerLogo-left img {
        width: 22.933vw;
    }
    .headerLogo-right img {
        width: 10.133vw;
    }
}
@keyframes fadeup {
  0% {
    transform: translateY(70px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}