@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Noto+Serif+JP:wght@400..700&display=swap");
:root {
  --fs-xl: clamp(2.2rem, 1.8rem + 1vw, 3rem);
  --fs-lg: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  --fs-md: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  --fs-sm: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
}

@media (max-width: 770px) {
  :root {
    --fs-xl: 2.4rem;
    --fs-lg: 2rem;
    --fs-md: 1.8rem;
    --fs-sm: 1.6rem;
  }
}
@media (max-width: 480px) {
  :root {
    --fs-xl: 2.4rem;
    --fs-lg: 2rem;
    --fs-md: 1.6rem;
    --fs-sm: 1.6rem;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*html*/
body {
  text-align: left;
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #231815;
  letter-spacing: 0.02em;
  line-height: 1.75;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

.f-700 {
  font-weight: 700;
}

.f-italic {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a,
a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #231815;
  text-decoration: none;
}

a:focus,
input:focus {
  outline: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.c-blue {
  color: #284b8d !important;
}

.c-gold {
  color: #b08d2f !important;
}

.c-white {
  color: #fff !important;
}

.fv-consulting {
  background: #0e2a67;
}
.fv-consulting .fv-main {
  position: relative;
  min-height: 640px;
  background: #0e2a67;
}
.fv-consulting .fv-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/fv1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fv-consulting .fv-inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 640px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fv-consulting .fv-content {
  width: 50%;
  padding: 35px 30px 45px 30px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv-consulting .fv-subtitle {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  letter-spacing: 0.35em;
  margin-bottom: 10px;
  opacity: 0.95;
}
.fv-consulting .fv-logo {
  margin-bottom: 35px;
}
.fv-consulting .fv-logo img {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
}
.fv-consulting .fv-title {
  font-size: clamp(2.2rem, 1.8rem + 1vw, 3rem);
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
}
.fv-consulting .fv-lead {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 1.95;
  margin-bottom: 30px;
}
.fv-consulting .fv-lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #b08d2f));
  background: -webkit-linear-gradient(transparent 60%, #b08d2f 30%);
  background: linear-gradient(transparent 60%, #b08d2f 30%);
}
.fv-consulting .fv-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.fv-consulting .fv-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.fv-consulting .fv-point p {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 1.85;
  margin: 0;
}
.fv-consulting .fv-point p span {
  font-weight: 700;
}
.fv-consulting .fv-check {
  width: 40px;
  height: 40px;
  min-width: 20px;
  border-radius: 5px;
  background: #b08d2f;
  color: #16316c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.fv-consulting .fv-check i {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  font-weight: 700;
}
.fv-consulting .fv-bottom {
  position: relative;
  z-index: 2;
  background: url("../images/fv_under_bg1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 5px solid #c8a34c;
}
.fv-consulting .fv-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 20px;
  text-align: center;
  position: relative;
}
.fv-consulting .fv-bottom-inner .fv-cta {
  position: absolute;
  width: 550px;
  left: 50%;
  margin-left: -275px;
  bottom: -35px;
  z-index: 100;
}
.fv-consulting .fv-bottom-text {
  color: #fff;
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 30px;
}
.fv-consulting .fv-bottom-text span {
  color: #b08d2f;
}

.fv-cta-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 550px;
  padding: 15px 0px;
  border-radius: 1000px;
  text-decoration: none;
  color: #fff;
  z-index: 100;
  position: relative;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0c06f), to(#b88e34));
  background: -webkit-linear-gradient(top, #e0c06f 0%, #b88e34 100%);
  background: linear-gradient(180deg, #e0c06f 0%, #b88e34 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
  -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;
}
.fv-cta-btn span {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
}
.fv-cta-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.fv-cta-btn i {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}

.fv-cta-02 {
  width: 550px;
  margin: 40px auto 0 auto;
}

/* tablet */
@media (max-width: 1100px) {
  .fv-consulting .fv-main {
    min-height: 560px;
  }
  .fv-consulting .fv-main::after {
    width: 50%;
  }
  .fv-consulting .fv-inner {
    min-height: 560px;
  }
  .fv-consulting .fv-content {
    width: 50%;
    padding: 30px 25px 35px;
  }
  .fv-consulting .fv-title {
    font-size: clamp(2.2rem, 1.8rem + 1vw, 3rem);
  }
  .fv-consulting .fv-bottom-text {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  }
}
/* sp */
@media (max-width: 770px) {
  .fv-consulting .fv-main {
    min-height: auto;
  }
  .fv-consulting .fv-main::after {
    position: relative;
    display: block;
    width: 100%;
    height: 260px;
  }
  .fv-consulting .fv-inner {
    min-height: auto;
    display: block;
  }
  .fv-consulting .fv-content {
    width: 100%;
    padding: 30px 20px 30px;
  }
  .fv-consulting .fv-logo {
    margin-bottom: 25px;
  }
  .fv-consulting .fv-logo img {
    width: 170px;
  }
  .fv-consulting .fv-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    line-height: 1.55;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .fv-consulting .fv-lead {
    font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
    margin-bottom: 20px;
  }
  .fv-consulting .fv-point {
    gap: 10px;
  }
  .fv-consulting .fv-point p {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  }
  .fv-consulting .fv-check {
    margin-top: 5px;
  }
  .fv-consulting .fv-bottom-inner {
    padding: 25px 20px 20px;
  }
  .fv-consulting .fv-bottom-text {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .fv-consulting .fv-bottom-inner .fv-cta {
    width: 100%;
    min-width: 0;
    padding: 15px 20px;
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    left: 0;
    margin-left: 0;
  }
  .fv-consulting .fv-bottom-inner .fv-cta .fv-cta-btn {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    width: 100%;
  }
  .fv-consulting .fv-bottom-inner .fv-cta .fv-cta-btn span {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  }
  .fv-cta-02 {
    width: 100%;
    margin: 40px auto 0 auto;
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  }
  .fv-cta-02 .fv-cta-btn {
    width: 100%;
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  }
  .fv-cta-02 .fv-cta-btn span {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  }
}
/* small sp */
@media (max-width: 480px) {
  .fv-consulting .fv-main::after {
    height: 220px;
  }
  .fv-consulting .fv-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  }
  .fv-consulting .fv-bottom-text {
    font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  }
}
.investment-trouble {
  padding: 90px 0px 80px;
  text-align: center;
}
.investment-trouble .container {
  max-width: 1100px;
  margin: auto;
}
.investment-trouble .section-title {
  font-size: clamp(2.2rem, 1.8rem + 1vw, 3rem);
  margin-bottom: 40px;
}
.investment-trouble .trouble-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  margin: 0 auto;
}
.investment-trouble .trouble-image {
  text-align: center;
}
.investment-trouble .trouble-image img {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: inline-block;
}
.investment-trouble .trouble-list-wrap {
  text-align: left;
}
.investment-trouble .trouble-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.investment-trouble .trouble-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 1.9;
  margin-bottom: 10px;
}
.investment-trouble .trouble-list li:last-child {
  margin-bottom: 0;
}
.investment-trouble .trouble-list li i {
  color: #1f376f;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-top: 10px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.investment-trouble .trouble-list li span {
  color: #284b8d;
  font-weight: 700;
}
.investment-trouble .trouble-arrow {
  margin: 25px 0 20px;
}
.investment-trouble .trouble-arrow i {
  font-size: clamp(2.2rem, 1.8rem + 1vw, 3rem);
  color: #1f376f;
}
.investment-trouble .trouble-message p {
  margin: 0;
  line-height: 1.9;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}
.investment-trouble .trouble-message span {
  color: #284b8d;
  font-weight: 700;
  font-size: 1.35em;
}

/* tablet */
@media (max-width: 900px) {
  .investment-trouble .section-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  }
  .investment-trouble .trouble-grid {
    grid-template-columns: 260px 1fr;
    gap: 25px;
  }
  .investment-trouble .trouble-list li {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  }
  .investment-trouble .trouble-message p {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  }
}
.reason {
  padding: 40px 20px;
  background-image: url(../images/reason_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.reason .container {
  max-width: 1100px;
  margin: auto;
}
.reason {
  /* テキスト */
}
.reason .reason-sub {
  letter-spacing: 5px;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  margin-bottom: 10px;
}
.reason .reason-title {
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 30px;
}
.reason .reason-text {
  margin: 25px 0;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}
.reason {
  /* フロー */
}
.reason .flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
.reason {
  /* 円 */
}
.reason .circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 5px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  background: #fff;
}
.reason .circle p {
  margin: 0;
  z-index: 2;
}
.reason .circle .cross {
  position: absolute;
  font-size: clamp(2.2rem, 1.8rem + 1vw, 3rem);
  color: rgba(100, 120, 200, 0.5);
}
.reason .circle .circle-i {
  position: absolute;
  font-size: clamp(2.2rem, 1.8rem + 1vw, 3rem);
  color: #ffd2d2;
  z-index: 1;
}
.reason {
  /* 矢印 */
}
.reason .arrow {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  color: #999;
}

.reason-continue {
  padding: 60px 20px;
}
.reason-continue .container {
  max-width: 1100px;
  margin: auto;
}
.reason-continue .text-center {
  text-align: center;
}
.reason-continue .problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}
.reason-continue .problem-box {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  border: 2px solid #6e7ea3;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #eef1f7;
}
.reason-continue .problem-box i {
  color: #4b5c86;
}
.reason-continue .problem-text {
  text-align: center;
  margin-top: 20px;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}
.reason-continue .problem-text strong {
  color: #284b8d;
  font-weight: 700;
  font-size: 1.35em;
}

.investor-common {
  padding: 80px 0px;
  text-align: center;
}
.investor-common .container {
  max-width: 1000px;
  margin: auto;
}
.investor-common .section-title {
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 30px;
  font-weight: 700;
}
.investor-common .section-title strong {
  color: #284b8d;
  font-weight: 700;
}
.investor-common .section-text {
  line-height: 1.8;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}
.investor-common .section-text span {
  color: #284b8d;
  font-weight: bold;
}
.investor-common .section-text.bottom {
  margin-top: 100px;
}
.investor-common .strategy-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.investor-common .strategy-item {
  text-align: center;
  margin: 0 20px;
}
.investor-common .strategy-item p {
  font-size: 14px;
  height: 10px;
  padding: 10px 0 0 0;
}
.investor-common .icon-circle {
  width: 90px;
  height: 90px;
  border: 5px solid #7a8cb7;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 20px;
}
.investor-common .icon-circle i {
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  color: #7a8cb7;
}
.investor-common .line {
  width: 60px;
  height: 3px;
  background: #7a8cb7;
  margin: 0 10px;
}

.buying-risk-img {
  width: 100%;
  margin-bottom: 100px;
  padding: 0 0 0 30%;
  position: relative;
  z-index: 5;
}
.buying-risk-img::before {
  content: "";
  display: block;
  width: 70%;
  height: 400px;
  background-color: #bbc3d3;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: -1;
}
.buying-risk {
  padding: 80px 0px;
  text-align: center;
}
.buying-risk .container {
  max-width: 900px;
  margin: auto;
}
.buying-risk .section-title {
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 30px;
}
.buying-risk .section-text {
  line-height: 1.9;
  margin-bottom: 30px;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}
.buying-risk .section-text span {
  color: #284b8d;
  font-weight: bold;
}
.buying-risk .section-text.bottom {
  margin-top: 80px;
}
.buying-risk {
  /* フロー */
}
.buying-risk .risk-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.buying-risk .risk-item {
  text-align: center;
  margin: 0 20px;
}
.buying-risk .risk-item p {
  font-size: 14px;
  height: 10px;
  padding: 10px 0 0 0;
}
.buying-risk .icon-circle {
  width: 90px;
  height: 90px;
  border: 5px solid #7a8cb7;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.buying-risk .icon-circle i {
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  color: #7a8cb7;
}
.buying-risk .line {
  width: 60px;
  height: 3px;
  background: #7a8cb7;
  margin: 0 10px;
}

.consulting-flow-bg {
  background-color: #f1f1f1;
}

.consulting-flow {
  padding: 80px 0px;
}
.consulting-flow .container {
  max-width: 1100px;
  margin: auto;
}
.consulting-flow .flow-label {
  text-align: center;
  letter-spacing: 5px;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  margin-bottom: 10px;
}
.consulting-flow .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 30px;
}
.consulting-flow .intro {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 1.9;
  margin-bottom: 50px;
}
.consulting-flow .flow-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
.consulting-flow .flow-divider span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background: #ccc;
}
.consulting-flow .flow-divider p {
  white-space: nowrap;
}
.consulting-flow .flow-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.consulting-flow .flow-img {
  position: relative;
}
.consulting-flow .flow-img img {
  width: 100%;
  height: auto;
  display: block;
}
.consulting-flow .flow-text {
  position: relative;
}
.consulting-flow .flow-text ul {
  margin-left: 1em;
}
.consulting-flow .flow-text ul li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
.consulting-flow .flow-number {
  font-size: clamp(2.2rem, 1.8rem + 1vw, 3rem);
  color: #284b8d;
  position: absolute;
  right: -20px;
  top: -20px;
}
.consulting-flow h3 {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-bottom: 20px;
}
.consulting-flow ul {
  margin: 15px 0 20px 20px;
}
.consulting-flow ul li {
  margin-bottom: 5px;
}
.consulting-flow .price-box {
  background: #f5f5f5;
  padding: 20px;
  margin-top: 20px;
}

.consulting-flow-02 {
  position: relative;
}
.consulting-flow-02::after {
  width: 100%;
  height: 900px;
  display: block;
  position: absolute;
  content: "";
  background-image: url("../images/yushu_bg1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: -50px;
  left: 0;
  z-index: -1;
}
.consulting-flow-02-img {
  width: 100%;
  padding: 0 0 0 50%;
  position: relative;
  z-index: 1;
}
.consulting-flow-02 .txt-strategy {
  width: 80%;
  max-width: 1000px;
  padding: 5%;
  margin: -80px auto 0 auto;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 1.6;
  background-color: #fff;
  z-index: 10;
  position: relative;
}

.support-section,
.reitiss-section {
  padding: 100px 0px;
}
.support-section .section-label,
.reitiss-section .section-label {
  font-size: 15px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 15px;
  color: #666;
}
.support-section .section-title,
.reitiss-section .section-title {
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 700;
}

.support-section {
  background-color: #f1f1f1;
}
.support-section .support-visual {
  margin-bottom: 0;
}
.support-section .support-visual img {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  padding: 0 40% 0 0;
  z-index: -1;
}
.support-section .support-text-box {
  max-width: 1000px;
  width: 80%;
  margin: -40px auto 0 auto;
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 5;
}
.support-section .support-text-box p {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 2;
  margin-bottom: 10px;
}
.support-section .support-text-box p:last-child {
  margin-bottom: 0;
}

.reitiss-section {
  background-color: #f1f1f1;
}
.reitiss-section .reitiss-intro {
  margin: 0 auto 40px;
  max-width: 980px;
}
.reitiss-section .reitiss-intro p {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 2;
  margin: 0;
}
.reitiss-section .container {
  width: 1000px;
  max-width: 80%;
  margin: 0 auto;
}
.reitiss-section .reitiss-content {
  padding: 30px;
  background-color: #fff;
  background-image: url("../images/pc_image_reitiss.gif");
  background-repeat: no-repeat;
  background-position: 95% 5%;
  background-size: 400px auto;
}
.reitiss-section .reitiss-text p {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  line-height: 2;
  margin-bottom: 15px;
}
.reitiss-section .reitiss-text ul {
  margin: 0 0 15px 1em;
  padding: 0;
}
.reitiss-section .reitiss-text ul li {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  line-height: 1.9;
  margin-bottom: 5px;
}
.reitiss-section .reitiss-text ul li::before {
  display: inline-block;
  content: "・";
  margin-left: -1em;
}
.reitiss-section .reitiss-text strong {
  font-weight: 700;
}
.reitiss-section .reitiss-image {
  text-align: center;
}
.reitiss-section .reitiss-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: inline-block;
}

/* utility */
.c-blue {
  color: #284b8d !important;
}

/* responsive */
@media (max-width: 770px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .support-section,
  .reitiss-section {
    padding: 10% 0px;
  }
  .support-section .container,
  .reitiss-section .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .support-section .section-label,
  .reitiss-section .section-label {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .support-section .section-title,
  .reitiss-section .section-title {
    margin-bottom: 30px;
  }
  .support-section .support-visual img,
  .reitiss-section .support-visual img {
    padding: 0 10% 0 0;
    margin-left: -10%;
  }
  .support-section .support-text-box {
    padding: 5%;
    width: 100%;
  }
  .reitiss-section .container {
    width: 90%;
    max-width: 90%;
  }
  .reitiss-section .reitiss-intro {
    margin-bottom: 5%;
  }
  .reitiss-section .reitiss-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 250px 5% 5% 5%;
    background-size: 90% auto;
    background-position: 80% 5%;
  }
  .reitiss-section .reitiss-text p {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  }
  .reitiss-section .reitiss-text ul li {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  }
}
.case-study {
  padding: 10% 0;
}
.case-study .container {
  max-width: 1100px;
  margin: auto;
}
.case-study .case-label {
  text-align: center;
  letter-spacing: 5px;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  margin-bottom: 10px;
}
.case-study .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 5%;
}
.case-study .case-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 10%;
  width: 90%;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.case-study .case-img img {
  width: 100%;
  display: block;
}
.case-study .case-text h3 {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-bottom: 5px;
}
.case-study .case-text h4 {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-bottom: 20px;
}
.case-study .case-text p {
  line-height: 1.9;
  margin-bottom: 10px;
}
.case-study .case-text ul {
  margin: 10px 0 15px 0;
}
.case-study .case-text ul li {
  margin-bottom: 5px;
  margin-left: 1em;
}
.case-study .case-text ul li::before {
  display: inline-block;
  content: "・";
  text-indent: -1em;
}

.failure-pattern {
  padding: 100px 0px;
  background-color: #f1f1f1;
  text-align: center;
}
.failure-pattern .container {
  max-width: 900px;
  margin: auto;
}
.failure-pattern .section-title {
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 40px;
}
.failure-pattern .intro {
  line-height: 1.9;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-bottom: 40px;
}
.failure-pattern .failure-box {
  background: #fff;
  padding: 50px;
  margin: 30px auto;
  width: 60%;
  max-width: 700px;
}
.failure-pattern .failure-box ul {
  text-align: left;
  margin: auto;
  margin-left: 1em;
}
.failure-pattern .failure-box ul li {
  margin-bottom: 10px;
}
.failure-pattern .failure-box ul li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
.failure-pattern .description {
  line-height: 1.9;
  margin-bottom: 40px;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}
.failure-pattern .description span {
  background-color: #b88e34;
  color: #fff;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

.target-user {
  background-color: #f1f1f1;
  padding: 100px 0px;
}
.target-user .container {
  max-width: 100%;
  padding: 0;
  margin: auto;
}
.target-user .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 60px;
}
.target-user .section-title span {
  color: #284b8d;
}
.target-user .target-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20%;
}
.target-user .target-text ul {
  background-color: #fff;
  padding: 30px;
}
.target-user .target-text ul li {
  margin-bottom: 10px;
  line-height: 1.9;
}
.target-user .target-text ul li::before {
  content: "・";
  display: inline-block;
}
.target-user .target-img {
  width: 110%;
  margin: 0 0 -20% -15%;
}
.target-user .target-img img {
  width: 100%;
  display: block;
}

