@charset "UTF-8";
/* --------------------------------------------------------------------- 
Foundation
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
color
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
font-family
-----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
font-size
-----------------------------------------------------------------------*/
/* mediaquery
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
}
@media (max-width: 359px) {
  html {
    font-size: 2.7777777778vw;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #515050;
}

.anm-tg.y {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}

.y.show {
  transform: translateY(0px);
  opacity: 1;
}

.anm-tg.x {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s;
}

.x.show {
  transform: translateX(0px);
  opacity: 1;
}

.anm-tg.opt {
  opacity: 0;
  transition: 1s;
}

.opt.show {
  opacity: 1;
}

.anm-tg.scl {
  scale: 0;
  transition: 1s;
}

.scl.show {
  scale: 1;
}

/* --------------------------------------------------------------------- 
Layout
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
component
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
.content-back {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: calc(100% - 75rem);
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------------------------------------- 
main
-----------------------------------------------------------------------*/
.main {
  width: 75rem;
}
@media (max-width: 768px) {
  .main {
    width: 100%;
  }
}

.main-cta-fixed {
  position: fixed;
  width: 75rem;
  left: 0;
  bottom: 0;
  padding: 1rem 0rem 0.6rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: 0.3s;
  transform: translateY(100%);
}
@media (max-width: 768px) {
  .main-cta-fixed {
    width: 100%;
  }
}
.main-cta-fixed.is-active {
  transform: translateY(0);
}

.main-cta {
  position: relative;
  display: block;
  margin: 0;
  width: 40rem;
  height: auto;
  aspect-ratio: 13/3;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .main-cta {
    width: 30rem;
  }
}
.main-cta:hover {
  opacity: 0.7;
}

.main-cta-img {
  width: 100%;
}

