@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.3333333333vw;
  }
  body {
    font-size: 0.3rem;
  }
  .inner {
    width: 6.9rem;
    margin: 0 auto;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  img {
    width: 100%;
  }
}
/*==============================================================================
header
============================================================================= */
/* htmlに記載 */
/*==============================================================================
know
============================================================================= */
@media screen and (min-width: 769px) {
  .know-bg {
    padding: 87px 0 115px;
  }
  .know-bg {
    background: url("../img/know_bg01_pc.jpg") no-repeat top center/cover;
  }
  .know-head {
    display: flex;
    justify-content: space-between;
    margin: 51px 0 0;
  }
  .know-subttl01 {
    width: 488px;
    margin: -9px 0 0 -10px;
  }
  .know-txt01 {
    margin: 23px 0 0;
    font-size: 18px;
    line-height: 1.88;
    letter-spacing: 0.04em;
    width: 485px;
  }
  .know-txt01 .deco {
    font-weight: bold;
  }
  .know-block02 {
    width: 475px;
    padding: 18px 30px 24px 30px;
    background: #fff;
    border-radius: 10px;
  }
  .know-term01 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .know-chart01 {
    width: 420px;
    margin: 20px 0 0;
  }
  .know-note04 {
    position: relative;
    margin: 18px 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: 129px 0 0;
    padding: 57px 0 68px;
    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: 25px 0 18px;
    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: 26px 0 0 60px;
    font-size: 18px;
    line-height: 1.88;
    letter-spacing: 0.04em;
  }
  .know-txt02 .deco {
    font-weight: bold;
  }
  .know-note01 {
    margin: 25px 0 0 5px;
    color: #555;
    font-size: 12px;
    line-height: 1.66;
    padding: 0 0 0 12px;
    position: relative;
  }
  .know-note01::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .know-note01 + .know-note01 {
    margin-top: 0;
  }
  .know-chart02 {
    width: 388px;
    margin: 7px 0 0 35px;
  }
  .know-block04 {
    width: 943px;
    margin: 33px auto 0;
    padding: 60px 0 0;
    border-top: dotted 4px #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: 33px 0 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
  }
  .know-item {
    width: 460px;
    background: #fff;
  }
  .know-lead {
    padding: 8px 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: 382px;
    margin: 17px auto 0;
  }
  .know-chart04 {
    width: 348px;
    margin: 12px auto 0;
  }
  .know-note02 {
    margin: 28px 0 0;
    color: #555;
    font-size: 12px;
  }
  .know-note03 {
    position: relative;
    margin: 28px 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.68rem 0 0.9rem;
  }
  .know-bg {
    background: url("../img/know_bg01_sp.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .know-ttl {
    width: 6.8rem;
    margin: 0 auto;
  }
  .know-head {
    position: relative;
  }
  .know-subttl01 {
    width: 6.3rem;
    margin: 0.3rem auto 0;
  }
  .know-txt01 {
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 6.3rem;
    font-size: 0.3rem;
    line-height: 1.66;
    letter-spacing: 0.04em;
  }
  .know-txt01 .deco {
    font-weight: bold;
  }
  .know-block02 {
    margin: 1.4rem 0 0;
    padding: 0.32rem 0.47rem 2.54rem 0.3rem;
    background: #fff;
    border-radius: 0.1rem;
  }
  .know-term01 {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .know-chart01 {
    width: 5.97rem;
    margin: 0.28rem auto 0;
  }
  .know-note01 {
    margin: 0.44rem 0 0;
    padding: 0 0 0 0.2rem;
    position: relative;
    color: #555;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .know-note01 + .know-note01 {
    margin-top: 0;
  }
  .know-note01::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .know-foot {
    position: relative;
    margin: 0.68rem 0 0;
    padding: 0 0 0.33rem;
    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.38rem 0 0.6rem;
    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.51rem 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: 6.98rem 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.35rem;
    left: 50%;
    width: 6.45rem;
    transform: translate(-50%, 0);
  }
  .know-block04 {
    margin: 0.67rem 0.3rem 0;
    padding: 0.4rem 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.5rem 0 0;
    z-index: 1;
  }
  .know-item {
    background: #fff;
  }
  .know-item + .know-item {
    margin: 0.3rem 0 0;
  }
  .know-lead {
    padding: 0.07rem 0;
    border: #fff 0.08rem 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.46rem;
    margin: 0.26rem auto 0 -0.1rem;
  }
  .know-chart04 {
    width: 5.95rem;
    margin: 0.18rem auto 0;
  }
  .know-note02 {
    margin: 0.24rem 0 0;
    color: #555;
    font-size: 0.2rem;
  }
  .know-note03 {
    position: relative;
    margin: 0.22rem 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;
    background: url("../img/nav_bg02_pc.png") no-repeat center/cover;
  }
  .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: -473px -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: -0.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: -0.4rem -0.15rem 0;
  }
  .nav-item {
    position: relative;
    width: 100%;
    margin: 0.2rem 0 0;
    transition: 0.3s;
  }
  .nav-item::before {
    position: absolute;
    bottom: -0.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: -0.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: -0.11rem -0.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: 7rem;
    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: 30px 30px 25px;
    background: #fff;
    margin-top: 39px;
  }
  .price-define {
    display: none;
  }
  .price-define.active {
    display: block;
  }
  .price-term {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: #9cb0d1;
    color: #fff;
    border-radius: 5px;
    line-height: 1;
    padding: 10px 0;
  }
  .price-desc01 {
    margin: 25px 0 0;
  }
  .price-men-list {
    width: 460px;
    margin: -10px 0 0;
  }
  .price-men-item {
    position: relative;
    margin: 9px 0 0;
    padding: 10px 0 21px 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: 59px;
  }
  .price-women-list {
    width: 460px;
    margin: -10px 0 0;
  }
  .price-women-item {
    position: relative;
    margin: 9px 0 0;
    padding: 10px 0 21px 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: 59px;
  }
  .price ::-webkit-full-page-media,
  .price :future,
  .price :root .price-men-item .price {
    font-family: "Arial", sans-serif;
  }
  .price-desc02 {
    margin: 25px 0 0;
    font-size: 14px;
    text-align: center;
  }
  .price-desc02 span:not(:first-of-type) {
    padding: 0 0 0 1.2em;
  }
  .price-note {
    font-size: 14px;
    margin: 20px 0 0 0;
  }
  .price-subttl02 {
    position: relative;
    margin: 112px 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: -0.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: -0.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.36rem 0.3rem 0.43rem;
    background: #fff;
    margin-top: 0.64rem;
  }
  .price-define {
    display: none;
  }
  .price-define.active {
    display: block;
  }
  .price-term {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    background: #9cb0d1;
    color: #fff;
    border-radius: 5px;
    line-height: 1;
    padding: 0.14rem 0;
  }
  .price-desc01 {
    margin: 0.36rem 0 0;
  }
  .price-men-list {
    margin: -0.2rem 0 0;
  }
  .price-men-item {
    position: relative;
    width: 3.05rem;
    margin: 0.2rem 0 0;
    padding: 0.38rem 0 0.27rem;
    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: -0.02em;
  }
  .price-men-item .deco {
    display: inline-block;
    color: #ff0000;
  }
  .price-men-item .price {
    margin: 0.2rem 0 0;
    display: inline-block;
    font-family: "Century Gothic", sans-serif;
    font-size: 0.7rem;
    letter-spacing: -0.02em;
  }
  .price-women-list {
    margin: -0.2rem 0 0;
  }
  .price-women-item {
    position: relative;
    width: 3.05rem;
    margin: 0.2rem 0 0;
    padding: 0.38rem 0 0.27rem;
    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: -0.02em;
  }
  .price-women-item .deco {
    display: inline-block;
    color: #ff0000;
  }
  .price-women-item .price {
    margin: 0.2rem 0 0;
    display: inline-block;
    font-family: "Century Gothic", sans-serif;
    font-size: 0.7rem;
    letter-spacing: -0.02em;
  }
  .price-desc02 {
    margin: 0.44rem 0 0;
  }
  .price-desc02 span {
    display: inline-block;
    font-size: 0.24rem;
    padding: 0 0 0 1rem;
  }
  .price-note {
    font-size: 0.24rem;
    margin: 0.3rem 0 0 0;
  }
  .price-subttl02 {
    position: relative;
    margin: 0.6rem 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: -0.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: -0.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: 95px 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: 624px;
    margin: 0 0 0 100px;
  }
  .feature-ttl::after {
    position: absolute;
    top: -30px;
    right: -218px;
    width: 324px;
    height: 419px;
    background: url("../img/feature_img01_pc.png") no-repeat center/contain;
    content: "";
  }
  .feature-bg02 {
    position: relative;
    padding: 0 0 95px;
    background: #fff3ed;
  }
  .feature .feature01-subttl {
    margin: -226px -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-subttl {
    margin: -180px 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-bg03 {
    padding: 0 0 90px;
    background: #fff3ed;
  }
  .feature .feature03 {
    padding: 55px 0 0;
  }
  .feature .feature03-subttl {
    margin: -247px 0 0;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    line-height: 1.32;
  }
  .feature .feature03-subttl .deco01 {
    display: inline-block;
    text-indent: 20px;
    position: relative;
    color: #ff4200;
    font-size: 72px;
  }
  .feature .feature03-subttl .small {
    font-size: 52px;
  }
  .feature .feature03-wrap {
    position: relative;
    margin: 27px 0 0;
    padding: 33px 60px 25px;
    background: #fff;
    border-radius: 10px;
    z-index: 1;
  }
  .feature .feature03-wrap-txt {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.77;
  }
  .feature .feature03-wrap-txt .deco {
    color: #ff5205;
    font-weight: bold;
  }
  .feature .feature03-wrap-txt .asterisk {
    display: inline-block;
    vertical-align: super;
    font-size: 13px;
    color: #333;
    font-weight: normal;
  }
  .feature .feature03-wrap-txt.diff {
    margin-top: 13px;
  }
  .feature .feature03-wrap-img01 {
    width: 883px;
    margin: -21px auto 0;
  }
  .feature .feature03-wrap-note01 {
    font-size: 13px;
    letter-spacing: 0.02em;
    margin-top: 25px;
    line-height: 1.76;
  }
  .feature .feature03-wrap-note01.diff {
    margin-top: 0px;
  }
  .feature .feature04 {
    padding: 35px 0 0;
  }
  .feature .feature04-subttl {
    margin: -238px -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: 40px 60px 80px;
    background: #fff;
    border-radius: 10px;
  }
  .feature .feature04-term01 {
    width: 813px;
    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: 70px 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 {
    padding: 40px 0 30px 145px;
  }
  .feature .feature04-list02 {
    width: 565px;
    margin: 0 0 0 50px;
  }
  .feature .feature04-item02 {
    position: relative;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.55;
  }
  .feature .feature04-item02 .deco {
    font-weight: bold;
  }
  .feature .feature04-item02:nth-of-type(1)::before {
    position: absolute;
    top: -12px;
    right: -38px;
    width: 32.5px;
    height: 45px;
    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: -5px;
    left: -20px;
    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) {
    margin: 35px 0 0;
  }
  .feature .feature04-item02:nth-of-type(2)::before {
    position: absolute;
    top: 0;
    right: -38px;
    width: 32.5px;
    height: 45px;
    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: -5px;
    left: -20px;
    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) {
    margin: 25px 0 0;
  }
  .feature .feature04-item02:nth-of-type(3)::before {
    position: absolute;
    top: -10px;
    right: -38px;
    width: 32.5px;
    height: 45px;
    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: -5px;
    left: -20px;
    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: 32px 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: 60px 0 0;
    padding: 60px 0 40px;
    background: #fff;
    border-radius: 10px;
  }
  .feature .feature04-term03 {
    width: 414px;
    margin: 0 auto;
  }
  .feature .feature04-chart01 {
    width: 864px;
    margin: 40px auto 0;
  }
  .feature .feature04-note03 {
    width: 864px;
    margin: 30px 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;
  }
  .feature .feature04-document {
    margin: 60px 0 0;
    padding: 60px 0 40px;
    background: #fff;
    border-radius: 10px;
  }
  .feature .feature04-document .feature04-document-title {
    max-width: 761px;
    width: 100%;
    margin: 0 auto;
  }
  .feature .feature04-document .feature04-document-image {
    width: 880px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }
  .feature .feature04-document .feature04-document-text {
    max-width: 761px;
    width: 100%;
    margin: 40px auto 0;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
  }
  .feature .feature04-document .feature04-document-text span {
    position: relative;
    font-size: 24px;
    z-index: 0;
  }
  .feature .feature04-document .feature04-document-text span::before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 314px;
    height: 13px;
    border-radius: 6.7px;
    background: #ffde00;
    transform: translate(-50%, 0);
    z-index: -1;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .feature-bg01 {
    position: relative;
    padding: 0.65rem 0;
    background: #ffe8dc;
  }
  .feature-bg01::before {
    position: absolute;
    top: 1.8rem;
    right: 0;
    width: 2.55rem;
    height: 2.72rem;
    background: url("../img/feature_img01_sp.png") no-repeat center/contain;
    content: "";
  }
  .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.38rem;
    margin: 0 auto 0 0.15rem;
  }
  .feature-bg02 {
    position: relative;
    padding: 0.55rem 0 0.9rem;
    background: #fff3ed;
    z-index: 1;
  }
  .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: -0.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: -0.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 0.15rem;
    background: #ffeeee;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
  }
  .feature .feature01-txt02 .deco {
    color: #fe2c2c;
    font-size: 0.7rem;
    line-height: 1;
  }
  .feature .feature01-txt02 .num {
    font-family: "Century Gothic", sans-serif;
    line-height: 1;
    font-size: 1.1rem;
    letter-spacing: -0.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: -0.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: -0.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-bg03 {
    padding: 0.9rem 0 0.9rem;
    background: #fff3ed;
  }
  .feature .feature03-subttl {
    margin: -2.8rem 0 0;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.92;
  }
  .feature .feature03-subttl .deco01 {
    position: relative;
    color: #ff4200;
    font-size: 0.73rem;
    line-height: 1.1;
  }
  .feature .feature03-subttl .small {
    font-size: 0.51rem;
  }
  .feature .feature03-subttl .asterisk {
    position: absolute;
    top: -0.03rem;
    right: -0.25rem;
    font-size: 0.21rem;
  }
  .feature .feature03-wrap {
    position: relative;
    margin: 0.37rem 0 0;
    padding: 0.49rem 0.3rem 0.52rem;
    background: #fff;
    border-radius: 10px;
    z-index: 1;
  }
  .feature .feature03-wrap-txt {
    font-size: 0.3rem;
    line-height: 1.66;
    letter-spacing: 0.04em;
  }
  .feature .feature03-wrap-txt .deco {
    color: #ff5205;
    font-weight: bold;
  }
  .feature .feature03-wrap-txt .asterisk {
    display: inline-block;
    font-size: 0.2rem;
    vertical-align: super;
  }
  .feature .feature03-wrap-txt.diff {
    margin-top: 0.22rem;
  }
  .feature .feature03-wrap-img01 {
    margin-top: 0.33rem;
  }
  .feature .feature03-wrap-note01 {
    font-size: 0.22rem;
    letter-spacing: 0.02em;
    line-height: 1.54;
    margin-top: 0.23rem;
    text-indent: -2em;
    padding-left: 2em;
  }
  .feature .feature03-wrap-note01.diff {
    margin-top: 0.02rem;
  }
  .feature .feature04 {
    margin: 0.7rem 0 0;
  }
  .feature .feature04-subttl {
    margin: -3.4rem 0 0;
    font-size: 0.41rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
  .feature .feature04-subttl .deco {
    color: #ff4200;
    font-size: 0.43rem;
  }
  .feature .feature04-subttl .century {
    font-size: 0.77rem;
  }
  .feature .feature04-subttl .large {
    font-size: 0.82rem;
  }
  .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: -0.55rem;
    left: -0.2rem;
    width: 1.59rem;
    height: 1.59rem;
    background: url("../img/feature04_txt03_pc.png") no-repeat center/contain;
    content: "";
  }
  .feature .feature04-wrap {
    padding: 0.5rem 0 0;
  }
  .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 -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: -0.1rem;
    right: 0.18rem;
    font-size: 0.16rem;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .feature .feature04-desc02 {
    padding: 0.35rem 0 0.4rem;
  }
  .feature .feature04-desc02 .deco {
    font-weight: bold;
  }
  .feature .feature04-list02 {
    width: 5rem;
    margin: 0 0 0 0.85rem;
  }
  .feature .feature04-item02 {
    position: relative;
    font-size: 0.28rem;
    letter-spacing: 0.02em;
    line-height: 1.35;
  }
  .feature .feature04-item02:nth-of-type(1)::before {
    position: absolute;
    top: 0.05rem;
    right: -0.25rem;
    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.05rem;
    left: -0.12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #fe2c2c;
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    font-family: "Century Gothic", sans-serif;
    transform: translate(-100%, 0);
    content: "1";
  }
  .feature .feature04-item02:nth-of-type(2) {
    margin: 0.4rem 0 0;
  }
  .feature .feature04-item02:nth-of-type(2)::before {
    position: absolute;
    top: 0.05rem;
    right: -0.25rem;
    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.05rem;
    left: -0.12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #fe2c2c;
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    font-family: "Century Gothic", sans-serif;
    transform: translate(-100%, 0);
    content: "2";
  }
  .feature .feature04-item02:nth-of-type(3) {
    margin: 0.35rem 0 0;
  }
  .feature .feature04-item02:nth-of-type(3)::before {
    position: absolute;
    top: 0.05rem;
    right: -0.25rem;
    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.05rem;
    left: -0.12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #fe2c2c;
    color: #fff;
    font-size: 0.3rem;
    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-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;
  }
  .feature .feature04-document {
    margin: 0.5rem 0 0;
    padding: 0.6rem 0.3rem 0.8rem;
    background: #fff;
    border-radius: 10px;
  }
  .feature .feature04-document .feature04-document-title {
    max-width: 5.68rem;
    width: 100%;
    margin: 0 auto;
  }
  .feature .feature04-document .feature04-document-image {
    width: 100%;
    margin: 0.4rem auto 0;
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;
  }
  .feature .feature04-document .feature04-document-text {
    max-width: 761px;
    width: 100%;
    margin: 0.4rem auto 0;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
  }
  .feature .feature04-document .feature04-document-text.text02 {
    text-align: left;
  }
  .feature .feature04-document .feature04-document-text span {
    position: relative;
    font-size: 0.36rem;
    z-index: 0;
    padding-top: 0.2rem;
    display: inline-block;
  }
  .feature .feature04-document .feature04-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: "";
  }
}
/*==============================================================================
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: -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 {
    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;
  }
}
/*==============================================================================
social
============================================================================= */
@media screen and (min-width: 769px) {
  .social-inner {
    width: 1000px;
  }
  .social .social-bg {
    padding: 73px 0 96px;
    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: grid;
    grid-template-columns: 483px 496px;
    grid-template-rows: auto auto;
    gap: 16px 16px;
    grid-template-areas: "rank social" "rank insurance";
    margin: 59px auto 20px;
  }
  .social .social-item {
    width: 496px;
    padding: 0 15px 5px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    z-index: 1;
  }
  .social .social-item.rank {
    width: 483px;
    grid-area: rank;
  }
  .social .social-item.rank .social-item-pic {
    width: 440px;
    top: 105px;
  }
  .social .social-item.rank .social-item-txt {
    width: 430px;
    margin: 170px auto 0;
  }
  .social .social-item.social {
    grid-area: social;
    padding: 0 15px 23px;
  }
  .social .social-item.social .social-item-pic {
    width: 186px;
    top: 94px;
    transform: unset;
    left: 20px;
  }
  .social .social-item.insurance {
    grid-area: insurance;
    padding: 0 15px 12px;
  }
  .social .social-item.insurance .social-item-pic {
    width: 174px;
    top: 111px;
    transform: unset;
    left: 24px;
  }
  .social .social-item-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 0 0;
    height: 84px;
    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 .social-item-pic {
    top: 97px;
  }
  .social .insurance .social-item-pic {
    top: 107px;
  }
  .social .social-item-txt {
    width: 257px;
    margin: 13px auto 0 200px;
    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 {
    display: block;
    width: 260px;
    margin: 7px auto 0;
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  .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;
    line-height: 1.45;
    margin: 29px 0 0;
  }
  .social .social-note01 .indent {
    display: block;
    padding-left: 28px;
    text-indent: -23px;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 768px) {
  .social .social-bg {
    padding: 0.81rem 0 0.9rem;
    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.45rem 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.18rem 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.6rem;
  }
  .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.25rem;
  }
  .social .social-item.rank .social-item-pic {
    width: 6.4rem;
    top: 1.9rem;
    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.57;
  }
  .social .social-item.rank .social-item-txt {
    margin: 2.57rem 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: -1.6em;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
/*==============================================================================
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: -0.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;
  }
  .tel .dr_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
  }
  .tel .dr_area {
    margin-top: 40px;
    font-size: 13px;
  }
  .tel .dr_txt {
    border: 1px solid #000000;
    padding: 1em;
  }
  .tel .dr_txt .dr_txt_title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .tel .dr_notice {
    margin: 10px 0;
  }
  .tel .dr_notice .dr_notice_title {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .tel .dr_notice .dr_notice_footer {
    margin-top: 6px;
  }
}
@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: -0.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;
  }
  .tel .dr_head {
    margin-bottom: 6px;
  }
  .tel .dr_head .dr_head_id {
    text-align: right;
    font-size: 11px;
  }
  .tel .dr_area {
    margin-top: 40px;
    font-size: 13px;
  }
  .tel .dr_txt {
    border: 1px solid #000000;
    padding: 1em;
  }
  .tel .dr_txt .dr_txt_title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .tel .dr_notice {
    margin: 10px 0;
  }
  .tel .dr_notice .dr_notice_title {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .tel .dr_notice .dr_notice_footer {
    margin-top: 6px;
  }
}
/*==============================================================================
estimate
============================================================================= */
@media screen and (min-width: 769px) {
  .estimate {
    overflow: hidden;
  }
  .estimate .estimate-top {
    padding: 41px 0;
    background: url("../img/estimate_bg01_pc.jpg") no-repeat;
    background-size: 2000px auto;
    background-position: center center;
  }
  .estimate .estimate-ttl01 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  .estimate .estimate-ttl01 .large {
    font-size: 50px;
  }
  .estimate .estimate-bottom {
    padding: 74px 0 87px;
    background: #d7f1e5;
  }
  .estimate .estimate-inner {
    position: relative;
  }
  .estimate .estimate-pic01 {
    width: 313px;
    position: absolute;
    top: -144px;
    left: -132px;
  }
  .estimate .estimate-box01 {
    width: 840px;
    margin: 0 0 0 auto;
    padding: 47px 0 45px;
    background: #fff;
    border-radius: 20px;
  }
  .estimate .estimate-txt02 {
    margin: 0 0 0 189px;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
  }
  .estimate .estimate-txt02 .green {
    color: #006d33;
  }
  .estimate .estimate-txt02::before {
    content: "";
    width: 41px;
    height: 39px;
    background: url("../img/estimate_ico01.png") no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
  }
  .estimate .estimate-txt03 {
    margin: 30px 0 0;
    color: #333333;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }
  .estimate .estimate-btn {
    display: flex;
    justify-content: space-between;
    width: 760px;
    margin: 39px auto 0;
  }
  .estimate .estimate-btn01,
  .estimate .estimate-btn02 {
    width: 370px;
    transition: 0.3s;
  }
  .estimate .estimate-btn01:hover,
  .estimate .estimate-btn02:hover {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .estimate {
    overflow: hidden;
  }
  .estimate .estimate-top {
    padding: 0.55rem 0;
    background: url("../img/estimate_bg01_sp.jpg") no-repeat center/cover;
  }
  .estimate .estimate-ttl01 {
    margin: 0 0.3rem 0 0;
    color: #fff;
    font-size: 0.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: right;
  }
  .estimate .estimate-ttl01 .large {
    font-size: 0.58rem;
  }
  .estimate .estimate-ttl01 .large2 {
    font-size: 0.48rem;
  }
  .estimate .estimate-bottom {
    background: #d7f1e5;
  }
  .estimate .estimate-inner {
    padding: 0.54rem 0 0.67rem;
    position: relative;
  }
  .estimate .estimate-pic01 {
    width: 1.78rem;
    position: absolute;
    top: -2.38rem;
    left: -0.16rem;
  }
  .estimate .estimate-box01 {
    width: 100%;
    margin: 0;
    padding: 0.5rem 0 0.6rem;
    position: relative;
    background: #fff;
    border-radius: 0.2rem;
    text-align: center;
  }
  .estimate .estimate-txt02 {
    width: 4.46rem;
    margin: 0 auto;
    position: relative;
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: right;
  }
  .estimate .estimate-txt02 .green {
    color: #006d33;
  }
  .estimate .estimate-txt02::before {
    content: "";
    width: 0.57rem;
    height: 0.53rem;
    background: url("../img/estimate_ico01.png") no-repeat center/contain;
    position: absolute;
    top: 0.15rem;
    left: 0.2rem;
    letter-spacing: 0.06em;
  }
  .estimate .estimate-txt03 {
    margin: 0.3rem 0 0;
    color: #333333;
    font-size: 0.24rem;
    line-height: 1;
    text-align: center;
  }
  .estimate .estimate-btn {
    width: 6rem;
    margin: 0.6rem auto 0;
  }
  .estimate .estimate-btn02 {
    margin: 0.2rem 0 0;
  }
}
/*==============================================================================
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;
  }
}

/*# sourceMappingURL=style.css.map */