.consultation-features {
  background-color: #f1f1f1;
  padding: 100px 0px;
}
.consultation-features .container {
  max-width: 1100px;
  margin: auto;
}
.consultation-features .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 25px;
}
.consultation-features .intro {
  text-align: center;
  line-height: 1.9;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-bottom: 40px;
}
.consultation-features .feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.consultation-features .feature-img img {
  width: 100%;
  display: block;
  height: auto;
}
.consultation-features .feature-box {
  background: #fff;
  padding: 30px;
}
.consultation-features .feature-box ul {
  margin: 0 0 0 1em;
  padding-left: 0px;
}
.consultation-features .feature-box li {
  line-height: 1.9;
  margin-bottom: 10px;
}
.consultation-features .feature-box li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
.consultation-features .feature-box li:last-child {
  margin-bottom: 0;
}
.consultation-features .feature-box small {
  font-size: 0.9em;
}
.consultation-features .bottom-text {
  text-align: center;
  line-height: 1.9;
  margin-top: 10px;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}

.recent-consultations {
  background-color: #f1f1f1;
  padding: 100px 0px;
}
.recent-consultations .container {
  max-width: 900px;
  margin: auto;
}
.recent-consultations .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 25px;
}
.recent-consultations .section-title span {
  color: #284b8d;
}
.recent-consultations .intro {
  line-height: 1.9;
  text-align: center;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-bottom: 40px;
}
.recent-consultations .consultation-box {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}
.recent-consultations .consultation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent-consultations .consultation-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}
.recent-consultations .consultation-list li:last-child {
  margin-bottom: 0;
}
.recent-consultations .check {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #2f406f;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 1.6;
  margin-top: 0px;
}
.recent-consultations .consultation-content p {
  margin: 0;
  line-height: 1.9;
}
.recent-consultations .consultation-content .arrow-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #2f406f;
}
.recent-consultations .consultation-content .arrow-text i {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
}
.recent-consultations .bottom-text {
  text-align: center;
  line-height: 1.9;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}