/* --------------------------------------------------------------------- 
fv
-----------------------------------------------------------------------*/
.fv {
  width: 100%;
}
.fv__ttl {
  width: 100%;
}
.fv__img {
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* --------------------------------------------------------------------- 
skill-complete
-----------------------------------------------------------------------*/
.skill-complete {
  background-image: url(../../common/images/skill-complete__back.webp);
  background-size: cover;
}
.skill-complete__ttl {
  text-align: center;
  font-size: 3.2rem;
  color: #ffffff;
  background: linear-gradient(to bottom, #8ca490, #e1eeda);
  padding: 4rem 0;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  .skill-complete__ttl {
    padding: 2.4rem 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.skill-complete__ttl--cabin {
  font-family: "Cabin", sans-serif;
}
.skill-complete__list, .skill-complete__list--margin-large {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 2.6rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .skill-complete__list, .skill-complete__list--margin-large {
    margin-top: 1rem;
    gap: 1.6rem;
  }
}
.skill-complete__list--margin-large {
  margin-top: 3.8rem;
}
.skill-complete__item {
  position: relative;
  padding: 2.8rem 1.4rem;
  color: #7e6663;
  z-index: 1;
}
@media (max-width: 768px) {
  .skill-complete__item {
    padding: 1.6rem 1rem;
  }
}
.skill-complete__item-txt {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .skill-complete__item-txt {
    font-size: 1.6rem;
  }
}
.skill-complete__item-txt--large {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .skill-complete__item-txt--large {
    font-size: 2rem;
  }
}
.skill-complete__item-back {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.skill-complete__img {
  display: block;
  margin-top: 5.2rem;
  margin-bottom: -2px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .skill-complete__img {
    margin-top: 4rem;
  }
}

/* --------------------------------------------------------------------- 
recommendation
-----------------------------------------------------------------------*/
.recommendation {
  padding-bottom: 10.6rem;
  background: linear-gradient(to bottom, #ede1e0 90%, #ffffff);
}
@media (max-width: 768px) {
  .recommendation {
    padding-bottom: 6rem;
  }
}
.recommendation__ttl {
  text-align: center;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .recommendation__ttl {
    font-size: 2.4rem;
  }
}
.recommendation__ttl--bold {
  font-weight: bold;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
}
.recommendation__list {
  display: flex;
  flex-direction: column;
  margin: 6.4rem auto 0;
  width: 67rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .recommendation__list {
    margin-top: 4rem;
    width: 90%;
  }
}
.recommendation__item {
  display: flex;
  align-items: center;
  padding: 3.3rem 0;
  gap: 3.2rem;
  border-bottom: 2px dashed #ffffff;
}
@media (max-width: 768px) {
  .recommendation__item {
    padding: 1.6rem 0;
    gap: 1.6rem;
  }
}
.recommendation__item:first-child {
  padding-top: 0;
}
.recommendation__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.recommendation__item-img {
  width: 2.8rem;
  height: auto;
}
@media (max-width: 768px) {
  .recommendation__item-img {
    width: 1.6rem;
  }
}
.recommendation__item-txt {
  font-size: 2.6rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .recommendation__item-txt {
    font-size: 1.6rem;
  }
  .recommendation__item-txt > br {
    display: none;
  }
}
.recommendation__item-txt--pink {
  color: #ff8e8e;
}
.recommendation__arw-box {
  margin: 5rem auto 0;
  padding: 2.7rem 4.5rem 5rem;
  width: -moz-max-content;
  width: max-content;
  background-color: #fefdf7;
  -webkit-clip-path: polygon(0 60%, 0 0, 100% 0, 100% 60%, 50% 100%);
          clip-path: polygon(0 60%, 0 0, 100% 0, 100% 60%, 50% 100%);
}
@media (max-width: 768px) {
  .recommendation__arw-box {
    margin-top: 4rem;
    padding: 1.6rem 1rem 3rem;
  }
}
.recommendation__arw-txt {
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .recommendation__arw-txt {
    font-size: 1.8rem;
  }
}
.recommendation__end-txt-box {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 3rem;
}
.recommendation__end-txt-img {
  width: 3.8rem;
  height: 100%;
}
@media (max-width: 768px) {
  .recommendation__end-txt-img {
    width: 1.6rem;
  }
}
.recommendation__end-txt {
  width: -moz-max-content;
  width: max-content;
  font-size: 3.9rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .recommendation__end-txt {
    font-size: 2.4rem;
  }
}
.recommendation__img {
  display: block;
  margin: 2.7rem auto 0;
  width: 48rem;
}
@media (max-width: 768px) {
  .recommendation__img {
    width: 30rem;
  }
}

/* --------------------------------------------------------------------- 
wellness-future
-----------------------------------------------------------------------*/
.wellness-future__ttl {
  text-align: center;
  padding-top: 3.8rem;
  font-size: 4rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .wellness-future__ttl {
    font-size: 2.4rem;
  }
}
.wellness-future__ttl--green {
  font-size: 4.8rem;
  color: #8ca490;
}
@media (max-width: 768px) {
  .wellness-future__ttl--green {
    font-size: 2.8rem;
  }
}
.wellness-future__txt-box {
  padding: 7.3rem 0 6rem;
  background: linear-gradient(to bottom, #ffffff 2%, #b4c5b6);
}
@media (max-width: 768px) {
  .wellness-future__txt-box {
    padding: 6rem 0;
  }
}
.wellness-future__txt-box-inner {
  position: relative;
  margin: auto;
  width: 68rem;
  padding: 5.9rem 5.5rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .wellness-future__txt-box-inner {
    padding: 1rem;
    width: 90%;
  }
}
.wellness-future__txt-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wellness-future__txt {
  font-size: 2.8rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .wellness-future__txt {
    font-size: 1.6rem;
  }
}
.wellness-future__txt--green {
  color: #8ca490;
}

/* --------------------------------------------------------------------- 
census
-----------------------------------------------------------------------*/
.census {
  padding: 4.8rem 0;
}
.census__list {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
@media (max-width: 768px) {
  .census__list {
    gap: 6rem;
  }
}
.census__item {
  display: flex;
  flex-direction: column;
}
.census__item-ttl, .census__item-ttl--right, .census__item-ttl--left {
  padding: 2rem 7rem 2rem 4rem;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: bold;
  background: linear-gradient(90deg, rgb(241, 221, 219) 0%, rgb(254, 252, 251) 21%, rgb(244, 229, 230) 44%, rgb(253, 234, 225) 100%);
  color: #7e6663;
}
@media (max-width: 768px) {
  .census__item-ttl, .census__item-ttl--right, .census__item-ttl--left {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 1rem 2.4rem 1rem 1rem;
    letter-spacing: -1px;
  }
}
.census__item-ttl--left {
  padding-bottom: 3rem;
  border-radius: 0 100vh 100vh 0;
}
@media (max-width: 768px) {
  .census__item-ttl--left {
    padding-bottom: 1.8rem;
  }
}
.census__item-ttl--right {
  margin-right: 0;
  margin-left: auto;
  padding-top: 3rem;
  padding-left: 7rem;
  padding-right: 4rem;
  border-radius: 100vh 0 0 100vh;
}
@media (max-width: 768px) {
  .census__item-ttl--right {
    padding: 1.8rem 1rem 1rem 3.4rem;
    max-width: 100%;
    font-size: 1.5rem;
  }
}
.census__item-ttl--large {
  font-family: "Cabin", sans-serif;
  font-size: 4.6rem;
}
@media (max-width: 768px) {
  .census__item-ttl--large {
    font-size: 2.4rem;
  }
}
.census__item-ttl--point > span {
  position: relative;
}
.census__item-ttl--point > span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 0.6rem);
  display: block;
  width: 0.4rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #7e6663;
}
@media (max-width: 768px) {
  .census__item-ttl--point > span::before {
    bottom: 100%;
  }
}
.census__item-img {
  display: block;
  margin: 3rem auto 0;
  width: 26.7rem;
}
@media (max-width: 768px) {
  .census__item-img {
    width: 20rem;
  }
}
.census__item-txt {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .census__item-txt {
    margin: 3rem auto 0;
    font-size: 1.3rem;
    letter-spacing: -1px;
    line-height: 1.6;
  }
}

/* --------------------------------------------------------------------- 
.balancing-both
-----------------------------------------------------------------------*/
.balancing-both {
  padding-top: 7rem;
  background-image: url(../../common/images/balancing-both__back.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .balancing-both {
    padding-top: 6rem;
  }
}
.balancing-both__head {
  position: relative;
}
.balancing-both__ttl {
  text-align: center;
  line-height: 1.5;
  padding: 2.8rem 0;
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(to right, rgb(185, 143, 153) 0%, rgb(193, 154, 158) 29%, rgb(207, 175, 176) 61%, rgb(229, 202, 199) 100%);
}
@media (max-width: 768px) {
  .balancing-both__ttl {
    font-size: 2rem;
  }
}
.balancing-both__ttl--large {
  font-size: 4.7rem;
}
@media (max-width: 768px) {
  .balancing-both__ttl--large {
    font-size: 3rem;
  }
}
.balancing-both__head-txt-box {
  padding: 7.8rem 8.3rem;
  margin: 5.6rem auto 0;
  width: 69rem;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .balancing-both__head-txt-box {
    margin-top: 2.4rem;
    padding: 1.6rem 1.6rem 2.4rem 1.6rem;
    width: 90%;
  }
}
.balancing-both__head-txt {
  font-size: 2.7rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .balancing-both__head-txt {
    font-size: 1.6rem;
  }
}
.balancing-both__head-txt--pink {
  color: #dd7e71;
}
.balancing-both__arw {
  position: absolute;
  width: 1.2rem;
  bottom: -4.1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .balancing-both__arw {
    bottom: -3.4rem;
    width: 0.7rem;
  }
}
.balancing-both__body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 23rem;
  background-color: #ede1e0;
}
@media (max-width: 768px) {
  .balancing-both__body {
    height: 16rem;
  }
}
.balancing-both__body-txt {
  text-align: center;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  color: #7e6663;
}
@media (max-width: 768px) {
  .balancing-both__body-txt {
    font-size: 1.6rem;
  }
}
.balancing-both__body-txt--large {
  font-size: 3.6rem;
  font-family: "Cabin", sans-serif;
}
@media (max-width: 768px) {
  .balancing-both__body-txt--large {
    font-size: 1.8rem;
  }
}
.balancing-both__body-img {
  position: relative;
  top: -5rem;
  width: 19.3rem;
}
@media (max-width: 768px) {
  .balancing-both__body-img {
    top: -0.4rem;
    width: 10rem;
  }
}

/* --------------------------------------------------------------------- 
.different
-----------------------------------------------------------------------*/
.different {
  position: relative;
  z-index: 1;
  padding-bottom: 15rem;
  background: linear-gradient(-118deg, rgb(241, 221, 219) 0%, rgb(254, 252, 251) 36%, rgb(244, 229, 230) 68%, rgb(253, 234, 225) 100%);
  -webkit-clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
          clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
}
@media (max-width: 768px) {
  .different {
    -webkit-clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
            clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
    padding-bottom: 6rem;
  }
}
.different__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: none;
}
.different__ttl-box {
  position: relative;
  width: 100%;
  z-index: 1;
}
.different__ttl-back {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.different__ttl {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -55%);
  font-size: 3.8rem;
  line-height: 1.5;
  color: #7e6663;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .different__ttl {
    font-size: 1.6rem;
  }
}
.different__ttl--large {
  font-size: 5.4rem;
}
@media (max-width: 768px) {
  .different__ttl--large {
    font-size: 2.4rem;
  }
}
.different__ttl--small {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .different__ttl--small {
    font-size: 1.4rem;
  }
}
.different__ttl--cabin {
  font-family: "Cabin", sans-serif;
}
.different__ttl-deco {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .different__ttl-deco {
    gap: 0.6rem;
  }
}
.different__ttl-point {
  width: 0.4rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #7e6663;
}
@media (max-width: 768px) {
  .different__ttl-point {
    width: 0.3rem;
  }
}
.different__txt-box {
  margin: 4.6rem auto 0;
  padding: 6.6rem 5.7rem;
  width: 69rem;
  background-color: #ffffff;
  border-radius: 8rem 0 8rem 0;
  box-shadow: 4.459px 4.015px 19.11px 1.89px rgba(176, 135, 126, 0.14);
}
@media (max-width: 768px) {
  .different__txt-box {
    border-radius: 3rem 0 3rem 0;
    padding: 1.6rem;
    width: 90%;
  }
}
.different__txt {
  font-size: 2.7rem;
  color: rgb(81, 80, 80);
  line-height: 2.407;
  text-align: center;
}
@media (max-width: 768px) {
  .different__txt {
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}
.different__txt--pink {
  font-size: 3.2rem;
  color: #dd7e71;
  font-weight: 500;
}
@media (max-width: 768px) {
  .different__txt--pink {
    font-size: 1.8rem;
  }
}
.different__step {
  display: flex;
  align-items: center;
  margin-top: 5.8rem;
}
.different__step-img {
  width: 40rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .different__step-img {
    width: 50%;
    min-width: 20rem;
  }
}
.different__step-txt-box {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  flex-shrink: 0;
  margin-left: -10rem;
}
@media (max-width: 768px) {
  .different__step-txt-box {
    margin-left: -6.1rem;
    gap: 1rem;
  }
}
.different__step-txt {
  padding: 1.4rem 0.8rem;
  background-color: #ffffff;
  color: #7e6663;
  font-size: 3.6rem;
  box-shadow: 2px 2px 0 #7e6663;
  font-family: "Shippori Mincho", serif;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .different__step-txt {
    padding: 0.8rem;
    font-size: 1.6rem;
  }
}
.different__step-txt--small {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .different__step-txt--small {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------------------------- 
.monthly-income
-----------------------------------------------------------------------*/
.monthly-income__box {
  position: relative;
  margin: auto;
  padding: 5.6rem 4.3rem;
  width: 68rem;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
}
@media (max-width: 768px) {
  .monthly-income__box {
    padding: 1.6rem;
    width: 90%;
  }
}
.monthly-income__box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.monthly-income__box-head {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .monthly-income__box-head {
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
}
.monthly-income__list {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
  flex-shrink: 0;
}
.monthly-income__item {
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 768px) {
  .monthly-income__item {
    gap: 1.6rem;
  }
}
.monthly-income__item-txt {
  text-align: right;
  font-size: 3.2rem;
  width: 12.9rem;
}
@media (max-width: 768px) {
  .monthly-income__item-txt {
    width: 6.9rem;
    font-size: 1.6rem;
  }
}
.monthly-income__item-deco {
  display: flex;
  gap: 1.3rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .monthly-income__item-deco {
    gap: 0.6rem;
  }
}
.monthly-income__item-point {
  width: 0.4rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #7e6663;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .monthly-income__item-point {
    width: 0.2rem;
  }
}
.monthly-income__level, .monthly-income__level--5, .monthly-income__level--4, .monthly-income__level--3, .monthly-income__level--2, .monthly-income__level--1 {
  margin-top: -3rem;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .monthly-income__level, .monthly-income__level--5, .monthly-income__level--4, .monthly-income__level--3, .monthly-income__level--2, .monthly-income__level--1 {
    margin-top: -1rem;
    font-size: 1.6rem;
  }
}
.monthly-income__level--1 {
  color: #96554c;
}
.monthly-income__level--large {
  font-size: 6.6rem;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  .monthly-income__level--large {
    font-size: 2.4rem;
  }
}
.monthly-income__level--2 {
  color: #ad645a;
}
.monthly-income__level--3 {
  color: #bf6f64;
}
.monthly-income__level--4 {
  color: #c9766a;
}
.monthly-income__level--5 {
  color: #dd7e71;
}
.monthly-income__arw {
  margin-left: -5rem;
  width: 9.6rem;
}
@media (max-width: 768px) {
  .monthly-income__arw {
    margin-left: -3rem;
    width: 6rem;
  }
}
.monthly-income__box-body {
  margin-top: 6rem;
  text-align: center;
  line-height: 1.8;
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .monthly-income__box-body {
    margin-top: 3rem;
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}
.monthly-income__box-body--green {
  color: #8ca490;
}

/* --------------------------------------------------------------------- 
.effect
-----------------------------------------------------------------------*/
.effect {
  padding: 6rem 0 0;
}
.effect__back--pink {
  padding: 4.8rem 0 5.6rem;
  background: linear-gradient(90deg, rgb(244, 233, 226) 0%, rgb(247, 239, 233) 35%, rgb(254, 252, 253) 75%, rgb(244, 230, 224) 100%);
}
@media (max-width: 768px) {
  .effect__back--pink {
    padding: 4rem 0;
  }
}
.effect__back--white {
  padding-top: 4.8rem;
  background: linear-gradient(to top, rgb(240, 241, 231) 1%, rgb(240, 241, 231) 38%, rgb(254, 251, 243) 76%, rgb(240, 241, 231) 100%);
}
@media (max-width: 768px) {
  .effect__back--white {
    padding: 4rem 0;
  }
}
.effect__sub-ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.effect__sub-ttl {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .effect__sub-ttl {
    font-size: 1.6rem;
  }
}
.effect__sub-ttl--large {
  font-size: 4.1rem;
  font-family: "Cabin", sans-serif;
}
@media (max-width: 768px) {
  .effect__sub-ttl--large {
    font-size: 2rem;
  }
}
.effect__sub-ttl-img {
  width: 37rem;
}
@media (max-width: 768px) {
  .effect__sub-ttl-img {
    width: 24rem;
  }
}
.effect__ttl {
  text-align: center;
  margin-top: 2.4rem;
  font-size: 4.9rem;
  font-family: "Shippori Mincho", serif;
  color: #c98d4d;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .effect__ttl {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
}
.effect__ttl--large {
  font-size: 5.6rem;
}
@media (max-width: 768px) {
  .effect__ttl--large {
    font-size: 2.8rem;
  }
}
.effect__list-ttl {
  position: relative;
  text-align: center;
  margin-top: 4.8rem;
  font-size: 3.1rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: #d8ad7d;
  padding: 4.2rem 0;
}
@media (max-width: 768px) {
  .effect__list-ttl {
    padding: 2.4rem 0;
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}
.effect__list-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.effect__list-ttl--large {
  font-size: 3.7rem;
  font-family: "Cabin", sans-serif;
}
@media (max-width: 768px) {
  .effect__list-ttl--large {
    font-size: 2.2rem;
  }
}
.effect__list, .effect__list--top {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 768px) {
  .effect__list, .effect__list--top {
    gap: 1.6rem;
    max-width: 90%;
  }
}
.effect__list--top {
  margin-top: 5.5rem;
}
@media (max-width: 768px) {
  .effect__list--top {
    margin-top: 2.4rem;
  }
}
.effect__item {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
@media (max-width: 768px) {
  .effect__item {
    gap: 1.6rem;
  }
}
.effect__item-img {
  width: 2.7rem;
}
@media (max-width: 768px) {
  .effect__item-img {
    display: block;
    margin-top: 0.3rem;
    width: 1.6rem;
  }
}
.effect__item-txt {
  font-size: 2.8rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .effect__item-txt {
    letter-spacing: -1px;
    font-size: 1.6rem;
  }
}
.effect__item-txt--large {
  font-weight: bold;
  font-size: 3.8rem;
  color: #c98d4d;
}
@media (max-width: 768px) {
  .effect__item-txt--large {
    font-size: 2.2rem;
  }
}
.effect__item-txt--green {
  font-size: 3.2rem;
  color: #978c5e;
}
@media (max-width: 768px) {
  .effect__item-txt--green {
    font-size: 1.6rem;
  }
}
.effect__arw-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.3rem 0 5.1rem;
  margin: 5rem auto 0;
  width: 31.5rem;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
@media (max-width: 768px) {
  .effect__arw-box {
    width: 28rem;
    padding: 2.4rem 0 3.8rem;
  }
}
.effect__arw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.effect__arw-txt {
  font-size: 2.8rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .effect__arw-txt {
    font-size: 2.4rem;
  }
}
.effect__before-after, .effect__before-after--green {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  margin-top: 6.7rem;
}
@media (max-width: 768px) {
  .effect__before-after, .effect__before-after--green {
    gap: 3.8rem;
  }
}
.effect__before-after--green {
  padding: 11.6rem 0 4.8rem;
  margin-top: initial;
  background: linear-gradient(90deg, rgb(240, 241, 231) 1%, rgb(240, 241, 231) 38%, rgb(254, 251, 243) 76%, rgb(240, 241, 231) 100%);
}
@media (max-width: 768px) {
  .effect__before-after--green {
    padding: 4rem 0;
  }
}
.effect__before-after-item {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.effect__before-after-child {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .effect__before-after-child {
    width: 45%;
  }
}
.effect__before-after-child:nth-of-type(2) {
  flex-direction: column-reverse;
  align-items: flex-end;
}
.effect__before-after-txt {
  font-size: 6.8rem;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  color: #7e6663;
}
@media (max-width: 768px) {
  .effect__before-after-txt {
    font-size: 3.2rem;
  }
}
.effect__before-after-img {
  width: 33.9rem;
}
@media (max-width: 768px) {
  .effect__before-after-img {
    width: 100%;
  }
}
.effect__before-after-arw {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #ffffff;
  width: 3.8rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .effect__before-after-arw {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.effect__flex, .effect__flex--gold {
  display: flex;
  align-items: center;
  margin-top: 5.8rem;
}
.effect__flex--gold {
  padding: 0 2.4rem 2.1rem;
  margin: auto;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(to left, rgb(215, 204, 163) 0%, rgb(249, 238, 212) 100%);
}
@media (max-width: 768px) {
  .effect__flex--gold {
    padding: 1rem 0;
    gap: 1rem;
    justify-content: center;
  }
}
.effect__flex--gold .effect__flex-txt-box {
  margin: initial;
}
.effect__flex--gold .effect__flex-img {
  display: block;
  margin-top: -2.1rem;
  width: 30rem;
}
@media (max-width: 768px) {
  .effect__flex--gold .effect__flex-img {
    width: 30%;
    min-width: 13rem;
  }
}
.effect__flex--gold .effect__flex-txt {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .effect__flex--gold .effect__flex-txt {
    padding: 0.8rem;
    font-size: 1.4rem;
  }
}
.effect__flex-img {
  width: 32.9rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .effect__flex-img {
    width: 40%;
    min-width: 16rem;
  }
}
.effect__flex-txt-box {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  flex-shrink: 0;
  margin-left: -4rem;
}
@media (max-width: 768px) {
  .effect__flex-txt-box {
    margin-left: -3.1rem;
    gap: 1rem;
  }
}
.effect__flex-txt {
  padding: 1.4rem 0.8rem;
  background-color: #ffffff;
  color: #7e6663;
  font-size: 3.2rem;
  box-shadow: 2px 2px 0 #7e6663;
  font-family: "Shippori Mincho", serif;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .effect__flex-txt {
    padding: 0.8rem;
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------------------------- 
.explanation
-----------------------------------------------------------------------*/
.explanation {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding: 9.9rem 0 4.6rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .explanation {
    padding: 4rem 0;
  }
}
.explanation__back {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% + 1.6rem);
  z-index: -1;
}
.explanation__ttl-box {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
}
.explanation__ttl {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .explanation__ttl {
    font-size: 1.6rem;
  }
}
.explanation__ttl--large {
  font-size: 4.3rem;
  font-family: "Cabin", sans-serif;
}
@media (max-width: 768px) {
  .explanation__ttl--large {
    font-size: 2.2rem;
  }
}
.explanation__ttl-img {
  width: 62.5rem;
}
@media (max-width: 768px) {
  .explanation__ttl-img {
    width: 32rem;
  }
}
.explanation__txt-box {
  position: relative;
  text-align: center;
  margin-top: 4.8rem;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #ffffff;
  background: linear-gradient(-140deg, rgb(185, 143, 153) 0%, rgb(193, 154, 158) 29%, rgb(207, 175, 176) 61%, rgb(229, 202, 199) 100%);
  padding: 4.2rem 0;
}
@media (max-width: 768px) {
  .explanation__txt-box {
    padding: 2.4rem 0;
    margin-top: 2.4rem;
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}
.explanation__txt-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.explanation__txt--black {
  margin-top: 7.2rem;
  text-align: center;
  line-height: 1.6;
  font-size: 2.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .explanation__txt--black {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.explanation__txt--pink {
  color: #dd7e71;
}
.explanation__img {
  display: block;
  margin: 6.6rem auto 0;
  width: 69rem;
}
@media (max-width: 768px) {
  .explanation__img {
    margin-top: 4rem;
    width: 90%;
  }
}
.explanation__txt-img {
  width: 8rem;
}
@media (max-width: 768px) {
  .explanation__txt-img {
    width: 5rem;
  }
}

/* --------------------------------------------------------------------- 
.user
-----------------------------------------------------------------------*/
.user {
  padding: 8.8rem 0 6.6rem;
}
.user__ttl {
  display: block;
  margin: auto;
  width: 59.8rem;
}
@media (max-width: 768px) {
  .user__ttl {
    width: 30rem;
  }
}
.user__sub-ttl {
  text-align: center;
  margin-top: 4.2rem;
  font-size: 4.9rem;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  .user__sub-ttl {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
}
.user__sub-ttl--small {
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .user__sub-ttl--small {
    font-size: 1.6rem;
  }
}
.user__list {
  display: flex;
  flex-direction: column;
  gap: 7.2rem;
  margin: 6.1rem auto 0;
  width: 69rem;
}
@media (max-width: 768px) {
  .user__list {
    margin-top: 4rem;
    gap: 3.8rem;
    width: 90%;
  }
}
.user__item, .user__item--type3, .user__item--type2, .user__item--type1 {
  padding: 3.5rem 7.9rem;
  box-shadow: 4.459px 4.015px 19.11px 1.89px rgba(96, 67, 68, 0.2);
  border-radius: 0 0 8rem 0;
}
@media (max-width: 768px) {
  .user__item, .user__item--type3, .user__item--type2, .user__item--type1 {
    padding: 2.4rem;
    border-radius: 0 0 4rem 0;
  }
}
.user__item--type1 {
  background-color: #f1e9e7;
}
.user__item--type2 {
  background-color: #edd7d2;
}
.user__item--type3 {
  background-color: #f1e9e7;
}
.user__item-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.6rem;
}
@media (max-width: 768px) {
  .user__item-head {
    gap: 1.6rem;
  }
}
.user__item-img {
  width: 19.4rem;
}
@media (max-width: 768px) {
  .user__item-img {
    width: 10rem;
  }
}
.user__name-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #a9838c;
}
.user__name {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .user__name {
    font-size: 1.8rem;
  }
}
.user__age {
  font-size: 3.9rem;
}
@media (max-width: 768px) {
  .user__age {
    font-size: 1.6rem;
  }
}
.user__age--large {
  font-family: "Shippori Mincho", serif;
  font-size: 7.6rem;
}
@media (max-width: 768px) {
  .user__age--large {
    font-size: 3.6rem;
  }
}
.user__item-border {
  display: block;
  margin: 3.2rem auto 0;
  width: 40.7rem;
}
@media (max-width: 768px) {
  .user__item-border {
    margin-top: 1.6rem;
    width: 20rem;
  }
}
.user__item-body {
  margin-top: 5.1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .user__item-body {
    margin-top: 1.6rem;
  }
}
.user__item-txt {
  width: 100%;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .user__item-txt {
    font-size: 1.6rem;
  }
}
.user__item-txt--pink {
  font-weight: bold;
  color: #dd7e71;
}

/* --------------------------------------------------------------------- 
.comment
-----------------------------------------------------------------------*/
.comment {
  padding-bottom: 4rem;
  background: linear-gradient(200deg, rgb(180, 197, 182) 0%, rgb(200, 212, 201) 30%, rgb(237, 247, 238) 66%, rgb(193, 206, 194) 100%);
}
.comment__ttl-box {
  position: relative;
  padding: 6.4rem 0 4.2rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
@media (max-width: 768px) {
  .comment__ttl-box {
    padding: 4rem 0 3.8rem;
  }
}
.comment__ttl, .comment__ttl--green {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  line-height: 1.4;
  font-size: 4.2rem;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  .comment__ttl, .comment__ttl--green {
    font-size: 2.4rem;
  }
}
.comment__ttl--green {
  font-size: 4.7rem;
  color: #6a946f;
}
@media (max-width: 768px) {
  .comment__ttl--green {
    font-size: 3rem;
  }
}
.comment__ttl-sub {
  text-align: right;
  margin: 3.5rem auto 0;
  font-size: 2.1rem;
}
@media (max-width: 768px) {
  .comment__ttl-sub {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.comment__ttl-back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.comment__list {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
  margin: 3.7rem auto 0;
  width: 69rem;
}
@media (max-width: 768px) {
  .comment__list {
    width: 90%;
    gap: 2.4rem;
  }
}
.comment__item {
  padding: 5rem 6rem;
  width: 46.3rem;
  border-radius: 8rem 0 8rem 0;
  background-color: #ffffff;
  box-shadow: 0 0 16px #a0bfa3;
}
@media (max-width: 768px) {
  .comment__item {
    padding: 1.6rem;
    width: 26rem;
    border-radius: 2rem 0 2rem 0;
  }
}
.comment__item:nth-of-type(even) {
  margin: 0 0 0 auto;
  border-radius: 0 8rem 0 8rem;
}
@media (max-width: 768px) {
  .comment__item:nth-of-type(even) {
    border-radius: 0 2rem 0 2rem;
  }
}
.comment__item-ttl {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #6a946f;
}
@media (max-width: 768px) {
  .comment__item-ttl {
    font-size: 1.8rem;
  }
}
.comment__item-txt {
  text-align: center;
  margin-top: 2.4rem;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .comment__item-txt {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.comment__item-txt--large {
  font-size: 5.8rem;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  .comment__item-txt--large {
    font-size: 3.2rem;
  }
}
.comment__item-txt-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .comment__item-txt-flex {
    margin-top: 1rem;
  }
}
.comment__item-txt-flex .comment__item-txt {
  margin-top: 0;
}
.comment__flag {
  width: 5.1rem;
  height: 100%;
}

/* --------------------------------------------------------------------- 
.training-message
-----------------------------------------------------------------------*/
.training-message__ttl {
  padding: 6.4rem 0 7.4rem;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .training-message__ttl {
    padding: 4rem 0;
    font-size: 1.6rem;
  }
}
.training-message__ttl--large {
  font-size: 3.7rem;
}
@media (max-width: 768px) {
  .training-message__ttl--large {
    font-size: 2.4rem;
  }
}
.training-message__inner {
  padding-bottom: 9rem;
  background-image: linear-gradient(0deg, rgb(219, 211, 218) 0%, rgb(219, 211, 218) 26%, rgb(247, 236, 236) 47%, rgb(254, 251, 251) 74%, rgb(251, 241, 241) 100%);
}
@media (max-width: 768px) {
  .training-message__inner {
    padding-bottom: 8rem;
  }
}
.training-message__head {
  position: relative;
  padding-top: 9.9rem;
}
@media (max-width: 768px) {
  .training-message__head {
    padding-top: 6rem;
  }
}
.training-message__arw {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
  width: 1.3rem;
}
@media (max-width: 768px) {
  .training-message__arw {
    width: 1rem;
    top: -3rem;
  }
}
.training-message__txt-box {
  position: relative;
  padding: 6.2rem 0;
  background: linear-gradient(160deg, rgb(222, 201, 199) 0%, rgb(254, 252, 251) 30%, rgb(244, 229, 230) 70%, rgb(253, 234, 225) 100%);
}
@media (max-width: 768px) {
  .training-message__txt-box {
    padding: 2.4rem 0;
  }
}
.training-message__txt-box-deco {
  position: absolute;
  bottom: calc(100% - 0.6rem);
  left: 5rem;
  width: 21.4rem;
}
@media (max-width: 768px) {
  .training-message__txt-box-deco {
    left: 1rem;
    width: 13rem;
  }
}
.training-message__txt {
  text-align: center;
  font-size: 3.7rem;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .training-message__txt {
    font-size: 1.6rem;
  }
}
.training-message__txt--large {
  font-family: "Cabin", sans-serif;
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .training-message__txt--large {
    font-size: 2.4rem;
  }
}
.training-message__img {
  display: block;
  margin-top: 6.9rem;
  width: 100%;
}
@media (max-width: 768px) {
  .training-message__img {
    margin-top: 4rem;
  }
}
.training-message__end-box {
  position: relative;
  padding: 3.8rem 7rem;
  border: 1px solid #7e6663;
  border-radius: 8rem 0 8rem 0;
  margin: 5.4rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .training-message__end-box {
    padding: 1.6rem 0;
    width: 90%;
    border-radius: 4rem 0 4rem 0;
  }
}
.training-message__end-deco, .training-message__end-deco--right, .training-message__end-deco--left {
  position: absolute;
  width: 8rem;
}
@media (max-width: 768px) {
  .training-message__end-deco, .training-message__end-deco--right, .training-message__end-deco--left {
    width: 4rem;
  }
}
.training-message__end-deco--left {
  left: 0;
  bottom: calc(100% - 1rem);
}
.training-message__end-deco--right {
  right: -2.4rem;
  top: 100%;
}
@media (max-width: 768px) {
  .training-message__end-deco--right {
    right: 0;
  }
}
.training-message__end-txt {
  text-align: center;
  font-size: 3.7rem;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  color: #7e6663;
}
@media (max-width: 768px) {
  .training-message__end-txt {
    font-size: 2.2rem;
  }
}

/* --------------------------------------------------------------------- 
.course
-----------------------------------------------------------------------*/
.course {
  padding: 6.8rem 0;
}
.course__list, .course__list--pink {
  margin: auto;
  width: 69rem;
  border: 2px solid #aec1af;
}
@media (max-width: 768px) {
  .course__list, .course__list--pink {
    width: 90%;
  }
}
.course__list--pink {
  margin-top: 4rem;
  border: 2px solid #c7a3a6;
}
.course__item-head, .course__item-head--pink, .course__item-head--large {
  text-align: center;
  position: relative;
  padding: 2rem 0 1.6rem;
  color: #ffffff;
  background-color: #aec1af;
}
.course__item-head--large {
  position: relative;
  font-family: "Shippori Mincho", serif;
}
.course__item-head--large::before {
  content: "";
  position: absolute;
  display: block;
  height: 90%;
  width: calc(100% + 4px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.course__item-head--pink {
  background-color: #c7a3a6;
}
.course__item-head-off {
  position: absolute;
  top: -3.8rem;
  right: -2.3rem;
  width: 11.7rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .course__item-head-off {
    top: -2.4rem;
    right: -1.6rem;
    width: 8rem;
  }
}
.course__item-head-txt-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .course__item-head-txt-flex {
    gap: 0.6rem;
  }
}
.course__item-head-txt-flex-img {
  width: 29.3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .course__item-head-txt-flex-img {
    width: 13.3rem;
  }
}
.course__item-head-txt, .course__item-head-txt--smallest, .course__item-head-txt--middle, .course__item-head-txt--large {
  font-size: 3.3rem;
}
@media (max-width: 768px) {
  .course__item-head-txt, .course__item-head-txt--smallest, .course__item-head-txt--middle, .course__item-head-txt--large {
    font-size: 1.8rem;
  }
}
.course__item-head-txt--large {
  font-size: 7.8rem;
}
@media (max-width: 768px) {
  .course__item-head-txt--large {
    font-size: 3.6rem;
  }
}
.course__item-head-txt--small {
  position: relative;
  font-size: 4.7rem;
  line-height: 0;
}
@media (max-width: 768px) {
  .course__item-head-txt--small {
    font-size: 1.8rem;
  }
}
.course__item-head-txt--small::before {
  content: "（税込）";
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .course__item-head-txt--small::before {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .course__item-head-txt--middle {
    font-size: 1.8rem;
  }
}
.course__item-head-txt--smallest {
  font-size: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .course__item-head-txt--smallest {
    font-size: 1.4rem;
  }
}
.course__item-txt {
  padding: 7rem 3rem;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .course__item-txt {
    padding: 4rem 1rem;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
  .course__item-txt > br {
    display: none;
  }
}
.course__day-list {
  display: flex;
  flex-direction: column;
  gap: 5.3rem;
  padding: 6rem 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 768px) {
  .course__day-list {
    padding: 4rem 1rem;
    gap: 2.4rem;
  }
}
.course__day-item, .course__day-item--start {
  display: flex;
  align-items: center;
  gap: 2.9rem;
}
@media (max-width: 768px) {
  .course__day-item, .course__day-item--start {
    gap: 1rem;
  }
}
.course__day-item--start {
  align-items: flex-start;
}
.course__day, .course__day--min, .course__day--pink {
  font-size: 3.7rem;
  font-family: "Shippori Mincho", serif;
  color: #507b52;
  width: 7.2rem;
  margin-top: -0.6rem;
}
@media (max-width: 768px) {
  .course__day, .course__day--min, .course__day--pink {
    width: 3.8rem;
    font-size: 2rem;
    flex-shrink: 0;
    margin-top: -0.4rem;
  }
}
.course__day--pink {
  color: #9d7376;
}
.course__day--min {
  font-size: 1.2rem;
}
.course__time {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .course__time {
    font-size: 1.4rem;
    flex-shrink: 0;
  }
}
.course__day-line-box {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .course__day-line-box {
    gap: 0.4rem;
    flex-shrink: 0;
  }
}
.course__day-line {
  width: 0.3rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #7e6663;
}
@media (max-width: 768px) {
  .course__day-line {
    width: 0.2rem;
  }
}
.course__txt {
  font-size: 2.3rem;
}
@media (max-width: 768px) {
  .course__txt {
    font-size: 1.4rem;
    letter-spacing: -1px;
    line-height: 1.4;
  }
}
.course__child {
  display: flex;
  flex-direction: column;
  gap: 7.8rem;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .course__child {
    padding: 4rem 0;
    gap: 4rem;
  }
}
.course__child-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course__child-ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .course__child-ttl-box {
    gap: 1.6rem;
  }
}
.course__child-num {
  width: 7.9rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .course__child-num {
    width: 5rem;
  }
}
.course__child-ttl, .course__child-ttl--top-neg, .course__child-ttl--pink {
  font-family: "Shippori Mincho", serif;
  font-size: 3.1rem;
  color: #6a946f;
}
@media (max-width: 768px) {
  .course__child-ttl, .course__child-ttl--top-neg, .course__child-ttl--pink {
    text-align: center;
    font-size: 2.3rem;
  }
}
.course__child-ttl--large {
  font-size: 6.1rem;
}
@media (max-width: 768px) {
  .course__child-ttl--large {
    font-size: 2.4rem;
  }
}
.course__child-ttl--pink {
  color: #9d7376;
}
.course__child-ttl--top-neg {
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .course__child-ttl--top-neg {
    margin-top: -0.6rem;
  }
}
.course__child-ttl-line, .course__child-ttl-line--pink {
  width: 15.3rem;
  height: 1px;
  background-color: #6a946f;
}
@media (max-width: 768px) {
  .course__child-ttl-line, .course__child-ttl-line--pink {
    width: 8rem;
  }
}
.course__child-ttl-line--pink {
  background-color: #9d7376;
}
.course__child-txt {
  padding: 0 8.9rem;
  margin-top: 3.8rem;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .course__child-txt {
    margin-top: 1.6rem;
    padding: 0 1.6rem;
    font-size: 1.6rem;
  }
}
.course__child-img {
  display: block;
  margin-top: 3rem;
  width: auto;
  min-width: 33rem;
  height: auto;
}
@media (max-width: 768px) {
  .course__child-img {
    margin-top: 1.6rem;
    max-width: 90%;
    min-width: auto;
  }
}
.course__day-item-inner {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .course__day-item-inner {
    margin-top: 0rem;
    gap: 1rem;
  }
}
.course__day-item-flex {
  align-items: center;
  gap: 3rem;
  display: flex;
}
@media (max-width: 768px) {
  .course__day-item-flex {
    align-items: center;
    gap: 1rem;
  }
}

/* --------------------------------------------------------------------- 
.reason
-----------------------------------------------------------------------*/
.reason {
  margin-top: 8.5rem;
  padding: 4.9rem 0 6.9rem;
  background: linear-gradient(0deg, rgb(219, 211, 218) 0%, rgb(219, 211, 218) 26%, rgb(247, 236, 236) 47%, rgb(254, 251, 251) 74%, rgb(251, 241, 241) 100%);
}
@media (max-width: 768px) {
  .reason {
    margin-top: 4rem;
  }
}
.reason__ttl-sub {
  text-align: center;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .reason__ttl-sub {
    font-size: 1.6rem;
  }
}
.reason__ttl-sub--large {
  font-size: 3.5rem;
  font-family: "Cabin", sans-serif;
}
@media (max-width: 768px) {
  .reason__ttl-sub--large {
    font-size: 2.4rem;
  }
}
.reason__ttl-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.7rem;
  margin-top: 4.2rem;
}
@media (max-width: 768px) {
  .reason__ttl-box {
    margin-top: 3.8rem;
    gap: 1.6rem;
  }
}
.reason__ttl-box-deco {
  width: 4.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .reason__ttl-box-deco {
    width: 3rem;
  }
}
.reason__ttl-box-inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
}
@media (max-width: 768px) {
  .reason__ttl-box-inner {
    gap: 1rem;
  }
}
.reason__ttl {
  text-align: center;
  font-size: 5rem;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  .reason__ttl {
    font-size: 2.4rem;
  }
}
.reason__ttl-img {
  width: 38.1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .reason__ttl-img {
    width: 24rem;
  }
}
.reason__img {
  display: block;
  margin: 4.4rem auto 0;
  width: 38.4rem;
}
@media (max-width: 768px) {
  .reason__img {
    margin-top: 3.8rem;
    width: 18rem;
  }
}
.reason__list {
  margin: 6.6rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 7.3rem;
  width: 69rem;
}
@media (max-width: 768px) {
  .reason__list {
    margin-top: 3.8rem;
    gap: 2.4rem;
    width: 90%;
  }
}
.reason__item {
  display: flex;
  gap: 4.5rem;
}
@media (max-width: 768px) {
  .reason__item {
    gap: 1.6rem;
  }
}
.reason__item-img {
  display: block;
  width: 2.9rem;
  height: 100%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .reason__item-img {
    width: 1.6rem;
  }
}
.reason__item-txt {
  margin-top: -0.8rem;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .reason__item-txt {
    font-size: 1.6rem;
  }
  .reason__item-txt > br {
    display: none;
  }
}
.reason__item-txt--pink {
  font-size: 3.2rem;
  color: #df877a;
}
@media (max-width: 768px) {
  .reason__item-txt--pink {
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
}
.reason__end-txt {
  padding: 3rem 3.4rem 2.4rem 3.4rem;
  margin: 6.2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.3rem;
  line-height: 1.8;
  background-color: #fefefe;
  border-radius: 7rem 0 7rem 0;
}
@media (max-width: 768px) {
  .reason__end-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin-top: 3.8rem;
    padding: 2.4rem;
    font-size: 1.4rem;
    border-radius: 4rem 0 4rem 0;
  }
}

/* --------------------------------------------------------------------- 
.career
-----------------------------------------------------------------------*/
.career {
  padding-bottom: 8.9rem;
}
@media (max-width: 768px) {
  .career {
    padding-bottom: 6rem;
  }
}
.career__ttl-box {
  padding: 5.9rem 0 7rem;
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .career__ttl-box {
    padding: 2.4rem 0 3.8rem;
  }
}
.career__ttl, .career__ttl--green {
  text-align: center;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  font-size: 4.1rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .career__ttl, .career__ttl--green {
    font-size: 2.4rem;
  }
}
.career__ttl--green {
  font-size: 5.5rem;
  color: #84a086;
}
@media (max-width: 768px) {
  .career__ttl--green {
    font-size: 3.2rem;
  }
}
.career__ttl-box-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.2rem;
  width: 0.4rem;
}
.career__ttl-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.career__list {
  display: flex;
  flex-direction: column;
  margin: 5.2rem auto 0;
  width: -moz-max-content;
  width: max-content;
  max-width: 69rem;
  gap: 3.5rem;
}
@media (max-width: 768px) {
  .career__list {
    gap: 1.6rem;
  }
}
.career__item {
  display: flex;
  gap: 6.5rem;
  align-items: center;
}
@media (max-width: 768px) {
  .career__item {
    gap: 1rem;
  }
}
.career__item-img {
  width: 13.9rem;
}
@media (max-width: 768px) {
  .career__item-img {
    width: 8rem;
  }
}
.career__item-txt {
  font-size: 3rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .career__item-txt {
    font-size: 1.6rem;
  }
}
.career__arw {
  display: block;
  margin: auto;
  width: 1.4rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #84a086;
}

/* --------------------------------------------------------------------- 
.message-view
-----------------------------------------------------------------------*/
.message-view {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* --------------------------------------------------------------------- 
.message
-----------------------------------------------------------------------*/
.message {
  padding: 6.2rem 0 12rem;
}
@media (max-width: 768px) {
  .message {
    padding: 4rem 0 6rem;
  }
}
.message__ttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .message__ttl {
    font-size: 1.6rem;
  }
}
.message__ttl--large {
  font-size: 3.6rem;
  line-height: 1.5;
  font-family: "Cabin", sans-serif;
}
@media (max-width: 768px) {
  .message__ttl--large {
    font-size: 2.4rem;
  }
}
.message__txt-box {
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6.4rem auto 0;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .message__txt-box {
    margin-top: 2.4rem;
  }
}
.message__txt {
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
  color: #df877a;
}
@media (max-width: 768px) {
  .message__txt {
    font-size: 2.4rem;
  }
}
.message__txt--large {
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .message__txt--large {
    font-size: 3.2rem;
  }
}
.message__txt-line {
  background: linear-gradient(transparent 60%, rgba(216, 176, 170, 0.1882352941) 60%);
}
.message__txt-deco, .message__txt-deco--right, .message__txt-deco--left {
  position: absolute;
}
.message__txt-deco--left {
  top: -1.1rem;
  left: -6.4rem;
  width: 7.7rem;
}
@media (max-width: 768px) {
  .message__txt-deco--left {
    width: 3rem;
    left: 0rem;
  }
}
.message__txt-deco--right {
  right: -8rem;
  bottom: 1rem;
  width: 6rem;
}
@media (max-width: 768px) {
  .message__txt-deco--right {
    right: -3rem;
    width: 3rem;
  }
}

/* --------------------------------------------------------------------- 
.profile
-----------------------------------------------------------------------*/
.profile {
  padding-bottom: 7.5rem;
  position: relative;
  background: linear-gradient(-170deg, rgb(241, 221, 219) 0%, rgb(254, 252, 251) 58%, rgb(244, 229, 230) 82%, rgb(253, 234, 225) 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .profile {
    padding-bottom: 6rem;
  }
}
.profile__top-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.profile__img-box {
  position: relative;
  margin: auto;
  width: 36.4rem;
}
@media (max-width: 768px) {
  .profile__img-box {
    width: 20rem;
  }
}
.profile__img {
  width: 100%;
}
.profile__img-deco {
  position: absolute;
  top: 2.3rem;
  left: -16.6rem;
  width: 24.9rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .profile__img-deco {
    left: -6rem;
    width: 11rem;
  }
}
.profile__name-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 3.6rem;
}
@media (max-width: 768px) {
  .profile__name-box {
    margin-top: 2.4rem;
    gap: 1rem;
  }
}
.profile__name {
  font-size: 4.1rem;
  font-family: "Shippori Mincho", serif;
  color: #a9808a;
}
@media (max-width: 768px) {
  .profile__name {
    font-size: 2.4rem;
  }
}
.profile__name-line {
  width: 1px;
  height: 2.72rem;
  background-color: #515050;
}
.profile__name-txt {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .profile__name-txt {
    text-align: center;
    flex-shrink: 0;
    font-size: 1.4rem;
    letter-spacing: -1px;
  }
}
.profile__name-txt--left {
  margin-left: -1.2rem;
}
@media (max-width: 768px) {
  .profile__name-txt--left {
    margin-left: -0.6rem;
  }
}
.profile__txt {
  margin-top: 8.9rem;
  padding: 0 6rem;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .profile__txt {
    margin: 3.8rem auto 0;
    width: 90%;
    padding: 0;
    font-size: 1.6rem;
  }
}
.profile__line {
  display: block;
  margin: 6.8rem auto 0;
  width: 55.5rem;
  height: 1px;
  background-color: #a9808a;
}
@media (max-width: 768px) {
  .profile__line {
    margin-top: 2.4rem;
    width: 90%;
  }
}
.profile__archive-ttl {
  margin: 5.6rem auto 0;
  padding: 0 6rem;
  font-size: 3.3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .profile__archive-ttl {
    margin-top: 2.4rem;
    font-size: 2.2rem;
    padding: 0;
    width: 90%;
  }
}
.profile__archive-list {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding: 0 6rem;
  margin: 5.7rem auto 0;
  width: 100%;
}
@media (max-width: 768px) {
  .profile__archive-list {
    margin-top: 2.4rem;
    padding: 0;
    gap: 1.6rem;
    width: 90%;
  }
}
.profile__archive-item {
  position: relative;
  padding-left: 3.8rem;
  width: 100%;
  font-size: 1.9rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .profile__archive-item {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .profile__archive-item > br {
    display: none;
  }
}
.profile__archive-item::before {
  content: "・";
  position: absolute;
  display: block;
  font-size: 2.2rem;
  left: 0;
  top: -0.3rem;
}
@media (max-width: 768px) {
  .profile__archive-item::before {
    top: -0.4rem;
  }
}

/* --------------------------------------------------------------------- 
.flow
-----------------------------------------------------------------------*/
.flow {
  padding: 7.5rem 0 6.6rem;
  background-color: rgb(240, 240, 235);
}
@media (max-width: 768px) {
  .flow {
    padding: 6rem 0;
  }
}
.flow__ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.9rem;
}
@media (max-width: 768px) {
  .flow__ttl-box {
    gap: 1rem;
  }
}
.flow__ttl-img {
  width: 3.3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .flow__ttl-img {
    width: 2.4rem;
  }
}
.flow__ttl {
  text-align: center;
  font-size: 4.3rem;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  .flow__ttl {
    font-size: 3.2rem;
  }
}
.flow__list {
  display: flex;
  flex-direction: column;
  margin-top: 11.1rem;
  gap: 11.3rem;
}
@media (max-width: 768px) {
  .flow__list {
    margin-top: 4rem;
    gap: 4rem;
  }
}
.flow__item-main {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding-left: 6rem;
}
@media (max-width: 768px) {
  .flow__item-main {
    margin: auto;
    width: 90%;
    padding: 0;
    gap: 1.6rem;
  }
}
.flow__item-num {
  width: 7.7rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .flow__item-num {
    width: 5rem;
  }
}
.flow__item-ttl, .flow__item-ttl--pink, .flow__item-ttl--beige {
  position: relative;
  text-align: center;
  padding-left: 5.4rem;
  font-size: 2.3rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .flow__item-ttl, .flow__item-ttl--pink, .flow__item-ttl--beige {
    padding-left: 1.6rem;
    font-size: 1.6rem;
  }
}
.flow__item-ttl::before, .flow__item-ttl--pink::before, .flow__item-ttl--beige::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 4.8rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .flow__item-ttl::before, .flow__item-ttl--pink::before, .flow__item-ttl--beige::before {
    height: 3rem;
  }
}
.flow__item-ttl--small {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .flow__item-ttl--small {
    display: block;
    font-size: 1.4rem;
  }
}
.flow__item-ttl--beige {
  color: #f49e97;
}
.flow__item-ttl--beige::before {
  background-color: #f49e97;
}
.flow__item-ttl--pink {
  color: #a9808a;
  text-align: left;
}
@media (max-width: 768px) {
  .flow__item-ttl--pink > br {
    display: none !important;
  }
}
.flow__item-ttl--pink::before {
  background-color: #a9808a;
}
.flow__item-cta, .flow__step-item-cta {
  position: relative;
  display: block;
  margin: 2.4rem auto 0;
  width: 50.3rem;
  height: auto;
  aspect-ratio: 13/3;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .flow__item-cta, .flow__step-item-cta {
    width: 30rem;
  }
}
.flow__item-cta:hover, .flow__step-item-cta:hover {
  opacity: 0.7;
}
.flow__item-cta-img, .flow__step-item-cta-img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.flow__step-list {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  margin-top: 6.5rem;
}
@media (max-width: 768px) {
  .flow__step-list {
    margin-top: 4rem;
  }
}
.flow__step-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.6rem;
}
@media (max-width: 768px) {
  .flow__step-item {
    gap: 1.6rem;
  }
}
.flow__step-item-img {
  width: 15.9rem;
}
@media (max-width: 768px) {
  .flow__step-item-img {
    width: 10rem;
  }
}
.flow__step-item-txt {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .flow__step-item-txt {
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}
.flow__step-item-cta {
  margin-top: 0;
}
.flow__step-item-arw {
  display: block;
  margin: auto;
  width: 2.5rem;
  height: 2.1rem;
  background-color: #bb939a;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* --------------------------------------------------------------------- 
.green-card
-----------------------------------------------------------------------*/
.green-card {
  margin-top: 7.5rem;
  padding: 6.4rem 0;
  border-radius: 8rem 0 8rem 0;
  background: linear-gradient(120deg, rgb(180, 197, 182) 0%, rgb(200, 212, 201) 24%, rgb(237, 247, 238) 51%, rgb(193, 206, 194) 100%);
}
@media (max-width: 768px) {
  .green-card {
    margin-top: 4rem;
    padding: 4rem 0;
    border-radius: 5rem 0 5rem 0;
  }
}
.green-card__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2.7rem;
  font-size: 5.3rem;
  font-family: "Shippori Mincho", serif;
  color: #84a086;
}
@media (max-width: 768px) {
  .green-card__ttl {
    font-size: 2.4rem;
    gap: 1.6rem;
  }
}
.green-card__ttl-line {
  width: 14.5rem;
  height: 0.2rem;
  background-color: #84a086;
}
@media (max-width: 768px) {
  .green-card__ttl-line {
    width: 20%;
  }
}
.green-card__wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  margin-top: 5.4rem;
}
@media (max-width: 768px) {
  .green-card__wrap {
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}
.green-card__txt {
  padding: 1.4rem 1.6rem;
  border-radius: 100vh;
  background-color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .green-card__txt {
    font-size: 2rem;
  }
}
.green-card__txt--small {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .green-card__txt--small {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------------------------------- 
.default-cta
-----------------------------------------------------------------------*/
.default-cta, .default-cta--top {
  margin: auto;
  display: block;
  width: 53rem;
}
@media (max-width: 768px) {
  .default-cta, .default-cta--top {
    width: 30rem;
  }
}
.default-cta--top {
  margin-top: 5.2rem;
}
@media (max-width: 768px) {
  .default-cta--top {
    margin-top: 4rem;
  }
}
.default-cta__img {
  width: 100%;
}

/* --------------------------------------------------------------------- 
utility
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* display
----------------------------------------------------------------- */
.u-disp-contnts {
  display: contents;
}

.u-disp-block {
  display: block;
}
@media (max-width: 768px) {
  .u-disp-block--PU {
    display: block;
  }
}

.u-disp-none {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSU {
    display: none;
  }
}
.u-disp-none--DSO {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSO {
    display: block;
  }
}
@media (max-width: 1232px) {
  .u-disp-none--NU {
    display: none;
  }
}
.u-disp-none--NO {
  display: none;
}
@media (max-width: 1232px) {
  .u-disp-none--NO {
    display: block;
  }
}
@media (max-width: 1080px) {
  .u-disp-none--TLLU {
    display: none;
  }
}
.u-disp-none--TLLO {
  display: none;
}
@media (max-width: 1080px) {
  .u-disp-none--TLLO {
    display: block;
  }
}
@media (max-width: 960px) {
  .u-disp-none--TMU {
    display: none;
  }
}
.u-disp-none--TMO {
  display: none;
}
@media (max-width: 960px) {
  .u-disp-none--TMO {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-disp-none--PU {
    display: none;
  }
}
.u-disp-none--PO {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--PO {
    display: block;
  }
}
.u-disp-none--flexPU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--flexPU {
    display: flex;
  }
}
.u-disp-none--inlinePU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--inlinePU {
    display: inline;
  }
}
.u-disp-none--MLLO {
  display: none;
}
@media (max-width: 600px) {
  .u-disp-none--MLLO {
    display: block;
  }
}
@media (max-width: 375px) {
  .u-disp-none--MMU {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */