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

input[type=checkbox] {
  margin: 0;
  padding: 0;
}

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: "Shippori Mincho B1", 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;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

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

/*==============================================================================
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: 0.8rem;
  }
}
/*
  xl-pc
----------------------------------------------- */
@media screen and (min-width: 2000px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 0.8rem;
  }
}
/*==============================================================================
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: 61.875rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    margin: 0 0 7.5rem;
  }
  .footer-inner {
    padding: 4.125rem 0 1.25rem;
  }
  .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    margin: 0 0 4rem;
  }
  .footer-info {
    color: #000000;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.833;
  }
  .footer-info a {
    display: inline-block;
    padding: 0 0 0.1875rem;
    color: #bd4e63;
    border-bottom: 1px solid #bd4e63;
    line-height: 1;
  }
  .footer-tel {
    pointer-events: none;
    position: relative;
    margin: 0 0 1.125rem;
    color: #bd4e63;
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .footer-tel::before {
    content: "";
    position: absolute;
    top: 0.75rem;
    left: -4.375rem;
    width: 2.875rem;
    height: 2.875rem;
    background: url(../images/counseling/tel-icon.webp) no-repeat center/contain;
  }
  .footer-time {
    color: #000000;
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 1;
    text-align: center;
  }
  .footer-copyright {
    color: #000000;
    font-weight: 300;
    font-size: 0.72rem;
    text-align: center;
  }
  .cv {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .cv.is-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .cv-bg {
    padding: 1.3125rem 0;
    background: #dc9da9;
  }
  .cv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 64.6875rem;
  }
  .cv-reserve {
    position: relative;
    width: 23.5rem;
    padding: 1.125rem 0 1.0625rem 8rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7e3e7));
    background: linear-gradient(to bottom, #ffffff, #f7e3e7);
    border-radius: 2.0625rem;
    cursor: pointer;
    color: #c37382;
    font-size: 1.35rem;
    letter-spacing: 0.08em;
    -webkit-box-shadow: 0 0.375rem 0 #f2cbd3;
            box-shadow: 0 0.375rem 0 #f2cbd3;
  }
  .cv-reserve::before {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: 3.5rem;
    width: 1.55rem;
    height: 3rem;
    background: url(../images/fv-reserve-icon.webp) no-repeat center/cover;
  }
  .cv-consult {
    width: 31.4375rem;
    padding: 1.25rem 0 1.3125rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ad836b), to(#916d63));
    background: linear-gradient(to bottom, #ad836b, #916d63);
    border-radius: 2.0625rem;
    -webkit-box-shadow: 0 0.375rem 0 #85681c;
            box-shadow: 0 0.375rem 0 #85681c;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.35rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 0 0 7.5rem;
  }
  .footer-inner {
    width: 34.625rem;
    padding: 5.125rem 0 4.8125rem;
  }
  .footer-info {
    margin: 0 0 4.375rem;
    color: #000000;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.78;
  }
  .footer-info a {
    display: inline-block;
    padding: 0 0 0.1875rem;
    color: #bd4e63;
    border-bottom: 1px solid #bd4e63;
    line-height: 1;
  }
  .footer-tel {
    position: relative;
    margin: 0 0 1.9375rem 3.125rem;
    color: #bd4e63;
    font-size: 4.5625rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .footer-tel::before {
    content: "";
    position: absolute;
    top: 1.5625rem;
    left: -3.4375rem;
    width: 2.875rem;
    height: 2.875rem;
    background: url(../images/counseling/tel-icon.webp) no-repeat center/contain;
  }
  .footer-time {
    margin: 0 0 6.125rem;
    color: #000000;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1;
  }
  .footer-copyright {
    color: #000000;
    font-weight: 300;
    font-size: 2rem;
    text-align: center;
  }
  .cv {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .cv.is-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .cv-bg {
    padding: 0.75rem 0;
    background: #dc9da9;
  }
  .cv-reserve {
    position: relative;
    width: 34rem;
    margin: 0 auto;
    padding: 2rem 0 1.75rem 9.125rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7e3e7));
    background: linear-gradient(to bottom, #ffffff, #f7e3e7);
    border-radius: 2.90625rem;
    cursor: pointer;
    color: #c37382;
    font-size: 2.25rem;
    letter-spacing: 0.08em;
    -webkit-box-shadow: 0 0.375rem 0 #f2cbd3;
            box-shadow: 0 0.375rem 0 #f2cbd3;
  }
  .cv-reserve::before {
    content: "";
    position: absolute;
    top: 1.125rem;
    left: 4.75rem;
    width: 2rem;
    height: 3.8125rem;
    background: url(../images/fv-reserve-icon.webp) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg {
    padding: 2.0625rem 0 2.75rem;
    background: url(../images/fv-bg.webp) no-repeat top/cover;
  }
  .fv-logo {
    width: 12.6875rem;
    margin: 0 0 2.8125rem 21.875rem;
  }
  .fv h1 {
    margin: 0 0 1.875rem 21.25rem;
    color: #8c6962;
    font-size: 4.725rem;
    letter-spacing: 0.06em;
    line-height: 1.13;
  }
  .fv h1 span {
    font-size: 5.0625rem;
  }
  .fv-subttl {
    width: 31.625rem;
    margin: 0 0 1.9375rem 21.875rem;
  }
  .fv-txt {
    margin: 0 0 5.3125rem 21.875rem;
    color: #8c6962;
    font-size: 1.35rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
  .fv-txt .back {
    padding: 0 0 0 0.9375rem;
    background: #ffffff;
  }
  .fv-txt .pink {
    color: #bd4e63;
  }
  .fv-cta-txt {
    margin: 0 0 1.75rem;
    color: #ffffff;
    font-size: 1.35rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .fv-cta-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 65rem;
    margin: 0 0 0 -1.5625rem;
  }
  .fv-cta-reserve {
    position: relative;
    width: 22.5rem;
    padding: 2.0625rem 0 1.75rem 9rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7e3e7));
    background: linear-gradient(to bottom, #ffffff, #f7e3e7);
    border-radius: 3.125rem;
    cursor: pointer;
    color: #c37382;
    font-size: 1.35rem;
    letter-spacing: 0.08em;
    -webkit-box-shadow: 0 0.375rem 0 #f2cbd3;
            box-shadow: 0 0.375rem 0 #f2cbd3;
  }
  .fv-cta-reserve::before {
    content: "";
    position: absolute;
    top: 0.9375rem;
    left: 2.625rem;
    width: 1.9375rem;
    height: 3.75rem;
    background: url(../images/fv-reserve-icon.webp) no-repeat center/cover;
  }
  .fv-cta-consult {
    width: 31.4375rem;
    padding: 1.975rem 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ad836b), to(#916d63));
    background: linear-gradient(to bottom, #ad836b, #916d63);
    border-radius: 3.125rem;
    -webkit-box-shadow: 0 0.375rem 0 #85681c;
            box-shadow: 0 0.375rem 0 #85681c;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.35rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .fv-bg {
    padding: 3.125rem 0 5rem;
    background: url(../images/fv-bg-sp.webp) no-repeat top/cover;
  }
  .fv-logo {
    width: 14.125rem;
    margin: 0 0 0.9375rem 1.875rem;
  }
  .fv h1 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0.9375rem -1.25rem auto;
    color: #8c6962;
    font-size: 5.25rem;
    letter-spacing: 0.06em;
    line-height: 1.24;
  }
  .fv h1 span {
    font-size: 5.625rem;
  }
  .fv-subttl {
    position: absolute;
    top: 2.8125rem;
    right: 15.3125rem;
    width: 2.8125rem;
  }
  .fv-txt {
    margin: 0 0 19.5625rem;
    color: #8c6962;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.78;
  }
  .fv-txt .back {
    padding: 0 0 0 1.0625rem;
    background: #ffffff;
  }
  .fv-txt .pink {
    color: #bd4e63;
  }
  .fv-cta-txt {
    margin: 0 0 2rem;
    color: #ffffff;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.25;
  }
  .fv-cta-reserve {
    position: relative;
    margin: 0 0 2rem;
    padding: 2.625rem 0 2.5rem 7.625rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7e3e7));
    background: linear-gradient(to bottom, #ffffff, #f7e3e7);
    border-radius: 3.75rem;
    cursor: pointer;
    color: #c37382;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    -webkit-box-shadow: 0 0.375rem 0 #f2cbd3;
            box-shadow: 0 0.375rem 0 #f2cbd3;
  }
  .fv-cta-reserve::before {
    content: "";
    position: absolute;
    top: 1.3125rem;
    left: 3.5rem;
    width: 2.5625rem;
    height: 4.9375rem;
    background: url(../images/fv-reserve-icon.webp) no-repeat center/cover;
  }
  .fv-cta-consult {
    padding: 2.5rem 0 2.4375rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ad836b), to(#916d63));
    background: linear-gradient(to bottom, #ad836b, #916d63);
    border-radius: 3.75rem;
    -webkit-box-shadow: 0 0.375rem 0 #85681c;
            box-shadow: 0 0.375rem 0 #85681c;
    cursor: pointer;
    color: #ffffff;
    font-size: 2.75rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .anxiety-bg {
    padding: 5.9375rem 0 3.75rem;
    background: url(../images/anxiety-bg.webp) no-repeat top/cover;
  }
  .anxiety h2 {
    margin: 0 0 5.5rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.475rem;
    text-align: center;
    line-height: 1.3;
  }
  .anxiety h2 .dot {
    position: relative;
  }
  .anxiety h2 .dot::before {
    content: "・・・・・";
    position: absolute;
    top: -2.125rem;
    left: 0;
    font-size: 2.475rem;
  }
  .anxiety h2 .middle {
    font-size: 1.89rem;
  }
  .anxiety h2 .pink {
    color: #bd4e63;
  }
  .anxiety-list {
    margin: 0 0 4.0625rem;
  }
  .anxiety-item {
    position: relative;
    padding: 3.75rem 0 4.375rem;
    border-top: 1px solid #c86e7e;
  }
  .anxiety-item:last-child {
    padding: 3.75rem 0 0;
  }
  .anxiety-item-num {
    position: absolute;
    top: -1.875rem;
    left: 0;
    width: 7.48125rem;
    padding: 0.9375rem 0;
    border-radius: 1.6875rem;
    color: #ffffff;
    background: #bd4e63;
    font-weight: bold;
    font-size: 1.26rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .anxiety-item-ttl {
    margin: 0 0 1.875rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.37;
  }
  .anxiety-item-ttl span {
    color: #bd4e63;
  }
  .anxiety-item-ans {
    margin: 0 0 1.5625rem;
    color: #dc9da9;
    font-weight: 500;
    font-size: 2.98125rem;
    letter-spacing: 0.04em;
  }
  .anxiety-item-txt {
    width: 31rem;
    color: #000000;
    font-size: 1.0125rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .anxiety-item-txt span {
    color: #bd4e63;
  }
  .anxiety-item-img {
    position: absolute;
    top: -0.9375rem;
    right: -7.25rem;
    width: 35.4375rem;
  }
  .anxiety-choose {
    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 3.5rem;
  }
  .anxiety-choose-ttl {
    margin: 0 0 0 -0.625rem;
    color: #8c6962;
    font-size: 4.725rem;
    letter-spacing: 0.06em;
    line-height: 1.19;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
  }
  .anxiety-choose-txt {
    margin: 0 -1.5625rem 2.625rem 0;
    color: #8c6962;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.425;
  }
  .anxiety-choose-img {
    width: 47.8125rem;
    margin: 0 0 0 auto;
  }
  .anxiety-choose-bottom {
    margin: 0 0 1.875rem;
    color: #000000;
    font-size: 1.08rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    text-align: center;
  }
  .anxiety-bottom-list {
    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;
    gap: 2.5rem;
  }
  .anxiety-bottom-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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.5rem;
  }
  .anxiety-bottom-item-img {
    width: 10.9375rem;
    margin: 0 1.0625rem 0 0;
  }
  .anxiety-bottom-item-category {
    width: 14.375rem;
    margin: 0 auto 0.9375rem;
    padding: 0.8125rem 0;
    border-radius: 1.43125rem;
    background: #8c6962;
    color: #ffffff;
    font-size: 1.08rem;
    text-align: center;
  }
  .anxiety-bottom-item-ttl {
    color: #8c6962;
    font-size: 1.44rem;
    letter-spacing: 0.06em;
    line-height: 1.3125;
  }
  .anxiety-bottom-item-txt {
    width: 25.625rem;
    margin: 0 0 0 1.5625rem;
    color: #000000;
    font-size: 1.08rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
  .anxiety-bottom-item-txt.diff {
    width: 28.125rem;
  }
}
@media screen and (max-width: 767px) {
  .anxiety-bg {
    padding: 13.6875rem 0 6.5625rem;
    background: url(../images/anxiety-bg-sp.webp) no-repeat top/cover;
  }
  .anxiety h2 {
    margin: 0 0 5.5rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 3.4375rem;
    text-align: center;
  }
  .anxiety h2 .back {
    background: #eee1d8;
  }
  .anxiety h2 .dot {
    position: relative;
  }
  .anxiety h2 .dot::before {
    content: "・・・・・";
    position: absolute;
    top: -3.125rem;
    left: 0;
    font-size: 3.4375rem;
  }
  .anxiety h2 .middle {
    display: block;
    margin: 2.5rem 0 0;
    font-size: 2.625rem;
    line-height: 1.35;
  }
  .anxiety h2 .pink {
    color: #bd4e63;
  }
  .anxiety-list {
    margin: 0 0 5.3125rem;
  }
  .anxiety-item {
    position: relative;
    padding: 4.375rem 0 7.6875rem;
    border-top: 1px solid #c86e7e;
  }
  .anxiety-item:last-child {
    padding: 4.375rem 0 0;
  }
  .anxiety-item-num {
    position: absolute;
    top: -1.875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 8.3125rem;
    padding: 0.9375rem 0;
    border-radius: 1.6875rem;
    color: #ffffff;
    background: #bd4e63;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .anxiety-item-ttl {
    margin: 0 0 21.25rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    line-height: 1.425;
    text-align: center;
  }
  .anxiety-item-ttl span {
    color: #bd4e63;
  }
  .anxiety-item-ans {
    margin: 0 0 1.25rem;
    color: #dc9da9;
    font-weight: 500;
    font-size: 3.3125rem;
    letter-spacing: 0.04em;
  }
  .anxiety-item-ans-back {
    width: 35.625rem;
    margin: 0 auto;
    padding: 1.875rem 1.875rem 2.5rem;
    background: #ffffff;
  }
  .anxiety-item-txt {
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .anxiety-item-txt span {
    color: #bd4e63;
  }
  .anxiety-item-img {
    position: absolute;
    top: 14.0625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 39.375rem;
  }
  .anxiety-choose {
    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: 0 auto 0.9375rem;
  }
  .anxiety-choose-ttl {
    color: #8c6962;
    font-size: 5.25rem;
    letter-spacing: 0.06em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
  }
  .anxiety-choose-txt {
    margin: 0 0 2.1875rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.75rem;
    letter-spacing: 0.06em;
    line-height: 1.43;
  }
  .anxiety-choose-img {
    width: 35.4375rem;
    margin: 0 -3.75rem 0 0;
  }
  .anxiety-choose-bottom {
    width: 35rem;
    margin: 0 auto 4.375rem;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .anxiety-bottom-item {
    margin: 0 0 5rem;
  }
  .anxiety-bottom-item:last-child {
    margin: 0;
  }
  .anxiety-bottom-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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 2.125rem;
  }
  .anxiety-bottom-item-wrap.diff {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .anxiety-bottom-item-img {
    width: 16.0625rem;
    margin: 0 0.9375rem 0 0;
  }
  .anxiety-bottom-item-img.diff {
    margin: 0 0 0 4.0625rem;
  }
  .anxiety-bottom-item-category {
    width: 16rem;
    margin: 0 0 1.9375rem;
    padding: 0.9375rem 0;
    border-radius: 1.90625rem;
    background: #8c6962;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
  }
  .anxiety-bottom-item-ttl {
    color: #8c6962;
    font-size: 2.6875rem;
    letter-spacing: 0.06em;
    line-height: 1.43;
  }
  .anxiety-bottom-item-txt {
    width: 36.25rem;
    margin: 0 auto;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.57;
  }
}
@media screen and (min-width: 768px) {
  .support {
    margin: -0.9375rem 0 0;
  }
  .support-bg {
    padding: 0.9375rem 0 5.75rem;
    background: url(../images/support-bg.webp) no-repeat top/cover;
  }
  .support-top {
    width: 40.625rem;
    margin: 0 auto;
  }
  .support h2 {
    margin: 0 -3.4375rem 2.3125rem 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 3.15rem;
    text-align: center;
    line-height: 1.2;
  }
  .support h2 .dot {
    margin: 0 -1.25rem 0 0;
    font-size: 3.15rem;
  }
  .support h2 span {
    font-size: 1.89rem;
    letter-spacing: -0.08em;
  }
  .support-txt {
    width: fit-content;
    margin: 0 auto 2.25rem;
    color: #ffffff;
    font-size: 1.08rem;
    line-height: 2.2;
  }
  .support-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;
  }
  .support-item {
    width: 29.8125rem;
    margin: 0 0 1.75rem;
    padding: 2.875rem 0 3.125rem;
    border-radius: 0.5625rem;
    background: #ffffff;
  }
  .support-item-num {
    width: 6.5625rem;
    margin: 0 auto 1.375rem;
  }
  .support-item-ttl {
    height: 5rem;
    margin: 0 0 1.25rem;
    place-content: center;
    color: #8c6962;
    font-weight: 500;
    font-size: 1.9125rem;
    text-align: center;
    line-height: 1.25;
  }
  .support-item-img {
    width: 100%;
    margin: 0 auto 2.5rem;
  }
  .support-item-txt {
    margin: 0 1.25rem;
    color: #000000;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.42;
  }
}
@media screen and (max-width: 767px) {
  .support {
    margin: -2.5rem 0 0;
  }
  .support-bg {
    padding: 1.5625rem 0 6.25rem;
    background: url(../images/support-bg-sp.webp) no-repeat top/cover;
  }
  .support-top {
    width: 45rem;
    margin: 0 0 0 -0.625rem;
  }
  .support h2 {
    margin: 0 -1.875rem 3.75rem 2.1875rem;
    color: #ffffff;
    font-weight: 500;
    font-size: 5.25rem;
    line-height: 1.08;
  }
  .support h2 span {
    font-size: 2.625rem;
    letter-spacing: -0.08em;
  }
  .support-txt {
    margin: 0 0 5rem 3.4375rem;
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 1.57;
  }
  .support-item {
    margin: 0 0 3.1875rem;
    padding: 3.625rem 0 2.8125rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .support-item:last-child {
    margin: 0;
  }
  .support-item-num {
    width: 10.8125rem;
    margin: 0 auto 1.4375rem;
  }
  .support-item-ttl {
    margin: 0 0 2.5rem;
    place-content: center;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.875rem;
    text-align: center;
    line-height: 1.1;
  }
  .support-item-img {
    width: 100%;
    margin: 0 auto 2.5rem;
  }
  .support-item-txt {
    margin: 0 3.4375rem;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.57;
  }
}
@media screen and (min-width: 768px) {
  .cta {
    position: relative;
    z-index: 5;
    margin: -2.1875rem 0 0;
  }
  .cta-bg {
    padding: 4.5rem 0 2.75rem;
    background: url(../images/cta-bg.webp) no-repeat top/cover;
  }
  .cta h2 {
    margin: 0 0 1.8125rem;
    color: #ffffff;
    font-size: 1.6875rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta-txt {
    margin: 0 0 2.25rem;
    color: #ffffff;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
  .cta-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 65rem;
    margin: 0 0 0 -1.5625rem;
  }
  .cta-reserve {
    position: relative;
    width: 23.5rem;
    padding: 2.0625rem 0 1.75rem 8rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7e3e7));
    background: linear-gradient(to bottom, #ffffff, #f7e3e7);
    border-radius: 3.125rem;
    cursor: pointer;
    color: #c37382;
    font-size: 1.35rem;
    letter-spacing: 0.08em;
    -webkit-box-shadow: 0 0.375rem 0 #f2cbd3;
            box-shadow: 0 0.375rem 0 #f2cbd3;
  }
  .cta-reserve::before {
    content: "";
    position: absolute;
    top: 0.9375rem;
    left: 2.625rem;
    width: 1.9375rem;
    height: 3.75rem;
    background: url(../images/fv-reserve-icon.webp) no-repeat center/cover;
  }
  .cta-consult {
    width: 31.4375rem;
    padding: 2rem 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ad836b), to(#916d63));
    background: linear-gradient(to bottom, #ad836b, #916d63);
    border-radius: 3.125rem;
    -webkit-box-shadow: 0 0.375rem 0 #85681c;
            box-shadow: 0 0.375rem 0 #85681c;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.35rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    margin: -2.5rem 0 0;
  }
  .cta-bg {
    padding: 5.25rem 0 5rem;
    background: url(../images/cta-bg-sp.webp) no-repeat top/cover;
  }
  .cta h2 {
    margin: 0 0 1.875rem;
    color: #ffffff;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.25;
  }
  .cta-txt {
    width: 36.25rem;
    margin: 0 auto 2.5rem;
    color: #ffffff;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.57;
  }
  .cta-reserve {
    position: relative;
    margin: 0 0 1.875rem;
    padding: 2.625rem 0 2.5rem 7.625rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7e3e7));
    background: linear-gradient(to bottom, #ffffff, #f7e3e7);
    border-radius: 3.75rem;
    cursor: pointer;
    color: #c37382;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    -webkit-box-shadow: 0 0.375rem 0 #f2cbd3;
            box-shadow: 0 0.375rem 0 #f2cbd3;
  }
  .cta-reserve::before {
    content: "";
    position: absolute;
    top: 1.4375rem;
    left: 3.5rem;
    width: 2.5625rem;
    height: 4.9375rem;
    background: url(../images/fv-reserve-icon.webp) no-repeat center/cover;
  }
  .cta-consult {
    padding: 2.5rem 0 2.4375rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ad836b), to(#916d63));
    background: linear-gradient(to bottom, #ad836b, #916d63);
    border-radius: 3.75rem;
    -webkit-box-shadow: 0 0.375rem 0 #85681c;
            box-shadow: 0 0.375rem 0 #85681c;
    cursor: pointer;
    color: #ffffff;
    font-size: 2.75rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .consultation {
    position: relative;
    z-index: 1;
  }
  .consultation-bg {
    background: #f3ece9;
  }
  .consultation h2 {
    position: absolute;
    top: 6.875rem;
    left: -2.8125rem;
    color: #bd4e63;
    font-weight: 500;
    font-size: 2.648125rem;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .consultation h2 span {
    font-size: 4.4075rem;
    line-height: 1.09;
  }
  .consultation-top {
    width: 60rem;
    margin: -1.875rem 4.375rem 0 auto;
  }
  .consultation-bg-middle {
    position: relative;
    z-index: 5;
    height: 16.875rem;
    margin: -10.625rem 0 0;
    background: url(../images/consultation-bg-middle.webp) no-repeat center/cover;
  }
  .consultation-bg-bottom {
    padding: 6.3125rem 0 7.5rem;
    background: #f3ece9;
  }
  .consultation h3 {
    position: absolute;
    top: -9.0625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
    width: 42.1875rem;
    padding: 2.1875rem 0;
    border-radius: 0.3125rem;
    color: #ffffff;
    background: #bd4e63;
    font-weight: bold;
    font-size: 1.53rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .consultation-list {
    margin: 0 0 4.125rem;
  }
  .consultation-item {
    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.875rem 0.9375rem;
  }
  .consultation-item:last-child {
    margin: 0 0 0 0.9375rem;
  }
  .consultation-item-num {
    width: 5.5125rem;
    margin: 0 2.25rem 0 0;
  }
  .consultation-item-ttl {
    margin: 1.6875rem 0 2.4375rem;
    color: #bd4e63;
    font-weight: 500;
    font-size: 1.62rem;
    line-height: 1.2777;
  }
  .consultation-item-txt {
    width: 28.125rem;
    color: #000000;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .consultation-item-img {
    width: 20.3125rem;
    margin: 0 0 0 3.875rem;
  }
  .consultation-box {
    padding: 0 0 3.4375rem;
    border-radius: 1.6875rem 0.5625rem 0.5625rem;
    background: #ffffff;
  }
  .consultation-box-ttl {
    margin: 0 0 2.625rem;
    padding: 2rem 0;
    border-radius: 1.6875rem 0.5625rem 0 0;
    background: #bd4e63;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
  }
  .consultation-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;
    margin: 0 0 1.3125rem 6.9375rem;
  }
  .consultation-box-img {
    width: 4.375rem;
    margin: 0 2.1875rem 0 0;
  }
  .consultation-box-subttl {
    margin: 0 0 1.1875rem;
    color: #bd4e63;
    font-size: 1.53rem;
    line-height: 1.44;
  }
  .consultation-box-txt {
    color: #000000;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
  }
  .consultation-box-bottom {
    width: 35.4375rem;
    margin: 3.125rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .consultation h2 {
    position: absolute;
    top: 7.4375rem;
    left: 0.9375rem;
    color: #bd4e63;
    font-weight: 500;
    font-size: 4.2875rem;
    line-height: 1.24;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
  }
  .consultation-top {
    width: 46.875rem;
    margin: 0 0 0 -1.875rem;
  }
  .consultation-bg-middle {
    position: relative;
    z-index: 5;
    height: 18.75rem;
    margin: -20rem 0 0;
    background: url(../images/consultation-bg-middle.webp) no-repeat center/cover;
  }
  .consultation-bg-bottom {
    padding: 10.3125rem 0 12.1875rem;
    background: #f3ece9;
  }
  .consultation h3 {
    position: absolute;
    top: -12.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
    width: 41.4375rem;
    padding: 2.875rem 0;
    border-radius: 0.625rem;
    color: #ffffff;
    background: #bd4e63;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .consultation-list {
    margin: 0 0 4.0625rem;
  }
  .consultation-item {
    position: relative;
    margin: 0 0 3.125rem;
  }
  .consultation-item:last-child {
    margin: 0;
  }
  .consultation-item-num {
    width: 6.125rem;
    margin: 0 auto 3.125rem;
  }
  .consultation-item-ttl {
    margin: 0 0 22.5rem;
    color: #bd4e63;
    font-weight: 500;
    font-size: 2.75rem;
    line-height: 1.29;
    text-align: center;
  }
  .consultation-item-txt {
    width: 36.25rem;
    margin: 0 auto;
    color: #000000;
    font-size: 1.75rem;
    line-height: 1.57;
    letter-spacing: 0.02em;
  }
  .consultation-item-img {
    position: absolute;
    top: 18.125rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 39.375rem;
  }
  .consultation-box {
    padding: 0 0 2.625rem;
    border-radius: 1.875rem 0.625rem 0.625rem;
    background: #ffffff;
  }
  .consultation-box-ttl {
    margin: 0 0 4.125rem;
    padding: 2.875rem 0;
    border-radius: 1.875rem 0.625rem 0 0;
    background: #bd4e63;
    color: #ffffff;
    font-weight: 500;
    font-size: 2.5rem;
    text-align: center;
  }
  .consultation-box-wrap {
    margin: 0 0 2.5rem;
  }
  .consultation-box-img {
    width: 4.6875rem;
    margin: 0 auto 2.4375rem;
  }
  .consultation-box-subttl {
    margin: 0 0 2.625rem;
    color: #bd4e63;
    font-size: 2.125rem;
    text-align: center;
    line-height: 1.44;
  }
  .consultation-box-txt {
    width: 36.25rem;
    margin: 0 auto;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: -0.02em;
    line-height: 1.57;
  }
  .consultation-box-bottom {
    width: 39.375rem;
    margin: 2.5rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .team {
    position: relative;
    z-index: 5;
    margin: -2.8125rem 0 0;
  }
  .team-bg {
    padding: 3.75rem 0 7.8125rem;
    background: url(../images/team-bg.png) no-repeat top/cover;
  }
  .team-top {
    width: 32.25rem;
    margin: 0 auto;
  }
  .team h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -5rem 0 2.5rem 14.125rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 1.18;
  }
  .team-txt {
    width: 45rem;
    margin: 0 auto 31.4375rem;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.45;
  }
  .team-box {
    margin: 0 0 4.5625rem;
    padding: 4.625rem 0 4.375rem;
    border-radius: 0.5625rem;
    background: #f3ece9;
  }
  .team-box-ttl {
    margin: 0 0 1.8125rem;
    color: #8c6962;
    font-size: 1.9125rem;
    text-align: center;
  }
  .team-box-txt {
    width: 35rem;
    margin: 0 auto 1.5625rem;
    color: #000000;
    font-size: 1.0125rem;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .team-box-img01 {
    width: 57.375rem;
    margin: 0 0 3.125rem 2.8125rem;
  }
  .team-box-img02 {
    width: 35.4375rem;
    margin: 0 auto 2.5625rem;
  }
  .team-box-ttl02 {
    margin: 0 0 2.3125rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.16rem;
    text-align: center;
  }
  .team-box-txt02 {
    width: 52.75rem;
    margin: 0 auto;
    color: #000000;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
  .team-system {
    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.8125rem;
    margin: 0 0 3.4375rem -2.8125rem;
  }
  .team-system-img {
    width: 24.75rem;
  }
  .team-system-ttl {
    margin: 0 0 2.8125rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.43rem;
    letter-spacing: 0.02em;
    line-height: 1.222;
  }
  .team-system-list {
    width: 29.875rem;
    margin: 0 0 1.9375rem;
    padding: 2.5625rem 0 2.75rem 5.5625rem;
    border-radius: 0.5625rem;
    background: #8c6962;
  }
  .team-system-item {
    position: relative;
    margin: 0 0 1.9375rem;
    color: #ffffff;
    font-size: 1.26rem;
    letter-spacing: 0.06em;
  }
  .team-system-item:last-child {
    margin: 0;
  }
  .team-system-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3.375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2rem;
    height: 1.5rem;
    background: url(../images/list-arrow.webp) no-repeat center/contain;
  }
  .team-system-txt {
    margin: 0 0 1.5625rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.16rem;
    letter-spacing: 0.04em;
    line-height: 1.333;
  }
  .team-system-txt02 {
    width: 31.875rem;
    color: #000000;
    font-size: 1.08rem;
    letter-spacing: 0.04em;
    line-height: 1.55;
  }
  .team-advisory {
    margin: 0 0 4.6875rem;
    padding: 2.6875rem 2.8125rem;
    background: #f3ece9;
    border-radius: 0.5625rem;
  }
  .team-advisory-ttl {
    margin: 0 0 2.1875rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.16rem;
    line-height: 1.25;
    text-align: center;
  }
  .team-advisory-txt {
    margin: 0 0 2.8125rem;
    color: #000000;
    font-size: 1.08rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .team-advisory-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;
  }
  .team-advisory-name {
    width: 26.1rem;
    margin: 0 0 2.0625rem;
    padding: 1rem 0;
    background: #8c6962;
    color: #ffffff;
    font-size: 1.26rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .team-advisory-profile {
    width: 26.1rem;
    color: #000000;
    font-size: 1.08rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
  .team-advisory-img {
    width: 26.25rem;
  }
  .team-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 64.6875rem;
    margin: 0 0 5rem -2.8125rem;
  }
  .team-item:last-child {
    margin: 0 0 0 -2.8125rem;
  }
  .team-item-img {
    width: 20.1375rem;
  }
  .team-item-profile {
    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: 38.75rem;
    margin: 0 0 2.3125rem;
  }
  .team-item-category {
    margin: 0 0 1.1875rem;
    color: #8c6962;
    font-size: 1.512rem;
    letter-spacing: 0.06em;
  }
  .team-item-name {
    color: #8c6962;
    font-weight: 500;
    font-size: 1.836rem;
    letter-spacing: 0.02em;
  }
  .team-item-txt {
    width: 23.125rem;
    height: 5.9375rem;
    place-content: center;
    padding: 0 0 0 1.5rem;
    border-left: 1px solid #855a52;
    color: #000000;
    font-size: 1.08rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
  .team-item-btn {
    display: none;
  }
  .team-item-detal {
    width: 35.9375rem;
    margin: 0 auto;
    padding: 2.3125rem 2.9375rem 2.3125rem 2.6875rem;
    background: #f3ece9;
    border-radius: 0.5625rem;
    color: #000000;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
  .team-item-detal span {
    color: #8c6962;
  }
}
@media screen and (max-width: 767px) {
  .team {
    margin: -3.4375rem 0 0;
  }
  .team-bg {
    padding: 4.0625rem 0 7.5rem;
    background: url(../images/team-bg-sp.webp) no-repeat top/cover;
  }
  .team-top {
    width: 35.875rem;
    margin: 0 auto;
  }
  .team h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -2.5rem auto 3rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 3.75rem;
    line-height: 1.18;
  }
  .team-txt {
    width: 38.625rem;
    margin: 0 auto 1.875rem;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.57;
  }
  .team-staff {
    width: 46.875rem;
    margin: 0 0 0 -1.875rem;
  }
  .team-box {
    position: relative;
    z-index: 5;
    margin: -8.75rem 0 5rem;
    padding: 4.5rem 1.875rem 4.6875rem;
    border-radius: 0.625rem;
    background: #f3ece9;
  }
  .team-box-ttl {
    margin: 0 0 2.5rem;
    color: #8c6962;
    font-size: 2.0625rem;
    text-align: center;
  }
  .team-box-txt {
    margin: 0 0 2rem;
    color: #000000;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .team-box-img01 {
    margin: 0 0 4.375rem;
  }
  .team-box-img02 {
    margin: 0 0 2.75rem;
  }
  .team-box-ttl02 {
    margin: 0 0 2.5625rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 3rem;
    text-align: center;
  }
  .team-box-txt02 {
    width: 36.25rem;
    margin: 0 auto;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.57;
  }
  .team-system {
    position: relative;
  }
  .team-system-img {
    position: absolute;
    top: 2.8125rem;
    left: -1.875rem;
    width: 25rem;
  }
  .team-system-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 1.25rem 0 auto;
    color: #8c6962;
    font-weight: 500;
    font-size: 4.5rem;
    letter-spacing: 0.02em;
    line-height: 1.29;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
  }
  .team-system-list {
    width: 32.9375rem;
    margin: 0 auto 3.125rem;
    padding: 2.875rem 0 3.0625rem 6.4375rem;
    border-radius: 0.625rem;
    background: #8c6962;
  }
  .team-system-item {
    position: relative;
    margin: 0 0 2.125rem;
    color: #ffffff;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }
  .team-system-item:last-child {
    margin: 0;
  }
  .team-system-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3.375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2rem;
    height: 1.5rem;
    background: url(../images/list-arrow.webp) no-repeat center/contain;
  }
  .team-system-txt {
    margin: 0 0 3.125rem 3.4375rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.333;
  }
  .team-system-txt02 {
    width: 35.625rem;
    margin: 0 auto 2.8125rem;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .team-advisory {
    margin: 0 0 5.625rem;
    padding: 3.3125rem 1.875rem 3.125rem;
    background: #f3ece9;
    border-radius: 0.625rem;
  }
  .team-advisory-ttl {
    margin: 0 -1.25rem 3.125rem 0;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.425;
    text-align: center;
  }
  .team-advisory-txt {
    width: 36.25rem;
    margin: 0 auto 2.8125rem;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .team-advisory-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team-advisory-name {
    width: 25rem;
    margin: 0 0 2.0625rem;
    padding: 1.125rem 0;
    background: #8c6962;
    color: #ffffff;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .team-advisory-profile {
    width: 21.875rem;
    margin: 0 auto;
    color: #000000;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    line-height: 1.7;
  }
  .team-advisory-img {
    width: 14.375rem;
  }
  .team-item {
    position: relative;
    width: 39.375rem;
    margin: 0 auto 4.625rem;
  }
  .team-item:last-child {
    margin: 0 auto;
  }
  .team-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 14.375rem;
  }
  .team-item-profile {
    width: 21.25rem;
    margin: 0 1.875rem 0 auto;
  }
  .team-item-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2.25rem;
    padding: 0 2.5rem 1.3125rem;
    border-bottom: 1px solid #855a52;
    color: #8c6962;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .team-item-name {
    margin: 0 0 2.1875rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.375rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .team-item-txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 -0.625rem 0 0;
    color: #000000;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    line-height: 1.7;
  }
  .team-item-btn {
    cursor: pointer;
    position: relative;
    z-index: 5;
    width: 30.125rem;
    padding: 1.5rem 0;
    margin: 1.9375rem auto 0;
    border-radius: 2.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9867f), to(#8f6c65));
    background: linear-gradient(to bottom, #a9867f, #8f6c65);
    -webkit-box-shadow: 0 0.375rem 0 #865d55;
            box-shadow: 0 0.375rem 0 #865d55;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
  }
  .team-item-btn.diff {
    margin: 7.5rem auto 0;
  }
  .team-item-btn::before {
    content: "";
    position: absolute;
    top: 2.6875rem;
    right: 2.5rem;
    width: 1rem;
    height: 0.125rem;
    background: #ffffff;
  }
  .team-item-btn::after {
    content: "";
    position: absolute;
    top: 2.25rem;
    right: 2.9375rem;
    width: 0.125rem;
    height: 1rem;
    background: #ffffff;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .team-item.is-open .team-item-btn::after {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  .team-item-detal {
    display: none;
    margin: -2.5rem auto 0;
    padding: 5rem 2.1875rem 2.5rem 2.1875rem;
    background: #f3ece9;
    border-radius: 0.5625rem;
    color: #000000;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    line-height: 1.42;
  }
  .team-item-detal span {
    color: #8c6962;
  }
  .team-item.is-open .team-item-detal {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .case-bg {
    padding: 5.625rem 0 3.6875rem;
    background: #f3ece9;
  }
  .case h2 {
    margin: 0 0 2.6875rem;
    color: #8c6962;
    font-size: 2.16rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.25;
  }
  .case-txt {
    margin: 0 0 3.4375rem;
    color: #000000;
    font-size: 1.08rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .case-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: 67.5rem;
    margin: 0 0 0 -2.8125rem;
  }
  .case-item {
    width: 24.875rem;
    margin: 0 0 2.125rem;
    padding: 2.5625rem 4.0625rem 2.4375rem;
    background: #ffffff;
    border-radius: 0.625rem;
  }
  .case-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;
    margin: 0 0 1.3125rem 0.9375rem;
  }
  .case-item-num {
    margin: 0 2.625rem 0 0;
    padding: 0 0 0 0.9375rem;
    border-left: 0.1875rem solid #8c6962;
    color: #8c6962;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .case-item-ttl {
    color: #000000;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  .case-item-slide {
    position: relative;
    width: 23.3125rem;
    padding: 0 0 2.0625rem !important;
  }
  .case-item-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  .case-item-slide-pagination {
    bottom: 0 !important;
  }
  .case-item-slide-pagination .swiper-pagination-bullet {
    width: 0.5625rem;
    height: 0.5625rem;
    margin: 0 0.53125rem !important;
    background: #8c6962;
    opacity: 1;
  }
  .case-item-slide-pagination .swiper-pagination-bullet-active {
    background: #d84f4f;
  }
  .case-item-infos {
    margin: 2.1875rem 0 0;
  }
  .case-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;
    margin: 0 0 1rem;
    padding: 0 0 0.875rem 0.625rem;
    border-bottom: 1px solid #855a52;
  }
  .case-item-info:last-child {
    margin: 0;
    padding: 0 0 0 0.625rem;
    border-bottom: none;
  }
  .case-item-info-ttl {
    width: 6.5625rem;
    color: #8c6962;
    font-size: 1.055625rem;
    letter-spacing: 0.04em;
  }
  .case-item-info-txt {
    color: #000000;
    font-size: 1.055625rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .case-bg {
    padding: 5.625rem 0 6.25rem;
    background: #f3ece9;
  }
  .case h2 {
    margin: 0 0 2.5rem 3.125rem;
    color: #8c6962;
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.333;
  }
  .case-txt {
    width: 36.25rem;
    margin: 0 auto 2.375rem;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .case-item {
    margin: 0 0 2.1875rem;
    padding: 2.8125rem 1.875rem;
    background: #ffffff;
    border-radius: 0.5625rem;
  }
  .case-item:last-child {
    margin: 0;
  }
  .case-item-num {
    margin: 0 0 1.5625rem 2.5rem;
    padding: 0.625rem 0 0.625rem 1.4375rem;
    border-left: 0.1875rem solid #8c6962;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.75rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .case-item-ttl {
    width: 36.25rem;
    margin: 0 auto 2.5rem;
    color: #000000;
    font-size: 2.875rem;
    letter-spacing: 0.04em;
  }
  .case-item-slide {
    position: relative;
    padding: 0 0 2.6875rem !important;
  }
  .case-item-slide .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  .case-item-slide-pagination {
    bottom: 0 !important;
  }
  .case-item-slide-pagination .swiper-pagination-bullet {
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 0.8125rem !important;
    background: #8c6962;
    opacity: 1;
  }
  .case-item-slide-pagination .swiper-pagination-bullet-active {
    background: #d84f4f;
  }
  .case-item-infos {
    margin: 3.3125rem 0 0;
  }
  .case-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;
    margin: 0 0 1.5625rem;
    padding: 0 0 1.3125rem 1.5rem;
    border-bottom: 1px solid #855a52;
  }
  .case-item-info:last-child {
    margin: 0;
    padding: 0 0 0 1.5rem;
    border-bottom: none;
  }
  .case-item-info-ttl {
    width: 10rem;
    color: #8c6962;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
  }
  .case-item-info-txt {
    color: #000000;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .operative-inner {
    padding: 5.625rem 0;
  }
  .operative h2 {
    margin: 0 0 3.125rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.685rem;
    text-align: center;
    line-height: 1.375;
  }
  .operative h2 span {
    font-size: 3.3555rem;
  }
  .operative-txt {
    width: 56.25rem;
    margin: 0 auto 2.5rem;
    color: #000000;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
  .operative-ttl {
    margin: 4.0625rem 0 0;
    padding: 2rem 0;
    background: #8c6962;
    border-radius: 1.6875rem 0 0 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
  }
  .operative-box {
    margin: 0 0 5.625rem;
    padding: 0 0 3.5625rem;
    background: #f3ece9;
    border-radius: 1.6875rem 0 0.5625rem 0.5625rem;
  }
  .operative-box-txt {
    color: #8c6962;
    font-weight: 500;
    font-size: 1.53rem;
    text-align: center;
    line-height: 1.47;
  }
  .operative-list {
    padding: 1.875rem 2.5rem 0;
  }
  .operative-item {
    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: flex-end;
    margin: 0 0 6.0625rem;
  }
  .operative-item-ttl {
    margin: 0 0 2.625rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
  .operative-item-img {
    width: 26.125rem;
  }
  .operative-item-txt {
    margin: 0 0 1.6875rem;
    color: #000000;
    font-weight: bold;
    font-size: 1.08rem;
    letter-spacing: -0.02em;
    line-height: 1.8;
  }
  .operative-item-box {
    width: 22.5625rem;
    height: 14.8125rem;
    padding: 0.9375rem 0 0 5.5rem;
    background: #8c6962;
    border-radius: 0.5625rem;
  }
  .operative-item-box.diff {
    height: 13.5625rem;
    padding: 2.1875rem 0 0 5.5rem;
  }
  .operative-item-box-txt {
    position: relative;
    margin: 0 0 0.625rem;
    color: #ffffff;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
  }
  .operative-item-box-txt::before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: -3.375rem;
    width: 1.625rem;
    height: 1rem;
    background: url(../images/list-arrow.webp) no-repeat center/contain;
  }
  .operative h3 {
    margin: 0 0 2.5rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.16rem;
    text-align: center;
    line-height: 1.479;
  }
  .operative-information-top {
    width: 56.25rem;
    margin: 0 auto 2.8125rem;
    color: #000000;
    font-size: 1.08rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
  .operative-information-item {
    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: 59.0625rem;
    margin: 0 0 3.125rem;
  }
  .operative-information-img {
    width: 14.625rem;
  }
  .operative-information-num {
    position: relative;
    margin: 0 0 1.5625rem;
    color: #8c6962;
    font-size: 1.89rem;
    letter-spacing: 0.06em;
  }
  .operative-information-num::after {
    content: "";
    position: absolute;
    top: 1.375rem;
    left: 3.3125rem;
    width: 38.75rem;
    height: 1px;
    background: #8c6962;
  }
  .operative-information-ttl {
    margin: 0 0 2.1875rem;
    color: #8c6962;
    font-size: 1.8rem;
    line-height: 1.25;
  }
  .operative-information-ttl.diff {
    margin: 0 0 1.25rem;
  }
  .operative-information-txt {
    width: 41.25rem;
    color: #000000;
    font-size: 1.08rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .operative-inner {
    padding: 5.625rem 0;
  }
  .operative h2 {
    margin: 0 0 3.75rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 3.75rem;
    text-align: center;
    line-height: 1.18;
  }
  .operative h2 span {
    font-size: 4.375rem;
  }
  .operative-txt {
    width: 36.25rem;
    margin: 0 auto 3.125rem;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.57;
  }
  .operative-ttl {
    margin: 3.4375rem 0 0;
    padding: 2.875rem 0;
    background: #8c6962;
    border-radius: 1.875rem 0 0 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 2.5rem;
    text-align: center;
  }
  .operative-box {
    margin: 0 0 7.5rem;
    padding: 0 0 3.75rem;
    background: #f3ece9;
    border-radius: 1.875rem 0 0.625rem 0.625rem;
  }
  .operative-box-txt {
    color: #8c6962;
    font-weight: 500;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.25;
  }
  .operative-list {
    padding: 2.75rem 1.875rem 0;
  }
  .operative-item {
    margin: 0 0 3.1875rem;
  }
  .operative-item-ttl {
    margin: 0 0 2.5rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 3.125rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .operative-item-img {
    margin: 0 0 2.6875rem;
  }
  .operative-item-txt {
    width: 36.25rem;
    margin: 0 auto 1.875rem;
    color: #000000;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: -0.02em;
    line-height: 1.57;
  }
  .operative-item-box {
    padding: 2.25rem 0 1.3125rem 6.5rem;
    background: #8c6962;
    border-radius: 0.625rem;
  }
  .operative-item-box-txt {
    position: relative;
    margin: 0 0 1.375rem;
    color: #ffffff;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.21;
  }
  .operative-item-box-txt::before {
    content: "";
    position: absolute;
    top: 0.3125rem;
    left: -4.0625rem;
    width: 2rem;
    height: 1.75rem;
    background: url(../images/list-arrow.webp) no-repeat center/contain;
  }
  .operative h3 {
    margin: 0 -2.5rem 2.5rem 3.125rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 3.75rem;
    line-height: 1.18;
  }
  .operative-information-top {
    width: 36.25rem;
    margin: 0 auto 5.9375rem;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.57;
  }
  .operative-information-item {
    position: relative;
    margin: 0 0 3.125rem;
  }
  .operative-information-item:last-child {
    margin: 0;
  }
  .operative-information-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 13.125rem;
  }
  .operative-information-num {
    position: relative;
    width: 29.375rem;
    margin: 0 0 1.5625rem auto;
    color: #8c6962;
    font-size: 2.4375rem;
    letter-spacing: 0.06em;
  }
  .operative-information-num::after {
    content: "";
    position: absolute;
    top: 1.375rem;
    left: 3.3125rem;
    width: 24.0625rem;
    height: 1px;
    background: #8c6962;
  }
  .operative-information-ttl {
    width: 29.375rem;
    margin: 0 0 3.75rem auto;
    color: #8c6962;
    font-size: 2.4375rem;
    line-height: 1.61;
  }
  .operative-information-txt {
    width: 36.25rem;
    margin: 0 auto;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.57;
  }
}
@media screen and (min-width: 768px) {
  .price-bg {
    padding: 5.625rem 0 5.625rem;
    background: #fae9ec;
  }
  .price-box {
    padding: 2.5rem 0 0;
    background: #ffffff;
    border-radius: 0 0 0.5625rem 0.5625rem;
  }
  .price h2 {
    margin: 0 0 2.5rem;
    color: #bd4e63;
    font-weight: 500;
    font-size: 2.16rem;
    text-align: center;
    line-height: 1.29;
  }
  .price-txt {
    margin: 0 0 2.8125rem;
    color: #000000;
    font-size: 1.08rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .price-include {
    width: 56.25rem;
    margin: 0 auto 3.8125rem;
    padding: 0 0 0.875rem;
    border-radius: 1.6875rem 0 0.5625rem 0.5625rem;
    border: 1px solid #cf7d8d;
  }
  .price-include-ttl {
    margin: 0 0 2.25rem;
    padding: 1.75rem 0;
    background: #bd4e63;
    border-radius: 1.6875rem 0 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .price-include-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;
    padding: 0 5.125rem 0 8.375rem;
  }
  .price-include-item-txt {
    position: relative;
    margin: 0 0 1.6875rem;
    color: #ca7182;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
  }
  .price-include-item-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.3125rem;
    height: 0.875rem;
    background: url(../images/price-list-icon.webp) no-repeat center/contain;
  }
  .price-support-ttl {
    margin: 0 0 1.5rem;
    color: #000000;
    font-weight: 500;
    font-size: 1.53rem;
    text-align: center;
  }
  .price-support-txt {
    width: 51.25rem;
    margin: 0 auto 2.5rem;
    color: #000000;
    font-size: 1.08rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .price-support-menu {
    margin: 0 0 2.125rem 3.125rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .price-support-menu-box {
    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;
    gap: 1.1875rem;
    width: 56.25rem;
    margin: 0 auto 3.0625rem;
  }
  .price-support-menu-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;
  }
  .price-support-menu-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 1.375rem 0 0;
    background: #333333;
    padding: 0.75rem 1.4375rem;
    border-radius: 0.625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .price-support-menu-price {
    color: #bd4e63;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
  }
  .price-support-menu-price span {
    color: #333333;
    font-size: 1.425rem;
  }
  .price-support-menu-price .tax {
    font-size: 0.85rem;
  }
  .price-bottom {
    margin: 3.5rem 0 0;
    padding: 2.1875rem 0 1.875rem 2.8125rem;
    background: #bd4e63;
    border-radius: 0 0 0.5625rem 0.5625rem;
  }
  .price-bottom-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 1.25rem;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-weight: 500;
    font-size: 1.26rem;
  }
  .price-bottom-txt {
    width: 47.5rem;
    margin: 0 0 2.1875rem;
    color: #ffffff;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
  .price-bottom-txt.diff {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .price-bg {
    padding: 3.625rem 0 4.3125rem;
    background: #fae9ec;
  }
  .price-box {
    padding: 2.1875rem 0 0;
    background: #ffffff;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .price h2 {
    margin: 0 0 2.5rem 2.1875rem;
    color: #bd4e63;
    font-weight: 500;
    font-size: 3.125rem;
    line-height: 1.24;
  }
  .price-txt {
    width: 38.75rem;
    margin: 0 auto 3.125rem;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .price-include {
    width: 39.375rem;
    margin: 0 auto 4.25rem;
    padding: 0 0 1.5625rem;
    border-radius: 1.875rem 0 0.625rem 0.625rem;
    border: 1px solid #cf7d8d;
  }
  .price-include-ttl {
    margin: 0 0 2.8125rem;
    padding: 2.1875rem 0;
    background: #bd4e63;
    border-radius: 1.875rem 0 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .price-include-list {
    margin: 0 0 0 6.1875rem;
  }
  .price-include-item-txt {
    position: relative;
    margin: 0 0 2.125rem;
    color: #ca7182;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }
  .price-include-item-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3.75rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2rem;
    height: 1.8125rem;
    background: url(../images/price-list-icon.webp) no-repeat center/contain;
  }
  .price-support-ttl {
    margin: 0 0 2.5rem;
    color: #000000;
    font-weight: 500;
    font-size: 2.25rem;
    text-align: center;
  }
  .price-support-txt {
    width: 39.375rem;
    margin: 0 auto 3.75rem;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .price-support-menu {
    margin: 0 0 3rem 3.25rem;
    color: #333333;
    font-weight: bold;
    font-size: 3.125rem;
    letter-spacing: 0.04em;
  }
  .price-support-menu-box {
    margin: 0 0 4.0625rem;
  }
  .price-support-menu-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;
    margin: 0 0 0.8125rem 3rem;
  }
  .price-support-menu-category {
    width: 13.375rem;
    margin: 0 1.1875rem 0 0;
    background: #333333;
    padding: 0.75rem 0;
    border-radius: 0.625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .price-support-menu-category.diff {
    font-size: 1.875rem;
  }
  .price-support-menu-price {
    color: #bd4e63;
    font-weight: bold;
    font-size: 3.375rem;
    letter-spacing: 0.02em;
  }
  .price-support-menu-price span {
    color: #333333;
    font-size: 2.5rem;
  }
  .price-support-menu-price .tax {
    font-size: 1.5rem;
  }
  .price-bottom {
    margin: 6.1875rem 0 0;
    padding: 3.0625rem 3.75rem 2.5rem;
    background: #bd4e63;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .price-bottom-ttl {
    margin: 0 0 1.875rem;
    color: #ffffff;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.34;
    text-align: center;
  }
  .price-bottom-ttl span {
    border-bottom: 1px solid #ffffff;
  }
  .price-bottom-txt {
    width: 36.25rem;
    margin: 0 auto 3.75rem;
    color: #ffffff;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.57;
  }
  .price-bottom-txt.diff {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .faq-inner {
    padding: 5.625rem 0 1.5625rem;
  }
  .faq-top {
    position: absolute;
    z-index: -5;
    top: 0;
    right: -11.5625rem;
    width: 39.1875rem;
  }
  .faq-top-txt {
    margin: 0 0 3.75rem 2.8125rem;
    color: #000000;
    font-size: 1.08rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .faq h2 {
    margin: 0 0 1.875rem 2.8125rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.16rem;
    letter-spacing: 0.04em;
    line-height: 1.333;
  }
  .faq-box {
    margin: 0 0 4.0625rem;
    padding: 2.25rem 0 2.5rem;
    background: #ffffff;
    border: 1px solid #a38781;
    border-radius: 0.5625rem;
  }
  .faq-box-ttl {
    margin: 0 0 1.4375rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 1.512rem;
    text-align: center;
  }
  .faq-box-txt {
    margin: 0 0 2.1875rem;
    color: #000000;
    font-size: 1.08rem;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .faq-box-btn {
    width: 31.5rem;
    margin: 0 auto;
    padding: 2rem 0;
    border-radius: 2.8125rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#d38090), to(#bc6d7c));
    background: linear-gradient(to bottom, #d38090, #bc6d7c);
    -webkit-box-shadow: 0 0.375rem 0 #b06170;
            box-shadow: 0 0.375rem 0 #b06170;
    color: #ffffff;
    font-size: 1.35rem;
    text-align: center;
  }
  .faq h3 {
    margin: 0 0 3.125rem 2.8125rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2.16rem;
    letter-spacing: -0.06em;
    line-height: 1.29;
  }
  .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.25rem;
    margin: 0 auto;
  }
  .faq-item {
    width: 27.28125rem;
    margin: 0 0 3.4375rem;
  }
  .faq-item-question {
    position: relative;
    padding: 0.9375rem 3.75rem 0.9375rem 1.6875rem;
    border-radius: 0.5625rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9867f), to(#8e6b64));
    background: linear-gradient(to bottom, #a9867f, #8e6b64);
    -webkit-box-shadow: 0 0.375rem 0 #855a52;
            box-shadow: 0 0.375rem 0 #855a52;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.55;
    cursor: pointer;
  }
  .faq-item-question::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6875rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.0625rem;
    height: 0.1875rem;
    background: #ffffff;
  }
  .faq-item-question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.1875rem;
    height: 1.0625rem;
    background: #ffffff;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .faq-item.is-open .faq-item-question::after {
    opacity: 0;
    -webkit-transform: translateY(-50%) scaleY(0);
            transform: translateY(-50%) scaleY(0);
  }
  .faq-item-answer {
    display: none;
    padding: 1.875rem 0 0 0;
    color: #000000;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
  .faq-item.is-open .faq-item-answer {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .faq-inner {
    padding: 6.5625rem 0 5.3125rem;
  }
  .faq-top {
    width: 39.375rem;
    margin: 0 auto 2.4375rem;
  }
  .faq-top-txt {
    width: 36.25rem;
    margin: 0 auto 2.375rem;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .faq h2 {
    margin: 0 0 3.25rem 3.4375rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.333;
  }
  .faq-box {
    width: 39.375rem;
    margin: 0 auto 4.0625rem;
    padding: 2.25rem 0 2.3125rem;
    background: #ffffff;
    border: 1px solid #a38781;
    border-radius: 0.625rem;
  }
  .faq-box-ttl {
    margin: 0 0 1.75rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
  }
  .faq-box-txt {
    width: 36.25rem;
    margin: 0 auto 2.1875rem;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: -0.02em;
    line-height: 1.57;
  }
  .faq-box-btn {
    width: 35.625rem;
    margin: 0 auto;
    padding: 2.5625rem 0;
    border-radius: 3.75rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#d38090), to(#bc6d7c));
    background: linear-gradient(to bottom, #d38090, #bc6d7c);
    -webkit-box-shadow: 0 0.375rem 0 #b06170;
            box-shadow: 0 0.375rem 0 #b06170;
    color: #ffffff;
    font-size: 2.5rem;
    text-align: center;
  }
  .faq h3 {
    margin: 0 0 3.125rem 1.875rem;
    color: #8c6962;
    font-weight: 500;
    font-size: 3rem;
    letter-spacing: -0.06em;
    line-height: 1.29;
  }
  .faq-list {
    width: 36.375rem;
    margin: 0 auto;
  }
  .faq-item {
    margin: 0 0 2.1875rem;
  }
  .faq-item-question {
    position: relative;
    padding: 0.9375rem 0 0.9375rem 3.625rem;
    border-radius: 0.5625rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9867f), to(#8e6b64));
    background: linear-gradient(to bottom, #a9867f, #8e6b64);
    -webkit-box-shadow: 0 0.375rem 0 #855a52;
            box-shadow: 0 0.375rem 0 #855a52;
    color: #ffffff;
    font-size: 1.875rem;
    line-height: 1.266;
    cursor: pointer;
  }
  .faq-item-question::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.4375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1rem;
    height: 0.125rem;
    background: #ffffff;
  }
  .faq-item-question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.8125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.1875rem;
    height: 1.0625rem;
    background: #ffffff;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .faq-item.is-open .faq-item-question::after {
    opacity: 0;
    -webkit-transform: translateY(-50%) scaleY(0);
            transform: translateY(-50%) scaleY(0);
  }
  .faq-item-answer {
    display: none;
    padding: 2.1875rem 0 0 0;
    color: #000000;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.57;
  }
  .faq-item.is-open .faq-item-answer {
    display: block;
  }
}