@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: #414141;
  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;
}

.wrapper {
  position: relative;
}

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: #414141;
}

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

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

/* =============================================================================
Image
========================================================================== */
a,
button {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

img {
  width: 100%;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  word-break: break-all;
  color: #414141;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.minchou {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", "HiraMinProN-W3", serif;
}

.os {
  font-family: "Oswald", sans-serif;
}

/*==============================================================================
Media
============================================================================= */
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333vw;
  }
  .inner {
    width: 6.7rem;
    margin: 0 auto;
    position: relative;
    font-size: 0.26rem;
    letter-spacing: 0.06em;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  p {
    font-size: 0.26rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 769px) {
  .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    letter-spacing: 0.06em;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  a:hover,
  button:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.blue {
  color: #005b82;
}

.water {
  color: #00b2c9;
}

.water02 {
  color: #00c9bd;
}

.yellow {
  color: #fff57f;
}

.bold {
  font-weight: bold;
}

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

a {
  color: #414141;
}

h2,
h3,
h4 {
  letter-spacing: 0.06em;
  line-height: 1.6;
}

*:focus {
  outline: none;
}

.note {
  color: #666;
}

/*==============================================================================
fv
============================================================================= */
@-webkit-keyframes fall {
  to {
    top: 250%;
  }
}
@keyframes fall {
  to {
    top: 250%;
  }
}
@-webkit-keyframes sway {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(10px) rotate(-25deg);
            transform: translateX(10px) rotate(-25deg);
  }
}
@keyframes sway {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(10px) rotate(-25deg);
            transform: translateX(10px) rotate(-25deg);
  }
}
@-webkit-keyframes anim_v {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
@keyframes anim_v {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
@media screen and (max-width: 768px) {
  .fv--bg {
    padding: 0.3rem 0 0.8rem;
    background: url(../images/fv_bg01_sp.webp) top center/cover no-repeat;
  }
  .fv__inner {
    position: relative;
  }
  .fv__logo {
    width: 3.3rem;
  }
  .fv__ttl01 {
    margin-top: 0.6rem;
  }
  .fv__ttl01 .top {
    display: block;
    width: 5.8rem;
    margin-left: 0.35rem;
  }
  .fv__ttl01 .dot {
    display: table;
    margin: 0.1rem auto 0;
    border-bottom: 0.04rem dotted #00b2c9;
    color: #00b2c9;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02em;
  }
  .fv__right {
    position: relative;
    margin-top: 0.4rem;
  }
  .fv__img01 {
    position: relative;
    z-index: 1;
    width: 4.78rem;
    margin: 0 auto 0.15rem;
  }
  .fv__drop {
    position: absolute;
    width: 0.9rem;
    top: 2.15rem;
    right: 2.6rem;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .fv__drop.fade {
    opacity: 1;
  }
  .fv__drop.fadeout {
    opacity: 0;
  }
  .fv__phone {
    position: absolute;
    top: 2.3rem;
    left: 1.7rem;
    z-index: 10;
    width: 2.6rem;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .fv__phone.fade {
    opacity: 1;
  }
  .fv__phone.animation {
    -webkit-animation: fall 1.2s linear 1, sway 1.2s ease-in-out 1 forwards;
            animation: fall 1.2s linear 1, sway 1.2s ease-in-out 1 forwards;
  }
  .fv__txt01 {
    width: 5.5rem;
    margin: 0 auto 0.15rem;
    padding: 0.15rem 0;
    background: url("../images/fv_txt01-bg.webp") no-repeat center/contain;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.32rem;
    text-align: center;
    letter-spacing: 0.07em;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .fv__txt01.fade {
    opacity: 1;
  }
  .fv__txt01 span {
    color: #fff57f;
  }
  .fv__txt02 {
    position: relative;
    width: 5.6rem;
    margin: 0 auto;
    border-top: 0.05rem dotted #1fbbcf;
    border-bottom: 0.05rem dotted #1fbbcf;
    color: #414141;
    font-weight: bold;
    font-size: 0.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    -webkit-animation-name: anim_v;
            animation-name: anim_v;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .fv__txt02.fade {
    opacity: 1;
  }
  .fv__txt02 span {
    color: #00b2c9;
  }
  .fv__txt02::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0.2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 0.18rem solid #414141;
    border-right: 0.1rem solid transparent;
    border-left: 0.1rem solid transparent;
  }
  .fv__txt02::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0.2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 0.18rem solid #414141;
    border-right: 0.1rem solid transparent;
    border-left: 0.1rem solid transparent;
  }
  .fv__btn01 {
    position: relative;
    height: 1.2rem;
    margin: 0.3rem auto 0;
    padding: 0.17rem 0.2rem 0 0;
    -webkit-box-shadow: 0 0.09rem 0.24rem rgba(2, 2, 2, 0.2);
            box-shadow: 0 0.09rem 0.24rem rgba(2, 2, 2, 0.2);
    border-radius: 0.1rem;
    background-color: #007cbc;
    background-image: linear-gradient(-102deg, #01c2db 0%, #01d8cb 100%);
    text-align: center;
    color: #ffffff;
    font-size: 0.27rem;
    line-height: 1.4;
  }
  .fv__btn01 .big {
    font-size: 0.34rem;
    font-weight: bold;
  }
  .fv__btn01::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.43rem;
    width: 0.48rem;
    height: 0.56rem;
    background-color: #ffffff;
    background: url(../images/fv_icon01.webp) top center/contain no-repeat;
  }
  .fv__note {
    font-size: 0.22rem;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: 0.04em;
    color: #404040;
    background-color: #35B9E4;
  }
  .fv__note .txt {
    display: block;
    padding-left: 1.1rem;
    text-indent: -0.75rem;
    padding-right: 0.6rem;
    padding-bottom: 0.22rem;
    color: #fff;
  }
}
/*==============================================================================
fv
============================================================================= */
@media screen and (min-width: 769px) {
  .fv--bg {
    padding: 45px 0 95px;
    background: url(../images/fv_bg01.webp) top center/cover no-repeat;
  }
  .fv__inner {
    position: relative;
    width: 1200px;
  }
  .fv__logo {
    width: 295px;
  }
  .fv__box {
    width: 549px;
    margin-top: 35px;
    padding: 40px 40px 45px;
    -webkit-box-shadow: 0 9px 24px rgba(2, 2, 2, 0.13);
            box-shadow: 0 9px 24px rgba(2, 2, 2, 0.13);
    background-color: #ffffff;
  }
  .fv__ttl01 .top {
    display: block;
    width: 425px;
    margin-left: 14px;
  }
  .fv__ttl01 .dot {
    display: table;
    width: 409px;
    margin: 5px auto 0;
    border-bottom: 4px dotted #00b2c9;
    color: #00b2c9;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02em;
  }
  .fv__btn01 {
    position: relative;
    width: 465px;
    height: 99px;
    margin: 30px auto 0;
    padding: 18px 20px 0 0;
    -webkit-box-shadow: 0 9px 24px rgba(2, 2, 2, 0.2);
            box-shadow: 0 9px 24px rgba(2, 2, 2, 0.2);
    border-radius: 10px;
    background-color: #007cbc;
    background-image: linear-gradient(-102deg, #01c2db 0%, #01d8cb 100%);
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
  }
  .fv__btn01 .big {
    font-size: 26px;
    font-weight: bold;
  }
  .fv__btn01::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 35px;
    width: 34px;
    height: 40px;
    background-color: #ffffff;
    background: url(../images/fv_icon01.webp) top center/contain no-repeat;
  }
  .fv__right {
    position: absolute;
    top: 55px;
    right: 0;
    width: 634px;
  }
  .fv__img01 {
    width: 400px;
    margin: 0 auto;
  }
  .fv__txt01 {
    width: 465px;
    margin: 0 auto 13px;
    padding: 15px 0;
    background: url("../images/fv_txt01-bg.webp") no-repeat center/contain;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.07em;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .fv__txt01.fade {
    opacity: 1;
  }
  .fv__txt01 span {
    color: #fff57f;
  }
  .fv__drop {
    position: absolute;
    width: 72px;
    top: 190px;
    right: 270px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .fv__drop.fade {
    opacity: 1;
  }
  .fv__drop.fadeout {
    opacity: 0;
  }
  .fv__phone {
    position: absolute;
    top: 200px;
    left: 170px;
    z-index: 5;
    width: 190px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .fv__phone.fade {
    opacity: 1;
  }
  .fv__phone.animation {
    -webkit-animation: fall 1.2s linear 1, sway 1.2s ease-in-out 1 forwards;
            animation: fall 1.2s linear 1, sway 1.2s ease-in-out 1 forwards;
  }
  .fv__txt02 {
    position: relative;
    width: 417px;
    margin: 10px auto 0;
    padding: 5px 0;
    border-top: 5px dotted #1fbbcf;
    border-bottom: 5px dotted #1fbbcf;
    color: #414141;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.1em;
    -webkit-animation-name: anim_v;
            animation-name: anim_v;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .fv__txt02.fade {
    opacity: 1;
  }
  .fv__txt02 span {
    color: #00b2c9;
  }
  .fv__txt02::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 15px solid #414141;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .fv__txt02::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 15px solid #414141;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .fv__note {
    font-size: 12px;
    color: #404040;
    letter-spacing: 0.04em;
    line-height: 1.66;
    background-color: #35B9E4;
    padding-left: 380px;
  }
  .fv__note .txt {
    display: block;
    padding-left: 40px;
    text-indent: -40px;
    color: #fff;
  }
}
/*==============================================================================
tro
============================================================================= */
@-webkit-keyframes fall_tro {
  to {
    top: 13rem;
  }
}
@keyframes fall_tro {
  to {
    top: 13rem;
  }
}
@-webkit-keyframes fall_tro_pc {
  to {
    top: 740px;
  }
}
@keyframes fall_tro_pc {
  to {
    top: 740px;
  }
}
@media screen and (max-width: 768px) {
  .tro--bg {
    padding: 1.5rem 0 0.8rem;
    background-color: #00b2c9;
  }
  .tro__phone {
    position: absolute;
    top: 0;
    left: 2.2rem;
    z-index: 5;
    width: 2.1rem;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .tro__phone.fade {
    opacity: 1;
    -webkit-animation: fall_tro 0.7s linear 1;
            animation: fall_tro 0.7s linear 1;
  }
  .tro__phone.stop {
    top: 13rem;
  }
  .tro__ttl01 {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 0.46rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .tro__ttl01 .en {
    display: block;
    width: 6.26rem;
    margin: 0 auto 0.4rem;
  }
  .tro__ttl01 .big {
    font-size: 0.66rem;
    font-weight: bold;
  }
  .tro__ttl01::after {
    content: "";
    display: block;
    width: 1.3rem;
    height: 0.1rem;
    margin: 0.3rem auto 0;
    background: url(../images/tro_line01.webp) top center/contain no-repeat;
  }
  .tro__ttl01 .no {
    font-weight: 400;
  }
  .tro__row {
    position: relative;
    margin-top: 0.5rem;
  }
  .tro__row--num02 {
    margin-top: 0.6rem;
  }
  .tro__txt01 {
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
  }
  .tro__txt01 .yellow {
    font-weight: bold;
    display: inline-block;
    margin-right: 0.05rem;
    padding-bottom: 0.05rem;
    border-bottom: 0.04rem solid #fff57f;
    line-height: 1;
    font-size: 0.44rem;
  }
  .tro__txt01 .num {
    line-height: 1;
    font-size: 0.68rem;
  }
  .tro__txt01 .small {
    font-size: 0.34rem;
  }
  .tro__txt01 .big {
    font-size: 0.52rem;
    font-weight: bold;
  }
  .tro__txt01 .big::after {
    content: "";
    display: inline-block;
    width: 0.44rem;
    height: 0.46rem;
    background: url(../images/tro_icon01.webp) top center/contain no-repeat;
  }
  .tro__txt01 .alert {
    font-size: 0.22rem;
    vertical-align: text-top;
  }
  .tro__txt01 .txt {
    display: inline-block;
    margin-top: 0.2rem;
  }
  .tro__img01 {
    width: 4.68rem;
    margin: 0.7rem auto 0;
  }
  .tro__note {
    margin: 0.2rem 0 0;
    color: #fff;
    font-size: 0.22rem;
  }
  .tro__note--num01 {
    margin: 0.4rem 0.3rem 0 0.3rem;
  }
  .tro__img02 {
    width: 5.5rem;
    margin: 3.04rem auto 0;
  }
  .tro__shock {
    position: absolute;
    top: 5.1rem;
    left: 3.1rem;
    width: 1.02rem;
    opacity: 0;
  }
  .tro__shock.fade {
    opacity: 1;
  }
  .tro__cracks {
    position: absolute;
    z-index: 10;
    top: 3.35rem;
    left: 2.8rem;
    width: 1.15rem;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .tro__cracks.fade {
    opacity: 1;
  }
  .tro__ex {
    position: relative;
    margin-top: 0.7rem;
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
  }
  .tro__low {
    position: relative;
    margin-top: 0.4rem;
    padding: 0.2rem 0.45rem 0.7rem;
    background-color: #eaede7;
  }
  .tro__low::before, .tro__low::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    width: 1px;
    height: 0.3rem;
    background-color: #eaede7;
  }
  .tro__low::after {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    background-color: #00b2c9;
  }
  .tro__item {
    margin-top: 0.4rem;
  }
  .tro__ttl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #00b2ca;
    font-size: 0.42rem;
    font-weight: 500;
  }
  .tro__ttl02 .small {
    font-size: 0.24rem;
  }
  .tro__ttl02::before {
    content: "";
    display: block;
    width: 0.34rem;
    height: 0.66rem;
    margin: 0 0.25rem 0 0.15rem;
    background: url(../images/tro_icon02.webp) top center/contain no-repeat;
  }
  .tro__ttl02--num02::before {
    background: url(../images/tro_icon03.webp) top center/contain no-repeat;
  }
  .tro__ttl02--num03::before {
    background: url(../images/tro_icon04.webp) top center/contain no-repeat;
  }
  .tro__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 0.22rem;
  }
  .tro__img03 {
    width: 2.02rem;
    margin: 0 auto;
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
  }
  .tro__txt02 {
    font-size: 0.3rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
  }
  .tro__txt02 .small {
    display: block;
    font-size: 0.22rem;
    letter-spacing: -0.01em;
  }
  .tro__price {
    margin-top: 0.05rem;
    color: #00b2c9;
    font-weight: 600;
  }
  .tro__price span {
    line-height: 1;
  }
  .tro__price .yen {
    font-size: 0.5rem;
  }
  .tro__price .num {
    font-size: 0.8rem;
  }
  .tro__price .tax {
    display: inline-block;
    margin-left: 0.1rem/100rem;
    font-size: 0.22rem;
  }
}
/*==============================================================================
tro
============================================================================= */
@media screen and (min-width: 769px) {
  .tro--bg {
    padding: 100px 0 80px;
    background-color: #00b2c9;
  }
  .tro__phone {
    position: absolute;
    top: 0;
    right: 200px;
    z-index: 5;
    width: 192px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .tro__phone.fade {
    opacity: 1;
    -webkit-animation: fall_tro_pc 0.7s linear 1;
            animation: fall_tro_pc 0.7s linear 1;
  }
  .tro__phone.stop {
    top: 740px;
  }
  .tro__ttl01 {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
  }
  .tro__ttl01 .en {
    display: block;
    width: 671px;
    margin: 0 auto 30px;
  }
  .tro__ttl01 .big {
    font-size: 58px;
    font-weight: bold;
  }
  .tro__ttl01::after {
    content: "";
    display: block;
    width: 129px;
    height: 10px;
    margin: 10px auto 0;
    background: url(../images/tro_line01.webp) top center/contain no-repeat;
  }
  .tro__ttl01 .no {
    font-weight: 400;
  }
  .tro__row {
    position: relative;
    margin-top: 96px;
  }
  .tro__row--num02 {
    margin-top: 180px;
  }
  .tro__info {
    width: 440px;
    margin-left: auto;
  }
  .tro__info--num02 {
    width: 530px;
    margin-left: 0;
  }
  .tro__txt01 {
    font-size: 24px;
    color: #fff;
  }
  .tro__txt01 .yellow {
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 5px;
    border-bottom: 4px solid #fff57f;
    line-height: 1;
    font-size: 36px;
  }
  .tro__txt01 .num {
    line-height: 1;
    font-size: 60px;
  }
  .tro__txt01 .small {
    font-size: 24px;
  }
  .tro__txt01 .big {
    font-size: 44px;
    font-weight: bold;
  }
  .tro__txt01 .big::after {
    content: "";
    display: inline-block;
    width: 38px;
    height: 40px;
    background: url(../images/tro_icon01.webp) top center/contain no-repeat;
  }
  .tro__txt01 .alert {
    font-size: 12px;
    vertical-align: text-top;
  }
  .tro__img01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 502px;
  }
  .tro__note {
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
  }
  .tro__img02 {
    position: absolute;
    top: 170px;
    right: 0;
    width: 539px;
  }
  .tro__shock {
    position: absolute;
    top: 190px;
    right: 221px;
    width: 100px;
    opacity: 0;
  }
  .tro__shock.fade {
    opacity: 1;
  }
  .tro__cracks {
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 224px;
    width: 107px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .tro__cracks.fade {
    opacity: 1;
  }
  .tro__ex {
    position: relative;
    margin-top: 190px;
    text-align: center;
    color: #fff;
    font-size: 24px;
  }
  .tro__low {
    position: relative;
    margin-top: 40px;
    padding: 60px 40px 50px;
    background-color: #eaede7;
  }
  .tro__low::before, .tro__low::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    width: 1px;
    height: 30px;
    background-color: #eaede7;
  }
  .tro__low::after {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    background-color: #00b2c9;
  }
  .tro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tro__item {
    width: 300px;
  }
  .tro__ttl02 {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #00b2ca;
    font-size: 24px;
    font-weight: 500;
  }
  .tro__ttl02 .small {
    font-size: 14px;
  }
  .tro__ttl02::before {
    content: "";
    display: block;
    width: 23px;
    height: 43px;
    margin: 0 auto 10px;
    background: url(../images/tro_icon02.webp) top center/contain no-repeat;
  }
  .tro__ttl02--num02::before {
    background: url(../images/tro_icon03.webp) top center/contain no-repeat;
  }
  .tro__ttl02--num03::before {
    background: url(../images/tro_icon04.webp) top center/contain no-repeat;
  }
  .tro__flex {
    margin-top: 13px;
  }
  .tro__img03 {
    width: 154px;
    margin: 0 auto;
  }
  .tro__info02 {
    text-align: center;
  }
  .tro__txt02 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
  }
  .tro__txt02 .small {
    font-size: 11px;
    letter-spacing: -0.01em;
  }
  .tro__price {
    color: #00b2c9;
    font-weight: 600;
  }
  .tro__price span {
    line-height: 1;
  }
  .tro__price .yen {
    font-size: 34px;
  }
  .tro__price .num {
    font-size: 64px;
  }
  .tro__price .tax {
    display: inline-block;
    margin-left: -10px;
    font-size: 12px;
  }
}
/*==============================================================================
act
============================================================================= */
@media screen and (max-width: 768px) {
  .act--bg {
    padding: 0.6rem 0 0.9rem;
    background-color: #f7f8f8;
  }
  .act__left {
    text-align: center;
  }
  .act__ttl02 {
    font-size: 0.32rem;
    font-weight: bold;
    color: #00b2c9;
  }
  .act__note {
    margin-top: 0.15rem;
    font-size: 0.22rem;
  }
  .act__img01 {
    width: 5.77rem;
    margin: 0.6rem auto 0;
  }
  .act__list {
    margin-top: 0.75rem;
  }
  .act__item {
    margin-top: 0.65rem;
  }
  .act__body {
    padding: 0.45rem 0.2rem 0.5rem;
    background: #fff;
  }
  .act__ttl03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.13rem;
    font-size: 0.34rem;
    font-weight: bold;
  }
  .act__ttl03::before {
    content: "";
    display: block;
    width: 0.06rem;
    height: 0.48rem;
    margin-right: 0.23rem;
    background: url(../images/act_line01_sp.webp) top center/contain no-repeat;
  }
  .act__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0.62rem;
    padding: 0 0.2rem;
    border-radius: 0.06rem;
    font-size: 0.28rem;
    font-weight: 500;
  }
  .act__dl--num01 {
    margin-top: 0.3rem;
  }
  .act__dl--num02 {
    background-color: #f7f8f8;
  }
  .act__ac {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3.38rem;
    height: 0.72rem;
    margin: 0.3rem auto 0;
    padding-right: 0.3rem;
    border-radius: 0.1rem;
    background-color: #005b82;
    color: #fff;
    font-size: 0.28rem;
    font-weight: 600;
  }
  .act__ac::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.42rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.17rem;
    height: 0.17rem;
    background: url(../images/pact_icon01.webp) top center/contain no-repeat;
  }
  .act__ac.open::after {
    height: 0.03rem;
    background: url(../images/pact_icon02.webp) top center/contain no-repeat;
  }
  .act__cnotent {
    display: none;
    padding: 0.3rem 0;
  }
  .act__txt01 {
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    letter-spacing: 0.04em;
    font-size: 0.26rem;
  }
  .act__txt01 .bold {
    display: inline-block;
    padding-bottom: 0.05rem;
    font-size: 0.28rem;
  }
}
/*==============================================================================
act
============================================================================= */
@media screen and (min-width: 769px) {
  .act--bg {
    padding: 60px 0;
    background-color: #f7f8f8;
  }
  .act__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
  .act__left {
    margin-right: 80px;
  }
  .act__ttl02 {
    font-size: 28px;
    font-weight: bold;
    color: #00b2c9;
  }
  .act__note {
    margin-top: 10px;
    font-size: 12px;
  }
  .act__img01 {
    width: 328px;
  }
  .act__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 65px;
  }
  .act__item {
    width: 484px;
  }
  .act__body {
    padding: 35px 14px;
    background: #fff;
  }
  .act__ttl03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    font-size: 24px;
    font-weight: bold;
  }
  .act__ttl03::before {
    content: "";
    display: block;
    width: 5px;
    height: 30px;
    margin-right: 15px;
    background: url(../images/act_line01.webp) top center/contain no-repeat;
  }
  .act__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 46px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
  }
  .act__dl--num01 {
    margin-top: 20px;
  }
  .act__dl--num02 {
    background-color: #f7f8f8;
  }
  .act__ac {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 244px;
    height: 53px;
    margin: 20px auto 0;
    padding-right: 30px;
    border-radius: 10px;
    background-color: #005b82;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
  .act__ac::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url(../images/pact_icon01.webp) top center/contain no-repeat;
  }
  .act__ac.open::after {
    height: 3px;
    background: url(../images/pact_icon02.webp) top center/contain no-repeat;
  }
  .act__cnotent {
    display: none;
    padding: 20px 0;
  }
  .act__txt01 {
    margin-top: 20px;
    padding: 0 20px;
    letter-spacing: 0.04em;
  }
  .act__txt01 .bold {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 18px;
  }
}
/*==============================================================================
com
============================================================================= */
@media screen and (max-width: 768px) {
  .com--bg {
    padding: 0.9rem 0;
  }
  .com__box {
    margin-top: 0.4rem;
    padding: 0.4rem 0.3rem 0.3rem;
    background-color: #f7f8f8;
  }
  .com_box_table{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 6.1rem;
    margin: 0 auto;
  }
  .com_box_left{
    width: 1.84rem;
    margin: 1.25rem 0 0;
  }
  .com_box_left_txt{
    margin: 0 0 .59rem .25rem;
    font-weight: bold;
    font-size: .26rem;
    letter-spacing: .06em;
    line-height: 1;
  }
  .com_box_left_txt.ttl{
    position: relative;
    font-size: .3rem;
    margin: 0 0 .67rem 0;
  }
  .com_box_left_txt.ttl::after{
    content: '';
    position: absolute;
    bottom: -.2rem;
    left: 0;
    width: 6.1rem;
    height: 1px;
    background: #a2a2a2;
  }
  .com_box_left_txt.category02{
    margin: 0 0 .59rem .25rem;
  }
  .com_box_left_txt.category03{
    margin: 0 0 .79rem .25rem;
  }
  .com_box_left_txt.category05{
    margin: 0 0 .46rem .25rem;
  }
  .com_box_left_txt.category11{
    margin: 0 0 .53rem .25rem;
  }
  .com_box_left_txt.category11 span{
    margin: 0 0 0 -.15rem;
    font-size: .24rem;
  }
  .com_box_center{
    width: 2.09rem;
    border: 1px solid #00b2c9;
    background-color: #fffabb;
  }
  .com_box_center_top{
    position: relative;
    margin: 0 0 1.11rem;
    padding: 0.15rem 0 0.13rem;
    color: #ffffff;
    background: #00b2c9;
    text-align: center;
    font-weight: bold;
    font-size: .28rem;
    line-height: 1;
    letter-spacing: -.05em;
  }
  .com_box_center_top .mini01{
    font-size: .22rem;
  }
  .com_box_center_top .mini02{
    font-size: .22rem;
  }
  .com_box_center_top::after{
    content: '';
    position: absolute;
    bottom: -.1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #00b2c9;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.4952em 0.375em;
    border-top-color: currentColor;
    border-bottom: 0;
  }
  .com_box_center_price{
    position: relative;
    margin: 0 0 .35rem;
    color: #00b2c9;
    font-weight: bold;
    font-size: .38rem;
    text-align: center;
    letter-spacing: .06em;
    line-height: 1;
  }
  .com_box_center_price .unit{
    font-size: .3rem;
  }
  .com_box_center_price .mini{
    position: absolute;
    bottom: -0.2rem;
    left: 0.2rem;
    color: #414141;
    font-size: .16rem;
    letter-spacing: .02em;
  }
  .com_box_center_price.diff{
    margin: 0 0 1.7rem;
  }
  .com_box_center_circle{
    margin: 0 0 .26rem;
    color: #414141;
    font-weight: bold;
    font-size: .45rem;
    text-align: center;
    line-height: 1;
  }
  .com_box_center_circle.diff{
    margin: 0 0 .4rem;
  }
  .com_box_center_circle.diff02{
    margin: 0 0 .35rem;
  }
  .com_box_center_circle.diff03{
    margin: 0 0 .34rem;
  }
  .com_box_center_price02{
    margin: 0 0 .56rem;
    color: #414141;
    font-weight: bold;
    font-size: .3rem;
    letter-spacing: .06em;
    text-align: center;
    line-height: 1;
  }
  .com_box_center_price02 span{
    font-size: .22rem;
  }
  .com_box_center_txt{
    margin: 0 0 .8rem;
    color: #414141;
    font-weight: bold;
    font-size: .26rem;
    text-align: center;
    line-height: 1;
    letter-spacing: .06em;
  }
  .com_box_center_txt.diff_sp{
    margin: 0 0 .5rem;
  }
  .com_box_center_txt.diff{
    margin: 0 0 .62rem;
  }
  .com_box_right{
    width: 2.1rem;
    background: #ffffff;
  }
  .com_box_right_top{
    position: relative;
    margin: 0 0 1.14rem;
    padding: .15rem 0 .14rem;
    background: #939393;
    color: #ffffff;
    font-weight: bold;
    font-size: .26rem;
    text-align: center;
    line-height: 1.1;
  }
  .com_box_right_top .mini{
    font-size: .22rem;
  }
  .com_box_right_top .dot{
    position: absolute;
    top: .05rem;
    right: .05rem;
    font-size: .14rem;
  }
  .com_box_right_top::after{
    content: '';
    position: absolute;
    bottom: -.1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #939393;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.4952em 0.375em;
    border-top-color: currentColor;
    border-bottom: 0;
  }
  .com_box_right_price{
    position: relative;
    margin: 0 0 .45rem;
    font-weight: bold;
    font-size: .3rem;
    text-align: center;
    letter-spacing: .06em;
    line-height: 1;
  }
  .com_box_right_price span{
    position: absolute;
    bottom: -0.25rem;
    left: 0.44rem;
    font-size: .2rem;
  }
  .com_box_right_price.diff{
    margin: 0 0 1.73rem;
  }
  .com_box_right_restitution{
    margin: 0 0 .44rem;
    color: #414141;
    font-weight: bold;
    font-size: .18rem;
    text-align: center;
    letter-spacing: .06em;
  }
  .com__note {
    margin-top: 0.15rem;
    font-size: 0.22rem;
  }
}
/*==============================================================================
com
============================================================================= */
@media screen and (min-width: 769px) {
  .com--bg {
    padding: 100px 0 75px;
  }
  .com__box {
    margin-top: 50px;
    padding: 30px 29px;
    background-color: #f7f8f8;
  }
  .com_box_table{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 945px;
    margin: 0 auto;
  }
  .com_box_left{
    margin: 98px 0 0;
  }
  .com_box_left_txt{
    margin: 0 0 47px;
    width: 186px;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: .06em;
    line-height: 1;
  }
  .com_box_left_txt.ttl{
    position: relative;
    font-size: 24px;
  }
  .com_box_left_txt.ttl::after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 945px;
    height: 1px;
    background: #a2a2a2;
  }
  .com_box_left_txt.category02{
    margin: 0 0 54px;
  }
  .com_box_left_txt.category03{
    margin: 0 0 57px;
  }
  .com_box_left_txt.category05{
    margin: 0 0 43px;
  }
  .com_box_left_txt.category11{
    margin: 0 0 38px;
  }
  .com_box_center{
    width: 366px;
    border: 1px solid #00b2c9;
    background-color: #fffabb;
  }
  .com_box_center_top{
    position: relative;
    margin: 0 0 77px;
    padding: 18px 0;
    color: #ffffff;
    background: #00b2c9;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
  }
  .com_box_center_top .mini02{
    font-size: 18px;
  }
  .com_box_center_top::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #00b2c9;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.4952em 0.375em;
    border-top-color: currentColor;
    border-bottom: 0;
  }
  .com_box_center_price{
    position: relative;
    margin: 0 0 33px;
    color: #00b2c9;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    letter-spacing: .06em;
    line-height: 1;
  }
  .com_box_center_price .unit{
    font-size: 30px;
  }
  .com_box_center_price .mini{
    position: absolute;
    bottom: -19px;
    left: 102px;
    color: #414141;
    font-size: 13px;
  }
  .com_box_center_price.diff{
    margin: 0 0 119px;
  }
  .com_box_center_circle{
    margin: 0 0 30px;
    color: #414141;
    font-size: 38px;
    text-align: center;
    line-height: 1;
  }
  .com_box_center_price02{
    margin: 0 0 60px;
    color: #414141;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: .06em;
    text-align: center;
    line-height: 1;
  }
  .com_box_center_price02.diff{
    margin: 0 0 58px;
  }
  .com_box_center_price02 span{
    font-size: 20px;
  }
  .com_box_center_txt{
    margin: 0 0 48px;
    color: #414141;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    letter-spacing: .06em;
  }
  .com_box_center_txt.diff{
    margin: 0 0 40px;
  }
  .com_box_right{
    width: 365px;
    background: #ffffff;
  }
  .com_box_right_top{
    position: relative;
    margin: 0 0 78px;
    padding: 19px 0 18px;
    background: #939393;
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    line-height: 1;
  }
  .com_box_right_top .mini{
    font-size: 18px;
  }
  .com_box_right_top .dot{
    position: absolute;
    top: 23px;
    right: 62px;
    font-size: 13px;
  }
  .com_box_right_top::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #939393;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.4952em 0.375em;
    border-top-color: currentColor;
    border-bottom: 0;
  }
  .com_box_right_price{
    position: relative;
    margin: 0 0 46px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    letter-spacing: .06em;
    line-height: 1;
  }
  .com_box_right_price span{
    position: absolute;
    bottom: -19px;
    left: 144px;
    font-size: 13px;
  }
  .com_box_right_price.diff{
    margin: 0 0 121px;
  }
  .com_box_right_restitution{
    margin: 0 0 16px;
    color: #414141;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: .06em;
  }
  .com__note {
    margin-top: 15px;
    font-size: 12px;
  }
}
/*==============================================================================
faq
============================================================================= */
@media screen and (max-width: 768px) {
  .faq--bg {
    padding: 1.1rem 0 0.59rem;
  }
  .faq__ttl01 {
    font-size: 0.54rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .faq__ttl01 .alert {
    font-size: 0.18rem;
    vertical-align: text-top;
  }
  .faq__list {
    margin-top: 0.55rem;
  }
  .faq__item {
    margin-top: 0.3rem;
  }
  .faq__dt {
    position: relative;
    padding: 0.22rem 1.05rem;
    border-radius: 0.1rem;
    background-color: #00b2c9;
    color: #fff;
    line-height: 1.3;
    font-size: 0.28rem;
    font-weight: bold;
  }
  .faq__dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.5rem;
    display: block;
    font-family: Oswald;
    color: #e5f3f5;
    font-size: 0.48rem;
    font-weight: 500;
    line-height: 1;
  }
  .faq__dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.45rem;
    width: 0.41rem;
    height: 0.41rem;
    background: url(../images/faq_icon01.webp) top center/100% 100% no-repeat;
  }
  .faq__dt.open::after {
    background: url(../images/faq_icon02.webp) top center/100% 100% no-repeat;
  }
  .faq__dd {
    display: none;
    position: relative;
    padding: 0.3rem 0.4rem 0.2rem 1.05rem;
    line-height: 1.3;
    font-size: 0.26rem;
  }
  .faq__dd::before {
    content: "A";
    position: absolute;
    top: 0.3rem;
    left: 0.5rem;
    display: block;
    font-family: Oswald;
    font-size: 0.48rem;
    font-weight: 500;
    line-height: 1;
  }
  .faq__dd2 {
    margin-left: 0.1rem;
  }
  .faq__dd3 {
    margin-left: 0.1rem;
  }
  .faq__dd_u {
    text-decoration: underline;
  }
  .faq__dd_b {
    font-weight: bold;
  }
  .faq__dd_bu {
    text-decoration: underline;
    font-weight: bold;
  }
  .faq__dd_r {
    text-align: right;
    margin-top: 30px;
  }
  .faq__txt {
    margin: 0.64rem 0 0;
    color: #414141;
    font-weight: bold;
    font-size: 0.34rem;
    text-align: center;
    line-height: 1.4;
  }
  .faq__txt a {
    display: inline-block;
    color: #00b2c9;
    border-bottom: 1px solid #00b2c9;
  }
}
/*==============================================================================
faq
============================================================================= */
@media screen and (min-width: 769px) {
  .faq--bg {
    padding: 80px 0 70px;
  }
  .faq__ttl01 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .faq__ttl01 .alert {
    font-size: 13px;
    vertical-align: text-top;
  }
  .faq__list {
    margin-top: 50px;
  }
  .faq__item {
    margin-top: 20px;
  }
  .faq__dt {
    cursor: pointer;
    position: relative;
    padding: 30px 75px;
    border-radius: 10px;
    background-color: #00b2c9;
    color: #fff;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
  }
  .faq__dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 26px;
    display: block;
    font-family: Oswald;
    color: #e5f3f5;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
  }
  .faq__dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 33px;
    width: 30px;
    height: 30px;
    background: url(../images/faq_icon01.webp) top center/100% 100% no-repeat;
  }
  .faq__dt.open::after {
    background: url(../images/faq_icon02.webp) top center/100% 100% no-repeat;
  }
  .faq__dd {
    display: none;
    position: relative;
    padding: 30px 75px;
    line-height: 1.6;
    font-size: 18px;
  }
  .faq__dd::before {
    content: "A";
    position: absolute;
    top: 20px;
    left: 26px;
    display: block;
    font-family: Oswald;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
  }
  .faq__dd2 {
    margin-left: 30px;
  }
  .faq__dd3 {
    margin-left: 30px;
  }
  .faq__dd_u {
    text-decoration: underline;
  }
  .faq__dd_b {
    font-weight: bold;
  }
  .faq__dd_bu {
    text-decoration: underline;
    font-weight: bold;
  }
  .faq__dd_r {
    text-align: right;
    margin-top: 30px;
  }
  .faq__txt {
    margin: 70px 0 0;
    font-weight: bold;
    color: #414141;
    font-size: 22px;
    text-align: center;
  }
  .faq__txt a {
    display: inline-block;
    color: #00b2c9;
    border-bottom: 1px solid #00b2c9;
  }
}
/*==============================================================================
fea
============================================================================= */
@media screen and (max-width: 768px) {
  .fea--bg {
    padding: 1.14rem 0 0.7rem;
    background: url(../images/fea_bg01_sp.webp) top center/cover no-repeat, #f7f8f8;
  }
  .fea__ttl01 {
    width: 5.8rem;
    margin-left: 0.3rem;
  }
  .fea__lead {
    display: table;
    margin: 0.45rem auto 0;
    border-bottom: 0.04rem solid #00b2c9;
    font-size: 0.44rem;
    color: #00b2c9;
    font-weight: bold;
  }
  .fea__lead02 {
    margin-top: 0.4rem;
    text-align: center;
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 2;
  }
  .fea__lead02 .water,
  .fea__lead02 .water02 {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1;
  }
  .fea__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.8rem;
  }
  .fea__box {
    position: relative;
    width: 3.2rem;
    padding-bottom: 0.4rem;
    border: 1px solid #00b2c9;
    background-color: #fff;
  }
  .fea__box--num02 {
    border: 1px solid #00b2c9;
  }
  .fea__box--num02 .fea__ttl02 {
    background-color: #00c9bd;
  }
  .fea__medal {
    position: absolute;
    top: -0.6rem;
    left: -0.37rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.08rem;
    height: 1.08rem;
    color: #00b2c9;
    font-size: 0.21rem;
    font-weight: bold;
    background: url(../images/fea_bg02.webp) top center/100% 100% no-repeat;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .fea__ttl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 0.89rem;
    background-color: #00b2c9;
    color: #fff;
    font-size: 0.36rem;
    font-weight: bold;
  }
  .fea__dt {
    width: 2.72rem;
    margin: 0.4rem auto 0;
    padding: 0.1rem;
    border-radius: 0.27rem;
    background-color: #f0f1f0;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
  }
  .fea__dt .small {
    font-size: 0.2rem;
    font-weight: 500;
  }
  .fea__dd {
    text-align: center;
  }
  .fea__price {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 1;
  }
  .fea__price .num {
    line-height: 1;
    font-size: 0.52rem;
  }
  .fea__price .medium {
    font-size: 0.38rem;
    line-height: 1;
  }
  .fea__price .small {
    display: block;
    margin-top: 0.1rem;
    color: #444;
    font-size: 0.2rem;
    letter-spacing: -0.02em;
    font-weight: 400;
  }
  .fea__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 3.3rem;
    margin-bottom: -0.2rem;
  }
  .fea__item {
    width: 0.8rem;
    margin: 0.2rem 0.23rem 0;
  }
  .fea__item .icon {
    display: block;
    width: 0.46rem;
    min-height: 0.9rem;
    margin: 0 auto;
  }
  .fea__item .txt {
    white-space: nowrap;
    position: relative;
    display: block;
    margin-top: 0.1rem;
    font-size: 0.28rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  .fea__item .alert {
    position: absolute;
    top: 0;
    right: -0.25rem;
    font-size: 0.18rem;
    vertical-align: text-top;
    color: #444;
  }
  .fea__item:nth-child(2) .alert {
    right: -0.35rem;
  }
  .fea__item:nth-child(3), .fea__item:nth-child(4) {
    margin-top: 0.1rem;
  }
  .fea__wide {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 6.2rem;
    height: 0.8rem;
    margin: 0.35rem 0 -0.15rem 0.23rem;
    padding: 0 0.4rem;
    margin-left: 0.23rem;
    border-radius: 0.4rem;
    background-color: #9ddae9;
  }
  .fea__dt02 {
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
  }
  .fea__dt02 .small {
    font-size: 0.22rem;
    font-weight: 500;
  }
  .fea__dd02 {
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
  }
  .fea__dd02 .num {
    font-size: 0.38rem;
  }
  .fea__dd02 .small {
    font-size: 0.22rem;
    font-weight: 500;
  }
  .fea__note {
    margin: 0.3rem 0 -0.2rem;
    font-size: 0.22rem;
    line-height: 1.3;
    letter-spacing: 0.054em;
  }
  .fea__ttl03 {
    margin-top: 0.6rem;
    font-size: 0.54rem;
    text-align: center;
  }
  .fea__ttl03 .num {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
  }
  .fea__box02 {
    margin-top: 0.3rem;
    padding: 0.05rem 0 0.4rem 0.45rem;
    background-color: #fff;
  }
  .fea__item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0.4rem 0 0;
  }
  .fea__num {
    width: 0.81rem;
    height: 0.94rem;
    padding-top: 0.13rem;
    text-align: center;
    line-height: 1;
    background: url(../images/fea_bg03.webp) top center/100% 100% no-repeat;
    color: #fff;
    font-size: 0.22rem;
    font-weight: 500;
  }
  .fea__num .num {
    display: block;
    font-size: 0.32rem;
  }
  .fea__txt03 {
    width: 5.2rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #00b2c9;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .fea__txt03 .blue {
    display: block;
  }
  .fea__txt03 .alert {
    font-size: 0.18rem;
    vertical-align: top;
    color: #444;
  }
  .fea__attention {
    margin-top: 0.4rem;
    -webkit-box-align: center;
    height: 4.5rem;
    padding: 0.1rem 0.1rem;
    font-size: 0.28rem;
    line-height: 1.3;
    text-align: center;
  }
  .fea__attention--title {
    /* text-shadow: 3px 4px 3px #a2a2a2; */
    font-weight: bold;
    font-size: 0.42rem;
    color: red;
  }
  .fea__attention--title2 {
    margin-top: 0.3rem;
    /* text-shadow: 3px 4px 3px #a2a2a2; */
    font-weight: bold;
    font-size: 0.42rem;
    color: red;
  }
}
/*==============================================================================
fea
============================================================================= */
@media screen and (min-width: 769px) {
  .fea--bg {
    padding: 143px 0 60px;
    background: url(../images/fea_bg01.webp) top center/2000px no-repeat, #f7f8f8;
  }
  .fea__ttl01 {
    width: 842px;
    margin-left: 66px;
  }
  .fea__lead {
    display: table;
    margin: 60px auto 0;
    border-bottom: 4px solid #00b2c9;
    font-size: 34px;
    color: #00b2c9;
    font-weight: bold;
  }
  .fea__lead02 {
    margin-top: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
  }
  .fea__lead02 .water,
  .fea__lead02 .water02 {
    font-size: 32px;
    font-weight: bold;
  }
  .fea__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .fea__box {
    position: relative;
    width: 490px;
    padding-bottom: 65px;
    border: 1px solid #00b2c9;
    background-color: #fff;
  }
  .fea__box--num02 {
    border: 1px solid #00b2c9;
  }
  .fea__box--num02 .fea__ttl02 {
    background-color: #00c9bd;
  }
  .fea__medal {
    position: absolute;
    top: -40px;
    left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 108px;
    height: 108px;
    color: #00b2c9;
    font-size: 21px;
    font-weight: bold;
    background: url(../images/fea_bg02.webp) top center/100% 100% no-repeat;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .fea__ttl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 490px;
    height: 79px;
    background-color: #00b2c9;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
  }
  .fea__dt {
    width: 430px;
    margin: 25px auto 0;
    padding: 13px;
    border-radius: 27px;
    background-color: #f0f1f0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .fea__dt .small {
    font-size: 12px;
    font-weight: 500;
  }
  .fea__dd {
    text-align: center;
  }
  .fea__price {
    margin-top: 25px;
    font-size: 29px;
    font-weight: bold;
    line-height: 1;
  }
  .fea__price .num {
    line-height: 1;
    font-size: 52px;
  }
  .fea__price .medium {
    font-size: 38px;
    line-height: 1;
  }
  .fea__price .small {
    display: block;
    margin-top: 5px;
    color: #444;
    font-size: 12px;
    font-weight: 500;
  }
  .fea__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
  .fea__item {
    margin: 0 25px;
  }
  .fea__item .icon {
    display: block;
    width: 41px;
    margin: 0 auto;
  }
  .fea__item .txt {
    position: relative;
    display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
  }
  .fea__item .alert {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    font-size: 12px;
    vertical-align: text-top;
    color: #444;
  }
  .fea__wide {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 935px;
    height: 60px;
    margin: 40px 0 -20px;
    padding: 0 220px;
    margin-left: 32px;
    border-radius: 30px;
    background-color: #9ddae9;
  }
  .fea__dt02 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .fea__dt02 .small {
    font-size: 14px;
    font-weight: 500;
  }
  .fea__dd02 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
  }
  .fea__dd02 .num {
    font-size: 38px;
  }
  .fea__dd02 .small {
    font-size: 14px;
    font-weight: 500;
  }
  .fea__note {
    margin-top: 15px;
    font-size: 12px;
  }
  .fea__ttl03 {
    margin-top: 70px;
    font-size: 50px;
    text-align: center;
  }
  .fea__ttl03 .num {
    font-size: 100px;
    font-weight: 500;
  }
  .fea__box02 {
    margin-top: 30px;
    padding: 25px 0 45px 45px;
    background-color: #fff;
  }
  .fea__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fea__item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 450px;
    margin: 25px 35px 0 0;
  }
  .fea__item02:nth-child(2n) {
    margin-right: 0;
  }
  .fea__num {
    width: 61px;
    height: 73px;
    padding-top: 10px;
    text-align: center;
    line-height: 1;
    background: url(../images/fea_bg03.webp) top center/100% 100% no-repeat;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
  }
  .fea__num .num {
    display: block;
    font-size: 24px;
  }
  .fea__txt03 {
    width: 370px;
    font-size: 23px;
    font-weight: bold;
    color: #00b2c9;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .fea__txt03 .blue {
    display: block;
  }
  .fea__txt03 .alert {
    font-size: 12px;
    vertical-align: text-top;
    color: #444;
  }
  .fea__attention {
    margin-top: 0.8rem;
    -webkit-box-align: center;
    height: 4.5rem;
    padding: 0.1rem 0.35rem;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
  .fea__attention--title {
    /* text-shadow: 3px 4px 3px #a2a2a2; */
    font-weight: bold;
    font-size: 25px;
    color: red;
  }
  .fea__attention--title2 {
    /* text-shadow: 3px 4px 3px #a2a2a2; */
    font-weight: bold;
    font-size: 25px;
    color: red;
  }
}
/*==============================================================================
ste
============================================================================= */
@media screen and (max-width: 768px) {
  .ste--bg {
    padding: 1rem 0 0.9rem;
    background-color: #e3fbff;
  }
  .ste__lead {
    margin-top: 0.25rem;
    font-size: 0.3rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .ste__lead .water {
    font-weight: 700;
  }
  .ste__item {
    margin-top: 0.55rem;
  }
  .ste__ttl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0.82rem;
    padding: 0.1rem 0.35rem;
    background-color: #00b2c9;
    color: #fff;
    font-weight: bold;
    font-size: 0.38rem;
    line-height: 1;
  }
  .ste__ttl02 .num {
    display: block;
    margin-right: 0.2rem;
    padding: 0.04rem 0.2rem 0 0;
    border-right: 1px solid #fff;
    font-size: 0.32rem;
    line-height: 1.3;
  }
  .ste__txt01 {
    margin: 0.25rem 0.3rem 0;
    font-size: 0.3rem;
  }
  .ste__img01 {
    margin: 0.3rem auto 0;
  }
  .ste__item02 {
    position: relative;
    height: 3.9rem;
    margin-top: 0.3rem;
    padding: 0.3rem 0.4rem;
    border-radius: 0.32rem;
    background-color: #fff;
  }
  .ste__txt02 {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #414141;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
  }
  .ste__img02 {
    position: absolute;
    width: 5.3rem;
    bottom: 23px;
    right: 0.3rem;
  }
  .ste__img03 {
    position: absolute;
    width: 5.75rem;
    bottom: 0.36rem;
    right: 0.3rem;
  }
  .ste__low {
    margin-top: 0.3rem;
    padding: 0.3rem 0.4rem 0.4rem;
    border-radius: 0.32rem;
    background-color: #cfdfe1;
  }
  .ste__dt {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #a2a2a2;
    font-weight: bold;
    font-size: 0.3rem;
    text-align: center;
  }
  .ste__dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.25rem;
  }
  .ste__item03 {
    margin: 0 0.15rem;
    text-align: center;
  }
  .ste__icon01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.14rem;
    height: 1.7rem;
    margin: 0 auto;
  }
  .ste__icon01--num02 {
    width: 1.08rem;
  }
  .ste__txt03 {
    white-space: nowrap;
    -webkit-transform: translateX(0.2rem);
            transform: translateX(0.2rem);
    margin-top: 0.1rem;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .ste__note {
    margin: 0.1rem 0.3rem 0;
    font-size: 0.22rem;
    letter-spacing: 0;
  }
  .ste__ttl01--num02 {
    margin-top: 1rem;
  }
  .ste__list04 {
    margin-top: -0.1rem;
  }
  .ste__item04 {
    margin-top: 0.6rem;
  }
  .ste__ttl02--small02 {
    font-size: 0.32rem;
    white-space: nowrap;
  }
  .ste__ttl02--small {
    white-space: nowrap;
  }
  .ste__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.2rem;
  }
  .ste__txt04 {
    width: 3.35rem;
    margin-left: 0.3rem;
    font-size: 0.3rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .ste__img04 {
    width: 2.76rem;
  }
}
/*==============================================================================
ste
============================================================================= */
@media screen and (min-width: 769px) {
  .ste--bg {
    padding: 100px 0 75px;
    background-color: #e3fbff;
  }
  .ste__lead {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
  }
  .ste__lead .water {
    font-weight: 700;
  }
  .ste__item {
    margin-top: 60px;
  }
  .ste__ttl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 82px;
    padding: 0 30px;
    background-color: #00b2c9;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
  }
  .ste__ttl02 .num {
    display: block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    font-size: 24px;
  }
  .ste__txt01 {
    margin: 30px 0 0 30px;
    font-size: 20px;
  }
  .ste__img01 {
    width: 488px;
    margin: 35px auto 0;
  }
  .ste__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
  }
  .ste__item02 {
    position: relative;
    width: 488px;
    height: 284px;
    margin-top: 35px;
    padding: 20px 30px;
    border-radius: 32px;
    background-color: #fff;
  }
  .ste__txt02 {
    padding-bottom: 10px;
    border-bottom: 1px solid #414141;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .ste__img02 {
    position: absolute;
    width: 386px;
    bottom: 30px;
    right: 40px;
  }
  .ste__img03 {
    position: absolute;
    width: 419px;
    bottom: 25px;
    right: 10px;
  }
  .ste__low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 155px;
    margin-top: 27px;
    padding-left: 77px;
    border-radius: 32px;
    background-color: #cfdfe1;
  }
  .ste__dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 111px;
    margin-right: 40px;
    padding-right: 70px;
    border-right: 1px solid #a2a2a2;
    font-weight: bold;
    font-size: 20px;
  }
  .ste__dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ste__item03 {
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ste__icon01 {
    width: 82px;
  }
  .ste__txt03 {
    margin-left: 14px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  .ste__note {
    margin: 15px 0 0 35px;
    font-size: 12px;
  }
  .ste__ttl01--num02 {
    margin-top: 130px;
  }
  .ste__list04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .ste__item04 {
    width: 320px;
  }
  .ste__ttl02--small {
    height: 50px;
    padding: 0 15px;
    padding-right: 0;
    font-size: 16px;
  }
  .ste__ttl02--small .num {
    margin-right: 11px;
    padding-right: 11px;
    font-size: 14px;
  }
  .ste__txt04 {
    min-height: 100px;
    margin-top: 13px;
    font-size: 16px;
  }
}
/*==============================================================================
voi
============================================================================= */
@media screen and (max-width: 768px) {
  .voi--bg {
    padding: 1rem 0 0.5rem;
    background-color: #f7f8f8;
  }
  .voi__note {
    margin-top: 0.2rem;
    font-size: 0.22rem;
    text-align: center;
  }
  .voi__low {
    margin-top: 0.45rem;
    background-color: #fff;
  }
  .voi__ttl02 {
    padding: 0.2rem 0;
    background-color: #00b2c9;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 0.3rem;
    line-height: 1.3;
  }
  .voi__ttl02 .small {
    display: inline-block;
    font-size: 0.24rem;
    line-height: 1;
  }
  .voi__img01 {
    padding: 0.3rem 0.25rem 0.5rem;
  }
}
/*==============================================================================
voi
============================================================================= */
@media screen and (min-width: 769px) {
  .voi--bg {
    padding: 110px 0 65px;
    background-color: #f7f8f8;
  }
  .voi__note {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
  }
  .voi__low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    padding: 25px 65px;
    background-color: #fff;
  }
  .voi__ttl02 {
    width: 350px;
    text-align: center;
    font-weight: bold;
    color: #00b2c9;
    font-size: 26px;
  }
  .voi__ttl02 .small {
    display: inline-block;
    margin-top: -5px;
    font-size: 18px;
    line-height: 1;
  }
  .voi__img01 {
    width: 461px;
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (max-width: 768px) {
  .cta__btns {
    margin-top: 0.7rem;
  }
  .cta__btn01 {
    margin-top: 0.4rem;
    height: 1.2rem;
    padding-top: 0.13rem;
    text-align: center;
    color: #fff;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 1.3;
    -webkit-box-shadow: 0 0.09rem 0.24rem rgba(2, 2, 2, 0.2);
            box-shadow: 0 0.09rem 0.24rem rgba(2, 2, 2, 0.2);
    border-radius: 0.1rem;
    letter-spacing: 0.08em;
    background-image: linear-gradient(-102deg, #00b2c9 0%, #01cee9 100%);
  }
  .cta__btn01 .small {
    font-size: 0.27rem;
    font-weight: 500;
  }
  .cta__btn01--num02 {
    background-image: linear-gradient(-102deg, #00c9bd 0%, #01e2d4 100%);
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (min-width: 769px) {
  .cta__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .cta__btn01 {
    width: 480px;
    height: 100px;
    padding-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    -webkit-box-shadow: 0 9px 24px rgba(2, 2, 2, 0.2);
            box-shadow: 0 9px 24px rgba(2, 2, 2, 0.2);
    border-radius: 10px;
    letter-spacing: 0.08em;
    background-image: linear-gradient(-102deg, #00b2c9 0%, #01cee9 100%);
  }
  .cta__btn01 .small {
    font-size: 18px;
    font-weight: 500;
  }
  .cta__btn01--num02 {
    background-image: linear-gradient(-102deg, #00c9bd 0%, #01e2d4 100%);
  }
}
/*==============================================================================
footer
============================================================================= */
@media screen and (max-width: 768px) {
  .footer__bg01 {
    padding: 0.45rem 0;
    background-color: #333333;
  }
  .footer__ttl01 {
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .footer__ttl01 .big {
    display: block;
    font-size: 0.46rem;
    font-weight: bold;
  }
  .footer__ttl01 a {
    color: #ffffff;
  }
  .footer__bg02 {
    padding: 0.3rem 0 0.7rem;
    background-color: #939393;
    color: #fff;
  }
  .footer__txt01 {
    letter-spacing: 0.01em;
    font-size: 0.22rem;
  }
  .footer__txt02 {
    margin-top: 0.5rem;
    font-size: 0.2rem;
  }
  .footer__txt02--num01 {
    margin-top: 0.55rem;
    text-align: center;
    line-height: 1.8;
  }
  .footer__txt02--num01 .big {
    display: block;
    font-size: 0.3rem;
  }
  .footer__txt02--right {
    margin-top: 0.5rem;
    text-align: right;
  }
  .footer__txt02 a {
    display: inline-block;
    color: #ffffff;
  }
}
/*==============================================================================
footer
============================================================================= */
@media screen and (min-width: 769px) {
  .footer__bg01 {
    padding: 40px 0;
    background-color: #333333;
  }
  .footer__ttl01 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .footer__ttl01 .big {
    display: block;
    font-size: 38px;
    font-weight: bold;
  }
  .footer__ttl01 a {
    color: #ffffff;
  }
  .footer__bg02 {
    padding: 25px 0 60px;
    background-color: #939393;
    color: #fff;
  }
  .footer__txt01 {
    letter-spacing: -0.01em;
    font-size: 16px;
  }
  .footer__txt02 {
    margin-top: 35px;
    font-size: 13px;
  }
  .footer__txt02--num01 {
    font-size: 15px;
    text-align: center;
  }
  .footer__txt02--num01 .big {
    display: block;
    font-size: 25px;
  }
  .footer__txt02--right {
    margin-top: -20px;
    text-align: right;
    font-size: 14px;
  }
  .footer__txt02 a {
    display: inline-block;
    color: #ffffff;
  }
}