.recent-consultations .bottom-text span {
  color: #284b8d;
  font-weight: 700;
}

.about-consultant {
  padding: 100px 20px;
}
.about-consultant .container {
  max-width: 1100px;
  margin: auto;
}
.about-consultant .about-label {
  text-align: center;
  letter-spacing: 5px;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  margin-bottom: 10px;
}
.about-consultant .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 60px;
}
.about-consultant .section-title span {
  color: #284b8d;
}
.about-consultant .profile-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 60px;
}
.about-consultant .profile-heading {
  color: #284b8d;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 15px;
}
.about-consultant .profile-name {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 25px;
}
.about-consultant .profile-body p {
  line-height: 1.9;
  margin-bottom: 15px;
}
.about-consultant .achievements {
  margin-top: 30px;
}
.about-consultant .achievements .achievements-title {
  color: #284b8d;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 15px;
}
.about-consultant .achievements ul {
  margin: 0 0 0 1em;
}
.about-consultant .achievements li {
  line-height: 1.9;
  margin-bottom: 10px;
}
.about-consultant .achievements li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
.about-consultant .book-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}
.about-consultant .book-item {
  width: calc((100% - 30px) / 3);
}
.about-consultant .book-item img {
  width: 100%;
  display: block;
  height: auto;
}
.about-consultant .profile-image {
  text-align: center;
}
.about-consultant .profile-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.about-consultant .about-message p {
  line-height: 1.95;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-bottom: 15px;
}
.about-consultant .about-message ul {
  margin: 10px 0 15px 1em;
  padding: 0;
}
.about-consultant .about-message li {
  line-height: 1.9;
  margin-bottom: 5px;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}
