@charset "UTF-8";

/* =============================================================================
Reset style
========================================================================== */


/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html { color: #000; background: #FFF;}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0;}

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

fieldset, img { border: 0;}

address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal;}

ol, ul { list-style: none;}

caption, th { text-align: left;}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}

a, a:hover, a:active, a:visited { text-decoration: none; outline: none;}

q:before, q:after { content: '';}

abbr, acronym { border: 0; font-variant: normal;}

sup { vertical-align: text-top;}

sub { vertical-align: text-bottom;}

input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; *font-size: 100%;}

legend { color: #000;}

#yui3-css-stamp.cssreset { display: none;}

*, *:before, *:after { -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}


/*==============================================================================
variable
============================================================================= */


/* =============================================================================
Basic style
========================================================================== */

body {
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: 200;
    overflow-x: hidden;
    word-break: break-all;
}

a {
    color: #fff;
}

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

#wrapper {
    overflow-x: hidden;
}

.century {
    font-family: "Century Gothic", sans-serif;
}

/*==============================================================================
Media
============================================================================= */

/*==============================================================================
Responsive
============================================================================= */

@media screen and (min-width: 769px) {
    .inner {
        width: 1000px;
        margin: 0 auto;
    }
    .pc-only {
        display: block;
    }
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 13.3333333333333vw;
    }
    body {
        font-size: 0.3rem;
    }
    .inner {
        width: 6.9rem;
        margin: 0 auto;
    }
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}

/*==============================================================================
header
============================================================================= */


/*==============================================================================
trouble
============================================================================= */

@media screen and (min-width: 769px) {
    .trouble-bg {
        height: 1025px;
        padding: 76px 0 88px;
    }
    .trouble-bg {
        background: url("../img/trouble_bg01_pc.jpg") no-repeat center/cover;
    }
    .trouble-ttl {
        width: 635px;
        margin: 0 auto;
    }
    .trouble-list {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 1071px;
        height: 362.5px;
        margin: 13px 0 0;
        padding: 56px 118px 0;
        background: url("../img/trouble_img01_pc.png") no-repeat center/1071px auto;
    }
    .trouble-item {
        margin: 20px 0 0;
    }
    .trouble-item-txt {
        position: relative;
        font-size: 24px;
        font-weight: bold;
    }
    .trouble-item-txt::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -15px;
        transform: translate(-100%, 0);
        width: 25px;
        height: 25px;
        margin: auto;
        background: url("../img/trouble_icon01_pc.png") no-repeat 50% 0;
        background-size: cover;
        content: "";
    }
    .trouble-item-txt .deco {
        position: relative;
        color: #174388;
    }
    .trouble-item-txt .deco::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        height: 10px;
        background: #ffe011;
        z-index: -1;
        content: "";
    }
    .trouble-subttl {
        width: 998px;
        margin: 33px auto 0;
    }
    .trouble-box {
        text-align: right;
    }
    .trouble-txt {
        display: inline-block;
        width: 714px;
        margin: 70px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .trouble-bg {
        height: 15.02rem;
        padding: 0.78rem 0 0.75rem;
    }
    .trouble-bg {
        background: url("../img/trouble_bg01_sp.jpg") no-repeat;
        background-size: 100% auto;
        background-position: top center;
    }
    .trouble-ttl {
        width: 5.86rem;
    }
    .trouble-list {
        height: 4.15rem;
        margin: 0.67rem 0 0;
        padding: 0.3rem 0 0 0.92rem;
        background: #fff;
    }
    .trouble-item {
        margin: 0.25rem 0 0;
    }
    .trouble-item-txt {
        position: relative;
        z-index: 1;
        font-size: 0.32rem;
        font-weight: bold;
        line-height: 1.5;
    }
    .trouble-item-txt::before {
        position: absolute;
        top: 0.07rem;
        left: -.2rem;
        transform: translate(-100%, 0);
        width: 0.34rem;
        height: 0.34rem;
        background: url("../img/trouble_icon01_pc.png") no-repeat 50% 0;
        background-size: cover;
        content: "";
    }
    .trouble-item-txt .deco {
        position: relative;
        color: #174388;
    }
    .trouble-item-txt .deco::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        height: 0.13rem;
        background: #ffe011;
        z-index: -1;
        content: "";
    }
    .trouble-subttl {
        margin: 1.37rem 0 0;
    }
    .trouble-txt {
        width: 6.57rem;
        margin: 0.22rem auto 0;
    }
}

/*==============================================================================
know
============================================================================= */

@media screen and (min-width: 769px) {
    .know-bg {
        padding: 83px 0 80px;
    }
    .know-bg {
        background: url("../img/know_bg01_pc.jpg") no-repeat center/cover;
    }
    .know-head {
        display: flex;
        justify-content: space-between;
        margin: 60px 0 0;
    }
    .know-subttl01 {
        width: 498px;
        margin: 0 0 0 -10px;
    }
    .know-txt01 {
        margin: 45px 0 0;
        font-size: 18px;
        line-height: 1.88;
        letter-spacing: 0.04em;
    }
    .know-txt01 .deco {
        font-weight: bold;
    }
    .know-block02 {
        width: 475px;
        padding: 35px 0 40px 30px;
        background: #fff;
        border-radius: 10px;
    }
    .know-term01 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.06em;
    }
    .know-chart01 {
        width: 418px;
        margin: 25px 0 0;
    }
    .know-note01 {
        margin: 15px 0 0;
        color: #555;
        font-size: 12px;
        line-height: 1.66;
        letter-spacing: 0.04em;
    }
    .know-note04 {
        position: relative;
        margin: 25px 0 0 60px;
        padding: 0 0 0 1em;
        color: #555;
        font-size: 12px;
        line-height: 1.66;
        letter-spacing: 0.04em;
    }
    .know-note04::before {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 12px;
        content: "※";
    }
    .know-foot {
        position: relative;
        margin: 100px 0 0;
        padding: 63px 0 50px;
        background: #fff;
        border-radius: 10px;
    }
    .know-foot::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 17.5px 0 17.5px;
        border-color: #fff transparent transparent transparent;
        transform: translate(-50%, 100%);
        content: "";
    }
    .know-flex {
        display: flex;
    }
    .know-subttl02 {
        width: 515px;
        padding: 30px 0 25px;
        background: linear-gradient(90deg, #174388 0%, #174388 50%, #0d3a80 50%, #0d3a80 100%);
        color: #fff;
        font-size: 36px;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
        letter-spacing: 0.1em;
    }
    .know-subttl02 .middle {
        font-size: 28px;
    }
    .know-subttl02 .small {
        font-size: 20px;
        letter-spacing: 0.06em;
    }
    .know-subttl02 .large {
        font-size: 90px;
        font-family: "Century Gothic", sans-serif;
        line-height: 0.8;
    }
    .know-subttl02 .deco {
        color: #ffeda9;
        letter-spacing: 0.06em;
    }
    .know-txt02 {
        margin: 25px 0 0 60px;
        font-size: 18px;
        line-height: 1.88;
        letter-spacing: 0.04em;
    }
    .know-txt02 .deco {
        font-weight: bold;
    }
    .know-note01 {
        margin: 22px 0 0 5px;
        padding: 0 0 0 15px;
        position: relative;
    }
    .know-note01::before {
        content: '※';
        position: absolute;
        top: 0;
        left: 0;
    }
    .know-chart02 {
        width: 390px;
        margin: 0 0 0 35px;
    }
    .know-block04 {
        width: 943px;
        margin: 45px auto 0;
        padding: 60px 0 0;
        border-top: dotted 5px #d4d4d4;
    }
    .know-subttl03 {
        width: 400px;
        position: relative;
        margin: 0 0 0 90px;
        font-size: 51px;
        font-weight: bold;
        line-height: 1.39;
        letter-spacing: 0.06em;
        text-align: center;
        z-index: 1;
    }
    .know-subttl03 .small {
        font-size: 38px;
    }
    .know-subttl03 .deco {
        color: #174388;
    }
    .know-subttl03::before {
        position: absolute;
        top: -50px;
        left: 343px;
        width: 538px;
        height: 313px;
        background: url("../img/know_img01_pc.png") no-repeat 50% 0;
        background-size: cover;
        content: "";
        z-index: -1;
    }
    .know-list {
        position: relative;
        margin: 40px 0 0;
        display: flex;
        justify-content: space-between;
        z-index: 1;
    }
    .know-item {
        width: 460px;
        background: #fff;
    }
    .know-lead {
        padding: 10px 0;
        border: #fff 6px solid;
        background: #174388;
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.06em;
        text-align: center;
    }
    .know-lead .deco {
        font-size: 44px;
        color: #ffeda9;
    }
    .know-chart03 {
        width: 383px;
        margin: 20px auto 0;
    }
    .know-note02 {
        margin: 30px 0 0;
        color: #555;
        font-size: 12px;
    }
    .know-note03 {
        position: relative;
        margin: 64px 0 0;
        padding: 0 0 0 1em;
        color: #555;
        font-size: 12px;
    }
    .know-note03::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
    }
}

@media screen and (max-width: 768px) {
    .know-bg {
        padding: 0.9rem 0 0.75rem;
    }
    .know-bg {
        background: url("../img/know_bg01_sp.jpg") no-repeat;
        background-size: 100% auto;
        background-position: top center;
    }
    .know-head {
        position: relative;
    }
    .know-subttl01 {
        width: 5.88rem;
        margin: 0.4rem auto 0;
    }
    .know-txt01 {
        position: absolute;
        bottom: 0.6rem;
        left: 50%;
        transform: translate(-50%, 0);
        width: 6.08rem;
        font-size: 0.3rem;
        line-height: 1.66;
        letter-spacing: 0.04em;
    }
    .know-txt01 .deco {
        font-weight: bold;
    }
    .know-block02 {
        margin: 1.55rem 0 0;
        padding: 0.35rem 0.47rem 2.95rem 0.3rem;
        background: #fff;
        border-radius: 0.1rem;
    }
    .know-term01 {
        font-size: 0.32rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.06em;
    }
    .know-chart01 {
        width: 5.97rem;
        margin: 0.2rem auto 0;
    }
    .know-note01 {
        margin: 0.25rem 0 0;
        padding: 0 0 0 0.2rem;
        position: relative;
        color: #555;
        font-size: 0.2rem;
        line-height: 1.5;
    }
    .know-note01::before {
        content: '※';
        position: absolute;
        top: 0;
        left: 0;
    }
    .know-foot {
        position: relative;
        margin: 0.6rem 0 0;
        padding: 0 0 0.5rem;
        background: #fff;
        border-radius: 0.1rem;
    }
    .know-foot::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.32rem 0.175rem 0 0.175rem;
        border-color: #fff transparent transparent transparent;
        transform: translate(-50%, 100%);
        content: "";
    }
    .know-block03 {
        display: flex;
        flex-direction: column;
    }
    .know-subttl02 {
        position: relative;
        padding: 0.3rem 0 0.65rem;
        background: linear-gradient(90deg, #174388 0%, #174388 50%, #0d3a80 50%, #0d3a80 100%);
        color: #fff;
        font-size: 0.46rem;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
        letter-spacing: 0.1em;
        border-radius: 0.1rem 0.1rem 0 0;
    }
    .know-subttl02::before {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.5rem 0 0 3.48rem;
        border-color: transparent transparent transparent #fff;
        content: "";
    }
    .know-subttl02::after {
        position: absolute;
        bottom: -1px;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 0.5rem 3.48rem;
        border-color: transparent transparent #fff transparent;
        content: "";
    }
    .know-subttl02 .middle {
        font-size: 0.32rem;
    }
    .know-subttl02 .small {
        font-size: 0.28rem;
        letter-spacing: 0.06em;
    }
    .know-subttl02 .large {
        font-size: 1rem;
        font-family: "Century Gothic", sans-serif;
        line-height: 0.8;
    }
    .know-subttl02 .deco {
        color: #ffeda9;
        letter-spacing: 0.06em;
    }
    .know-txt02 {
        order: 3;
        margin: 0.45rem 0.3rem 0;
        font-size: 0.3rem;
        line-height: 1.66;
        letter-spacing: 0.04em;
    }
    .know-txt02 .deco {
        font-weight: bold;
    }
    .know-note04 {
        position: relative;
        order: 2;
        margin: 7.2rem 0.3rem 0;
        padding: 0 0 0 1em;
        color: #555;
        font-size: 0.2rem;
        line-height: 1.5;
    }
    .know-note04::before {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0.2rem;
        content: "※";
    }
    .know-chart02 {
        position: absolute;
        top: 3.2rem;
        left: 50%;
        width: 6.5rem;
        transform: translate(-50%, 0);
    }
    .know-block04 {
        margin: 0.6rem 0.3rem 0;
        padding: 0.6rem 0 0;
        border-top: dotted 0.05rem #d4d4d4;
    }
    .know-subttl03 {
        position: relative;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.39;
        letter-spacing: 0.06em;
        text-align: center;
        z-index: 1;
    }
    .know-subttl03 .small {
        font-size: 0.6rem;
    }
    .know-subttl03 .deco {
        color: #174388;
    }
    .know-subttl03::before {
        position: absolute;
        top: 1.9rem;
        left: 50%;
        width: 6.75rem;
        height: 3.92rem;
        background: url("../img/know_img01_pc.png") no-repeat 50% 0;
        background-size: cover;
        content: "";
        transform: translate(-50%, 0);
        z-index: -1;
    }
    .know-list {
        position: relative;
        margin: 2.6rem 0 0;
        z-index: 1;
    }
    .know-item {
        background: #fff;
    }
    .know-item+.know-item {
        margin: 0.7rem 0 0;
    }
    .know-lead {
        padding: 0.1rem 0;
        border: #fff 0.07rem solid;
        background: #174388;
        color: #fff;
        font-size: 0.36rem;
        font-weight: bold;
        letter-spacing: 0.06em;
        text-align: center;
    }
    .know-lead .deco {
        font-size: 0.6rem;
        color: #ffeda9;
    }
    .know-chart03 {
        width: 6.5rem;
        margin: 0.3rem auto 0 -.1rem;
    }
    .know-note02 {
        margin: 0.2rem 0 0;
        color: #555;
        font-size: 0.2rem;
    }
    .know-note03 {
        position: relative;
        margin: 0.2rem 0 0;
        padding: 0 0 0 1em;
        color: #555;
        font-size: 0.2rem;
    }
    .know-note03::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
    }
}

/*==============================================================================
nav
============================================================================= */

@media screen and (min-width: 769px) {
    .nav-bg01 {
        background: #174388;
    }
    .nav-inner01 {
        position: relative;
        padding: 120px 0 60px;
    }
    .nav-inner01 {
        background: url("../img/nav_bg01_pc.jpg") no-repeat center top/contain;
    }
    .nav-inner01::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 15px 0 0;
        border-color: #174388 transparent transparent transparent;
        transform: translate(-50%, 100%);
        content: "";
    }
    .nav-txt01 {
        width: 781px;
        margin: 0 auto;
    }
    .nav-lead {
        width: 749px;
        margin: 25px auto 0;
    }
    .nav-bg02 {
        padding: 90px 0 85px;
    }
    .nav-bg02 {
        background: url("../img/nav_bg02_pc.png") no-repeat center/cover;
    }
    .nav-ttl {
        width: 864px;
        margin: 0 0 0 122px;
    }
    .nav-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: -600px -15px 0;
    }
    .nav-item {
        position: relative;
        width: 510px;
        margin: 20px 0 0;
        transition: 0.3s;
    }
    .nav-item::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 35px;
        height: 38px;
        background: url("../img/nav_icon01_pc.png") no-repeat 50% 0;
        background-size: cover;
        transform: translate(-50%, 0);
        z-index: 1;
        content: "";
    }
    .nav-item:hover {
        opacity: 0.8;
    }
    .nav-item:hover::before {
        transition: 0.3s;
        transform: translate(-50%, 0) scale(1.3);
    }
    .nav-txt02 {
        margin: 40px 0 0;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.04em;
        text-indent: -.5em;
    }
    .nav-txt02 .large {
        font-size: 24px;
    }
    .nav-note01 {
        display: block;
        margin: 5px 0 0;
        padding: 0 0 0 1.4em;
        font-size: 13px;
        line-height: 1.92;
        position: relative;
    }
    .nav-note01::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
    }
}

