@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;
}

.orange {
    color: #ff6c00;
}

/*==============================================================================
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;
    }
}

@media screen and (min-width: 769px) {
    .fv-bg01 {
        padding: 20px 0 10px;
        border-bottom: 5px solid #b39b58;
        background-image: url("../img/fv_bg01.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .fv-ttl {
        width: 1087px;
        margin-left: -40px;
    }
    .fv-bg02 {
        padding: 10px 0 50px;
        background-image: url("../img/fv_bg02.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .fv-block01 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px 15px 30px;
        border-bottom: 2px dotted #a0a0a0;
    }
    .fv-box01-txt01 {
        width: 559px;
    }
    .fv-box01-medal01 {
        width: 360px;
    }
    .fv-box02 {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    .fv-btn {
        width: 487px;
        transition: 0.3s;
    }
    .fv-btn:hover {
        opacity: 0.8;
        transform: scale(1.05);
    }
    .fv-note {
        margin-top: 20px;
        font-size: 13px;
    }
    .fv-note .small {
        font-size: 11px;
    }
}

@media screen and (max-width: 768px) {
    .fv-bg01 {
        padding: 0.75rem 0 0;
        background-image: url("../img/fv_bg01_sp.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        overflow: hidden;
    }
    .fv-ttl {
        width: 7.5rem;
        margin: 0 0 0 -0.3rem;
    }
    .fv-bg02 {
        position: relative;
        z-index: 2;
        margin-top: -0.3rem;
        padding: 0.55rem 0;
        border-top: 0.05rem solid #b39b58;
        background-image: url("../img/fv_bg02.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .fv-box01-medal01 {
        width: 6.06rem;
        margin: 0.2rem auto 0;
    }
    .fv-box02 {
        margin-top: 0.4rem;
    }
    .fv-btn:nth-child(2) {
        margin-top: 0.2rem;
    }
    .fv-note {
        margin-top: 0.25rem;
        font-size: 0.2rem;
    }
}

@media screen and (min-width: 769px) {
    .comic-bg {
        padding: 70px 0 80px;
        background-image: url("../img/comic_bg01.png");
        background-position: top left;
    }
    .comic-img {
        width: 1002px;
        margin-left: -1px;
    }
    .comic-note {
        margin-top: 15px;
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .comic-bg {
        padding: 1.1rem 0 0.8rem;
        background-image: url("../img/comic_bg01_sp.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .comic-img {
        position: relative;
        width: 100%;
        height: 11.6rem;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 0 0 0.2rem 0.2rem;
        z-index: 1;
        transition: height 1s;
    }
    .comic-img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 11.63rem;
        overflow: hidden;
        background-image: linear-gradient(180deg, transparent 0 64%, #FFF 94%);
        z-index: 10;
    }
    .comic-img.active {
        height: 71.55rem;
    }
    .comic-img.active::after {
        opacity: 0;
    }
    .comic-img picture {
        width: 100%;
    }
    .comic-img img {
        width: 100%;
    }
    .comic-btn {
        position: relative;
        width: 5rem;
        height: 0.9rem;
        margin: -1.3rem auto 0;
        z-index: 11;
    }
    .comic-btn.active {
        display: none;
    }
    .comic-note {
        font-size: 0.2rem;
        margin: 0.65rem 0 0 0.1rem;
    }
    .comic-note.active {
        margin: 0;
    }
}

/*==============================================================================
cta
============================================================================= */
@media screen and (min-width: 769px) {
    .cta-bg {
        position: relative;
        padding: 30px 0;
    }
    .cta-bg {
        background: url("../img/cta_bg01_pc.png") no-repeat center/cover;
    }
    .cta-inner {
        position: relative;
    }
    .cta-box {
        padding: 44px 45px 55px;
        background: #fff;
        border-radius: 20px;
        border: 10px solid #ffe63d;
        background-color: #ffffff;
    }
    .cta-ttl {
        width: 896px;
        margin: 0 auto;
        padding-bottom: 20px;
        border-bottom: 2px dotted #a0a0a0;
    }
    .cta-btn-wrap {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .cta-btn-item {
        box-sizing: border-box;
        margin: 0 12px;
    }
    .cta-btn-item:nth-child(2) .cta-btn {
        width: 449px;
    }
    .cta-btn {
        width: 448px;
        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.8rem 0;
    }
    .cta-bg {
        background: url("../img/cta_bg01_sp.png") no-repeat center/cover;
    }
    .cta-inner {
        position: relative;
    }
    .cta-box {
        padding: 0.7rem 0.25rem;
        background: #fff;
        border-radius: 0.2rem;
        border: 0.1rem solid #ffe63d;
        background-color: #ffffff;
    }
    .cta-btn-wrap {
        margin-top: 0.3rem;
    }
    .cta-btn-item {
        width: 5.9rem;
        margin: 0 auto;
    }
    .cta-btn-item:nth-child(2) {
        margin-top: 0.25rem;
    }
}

/*==============================================================================
cta
============================================================================= */
@media screen and (min-width: 769px) {
    .cta-bg {
        position: relative;
        padding: 30px 0;
    }
    .cta-bg {
        background: url("../img/cta_bg01_pc.png") no-repeat center/cover;
    }
    .cta-inner {
        position: relative;
    }
    .cta-box {
        padding: 44px 45px 55px;
        background: #fff;
        border-radius: 20px;
        border: 10px solid #ffe63d;
        background-color: #ffffff;
    }
    .cta-ttl {
        width: 896px;
        margin: 0 auto;
        padding-bottom: 20px;
        border-bottom: 2px dotted #a0a0a0;
    }
    .cta-btn-wrap {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .cta-btn-item {
        box-sizing: border-box;
        margin: 0 12px;
    }
    .cta-btn-item:nth-child(2) .cta-btn {
        width: 449px;
    }
    .cta-btn {
        width: 448px;
        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.8rem 0;
    }
    .cta-bg {
        background: url("../img/cta_bg01_sp.png") no-repeat center/cover;
    }
    .cta-inner {
        position: relative;
    }
    .cta-box {
        padding: 0.7rem 0.25rem;
        background: #fff;
        border-radius: 0.2rem;
        border: 0.1rem solid #ffe63d;
        background-color: #ffffff;
    }
    .cta-btn-wrap {
        margin-top: 0.3rem;
    }
    .cta-btn-item {
        width: 5.9rem;
        margin: 0 auto;
    }
    .cta-btn-item:nth-child(2) {
        margin-top: 0.25rem;
    }
}

@media screen and (min-width: 769px) {
    .feature-bg01 {
        height: 326px;
        background-image: url("../img/feature_bg01.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .feature-inner {
        position: relative;
    }
    .feature-ttl {
        position: absolute;
        top: 35px;
        left: 60px;
        width: 889px;
    }
    .feature-bg02 {
        padding: 80px 0 100px;
        background-image: url("../img/feature_bg02.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .feature-item {
        position: relative;
        margin-top: 100px;
        box-shadow: 0 0 10px rgba(215, 197, 180, 0.51);
        border-radius: 20px;
        background-color: #ffffff;
    }
    .feature-item:first-child {
        margin-top: 0;
    }
    .feature-num {
        position: absolute;
        top: -40px;
        left: -24px;
        width: 108px;
    }
    .feature-ttl01 {
        min-height: 150px;
        padding: 40px 0 30px;
        border-radius: 20px 20px 0 0;
        background-color: #b27446;
        line-height: 1.2;
        font-size: 38px;
        color: #ffffff;
        letter-spacing: 0;
        text-align: center;
        font-weight: 600;
    }
    .feature-ttl01 .yellow {
        color: #fffc00;
    }
    .feature-ttl01 .big {
        font-size: 70px;
        line-height: 1;
        font-weight: 600;
    }
    .feature-ttl01 .big.space {
        display: inline-block;
        padding: 0 5px;
    }
    .feature-ttl01 .medium {
        font-size: 50px;
        font-weight: 600;
    }
    .feature-body {
        padding: 35px 60px 60px;
    }
    .feature-txt01 {
        padding-bottom: 15px;
        border-bottom: 2px dotted #a0a0a0;
        color: #000000;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
    }
    .feature-ttl03 {
        width: 366px;
        margin: 30px auto 0;
    }
    .feature-img02 {
        width: 881px;
        margin-top: 25px;
    }
    .feature-list02 {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .feature-item02 {
        width: 420px;
    }
    .feature-item02:nth-child(2) .feature-item02-txt .color {
        color: #ff7f52;
    }
    .feature-item02:nth-child(2) .feature-item02-btn {
        color: #ff7f52;
        border-bottom: 1px solid #ff7f52;
    }
    .feature-item02:nth-child(2) .feature-item02-btn::after {
        background-image: url("../img/feature_icon02.png");
    }
    .feature-item02-lead {
        width: 237px;
        margin: 0 auto 20px;
    }
    .feature-item02-txt {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }
    .feature-item02-txt .big {
        font-size: 34px;
        line-height: 1.2;
        font-weight: bold;
    }
    .feature-item02-txt .color {
        color: #3ca4a3;
    }
    .feature-item02-txt.num01 {
        position: relative;
    }
    .feature-item02-txt.num01::after {
        content: "";
        position: absolute;
        top: -10px;
        right: -50px;
        width: 43px;
        height: 73px;
        display: block;
        background-image: url("../img/feature_arrow01.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }
    .feature-item02-btn {
        position: relative;
        color: #3ca4a3;
        display: inline-block;
        cursor: pointer;
        margin-right: 25px;
        line-height: 1;
        padding-bottom: 3px;
        border-bottom: 1px solid #3ca4a3;
    }
    .feature-item02-btn:hover {
        transition: 0.3s;
        opacity: 0.8;
    }
    .feature-item02-btn::after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 19px;
        margin-left: 4px;
        background-image: url("../img/feature_icon01.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }
    .feature-item02-img {
        margin-top: 30px;
    }
    .feature-note {
        margin-top: 15px;
        font-size: 13px;
        text-indent: -13px;
        padding-left: 13px;
    }
    .feature-txt03 {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 0;
    }
    .feature-txt03 .note {
        display: block;
        margin: 10px 80px 0;
        font-size: 20px;
        font-weight: normal;
        text-align: right;
    }
    .feature-txt03 .small {
        font-size: 27px;
    }
    .feature-note02 {
        margin-top: 15px;
        font-size: 16px;
        text-align: center;
    }
    .feature-txt04 {
        color: #000000;
        font-size: 26px;
        text-align: center;
    }
    .feature .feature04-list02 {
        margin-top: -10px;
    }
    .feature .feature04-item02 {
        position: relative;
        margin-top: 60px;
        padding: 0 100px 0 80px;
        color: #000000;
        font-size: 20px;
        font-weight: 400;
    }
    .feature .feature04-item02 .deco {
        font-weight: bold;
    }
    .feature .feature04-item02 .num {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
        background-color: #ff7f52;
    }
    .feature .feature04-item02::before {
        content: "";
        display: block;
        position: absolute;
        top: -12px;
        right: 0;
        width: 53px;
        height: 71px;
        background-image: url("../img/feature04_icon04_pc.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .feature .feature04-item02:nth-child(1) {
        padding-top: 15px;
    }
    .feature .feature04-btn {
        display: block;
        width: 305px;
        margin: 20px 0 -20px;
        cursor: pointer;
        transition: 0.3s;
    }
    .feature .feature04-btn:hover {
        transform: scale(1.05);
        opacity: 0.8;
    }
    .feature .feature04-note02 {
        margin: 20px 0 0 80px;
        color: #000000;
        font-size: 13px;
        font-weight: 400;
    }
}

@media screen and (max-width: 768px) {
    .feature-bg01 {
        height: 5.34rem;
        background-image: url("../img/feature_bg01_sp.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .feature-inner {
        position: relative;
    }
    .feature-ttl {
        position: absolute;
        top: 0.9rem;
        left: 0;
        width: 7.2rem;
    }
    .feature-bg02 {
        padding: 1.2rem 0 0.8rem;
        background-image: url("../img/feature_bg02_sp.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .feature-item {
        position: relative;
        margin-top: 0.85rem;
        box-shadow: 0 0 0.1rem rgba(215, 197, 180, 0.51);
        border-radius: 0.2rem;
        background-color: #ffffff;
    }
    .feature-item:first-child {
        margin-top: 0;
    }
    .feature-num {
        position: absolute;
        top: -0.4rem;
        left: -0.2rem;
        width: 1rem;
    }
    .feature-ttl01 {
        min-height: 2.25rem;
        padding: 0.35rem 0 0.2rem;
        border-radius: 0.2rem 0.2rem 0 0;
        background-color: #b27446;
        line-height: 1.6;
        font-size: 0.37rem;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 0;
        text-align: center;
    }
    .feature-ttl01 .yellow {
        color: #fffc00;
    }
    .feature-ttl01 .big {
        font-size: 0.68rem;
        line-height: 1;
        font-weight: 600;
    }
    .feature-ttl01 .medium {
        font-size: 0.54rem;
        font-weight: 600;
    }
    .feature-body {
        padding: 0.4rem 0.4rem 0.7rem;
    }
    .feature-txt01 {
        padding-bottom: 0.2rem;
        border-bottom: 0.02rem dotted #a0a0a0;
        color: #000000;
        font-size: 0.28rem;
        line-height: 1.7;
        font-weight: bold;
        text-align: center;
    }
    .feature-ttl03 {
        width: 4.4rem;
        margin: 0.6rem auto 0;
    }
    .feature-img02 {
        margin-top: 0.4rem;
    }
    .feature-item02:nth-child(1) {
        position: relative;
    }
    .feature-item02:nth-child(1)::after {
        content: "";
        position: absolute;
        bottom: -0.7rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0.73rem;
        height: 0.43rem;
        display: block;
        background-image: url("../img/feature_arrow01_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }
    .feature-item02:nth-child(2) {
        margin-top: 1rem;
    }
    .feature-item02:nth-child(2) .feature-item02-txt .color {
        color: #ff7f52;
    }
    .feature-item02:nth-child(2) .feature-item02-btn {
        border-bottom: 0.01rem solid #ff7f52;
        color: #ff7f52;
    }
    .feature-item02:nth-child(2) .feature-item02-btn::after {
        background-image: url("../img/feature_icon02.png");
    }
    .feature-item02-lead {
        width: 4rem;
        margin: 0 auto 0.35rem;
    }
    .feature-item02-txt {
        font-size: 0.3rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.7;
    }
    .feature-item02-txt .big {
        font-size: 0.5rem;
        line-height: 1.5;
        font-weight: bold;
    }
    .feature-item02-txt .color {
        color: #3ca4a3;
    }
    .feature-item02-btn {
        position: relative;
        color: #3ca4a3;
        cursor: pointer;
        margin-right: 0.35rem;
        line-height: 1;
        padding-bottom: 0.03rem;
        border-bottom: 0.01rem solid #3ca4a3;
    }
    .feature-item02-btn::after {
        content: "";
        position: absolute;
        display: inline-block;
        top: 0;
        right: -0.32rem;
        width: 0.28rem;
        height: 0.28rem;
        margin-left: 0.04rem;
        background-image: url("../img/feature_icon01.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }
    .feature-item02-img {
        margin-top: 0.45rem;
    }
    .feature-note {
        margin-top: 0.15rem;
        font-size: 0.2rem;
        text-indent: -0.2rem;
        padding-left: 0.2rem;
    }
    .feature-txt03 {
        text-align: center;
        font-size: 0.36rem;
        font-weight: 700;
        letter-spacing: 0;
    }
    .feature-txt03 .note {
        margin-top: 0.15rem;
        display: block;
        font-size: 0.28rem;
        text-align: center;
        color: #333333;
        font-weight: 300;
    }
    .feature-txt03 .small {
        font-size: 0.28rem;
    }
    .feature-txt03.num02 {
        font-size: 0.32rem;
    }
    .feature-note02 {
        margin-top: 0.3rem;
        font-size: 0.2rem;
        text-align: center;
    }
    .feature-txt04 {
        color: #000000;
        font-size: 0.3rem;
        text-align: center;
    }
    .feature .feature04-item02 {
        position: relative;
        margin-top: 0.6rem;
        padding: 0 1rem 0 0.85rem;
        color: #000000;
        font-size: 0.28rem;
        font-weight: 400;
    }
    .feature .feature04-item02 .deco {
        font-weight: bold;
    }
    .feature .feature04-item02 .num {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 0.7rem;
        height: 0.7rem;
        border-radius: 50%;
        color: #ffffff;
        font-size: 0.38rem;
        font-weight: 700;
        line-height: 1;
        background-color: #ff7f52;
    }
    .feature .feature04-item02::before {
        content: "";
        display: block;
        position: absolute;
        top: -0.1rem;
        right: 0;
        width: 0.7rem;
        height: 0.93rem;
        background-image: url("../img/feature04_icon04_pc.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .feature .feature04-btn {
        display: block;
        width: 4rem;
        margin: 0.2rem 0 -0.1rem;
    }
    .feature .feature04-note02 {
        margin-top: 0.5rem;
        color: #000000;
        font-size: 0.2rem;
        padding-left: 0.2rem;
        text-indent: -0.2rem;
        font-weight: 400;
    }
}

/*==============================================================================
price
============================================================================= */
@media screen and (min-width: 769px) {
    .price-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 860px;
        margin: -20px auto 0;
    }
    .price-item {
        display: block;
        position: relative;
        width: 280px;
        height: 98px;
        padding-top: 15px;
        background-image: url("../img/price_bg02.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px 10px 0 0;
        cursor: pointer;
        line-height: 1.4;
    }
    .price-item .big {
        font-size: 38px;
    }
    .price-item .yen {
        font-size: 22px;
    }
    .price-item.active {
        height: 108px;
        padding-top: 20px;
        background-image: url("../img/price_bg01.png");
    }
    .price-block {
        width: 880px;
        padding: 30px 0 40px;
        margin: 0 auto;
        border-radius: 10px;
        border: 6px solid #ff7f52;
        background-color: #fcebe5;
    }
    .price-define {
        display: none;
    }
    .price-define.active {
        display: block;
    }
    .price-term {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }
    .price-term .small {
        margin-right: 10px;
        font-size: 20px;
    }
    .price-desc01 {
        width: 820px;
        margin: 23px auto 0;
    }
    .price-desc02 {
        margin: 15px 0 0 15px;
        font-size: 13px;
    }
    .price-desc02 span:not(:first-of-type),.price-desc02 span:not(:last-of-type) {
        padding: 0 0 0 1.2em;
    }
    ::-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-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 5.8rem;
        margin: -0.2rem auto 0;
    }
    .price-item {
        display: block;
        position: relative;
        width: 1.9rem;
        height: 1.22rem;
        color: #fff;
        font-size: 0.19rem;
        font-weight: bold;
        text-align: center;
        border-radius: 0.1rem 0.1rem 0 0;
        padding: 0.25rem 0 0.1rem;
        line-height: 1.4;
        background-image: url("../img/price_bg02_sp.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .price-item .big {
        font-size: 0.4rem;
    }
    .price-item .yen {
        font-size: 0.24rem;
    }
    .price-item.active {
        height: 1.33rem;
        padding: 0.3rem 0 0.1rem;
        background-image: url("../img/price_bg01_sp.png");
    }
    .price-block {
        width: 6.2rem;
        margin: 0 auto;
        padding: 0.5rem 0.38rem 0.2rem;
        border-radius: 0.1rem;
        border: 0.06rem solid #ff7f52;
        background-color: #fcebe5;
    }
    .price-define {
        display: none;
    }
    .price-define.active {
        display: block;
    }
    .price-term {
        font-size: 0.4rem;
        font-weight: bold;
        text-align: center;
    }
    .price-term .small {
        display: block;
        font-size: 0.3rem;
    }
    .price-desc01 {
        margin-top: 0.25rem;
    }
    .price-men-item,
    .price-women-item {
        position: relative;
        width: 2.6rem;
        height: 1.4rem;
        margin: 0.2rem 0 0;
        padding: 0.15rem 0 0.1rem;
        background: #fff;
        font-size: 0.24rem;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        border-radius: 0.1rem;
    }
    .price-men-item::before,
    .price-women-item::before {
        position: absolute;
        top: 0.2rem;
        left: 0.38rem;
        width: 0.2rem;
        height: 0.4rem;
        background-image: url("../img/price_icon04_pc.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        content: "";
    }
    .price-men-item .age,
    .price-women-item .age {
        font-family: "Century Gothic", sans-serif;
        font-size: 0.4rem;
        margin: 0 0.05rem;
    }
    .price-men-item .deco,
    .price-women-item .deco {
        display: inline-block;
        color: #ff0000;
    }
    .price-men-item .price,
    .price-women-item .price {
        margin-top: 0.1rem;
        display: inline-block;
        font-family: "Century Gothic", sans-serif;
        font-size: 0.6rem;
        letter-spacing: -0.02em;
    }
    .price-men-item .yen,
    .price-women-item .yen {
        font-size: 0.3rem;
        margin-left: 0.05rem;
    }
    .price-men-item::before {
        width: 0.16rem;
        height: 0.4rem;
        background-image: url("../img/price_icon03_pc.png");
    }
    .price-desc02 {
        font-size: 0.2rem;
        margin-top: 0.2rem;
    }
    .price-desc02 span {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .exm-bg {
        padding: 100px 0 80px;
        background-color: #f9f0e7;
    }
    .exm-ttl01 {
        width: 798px;
        margin: 0 auto;
    }
    .exm-list {
        margin-top: 90px;
    }
    .exm-item {
        position: relative;
        margin-top: 50px;
        padding: 70px 40px 40px;
        border-radius: 20px;
        background: #fff;
    }
    .exm-num {
        position: absolute;
        width: 230px;
        top: -10px;
        left: 40px;
    }
    .exm-info {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 650px;
        height: 43px;
        border-radius: 21px;
        background-color: #315a85;
        color: #ffffff;
        font-size: 20px;
    }
    .exm-case {
        width: 650px;
        margin-top: 15px;
        color: #000000;
        font-weight: bold;
        font-size: 27px;
        text-align: center;
    }
    .exm-head {
        position: relative;
        width: 650px;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .exm-price {
        width: 310px;
        height: 139px;
        padding-top: 20px;
        border-radius: 20px;
        border: 6px solid #ff6c00;
        background-color: #fff2e9;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }
    .exm-price.dot {
        padding-top: 26px;
        border: none;
        background-color: #fff;
        border: 3px dotted #6e7172;
    }
    .exm-price .bold {
        line-height: 1;
        font-weight: 700;
        font-size: 56px;
    }
    .exm-price .small {
        font-size: 20px;
        font-weight: bold;
    }
    .exm-price .not {
        margin-top: 10px;
        color: #888888;
        font-size: 40px;
        font-weight: bold;
    }
    .exm-head-comment {
        z-index: 2;
        right: -160px;
        bottom: -30px;
        position: absolute;
        width: 198px;
    }
    .exm-head-img {
        z-index: 1;
        position: absolute;
    }
    .exm-head-img.num01 {
        width: 217px;
        right: -250px;
        bottom: -100px;
    }
    .exm-head-img.num02 {
        width: 369px;
        right: -400px;
        bottom: -100px;
    }
    .exm-head-img.num03 {
        width: 363px;
        right: -400px;
        bottom: -110px;
    }
    .exm-middle {
        width: 650px;
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .exm-txt01 {
        width: 310px;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
    }
    .exm-txt01 .small {
        color: #333333;
    }
    .exm-sub {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 310px;
        padding: 0 10px 10px;
        border-bottom: 4px solid #b7b7b7;
    }
    .exm-sub-txt {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0.08em;
    }
    .exm-sub-price.num01 {
        width: 206px;
    }
    .exm-sub-price.num02 {
        width: 192px;
    }
    .exm-sub-price.num03 {
        width: 196px;
    }
    .exm-low {
        display: flex;
        align-items: center;
        position: relative;
        margin-top: 20px;
        height: 105px;
        border-radius: 20px;
        padding-left: 150px;
        background-color: #f6f6f6;
    }
    .exm-low-icon {
        position: absolute;
        width: 132px;
        top: 0;
        left: 0;
    }
    .exm-low-txt {
        font-size: 16px;
        color: #000000;
        letter-spacing: 0.05em;
    }
    .exm-low-txt .bold {
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .exm-bg {
        overflow: hidden;
        padding: 1rem 0 0.8rem;
        background-color: #f9f0e7;
    }
    .exm-list {
        margin-top: 0.9rem;
    }
    .exm-item {
        position: relative;
        margin-top: 0.3rem;
        padding: 0.7rem 0 0;
        border-radius: 0.2rem;
        background: #fff;
    }
    .exm-item:not(:first-child) {
        margin: 1rem 0 0;
    }
    .exm-item:not(:first-child).active {
        margin: 0.3rem 0 0;
    }
    .exm-item__hidden {
        position: relative;
        overflow: hidden;
        height: 3.03rem;
        padding: 0 0.4rem 0.3rem;
        border-radius: 0.2rem;
        transition: height 0.6s;
    }
    .exm-item__hidden::after {
        content: "";
        position: absolute;
        background-image: linear-gradient(180deg, transparent 0 15%, #FFF 83%);
        width: 100%;
        height: 3.8rem;
        top: 0;
        left: 0;
        z-index: 10;
        transition: opacity 0.3s;
    }
    .exm-item__hidden.active::after {
        opacity: 0;
    }
    .exm-item.item01 .exm-item__hidden.active {
        height: 11.99rem;
    }
    .exm-item.item02 .exm-item__hidden.active {
        height: 11.59rem;
    }
    .exm-item.item03 .exm-item__hidden.active {
        height: 12.545rem;
    }
    .exm-num {
        position: absolute;
        width: 2.3rem;
        top: -0.1rem;
        left: 0.4rem;
    }
    .exm-info {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0.5rem;
        border-radius: 0.25rem;
        background-color: #315a85;
        color: #ffffff;
        font-size: 0.24rem;
    }
    .exm-case {
        margin-top: 0.25rem;
        color: #000000;
        font-weight: bold;
        font-size: 0.32rem;
        text-align: center;
    }
    .exm-head {
        position: relative;
        margin-top: 0.4rem;
    }
    .exm-price {
        width: 3.4rem;
        height: 1.5rem;
        padding-top: 0.15rem;
        border-radius: 0.21rem;
        border: 0.06rem solid #ff6c00;
        background-color: #fff2e9;
        font-size: 0.28rem;
        font-weight: bold;
        text-align: center;
    }
    .exm-price.dot {
        padding-top: 0.3rem;
        border: none;
        background-color: #fff;
        border: 0.03rem dotted #6e7172;
    }
    .exm-price .bold {
        line-height: 1;
        font-weight: 700;
        font-size: 0.64rem;
    }
    .exm-price .small {
        font-size: 0.3rem;
        font-weight: bold;
    }
    .exm-price .not {
        margin-top: 0.25rem;
        color: #888888;
        font-size: 0.4rem;
        font-weight: bold;
    }
    .exm-price:nth-child(2) {
        margin-top: 0.2rem;
    }
    .exm-head-comment {
        z-index: 2;
        right: 0.2rem;
        bottom: -0.15rem;
        position: absolute;
        width: 2.91rem;
    }
    .exm-head-img {
        z-index: 1;
        position: absolute;
    }
    .exm-head-img.num01 {
        width: 1.66rem;
        right: 0.5rem;
        top: -0.3rem;
    }
    .exm-head-img.num02 {
        width: 3.12rem;
        right: -0.5rem;
        top: -0.1rem;
    }
    .exm-head-img.num03 {
        width: 2.9rem;
        right: -0.6rem;
        top: -0.3rem;
    }
    .exm-middle {
        margin-top: 0.4rem;
    }
    .exm-txt01 {
        color: #000000;
        font-size: 0.24rem;
        font-weight: 400;
    }
    .exm-txt01 .small {
        display: block;
        color: #333333;
    }
    .exm-sub {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.35rem;
        min-height: 1.2rem;
        padding: 0.2rem 0;
        border-radius: 0.14rem;
        background-color: #fff2e9;
    }
    .exm-sub-txt {
        color: #000000;
        font-size: 0.3rem;
        font-weight: 700;
        line-height: 1.6;
        position: relative;
    }
    .exm-sub-txt::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -0.3rem;
        content: "";
        display: block;
        width: 0.08rem;
        height: 0.64rem;
        background-image: url("../img/exm_arrow01_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }
    .exm-sub-txt.num02::after {
        height: 1.44rem;
        background-image: url("../img/exm_arrow02_sp.png");
    }
    .exm-sub-price {
        margin-left: 0.55rem;
    }
    .exm-sub-price.num01 {
        width: 2.06rem;
    }
    .exm-sub-price.num02 {
        width: 1.93rem;
    }
    .exm-sub-price.num03 {
        width: 2.92rem;
    }
    .exm-low {
        position: relative;
        width: 6.7rem;
        margin-left: -0.3rem;
        margin-top: 0.5rem;
        padding: 0.4rem 0.5rem 0.55rem 1.65rem;
        border-radius: 0 0 0.2rem 0.2rem;
        background-color: #f6f6f6;
    }
    .exm-low-icon {
        position: absolute;
        width: 1.2rem;
        top: -0.1rem;
        left: 0.2rem;
    }
    .exm-low-txt {
        font-size: 0.24rem;
        color: #000000;
        letter-spacing: 0.05em;
        line-height: 1.7;
    }
    .exm-low-txt .bold {
        font-weight: bold;
    }
    .exm-price02 {
        width: 3.4rem;
    }
    .exm-acd-btn {
        position: relative;
        display: block;
        width: 4rem;
        margin: -0.92rem auto 0;
        z-index: 10;
    }
    .exm-acd-btn.active {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .app-bg {
        padding: 100px 0 90px;
        background-image: url("../img/app_bg01.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .app-ttl01 {
        margin: 0 auto;
        width: 429px;
    }
    .app-box {
        position: relative;
        margin-top: 50px;
        padding: 60px 55px 40px;
        border-radius: 10px;
        background-color: #ffffff;
    }
    .app-ttl02 {
        width: 1021px;
        margin-left: -66px;
    }
    .app-txt01 {
        width: 812px;
        margin: 40px auto 0;
    }
    .app-list {
        position: relative;
        width: 440px;
        margin: 35px auto 0;
    }
    .app-list::after {
        content: "";
        position: absolute;
        display: block;
        width: 29px;
        height: 64px;
        bottom: -80px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-image: url("../img/app_arrow01.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }
    .app-item {
        position: relative;
        width: 440px;
        height: 84px;
        margin-top: 6px;
        padding: 22px 0 0 80px;
        border-radius: 10px;
    }
    .app-item::after {
        content: "";
        z-index: 2;
        position: absolute;
        bottom: -14px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 30px 0 30px;
    }
    .app-item:nth-child(1) {
        background-color: #ffcfbf;
    }
    .app-item:nth-child(1)::after {
        border-color: #ffcfbf transparent transparent transparent;
    }
    .app-item:nth-child(2) {
        background-color: #ffb8a0;
    }
    .app-item:nth-child(2)::after {
        border-color: #ffb8a0 transparent transparent transparent;
    }
    .app-item:nth-child(3) {
        background-color: #fc9673;
    }
    .app-item:nth-child(3)::after {
        border-color: #fc9673 transparent transparent transparent;
    }
    .app-item:nth-child(4) {
        background-color: #ff7f53;
    }
    .app-item:nth-child(4)::after {
        content: none;
    }
    .app-item:nth-child(4) .app-item-txt {
        color: #fff;
    }
    .app-item-icon {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .app-item-icon.num01 {
        width: 43px;
        left: 22px;
    }
    .app-item-icon.num02 {
        width: 38px;
    }
    .app-item-icon.num03 {
        width: 43px;
        left: 25px;
    }
    .app-item-icon.num04 {
        width: 34px;
    }
    .app-item-txt {
        font-size: 26px;
        font-weight: 700;
        line-height: 1;
        color: #000000;
    }
    .app-item-txt .num {
        display: inline-block;
        color: #ffffff;
        line-height: 1;
        font-size: 34px;
        font-weight: 700;
        margin-right: 25px;
        transform: translateY(2px);
    }
    .app-txt02 {
        margin-top: 90px;
        font-size: 20px;
        text-align: center;
    }
    .app-txt02 .green {
        font-size: 38px;
        font-weight: bold;
        color: #3ca4a3;
        margin: 0 10px;
    }
    .app-txt02 .blue {
        font-size: 38px;
        font-weight: bold;
        color: #315a85;
        margin: 0 10px;
    }
    .app-flex {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .app-box02 {
        width: 440px;
        padding-bottom: 30px;
        border-radius: 20px 20px 10px 10px;
        border: 3px solid #3ca4a3;
        background-color: #ffffff;
    }
    .app-box02.num02 {
        border: 3px solid #315a85;
    }
    .app-box02-ttl {
        height: 69px;
        padding-top: 18px;
        border-radius: 10px 10px 0 0;
        background-color: #3ca4a3;
    }
    .app-box02-ttl .txt {
        display: block;
        margin: 0 auto;
        width: 358px;
    }
    .app-box02-ttl.num02 {
        background-color: #315a85;
    }
    .app-box02-ttl.num02 .txt {
        width: 346px;
    }
    .app-txt03 {
        color: #000000;
        font-size: 18px;
        margin: 20px 30px 0;
    }
    .app-txt03 .bold {
        font-weight: bold;
    }
    .app-list02 {
        margin: 30px 45px 0;
    }
    .app-list02.num02 {
        margin: 30px 60px 0;
    }
    .app-item02 {
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .app-item02::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        width: 26px;
        height: 14px;
        background-image: url("../img/app_arrow02.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }
    .app-item02-icon {
        width: 55px;
        margin-right: 25px;
    }
    .app-item02-txt {
        margin-top: 10px;
        font-size: 22px;
        font-weight: bold;
        color: #000000;
    }
    .app-item02-comp {
        width: 368px;
        margin: 45px auto 0;
    }
    .app-note {
        color: #000000;
        margin-top: 10px;
        font-size: 13px;
        font-weight: 400;
    }
    .app-img05 {
        width: 934px;
        position: absolute;
        top: 390px;
        left: 40px;
    }
    .app-document {
        margin: 60px auto 50px;
        padding: 60px 50px 40px;
        background: #fff2e9;
        border-radius: 10px;
    }
    .app-document-title {
        max-width: 761px;
        width: 100%;
        margin: 0 auto;
    }
    .app-document-image {
        width: 100%;
        margin: 40px auto 0;
        display: flex;
        justify-content: space-between;
        gap: 25px;
    }
    .app-document-text {
        max-width: 761px;
        width: 100%;
        margin: 40px auto 0;
        font-size: 19px;
        font-weight: bold;
        text-align: center;
    }
    .app-document-text span{
        position: relative;
        font-size: 24px;
        z-index: 0;
    }
    .app-document-text span::before {
        position: absolute;
        bottom: -3px;
        left: 50%;
        width: 314px;
        height: 13px;
        border-radius: 6.7px;
        background: #ffb8a0;
        transform: translate(-50%, 0);
        z-index: -1;
        content: "";
    }
}

@media screen and (max-width: 768px) {
    .app-bg {
        padding: 1rem 0;
        background-image: url("../img/app_bg01_sp.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .app-ttl01 {
        margin: 0 auto;
        width: 4.3rem;
    }
    .app-box {
        margin-top: 0.9rem;
        padding: 0.6rem 0.2rem 0.7rem;
        border-radius: 0.1rem;
        background-color: #ffffff;
    }
    .app-ttl02 {
        width: auto;
        margin: 0 -0.3rem;
    }
    .app-txt01 {
        width: 5.9rem;
        margin: 0.9rem auto 0;
    }
    .app-list {
        position: relative;
        margin: 0.2rem auto 0;
    }
    .app-list::after {
        content: "";
        position: absolute;
        display: block;
        width: 0.4rem;
        height: 0.92rem;
        bottom: -1.2rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-image: url("../img/app_arrow01.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }
    .app-item {
        position: relative;
        height: 1.2rem;
        margin-top: 0.09rem;
        padding: 0.3rem 0 0 1.1rem;
        border-radius: 0.1rem;
    }
    .app-item::after {
        content: "";
        z-index: 2;
        position: absolute;
        bottom: -0.13rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.2rem 0.5rem 0 0.5rem;
    }
    .app-item:nth-child(1) {
        background-color: #ffcfbf;
    }
    .app-item:nth-child(1)::after {
        border-color: #ffcfbf transparent transparent transparent;
    }
    .app-item:nth-child(2) {
        background-color: #ffb8a0;
    }
    .app-item:nth-child(2)::after {
        border-color: #ffb8a0 transparent transparent transparent;
    }
    .app-item:nth-child(3) {
        background-color: #fc9673;
    }
    .app-item:nth-child(3)::after {
        border-color: #fc9673 transparent transparent transparent;
    }
    .app-item:nth-child(4) {
        background-color: #ff7f53;
    }
    .app-item:nth-child(4)::after {
        content: none;
    }
    .app-item:nth-child(4) .app-item-txt {
        color: #fff;
    }
    .app-item-icon {
        position: absolute;
        left: 0.3rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .app-item-icon.num01 {
        width: 0.61rem;
    }
    .app-item-icon.num02 {
        width: 0.53rem;
    }
    .app-item-icon.num03 {
        width: 0.61rem;
    }
    .app-item-icon.num04 {
        width: 0.48rem;
    }
    .app-item-txt {
        font-size: 0.38rem;
        font-weight: 700;
        line-height: 1;
        color: #000000;
    }
    .app-item-txt .num {
        display: inline-block;
        color: #ffffff;
        line-height: 1;
        font-size: 0.49rem;
        font-weight: 700;
        margin-right: 0.3rem;
    }
    .app-txt02 {
        margin-top: 1.5rem;
        font-size: 0.32rem;
        text-align: center;
    }
    .app-txt02 .green {
        font-size: 0.5rem;
        font-weight: bold;
        color: #3ca4a3;
    }
    .app-txt02 .blue {
        font-size: 0.5rem;
        font-weight: bold;
        color: #315a85;
    }
    .app-box02 {
        display: none;
        width: 5.9rem;
        margin: 0 auto;
        padding-bottom: 0.4rem;
        border-radius: 0 0 0.1rem 0.1rem;
        border: 0.03rem solid #3ca4a3;
        border-top: none;
        background-color: #ffffff;
    }
    .app-box02:nth-child(2) {
        border: 0.03rem solid #315a85;
        border-top: none;
    }
    .app-box02-ttl {
        position: relative;
        width: 5.9rem;
        margin: 0.4rem auto 0;
        height: 1.05rem;
        padding-top: 0.35rem;
        border-radius: 0.1rem;
        background-color: #3ca4a3;
        box-shadow: 0 0.06rem 0 0 #359594;
    }
    .app-box02-ttl .txt {
        display: block;
        width: 4.8rem;
        margin-left: 0.35rem;
    }
    .app-box02-ttl.num02 {
        background-color: #315a85;
        box-shadow: 0 0.06rem 0 0 #244a71;
    }
    .app-box02-ttl.num02 .txt {
        width: 4.63rem;
    }
    .app-box02-ttl::after {
        content: "";
        display: block;
        position: absolute;
        top: 0.44rem;
        right: 0.33rem;
        width: 0.24rem;
        height: 0.16rem;
        transform: rotate(180deg);
        background-image: url("../img/app_arrow_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }
    .app-box02-ttl.open {
        box-shadow: none;
        border-radius: 0.1rem 0.1rem 0 0;
    }
    .app-box02-ttl.open::after {
        transform: rotate(0deg);
    }
    .app-txt03 {
        color: #000000;
        font-size: 0.28rem;
        padding: 0.35rem 0.5rem 0;
    }
    .app-txt03 .bold {
        font-weight: bold;
    }
    .app-list02 {
        margin: 0.5rem 0.45rem 0;
    }
    .app-list02.num02 {
        margin: 0.5rem 0.45rem 0 0.9rem;
    }
    .app-item02 {
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 0.3rem;
    }
    .app-item02::after {
        content: "";
        position: absolute;
        bottom: -0.1rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        width: 0.34rem;
        height: 0.17rem;
        background-image: url("../img/app_arrow02.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }
    .app-item02-icon {
        width: 0.85rem;
        margin-right: 0.4rem;
    }
    .app-item02-txt {
        margin-top: 0.1rem;
        font-size: 0.32rem;
        font-weight: bold;
        color: #000000;
    }
    .app-item02-comp {
        width: 5rem;
        margin: 0.6rem auto 0;
    }
    .app-note {
        width: 5.8rem;
        margin: 0.2rem auto 0;
        color: #000000;
        font-size: 0.2rem;
        font-weight: 400;
    }
    .app-document {
        margin: 0.5rem 0 0;
        padding: 0.6rem 0.3rem 0.8rem;
        background: #fff2e9;
        border-radius: 10px;
    }
    .app-document-title {
        max-width: 5.68rem;
        width: 100%;
        margin: 0 auto;
    }
    .app-document-image {
        width:100%;
        margin: 0.4rem auto 0;
        display: flex;
        justify-content: space-between;
        gap: 0.2rem;
    }
    .app-document-text {
        max-width: 761px;
        width: 100%;
        margin: 0.4rem auto 0;
        font-size: 0.29rem;
        font-weight: bold;
        text-align: center;
    }
    .app-document-text.text02 {
        text-align:left;
    }
    .app-document-text span{
        position: relative;
        font-size: 0.36rem;
        z-index: 0;
        padding-top: 0.2rem;
        display: inline-block;
    }
    .app-document-text span::before {
        position: absolute;
        bottom:0.1em;
        left: 50%;
        width: 100%;
        height: 0.42em;
        border-radius: 6.7px;
        background: #ffb8a0;
        transform: translate(-50%, 0);
        z-index: -1;
        content: "";
    }
}

/*==============================================================================
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;
        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: #ff7f52;
    }
    .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 #ff7f52;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(100%, -50%);
    }
    .modal02-table .table-row .label.yellow {
        background: #ffb956;
    }
    .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 #ffb956;
        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-02_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-02_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-02_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-02_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-02_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 {
        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 {
        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: -0.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 {
        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;
        color: #000;
        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-02_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-02_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-02_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-02_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-02_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 {
        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 {
        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;
    }
}

/*==============================================================================
social
============================================================================= */
@media screen and (min-width: 769px) {
    .social .social-bg {
        padding: 100px 0 70px;
        background-image: url("../img/social_bg01.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .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 {
        margin: 60px 0 0;
        display: flex;
        justify-content: space-between;
    }
    .social .social-item {
        width: 320px;
        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 .social-item.rank .social-item-pic {
        width: 108px;
        top: 88px;
        display: grid;
        align-items: center;
    }
    .social .social-item.social .social-item-pic {
        width: 186px;
        top: 96px;
    }
    .social .social-item.insurance .social-item-pic {
        width: 174px;
        top: 111px;
    }
    .social .social-item-txt {
        width: 257px;
        margin: 125px auto 0;
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 1.5;
    }
    .social .social-item-txt .orange {
        color: #ff5205;
        font-weight: 700;
    }
    .social .social-item-note {
        width: 260px;
        margin: 15px 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;
    }
}

@media screen and (max-width: 768px) {
    .social .social-bg {
        padding: 0.95rem 0 0.67rem;
        background-image: url("../img/social_bg01_sp.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .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;
        line-height: 1;
        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-pic {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .social .social-item.rank .social-item-pic {
        width: 2.35rem;
        top: 1.24rem;
        display: grid;
        align-items: center;
    }
    .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.75rem auto 0;
        font-size: 0.28rem;
        letter-spacing: 0.02em;
        line-height: 1.5;
    }
    .social .social-item-txt .orange {
        color: #ff5205;
        font-weight: 700;
    }
    .social .social-item-note {
        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;
    }
}

/*==============================================================================
tel
============================================================================= */
@media screen and (min-width: 769px) {
    .tel-top {
        padding: 44px 0 59px;
        background: #e7eeed;
    }
    .tel-inner {
        position: relative;
    }
    .tel-ttl {
        width: 790px;
        padding: 17px 0 17px 42px;
        background: #0aa08b;
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
    }
    .tel-pic01 {
        width: 244px;
        position: absolute;
        top: -63px;
        right: 0;
        z-index: 2;
    }
    .tel-txt01 {
        margin: 26px 0 0 136px;
        color: #333333;
        font-size: 18px;
        line-height: 1;
    }
    .tel-ico01 {
        width: 106px;
        position: absolute;
        top: 95px;
        left: 15px;
    }
    .tel-num01 {
        width: 530px;
        margin: 13px 0 0 136px;
    }
    .tel-txt02 {
        margin: 16px 0 0 136px;
        color: #333333;
        font-size: 14px;
        line-height: 1;
    }
    .tel-bottom {
        padding: 20px 0;
        background: #fff;
    }
    .tel-txt03 {
        font-size: 15px;
        line-height: 1.46;
        letter-spacing: 0.06em;
    }
    .dr_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 6px;
    }
    .dr_area {
        margin-top: 40px;
        font-size: 13px;
    }
    .dr_txt {
        border: 1px solid #000000;
        padding: 1em;
    }
    .dr_txt .dr_txt_title {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 6px;
    }
    .dr_notice {
        margin: 10px 0;
    }
    .dr_notice .dr_notice_title {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .dr_notice .dr_notice_footer {
        margin-top: 6px;
    }
}

@media screen and (max-width: 768px) {
    .tel-top {
        padding: 0.7rem 0 0.57rem;
        background: #e7eeed;
    }
    .tel-inner {
        position: relative;
    }
    .tel-ttl {
        padding: 0 0 0 0.2rem;
        color: #0aa08b;
        font-size: 0.36rem;
        font-weight: 600;
        line-height: 1.66;
    }
    .tel-pic01 {
        width: 2.77rem;
        position: absolute;
        top: -0.98rem;
        right: 0;
        z-index: 2;
    }
    .tel-txt01 {
        margin: 0.3rem 0 0;
        padding: 0 0 0 0.2rem;
        color: #333333;
        font-size: 0.28rem;
        line-height: 1.57;
    }
    .tel-btn {
        margin: 0.33rem 0 0;
    }
    .tel-txt02 {
        margin: 0.2rem 0 0;
        color: #333333;
        font-size: 0.2rem;
        line-height: 1;
    }
    .tel-bottom {
        padding: 0.3rem 0;
        background: #fff;
    }
    .tel-txt03 {
        width: 6.66rem;
        margin: 0 auto;
        font-size: 0.24rem;
        line-height: 1.54;
        letter-spacing: -0.02em;
    }
    .dr_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 6px;
    }
    .dr_area {
        margin-top: 40px;
        font-size: 13px;
    }
    .dr_txt {
        border: 1px solid #000000;
        padding: 1em;
    }
    .dr_txt .dr_txt_title {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 6px;
    }
    .dr_notice {
        margin: 10px 0;
    }
    .dr_notice .dr_notice_title {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .dr_notice .dr_notice_footer {
        margin-top: 6px;
    }
}

/*==============================================================================
faq
============================================================================= */
@media screen and (min-width: 769px) {
    .faq .faq-bg {
        padding: 100px 0 140px;
    }
    .faq .faq-ttl {
        width: 433px;
        margin: 0 auto;
    }
    .faq .faq-list {
        margin: 65px 0 0;
    }
    .faq .faq-item {
        margin: 30px 0 0;
    }
    .faq .faq-qes {
        display: flex;
        align-items: center;
        position: relative;
        height: 80px;
        padding: 0 0 0 90px;
        border-radius: 40px;
        background-color: #000000;
        background-image: linear-gradient(to top, #b27446 0%, #c9956e 98%, #c9956e 100%);
        cursor: pointer;
        transition: 0.3s;
    }
    .faq .faq-qes::before {
        content: "";
        width: 29px;
        height: 26px;
        background: url("../img/faq_ico01.png") no-repeat center/contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 40px;
    }
    .faq .faq-qes::after {
        content: "";
        width: 24px;
        height: 16px;
        background: url("../img/faq_arrow01.png") no-repeat center/contain;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%) rotate(180deg);
        transform-origin: center;
        transition: 0.3s;
    }
    .faq .faq-qes p {
        color: #ffffff;
        font-weight: bold;
        font-size: 20px;
    }
    .faq .faq-qes.open::after {
        transform: translateY(-50%);
    }
    .faq .faq-ans {
        display: none;
        padding: 25px 40px 30px 55px;
        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 .orange {
        color: #ff5205;
        font-weight: 700;
    }
    .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;
    }
}

/*==============================================================================
faq
============================================================================= */
@media screen and (max-width: 768px) {
    .faq .faq-bg {
        padding: 1rem 0;
    }
    .faq .faq-ttl {
        width: 4.46rem;
        margin: 0 auto;
    }
    .faq .faq-list {
        margin: 0.9rem 0 0;
    }
    .faq .faq-item {
        margin: 0.3rem 0 0;
    }
    .faq .faq-qes {
        display: flex;
        align-items: center;
        position: relative;
        height: 1.2rem;
        padding: 0 0 0 1.15rem;
        border-radius: 0.6rem;
        background-color: #000000;
        background-image: linear-gradient(to top, #b27446 0%, #c9956e 98%, #c9956e 100%);
        cursor: pointer;
        transition: 0.3s;
    }
    .faq .faq-qes::before {
        content: "";
        width: 0.47rem;
        height: 0.43rem;
        background: url("../img/faq_ico01.png") no-repeat center/contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0.4rem;
    }
    .faq .faq-qes::after {
        content: "";
        width: 0.24rem;
        height: 0.16rem;
        background: url("../img/faq_arrow01.png") no-repeat center/contain;
        position: absolute;
        top: 50%;
        right: 0.4rem;
        transform: translateY(-50%) rotate(180deg);
        transform-origin: center;
        transition: 0.3s;
    }
    .faq .faq-qes p {
        color: #ffffff;
        font-weight: bold;
        font-size: 0.28rem;
    }
    .faq .faq-qes.open::after {
        transform: translateY(-50%);
    }
    .faq .faq-ans {
        display: none;
        padding: 0.3rem 0.4rem 0.3rem 0.6rem;
        font-size: 0.28rem;
        line-height: 1.66;
    }
    .faq .faq-ans p {
        position: relative;
    }
    .faq .faq-ans p::before {
        content: "A.";
        position: absolute;
        top: 0;
        left: -0.3rem;
    }
    .faq .faq-ans .orange {
        color: #ff5205;
        font-weight: 700;
    }
    .faq .faq-ans a {
        padding: 0 0 0.02rem;
        color: #555;
        border-bottom: 0.01rem 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;
    }
}

/*==============================================================================
footer
============================================================================= */
@media screen and (min-width: 769px) {
    .footer .footer-bg {
        position: relative;
        z-index: 1;
        padding: 45px 0;
        background: #939393;
    }
    .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;
    }
    .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;
    }
}

/*==============================================================================
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: 100px;
        right: 20px;
        cursor: pointer;
        z-index: 10;
    }
}

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