.about-consultant .about-message li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}

.support-system {
  background-color: #f1f1f1;
  padding: 100px 0px 40px 0;
}
.support-system .container {
  max-width: 1100px;
  margin: auto;
}
.support-system .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 60px;
}
.support-system .section-title span {
  color: #284b8d;
}
.support-system .support-text {
  margin-bottom: 60px;
}
.support-system .support-text p {
  line-height: 1.9;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-bottom: 10px;
}
.support-system .support-text span {
  color: #284b8d;
  font-weight: 700;
}
.support-system .support-text img {
  float: right;
  margin: 0 0 50px 50px;
  width: 50%;
  height: auto;
}
.support-system .limit-box {
  border: 5px solid #7f8fb8;
  padding: 40px;
}
.support-system .limit-box h3 {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}
.support-system .limit-text p {
  line-height: 1.9;
  margin-bottom: 10px;
  text-align: left;
}
.support-system .limit-text span {
  color: #284b8d;
  font-weight: 700;
}

.support-system-02 {
  background-color: #fff;
  padding-bottom: 100px;
}

.consulting-note {
  padding: 100px 0;
  background-color: #f1f1f1;
}
.consulting-note .container {
  max-width: 1100px;
  margin: auto;
}
.consulting-note .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 30px;
}
.consulting-note .section-title span {
  color: #284b8d;
}
.consulting-note .intro,
.consulting-note .description {
  line-height: 1.95;
  text-align: center;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}
.consulting-note .description {
  margin-top: 30px;
}
.consulting-note .description span {
  color: #284b8d;
  font-weight: 700;
}
.consulting-note .note-box,
.consulting-note .risk-box,
.consulting-note .experience-box {
  background: #fff;
}
.consulting-note .cannot-support {
  margin-bottom: 120px;
}
.consulting-note .cannot-support .note-box {
  max-width: 560px;
  margin: 30px auto 0;
  padding: 30px 30px;
}
.consulting-note .cannot-support .note-box ul {
  margin: 0 0 0 1em;
}
.consulting-note .cannot-support .note-box li {
  line-height: 1.9;
  margin-bottom: 10px;
}
.consulting-note .cannot-support .note-box li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
.consulting-note .cannot-support .note-box li:last-child {
  margin-bottom: 0;
}
.consulting-note .judgement-risk {
  padding-top: 100px;
  margin-bottom: 120px;
}
.consulting-note .judgement-risk .risk-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.consulting-note .judgement-risk .risk-image img {
  width: 100%;
  height: auto;
  display: block;
}
.consulting-note .judgement-risk .risk-content p {
  line-height: 1.95;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-bottom: 20px;
}
.consulting-note .judgement-risk .risk-box {
  padding: 25px 30px;
}
.consulting-note .judgement-risk .risk-box ul {
  margin: 0 0 0 1em;
}
.consulting-note .judgement-risk .risk-box li {
  line-height: 1.9;
  margin-bottom: 10px;
}
.consulting-note .judgement-risk .risk-box li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
.consulting-note .judgement-risk .risk-box li:last-child {
  margin-bottom: 0;
}
.consulting-note .judgement-risk .risk-bottom {
  margin-top: 35px;
}
.consulting-note .judgement-risk .risk-bottom p {
  line-height: 1.95;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-bottom: 10px;
}
.consulting-note .judgement-risk .risk-bottom span {
  color: #284b8d;
  font-weight: 700;
}
.consulting-note .experience-section .experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.consulting-note .experience-section .experience-text p {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 1.9;
  margin-bottom: 10px;
}
.consulting-note .experience-section .experience-box {
  padding: 30px 30px;
}
.consulting-note .experience-section .experience-box ul {
  margin: 0 0 0 1em;
}
.consulting-note .experience-section .experience-box li {
  line-height: 1.9;
  margin-bottom: 10px;
}
.consulting-note .experience-section .experience-box li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
.consulting-note .experience-section .experience-box li:last-child {
  margin-bottom: 0;
}
.consulting-note .experience-section .experience-image img {
  width: 100%;
  height: auto;
  display: block;
}
.consulting-note .experience-section .experience-bottom {
  margin-top: 35px;
}
.consulting-note .experience-section .experience-bottom p {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 1.9;
  margin-bottom: 10px;
}
.consulting-note .experience-section .experience-bottom span {
  color: #284b8d;
  font-weight: 700;
}