@media screen and (max-width: 768px) {
    .nav-bg01 {
        background: #1d529c;
    }
    .nav-inner01 {
        position: relative;
        top: -1px;
        margin: 0;
        width: 100%;
        padding: 0.8rem 0 0.45rem;
    }
    .nav-inner01 {
        background: url("../img/nav_bg01_sp.jpg") no-repeat center top/contain;
    }
    .nav-inner01::before {
        position: absolute;
        bottom: 0;
        left: 3rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.25rem 0.2rem 0 0;
        border-color: #174388 transparent transparent transparent;
        transform: translate(0%, 100%);
        content: "";
    }
    .nav-txt01 {
        width: 3.67rem;
        margin: 0 auto;
    }
    .nav-lead {
        width: 6.21rem;
        margin: 0.9rem auto 0;
    }
    .nav-bg02 {
        padding: 0.8rem 0 0.5rem;
    }
    .nav-bg02 {
        background: url("../img/nav_bg02_pc.png") no-repeat center/cover;
    }
    .nav-ttl {
        width: 6.78rem;
        margin: 0 0 0 auto;
    }
    .nav-list {
        margin: -3.6rem -.15rem 0;
    }
    .nav-item {
        position: relative;
        width: 100%;
        margin: 0.2rem 0 0;
        transition: 0.3s;
    }
    .nav-item::before {
        position: absolute;
        bottom: -.05rem;
        left: 50%;
        width: 0.5rem;
        height: 0.55rem;
        background: url("../img/nav_icon01_pc.png") no-repeat 50% 0;
        background-size: cover;
        transform: translate(-50%, 0);
        z-index: 1;
        content: "";
    }
    .nav-txt02 {
        margin: 0.45rem 0 0;
        font-size: 0.22rem;
        font-weight: bold;
        text-indent: -.8em;
    }
    .nav-txt02 .large {
        font-size: 0.32rem;
    }
    .nav-note01 {
        position: relative;
        margin: 0.08rem 0 0;
        padding: 0 0 0 1em;
        font-size: 0.2rem;
        line-height: 1.8;
    }
    .nav-note01::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
    }
}

/*==============================================================================
cta
============================================================================= */

