@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

img {
  width: 100%;
  height: inherit;
}

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

body {
  position: relative;
  overflow-x: hidden;
  font-family: YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  word-break: break-all;
}

img {
  vertical-align: top;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-pc
----------------------------------------------- */
@media screen and (min-width: 2000px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 43.125rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 75rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
font-family
============================================================================= */
.a1 {
  font-family: "Noto Serif JP", serif;
}

.ryumin-r {
  font-family: "Noto Serif JP", serif;
}

.ryumin {
  font-family: "Noto Serif JP", serif;
}

.ryumin-h {
  font-family: "Noto Serif JP", serif;
}

.ryumin-m {
  font-family: "Noto Serif JP", serif;
}

.ryumin-pro-l {
  font-family: "Noto Serif JP", serif;
}

.ryumin-pro-r {
  font-family: "Noto Serif JP", serif;
}

.ryumin-pro {
  font-family: "Noto Serif JP", serif;
}

.hiragino {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
}

@media screen and (max-width: 767px) {
  .header-inner {
    padding: 1.25rem 0;
  }
  .header-logo {
    width: 21rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .header-inner {
    padding: 0.6875rem 0;
  }
  .header-logo {
    width: 13.6875rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .fv {
    position: relative;
  }
  .fv-top {
    padding: 0.625rem 0;
    background: #51a6ab;
    color: #ffffff;
    font-size: 1.25rem;
    text-align: center;
  }
  .fv-top .num01 {
    font-size: 2.25rem;
  }
  .fv-top .big {
    font-size: 1.875rem;
  }
  .fv-top .middle {
    font-size: 1.5rem;
  }
  .fv-top .mini {
    font-size: 1.25rem;
  }
  .fv-bg01 {
    padding: 0.8125rem 0 15.3125rem;
    background: url("../images/fv-bg.webp") no-repeat center/cover;
  }
  .fv h1 {
    width: 33.125rem;
    margin: 0 0 1.3125rem;
  }
  .fv-txt01 {
    width: 27.125rem;
    margin: 0 0 0.5625rem 0.9375rem;
    padding: 0.5625rem 0;
    background: url("../images/fv-txt01-bg.webp") no-repeat center/cover;
    color: #ffffff;
    text-shadow: 1px 1px 0 #5e4a35, -1px -1px 0 #5e4a35, -1px 1px 0 #5e4a35, 1px -1px 0 #5e4a35, 0px 1px 0 #5e4a35, 0 -1px 0 #5e4a35, -1px 0 0 #5e4a35, 1px 0 0 #5e4a35;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .fv-txt02 {
    position: absolute;
    top: 12.8125rem;
    left: 1.625rem;
    color: #826e57;
    font-size: 1.75rem;
    letter-spacing: -0.12em;
  }
  .fv-txt02 span {
    font-size: 2.5rem;
  }
  .fv-bg02 {
    position: relative;
    z-index: 5;
    height: 18.875rem;
    margin: -19.375rem 0 0;
    padding: 0.625rem;
    background: url("../images/fv-bg02.webp") no-repeat top/cover;
  }
  .fv-machine {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    width: 24.125rem;
  }
  .fv-right {
    position: absolute;
    top: -1.25rem;
    right: 4.25rem;
    width: 41.5rem;
  }
  .fv-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fv-achieve {
    width: 25.625rem;
    margin: 1.875rem 0 0;
  }
  .fv-medal {
    width: 11.25rem;
  }
  .fv-possibles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fv-possibles p {
    position: relative;
    padding: 0.4375rem 2.3125rem;
    background: #a79b8d;
    color: #ffffff;
    border-radius: 1.875rem;
    font-size: 1.0625rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .fv-possibles p::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.8125rem;
    width: 0.625rem;
    height: 0.9375rem;
    background: url("../images/fv-possibles-shape.webp") no-repeat center/contain;
  }
  .fv-02 {
    position: relative;
  }
  .fv-02-human01 {
    position: absolute;
    z-index: 10;
    top: 2.6875rem;
    left: 9.375rem;
    width: 19.375rem;
  }
  .fv-02-human02 {
    position: absolute;
    z-index: 10;
    top: 4.0625rem;
    right: 9.375rem;
    width: 13.3125rem;
  }
  .fv-02-top {
    width: 33.75rem;
    margin: 0 auto;
  }
  .fv-02-top-bg {
    position: relative;
    z-index: 5;
    padding: 0.3125rem 0 1.875rem;
    background: url("../images/fv-02-top-bg.webp") no-repeat center/cover;
  }
  .fv-02-main {
    width: 38.4375rem;
    margin: 0 auto;
  }
  .fv-02-main-bg {
    margin: -1.875rem 0 0;
    padding: 3.125rem 0 2.65625rem;
    background: #f6f3ed;
  }
  .fv-02-year {
    width: 28.4375rem;
    margin: 0 auto 1.375rem;
  }
  .fv-02-machine {
    position: relative;
    z-index: 5;
    width: 22.5rem;
    margin: 0 auto;
  }
  .fv-02-deco {
    position: absolute;
    bottom: 5rem;
    left: 23.75rem;
    width: 41.875rem;
  }
  .fv-03-top {
    width: 48.125rem;
    margin: 0 auto;
  }
  .fv-03-top-bg {
    position: relative;
    z-index: 5;
    padding: 0 0 1.875rem;
    background: url("../images/fv-03-top-bg.webp") no-repeat center/cover;
  }
  .fv-03-main {
    width: 42.1875rem;
    margin: -0.625rem 0 0 1.875rem;
  }
  .fv-03-main-bg {
    margin: -1.75rem 0 0;
    padding: 3.125rem 0 3.0625rem;
    background: url("../images/fv-03-main-bg.webp") no-repeat center/cover;
  }
  .fv-03-human {
    position: absolute;
    top: -11.25rem;
    right: 6.25rem;
    width: 25.125rem;
  }
  .fv-03-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .fv-03-left {
    margin: -0.625rem 0 0;
  }
  .fv-03-left-txt {
    position: relative;
    z-index: 5;
    display: inline-block;
    vertical-align: bottom;
    width: 17.6875rem;
    margin: 0 -8.75rem 1.875rem 0;
    padding: 0.625rem 0;
    background: url("../images/fv-03-left-txt.webp") no-repeat center/cover;
    color: #ffffff;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: 3px 3px 7px #618aa3, -3px -3px 7px #618aa3, -3px 3px 7px #618aa3, 3px -3px 7px #618aa3, 3px 0 7px #618aa3, -3px 0 7px #618aa3, 0 3px 7px #618aa3, 0 -3px 7px #618aa3;
  }
  .fv-03-right {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 28.4375rem;
    margin: 0 0 0.625rem;
  }
  .fv-03-right-item {
    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;
    width: 9rem;
    height: 9rem;
    background: url("../images/fv-03-right-item.webp") no-repeat center/cover;
    color: #ffffff;
    font-size: 1.625rem;
    line-height: 1.19;
    text-align: center;
    text-shadow: 3px 3px 7px #5dacb1, -3px -3px 7px #5dacb1, -3px 3px 7px #5dacb1, 3px -3px 7px #5dacb1, 3px 0 7px #5dacb1, -3px 0 7px #5dacb1, 0 3px 7px #5dacb1, 0 -3px 7px #5dacb1;
  }
  .fv-03-machine {
    display: inline-block;
    width: 31.25rem;
  }
  .fv-04 {
    overflow: hidden;
  }
  .fv-04-bg {
    padding: 2.5rem 0 3.875rem;
    background: url("../images/fv-04-bg.webp") no-repeat center/cover;
  }
  .fv-04-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 28.125rem 0 6.25rem;
  }
  .fv-04-staff {
    width: 21.875rem;
  }
  .fv-04-num {
    position: relative;
    z-index: 5;
    margin: -4.375rem 0 0;
  }
  .fv-04-num-item01 {
    display: inline-block;
    width: 25.3125rem;
    margin: 0 -8.75rem 0 0;
  }
  .fv-04-num-item02 {
    position: absolute;
    top: 3.75rem;
    left: 15.625rem;
    width: 25.3125rem;
  }
  .fv-04-main {
    position: absolute;
    top: 14.5rem;
    left: -23.75rem;
    width: 120.625rem;
  }
  .fv-04-machine {
    position: relative;
    z-index: 5;
    width: 25rem;
    margin: -16rem 3.125rem 0 auto;
  }
  .fv-04-txt {
    position: relative;
    z-index: 5;
    width: 18rem;
    margin: -2.8125rem 0.625rem 0 auto;
    padding: 0.625rem 0;
    background: url("../images/fv-03-left-txt.webp") no-repeat center/cover;
    color: #ffffff;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: 3px 3px 7px #618aa3, -3px -3px 7px #618aa3, -3px 3px 7px #618aa3, 3px -3px 7px #618aa3, 3px 0 7px #618aa3, -3px 0 7px #618aa3, 0 3px 7px #618aa3, 0 -3px 7px #618aa3;
  }
  .fv .js-fv-prev {
    width: 3.4375rem;
    height: 3.4375rem;
    top: 36.0625rem;
    left: 13.75rem;
  }
  .fv .js-fv-prev::after {
    content: "";
    width: 3.4375rem;
    height: 3.4375rem;
    background: url(../images/fv-next.webp) no-repeat center/cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .fv .js-fv-next {
    width: 3.4375rem;
    height: 3.4375rem;
    top: 36.0625rem;
    right: 13.75rem;
  }
  .fv .js-fv-next::after {
    content: "";
    width: 3.4375rem;
    height: 3.4375rem;
    background: url(../images/fv-next.webp) no-repeat center/cover;
  }
  .fv .js-fv-pagination {
    bottom: 1.25rem;
  }
  .fv .js-fv-swiper {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .fv .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.625rem !important;
  }
  .fv .swiper-pagination-bullet-active {
    background: #dc2636;
  }
  .cta01 {
    position: relative;
    z-index: 10;
  }
  .cta01-inner {
    width: 62.5rem;
  }
  .cta01-bg {
    padding: 2.5rem 0 4.375rem;
    background: url("../images/cta01-bg-original.webp") no-repeat center/cover;
  }
  .cta01-staff {
    position: absolute;
    top: -2.5rem;
    left: -6.25rem;
    width: 12.9375rem;
  }
  .cta01-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 59.375rem;
    margin: 0 0 2.5rem auto;
  }
  .cta01-top-img01, .cta01-top-img03 {
    width: 20.625rem;
    margin: 0 -1.875rem 0 0;
  }
  .cta01-top-img02 {
    width: 20rem;
    margin: 0 -1.875rem 0 0;
  }
  .cta01 h2 {
    margin: 0 0 2.8125rem;
    color: #333333;
    font-weight: 600;
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta01 h2 .num {
    font-size: 2.9375rem;
  }
  .cta01 h2 .mini {
    font-size: 1.75rem;
  }
  .cta01-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37.5rem;
    margin: 0 auto 2.5rem;
    padding: 2.5rem 0;
    background: url("../images/cta01-link-bg-original.webp") no-repeat center/contain;
  }
  .cta01-link-ttl {
    margin: 0 0 1.125rem;
    color: #333333;
    font-weight: 600;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta01-link-human {
    width: 1.75rem;
    margin: 0 0 0 3.6875rem;
  }
  .cta01-link-txt {
    margin: 0 0 0 4rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .cta01-link-arrow {
    width: 0.75rem;
    margin: 0 0 0 3.8125rem;
  }
  .cta01-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37.5rem;
    margin: 0 auto 2.5rem;
    padding: 2.5rem 0;
    background: url("../images/cta01-line-bg.webp") no-repeat center/contain;
  }
  .cta01-line-ttl {
    margin: 0 0 1.125rem;
    color: #333333;
    font-weight: 600;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta01-line-img {
    width: 2.25rem;
    margin: 0 0 0 3.4375rem;
  }
  .cta01-line-txt {
    margin: 0 0 0 3.0625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .cta01-line-arrow {
    width: 0.75rem;
    margin: 0 0 0 3rem;
  }
  .cta01-txt {
    color: #333333;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .cta01-txt span {
    color: #333333;
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
  .cta01-machine {
    position: absolute;
    z-index: 10;
    bottom: -5.3125rem;
    left: -5.9375rem;
    width: 16.875rem;
  }
  .cta01-customer {
    position: absolute;
    bottom: -5rem;
    right: -6.5625rem;
    width: 15.3125rem;
  }
  .cta01-bg02 {
    position: relative;
    z-index: 5;
    margin: -2.1875rem 0 0;
    padding: 1.875rem 0;
    background: url("../images/cta01-bg02.webp") no-repeat center/cover;
  }
  .cta01-inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62.5rem;
  }
  .cta01-bottom-txt {
    margin: 0 6rem 0 0;
    color: #125359;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .cta01-bottom-txt span {
    font-weight: 600;
    font-size: 1.625rem;
  }
  .cta01-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta01-bottom-phone {
    width: 2.1875rem;
    margin: 0 1.6875rem 0 0;
  }
  .cta01-bottom-num {
    margin: 0 1.5rem 0 0;
    color: #125359;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
  }
  .cta01-bottom-time {
    color: #125359;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .caution-bg {
    padding: 2.5625rem 0 3.4375rem;
    background: url("../images/caution-bg.webp") no-repeat center/cover;
  }
  .caution h2 {
    width: 56.25rem;
    margin: 0 auto 2.125rem;
  }
  .caution-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 2.0625rem;
  }
  .caution-item {
    width: 24.375rem;
    padding: 0 0 1.75rem;
    border-radius: 1.25rem;
    background: #ffffff;
  }
  .caution-item-ttls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.1875rem 0 1.1875rem 2.1875rem;
    background: #ffe850;
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .caution-item-logo {
    width: 2rem;
    margin: 0 1.3125rem 0 0;
  }
  .caution-item-ttl {
    color: #0d0d0d;
    font-weight: 600;
    font-size: 1.875rem;
  }
  .caution-item-txt {
    padding: 1.4375rem 0 0;
    color: #0d0d0d;
    font-weight: 600;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.65;
  }
  .caution-item-txt.diff {
    padding: 2.0625rem 0 0;
  }
  .caution-bottom-ttl {
    width: 30.625rem;
    margin: 0 auto 1.25rem;
  }
  .caution-bottom-txt {
    width: 38.75rem;
    margin: 0 0 0 15rem;
    color: #826e57;
    font-weight: 500;
    font-size: 1.75rem;
    text-align: center;
    line-height: 1.2;
  }
  .caution-bottom-txt span {
    font-size: 2.125rem;
  }
  .caution-staff {
    position: absolute;
    bottom: -2.25rem;
    right: 6.25rem;
    width: 14.5625rem;
  }
  .video01-bg {
    padding: 3.25rem 0 4.375rem;
    background: url("../images/video01-bg.webp") no-repeat center/cover;
  }
  .video01 h2 {
    width: 42.5rem;
    margin: 0 auto 1.6875rem;
  }
  .video01-movie {
    position: relative;
    width: 45.375rem;
    height: 25.5625rem;
    margin: 0 auto;
  }
  .video01-movie .youtube {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25.5625rem;
  }
  .video01-movie .thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .video01-movie .play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 5.625rem;
    padding-top: 5.625rem;
    border-radius: 50%;
    background: url("../images/video01-movie-play.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    cursor: pointer;
    z-index: 2;
  }
  .video01-movie .player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .point-bg {
    padding: 4.6875rem 0 6.875rem;
    background: url("../images/point-bg.webp") no-repeat center/cover;
  }
  .point h2 {
    width: 62.5rem;
    margin: 0 auto 1.25rem;
  }
  .point-ttl02 {
    position: relative;
    z-index: 5;
    margin: 0 0 2.1875rem 9.0625rem;
    text-shadow: 20px 20px 20px #ffffff, -20px -20px 20px #ffffff, -20px 20px 20px #ffffff, 20px -20px 20px #ffffff, 20px 0 20px #ffffff, -20px 0 20px #ffffff, 0 20px 20px #ffffff, 0 -20px 20px #ffffff;
    color: #f34158;
    font-weight: bold;
    font-size: 3.125rem;
    letter-spacing: 0.04em;
    line-height: 1.42;
  }
  .point-ttl02 .big {
    position: relative;
    font-size: 4.375rem;
  }
  .point-ttl02 .big::after {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: -0.625rem;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5435a;
  }
  .point-ttl02 .mini {
    position: relative;
    z-index: 5;
    font-size: 2.5rem;
  }
  .point-customer {
    position: absolute;
    top: 6.875rem;
    right: -1.25rem;
    width: 31.25rem;
  }
  .point-box {
    position: relative;
    z-index: 5;
    width: 65.75rem;
    margin: 0 auto;
    padding: 4rem 0 2.375rem;
    background: url("../images/point-box-bg.webp") no-repeat center/cover;
  }
  .point-box-relative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62.5rem;
    margin: 0 0 0 4rem;
  }
  .point-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 29.375rem;
    margin: 0 0 1.25rem;
  }
  .point-box-num {
    width: 4.5rem;
    margin: 0 0.625rem 0 0;
  }
  .point-box-ttl {
    color: #2c8287;
    font-weight: 600;
    font-size: 1.5rem;
  }
  .point-box-ttl span {
    color: #333333;
    font-weight: normal;
  }
  .point-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .point-bottom-txt {
    position: relative;
    z-index: 10;
    color: #333333;
    font-size: 2.125rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .point-bottom-txt span {
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
  .point-bottom-zero {
    width: 16.25rem;
    margin: -2.5rem 0 0 -1.875rem;
  }
  .point-bottom-staff {
    position: absolute;
    z-index: 10;
    bottom: -3.125rem;
    right: 0;
    width: 14.875rem;
  }
  .trouble-arrow {
    position: relative;
    z-index: 15;
    width: 100%;
    margin: -7.5rem auto 0;
  }
  .trouble h2 {
    position: relative;
    z-index: 20;
    margin: -1.25rem 0 4.875rem;
    color: #2c8287;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .trouble h2 span {
    font-size: 3.75rem;
    letter-spacing: 0;
  }
  .trouble-top-relative {
    position: relative;
  }
  .trouble-top-humans01 {
    position: absolute;
    z-index: 10;
    top: 2.5rem;
    left: -5rem;
    width: 16.875rem;
  }
  .trouble-top-bg {
    position: relative;
    z-index: 5;
    width: 68.75rem;
    margin: 0 auto;
    padding: 1.875rem 0 2.5rem;
    background: url("../images/trouble-top-bg.webp") no-repeat center/cover;
  }
  .trouble-top-ttl {
    width: 32.1875rem;
    margin: 0 auto 1.875rem;
  }
  .trouble-top-txt {
    color: #ffffff;
    font-size: 2.125rem;
    text-align: center;
  }
  .trouble-top-main {
    width: 68.75rem;
    margin: -12.5rem auto 0;
  }
  .trouble-top-humans02 {
    position: absolute;
    z-index: 10;
    top: -0.625rem;
    right: -5.3125rem;
    width: 17.5rem;
  }
  .trouble-bg {
    overflow: hidden;
    margin: -26.25rem 0 0;
    padding: 20.625rem 0 8.125rem;
    background: url("../images/trouble-bg.webp") no-repeat center/cover;
  }
  .trouble-actually {
    width: 12.625rem;
    margin: 0 auto 1.25rem;
  }
  .trouble h3 {
    margin: 0 0 3.25rem;
    color: #826e57;
    font-size: 1.875rem;
    text-align: center;
  }
  .trouble h3 .ryumin-pro {
    padding: 0 0 0.625rem;
    border-bottom: 1px solid #826e57;
    color: #2c8287;
    font-size: 3.125rem;
  }
  .trouble-ribon {
    width: 35rem;
    margin: 0 auto;
  }
  .trouble-ribon-relative {
    position: relative;
    margin: 0 0 2.5rem;
  }
  .trouble-ribon-txt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #ffffff;
    text-shadow: 7px 7px 7px #f48080, -7px -7px 7px #f48080, -7px 7px 7px #f48080, 7px -7px 7px #f48080, 7px 0 7px #f48080, -7px 0 7px #f48080, 0 7px 7px #f48080, 0 -7px 7px #f48080;
    font-size: 2.3125rem;
    letter-spacing: 0.04em;
  }
  .trouble-ribon-txt span {
    font-size: 4.5625rem;
  }
  .trouble-tab {
    width: 62.5rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .trouble-tab__name {
    width: 20rem !important;
    cursor: pointer;
  }
  .trouble-tab__name.tab.swiper-slide-thumb-active .trouble-slide-thumbnail {
    background: url("../images/trouble-case01-btn-on.webp") no-repeat center/contain;
  }
  .trouble-tab__name.tab01.swiper-slide-thumb-active .trouble-slide-thumbnail01 {
    background: url("../images/trouble-case02-btn-on.webp") no-repeat center/contain;
  }
  .trouble-tab__name.tab02.swiper-slide-thumb-active .trouble-slide-thumbnail02 {
    background: url("../images/trouble-case03-btn-on.webp") no-repeat center/contain;
  }
  .trouble-slide {
    position: relative;
    overflow: hidden;
    width: 75rem;
    margin: 0 0 5.625rem;
  }
  .trouble-slide .swiper-slide {
    width: 75rem !important;
    margin: 1.875rem 0 0;
  }
  .trouble-slide .swiper-slide-inner {
    width: 55.875rem !important;
    height: 26.25rem;
    margin: 0 auto;
    padding: 2.625rem 3.0625rem 0 3.5625rem;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: -0.2125rem -0.2125rem 1.275rem 0.2125rem #e8e9ef, 0.2125rem 0.2125rem 1.875rem 0.2375rem #e8e9ef;
            box-shadow: -0.2125rem -0.2125rem 1.275rem 0.2125rem #e8e9ef, 0.2125rem 0.2125rem 1.875rem 0.2375rem #e8e9ef;
  }
  .trouble-slide-thumbnail {
    width: 100%;
    height: 6.875rem;
    background: url("../images/trouble-case01-btn.webp") no-repeat center/contain;
  }
  .trouble-slide-thumbnail01 {
    width: 100%;
    height: 6.875rem;
    background: url("../images/trouble-case02-btn.webp") no-repeat center/contain;
  }
  .trouble-slide-thumbnail02 {
    width: 100%;
    height: 6.875rem;
    background: url("../images/trouble-case03-btn.webp") no-repeat center/contain;
  }
  .trouble-slide-ttls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.125rem;
  }
  .trouble-slide-ttls-txt {
    margin: 0 0.8125rem 0 0;
    color: #766a5c;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .trouble-slide-ttls-case {
    width: 7.625rem;
    margin: 0 3.125rem 0 0;
  }
  .trouble-slide-ttls-ttl {
    color: #644f36;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .trouble-slide-ttls-ttl span {
    color: #2c8287;
    font-size: 2.5rem;
  }
  .trouble-slide-line {
    width: 100%;
    margin: 0 0 1.25rem;
  }
  .trouble-slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2.25rem;
  }
  .trouble-slide-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 0 0.9375rem;
  }
  .trouble-slide-box-ttl {
    width: 5.4375rem;
    margin: 0 0.8125rem 0 0;
    padding: 0.3125rem 0;
    border-radius: 1.25rem;
    background: #a79b8d;
    color: #ffffff;
    font-size: 1.0625rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .trouble-slide-box-txt {
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.62;
  }
  .trouble-slide-change {
    width: 29.6875rem;
  }
  .trouble-slide-txt {
    color: #333333;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
  .trouble .js-trouble-prev {
    width: 3.75rem;
    height: 3.75rem;
    top: 34.375rem;
    left: 4.375rem;
  }
  .trouble .js-trouble-prev::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/js-power-next.webp) no-repeat center/cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .trouble .js-trouble-next {
    width: 3.75rem;
    height: 3.75rem;
    top: 34.375rem;
    right: 4.375rem;
  }
  .trouble .js-trouble-next::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/js-power-next.webp) no-repeat center/cover;
  }
  .trouble .js-trouble-pagination {
    bottom: 11.875rem;
  }
  .trouble .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
  .trouble .swiper-pagination-bullet-active {
    background: #8a7a68;
  }
  .trouble .swiper-pagination-bullet:nth-child(2) {
    margin: 0 1.625rem;
  }
  .trouble-bottom {
    position: relative;
    z-index: 5;
    width: 34.6875rem;
    margin: 6.25rem 0 0 15.625rem;
  }
  .trouble-bottom-img {
    position: absolute;
    bottom: -8.125rem;
    left: 0;
    width: 42.6875rem;
  }
  .trouble-bottom-movie {
    position: absolute;
    bottom: -6.25rem;
    right: 5.625rem;
    width: 17.125rem;
    height: 17.125rem;
    border-radius: 50%;
  }
  .trouble-bottom-movie video {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .instagram-bg {
    padding: 3.0625rem 0 5.625rem;
    background: url("../images/instagram-bg.webp") no-repeat center/cover;
  }
  .instagram-inner {
    width: 62.5rem;
  }
  .instagram-staff {
    position: absolute;
    top: -3.125rem;
    right: 0;
    width: 14.0625rem;
  }
  .instagram-logo {
    width: 9.0625rem;
    margin: 0 auto;
  }
  .instagram-ttl {
    width: 61.875rem;
    margin: -3.125rem auto 2.5rem;
  }
  .instagram-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -3.75rem 0 0;
  }
  .instagram-post {
    width: 16.875rem;
    margin: 0 -0.625rem;
  }
  .power-inner01 {
    position: relative;
    padding: 4.125rem 0;
  }
  .power-top {
    color: #000000;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .power-top span {
    color: #2c8287;
    font-weight: 600;
    font-size: 2.75rem;
  }
  .power-deco {
    position: absolute;
    top: 3.75rem;
    right: -17.5rem;
    width: 75rem;
  }
  .power-bg {
    overflow: hidden;
    padding: 4.4375rem 0 1.5625rem;
    background: url("../images/power-bg.webp") no-repeat bottom/cover;
  }
  .power h2 {
    margin: 0 0 4.875rem;
    text-shadow: 3px 3px 7px #3e8689, -3px -3px 7px #3e8689, -3px 3px 7px #3e8689, 3px -3px 7px #3e8689, 3px 0 7px #3e8689, -3px 0 7px #3e8689, 0 3px 7px #3e8689, 0 -3px 7px #3e8689;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.0625rem;
    text-align: center;
    line-height: 1.2;
  }
  .power h2 .yellow {
    color: #fffebc;
    font-size: 3.75rem;
    letter-spacing: 0.04em;
  }
  .power h2 .big {
    color: #ffffff;
    font-size: 3.75rem;
  }
  .power-tab {
    width: 62.5rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .power-tab__name {
    width: 20rem !important;
    cursor: pointer;
  }
  .power-tab__name.tab.swiper-slide-thumb-active .power-slide-thumbnail {
    background: url("../images/power-case01-btn-on.webp") no-repeat center/contain;
  }
  .power-tab__name.tab01.swiper-slide-thumb-active .power-slide-thumbnail01 {
    background: url("../images/power-case02-btn-on.webp") no-repeat center/contain;
  }
  .power-tab__name.tab02.swiper-slide-thumb-active .power-slide-thumbnail02 {
    background: url("../images/power-case03-btn-on.webp") no-repeat center/contain;
  }
  .power-slide {
    position: relative;
    overflow: hidden;
    width: 75rem;
    margin: 0 0 5.625rem;
    padding: 0 0 3.75rem;
  }
  .power-slide .swiper-slide {
    width: 75rem !important;
    margin: 1.875rem 0 0;
  }
  .power-slide .swiper-slide-inner {
    width: 62.5rem !important;
    min-height: 34.875rem;
    margin: 0 auto;
    padding: 0 0 3.125rem;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: -0.2125rem -0.2125rem 1.275rem 0.2125rem #e8e9ef, 0.2125rem 0.2125rem 1.875rem 0.2375rem #e8e9ef;
            box-shadow: -0.2125rem -0.2125rem 1.275rem 0.2125rem #e8e9ef, 0.2125rem 0.2125rem 1.875rem 0.2375rem #e8e9ef;
  }
  .power-slide-thumbnail {
    width: 100%;
    height: 6.875rem;
    background: url("../images/power-case01-btn.webp") no-repeat center/contain;
  }
  .power-slide-thumbnail01 {
    width: 100%;
    height: 6.875rem;
    background: url("../images/power-case02-btn.webp") no-repeat center/contain;
  }
  .power-slide-thumbnail02 {
    width: 100%;
    height: 6.875rem;
    background: url("../images/power-case03-btn.webp") no-repeat center/contain;
  }
  .power-slide-ttls {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#a29587), to(#6b5946));
    background: linear-gradient(to right, #a29587, #6b5946);
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .power-slide-case {
    position: absolute;
    top: 0.3125rem;
    left: 0;
    width: 6.25rem;
  }
  .power-slide-ttl {
    padding: 1.5625rem 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .power-slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 58.75rem;
    margin: 0 auto 0.625rem;
  }
  .power-slide-wrap-box {
    margin: 1.875rem 0 0;
  }
  .power-slide-name {
    margin: 0 0 1.9375rem;
    color: #333333;
    font-size: 1.5rem;
  }
  .power-slide-name .pc-only {
    display: contents;
  }
  .power-slide-txt01 {
    position: relative;
    width: 31.25rem;
    padding: 0 0 1.875rem 4.0625rem;
    border-bottom: 0.125rem dotted #f2f2f2;
    color: #333333;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.42;
  }
  .power-slide-txt01::before {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0;
    width: 2.8125rem;
    height: 2.5rem;
    background: url("../images/power-slide-txt01-deco.webp") no-repeat center/contain;
  }
  .power-slide-human {
    width: 21.875rem;
  }
  .power-slide-graph {
    width: 20.9375rem;
    margin: 0 auto 2.8125rem;
  }
  .power-slide-txt02 {
    margin: 0 1.875rem 0 2.8125rem;
    color: #333333;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .power-slide-txt03 {
    margin: 1.5625rem 1.875rem 0 2.8125rem;
    color: #333333;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .power .js-power-prev {
    width: 3.75rem;
    height: 3.75rem;
    top: 43.75rem;
    left: 4.375rem;
  }
  .power .js-power-prev::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/js-power-next.webp) no-repeat center/cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .power .js-power-next {
    width: 3.75rem;
    height: 3.75rem;
    top: 43.75rem;
    right: 4.375rem;
  }
  .power .js-power-next::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/js-power-next.webp) no-repeat center/cover;
  }
  .power .js-power-pagination {
    bottom: 22.5rem;
  }
  .power .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
  .power .swiper-pagination-bullet-active {
    background: #8a7a68;
  }
  .power .swiper-pagination-bullet:nth-child(2) {
    margin: 0 1.625rem;
  }
  .power-bottom {
    width: 40.3125rem;
    margin: 0 0 0 auto;
  }
  .power-bottom-ttl {
    margin: 0 0 1.875rem;
  }
  .power-bottom-txt {
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: center;
  }
  .power-users {
    position: absolute;
    bottom: -3.125rem;
    left: 0;
    width: 40.8125rem;
  }
  .cta02-bg {
    padding: 0.9375rem 0 20.625rem;
    background: url("../images/cta02-bg.webp") no-repeat center/cover;
  }
  .cta02-top {
    color: #ffffff;
    text-shadow: 7px 7px 7px #f39b9b, -7px -7px 7px #f39b9b, -7px 7px 7px #f39b9b, 7px -7px 7px #f39b9b, 7px 0 7px #f39b9b, -7px 0 7px #f39b9b, 0 7px 7px #f39b9b, 0 -7px 7px #f39b9b;
    font-weight: bold;
    font-size: 2.125rem;
    text-align: center;
    line-height: 1.6;
  }
  .cta02-top span {
    font-size: 3.375rem;
  }
  .cta02-bg02 {
    margin: -20rem 0 0;
    padding: 3.4375rem 0 10rem;
    background: url("../images/cta02-bg02.webp") no-repeat center/cover;
  }
  .cta02 h2 {
    position: relative;
    margin: 0 0 2.375rem;
    color: #000000;
    font-size: 1.875rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .cta02 h2.original {
    margin: 0 0 3.4375rem;
  }
  .cta02 h2 span {
    position: relative;
    color: #e5435a;
    font-size: 2.5rem;
  }
  .cta02 h2 span::after {
    content: "";
    position: absolute;
    bottom: -0.9375rem;
    left: -0.625rem;
    width: 11.875rem;
    height: 0.625rem;
    background: url("../images/cta02-ttl-line.webp") no-repeat center/cover;
  }
  .cta02-ttl-arrow {
    position: absolute;
    top: -2.5rem;
    right: 10.625rem;
    width: 10rem;
  }
  .cta02-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37.5rem;
    margin: 0 auto 2.5rem;
    padding: 2rem 0 2.5rem;
    background: url("../images/cta02-link-bg.webp") no-repeat center/contain;
  }
  .cta02-link-ttl {
    margin: 0 0 1.125rem;
    color: #333333;
    font-weight: 600;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .cta02-link-human {
    width: 1.75rem;
    margin: 0 0 0 3.6875rem;
  }
  .cta02-link-txt {
    margin: 0 0 0 4rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .cta02-link-arrow {
    width: 0.625rem;
    margin: 0 0 0 3.8125rem;
  }
  .cta02-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37.5rem;
    margin: 0 auto 2.5rem;
    padding: 2.5rem 0;
    background: url("../images/cta01-line-bg.webp") no-repeat center/contain;
  }
  .cta02-line-ttl {
    margin: 0 0 1.125rem;
    color: #333333;
    font-weight: 600;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta02-line-img {
    width: 2.25rem;
    margin: 0 0 0 3.4375rem;
  }
  .cta02-line-txt {
    margin: 0 0 0 3.0625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .cta02-line-arrow {
    width: 0.625rem;
    margin: 0 0 0 2.875rem;
  }
  .cta02-txt {
    position: relative;
    z-index: 5;
    color: #333333;
    text-shadow: 4px 4px 4px #ffffff, -4px -4px 4px #ffffff, -4px 4px 4px #ffffff, 4px -4px 4px #ffffff, 4px 0 4px #ffffff, -4px 0 4px #ffffff, 0 4px 4px #ffffff, 0 -4px 4px #ffffff;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .cta02-txt span {
    font-weight: bold;
    font-size: 2.75rem;
    letter-spacing: 0.02em;
  }
  .cta02-user {
    position: absolute;
    bottom: -2.1875rem;
    left: -0.625rem;
    width: 31.25rem;
  }
  .cta02-free {
    position: absolute;
    bottom: -1.875rem;
    right: 9.375rem;
    width: 6.875rem;
  }
  .cta02-bg03 {
    margin: -7.8125rem 0 0;
    padding: 1.9375rem 0 2.3125rem;
    background: #dde7e8;
  }
  .cta02-bottom-txt {
    margin: 0 0 1.25rem;
    color: #125359;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta02-bottom-txt span {
    font-weight: 600;
    font-size: 1.625rem;
  }
  .cta02-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5625rem;
    margin: 0 0 1.375rem -4.375rem;
  }
  .cta02-bottom-phone {
    width: 3.125rem;
  }
  .cta02-bottom-num {
    color: #125359;
    font-weight: bold;
    font-size: 3.75rem;
    letter-spacing: 0.12em;
  }
  .cta02-bottom-time {
    color: #125359;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta02-bottom-machine {
    position: absolute;
    top: -3.125rem;
    right: 2.1875rem;
    width: 18.75rem;
  }
  .secret-bg {
    overflow: hidden;
    padding: 2.5rem 0 6.1875rem;
    background: url("../images/secret-bg.webp") no-repeat top/125%;
  }
  .secret h2 {
    margin: 0 0 7.5rem;
    color: #ffffff;
    text-shadow: #888888 0.4375rem 0 0.625rem;
    font-weight: bold;
    font-size: 3.75rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.1;
  }
  .secret h2 span {
    font-size: 1.875rem;
    letter-spacing: 0;
  }
  .secret-top {
    margin: 0 0 6.25rem;
    color: #333333;
    font-size: 2rem;
    text-align: center;
    line-height: 1.43;
    letter-spacing: 0.04em;
  }
  .secret-top span {
    margin: 0 0.3125rem;
    padding: 0.3125rem;
    background: #a79b8d;
    color: #ffffff;
    font-size: 2rem;
  }
  .secret-machine {
    position: absolute;
    top: 23.125rem;
    left: -1.875rem;
    width: 48.125rem;
  }
  .secret-middle {
    margin: 0 0 10rem 37.5rem;
    color: #333333;
    font-size: 1.4375rem;
    line-height: 1.65;
    letter-spacing: 0.04em;
  }
  .secret-bottom {
    width: 43.75rem;
    margin: 0 0 0 8.4375rem;
  }
  .secret-bottom-ttl {
    position: relative;
    z-index: 5;
    margin: 0 0 1.875rem;
    color: #191919;
    font-weight: bold;
    font-size: 3.625rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .secret-bottom-ttl::before {
    content: "";
    position: absolute;
    top: -0.9375rem;
    left: -1.875rem;
    width: 2.9375rem;
    height: 2.1875rem;
    background: url("../images/secret-bottom-deco.webp") no-repeat center/contain;
  }
  .secret-bottom-ttl .green {
    color: #2c8287;
  }
  .secret-bottom-ttl .big {
    font-size: 3rem;
  }
  .secret-bottom-txt {
    margin: 0 0 0 3.125rem;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
  }
  .secret-bottom-human {
    position: absolute;
    bottom: -8.125rem;
    right: -5rem;
    width: 35.5625rem;
  }
  .coach-bg {
    padding: 3.4375rem 0 5.625rem;
    background: url("../images/coach-bg.webp") no-repeat top/140%;
  }
  .coach-top {
    margin: 0 0 2.5rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.375rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.73;
  }
  .coach-top span {
    padding: 0.3125rem 0.625rem;
    color: #2c8287;
    background: #ffffff;
  }
  .coach-txt {
    margin: 0 0 0.625rem 21.875rem;
    color: #ffffff;
    font-size: 1.41875rem;
    letter-spacing: 0.04em;
    line-height: 1.68;
  }
  .coach-txt span {
    padding: 0 0 0.3125rem;
    border-bottom: 1px solid #ffffff;
  }
  .coach h2 {
    width: 39.375rem;
    margin: 0 auto 2.8125rem;
  }
  .coach-list {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50rem;
    margin: 0 auto;
  }
  .coach-list-relative {
    position: relative;
    margin: 0 0 13.4375rem;
  }
  .coach-item {
    width: 15rem;
  }
  .coach-mist {
    position: absolute;
    top: -2.5rem;
    left: 6.25rem;
    width: 62.5rem;
    margin: 0 auto;
  }
  .coach-method {
    margin: 0 0 3.75rem 6.25rem;
    color: #000000;
    font-weight: 600;
    font-size: 3.25rem;
    letter-spacing: 0.04em;
  }
  .coach-surgery {
    position: absolute;
    top: 46.875rem;
    right: -6.25rem;
    width: 33.125rem;
  }
  .coach-point {
    width: 62.5rem;
    margin: 0 auto 3rem;
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .coach-point-ttl {
    position: relative;
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .coach-point-ttl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0 1.1875rem;
    background: url("../images/coach-point-ttl-bg.webp") no-repeat center/cover;
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .coach-point-ttl-num {
    width: 2.9375rem;
    margin: 0 0 0 1.6875rem;
  }
  .coach-point-ttl-txt {
    margin: 0 0 0 3.3125rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 2.125rem;
    letter-spacing: 0.04em;
  }
  .coach-point-ttl-txt span {
    color: #ffe9e5;
    font-size: 2.375rem;
  }
  .coach-point-ttl-btn {
    position: absolute;
    top: 2.8125rem;
    right: 0.9375rem;
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .coach-point-ttl-btn::before {
    position: absolute;
    top: -0.9375rem;
    right: 0.9375rem;
    content: "";
    width: 1.25rem;
    height: 1px;
    background: #fff;
  }
  .coach-point-ttl-btn.open {
    top: 2.875rem;
    right: 1.4375rem;
  }
  .coach-point-ttl-btn.open::before {
    position: absolute;
    top: -0.9375rem;
    right: 0.4375rem;
    content: "";
    width: 1.25rem;
    height: 1px;
    background: #fff;
  }
  .coach-point-ttl-btn.open::after {
    position: absolute;
    top: -0.875rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 0.07rem;
    height: 1.25rem;
    background: #fff;
  }
  .coach-point-box {
    padding: 2.5rem 2.5rem 2.8125rem;
    background: #ffffff;
    border-radius: 0 0 0.625rem 0.625rem;
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
  }
  .coach-point-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .coach-point-box-txt {
    width: 25.3125rem;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .coach-point-box-txt span {
    color: #e5435a;
    font-weight: 600;
  }
  .coach-point-box-img {
    width: 28.25rem;
  }
  .coach-point-box-img video {
    width: 100%;
    border-radius: 0.625rem;
  }
  .coach-txt02 {
    margin: 0 0 2.625rem;
    color: #000000;
    font-weight: 600;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.66;
  }
  .coach-txt02 span {
    margin: 0 0.3125rem;
    padding: 0.3125rem 0.625rem;
    background: #e5435a;
    color: #ffffff;
  }
  .coach-training-ttl {
    width: 62.5rem;
    margin: 0 auto 5rem;
  }
  .coach-training-img {
    width: 43.125rem;
    margin: 0 auto 2.125rem;
  }
  .coach-training-txt {
    margin: 0 0 2.1875rem;
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.9;
    text-align: center;
  }
  .coach-training-txt span {
    color: #e5435a;
  }
  .coach-training-arrow {
    width: 3.125rem;
    margin: 0 auto 2rem;
  }
  .coach-training-txt02 {
    color: #000000;
    font-weight: 600;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .coach-training-txt02 span {
    color: #e5435a;
  }
  .feature-bg {
    padding: 6.25rem 0 5rem;
    background: url("../images/feature-bg.webp") no-repeat center/cover;
  }
  .feature-top-txt {
    position: relative;
    color: #826e57;
    font-size: 1.875rem;
    text-align: center;
  }
  .feature-top-txt::after {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 21.875rem;
    width: 30.625rem;
    height: 0.625rem;
    background: url("../images/feature-top-shape.webp") no-repeat center/contain;
  }
  .feature h2 {
    width: 23.125rem;
    margin: 0 auto 2.8125rem;
  }
  .feature-staff {
    position: absolute;
    top: -2.8125rem;
    right: 7.5rem;
    width: 14.25rem;
  }
  .feature-item {
    position: relative;
    z-index: 5;
    width: 55.875rem;
    margin: 0 auto 2.5rem;
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
    padding: 1.25rem 3.3125rem 2.5rem;
    background: url("../images/feature-item-bg02.webp") no-repeat center/cover;
  }
  .feature-item:first-child {
    background: url("../images/feature-item-bg.webp") no-repeat center/cover;
  }
  .feature-item:nth-child(3) {
    width: 54.875rem;
    padding: 1.25rem 2.9375rem 2.5rem 4.6875rem;
  }
  .feature-item-num {
    width: 17.3125rem;
    margin: 0 auto 2.1875rem;
  }
  .feature-item-num.diff {
    margin: 0 auto 3.125rem;
  }
  .feature-item-ttl {
    margin: 0 0 1.25rem;
    color: #826e57;
    font-weight: 600;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .feature-item-ttl span {
    color: #e5435a;
    font-size: 2.625rem;
  }
  .feature-item-ttl .num {
    font-size: 5.25rem;
  }
  .feature-item-ttl .mini-sp {
    color: #826e57;
  }
  .feature-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .feature-item-wrap.diff {
    margin: 0 0 1.5625rem;
  }
  .feature-item-img {
    width: 16.5625rem;
    overflow: hidden;
  }
  .feature-item-img.diff {
    width: 28.125rem;
  }
  .feature-item-video-relative {
    width: 24.375rem;
    height: 15.75rem;
    overflow: hidden;
    border-radius: 0.625rem;
  }
  .feature-item-video video {
    width: 150%;
    margin: 0 0 0 -12.5rem;
    border-radius: 0.625rem;
  }
  .feature-item-txts {
    width: 36.5625rem;
  }
  .feature-item-txts.diff {
    width: 28.125rem;
  }
  .feature-item-txts-ttl {
    margin: 0 0 0.3125rem;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1.79;
  }
  .feature-item-txts-txt {
    color: #1a1a1a;
    font-size: 1rem;
    line-height: 1.5;
  }
  .feature-item-txts-txt.diff {
    margin: 0 0 1.875rem;
  }
  .feature-item-txts-txt span {
    color: #e5435a;
  }
  .feature-item-more {
    position: relative;
    z-index: 5;
    width: 7.375rem;
    margin: 0 0 0 1.875rem;
    padding: 0.5625rem 0;
    background: #826e57;
    color: #ffffff;
    border-radius: 1.875rem;
    border: 0.625rem solid #ffffff;
    font-weight: bold;
    font-size: 1.1875rem;
    text-align: center;
  }
  .feature-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -1.25rem 0 0;
    padding: 1.5625rem 1.875rem;
    border-radius: 0.625rem;
    background: #f8f3ee;
  }
  .feature-item-box-txt {
    margin: 1.25rem 1.875rem 0 0;
    color: #1a1a1a;
    font-size: 1.25rem;
    line-height: 1.55;
  }
  .feature-item-box-img {
    width: 10rem;
  }
  .feature-item-box-img video {
    width: 100%;
    border-radius: 50%;
  }
  .video02-bg {
    padding: 1.9375rem 0;
    background: #dde7e8;
  }
  .video02-ttl {
    font-weight: 600;
    color: #2c8287;
    font-size: 2.625rem;
    text-align: center;
  }
  .video02-circle {
    position: absolute;
    top: -4.375rem;
    left: 5.625rem;
    width: 10.6875rem;
  }
  .video02-bg02 {
    padding: 5.3125rem 0 7.1875rem;
  }
  .video02-movie {
    position: relative;
    width: 43.7rem;
    height: 24.5rem;
    margin: 0 auto;
  }
  .video02-movie .youtube {
    position: absolute;
    left: 0;
    top: 0;
    width: 43.7rem;
    height: 24.5rem;
  }
  .video02-movie .thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .video02-movie .play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 5.625rem;
    padding-top: 5.625rem;
    border-radius: 50%;
    background: url("../images/video01-movie-play.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    cursor: pointer;
    z-index: 2;
  }
  .video02-movie .player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .combination-bg {
    margin: 0 0 -22.5rem;
    padding: 3.25rem 0 25rem;
    background: url("../images/combination-bg.webp") no-repeat center/cover;
  }
  .combination-inner {
    width: 62.5rem;
  }
  .combination h2 {
    margin: 0 0 7rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
    text-shadow: 7px 7px 7px #5eacaf, -7px -7px 7px #5eacaf, -7px 7px 7px #5eacaf, 7px -7px 7px #5eacaf, 7px 0 7px #5eacaf, -7px 0 7px #5eacaf, 0 7px 7px #5eacaf, 0 -7px 7px #5eacaf;
  }
  .combination h2 span {
    font-size: 2.6875rem;
  }
  .combination-wrap {
    margin: 0 0 5.9375rem;
  }
  .combination-wrap-img01 {
    position: absolute;
    top: 16.875rem;
    left: -9.375rem;
    width: 43.75rem;
  }
  .combination-wrap-img02 {
    position: absolute;
    top: 15.625rem;
    left: 16.875rem;
    width: 10.625rem;
  }
  .combination-wrap-txts {
    width: 35.625rem;
    margin: 0 0 0 auto;
  }
  .combination-wrap-name {
    margin: 0 0 1.125rem;
    color: #2c8287;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.275;
  }
  .combination-wrap-top {
    margin: 0 0 1.3125rem;
    color: #0d0d0d;
    font-size: 1.125rem;
    text-align: center;
  }
  .combination-wrap-band {
    margin: 0 0 1rem;
    padding: 0.375rem 0;
    background: url("../images/combination-wrap-band.webp") no-repeat center/cover;
    color: #ffffff;
    font-size: 1.125rem;
    text-align: center;
  }
  .combination-wrap-band span {
    font-size: 1.75rem;
  }
  .combination-wrap-ttl {
    width: 25rem;
    margin: 0 auto 1.375rem;
  }
  .combination-wrap-txt {
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.56;
  }
  .superiority-bg {
    padding: 3rem 0 5.9375rem;
    background: url("../images/superiority-bg.webp") no-repeat top/134%;
  }
  .superiority-top {
    width: 13.4375rem;
    margin: 0 auto;
  }
  .superiority h2 {
    margin: 0 0 7.125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  .superiority h2 span {
    font-size: 3.75rem;
  }
  .superiority-user {
    position: absolute;
    top: -1.25rem;
    right: 0.625rem;
    width: 16.0625rem;
  }
  .superiority-table {
    position: relative;
    z-index: 5;
    width: 62.5rem;
    margin: 0 auto 3.125rem;
  }
  .superiority-txt02 {
    color: #0d0d0d;
    font-weight: 600;
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.7;
  }
  .superiority-txt02 span {
    color: #e5435a;
    font-size: 2rem;
  }
  .voice-bg {
    padding: 7.625rem 0 7.5rem;
    background: #f2f1f0;
  }
  .voice-minittl {
    position: relative;
    width: 12.5rem;
    margin: 0 auto 1.5625rem;
    color: #e5435a;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .voice-minittl::before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: -3.75rem;
    width: 3.75rem;
    height: 1px;
    background: #e5435a;
  }
  .voice-minittl::after {
    content: "";
    position: absolute;
    top: 0.625rem;
    right: -3.75rem;
    width: 3.75rem;
    height: 1px;
    background: #e5435a;
  }
  .voice h2 {
    width: 19.6875rem;
    margin: 0 auto 2.5rem;
  }
  .voice-txt01 {
    margin: 0 0 2.8125rem;
    color: #333333;
    font-size: 1.75rem;
    text-align: center;
  }
  .voice-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 59.0625rem;
    margin: 0 auto 1.875rem;
    padding: 2.1875rem 0 2.1875rem 3.4375rem;
    border-radius: 1.875rem;
    background: #ffffff;
  }
  .voice-item-num {
    position: absolute;
    top: 1.75rem;
    left: 0.75rem;
    width: 6.6875rem;
  }
  .voice-item-img {
    width: 24.375rem;
    margin: 0 2.375rem 0 0;
  }
  .voice-item-ttl {
    margin: 0 0 0.625rem;
    color: #826e57;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1.38;
  }
  .voice-item-name {
    margin: 0 0 1.875rem;
    color: #333333;
    font-size: 1rem;
  }
  .voice-item-txt {
    cursor: pointer;
    width: 17.5rem;
    padding: 0.75rem 0;
    background: #a79b8d;
    color: #ffffff;
    border-radius: 1.875rem;
    font-size: 1.125rem;
    text-align: center;
  }
  .voice-item-box {
    display: none;
    margin: 1.625rem 3.75rem 0 0;
  }
  .voice-item-box-item {
    margin: 0 0 2.1875rem;
  }
  .voice-item-box-ttl {
    margin: 0 0 1.125rem;
    padding: 0 0 0.75rem;
    color: #826e57;
    border-bottom: 1px solid #8a7862;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
  }
  .voice-item-box-txt {
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.81;
  }
  .voice-item-box-txt02 {
    color: #333333;
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
    line-height: 1.81;
  }
  .voice-item-box-txt03 {
    color: #333333;
    font-size: 1rem;
    letter-spacing: -0.04em;
    line-height: 1.81;
  }
  .voice-item-box-info {
    margin: 0 0 1.875rem;
    color: #333333;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
  }
  .voice-other {
    cursor: pointer;
    position: absolute;
    bottom: -6.25rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 28.75rem;
    margin: 0 auto;
    padding: 1.375rem 0;
    background: url(../images/voice-other.webp) no-repeat center/cover;
    color: #826e57;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
  }
  .voice-other-show {
    display: none;
  }
  .flow-inner {
    padding: 4.9375rem 0;
  }
  .flow-minittl {
    position: relative;
    margin: 0 0 1.8125rem;
    color: #826e57;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .flow-minittl::before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 27.5rem;
    width: 3.4375rem;
    height: 1px;
    background: #826e57;
  }
  .flow-minittl::after {
    content: "";
    position: absolute;
    top: 0.625rem;
    right: 27.5rem;
    width: 3.4375rem;
    height: 1px;
    background: #826e57;
  }
  .flow h2 {
    width: 19.6875rem;
    margin: 0 auto 3.875rem;
  }
  .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 62.5rem;
    margin: 0 auto;
  }
  .flow-item {
    width: 12.625rem;
    padding: 1.5625rem 2.5rem 2.8125rem 0;
    background: url("../images/flow-item-bg-pc.webp") no-repeat center/contain;
  }
  .flow-item:last-child {
    background: url("../images/flow-item-bg-last-pc.webp") no-repeat center/contain;
  }
  .flow-item-img {
    width: 12.5rem;
    margin: 0 0 1.25rem;
  }
  .flow-item-step {
    width: 4.0625rem;
    margin: 0 0 0.9375rem;
  }
  .flow-item-step.diff {
    margin: 0 0 0.3125rem;
  }
  .flow-item-ttl {
    margin: 0 0 1.25rem;
    padding: 0 0 1.125rem;
    color: #2c8287;
    border-bottom: 1px solid #826e57;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .flow-item-ttl span {
    font-size: 1rem;
  }
  .flow-item-ttl.diff {
    padding: 0 0 0.5rem;
  }
  .flow-item-txt {
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
  }
  .privilege-bg {
    padding: 3.4375rem 0 3.75rem;
    background: url("../images/privilege-bg.webp") no-repeat center/cover;
  }
  .privilege h2 {
    width: 36.25rem;
    margin: 0 auto 1.875rem;
  }
  .privilege-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 62.5rem;
    gap: 2.375rem;
    margin: 0 auto;
  }
  .privilege-item {
    width: 30rem;
  }
  .privilege-item-ribon {
    position: relative;
    z-index: 5;
    width: 16.375rem;
    margin: 0 auto;
    padding: 0.3125rem 0 0.9375rem;
    background: url("../images/privilege-item-ribon.webp") no-repeat center/cover;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.6875rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .privilege-item-box {
    position: relative;
    margin: -1.25rem 0 0;
    padding: 3.25rem 0 0.9375rem;
    background: #ffffff;
    border-radius: 2.5rem;
  }
  .privilege-item-box.diff {
    padding: 2.4375rem 0 0.9375rem;
  }
  .privilege-item-ttl {
    color: #333333;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.75;
  }
  .privilege-item-ttl span {
    color: #e5435a;
  }
  .privilege-item-btn {
    position: relative;
    cursor: pointer;
    width: 12.8125rem;
    margin: 1.5625rem auto 0;
    padding: 0.625rem 0;
    color: #ffffff;
    background: #219aa3;
    border-radius: 1.875rem;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .privilege-item-btn.diff {
    margin-top: 0;
  }
  .privilege-item-btn::after {
    content: "";
    position: absolute;
    top: 0.8125rem;
    right: 1.875rem;
    width: 0.4375rem;
    height: 0.625rem;
    background: url("../images/privilege-item-btn-arrow.webp") no-repeat center/contain;
  }
  .privilege-item-btn.close {
    margin-top: 1.875rem;
    margin-bottom: 4.375rem;
    -webkit-box-shadow: 0 0.4rem 0 #219aa3;
            box-shadow: 0 0.4rem 0 #219aa3;
    background: #30a9b2;
  }
  .privilege-item-btn.close::after {
    display: none;
  }
  .privilege-item-content {
    display: none;
    margin: 0.9375rem 0 0;
  }
  .privilege-item-content-img {
    width: 26.875rem;
    margin: 0 auto 1.25rem;
  }
  .privilege-item-txt {
    width: 27.1875rem;
    margin: 0 auto;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.81;
  }
  .follow-bg {
    padding: 6.375rem 0;
    background: url("../images/follow-bg.webp") no-repeat center/cover;
  }
  .follow h2 {
    margin: 0 0 7.8125rem;
    color: #333333;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .follow-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 57.9375rem;
    margin: 0 auto 1.375rem;
    border-radius: 0.625rem;
    padding: 1.375rem 0 1.375rem 4.5625rem;
    background: #ffffff;
  }
  .follow-item-check {
    position: absolute;
    top: -0.8125rem;
    left: 1.5rem;
    width: 2.5rem;
  }
  .follow-item-ttl {
    width: 22.1875rem;
    padding: 1.25rem 0;
    border-right: 1px solid #adadad;
    font-weight: 600;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
    line-height: 1.36;
  }
  .follow-item-ttl.diff {
    padding: 0.3125rem 0;
  }
  .follow-item-ttl span {
    color: #2c8287;
    font-size: 1.75rem;
  }
  .follow-item-ttl .mini {
    font-size: 1.375rem;
  }
  .follow-item-txt {
    padding: 0 0 0 2.8125rem;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .follow-bottom-ttl {
    margin: 3.125rem 0 1.875rem;
    color: #333333;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .follow-bottom-ttl span {
    margin: 0 0.3125rem;
    padding: 0.3125rem 0.5rem;
    color: #ffffff;
    background: #2c8287;
  }
  .follow-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62.5rem;
    margin: 0 auto;
  }
  .follow-bottom-img {
    width: 25.875rem;
  }
  .follow-bottom-txts {
    width: 34.5rem;
  }
  .follow-bottom-txt01 {
    margin: 0 0 1.875rem;
    color: #e5435a;
    font-weight: 600;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
    line-height: 1.59;
  }
  .follow-bottom-txt02 {
    color: #333333;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  .faq-inner {
    padding: 5rem 0 4.75rem;
  }
  .faq-top {
    position: relative;
    margin: 0 0 1.8125rem;
    color: #2c8287;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .faq-top::before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 28.125rem;
    width: 3.5rem;
    height: 1px;
    background: #2c8287;
  }
  .faq-top::after {
    content: "";
    position: absolute;
    top: 0.625rem;
    right: 28.125rem;
    width: 3.5rem;
    height: 1px;
    background: #2c8287;
  }
  .faq h2 {
    width: 12.625rem;
    margin: 0 auto 3.125rem;
  }
  .faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 56.75rem;
    margin: 0 auto;
  }
  .faq-item {
    margin: 0 0 1.875rem;
  }
  .faq-item-question {
    cursor: pointer;
    position: relative;
    width: 26.1875rem;
    padding: 1.6875rem 0 2rem 1rem;
    background: url("../images/faq-item-bg.webp") no-repeat center/contain;
  }
  .faq-item-question.diff {
    padding: 2.4375rem 0 2.5rem 1rem;
  }
  .faq-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq-item-q {
    width: 1.875rem;
    margin: 0 1.0625rem 0 0;
  }
  .faq-item-qtext {
    color: #000000;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .faq-item .btn {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 1.25rem;
    height: 1px;
    background: #fff;
  }
  .faq-item .btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    width: 0.0625rem;
    height: 1.25rem;
    background: #fff;
  }
  .faq-item .btn.open::after {
    display: none;
  }
  .faq-item-answer {
    display: none;
    position: relative;
    z-index: 5;
    width: 26.1875rem;
    height: 13.6875rem;
    margin: -0.625rem 0 0;
    padding: 2.375rem 0 0 1.0625rem;
    background: #daebec;
  }
  .faq-item-answer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .faq-item-a {
    width: 1.875rem;
    margin: 0.3125rem 1.0625rem 0 0;
  }
  .faq-item-atext {
    width: 21.875rem;
    color: #000000;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .one-bg {
    padding: 7.5625rem 0 6.5625rem;
    background: #edf4f6;
  }
  .one-inner {
    width: 62.5rem;
  }
  .one h2 {
    margin: 0 0 2.5rem;
    color: #09375d;
    font-weight: 600;
    font-size: 3.5rem;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .one h2 .middle {
    font-size: 3.5rem;
  }
  .one h2 .mini {
    font-size: 2rem;
  }
  .one-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2.0625rem;
  }
  .one-item {
    width: 15rem;
    margin: 0 -0.625rem;
  }
  .one-item:first-child {
    margin: 0 17.25rem -3.75rem;
  }
  .one-item-hide {
    display: none;
  }
  .one-item-part {
    position: absolute;
    top: 16.875rem;
    left: 0.625rem;
    width: 63.5625rem;
  }
  .one-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.375rem;
    padding: 0 0 0.4375rem 1.25rem;
    border-bottom: 0.0625rem solid #333333;
  }
  .one-item-info-img {
    width: 1.8125rem;
    margin: 0 1.25rem 0 0;
  }
  .one-item-info-ttl {
    color: #09375d;
    font-weight: 600;
    font-size: 1.5625rem;
  }
  .one-item-info-txt {
    margin: 0 2rem 2.5rem 1.375rem;
    color: #333333;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .one-item-info-txt02 {
    margin: 0 3.75rem 2.5rem 1.375rem;
    color: #333333;
    font-size: 1rem;
    line-height: 1.75;
  }
  .one-item-info-txt02.diff {
    width: 28.125rem;
  }
  .one-item-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 2.5rem;
  }
  .one-item-info-img04 {
    width: 27.8125rem;
  }
  .one-item-button {
    cursor: pointer;
    width: 38.75rem;
    margin: 2.4375rem auto 0;
  }
  .one-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 6.5625rem 0 0;
  }
  .one-info-img {
    width: 27.6875rem;
  }
  .one-info-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 0.9375rem;
  }
  .one-info-category {
    width: 6.875rem;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.68;
  }
  .one-info-txt {
    max-width: 25.75rem;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.68;
  }
  .one-campany {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3.125rem 0 0;
  }
  .one-campany-item {
    width: 30rem;
  }
  .one-campany-item:first-child {
    margin: 0 1.3125rem 0 0;
  }
  .one-campany-name {
    margin: 0 0 1.0625rem;
    padding: 1rem 0 1rem 1.25rem;
    color: #ffffff;
    background: #1360a1;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
  .one-campany-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 1.25rem;
  }
  .one-campany-info {
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .one-campany-img {
    width: 9.5rem;
  }
  .one-campany-info02 {
    margin: 0 0 0 1.25rem;
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 2000px) {
  .trouble-arrow {
    margin: -11.875rem auto 0;
  }
  .superiority-bg {
    background: url("../images/superiority-bg.webp") no-repeat top/contain;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    position: relative;
    height: 84.5rem;
  }
  .fv .js-fv-swiper {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .fv-01 {
    overflow: hidden;
  }
  .fv-top {
    padding: 0.9375rem 0;
    background: #51a6ab;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    line-height: 1.3;
  }
  .fv-top .num01 {
    font-size: 3.5rem;
  }
  .fv-top .big {
    font-size: 2.875rem;
  }
  .fv-top .mini {
    font-size: 2rem;
  }
  .fv-top .middle {
    font-size: 2.375rem;
  }
  .fv-bg01 {
    padding: 2.1875rem 0 15.625rem;
    background: url("../images/fv-bg-sp.webp") no-repeat center/cover;
  }
  .fv h1 {
    width: 40.3125rem;
    margin: 0 auto 2.6875rem;
  }
  .fv-txt01 {
    width: 28.6875rem;
    margin: 0 0 0 -5.3125rem;
    padding: 0.5625rem 0;
    background: url("../images/fv-txt01-bg-sp.webp") no-repeat center/cover;
    color: #ffffff;
    text-shadow: 1px 1px 0 #5e4a35, -1px -1px 0 #5e4a35, -1px 1px 0 #5e4a35, 1px -1px 0 #5e4a35, 0px 1px 0 #5e4a35, 0 -1px 0 #5e4a35, -1px 0 0 #5e4a35, 1px 0 0 #5e4a35;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .fv-txt02 {
    color: #826e57;
    text-shadow: 0 0 7px #ffffff, 0 0 7px #ffffff, 0 0 7px #ffffff, 0 0 7px #ffffff, 0 0 7px #ffffff, 0 0 7px #ffffff, 0 0 7px #ffffff;
    font-size: 2.0625rem;
    letter-spacing: -0.06em;
  }
  .fv-txt02 span {
    font-size: 3.125rem;
  }
  .fv-bg02 {
    position: relative;
    z-index: 5;
    height: 29.4375rem;
    margin: -3.625rem 0 0;
    padding: 4.375rem 0 2.5rem;
    background: url("../images/fv-bg02-sp.webp") no-repeat center/cover;
  }
  .fv-machine {
    position: absolute;
    top: -10rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 23.4375rem;
  }
  .fv-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fv-achieve {
    width: 32.5rem;
    margin: 3.125rem -0.625rem 0 0;
  }
  .fv-medal {
    width: 13.75rem;
    margin: 0 -3.125rem 0 0;
  }
  .fv-possibles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fv-possibles p {
    position: relative;
    width: 21.25rem;
    margin: 0 0 0.625rem;
    padding: 0.8125rem 0;
    background: #a79b8d;
    color: #ffffff;
    border-radius: 1.875rem;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .fv-possibles p::before {
    content: "";
    position: absolute;
    top: 1.25rem;
    width: 1.25rem;
    height: 0.9375rem;
    background: url("../images/fv-possibles-shape.webp") no-repeat center/contain;
  }
  .fv-possibles p:nth-child(1) {
    width: 100%;
  }
  .fv-possibles p:nth-child(1)::before {
    left: 8.75rem;
  }
  .fv-possibles p:nth-child(2)::before {
    left: 4.375rem;
  }
  .fv-possibles p:nth-child(3)::before {
    left: 3.75rem;
  }
  .fv-02 {
    position: relative;
  }
  .fv-02-human01 {
    position: absolute;
    top: 34.375rem;
    left: 0;
    width: 15.625rem;
  }
  .fv-02-human02 {
    position: absolute;
    top: 25.625rem;
    right: 0;
    width: 23.125rem;
  }
  .fv-02-top {
    width: 43.125rem;
    margin: 0 auto;
  }
  .fv-02-top-bg {
    position: relative;
    z-index: 5;
    padding: 3.125rem 0 4rem;
    background: url("../images/fv-02-top-bg-sp.webp") no-repeat center/cover;
  }
  .fv-02-main {
    width: 25.625rem;
    margin: 0 auto;
  }
  .fv-02-main-bg {
    margin: -1.875rem 0 0;
    padding: 4.0625rem 0 20.9375rem;
    background: url("../images/fv-02-main-bg.webp") no-repeat center/cover;
  }
  .fv-02-year {
    width: 29.0625rem;
    margin: 0 auto 1.9375rem;
  }
  .fv-02-machine {
    position: relative;
    z-index: 5;
    width: 39.375rem;
    margin: -1.875rem 0 0 4.375rem;
  }
  .fv-02-deco {
    position: absolute;
    bottom: 5rem;
    left: 23.75rem;
    width: 41.875rem;
  }
  .fv-03 {
    overflow: hidden;
  }
  .fv-03-top {
    width: 25.9375rem;
    margin: 0 0 0 3.625rem;
  }
  .fv-03-top-bg {
    position: relative;
    z-index: 5;
    padding: 2.375rem 0 1.875rem;
    background: url("../images/fv-03-top-bg-sp.webp") no-repeat center/cover;
  }
  .fv-03-main {
    position: relative;
    z-index: 10;
    width: 43.125rem;
    margin: 0 auto;
  }
  .fv-03-main-bg {
    margin: -1.75rem 0 0;
    padding: 5.3125rem 0 8.4375rem;
    background: url("../images/fv-03-main-bg-sp.webp") no-repeat center/cover;
  }
  .fv-03-human {
    position: absolute;
    z-index: 5;
    top: -26.25rem;
    right: -1.875rem;
    width: 17.75rem;
  }
  .fv-03-left {
    position: relative;
  }
  .fv-03-left-txt {
    position: absolute;
    z-index: 5;
    bottom: 1.25rem;
    left: 0;
    width: 24.875rem;
    padding: 0.625rem 0;
    background: url("../images/fv-03-left-txt-sp.webp") no-repeat center/cover;
    color: #ffffff;
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: 3px 3px 7px #618aa3, -3px -3px 7px #618aa3, -3px 3px 7px #618aa3, 3px -3px 7px #618aa3, 3px 0 7px #618aa3, -3px 0 7px #618aa3, 0 3px 7px #618aa3, 0 -3px 7px #618aa3;
  }
  .fv-03-right {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 39.375rem;
    margin: 3.125rem auto 0;
  }
  .fv-03-right-item {
    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;
    width: 12.5rem;
    height: 12.5rem;
    background: url("../images/fv-03-right-item-sp.webp") no-repeat center/cover;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 1.175;
    text-align: center;
    text-shadow: 3px 3px 7px #5dacb1, -3px -3px 7px #5dacb1, -3px 3px 7px #5dacb1, 3px -3px 7px #5dacb1, 3px 0 7px #5dacb1, -3px 0 7px #5dacb1, 0 3px 7px #5dacb1, 0 -3px 7px #5dacb1;
  }
  .fv-03-right-item:nth-child(2) {
    margin: -2.5rem 0 0;
  }
  .fv-03-machine {
    width: 41.875rem;
    margin: -1.875rem -2.5rem 0 auto;
  }
  .fv-04-bg {
    padding: 19.6875rem 0 8.5625rem;
    background: url("../images/fv-04-bg-sp.webp") no-repeat center/cover;
  }
  .fv-04-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 0 -1.25rem;
  }
  .fv-04-staff {
    position: relative;
    z-index: 5;
    width: 23.75rem;
  }
  .fv-04-num {
    position: relative;
  }
  .fv-04-num-item01 {
    width: 32.5rem;
    margin: -21.25rem 0 0 -43.75rem;
  }
  .fv-04-num-item02 {
    position: absolute;
    top: -11.25rem;
    left: -26.875rem;
    width: 32.5rem;
  }
  .fv-04-main {
    position: absolute;
    z-index: 10;
    top: 15rem;
    left: -1.875rem;
    width: 46.875rem;
  }
  .fv-04-machine {
    position: relative;
    z-index: 15;
    width: 43.125rem;
    margin: -3.125rem 0 0 4.375rem;
  }
  .fv-04-txt {
    position: relative;
    z-index: 20;
    width: 24.875rem;
    margin: -4.6875rem 0 0;
    padding: 0.9375rem 0;
    background: url("../images/fv-03-left-txt-sp.webp") no-repeat center/cover;
    color: #ffffff;
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: 3px 3px 7px #618aa3, -3px -3px 7px #618aa3, -3px 3px 7px #618aa3, 3px -3px 7px #618aa3, 3px 0 7px #618aa3, -3px 0 7px #618aa3, 0 3px 7px #618aa3, 0 -3px 7px #618aa3;
  }
  .fv .js-fv-prev {
    z-index: 20;
    width: 5.375rem;
    height: 5.375rem;
    top: 81.6875rem;
    left: 0;
  }
  .fv .js-fv-prev::after {
    content: "";
    width: 5.375rem;
    height: 5.375rem;
    background: url(../images/fv-next.webp) no-repeat center/cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .fv .js-fv-next {
    z-index: 20;
    width: 5.375rem;
    height: 5.375rem;
    top: 81.6875rem;
    right: 0;
  }
  .fv .js-fv-next::after {
    content: "";
    width: 5.375rem;
    height: 5.375rem;
    background: url(../images/fv-next.webp) no-repeat center/cover;
  }
  .fv .js-fv-pagination {
    bottom: 2.125rem;
  }
  .fv .swiper-pagination-bullet {
    width: 1.125rem;
    height: 1.125rem;
    margin: 0 0.71875rem !important;
  }
  .fv .swiper-pagination-bullet-active {
    background: #dc2636;
  }
  .cta01 {
    position: relative;
    z-index: 10;
  }
  .cta01-bg {
    padding: 2.5rem 0 5rem;
    background: url("../images/cta01-bg-sp-original.webp") no-repeat top/cover;
  }
  .cta01-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 35.625rem;
    margin: -8.75rem 0 1.875rem auto;
  }
  .cta01-top-img01, .cta01-top-img03 {
    width: 15rem;
    margin: 13.75rem 0 0;
  }
  .cta01-top-img02 {
    width: 15rem;
    margin: 0 -7.5rem;
  }
  .cta01 h2 {
    margin: 0 0 1.875rem;
    color: #333333;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta01-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 3.125rem;
    padding: 2.8125rem 0 3.3125rem;
    background: url("../images/cta01-link-bg.webp") no-repeat center/cover;
  }
  .cta01-link.original {
    margin: 0 auto 1.875rem;
  }
  .cta01-link-ttl {
    position: relative;
    margin: 0 0 0.625rem;
    padding: 1.875rem 0 0;
    color: #333333;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta01-link-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 8.4375rem;
    margin: 0 auto;
    border-top: 1px solid #000000;
  }
  .cta01-link-human {
    width: 2.5rem;
    margin: 0 0 0 3.0625rem;
  }
  .cta01-link-txt {
    margin: 0 0 0 2.625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.875rem;
    letter-spacing: 0.04em;
  }
  .cta01-link-arrow {
    width: 0.75rem;
    margin: 0 0 0 4.375rem;
  }
  .cta01-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 4.375rem;
    padding: 2.8125rem 0 3.3125rem;
    background: url("../images/cta01-line-bg.webp") no-repeat center/cover;
  }
  .cta01-line-ttl {
    margin: 0 0 0.625rem;
    color: #333333;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta01-line-img {
    width: 3.4375rem;
    margin: 0 0 0 2.625rem;
  }
  .cta01-line-txt {
    margin: 0 0 0 1.8125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
    letter-spacing: 0.08em;
  }
  .cta01-line-arrow {
    width: 0.75rem;
    margin: 0 0 0 2.125rem;
  }
  .cta01-txt {
    color: #333333;
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .cta01-txt span {
    color: #333333;
    font-weight: bold;
    font-size: 3.375rem;
    letter-spacing: 0.02em;
  }
  .cta01-machine {
    position: absolute;
    z-index: 10;
    bottom: -8.75rem;
    right: -1.875rem;
    width: 16.25rem;
  }
  .cta01-customer {
    position: absolute;
    bottom: -0.625rem;
    right: -0.3125rem;
    width: 8.75rem;
  }
  .cta01-bg02 {
    padding: 3.1875rem 0 3.6875rem;
    background: #dde7e8;
  }
  .cta01-bottom-txt {
    margin: 0 0 0.9375rem 0;
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .cta01-bottom-txt span {
    font-weight: 600;
    font-size: 2.25rem;
  }
  .cta01-bottom-phone {
    margin: -2.5rem 0 -1.5625rem;
  }
  .cta01-bottom-time {
    color: #333333;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .caution-bg {
    padding: 1.8125rem 0 5rem;
    background: url("../images/caution-bg-sp.webp") no-repeat center/cover;
  }
  .caution h2 {
    width: 35rem;
    margin: 0 auto 2.5625rem;
  }
  .caution-list {
    margin: 0 0 2.9375rem;
  }
  .caution-item {
    margin: 0 0 1.875rem;
    padding: 0 0 1.9375rem;
    border-radius: 2.5rem;
    background: #ffffff;
  }
  .caution-item-ttls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.1875rem 0 1.1875rem 3.125rem;
    background: #ffe850;
    border-radius: 2.5rem 2.5rem 0 0;
  }
  .caution-item-logo {
    width: 2.5rem;
    margin: 0 3.625rem 0 0;
  }
  .caution-item-logo.diff {
    margin: 0 2.3125rem 0 0;
  }
  .caution-item-logo.diff02 {
    margin: 0 3.875rem 0 0;
  }
  .caution-item-ttl {
    color: #0d0d0d;
    font-weight: 600;
    font-size: 3.125rem;
  }
  .caution-item-txt {
    padding: 1.875rem 0 0;
    color: #0d0d0d;
    font-weight: 600;
    font-size: 1.875rem;
    text-align: center;
    line-height: 1.66;
  }
  .caution-item-txt.diff {
    padding: 2.0625rem 0 0;
  }
  .caution-bottom-ttl {
    width: 30.625rem;
    margin: 0 0 2.25rem 1.5625rem;
  }
  .caution-bottom-txt {
    width: 30rem;
    margin: 0 0 0 1.5625rem;
    color: #826e57;
    font-weight: 500;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.6;
  }
  .caution-bottom-txt span {
    font-size: 3.0625rem;
    line-height: 1.1;
  }
  .caution-staff {
    position: absolute;
    bottom: -3.75rem;
    right: -1.25rem;
    width: 14.5625rem;
  }
  .video01-bg {
    padding: 2.75rem 0 4.0625rem;
    background: url("../images/video01-bg-sp.webp") no-repeat center/cover;
  }
  .video01 h2 {
    width: 37.5rem;
    margin: 0 auto 1.875rem;
  }
  .video01-movie {
    position: relative;
    width: 39.375rem;
    height: 22.2rem;
    margin: 0 auto;
  }
  .video01-movie .youtube {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 22.2rem;
  }
  .video01-movie .thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .video01-movie .play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 6.25rem;
    padding-top: 6.25rem;
    border-radius: 50%;
    background: url("../images/video01-movie-play.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    cursor: pointer;
    z-index: 2;
  }
  .video01-movie .player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .point-bg {
    padding: 6.375rem 0 3.125rem;
    background: url("../images/point-bg-sp.webp") no-repeat center/cover;
  }
  .point h2 {
    margin: 0 auto 2.5rem;
  }
  .point-ttl02 {
    position: relative;
    z-index: 5;
    margin: 0 0 6.125rem 0.9375rem;
    text-shadow: 20px 20px 20px #ffffff, -20px -20px 20px #ffffff, -20px 20px 20px #ffffff, 20px -20px 20px #ffffff, 20px 0 20px #ffffff, -20px 0 20px #ffffff, 0 20px 20px #ffffff, 0 -20px 20px #ffffff;
    color: #f34158;
    font-weight: bold;
    font-size: 3.125rem;
    letter-spacing: 0.04em;
    line-height: 1.42;
  }
  .point-ttl02 .big {
    position: relative;
    font-size: 4.375rem;
  }
  .point-ttl02 .big::after {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: -0.625rem;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5435a;
  }
  .point-ttl02 .mini {
    position: relative;
    z-index: 5;
    font-size: 2.5rem;
  }
  .point-customer {
    position: absolute;
    top: 22.5rem;
    right: -14.375rem;
    width: 30.625rem;
  }
  .point-staff {
    width: 46.875rem;
    margin: 0 0 0 -1.875rem;
  }
  .point-box {
    width: 44.375rem;
    margin: -3.125rem 0 0 -1.25rem;
    padding: 6.25rem 0 3.125rem;
    background: url("../images/point-box-bg-sp.webp") no-repeat center/cover;
  }
  .point-box-relative {
    margin: 0 0 0 1.25rem;
  }
  .point-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.125rem;
  }
  .point-box-wrap:last-child {
    margin: 0;
  }
  .point-box-num {
    width: 5.625rem;
    margin: 0 0.625rem 0 0;
  }
  .point-box-ttl {
    color: #2c8287;
    font-weight: 600;
    font-size: 2.5rem;
  }
  .point-box-ttl span {
    color: #333333;
    font-weight: normal;
  }
  .point-box-ttl .middle {
    font-size: 2.125rem;
  }
  .point-box-ttl .mini {
    font-size: 2rem;
  }
  .point-bottom {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .point-bottom-txt {
    position: relative;
    z-index: 10;
    color: #333333;
    font-size: 2.125rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .point-bottom-txt span {
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
  .point-bottom-zero {
    position: relative;
    z-index: 5;
    width: 16.25rem;
    margin: 0 0 3.125rem -1.875rem;
  }
  .point-bottom-staff {
    position: absolute;
    z-index: 15;
    bottom: 11.25rem;
    right: -6.25rem;
    width: 14.875rem;
  }
  .trouble-arrow {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: -3.75rem auto 1.875rem;
  }
  .trouble h2 {
    position: relative;
    z-index: 10;
    margin: 0 0 2.1875rem;
    color: #2c8287;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .trouble h2 span {
    font-size: 3.75rem;
    letter-spacing: 0;
  }
  .trouble-top-relative {
    position: relative;
  }
  .trouble-top-bg {
    position: relative;
    z-index: 5;
    width: 46.875rem;
    margin: 0 0 0 -1.875rem;
    padding: 1.25rem 0 2.1875rem;
    background: url("../images/trouble-top-bg-sp.webp") no-repeat center/cover;
  }
  .trouble-top-ttl {
    width: 36.25rem;
    margin: 0 auto 1.25rem;
  }
  .trouble-top-txt {
    color: #ffffff;
    font-size: 2.125rem;
    text-align: center;
  }
  .trouble-top-main {
    width: 46.875rem;
    margin: -9.375rem 0 0 -1.875rem;
  }
  .trouble-bg {
    overflow: hidden;
    margin: -15.625rem 0 0;
    padding: 15.625rem 0 0rem;
    background: url("../images/trouble-bg-sp.webp") no-repeat top/cover;
  }
  .trouble-actually {
    width: 12.5rem;
    margin: 0 auto 1.1875rem;
  }
  .trouble h3 {
    margin: 0 0 2.5rem;
    color: #826e57;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.2;
  }
  .trouble h3 .ryumin-pro {
    color: #2c8287;
    font-size: 4.375rem;
  }
  .trouble h3 .sp-line {
    padding: 0 0 0.625rem;
    border-bottom: 1px solid #826e57;
    line-height: 1.5;
  }
  .trouble-tab {
    width: 43.125rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .trouble-tab__name {
    width: 13.75rem !important;
    cursor: pointer;
  }
  .trouble-tab__name.tab.swiper-slide-thumb-active .trouble-slide-thumbnail {
    background: url("../images/trouble-case01-btn-on-sp.webp") no-repeat center/cover;
  }
  .trouble-tab__name.tab01.swiper-slide-thumb-active .trouble-slide-thumbnail01 {
    background: url("../images/trouble-case02-btn-on-sp.webp") no-repeat center/cover;
  }
  .trouble-tab__name.tab02.swiper-slide-thumb-active .trouble-slide-thumbnail02 {
    background: url("../images/trouble-case03-btn-on-sp.webp") no-repeat center/cover;
  }
  .trouble-slide {
    position: relative;
    overflow: hidden;
    width: 43.125rem;
    margin: 0 0 7.4375rem;
  }
  .trouble-slide .swiper-slide {
    width: 43.125rem !important;
    margin: 1.875rem 0 0;
  }
  .trouble-slide .swiper-slide-inner {
    width: 39.375rem !important;
    height: 59.625rem;
    margin: 0 auto;
    padding: 3.9375rem 1.6875rem 0;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .trouble-slide-thumbnail {
    width: 100%;
    height: 9.5625rem;
    background: url("../images/trouble-case01-btn-sp.webp") no-repeat center/cover;
  }
  .trouble-slide-thumbnail01 {
    width: 100%;
    height: 9.5rem;
    background: url("../images/trouble-case02-btn-sp.webp") no-repeat center/cover;
  }
  .trouble-slide-thumbnail02 {
    width: 100%;
    height: 9.5625rem;
    background: url("../images/trouble-case03-btn-sp.webp") no-repeat center/cover;
  }
  .trouble-slide-ttls {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trouble-slide-ttls-txt {
    margin: 0 1.625rem 0 0;
    color: #766a5c;
    font-size: 2.5rem;
    letter-spacing: 0.04em;
  }
  .trouble-slide-ttls-case {
    width: 9.6875rem;
  }
  .trouble-slide-ttls-ttl {
    width: 100%;
    margin: 3.3125rem 0 2.1875rem;
    color: #644f36;
    font-weight: 600;
    font-size: 3.125rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .trouble-slide-ttls-ttl span {
    color: #2c8287;
    font-size: 3.75rem;
  }
  .trouble-slide-line {
    position: absolute;
    top: 7.5rem;
    left: 9.375rem;
    width: 25rem;
    margin: 0 0 1.25rem;
  }
  .trouble-slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 0 0.625rem;
  }
  .trouble-slide-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 0 0.9375rem;
  }
  .trouble-slide-box-ttl {
    width: 8.75rem;
    margin: 0 1.25rem 0 0;
    padding: 0.3125rem 0;
    border-radius: 1.25rem;
    background: #a79b8d;
    color: #ffffff;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .trouble-slide-box-txt {
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .trouble-slide-change {
    width: 100%;
    margin: 0 0 2.4375rem;
  }
  .trouble-slide-txt {
    color: #333333;
    font-size: 1.875rem;
    line-height: 1.533;
    letter-spacing: 0.04em;
  }
  .trouble .js-trouble-prev {
    width: 3.75rem;
    height: 3.75rem;
    top: 40.625rem;
    left: -1.5625rem;
  }
  .trouble .js-trouble-prev::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/js-power-next.webp) no-repeat center/cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .trouble .js-trouble-next {
    width: 3.75rem;
    height: 3.75rem;
    top: 40.625rem;
    right: -1.5625rem;
  }
  .trouble .js-trouble-next::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/js-power-next.webp) no-repeat center/cover;
  }
  .trouble .js-trouble-pagination {
    bottom: 20rem;
  }
  .trouble .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
  .trouble .swiper-pagination-bullet-active {
    background: #8a7a68;
  }
  .trouble .swiper-pagination-bullet:nth-child(2) {
    margin: 0 1.625rem;
  }
  .trouble-bottom {
    position: relative;
    z-index: 5;
    width: 25.9375rem;
    margin: 0 0 0 1.875rem;
  }
  .trouble-bottom-movie {
    width: 29.875rem;
    height: 29.875rem;
    margin: -6.875rem 0 0 auto;
  }
  .trouble-bottom-movie video {
    width: 100%;
    border-radius: 50%;
  }
  .instagram-bg {
    padding: 4.375rem 0 5.625rem;
    background: url("../images/instagram-bg-sp.webp") no-repeat center/cover;
  }
  .instagram-staff {
    position: absolute;
    top: -3.125rem;
    right: -3.75rem;
    width: 19.25rem;
  }
  .instagram-logo {
    width: 13.125rem;
    margin: 0 auto;
  }
  .instagram-ttl {
    width: 40rem;
    margin: -3.125rem 0 3.4375rem -0.625rem;
  }
  .power-inner01 {
    position: relative;
    padding: 3.625rem 0 2.0625rem;
  }
  .power-top {
    color: #000000;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .power-top span {
    color: #2c8287;
    font-weight: 600;
    font-size: 2.75rem;
  }
  .power-deco {
    position: absolute;
    z-index: 10;
    top: 13.75rem;
    right: 0rem;
    width: 40.625rem;
  }
  .power-bg {
    position: relative;
    overflow: hidden;
    padding: 3.8125rem 0 16.8125rem;
    background: url("../images/power-bg-sp.webp") no-repeat top/contain;
  }
  .power-bg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .power h2 {
    margin: 0 0 4.875rem;
    text-shadow: 7px 7px 7px #3e8689, -7px -7px 7px #3e8689, -7px 7px 7px #3e8689, 7px -7px 7px #3e8689, 7px 0 7px #3e8689, -7px 0 7px #3e8689, 0 7px 7px #3e8689, 0 -7px 7px #3e8689;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.0625rem;
    text-align: center;
    line-height: 1.2;
  }
  .power h2 .yellow {
    color: #fffebc;
    font-size: 3.75rem;
    letter-spacing: 0.04em;
  }
  .power h2 .big {
    color: #ffffff;
    font-size: 3.75rem;
  }
  .power-tab {
    width: 43.125rem;
    margin: 0 auto 2.75rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .power-tab__name {
    width: 13.75rem !important;
    cursor: pointer;
  }
  .power-tab__name.tab.swiper-slide-thumb-active .power-slide-thumbnail {
    background: url("../images/power-case01-btn-on-sp.webp") no-repeat center/contain;
  }
  .power-tab__name.tab01.swiper-slide-thumb-active .power-slide-thumbnail01 {
    background: url("../images/power-case02-btn-on-sp.webp") no-repeat center/contain;
  }
  .power-tab__name.tab02.swiper-slide-thumb-active .power-slide-thumbnail02 {
    background: url("../images/power-case03-btn-on-sp.webp") no-repeat center/contain;
  }
  .power-slide {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: 0 0 2.5rem;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: -0.2125rem -0.2125rem 1.275rem 0.2125rem #e8e9ef, 0.2125rem 0.2125rem 1.875rem 0.2375rem #e8e9ef;
            box-shadow: -0.2125rem -0.2125rem 1.275rem 0.2125rem #e8e9ef, 0.2125rem 0.2125rem 1.875rem 0.2375rem #e8e9ef;
  }
  .power-slide .swiper-slide-prev, .power-slide .swiper-slide-next {
    visibility: hidden;
  }
  .power-slide-thumbnail {
    width: 100%;
    height: 9.5625rem;
    background: url("../images/power-case01-btn-sp.webp") no-repeat center/contain;
  }
  .power-slide-thumbnail01 {
    width: 100%;
    height: 9.5rem;
    background: url("../images/power-case02-btn-sp.webp") no-repeat center/contain;
  }
  .power-slide-thumbnail02 {
    width: 100%;
    height: 9.5625rem;
    background: url("../images/power-case03-btn-sp.webp") no-repeat center/contain;
  }
  .power-slide-ttls {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#a29587), to(#6b5946));
    background: linear-gradient(to right, #a29587, #6b5946);
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .power-slide-case {
    position: absolute;
    top: 1.25rem;
    left: -0.625rem;
    width: 7.8125rem;
  }
  .power-slide-case.diff {
    top: 1.875rem;
  }
  .power-slide-ttl {
    padding: 3.0625rem 0 3.0625rem 13.75rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 2.875rem;
    letter-spacing: 0.04em;
  }
  .power-slide-ttl.diff01 {
    padding: 1.125rem 0 0.75rem 8.125rem;
    text-align: center;
    line-height: 1.4;
  }
  .power-slide-ttl.diff01 {
    padding: 1.125rem 0 0.75rem 8.125rem;
    text-align: center;
    line-height: 1.4;
  }
  .power-slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 39.375rem;
    margin: 2.875rem 0 1.25rem 2.5rem;
  }
  .power-slide-name {
    margin: 0 0 9.25rem;
    color: #333333;
    font-size: 2.125rem;
    line-height: 1.58;
  }
  .power-slide-name span {
    font-size: 1.75rem;
  }
  .power-slide-name.diff {
    margin: 0 0 1.875rem;
  }
  .power-slide-name01 {
    margin: 0 0 6.375rem;
    color: #333333;
    font-size: 1.75rem;
    line-height: 1.21;
  }
  .power-slide-txt01 {
    position: relative;
    margin: 0 0 1.9375rem;
    padding: 0 0 0.9375rem;
    border-bottom: 0.125rem dotted #f2f2f2;
    color: #333333;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: left;
    line-height: 1.5;
  }
  .power-slide-txt01::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1.875rem;
    left: 0rem;
    width: 3.75rem;
    height: 3.125rem;
    background: url("../images/power-slide-txt01-deco.webp") no-repeat center/contain;
  }
  .power-slide-human {
    position: absolute;
    top: 11.25rem;
    right: 0;
    width: 22.8125rem;
  }
  .power-slide-graph {
    width: 27.5rem;
    margin: 0 auto 3.125rem;
  }
  .power-slide-txt02 {
    padding: 0 2.1875rem 3.125rem 2.5rem;
    color: #333333;
    font-size: 1.75rem;
    line-height: 1.42;
  }
  .power-slide-txt03 {
    padding: 0 1.875rem 3.125rem;
    color: #333333;
    font-size: 1.75rem;
    line-height: 1.42;
  }
  .power .js-power-prev {
    width: 3.75rem;
    height: 3.75rem;
    top: 45rem;
    left: -1.875rem;
  }
  .power .js-power-prev::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/js-power-next.webp) no-repeat center/cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .power .js-power-next {
    width: 3.75rem;
    height: 3.75rem;
    top: 45rem;
    right: -1.875rem;
  }
  .power .js-power-next::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/js-power-next.webp) no-repeat center/cover;
  }
  .power .js-power-pagination {
    bottom: -3.125rem;
  }
  .power .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
  .power .swiper-pagination-bullet-active {
    background: #8a7a68;
  }
  .power .swiper-pagination-bullet:nth-child(2) {
    margin: 0 1.625rem;
  }
  .power-bottom-ttl {
    width: 43.75rem;
    margin: 0 0 3.75rem 0rem;
  }
  .power-bottom-txt {
    color: #333333;
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.68;
    text-align: center;
  }
  .power-users {
    position: absolute;
    z-index: 5;
    bottom: -23.75rem;
    left: 0;
    width: 43.125rem;
  }
  .power-bg02 {
    position: relative;
    padding: 0 0 5.625rem;
    background: url(../images/power-bg02.webp) no-repeat top/contain;
  }
  .cta02-bg {
    padding: 2.5rem 0 11.625rem;
    background: url("../images/cta02-bg-sp.webp") no-repeat center/cover;
  }
  .cta02-top {
    width: 31.25rem;
    margin: 0 0 5.625rem auto;
    color: #ffffff;
    text-shadow: 7px 7px 7px #f39b9b, -7px -7px 7px #f39b9b, -7px 7px 7px #f39b9b, 7px -7px 7px #f39b9b, 7px 0 7px #f39b9b, -7px 0 7px #f39b9b, 0 7px 7px #f39b9b, 0 -7px 7px #f39b9b;
    font-weight: 600;
    font-size: 2.375rem;
    text-align: center;
    line-height: 1.44;
  }
  .cta02-top span {
    margin: 0 0.3125rem 0 0;
    font-size: 3.375rem;
  }
  .cta02-bg02 {
    margin: -16.25rem 0 0;
    padding: 4.375rem 0 6.75rem;
    background: url("../images/cta02-bg02-sp-original.webp") no-repeat top/cover;
  }
  .cta02 h2 {
    position: relative;
    width: 33.75rem;
    margin: 0 0 2.375rem 2.1875rem;
    color: #000000;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.4;
  }
  .cta02 h2 span {
    position: relative;
    color: #e5435a;
    font-size: 3.375rem;
  }
  .cta02 h2 span::after {
    content: "";
    position: absolute;
    bottom: -0.9375rem;
    left: -0.625rem;
    width: 15.625rem;
    height: 0.625rem;
    background: url("../images/cta02-ttl-line.webp") no-repeat center/cover;
  }
  .cta02-ttl-arrow {
    position: absolute;
    top: -1.25rem;
    right: 0.9375rem;
    width: 13.125rem;
  }
  .cta02-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 43.125rem;
    margin: 0 auto 3.125rem;
    padding: 3.0625rem 0 3rem;
    background: url("../images/cta02-link-bg-sp.webp") no-repeat center/contain;
  }
  .cta02-link.original {
    margin: 0 auto 1.875rem;
  }
  .cta02-link-ttl {
    position: relative;
    margin: 0 0 0.625rem;
    padding: 1.875rem 0 0;
    color: #333333;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta02-link-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 8.4375rem;
    margin: 0 auto;
    border-top: 1px solid #000000;
  }
  .cta02-link-human {
    width: 2.5rem;
    margin: 0 0 0 3.0625rem;
  }
  .cta02-link-txt {
    margin: 0 0 0 2.625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.875rem;
    letter-spacing: 0.04em;
  }
  .cta02-link-arrow {
    width: 0.9375rem;
    margin: 0 0 0 4.0625rem;
  }
  .cta02-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 43.125rem;
    margin: 0 auto 3.125rem;
    padding: 3.0625rem 0 3rem;
    background: url("../images/cta02-line-bg-sp.webp") no-repeat center/cover;
  }
  .cta02-line-ttl {
    position: relative;
    margin: 0 0 0.625rem;
    color: #333333;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta02-line-img {
    width: 3.4375rem;
    margin: 0 0 0 2.625rem;
  }
  .cta02-line-txt {
    margin: 0 0 0 1.8125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
    letter-spacing: 0.04em;
  }
  .cta02-line-arrow {
    width: 0.9375rem;
    margin: 0 0 0 3.75rem;
  }
  .cta02-txt {
    position: relative;
    z-index: 5;
    color: #333333;
    text-shadow: 4px 4px 4px #ffffff, -4px -4px 4px #ffffff, -4px 4px 4px #ffffff, 4px -4px 4px #ffffff, 4px 0 4px #ffffff, -4px 0 4px #ffffff, 0 4px 4px #ffffff, 0 -4px 4px #ffffff;
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .cta02-txt span {
    font-weight: bold;
    font-size: 3.375rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  .cta02-user {
    position: absolute;
    bottom: -4.375rem;
    left: -1.875rem;
    width: 17.5rem;
  }
  .cta02-free {
    position: absolute;
    bottom: 0rem;
    right: 0.3125rem;
    width: 8.4375rem;
  }
  .cta02-bg03 {
    position: relative;
    z-index: 5;
    margin: -3.125rem 0 0;
    padding: 3.125rem 0 5.3125rem;
    background: #dde7e8;
  }
  .cta02-bottom-txt {
    color: #333333;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta02-bottom-txt span {
    font-weight: 600;
    font-size: 2.25rem;
  }
  .cta02-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5625rem;
    margin: 0 0 1.375rem -4.375rem;
  }
  .cta02-bottom-phone {
    width: 42.5rem;
    margin: -1.875rem auto;
  }
  .cta02-bottom-num {
    color: #125359;
    font-size: 3.75rem;
    letter-spacing: 0.12em;
  }
  .cta02-bottom-time {
    color: #333333;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta02-bottom-machine {
    position: absolute;
    top: -8.125rem;
    right: -1.875rem;
    width: 15.625rem;
  }
  .secret-bg {
    overflow: hidden;
    padding: 3.125rem 0 5.625rem;
    background: url("../images/secret-bg-sp.webp") no-repeat top/contain;
  }
  .secret h2 {
    margin: 0 0 7.8125rem;
    color: #ffffff;
    text-shadow: #888888 0.4375rem 0 0.625rem;
    font-weight: bold;
    font-size: 4.375rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.1;
  }
  .secret h2 span {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .secret-top {
    color: #333333;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .secret-top span {
    margin: 0 0.3125rem;
    padding: 0.3125rem;
    background: #a79b8d;
    color: #ffffff;
    font-size: 2.5rem;
  }
  .secret-machine {
    width: 47.5rem;
    margin: 0 0 0 -1.875rem;
  }
  .secret-middle {
    margin: 0 0 6.25rem;
    color: #333333;
    font-size: 1.875rem;
    text-align: center;
    line-height: 1.66;
    letter-spacing: 0.04em;
  }
  .secret-bottom {
    position: relative;
    z-index: 5;
    width: 32.5rem;
    margin: 0 0 0 1.875rem;
  }
  .secret-bottom-ttl {
    position: relative;
    z-index: 5;
    margin: 0 0 1.875rem;
    color: #191919;
    font-weight: bold;
    font-size: 3.75rem;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.3;
  }
  .secret-bottom-ttl::before {
    content: "";
    position: absolute;
    z-index: -5;
    top: -0.9375rem;
    left: 1.25rem;
    width: 3.9375rem;
    height: 3.125rem;
    background: url("../images/secret-bottom-deco.webp") no-repeat center/contain;
  }
  .secret-bottom-ttl .green {
    color: #2c8287;
    font-size: 3.75rem;
  }
  .secret-bottom-ttl .big {
    font-size: 3.75rem;
  }
  .secret-bottom-txt {
    margin: 0 0 0 1.6875rem;
    text-shadow: 4px 4px 4px #ffffff, -4px -4px 4px #ffffff, -4px 4px 4px #ffffff, 4px -4px 4px #ffffff, 4px 0 4px #ffffff, -4px 0 4px #ffffff, 0 4px 4px #ffffff, 0 -4px 4px #ffffff;
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    line-height: 1.66;
    text-align: center;
  }
  .secret-bottom-human {
    position: absolute;
    bottom: -6.25rem;
    right: -21.875rem;
    width: 46.875rem;
  }
  .coach-bg {
    padding: 5.625rem 0 5.9375rem;
    background: url("../images/coach-bg-sp.webp") no-repeat top/contain;
  }
  .coach-top {
    margin: 0 0 3.125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.875rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.73;
  }
  .coach-top span {
    padding: 0.3125rem 0.625rem;
    color: #2c8287;
    background: #ffffff;
  }
  .coach-txt {
    margin: 0 0 1.875rem;
    color: #ffffff;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.66;
  }
  .coach-txt span {
    padding: 0 0 0.3125rem;
    border-bottom: 1px solid #ffffff;
  }
  .coach h2 {
    width: 39.375rem;
    margin: 0 auto;
  }
  .coach-list {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem 1.25rem;
    margin: 0 auto;
  }
  .coach-list-relative {
    position: relative;
    margin: 0 0 8.75rem;
  }
  .coach-item {
    width: 20rem;
  }
  .coach-mist {
    position: absolute;
    top: 1.875rem;
    left: 1.25rem;
    width: 40.625rem;
    margin: 0 auto;
  }
  .coach-method {
    position: relative;
    z-index: 5;
    margin: 0 0 3.75rem 0.625rem;
    color: #000000;
    font-weight: 600;
    font-size: 3.75rem;
    letter-spacing: 0.04em;
    line-height: 1.33;
  }
  .coach-surgery {
    position: absolute;
    top: 93.75rem;
    right: -6.25rem;
    width: 27rem;
  }
  .coach-point {
    margin: 0 auto 1.9375rem;
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .coach-point-ttl {
    position: relative;
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .coach-point-ttl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.875rem 0 2rem;
    background: url("../images/coach-point-ttl-bg-sp.webp") no-repeat center/cover;
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .coach-point-ttl-num {
    width: 4.0625rem;
    margin: 0 0 0 1.875rem;
  }
  .coach-point-ttl-txt {
    margin: 0 0 0 1.625rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }
  .coach-point-ttl-txt span {
    color: #ffe9e5;
    font-size: 2.75rem;
  }
  .coach-point-ttl-btn {
    position: absolute;
    top: 6.875rem;
    right: 0.625rem;
    color: #ffffff;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
  .coach-point-ttl-btn::before {
    position: absolute;
    top: -2.1875rem;
    right: 0.9375rem;
    content: "";
    width: 1.875rem;
    height: 1px;
    background: #fff;
  }
  .coach-point-ttl-btn.open {
    top: 6.875rem;
    right: 1.25rem;
  }
  .coach-point-ttl-btn.open::before {
    position: absolute;
    top: -2.1875rem;
    right: 0.3125rem;
    content: "";
    width: 1.875rem;
    height: 1px;
    background: #fff;
  }
  .coach-point-ttl-btn.open::after {
    position: absolute;
    top: -2.125rem;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 1px;
    height: 1.875rem;
    background: #fff;
  }
  .coach-point-box {
    padding: 2.5rem 1.875rem 3.125rem;
    background: #ffffff;
    border-radius: 0 0 0.625rem 0.625rem;
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
  }
  .coach-point-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .coach-point-box-txt {
    color: #333333;
    font-size: 1.8125rem;
    letter-spacing: 0.04em;
    line-height: 1.66;
  }
  .coach-point-box-txt span {
    color: #e5435a;
    font-weight: 600;
  }
  .coach-point-box-img {
    width: 100%;
    margin: 0 0 2.1875rem;
  }
  .coach-point-box-img video {
    width: 100%;
    border-radius: 0.625rem;
  }
  .coach-txt02 {
    margin: 3.125rem 0 1.875rem;
    color: #000000;
    font-weight: 600;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.68;
  }
  .coach-txt02 span {
    margin: 0 0.3125rem;
    padding: 0.3125rem 0.625rem;
    background: #e5435a;
    color: #ffffff;
  }
  .coach-training-ttl {
    width: 46.875rem;
    margin: 0 0 5.0625rem -1.875rem;
  }
  .coach-training-wrap {
    margin: 0 0 1.3125rem;
  }
  .coach-training-img {
    width: 100%;
    margin: 0 0 1.875rem;
  }
  .coach-training-txt {
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.66;
    text-align: center;
  }
  .coach-training-txt span {
    color: #e5435a;
  }
  .coach-training-arrow {
    width: 7.1875rem;
    margin: 0 auto 1.5625rem;
  }
  .coach-training-txt02 {
    color: #000000;
    font-weight: 600;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .coach-training-txt02 span {
    color: #e5435a;
  }
  .feature-bg {
    padding: 6.5rem 0 0;
    background: url("../images/feature-bg-sp.webp") no-repeat top/contain;
  }
  .feature-top-txt {
    position: relative;
    color: #826e57;
    font-size: 1.875rem;
    text-align: center;
  }
  .feature-top-txt::after {
    content: "";
    position: absolute;
    bottom: -1.25rem;
    left: 6.25rem;
    width: 30.625rem;
    height: 0.625rem;
    background: url("../images/feature-top-shape.webp") no-repeat center/contain;
  }
  .feature h2 {
    width: 31.25rem;
    margin: 0 auto 1.25rem;
  }
  .feature-list {
    width: 46.875rem;
    margin: 0 0 0 -1.875rem;
  }
  .feature-item {
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
    padding: 1.8125rem 1.875rem 6.25rem;
    background: url("../images/feature-item-bg-sp.webp") no-repeat top/contain;
  }
  .feature-item:last-child {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .feature-item-num {
    width: 20rem;
    margin: 0 auto 1.5625rem;
  }
  .feature-item-num.diff {
    margin: 0 auto 3.125rem;
  }
  .feature-item-ttl {
    margin: 0 0 2.5rem;
    color: #826e57;
    font-weight: 600;
    font-size: 2.8125rem;
    text-align: center;
    line-height: 1.4;
  }
  .feature-item-ttl.diff {
    font-size: 2.5rem;
  }
  .feature-item-ttl span {
    color: #e5435a;
    font-size: 3.75rem;
  }
  .feature-item-ttl .big {
    color: #826e57;
    font-size: 3.75rem;
  }
  .feature-item-ttl .num {
    font-size: 5.25rem;
  }
  .feature-item-ttl .middle-sp {
    font-size: 2.8125rem;
  }
  .feature-item-ttl .mini-sp {
    color: #826e57;
    font-size: 2.1875rem;
  }
  .feature-item-wrap {
    position: relative;
  }
  .feature-item-video {
    margin: 0 0 1.6875rem;
  }
  .feature-item-video video {
    width: 100%;
    border-radius: 0.625rem;
  }
  .feature-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 16.875rem;
  }
  .feature-item-img.diff {
    position: static;
    width: 100%;
  }
  .feature-item-txts-ttl {
    margin: 0 0 2.1875rem 18.75rem;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 2.375rem;
    line-height: 1.42;
  }
  .feature-item-txts-ttl.diff {
    margin: 0 0 5.625rem 18.75rem;
  }
  .feature-item-txts-txt {
    color: #1a1a1a;
    font-size: 1.875rem;
    line-height: 1.66;
    letter-spacing: 0.02em;
  }
  .feature-item-txts-txt span {
    color: #e5435a;
  }
  .feature-item-txts-txt.diff {
    margin: 0 0 2.1875rem;
  }
  .feature-item-more {
    position: relative;
    z-index: 5;
    width: 10.625rem;
    margin: 0 auto;
    padding: 0.8125rem 0;
    background: #826e57;
    color: #ffffff;
    border-radius: 1.875rem;
    border: 0.625rem solid #ffffff;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
  }
  .feature-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -2.5rem 0 0;
    padding: 3.125rem 1.875rem;
    border-radius: 0.625rem;
    background: #f8f3ee;
  }
  .feature-item-box-txt {
    width: 24.375rem;
    color: #1a1a1a;
    font-size: 1.75rem;
    line-height: 1.64;
  }
  .feature-item-box-img {
    width: 12.5rem;
    height: 12.5rem;
  }
  .feature-item-box-img video {
    width: 100%;
    border-radius: 50%;
  }
  .video02-bg {
    padding: 2.5625rem 0 1.9375rem;
    background: #dde7e8;
  }
  .video02-ttl {
    padding: 0 0 0 10.625rem;
    font-weight: 600;
    color: #2c8287;
    font-size: 2.875rem;
    text-align: center;
    line-height: 1.34;
  }
  .video02-circle {
    position: absolute;
    top: -5rem;
    left: 0;
    width: 12.75rem;
  }
  .video02-bg02 {
    padding: 5.125rem 0 5.625rem;
  }
  .video02-movie {
    position: relative;
    width: 39.375rem;
    height: 22.2rem;
    margin: 0 auto;
  }
  .video02-movie .youtube {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 22.2rem;
  }
  .video02-movie .thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .video02-movie .play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 6.25rem;
    padding-top: 6.25rem;
    border-radius: 50%;
    background: url("../images/video01-movie-play.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    cursor: pointer;
    z-index: 2;
  }
  .video02-movie .player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .combination-bg {
    margin: 0 0 -28.125rem;
    padding: 3.4375rem 0 30rem;
    background: url("../images/combination-bg-sp.webp") no-repeat center/cover;
  }
  .combination h2 {
    margin: 0 0 6.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    line-height: 1.4;
    text-shadow: 7px 7px 7px #5eacaf, -7px -7px 7px #5eacaf, -7px 7px 7px #5eacaf, 7px -7px 7px #5eacaf, 7px 0 7px #5eacaf, -7px 0 7px #5eacaf, 0 7px 7px #5eacaf, 0 -7px 7px #5eacaf;
  }
  .combination h2 span {
    font-size: 2.6875rem;
  }
  .combination-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 0 4.375rem;
  }
  .combination-wrap-img01 {
    position: absolute;
    top: 27.5rem;
    left: -1.875rem;
    width: 46.875rem;
  }
  .combination-wrap-img02 {
    position: absolute;
    top: 27.5rem;
    right: 0;
    width: 15rem;
  }
  .combination-wrap-name {
    margin: 0 0 2.3125rem;
    color: #2c8287;
    font-weight: bold;
    font-size: 3.75rem;
    text-align: center;
    line-height: 1.333;
  }
  .combination-wrap-top {
    margin: 0 0 1.0625rem;
    color: #0d0d0d;
    font-size: 1.625rem;
    text-align: center;
  }
  .combination-wrap-band {
    margin: 0 0 1.3125rem;
    padding: 0.625rem 0;
    background: url("../images/combination-wrap-band.webp") no-repeat center/cover;
    color: #ffffff;
    font-size: 1.75rem;
    text-align: center;
  }
  .combination-wrap-band span {
    font-size: 2.625rem;
  }
  .combination-wrap-ttl {
    width: 35.625rem;
    margin: 0 auto 31.6875rem;
  }
  .combination-wrap-txt {
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.53;
  }
  .combination-wrap02 {
    position: relative;
  }
  .combination-wrap02-name {
    margin: 0 0 2.1875rem;
    color: #2c8287;
    font-size: 2.75rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
  }
  .combination-wrap02-txt {
    margin: 0 0 0 26.25rem;
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.53;
  }
  .combination-wrap02-img01 {
    position: absolute;
    top: 10.625rem;
    left: 1.875rem;
    width: 20.625rem;
  }
  .superiority-bg {
    padding: 2.75rem 0 3.125rem;
    background: url("../images/superiority-bg-sp.webp") no-repeat top/contain;
  }
  .superiority-top {
    width: 18.75rem;
    margin: 0 auto 1.25rem;
  }
  .superiority h2 {
    margin: 0 0 7.5rem;
    color: #ffffff;
    font-size: 2.25rem;
    text-align: center;
  }
  .superiority h2 span {
    font-size: 5rem;
    line-height: 1.4;
  }
  .superiority-txt01 {
    position: relative;
    z-index: 5;
    margin: 0 0 0.9375rem;
    color: #0d0d0d;
    font-weight: 600;
    font-size: 2.125rem;
    line-height: 1.61;
  }
  .superiority-txt01 span {
    color: #e5435a;
  }
  .superiority-user {
    position: absolute;
    top: 12.5rem;
    right: -2.5rem;
    width: 16.0625rem;
  }
  .superiority-table {
    position: relative;
    z-index: 5;
    margin: 0 auto 3.75rem;
  }
  .superiority-txt02 {
    color: #0d0d0d;
    font-weight: 600;
    font-size: 1.875rem;
    text-align: center;
    line-height: 1.5;
  }
  .superiority-txt02 span {
    color: #e5435a;
    font-size: 2.25rem;
  }
  .voice-bg {
    padding: 6.1875rem 0 15.625rem;
    background: #f2f1f0;
  }
  .voice-minittl {
    position: relative;
    width: 16.5625rem;
    margin: 0 auto 1.9375rem;
    color: #e5435a;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .voice-minittl::before {
    content: "";
    position: absolute;
    top: 0.8125rem;
    left: -3.75rem;
    width: 3.75rem;
    height: 1px;
    background: #e5435a;
  }
  .voice-minittl::after {
    content: "";
    position: absolute;
    top: 0.8125rem;
    right: -3.75rem;
    width: 3.75rem;
    height: 1px;
    background: #e5435a;
  }
  .voice h2 {
    width: 23.75rem;
    margin: 0 auto 2.5rem;
  }
  .voice-txt01 {
    margin: 0 0 3.4375rem;
    color: #333333;
    font-size: 2.125rem;
    text-align: center;
    line-height: 1.76;
  }
  .voice-item {
    position: relative;
    margin: 0 auto 1.875rem;
    padding: 1.875rem 1.875rem 6.25rem;
    border-radius: 1.875rem;
    background: #ffffff;
  }
  .voice-item-num {
    position: absolute;
    top: 1.25rem;
    left: -0.625rem;
    width: 9.875rem;
  }
  .voice-item-img {
    width: 100%;
    margin: 0 0 1.9375rem 0;
  }
  .voice-item-ttl {
    margin: 0 0 0.625rem;
    color: #826e57;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .voice-item-name {
    margin: 0 0 1.25rem;
    color: #333333;
    font-size: 1.5rem;
  }
  .voice-item-txt {
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    cursor: pointer;
    width: 25rem;
    margin: 0 auto;
    padding: 0.8125rem 0;
    background: #a79b8d;
    color: #ffffff;
    border-radius: 1.875rem;
    font-size: 1.625rem;
    text-align: center;
  }
  .voice-item-txt.close {
    width: 39.375rem;
    -webkit-box-shadow: 0 0.4rem 0 #786c5e;
            box-shadow: 0 0.4rem 0 #786c5e;
  }
  .voice-item-box {
    display: none;
    margin: 3.75rem 0 0 0;
  }
  .voice-item-box-item {
    margin: 0 0 3.125rem;
  }
  .voice-item-box-ttl {
    margin: 0 0 1.6875rem;
    padding: 0 0 1.3125rem;
    color: #826e57;
    border-bottom: 1px solid #8a7862;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
  .voice-item-box-txt {
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.57;
  }
  .voice-item-box-txt02 {
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .voice-item-box-txt03 {
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: -0.04em;
    line-height: 1.57;
  }
  .voice-item-box-info {
    margin: 0 0 2.5rem;
    color: #333333;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
  }
  .voice-other {
    cursor: pointer;
    position: absolute;
    bottom: -8.125rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 39.375rem;
    margin: 0 auto;
    padding: 1.375rem 0;
    background: url(../images/voice-other-sp.webp) no-repeat center/contain;
    color: #826e57;
    font-weight: 600;
    font-size: 2.375rem;
    text-align: center;
  }
  .voice-other-show {
    display: none;
  }
  .flow-inner {
    padding: 6.25rem 0;
  }
  .flow-minittl {
    position: relative;
    margin: 0 0 1.8125rem;
    color: #826e57;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .flow-minittl::before {
    content: "";
    position: absolute;
    top: 0.8125rem;
    left: 8.75rem;
    width: 4.4375rem;
    height: 1px;
    background: #826e57;
  }
  .flow-minittl::after {
    content: "";
    position: absolute;
    top: 0.8125rem;
    right: 8.75rem;
    width: 4.4375rem;
    height: 1px;
    background: #826e57;
  }
  .flow h2 {
    width: 23.5625rem;
    margin: 0 auto 3.4375rem;
  }
  .flow-item {
    position: relative;
    margin: 0 0 0.9375rem;
    padding: 0 1.875rem 4.6875rem;
    background: url("../images/flow-item-bg-sp.webp") no-repeat center/cover;
  }
  .flow-item:last-child {
    margin: 0;
    background: url("../images/flow-item-bg-last-sp.webp") no-repeat center/cover;
  }
  .flow-item-img {
    position: absolute;
    top: 0;
    right: 1.875rem;
    width: 15.625rem;
  }
  .flow-item-step {
    width: 7.1875rem;
    margin: 0 0 1.25rem;
  }
  .flow-item-ttl {
    width: 20.625rem;
    margin: 0 0 1.875rem;
    padding: 0 0 2.0625rem;
    border-bottom: 1px solid #826e57;
    color: #2c8287;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
  }
  .flow-item-ttl span {
    margin: 0 0 0 -1.25rem;
  }
  .flow-item-txt {
    color: #333333;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    line-height: 1.61;
  }
  .privilege-bg {
    padding: 4.375rem 0 2.75rem;
    background: url("../images/privilege-bg-sp.webp") no-repeat center/cover;
  }
  .privilege h2 {
    width: 46.25rem;
    margin: 0 0 1.875rem -1.25rem;
  }
  .privilege-item {
    margin: 0 0 1.25rem;
  }
  .privilege-item-ribon {
    position: relative;
    z-index: 5;
    width: 23.875rem;
    margin: 0 auto;
    padding: 0.5625rem 0 1.5625rem;
    background: url("../images/privilege-item-ribon-sp.webp") no-repeat center/contain;
    color: #ffffff;
    font-weight: 600;
    font-size: 2.475rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .privilege-item-box {
    position: relative;
    margin: -2.5rem 0 0;
    padding: 3.125rem 0 1.25rem;
    background: #ffffff;
    border-radius: 2.5rem;
  }
  .privilege-item-ttl {
    color: #333333;
    font-weight: 600;
    font-size: 2.375rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.63;
  }
  .privilege-item-ttl span {
    color: #e5435a;
  }
  .privilege-item-btn {
    position: relative;
    cursor: pointer;
    width: 18.75rem;
    margin: 0.9375rem auto 0;
    padding: 0.875rem 0;
    color: #ffffff;
    background: #219aa3;
    border-radius: 1.875rem;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .privilege-item-btn.diff {
    margin-top: 0;
  }
  .privilege-item-btn::after {
    content: "";
    position: absolute;
    top: 1.4375rem;
    right: 3.125rem;
    width: 0.9375rem;
    height: 0.625rem;
    background: url("../images/privilege-item-btn-arrow.webp") no-repeat center/contain;
  }
  .privilege-item-btn.close {
    margin-top: 1.5625rem;
    margin-bottom: 2.5rem;
    background: #30a8b1;
    -webkit-box-shadow: 0 0.4rem 0 #219aa3;
            box-shadow: 0 0.4rem 0 #219aa3;
  }
  .privilege-item-btn.close::after {
    display: none;
  }
  .privilege-item-content {
    display: none;
    width: 39.375rem;
    margin: 0.9375rem auto 0;
  }
  .privilege-item-content-img {
    width: 100%;
    margin: 0 auto 2.5625rem;
  }
  .privilege-item-txt {
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    line-height: 1.53;
  }
  .follow-bg {
    padding: 4.375rem 0 5.125rem;
    background: url("../images/follow-bg-sp.webp") no-repeat center/cover;
  }
  .follow h2 {
    margin: 0 0 6.5625rem 6.25rem;
    color: #333333;
    font-weight: bold;
    font-size: 3.75rem;
    letter-spacing: 0.02em;
    line-height: 1.333;
    text-align: center;
  }
  .follow-item {
    position: relative;
    margin: 0 auto 2.125rem;
    border-radius: 0.625rem;
    padding: 2.5625rem 1.875rem 1.875rem;
    background: #ffffff;
  }
  .follow-item-check {
    position: absolute;
    top: -0.8125rem;
    left: 1.875rem;
    width: 3.5rem;
  }
  .follow-item-ttl {
    margin: 0 0 2.1875rem;
    padding: 0 0 0.75rem 0;
    border-bottom: 1px solid #adadad;
    font-weight: 600;
    font-size: 2.125rem;
    letter-spacing: 0.02em;
    line-height: 1.36;
    text-align: center;
  }
  .follow-item-ttl span {
    color: #2c8287;
    font-size: 2.5rem;
  }
  .follow-item-ttl .mini {
    font-size: 2.125rem;
  }
  .follow-item-txt {
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.78;
    text-align: center;
  }
  .follow-bottom-ttl {
    margin: 4.3125rem 0 1.875rem;
    color: #333333;
    font-weight: 600;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  .follow-bottom-ttl span {
    margin: 0 0.3125rem;
    padding: 0.3125rem 0.5rem;
    color: #ffffff;
    background: #2c8287;
  }
  .follow-bottom-img {
    width: 39.375rem;
    margin: 0 auto 2.5rem;
  }
  .follow-bottom-txts {
    width: 39.375rem;
    margin: 0 auto;
  }
  .follow-bottom-txt01 {
    margin: 0 0 2.5rem;
    color: #e5435a;
    font-weight: 600;
    font-size: 2.125rem;
    letter-spacing: 0.02em;
    line-height: 1.59;
    text-align: center;
  }
  .follow-bottom-txt02 {
    color: #333333;
    font-weight: 600;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.71;
    text-align: center;
  }
  .faq-inner {
    padding: 6.1875rem 0 5.0625rem;
  }
  .faq-top {
    position: relative;
    margin: 0 0 1.8125rem;
    color: #2c8287;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .faq-top::before {
    content: "";
    position: absolute;
    top: 0.8125rem;
    left: 9.375rem;
    width: 4.5625rem;
    height: 1px;
    background: #2c8287;
  }
  .faq-top::after {
    content: "";
    position: absolute;
    top: 0.8125rem;
    right: 9.375rem;
    width: 4.5625rem;
    height: 1px;
    background: #2c8287;
  }
  .faq h2 {
    width: 14.6875rem;
    margin: 0 auto 2.0625rem;
  }
  .faq-item {
    margin: 0 0 1.625rem;
  }
  .faq-item-question {
    cursor: pointer;
    position: relative;
    padding: 2.6875rem 0 2.625rem 1.625rem;
    background: url("../images/faq-item-bg-sp.webp") no-repeat center/contain;
  }
  .faq-item-question.diff {
    padding: 3.875rem 0 3.9375rem 1.625rem;
  }
  .faq-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq-item-q {
    width: 3.125rem;
    margin: 0 2.1875rem 0 0;
  }
  .faq-item-qtext {
    color: #000000;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    line-height: 1.33;
  }
  .faq-item .btn {
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 1.8rem;
    height: 1px;
    background: #fff;
  }
  .faq-item .btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    width: 1px;
    height: 1.8rem;
    background: #fff;
  }
  .faq-item .btn.open::after {
    display: none;
  }
  .faq-item-answer {
    display: none;
    position: relative;
    z-index: 5;
    height: 25rem;
    margin: -0.625rem 0 0;
    padding: 3.75rem 0 0 1.875rem;
    background: #daebec;
  }
  .faq-item-answer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .faq-item-a {
    width: 2.8125rem;
    margin: 0.625rem 2.25rem 0 0;
  }
  .faq-item-atext {
    width: 34.375rem;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .one-bg {
    padding: 7.125rem 0 5.625rem;
    background: #edf4f6;
  }
  .one h2 {
    margin: 0 0 2.5rem;
    color: #09375d;
    font-weight: 600;
    font-size: 4.375rem;
    text-align: center;
    line-height: 1.4;
  }
  .one h2 .middle {
    font-size: 3.75rem;
  }
  .one h2 .mini {
    font-size: 2.625rem;
  }
  .one-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 1.5625rem 6.875rem;
  }
  .one-item {
    width: 20.625rem;
    margin: 0 -1.5625rem;
  }
  .one-item:first-child {
    margin: 0 9.0625rem -4.0625rem;
  }
  .one-item-hide {
    display: none;
  }
  .one-item-button {
    width: 39.375rem;
    margin: 2.5rem auto;
  }
  .one-item-part {
    position: absolute;
    top: 16.875rem;
    left: -2.5rem;
    width: 46.875rem;
  }
  .one-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.75rem;
    padding: 0 0 0.625rem 1.875rem;
    border-bottom: 0.0625rem solid #333333;
  }
  .one-item-info-wrap {
    margin: 0 0 4.375rem;
  }
  .one-item-info-img {
    width: 2.625rem;
    margin: 0 1.8125rem 0 0;
  }
  .one-item-info-ttl {
    color: #09375d;
    font-weight: 600;
    font-size: 2.25rem;
    letter-spacing: 0.05em;
  }
  .one-item-info-txt {
    margin: 0 2.3125rem 4.375rem 1.875rem;
    color: #333333;
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .one-item-info-txt02 {
    margin: 0 2.3125rem 2rem 1.875rem;
    color: #333333;
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .one-item-info-img04 {
    width: 39.375rem;
    margin: 0 auto 2.5rem;
  }
  .one-info {
    margin: 3.75rem 1.875rem 0;
  }
  .one-info-img {
    margin: 0 0 3.75rem;
  }
  .one-info-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 2.8125rem;
  }
  .one-info-category {
    width: 10.625rem;
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .one-info-txt {
    max-width: 28.4375rem;
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .one-campany {
    margin: 7.5rem 0 0;
  }
  .one-campany-name {
    margin: 0 0 2rem;
    padding: 1.3125rem 0 1.3125rem 1.875rem;
    color: #ffffff;
    background: #1360a1;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
  }
  .one-campany-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 1.875rem 2.5rem;
  }
  .one-campany-info {
    color: #333333;
    font-size: 1.75rem;
    line-height: 1.4;
  }
  .one-campany-img {
    width: 13.75rem;
  }
  .one-campany-info02 {
    margin: 0 0 0 1.875rem;
    color: #333333;
    font-size: 1.75rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .cta01-bg {
    padding: 2.5rem 0 3.6875rem;
    background: url("../images/cta01-bg-new.webp") no-repeat center/cover;
  }
  .cta01-bg02 {
    z-index: 1;
    margin: 2.125rem auto 3.4375rem;
    padding: 1.875rem 0 1.875rem 5.3125rem;
    background: url(../images/cta01-bg02-new.webp) no-repeat center/cover;
  }
  .cta01-inner {
    width: 75rem;
  }
  .cta01-inner02 {
    width: auto;
  }
  .cta01-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 59.375rem;
    margin: 0 0 2.5rem 13.75rem;
  }
  .cta01-top-img01, .cta01-top-img03 {
    width: 20.625rem;
    margin: 0 -1.875rem 0 0;
  }
  .cta01-top-img02 {
    width: 20rem;
    margin: 0 -1.875rem 0 0;
  }
  .cta01-staff {
    left: 0;
    width: 12.9375rem;
  }
  .cta01-bottom-txt {
    margin: 0 6rem 0 0;
    color: #125359;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .cta01-bottom-txt span {
    font-weight: 600;
    font-size: 1.625rem;
  }
  .cta01-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta01-bottom-phone {
    width: 2rem;
    margin: 0 1.625rem 0 0;
  }
  .cta01-bottom-num {
    margin: 0 1.75rem 0 0;
    color: #125359;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
  }
  .cta01-bottom-time {
    color: #125359;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .cta01-bottom-txt02 {
    color: #333333;
    font-weight: 900;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .cta01-bottom-human {
    position: absolute;
    bottom: -3.75rem;
    right: 10.625rem;
    width: 7.5625rem;
  }
  .cta01-machine {
    position: absolute;
    z-index: 10;
    bottom: 9.0625rem;
    left: 0rem;
    width: 15.0625rem;
  }
  .cta01-customer {
    position: absolute;
    bottom: 9.375rem;
    right: -0.625rem;
    width: 14.0625rem;
  }
  .cta02-bg {
    padding: 0.9375rem 0 20.625rem;
    background: url("../images/cta02-bg.webp") no-repeat center/cover;
  }
  .cta02-top {
    color: #ffffff;
    text-shadow: 7px 7px 7px #f39b9b, -7px -7px 7px #f39b9b, -7px 7px 7px #f39b9b, 7px -7px 7px #f39b9b, 7px 0 7px #f39b9b, -7px 0 7px #f39b9b, 0 7px 7px #f39b9b, 0 -7px 7px #f39b9b;
    font-weight: bold;
    font-size: 2.125rem;
    text-align: center;
    line-height: 1.6;
  }
  .cta02-top span {
    font-size: 3.375rem;
  }
  .cta02-bg02 {
    margin: -20rem 0 0;
    padding: 3.4375rem 0 3.75rem;
    background: url("../images/cta02-bg02-new.webp") no-repeat center/cover;
  }
  .cta02 h2 {
    position: relative;
    margin: 0 0 2.375rem;
    color: #000000;
    font-size: 1.875rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .cta02 h2.original {
    margin: 0 0 3.4375rem;
  }
  .cta02 h2 span {
    position: relative;
    color: #e5435a;
    font-size: 2.5rem;
  }
  .cta02 h2 span::after {
    content: "";
    position: absolute;
    bottom: -0.9375rem;
    left: -0.625rem;
    width: 11.875rem;
    height: 0.625rem;
    background: url("../images/cta02-ttl-line.webp") no-repeat center/cover;
  }
  .cta02-ttl-arrow {
    position: absolute;
    top: -2.5rem;
    right: 10.625rem;
    width: 10rem;
  }
  .cta02-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37.5rem;
    margin: 0 auto 2.5rem;
    padding: 2rem 0 2.5rem;
    background: url("../images/cta02-link-bg.webp") no-repeat center/contain;
  }
  .cta02-link-ttl {
    margin: 0 0 1.125rem;
    color: #333333;
    font-weight: 600;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .cta02-link-human {
    width: 1.75rem;
    margin: 0 0 0 3.6875rem;
  }
  .cta02-link-txt {
    margin: 0 0 0 4rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .cta02-link-arrow {
    width: 0.625rem;
    margin: 0 0 0 3.8125rem;
  }
  .cta02-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37.5rem;
    margin: 0 auto 2.5rem;
    padding: 2.5rem 0;
    background: url("../images/cta01-line-bg.webp") no-repeat center/contain;
  }
  .cta02-line-ttl {
    margin: 0 0 1.125rem;
    color: #333333;
    font-weight: 600;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta02-line-img {
    width: 2.25rem;
    margin: 0 0 0 3.4375rem;
  }
  .cta02-line-txt {
    margin: 0 0 0 3.0625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .cta02-line-arrow {
    width: 0.625rem;
    margin: 0 0 0 2.875rem;
  }
  .cta02-txt {
    position: relative;
    z-index: 5;
    margin: 0 3.125rem 0 0;
    color: #333333;
    text-shadow: 4px 4px 4px #ffffff, -4px -4px 4px #ffffff, -4px 4px 4px #ffffff, 4px -4px 4px #ffffff, 4px 0 4px #ffffff, -4px 0 4px #ffffff, 0 4px 4px #ffffff, 0 -4px 4px #ffffff;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .cta02-txt span {
    font-weight: bold;
    font-size: 2.75rem;
    letter-spacing: 0.02em;
  }
  .cta02-user {
    position: absolute;
    bottom: 6.875rem;
    left: 1.875rem;
    width: 31.25rem;
  }
  .cta02-free {
    position: absolute;
    z-index: 10;
    bottom: 10.9375rem;
    right: 12.5rem;
    width: 6.25rem;
  }
  .cta02-bg03 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.9375rem 0 0;
    padding: 1.9375rem 0 2.3125rem;
    background: #dde7e8;
  }
  .cta02-bottom-txt {
    margin: 0 0 1.25rem;
    color: #125359;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta02-bottom-txt span {
    font-weight: 600;
    font-size: 1.625rem;
  }
  .cta02-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5625rem;
    margin: 0 0 1.375rem -4.375rem;
  }
  .cta02-bottom-phone {
    width: 3.125rem;
  }
  .cta02-bottom-num {
    color: #125359;
    font-weight: bold;
    font-size: 3.75rem;
    letter-spacing: 0.12em;
  }
  .cta02-bottom-time {
    color: #125359;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta02-bottom-machine {
    position: absolute;
    z-index: 5;
    top: auto;
    bottom: 8.125rem;
    right: 0;
    width: 15.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .cta01 {
    position: relative;
    z-index: 10;
  }
  .cta01-bg {
    padding: 2.5rem 0 2.75rem;
    background: url("../images/cta01-bg-sp-new.webp") no-repeat top/cover;
  }
  .cta01-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 35.625rem;
    margin: -8.75rem 0 1.875rem auto;
  }
  .cta01-top-img01, .cta01-top-img03 {
    width: 15rem;
    margin: 13.75rem 0 0;
  }
  .cta01-top-img02 {
    width: 15rem;
    margin: 0 -7.5rem;
  }
  .cta01 h2 {
    margin: 0 0 1.875rem;
    color: #333333;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta01-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 3.125rem;
    padding: 2.8125rem 0 3.3125rem;
    background: url("../images/cta01-link-bg.webp") no-repeat center/cover;
  }
  .cta01-link.original {
    margin: 0 auto 1.875rem;
  }
  .cta01-link-ttl {
    position: relative;
    margin: 0 0 0.625rem;
    padding: 1.875rem 0 0;
    color: #333333;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta01-link-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 8.4375rem;
    margin: 0 auto;
    border-top: 1px solid #000000;
  }
  .cta01-link-human {
    width: 2.5rem;
    margin: 0 0 0 3.0625rem;
  }
  .cta01-link-txt {
    margin: 0 0 0 2.625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.875rem;
    letter-spacing: 0.04em;
  }
  .cta01-link-arrow {
    width: 0.75rem;
    margin: 0 0 0 4.375rem;
  }
  .cta01-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 4.375rem;
    padding: 2.8125rem 0 3.3125rem;
    background: url("../images/cta01-line-bg.webp") no-repeat center/cover;
  }
  .cta01-line-ttl {
    margin: 0 0 0.625rem;
    color: #333333;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta01-line-img {
    width: 3.4375rem;
    margin: 0 0 0 2.625rem;
  }
  .cta01-line-txt {
    margin: 0 0 0 1.8125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
    letter-spacing: 0.08em;
  }
  .cta01-line-arrow {
    width: 0.75rem;
    margin: 0 0 0 2.125rem;
  }
  .cta01-txt {
    color: #333333;
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .cta01-txt span {
    color: #333333;
    font-weight: bold;
    font-size: 3.375rem;
    letter-spacing: 0.02em;
  }
  .cta01-machine {
    position: absolute;
    z-index: 10;
    bottom: 29.375rem;
    right: -1.875rem;
    width: 15.6875rem;
  }
  .cta01-customer {
    position: absolute;
    bottom: 37.5rem;
    right: -0.3125rem;
    width: 8.75rem;
  }
  .cta01-bg02 {
    position: relative;
    z-index: 5;
    width: 46.875rem;
    margin: 4.375rem 0 0 -1.875rem;
    padding: 3.1875rem 0 3.6875rem;
    background: #dde7e8;
  }
  .cta01-bottom-txt {
    margin: 0 0 0.9375rem 0;
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .cta01-bottom-txt span {
    font-weight: 600;
    font-size: 2.25rem;
  }
  .cta01-bottom-phone {
    margin: -2.5rem 0 -1.5625rem;
  }
  .cta01-bottom-time {
    color: #333333;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .cta01-bottom-txt02 {
    margin: 2.1875rem 0 0 2.1875rem;
    color: #333333;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta01-bottom-human {
    position: absolute;
    bottom: -2.75rem;
    right: 1.875rem;
    width: 14.125rem;
  }
  .cta02-bg {
    padding: 2.5rem 0 11.625rem;
    background: url("../images/cta02-bg-sp.webp") no-repeat center/cover;
  }
  .cta02-top {
    width: 31.25rem;
    margin: 0 0 5.625rem auto;
    color: #ffffff;
    text-shadow: 7px 7px 7px #f39b9b, -7px -7px 7px #f39b9b, -7px 7px 7px #f39b9b, 7px -7px 7px #f39b9b, 7px 0 7px #f39b9b, -7px 0 7px #f39b9b, 0 7px 7px #f39b9b, 0 -7px 7px #f39b9b;
    font-weight: 600;
    font-size: 2.375rem;
    text-align: center;
    line-height: 1.44;
  }
  .cta02-top span {
    margin: 0 0.3125rem 0 0;
    font-size: 3.375rem;
  }
  .cta02-bg02 {
    margin: -16.25rem 0 0;
    padding: 4.375rem 0 2.75rem;
    background: url("../images/cta02-bg02-sp-new.webp") no-repeat top/cover;
  }
  .cta02 h2 {
    position: relative;
    width: 33.75rem;
    margin: 0 0 2.375rem 2.1875rem;
    color: #000000;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.4;
  }
  .cta02 h2 span {
    position: relative;
    color: #e5435a;
    font-size: 3.375rem;
  }
  .cta02 h2 span::after {
    content: "";
    position: absolute;
    bottom: -0.9375rem;
    left: -0.625rem;
    width: 15.625rem;
    height: 0.625rem;
    background: url("../images/cta02-ttl-line.webp") no-repeat center/cover;
  }
  .cta02-ttl-arrow {
    position: absolute;
    top: -1.25rem;
    right: 0.9375rem;
    width: 13.125rem;
  }
  .cta02-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 43.125rem;
    margin: 0 auto 3.125rem;
    padding: 3.0625rem 0 3rem;
    background: url("../images/cta02-link-bg-sp.webp") no-repeat center/contain;
  }
  .cta02-link.original {
    margin: 0 auto 1.875rem;
  }
  .cta02-link-ttl {
    position: relative;
    margin: 0 0 0.625rem;
    padding: 1.875rem 0 0;
    color: #333333;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta02-link-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 8.4375rem;
    margin: 0 auto;
    border-top: 1px solid #000000;
  }
  .cta02-link-human {
    width: 2.5rem;
    margin: 0 0 0 3.0625rem;
  }
  .cta02-link-txt {
    margin: 0 0 0 2.625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.875rem;
    letter-spacing: 0.04em;
  }
  .cta02-link-arrow {
    width: 0.9375rem;
    margin: 0 0 0 4.0625rem;
  }
  .cta02-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 43.125rem;
    margin: 0 auto 3.125rem;
    padding: 3.0625rem 0 3rem;
    background: url("../images/cta02-line-bg-sp.webp") no-repeat center/cover;
  }
  .cta02-line-ttl {
    position: relative;
    margin: 0 0 0.625rem;
    color: #333333;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta02-line-img {
    width: 3.4375rem;
    margin: 0 0 0 2.625rem;
  }
  .cta02-line-txt {
    margin: 0 0 0 1.8125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
    letter-spacing: 0.04em;
  }
  .cta02-line-arrow {
    width: 0.9375rem;
    margin: 0 0 0 3.75rem;
  }
  .cta02-txt {
    position: relative;
    z-index: 5;
    color: #333333;
    text-shadow: 4px 4px 4px #ffffff, -4px -4px 4px #ffffff, -4px 4px 4px #ffffff, 4px -4px 4px #ffffff, 4px 0 4px #ffffff, -4px 0 4px #ffffff, 0 4px 4px #ffffff, 0 -4px 4px #ffffff;
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .cta02-txt span {
    font-weight: bold;
    font-size: 3.375rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  .cta02-user {
    position: absolute;
    bottom: 33.125rem;
    left: -1.875rem;
    width: 17.5rem;
  }
  .cta02-free {
    position: absolute;
    bottom: 37.5rem;
    right: -0.3125rem;
    width: 9.0625rem;
  }
  .cta02-bg03 {
    position: relative;
    z-index: 5;
    margin: -3.125rem 0 0;
    padding: 3.125rem 0 5.3125rem;
    background: #dde7e8;
  }
  .cta02-bottom-txt {
    color: #333333;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta02-bottom-txt span {
    font-weight: 600;
    font-size: 2.25rem;
  }
  .cta02-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5625rem;
    margin: 0 0 1.375rem -4.375rem;
  }
  .cta02-bottom-phone {
    width: 42.5rem;
    margin: -1.875rem auto;
  }
  .cta02-bottom-num {
    color: #125359;
    font-size: 3.75rem;
    letter-spacing: 0.12em;
  }
  .cta02-bottom-time {
    color: #333333;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta02-bottom-machine {
    position: absolute;
    z-index: 10;
    top: auto;
    bottom: 30rem;
    right: -1.875rem;
    width: 15.6875rem;
  }
  .feature-bg {
    padding: 6.5rem 0 0;
    background: url("../images/feature-bg-sp-new.webp") no-repeat top/contain;
  }
}
@media screen and (max-width: 767px) {
  .footer-bg {
    padding: 3rem 0;
    background: #4a524e;
    color: #ffffff;
    font-size: 1.375rem;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    padding: 2.5rem 0;
    background: #4a524e;
    color: #ffffff;
    font-size: 0.625rem;
    text-align: center;
    line-height: 2;
  }
  .footer #js-year {
    margin: 0 0.3125rem;
  }
}