body.loading::before {
  background: #fff;
}
html,
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 20px;
  width: 100%;
}
.page-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
header {
  padding-bottom: 260px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  background-color: #f4f3ee;

  /* 固定 */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
}
main {
  position: relative;
  z-index: 10;
  margin-top: -150px;
}
.maintitle {
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #484848;
}
.maintitle-highlight {
  font-weight: 700;
}
.first-section {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 10vw;
  background-color: #fff;
  border-left: #f4f3ee 1px solid;
  border-right: #f4f3ee 1px solid;
}
.mainsection-title {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
  color: #484848;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainsection-title h2 {
  letter-spacing: 0.05em;
}
.lineChat {
  width: 98%;
}

.line-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  color: #484848;
}
.line-textsection {
  background-color: #f4f3ee;
  width: 65%;
  border-radius: 0 25px 25px 0;
  /* アニメーション用 */
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1.5s ease-in-out;
}
.line-textsection.active {
  opacity: 1;
  transform: translateX(0);
}
.line-textsection h3 {
  color: #484848;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
}
.line-textsection span {
  background: linear-gradient(transparent 50%, #ffff00 30%);
}
.line-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  position: relative;
}
.line-freechat {
  display: flex;
  gap: 13px;
  margin-bottom: 10px;
}
.line-freechat p {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
}
.line-link {
  text-decoration: none;
  border: #54e654 solid 4px;
  border-radius: 70px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.line-link:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px #cacaca;
}
.line-link p {
  background-color: #fff;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  background: linear-gradient(270deg, #00b900 0%, #54e654 40%, #00b900 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.line-link span {
  font-size: 36x;
}
.line-freechat-flow p {
  font-family: "Noto Sans JP", sans-serif;
  color: #484848;
}
.flow-titleEn {
  font-size: 30px;
}
.flow-step {
  display: grid;
  grid-template-columns: 1fr 8fr;
  width: 90%;
  padding: 35px 50px;
  border-top: 0.5px dotted #484848;
  position: relative;
  left: 50%;
}
.flow-step p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.flow-step:nth-last-child {
  border-bottom: 0.5px dotted #484848;
}
.wave {
  width: 100%;
}
.smart-own-contents {
  width: 100%;
}
.smart-own-section-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.smart-own-section-title h2 {
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
.smart-own-section-title span {
  color: #ff2f67;
}
.TheSmartWaytoOwn {
  z-index: 10;
  position: relative;
}
.financeImage,
.financeImage-sp {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  z-index: 10;
}

.whyFrame,
.whatFrame {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.content {
  /* アニメーション用 */
  transform: translate(-50%, 10px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.common-title {
  text-align: center;
}
.common-title span {
  color: #ff2f67;
}

.text-content p {
  font-family: "Noto Sans JP", sans-serif;
  color: #484848;
}
.content-title {
  font-weight: normal;
  text-align: center;
}
.content-title span {
  font-weight: bolder;
}
.content-subtitle {
  margin: 50px 0 0 20px;
  line-height: 35px;
  letter-spacing: 0.03em;
}
.content-subtitle span {
  font-weight: bold;
}
.conclusion {
  position: relative;
  left: 50%;
  /* アニメーション用 */
  transform: translate(-50%, 10px);
  transition: all 1s ease-in-out;
}
.conclusion p {
  margin: 0;
  color: #484848;
  font-family: "Noto Sans JP", sans-serif;
}
.yellow-marker span {
  background: linear-gradient(transparent 50%, #ffff00 30%);
}
.highlight {
  font-weight: bold;
}
.whyContent {
  position: relative;
  left: 68%;
  top: -250px;
}
.content.active {
  opacity: 1;
  transform: translate(-50%, 0);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cospa-subtitle {
  margin-top: 90px;
}

.cospaContent {
  position: relative;
  left: 68%;
  top: -370px;
}
.networkContent {
  position: relative;
  left: 98px;
  top: 35px;
}
.jissekiContent {
  position: relative;
  left: 98px;
  top: 35px;
}
.smart-own-bkimg {
  position: absolute;
  z-index: 1;
}
.cta-section h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #484848;
  text-align: center;
  z-index: 10;
  margin: 0;
}
.cta-section h3 span {
  color: #00b900;
}
.simulation-text {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: 80px;
  gap: 20px;
}
.simulation-text p {
  color: #484848;
  margin: 0;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.simulation-marker {
  color: #484848;
  background: linear-gradient(transparent 50%, #ffff00 30%);
}
.note {
  font-weight: normal;
}
.targets-title h2 {
  color: #484848;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
}
.targets-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 15px 0;
}

.target {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.target-text {
  background-color: #f4f3ee;
  border-radius: 10px;
  color: #484848;
}
.target-text.active {
  opacity: 1;
  transform: translateX(0);
}
.target-text span {
  color: #ff2f67;
}
.second-section {
  background-color: #2a889c;
  margin: -300px 0 0 0;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 380px;
}
.secondsection-title {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondsection-title h2 {
  font-size: 30px;
  letter-spacing: 0.03em;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
}
.success-stories-title h3 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  color: #fff;
  font-weight: normal;
}
.success-story {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.story-info {
  display: grid;
  grid-auto-flow: column;
}
.story-mini-title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  margin: 0;
  color: #fff;
  letter-spacing: 0.03em;
}
.story-num {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  letter-spacing: 0.03em;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.customer-profile {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  margin: 0;
}
.story-textbox {
  position: relative;
  height: 300px;
  left: 20px;
}
.customer-details {
  position: absolute;
  transform: translateY(-50px);
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}
.closingBracket {
  position: absolute;
}
.outcome {
  color: #fff41e;
  background: linear-gradient(transparent 50%, #6a6a6a81 30%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-align: center;
}
.outcome span {
  font-weight: bold;
}
.outcome-grid {
  display: grid;
}
.outcome-grid p {
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  margin: 0;
}
.success-stories-cta h3 {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
  color: #fff;
  position: relative;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
}
.third-section {
  border-radius: 10vw;
  background-color: #fff;
  margin-top: -200px;
  min-height: 100vh;
  height: auto;
  position: relative;
  z-index: 10;
  padding-bottom: 150px;
}
.third-section-title {
  padding-top: 80px;
}
.third-section-title p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  text-align: center;
  color: #484848;
}
.faq {
  font-weight: bold;
  margin: 0;
}
.faq-contents {
  margin: 0 auto;
}
.question {
  background-color: #f4f3ee;
  border-radius: 20px;
  position: relative;
  z-index: 10;
  margin-top: 80px;
}

.question-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #484848;
}
.q {
  font-weight: bold;
  color: #4ab8d0;
  margin: 0 0 5px 0;
}
.answer {
  background-color: #d9d9d9;
  border-radius: 20px;
  padding: 0 40px;
  margin-top: -50px;
  /* アコーディオン */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.answer-text {
  margin: 0 0 0 50px;
  font-family: "Noto Sans JP", sans-serif;
  color: #484848;
}
.answer-text span {
  font-weight: bold;
}
.a {
  font-weight: bold;
  font-size: 26px;
  color: #ff2f67;
}
.question::before {
  position: absolute;
  content: "";
  top: 80%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color: #484848;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.question::after {
  position: absolute;
  content: "";
  top: 80%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color: #484848;
  transition: all 0.3s ease-in-out;
}
.question.open::before {
  opacity: 0;
}
.question.open::after {
  transform: rotate(180deg);
}
.accodion {
  width: 100%;
}
footer {
  background-color: #f4f3ee;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 250px 0 0 0;
  gap: 100px;
  margin-top: -150px;
}
.footer-text {
  color: #484848;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-text span {
  background: linear-gradient(transparent 50%, #ffff00 30%);
  letter-spacing: 0.05em;
}
.company {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #484848;
  border-top: #484848 solid 0.8px;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.backImage {
  background-image: url(../image/backImage.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.decoration-sp {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .whyFrame-sp,
  .whatFrame-sp,
  .content-sp,
  .whyContent-sp,
  .whatContent-sp,
  .cospaContent-sp,
  .networkContent-sp,
  .jissekiContent-sp,
  .kaigyo,
  .decoration-sp,
  hr,
  .financeImage-sp {
    display: none;
  }
  .subtitle {
    margin-top: 100px;
  }
  .subtitle-sp {
    display: none;
  }
  .maintitle-highlight {
    font-size: 60px;
    padding-left: 1.5em;
    line-height: 100px;
  }
  .maintitle {
    margin-top: 70px;
  }
  .maintitle-section {
    width: 65%;
  }
  .flow-titleJa {
    font-size: 47px;
    margin: 0 0 60px 80px;
  }
  .flow-step p {
    font-size: 29px;
  }
  .flow-titleEn {
    margin: 120px 0 0 80px;
    font-size: 25px;
  }
  .line-textsection {
    padding: 20px 0 20px 80px;
  }
  .line-textsection h3 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.05em;
  }
  .CostPlanningSupport {
    margin-left: 70px;
  }
  .line-subtitle {
    margin: 20px 0 130px 70px;
  }
  .mainsection-title h2 {
    font-size: 25px;
    margin-top: 40px;
  }
  .mainsection-title span {
    font-size: 33px;
  }
  .line-intro {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 2.5fr 2fr;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
  }
  .line-button {
    margin-top: 90px;
  }
  .line-freechat img {
    width: 30px;
  }
  .line-link {
    padding: 12px 45px;
  }
  .wave {
    margin: 180px 0 100px 0;
  }
  .smart-own-section-title h2 {
    font-size: 30px;
  }
  .smart-own-intro {
    margin: 200px 70px 100px 70px;
  }
  .TheSmartWaytoOwn {
    width: 60%;
  }
  .financeImage {
    top: 50px;
  }
  /* コンテンツタイトル */

  .text-content {
    left: 25%;
    width: 33%;
    position: relative;
    /* アニメーション用 */
    transform: translate(-50%, 10px);
    transition: all 1s ease-in-out;
  }
  .ww-textContent {
    top: 150px;
  }
  .common-title {
    font-size: 18px;
  }
  .content-title {
    font-size: 30px;
  }
  .content-title span {
    font-size: 42px;
  }
  .why-conclusion {
    top: -200px;
  }
  .smart-own-content {
    height: 870px;
    position: relative;
  }
  .conclusion {
    width: 80%;
  }
  .conclusion p {
    font-size: 22px;
  }
  .highlight {
    font-size: 27px;
  }
  .whatContent {
    position: relative;
    left: 68%;
    top: -210px;
  }
  .what-conclusion {
    top: -180px;
  }
  .cta-section h3 {
    font-size: 48px;
  }
  .cta-section {
    margin: 10px 80px 100px 80px;
  }
  .simulation-text {
    font-size: 25px;
  }
  .simulation-marker {
    font-size: 30px;
  }
  .cospa-textContent {
    top: 200px;
  }
  .targets-title {
    font-size: 42px;
  }
  .target-text {
    font-size: 28px;
    margin: 10px 0;
    padding: 15px 30px;
  }
  .target {
    margin: 0 80px;
    align-items: start;
  }
  .houseImage {
    margin-bottom: 100px;
    position: relative;
    top: -70px;
    left: 30%;
  }
  .targets-section {
    margin: 80px 0;
  }
  .dottedLine {
    margin-bottom: 60px;
  }
  .secondsection-title {
    padding-top: 350px;
  }
  .secondsection-title span {
    font-size: 35px;
  }
  .secondsection-title h2 {
    font-size: 30px;
    letter-spacing: 0.03em;
  }
  .success-stories-title {
    margin: 100px 70px 70px 70px;
  }
  .success-stories-title h3 {
    font-size: 27px;
  }
  .outcome {
    width: 80%;
  }
  .story-info {
    gap: 30px;
    width: 60%;
    grid-template-columns: 1fr 4fr;
    margin: 30px 0 100px 0;
  }
  .closingBracket {
    left: 480px;
  }
  .customer-profile {
    font-size: 27px;
    top: 0;
    left: 30px;
  }
  .customer-details {
    font-size: 24px;
    margin-top: 20px;
    left: 30px;
  }
  .story-num {
    font-size: 58px;
  }
  .story-mini-title {
    font-size: 19px;
    line-height: 22px;
  }
  .outcome {
    font-size: 35px;
  }
  .outcome span {
    font-size: 45px;
  }
  .outcome-grid {
    grid-template-columns: 2fr 3fr;
  }
  .outcome-grid p {
    font-size: 23px;
  }
  .success-stories-cta h3 {
    font-size: 33px;
    margin: 70px 0 0 0;
  }
  .question-text {
    font-size: 25px;
    margin: 0 0 0 50px;
  }
  .question {
    padding: 15px 40px 50px 40px;
    height: 120px;
  }
  .q {
    font-size: 26px;
    margin: 0 0 5px 0;
  }
  .answer-text {
    font-size: 24px;
  }
  .answer {
    height: 250px;
  }
  .accodion.open .answer {
    max-height: 350px;
    padding: 40px 40px 50px 40px;
  }
  .faq {
    font-size: 37px;
  }
  .faq-title {
    font-size: 37px;
    margin-top: 20px;
  }
  .faq-contents {
    width: 80%;
  }
  .footer-text {
    font-size: 33px;
  }
  .footer-text span {
    font-size: 40px;
  }
  .company {
    font-size: 21px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .whyFrame,
  .whatFrame,
  .whyContent,
  .whatContent,
  .cospaContent,
  .networkContent,
  .jissekiContent,
  .subtitle,
  .kaigyo,
  .financeImage-sp {
    display: none;
  }
  .subtitle-sp,
  .whatFrame-sp {
    display: block;
  }
  .subtitle-sp {
    width: 70%;
    margin-top: 90px;
  }
  .maintitle {
    font-size: clamp(25px, 4vw, 35px);
    text-wrap: nowrap;
    display: inline;
    margin: 70px auto 10px auto;
  }
  .maintitle-highlight {
    font-size: clamp(38px, 8vw, 55px);
    line-height: 130px;
    padding-left: 0.8em;
  }
  .maintitle-section {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flow-titleJa {
    font-size: 40px;
    margin: 0 0 60px 60px;
  }
  .flow-step p {
    font-size: 25px;
  }
  .flow-step {
    gap: 20px;
  }
  .flow-titleEn {
    margin: 120px 0 0 60px;
    font-size: 20px;
  }
  .line-textsection {
    padding: 20px 0 20px 60px;
    width: 40%;
  }
  .line-textsection h3 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.05em;
  }
  .CostPlanningSupport {
    margin-left: 50px;
    width: 35%;
  }
  .line-subtitle {
    margin: 20px 0 120px 50px;
  }
  .mainsection-title h2 {
    font-size: clamp(17px, 3vw, 25px);
    margin-top: 40px;
  }
  .mainsection-title span {
    font-size: clamp(20px, 3.5vw, 33px);
  }
  .line-intro {
    margin-top: 80px;
    margin-bottom: -180px;
  }
  .lineChat {
    width: 45%;
    position: relative;
    top: -400px;
    left: 50%;
  }
  .line-freechat p {
    font-size: 20px;
  }
  .line-freechat img {
    width: 25px;
  }
  .line-link {
    padding: 12px 45px;
  }
  .wave {
    margin: 100px 0 90px 0;
  }
  .smart-own-section-title h2 {
    font-size: 28px;
  }
  .smart-own-intro {
    margin: 160px 20px 100px 20px;
  }
  .TheSmartWaytoOwn {
    width: 60%;
  }
  .financeImage {
    top: 30px;
    width: 60%;
  }

  .smart-own-content {
    background-color: #f4f3ee;
    border-radius: 6vw;
    width: 85%;
    margin: 0 auto 30px auto;
    padding: 20px;
  }
  .box-line {
    border: #484848 2px dotted;
    border-radius: 4vw;
    padding: 10px 0;
  }
  .text-content,
  .cospa-textContent {
    left: 50%;
    width: 80%;
    position: relative;
    height: auto;
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 15px;
    /* アニメーション用 */
    transform: translate(-50%, 10);
    transition: all 1s ease-in-out;
  }
  .decoration-sp {
    width: 95%;
    margin: 10px auto;
    font-size: 20px;
  }
  .content-subtitle {
    margin: 40px 0;
    font-size: clamp(20px, 3.5vw, 35px);
    line-height: 45px;
    text-align: center;
  }
  .content-title span {
    font-size: clamp(35px, 7.5vw, 68px);
  }
  .common-title {
    font-size: clamp(17px, 3vw, 28px);
  }
  .content-title {
    font-size: clamp(25px, 6vw, 50px);
    margin: 0;
  }
  .kugiri-sp {
    border: #484848 1px dotted;
    margin: 70px 0 20px 0;
  }
  .whyContent-sp,
  .whatContent-sp {
    left: 50%;
    width: 80%;
    height: auto;
    position: relative;
    transform: translate(-50%, 0);
    transition: all 1s ease-in-out;
    margin-top: 60px;
  }
  .conclusion {
    width: 95%;
    padding: 20px 0;
  }
  .conclusion p {
    font-size: clamp(20px, 3vw, 30px);
    line-height: 50px;
    letter-spacing: 0.01em;
  }
  .highlight {
    font-size: clamp(30px, 4vw, 40px);
    line-height: 43px;
  }
  .nowrap-text {
    white-space: nowrap;
  }
  .cta-section {
    margin: 100px 30px;
  }
  .cta-section h3 {
    font-size: clamp(30px, 5vw, 50px);
  }
  .smart-own-bkimg {
    width: 80%;
  }
  .line-button:nth-child(3) {
    margin-top: 150px;
  }
  .simulation-text {
    font-size: clamp(20px, 3vw, 26px);
  }
  .simulation-marker {
    font-size: clamp(20px, 4vw, 30px);
  }
  .note {
    line-height: 80px;
  }
  .cospa-spLayout {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    flex-direction: column;
  }
  .cospaContent-sp,
  .networkContent-sp,
  .jissekiContent-sp {
    left: 50%;
    width: 85%;
    height: auto;
    position: relative;
    transform: translate(-50%, 0);
    transition: all 1s ease-in-out;
  }
  .targets-title {
    font-size: clamp(28px, 4vw, 38px);
  }
  .dottedLine {
    width: 75%;
  }
  .target-text {
    font-size: clamp(22px, 3.5vw, 34px);
    width: 85%;
    margin: 8px 0;
    padding: 20px 30px;
  }
  .target {
    align-items: center;
  }
  .houseImage {
    display: block;
    margin: 60px auto 0 auto;
    width: 75%;
  }
  .targets-section {
    padding-bottom: 100px;
  }
  .targets-section {
    margin: 180px 0;
  }
  .dottedLine {
    margin-bottom: 60px;
  }
  .secondsection-title {
    padding-top: 230px;
  }
  .secondsection-title span {
    font-size: clamp(30px, 4vw, 40px);
  }
  .secondsection-title h2 {
    font-size: clamp(25px, 3vw, 30px);
    letter-spacing: 0.03em;
  }
  .successStories {
    width: 55%;
  }
  .success-stories-title {
    margin: 100px 20px 70px 20px;
  }
  .success-stories-title h3 {
    font-size: clamp(18px, 2vw, 25px);
  }
  .jisseki-img {
    width: 75%;
  }
  .story-info {
    gap: 20px;
    width: 70%;
    grid-template-columns: 1fr 4fr;
    margin: 30px 0 100px 0;
  }
  .closingBracket {
    left: 95%;
  }
  .customer-profile {
    font-size: clamp(22px, 3vw, 25px);
    top: 0;
    left: 30px;
  }
  .customer-details {
    font-size: clamp(20px, 2vw, 25px);
    margin-top: 10px;
    left: 30px;
  }
  .story-num {
    font-size: clamp(50px, 4vw, 70px);
  }
  .story-mini-title {
    font-size: 17px;
    line-height: 22px;
  }
  .outcome {
    font-size: clamp(23px, 3vw, 30px);
    margin: 0 0 20px 0;
    width: 75%;
  }
  .outcome span {
    font-size: clamp(35px, 4vw, 40px);
  }
  .outcome-grid p {
    font-size: clamp(17px, 2vw, 22px);
  }
  .outcome-grid {
    grid-template-columns: 1.5fr 2fr;
  }
  .success-stories-cta h3 {
    font-size: clamp(20px, 3vw, 30px);
    margin: 0 0 60px 0;
  }
  .q,
  .a {
    font-size: clamp(25px, 3vw, 30px);
  }
  .a {
    margin: 25px 0 5px 0;
  }
  .question-text,
  .answer-text {
    font-size: clamp(20px, 2vw, 25px);
    margin: 0 0 0 50px;
  }

  .question {
    padding: 15px 25px 35px 25px;
    height: 110px;
  }
  .answer {
    height: 270px;
  }
  .accodion.open .answer {
    max-height: 350px;
    padding: 40px 40px 50px 40px;
  }
  .faq {
    font-size: clamp(30px, 3vw, 35px);
  }
  .faq-title {
    font-size: clamp(30px, 3.5vw, 38px);
    margin-top: 15px;
  }
  .faq-contents {
    width: 80%;
  }
  .footer-text {
    font-size: clamp(35px, 4vw, 40px);
    margin-bottom: 40px;
  }
  .footer-text span {
    font-size: 40px;
  }
  .company {
    font-size: clamp(20px, 2vw, 28px);
  }
  .content.active {
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 599px) {
  .whyFrame,
  .whatFrame,
  .whyContent,
  .whatContent,
  .cospaContent,
  .networkContent,
  .jissekiContent,
  .subtitle,
  .kaigyo-sp,
  .financeImage {
    display: none;
  }
  .subtitle-sp,
  .whyFrame-sp,
  .whatFrame-sp {
    display: block;
  }
  .subtitle-sp {
    width: 85%;
    margin-top: 80px;
  }
  .maintitle {
    font-size: clamp(20px, 4vw, 28px);
    display: inline;
    margin: 50px auto 0 auto;
  }
  .maintitle-highlight {
    font-size: clamp(32px, 7vw, 50px);
    line-height: 80px;
    text-wrap: nowrap;
  }
  .maintitle-section {
    width: 92%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .headerImage {
    width: 50%;
  }

  .flow-titleJa {
    font-size: 30px;
    margin: 0 0 60px 20px;
  }
  .flow-step p {
    font-size: 21px;
  }
  .flow-step {
    gap: 20px;
    padding: 20px 0;
  }
  .flow-titleEn {
    margin: 90px 0 0 20px;
    font-size: 20px;
  }
  .flow-step img {
    width: 95%;
  }
  .line-textsection {
    padding: 20px 0 20px 20px;
    width: 45%;
  }
  .line-textsection h3 {
    margin: 0;
    font-size: clamp(10px, 3vw, 20px);
    letter-spacing: 0.03em;
  }
  .CostPlanningSupport {
    margin-left: 20px;
    width: 50%;
  }
  .line-subtitle {
    margin: 10px 0 110px 20px;
    font-size: clamp(15px, 4vw, 17px);
  }
  .mainsection-title h2 {
    font-size: 16px;
    margin-top: 60px;
  }
  .mainsection-title span {
    font-size: 19px;
  }
  .lineChat {
    width: 55%;
    position: relative;
    left: 45%;
    transform: translateY(-200px);
  }
  .line-intro {
    margin-top: 60px;
    margin-bottom: -100px;
  }
  .line-freechat p {
    font-size: 16px;
  }
  .line-freechat img {
    width: 20px;
  }
  .line-link p {
    font-size: 25px;
    padding: 10px 35px;
  }
  .wave {
    margin: 100px 0 90px 0;
  }
  .smart-own-section-title h2 {
    font-size: 20px;
    width: 95%;
  }
  .smart-own-intro {
    margin: 80px 20px 50px 20px;
  }
  .TheSmartWaytoOwn {
    width: 75%;
  }
  .financeImage-sp {
    width: 70%;
    top: 10px;
  }
  .smart-own-content {
    background-color: #f4f3ee;
    border-radius: 6vw;
    width: 85%;
    margin: 0 auto 20px auto;
    padding: 20px;
  }
  .box-line {
    border: #484848 2px dotted;
    border-radius: 6vw;
    line-height: 1.3;
  }
  .text-content {
    left: 50%;
    width: 95%;
    position: relative;
    height: auto;
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 15px;
    /* アニメーション用 */
    transform: translate(-50%, 10);
    transition: all 1s ease-in-out;
  }
  .decoration-sp {
    width: 95%;
    margin: 10px auto;
    font-size: 15px;
  }
  .content-subtitle {
    margin: 40px 0;
    font-size: clamp(20px, 5vw, 33px);
    text-align: center;
  }

  .kugiri-sp {
    border: #484848 1px dotted;
    margin-top: 50px;
  }
  .content-title span {
    font-size: clamp(35px, 7.5vw, 68px);
  }
  .common-title {
    font-size: clamp(17px, 3vw, 24px);
  }
  .content-title {
    font-size: clamp(25px, 6vw, 50px);
    margin: 0;
  }
  .whyContent-sp,
  .whatContent-sp {
    left: 50%;
    width: 85%;
    height: auto;
    position: relative;
    transform: translate(-50%, 0);
    transition: all 1s ease-in-out;
    margin-top: 40px;
  }
  .conclusion {
    width: 90%;
    padding: 40px 0;
  }
  .conclusion p {
    font-size: clamp(20px, 2.5vw, 28px);
    line-height: 40px;
  }
  .conclusion span {
    font-size: clamp(22px, 3.5vw, 35px);
  }
  .cta-section {
    margin: 100px 20px;
  }
  .cta-section h3 {
    font-size: clamp(28px, 5vw, 40px);
  }
  .smart-own-bkimg {
    width: 80%;
  }
  .line-button:nth-child(3) {
    margin-top: 100px;
  }
  .simulation-text {
    font-size: clamp(15px, 3vw, 23px);
  }
  .simulation-marker {
    font-size: clamp(17px, 4vw, 25px);
  }
  .note {
    font-size: clamp(14px, 2.5vw, 20px);
    line-height: 50px;
    white-space: nowrap;
  }
  .simulation-text img {
    width: 15%;
  }
  .cospa-spLayout {
    display: flex;
    gap: 10px;
    margin: 30px 0;
    flex-direction: column;
  }
  .cospaContent-sp,
  .networkContent-sp,
  .jissekiContent-sp {
    left: 50%;
    width: 85%;
    height: auto;
    position: relative;
    transform: translate(-50%, 0);
    transition: all 1s ease-in-out;
  }
  .targets-title {
    font-size: clamp(18px, 4vw, 28px);
  }
  .dottedLine {
    width: 85%;
  }
  .target-text {
    font-size: clamp(20px, 3vw, 25px);
    width: 90%;
    margin: 8px 0;
    padding: 20px 10px;
  }
  .target {
    align-items: center;
  }
  .houseImage {
    display: block;
    margin: 45px auto 0 auto;
    width: 80%;
  }
  .targets-section {
    padding-bottom: 80px;
    margin: 120px 0;
  }
  .dottedLine {
    margin-bottom: 27px;
  }
  .secondsection-title {
    padding-top: 230px;
  }
  .secondsection-title span {
    font-size: clamp(20px, 4vw, 35px);
  }
  .secondsection-title h2 {
    font-size: clamp(16px, 3.5vw, 32px);
    letter-spacing: 0.03em;
  }
  .successStories {
    width: 65%;
  }
  .success-stories-title {
    margin: 60px 10px 70px 10px;
  }
  .success-stories-title h3 {
    font-size: clamp(15px, 3vw, 25px);
    margin-top: 10px;
  }
  .jisseki-img {
    width: 80%;
  }
  .story-info {
    gap: 0px;
    width: 80%;
    grid-template-columns: 1fr 5fr;
    margin: 30px 0 60px 0;
  }
  .closingBracket {
    left: 95%;
  }
  .customer-profile {
    font-size: clamp(17px, 3.5vw, 25px);
    top: 10px;
    left: 15px;
  }
  .customer-details {
    font-size: clamp(15px, 3vw, 22px);
    margin: 0;
    left: 10px;
  }
  .story-num {
    font-size: clamp(25px, 7vw, 40px);
  }
  .story-mini-title {
    font-size: clamp(12px, 1.5vw, 20px);
    line-height: 15px;
  }
  .outcome {
    font-size: clamp(20px, 3vw, 28px);
    margin: 0 0 10px 0;
    width: 95%;
  }
  .outcome span {
    font-size: clamp(25px, 5vw, 35px);
  }
  .outcome-grid p {
    font-size: clamp(14px, 4vw, 20px);
    white-space: nowrap;
  }
  .outcome-grid {
    grid-template-columns: 3fr 3fr;
  }
  .success-stories-cta h3 {
    font-size: clamp(17px, 3vw, 31px);
    margin: 0 0 60px 0;
  }
  .q,
  .a {
    font-size: clamp(20px, 3vw, 24px);
  }
  .q {
    margin-bottom: 0;
  }
  .a {
    margin: 25px 0 0 0;
  }
  .question-text,
  .answer-text {
    font-size: clamp(15px, 3vw, 25px);
    margin: 0 0 0 30px;
    line-height: 28px;
  }

  .question {
    padding: 15px 25px 35px 25px;
    height: 100px;
  }
  .answer {
    height: 320px;
  }
  .accodion.open .answer {
    max-height: 350px;
    padding: 35px 30px 0 30px;
  }
  .faq {
    font-size: clamp(22px, 3vw, 30px);
  }
  .faq-title {
    font-size: clamp(25px, 4vw, 30px);
    margin-top: 5px;
  }
  .faq-contents {
    width: 95%;
  }
  .footer-text {
    font-size: clamp(23px, 3.5vw, 40px);
    margin-bottom: 50px;
  }
  .footer-text span {
    font-size: clamp(25px, 5.5vw, 58px);
  }
  .company {
    font-size: clamp(15px, 2vw, 24px);
  }
  .content.active {
    transform: translate(-50%, 0);
  }
  .highlight {
    font-size: 15px;
  }
}