@media screen and (min-width: 769px) {
    .cta-bg {
        position: relative;
        padding: 20px 0 25px;
    }
    .cta-bg {
        background: url("../img/cta_bg01_pc.png") no-repeat center/cover;
    }
    .cta-inner {
        position: relative;
    }
    .cta-box {
        padding: 44px 0 60px;
        background: #fff;
        border: 5px solid #ffe63d;
        border-radius: 10px;
    }
    .cta-ttl {
        width: 918px;
        margin: 0 auto;
    }
    .cta-btn-wrap {
        display: flex;
        justify-content: space-between;
        width: 914px;
        margin: 0 auto;
    }
    .cta-btn-item {
        width: 447px;
    }
    .cta-btn-item.item01 {
        margin: 29px 0 0;
    }
    .cta-btn-item.item02 {
        margin: 50px 0 0;
    }
    .cta-btn-item .txt01 {
        width: 429px;
        margin: 0 auto;
    }
    .cta-btn-item .txt02 {
        width: 441px;
        margin: 0 auto;
    }
    .cta-btn-item img {
        width: 100%;
    }
    .cta-btn {
        width: 100%;
        margin: 15px auto 0;
        transition: 0.3s;
    }
    .cta-btn:hover {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@media screen and (max-width: 768px) {
    .cta-bg {
        position: relative;
        padding: 0.02rem 0 0.5rem;
        background: #fff;
        border: 0.1rem solid #ffe63d;
    }
    .cta-inner {
        position: relative;
        width: 7.5rem;
    }
    .cta-ttl {
        width: 100%;
        margin: -.11rem -.1rem 0;
    }
    .cta-ttl img {
        width: 100%;
        height: 100%;
    }
    .cta-txt.txt01 {
        width: 5.78rem;
        margin: 0.18rem auto 0;
    }
    .cta-txt.txt02 {
        width: 5.22rem;
        margin: 0.4rem auto 0;
    }
    .cta-btn {
        width: 7.0rem;
        margin: 0.2rem auto 0;
        position: relative;
        left: -2%;
    }
}

/*==============================================================================
price
============================================================================= */

@media screen and (min-width: 769px) {
    .price-bg {
        padding: 130px 0 140px;
        background: #f3f3f3;
    }
    .price-ttl {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }
    .price-ttl .dot {
        position: relative;
    }
    .price-ttl .dot::before {
        position: absolute;
        top: -10px;
        left: 50%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #333;
        transform: translate(-50%, -100%);
        content: "";
    }
    .price-ttl .large {
        font-size: 60px;
    }
    .price-subttl01 {
        margin: 30px 0 0;
        position: relative;
        font-size: 24px;
        text-align: center;
        letter-spacing: 0.04em;
    }
    .price-subttl01::before {
        position: absolute;
        top: 50%;
        left: 230px;
        width: 14.5px;
        height: 71.5px;
        background: url("../img/price_icon_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(0, -50%);
        content: "";
    }
    .price-subttl01::after {
        position: absolute;
        top: 50%;
        right: 230px;
        width: 14.5px;
        height: 71.5px;
        background: url("../img/price_icon_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(0, -50%) rotate(180deg);
        content: "";
    }
    .price-subttl01 .deco {
        color: #ff0000;
        font-weight: bold;
    }
    .price-subttl01 .large {
        font-family: "Century Gothic", sans-serif;
        font-size: 60px;
        padding: 0 0 0 0.3em;
    }
    .price-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin: 50px 0 0;
    }
    .price-item {
        display: block;
        position: relative;
        width: 50%;
        padding: 10px 0;
        background: linear-gradient(123deg, #9a9a9a 0%, #9a9a9a 47%, #8f8f8f 47%, #8f8f8f 100%);
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px 10px 0 0;
        cursor: pointer;
    }
    .price-item .large {
        font-size: 36px;
    }
    .price-item.active {
        padding: 20px 0 10px;
        background: linear-gradient(123deg, #ff7200 0%, #ff7200 47%, #ff6800 47%, #ff6800 100%);
    }
    .price-item.active::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 16px 0 16px;
        border-color: #ff6c00 transparent transparent transparent;
        transform: translate(-50%, 100%);
        content: "";
    }
    .price-block {
        padding: 50px 30px 30px;
        background: #fff;
    }
    .price-define {
        display: none;
    }
    .price-define.active {
        display: block;
    }
    .price-term {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }
    .price-desc01 {
        margin: 23px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .price-men-list {
        width: 460px;
        margin: -10px 0 0;
    }
    .price-men-item {
        position: relative;
        margin: 10px 0 0;
        padding: 10px 0 25px 80px;
        background: #e9f4ff;
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
        border-radius: 10px;
    }
    .price-men-item::before {
        position: absolute;
        top: 50%;
        left: 40px;
        width: 20px;
        height: 50px;
        background: url("../img/price_icon03_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(0, -50%);
        content: "";
    }
    .price-men-item .age {
        padding: 0 0 0 10px;
        font-family: "Century Gothic", sans-serif;
        font-size: 40px;
    }
    .price-men-item .deco {
        display: inline-block;
        padding: 0 0 0 25px;
        color: #ff0000;
    }
    .price-men-item .price {
        position: relative;
        top: 5px;
        display: inline-block;
        font-family: "Century Gothic", sans-serif;
        font-size: 60px;
    }
    .price-women-list {
        width: 460px;
        margin: -10px 0 0;
    }
    .price-women-item {
        position: relative;
        margin: 10px 0 0;
        padding: 10px 0 25px 80px;
        background: #ffeef0;
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
        border-radius: 10px;
    }
    .price-women-item::before {
        position: absolute;
        top: 50%;
        left: 40px;
        width: 24px;
        height: 50px;
        background: url("../img/price_icon04_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(0, -50%);
        content: "";
    }
    .price-women-item .age {
        padding: 0 0 0 10px;
        font-family: "Century Gothic", sans-serif;
        font-size: 40px;
    }
    .price-women-item .deco {
        display: inline-block;
        padding: 0 0 0 25px;
        color: #ff0000;
    }
    .price-women-item .price {
        position: relative;
        top: 5px;
        display: inline-block;
        font-family: "Century Gothic", sans-serif;
        font-size: 60px;
    }
    .price ::-webkit-full-page-media,
    .price :future,
    .price :root .price-men-item .price {
        font-family: 'Arial', sans-serif;
    }
    .price-desc02 {
        margin: 28px 0 0;
        font-size: 14px;
        text-align: center;
    }
    .price-desc02 span:not(:first-of-type) {
        padding: 0 0 0 1.2em;
    }
    .price-subttl02 {
        position: relative;
        margin: 110px 0 0;
        font-size: 60px;
        font-weight: bold;
        text-align: center;
    }
    .price-subttl02 .deco {
        margin: 0 0 0 10px;
        padding: 8px 12px;
        background: #ff5205;
        color: #fff;
        font-size: 70px;
        border-radius: 10px;
    }
    .price-subttl02::before {
        position: absolute;
        top: 75%;
        left: 0;
        width: 20px;
        height: 236px;
        background: url("../img/price_icon02_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(0, -50%);
        content: "";
    }
    .price-subttl02::after {
        position: absolute;
        top: 75%;
        right: 0;
        width: 20px;
        height: 236px;
        background: url("../img/price_icon02_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(0, -50%) rotate(-180deg);
        content: "";
    }
    .price-txt01 {
        margin: 22px 0 0;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }
    .price-txt01 .deco {
        position: relative;
        z-index: 1;
    }
    .price-txt01 .deco::before {
        position: absolute;
        bottom: 0;
        left: 47%;
        width: 280px;
        height: 11px;
        border-radius: 5.5px;
        background: #fff;
        transform: translate(-50%, 0);
        z-index: -1;
        content: "";
    }
    ::-webkit-full-page-media,
    :future,
    :root .price-men-item .price {
        font-family: 'Arial', sans-serif;
    }
    ::-webkit-full-page-media,
    :future,
    :root .price-women-item .price {
        font-family: 'Arial', sans-serif;
    }
    ::-webkit-full-page-media,
    :future,
    :root .price-men-item .age {
        font-family: 'Arial', sans-serif;
    }
    ::-webkit-full-page-media,
    :future,
    :root .price-women-item .age {
        font-family: 'Arial', sans-serif;
    }
}

@media screen and (max-width: 768px) {
    .price-bg {
        padding: 1.27rem 0 1.2rem;
        background: #f3f3f3;
    }
    .price-ttl {
        font-size: 0.48rem;
        font-weight: bold;
        text-align: center;
    }
    .price-ttl .dot {
        position: relative;
    }
    .price-ttl .dot::before {
        position: absolute;
        top: -.1rem;
        left: 50%;
        width: 0.1rem;
        height: 0.1rem;
        border-radius: 50%;
        background: #333;
        transform: translate(-50%, -100%);
        content: "";
    }
    .price-ttl .large {
        font-size: 0.72rem;
    }
    .price-subttl01 {
        margin: 0.35rem 0 0;
        position: relative;
        font-size: 0.32rem;
        text-align: center;
        letter-spacing: 0.04em;
    }
    .price-subttl01::before {
        position: absolute;
        top: 65%;
        left: 0;
        width: 0.2rem;
        height: 1rem;
        background: url("../img/price_icon_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(0, -50%);
        content: "";
    }
    .price-subttl01::after {
        position: absolute;
        top: 65%;
        right: 0;
        width: 0.2rem;
        height: 1rem;
        background: url("../img/price_icon_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(0, -50%) rotate(180deg);
        content: "";
    }
    .price-subttl01 .deco {
        color: #ff0000;
        font-weight: bold;
    }
    .price-subttl01 .large {
        font-family: "Century Gothic", sans-serif;
        font-size: 0.75rem;
        padding: 0 0 0 0.2em;
        letter-spacing: -.02em;
    }
    .price-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin: 0.55rem 0 0;
    }
    .price-item {
        display: block;
        position: relative;
        width: 50%;
        padding: 0.2rem 0;
        background: linear-gradient(123deg, #9a9a9a 0%, #9a9a9a 47%, #8f8f8f 47%, #8f8f8f 100%);
        color: #fff;
        font-size: 0.32rem;
        font-weight: bold;
        text-align: center;
        border-radius: 0.1rem 0.1rem 0 0;
        cursor: pointer;
    }
    .price-item .large {
        font-size: 0.46rem;
        line-height: 1;
    }
    .price-item.active {
        padding: 0.35rem 0 0.2rem;
        background: linear-gradient(123deg, #ff7200 0%, #ff7200 47%, #ff6800 47%, #ff6800 100%);
    }
    .price-item.active::before {
        position: absolute;
        bottom: 1px;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.2rem 0.2rem 0 0.2rem;
        border-color: #ff6c00 transparent transparent transparent;
        transform: translate(-50%, 100%);
        content: "";
    }
    .price-block {
        padding: 0.5rem 0.3rem 0.45rem;
        background: #fff;
    }
    .price-define {
        display: none;
    }
    .price-define.active {
        display: block;
    }
    .price-term {
        font-size: 0.4rem;
        font-weight: bold;
        text-align: center;
    }
    .price-desc01 {
        margin: 0.36rem 0 0;
        display: flex;
        justify-content: space-between;
    }
    .price-men-list {
        margin: -.2rem 0 0;
    }
    .price-men-item {
        position: relative;
        width: 3.05rem;
        margin: 0.2rem 0 0;
        padding: 0.38rem 0 0.18rem;
        background: #e9f4ff;
        font-size: 0.38rem;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        border-radius: 0.1rem;
    }
    .price-men-item::before {
        position: absolute;
        top: 0.3rem;
        left: 0.25rem;
        width: 0.24rem;
        height: 0.6rem;
        background: url("../img/price_icon03_pc.png") no-repeat 50% 0;
        background-size: contain;
        content: "";
    }
    .price-men-item .age {
        padding: 0 0 0 0.08rem;
        font-family: "Century Gothic", sans-serif;
        font-size: 0.45rem;
        letter-spacing: -.02em;
    }
    .price-men-item .deco {
        display: inline-block;
        color: #ff0000;
    }
    .price-men-item .price {
        margin: 0.15rem 0 0;
        display: inline-block;
        font-family: "Century Gothic", sans-serif;
        font-size: 0.7rem;
        letter-spacing: -.02em;
    }
    .price-women-list {
        margin: -.2rem 0 0;
    }
    .price-women-item {
        position: relative;
        width: 3.05rem;
        margin: 0.2rem 0 0;
        padding: 0.38rem 0 0.18rem;
        background: #ffeef0;
        font-size: 0.36rem;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        border-radius: 0.1rem;
    }
    .price-women-item::before {
        position: absolute;
        top: 0.3rem;
        left: 0.25rem;
        width: 0.28rem;
        height: 0.6rem;
        background: url("../img/price_icon04_pc.png") no-repeat 50% 0;
        background-size: contain;
        content: "";
    }
    .price-women-item .age {
        padding: 0 0 0 0.08rem;
        font-family: "Century Gothic", sans-serif;
        font-size: 0.45rem;
        letter-spacing: -.02em;
    }
    .price-women-item .deco {
        display: inline-block;
        color: #ff0000;
    }
    .price-women-item .price {
        margin: 0.15rem 0 0;
        display: inline-block;
        font-family: "Century Gothic", sans-serif;
        font-size: 0.7rem;
        letter-spacing: -.02em;
    }
    .price-desc02 {
        margin: 0.38rem 0 0;
    }
    .price-desc02 span {
        display: inline-block;
        font-size: 0.24rem;
        padding: 0 0 0 1rem;
    }
    .price-desc02 span:not(:first-of-type) {
        margin: 0.06rem 0 0;
    }
    .price-subttl02 {
        position: relative;
        margin: 0.8rem 0 0;
        font-size: 0.7rem;
        font-weight: bold;
        text-align: center;
    }
    .price-subttl02 .deco {
        margin: 0 0 0 0.15rem;
        padding: 0.05rem 0.12rem;
        background: #ff5205;
        color: #fff;
        border-radius: 0.1rem;
        font-size: 0.8rem;
    }
    .price-subttl02::before {
        position: absolute;
        top: -.1rem;
        left: 0.2rem;
        width: 0.2rem;
        height: 3.96rem;
        background: url("../img/price_icon02_sp.png") no-repeat 50% 0;
        background-size: contain;
        content: "";
    }
    .price-subttl02::after {
        position: absolute;
        top: -.1rem;
        right: 0.2rem;
        width: 0.2rem;
        height: 3.96rem;
        background: url("../img/price_icon02_sp.png") no-repeat 50% 0;
        background-size: contain;
        transform: rotate(-180deg);
        content: "";
    }
    .price-txt01 {
        margin: 0.35rem 0 0;
        font-size: 0.38rem;
        line-height: 1.73;
        font-weight: bold;
        text-align: center;
    }
    .price-txt01 .deco {
        position: relative;
        z-index: 1;
    }
    .price-txt01 .deco::before {
        position: absolute;
        bottom: 0;
        left: 48%;
        width: 4.28rem;
        height: 0.13rem;
        border-radius: 0.65rem;
        background: #fff;
        transform: translate(-50%, 0);
        z-index: -1;
        content: "";
    }
}

/*==============================================================================
feature
============================================================================= */

@media screen and (min-width: 769px) {
    .feature-bg01 {
        position: relative;
        padding: 32px 0 85px;
        background: #ffe8dc;
    }
    .feature-bg01::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 38px;
        background: url("../img/feature_bg01_pc.png") no-repeat center/cover;
        z-index: 1;
        content: "";
    }
    .feature-ttl {
        position: relative;
        width: 796px;
        margin: 0 0 0 155px;
    }
    .feature-nav-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: -35px -15px 0;
    }
    .feature-nav-item {
        position: relative;
        width: 510px;
        margin: 20px 0 0;
        transition: 0.3s;
    }
    .feature-nav-item::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 35px;
        height: 38px;
        background: url("../img/nav_icon01_pc.png") no-repeat 50% 0;
        background-size: cover;
        transform: translate(-50%, 0);
        z-index: 1;
        content: "";
    }
    .feature-nav-item:hover {
        opacity: 0.8;
    }
    .feature-nav-item:hover::before {
        transition: 0.3s;
        transform: translate(-50%, 0) scale(1.3);
    }
    .feature-nav-txt02 {
        margin: 40px 0 0;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.04em;
        text-indent: -.5em;
    }
    .feature-nav-txt02 .large {
        font-size: 24px;
    }
    .feature-bg02 {
        position: relative;
        padding-bottom: 100px;
        background: #fff3ed;
    }
    .feature .feature01 {
        position: relative;
        top: -20px;
    }
    .feature .feature01-subttl {
        margin: -220px -40px 0;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature01-subttl .deco {
        color: #ff4200;
        font-size: 50px;
    }
    .feature .feature01-subttl .num {
        font-family: "Century Gothic", sans-serif;
        font-size: 100px;
    }
    .feature .feature01-define01 {
        position: relative;
        margin: 15px 0 0;
        border: 10px solid #ff8f8f;
        border-radius: 10px;
        z-index: 1;
    }
    .feature .feature01-term01 {
        padding: 10px 0;
        background: #fe2c2c;
        color: #fff;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature01-desc01 {
        background: #fff;
    }
    .feature .feature01-block01 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 22px 45px 30px 55px;
    }
    .feature .feature01-txt01 {
        position: relative;
        width: 200px;
        padding: 12px 0 12px 30px;
        background: #eaeaea;
        border-radius: 10px;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.4;
    }
    .feature .feature01-txt01::before {
        position: absolute;
        top: 50%;
        right: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 0 16px 16px;
        border-color: transparent transparent transparent #eaeaea;
        transform: translate(100%, -50%);
        content: "";
    }
    .feature .feature01-item {
        font-size: 24px;
    }
    .feature .feature01-item .num {
        font-size: 36px;
        font-weight: bold;
        font-family: "Century Gothic", sans-serif;
    }
    .feature .feature01-item .deco {
        color: #fe2c2c;
        font-size: 34px;
        font-weight: bold;
    }
    .feature .feature01-txt02 {
        padding: 20px 0 15px;
        background: #ffeeee;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature01-txt02 .deco {
        color: #fe2c2c;
        font-size: 50px;
    }
    .feature .feature01-txt02 .num {
        font-size: 80px;
        font-family: "Century Gothic", sans-serif;
        line-height: 1;
    }
    .feature .feature01-block02 {
        padding: 16px 22px 16px 530px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .feature .feature01-btn {
        display: block;
        position: relative;
        width: 208px;
        padding: 12px 0 12px 20px;
        background: #e6e6e6;
        border-radius: 23px;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
    }
    .feature .feature01-btn::before {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 20.5px;
        height: 19.5px;
        background: url("../img/feature_icon01_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(0%, -50%);
        content: "";
    }
    .feature .feature01-btn:hover {
        transform: scale(1.05);
        opacity: 0.8;
    }
    .feature .feature01-define02 {
        position: relative;
        margin: 105px 0 0;
        border: 10px solid #cce1c9;
        border-radius: 10px;
    }
    .feature .feature01-define02::before {
        position: absolute;
        top: -27px;
        left: 50%;
        width: 64.5px;
        height: 64.5px;
        background: url("../img/feature_icon02_pc.png") no-repeat 50% 0;
        background-size: cover;
        transform: translate(-50%, -100%);
        content: "";
    }
    .feature .feature01-term02 {
        padding: 10px 0;
        background: #257d19;
        color: #fff;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature01-desc02 {
        background: #fff;
    }
    .feature .feature01-txt03 {
        position: relative;
        padding: 25px 0 20px;
        font-size: 24px;
        text-align: center;
    }
    .feature .feature01-txt03 .deco {
        color: #257d19;
        font-size: 34px;
        font-weight: bold;
    }
    .feature .feature01-txt04 {
        padding: 20px 0 0;
        background: #e9f7e8;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature01-txt04 .deco {
        color: #257d19;
        font-size: 50px;
    }
    .feature .feature01-txt04 .num {
        font-size: 80px;
        font-family: "Century Gothic", sans-serif;
        line-height: 1;
    }
    .feature .feature01-txt05 {
        position: relative;
        padding: 10px 0 30px 220px;
        background: #e9f7e8;
        font-size: 18px;
        line-height: 1.55;
    }
    .feature .feature01-txt05 .deco {
        color: #257d19;
        font-weight: bold;
    }
    .feature .feature01-txt05::before {
        position: absolute;
        top: 15px;
        left: 135px;
        width: 61px;
        height: 41px;
        background: url("../img/feature_icon03_pc.png") no-repeat 50% 0;
        background-size: cover;
        content: "";
    }
    .feature .feature01-block03 {
        padding: 15px 22px 15px 750px;
    }
    .feature .feature01-note01 {
        position: relative;
        margin: 20px 0 0;
        padding: 0 0 0 1em;
        font-size: 13px;
        line-height: 1.76;
        letter-spacing: 0.02em;
    }
    .feature .feature01-note01::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
    }
    .feature .feature01-note02 {
        position: relative;
        padding: 0 0 0 1em;
        font-size: 13px;
        line-height: 1.76;
        letter-spacing: 0.02em;
    }
    .feature .feature01-note02::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
    }
    .feature .feature01-faq {
        width: 742px;
        margin: 30px auto 0;
    }
    .feature .feature01-faq .red {
        color: #ff5205;
        font-weight: 600;
    }
    .feature .feature01-qes {
        display: block;
        margin: 0 auto;
        padding: 17px 0;
        background: #e6e6e6;
        color: #333333;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1;
        text-align: center;
        position: relative;
        z-index: 1;
        border-radius: 30px;
        cursor: pointer;
        transition: 0.3s all;
    }
    .feature .feature01-qes:hover {
        opacity: 0.9;
    }
    .feature .feature01-qes::before {
        content: "";
        width: 26px;
        height: 23px;
        background: url("../img/feature01_icon01.png") no-repeat center/contain;
        position: absolute;
        top: 0;
        left: 50px;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }
    .feature .feature01-qes::after {
        position: absolute;
        top: 0;
        right: 50px;
        width: 10px;
        height: 100%;
        background: url("../img/feature01_icon02.png") no-repeat center/contain;
        z-index: 1;
        transition: 0.3s;
        transform: rotate(180deg);
        content: "";
    }
    .feature .feature01-qes.open::after {
        transform: rotate(0deg);
    }
    .feature .feature01-ans {
        display: none;
        margin: 40px 0 0;
        font-size: 16px;
        line-height: 1.75;
    }
    .feature .feature01-ans p:nth-child(2) {
        margin: 30px 0 0;
    }
    .feature .feature01-ans.open {
        display: block;
    }
    .feature .feature02 {
        position: relative;
        top: -20px;
    }
    .feature .feature02-subttl {
        margin: -190px 0 0;
        font-size: 56px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature02-subttl .deco {
        color: #ff4200;
        font-size: 80px;
    }
    .feature .feature02-subttl .small {
        font-size: 56px;
    }
    .feature .feature02-block {
        position: relative;
        margin: 30px 0 0;
        padding: 30px 30px 80px;
        background: #fff;
        border-radius: 10px;
        z-index: 1;
    }
    .feature .feature02-lead {
        position: relative;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 2;
    }
    .feature .feature02-lead .century {
        font-weight: bold;
        font-size: 50px;
    }
    .feature .feature02-lead .large {
        font-size: 50px;
        line-height: 1;
    }
    .feature .feature02-lead .deco {
        position: relative;
        font-size: 50px;
        line-height: 1;
    }
    .feature .feature02-lead .deco::before {
        position: absolute;
        bottom: 0;
        left: 50.5%;
        width: 334px;
        height: 12px;
        border-radius: 6px;
        background: #ffde00;
        transform: translate(-50%, 0);
        z-index: -1;
        content: "";
    }
    .feature .feature02-lead .small {
        font-size: 30px;
    }
    .feature .feature02-define01 {
        margin: 50px 0 0;
    }
    .feature .feature02-term {
        padding: 6px 0;
        background: #a1b2cd;
        border-radius: 5px;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature02-desc01 {
        padding: 20px 17px 35px 37px;
        font-size: 16px;
        text-align: center;
    }
    .feature .feature02-box {
        margin: 30px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .feature .feature02-chart {
        width: 428px;
    }
    .feature .feature02-note01 {
        margin: 20px 0 0;
        font-size: 13px;
        -moz-text-align-last: left;
        text-align-last: left;
    }
    .feature .feature02-desc02 {
        padding: 40px 0 0 115px;
    }
    .feature .feature02-txt01 {
        font-size: 20px;
    }
    .feature .feature02-txt01 .deco {
        position: relative;
        color: #ff4200;
        font-weight: bold;
    }
    .feature .feature02-txt01 .deco::before {
        position: absolute;
        top: -10px;
        left: -20px;
        width: 61px;
        height: 41px;
        background: url("../img/feature_icon03_pc.png") no-repeat 50% 0;
        background-size: cover;
        transform: translate(-100%, 0);
        content: "";
    }
    .feature .feature02-txt01:last-of-type {
        margin: 35px 0 0;
    }
    .feature .feature02 .price-subttl02 {
        margin: 30px 0 0;
    }
    .feature .feature02 .price-txt01 {
        margin: 26px 0 110px;
    }
    .feature .feature-bg03 {
        padding: 40px 0 90px;
        background: #fff3ed;
    }
    .feature .feature03-subttl {
        margin: -230px 0 0;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature03-subttl .deco01 {
        position: relative;
        margin: 0 15px 0 0;
        padding: 0 10px 0 0;
        color: #ff4200;
        font-size: 72.5px;
    }
    .feature .feature03-subttl .deco02 {
        color: #ff4200;
        font-size: 61px;
        line-height: 1;
    }
    .feature .feature03-subttl .deco03 {
        color: #ff4200;
        font-size: 107px;
        line-height: 1;
        margin: 0 -15px;
    }
    .feature .feature03-subttl .deco04 {
        color: #ff4200;
        font-size: 70px;
        line-height: 1;
    }
    .feature .feature03-subttl .small {
        font-size: 44.5px;
    }
    .feature .feature03-subttl .asterisk {
        position: absolute;
        top: 5px;
        right: 0;
        font-size: 15.5px;
    }
    .feature .feature03-wrap {
        position: relative;
        margin: 30px 0 0;
        padding: 30px;
        background: #fff;
        border-radius: 10px;
        z-index: 1;
    }
    .feature .feature03-lead {
        padding: 0 0 0 20px;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature03-lead .large {
        font-size: 46px;
    }
    .feature .feature03-lead .middle {
        font-size: 42px;
    }
    .feature .feature03-lead .deco {
        position: relative;
        font-size: 34px;
    }
    .feature .feature03-lead .deco::before {
        position: absolute;
        bottom: -3px;
        left: 50%;
        width: 292px;
        height: 13px;
        border-radius: 6.7px;
        background: #ffde00;
        transform: translate(-50%, 0);
        z-index: -1;
        content: "";
    }
    .feature .feature03-block01 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .feature .feature03-pic01 {
        width: 468px;
    }
    .feature .feature03-case {
        position: relative;
        width: 690px;
        margin: 60px auto 0;
        padding: 25px 88px 25px 190px;
        background: #ff6b00;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature03-case .deco {
        color: #ffe63d;
        font-size: 44px;
    }
    .feature .feature03-case .large {
        font-size: 28px;
    }
    .feature .feature03-case .small {
        font-size: 18px;
        font-weight: normal;
    }
    .feature .feature03-case .small:last-of-type {
        padding: 0 0 0 20px;
    }
    .feature .feature03-case::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15.6px 9px 0 9px;
        border-color: #ff6b00 transparent transparent transparent;
        transform: translate(-50%, 99%);
        content: "";
    }
    .feature .feature03-case::after {
        position: absolute;
        top: 50px;
        left: 85px;
        color: #fff;
        font-family: "Century Gothic", sans-serif;
        font-size: 28px;
        font-weight: bold;
        content: "CASE:";
    }
    .feature .feature03-item {
        position: relative;
        padding: 30px;
        background: #f6f6f6;
        border: 1px solid #a1b2cd;
        border-radius: 10px;
    }
    .feature .feature03-item:nth-of-type(1) {
        margin: 50px 0 0;
    }
    .feature .feature03-item:nth-of-type(1)::before {
        position: absolute;
        top: -20px;
        left: 68px;
        width: 100px;
        height: 100px;
        background: url("../img/feature03_txt01_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(-50%, 0);
        z-index: 1;
        content: "";
    }
    .feature .feature03-item:nth-of-type(2) {
        margin: 60px 0 0;
    }
    .feature .feature03-item:nth-of-type(2)::before {
        position: absolute;
        top: -20px;
        left: 68px;
        width: 100px;
        height: 100px;
        background: url("../img/feature03_txt02_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(-50%, 0);
        z-index: 1;
        content: "";
    }
    .feature .feature03-item:nth-of-type(3) {
        margin: 235px 0 0;
    }
    .feature .feature03-item:nth-of-type(3)::before {
        position: absolute;
        top: -20px;
        left: 68px;
        width: 100px;
        height: 100px;
        background: url("../img/feature03_txt03_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(-50%, 0);
        z-index: 1;
        content: "";
    }
    .feature .feature03-block02 {
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .feature .feature03-pic02 {
        width: 390px;
    }
    .feature .feature03-example {
        position: absolute;
        top: 145px;
        left: 240px;
        width: 140px;
        background: #a1b2cd;
        border-radius: 3px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature03-txt01 {
        width: 463px;
    }
    .feature .feature03-txt01 .deco {
        display: block;
        font-size: 28px;
        font-weight: bold;
        border-bottom: dotted 3px #adadad;
        line-height: 1.5;
    }
    .feature .feature03-txt01 .deco:nth-of-type(2) {
        margin: 15px 0 0;
    }
    .feature .feature03-result {
        display: flex;
        align-items: center;
        position: relative;
        height: 60px;
        margin: 23px 0 0;
        padding: 0 0 0 152px;
        background: #ff6b00;
        border-radius: 5px;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
    }
    .feature .feature03-result .deco {
        position: absolute;
        top: 50%;
        left: 5px;
        width: 110px;
        height: 50px;
        padding: 10px 0 0;
        text-align: center;
        background: #fff4a8;
        color: #ff6b00;
        transform: translate(0, -50%);
    }
    .feature .feature03-result .deco::before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 0 25px 20px;
        border-color: transparent transparent transparent #fff4a8;
        transform: translate(100%, -50%);
        content: "";
    }
    .feature .feature03-txt02 {
        padding: 33px 0 12px;
        border-bottom: dotted 3px #adadad;
        color: #555;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.02em;
    }
    .feature .feature03-list02 {
        margin: 15px 0 0;
    }
    .feature .feature03-item02 {
        position: relative;
        padding: 0 0 0 1em;
        color: #555;
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: 0.02em;
    }
    .feature .feature03-item02 .deco {
        color: #ff0000;
        font-weight: bold;
    }
    .feature .feature03-item02::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "・";
    }
    .feature .feature03-plan {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 25px 0 0;
    }
    .feature .feature03-term {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 119px;
        height: 107px;
        background: #a1b2cd;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.02em;
    }
    .feature .feature03-desc {
        width: calc(100% - 119px);
        background: #fff;
        height: 107px;
        padding: 15px 0 15px 20px;
        color: #555555;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.02em;
    }
    .feature .feature03-desc .deco {
        font-size: 24px;
    }
    .feature .feature03-desc .price01 {
        padding: 0 20px;
        color: #ff0000;
        font-size: 20px;
    }
    .feature .feature03-desc .price02 {
        color: #ff0000;
        font-size: 46px;
        font-family: "Century Gothic", sans-serif;
        line-height: 1;
    }
    .feature .feature03-note01 {
        margin: 15px 0 0;
    }
    .feature .feature03-note01 span:first-of-type {
        margin: 0 30px 0 -.7em;
    }
    .feature .feature03-case02 {
        position: absolute;
        top: -110px;
        left: 50%;
        width: 690px;
        margin: 60px auto 0;
        padding: 18px 55px 22px 175px;
        background: #ff6b00;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        transform: translate(-50%, -100%);
    }
    .feature .feature03-case02 .deco {
        color: #ffe63d;
        font-size: 44px;
    }
    .feature .feature03-case02 .large {
        font-size: 28px;
    }
    .feature .feature03-case02 .small {
        font-size: 18px;
        font-weight: normal;
    }
    .feature .feature03-case02 .small:last-of-type {
        padding: 0 0 0 20px;
    }
    .feature .feature03-case02::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15.6px 9px 0 9px;
        border-color: #ff6b00 transparent transparent transparent;
        transform: translate(-50%, 99%);
        content: "";
    }
    .feature .feature03-case02::after {
        position: absolute;
        top: 50px;
        left: 65px;
        color: #fff;
        font-family: "Century Gothic", sans-serif;
        font-size: 28px;
        font-weight: bold;
        content: "CASE:";
    }
    .feature .feature03-example02 {
        position: absolute;
        top: 147px;
        left: 185px;
        width: 195px;
        background: #a1b2cd;
        border-radius: 3px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature03-result02 {
        position: relative;
        height: 60px;
        margin: 23px 0 0;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
    }
    .feature .feature03-result02 .deco01 {
        display: flex;
        align-items: center;
        width: 462px;
        height: 60px;
        padding: 0 0 0 50px;
        background: url("../img/feature03_bg01_pc.png");
        color: #ff6b00;
    }
    .feature .feature03-result02 .deco02 {
        display: block;
        margin: -5px 0 0;
        padding: 12px 0 12px 80px;
        background: #ff6b00;
        color: #fff;
        border-radius: 5px;
    }
    .feature .feature03-note02 {
        position: relative;
        margin: 15px 0 0 1em;
        font-size: 14px;
        line-height: 1.7;
    }
    .feature .feature03-note02::before {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-100%, 0);
        content: "※";
    }
    .feature .feature03-document {
        margin: 50px 0 0;
        padding: 40px 0 40px;
        background: #fff;
        border-radius: 10px;
    }
    .feature .feature03-document .feature03-document-title {
        max-width: 761px;
        width: 100%;
        margin: 0 auto;
    }
    .feature .feature03-document .feature03-document-image {
        width: 880px;
        margin: 50px auto 40px;
        display: flex;
        justify-content: space-between;
        gap: 25px;
    }
    .feature .feature03-document .feature03-document-text {
        width: 100%;
        margin: 0 auto;
        font-size: 27px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature03-document .feature03-document-text.text02{
        font-size: 24px;
    }

    .feature .feature03-document .feature03-document-text span{
        position: relative;
        font-size: 32px;
        z-index: 0;
    }
    .feature .feature03-document .feature03-document-text span::before {
        position: absolute;
        bottom: -3px;
        left: 50%;
        width: 100%;
        height: 13px;
        border-radius: 6.7px;
        background: #ffde00;
        transform: translate(-50%, 0);
        z-index: -1;
        content: "";
    }
    .feature .feature04 {
        position: relative;
        z-index: 1;
        padding: 50px 0 0;
    }
    .feature .feature04-subttl {
        margin: -220px -40px 0;
        font-size: 46px;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature04-subttl .deco {
        color: #ff4200;
        font-size: 46px;
    }
    .feature .feature04-subttl .century {
        font-size: 84px;
    }
    .feature .feature04-subttl .large {
        font-size: 70px;
    }
    .feature .feature04-step {
        margin: 40px 0 0;
        padding: 37px 60px 45px;
        border-radius: 10px;
        background: url("../img/feature04_bg01_pc-g.jpg") #fff no-repeat top left;
        background-size: cover;
    }
    .feature .feature04-term01 {
        width: 567px;
        margin: 0 auto;
    }
    .feature .feature04-desc01 {
        display: flex;
        justify-content: space-between;
        margin: 33px auto 0;
    }
    .feature .feature04-pic {
        width: 380px;
    }
    .feature .feature04-block01 {
        width: 440px;
    }
    .feature .feature04-item01 {
        position: relative;
        padding: 20px 0 20px 115px;
        border-radius: 10px;
        font-size: 26px;
        font-weight: bold;
    }
    .feature .feature04-item01:nth-of-type(1) {
        background: #ffe21b;
    }
    .feature .feature04-item01:nth-of-type(1)::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 35px 0 35px;
        border-color: #ffe21b transparent transparent transparent;
        transform: translate(-50%, 100%);
        z-index: 1;
        content: "";
    }
    .feature .feature04-item01:nth-of-type(1)::after {
        position: absolute;
        top: 50%;
        left: 21px;
        width: 70px;
        height: 28px;
        background: url("../img/feature04_icon01_pc.png") no-repeat center/cover;
        transform: translate(0, -50%);
        z-index: 1;
        content: "";
    }
    .feature .feature04-item01:nth-of-type(2) {
        margin: 7px 0 0;
        background: #ffd11b;
    }
    .feature .feature04-item01:nth-of-type(2)::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 35px 0 35px;
        border-color: #ffd11b transparent transparent transparent;
        transform: translate(-50%, 100%);
        z-index: 1;
        content: "";
    }
    .feature .feature04-item01:nth-of-type(2)::after {
        position: absolute;
        top: 50%;
        left: 21px;
        width: 72.5px;
        height: 35.5px;
        background: url("../img/feature04_icon02_pc.png") no-repeat center/cover;
        transform: translate(0, -50%);
        z-index: 1;
        content: "";
    }
    .feature .feature04-item01:nth-of-type(3) {
        margin: 7px 0 0;
        background: #ffb11b;
    }
    .feature .feature04-item01:nth-of-type(3)::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 35px 0 35px;
        border-color: #ffb11b transparent transparent transparent;
        transform: translate(-50%, 100%);
        z-index: 1;
        content: "";
    }
    .feature .feature04-item01:nth-of-type(3)::after {
        position: absolute;
        top: 50%;
        left: 21px;
        width: 76px;
        height: 42.5px;
        background: url("../img/feature04_icon03_pc.png") no-repeat center/cover;
        transform: translate(0, -50%);
        z-index: 1;
        content: "";
    }
    .feature .feature04-item01:nth-of-type(4) {
        margin: 7px 0 0;
        padding: 20px 0;
        background: #ff8a00;
        color: #fff;
        text-align: center;
    }
    .feature .feature04-note01 {
        position: relative;
        margin: 10px 0 0;
        padding: 0 0 0 1em;
        color: #555;
        font-size: 14px;
        line-height: 1.42;
    }
    .feature .feature04-note01::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
    }
    .feature .feature04-term02 {
        position: relative;
    }
    .feature .feature04-term02::before {
        position: absolute;
        top: -50px;
        left: 23px;
        width: 130px;
        height: 130px;
        background: url("../img/feature04_txt03_pc.png") no-repeat center/contain;
        content: "";
    }
    .feature .feature04-wrap {
        padding: 10px 0 0;
    }
    .feature .feature04-notice {
        border: 7px solid #ff8f8f;
        border-radius: 10px;
        background: #fff;
    }
    .feature .feature04-heading {
        width: 426px;
        margin: 28px auto 27px;
    }
    .feature .feature04-lead {
        margin: 0 -7px;
        padding: 16px 0;
        background: #fe2c2c;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.02em;
    }
    .feature .feature04-lead .asterisk {
        position: relative;
        top: -10px;
        right: 12px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.02em;
    }
    .feature .feature04-desc02 {
        width: 100%;
        margin: 0 auto;
        padding: 20px 60px 0;
    }
    .feature .feature04-list02 {
        width: 100%;
    }
    .feature .feature04-item02 {
        position: relative;
        padding: 20px 180px 35px 115px;
        font-size: 20px;
        letter-spacing: 0.02em;
        line-height: 1.55;
    }
    .feature .feature04-item02:not(:last-of-type) {
        border-bottom: 2px dotted #ccc;
    }
    .feature .feature04-item02 .deco {
        font-weight: bold;
    }
    .feature .feature04-item02:nth-of-type(1)::before {
        position: absolute;
        top: 15px;
        right: 155px;
        width: 99px;
        height: 36px;
        background: url("../img/feature04_icon04_pc-g.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(100%, 0);
        content: "";
    }
    .feature .feature04-item02:nth-of-type(1)::after {
        position: absolute;
        top: 20px;
        left: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fe2c2c;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        font-family: "Century Gothic", sans-serif;
        transform: translate(-100%, 0);
        content: "1";
    }
    .feature .feature04-item02:nth-of-type(2)::before {
        position: absolute;
        top: 25px;
        right: 155px;
        width: 99px;
        height: 36px;
        background: url("../img/feature04_icon04_pc-g.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(100%, 0);
        content: "";
    }
    .feature .feature04-item02:nth-of-type(2)::after {
        position: absolute;
        top: 20px;
        left: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fe2c2c;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        font-family: "Century Gothic", sans-serif;
        transform: translate(-100%, 0);
        content: "2";
    }
    .feature .feature04-item02:nth-of-type(3)::before {
        position: absolute;
        top: 20px;
        right: 155px;
        width: 99px;
        height: 36px;
        background: url("../img/feature04_icon04_pc-g.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(100%, 0);
        content: "";
    }
    .feature .feature04-item02:nth-of-type(3)::after {
        position: absolute;
        top: 20px;
        left: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fe2c2c;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        font-family: "Century Gothic", sans-serif;
        transform: translate(-100%, 0);
        content: "3";
    }
    .feature .feature04 .feature01-btn {
        margin: 20px auto 0;
    }
    .feature .feature04-note02 {
        position: relative;
        margin: 15px 0 0;
        padding: 0 0 0 1em;
        font-size: 14px;
        letter-spacing: 0.02em;
    }
    .feature .feature04-note02::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
    }
    .feature .feature04-flow {
        margin: 50px 0 0;
        padding: 38px 0 25px;
        background: #fff;
        border-radius: 10px;
    }
    .feature .feature04-term03 {
        width: 414px;
        margin: 0 auto;
    }
    .feature .feature04-chart01 {
        width: 864px;
        margin: 20px auto 0;
    }
    .feature .feature04-chart02 {
        width: 864px;
        margin: 40px auto 0;
    }
    .feature .feature04-note03 {
        width: 864px;
        margin: 20px auto 0;
    }
    .feature .feature04-note03 .note {
        display: block;
        position: relative;
        padding: 0 0 0 16px;
        font-size: 14px;
        line-height: 1.42;
    }
    .feature .feature04-note03 .note::before {
        content: '※';
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media screen and (max-width: 768px) {
    .feature-bg01 {
        position: relative;
        padding: 0.56rem 0 1.05rem;
        background: #ffe8dc;
    }
    .feature-bg01::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.56rem;
        background: url("../img/feature_bg01_sp.png") no-repeat center/cover;
        content: "";
    }
    .feature-ttl {
        width: 6.83rem;
        margin: 0 auto 0 0.2rem;
    }
    .feature-nav-list {
        margin: -0.37rem -.15rem 0;
    }
    .feature-nav-item {
        position: relative;
        width: 100%;
        margin: 0.2rem 0 0;
        transition: 0.3s;
    }
    .feature-nav-item::before {
        position: absolute;
        bottom: -.05rem;
        left: 50%;
        width: 0.5rem;
        height: 0.55rem;
        background: url("../img/nav_icon01_pc.png") no-repeat 50% 0;
        background-size: cover;
        transform: translate(-50%, 0);
        z-index: 1;
        content: "";
    }
    .feature-nav-txt02 {
        margin: 0.45rem 0 0;
        font-size: 0.22rem;
        font-weight: bold;
        text-indent: -.6em;
    }
    .feature-nav-txt02 .large {
        font-size: 0.32rem;
    }
    .feature-bg02 {
        position: relative;
        padding: 0.05rem 0 0.9rem;
        background: #fff3ed;
        z-index: 1;
    }
    .feature .feature01 {
        margin: 0.8rem 0 0;
    }
    .feature .feature01-subttl {
        margin: -3.3rem 0 0;
        font-size: 0.4rem;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature01-subttl .deco {
        color: #ff4200;
        font-size: 0.66rem;
        line-height: 1.2;
    }
    .feature .feature01-subttl .num {
        font-family: "Century Gothic", sans-serif;
        font-size: 1.1rem;
    }
    .feature .feature01-define01 {
        position: relative;
        margin: 0.35rem 0 0;
        border: 0.1rem solid #ff8f8f;
        border-radius: 0.1rem;
        z-index: 1;
    }
    .feature .feature01-term01 {
        padding: 0.3rem 0;
        background: #fe2c2c;
        color: #fff;
        font-size: 0.58rem;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature01-desc01 {
        background: #fff;
    }
    .feature .feature01-block01 {
        padding: 0.55rem 0 0.75rem;
    }
    .feature .feature01-txt01 {
        position: relative;
        font-size: 0.44rem;
        text-align: center;
        font-weight: bold;
    }
    .feature .feature01-txt01::before {
        position: absolute;
        bottom: -.3rem;
        left: 50%;
        width: 5.06rem;
        height: 0.16rem;
        background: url("../img/feature_icon01_sp.png") no-repeat center/cover;
        transform: translate(-50%, 0);
        content: "";
    }
    .feature .feature01-list {
        margin: 0.9rem 0 0;
    }
    .feature .feature01-item {
        margin: 0.4rem 0 0 0.75rem;
        font-size: 0.36rem;
        position: relative;
        line-height: 1.66;
    }
    .feature .feature01-item .num {
        position: absolute;
        top: 50%;
        left: -.17rem;
        font-size: 0.45rem;
        font-weight: bold;
        font-family: "Century Gothic", sans-serif;
        transform: translate(-100%, -50%);
    }
    .feature .feature01-item .deco {
        color: #fe2c2c;
        font-size: 0.46rem;
        font-weight: bold;
    }
    .feature .feature01-txt02 {
        padding: 0.2rem 0.08rem 0.15rem;
        background: #ffeeee;
        font-size: 0.45rem;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature01-txt02 .deco {
        color: #fe2c2c;
        font-size: 0.65rem;
        line-height: 1;
    }
    .feature .feature01-txt02 .num {
        font-family: "Century Gothic", sans-serif;
        line-height: 1;
        font-size: 1.1rem;
        letter-spacing: -.02em;
    }
    .feature .feature01-block02 {
        padding: 0.32rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .feature .feature01-btn {
        display: block;
        position: relative;
        width: 3.05rem;
        padding: 0.17rem 0 0.17rem 0.3rem;
        background: #e6e6e6;
        border-radius: 0.35rem;
        color: #333;
        font-size: 0.24rem;
        font-weight: bold;
        cursor: pointer;
    }
    .feature .feature01-btn::before {
        position: absolute;
        top: 50%;
        right: 0.25rem;
        width: 0.29rem;
        height: 0.28rem;
        background: url("../img/feature_icon01_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(0%, -50%);
        content: "";
    }
    .feature .feature01-btn:first-of-type {
        margin: 0 0.2rem 0 0;
    }
    .feature .feature01-define02 {
        position: relative;
        margin: 1.8rem 0 0;
        border: 0.1rem solid #cce1c9;
        border-radius: 0.1rem;
    }
    .feature .feature01-define02::before {
        position: absolute;
        top: -.48rem;
        left: 50%;
        width: 1rem;
        height: 1rem;
        background: url("../img/feature_icon02_pc.png") no-repeat 50% 0;
        background-size: cover;
        transform: translate(-50%, -100%);
        content: "";
    }
    .feature .feature01-term02 {
        padding: 0.25rem 0;
        background: #257d19;
        color: #fff;
        font-size: 0.58rem;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature01-desc02 {
        background: #fff;
    }
    .feature .feature01-txt03 {
        position: relative;
        padding: 0.5rem 0;
        font-size: 0.4rem;
        text-align: center;
    }
    .feature .feature01-txt03 .deco {
        color: #257d19;
        font-size: 0.6rem;
        font-weight: bold;
    }
    .feature .feature01-txt04 {
        padding: 0.4rem 0 0;
        background: #e9f7e8;
        font-size: 0.5rem;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature01-txt04 .deco {
        color: #257d19;
        font-size: 0.6rem;
    }
    .feature .feature01-txt04 .num {
        font-size: 1.1rem;
        font-family: "Century Gothic", sans-serif;
        line-height: 1;
    }
    .feature .feature01-txt05 {
        position: relative;
        padding: 0.3rem 0.35rem 0.5rem 1.35rem;
        background: #e9f7e8;
        font-size: 0.3rem;
        line-height: 1.55;
    }
    .feature .feature01-txt05 .deco {
        color: #257d19;
        font-weight: bold;
    }
    .feature .feature01-txt05::before {
        position: absolute;
        top: 0.4rem;
        left: 1.1rem;
        width: 0.83rem;
        height: 0.55rem;
        background: url("../img/feature_icon03_pc.png") no-repeat 50% 0;
        background-size: cover;
        content: "";
        transform: translate(-100%, 0);
    }
    .feature .feature01-block03 {
        padding: 0.32rem 0 0.32rem 3.4rem;
    }
    .feature .feature01-note01 {
        position: relative;
        margin: 0.33rem 0 0;
        padding: 0 0 0 1em;
        font-size: 0.2rem;
        line-height: 1.85;
    }
    .feature .feature01-note01::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
    }
    .feature .feature01-note02 {
        position: relative;
        padding: 0 0 0 1em;
        font-size: 0.2rem;
        line-height: 1.85;
    }
    .feature .feature01-note02::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
    }
    .feature .feature01-faq {
        margin: 0.4rem auto 0;
    }
    .feature .feature01-faq .red {
        color: #ff5205;
        font-weight: 600;
    }
    .feature .feature01-qes {
        display: block;
        margin: 0 auto;
        padding: 0.2rem 0 0.2rem 0.94rem;
        background: #e6e6e6;
        color: #333333;
        font-size: 0.26rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.6;
        position: relative;
        z-index: 1;
        border-radius: 0.6rem;
        cursor: pointer;
    }
    .feature .feature01-qes::before {
        content: "";
        width: 0.4rem;
        height: 0.36rem;
        background: url("../img/feature01_icon01.png") no-repeat center/contain;
        position: absolute;
        top: 0;
        left: 0.4rem;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }
    .feature .feature01-qes::after {
        width: 0.24rem;
        height: 0.16rem;
        position: absolute;
        top: 0;
        right: 0.6rem;
        bottom: 0;
        margin: auto;
        background: url("../img/feature01_icon02.png") no-repeat center/contain;
        z-index: 1;
        transition: 0.3s;
        transform: rotate(180deg);
        content: "";
    }
    .feature .feature01-qes.open::after {
        transform: rotate(0deg);
    }
    .feature .feature01-ans {
        display: none;
        width: 6.3rem;
        margin: 0.4rem auto 0;
        font-size: 0.26rem;
        line-height: 1.6;
    }
    .feature .feature01-ans p:nth-child(2) {
        margin: 0.3rem 0 0;
    }
    .feature .feature01-ans.open {
        display: block;
    }
    .feature .feature02 {
        margin: 0.9rem 0 0;
    }
    .feature .feature02-subttl {
        margin: -3.2rem 0 0;
        font-size: 0.52rem;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature02-subttl .deco {
        color: #ff4200;
        font-size: 0.77rem;
    }
    .feature .feature02-subttl .small {
        font-size: 0.55rem;
    }
    .feature .feature02-block {
        position: relative;
        margin: 0.4rem 0 0;
        padding: 0.45rem 0 1.15rem;
        background: #fff;
        border-radius: 0.1rem;
        z-index: 1;
    }
    .feature .feature02-lead {
        position: relative;
        font-size: 0.32rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.25;
    }
    .feature .feature02-lead .century {
        font-weight: bold;
        font-size: 0.6rem;
    }
    .feature .feature02-lead .large {
        font-size: 0.6rem;
        line-height: 1.25;
    }
    .feature .feature02-lead .deco {
        position: relative;
        font-size: 0.54rem;
        line-height: 1.25;
    }
    .feature .feature02-lead .deco::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 3.5rem;
        height: 0.12rem;
        border-radius: 0.06rem;
        background: #ffde00;
        transform: translate(-50%, 0);
        z-index: -1;
        content: "";
    }
    .feature .feature02-lead .small {
        font-size: 0.34rem;
    }
    .feature .feature02-define01 {
        margin: 0.5rem 0 0;
    }
    .feature .feature02-define01 {
        padding: 0 0.3rem;
    }
    .feature .feature02-term {
        padding: 0.08rem 0;
        background: #a1b2cd;
        border-radius: 0.05rem;
        color: #fff;
        font-size: 0.4rem;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature02-desc01 {
        padding: 0.2rem 0 0.35rem;
        font-size: 0.26rem;
    }
    .feature .feature02-box {
        margin: 0.35rem 0 0;
    }
    .feature .feature02-chart:last-of-type {
        margin: 0.45rem 0 0;
    }
    .feature .feature02-note01 {
        margin: 0.25rem 0 0;
        font-size: 0.22rem;
    }
    .feature .feature02-define02 {
        padding: 0 0.3rem;
    }
    .feature .feature02-desc02 {
        padding: 0.3rem 0 0 1.2rem;
    }
    .feature .feature02-txt01 {
        font-size: 0.3rem;
    }
    .feature .feature02-txt01 .deco {
        position: relative;
        color: #ff4200;
        font-weight: bold;
    }
    .feature .feature02-txt01 .deco::before {
        position: absolute;
        top: 0;
        left: -.2rem;
        width: 0.83rem;
        height: 0.55rem;
        background: url("../img/feature_icon03_pc.png") no-repeat 50% 0;
        background-size: cover;
        transform: translate(-100%, 0);
        content: "";
    }
    .feature .feature02-txt01:last-of-type {
        margin: 0.3rem 0 0;
    }
    .feature .feature02 .price-subttl02 {
        margin: 0.1rem 0 0;
        padding: 0.1rem 0 0;
    }
    .feature .feature02 .price-txt01 {
        margin: 0 0 1.1rem;
    }
    .feature .feature-bg03 {
        padding: 0.65rem 0 0.9rem;
        background: #fff3ed;
    }
    .feature .feature03-subttl {
        margin: -3.2rem 0 0;
        font-size:0.42rem;
        font-weight: bold;
        text-align: center;
        line-height: 2;
    }
    .feature .feature03-subttl .deco01 {
        position: relative;
        color: #ff4200;
        font-size: 0.63rem;
        line-height: 1.1;
    }
    .feature .feature03-subttl .deco02 {
        color: #ff4200;
        font-size: 0.64rem;
        line-height: 1.2;
    }
    .feature .feature03-subttl .deco03 {
        margin: 0 -5px;
        color: #ff4200;
        font-size: 1rem;
        line-height: 1.2;
    }
    .feature .feature03-subttl .deco04 {
        color: #ff4200;
        font-size: 0.73rem;
        line-height: 1.2;
    }
    .feature .feature03-subttl .small {
        font-size: 0.51rem;
    }
    .feature .feature03-subttl .asterisk {
        position: absolute;
        top: -.03rem;
        right: -.25rem;
        font-size: 0.21rem;
    }
    .feature .feature03-wrap {
        position: relative;
        margin: 0.33rem 0 0;
        padding: 0.55rem 0.3rem 0.45rem;
        background: #fff;
        border-radius: 10px;
        z-index: 1;
    }
    .feature .feature03-lead {
        font-size: 0.34rem;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
    }
    .feature .feature03-lead .large {
        font-size: 0.6rem;
    }
    .feature .feature03-lead .middle {
        font-size: 0.54rem;
    }
    .feature .feature03-lead .deco {
        position: relative;
        font-size: 0.44rem;
    }
    .feature .feature03-lead .deco::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 3.7rem;
        height: 0.17rem;
        border-radius: 0.08rem;
        background: #ffde00;
        transform: translate(-50%, 0);
        z-index: -1;
        content: "";
    }
    .feature .feature03-pic01 {
        width: 6.3rem;
        margin: 0.65rem auto 0;
    }
    .feature .feature03-case {
        position: relative;
        margin: 0.5rem auto 0;
        padding: 0.67rem 0 0.4rem;
        background: #ff6b00;
        color: #fff;
        font-size: 0.34rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }
    .feature .feature03-case .deco {
        color: #ffe63d;
        font-size: 0.54rem;
    }
    .feature .feature03-case .large {
        font-size: 0.38rem;
    }
    .feature .feature03-case .small {
        font-size: 0.28rem;
        font-weight: normal;
    }
    .feature .feature03-case .small:last-of-type {
        padding: 0 0 0 0.2rem;
    }
    .feature .feature03-case::before {
        position: absolute;
        bottom: 1px;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.156rem 0.09rem 0 0.09rem;
        border-color: #ff6b00 transparent transparent transparent;
        transform: translate(-50%, 100%);
        content: "";
    }
    .feature .feature03-case::after {
        position: absolute;
        top: 0.24rem;
        left: 50%;
        color: #fff;
        font-family: "Century Gothic", sans-serif;
        font-size: 0.38rem;
        font-weight: bold;
        transform: translate(-50%, 0);
        content: "CASE:";
    }
    .feature .feature03-item {
        position: relative;
        padding: 0.3rem 0.3rem 0.5rem;
        background: #f6f6f6;
        border: 1px solid #a1b2cd;
        border-radius: 0.1rem;
    }
    .feature .feature03-item:nth-of-type(1) {
        margin: 0.7rem 0 0;
    }
    .feature .feature03-item:nth-of-type(1)::before {
        position: absolute;
        top: -.24rem;
        left: 0.23rem;
        width: 1.5rem;
        height: 1.5rem;
        background: url("../img/feature03_txt01_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(-50%, 0);
        z-index: 1;
        content: "";
    }
    .feature .feature03-item:nth-of-type(2) {
        margin: 0.7rem 0 0;
    }
    .feature .feature03-item:nth-of-type(2)::before {
        position: absolute;
        top: -.24rem;
        left: 0.23rem;
        width: 1.5rem;
        height: 1.5rem;
        background: url("../img/feature03_txt02_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(-50%, 0);
        z-index: 1;
        content: "";
    }
    .feature .feature03-item:nth-of-type(3) {
        margin: 3.65rem 0 0;
    }
    .feature .feature03-item:nth-of-type(3)::before {
        position: absolute;
        top: -.24rem;
        left: 0.23rem;
        width: 1.5rem;
        height: 1.5rem;
        background: url("../img/feature03_txt03_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(-50%, 0);
        z-index: 1;
        content: "";
    }
    .feature .feature03-item:nth-of-type(3) .feature03-accordion-btn {
        margin: 2.52rem auto 0;
    }
    .feature .feature03-block02 {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .feature .feature03-pic02 {
        width: 100%;
        margin: 0.26rem auto 0;
    }
    .feature .feature03-example {
        width: 2.07rem;
        margin: 0 0 0 0.85rem;
        padding: 0.03rem 0;
        background: #a1b2cd;
        border-radius: 0.05rem;
        color: #fff;
        font-size: 0.3rem;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature03-txt01 {
        width: 4.83rem;
        margin: 0 0 0 auto;
    }
    .feature .feature03-txt01 .deco {
        margin: 0.2rem 0 0;
        display: block;
        font-size: 0.36rem;
        font-weight: bold;
        border-bottom: dotted 0.03rem #adadad;
        line-height: 1.5;
    }
    .feature .feature03-txt01 .deco .sp-only {
        display: inline-block;
    }
    .feature .feature03-result {
        position: absolute;
        bottom: -.32rem;
        left: 50%;
        transform: translate(-50%, 100%);
        display: flex;
        align-items: center;
        width: 5.7rem;
        height: 0.92rem;
        padding: 0 0 0 1.9rem;
        background: #ff6b00;
        border-radius: 0.05rem;
        color: #fff;
        font-size: 0.34rem;
        font-weight: bold;
    }
    .feature .feature03-result .deco {
        position: absolute;
        top: 50%;
        left: 0;
        width: 1.77rem;
        height: 0.92rem;
        padding: 0.25rem 0 0 0.2rem;
        font-size: 0.3rem;
        background: url("../img/feature03_bg01_sp.png");
        background-size: contain;
        color: #ff6b00;
        transform: translate(0, -50%);
    }
    .feature .feature03-accordion-btn {
        width: 4rem;
        margin: 1.6rem auto 0;
    }
    .feature .feature03-accordion {
        display: none;
        margin: 0.5rem 0 0;
    }
    .feature .feature03-accordion.open {
        display: block;
    }
    .feature .feature03-txt02 {
        padding: 0 0 0.2rem;
        border-bottom: dotted 0.03rem #adadad;
        color: #555;
        font-size: 0.26rem;
        font-weight: bold;
        line-height: 1.53;
        letter-spacing: 0.02em;
    }
    .feature .feature03-txt02 .line {
        padding: 0 0 0 5.5em;
    }
    .feature .feature03-txt02 .line02 {
        padding: 0 0 0 6em;
    }
    .feature .feature03-list02 {
        margin: 0.22rem 0 0;
    }
    .feature .feature03-item02 {
        position: relative;
        padding: 0 0 0 1em;
        color: #555;
        font-size: 0.26rem;
        line-height: 1.53;
        letter-spacing: 0.02em;
    }
    .feature .feature03-item02 .deco {
        color: #ff0000;
        font-weight: bold;
    }
    .feature .feature03-item02::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "・";
    }
    .feature .feature03-plan {
        margin: 0.35rem 0 0;
    }
    .feature .feature03-term {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.1rem 0;
        background: #a1b2cd;
        color: #fff;
        font-size: 0.3rem;
        font-weight: bold;
        letter-spacing: 0.02em;
    }
    .feature .feature03-desc {
        background: #fff;
        padding: 0.2rem 0 0.2rem 0.6rem;
        color: #555555;
        font-size: 0.3rem;
        font-weight: bold;
        letter-spacing: 0.02em;
    }
    .feature .feature03-desc .price01 {
        padding: 0 0 0 0.35rem;
        color: #ff0000;
    }
    .feature .feature03-desc .deco {
        font-size: 0.4rem;
    }
    .feature .feature03-desc .price02 {
        color: #ff0000;
        font-size: 0.56rem;
        font-family: "Century Gothic", sans-serif;
        line-height: 1;
    }
    .feature .feature03-note01 {
        margin: 0.15rem 0 0;
        font-size: 0.2rem;
        line-height: 1.65;
    }
    .feature .feature03-note01 span {
        display: block;
        text-indent: -.8em;
    }
    .feature .feature03-note01 .indent {
        text-indent: -.2em;
    }
    .feature .feature03-case02 {
        position: absolute;
        top: -.75rem;
        left: 50%;
        width: 100%;
        padding: 0.67rem 0 0.4rem;
        background: #ff6b00;
        color: #fff;
        font-size: 0.34rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
        transform: translate(-50%, -100%);
    }
    .feature .feature03-case02 .deco {
        color: #ffe63d;
        font-size: 0.54rem;
    }
    .feature .feature03-case02 .deco .small02 {
        font-size: 0.34rem;
    }
    .feature .feature03-case02 .large {
        font-size: 0.38rem;
    }
    .feature .feature03-case02 .small {
        font-size: 0.28rem;
        font-weight: normal;
    }
    .feature .feature03-case02 .small:last-of-type {
        padding: 0 0 0 0.2rem;
    }
    .feature .feature03-case02::before {
        position: absolute;
        bottom: 1px;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.156rem 0.09rem 0 0.09rem;
        border-color: #ff6b00 transparent transparent transparent;
        transform: translate(-50%, 100%);
        content: "";
    }
    .feature .feature03-case02::after {
        position: absolute;
        top: 0.24rem;
        left: 50%;
        color: #fff;
        font-family: "Century Gothic", sans-serif;
        font-size: 0.38rem;
        font-weight: bold;
        transform: translate(-50%, 0);
        content: "CASE:";
    }
    .feature .feature03-example02 {
        width: 3.24rem;
        margin: 0 0 0 0.85rem;
        background: #a1b2cd;
        border-radius: 0.05rem;
        color: #fff;
        font-size: 0.3rem;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature03-result02 {
        position: absolute;
        bottom: -.32rem;
        left: 50%;
        transform: translate(-50%, 100%);
        width: 5.69rem;
        margin: 0.3rem 0 0;
        color: #fff;
        font-size: 0.3rem;
        font-weight: bold;
    }
    .feature .feature03-result02 .deco01 {
        display: flex;
        align-items: center;
        height: 0.92rem;
        padding: 0 0 0 0.6rem;
        background: url("../img/feature03_bg02_sp.png") no-repeat center/contain;
        color: #ff6b00;
    }
    .feature .feature03-result02 .deco02 {
        display: block;
        margin: -.05rem 0 0;
        padding: 0.23rem 0;
        background: #ff6b00;
        color: #fff;
        border-radius: 0.05rem;
        text-align: center;
    }
    .feature .feature03-note02 {
        margin: 0.1rem 0 0 1em;
        position: relative;
        font-size: 0.2rem;
        line-height: 1.7;
        letter-spacing: 0.02em;
    }
    .feature .feature03-note02::before {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-100%, 0);
        content: "※";
    }
    .feature .feature03-document {
        margin: 0.45rem 0 0;
        padding: 0.5rem 0.3rem 0.8rem;
        background: #fff;
        border-radius: 0.1rem;
    }
    .feature .feature03-document .feature03-document-title {
        max-width: 5.68rem;
        width: 100%;
        margin: 0 auto;
    }
    .feature .feature03-document .feature03-document-image {
        width:100%;
        margin: 0.4rem auto;
        display: flex;
        justify-content: space-between;
        gap: 0.2rem;
    }
    .feature .feature03-document .feature03-document-text {
        max-width: 761px;
        width: 100%;
        margin: 0 auto;
        font-size: 0.3rem;
        font-weight: bold;
        text-align: center;
    }
    .feature .feature03-document .feature03-document-text.text02 {
        text-align:left;
    }
    .feature .feature03-document .feature03-document-text span{
        position: relative;
        font-size: 0.36rem;
        z-index: 0;
        padding-top: 0.2rem;
        display: inline-block;
    }
    .feature .feature03-document .feature03-document-text span::before {
        position: absolute;
        bottom:0.1em;
        left: 50%;
        width: 100%;
        height: 0.42em;
        border-radius: 6.7px;
        background: #ffde00;
        transform: translate(-50%, 0);
        z-index: -1;
        content: "";
    }
    .feature .feature04 {
        margin-top: 0.45rem;
    }
    .feature .feature04-subttl {
        margin: -3.1rem 0 0;
        font-size: 0.48rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }
    .feature .feature04-subttl .deco {
        color: #ff4200;
        font-size: 0.43rem;
    }
    .feature .feature04-subttl .century {
        font-size: 0.77rem;
    }
    .feature .feature04-subttl .small {
        font-size: 0.43rem;
    }
    .feature .feature04-subttl .medium {
        font-size: 0.6rem;
    }
    .feature .feature04-subttl .large {
        font-size: 0.75rem;
    }
    .feature .feature04-step {
        margin: 0.4rem 0 0;
        padding: 0.6rem 0.3rem;
        background: #fff;
        border-radius: 0.1rem;
    }
    .feature .feature04-term01 {
        width: 5.89rem;
        margin: 0 auto;
    }
    .feature .feature04-desc01 {
        margin: 0.4rem auto 0;
    }
    .feature .feature04-pic {
        width: 100%;
    }
    .feature .feature04-block01 {
        width: 100%;
    }
    .feature .feature04-list01 {
        margin: 0.3rem 0 0;
    }
    .feature .feature04-item01 {
        position: relative;
        padding: 0.3rem 0 0.3rem 1.6rem;
        border-radius: 0.1rem;
        font-size: 0.38rem;
        font-weight: bold;
    }
    .feature .feature04-item01:nth-of-type(1) {
        background: #ffe21b;
    }
    .feature .feature04-item01:nth-of-type(1)::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.2rem 0.5rem 0 0.5rem;
        border-color: #ffe21b transparent transparent transparent;
        transform: translate(-50%, 100%);
        z-index: 1;
        content: "";
    }
    .feature .feature04-item01:nth-of-type(1)::after {
        position: absolute;
        top: 50%;
        left: 0.28rem;
        width: 1.01rem;
        height: 0.4rem;
        background: url("../img/feature04_icon01_pc.png") no-repeat center/cover;
        transform: translate(0, -50%);
        z-index: 1;
        content: "";
    }
    .feature .feature04-item01:nth-of-type(2) {
        margin: 0.1rem 0 0;
        background: #ffd11b;
    }
    .feature .feature04-item01:nth-of-type(2)::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.2rem 0.5rem 0 0.5rem;
        border-color: #ffd11b transparent transparent transparent;
        transform: translate(-50%, 100%);
        z-index: 1;
        content: "";
    }
    .feature .feature04-item01:nth-of-type(2)::after {
        position: absolute;
        top: 50%;
        left: 0.28rem;
        width: 1.04rem;
        height: 0.51rem;
        background: url("../img/feature04_icon02_pc.png") no-repeat center/cover;
        transform: translate(0, -50%);
        z-index: 1;
        content: "";
    }
    .feature .feature04-item01:nth-of-type(3) {
        margin: 0.1rem 0 0;
        background: #ffb11b;
    }
    .feature .feature04-item01:nth-of-type(3)::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.2rem 0.5rem 0 0.5rem;
        border-color: #ffb11b transparent transparent transparent;
        transform: translate(-50%, 100%);
        z-index: 1;
        content: "";
    }
    .feature .feature04-item01:nth-of-type(3)::after {
        position: absolute;
        top: 50%;
        left: 0.28rem;
        width: 1.1rem;
        height: 0.61rem;
        background: url("../img/feature04_icon03_pc.png") no-repeat center/cover;
        transform: translate(0, -50%);
        z-index: 1;
        content: "";
    }
    .feature .feature04-item01:nth-of-type(4) {
        margin: 0.1rem 0 0;
        padding: 0.3rem 0;
        background: #ff8a00;
        color: #fff;
        text-align: center;
    }
    .feature .feature04-note01 {
        position: relative;
        margin: 0.15rem 0 0 0.1rem;
        padding: 0 0 0 1em;
        color: #555;
        font-size: 0.22rem;
        line-height: 1.5;
    }
    .feature .feature04-note01::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
    }
    .feature .feature04-term02 {
        position: relative;
    }
    .feature .feature04-term02::before {
        position: absolute;
        top: -.55rem;
        left: -.2rem;
        width: 1.59rem;
        height: 1.59rem;
        background: url("../img/feature04_txt03_pc.png") no-repeat center/contain;
        content: "";
    }
    .feature .feature04-notice {
        border: 0.07rem solid #ff8f8f;
        border-radius: 0.1rem;
        background: #fff;
    }
    .feature .feature04-heading {
        width: 3.63rem;
        margin: 0.36rem auto 0.4rem;
    }
    .feature .feature04-lead {
        width: 6.9rem;
        margin: 0 0 0 -.07rem;
        padding: 0.16rem 0;
        background: #fe2c2c;
        color: #fff;
        font-size: 0.4rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.02em;
    }
    .feature .feature04-lead .asterisk {
        position: relative;
        top: -.1rem;
        right: 0.18rem;
        font-size: 0.16rem;
        font-weight: bold;
        letter-spacing: 0.02em;
    }
    .feature .feature04-desc02 {
        padding: 0.35rem 0.2rem 0.4rem;
    }
    .feature .feature04-desc02 .deco {
        font-weight: bold;
    }
    .feature .feature04-list02 {
        width: 100%;
    }
    .feature .feature04-item02 {
        position: relative;
        padding: 0 0.65rem 0.3rem;
        font-size: 0.28rem;
        letter-spacing: 0.02em;
        line-height: 1.35;
        text-align: justify;
    }
    .feature .feature04-item02:not(:first-of-type) {
        padding-top: 0.2rem;
    }
    .feature .feature04-item02:not(:last-of-type) {
        border-bottom: 2px dotted #ccc;
    }
    .feature .feature04-item02 .deco {
        font-weight: bold;
    }
    .feature .feature04-item02:nth-of-type(1)::before {
        position: absolute;
        top: 0.05rem;
        right: 0.55rem;
        width: 0.53rem;
        height: 0.74rem;
        background: url("../img/feature04_icon04_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(100%, 0);
        content: "";
    }
    .feature .feature04-item02:nth-of-type(1)::after {
        position: absolute;
        top: 0.1rem;
        left: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        background: #fe2c2c;
        color: #fff;
        font-size: 0.25rem;
        font-weight: bold;
        font-family: "Century Gothic", sans-serif;
        transform: translate(-100%, 0);
        content: "1";
    }
    .feature .feature04-item02:nth-of-type(2)::before {
        position: absolute;
        top: 0.28rem;
        right: 0.55rem;
        width: 0.53rem;
        height: 0.74rem;
        background: url("../img/feature04_icon04_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(100%, 0);
        content: "";
    }
    .feature .feature04-item02:nth-of-type(2)::after {
        position: absolute;
        top: 0.3rem;
        left: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        background: #fe2c2c;
        color: #fff;
        font-size: 0.25rem;
        font-weight: bold;
        font-family: "Century Gothic", sans-serif;
        transform: translate(-100%, 0);
        content: "2";
    }
    .feature .feature04-item02:nth-of-type(3)::before {
        position: absolute;
        top: 0.28rem;
        right: 0.55rem;
        width: 0.53rem;
        height: 0.74rem;
        background: url("../img/feature04_icon04_pc.png") no-repeat 50% 0;
        background-size: contain;
        transform: translate(100%, 0);
        content: "";
    }
    .feature .feature04-item02:nth-of-type(3)::after {
        position: absolute;
        top: 0.3rem;
        left: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        background: #fe2c2c;
        color: #fff;
        font-size: 0.25rem;
        font-weight: bold;
        font-family: "Century Gothic", sans-serif;
        transform: translate(-100%, 0);
        content: "3";
    }
    .feature .feature04 .feature01-btn {
        margin: 0.25rem auto 0;
    }
    .feature .feature04-note02 {
        position: relative;
        margin: 0.16rem 0 0 0.35rem;
        padding: 0 0 0 1em;
        font-size: 0.22rem;
        letter-spacing: 0.02em;
    }
    .feature .feature04-note02::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
    }
    .feature .feature04-flow {
        margin: 0.6rem 0 0;
        padding: 0.84rem 0 0.4rem;
        background: #fff;
        border-radius: 0.1rem;
    }
    .feature .feature04-term03 {
        width: 5.18rem;
        margin: 0 auto;
    }
    .feature .feature04-chart02 {
        width: 5.97rem;
        margin: 0.3rem auto 0;
    }
    .feature .feature04-chart01 {
        width: 5.97rem;
        margin: 0.5rem auto 0;
    }
    .feature .feature04-note03 {
        width: 6.21rem;
        margin: 0.45rem auto 0;
    }
    .feature .feature04-note03 .note {
        display: block;
        position: relative;
        padding: 0 0 0 0.2rem;
        font-size: 0.22rem;
        line-height: 1.54;
    }
    .feature .feature04-note03 .note::before {
        content: '※';
        position: absolute;
        top: 0;
        left: 0;
    }

}

/*==============================================================================
modal
============================================================================= */

@media screen and (min-width: 769px) {
    .modal-mask {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 100;
    }
    .modal-close {
        width: 50px;
        height: 50px;
        position: absolute;
        top: -60px;
        right: 0;
        cursor: pointer;
    }
    .modal-close .close-btn {
        width: 100%;
        height: 100%;
        transform: rotate(45deg);
    }
    .modal-close .close-btn span {
        background: #fff;
        position: absolute;
    }
    .modal-close .close-btn span:nth-child(1) {
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .modal-close .close-btn span:nth-child(2) {
        width: 2px;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .modal01 {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 200;
    }
    .modal01-bg {
        width: 1000px;
        max-height: 80vh;
        border-radius: 10px;
        padding: 40px 0 55px;
        background: #fff;
        overflow-y: scroll;
    }
    .modal01-block {
        width: 920px;
        margin: 0 auto;
    }
    .modal01-ttl {
        padding: 0 0 20px;
        border-bottom: 4px dotted #bfbfbf;
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
    }
    .modal01-txt01 {
        margin: 25px 0 0;
        font-size: 16px;
        line-height: 1.62;
    }
    .modal01-txt02 {
        margin: 10px 0 0;
        padding: 0 0 0 18px;
        position: relative;
        font-size: 14px;
        line-height: 1.71;
    }
    .modal01-txt02::before {
        content: '※';
        position: absolute;
        top: 0;
        left: 0;
    }
    .modal01-case {
        display: flex;
        border: 1px solid #e5e5e5;
        margin: 15px 0 0;
        border-radius: 5px;
        font-size: 16px;
        line-height: 1;
    }
    .modal01-case dt {
        width: 183px;
        padding: 17px 0;
        background: #eff3f5;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        text-align: center;
    }
    .modal01-case dd {
        width: 736px;
        padding: 17px 0 17px 32px;
    }
    .modal01-example {
        margin: 50px 0 0;
    }
    .modal01-example-ttl {
        padding: 15px 0;
        background: #eff3f5;
        border-radius: 30px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.04em;
        line-height: 1;
        text-align: center;
    }
    .modal01-example-txt {
        margin: 20px 0 0;
        font-size: 14px;
        letter-spacing: 0.04em;
        line-height: 1;
        text-align: center;
    }
    .modal01-example-img {
        width: 866px;
        margin: 29px auto 0;
    }
    .modal02 {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 200;
    }
    .modal02-bg {
        padding: 40px 0;
        background: #fff;
        width: 1000px;
        max-height: 80vh;
        border-radius: 10px;
        overflow-y: scroll;
    }
    .modal02-block {
        width: 920px;
        margin: 0 auto;
    }
    .modal02-ttl {
        padding: 0 0 20px;
        border-bottom: 4px dotted #bfbfbf;
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
    }
    .modal02-table {
        width: 810px;
        margin: 20px auto 0;
    }
    .modal02-table .table-head {
        display: flex;
        font-size: 16px;
        line-height: 1;
        text-align: center;
    }
    .modal02-table .table-head .label {
        width: 132px;
        padding: 17px 0;
        background: #eff3f5;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
    }
    .modal02-table .table-head .content {
        width: 675px;
        margin: 0 0 0 3px;
        padding: 17px 0;
        background: #eff3f5;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
    }
    .modal02-table .table-row {
        display: flex;
        margin: -1px 0 0;
    }
    .modal02-table .table-row .label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 133px;
        position: relative;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }
    .modal02-table .table-row .label.orange {
        background: #ed6d0f;
    }
    .modal02-table .table-row .label.orange::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 7px 7px;
        border-color: transparent transparent transparent #ed6b0f;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(100%, -50%);
    }
    .modal02-table .table-row .label.yellow {
        background: #f0cb1d;
    }
    .modal02-table .table-row .label.yellow::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 7px 7px;
        border-color: transparent transparent transparent #f0cb1d;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(100%, -50%);
    }
    .modal02-table .table-row .content {
        display:block;
        align-items: center;
        width: 676px;
        padding: 8px 20px 9px 90px;
        position: relative;
        border: 1px solid #cee2ec;
        border-left: none;
        font-size: 16px;
        letter-spacing: 0.04em;
        line-height: 1.62;
    }
    .modal02-table .table-row .content ul li {
        position: relative;
        padding-left: 1em;
    }
    .modal02-table .table-row .content ul li::before {
        position: absolute;
        content: "●";
        left: 0;
    }
    .modal02-block .modal02-note {
        width: 810px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .modal02-block .modal02-note li {
        position: relative;
        font-size: 13px;
        padding-left: 1em;
    }
    .modal02-block .modal02-note li.point01::before {
        position: absolute;
        content: "＊";
        display: block;
        left: 0;
    }
    .modal02-block .modal02-note li.point02::before {
        position: absolute;
        content: "※";
        display: block;
        left: 0;
    }

    .modal02-table .table-row.row01 {
        margin: 3px 0 0;
    }
    .modal02-table .table-row.row01 .content::before {
        content: '';
        width: 37px;
        height: 49px;
        background: url("../img/modal02_icon01.png") no-repeat center/contain;
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
    }
    .modal02-table .table-row.row02 .content::before {
        content: '';
        width: 39px;
        height: 52px;
        background: url("../img/modal02_icon02.png") no-repeat center/contain;
        position: absolute;
        top: 50%;
        left: 28px;
        transform: translateY(-50%);
    }
    .modal02-table .table-row.row03 .content::before {
        content: '';
        width: 47px;
        height: 52px;
        background: url("../img/modal02_icon03.png") no-repeat center/contain;
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translateY(-50%);
    }
    .modal02-table .table-row.row04 .content::before {
        content: '';
        width: 57px;
        height: 51px;
        background: url("../img/modal02_icon04.png") no-repeat center/contain;
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
    }
    .modal02-table .table-row.row05 .content::before {
        content: '';
        width: 51px;
        height: 33px;
        background: url("../img/modal02_icon05.png") no-repeat center/contain;
        position: absolute;
        top: 50%;
        left: 24px;
        transform: translateY(-50%);
    }
    .modal03 {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 200;
    }
    .modal03-bg {
        padding: 40px 0;
        background: #fff;
        width: 1000px;
        max-height: 80vh;
        border-radius: 10px;
        overflow-y: scroll;
    }
    .modal03-block {
        width: 920px;
        margin: 0 auto;
    }
    .modal03-ttl {
        padding: 0 0 20px;
        border-bottom: 4px dotted #bfbfbf;
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
    }
    .modal03-txt01 {
        margin: 25px 0 0;
        font-size: 16px;
        line-height: 1.62;
        text-align: center;
    }
    .modal03-case {
        display: flex;
        border: 1px solid #e5e5e5;
        margin: 20px 0 0;
        border-radius: 5px;
        font-size: 16px;
        line-height: 1;
    }
    .modal03-case dt {
        width: 183px;
        padding: 17px 0;
        background: #eff3f5;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        text-align: center;
    }
    .modal03-case dd {
        width: 736px;
        padding: 17px 0 17px 32px;
    }
    .modal04 {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 200;
    }
    .modal04-bg {
        padding: 45px 0;
        background: #fff;
        width: 1000px;
        max-height: 80vh;
        border-radius: 10px;
        overflow-y: scroll;
    }
    .modal04-block {
        width: 920px;
        margin: 0 auto;
    }
    .modal04-txt {
        font-size: 16px;
    }
    .modal04-table {
        margin: 15px 0 0;
    }
    .modal04-table .table-row {
        display: flex;
        margin: -1px 0 0;
    }
    .modal04-table .table-row dt {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 110px;
        background: #f0f3f6;
        font-size: 16px;
        border: 1px solid #e5e5e5;
    }
    .modal04-table .table-row dd {
        display: flex;
        align-items: center;
        width: 810px;
        padding: 10px 24px;
        font-size: 14px;
        line-height: 1.71;
        border: 1px solid #e5e5e5;
        border-left: none;
    }
    .modal04-table .table-row.row01 {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .modal-mask {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 100;
    }
    .modal-close {
        width: 0.8rem;
        height: 0.8rem;
        position: absolute;
        top: -.9rem;
        right: 0;
        cursor: pointer;
    }
    .modal-close .close-btn {
        width: 100%;
        height: 100%;
        transform: rotate(45deg);
    }
    .modal-close .close-btn span {
        background: #fff;
        position: absolute;
    }
    .modal-close .close-btn span:nth-child(1) {
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .modal-close .close-btn span:nth-child(2) {
        width: 2px;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .modal01 {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 200;
    }
    .modal01-bg {
        padding: 0.8rem 0;
        background: #fff;
        width: 6.9rem;
        max-height: 70vh;
        border-radius: 0.2rem;
        overflow-y: scroll;
    }
    .modal01-block {
        width: 6.3rem;
        margin: 0 auto;
    }
    .modal01-ttl {
        padding: 0 0 0.4rem;
        border-bottom: 0.08rem dotted #bfbfbf;
        font-size: 0.58rem;
        font-weight: 600;
        line-height: 1;
        text-align: center;
    }
    .modal01-txt01 {
        margin: 0.4rem 0 0;
        font-size: 0.3rem;
        letter-spacing: 0.04em;
        line-height: 1.4;
    }
    .modal01-txt02 {
        margin: 0.2rem 0 0;
        padding: 0 0 0 0.3rem;
        position: relative;
        font-size: 0.26rem;
        line-height: 1.4;
    }
    .modal01-txt02::before {
        content: '※';
        position: absolute;
        top: 0;
        left: 0;
    }
    .modal01-case {
        border: 1px solid #e5e5e5;
        margin: 0.3rem 0 0;
        font-size: 0.3rem;
        line-height: 1;
    }
    .modal01-case dt {
        width: 100%;
        padding: 0.2rem 0;
        background: #eff3f5;
        border: 1px solid #e5e5e5;
        text-align: center;
    }
    .modal01-case dd {
        width: 100%;
        padding: 0.2rem;
        font-size: 0.3rem;
        letter-spacing: 0.04em;
        line-height: 1.4;
    }
    .modal01-example {
        margin: 0.5rem 0 0;
    }
    .modal01-example-ttl {
        padding: 0.2rem 0;
        background: #eff3f5;
        border-radius: 1rem;
        font-size: 0.3rem;
        line-height: 1.4;
        text-align: center;
    }
    .modal01-example-txt {
        margin: 0.2rem 0 0;
        font-size: 0.26rem;
        letter-spacing: 0.04em;
        line-height: 1.4;
        text-align: left;
    }
    .modal01-example-img {
        width: 100%;
        margin: 0.3rem auto 0;
    }
    .modal02 {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 200;
    }
    .modal02-bg {
        padding: 0.8rem 0;
        background: #fff;
        width: 6.9rem;
        max-height: 70vh;
        border-radius: 0.2rem;
        overflow-y: scroll;
    }
    .modal02-block {
        width: 6.3rem;
        margin: 0 auto;
    }
    .modal02-ttl {
        padding: 0 0 0.4rem;
        border-bottom: 0.08rem dotted #bfbfbf;
        font-size: 0.58rem;
        font-weight: 600;
        line-height: 1;
        text-align: center;
    }
    .modal02-table {
        width: 100%;
        margin: 0.3rem auto 0;
    }
    .modal02-table .table-head {
        display: flex;
        font-size: 0.3rem;
        line-height: 1;
        text-align: center;
    }
    .modal02-table .table-head .label {
        width:2.6rem;
        padding: 0.2rem 0;
        background: #eff3f5;
        border: 1px solid #e5e5e5;
    }
    .modal02-table .table-head .content {
        width: calc(100% - 2.6rem);
        padding: 0.2rem 0;
        background: #eff3f5;
        border: 1px solid #e5e5e5;
    }
    .modal02-table .table-row {
        display: flex;
        min-height: 2.04rem;
        margin: -1px 0 0;
    }
    .modal02-table .table-row .label {
        width: 2.6rem;
        padding: 0.45rem 0;
        position: relative;
        border: 1px solid #e5e5e5;
        font-size:0.26rem;
        text-align: center;
        display: grid;
        align-items: center;
    }
    .modal02-table .table-row .content {
        width: calc(100% - 2.6rem);
        padding: 0.2rem;
        border: 1px solid #cee2ec;
        border-left: none;
        font-size: 0.22rem;
        letter-spacing: 0.04em;
        line-height: 1.6;
    }
    .modal02-table .table-row .content p{
        margin-top: 0.5rem;
    }
    .modal02-table .table-row.row01 .label span::after {
        content: '';
        width: 0.72rem;
        height: 0.96rem;
        background: url("../img/modal02_icon01.png") no-repeat center/contain;
        position: relative;
        display: block;
        margin: 0.15rem auto 0;
    }
    .modal02-table .table-row.row02 .label span::after {
        content: '';
        width: 0.75rem;
        height: 1.01rem;
        background: url("../img/modal02_icon02.png") no-repeat center/contain;
        position: relative;
        display: block;
        margin: 0.15rem auto 0;
    }
    .modal02-table .table-row.row03 .label span::after {
        content: '';
        width: 0.85rem;
        height: 0.94rem;
        background: url("../img/modal02_icon03.png") no-repeat center/contain;
        position: relative;
        display: block;
        margin: 0.15rem auto 0;
    }
    .modal02-table .table-row.row04 .label span::after {
        content: '';
        width: 1.1rem;
        height: 0.98rem;
        background: url("../img/modal02_icon04.png") no-repeat center/contain;
        position: relative;
        display: block;
        margin: 0.15rem auto 0;
    }
    .modal02-table .table-row.row05 .label span::after {
        content: '';
        width: 1.19rem;
        height: 0.77rem;
        background: url("../img/modal02_icon05.png") no-repeat center/contain;
        position: relative;
        display: block;
        margin: 0.15rem auto 0;
    }

    .modal02-table .table-row .content ul li {
        position: relative;
        padding-left: 1em;
    }
    .modal02-table .table-row .content ul li::before {
        position: absolute;
        content: "●";
        left: 0;
    }
    .modal02-block .modal02-note {
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
    }
    .modal02-block .modal02-note li {
        position: relative;
        font-size: 0.2rem;
        padding-left: 1em;
    }
    .modal02-block .modal02-note li.point01::before {
        position: absolute;
        content: "＊";
        display: block;
        left: 0;
    }
    .modal02-block .modal02-note li.point02::before {
        position: absolute;
        content: "※";
        display: block;
        left: 0;
    }

    .modal03 {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 200;
    }
    .modal03-bg {
        padding: 0.8rem 0;
        background: #fff;
        width: 6.9rem;
        max-height: 70vh;
        border-radius: 0.2rem;
        overflow-y: scroll;
    }
    .modal03-block {
        width: 6.3rem;
        margin: 0 auto;
    }
    .modal03-ttl {
        padding: 0 0 0.4rem;
        border-bottom: 0.08rem dotted #bfbfbf;
        font-size: 0.58rem;
        font-weight: 600;
        line-height: 1;
        text-align: center;
    }
    .modal03-txt01 {
        margin: 0.4rem 0 0;
        font-size: 0.3rem;
        line-height: 1.4;
    }
    .modal03-case {
        border: 1px solid #e5e5e5;
        margin: 0.3rem 0 0;
        font-size: 0.3rem;
        line-height: 1;
    }
    .modal03-case dt {
        width: 100%;
        padding: 0.2rem 0;
        background: #eff3f5;
        border: 1px solid #e5e5e5;
        text-align: center;
    }
    .modal03-case dd {
        width: 100%;
        padding: 0.2rem 0.3rem;
        letter-spacing: 0.04em;
        line-height: 1.4;
    }
    .modal04 {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 200;
    }
    .modal04-bg {
        padding: 0.8rem 0;
        background: #fff;
        width: 6.9rem;
        max-height: 70vh;
        border-radius: 0.2rem;
        overflow-y: scroll;
    }
    .modal04-block {
        width: 6.3rem;
        margin: 0 auto;
    }
    .modal04-txt {
        font-size: 0.3rem;
    }
    .modal04-table {
        margin: 0.3rem 0 0;
    }
    .modal04-table .table-row dt {
        width: 100%;
        background: #f0f3f6;
        margin: -1px 0 0;
        padding: 0.2rem;
        font-size: 0.3rem;
        line-height: 1;
        text-align: center;
        border: 1px solid #e5e5e5;
    }
    .modal04-table .table-row dd {
        width: 100%;
        font-size: 0.3rem;
        padding: 0.2rem;
        line-height: 1.4;
        border: 1px solid #e5e5e5;
    }
}

/*==============================================================================
voice
============================================================================= */

.voice .orange {
    color: #ff5205;
}

.voice .bold {
    font-weight: 600;
}

@media screen and (min-width: 769px) {
    .voice {
        margin: 70px 0 100px;
    }
    .voice .voice-bg {
        padding: 35px;
        background-color: #fff3ed;
        border-radius: 10px;
    }
    .voice .voice-ttl {
        width: 325px;
        margin: 0 auto 40px;
    }
    .voice .voice-item {
        padding: 30px 40px;
        background-color: #fff;
        border-radius: 10px;
    }
    .voice .voice-item:not(:first-of-type) {
        margin: 35px 0 0;
    }
    .voice .voice-subttl {
        width: 840px;
        margin: 0 0 21px;
        padding: 0 0 18px;
        border-bottom: 2px dotted #ccc;
    }
    .voice .voice-txt {
        padding: 0 5px;
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }
}

@media screen and (max-width: 768px) {
    .voice {
        margin: 0.8rem 0 1rem;
    }
    .voice .voice-bg {
        padding: 0.6rem 0.25rem;
        background-color: #fff3ed;
        border-radius: 0.1rem;
    }
    .voice .voice-ttl {
        width: 4.1rem;
        margin: 0 auto 0.6rem;
    }
    .voice .voice-item {
        padding: 0.4rem 0.35rem;
        background-color: #fff;
        border-radius: 0.1rem;
    }
    .voice .voice-item:not(:first-of-type) {
        margin: 0.6rem 0 0;
    }
    .voice .voice-subttl {
        margin: 0 0 0.2rem;
        padding: 0 0 0.3rem;
        border-bottom: 2px dotted #ccc;
    }
    .voice .voice-txt {
        padding: 0 0.05rem;
        font-size: 0.28rem;
        letter-spacing: 0.08em;
        line-height: 1.4;
    }
}

/*==============================================================================
social
============================================================================= */

@media screen and (min-width: 769px) {
    .social-inner {
        width: 1000px;
    }
    .social .social-bg {
        padding: 70px 0 30px;
        background: #fff4ca;
        background: linear-gradient(-50deg, #fff4ca 20%, #fffbeb 100%);
    }
    .social .social-ttl {
        font-size: 32px;
        line-height: 1;
        letter-spacing: 0.04em;
        text-align: center;
    }
    .social .social-ttl.bold {
        font-weight: 700;
    }
    .social .social-ttl .orange {
        color: #ff5205;
    }
    .social .social-list {
        width: 1000px;
        display: flex;
        gap: 25px;
        margin: 60px auto 20px;
    }
    .social .social-item {
        width: calc( 100% / 3);
        padding: 0 15px 30px;
        position: relative;
        background: #fff;
        border-radius: 10px;
        z-index: 1;
    }
    .social .social-item-ttl {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 0 0;
        height: 81px;
        font-size: 20px;
        line-height: 1.35;
        border-bottom: 4px dotted #bdc5cb;
        text-align: center;
    }
    .social .social-item-ttl.bold {
        font-weight: 700;
    }
    .social .social-item-ttl.orange {
        color: #ff5205;
    }
    .social .social-item-pic {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .social .rank .social-item-pic {
        width: 111px;
    }
    .social .social .social-item-pic {
        top: 97px;
    }
    .social .insurance .social-item-pic {
        top: 107px;
    }

    .social .social-item-txt {
        width: 100%;
        margin: 120px auto 0;
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 1.5;
        padding: 0 15px;
    }

    .social .social-item-txt .orange {
        color: #ff5205;
        font-weight: 700;
    }
    .social .social-item-note {
        display: block;
        width: 260px;
        margin: 10px auto 0;
        font-size: 11px;
        letter-spacing: 0.04em;
        line-height: 1.45;
    }
    .social .social-item-note.asterisk {
        position: relative;
        padding: 0 0 0 1em;
    }
    .social .social-item-note.asterisk::before {
        content: "※";
        position: absolute;
        left: 0;
    }
    .social .social-note01 {
        font-size: 11px;
        margin: 25px 0 0;
        padding: 0 15px;
    }
    .social .social-note01 .indent {
        display: block;
        padding-left: 15px;
        text-indent: -1em;
        font-feature-settings: "palt";
    }
}

@media screen and (max-width: 768px) {
    .social .social-bg {
        padding: 0.95rem 0 0.67rem;
        background: #fff4ca;
        background: linear-gradient(-50deg, #fff4ca 20%, #fffbeb 100%);
    }
    .social .social-ttl {
        font-size: 0.38rem;
        line-height: 1.7;
        letter-spacing: 0.04em;
        text-align: center;
    }
    .social .social-ttl.bold {
        font-weight: 700;
    }
    .social .social-ttl .orange {
        color: #ff5205;
    }
    .social .social-list {
        margin: 0.5rem 0 0;
    }
    .social .social-item {
        width: 100%;
        margin: 0.4rem 0 0;
        padding: 0 0.35rem 0.6rem;
        position: relative;
        background: #fff;
        border-radius: 0.1rem;
        z-index: 1;
    }
    .social .social-item-ttl {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.05rem 0 0;
        height: 1.14rem;
        font-size: 0.32rem;
        border-bottom: 0.04rem dotted #bdc5cb;
        text-align: center;
    }
    .social .social-item-ttl.bold {
        font-weight: 700;
    }
    .social .social-item-ttl.orange {
        color: #ff5205;
    }
    .social .social-item.rank .social-item-ttl {
        height: 1.58rem;
    }
    .social .social-item-pic {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .social .social-item-pic img{
        margin: 0 auto;
        display: inline-block;
    }
    .social .social-item.rank {
        padding-bottom: 0.6rem;
    }
    .social .social-item.rank .social-item-pic {
        width: 3rem;
        max-width: 3.28rem;
        top: 1.7rem;
        display: grid;
        align-items: center;
    }
  .social .social-item.rank .social-item-pic img{
        display: block;
        margin:0 auto;
        width:100%;
    }
    .social .social-item.social .social-item-pic {
        width: 4.04rem;
        top: 1.42rem;
    }
    .social .social-item.insurance .social-item-pic {
        width: 3.78rem;
        top: 1.74rem;
    }
    .social .social-item-txt {
        width: 5.55rem;
        margin: 2.7rem auto 0;
        font-size: 0.28rem;
        letter-spacing: 0.02em;
        line-height: 1.5;
    }
    .social .social-item.rank .social-item-txt {
        margin: 3.3rem auto 0;
    }
    .social .social-item-txt .orange {
        color: #ff5205;
        font-weight: 700;
    }
    .social .social-item-note {
        display: block;
        width: 5.55rem;
        margin: 0.2rem auto 0;
        font-size: 0.2rem;
        letter-spacing: 0.02em;
        line-height: 1.4;
    }
    .social .social-item-note.asterisk {
        position: relative;
        padding: 0 0 0 1em;
    }
    .social .social-item-note.asterisk::before {
        content: "※";
        position: absolute;
        left: 0;
    }
    .social .social-note01 {
        font-size: 0.2rem;
        margin: 0.2rem 0 0;
    }
    .social .social-note01 .indent {
        display: inline-block;
        padding-left: 1.6em;
        text-indent: -1em;
        line-height: 1.3;
        letter-spacing: 0.01rem;
    }
}

/*==============================================================================
faq
============================================================================= */

@media screen and (min-width: 769px) {
    .faq .faq-bg {
        padding: 103px 0 100px;
    }
    .faq .faq-ttl {
        width: 364px;
        margin: 0 auto;
    }
    .faq .faq-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 79px 0 0;
    }
    .faq .faq-item {
        width: 480px;
        margin: 75px 0 0;
    }
    .faq .faq-item:nth-child(1),
    .faq .faq-item:nth-child(2) {
        margin: 0;
    }
    .faq .faq-qes {
        display: flex;
        align-items: center;
        width: 100%;
        height: 109px;
        background: url("../img/faq_bg01_pc.png") no-repeat center/contain;
        position: relative;
        cursor: pointer;
        transition: 0.3s;
    }
    .faq .faq-qes p {
        padding: 0 0 0 90px;
        color: #333333;
        font-size: 20px;
        font-weight: 600;
    }
    .faq .faq-qes::before {
        content: '';
        width: 38px;
        height: 35px;
        background: url("../img/faq_ico01.png") no-repeat center/contain;
        position: absolute;
        top: 37px;
        left: 30px;
    }
    .faq .faq-qes::after {
        content: '';
        width: 24px;
        height: 15px;
        background: url("../img/faq_arrow01.png") no-repeat center/contain;
        position: absolute;
        top: 47px;
        left: 426px;
        transform: rotate(180deg);
        transition: 0.3s;
    }
    .faq .faq-qes.open::after {
        transform: rotate(0deg);
    }
    .faq .faq-ans {
        display: none;
        padding: 41px 42px 0 59px;
        font-size: 18px;
        line-height: 1.66;
    }
    .faq .faq-ans p {
        position: relative;
    }
    .faq .faq-ans p::before {
        content: 'A.';
        position: absolute;
        top: 0;
        left: -20px;
    }
    .faq .faq-ans .red {
        color: #ff5205;
        font-weight: 600;
    }
    .faq .faq-ans a {
        padding: 0 0 2px;
        color: #555;
        border-bottom: 1px solid #333;
    }
    .faq .faq-ans.open {
        display: block;
    }
    .faq .faq-ans-list {
        padding-top: 20px;
    }
    .faq .faq-ans-list li{
        list-style: disc;
        margin-left: 1.25em;
    }
    .faq .faq-ans-list .list-none{
        list-style: none;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .faq .faq-bg {
        padding: 1.1rem 0 1.23rem;
    }
    .faq .faq-ttl {
        width: 4.36rem;
        margin: 0 auto;
    }
    .faq .faq-list {
        margin: 0.7rem 0 0;
    }
    .faq .faq-item {
        margin: 0.2rem 0 0;
    }
    .faq .faq-item:nth-child(1) {
        margin: 0;
    }
    .faq .faq-qes {
        display: flex;
        align-items: center;
        width: 100%;
        height: 1.2rem;
        background: url("../img/faq_bg01_sp.png") no-repeat center/contain;
        position: relative;
        cursor: pointer;
    }
    .faq .faq-qes:first-child p {
        line-height: 1.2;
    }
    .faq .faq-qes p {
        padding: 0 0 0 1.16rem;
        color: #333333;
        font-size: 0.28rem;
        font-weight: 600;
        line-height: 1.42;
    }
    .faq .faq-qes::before {
        content: '';
        width: 0.47rem;
        height: 0.43rem;
        background: url("../img/faq_ico01.png") no-repeat center/contain;
        position: absolute;
        top: 0.39rem;
        left: 0.4rem;
    }
    .faq .faq-qes::after {
        content: '';
        width: 0.24rem;
        height: 0.15rem;
        background: url("../img/faq_arrow01.png") no-repeat center/contain;
        position: absolute;
        top: 0.52rem;
        left: 6.22rem;
        transform: rotate(180deg);
        transition: 0.3s;
    }
    .faq .faq-qes.open::after {
        transform: rotate(0deg);
    }
    .faq .faq-ans {
        display: none;
        padding: 0.4rem 0.25rem 0.3rem 0.6rem;
        font-size: 0.28rem;
        line-height: 1.42;
    }
    .faq .faq-ans p {
        position: relative;
    }
    .faq .faq-ans p::before {
        content: 'A.';
        position: absolute;
        top: 0;
        left: -.3rem;
    }
    .faq .faq-ans .red {
        color: #ff5205;
        font-weight: 600;
    }
    .faq .faq-ans a {
        padding: 0 0 0.03rem;
        color: #555;
        border-bottom: 1px solid #555;
    }
    .faq .faq-ans-list {
        padding-top: 20px;
    }
    .faq .faq-ans-list li{
        list-style: disc;
        margin-left: 1.25em;
    }
    .faq .faq-ans-list .list-none{
        list-style: none;
        margin-left: 0;
    }
}

/*==============================================================================
tel
============================================================================= */

@media screen and (min-width: 769px) {
    .tel .tel-top {
        padding: 44px 0 59px;
        background: #e3ebf9;
    }
    .tel .tel-inner {
        position: relative;
    }
    .tel .tel-ttl {
        width: 790px;
        padding: 17px 0 17px 42px;
        background: #109ff2;
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
    }
    .tel .tel-pic01 {
        width: 244px;
        position: absolute;
        top: -63px;
        right: 0;
        z-index: 2;
    }
    .tel .tel-txt01 {
        margin: 26px 0 0 136px;
        color: #333333;
        font-size: 18px;
        line-height: 1;
    }
    .tel .tel-ico01 {
        width: 100px;
        position: absolute;
        top: 95px;
        left: 15px;
    }
    .tel .tel-num01 {
        width: 529px;
        margin: 13px 0 0 136px;
    }
    .tel .tel-txt02 {
        margin: 16px 0 0 136px;
        color: #333333;
        font-size: 14px;
        line-height: 1;
    }
    .tel .tel-bottom {
        padding: 20px 0;
        background: #fff;
    }
    .tel .tel-txt03 {
        font-size: 15px;
        line-height: 1.46;
        letter-spacing: 0.06em;
    }
}

@media screen and (max-width: 768px) {
    .tel .tel-top {
        padding: 0.7rem 0 0.57rem;
        background: #e3ebf9;
    }
    .tel .tel-inner {
        position: relative;
    }
    .tel .tel-ttl {
        padding: 0 0 0 0.2rem;
        color: #109ff2;
        font-size: 0.36rem;
        font-weight: 600;
        line-height: 1.66;
    }
    .tel .tel-pic01 {
        width: 2.77rem;
        position: absolute;
        top: -.98rem;
        right: 0;
        z-index: 2;
    }
    .tel .tel-txt01 {
        margin: 0.3rem 0 0;
        padding: 0 0 0 0.2rem;
        color: #333333;
        font-size: 0.28rem;
        line-height: 1.57;
    }
    .tel .tel-btn {
        margin: 0.33rem 0 0;
    }
    .tel .tel-txt02 {
        margin: 0.2rem 0 0;
        color: #333333;
        font-size: 0.2rem;
        line-height: 1;
    }
    .tel .tel-bottom {
        padding: 0.2rem 0;
        background: #fff;
    }
    .tel .tel-txt03 {
        width: 6.66rem;
        margin: 0 auto;
        font-size: 0.24rem;
        line-height: 1.54;
        letter-spacing: -0.02em;
    }
}

/*==============================================================================
ano
============================================================================= */

@media screen and (min-width: 769px) {
    .ano-bg {
        padding: 64px 0 80px;
        background-color: #f9f4ec;
    }
    .ano-inner {
        width: 830px;
    }
    .ano-ttl01 {
        position: relative;
        z-index: 1;
        padding-left: 270px;
        font-size: 48px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    .ano-ttl01 .big {
        line-height: 1;
        font-size: 58px;
    }
    .ano-ttl01 .small {
        line-height: 1;
        font-size: 41px;
    }
    .ano-ttl01::after {
        content: "";
        display: block;
        position: absolute;
        top: -41px;
        left: 60px;
        width: 202px;
        height: 242px;
        background: url("../img/ano_woman01.png") top center/contain no-repeat;
    }
    .ano-list {
        position: relative;
        z-index: 2;
        margin-top: 54px;
        display: flex;
        justify-content: space-between;
    }
    .ano-item {
        width: 100%;
    }
    .ano-btn01 {
        display: block;
    }
    .ano-txt01 {
        display: flex;
        justify-content: center;
        align-items: baseline;
        margin-top: 55px;
        color: #142448;
        font-weight: 600;
        font-size: 22px;
        text-align: center;
    }
    .ano-txt01::after,
    .ano-txt01::before {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        margin: 0 20px;
        background-color: #142448;
    }
    .ano-txt01::before {
        transform: rotate(-20deg) translateY(10px);
    }
    .ano-txt01::after {
        transform: rotate(20deg) translateY(10px);
    }
    .ano-btn02 {
        width: 618px;
        margin: 15px auto 0;
    }
    .ano a {
        display: block;
        transition: 0.3s;
    }
    .ano a:hover {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@media screen and (max-width: 768px) {
    .ano-bg {
        padding: 0.75rem 0 0.95rem;
        background-color: #f9f4ec;
    }
    .ano-ttl01 {
        position: relative;
        z-index: 1;
        padding-left: 1.5rem;
        font-size: 0.48rem;
        font-weight: 600;
        line-height: 1.5;
    }
    .ano-ttl01 .big {
        line-height: 1;
        font-size: 0.58rem;
    }
    .ano-ttl01 .small {
        line-height: 1;
        font-size: 0.41rem;
    }
    .ano-ttl01::after {
        content: "";
        display: block;
        position: absolute;
        top: -0.6rem;
        left: -0.15rem;
        width: 1.62rem;
        height: 2.66rem;
        background: url("../img/ano_woman01_sp.png") top center/contain no-repeat;
    }
    .ano-list {
        position: relative;
        z-index: 2;
        margin-top: 0.6rem;
    }
    .ano-item {
        margin-top: 0.2rem;
    }
    .ano-btn01 {
        display: block;
    }
    .ano-txt01 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: baseline;
        margin-top: 0.35rem;
        color: #142448;
        font-weight: 600;
        font-size: 0.32rem;
        text-align: center;
    }
    .ano-txt01::after,
    .ano-txt01::before {
        content: "";
        position: absolute;
        top: 0.05rem;
        display: block;
        width: 1px;
        height: 0.8rem;
        margin: 0 0.1rem;
        background-color: #142448;
    }
    .ano-txt01::before {
        left: 1.2rem;
        transform: rotate(-30deg);
    }
    .ano-txt01::after {
        right: 1.2rem;
        transform: rotate(30deg);
    }
    .ano-btn02 {
        margin: 0.2rem auto 0;
    }
    .ano a {
        display: block;
    }
}

/*==============================================================================
footer
============================================================================= */

@media screen and (min-width: 769px) {
    .footer .footer-bg {
        position: relative;
        z-index: 1;
        padding: 45px 0;
        background: #939393;
        margin-bottom: 108px;
    }
    .footer .footer-txt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 608px;
        margin: 0 auto;
    }
    .footer .footer-txt01 {
        color: #fff;
        font-size: 16px;
        line-height: 1;
    }
    .footer .footer-link01,
    .footer .footer-link02 {
        padding: 0 0 2px;
        color: #fff;
        font-size: 18px;
        line-height: 1;
        border-bottom: 1px solid #fff;
    }
    .footer .footer-copy {
        width: 427px;
        margin: 34px auto 0;
    }
}

@media screen and (max-width: 768px) {
    .footer .footer-bg {
        padding: 0.6rem 0;
        background: #939393;
        margin-bottom: 1.5rem;
    }
    .footer .footer-txt {
        text-align: center;
    }
    .footer .footer-txt01 {
        color: #fff;
        font-size: 0.22rem;
        line-height: 1;
    }
    .footer .footer-link01,
    .footer .footer-link02 {
        display: inline-block;
        margin: 0.4rem 0 0;
        padding: 0 0 0.04rem;
        color: #fff;
        font-size: 0.3rem;
        line-height: 1;
        border-bottom: 1px solid #fff;
    }
    .footer .footer-link02 {
        margin: 0.4rem 0 0 0.67rem;
    }
    .footer .footer-copy {
        width: 6.57rem;
        margin: 0.48rem 0 0;
    }
}

/*==============================================================================
footer-bottom
============================================================================= */
@media screen and (min-width: 769px) {
    .footer-bottom {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 1000;
    }
    .footer-bottom .footer-bottom-bg {
        padding: 5px 0 13px;
        background: #fff;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.65);
    }
    .footer-bottom .footer-bottom-inner {
        display: flex;
        justify-content: space-between;
        width: 876px;
    }
    .footer-bottom .btn01 {
        width: 423px;
    }
    .footer-bottom .btn02 {
        width: 423px;
    }
    .footer-bottom .btn01:hover,
    .footer-bottom .btn02:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 768px) {
    .footer-bottom {
        display: none;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 1000;
    }
    .footer-bottom .footer-bottom-bg {
        padding: 0.1rem 0;
        background: #fff;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.65);
    }
    .footer-bottom .footer-bottom-inner {
        display: flex;
        justify-content: space-between;
    }
    .footer-bottom .btn01 {
        width: 3.36rem;
    }
    .footer-bottom .btn02 {
        width: 3.36rem;
    }
    .footer-bottom .btn01:hover,
    .footer-bottom .btn02:hover {
        opacity: 0.7;
    }
}

/*==============================================================================
IE hack
============================================================================= */

@media all and (-ms-high-contrast: none) {
    .price-subttl02 .deco {
        display: inline-block;
        padding: 12px 12px 0;
    }
}

/*==============================================================================
popup btn
============================================================================= */

@media screen and (min-width: 769px) {
    .popup-btn {
        display: none;
        width: 100px;
        position: fixed;
        bottom: 115px;
        right: 20px;
        cursor: pointer;
        z-index: 10;
    }
}

@media screen and (max-width: 768px) {
    .popup-btn {
        display: none;
        width: 1.5rem;
        position: fixed;
        bottom: 1.6rem;
        right: 0.3rem;
        cursor: pointer;
        z-index: 10;
    }
}