/* ============================================
   Reset and Base Styles
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
    line-height: 1.8;
    font-style: normal;
    overflow-x: hidden;
}

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

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

.mb-0\.5 {
    margin-bottom: 0.5rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-1\.5 {
    margin-bottom: 1.5rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.indent {
    padding-left: 1em;
	text-indent: -1em;
}

.indent-1\.5 {
    padding-left: 1.5em;
	text-indent: -1.5em;
}

h6 {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.pc-br {
    display: inline;
}

.sp-br {
    display: none;
}

/* タブレット（768px〜1024px） */
@media (max-width: 1200px) {
    .container {
        padding: 0 1.875rem;
    }

    .pc-br {
        display: none;
    }
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    body {
        font-size: 0.875rem;
    }

    .container {
        padding: 0 1.25rem;
    }

    h6 {
        font-size: 1rem;
    }

    .sp-br {
        display: block;
    }
}

/* ============================================
   ファーストビュー
   ============================================ */
.mv-section {
    background-image: url(../images/mv_bg_pc.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: clamp(1.25rem, 4vw, 2.5rem) 0 clamp(3.75rem, 10vw, 7.5rem);
}

.site-header {
    padding-bottom: 6.25rem;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-surugacard {
    width: 100%;
    max-width: 20rem;
}

.logo-jcb {
    width: 100%;
    max-width: 4.75rem;
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .mv-section {
        background-image: url(../images/mv_bg_sp.jpg);
    }

    .site-header {
        padding: 0 0 2.5rem;
    }
}

/* 超小型スマートフォン（〜480px） */
@media (max-width: 480px) {
    .logo-surugacard {
        max-width: 200px;
    }

    .logo-jcb {
        max-width: 50px;
    }
}

.mv-top {
    margin-top: 0;
}

.mv-content {
    display: flex;
    gap: 0.375rem;
    align-items: center;
}

.mv-text {
    flex: 1 1 530px;
    order: 1;
    position: relative;
}

.mv-image {
    text-align: center;
    flex: 1 1 610px;
    order: 2;
}

.mv-image img {
    display: inline-block;
}

.mv-subtitle {
    font-size: clamp(0.9375rem, 3vw, 1.45rem);
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}


.mv-text h1 .mv-title-line1,
.mv-text h1 .mv-title-line2 {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #a0a0a0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(2.325rem, 10.4vw, 3.875rem);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: left;
}

.mv-text h1 {
    margin-bottom: 1.5rem;
}

@media (min-width: 769px) {
    /* 和文+英字混在時の見た目の右ズレを補正 */
    .mv-text h1 {
        margin-left: -0.4em;
    }
}

.lead-copy {
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.mv-text .price {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 1rem;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.mv-text .price .item, .mv-text .familycard .item {
    font-size: 1rem;
    color: #c8c8c8;
    font-weight: 400;
    margin-right: 0.5em;
}

.mv-text .price .amount {
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: 400;
}

.mv-text .price .tax {
    font-size: 0.875rem;
    color: #c8c8c8;
    letter-spacing: 0;
}

.mv-text .familycard {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

/* タブレット（768px〜1024px） */
@media (max-width: 1024px) {
    .mv-content {
        gap: 2.5rem;
    }
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .mv-content {
        flex-direction: column;
        align-items: center;
    }

    .mv-text {
        order: 2;
        width:100%;
        position: relative;
        z-index: 2;
        margin-top: -15vw;
    }

    .mv-text .mv-title {
        position: static;
        transform: none;
        width: 100%;
        text-align: center;
    }

    .mv-image {
        order: 1;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .mv-text, .mv-image {
        flex: none;
        width: 100%;
    }

    .mv-text h1 {
        width: 90%;            /* 画面幅に対する比率 */
        max-width: 420px;
        margin: 0 auto 0.7rem;
        container-type: inline-size;
    }

    @supports (font-size: 1cqi) {
        .mv-text h1 .mv-title-line1,
        .mv-text h1 .mv-title-line2 {
            font-size: clamp(2.325rem, 13cqi, 3.875rem);
        }
    }

    .mv-subtitle, .mv-text .price, .mv-text .familycard {
        text-align: center;
    }

    .mv-text .price {
        justify-content: center;
    }
}

/* 超小型スマートフォン（〜480px） */
@media (max-width: 480px) {
    .mv-text {
        margin-top: -5vw;
    }

    .mv-text .mv-title  {
        width: 100%;
    }

    .mv-text .price {
        font-size: 1.5rem;
    }

    .mv-text .price .item, .mv-text .familycard .item{
        font-size: 0.875rem;
    }

    .mv-text .price .amount {
        font-size: 1.5rem;
    }

    .mv-text .price .tax {
        font-size: 0.75rem;
    }

    .mv-text .familycard {
        font-size: 1rem;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(212,175,55,.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(212,175,55,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(212,175,55,0);
    }
}

.button-wrap {
    display: flex;
    width: 100%;
    margin: 1.5rem 0;
}

.button-wrap.left {
    justify-content: flex-start;
}

.button-wrap.center {
    justify-content: center;
}

.button-apply-w, .button-apply-b {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    min-height: 3.5rem;
    padding: 1rem 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 400;
}

.button-apply-w {
    width: 28rem;
    background: linear-gradient(135deg, #cfd4da 0%, #f2f4f7 40%, #b7bcc3 100%);
    color: #000;
}

.button-apply-b {
    width: 28rem;
    background: linear-gradient(135deg, #363636 0%, #505050 40%, #383838 100%);
    color: #fff;
}

.button-apply-b.small {
    width: 16rem;
}

/* お申し込みボタンの矢印 */
.button-apply-w::after, .button-apply-b::after {
    content: "";
    width: 36px;
    height: 12px;
    flex-shrink: 0;
    margin-left: auto;
    display: block;
    background-color: currentColor;
    -webkit-mask: url("../images/button-link-arrow-mask.svg") no-repeat center / contain;
    mask: url("../images/button-link-arrow-mask.svg") no-repeat center / contain;
}

.button-apply-w span, .button-apply-b span {
    display: block;
}

@media (hover: hover) {
    .button-apply-w:hover,
    .button-apply-b:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
    }
}

.note {
    font-size: 0.875rem;
}

.note-heading {
    font-size: 0.9375rem;
    font-weight: 400;
}

.note-s {
    font-size: 0.75rem;
    color: #cbcbcb;
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .button-wrap, .button-wrap.left, .button-wrap.center {
        justify-content: center;
    }

    .button-apply-w, .button-apply-b {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 16rem;
        margin-left: auto;
        margin-right: auto;
        padding: 1em;
    }

    .note {
        font-size: 0.75rem;
    }

    .note-heading {
        font-size: 0.8125rem;
    }

    .note-s {
        font-size: 0.6875rem;
    }
}

/* ============================================
   キャンペーン
   ============================================ */

/* ============================================
   特徴セクション
   ============================================ */
.merit-section {
    background-color: #323232;
    padding: clamp(3.75rem, 8vw, 7.5rem) 0;
}

.section-title-wrap {
    margin-bottom: 3.75rem;
}

.section-title-e-dark {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    color: #b4b4b4;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-align: center;
}

.section-title-e-dark span {
    position: relative;
}

.section-title-e-dark span::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 1px;
    bottom: -15px;
    left: -10%;
    background: linear-gradient(to right, #a0a0a0, #fff);
}

.section-title {
    font-size: 2.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    line-height: 1.5;
    margin: 2.5rem 0 0.625rem;
}

.lead {
    position: relative;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    z-index: 1;
}

/* タブレット（768px〜1024px） */
@media (max-width: 1024px) {
    .section-title {
        font-size: 2.25rem;
    }
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .section-title-wrap {
        margin-bottom: 2.5rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-title-e-dark, .section-title-e-bright {
        font-size: 0.875rem;
    }

    .lead {
        font-size: 1rem;
    }
}

/* 超小型スマートフォン（〜480px） */
@media (max-width: 480px) {
    .section-title {
        font-size: 1.5rem;
    }
}

.merit-title-wrap {
    position: relative;
    margin: 7.5rem 0 3.125rem;
}

.merit-number {
    position: absolute;
    width: 174px;
    height: 127px;
    top: -35%;
    left: 15%;
    z-index: 0;
}

.merit-title {
    position: relative;
    font-size: 2.125rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0.3rem;
    z-index: 1;
}

/* タブレット（768px〜1024px） */
@media (max-width: 1024px) {
    .merit-number {
        left: 5%;
    }

    .merit-title {
        font-size: 1.75rem;
    }
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .merit-title-wrap {
        margin: 3.75rem 0 1.875rem;
    }

    .merit-number {
        width: 120px;
        height: auto;
        top: -20%;
        left: 0;
    }

    .merit-title {
        font-size: 1.5rem;
    }
}

/* 超小型スマートフォン（〜480px） */
@media (max-width: 480px) {
    .merit-title {
        font-size: 1.25rem;
    }
}

.grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
}

.merit-item {
    background-color: #3c3c3c;
    border: 1px solid #5a5a5a;
    padding: 3.75rem;
}

.grid-2col-img {
    margin-bottom: 1.875rem;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.grid-2col-img img {
    display: block;
    margin: 0 auto;
}

.merit-item h4 {
    font-size: 1.375rem;
    color: #b4b4b4;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem ;
}

.external-link {
    display: inline;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 3px;
    --external-link-icon: url("../images/external-link-black.svg");
}

.external-link-wrap {
    margin-top: 1.125rem;
}

.external-link-wrap--double {
    display: flex;
    gap: 1em;
}

/* pc（769px〜） */
@media (min-width: 769px) {
    .external-link-wrap--double {
        justify-content: center;
    }
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .external-link-wrap {
        margin-top: 0.5rem;
    }
}

.external-link::after {
    content: "";
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-left: 0.25em;
    background: no-repeat center/contain var(--external-link-icon);
    vertical-align: -0.12em;
}

.external-link__icon {
    display: none;
}

.external-link--black {
    color: #000;
    --external-link-icon: url("../images/external-link-black.svg");
}

.external-link--white {
    color: #fff;
    --external-link-icon: url("../images/external-link-white.svg");
}

.usj-area {
    display: flex;
    align-items: center;
}

.usj-logo {
    flex-shrink: 0;
    margin-right: 0.625rem;
    max-width: 143px;
}

.usj-text {
    font-size: 0.625rem;
    color: #dcdcdc;
    line-height: 1.5;
}

.merit-icon-area {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-top: 1.875rem;
    position: relative;
    z-index: 1;
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .usj-area {
        display: block;
    }

    .usj-logo {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

.merit-icon-box {
    max-width: 80px;
}

.merit-icon-text {
    font-weight: 500;
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .grid-2col {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .grid-2col-img {
        margin-bottom: 1rem;
    }

    .merit-item {
        padding: 1.5rem;
    }

    .merit-item h4 {
        font-size: 1.125rem;
    }

    .merit-icon-area {
        gap: 1.25rem;
        margin-top: 1.25rem;
    }

    .usj-area {
        display: block;
    }

    .usj-logo {
        width: 40%;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

/* ============================================
   充実したサービスで年会費以上の価値を。
   ============================================ */
.service-section {
    background-color: #464646;
    padding: clamp(3.75rem, 8vw, 7.5rem) 0;
}

.service-section .section-title {
    margin: 0 0 3.125rem;
}

.service-content {
    width: 100%;
    background-color: #5a5a5a;
    border: 1px solid #6e6e6e;
    padding: 3.75rem;
}

.service-title {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 3.125rem;
}

.service-title .amount-text {
    font-size: 2.125rem;
    margin: 0.25rem 0;
    line-height: 1.2;
}

.service-title .amount-number {
    font-family: "Roboto", sans-serif;
    font-size: 5.3125rem;
}

.service-title .amount-note, .annual-fee {
    font-size: 1rem;
    font-weight: 400;
}

.annual-fee span {
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
}

/* タブレット（768px〜1024px） */
@media (max-width: 1024px) {
    .service-content {
        padding: 2.5rem 1.875rem;
    }

    .service-title .amount-number {
        font-size: 4.0625rem;
    }
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .service-content {
        padding: 1.875rem 1.25rem;
    }

    .service-title {
        font-size: 1.125rem;
        margin-bottom: 1.875rem;
    }

    .service-title .amount-text {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .service-title .amount-number {
        font-size: 3rem;
    }

    .service-title .amount-note,
    .annual-fee {
        font-size: 0.875rem;
    }

    .annual-fee span {
        font-size: 1.125rem;
    }
}

/* 超小型スマートフォン（〜480px） */
@media (max-width: 480px) {
    .service-title .amount-number {
        font-size: 2.5rem;
    }
}

.service-content-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    margin-bottom: 2.5rem;
}

.service-item {
    background-color: #3c3c3c;
    padding: 2.875rem 1.875rem;
}

.service-icon {
    max-width: 54px;
    margin: 0 auto 2rem;
}

.value-title {
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 1.5625rem;
}

.amount-number-s {
    font-family: "Roboto", sans-serif;
    font-size: 2.8125rem;
    padding: 0 0.05rem;
}

.value-text .note {
    color: #dcdcdc;
}

.service-item:nth-of-type(2) .value-text:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #5a5a5a;
}

/* タブレット（768px〜1024px） */
@media (max-width: 1024px) {
    .service-content-wrap {
        gap: 1.25rem;
    }

    .service-item {
        padding: 2.5rem 1.5rem;
    }
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .service-content-wrap {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-bottom: 1.875rem;
    }

    .service-item {
        padding: 1.875rem 1.25rem;
    }

    .amount-number-s {
        font-size: 2rem;
    }
}

/* 超小型スマートフォン（〜480px） */
@media (max-width: 480px) {
    .amount-number-s {
        font-size: 1.75rem;
    }
}

/* ============================================
   安全・安心セクション
   ============================================ */
.promise-section {
    background-color: #f5f5f5;
    padding: clamp(3.75rem, 8vw, 7.5rem) 0;
    color: #000;
}

.section-title-e-bright {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    color: #5a5a5a;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-align: center;
}

.section-title-e-bright span {
    position: relative;
}

.section-title-e-bright span::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 1px;
    bottom: -15px;
    left: -10%;
    background: linear-gradient(to right, #b4b4b4, #5a5a5a);
}

.promise-item {
    background-color: #fff;
    padding: 2.5rem;
}

.promise-item-title {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
}

.promise-list {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.promise-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0.5rem 1.75rem;
    border-bottom: none;
}

/* pc（769px〜） */
@media (min-width: 769px) {
    .promise-item:first-child .promise-list li {
        width: 25%;
    }

    .promise-item:last-child .promise-list li {
        width: 33.3333%;
    }
}

.promise-list li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dcdcdc;
}

.promise-icon {
    width: 54px;
    flex-shrink: 0;
    margin-bottom: 0.75rem;
}

.promise-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.promise-item .note {
    color: #5a5a5a;
}

.promise-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.875rem;
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .promise-item {
        padding: 1.875rem 1.25rem;
    }

    .promise-item-title {
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .promise-list {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .promise-list li {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        padding: 1.875rem 0;
    }

    .promise-list li::before {
        display: none;
    }

    .promise-list li + li {
        border-top: 1px solid #dcdcdc;
    }

    .promise-list li:first-child {
        padding-top: 1rem;
    }

    .promise-list li:last-child {
        padding-bottom: 1rem;
    }

    .promise-icon {
        width: 40px;
        margin-bottom: 0;
        margin-right: 0.75rem;
    }
}

/* ============================================
   JCBならではの特典
   ============================================ */
.benefits-section {
    background-color: #fff;
    padding: clamp(3.75rem, 8vw, 7.5rem) 0;
    color: #000;
}

.benefits-item {
    background-color: #f5f5f5;
    padding: 3.75rem;
}

.benefits-item h4 {
    font-size: 1.375rem;
    color: #5a5a5a;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem ;
}

.copyright-on-img {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.6875rem;
    padding: 3px 6px;
    pointer-events: none;
}

/* タブレット（768px〜1024px） */
@media (max-width: 1024px) {
    .benefits-item {
        padding: 2.25rem;
    }
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .benefits-item {
        padding: 1.875rem 1.25rem;
    }

    .benefits-item h4 {
        font-size: 1.125rem;
    }
}

/* ============================================
   カード入会までの流れ
   ============================================ */
.flow-section {
    background-color: #464646;
    padding: clamp(3.75rem, 8vw, 7.5rem) 0;
}

.flow-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

.flow-step {
    position: relative;
    background: #5a5a5a;
    border: 1px solid #6e6e6e;
    padding: 2.5rem 1.875rem;
    min-height: 302px;
}

.flow-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    color: #dcdcdc;
    font-size: 1.5rem;
}

@media (hover: hover) {
    .flow-step:hover {
        border-color: #d4af37;
        transform: scale(1.05);
    }
}

.step-num {
    min-width: 54px;
    max-width: 62px;
    margin-bottom: 20px;
}

.flow-step h5 {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

/* タブレット（768px〜1024px） */
@media (max-width: 1024px) {
    .flow-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.875rem;
    }

    .flow-step:not(:last-child)::after {
        right: -24px;
        bottom: auto;
        transform:translateY(-50%);
    }

    .flow-step:last-child::after {
        content:"";
    }
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .flow-steps {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .flow-step {
        padding: 1.875rem 1.25rem;
        min-height: auto;
    }

    .flow-step:not(:last-child)::after {
        content: "↓";
        left: 50%;
        bottom: -20px;
        right: auto;
        top: auto;
        transform:translate(-50%,50%);
        font-size: 1.25rem;
    }

    .flow-step h5 {
        font-size: 1.125rem;
    }
}

/* ============================================
   カード基本情報
   ============================================ */
.information-section {
    background-color: #fff;
    padding: clamp(3.75rem, 8vw, 7.5rem) 0;
    color: #000;
}

.info-table {
    margin-bottom: 1.25rem;
}

.info-item {
    display: grid;
    grid-template-columns: 26% 1fr;
    border-bottom: 1px solid #fff;
}

.info-item dt, .info-item dd {
    padding: 1.25em ;
}

.info-item dt {
    font-weight: 400;
    background-color: #ebebeb;
    border-right:1px solid #fff;
}

.info-item dd {
    background-color: #f5f5f5;
    margin: 0;
}

.external-link-textonly {
    display: inline;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    /* アイコン用。modifier が無い場合の保険 */
    --external-link-textonly-icon: url("../images/external-link-black.svg");
}

.external-link-textonly__inner {
    display: inline;
}

.external-link-textonly__text {
    display: inline;
}

.external-link-textonly__icon {
    display: none;
}

.external-link-textonly--black {
    color: #000;
    --external-link-textonly-icon: url("../images/external-link-black.svg");
}

.external-link-textonly--white {
    color: #fff;
    --external-link-textonly-icon: url("../images/external-link-white.svg");
}

.external-link-textonly--lingtgray {
    color: #cbcbcb;
    --external-link-textonly-icon: url("../images/external-link-lightgray.svg");
}

/* typosafe alias */
.external-link-textonly--lightgray {
    color: #cbcbcb;
    --external-link-textonly-icon: url("../images/external-link-lightgray.svg");
}

.external-link-textonly::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.25em;
    background: no-repeat center/contain var(--external-link-textonly-icon);
    vertical-align: -0.12em;
}

/* .text-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    cursor: pointer;
    transition: .2s;
    text-underline-offset:3px;
} */

/* .text-link-arrow::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-left: 3px;
} */

/* @media (hover: hover) {
    .text-link-arrow:hover::after {
        transform: translateX(2px) rotate(45deg);
    }
} */

/* .insurance-compensation .text-link-arrow {
    padding-left: 1.8em;
} */

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .info-item {
        grid-template-columns: 1fr;
    }

    .info-item dt {
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .info-item dt,
    .info-item dd {
        padding: 1em;
    }
}

/* ============================================
   FAQ
   ============================================ */
.faq-section {
    background-color: #f5f5f5;
    padding: clamp(3.75rem, 8vw, 7.5rem) 0;
    color: #000;
}

.faq-item {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.25rem;
    padding: 0 1.875em;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.faq-q span {
    font-size: 1.125rem;
}

/* summaryリセット */
.faq-q {
    list-style: none;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 1.25rem 2.5rem 1.25rem 0;
}

/* デフォルト三角消す */
.faq-q::-webkit-details-marker {
    display: none;
}

.faq-q::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #5a5a5a;
    border-bottom: 1.5px solid #5a5a5a;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
}

details[open] .faq-q::after {
    transform: translateY(-50%) rotate(-135deg);
}

details[open] .faq-q {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1rem;
}

.faq-a {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 0 0 1.25rem;
}

details[open] .faq-a {
    padding-top: 1rem;
}

.faq-icon {
  width: 28px;
  height: auto;
  flex-shrink: 0;
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .faq-item {
        padding: 0 1rem;
    }

    .faq-q, .faq-a {
        gap: 0.9375rem;
    }

    .faq-q span {
        font-size: 1rem;
    }

    .faq-icon {
        width: 24px;
        height: auto;
    }
}

/* ============================================
   注意事項
   ============================================ */
.notice-section {
    background-color: #464646;
    padding: clamp(3.75rem, 8vw, 7.5rem) 0;
}

.notice-block {
    padding: 2.25rem 0;
    border-bottom: 1px solid #5a5a5a;
}

.notice-block:last-child {
    border-bottom: none;
}

/* .notice-block .text-link-arrow {
    padding-left: 1em;
} */

/* .notice-block .text-link-arrow::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
} */

.notice-block .note {
    color: #cbcbcb;
}

/* .text-link {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    cursor: pointer;
    transition: .2s;
    text-underline-offset:3px;
} */

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .notice-block {
        padding: 1.5625rem 0;
    }
}

/* 超小型スマートフォン（〜480px） */
@media (max-width: 480px) {
    .notice-item li:first-child {
        margin-bottom: 0.25rem;
    }
}

/* ============================================
   Footer
   ============================================ */
.footer-section {
    background: #323232;
    text-align: center;
    padding: 3.125rem 0;
}

.contact {
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 1.875rem;
}

.footer-contact-wrap {
    display: flex;
    justify-content: center;
    gap: 1.875rem;
}

.footer-contact-box {
    width: 360px;
    background-color: #3c3c3c;
    padding: 1.5rem 1.875rem 1.75rem;
}

.contact-name {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.contact-name span {
    font-size: 0.75rem;
}

.contact-phone {
    font-family: "Roboto", sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0.75rem 0;
}

.contact-phone a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.contact-hours {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.copyright {
    font-family: "Roboto", sans-serif;
    font-size: 0.675rem;
    color: #cbcbcb;
    margin-top: 2rem;
}

/* タブレット（768px〜1024px） */
@media (max-width: 1024px) {
    .contact-phone a{
        pointer-events: none;
    }
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .footer-section {
        padding: 1.875rem 0 5.625rem;
    }

    .footer-contact-wrap {
        flex-direction: column;
        gap: 1.25rem;
    }

    .footer-contact-box {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .contact {
        margin-bottom: 1.5rem;
    }

    .contact-name {
        font-size: 1.125rem;
    }

    .contact-phone {
        font-size: 1.5rem;
    }

    .contact-phone a {
        pointer-events: auto;
    }

    .copyright {
        margin-top: 1.5rem;
    }
}

@media (hover:none) {
    .contact-phone a {
        pointer-events: auto;
    }
}

/* ============================================
   お申し込みボタン
   ============================================ */

/* --- 固定CTAのベース（最初は隠しておく） --- */
.fixed-cta-sp {
    display: none; /* PCでは表示しない */
}

/* スマートフォン（〜768px） */
@media (max-width: 768px) {
    .fixed-cta-sp {
        display: flex;
        justify-content: center;
        position: fixed;
        left: 16px;
        right: 16px;
        bottom: 16px;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.4s ease;
    }

    /* クラスがついたら表示 */
    .fixed-cta-sp.is-show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* 固定ボタンの中のボタン調整 */
    .fixed-cta-sp .button-apply-w {
        width: 100%;
        max-width: none;
        margin: 0;
        display: flex;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }
}

/* ============================================
   動き
   ============================================ */
.fade-up {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}