html,
body,
div,
span,
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,
nav,
section,
summary,
time,
mark,
audio,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button,
select {
  cursor: pointer;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
textarea {
  resize: vertical;
}
input:disabled,
textarea:disabled,
select:disabled,
button:disabled {
  cursor: not-allowed;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  background-color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-weight: 600;
  text-align: justify;
}
.sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}

h1 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 430px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 30px;
}
@media screen and (max-width: 430px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 22px;
}
@media screen and (max-width: 430px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 22px;
}
@media screen and (max-width: 430px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 16px;
}
@media screen and (max-width: 430px) {
  h5 {
    font-size: 15px;
  }
}
.l-font {
  font-size: 120%;
}
.xl-font {
  font-size: 150%;
  line-height: inherit;
}
.bold {
  font-weight: bold;
}
small {
  font-size: 85%;
}
@media screen and (max-width: 959px) {
  small {
    font-size: 70%;
    line-height: 1.5;
    display: block;
    text-align: left;
  }
}
.full-width {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.inner {
  max-width: 1080px;
  padding: 60px 10px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .inner {
    max-width: 100%;
    padding: 20px 8px;
    margin: auto;
    width: 100%;
  }
}
.sec-ttl-1 {
  text-align: center;
  margin-bottom: 100px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.sec-ttl-1::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 15px;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_diagram.svg") no-repeat center/contain;
}
.sec-ttl-1 span {
  font-size: 24px;
  display: block;
  font-weight: 500;
  color: #57637c;
}
.sec-ttl-1 h2 {
  font-weight: 500;
  color: #fff;
}
.sec-ttl-1 h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .sec-ttl-1 {
    text-align: center;
    margin-bottom: 60px;
    font-family: "Noto Serif JP", serif;
    position: relative;
  }
  .sec-ttl-1::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 15px;
    aspect-ratio: 1/1;
    background: url("../img/common/icon_diagram.svg") no-repeat center/contain;
  }
  .sec-ttl-1 span {
    font-size: 22px;
    display: block;
    font-weight: 500;
    color: #57637c;
  }
  .sec-ttl-1 h2 {
    font-weight: 500;
    color: #fff;
  }
  .sec-ttl-1 h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-top: 40px;
  }
} /*# sourceMappingURL=style.css.map */

/* =========================
   FV
========================= */
.fv {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 背景 */
.fv__bg {
  position: absolute;
  inset: 0;
  background: url("../img/fv-bg.webp") center center / cover no-repeat;
  transform: scale(1.12);
}

.fv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
}

.fv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 40px;
}

