
html,
body,
div,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    }

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

*,
*::before,
*::after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
    }

input,
textarea,
button {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
}

button{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1rem;
    position: relative;
}

main{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.l-main_inner{
    position: relative;

}

.u-inline_block{
    display: inline-block;
}

.u-pc_block{
    display: block;
}
@media (max-width: 820px) {
    .u-pc_block{
        display: none !important;
    }
}
.u-sp_block{
    display: none!important;
}
@media (max-width: 820px) {
    .u-sp_block{
        display: block !important;
    }
}
/* layout */

.l-container{
    max-width: 1200px;
    width: 93%;
    margin: 0 auto;
}
@media (max-width: 820x) {
    .l-container{
        width: 93%;
        margin: 0 auto;
        padding: 0;
    }
}

/* common */



/* ヘッダー全体 */


/* fv */
.p-fv{
    width: 100%;
    position: relative;
}
.p-fv img{
    width: 100%;
    position: relative;
}


.p-invest {
    margin: 60px 0;
}
.p-invest .l-container{
    max-width:1000px;
}

/* 枠全体 */
.p-invest_box {
    position: relative;
    border: 2px solid #006C80; /* 外枠のエメラルド系ライン */
    border-radius: 24px;
    padding: 72px 56px 40px;  /* 上はラベル分多め */
    background: #fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

/* 上のカプセルラベル */
.p-invest_label {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background: #006C80;
    color: #fff;
    padding: 2px 64px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0,05em;
}

/* 見出し */
.p-invest_head {
    text-align: center;
    margin-bottom: 24px;
}

.p-invest_title {
    font-weight: 700;
    font-size: clamp(35px, 2.5vw, 50px);
}

/* 中身レイアウト */
.p-invest_body {
    display: flex;
    align-items: center;
    gap: 70px;
}

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

/* テキスト */
.p-invest_text{
    width: 50%;
}
.p-invest_text p {
    font-size: 18px;
    line-height: 1.8;
   
}
.p-invest_figure{
        width: 50%;
}

.p-invest_em {
    margin-top: 16px;
}
.p-invest_em .u-marker {
    margin-top: 16px;
    color: #6b3b9a;
    font-weight: 700;
}

/* マーカー風ハイライト */
.u-marker {
    background: linear-gradient(transparent 60%, #FFFF00 60%);
}

/* 注意書き */
p.p-invest_note {
    margin-top: 16px;
    font-size: 12px;
}

@media (max-width: 1400px) and (min-width: 769px) {

  /* --- INVEST セクション --- */
    .p-invest_label {
        font-size: clamp(24px, 2.4vw, 32px);
    }

    .p-invest_title {
        font-size: clamp(24px, 2.3vw, 36px);
    }

    .p-invest_text p {
        font-size: clamp(15px, 1.2vw, 18px);
    }
}


/* SP レイアウト */
@media (max-width: 768px) {
    .p-invest{
        margin: 40px 0;
    }
    .p-invest_text{
    width: 100%;
    }
    .p-invest_figure{
            width: 100%;
    }

    .p-invest_text p {
        font-size: 16px;
        letter-spacing: normal;
    }
    p.p-invest_note {
        font-size: 11px
    }

    .p-invest_box {
        padding: 40px 16px 30px;
    }

    .p-invest_body {
        flex-direction: column;
        gap: 24px;
    }

    .p-invest_label {
        font-size: 22px;
        padding: 8px 29px;
        width: 60%;
        text-align: center;
    }
}

/* セクション全体 */
.p-merit {
    padding: 80px 0 00px;
    background: #fff;
}

/* ヘッダー周り */
.p-merit_head {
    position: relative;
    text-align: center;
    margin-bottom: 56px;
}

/* 背景の MERIT */
.p-merit_en {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: clamp(91px, 9vw, 150px);
    letter-spacing: 0.05em;
    color: rgba(107, 59, 154, 0.2); /* 薄いパープル */
    line-height: 1;
}

/* カプセルラベル */
.p-merit_label {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    background: #007b86; /* 青緑系 */
    color: #fff;
    padding: 10px 56px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 40px;
}

/* 日本語タイトル */
.p-merit_title {
    margin-top: 56px;   
font-size: clamp(35px, 2.5vw, 50px);
    font-weight: 700;
}

/* カードリスト */
.p-merit_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1080px) {
    .p-merit_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

}
/* 各メリット */
.p-merit_item {
    /* flex: 1 1 calc(25% - 24px); */
    min-width: 220px;
    text-align: center;
    position: relative;
}

/* 数字（Inter） */
.p-merit_num {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 67px;
    color: #6B3B9A; /* パープル */
    margin-bottom: 12px;
    position: absolute;
    left: 0;
    top: -2%;
    z-index: 3;

}

/* 丸いパネル */
.p-merit_panel {
    border-radius: 50%;
    border: 2px solid #D9F9FF; /* 薄い水色の線 */
    padding: 32px 55px 24px;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    position: relative;
    width: 327px;
    height: 327px;
    margin-left: -20px;
}



/* アイコン */
.p-merit_icon {
    margin-bottom: 16px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-merit_icon img {
    display: block;
    /* max-width: 80px; */
    height: 100px;
    /* height: auto; */
}
.p-merit_icon.--1 img {
    display: block;
    height: 66px;
}

/* 見出し・本文 */
.p-merit_item_title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
    color: #006071;
}

.p-merit_item_text {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: normal;
}
@media (max-width: 1400px) and (min-width: 769px) {
    .p-merit_en {
        /* 背景の大きい MERIT */
        font-size: clamp(52px, 6vw, 90px);
    }

    .p-merit_label {
        /* 「メリット」ラベル 40px → 32〜22px に */
        font-size: clamp(22px, 2.2vw, 32px);
    }

    .p-merit_title {
        font-size: clamp(22px, 2.3vw, 34px);
    }

    .p-merit_item_title {
        font-size: clamp(18px, 1.5vw, 22px);
    }

    .p-merit_item_text {
        font-size: clamp(13px, 1.05vw, 15px);
    }
}

/* ============================
   MERIT（768px以下：スマホ）
   ============================ */
@media (max-width: 768px) {

    .p-merit {
        padding: 40px 0 20px;
    }

    /* ヘッド部分（余白・位置合わせ） */
    .p-merit_head {
        margin-bottom: 40px;
    }
    .p-merit_label {
        padding: 4px 32px;
        font-size: 22px;
        width: 60%;
    }
    .p-merit_title {
        margin-top: 10px;
    }
    /* リスト → 完全縦並び */
    .p-merit_list {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

        /* .p-merit_item {
        flex: 1 1 100%;
        max-width: 320px;
        margin: 0 auto;
    } */
    /* 各アイテム */
    .p-merit_item {
        width: 100%;
        max-width: 330px;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }

    /* 数字 01 / 02 / 03 / 04 */
    .p-merit_num.--left {
        font-size: 65px;
        top: 10px;      /* パネル上に少し重ねる */
        left: 15%;
        transform: translateX(-50%);
        color: #6B3B9A;
    }
        .p-merit_num.--right{
        font-size: 65px;
        top: 10px;      /* パネル上に少し重ねる */
        left: 82%;
        transform: translateX(-50%);
        color: #6B3B9A;
    }


    /* 丸いパネル */
    .p-merit_panel {
        width:300px;
        height: 300px;
        margin: 0 auto;
        padding: 28px 33px 20px;
        border-width: 4px;
        justify-content: center;
    }

    /* アイコン */
    .p-merit_icon {
        height: 70px;
        margin-bottom: 12px;
    }
    .p-merit_icon img {
        height: 83px;
    }
    .p-merit_icon.--1 img {
        height: 64px;
    }

    /* タイトル */
    .p-merit_item_title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    /* 本文 */
    .p-merit_item_text {
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
    }
}


/* セクション背景（薄いグリーンのグラデ） */
.p-tokyo {
    position: relative;
    padding: 230px 0 120px;
    background: linear-gradient(#ceffe0 0%, #d9f9ff 100%);
    overflow: hidden; /* 三角がはみ出る場合に備えて */
    z-index: 2;
}

.p-tokyo::before {
    content: "";
    position: absolute;
    top: -1px; /* うっすら隙間ができるのを防ぐ */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 180px solid #fff; /* 三角の色（背景色に合わせる） */
}
@media (max-width: 768px) {
    .p-tokyo::before {
         border-top: 50px solid #fff; /* 三角の色（背景色に合わせる） */
    }
}
/* 見出し */
.p-tokyo_head {
    text-align: center;
    margin-bottom: 56px;
}

.p-tokyo_title {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: clamp(34px, 2.4vw, 48px);
    font-weight: 700;
    color: #006071;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

/* 両サイドのカンマみたいな飾り */
.p-tokyo_title_deco {
    width: 49px;
    position: relative;
    bottom: -10px;
    
}
.p-tokyo_title_deco.--right {
    transform: scaleX(-1);
}
@media (max-width: 768px) {
    .p-tokyo .l-container {
        width: 96%;
    }

    .p-tokyo_title {
        gap: 0;
        align-items: end;
        position: relative;
    }
    .p-tokyo_title_deco{
        width: 35px;
        position: absolute;
    }
    .p-tokyo_title_deco.--left{
        left: -8%;
        bottom: -10%;
    }
    .p-tokyo_title_deco.--right{
        right: -8%;
        bottom: -10%;
    }
}





/* ハイライト */
.p-tokyo_title_main .u-marker{
    font-size: clamp(42px, 6vw, 56px);
}
.u-marker {
    background: linear-gradient(transparent 60%, #FFFF00 60%);
}

/* レイアウト */
.p-tokyo_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 90px;
    margin-bottom: 56px;
}
.p-tokyo_row--reverse {
    /* flex-direction: row-reverse; */
}

.p-tokyo_graph {
    flex: 1 1 50%;
    padding: 0 30px;
}

.p-tokyo_graph.--2 {
    order: 2;
}
.p-tokyo_graph img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* 吹き出しフレーム共通 */
.p-tokyo_box {
    position: relative;
    flex: 1 1 42%;
    padding: 28px 32px;
    border-radius: 18px;
    border: 2px solid #006C80;
    background: #fff;
}

/* 右上がちょっと飛び出してる枠 */
.p-tokyo_box--right::after {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 100px;
    height: 100px;
    border-top: 2px solid #006C80;
    border-left: 2px solid #006C80;
    border-top-left-radius: 20px;
    background: transparent; /* セクション背景と合わせる */
}

/* 左下が飛び出してる枠 */
.p-tokyo_box--left::after {
    content: "";
    position: absolute;
    top: -12px;
    right: -12px;
    width: 100px;
    height: 100px;
    border-top: 2px solid #006C80;
    border-right: 2px solid #006C80;
    border-top-right-radius: 18px;
    background: transparent;
}
.p-tokyo_box--left{
    order: 1;
}

/* ボックス内テキスト */
.p-tokyo_box_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.6;
    color: #006071;
}
.p-tokyo_box_title span {
    color: #006071;
    font-size: 36px;
    line-height: 1;
}

.p-tokyo_box_text {
    font-size: 15px;
    line-height: 1.8;
}
.p-tokyo_note{
    font-size: 13px;
    letter-spacing: normal;
}
.p-tokyo_note_url{
    font-size: 10px;
}
@media (max-width: 1400px) and (min-width: 769px) {
    .p-tokyo_title {
        font-size: clamp(20px, 2.2vw, 32px);
    }

    .p-tokyo_title_main .u-marker {
        font-size: clamp(28px, 3vw, 40px);
    }

    .p-tokyo_box_title {
        font-size: clamp(18px, 1.7vw, 22px);
        font-size: 20px;
    }

    .p-tokyo_box_title span {
        font-size: clamp(24px, 2.4vw, 30px);
    }

    .p-tokyo_box_text {
        font-size: clamp(13px, 1.1vw, 15px);
    }
}


/* SP レイアウト */
@media (max-width: 768px) {
    .p-tokyo_row{
        gap: 45px;
    }
    .p-tokyo_row,
    .p-tokyo_row--reverse {
        flex-direction: column;
    }
    .p-tokyo_box,
    .p-tokyo_graph {
        flex: 1 1 100%;
    }
    .p-tokyo_box--right{
        order: 1;
    }
     .p-tokyo_box--right{
        order: 1;
    }
    .p-tokyo_graph{
        order: 2;
        padding: 0 15px;
    }

    .p-tokyo_box--right::after {
        right: 24px;
        width: 70px;
        height: 70px;
    }
    .p-tokyo_box--left::after {
        /* left: 24px; */
        width: 70px;
        height: 70px;
    }
    .p-tokyo_box_title{
        font-size: 20px;
    }
    .p-tokyo_box_title span {
        font-size: 30px;
    }
        .p-tokyo {
        padding: 70px 0 30px;
    }
    .p-tokyo_box--right {
        padding: 20px 18px;
        padding-right: 30px;
        position: relative;
        right:-20px;
        border-radius: 16px 0 0 16px;
    }
    .p-tokyo_box--left {
        padding: 20px 18px;
        padding-left: 30px;
        position: relative;
        left:-20px;
        border-radius: 0 16px 16px 0;
    }
    .p-tokyo_title_main {
        width: 120%;
    }
        .p-tokyo_box_text {
        letter-spacing: normal;
    }
}

/* 右下→外に線を伸ばすパーツ */
.p-tokyo_box_line {
    position: absolute;
    left: -2px;
    width:54px;
    height: 54px;
}
.p-tokyo_box_line.--left {
    position: absolute;
    left: 100%;
    top: 50%;
    width:54px;
    height: 54px;
}


.p-tokyo_box_line::before,
.p-tokyo_box_line::after {
    content: "";
    position: absolute;
    background: #006c80;
}

/* 斜め線 */
.p-tokyo_box_line::before {
    width: 2px;
    height: 60px;
    transform: rotate(50deg);
    transform-origin: top right;
}
.p-tokyo_box_line.--left::before {
    width: 2px;
    height: 60px;
    transform: rotate(-50deg);
    transform-origin: top right;
}

/* 丸（ドット） */
.p-tokyo_box_line::after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: -54px;
    bottom: 6px;
}
.p-tokyo_box_line.--left::after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 84%;
    bottom: 2px;
}

@media (max-width: 768px) {
    .p-tokyo_box_line {
        position: absolute;
        left: 90%;
        bottom: -24px;
        width:22px;
        height: 22px;
    }
    /* 斜め線 */
    .p-tokyo_box_line::before {
        width: 2px;
        height: 40px;
    }
    .p-tokyo_box_line::after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: -34px;
    bottom: -10px;
    }
    .p-tokyo_box_line.--left {
        top: 100%;
        left: 20%;
        width:22px;
        height: 22px;
    }
    .p-tokyo_box_line.--left::before {
    width: 2px;
    height: 40px;
    transform: rotate(-40deg);
    }
    .p-tokyo_box_line.--left::after {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        left: 18px;
        bottom: -10px;
    }
}



.p-map {
    background-color: #006C80;
    color: #ffffff;
    padding: 80px 0 40px;
}

.p-map_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.p-map_content {
    flex: 0 1 50%;
    text-align: center;
    position: relative;
    top: -40px;
}

.p-map_logo {
    margin-bottom: 32px;
}

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

/* 見出し 38px */
.p-map_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    flex-wrap: nowrap; /* 強制横並び */
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 24px;
}