.price-section {
  padding: 100px 20px;
  background-image: url("../images/price_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.price-section .container {
  max-width: 1100px;
  margin: 0 auto;
}
.price-section .section-label {
  font-size: 15px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 15px;
  color: #666;
}
.price-section .section-title {
  font-size: clamp(2.2rem, 1.8rem + 1vw, 3rem);
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}
.price-section .price-intro,
.price-section .price-text {
  max-width: 980px;
  margin: 0 auto;
}
.price-section .price-intro p,
.price-section .price-text p {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 1.9;
  margin: 0 0 20px;
}
.price-section .price-highlight {
  display: inline-block;
  color: #fff;
  background: #b69435;
  padding: 0.05em 0.25em;
  font-weight: 700;
}
.price-section .price-check-box {
  max-width: 760px;
  margin: 30px auto 35px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 30px;
}
.price-section .price-check-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-section .price-check-box li {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 1.9;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.price-section .price-check-box li:last-child {
  margin-bottom: 0;
}
.price-section .price-check-box li i {
  color: #24385f;
  font-size: 20px;
  margin-top: 0.25em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.price-section .price-strategy-box {
  max-width: 760px;
  margin: 20px auto 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 25px;
  text-align: center;
}
.price-section .price-strategy-box p {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin: 0;
  line-height: 1.8;
  font-weight: 700;
}
.price-section .price-table-wrap {
  max-width: 760px;
  margin: 40px auto 40px auto;
}
.price-section .price-table-box {
  border: 5px solid #95a3c3;
  padding: 30px 30px 25px;
  background: rgba(255, 255, 255, 0.35);
}
.price-section .price-table-box h3 {
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  text-align: center;
  margin: 0 0 30px;
  line-height: 1.5;
}
.price-section .price-table {
  border-top: 2px solid transparent;
}
.price-section .price-row {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 2px solid #8a8a8a;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-section .price-row:last-child {
  border-bottom: 0;
}

.faq-section {
  padding: 100px 0px;
  background: url("../images/faq_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.faq-section .container {
  max-width: 1180px;
  margin: 0 auto;
}
.faq-section .section-label {
  font-size: 15px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  opacity: 0.9;
}
.faq-section .section-title {
  font-size: clamp(2rem, 1.55rem + 1.2vw, 3rem);
  text-align: center;
  margin-bottom: 45px;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}
.faq-section .faq-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.faq-section .faq-item {
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.faq-section .faq-question {
  width: 100%;
  padding: 20px 25px;
  display: grid;
  grid-template-columns: 35px 1fr 25px;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.faq-section .faq-question:hover {
  background: rgba(248, 248, 248, 0.9);
}
.faq-section .faq-q {
  color: #6aa7ff;
  font-weight: 700;
  line-height: 1;
}
.faq-section .faq-question-text {
  line-height: 1.8;
  color: #222;
  font-weight: 500;
}
.faq-section .faq-icon {
  color: #8a8a8a;
  font-size: 20px;
  text-align: right;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
.faq-section .faq-answer-inner {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 15px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0 25px 20px;
}
.faq-section .faq-answer-inner p {
  line-height: 1.6;
  margin: 0;
  color: #222;
  font-weight: 500;
}
.faq-section .faq-a {
  color: #ff8d97;
  font-weight: 700;
  line-height: 1.6;
  padding-top: 0px;
}
.faq-section .faq-item.is-open .faq-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-section .faq-item.is-open .faq-answer-inner {
  padding-top: 0;
}

@media (max-width: 770px) {
  .faq-section {
    padding: 70px 20px;
  }
  .faq-section .section-title {
    margin-bottom: 30px;
  }
  .faq-section .faq-list {
    gap: 15px;
  }
  .faq-section .faq-question {
    padding: 15px;
    grid-template-columns: 25px 1fr 20px;
    gap: 10px;
  }
  .faq-section .faq-icon {
    font-size: 15px;
  }
  .faq-section .faq-answer-inner {
    grid-template-columns: 25px 1fr;
    gap: 10px;
    padding: 0 15px 15px;
  }
  .price-section,
  .faq-section {
    padding: 10% 5%;
  }
  .price-section .section-title {
    margin-bottom: 30px;
  }
  .price-section .price-intro {
    text-align: center;
  }
  .price-section .price-text p {
    margin-bottom: 1em;
  }
  .price-section .price-check-box,
  .price-section .price-strategy-box,
  .price-section .price-table-wrap {
    max-width: 100%;
  }
  .price-section .price-table-wrap {
    margin: 5% auto;
  }
  .price-section .price-check-box {
    padding: 5% 0px;
    margin: 0 auto;
  }
  .price-section .price-check-box li {
    gap: 10px;
  }
  .price-section .price-check-box li i {
    font-size: 20px;
  }
  .price-section .price-strategy-box {
    padding: 0 0 1em 0;
    margin: 0;
    text-align: left;
  }
  .price-section .price-table-box {
    padding: 5%;
  }
  .price-section .price-table-box h3 {
    margin-bottom: 1.5%;
  }
  .price-section .price-table-box .price-value {
    font-size: 1.4rem;
  }
  .price-section .price-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 1em 0;
  }
  .faq-section {
    background-size: auto 100%;
  }
  .faq-section .section-title {
    margin-bottom: 5%;
  }
  .faq-section .faq-list {
    gap: 15px;
  }
  .faq-section .faq-question {
    padding: 15px 15px;
    grid-template-columns: 25px 1fr 20px;
    gap: 10px;
  }
  .faq-section .faq-answer {
    padding: 0;
  }
  .faq-section .faq-answer-inner {
    grid-template-columns: 25px 1fr;
    gap: 10px;
    padding-top: 0px;
  }
  .faq-section .faq-icon {
    font-size: 15px;
  }
}
.contact-flow {
  padding: 100px 20px 70px;
}
.contact-flow .container {
  max-width: 1100px;
  margin: auto;
}
.contact-flow .flow-label {
  text-align: center;
  letter-spacing: 5px;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  margin-bottom: 10px;
}
.contact-flow .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 45px;
}
.contact-flow .flow-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 35px;
}
.contact-flow .flow-card {
  background: #f5f5f5;
}
.contact-flow .flow-card-head {
  background: #98a6c7;
  padding: 20px 10px;
  text-align: center;
}
.contact-flow .step-number {
  color: #fff;
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  line-height: 1;
}
.contact-flow .flow-card-body {
  min-height: 180px;
  padding: 20px 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.contact-flow .flow-card-body p {
  line-height: 1.8;
  margin: 0 0 0 0;
}
.contact-flow .flow-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 20px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-flow .flow-icon i {
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  color: #8f8f8f;
}
.contact-flow .flow-description {
  text-align: center;
  line-height: 1.95;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}
.contact-flow .flow-description span {
  color: #284b8d;
  font-weight: 700;
}

.paid-consulting-info {
  padding: 0 20px 100px;
}
.paid-consulting-info .container {
  max-width: 1100px;
  margin: 0 auto 60px auto;
}
.paid-consulting-info .info-box {
  border: 5px solid #8d9bc0;
  padding: 50px;
  margin-bottom: 60px;
}
.paid-consulting-info .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 35px;
}
.paid-consulting-info .info-block {
  margin-bottom: 60px;
}
.paid-consulting-info .info-block p {
  line-height: 1.95;
  margin-bottom: 15px;
}
.paid-consulting-info .info-block ul {
  margin: 10px 0 15px 1em;
  padding: 0;
}
.paid-consulting-info .info-block li {
  line-height: 1.9;
  margin-bottom: 10px;
}
.paid-consulting-info .info-block li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
.paid-consulting-info .confirm-title {
  text-align: center;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  margin-bottom: 30px;
}
.paid-consulting-info .confirm-text p {
  line-height: 1.95;
  margin-bottom: 15px;
}
.paid-consulting-info .confirm-text ul {
  padding: 0 0 0 1em;
}
.paid-consulting-info .confirm-text li {
  line-height: 1.9;
  margin-bottom: 10px;
}
.paid-consulting-info .confirm-text li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
.paid-consulting-info .confirm-text span {
  font-weight: 700;
}

.final-message {
  padding: 0px 0px 40px;
  text-align: center;
  position: relative;
}
.final-message .container {
  max-width: 900px;
  margin: auto;
}
.final-message .section-title {
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  margin-bottom: 50px;
}
.final-message .message-body p {
  line-height: 2.2;
  margin-bottom: 15px;
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
}
.final-message .message-body .space {
  margin: 35px 0;
}
.final-message .message-body span {
  color: #284b8d;
  font-weight: 700;
}

footer .copyright {
  margin-top: 70px;
  font-size: 10px;
  color: #666;
  letter-spacing: 0.04em;
  text-align: center;
}
footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#8c1aa8), to(#d400ff));
  background: -webkit-linear-gradient(left, #8c1aa8 0%, #d400ff 100%);
  background: linear-gradient(90deg, #8c1aa8 0%, #d400ff 100%);
  margin-top: 10px;
}

/* @media (max-device-width: 980px) {*/
/* タブレット スマホ */
@media (max-width: 770px) {
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    font-size: 3.6vw;
    line-height: 5.6vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type=button],
  input[type=submit] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .investment-trouble {
    padding: 70px 20px 60px;
  }
  .investment-trouble .section-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .investment-trouble .trouble-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 560px;
  }
  .investment-trouble .trouble-image img {
    max-width: 220px;
  }
  .investment-trouble .trouble-list-wrap {
    text-align: left;
  }
  .investment-trouble .trouble-list li {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
    line-height: 1.8;
    gap: 10px;
  }
  .investment-trouble .trouble-list li i {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
    margin-top: 5px;
  }
  .investment-trouble .trouble-arrow {
    margin: 20px 0 15px;
  }
  .investment-trouble .trouble-arrow i {
    font-size: clamp(2.2rem, 1.8rem + 1vw, 3rem);
  }
  .investment-trouble .trouble-message p {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
    line-height: 1.8;
  }
  .investment-trouble .trouble-message span {
    font-size: 1.2em;
  }
  .reason .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: inline-block;
  }
  .reason .flow-top {
    width: 75%;
  }
  .reason .flow-bottom {
    width: 100%;
  }
  .reason .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .reason .circle {
    width: 90px;
    height: 90px;
  }
  .reason-continue {
    padding: 10% 5%;
  }
  .reason-continue .problem-grid {
    grid-template-columns: 1fr;
  }
  .reason-continue .cta-btn {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .investor-common {
    padding: 10% 0;
  }
  .investor-common .strategy-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .investor-common .line {
    width: 3px;
    height: 40px;
  }
  .investor-common .section-text.bottom {
    margin-top: 5%;
  }
  .buying-risk {
    padding: 10% 0;
  }
  .buying-risk .container {
    width: 90%;
  }
  .buying-risk .risk-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: inline-block;
    gap: 0px;
    margin: 0;
    width: 80%;
  }
  .buying-risk .line {
    width: 0px;
    height: 40px;
  }
  .buying-risk-img {
    width: 100%;
    margin-bottom: 5%;
    padding: 0 0 0 0;
    position: relative;
    z-index: 5;
  }
  .buying-risk-img::before {
    display: none;
  }
  .buying-risk .section-text.bottom {
    margin-top: 5%;
  }
  .consulting-flow {
    padding: 10% 0;
  }
  .consulting-flow h3 {
    margin-bottom: 2.5%;
    font-size: 2rem;
  }
  .consulting-flow .container {
    width: 90%;
  }
  .consulting-flow .intro {
    margin-bottom: 10%;
  }
  .consulting-flow .flow-divider {
    margin-bottom: 10%;
  }
  .consulting-flow .flow-item {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 10%;
  }
  .consulting-flow .flow-number {
    font-size: 3rem;
    right: -5px;
    top: -10px;
  }
  .consulting-flow ul {
    margin: 0;
  }
  .consulting-flow .price-box {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  }
  .consulting-flow-02-img {
    padding: 0 0 0 20%;
  }
  .consulting-flow-02 .txt-strategy {
    width: 90%;
    margin: -15% auto 0 auto;
  }
  .case-study .case-item {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 10%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .case-study .case-item .case-text h3 {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  }
  .case-study .case-item .case-text h4 {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    margin-bottom: 10px;
  }
  .case-study .case-item .case-text ul {
    margin-left: 0;
  }
  .case-study .case-item:last-of-type {
    margin-bottom: 0;
  }
  .failure-pattern .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .failure-pattern .section-title {
    margin-bottom: 5%;
  }
  .failure-pattern {
    padding: 10% 0;
  }
  .failure-pattern .intro {
    margin-bottom: 5%;
  }
  .failure-pattern .failure-box {
    width: 100%;
    padding: 5%;
  }
  .target-user {
    padding: 10% 0;
  }
  .target-user .section-title {
    margin-bottom: 5%;
  }
  .target-user .target-grid {
    grid-template-columns: 1fr;
    width: 90%;
    padding: 0;
    margin-left: 5%;
  }
  .target-user .target-text ul {
    padding: 5%;
  }
  .target-user .target-img {
    width: 100%;
    margin: 0 auto;
  }
  .consultation-features {
    padding: 10% 0;
  }
  .consultation-features .container {
    width: 90%;
  }
  .consultation-features .intro {
    margin-bottom: 5%;
  }
  .consultation-features .feature-grid {
    display: block;
  }
  .recent-consultations {
    padding: 10% 0;
  }
  .recent-consultations .container {
    width: 90%;
  }
  .recent-consultations .consultation-box {
    padding: 25px 20px;
  }
  .recent-consultations .intro {
    margin-bottom: 5%;
  }
  .recent-consultations .consultation-list li {
    gap: 10px;
    margin-bottom: 20px;
  }
  .recent-consultations .bottom-text {
    text-align: center;
  }
  .about-consultant {
    padding: 10% 0px;
  }
  .about-consultant .container {
    width: 90%;
  }
  .about-consultant .section-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    margin-bottom: 5%;
  }
  .about-consultant .about-message ul li {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  }
  .about-consultant .profile-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
  .about-consultant .profile-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .about-consultant .profile-heading,
  .about-consultant .achievements .achievements-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  }
  .about-consultant .profile-name {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    margin-bottom: 1em;
  }
  .about-consultant .profile-body p {
    margin-bottom: 1em;
  }
  .about-consultant .book-list {
    gap: 10px;
  }
  .about-consultant .book-item {
    width: calc((100% - 25px) / 3);
  }
  .support-system {
    padding: 10% 0;
  }
  .support-system .container {
    width: 90%;
  }
  .support-system .section-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    margin-bottom: 5%;
  }
  .support-system .support-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 5%;
  }
  .support-system .support-text {
    margin-bottom: 0;
  }
  .support-system .support-text img {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
  }
  .support-system .support-text p {
    margin-bottom: 1em;
  }
  .support-system .limit-box {
    padding: 30px 20px;
  }
  .support-system .limit-box h3 {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    margin-bottom: 5%;
  }
  .consulting-note .container {
    width: 90%;
  }
  .consulting-note {
    padding: 10% 0;
  }
  .consulting-note .section-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    margin-bottom: 5%;
  }
  .consulting-note .cannot-support {
    margin-bottom: 5%;
  }
  .consulting-note .cannot-support .note-box {
    padding: 20px 20px;
  }
  .consulting-note .cannot-support .cta-btn {
    width: 100%;
    min-width: 0;
    padding: 15px 20px;
  }
  .consulting-note .judgement-risk {
    margin-bottom: 5%;
    padding-top: 20%;
  }
  .consulting-note .judgement-risk .risk-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .consulting-note .judgement-risk .risk-bottom {
    margin-top: 5%;
    margin-bottom: 15%;
  }
  .consulting-note .judgement-risk .risk-box {
    padding: 20px 20px;
  }
  .consulting-note .experience-section .experience-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 0;
  }
  .consulting-note .experience-section .experience-box {
    padding: 20px 20px;
  }
  .consulting-note .experience-section .experience-bottom {
    margin-top: 5%;
  }
  .contact-flow {
    padding: 10% 5% 10%;
  }
  .contact-flow .section-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    margin-bottom: 5%;
  }
  .contact-flow .flow-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .contact-flow .step-number {
    font-size: clamp(2.2rem, 1.8rem + 1vw, 3rem);
  }
  .contact-flow .flow-card-body {
    min-height: 100px;
    padding: 5%;
  }
  .contact-flow .flow-card-body p {
    padding-bottom: 5%;
  }
  .contact-flow .flow-icon {
    width: 100px;
    height: 100px;
  }
  .contact-flow .flow-icon i {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  }
  .contact-flow .flow-description {
    text-align: left;
  }
  .paid-consulting-info {
    padding: 0 5% 0% 5%;
  }
  .paid-consulting-info .container {
    margin-bottom: 10%;
  }
  .paid-consulting-info .info-box {
    padding: 5%;
    margin-bottom: 5%;
  }
  .paid-consulting-info .section-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    margin-bottom: 30px;
  }
  .paid-consulting-info .confirm-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    margin-bottom: 20px;
  }
  .paid-consulting-info .info-block {
    margin-bottom: 35px;
  }
  .final-message {
    padding: 10% 5% 10% 5%;
  }
  .final-message .section-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    margin-bottom: 5%;
  }
  .final-message .message-body p {
    line-height: 2;
    margin-bottom: 1em;
  }
  .final-message .message-body .space {
    margin: 5% 0;
  }
  footer .copyright {
    margin-top: 50px;
    font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  }
  footer::after {
    height: 5px;
  }
}
@media (max-width: 480px) {
  .contact-flow .flow-cards {
    grid-template-columns: 1fr;
  }
  .contact-flow .flow-description {
    text-align: center;
  }
}
.support-brokerage {
  padding: 100px 20px;
}
.support-brokerage .container {
  max-width: 1100px;
  margin: auto;
}
.support-brokerage .section-label {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  text-align: center;
  letter-spacing: 0.28em;
  margin-bottom: 10px;
  color: rgba(35, 24, 21, 0.8);
}
.support-brokerage .section-title {
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  text-align: center;
  margin-bottom: 50px;
}
.support-brokerage .section-title span {
  color: #284b8d;
}
.support-brokerage .brokerage-image {
  margin-bottom: 0;
}
.support-brokerage .brokerage-image img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
}
.support-brokerage .brokerage-box {
  background: #f5f5f5;
  padding: 30px 35px;
  max-width: 900px;
}
.support-brokerage .brokerage-box p {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  line-height: 2;
  margin-bottom: 10px;
}
.support-brokerage .brokerage-box p:last-child {
  margin-bottom: 0;
}