.fv__content {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

/* タイトル */
.fv__title {
  margin: 0;
  color: #191160;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: clamp(42px, 5vw, 78px);
}

.fv__highlightWrap {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.fv__highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.fv__highlight::before {
  content: "";
  position: absolute;
  left: 0.5em;
  right: 0.5em;
  top: 0.5em;
  height: 0.54em;
  background: #fff895;
  z-index: -1;
}

/* 説明文 */
.fv__lead {
  margin: 28px auto 0;
  max-width: 920px;
  color: #111;
  font-size: clamp(20px, 24px, 24px);
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* 注釈 */
.fv__note {
  margin: 46px 0 0;
  color: #17177f;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ボタン */
.fv__cta {
  width: min(100%, 702px);
  min-height: 142px;
  margin: 22px auto 0;
  padding: 20px 36px;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  background: linear-gradient(90deg, #fe9e02 0%, #ee531d 100%);
  box-shadow: 0 12px 24px rgb(0 0 0 / 59%);
  transition:
    transform 1s ease,
    opacity 1s ease;
}

.fv__cta:hover {
  transform: translateY(-6px);
  opacity: 0.96;
}

.fv__ctaIcon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

/* utility */
.sp-only {
  display: none;
}

/* =========================
   tablet
========================= */
@media (max-width: 1024px) {
  .fv {
    min-height: auto;
  }

  .fv__inner {
    padding: 72px 24px 56px;
  }

  .fv__lead {
    font-size: 18px;
  }

  .fv__cta {
    min-height: 108px;
    border-radius: 26px;
    font-size: 24px;
  }
}

/* =========================
   SP
========================= */
@media (max-width: 767px) {
  .fv {
    min-height: auto;
  }

  .fv__bg {
    background-position: center center;
    transform: scale(1.8);
  }

  .fv__bg::before {
  }

  .fv__inner {
    padding: 56px 17px 28px;
  }

  .fv__content {
    max-width: 100%;
  }

  .fv__title {
    font-size: 33px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    font-weight: 900;
  }

  .fv__highlight::before {
    left: 14px;
    right: 14px;
    bottom: 0.06em;
    height: 0.42em;
  }

  .fv__lead {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 900;
  }

  .fv__note {
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 900;
  }

  .fv__cta {
    width: 100%;
    min-height: 68px;
    margin-top: 12px;
    padding: 14px 18px;
    border-radius: 16px;
    gap: 10px;
    font-size: 24px;
    box-shadow: 0 7px 4px rgba(0, 0, 0, 0.4);
  }

  .fv__ctaIcon {
    width: 16px;
    height: 16px;
  }

  .sp-only {
    display: inline;
  }
}

/* =========================
   導入
========================= */
.intro {
  background: #ffffff;
}

.intro__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 10px 10px;
}

.intro__checkWrap {
  max-width: 860px;
  margin: 0 auto;
  background: #f7f7f7;
  border: 7px solid #d8d8d8;
  border-radius: 22px;
  padding: 28px 36px;
  position: relative;
}

/* 矢印本体 */
.intro__checkWrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -137px;
  transform: translateX(-50%);
  width: 200px;
  height: 130px;
  background: #e6f5ff;
  clip-path: polygon(0 0, 100% 0, 100% 56%, 50% 100%, 0 56%);
  z-index: 1;
}

.intro__checkList {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  z-index: 2;
}

.intro__checkItem {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

img.check_icon {
  width: 37px;
  flex-shrink: 0;
}

.intro__checkText {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.01em;
}

.intro__arrowText {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
  line-height: 1.4;
}

/* もう不要 */
.intro__arrow {
  display: none;
}

.intro__message {
  text-align: center;
  margin: 138px auto 0;
  max-width: 1080px;
}

.intro__messageTop,
.intro__messageBottom {
  font-size: 28px;
  line-height: 1.75;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.01em;
}

.intro__messageAccent {
  margin: 8px 0;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #ffdd00 0%, #ff8c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
/* =========================
   SP
========================= */
@media (max-width: 767px) {
  .intro__inner {
    padding: 20px 10px;
  }
  .intro__checkText {
    font-size: 16px;
    line-height: 1.4;
  }
  .intro__checkItem {
    align-items: center;
  }
  img.check_icon {
    display: block;
    width: 30px;
  }
  .intro__checkWrap {
    padding: 10px;
    border: 2px solid #d8d8d8;
    border-radius: 5px;
  }
  .intro__checkWrap::after {
    bottom: -76px;
    width: 124px;
    height: 74px;
  }
  .intro__arrowText {
    bottom: -42px;
    font-size: 18px;
    font-weight: 900;
  }
  .intro__message {
    margin: 75px auto 0;
    max-width: 100%;
  }
  .intro__messageTop,
  .intro__messageBottom {
    font-size: 16px;
    line-height: 25px;
  }
  .intro__messageAccent {
    margin: 8px 0;
    font-size: 27px;
    line-height: 29px;
  }
}
/* =========================
 意外な事実
========================= */

.fact {
  background: #f0f9fe;
}

/* タイトル */

.fact__title {
  background: #1b1663;
  color: #fff;
  text-align: center;
  padding: 28px 40px;
  font-size: 34px;
  font-weight: 700;
  line-height: 51px;
  margin: 0 auto 40px;
  max-width: 1024px;
  transform: skewX(-14deg);
}

.fact__title * {
  transform: skewX(8deg);
}

/* リード */

.fact__lead {
  text-align: center;
  font-size: 26px;
  line-height: 52px;
  margin: 0 auto 50px;
}

/* BOX */

.fact__box {
  background: #ffffff;
  border-radius: 6px;
  border: 4px solid #f0f0f0;
  padding: 50px;
  margin-bottom: 50px;
  width: 100%;
  margin: auto;
}

/* 項目 */

.fact__item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.fact__num {
  font-family: "Futura PT", "Futura", Arial, sans-serif;
  font-size: 64px;
  color: #191160;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.04em;
}

.fact__itemTitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
}

.fact__itemTitle span {
  background: linear-gradient(transparent 60%, #fff34b 100%);
}

/* 区切り */

.fact__line {
  margin: 15px 0;
  border: none;
  height: 1px;
  background: #191160;
}

/* マップ */

.fact__mapTitle {
  display: block;
  width: fit-content;
  margin: 30px auto;
  background: #d0e7fc;
  padding: 20px 31px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  border: 1px solid #acacac;
}

.fact__map {
  margin: 30px auto;
  max-width: 798px;
  width: 100%;
}

/* テキスト */

.fact__text {
  max-width: 1200px;
  margin: 35px auto 60px;
}

.fact__text p {
  line-height: 52px;
  font-size: 26px;
}

/* 図 */

.fact__structure {
  margin: 0 auto;
  max-width: 1155px;
  width: 100%;
}
@media (max-width: 767px) {
  .fact__title {
    padding: 19px 6px;
    font-size: 19px;
    line-height: 26px;
    max-width: 95%;
    margin: 0 auto 15px;
  }
  .fact__lead {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 18px;
  }
  .fact__box {
    background: #ffffff;
    border-radius: 6px;
    border: 4px solid #f0f0f0;
    padding: 10px;
    margin-bottom: 50px;
    width: 100%;
    margin: auto;
  }
  .fact__item {
    gap: 14px;
    align-items: center;
  }
  .fact__itemTitle {
    font-size: 15px;
    line-height: 24px;
  }
  .fact__text {
    max-width: 100%;
    margin: 14px 11px 17px;
  }
  .fact__text p {
    line-height: 24px;
    font-size: 16px;
  }
}
/* =========================
   STORY / CASE STUDY
========================= */
.story {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0d6bb8 0%, #1090d8 42%, #bfcad5 100%);
  color: #fff;
}

.story__bg {
  position: absolute;
  inset: 0;
  background: url("../img/story_bg.webp") center top / cover no-repeat;
  pointer-events: none;
}

.story__inner {
  position: relative;
  z-index: 2;
  padding-top: 72px;
  padding-bottom: 72px;
}

/* 見出し */
.story__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.story__headBar {
  width: 8px;
  height: 28px;
  background: #fe9e02;
  flex-shrink: 0;
}

.story__headLabel {
  font-family: "Futura PT", "Futura", Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #fff;
  font-weight: 400;
}

/* 引用ボックス */
.story__quoteBox {
  position: relative;
  background: #f7f7f7;
  color: #111;
  border-radius: 8px;
  padding: 28px 34px 28px;
  margin: 0 auto 50px;
}

.story__quoteBox p {
  font-size: 26px;
  line-height: 1.95;
  font-weight: 700;
}

.story__quoteMark {
  position: absolute;
  right: 22px;
  top: -25px;
  font-family: serif;
  font-size: 140px;
  line-height: 1;
  color: #fe9e02;
  pointer-events: none;
  transform: scaleX(-1);
}

.story__accentOrange {
  color: #ff9800;
  font-size: 32px;
}

/* 白ボックス */
.story__pointBox {
  position: relative;
  max-width: 910px;
  margin: 0 auto 40px;
  background: #f7f7f7;
  color: #18156a;
  padding: 28px 20px;
  text-align: center;
}

.story__pointBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 61px;
  height: 61px;
  background: linear-gradient(90deg, #ffdd00 0%, #ff8c00 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.story__pointBox p {
  font-size: 26px;
  line-height: 1.8;
  font-weight: 700;
}

.story__pointBox strong {
  font-size: 38px;
  font-weight: 600;
}

/* 本文 */
.story__lead {
  margin: 0 auto 38px;
  text-align: center;
  font-size: 26px;
  line-height: 52px;
  font-weight: 700;
  max-width: 970px;
  color: #fff;
}

.story__lead span {
  color: #fff34b;
}

.story__text {
  margin: 0 auto 34px;
  text-align: center;
  font-size: 25px;
  line-height: 2;
  font-weight: 700;
  color: #fff;
}

/* マップ */
.story__mapWrap {
  max-width: 860px;
  margin: 0 auto 42px;
  background: #f5f5f5;
  border: 6px solid #d9d9d9;
  border-radius: 12px;
  padding: 34px 28px 26px;
}

.story__mapTitle {
  display: block;
  width: fit-content;
  margin: 0 auto 38px;
  padding: 10px 22px;
  background: #d7e6f4;
  color: #111;
  font-size: 20px;
  text-align: center;
  border: #acacac 1px solid;
}

.story__map {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

/* 下部テキスト */
.story__bottom {
  margin: 0 auto;
  text-align: center;
}

.story__bottom p {
  font-size: 25px;
  line-height: 2;
  color: #fff;
  margin-bottom: 10px;
}

.story__highlightText {
  color: #fff34b !important;
}

/* utility */
.story .sp {
  display: none;
}
@media (max-width: 767px) {
  .story__inner {
    padding-top: 25px;
    padding-bottom: 12px;
  }
  .story__headLabel {
    font-size: 16px;
  }
  .story__headBar {
    width: 4px;
    height: 16px;
  }
  .story__quoteMark {
    right: 2px;
    top: -24px;
    font-size: 91px;
  }
  .story__quoteBox {
    padding: 20px 10px 15px;
    margin: 0 auto 15px;
  }
  .story__quoteBox p {
    font-size: 16px;
    line-height: 24px;
  }
  .story__accentOrange,
  .story__pointBox strong {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
  }
  .story__pointBox p {
    font-size: 16px;
    line-height: 24px;
  }
  .story__pointBox::before {
    width: 23px;
    height: 23px;
  }
  .story__pointBox {
    padding: 12px 20px;
    margin: 0 auto 5px;
  }
  .story__lead {
    margin: 0 auto 12px;
    font-size: 15px;
    line-height: 25px;
  }
  .story__text {
    margin: 0 auto 13px;
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
    padding: 0 10px;
  }
  .story__bottom {
    padding: 0 10px;
  }
  .fact__mapTitle,
  .story__mapTitle {
    margin: 15px auto;
    padding: 10px 18px;
    font-size: 16px;
  }
  .story .sp {
    display: block;
  }
  .story__mapWrap {
    padding: 6px 28px 22px;
    margin: 0 auto 10px;
  }
  .story__bottom p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: justify;
  }
}
/* =========================
   戦略財務総研の特徴
========================= */
.feature {
  position: relative;
  background: #f4faff;
  overflow: hidden;
}

.feature__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#e6f3ff 2px, transparent 2px),
    linear-gradient(90deg, #e6f3ff 2px, transparent 2px);
  background-size: 21px 21px;
  pointer-events: none;
}

.feature__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding-top: 72px;
  padding-bottom: 84px;
}

/* 上部テキスト */
.feature__intro {
  margin: 0 auto 42px;
  text-align: center;
}

.feature__intro p {
  font-size: 26px;
  line-height: 52px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

/* 見出し */
.feature__title {
  display: inline-block;
  margin: 0 0 18px;
  padding: 15px 48px;
  background: #1d1878;
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
}

.feature__title--reason {
  margin-top: 10px;
}

/* リード */
.feature__lead {
  font-size: 26px;
  line-height: 1.9;
  font-weight: 700;
  color: #111;
  margin-bottom: 26px;
}

.feature__lead--reason {
  max-width: 980px;
  margin-bottom: 22px;
}

/* ソリューション枠 */
.feature__solutionWrap {
  background: white;
  border: 9px solid #f0f0f0;
  border-radius: 12px;
  padding: 28px 28px 22px;
  margin-bottom: 135px;
}

.feature__solutionCard {
  position: relative;
  background: #16126f;
  padding: 22px 34px 28px 140px;
  margin-bottom: 28px;
  overflow: hidden;
}

.feature__solutionCard:last-child {
  margin-bottom: 0;
}

.feature__solutionNo {
  position: absolute;
  left: -10px;
  top: -20px;
  font-family: "Futura PT", "Futura", Arial, sans-serif;
  font-size: 112px;
  line-height: 1;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.feature__solutionHead {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 30px;
}

.feature__tag {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  height: 52px;
  padding: 0 18px;
  background: linear-gradient(90deg, #ffb400 0%, #ff9b00 100%);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.feature__solutionTitle {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  padding-top: 4px;
}

.feature__pillList {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 720px;
}

.feature__pillBlock {
  max-width: 620px;
}

.feature__pill {
  display: inline-block;
  background: #fff;
  color: #1d1878;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  padding: 8px 16px;
  margin-bottom: 10px;
}

.feature__solutionText {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
}

.feature__icon {
  position: absolute;
  right: 24px;
  bottom: 16px;
  width: 195px;
  height: auto;
  object-fit: contain;
  opacity: 0.65;
}

/* 理由枠 */
.feature__reasonWrap {
  background: #fff;
  border: 9px solid #f0f0f0;
  border-radius: 12px;
  padding: 34px 70px;
}

.feature__reasonItem {
  padding: 24px 0 28px;
  border-bottom: 1px dotted #7b7b9e;
}

.feature__reasonItem:last-child {
  border-bottom: none;
}

.feature__reasonHead {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.feature__reasonNo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  background: #1d1878;
  color: #fff;
  font-family: "Futura PT", "Futura", Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
}

.feature__reasonTitle {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 900;
  color: #1d1878;
}

.feature__reasonText {
  font-size: 18px;
  line-height: 1.9;
  font-weight: 700;
  color: #111;
}

/* utility */
.feature .sp {
  display: none;
}
@media (max-width: 767px) {
  .feature__inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .feature__intro p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 8px;
    text-align: justify;
  }
  .feature__intro {
    margin: 0 auto 12px;
    padding: 0 10px;
  }
  .feature__title {
    display: block;
    margin: 0 auto 8px;
    padding: 15px 48px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  .feature__lead {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    padding: 0 10px;
  }
  .feature__solutionWrap {
    border: 4px solid #f0f0f0;
    border-radius: 5px;
    padding: 10px 8px 10px;
    margin-bottom: 10px;
  }
  .feature__solutionTitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding-top: 0px;
  }
  .feature__solutionWrap {
    border: 4px solid #f0f0f0;
    border-radius: 5px;
    padding: 10px 8px 10px;
    margin-bottom: 10px;
  }
  .feature__solutionCard {
    padding: 40px 9px 63px;
    margin-bottom: 12px;
  }
  .feature__solutionNo {
    left: -3px;
    top: -7px;
    font-size: 43px;
  }
  .feature__solutionHead {
    gap: 12px;
    margin-bottom: 10px;
  }
  .feature__tag {
    min-width: 103px;
    height: 40px;
    padding: 0 18px;
    font-size: 16px;
  }
  .feature__solutionTitle {
    font-size: 16px;
    line-height: 20px;
    padding-top: 0px;
  }
  .feature__pill {
    display: block;
    font-size: 15px;
    padding: 8px 16px;
    margin-bottom: 5px;
    text-align: center;
  }
  .feature__solutionText {
    font-size: 16px;
    line-height: 20px;
  }
  .feature__icon {
    right: -56px;
    bottom: 11px;
    height: 60px;
  }
  .feature__reasonWrap {
    border: 3px solid #f0f0f0;
    border-radius: 3px;
    padding: 0 16px;
  }
  .feature__reasonItem {
    padding: 11px 0;
  }
  .feature__reasonTitle {
    font-size: 16px;
    line-height: 18px;
  }
  .feature__reasonText {
    font-size: 16px;
    line-height: 24px;
  }
}
/* =========================
   closing
========================= */
.closing {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}

.closing__bg {
  position: absolute;
  inset: 0;
  background: url("../img/closing-bg.webp") center center / cover no-repeat;
  pointer-events: none;
}

.closing__inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  padding-top: 70px;
  padding-bottom: 80px;
}

/* 上部説明 */
.closing__lead {
  text-align: center;
  margin-bottom: 24px;
}

.closing__lead p {
  font-size: 28px;
  line-height: 1.9;
  font-weight: 700;
  color: #111;
}

.closing__leadTop span {
  color: #1c7ac8;
  font-size: 50px;
  font-weight: 900;
}

/* シート */
.closing__sheetHead {
  position: relative;
  max-width: 760px;
  margin: 0 auto 8px;
  min-height: 160px;
}

.closing__sheetBar {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  background: #19146f;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
}

.closing__sheetIcon {
  position: absolute;
  left: -50px;
  top: -14px;
  width: 82px;
  height: auto;
}

.closing__sheetTitle {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.closing__sheetImage {
  position: absolute;
  right: -150px;
  top: -40px;
  width: 250px;
  max-width: 36%;
  height: auto;
}

.closing__sheetNote {
  text-align: center;
  font-size: 28px;
  line-height: 1.8;
  font-weight: 700;
  color: #111;
  /* margin: -60px 0 34px; */
}

/* カード */
.closing__cardList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto 30px;
}

.closing__card {
  background: rgba(255, 255, 255, 0.82);
  border: 7px solid #ebebeb;
  border-radius: 10px;
  padding: 24px 14px 22px;
  min-height: 255px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.closing__cardIcon {
  width: auto;
  height: 82px;
  margin: 10px auto;
}

.closing__cardTitle {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  color: #191160;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px dotted #f0f0f0;
  text-align: center;
}

.closing__cardText {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

/* 青帯 */
.closing__question {
  max-width: 760px;
  margin: 0 auto 22px;
  background: linear-gradient(90deg, #157dc2 0%, #163c6b 100%);
  color: #fff;
  text-align: center;
  padding: 20px 24px 22px;
  border-radius: 0 28px 0px 28px;
  font-size: 25px;
}

.closing__questionMain {
  font-size: 50px;
  line-height: 1.45;
  font-weight: 900;
}

.closing__questionSub {
  font-size: 25px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 6px;
}

/* 限定枠 */
.closing__limitBox {
  max-width: 900px;
  margin: 0 auto 56px;
  background: rgba(255, 255, 255, 0.84);
  border: 7px solid #ebebeb;
  border-radius: 8px;
  text-align: center;
  padding: 30px 24px 26px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.closing__limitBox p {
  font-size: 28px;
  line-height: 1.9;
  font-weight: 500;
}

.closing__limitBox span {
  color: #fe9e02;
  font-size: 50px;
  font-weight: 900;
}
.closing__limitHighlight {
  border-bottom: 2px solid #000;
  display: inline-block;
}

/* フォーム */
.closing__formWrap {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 14px;
  padding: 54px 80px 64px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.closing__formTitle {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  color: #1d1878;
  margin-bottom: 42px;
}

.closing__form {
  max-width: 1200px;
  margin: 0 auto;
}

.closing__formRow {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  gap: 56px;
  margin-bottom: 18px;
}

.closing__formRow--short {
  grid-template-columns: 300px 300px;
}

.closing__label {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #111;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.closing__requiredTag {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 3px;
  background: #d80000;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  vertical-align: middle;
}

.closing__input,
.closing__select {
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  padding: 0 16px;
  font-size: 16px;
  color: #111;
}

.closing__input--short {
  max-width: 300px;
}

.closing__selectWrap {
  position: relative;
  width: 100%;
}

.closing__select {
  padding-right: 38px;
  cursor: pointer;
  width: 100%;
}

.closing__selectWrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

.closing__submitWrap {
  text-align: center;
  margin-top: 42px;
}

.closing__submit {
  min-width: 240px;
  height: 80px;
  background: #191160;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.closing__submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .closing__inner {
    padding: 12px 0;
  }
  .closing__lead p {
    font-size: 15px;
    line-height: 30px;
  }
  .closing__leadTop span {
    font-size: 24px;
  }
  .closing__sheetTitle {
    font-size: 24px;
    text-align: center;
  }
  .closing__sheetBar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 10px;
    min-height: 40px;
  }
  .closing__sheetIcon {
    position: static; /* ← absolute解除 */
    width: 40px;
    flex-shrink: 0;
  }
  .closing__sheetNote {
    margin: 8px 0 16px;
    font-size: 15px;
    line-height: 30px;
  }
  .closing__sheetImage {
    position: static; /* absolute解除 */
    width: 237px;
    max-width: 100%;
    margin: 12px auto 0;
    display: block;
  }
  .closing__sheetHead {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 8px;
  }
  .closing__cardList {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 360px;
  }
  .closing__lead {
    margin-bottom: 7px;
  }
  .closing__card {
    min-height: auto;
    padding: 18px 14px;
    border: 3px solid #ebebeb;
    border-radius: 3px;
  }

  .closing__cardTitle {
    font-size: 20px;
    font-weight: 900;
    padding: 0 0 5px 0;
    margin-bottom: 0;
  }

  .closing__cardText {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .closing__cardIcon {
    height: 80px;
  }
  .closing__question {
    max-width: 370px;
    margin: 8px auto;
    padding: 11px;
    border-radius: 0 18px 0px 18px;
    font-size: 16px;
  }
  .closing__questionMain {
    font-size: 24px;
  }
  .closing__questionSub {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
  }
  .closing__limitBox {
    max-width: 360px;
    margin: 0 auto 10px;
    border: 3px solid #ebebeb;
    border-radius: 4px;
    padding: 10px;
  }
  .closing__limitBox p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
  }
  .closing__limitBox span {
    font-size: 28px;
    display: block;
    border-bottom: 1px solid #000;
    line-height: 36px;
  }
  .closing__limitHighlight {
    border: none;
  }
  .closing__formWrap {
    max-width: 95%;
    border-radius: 6px;
    padding: 20px 10px;
  }

  .closing__formTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .closing__formRow {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 14px;
  }

  .closing__formRow--short {
    grid-template-columns: 1fr;
  }

  .closing__label {
    text-align: left;
    font-size: 13px;
    justify-content: flex-start;
  }

  .closing__requiredTag {
    margin-left: 8px;
    padding: 2px 6px;
    font-size: 10px;
  }

  .closing__input,
  .closing__select {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }

  .closing__input--short {
    max-width: 100%;
  }

  .closing__selectWrap {
    max-width: 100%;
  }

  .closing__select {
    width: 100%;
  }

  .closing__submit {
    width: 100%;
    height: 56px;
    font-size: 16px;
    width: 160px;
    margin: 0 auto;
    display: block;
  }

  .closing__submitWrap {
    margin-top: 20px;
  }
  .closing__form {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
}
/* =========================
   thanks
========================= */

.thanksCta {
  background: #f0f9fe;
  padding: 110px 20px 120px;
}

.thanksCta__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.thanksCta__title {
  margin: 0;
  color: #17126f;
  font-size: clamp(22px, 5.2vw, 58px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.thanksCta__lead,
.thanksCta__sublead {
  margin-top: 72px;
}

.thanksCta__lead p,
.thanksCta__sublead p {
  margin: 0;
  font-size: clamp(13px, 19px, 24px);
  font-weight: 500;
  line-height: 42px;
}

.thanksCta__btnWrap {
  margin-top: 34px;
}

.thanksCta__sublead {
  margin-top: 90px;
}

.thanksCta__btn {
  width: min(100%, 660px);
  min-height: 134px;
  margin: 0 auto;
  padding: 20px 34px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 10px 0 rgba(0, 0, 0, 0.12),
    0 14px 22px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}

.thanksCta__btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 0 rgba(0, 0, 0, 0.12),
    0 18px 26px rgba(0, 0, 0, 0.1);
}

.thanksCta__btn--reserve {
  background: linear-gradient(90deg, #ffa400 0%, #ff5a17 100%);
}

.thanksCta__btn--line {
  background: #00c300;
}

.thanksCta__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.thanksCta__icon svg {
  display: block;
  width: 64px;
  height: 64px;
}

.thanksCta__icon--line {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  color: #00c300;
}

.thanksCta__icon--line svg {
  width: 64px;
  height: 64px;
}

.thanksCta__icon--calendar {
  color: #fff;
}

.thanksCta__label {
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 500;
}

.thanksCta__arrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.thanksCta__arrow svg {
  width: 26px;
  height: 26px;
  display: block;
}
.thanks_icon {
  width: 60px;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
  .thanksCta {
    padding: 45px 17px;
  }

  .thanksCta__inner {
    max-width: 100%;
  }

  .thanksCta__title {
    text-align: center;
    font-size: 21px;
    line-height: 1.45;
    letter-spacing: 0;
  }

  .thanksCta__lead,
  .thanksCta__sublead {
    margin-top: 10px;
    text-align: justify;
  }

  .thanksCta__lead p,
  .thanksCta__sublead p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
  }

  .thanksCta__btnWrap {
    margin-top: 18px;
  }

  .thanksCta__sublead {
    margin-top: 34px;
  }

  .thanksCta__btn {
    width: 100%;
    min-height: 68px;
    padding: 14px 20px;
    border-radius: 18px;
    gap: 12px;
    justify-content: center;
    box-shadow:
      0 6px 0 rgba(0, 0, 0, 0.1),
      0 10px 16px rgba(0, 0, 0, 0.06);
  }

  .thanksCta__icon svg {
    width: 34px;
    height: 34px;
  }

  .thanksCta__icon--line {
    width: 34px;
    height: 34px;
  }

  .thanksCta__icon--line svg {
    width: 34px;
    height: 34px;
  }

  .thanksCta__label {
    font-size: 18px;
  }

  .thanksCta__arrow svg {
    width: 18px;
    height: 18px;
  }
  .thanks_icon {
    width: 45px;
  }
}
/* =========================
   footer
========================= */
.footer {
  background: #191160;
  color: #fff;
}

.footer__inner {
  max-width: 1200px;
  padding-top: 56px;
  padding-bottom: 70px;
}

.footer__title {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin-bottom: 34px;
}

.footer__info {
  max-width: 760px;
  margin: 0 auto 36px;
}

.footer__row {
  display: grid;
  grid-template-columns: 110px 1fr;
  column-gap: 18px;
  padding: 18px 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.footer__row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.footer__label {
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}

.footer__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 54px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
}

.footer__value {
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
  color: #fff;
}

.footer__copyArea {
  text-align: center;
  margin-bottom: 34px;
}

.footer__copy {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}

.footer__policyLabel {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 2px;
}

.footer__policy a {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-all;
}

.footer__notes {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer__notes p {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: #fff;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: 80px;
  }

  .footer__inner {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .footer__title {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .footer__info {
    margin-bottom: 18px;
  }

  .footer__row {
    grid-template-columns: 58px 1fr;
    column-gap: 8px;
    padding: 12px 0 10px;
  }

  .footer__label {
    font-size: 12px;
    line-height: 1.6;
  }

  .footer__label::after {
    bottom: -11px;
    width: 32px;
    height: 1px;
  }

  .footer__value {
    font-size: 12px;
    line-height: 1.7;
  }

  .footer__copyArea {
    margin-bottom: 18px;
  }

  .footer__copy {
    font-size: 11px;
    line-height: 1.8;
    margin-bottom: 10px;
  }

  .footer__policyLabel,
  .footer__policy a {
    font-size: 11px;
    line-height: 1.8;
  }

  .footer__notes {
    text-align: left;
  }

  .footer__notes p {
    font-size: 11px;
    line-height: 1.9;
  }
}

/* 個人情報保護方針: 枠内スクロール */
.closing__formRow--policy {
  align-items: start; /* ラベルを上揃え */
}

.closing__privacyText {
  width: 100%;
  max-height: 460px; /* 高さ固定（お好みで調整） */
  overflow-y: auto; /* 縦スクロール */
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #111;
  font-weight: normal;
}

.closing__privacyText .privacy-txt > *:first-child {
  margin-top: 0;
}
.closing__privacyText .privacy-txt > *:last-child {
  margin-bottom: 0;
}

.closing__privacyText p {
  margin: 0 0 16px;
}

.closing__privacyText ol {
  margin: 0 0 16px;
  padding-left: 1.4em;
}

.closing__privacyText li {
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .closing__formRow--policy {
    grid-template-columns: 1fr;
  }

  .closing__privacyText {
    width: 100%;
    max-height: 320px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.closing__submitNote {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  color: #111;
  margin-bottom: 20px;
}

.follow-banner {
  position: fixed;
  right: 0px;
  top: 50%;
  bottom: auto;
  z-index: 50;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(calc(-50% + 12px));
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease;
}

.follow-banner.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%);
}

.follow-banner__img {
  display: block;
}

.follow-banner__img--pc {
  width: 70px;
  height: auto;
}

.follow-banner__img--sp {
  display: none;
}

@media (max-width: 767px) {
  .follow-banner {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
  }

  .follow-banner.is-visible {
    transform: translateY(0);
  }

  .follow-banner__img--pc {
    display: none;
  }

  .follow-banner__img--sp {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
}