.p-map_title_box {
    display: inline-block;
    background-color: #ffffff;
    color: #006C80;
    padding: 8px 20px;
}

.p-map_title_mark {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    color: #EBFF00; /* 黄色 */
    padding: 0 8px;
}

/* 本文 18px */
.p-map_text {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 2.2;
    text-align: left;
    width: 92%;
    margin: 0 auto;
    font-weight: 700;
}

.p-map_text_highlight {
    color: #EBFF00; /* 黄色 */
    font-weight: 700;
}

/* 右側マップ画像 */
.p-map_image {
    flex: 0 1 47%;
    text-align: right;
}

.p-map_image img {
    max-width: 100%;
    height: auto;
}


/* ロゴ＋なら を横並びにする */
.p-map_logoRow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
}

.p-map_logoRow img {
    display: block;
    height: 80px; /* 必要に応じて調整してOK */
    width: auto;
}

.p-map_nara {
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 700;
    color: #ffffff;
}
@media (max-width: 1400px) and (min-width: 769px) {

    .p-map_title {
        font-size: clamp(20px, 2.2vw, 30px);
    }

    .p-map_nara {
        font-size: clamp(18px, 2vw, 26px);
    }

    .p-map_text {
        font-size: clamp(13px, 1.2vw, 16px);
    }
}

