@charset "UTF-8";

/* ==========================================================================
   HERO
   ========================================================================== */
.p-hero {
    position: relative;
    padding: 189px 0 0;
    overflow: hidden;
    min-height: 520px;
}
.p-hero__bg {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.p-hero__inner {
    position: relative;
    z-index: 3;
    max-width: 1448px;
    padding: 0 24px 0 80px;
    margin: 0 auto;
}

.p-hero__content {
    position: relative;
    z-index: 2;
}

.p-hero__title {
    margin-bottom: 16px;
}

.p-hero__title-img {
    width: 851px;
    height: auto;
    margin-bottom: 52px;
}

.p-hero__lead {
    margin-bottom: 15px;
}

.p-hero__lead-img {
    width: 578px;
    height: auto;
}

.p-hero__badges {
    display: flex;
    gap: 10px;
    margin-bottom: 53px;
    flex-wrap: wrap;
}

.p-hero__badge {
    display: inline-flex;
    align-items: center;
    height: 63px;
    padding: 0 36px;
    background: #6fbc00;
    border-radius: var(--rounded-full);
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.p-hero__sub-lead {
    font-size: 13px;
    color: var(--color-text-muted);
    margin-bottom: 24px;
}

.p-hero__visual {
    position: absolute;
    bottom: 44px;
    right: 0;
    width: 564px;
    height: auto;
    object-fit: contain;
    z-index: 1;
}

.p-hero__phone {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.p-hero__illust {
    position: absolute;
    bottom: -20px;
    right: -40px;
    width: 180px;
    height: auto;
    z-index: 2;
}

.p-hero__cta {
    display: block;
    position: relative;
    width: 1061px;
    height: auto;
    z-index: 2;
    margin: 0 auto -6px;
    transition: transform var(--transition);
}
.p-hero__cta::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 110vw;
    height: 154px;
    background: #fff;
    z-index: -1;
}
.p-hero__cta:hover {
    transform: translateY(-2px);
}

/* ==========================================================================
   PROBLEM
   ========================================================================== */
.p-problem {
    height: 794px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0, 100% 80.4%, 50% 100%, 0 80.4%);
}

.p-problem__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.p-problem__wrap {
    position: relative;
    z-index: 1;
    max-width: 1308px;
    padding: 0 24px;
    margin: 0 auto;
}

.p-problem__title {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-problem__title::before,
.p-problem__title::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 1px;
    background: #333;
    margin-top: 0.1em;
}
.p-problem__title::before {
    transform: rotate(60deg);
}
.p-problem__title::after {
    transform: rotate(-60deg);
}

.p-problem__cnt {
    max-width: 1204px;
    width: 100%;
    height: 427px;
    position: relative;
    z-index: 1;
}

.p-problem__item {
    position: absolute;
    height: auto;
}
.p-problem__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.p-problem__item.item01 {
    bottom: 0;
    left: 0;
    width: 358px;
}
.p-problem__item.item02 {
    top: 0;
    right: 51%;
    width: 320px;
}
.p-problem__item.item03 {
    top: 0;
    left: 51%;
    width: 334px;
}
.p-problem__item.item04 {
    bottom: 0;
    right: 0;
    width: 368px;
}
.p-problem__illust {
    position: absolute;
    bottom: -163px;
    left: 50%;
    transform: translateX(-50%);
    width: 276px;
    height: auto;
    z-index: 2;
}

@media (max-width: 1360px) {
    .p-problem__item.item01 {
        width: calc(358 * 100vw / 1360);
    }
    .p-problem__item.item02 {
        width: calc(320 * 100vw / 1360);
    }
    .p-problem__item.item03 {
        width: calc(334 * 100vw / 1360);
    }
    .p-problem__item.item04 {
        width: calc(368 * 100vw / 1360);
    }
}

/* ==========================================================================
   POINTS
   ========================================================================== */
.p-points {
    background: var(--color-bg-light);
    padding-top: 228px;
    background-color: transparent;
    background-image:
        linear-gradient(90deg, rgba(204, 204, 204, 0.7) 1px, transparent 1px),
        linear-gradient(rgba(204, 204, 204, 0.7) 1px, transparent 1px);
    background-position: 10px 10px;
    background-size: 41px 41px;
    padding-bottom: 118px;
    margin-top: -156px;
}
.p-points h2 {
    max-width: 1168px;
    width: 90%;
    margin: 0 auto 82px;
}
.p-points__inner {
    max-width: 1252px;
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 14px;
    padding: 0 24px;
    margin: 0 auto;
}
.p-points__item {
    width: 100%;
    height: 352px;
    margin-bottom: 24px;
}

.p-points__item:last-child {
    margin-bottom: 0;
}
.p-points__item-bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.p-points__body {
    width: 100%;
    position: relative;
    padding: 74px 0 0 380px;
    z-index: 1;
}
.p-points__item--highlight .p-points__body {
    padding: 129px 0 0 380px;
}
.p-points__title {
    font-size: 46px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1;
}
.p-points__title-accent {
    color: var(--color-primary);
}

.p-points__note-mark {
    font-size: 14px;
    color: var(--color-primary);
}

.p-points__desc {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    line-height: 1.1;
    margin-bottom: 22px;
}

.p-points__note {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.p-points__img {
    flex-shrink: 0;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-points__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1260px) {
    .p-points__body {
        padding: calc(74 * 100vw / 1260) 0 0 calc(380 * 100vw / 1260);
    }
    .p-points__title {
        font-size: calc(46 * 100vw / 1260);
        margin-bottom: calc(30 * 100vw / 1260);
    }
    .p-points__desc {
        font-size: calc(28 * 100vw / 1260);
        margin-bottom: calc(22 * 100vw / 1260);
    }
    .p-points__note {
        font-size: calc(20 * 100vw / 1260);
    }
}

/* ==========================================================================
   PLANS
   ========================================================================== */
.p-plans {
    background: #ffe5e7;
    text-align: center;
    padding: 100px 24px 60px;
    position: relative;
    z-index: 1;
}
.p-plans::after {
  content: "";
  position: absolute;
  bottom: -78px;
  left: 50%;
  width: 232px;
  height: 79px;
  background: #ffe5e7;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}
.p-plans__inner {
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.p-plans__title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    background-color: #6fbc00;
    padding: 17px 45px;
    margin-bottom: 52px;
}

.p-plans__lead {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    line-height: 1.44;
    margin-bottom: 48px;
}

.p-plans__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-bottom: 89px;
}

.p-plans__card {
    border-radius: 10px;
    padding: 0;
    position: relative;
    background: var(--color-white);
}

.p-plans__card--recommend {
    border-color: var(--color-primary);
    transform: scale(1.1) !important;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.p-plans__card-header {
    width: 100%;
    height: 102px;
    background: #6fbc00;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-plans__card-header--primary {
    background: var(--color-primary);
    color: var(--color-white);
}

.p-plans__card-name {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
}

.p-plans__card-body {
  height: 175px;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.p-plans__card-desc {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    line-height: 1;
    margin-top: 23px;
    margin-bottom: 35px;
    text-align: center;
}

.p-plans__card-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: var(--color-primary);
}

.p-plans__card-price-num {
    font-family: var(--font-en);
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
}

.p-plans__card-price-unit {
    font-size: 45px;
    font-weight: 700;
}

.p-plans__card-price-unit small {
    font-size: 30px;
    font-weight: 500;
}

/* ----- Plan Illustration ----- */
.p-plans__illust-wrap {
    text-align: right;
    margin-bottom: 24px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.p-plans__illust {
    width: 140px;
    height: auto;
}

/* ----- Call Rate ----- */
.p-plans__call {
    max-width: 855px;
    width: 100%;
    margin: 0 auto;
}
.p-plans__card-price-separator {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.1em;
}
.p-plans__call .p-plans__card-body {
  height: 227px;
  padding-top: 33px;
}
.p-plans__call-option {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.p-plans__call-option .option-name {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding: 14px 16px;
  background: #6fbc00;
  margin-right: 44px;
}
.p-plans__call-option .option-price {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.p-plans__call-option .option-txt {
  font-size: 28px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  margin-right: 16px;
}
.p-plans__call-option .option-price-unit {
  font-size: 30px;
  font-weight: 500;
  color: #333;
}

.p-plans__call-note {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    text-align: right;
    margin-top: 4px;
}

.p-plans__arrow-down {
  width: 171px;
  height: 47px;
  background: #6fbc00;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: 0 auto 44px;
}

.p-plans__average-lead {
  font-size: 28px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  margin: 0 auto 38px;
  text-align: center;
}
.p-plans__average-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  color: var(--color-primary);
  margin-bottom: 100px;
}
.p-plans__average-price-num {
  font-family: var(--font-en);
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.p-plans__average-price-num::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 120%;
  height: 16px;
  background: url(../img/top/line.webp) no-repeat center center;
  background-size: contain;
}
.p-plans__average-price-unit {
  font-size: 45px;
  font-weight: 700;
}
.p-plans__average-price-suffix {
  font-size: 30px;
  font-weight: 500;
  color: #333;
}
.p-plans__swtiching {
  position: relative;
  width: 100%;
}
.p-plans__switching-moreover {
  position: absolute;
  bottom: 138px;
  left: calc(50% -  509px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: #ef3a47;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 14px 16px;
  transform: rotate(-10deg);
}

.p-plans__switching-message {
  font-size: 78px;
  font-weight: 600;
  color: #ef3a47;
  line-height: 1.42;
  text-align: center;
  margin: 0;
}

.p-plans__switching-message .small-txt {
  font-size: 48px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}
.p-plans__switching-message .p-plans__switching-message-long {
  color: #333;
}
.p-plans__illust {
  width: 297px;
  height: auto;
  position: absolute;
  bottom: -47px;
  left: calc(50vw + 420px);
}

@media screen and (max-width: 1440px) {
    .p-plans {
        padding-bottom: 460px;
    }
    .p-plans__illust {
        left: unset;
        right: 30px;
    }
}

@media screen and (max-width: 1300px) {
    .p-plans__card-name {
        font-size: calc(46 * 100vw / 1300);
    }
    .p-plans__card-desc {
        font-size: calc(28 * 100vw / 1300);
    }
    .p-plans__card-price-num {
        font-size: calc(90 * 100vw / 1300);
    }
    .p-plans__card-price-unit {
        font-size: calc(45 * 100vw / 1300);
    }
    .p-plans__card-price-unit small {
        font-size: calc(30 * 100vw / 1300);
    }
}

/* ==========================================================================
   INVESTMENT
   ========================================================================== */
.p-invest {
    position: relative;
    background: var(--color-bg-light);
    text-align: center;
    background: url(../img/top/investment_bg.webp) no-repeat top center / cover;
    padding: 183px 24px 156px;
    z-index: 0;
}
.p-invest__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.p-invest__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 48px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  position: relative;
}
.p-invest__title::before,
.p-invest__title::after {
  content: "";
  display: block;
  width: 1.3em;
  height: 1px;
  background-color: #333;
}
.p-invest__title::before {
  transform: rotate(60deg);
}
.p-invest__title::after {
  transform: rotate(-60deg);
}

.p-invest__lead {
    font-size: 48px;
    font-weight: 500;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
}

.p-invest__message {
    font-size: 64px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 32px;
    line-height: 1.4;
}

.p-invest__message-accent {
    color: var(--color-primary);
    background: linear-gradient(transparent 60%, #ffe8eb 60%);
}

.p-invest__visual {
    /* max-width: 1240px; */
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
  margin-bottom: 69px;
}

.p-invest__visual-bg {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.p-invest__phone {
  width: 45%;
  height: auto;
}

.p-invest__desc {
    font-size: 34px;
    font-weight: 500;
    color: #333;
    line-height: 1.66;
    margin-bottom: 50px;
    text-align: center;
}

.p-invest__desc strong {
    color: var(--color-primary);
}

.p-invest__example {
    max-width: 1123px;
    width: 100%;
    padding: 38px 46px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(7px);
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
}
.p-invest__example-label {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    border-bottom: 1px solid #333;
    padding-bottom: 16px;
    margin-top: 0;
    margin-bottom: 16px;
}

.p-invest__example-calc {
    font-size: 34px;
    font-weight: 500;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
}

.p-invest__example-result {
    font-size: 34px;
    font-weight: 500;
    color: var(--color-text);
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.p-invest__example-amount {
    font-size: 46px;
    font-weight: 800;
    color: var(--color-primary);
}

.p-invest__fukuoka-logo {
    margin-top: 24px;
}

.p-invest__fukuoka-logo img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

/* ==========================================================================
   SUPPORTERS
   ========================================================================== */
.p-supporters {
    background: var(--color-white);
    text-align: center;
    padding: 100px 24px;
}

.p-supporters__lead {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    margin-bottom: 50px;
}

.p-supporters__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.p-supporters__logo-item img {
    width: 400px;
    height: auto;
    object-fit: contain;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px 5px rgba(196, 196, 196, 0.2);
}
.p-supporters__logo-item:nth-child(2) img {
    width: 464px;
    box-shadow: none;
}


/* ==========================================================================
   RESPONSIVE - 1024px
   ========================================================================== */
@media (max-width: 1024px) {
    /* Hero */
    .p-hero {
        padding: 120px 0 0;
    }
    .p-hero__inner {
        padding: 0 24px;
    }
    .p-hero__title-img {
        width: 100%;
        max-width: 560px;
        margin-bottom: 32px;
    }
    .p-hero__lead-img {
        width: 100%;
        max-width: 400px;
    }
    .p-hero__badge {
        height: 48px;
        padding: 0 24px;
        font-size: 24px;
    }
    .p-hero__visual {
        width: 360px;
        bottom: 20px;
    }
    .p-hero__cta {
        width: 100%;
        max-width: 700px;
    }

    /* Problem */
    .p-problem {
        height: 700px;
    }
    .p-problem__title {
        font-size: 28px;
    }
    .p-problem__cnt {
        width: 100%;
        height: 400px;
        margin-left: 0;
    }
    .p-problem__item.item01 {
        width: 280px;
    }
    .p-problem__item.item02 {
        width: 250px;
    }
    .p-problem__item.item03 {
        width: 260px;
    }
    .p-problem__item.item04 {
        width: 290px;
    }
    .p-problem__illust {
        width: 220px;
        bottom: -142px;
    }

    /* Points */
    .p-points {
        padding-top: 180px;
    }
    .p-points h2 {
        width: 100%;
        max-width: 800px;
        padding: 0 24px;
    }
    .p-points__item {
        height: 280px;
    }
    .p-points__body {
        padding: calc(48 * 100vw / 1024) 0 0 calc(300 * 100vw / 1024);
    }
    .p-points__item--highlight .p-points__body {
        padding: calc(80 * 100vw / 1024) 0 0 calc(300 * 100vw / 1024);
    }
    .p-points__title {
        font-size: calc(36 * 100vw / 1024);
        margin-bottom: calc(20 * 100vw / 1024);
    }
    .p-points__desc {
        font-size: calc(23 * 100vw / 1024);
        margin-bottom: calc(16 * 100vw / 1024);
    }
    .p-points__note {
        font-size: calc(18 * 100vw / 1024);
    }

    /* Plans */
    .p-plans {
        padding-bottom: 280px;
    }
    .p-plans__title {
        font-size: 32px;
        padding: 14px 32px;
    }
    .p-plans__lead {
        font-size: 22px;
    }
    .p-plans__card-name {
        font-size: calc(36 * 100vw / 1024);
    }
    .p-plans__card-header {
        height: 80px;
    }
    .p-plans__card-price-num {
        font-size: calc(64 * 100vw / 1024);
    }
    .p-plans__card-price-unit {
        font-size: calc(34 * 100vw / 1024);
    }
    .p-plans__card-price-unit small {
        font-size: calc(24 * 100vw / 1024);
    }
    .p-plans__card-desc {
        font-size: calc(22 * 100vw / 1024);
        margin-top: 16px;
        margin-bottom: 24px;
    }
    .p-plans__card-body {
        height: calc(150 * 100vw / 1024);
    }
    .p-plans__call .p-plans__card-body {
        height: calc(190 * 100vw / 1024);
        padding-top: 24px;
    }
    .p-plans__call-option .option-name {
        font-size: calc(22 * 100vw / 1024);
        padding: 10px 12px;
        margin-right: 24px;
    }
    .p-plans__call-option .option-txt {
        font-size: calc(22 * 100vw / 1024);
    }
    .p-plans__call-option .option-price {
        font-size: calc(36 * 100vw / 1024);
    }
    .p-plans__call-option .option-price-unit {
        font-size: calc(24 * 100vw / 1024);
    }
    .p-plans__card-price-separator {
        font-size: calc(46 * 100vw / 1024);
    }
    .p-plans__call-note {
        font-size: calc(18 * 100vw / 1024);
    }
    .p-plans__average-lead {
        font-size: calc(22 * 100vw / 1024);
    }
    .p-plans__average-price-num {
        font-size: calc(64 * 100vw / 1024);
    }
    .p-plans__average-price-unit {
        font-size: calc(34 * 100vw / 1024);
    }
    .p-plans__average-price-suffix {
        font-size: calc(24 * 100vw / 1024);
    }
    .p-plans__average-price {
        margin-bottom: 160px;
    }
    .p-plans__switching-moreover {
        font-size: 36px;
        bottom: 110px;
        left: calc(50% - 380px);
    }
    .p-plans__switching-message {
        font-size: calc(56 * 100vw / 1024);
    }
    .p-plans__switching-message .small-txt {
        font-size: calc(36 * 100vw / 1024);
    }
    .p-plans__illust {
        width: calc(220 * 100vw / 1024);
        left: unset;
    }

    /* Investment */
    .p-invest {
        padding: 120px 24px 100px;
    }
    .p-invest__title {
        font-size: 36px;
        margin-bottom: 36px;
    }
    .p-invest__lead {
        font-size: 36px;
    }
    .p-invest__message {
        font-size: 48px;
    }
    .p-invest__phone {
        /* width: 420px; */
    }
    .p-invest__desc {
        font-size: 26px;
    }
    .p-invest__example-label {
        font-size: 26px;
    }
    .p-invest__example-calc {
        font-size: 26px;
    }
    .p-invest__example-result {
        font-size: 26px;
    }
    .p-invest__example-amount {
        font-size: 36px;
    }

    /* Supporters */
    .p-supporters__lead {
        font-size: 22px;
    }
    .p-supporters__logo-item img {
        width: 300px;
    }
    .p-supporters__logo-item:nth-child(2) img {
        width: 350px;
    }
}

/* ==========================================================================
   RESPONSIVE - 768px
   ========================================================================== */
@media (max-width: 768px) {
    /* Hero */
    .p-hero {
        padding: 80px 0 0;
        min-height: auto;
    }
    .p-hero__bg {
        top: 60px;
    }
    .p-hero__inner {
        padding: 0 24px;
    }
    .p-hero__title-img {
        max-width: 420px;
        margin-bottom: 24px;
    }
    .p-hero__lead-img {
        max-width: 320px;
    }
    .p-hero__badge {
        height: 40px;
        padding: 0 20px;
        font-size: 20px;
    }
    .p-hero__badges {
        margin-bottom: 32px;
        justify-content: flex-start;
    }
    .p-hero__visual {
        width: 280px;
        bottom: 10px;
    }
    .p-hero__cta {
        width: 100%;
        max-width: 560px;
    }
    .p-hero__cta::before {
        height: 100px;
    }

    /* Problem */
    .p-problem {
        height: auto;
        padding-bottom: 80px;
        clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
    }
    .p-problem__title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .p-problem__cnt {
        width: 100%;
        height: auto;
        margin-left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .p-problem__item {
        position: static;
        width: 100% !important;
    }
    .p-problem__illust {
        width: 180px;
        bottom: -80px;
    }

    /* Points */
    .p-points {
        padding-top: 120px;
        padding-bottom: 80px;
        margin-top: -80px;
    }
    .p-points h2 {
        width: 100%;
        max-width: 560px;
        margin-bottom: 48px;
    }
    .p-points__item {
        height: auto;
        min-height: 200px;
    }
    .p-points__body {
        padding: calc(40 * 100vw / 768) 0 24px calc(220 * 100vw / 768);
    }
    .p-points__item--highlight .p-points__body {
        padding: calc(69 * 100vw / 768) 0 24px calc(220 * 100vw / 768);
    }
    .p-points__title {
        font-size: calc(28 * 100vw / 768);
        margin-bottom: calc(16 * 100vw / 768);
    }
    .p-points__desc {
        font-size: calc(18 * 100vw / 768);
        margin-bottom: calc(12 * 100vw / 768);
    }
    .p-points__desc br {
        /* display: none; */
    }
    .p-points__note {
        font-size: calc(16 * 100vw / 768);
    }

    /* Plans */
    .p-plans {
        padding: 60px 24px 240px;
    }
    .p-plans__title {
        font-size: 26px;
        padding: 12px 28px;
        margin-bottom: 32px;
    }
    .p-plans__lead {
        font-size: 18px;
        margin-bottom: 32px;
    }
    .p-plans__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        gap: 16px;
        margin-bottom: 48px;
    }
    .p-plans__card--recommend {
        transform: none !important;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    }
    .p-plans__card-name {
        font-size: 30px;
    }
    .p-plans__card-header {
        height: 64px;
    }
    .p-plans__card-body {
        height: 120px;
    }
    .p-plans__card-desc {
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 16px;
    }
    .p-plans__card-price-num {
        font-size: 52px;
    }
    .p-plans__card-price-unit {
        font-size: 28px;
    }
    .p-plans__card-price-unit small {
        font-size: 20px;
    }
    .p-plans__call {
        max-width: 400px;
    }
    .p-plans__call .p-plans__card-body {
        height: auto;
        padding: 20px 16px;
    }
    .p-plans__card-price-separator {
        font-size: 36px;
    }
    .p-plans__call-option {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        margin-top: 16px;
    }
    .p-plans__call-option .option-name {
        font-size: 18px;
        padding: 8px 12px;
        margin-right: 12px;
    }
    .p-plans__call-option .option-txt {
        font-size: 18px;
        margin-right: 8px;
    }
    .p-plans__call-option .option-price {
        font-size: 30px;
    }
    .p-plans__call-option .option-price-unit {
        font-size: 20px;
    }
    .p-plans__call-note {
        font-size: 16px;
    }
    .p-plans__arrow-down {
        width: 120px;
        height: 36px;
        margin-bottom: 32px;
    }
    .p-plans__average-lead {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .p-plans__average-price-num {
        font-size: 52px;
    }
    .p-plans__average-price-unit {
        font-size: 28px;
    }
    .p-plans__average-price-suffix {
        font-size: 20px;
    }
    .p-plans__average-price {
        margin-bottom: 128px;
    }
    .p-plans__switching-moreover {
        font-size: 28px;
        bottom: 90px;
        left: calc(50% - 280px);
    }
    .p-plans__switching-message {
        font-size: 40px;
    }
    .p-plans__switching-message .small-txt {
        font-size: 28px;
    }
    .p-plans__illust {
        width: 160px;
        left: auto;
        bottom: -30px;
    }
    .p-plans::after {
        width: 160px;
        height: 56px;
        bottom: -55px;
    }

    /* Investment */
    .p-invest {
        padding: 80px 24px 80px;
    }
    .p-invest__title {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .p-invest__lead {
        font-size: 28px;
    }
    .p-invest__message {
        font-size: 36px;
        margin-bottom: 24px;
    }
    .p-invest__visual {
        flex-direction: column;
        gap: 24px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .p-invest__phone {
        width: 100%;
        max-width: 400px;
    }
    .p-invest__desc {
        font-size: 20px;
        text-align: left;
        margin-bottom: 32px;
    }
    .p-invest__desc br {
        display: none;
    }
    .p-invest__example {
        padding: 24px 20px;
        border-radius: 20px;
    }
    .p-invest__example-label {
        font-size: 22px;
    }
    .p-invest__example-calc {
        font-size: 22px;
    }
    .p-invest__example-result {
        font-size: 22px;
    }
    .p-invest__example-amount {
        font-size: 30px;
    }

    /* Supporters */
    .p-supporters {
        padding: 60px 24px;
    }
    .p-supporters__lead {
        font-size: 18px;
        margin-bottom: 32px;
    }
    .p-supporters__logos {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .p-supporters__logo-item img {
        width: 240px;
    }
    .p-supporters__logo-item:nth-child(2) img {
        width: 280px;
    }
}

/* ==========================================================================
   RESPONSIVE - 480px (SP)
   ========================================================================== */
@media (max-width: 480px) {
    /* Hero */
    .p-hero {
        padding: 68px 0 0;
    }
    .p-hero__bg {
        top: 48px;
    }
    .p-hero__inner {
        padding: 0 16px;
    }
    .p-hero__title-img {
        max-width: 300px;
        margin-bottom: 16px;
    }
    .p-hero__lead-img {
        max-width: 240px;
    }
    .p-hero__badge {
        height: 32px;
        padding: 0 14px;
        font-size: 14px;
    }
    .p-hero__badges {
        gap: 8px;
        margin-bottom: 20px;
    }
    .p-hero__visual {
        width: 180px;
        bottom: 0;
        right: -10px;
    }
    .p-hero__cta {
        max-width: 100%;
    }
    .p-hero__cta::before {
        height: 60px;
    }

    /* Problem */
    .p-problem {
        padding-bottom: 60px;
        clip-path: polygon(0% 0%, 100% 0, 100% 93%, 50% 100%, 0 93%);
    }
    .p-problem__wrap {
        padding: 0 16px;
    }
    .p-problem__title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .p-problem__cnt {
        gap: 8px;
    }
    .p-problem__illust {
        width: 140px;
        bottom: -60px;
    }

    /* Points */
    .p-points {
        padding-top: 80px;
        padding-bottom: 48px;
        margin-top: -48px;
        background-size: 24px 24px;
    }
    .p-points h2 {
        max-width: 100%;
        margin-bottom: 32px;
    }
    .p-points__inner {
        padding: 0 16px;
    }
    .p-points__item {
        height: auto;
        min-height: auto;
        margin-bottom: 16px;
    }
    .p-points__item-bg img {
        border-radius: 12px;
    }
    .p-points__body {
        /* padding: 16px 12px 16px 44%; */
    }
    .p-points__item--highlight .p-points__body {
        /* padding: 24px 12px 16px 44%; */
    }
    .p-points__title {
        /* font-size: 16px;
        margin-bottom: 8px;
        line-height: 1.3; */
    }
    .p-points__desc {
        /* font-size: 12px;
        margin-bottom: 8px;
        line-height: 1.4; */
    }
    .p-points__note {
        /* font-size: 10px; */
    }
    .p-points__note-mark {
        /* font-size: 10px; */
    }

    /* Plans */
    .p-plans {
        padding: 40px 16px 180px;
    }
    .p-plans__title {
        font-size: 20px;
        padding: 10px 24px;
        margin-bottom: 20px;
    }
    .p-plans__lead {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .p-plans__lead br {
        display: none;
    }
    .p-plans__grid {
        max-width: 100%;
        gap: 12px;
        margin-bottom: 32px;
    }
    .p-plans__card-name {
        font-size: 24px;
    }
    .p-plans__card-header {
        height: 52px;
    }
    .p-plans__card-body {
        height: 100px;
    }
    .p-plans__card-desc {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 12px;
    }
    .p-plans__card-price-num {
        font-size: 40px;
    }
    .p-plans__card-price-unit {
        font-size: 22px;
    }
    .p-plans__card-price-unit small {
        font-size: 16px;
    }
    .p-plans__call {
        max-width: 100%;
    }
    .p-plans__call .p-plans__card-body {
        padding: 16px 12px;
    }
    .p-plans__card-price-separator {
        font-size: 28px;
    }
    .p-plans__call-option {
        flex-wrap: wrap;
        gap: 6px;
    }
    .p-plans__call-option .option-name {
        font-size: 14px;
        padding: 6px 10px;
        margin-right: 8px;
    }
    .p-plans__call-option .option-txt {
        font-size: 14px;
        margin-right: 6px;
    }
    .p-plans__call-option .option-price {
        font-size: 24px;
    }
    .p-plans__call-option .option-price-unit {
        font-size: 16px;
    }
    .p-plans__call-note {
        font-size: 13px;
    }
    .p-plans__arrow-down {
        width: 80px;
        height: 28px;
        margin-bottom: 20px;
    }
    .p-plans__average-lead {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .p-plans__average-price {
        margin-bottom: 100px;
    }
    .p-plans__average-price-num {
        font-size: 40px;
    }
    .p-plans__average-price-num::after {
        height: 10px;
        bottom: -12px;
    }
    .p-plans__average-price-unit {
        font-size: 22px;
    }
    .p-plans__average-price-suffix {
        font-size: 16px;
    }
    .p-plans__switching-moreover {
        font-size: 22px;
        bottom: 72px;
        left: calc(50% - 170px);
        padding: 10px 12px;
    }
    .p-plans__switching-message {
        font-size: 28px;
    }
    .p-plans__switching-message .small-txt {
        font-size: 20px;
    }
    .p-plans__illust {
        width: 120px;
        bottom: -24px;
    }
    .p-plans::after {
        width: 120px;
        height: 42px;
        bottom: -41px;
    }

    /* Investment */
    .p-invest {
        padding: 56px 16px 56px;
    }
    .p-invest__title {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .p-invest__lead {
        font-size: 20px;
    }
    .p-invest__message {
        font-size: 24px;
        margin-bottom: 16px;
        line-height: 1.5;
    }
    .p-invest__visual {
        gap: 16px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .p-invest__phone {
        max-width: 300px;
    }
    .p-invest__desc {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 24px;
    }
    .p-invest__example {
        padding: 20px 16px;
        border-radius: 16px;
    }
    .p-invest__example-label {
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .p-invest__example-calc {
        font-size: 14px;
    }
    .p-invest__example-result {
        font-size: 14px;
    }
    .p-invest__example-amount {
        font-size: 22px;
    }

    /* Supporters */
    .p-supporters {
        padding: 40px 16px;
    }
    .p-supporters__lead {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .p-supporters__logos {
        flex-direction: column;
        gap: 12px;
    }
    .p-supporters__logo-item img {
        width: 200px;
    }
    .p-supporters__logo-item:nth-child(2) img {
        width: 240px;
    }
}
