/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    letter-spacing: 0.02em;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3;
    color: #361605;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }

  ol, ul {
    list-style: none;
  }
  
  .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 20px 100px;
    box-sizing: content-box;
  }

  .ttl {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    color: #875202;
    position: relative;
  }

  .ttl span {
    font-size: 48px;
  }

  .ttl::before {
    content: '';
    position: absolute;
    width: 100%;
  }

  .sp {
    display: none;
  }
  
  .header-inner {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-left {
    width: 115px;
  }

  .header-right {
    width: 318px;
  }

  .header-gold{
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
  }

  .fv {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 43vw;
    position: relative;
  }

  .fv.proprietors {
    background-image: url('../img/landing-pages/PC/fv-proprietors.png');
  }

  .fv.nightworker {
    background-image: url('../img/landing-pages/PC/fv-nightworker.png');
  }

  .fv-btn {
    width: 34.7vw;
    position: absolute;
    bottom: 3.1vw;
  }

  .fv-btn.proprietors {
    bottom: 3.7vw;
    left: 22.1vw;
  }

  .fv-btn.nightworker {
    bottom: 3.95vw;
    left: 19.3vw;
  }

  .worries {
    background-image: url('../img/landing-pages/PC/worries-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .worries-ttl {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 32px;
  }

  .worries-ttl span {
    font-size: 40px;
  }

  .worries-ttl span span {
    background: linear-gradient(transparent 70%, #E5D3B2 0%);
  }
  
  .worries-txt {
    font-weight: 700;
    font-size: 18px;
    margin-top: 35px;
  }

  .worries-list {
    max-width: 560px;
  }

  .worries-item {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 20px 10px 52px;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 10px;
    position: relative;
  }

  .worries-item::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url('../img/landing-pages/PC/check.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    left: 20px;
  }

  .worries-item span {
    color: #C0831E;
  }

  .simulation_gold  {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 24px;
  }

   .simulation_gold_sp{
    margin-top: 15.39vw;
}

  .comparison {
    background-image: url('../img/landing-pages/PC/comparison-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .comparison-ttl::before {
    height: 1px;
    background: linear-gradient(to right,
      rgba(156, 98, 10, 0),
      rgba(156, 98, 10, 1),
      rgba(156, 98, 10, 0)
    );
    left: 0;
    bottom: -8px;
  }

  .comparison-content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }

  .comparison-container.left {
    width: 42%;
  }

  .comparison-container.right {
    width: 55%;
  }

  .comparison-header {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 34px;
    text-align: center;
  }

  .comparison-header.left {
    color: #4D473F;
  }

  .comparison-header.right {
    color: #AE2603;
    position: relative;
  }

  .comparison-header.right::before, .comparison-header.right::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 26px;
    background-image: url('../img/landing-pages/PC/line.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(50% + 4px);
  }

  .comparison-header.right::before {
    left: calc(50% - 60px);
    transform: translate(-50%, -50%);
  }

  .comparison-header.right::after {
    transform: translate(-50%, -50%) scale(-1, 1);
    right: calc(50% - 72px);
  }

  .comparison-subttl {
    margin-top: 10px;
    text-align: center;
    position: relative;
  }

  .comparison-subttl::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .comparison-subttl.left {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    padding: 13px 0 8px;
    background-color: #4D473F;
  }

  .comparison-subttl.left::before {
    border-right: 207px solid transparent;
    border-left: 207px solid transparent;
    border-top: 17px solid #4d473f;
    bottom: -16px;
  }

  .comparison-subttl.right {
    padding: 10px 0 2px;
    background-color: #342104;
  }

  .comparison-subttl.right::before {
    border-right: 274px solid transparent;
    border-left: 274px solid transparent;
    border-top: 22px solid #342104;
    bottom: -21px;
  }

  .comparison-img {
    width: 295px;
    margin: 0 auto;
  }

  .comparison-wrap.left {
    padding: 25px 26px 26px;
    background-color: #E4E0DA;
  }

  .comparison-wrap.right {
    padding: 35px 34px 34px;
    background-color: #fff;
  }

  .comparison-list li {
    position: relative;
  }

  .comparison-list li::before {
    content: '';
    position: absolute;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 10px;
  }

  .comparison-list.left li {
    padding-top: 10px;
    padding-left: 22px;
    color: #180A02;
  }

  .comparison-list.left li::before {
    width: 17px;
    height: 21px;
    background-image: url('../img/landing-pages/PC/cross.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .comparison-list.right li {
    font-weight: 700;
    font-size: 18px;
    padding-top: 13px;
    padding-left: 28px;
  }

  .comparison-list.right li span {
    color: #AE2603;
  }

  .comparison-list.right li::before {
    width: 22px;
    height: 27px;
    background-image: url('../img/landing-pages/PC/circle.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .comparison-price-box.left {
    margin-top: 22px;
    padding: 25px 0;
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
  }

  .comparison-txt.left {
    font-size: 14px;
  }

  .comparison-txt.left span {
    font-weight: 700;
    font-size: 18px;
  }

  .comparison-price-box.right {
    margin-top: 45px;
    padding: 17px 0;
    border-radius: 3px;
    text-align: center;
    border: solid  1px#C0831E;
  }

  .comparison-txt.right:first-of-type {
    font-weight: 700;
    font-size: 22px;
    color: #333;
    position: relative;
  }

  .comparison-txt.right:first-of-type span {
    font-weight: 700;
    font-size: 44px;
    color: #C0831E;
  }

  .comparison-txt.right:first-of-type::before {
    content: '+';
    position: absolute;
    font-weight: 300;
    color: #C0831E;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }

  .comparison-txt.right:nth-of-type(2) {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin-top: 33px;
  }

  .comparison-txt.right:nth-of-type(2) span {
    font-weight: 700;
    font-size: 27px;
    color: #C0831E;
  }

  .partner {
    border-top: 2px solid #C9A74B;
    border-bottom: 2px solid #C9A74B;
    background-image: url('../img/landing-pages/PC/partner-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .partner-inner {
    padding: 0;
  }

  .partner-wrapper {
    width: 77%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    left: 33%;
  }

  .partner-subttl {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    position: relative;
  }

  .partner-subttl::before, .partner-subttl::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 18px;
    background-image: url('../img/landing-pages/PC/line.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(50% + 2px);
  }

  .partner-subttl::before {
    left: calc(50% - 130px);
    transform: translate(-50%, -50%);
  }

  .partner-subttl::after {
    transform: translate(-50%, -50%) scale(-1, 1);
    right: calc(50% - 137px);
  }

  .partner-ttl {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-top: 13px;
  }

  .partner-highlight {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 40px;
    color: #C0831E;
    text-align: center;
    margin-top: 8px;
    position: relative;
  }

  .partner-highlight::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #361605;
    top: 55%;
    transform: translateY(-50%);
    left: 25px;
  }

  .partner-img {
    width: 202px;
    margin-bottom: -4px;
  }

  .service {
    background-image: url('../img/landing-pages/PC/service-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .service-ttl::before {
    background-image: url('../img/landing-pages/PC/service-line.png');
    background-position: center;
    background-size: contain;
    height: .75vw;
    max-height: 10px;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
  }

  .service-subttl {
    margin-top: 30px;
    text-align: center;
  }

  .service-list {
    width: 692px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 56px auto 0;
  }

  .service-item {
    width: 46.24277457%;
    text-align: center;
  }

  .service-item:nth-of-type(n + 3) {
    margin-top: 52px;
  }

  .service-icon {
    width: 200px;
    margin: 0 auto;
  }

  .service-item-ttl {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 24px;
    margin-top: 15px;
  }

  .service-txt {
    margin-top: 7px;
  }

  .simulation {
    background-image: url('../img/landing-pages/PC/simulation-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .simulation-inner {
    max-width: 1060px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .simulation-head {
    width: 489px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 auto;
  }

  .simulation-icon {
    width: 100px;
  }

  .simulation-ttl {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
  }

  .simulation-ttl span {
    background: linear-gradient(transparent 70%, #E5D3B2 0%);
  }

  .simulation-subttl {
    text-align: center;
  }

  .simulation-subttl p {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: solid 1px #C9A74B;
    display: inline-block;
    margin-top: 30px;
  }

  .simulation-chart {
    width: calc(75vw - 40px);
    max-width: 974px;
    margin: 60px auto 0;
    position: relative;
  }

  .simulation-chart::before {
    max-width: 212px;
    max-height: 185.5px;
    width: 22%;
    height: 32%;
    content: '';
    position: absolute;
    background-image: url('../img/landing-pages/PC/simulation-people.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 1.25%;
    right: -16.7%;
  }

  .simulation-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
  }

  .simulation-item {
    width: 31.321%;
    padding: 20px 35px;
    background-color: #fff;
    border: solid 1px #C9A74B;
  }

  .simulation-study {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .simulation-person {
    width: 80px;
    margin-right: 5px;
  }

  .simulation-info {
    text-align: center;
    margin-left: 5px;
  }

  .simulation-income {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 22px;
    color: #C0831E;
  }

  .simulation-income span {
    font-size: 30px;
  }

  .simulation-name {
    font-weight: 500;
    font-size: 19px;
    margin-top: 3px;
  }

  .simulation-item-details {
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: solid 1px #59473E;
  }

  .simulation-item-details table {
    width: 100%;
  }

  .simulation-item-details th, .simulation-item-details td {
    padding-top: 10px;
  }

  .simulation-item-details th {
    font-weight: 500;
  }

  .simulation-item-details td {
    font-weight: 700;
    text-align: right;
  }

  .simulation-item-details tr:first-of-type td {
    color: #C0831E;
  }

  .simulation-item-details tr:not(:first-of-type) td {
    color: #AE2603;
  }

  .simulation-case {
    text-align: center;
  }

  .simulation-case-before {
    margin-top: 5px;
  }

  .simulation-case-after {
    position: relative;
  }

  .simulation-case-after::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #c0831e;
    border-bottom: 0;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .simulation-case-txt {
    margin-top: 10px;
    font-weight: 500;
  }

  .simulation-case-result {
    margin-top: 45px;
  }

  .simulation-case-result-txt {
    font-weight: 700;
    white-space: nowrap;
    margin-left: -8px;
  }

  .simulation-case-savings {
    font-weight: 700;
    margin-top: 5px;
  }

  .simulation-case-savings span {
    font-family: 'Noto Serif JP';
    font-size: 42px;
    color: #C0831E;
  }

  .simulation-case-savings span span {
    font-size: 26px;
  }

  .simulation-note {
    font-size: 12px;
    text-align: center;
    margin-top: 28px;
  }  

  .simulation-benefits {
    margin-top: 93.5px;
    position: relative;
  }

  .simulation-triangle {
    position: absolute;
    width: 46px;
    height: 33.5px;
    top: -63.5px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .simulation-triangle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #CFBB9B, #B69867);
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  }

  .simulation-benefits-list {
    max-width: 560px;
    margin: 0 auto;
    padding: 20px 60px 20px 92px;
    background-color: #fff;
    border: solid 1px #C9A74B;
  }

  .simulation-benefits-list li {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
  }

  .simulation-benefits-list li:not(:first-of-type) {
    margin-top: 7px;
  }

  .simulation-benefits-list li::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url(../img/landing-pages/PC/check.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
  }
  
  .simulation-benefits-list li span {
    color: #AE2603;
  }

  .price {
    background-image: url('../img/landing-pages/PC/price-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }

  .price-ttl::before {
    background-image: url(../img/landing-pages/PC/service-line.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: .75vw;
    max-height: 10px;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
  }

  .price-subttl {
    margin-top: 30px;
    line-height: 1.4;
  }

  .price-wrap {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }

  .price-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto 0;
    font-family: 'Noto Serif JP';
  }

  .price-plan {
    width: 340px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
  }

  .plan-head {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    padding: 6px 0;
    border-radius: 3px 3px 0 0;
  }

  .plan-head span {
    font-size: 24px;
  }

  .plan-head.left {
    background-color: #666666;
  }

  .plan-head.right {
    background-color: #333333;
  }

  .plan-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    padding: 30px 0;
  }

  .plan-price span {
    font-size: 50px;
    color: #C0831E;
  }

  .price-plus {
    font-weight: 700;
    font-size: 40px;
  }

  .plan-note {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    text-align: right;
  }

  .initial-consultation {
    margin-top: 40px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
  }

  .consultation-head {
    background-color: #342104;
    padding: 3px 0;
  }

  .consultation-img {
    width: 215px;
    margin: 0 auto;
  }

  .consultation-price {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 26px;
    color: #C0831E;
    background-color: #fff;
    padding: 15px 0 20px;
  }

  .consultation-price span {
    font-size: 70px;
  }

  .consultation-note {
    line-height: 1.4;
    font-size: 17px;
    line-height: 1.4;
    margin: 10px 0 0;
  }

  .reason {
    background-color: #FAF8F4;
  }

  .reason-subttl {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin-top: 15px;
  }

  .reason-subttl span {
    background: linear-gradient(transparent 70%, #E5D3B2 0%);
  }

  .reason-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }

  .reason-item {
    width: 23.4%;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
  }

  .reason-icon {
    width: 120px;
    margin: 0 auto;
  }

  .reason-head {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    color: #875202;
    margin-top: 15px;
  }

  .reason-txt {
    margin-top: 7px;
  }

  .cta {
    background-image: url('../img/landing-pages/PC/cta-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .cta-inner {
    padding-bottom: 0;
  }

  .cta-content {
    width: 85%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    left: 25%;
  }

  .cta-left {
    width: 62.5%;
    margin-right: 22px;
  }
  
  .cta-ttl {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 34px;
    line-height: 1.5;
    text-align: center;
  }

  .cta-ttl span {
    color: #875202;
    white-space: nowrap;
  }

  .cta-description {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 22px;
    margin-top: 30px;
    text-align: center;
}

  .cta-subttl {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 22px;
    margin-top: 25px;
    text-align: center;
  }

  .cta-btn {
    max-width: 500px;
    margin: 10px auto 0;
  }

  .cta-right {
    width: 308px;
  }

  .footer {
    background-color: #342104;
    padding: 30px 0 10px;
  }

  .footer-txt {
    font-size: 14px;
    text-align: center;
    color: #fff;
  }

  .footer-txt:nth-of-type(2) {
    margin-top: 10px;
  }

  @media (max-width: 1200px) {
    .partner-wrapper {
      width: 68%;
      left: 29%;
    }

    .cta-content {
      width: 92%;
      left: 11%;
    }
  }

  @media (max-width: 1040px) {
    .comparison-subttl.left::before {
      border-right: 7em solid transparent;
      border-left: 7em solid transparent;
    }

    .comparison-subttl.right::before {
      border-right: 10.5em solid transparent;
      border-left: 10.5em solid transparent;
    }

    .simulation-item {
      width: calc(50% - 15px);
    }

    .simulation-item:nth-of-type(3) {
      margin-top: 30px;
    }
  }

  @media (max-width: 950px) {
    .reason-item {
      width: calc(50% - 15px);
    }

    .reason-item:nth-of-type(n + 3) {
      margin-top: 30px;
    }
  }

  @media (max-width: 768px) {
    .inner {
      max-width: 100%;
      padding: 15.39vw 5.128vw;
    }
  
    .ttl {
      font-size: 4.6154vw;
    }
  
    .ttl span {
      font-size: 7.692vw;
    }

    .pc {
      display: none;
    }

    .sp {
      display: block;
    }
    
    .header-inner {
      padding-top: 3.077vw;
      padding-bottom: 3.077vw;
    }
  
    .header-left {
      width: 21.286vw;
    }
  
    .header-right {
      display: none;
    }
  
    .fv {
      height: 123vw;
    }

    .fv.proprietors {
      background-image: url('../img/landing-pages/SP/fv-proprietors.png');
    }

    .fv.nightworker {
      background-image: url('../img/landing-pages/SP/fv-nightworker.png');
    }
  
    .fv-btn {
      width: 90vw;
      left: 50%;
      transform: translateX(-50%);
      bottom: 9.8vw;
    }
  
    .worries {
      background-image: url('../img/landing-pages/SP/worries-bg.png');
    }

    .worries-inner {
      padding-bottom: 50vw;
    }
  
    .worries-ttl {
      font-size: 6.154vw;
    }
  
    .worries-ttl span {
      font-size: 7.179vw;
    }
    
    .worries-txt {
      font-size: 3.846vw;
      margin-top: 5.128vw;
    }
  
    .worries-list {
      width: 89.744vw;
      max-width: 100%;
    }
  
    .worries-item {
      font-size: 4.102vw;
      padding: 2.051vw 2.564vw 2.051vw 10.256vw;
      margin-top: 2.041vw;
    }
  
    .worries-item::before {
      width: 6.154vw;
      height: 6.154vw;
      top: 1.7vw;
      left: 1.5vw;
    }
  
    .comparison-content {
      margin-top: 10.256vw;
      display: block;
    }

    .comparison-container {
      margin: 0 auto;
    }

    .comparison-container.left {
      width: 79.49vw;
    }
  
    .comparison-container.right {
      width: 89.744vw;
      margin-top: 7.179vw;
    }
  
    .comparison-header.left {
      font-size: 5.641vw;
    }
  
    .comparison-header.right {
      font-size: 6.666vw;
    }
  
    .comparison-header.right::before, .comparison-header.right::after {
      width: 2.559vw;
      height: 4.87vw;
    }
  
    .comparison-header.right::before {
      left: calc(50% - 12vw);
    }
  
    .comparison-header.right::after {
      right: calc(50% - 14vw);
    }
  
    .comparison-subttl {
      margin-top: 1.538vw;
    }
  
    .comparison-subttl.left {
      font-size: 5.128vw;
      padding: 2.564vw 0 1.282vw;
    }
  
    .comparison-subttl.left::before {
      border-right: 40vw solid transparent;
      border-left: 40vw solid transparent;
      border-top: 4vw solid #4d473f;
      bottom: -3.5vw;
    }
  
    .comparison-subttl.right {
      padding: 1.794vw 0 0;
    }
  
    .comparison-subttl.right::before {
      border-right: 45vw solid transparent;
      border-left: 45vw solid transparent;
      border-top: 4vw solid #342104;
      bottom: -3.5vw;
    }
  
    .comparison-img {
      width: 58.975vw;
    }
  
    .comparison-wrap.left {
      padding: 6.410vw 5.128vw 5.128vw;
    }
  
    .comparison-wrap.right {
      padding: 5.897vw 5.128vw 5.128vw;
    }
  
    .comparison-list.left li {
      font-size: 4.102vw;
      padding-top: 2.564vw;
      padding-left: 6.153vw;
    }

    .comparison-list.left li::before {
      width: 4.36vw;
      height: 5.387vw;
    }
  
    .comparison-list.right li {
      font-size: 4.102vw;
      padding-top: 3.076vw;
      padding-left: 6.153vw;
    }
  
    .comparison-list.right li::before {
      width: 4.6vw;
      height: 5.64vw;
      top: 3vw;
    }
  
    .comparison-price-box.left {
      margin-top: 5.128vw;
      padding: 2.564vw 0;
    }
  
    .comparison-price-box.right {
      margin-top: 5.128vw;
    }

    .comparison-txt.left {
      font-size: 4.6154vw;
    }
  
    .comparison-txt.right:first-of-type {
      font-size: 4.6154vw;
    }
  
    .comparison-txt.right:first-of-type span {
      font-size: 8.717vw;
    }

    .comparison-txt.right:first-of-type::before {
      font-weight: 400;
      bottom: -7vw;
    }
  
    .comparison-txt.right:nth-of-type(2) {
      font-size: 3.589vw;
      margin-top: 7.435vw;
    }
  
    .comparison-txt.right:nth-of-type(2) span {
      font-size: 5.128vw;
    }

    .partner {
      background-image: none;
      background-color: #fff;
      border-top: 1px solid #C9A74B;
      border-bottom: 1px solid #C9A74B;
    }

    .partner-inner {
      padding: 5.128vw;
    }

    .partner-content {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 2.564vw;
    }

    .partner-subttl {
      font-size: 4.6154vw;
    }

    .partner-subttl::before, .partner-subttl::after {
      width: 2.559vw;
      height: 4.87vw;
      top: 50%;
    }

    .partner-subttl::before {
      left: calc(50% - 33vw);
    }

    .partner-subttl::after {
      right: calc(50% - 35vw);
    }

    .partner-ttl {
      font-size: 6.154vw;
    }

    .partner-highlight {
      font-size: 9.743vw;
      margin-top: 0;
      margin-right: 4.359vw;
    }

    .partner-highlight::before {
      display: none;
    }

    .partner-img {
      display: none;
    }

    .partner-icon {
      width: 22.31vw;
    }

    .service-ttl {
      white-space: nowrap;
    }
  
    .service-ttl::before {
      display: none;
    }

    .service-ttl::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, rgba(156, 98, 10, 0), rgba(156, 98, 10, 1), rgba(156, 98, 10, 0));
      left: 0;
      bottom: -5px;
    }
  
    .service-subttl {
      font-size: 4.102vw;
      margin-top: 2.564vw;
    }
  
    .service-list {
      width: 100%;
      display: block;
      margin: 12.299vw auto 0;
    }
  
    .service-item {
      width: 100%;
    }

    .service-item:nth-of-type(2) {
      margin-top: 12.299vw;  
    }
  
    .service-item:nth-of-type(n + 3) {
      margin-top: 12.299vw;
    }

    .service-icon {
      width: 51.283vw;
    }
  
    .service-item-ttl {
      font-size: 6.154vw;
      margin-top: 2.051vw;
    }

    .service-txt {
      font-size: 4.102vw;
      margin-top: 1.794vw;
    }

    .simulation {
      background-image: url('../img/landing-pages/SP/simulation-bg.png');
    }
  
    .simulation-inner {
      max-width: 100%;
    }
  
    .simulation-head {
      width: 100%;
      display: block;
    }
  
    .simulation-icon {
      width: 23.08vw;
      margin: 3.333vw auto 0;
    }
  
    .simulation-ttl {
      font-size: 6.666vw;
      text-align: center;
    }

    .simulation-subttl p {
      font-size: 4.102vw;
      padding-bottom: 1vw;
      margin-top: 5.128vw;
    }
  
    .simulation-chart {
      width: 270vw;
      max-width: 10000px;
      margin: 0 auto 0;
      overflow-x: auto;
    }
  
    .simulation-chart::before {
      display: none;
    }
  
    .simulation-list {
      margin-top: 20.513vw;
      overflow-x: auto;
      flex-wrap: nowrap;
      gap: 5.2vw;
    }
  
    .simulation-item {
      width: 100%;
      padding: 5.128vw;
      margin-top: 0;
    }

    .simulation-item:nth-of-type(3) {
      margin-top: 0;
    }
  
    .simulation-person {
      width: 20.513vw;
      margin-right: 1.282vw;
    }
  
    .simulation-info {
      margin-left: 1.282vw;
    }
  
    .simulation-income {
      font-size: 5.641vw;
    }
  
    .simulation-income span {
      font-size: 7.692vw;
    }
  
    .simulation-name {
      font-size: 4.871vw;
      margin-top: 0.769vw;
    }
  
    .simulation-item-details {
      margin-top: 2.564vw;
      padding-bottom: 3.846vw;
    }
  
    .simulation-item-details th, .simulation-item-details td {
      font-size: 4.102vw;
      padding-top: 2.564vw;
    }
  
    .simulation-case-before {
      margin-top: 1.282vw;
    }
  
    .simulation-case-after::before {
      border-right: 2.5vw solid transparent;
      border-left: 2.5vw solid transparent;
      border-top: 4vw solid #c0831e;
      bottom: -8vw;
    }
  
    .simulation-case-txt {
      font-size: 4.102vw;
      margin-top: 2.564vw;
    }
  
    .simulation-case-result {
      font-size: 4.102vw;
      margin-top: 11.538vw;
    }
  
    .simulation-case-result-txt {
      white-space: nowrap;
      margin-left: 0;
    }
  
    .simulation-case-savings {
      font-size: 4.102vw;
      margin-top: 1.282vw;
    }
  
    .simulation-case-savings span {
      font-size: 10.7692vw;
    }
  
    .simulation-case-savings span span {
      font-size: 6.666vw;
    }
  
    .simulation-note {
      font-size: 3.076vw;
      text-align: left;
      margin-top: 5.128vw;
    }  
  
    .simulation-benefits {
      margin-top: 24vw;
    }
  
    .simulation-triangle {
      position: absolute;
      width: 11.798vw;
      height: 8.975vw;
      top: -16.5vw;
    }
  
    .simulation-benefits-list {
      max-width: 100%;
      margin: 0 auto;
      padding: 2.564vw 2.564vw 2.564vw 6.6619vw;
    }
  
    .simulation-benefits-list li {
      font-size: 4.6154vw;
    }

    .simulation-benefits-list li:not(:first-of-type) {
      margin-top: 1.282vw;
    }
  
    .simulation-benefits-list li::before {
      width: 6.67vw;
      height: 6.67vw;
      top: 50%;
      left: -6.5vw;
      transform: translateY(-42%);
    }
  
    .price-ttl::before {
      display: none;
    }
  
    .price-ttl::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, rgba(156, 98, 10, 0), rgba(156, 98, 10, 1), rgba(156, 98, 10, 0));
      left: 0;
      bottom: -5px;
    }
  
    .price-subttl {
      font-size: 4.102vw;
      margin-top: 2.564vw;
    }
  
    .price-wrap {
      width: 100%;
    }
  
    .price-content {
      display: block;
      margin: 7.692vw auto 0;
    }
  
    .price-plan {
      width: 100%;
    }

    .plan-head {
      font-size: 5.128vw;
      padding: 1.538vw 0;
    }

    .plan-head span {
      font-size: 6.099vw;
    }

    .plan-price {
      font-size: 4.6154vw;
      padding: 7.692vw 0;
    }

    .plan-price span {
      font-size: 12.821vw;
    }
  
    .price-plus {
      font-weight: 700;
      font-size: 10.256vw;
    }
  
    .plan-note {
      font-size: 3.846vw;
      margin-top: 2.564vw;
    }
  
    .initial-consultation {
      margin-top: 12.821vw;
    }

    .consultation-head {
      padding: 6px 0;
    }

    .consultation-img {
      width: 55.13vw;
    }

    .consultation-price {
      font-size: 6.666vw;
      padding: 3.846vw 0 5.128vw;
    }
  
    .consultation-price span {
      font-size: 17.948vw;
    }
  
    .consultation-note {
      font-size: 4.102vw;
      margin: 2.564vw 0 0;
    }

    .cta-sp {
      background-color: #fff;
      border-top: 1px solid #C9A74B;
      border-bottom: 1px solid #C9A74B;
    }

    .cta-sp-inner {
      padding: 5.128vw;
    }

    .cta-sp-txt {
      font-family: 'Noto Serif JP';
      font-weight: 700;
      font-size: 4.6154vw;
      line-height: 1.6;
      text-align: center;
    }

    .reason-ttl::before, .reason-ttl::after {
      content: '';
      position: absolute;
      width: 4.616vw;
      height: 8.206vw;
      background-image: url(../img/landing-pages/PC/line.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      top: calc(50% + 2px);;
    }

    .reason-ttl::before {
      left: calc(50% - 30vw);
      transform: translate(-50%, -50%);
    }

    .reason-ttl::after {
      transform: translate(-50%, -50%) scale(-1, 1);
      right: calc(50% - 34vw);
    }
  
    .reason-subttl {
      font-size: 6.154vw;
      margin-top: 2.051vw;
    }
  
    .reason-list {
      display: block;
      margin-top: 3.906vw;
    }
  
    .reason-item {
      width: 77vw;
      margin: 0 auto;
    }

    .reason-item:nth-of-type(2) {
      margin: 5.128vw auto 0;
    }

    .reason-item:nth-of-type(n + 3) {
      margin: 5.128vw auto 0;
    }
  
    .reason-icon {
      width: 25.644vw;
    }

    .reason-head {
      font-size: 5.641vw;
      margin-top: 3.846vw;
    }

    .reason-txt {
      font-size: 4.102vw;
      margin-top: 1.794vw;
    }
  
    .cta {
      background-image: url('../img/landing-pages/SP/cta-bg.png');
    }
  
    .cta-inner {
      padding: 10.256vw 5.128vw;
    }
  
    .cta-content {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      left: 0;
      margin-top: 6.667vw;
    }
    
    .cta-ttl {
      font-size: 6.666vw;
    }
  
    .cta-description {
      font-size: 4.359vw;
      margin-top: 0;
      margin-right: 3.846vw;
      white-space: nowrap;
    }

    .cta-icon {
      width: 30.77vw;
    }
  
    .cta-subttl {
      font-size: 4.6154vw;
      margin-top: 7.692vw;
      position: relative;
    }

    .cta-subttl::before, .cta-subttl::after {
      content: '';
      position: absolute;
      width: 3.337vw;
      height: 5.645vw;
      background-image: url(../img/landing-pages/PC/line.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      top: 50%;
    }

    .cta-subttl::before {
      left: calc(50% - 23vw);
      transform: translate(-50%, -50%);
    }

    .cta-subttl::after {
      transform: translate(-50%, -50%) scale(-1, 1);
      right: calc(50% - 27vw);
    }
  
    .cta-btn {
      max-width: 100%;
    }
  
    .footer {
      padding: 5.128vw 5.128vw 25.64vw 5.128vw;
    }
  
    .footer-txt {
      font-size: 3.59vw;
      text-align: left;
    }
  
    .footer-txt:nth-of-type(2) {
      margin-top: 2.051vw
    }

    .fixed-btn {
      width: 89.744%;
      position: fixed;
      bottom: 2.8vw;
      left: 50%;
      transform: translateX(-50%);
    }
  }