@media (max-width: 768px) {
    .p-map {
        padding: 36px 0;
    }
    .p-map .l-container{
        width: 100%;
    }

    .p-map_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .p-map_image {
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .p-map_image img {
    }

    .p-map_logoRow img {
        display: block;
        height: 44px; /* 必要に応じて調整してOK */
        width: auto;
    }
    .p-map_content {
        top: 0px;
        width: 96%;
        margin: 0 auto;
    }
    .p-map_title{
        justify-content: center;
    }
    .p-map_title_box {
        font-size: 25px;
        padding: 4px 5px;
        letter-spacing: 0.05em;
    }
    .p-map_title_mark {
        padding: 0 2px;
    }
    .p-map_text {
        line-height: 1.8;
        letter-spacing: 0.05em;
    }

}



/* セクション */
.p-property {
    padding: 80px 0 100px;
}

.p-property_title {
    text-align: center;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 700;
    color: #006C80;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
}

/* カード */
.p-property_card {
    background-color: #ffffff;
    /* border-radius: 8px; */
    overflow: hidden;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.p-property_thumb {
    position: relative;
    overflow: hidden;
}

.p-property_thumb img {
    display: block;
    width: 100%;
    height: auto;
}

/* エリアタグ（18px） */
.p-property_tag {
    text-align: center;
    position: absolute;
    min-width: 100px;
    left: 10px;
    top: 0;
    padding: 8px 22px;
    background-color: #006C80;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* 本文エリア */
.p-property_body {
    padding: 24px 24px 28px;
}

/* 物件名（17px） */
.p-property_name {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #333333;
}

/* 情報リスト（15px） */
.p-property_info {
    margin: 0;
    padding: 0;
}

.p-property_info_row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #333333;
}

.p-property_info_row + .p-property_info_row {
    margin-top: 8px;
}

.p-property_info_row dt {
    width: 20px;
    flex-shrink: 0;
    margin: 0;
}

.p-property_info_row dt img {
    display: block;
    width: 20px;
    height: 20px;
}

.p-property_info_row dd {
    margin: 0;
}

/* Splide 全体調整 */
.p-property_slider {
    position: relative;
}

/* 矢印（丸いボタン） */
.p-property_slider .splide__arrow {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #006C80;
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25); */
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.p-property_slider .splide__arrow--prev {
    left: -32px;
}

.p-property_slider .splide__arrow--next {
    right: -32px;
}

/* 矢印の中身（▶マークをCSSで） */
.p-property_slider .splide__arrow::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top:11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 19px solid #ffffff;
    left: 2px;
    position: relative;
}

.p-property_slider .splide__arrow--prev::before {
    transform: rotate(180deg);
    left: -2px;
}

/* Splide標準のSVGは非表示に */
.p-property_slider .splide__arrow svg {
    display: none;
}

/* ページネーション（下のバーっぽく） */
.p-property_slider .splide__pagination {
    position: static;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.p-property_slider .splide__pagination__page {
    width: 146px;
    height: 4px;
    border-radius: 999px;
    background-color: #CCCCCC;
    opacity: 1;
}

.p-property_slider .splide__pagination__page.is-active {
    background-color: #006C80;
    transform: none;
}

/* レスポンシブ調整 */
@media (max-width: 1024px) {
    .p-property {
        padding: 60px 0 80px;
    }
    .p-property_slider .splide__arrow {
        width: 45px;
        height: 45px;
    }

    .p-property_slider .splide__arrow--prev {
        left: -16px;
    }
    .p-property_slider .splide__arrow--next {
        right: -16px;
    }

}
@media (max-width: 1400px) and (min-width: 769px) {

    .p-property_name {
        font-size: clamp(15px, 1.3vw, 17px);
    }

    .p-property_info_row {
        font-size: clamp(13px, 1.1vw, 15px);
    }
}

@media (max-width: 768px) {
    .p-property {
        padding: 50px 0 70px;
    }

    .p-property_body {
        padding: 20px 20px 24px;
    }

    .p-property_slider .splide__arrow {
        width: 45px;
        height: 45px;
    }

    .p-property_slider .splide__arrow--prev {
        left: -10px;
    }

    .p-property_slider .splide__arrow--next {
        right: -10px;
    }
    .p-property_slider .splide__pagination {
        gap: 0;
}
    .p-property_slider .splide__pagination__page {
        width: 43px;
    }
}

.splide__track{
    overflow: visible !important;

}

.p-reason {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(180deg, #e8fdf3 0%, #e6faf3 40%, #ffffff 100%);
    overflow: hidden;
    background-image: url(../images/reason_bg_pc.png);
    background-size: cover;
}


/* タイトル画像 */
.p-reason_title {
    text-align: left;
    margin-bottom: 80px;
    position: relative;
    left: -50px;
}
.p-reason_title img {
    max-width: 480px;
    width: 100%;
}

/* 各ブロック */
.p-reason_item {
    margin-bottom: 0px;
}
.p-reason_head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    /* ブロックの幅は中身に合わせる */
    width: fit-content;
}

.p-reason_head img {
    width: 100px; /* 数字画像の大きさ調整 */
    height: auto;
}
img.p-reason_head_num01{
    width: 78px;

}
.p-reason_head h3 {
    font-size: 30px;
    font-weight: 700;
    color: #006C80;
}

/* 文章と画像のレイアウト */
.p-reason_content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.p-reason_img {
    width: 460px;
    height: auto;
    border-radius: 12px;
    width: 48%;
    
}
.p-reason_head_wrap{
    width: 48%;
}

/* テキスト */
.p-reason_content p {
    font-size: 18px;
    line-height: 1.9;
    color: #333;
    width: 48%;
}
.p-reason_content p.--1 {
    width: 45%;
}
.p-reason_content p span{
    font-size: 13px;
}
.p-reason_content p small{
    font-size: 12px;
}

/* 偶数項目だけ左右反転（PCのみ） */
@media (min-width: 769px) {
    .p-reason_item:nth-of-type(even) .p-reason_content {
        flex-direction: row-reverse;
    }
    .p-reason_item:nth-of-type(even) .p-reason_content .p-reason_head_wrap > img{
        width: 100%;
    }
    .p-reason_item:nth-of-type(even) .p-reason_content p{
        margin-top: 100px;
    }
}

/* SP レイアウト */

@media screen and (max-width: 1400px) {
    .p-reason_title {
        left: 0px;
    }
}
@media (max-width: 768px) {
    .p-reason {
        position: relative;
        padding: 60px 0;
        background-image: url(../images/reason_bg_sp.png);
    }

    .p-reason_title img {
        max-width: 350px;
    }

    .p-reason_content {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
    }
    .p-reason_img {
        width: 100%;
        max-width: 400px;
    }
    .p-reason_head {
        margin-bottom: 15px;
    }
    .p-reason_head h3 {
        font-size: 22px;
    }
    .p-reason_head img {
        width: 56px;
    }
    .p-reason_content p.--1 {
        width: 100%;
        font-size: 15px;
    }
        .p-reason_content p{
            width: 100%;
            font-size: 15px;
            line-height: 21px;
    }
    .p-reason_head_wrap{
    width: 100%;
}
}
/* セクション全体（グラデ） */
.p-present {
    padding: 80px 0 50px;
    color: #fff;
    position: relative;
}
.p-present::after{
    content: "";
    background: linear-gradient(
        to bottom right,
        #6b3b9a 0%,
        #625199 29.56%,
        #527897 72.91%,
        #34be93 100%
    );
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 60%;
    padding: 80px 0;
    z-index: -1;
}

.p-present .l-container {
    position: relative;
}

/* 上のテキスト画像 */
.p-present_kv {
    display: block;
    text-align: center;
    /* margin-bottom: 40px; */
}
.p-present_kv img {
    max-width: 860px;
    width: 100%;
}

/* 「簡単4STEP！」 */
.p-present_stepHead {
    text-align: center;
    margin-bottom: 22px;
}

.p-present_stepTitle {
    font-size: 26px;
    letter-spacing: .08em;
    font-weight: 700;
}
.p-present_stepTitle span {
    font-weight: 700;
    color: #FFFF00;
}
.p-present_stepTitle span b{
    font-size: 40px;
}

.p-present_stepLine {
    display: inline-block;
    margin-top: 10px;
    width: 120px;
    height: 2px;
    background-color: rgba(255,255,255,.8);
}

/* STEP カード */
.p-present_steps {
    margin-bottom: 40px;
}
/* STEP カード（外側） */
.p-present_card {
    aspect-ratio: 1 / 1.05;
    display: flex;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden; /* ← 念のため、中身を角丸でクリップ */
}

/* 内側は自動でフィットさせる */
.p-present_cardInner {
    flex: 1;
    padding: 10px 10px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    color: #333;
}

/* STEP番号 */
.p-present_stepNo {
    align-self: flex-start;
    font-size: 41px;
    font-weight: 700;
    color: #7c46c7; /* 01,02の数字カラー */
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* アイコン */
.p-present_cardIcon img {
    height: clamp(70px, 7vw, 100px);
}
@media (max-width: 768px) {
    .p-present_cardIcon img {
        height: 100px;
    }
}
/* STEPタイトル */
.p-present_cardTitle {
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: normal;
}
.p-present_cardTitle span {
    font-size: clamp(12px, 1.2vw, 0.9rem); /* 最大値は 0.9rem(= 約14.4px) */
}
.p-present_cardTitle small{
    font-size: 0.7rem;
}

@media (max-width: 768px) {
    .p-present_cardTitle {
        font-size: 22px;
    }
        .p-present_cardTitle span {
        font-size: 0.9rem;
    }
}



/* 適用条件ボタン */
.p-present_conditionBtn {
    text-align: center;
    margin-bottom: 32px;
}

.p-present_conditionBtn a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 28px;
    border-radius: 999px;
    border: 1px solid #000;
    background-color: #ffffff;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.p-present_conditionIcon {
    font-size: 16px;
}

/* 注意書き */
.p-present_notes {
    font-size: 15px;
    line-height: 1.7;
    color: #000;
    background-color: rgba(255,255,255,.12);
    padding: 28px 35px;
    border: solid 2px #D3D3D3;
    max-width: 720px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .js-present-step .splide__arrow {
        display: none !important;
    }
}



/* ボタンを中央に配置 */
.p-present_entryBtn {
    text-align: center;
    margin: 0px 0 40px;
}

/* メインの黄色いボタン */
.p-present_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 18px 48px;
    border-radius: 999px;
    border: solid 3px #D3D3D3;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #333;
    background: linear-gradient(180deg, #FFFF00 0%, #FFE400 80%,#FF9D00 100%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    transition: all .25s ease;
}

/* ▶ 三角アイコン */
.p-present_btn::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #000; /* 三角の色 */

    margin-left: 16px;
}

/* ホバー時のふわっと浮く感じ */
.p-present_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.22);
}