.reitiss-system {
  padding: 100px 20px;
}
.reitiss-system .container {
  max-width: 1100px;
  margin: auto;
}
.reitiss-system .section-label {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  text-align: center;
  letter-spacing: 0.28em;
  margin-bottom: 10px;
  color: rgba(35, 24, 21, 0.8);
}
.reitiss-system .section-title {
  font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
  text-align: center;
  line-height: 1.65;
  margin-bottom: 35px;
}
.reitiss-system .section-title span {
  color: #284b8d;
}
.reitiss-system .intro {
  max-width: 980px;
  margin: 0 auto 50px;
}
.reitiss-system .intro p {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 1.95;
  margin-bottom: 10px;
}
.reitiss-system .intro p:last-child {
  margin-bottom: 0;
}
.reitiss-system .reitiss-body {
  background: #f5f5f5;
  padding: 55px 30px;
}
.reitiss-system .reitiss-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.reitiss-system .reitiss-text p {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 2;
  margin-bottom: 15px;
}
.reitiss-system .reitiss-text ul {
  margin: 0 0 20px 1.2em;
}
.reitiss-system .reitiss-text li {
  font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
  line-height: 1.9;
  margin-bottom: 5px;
}
.reitiss-system .reitiss-image {
  text-align: center;
}
.reitiss-system .reitiss-image img {
  width: 100%;
  max-width: 420px;
  display: inline-block;
  height: auto;
}
.reitiss-system .reitiss-footer p {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  line-height: 2;
  margin-bottom: 10px;
}
.reitiss-system .reitiss-footer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 770px) {
  .support-brokerage {
    padding: 70px 20px;
  }
  .support-brokerage .section-title {
    margin-bottom: 30px;
  }
  .support-brokerage .brokerage-image img {
    max-width: 100%;
  }
  .support-brokerage .brokerage-box {
    padding: 25px 20px;
  }
  .reitiss-system {
    padding: 70px 20px;
  }
  .reitiss-system .section-title {
    line-height: 1.55;
    margin-bottom: 25px;
  }
  .reitiss-system .intro {
    margin-bottom: 30px;
  }
  .reitiss-system .intro p {
    font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  }
  .reitiss-system .reitiss-body {
    padding: 30px 20px;
  }
  .reitiss-system .reitiss-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 25px;
  }
  .reitiss-system .reitiss-text ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 770px) {
  body {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
  p,
  li,
  dt,
  dd,
  label,
  input,
  textarea,
  button,
  a {
    font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
    line-height: 1.8;
  }
}
@media (max-width: 770px) and (max-width: 770px) {
  p,
  li,
  dt,
  dd,
  label,
  input,
  textarea,
  button,
  a {
    font-size: 1.6rem;
  }
}
@media (max-width: 770px) and (max-width: 480px) {
  p,
  li,
  dt,
  dd,
  label,
  input,
  textarea,
  button,
  a {
    font-size: 1.6rem;
  }
}
@media (max-width: 770px) {
  h1,
  h2,
  h3,
  h4 {
    overflow-wrap: break-word;
  }
  section {
    overflow-x: clip;
  }
  [class*=container] {
    width: 100%;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-title,
  .fv-title,
  .reason-title,
  .profile-name,
  .confirm-title {
    font-size: clamp(1.8rem, 1.5rem + 0.6vw, 2.2rem);
    line-height: 1.45;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 770px) and (max-width: 770px) {
  .section-title,
  .fv-title,
  .reason-title,
  .profile-name,
  .confirm-title {
    font-size: 2rem;
  }
}
@media (max-width: 770px) and (max-width: 480px) {
  .section-title,
  .fv-title,
  .reason-title,
  .profile-name,
  .confirm-title {
    font-size: 2rem;
  }
}
@media (max-width: 770px) {
  .fv-lead,
  .section-text,
  .intro,
  .description,
  .txt-strategy,
  .flow-description,
  .bottom-text,
  .support-text-box p,
  .profile-body p,
  .about-message p,
  .risk-bottom p,
  .experience-text p,
  .experience-bottom p,
  .info-block p,
  .confirm-text p,
  .message-body p,
  .reitiss-intro p,
  .reitiss-text p {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
    line-height: 1.95;
  }
}
@media (max-width: 770px) and (max-width: 770px) {
  .fv-lead,
  .section-text,
  .intro,
  .description,
  .txt-strategy,
  .flow-description,
  .bottom-text,
  .support-text-box p,
  .profile-body p,
  .about-message p,
  .risk-bottom p,
  .experience-text p,
  .experience-bottom p,
  .info-block p,
  .confirm-text p,
  .message-body p,
  .reitiss-intro p,
  .reitiss-text p {
    font-size: 1.8rem;
  }
}
@media (max-width: 770px) and (max-width: 480px) {
  .fv-lead,
  .section-text,
  .intro,
  .description,
  .txt-strategy,
  .flow-description,
  .bottom-text,
  .support-text-box p,
  .profile-body p,
  .about-message p,
  .risk-bottom p,
  .experience-text p,
  .experience-bottom p,
  .info-block p,
  .confirm-text p,
  .message-body p,
  .reitiss-intro p,
  .reitiss-text p {
    font-size: 1.6rem;
  }
}
@media (max-width: 770px) {
  .fv-main {
    min-height: auto;
  }
  .fv-consulting .fv-main::after {
    width: 100%;
    height: 300px;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  .fv-consulting .fv-inner {
    min-height: auto;
  }
  .fv-consulting .fv-content {
    width: 100%;
    padding: 5%;
  }
  .fv-consulting .fv-logo {
    margin-bottom: 22px;
  }
  .fv-consulting .fv-logo img {
    width: 170px;
  }
  .fv-consulting .fv-title {
    font-size: clamp(2.2rem, 1.8rem + 1vw, 3rem);
    line-height: 1.4;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
}
@media (max-width: 770px) and (max-width: 770px) {
  .fv-consulting .fv-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 770px) and (max-width: 480px) {
  .fv-consulting .fv-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 770px) {
  .fv-consulting .fv-lead {
    font-size: clamp(1.25rem, 1.4rem + 0.4vw, 1.6rem);
    line-height: 1.8;
    margin-bottom: 22px;
  }
}
@media (max-width: 770px) and (max-width: 770px) {
  .fv-consulting .fv-lead {
    font-size: 1.8rem;
  }
}
@media (max-width: 770px) and (max-width: 480px) {
  .fv-consulting .fv-lead {
    font-size: 1.6rem;
  }
}
@media (max-width: 770px) {
  .fv-consulting .fv-points {
    gap: 14px;
  }
  .fv-consulting .fv-point {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fv-consulting .fv-check {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 30px;
    height: 30px;
  }
  .fv-consulting .fv-bottom .fv-bottom-inner {
    padding: 22px 20px 26px;
  }
  .fv-consulting .fv-bottom .fv-bottom-text {
    font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
    line-height: 1.85;
  }
}
@media (max-width: 770px) and (max-width: 770px) {
  .fv-consulting .fv-bottom .fv-bottom-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 770px) and (max-width: 480px) {
  .fv-consulting .fv-bottom .fv-bottom-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 770px) {
  .fv-consulting .fv-cta-btn {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    min-height: 56px;
    padding: 15px 18px;
    line-height: 1.5;
  }
  .flow-item,
  .case-item,
  .profile-grid,
  .target-grid,
  .feature-grid,
  .risk-grid,
  .experience-grid,
  .trouble-grid,
  .problem-grid,
  .flow-cards,
  .support-grid {
    gap: 20px;
  }
  .price-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .price-table-box {
    min-width: 100%;
  }
  .faq-question {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
  .faq-question-text,
  .faq-answer p {
    font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
    line-height: 1.8;
  }
}
@media (max-width: 770px) and (max-width: 770px) {
  .faq-question-text,
  .faq-answer p {
    font-size: 1.6rem;
  }
}
@media (max-width: 770px) and (max-width: 480px) {
  .faq-question-text,
  .faq-answer p {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .fv-consulting .fv-content {
    padding: 5%;
  }
  .fv-consulting .fv-bottom .fv-bottom-inner {
    padding: 20px 16px 24px;
  }
  .fv-consulting .fv-cta-btn,
  .fv-cta .fv-cta-btn {
    min-height: 54px;
    padding: 14px 16px;
  }
}