@media (max-width: 1400px) and (min-width: 769px) {
    .p-present_stepTitle {
    font-size: clamp(20px, 1.8vw, 24px);
    }

    .p-present_btn {
        font-size: clamp(18px, 1.8vw, 22px);
    }

}


/* ===== Splideの調整 ===== */

/* PC時：4枚横並び & 矢印・ドット非表示 */
@media (min-width: 768px) {
    #js-present-step .splide__slide {
        padding: 0 8px;
    }
    #js-present-step .splide__arrows,
    #js-present-step .splide__pagination {
        display: none;
    }
}

/* SP時：1枚ずつスライドさせる */
@media (max-width: 767px) {
    .p-present {
        padding: 30px 0 80px;
    }

    .p-present_kv img {
        max-width: 100%;
    }

    .p-present_stepTitle {
        font-size: 20px;
    }

    .p-present_cardInner {
        border-radius: 16px;
        padding: 8px 15px 24px;
    }

    .p-present_notes {
        font-size: 10px;
        margin-top: 8px;
    }
    .p-present_stepTitle span b{
    font-size: 30px;
    }
    .p-present_entryBtn {
        margin: 0px 0 30px;
    }
    .p-present_stepHead {
    margin-bottom: 5px;
}


}

/* SP用調整 */
@media (max-width: 767px) {
    .p-present_btn {
        font-size: 22px;
        letter-spacing: normal;
        padding: 20px 6px;
        width: 97%;
        max-width: 340px;
        margin-top: 25px;
    }
}


/* =========================
   VOICEスライダー専用矢印
   ========================= */


/* 元のSVGを非表示 */
.js-present-step .splide__arrow svg {
    width: 0 !important;
    height: 0 !important;
}

/* 塗りつぶし三角 */
.js-present-step .splide__arrow::after {
    content: "";
    width: 0;
    height: 0;

    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff; 
}

/* Prevだけ反転 */
.js-present-step .splide__arrow--prev::after {
    transform: rotate(180deg);
}

.js-present-step .splide__arrow {
    background: #236678;
    border: none;
    width: 34px;
    height: 34px;
    background-color: #006C80;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease;
    opacity: 1;
    top: 45%;
    transform: translateY(-50%);
}


/* ページネーション（下のバーっぽく） */
.js-present-step .splide__pagination {
    position: static;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.js-present-step .splide__pagination__page {
    width: 75px;
    height: 3px;
    border-radius: 999px;
    background-color: #CCCCCC;
    opacity: 1;
}

.js-present-step .splide__pagination__page.is-active {
    background-color: #006C80;
    transform: none;
}

/* セクション全体 */
.p-voice {
    padding: 100px 0 120px;
    /* background-color: #f6fbfd; */
}

.p-voice_title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.p-voice_title_en {
    display: block;
    line-height: 1;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: clamp(64px, 9vw, 150px);
    letter-spacing: 0.05em;
    color: rgba(153, 125, 190, 0.15);
}

.p-voice_title_jp {
    /* position: absolute; */
    color: #006071;
    margin-top: 0px;
    font-size: clamp(26px, 3.5vw, 50px);
    font-weight: 700;
    margin-bottom: 90px;
    margin-top: -70px;
}

/* スライダー */
.p-voice_slider {
    margin-top: 100px;
}

/* カード */
.p-voice_card {
    background-color: #ffffff;
    border-radius: 18px;
    border: 1px solid #D0D0D0;
    /* box-shadow: 0 6px 20px rgba(0,0,0,0.06); */
    padding: 20px 18px 28px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* 見出し */
.p-voice_heading {
    font-size: 20px;
    font-weight: 700;
    color: #104b62;
    margin-bottom: 18px;
    min-height: 70px;
}

/* 吹き出し部分 */
.p-voice_comment {
    position: relative;
    background-color: #D9F7FF;
    border-radius: 14px;
    padding: 18px 16px;
    margin-bottom: 32px;
    min-height: 283px;
}

.p-voice_comment::after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: -19px;
    transform: translateX(-50%);
    width: 30px;
    height: 20px;
    background-color: #D9F7FF;
    clip-path: polygon(106% 100%, 0 0, 80% 0);
}

.p-voice_comment p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

/* プロフィール部分 */
.p-voice_profile {
    margin-top: -50px;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.p-voice_avatar {
    width: 160px;   /* 好きに調整OK */
    height: 160px;  /* 統一するための高さ */
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.p-voice_avatar img {
    max-height: 100%;
    object-fit: contain;
    display: block;
    min-width: 154px;
}


/* 年代・職業タグ */
.p-voice_tag {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.p-voice_tag span {
    display: inline-block;
    padding: 3px 20px;
    border-radius: 999px;
    background-color: #0b7285;
    color: #fff;
    font-size: 15px;
    min-width: 150px;
    text-align: center;
}
#js-voice .splide__track {
    overflow: hidden;
}



/* =========================
   VOICEスライダー専用矢印
   ========================= */
#js-voice .splide__arrow {
    background: #236678;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease;
}

/* 元のSVGを非表示 */
#js-voice .splide__arrow svg {
    width: 0 !important;
    height: 0 !important;
}

/* 塗りつぶし三角 */
#js-voice .splide__arrow::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #fff; 
    position: relative;
    left: 2px;
}

/* Prevだけ反転 */
#js-voice .splide__arrow--prev::after {
    transform: rotate(180deg);
    position: relative;
    left: -2px;
}

/* 矢印（丸いボタン） */
#js-voice .splide__arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #006C80;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

/* ページネーション（下のバーっぽく） */
#js-voice .splide__pagination {
    position: static;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

#js-voice  .splide__pagination__page {
    width: 146px;
    height: 4px;
    border-radius: 999px;
    background-color: #CCCCCC;
    opacity: 1;
}

#js-voice .splide__pagination__page.is-active {
    background-color: #006C80;
    transform: none;
}

#js-voice .splide__arrow--next{
    right: -0.5em
}
#js-voice .splide__arrow--prev{
    left: -0.5em
}

@media (max-width: 767px) {
    .p-voice {
        padding: 0px 0 80px;
    }

    .p-voice_title_en {
        font-size: 80px;
    }

    .p-voice_title_jp {
        font-size: 34px;
        margin-top: -40px;
        margin-bottom: -60px;
    }

    #js-voice .splide__slide {
        padding: 0px;
    }
    .p-voice_heading {
        font-size: 19px;
        min-height: auto;
    }
    .p-voice_card {
        padding-bottom: 0;
    }
    #js-voice .splide__pagination {
        flex-wrap: nowrap;
        gap: 0;
    }
     #js-voice .splide__pagination__page {
        width: 40px;
        height: 3px;
    }
    #js-voice .splide__arrow {
    width: 34px;
    height: 34px;
    }
    #js-voice .splide__arrow::after{
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #fff;
    }
    #js-voice .splide__arrow--next{
        right: -0.5em
    }
    #js-voice .splide__arrow--prev{
        left: -0.5em
    }
}
@media screen and (min-width: 750px) {
    #js-voice{
        padding: 0 10px;

    }
    #js-voice .splide__track {
        overflow: hidden !important;
    }
}

#js-voice-pc .splide__list li{
    display: flex;
    gap: 20px;

}



/* FAQ セクション全体 */
.p-faq {
    background: linear-gradient(#ceffe0 0%, #d9f9ff 100%);
    padding: 120px 0 160px;
}

/* FAQ タイトル */
.p-faq_title {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
}

/* 英字（背景で大きく薄く） */
.p-faq_title_en {
    display: block;
    font-size: 92px;
    font-weight: 700;
    color: rgba(0, 108, 128, 0.2);
    line-height: 1;
    letter-spacing: 0.08em;
}

/* 日本語タイトル（メイン） */
.p-faq_title_jp {
    margin-top: -32px; /* 英字と重ねるため */
    font-size: 32px;
    font-weight: 700;
    color: #1b5663; /* 他セクションと統一の深緑 */
    letter-spacing: 0.05em;
}
@media (max-width: 1400px) and (min-width: 769px) {
    .p-voice_heading {
        font-size: clamp(18px, 1.6vw, 20px);
    }

    .p-voice_comment p {
        font-size: clamp(13px, 1.1vw, 14px);
    }

}

/* SP時 */
@media (max-width: 767px) {
    .p-faq {
    padding: 35px 0 50px;
}

    .p-faq_title_en {
        font-size: 80px;
    }
    .p-faq_title_jp {
        font-size: 34px;
        margin-top: -18px;
         margin-top: -32px;
    }
    .p-faq_title{
        margin-bottom: 28px;

    }
}


/* QAリスト */
.p-faq_list {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

/* 個別ボックス */
.p-faq_item {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* 質問ボタン部分 */
.p-faq_question {
    width: 100%;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
}

/* Qの丸アイコン */
.p-faq_qIcon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1b5e6a;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}

/* 質問テキスト */
.p-faq_qText {
    flex: 1;
    text-align: left;
    font-size: 20px;
    color: #222 !important; /* 元の色に強制 */
    text-decoration: none !important;
    -webkit-text-fill-color: #222 !important; /* iOS対策 */
}

/* ▼矢印 */
.p-faq_arrow {
    width: 20px;
    height: 20px;
    border-right: 2px solid #1b5e6a;
    border-bottom: 2px solid #1b5e6a;
    transform: rotate(45deg);
    transition: .3s;
    position: relative;
    left: -20px;
    top: -5px;
}

/* 開いているときの矢印 */
.p-faq_item.open .p-faq_arrow {
    transform: rotate(-135deg);
}

/* 回答部分 */
.p-faq_answer {
    display: none;
    /* padding: 0 28px 24px; */
}

.p-faq_answer p {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 20px;
}


/* 回答の外枠背景 */
.p-faq_answerInner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #d4f4ed;
    padding: 22px 26px;
}

/* Aの丸アイコン */
.p-faq_aIcon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: #1b5e6a;
    flex-shrink: 0;
}
@media (max-width: 1400px) and (min-width: 769px) {
    .p-faq_question {
        font-size: clamp(17px, 1.6vw, 20px);
    }
    .p-faq_answer p {
        font-size: clamp(13px, 1.1vw, 15px);
    }
}
@media (max-width: 767px) {
        .p-faq_question {
        font-size: 16px;
        padding: 15px 15px;

    }
    .p-faq_item {
        border-radius: 12px;
    }
    .p-faq_arrow {
        width: 10px;
        height: 10px;
        border-right: 2px solid #1b5e6a;
        border-bottom: 2px solid #1b5e6a;
        transform: rotate(45deg);
        transition: .3s;
        position: relative;
        left: 0px;
        top: -5px;
    }
    .p-faq_qText {
        font-size: 16px;
    }
    .p-faq_answer p {
        padding: 0 0px;
    }
    .p-faq_answerInner {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        background: #d4f4ed;
        padding: 15px 15px;
    }
    .p-faq_aIcon {
    width: 38px;
    height: 38px;
}

}

/* =========================
   VOICE：常に3枚だけ表示
   ========================= */

/* 画面外のスライドは track で隠す */
#js-voice .splide__track {
    overflow: hidden;
}

/* list は横並び */
#js-voice .splide__list {
    display: flex;
}

/* PC：3枚分の幅を強制（他のスタイルを問答無用で上書き） */
@media (min-width: 768px) {
    #js-voice .splide__slide {
        /* flex: 0 0 calc(100% / 3) !important; */
        /* max-width: calc(100% / 3) !important; */
        box-sizing: border-box;
    }
}

/* SP：1枚表示 */
@media (max-width: 767px) {
    #js-voice .splide__slide {
        /* flex: 0 0 100% !important;
        max-width: 100% !important; */
        box-sizing: border-box;
    }
}


.p-footer {
    padding: 80px 0 100px;
    background: #fff;
    font-size: 14px;
    color: #333;
}

.p-footer_inner {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 40px;
}

/* 左：ロゴ＋リンク */
.p-footer_left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p-footer_logo {
    width: 200px;
    height: auto;
}

.p-footer_links li {
    margin-bottom: 6px;
}

.p-footer_links a {
    color: #0b7285;
    text-decoration: none;
    font-size: 14px;
}

/* 右：住所等 */
.p-footer_info p {
    margin-bottom: 14px;
    line-height: 1.7;
}

/* コピーライト */
.p-footer_copy {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
    color: #666;
    letter-spacing: 0.05em;
}

/* SP（縦積み） */
@media (max-width: 767px) {
    .p-footer{
        text-align: center;
        padding-top: 0;
    }
    .p-footer_inner {
        flex-direction: column;
        gap: 30px;
        width: 90%;
        margin: 0 auto;
    }

    .p-footer_logo {
        width: 160px;
    }
    .p-footer_inner{
        align-items: center;
    }
    .p-footer_left {
        align-items: center;
    }
    .p-footer_info{
        text-align: left;
    }
    .p-footer_links{
        text-align: left;
        width: 100%;
        text-decoration: underline;
    }
    .p-faq_item{
        margin-bottom: 10px;
    }
}

/* 追従バー全体 */
.p-fixbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #6B3B9A; /* 紫 */
    z-index: 999;
}

/* 中身レイアウト */
.p-fixbar_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    max-width: 1200px;
    margin: 0 auto;
}

/* テキスト画像 */
.p-fixbar_text img {
    display: block;
    max-height: 79px;   /* PCサイズ */
    height: auto;
}

/* ボタン */
.p-fixbar_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 32px;
    border-radius: 10px;
    border: 2px solid #fff;
    background: linear-gradient(180deg, #FFFF00 0%, #FFE400 80%, #FF9D00 100%);
    color: #333;
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.p-fixbar_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0,0,0,0.3);
    opacity: .95;
}

/* ===== SP調整 ===== */
@media (max-width: 768px) {
    .p-fixbar_inner {
        gap: 4px;
        padding: 6px 4px;
    }

    .p-fixbar_text img {
        min-height: 51px;
    }

    .p-fixbar_btn {
        font-size: 14px;
        padding: 8px 18px;
        line-height: 1.4;
        width: 46%;
        border-radius: 10px;
        text-align: center;
        letter-spacing: normal;
    }
}


/* ========= プレゼントポップアップ ========= */

.p-present_modal {
    position: fixed;
    inset: 0;
    display: none;          /* デフォルト非表示 */
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.p-present_modal.is-active {
    display: flex;
}

.p-present_modal_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

/* 本体カード */
.p-present_modal_body {
    position: relative;
    /* max-width: 720px; */
    width: min(90%, 1000px);
    max-height: calc(100vh - 60px);
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(
        to bottom right,
        #6b3b9a 0%,
        #625199 30%,
        #527897 70%,
        #34be93 100%
    );
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    color: #fff;
}

/* 内側余白＆スクロール */
.p-present_modal_inner {
    padding: 32px 40px 28px;
    overflow-y: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* メイン画像 */
.p-present_modal_main img {
    display: block;
    width: 100%;
    height: auto;
}

/* 閉じるボタン（右上の○×） */
.p-present_modal_close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}

/* ×マーク */
.p-present_modal_close::before,
.p-present_modal_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #6b3b9a;
    transform-origin: center;
}
.p-present_modal_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.p-present_modal_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* CTAボタン（黄色） */
.p-present_modal_btn {
    display: block;
    width: 60%;
    margin: 0px 0 16px;
    padding: 16px 24px;
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,0.75);
    background: linear-gradient(180deg, #FFFF00 0%, #FFE400 70%, #FF9D00 100%);
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 5px 14px rgba(0,0,0,0.25);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.p-present_modal_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.3);
    opacity: 0.96;
}


/* ▶ 三角アイコン */
.p-present_modal_btn::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000; /* 三角の色 */

    margin-left: 12px;
}

/* ホバー時のふわっと浮く感じ */
/* .p-present_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.22);
} */

/* テキストリンク行 */
.p-present_modal_link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 5px;
    /* background: rgba(255,255,255,0.15); */
    color: #fff;

    font-size: 14px;
    text-decoration: none;
    border-bottom: solid 1px #fff;
}
.p-present_modal_link:hover {
    background: rgba(255,255,255,0.22);
}

.p-present_modal_link_icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.p-present_modal_link_icon img {
    width: 100%;
    height: 100%;
}

.p-present_modal_link_text {
    flex: 1;
}

.p-present_modal_link_arrow {
    flex-shrink: 0;
    font-size: 10px;
}

/* 注意書き */
.p-present_modal_note {
    font-size: 11px;
    line-height: 1.7;
    text-align: left;
}

/* ===== SP調整 ===== */
@media (max-width: 768px) {
    .p-present_modal_body {
        width: 92%;
        max-height: calc(100vh - 40px);
        border-radius: 24px;
    }
    .p-present_modal_inner {
        padding: 24px 18px 20px;
    }
    .p-present_modal_btn {
        font-size: 16px;
        padding: 20px 8px;
        width:  90%;
    }
    .p-present_modal_link {
        font-size: 12px;
        padding: 8px 10px;
    }
    .p-present_modal_note {
        font-size: 10px;
    }
}
