/* --------------------------------------------------
* 共通設定
-------------------------------------------------- */
:root {
    --margin-w: calc(50% - 50vw);
    --padding-w: calc(50vw - 50%);
    --main-color-b: #2b2b33;
    --color-brown: #937a4d;
    --color-brown-text: #8d6a32;
    --color-white-brown: #e2dedc;
    --filter-color: brightness(0) saturate(100%) invert(14%) sepia(13%) saturate(620%) hue-rotate(202deg) brightness(90%) contrast(90%);
}
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
}
#container {
    overflow: hidden;
}
#main,
#footer {
    width: 1200px;
    margin-inline: auto;
}
img {
    width: 100%;
    max-width: 100%;
    display: block;
}
@media (max-width: 1200px) {
    #main,
    #footer {
        width: 100%;
    }
}

.two_in_one {
    display: flex;
    flex-wrap: wrap;
}
.two_in_one > div {
    width: 50%;
}
.three_in_one {
    display: flex;
    flex-wrap: wrap;
}
.three_in_one > div {
    width: 33.333333%;
}
@media (max-width: 768px) {
    .two_in_one > div {
        width: 100%;
    }
    .three_in_one > div {
        width: 100%;
    }
}

.ttl_center {
    margin-bottom: 50px;
}
.ttl_center h2 {
    font-size: min(calc(35 / 1557 * 100vw), 35px);
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0;
}
.ttl_center h2 > span.small {
    font-size: 70%;
}
.ttl_color {
    position: relative;
    background-color: var(--main-color-b);
    container-type: inline-size;
    margin: 0 var(--margin-w);
    padding: 30px;
    margin-bottom: 50px;
}
.ttl_color::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 30px;
    height: 15px;
    background-color: var(--main-color-b);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    translate: -50% 0;
}
.ttl_color h2 {
    color: #fff;
    text-align: center;
    font-size: calc(38 / 1557 * 100cqi);
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0;
}
.btn_black a {
    display: flex;
    align-items: center;
    width: fit-content;
    background-color: #000;
    padding: 0.5em 1.5em;
    margin-right: 0.75em;
    margin-inline: auto;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
    border-radius: 100vh;
}
.btn_black a:hover {
    opacity: 0.6;
}
.btn_white a {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0.5em 1.5em;
    margin-right: 0.75em;
    color: var(--main-color-b);
    background-color: #fff;
    text-decoration: none;
    transition: 0.2s;
    border-radius: 100vh;
}
.btn_white a:hover {
    opacity: 0.6;
}
.btn_brown a {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0.5em 1.5em;
    margin-right: 0.75em;
    color: #fff;
    background-color: var(--color-brown);
    text-decoration: none;
    transition: 0.2s;
    border-radius: 100vh;
}
.btn_brown a:hover {
    opacity: 0.6;
}
@media (max-width: 768px) {
    .ttl_center h2 {
        font-size: max(calc(28 / 375 * 100vw), 28px);
    }
    .ttl_color h2 {
        font-size: calc(30 / 375 * 100cqi);
        line-height: 1.5;
    }
}

.sp_on {
    display: none;
}
@media (max-width: 768px) {
    .sp_on {
        display: block;
    }
    br.sp_on {
        display: inline;
    }
    .pc_on {
        display: none;
    }
}



/* --------------------------------------------------
* ヘッダー
-------------------------------------------------- */
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 25px;
}
#header .logo {
    width: 320px;
}
#header .logo img {
    display: block;
}
#header .logo span {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    margin-left: 65px;
}

@media (max-width: 768px) {
    #header {
        padding: 15px;
    }
    #header .logo {
        width: 200px;
    }
    #header .logo span {
        margin-left: 15px;
        font-size: 14px;
    }
}
/* --------------------------------------------------
* メインビジュアル
-------------------------------------------------- */
.main_visual {
    position: relative;
    z-index: 2;
    margin: 0 var(--margin-w);
    padding-left: var(--padding-w);
    padding-right: 5%;
    padding-top: 12%;
}
.main_visual .main_visual_bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.main_visual .main_visual_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--main-color-b);
    opacity: 0.8;
}
.main_visual .main_visual_bg img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main_visual .two_in_one > .text_contents {
    width: 65%;
    container-type: inline-size;
    align-self: center;
}
.main_visual .two_in_one > .image_contents {
    width: 35%;
}
.main_visual h1 {
    font-weight: normal;
    font-size: calc(130 / 857 * 100cqi);
    line-height: 1;
    margin: 0;
}
.main_visual h1 > span.bg_white {
    display: inline-block;
    background-color: #fff;
    padding: 15px;
    padding-top: 10px;
    aspect-ratio: 1;
    margin-bottom: 25px;
    color: var(--main-color-b);
}
.main_visual h1 > span.bg_white.color_brown {
    color: var(--color-brown);
}
.main_visual .text {
    font-size: 18px;
    margin-bottom: 40px;
}
.main_visual .text > span {
    display: block;
    width: fit-content;
    padding: 0.25em 0.75em;
    background-color:#fff;
    margin-bottom: 10px;
}
.main_visual .catch {
    font-size: clamp(26px, calc(38 / 1453 * 100vw), 38px);
    color: #fff;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.main_visual .catch .emphasis {
    display: inline-block;
    position: relative;
}
.main_visual .catch .emphasis::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: calc(1em + 4px) 0.4em;
}

@media (max-width: 768px) {
    .main_visual {
        padding: 35% 15px 0;
    }
    .main_visual .two_in_one > .text_contents {
        width: 100%;
    }
    .main_visual .text {
        display: none;
    }
    .main_visual .two_in_one > .image_contents {
        width: 100%;
    }
    .main_visual h1 {
        text-align: center;
        font-size: clamp(45px, calc(50 / 345 * 100cqi), 55px);
        line-height: 1.2;
    }
    .main_visual h1 > span.bg_white {
        padding: 10px;
    }
    .main_visual h1 > span.bg_color {
        margin-inline: 0.25em;
    }
    .main_visual .catch .emphasis::before {
        background-size: calc(1em + 2px) 0.4em;
    }
    .main_visual .catch {
        text-align: center;
        margin-bottom: 15px;
        font-size: clamp(20px, calc(22 / 375 * 100cqi), 24px);
    }
    .main_visual .two_in_one .image {
        margin-bottom: -100px;
        margin-top: -200px;
    }
}



/* --------------------------------------------------
* 買える理由
-------------------------------------------------- */
.bg_black {
    background-color: var(--main-color-b);
    margin: 0 var(--margin-w);
}
#top_reason {
    position: relative;
    z-index: 1;
    padding: 120px 0;
}
#top_reason .en {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 5.5vw;
    color: #fff;
    opacity: 0.075;
    writing-mode: vertical-rl;
    z-index: -1;
    line-height: 1.25;
}
#top_reason .contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
#top_reason .contents .left {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
#top_reason .contents .left img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}
#top_reason .contents .text_contents {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    container-type: inline-size;
}
#top_reason .contents .text_contents .title {
    margin-bottom: 30px;
}
#top_reason .contents .text_contents h2 {
    font-size: calc(42 / 711 * 100cqi);
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 0;
}
#top_reason .contents .text_contents h2 > span.bg_white {
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    padding: 0.25em 0.25em;
    margin-right: 0.5em;
    line-height: 1;
    color: var(--main-color-b);
    font-feature-settings: "palt";
}
#top_reason .contents .text_contents h2 > span.bg_white.color_brown {
    color: var(--color-brown);
}
#top_reason .contents .text_contents .text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
#top_reason .contents .text_contents .detail {
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
    width: fit-content;
    padding: 0.25em 1.5em;
    border-radius: 100vh;
}
#top_reason .contents .image img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    #top_reason {
        padding-inline: 15px;
        padding-bottom: 50px;
    }
    #top_reason .en {
        right: auto;
        left: 0;
        writing-mode: horizontal-tb;
        font-size: clamp(35px, calc(40 / 375 * 100cqi), 45px);
    }
    #top_reason::before {
        background-position: left;
    }
    #top_reason .contents {
        grid-template-columns: auto;
        gap: 30px;
    }
    #top_reason .contents .left {
        grid-column: auto;
        grid-row: auto;
        order: 2;
        width: 100%;
        margin-right: -15px;
        margin-left: auto;
    }
    #top_reason .contents .text_contents {
        grid-column: auto;
        grid-row: auto;
        order: 1;
    }
    #top_reason .contents .bottom {
        grid-column: auto;
        grid-row: auto;
        order: 3;
        width: 90%;
        margin-left: -15px;
    }
    #top_reason .contents .text_contents h2 {
        font-size: calc(35 / 345 * 100cqi);
    }
    #top_reason .contents .text_contents .text {
        font-size: 16px;
    }
    #top_reason .contents .text_contents .text br {
        display: none;
    }
    #top_reason .contents .text_contents .text br.sp_on {
        display: inline;
    }
    #top_reason .contents .text_contents .detail {
        font-size: 18px;
        margin-inline: auto;
    }
}

/* --------------------------------------------------
* 物件
-------------------------------------------------- */
#top_property {
    display: flex;
}
#top_property .en {
    font-size: 5.5vw;
    color: #fff;
    opacity: 0.075;
    line-height: 1.25;
    writing-mode: vertical-rl;
    z-index: -1;
    margin: 0 50px;
}
#top_property .contents {
    position: relative;
    z-index: 1;
    padding: 50px;
    padding-left: 0;
}
#top_property .contents::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 95%;
    height: 100%;
    background-color: var(--color-white-brown);
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    z-index: -1;
}
#top_property .contents .title {
    margin-left: calc(5% + 50px);
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}
#top_property .contents .title h2 {
    font-size: clamp(28px, calc(34 / 1453 * 100vw), 34px);
    font-weight: normal;
    color: var(--color-brown-text);
    border-bottom: 1px solid var(--color-brown-text);
    padding: 0 0.5em;
}
#top_property .item {
    background-color: #fff;
    margin-bottom: 50px;
    border-radius: 20px;
    overflow: hidden;
}
#top_property .item .two_in_one {
    gap: 30px;
}
#top_property .item .two_in_one > .image {
    width: 40%;
}
#top_property .item .two_in_one > .image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#top_property .item .two_in_one > .text_contents {
    width: calc(60% - 30px);
    container-type: inline-size;
    padding: 30px;
    padding-left: 0;
}
#top_property .item .two_in_one > .text_contents .logo {
    width: 100%;
    max-width: 300px;
}
#top_property .item .two_in_one > .text_contents .title {
    padding-left: 55px;
    margin-left: 0;
    margin-top: -5px;
}
#top_property .item .two_in_one > .text_contents .title h3 {
    margin: 0;
    font-weight: normal;
    align-items: center;
    font-size: calc(25 / 745 * 100cqi);
}
#top_property .item .two_in_one > .text_contents .title h3 > span {
    font-size: 135%;
    display: inline-block;
    margin-inline: 0.25em;
    font-weight: bold;
}
#top_property .item .two_in_one > .text_contents .title h3 > span.emphasis {
    color: #fff;
    background-image: linear-gradient(to right, #ab400d 0, #cf5842 50%, #ab400d 100%,transparent);
    letter-spacing: 0.1em;
    display: block;
    margin-right: 0.25em;
    line-height: 1;
    padding: 0.25em 0.5em;
    white-space: nowrap;
}
#top_property .item .two_in_one > .text_contents .list {
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    margin: 15px 0;
    margin-left: 55px;
}
#top_property .item .two_in_one > .text_contents .list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f0e6;
    z-index: -1;
    opacity: 0.75;
    border-radius: 10px;
}
#top_property .item .two_in_one > .text_contents .list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#top_property .item .two_in_one > .text_contents .list ul > li {
    display: flex;
}
#top_property .item .two_in_one > .text_contents .list ul > li::before {
    content: "";
    display: block;
    width: 1.2em;
    height: 0.6em;
    border-bottom: 4px solid;
    border-left: 4px solid;
    border-image: var(--color-gold);
    border-image-slice: 1;
    transform: rotate(-45deg);
    margin-top: calc(1.8em / 2);
    translate: 0 -85%;
    margin-right: 0.5em;
}
#top_property .item .two_in_one > .text_contents .table {
    padding-left: 40px;
    margin-bottom: 15px;
}
#top_property .item .two_in_one > .text_contents .table table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
#top_property .item .two_in_one > .text_contents .table table tbody th {
    background-color: var(--main-color-b);
    color: #fff;
    font-weight: normal;
    padding: 0.25em 1.5em;
    width: calc(4em + 3em);
}
#top_property .item .two_in_one > .text_contents .table table tbody td {
    padding: 0.25em 1em;
}
#top_property .item .two_in_one > .text_contents .table table tbody td .small {
    display: inline-block;
    font-size: 80%;
    line-height: 1.5;
}
#top_property .item .two_in_one > .text_contents .table table tbody tr {
    width: calc(50% - 10px);
}
#top_property .item .two_in_one > .text_contents .table table tbody > tr:nth-child(odd):last-child {
    width: 100%;
}
#top_property .item .two_in_one > .text_contents .price {
    padding-left: 40px;
    container-type: inline-size;
}
#top_property .item .two_in_one > .text_contents .price .text {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    background-color: #832006;
    padding: 0.5em 0.5em;
    color: #fff;
    line-height: 1;
}
#top_property .item .two_in_one > .text_contents .price .text > span {
    display: inline-block;
    font-size: 125%;
    margin: 0 0.25em;
}
#top_property .item .two_in_one > .text_contents .price .text::before {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    width: 25px;
    height: 12px;
    background-color: #832006;
    translate: -50% 0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#top_property .item .two_in_one > .text_contents .price .number {
    margin-top: -15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 30px 15px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    letter-spacing: 0.2em;
    justify-content: center;
    gap: 50px;
}
#top_property .item .two_in_one > .text_contents .price .number .pr_before {
    position: relative;
    font-size: calc(40 / 715 * 100cqi);
    color: #ccc;
}
#top_property .item .two_in_one > .text_contents .price .number .pr_before::before,
#top_property .item .two_in_one > .text_contents .price .number .pr_before::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ab400d;
}
#top_property .item .two_in_one > .text_contents .price .number .pr_before::before {
    top: calc(50% - 4px);
}
#top_property .item .two_in_one > .text_contents .price .number .pr_before::after {
    bottom: calc(50% - 4px);
}
#top_property .item .two_in_one > .text_contents .price .number .small {
    font-size: 70%;
    display: inline-block;
    margin-left: 0.25em;
}
#top_property .item .two_in_one > .text_contents .price .number .triangle {
    position: relative;
    border-width: 12px 0 12px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ab400d;
    align-self: center;
}
#top_property .item .two_in_one > .text_contents .price .number .triangle::before,
#top_property .item .two_in_one > .text_contents .price .number .triangle::after {
    content: "";
    position: absolute;
    top: -12px;
    border-width: 12px 0 12px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ab400d;
}
#top_property .item .two_in_one > .text_contents .price .number .triangle::before {
    left: -20px;
}
#top_property .item .two_in_one > .text_contents .price .number .triangle::after {
    right: -12px;
}
#top_property .item .two_in_one > .text_contents .price .number .pr_after {
    font-size: calc(50 / 675 * 100cqi);
}
#top_property .item .two_in_one > .text_contents .detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
#top_property .item .two_in_one > .text_contents .info {
    margin-top: 20px;
}
#top_property .item .two_in_one > .text_contents .info .three_in_one {
    gap: 10px;
}
#top_property .item .two_in_one > .text_contents .info .three_in_one .box {
    position: relative;
    z-index: 1;
    width: calc(33.33333% - 10px);
    padding: 15px 10px;
    color: #fff;
    font-size: calc(16 / 656 * 100cqi);
    text-align: center;
}
#top_property .item .two_in_one > .text_contents .info .three_in_one .box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg, #68a7dc 0, #2497b7, 50%, #01a39d 100%);
    opacity: 1;
    z-index: -1;
    border-radius: 100vh;
}
#top_property .item .two_in_one > .text_contents .info .three_in_one .box > span {
    display: inline-block;
    line-height: 1;
    font-size: 125%;
}
#top_property .item .two_in_one > .text_contents .info .three_in_one .box > span > span {
    display: inline-block;
    font-size: 175%;
    margin: 0 0.25em;
    font-weight: bold;
}
#top_property .item .two_in_one > .text_contents .detail .run_cost {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#top_property .item .two_in_one > .text_contents .detail .run_cost .catch {
    position: relative;
    display: block;
    color: var(--color-brown-text);
    font-size: 16px;
    border-radius: 100vh;
    padding: 0.1em 1em;
    margin-right: 10px;
    z-index: 1;
}
#top_property .item .two_in_one > .text_contents .detail .run_cost .catch::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--color-brown-text);
    border-radius: 100vh;
    opacity: 0.15;
    z-index: -1;
}
#top_property .item .two_in_one > .text_contents .detail .run_cost .cost {
    font-size: 22px;
    letter-spacing: 0.1em;
}
#top_property .item .two_in_one > .text_contents .detail .run_cost .cost .large {
    display: inline-block;
    margin-right: 5px;
    font-size: 200%;
    line-height: 1;
}
#top_property .item .two_in_one > .text_contents .detail .run_cost .small {
    display: block;
    font-size: 80%;
    margin-top: 5px;
    width: 100%;
}
#top_property .item .two_in_one > .text_contents .detail .btn_black {
    flex-shrink: 0;
}
#top_property .item .two_in_one > .text_contents .detail .btn_black > a + a {
    margin-top: 10px;
}
#top_property .contents .btn_brown {
    margin: 80px 0 50px;
}
#top_property .contents .btn_brown a {
    font-size: 20px;
    margin-inline: auto;
}

@media (max-width: 767px) {
    #top_property {
        padding-inline: 15px;
        display: block;
    }
    #top_property .en {
        writing-mode: horizontal-tb;
        font-size: clamp(35px, calc(40 / 375 * 100cqi), 45px);
        margin: 0;
        margin-left: auto;
        width: fit-content;
        margin-bottom: 15px;
    }
    #top_property .catch > span.bg_color {
        font-size: 17px;
    }
    #top_property .contents {
        padding: 30px 0;
        padding-right: 30px;
        margin-right: -15px;
    }
    #top_property .contents .title {
        flex-direction: column;
        gap: 5px;
        margin-left: calc(5% + 30px);
    }
    #top_property .contents .title .text {
        font-size: 14px;
    }
    #top_property .item {
        margin-right: -15px;
    }
    #top_property .item .two_in_one {
        gap: 30px;
    }
    #top_property .item .two_in_one > .image {
        width: 100%;
    }
    #top_property .item .two_in_one > .image img {
        aspect-ratio: 3 / 2;
    }
    #top_property .item .two_in_one > .text_contents {
        width: 100%;
        padding: 0 15px 30px;
    }
    #top_property .item .two_in_one > .text_contents .logo {
        max-width: 180px;
    }
    #top_property .item .two_in_one > .text_contents .title {
        padding-left: 0;
        margin-top: -5px;
        margin-bottom: 15px;
    }
    #top_property .item .two_in_one > .text_contents .detail .run_cost {
        justify-content: center;
        margin-bottom: 15px;
    }
    #top_property .item .two_in_one > .text_contents .detail .run_cost .small {
        text-align: center;
    }
    #top_property .item .two_in_one > .text_contents .title h3 {
        flex-direction: column;
        align-items: flex-start;
        font-size: calc(17 / 337 * 100cqi);
    }
    #top_property .item .two_in_one > .text_contents .title h3 > span.emphasis {
        margin-left: -15px;
        margin-bottom: 5px;
    }
    #top_property .item .two_in_one > .text_contents .list {
        margin-left: 0;
        padding-inline: 15px;
        font-size: 14px;
        padding-right: 5px;
    }
    #top_property .item .two_in_one > .text_contents .table {
        padding-left: 0;
    }
    #top_property .item .two_in_one > .text_contents .table table tbody {
        gap: 10px;
    }
    #top_property .item .two_in_one > .text_contents .table table tbody th {
        width: auto;
        padding: 0.25em 0.75em;
        display: block;
        width: 100%;
    }
    #top_property .item .two_in_one > .text_contents .table table tbody td {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.25em 0.75em;
    }
    #top_property .item .two_in_one > .text_contents .table table tbody td .small {
        font-size: 70%;
    }
    #top_property .item .two_in_one > .text_contents .price {
        padding-left: 0;
    }
    #top_property .item .two_in_one > .text_contents .price .text {
        width: 100%;
        text-align: center;
        line-height: 1.5;
        font-size: 14px;
    }
    #top_property .item .two_in_one > .text_contents .price .number {
        border-top: none;
        padding-inline: 0.5em;
        gap: 20px;
        letter-spacing: 0;
    }
    #top_property .item .two_in_one > .text_contents .price .number:not(:has(.pr_before)) {
        border-top: 1px solid #000;
    }
    #top_property .item .two_in_one > .text_contents .price .number .pr_before {
        font-size: calc(25 / 307 * 100cqi);
    }
    #top_property .item .two_in_one > .text_contents .price .number .pr_after {
        font-size: calc(32 / 307 * 100cqi);
    }
    #top_property .item .two_in_one > .text_contents .info .three_in_one .box {
        width: 100%;
        font-size: calc(18 / 307 * 100cqi);
        padding: 7px 10px;
    }
    #top_property .item .two_in_one > .text_contents .detail {
        margin-top: 0;
        font-size: 14px;
    }
    #top_property .item .two_in_one > .text_contents .price .detail {
        flex-wrap: wrap;
        margin-top: 15px;
        justify-content: center;
        font-size: 16px;
    }
    #top_property .item .two_in_one > .text_contents .detail .month_number {
        width: 100%;
        justify-content: center;
        margin-bottom: 25px;
    }
    #top_property .item .two_in_one > .text_contents .detail .month_number > div:not(.bg_color) {
        font-size: calc(35 / 307 * 100cqi);
        line-height: 1;
    }
    #top_property .item .two_in_one > .text_contents .detail .btn_gold {
        width: 100%;
    }
    #top_property .item .two_in_one > .text_contents .detail .btn_gold a {
        width: 100%;
        font-size: 20px;
        justify-content: center;
    }
    #top_property .contents .btn_brown {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #top_property .contents .btn_brown a {
        font-size: 14px;
    }
}

/* --------------------------------------------------
* チャンス
-------------------------------------------------- */
#top_chance {
    position: relative;
    margin: 0 var(--margin-w);
    padding: 80px var(--padding-w);
    z-index: 1;
}
#top_chance::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/top/quality_bg.webp);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
#top_chance::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
}
#top_chance .title h2 {
    font-size: clamp(28px, calc(35 / 1453 * 100vw), 35px);
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 50px; 
}
#top_chance .contents .three_in_one {
    justify-content: space-between;
}
#top_chance .contents .three_in_one > div {
    border: 1px solid #fff;
    width: calc((100% / 3) - 15px);
    padding: 30px 15px;
}
#top_chance .contents .three_in_one > div .number {
    font-size: clamp(20px, calc(50 / 1453 * 100vw), 50px);
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
#top_chance .contents .three_in_one > div .sub_title h3 {
    font-size: clamp(20px, calc(25 / 1453 * 100vw), 25px);
    font-weight: normal;
    text-align: center;
    margin: 0;
    color: #fff;
}
#top_chance .contents .three_in_one > div .sub_title {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
#top_chance .contents .three_in_one > div .text {
    text-align: center;
    color: #fff;
    font-size: clamp(14px, calc(14 / 1453 * 100vw), 16px);
    line-height: 1.8;
}
@media (max-width: 768px) {
    #top_chance {
        padding: 50px 15px;
    }
    #top_chance .title h2 {
        font-size: clamp(20px, calc(20 / 375 * 100cqi), 24px);
        margin-bottom: 30px;
    }
    #top_chance .contents .three_in_one > div .number {
        font-size: clamp(50px, calc(55 / 375 * 100cqi), 55px);
    }
    #top_chance .contents .three_in_one > div {
        width: 100%;
        margin-bottom: 30px;
    }
    #top_chance .contents .three_in_one > div .sub_title h3 {
        font-size: clamp(20px, calc(24 / 375 * 100cqi), 26px);
    }
    #top_chance .contents .three_in_one > div .text > *:last-child {
        margin-bottom: 0;
    }
}

/* --------------------------------------------------
* よく頂くご質問
-------------------------------------------------- */
#top_faq {
    position: relative;
    z-index: 1;
    margin: 0 var(--margin-w);
    padding: 80px var(--padding-w);
    background-color: var(--color-white-brown);
}
#top_faq .en {
    position: absolute;
    top: 5%;
    left: 2%;
    font-size: 5.5vw;
    color: var(--color-brown-text);
    opacity: 0.1;
    line-height: 1.25;
    writing-mode: vertical-rl;
    z-index: -1;
}
#top_faq .title {
    margin-bottom: 50px;
}
#top_faq .title h2 {
    margin: 0;
    font-size: clamp(28px, calc(35 / 1453 * 100vw), 35px);
    width: fit-content;
    margin-inline: auto;
    border-bottom: 1px solid var(--color-brown-text);
    padding: 0 0.75em 5px;
}
#top_faq .title h2 .color {
    color: var(--color-brown-text);
}
#top_faq .contents {
    max-width: 800px;
    width: 95%;
    margin-inline: auto;
}
#top_faq .item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-bottom: 50px;
}
#top_faq .item .question {
    font-size: 22px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    color: var(--color-brown-text);
    border-bottom: 1px solid var(--color-brown-text);
    padding-bottom: 10px;
    padding-inline: 0.5em;
}
#top_faq .item .question::before {
    content: "Q";
    display: block;
    background-color: var(--color-brown-text);
    color: #fff;
    padding: 7.5px;
    font-size: 115%;
    margin-right: 10px;
    border-radius: 5px;
    line-height: 1;
    aspect-ratio: 1;
    align-self: flex-start;
}
#top_faq .item .answer {
    font-size: 18px;
    display: flex;
    padding-inline: calc(22px * 0.5);
}
#top_faq .item .answer::before {
    content: "A";
    display: block;
    color: var(--color-brown-text);
    padding: 7.5px;
    font-size: calc(22px * 1.15);
    margin-right: 10px;
    line-height: 1;
    aspect-ratio: 1;
}
@media (max-width: 768px) {
    #top_faq {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    #top_faq .en {
        top: 15px;
        right: auto;
        left: 0;
        writing-mode: horizontal-tb;
        font-size: clamp(35px, calc(40 / 375 * 100cqi), 45px);
    }
    #top_faq .item {
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    #top_faq .item .question {
        font-size: 16px;
    }
    #top_faq .item .answer {
        font-size: 14px;
        padding: 0;
    }
    #top_faq .item .answer::before {
        font-size: calc(16px * 1.15);
    }
}

/* --------------------------------------------------
* 信頼されている理由
-------------------------------------------------- */
#top_trusted {
    position: relative;
    z-index: 1;
    margin: 0 var(--margin-w);
    padding: 80px 0;
    padding-left: 10%;
    background-color: var(--main-color-b);
}
#top_trusted .contents {
    display: flex;
}
#top_trusted .contents .text_contents {
    align-self: center;
    width: 55%;
    padding-right: 30px;
}
#top_trusted .contents .text_contents .title h2 {
    position: relative;
    font-size: clamp(24px, calc(35 / 1453 * 100vw), 35px);
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.1em;
}
#top_trusted .contents .text_contents .title h2::before {
    content: "";
    position: absolute;
    top: calc(1.8em * 0.5);
    left: -0.75em;
    width: 100vw;
    height: 1px;
    background-color: #fff;
    transform: translateX(-100%);
}
#top_trusted .contents .text_contents .title h2 span.color {
    color: #c2b392;
}
#top_trusted .contents .text_contents .title h2 span.color span {
    font-size: 175%;
    line-height: 1;
    display: inline-block;
    margin-inline: 10px;
}
#top_trusted .contents .text_contents .text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
#top_trusted .contents .text_contents .text .small {
    font-size: 80%;
}
#top_trusted .contents .text_contents .btn_white {
    font-size: 18px;
}
#top_trusted .contents .image {
    width: 45%;
}
#top_trusted .contents .en {
    font-size: 5.5vw;
    color: #fff;
    opacity: 0.075;
    line-height: 1.25;
    writing-mode: vertical-rl;
    z-index: -1;
    margin: 0 30px;
}
@media (max-width: 768px) {
    #top_trusted {
        position: relative;
        padding-top: 120px;
        padding-inline: 15px;
        padding-bottom: 50px;
    }
    #top_trusted .contents .en {
        position: absolute;
        margin: 0;
        top: 15px;
        right: 0;
        writing-mode: horizontal-tb;
        font-size: clamp(35px, calc(40 / 375 * 100cqi), 45px);
    }
    #top_trusted .contents {
        display: block;
    }
    #top_trusted .contents .text_contents {
        width: 100%;
        padding-inline: 15px;
    }
    #top_trusted .contents .text_contents .title h2 {
        font-size: clamp(20px, calc(20 / 375 * 100cqi), 24px);
    }
    #top_trusted .contents .text_contents .text {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #top_trusted .contents .text_contents .btn_white {
        font-size: 16px;
        margin-bottom: 30px;
    }
    #top_trusted .contents .text_contents .btn_white a {
        margin-inline: auto;
        padding-inline: 0.75em;
    }
    #top_trusted .contents .image {
        width: 100%;
        margin-right: -15px;
        margin-left: auto;
    }
}

/* --------------------------------------------------
* 選ばれる3つの理由
-------------------------------------------------- */
#top_point {
    position: relative;
    z-index: 1;
    margin: 0 var(--margin-w);
    padding: 80px var(--padding-w);
}
#top_point::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/top/reason_bg.webp);
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
}
#top_point .title h2 {
    font-weight: normal;
    font-size: clamp(28px, calc(34 / 1453 * 100vw), 34px);
    width: fit-content;
    border-bottom: 1px solid var(--color-brown-text);
    padding: 0 0.75em 5px;
    letter-spacing: 0.1em;
    margin: 0 auto;
    margin-bottom: 50px;
}
#top_point .title h2 .color {
    color: var(--color-brown-text);
}
#top_point .contents {
    max-width: 700px;
    width: 95%;
    margin-inline: auto;
}
#top_point .contents .item {
    margin-bottom: 50px;
}
#top_point .contents .item .title {
    display: flex;
    font-size: clamp(18px, calc(22 / 1453 * 100vw), 22px);
    align-items: center;
    margin-bottom: 10px;
}
#top_point .contents .item .title .number {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-right: 1.25em;
}
#top_point .contents .item .title .number::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25em;
    height: 1.25em;
    background-color: var(--color-brown-text);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    font-size: 125%;
}
#top_point .contents .item .title h3 {
    color: var(--color-brown-text);
    font-weight: normal;
    margin: 0;
}
#top_point .contents .item .text {
    margin-left: 40px;
    line-height: 2;
}
@media (max-width: 768px) {
    #top_point {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #top_point .contents .item {
        margin-bottom: 30px;
    }
    #top_point .contents .item .title {
        padding-left: 15px;
    }
    #top_point .contents .item .text {
        margin-left: 0;
    }
}

/* --------------------------------------------------
* 品質
-------------------------------------------------- */
#top_quality {
    position: relative;
    z-index: 1;
    margin: 0 var(--margin-w);
    padding: 0 var(--padding-w) 80px;
    background-color: #e2dedc;
    overflow: hidden;
}
#top_quality .text_contents {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-top: 80px;
    margin-bottom: 50px;
}
#top_quality .text_contents::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150vw;
    height: 300%;
    background-color: var(--main-color-b);
    border-radius: 50%;
    z-index: -1;
}
#top_quality .text_contents .title {
    width: 45%;
}
#top_quality .text_contents .text {
    width: 55%;
}
#top_quality .text_contents .title h2 img {
    display: inline-block;
    width: 320px;
    margin-right: 10px;
    vertical-align: middle;
}
#top_quality .text_contents .title h2 {
    font-weight: normal;
    margin: 0;
    font-size: clamp(28px, calc(34 / 1453 * 100vw), 34px);
    color: #fff;
}
#top_quality .text {
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#top_quality .three_in_one {
    gap: 30px;
    position: relative;
    z-index: 2;
}
#top_quality .three_in_one > div {
    background-color: #fff;
    container-type: inline-size;
    padding: 30px 15px;
    width: calc((100% / 3) - 30px);
    border-radius: 10px;
}
#top_quality .three_in_one > div .sub_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
#top_quality .three_in_one > div .sub_title .icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
#top_quality .three_in_one > div .sub_title .icon img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: brightness(0) saturate(100%) invert(76%) sepia(13%) saturate(473%) hue-rotate(356deg) brightness(88%) contrast(89%);
}
#top_quality .three_in_one > div .sub_title h3 {
    font-size: calc(23 / 367 * 100cqi);
    font-weight: normal;
    margin: 0;
}
#top_quality .three_in_one > div .sub_title h3 .small {
    display: block;
    font-size: 70%;
}
#top_quality .three_in_one > div .detail {
    text-align: center;
    font-size: 13px;
}
#top_quality .bottom_text {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
}
@media (max-width: 767px) {
    #top_quality {
        padding-top: 0;
        padding-inline: 15px;
    }
    #top_quality .text_contents {
        padding-top: 50px;
        flex-direction: column;
        background-color: var(--main-color-b);
        padding-inline: 15px;
        margin-inline: -15px;
    }
    #top_quality .text_contents::before {
        top: 100%;
        height: 100%;
    }
    #top_quality .text_contents .title {
        width: 100%;
        margin-bottom: 15px;
    }
    #top_quality .text_contents .title h2 {
        text-align: center;
    }
    #top_quality .text_contents .title h2 img {
        width: 200px;
    }
    #top_quality .text_contents .text {
        width: 100%;
        font-size: 16px;
    }
    #top_quality .three_in_one {
        gap: 15px;
    }
    #top_quality .three_in_one > div {
        width: 100%;
    }
    #top_quality .three_in_one > div .sub_title {
        justify-content: center;
    }
    #top_quality .bottom_text {
        margin-top: 30px;
        font-size: 16px;
    }
}

/* --------------------------------------------------
* 長期優良物件とは
-------------------------------------------------- */
#top_about {
    margin: 0 var(--margin-w);
    padding: 0 var(--padding-w);
    background-image: url(../images/top/about_bg.png);
    background-repeat: repeat;
    background-size: 150px;
}
#top_about .ttl_color {
    margin-bottom: 0;
}
#top_about .two_in_one {
    margin-right: var(--margin-w);
    gap: 50px;
}
#top_about .two_in_one > div.text_contents {
    container-type: inline-size;
    width: calc(50% - 50px);
    padding: 80px 0;
}
#top_about .two_in_one > div.text_contents .sub_title {
    margin-bottom: 50px;
}
#top_about .two_in_one > div.text_contents .sub_title h3 {
    position: relative;
    color: var(--main-color-b);
    width: fit-content;
    padding: 0 0.5em 5px;
    margin: 0;
    padding-right: 1.25em;
    font-weight: normal;
    font-size: calc(32 / 600 * 100cqi);
}
#top_about .two_in_one > div.text_contents .sub_title h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 1px;
    background-color: #000;
}
#top_about .two_in_one > div.text_contents .text {
    padding-left: 30px;
}
#top_about .two_in_one > div.text_contents .text > p:last-child {
    margin-bottom: 0;
}
#top_about .two_in_one > div.text_contents .text p {
    line-height: 1.8;
    margin-bottom: 25px;
}
#top_about .merit {
    margin-top: 30px;
}
#top_about .merit .sub_title {
    position: relative;
    z-index: 2;
    container-type: inline-size;
}
#container #top_about .merit .sub_title {
    margin-bottom: 0;
}
#container #top_about .merit .sub_title h3 {
    font-size: calc(19 / 579 * 100cqi);
    width: fit-content;
    padding: 0.25em 1.5em;
    background-color: var(--main-color-b);
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: normal;
    margin: 0 auto;
}
#container #top_about .merit .sub_title h3::before {
    content: none;
}
#top_about .merit .list {
    background-color: #fff;
    container-type: inline-size;
    position: relative;
    z-index: 1;
    margin-top: -30px;
}
#top_about .merit .list ul {
    width: fit-content;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    border: 3px solid var(--main-color-b);
    border-radius: 15px;
    padding: 40px 10% 20px;
}
#top_about .merit .list ul > li {
    border-bottom: 1px solid #000;
    position: relative;
    padding: 0 2em 5px 0.5em;
    padding-top: 0;
    margin-bottom: 15px;
}
#top_about .merit .list ul > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
#top_about .merit .list ul > li::before {
    content: "";
    position: absolute;
    top: calc(1.8em / 2);
    left: 0;
    display: block;
    width: 1.2em;
    height: 0.6em;
    border-bottom: 4px solid;
    border-left: 4px solid;
    border-image: var(--color-gold);
    border-image-slice: 1;
    transform: rotate(-45deg);
    translate: -115% -50%;
}
#top_about .two_in_one > div.image_contents img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 768px) {
    #top_about {
        padding-bottom: 50px;
    }
    #top_about .two_in_one {
        flex-wrap: wrap-reverse;
        gap: 30px;
    }
    #top_about .two_in_one > div.text_contents {
        width: 100%;
        padding: 0;
    }
    #top_about .two_in_one > div.text_contents .sub_title h3 {
        font-size: calc(28 / 375 * 100cqi);
        padding-right: 0.5em;
    }
    #top_about .two_in_one > div.text_contents .sub_title {
        margin-bottom: 30px;
    }
    #top_about .two_in_one > div.text_contents .text {
        padding-inline: 15px;
    }
    #top_about .merit {
        padding: 0 15px;
    }
    #container #top_about .merit .sub_title h3 {
        font-size: calc(19 / 345 * 100cqi);
        padding-inline: 0.5em;
    }
    #top_about .merit .list {
        margin-top: -25px;
    }
    #top_about .merit .list ul {
        padding-right: 15px;
        padding-bottom: 30px;
    }
    #top_about .merit .list ul > li {
        width: fit-content;
        padding-right: 0.5em;
    }
    #top_about .merit .list ul > li:last-child {
        border-bottom: 1px solid #000;
    }
}

/* --------------------------------------------------
* 補助金
-------------------------------------------------- */
#top_subsidy {
    margin: 100px var(--margin-w) 0;
    padding: 0 var(--padding-w);
    background-color: var(--main-color-b);
}
#top_subsidy .text {
    color: #fff;
    margin-bottom: 50px;
}
#top_subsidy .ttl_center {
    margin-bottom: 30px;
}
#top_subsidy h2 {
    text-align: left;
    line-height: 2.8;
}
#top_subsidy h2 > span:first-child {
    line-height: 1.5;
}
#top_subsidy h2 span {
    display: block;
    transform: skewX(-12deg);
}
#top_subsidy h2 > span:last-child {
    line-height: 1.8;
}
#top_subsidy h2 span > span {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 0.25em;
    background-color: #fff;
    padding: 0.5em 0.5em;
    color: var(--main-color-b);
    line-height: 1;
}
#top_subsidy h2 span > span::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: -1;
}
#top_subsidy .two_in_one {
    align-items: center;
}
#top_subsidy .two_in_one > div.text_contents {
    width: 75%;
}
#top_subsidy .two_in_one > div.image_contents {
    width: 25%;
    margin-top: -80px;
}
@media (max-width: 767px) {
    #top_subsidy {
        margin-top: 0;
        padding: 50px 15px;
    }
    #top_subsidy .two_in_one > div.text_contents {
        width: 100%;
    }
    #top_subsidy .two_in_one > div.image_contents {
        display: none;
    }
    #top_subsidy h2 {
        text-align: center;
        font-size: max(calc(20 / 375 * 100vw), 20px);
    }
    #top_subsidy h2 span {
        transform: none;
    }
    #top_subsidy h2 > span:last-child {
        line-height: 2;
    }
    #top_subsidy .text {
        margin-bottom: 30px;
        text-align: center;
    }
}

/* --------------------------------------------------
* お問い合わせ・ご相談
-------------------------------------------------- */
#footer_cta {
    position: relative;
    z-index: 1;
    background-image: url(../images/top/contact_bg.webp);
    background-size: cover;
    background-position: center;
    padding: 80px var(--padding-w) 100px;
    margin: 0 var(--margin-w);
}
#footer_cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
}
#footer_cta .two_in_one {
    align-items: center;
}
#footer_cta .three_in_one {
    align-items: center;
    gap: 60px;
}
#footer_cta .three_in_one > div {
    width: calc((100% / 3) - 40px);
}
#footer_cta .tel_contents a {
    display: block;
    color: #fff;
    text-decoration: none;
    container-type: inline-size;
}
#footer_cta .tel_contents a > div:not([class]) {
    font-size: 18px;
    text-align: center;
}
#footer_cta .tel_contents a > div.number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(35 / 600 * 100cqi);
}
#footer_cta .tel_contents a > div.number img {
    width: 23px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}
#footer_cta .tel_contents a > div.time {
    font-size: 14px;
    text-align: center;
}
#footer_cta .line_contents a,
#footer_cta .form_contents a {
    display: flex;
    align-items: center;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    width: fit-content;
    margin-inline: auto;
    padding: 1em 2.5em;
    font-size: 18px;
    transition: 0.2s;
}
#footer_cta .line_contents a:hover,
#footer_cta .form_contents a:hover {
    opacity: 0.6;
}
#footer_cta .line_contents a img,
#footer_cta .form_contents a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    margin-right: 10px;
}
#footer_cta .line_contents a {
    background-color: #4cc764;
}
#footer_cta .form_contents a {
    background-color: var(--color-brown-text);
    border-radius: 100vh;
}
#footer_cta .form_contents a img {
    width: 25px;
}
@media (max-width: 767px) {
    #footer_cta {
        padding: 50px 15px;
    }
    #footer_cta .three_in_one {
        gap: 0;
    }
    #footer_cta .three_in_one > div {
        width: 100%;
        margin-top: 15px;
        max-width: 345px;
        margin-inline: auto;
    }
    #footer_cta .three_in_one > div.tel_contents {
        margin-top: 0;
        margin-bottom: 40px;
    }
    #footer_cta .line_contents a,
    #footer_cta .form_contents a {
        width: 100%;
        justify-content: center;
    }
    #footer_cta .tel_contents a > div.number {
        font-size: calc(35 / 375 * 100cqi);
    }
    #footer_cta .two_in_one {
        gap: 15px;
    }
}

/* --------------------------------------------------
* コピーライト
-------------------------------------------------- */
p.copyright {
    font-size: 12px;
    text-align: center;
    margin: 7px;
}
@media (max-width: 767px) {
    p.copyright {
        font-size: 10px;
    }
}

/* --------------------------------------------------
* FIXメニュー
-------------------------------------------------- */
.pc_fix_menu {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 20px;
    transform: translateX(calc(100% + 20px));
    transition: 0.2s;
}
.pc_fix_menu .line_btn {
    background-color: #fff;
    margin-bottom: 10px;
}
.pc_fix_menu .line_btn a {
    display: block;
    background-color: #4cc764;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    padding: 0.25em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}
.pc_fix_menu .line_btn a:hover {
    opacity: 0.8;
}
.pc_fix_menu .line_btn a img {
    width: 45px;
    margin: auto;
}
.pc_fix_menu .contact_btn {
    position: relative;
}
.pc_fix_menu .contact_btn .fix_open {
    background-color: #fff;
}
.pc_fix_menu .contact_btn .fix_open button {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 0;
    border: none;
    background-color: var(--main-color-b);
    width: 100%;
    aspect-ratio: 1;
    padding: 1.25em 1.55em;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    outline: 1px solid #fff;
    outline-offset: -4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    cursor: pointer;
}
.pc_fix_menu .contact_btn .fix_open button:hover {
    opacity: 0.8;
}
.pc_fix_menu .contact_btn .fix_open button::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--color-brown);
    opacity: 0.8;
    z-index: -1;
}
.pc_fix_menu .contact_btn .fix_open button img {
    height: 55px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 5px;
}
.pc_fix_menu .contact_btn .fix_open {
    display: block;
    position: relative;
    z-index: 1;
}
.pc_fix_menu .contact_btn .fix_close {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.pc_fix_menu .contact_btn .fix_close button {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    margin-inline: auto;
}
.pc_fix_menu .contact_btn .fix_close button::before,
.pc_fix_menu .contact_btn .fix_close button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #fff;
    transform-origin: center;
}
.pc_fix_menu .contact_btn .fix_close button::before {
    transform: rotate(45deg);
}
.pc_fix_menu .contact_btn .fix_close button::after {
    transform: rotate(-45deg);
}
.pc_fix_menu .contact_btn .fix_open {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}
.pc_fix_menu .contact_btn.open .fix_open {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.pc_fix_menu .contact_btn .fix_close {
    opacity: 0;
    visibility: hidden;
}
.pc_fix_menu .contact_btn.open .fix_close {
    opacity: 1;
    visibility: visible;
}
.pc_fix_contact {
    opacity: 0;
    visibility: hidden;
    filter: blur(10px);
    transition: 0.2s;
}
#footer:has(.contact_btn.open) .pc_fix_contact {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
}
.pc_fix_contact {
    position: fixed;
    z-index: 998;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc_fix_contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--main-color-b);
    opacity: 0.9;
    z-index: -1;
}
.pc_fix_contact .contents {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: fit-content;
    padding: 50px;
}
.pc_fix_contact .tel_contents {
    position: relative;
    margin-bottom: 50px;
}
.pc_fix_contact .tel_contents::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.pc_fix_contact .tel_contents a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    container-type: inline-size;
}
.pc_fix_contact .tel_contents a img {
    width: 23px;
    margin-right: 10px;
    filter: var(--filter-color);
}
.pc_fix_contact .tel_contents a .number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(35 / 352 * 100cqi);
}
.pc_fix_contact .tel_contents a .time {
    font-size: 16px;
}
.pc_fix_contact .form_contents a {
    font-size: 20px;
}
.pc_fix_contact .form_contents > div:not(.btn_gold) {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
}
.pc_fix_contact .form_contents a img {
    width: 32px;
    margin-right: 10px;
}
.sp_fix_menu {
    display: none;
}

@media (max-width: 767px) {
    .pc_fix_menu {
        display: none;
    }
    .sp_fix_menu {
        display: block;
        position: fixed;
        z-index: 999;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
    }
    .sp_fix_menu .three_in_one > div {
        width: 33.33333%;
    }
    .sp_fix_menu .three_in_one > div a {
        display: block;
        color: #fff;
        text-decoration: none;
        container-type: inline-size;
        padding: 5px;
        height: 100%;
    }
    .sp_fix_menu .three_in_one > div.tel_contents a {
        background-color: var(--main-color-b);
    }
    .sp_fix_menu .three_in_one > div.tel_contents a .number {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: calc(18 / 125 * 100cqi);
    }
    .sp_fix_menu .three_in_one > div.tel_contents a .number img {
        width: 18px;
        margin-right: 5px;
        filter: brightness(0) invert(1);
    }
    .sp_fix_menu .three_in_one > div.tel_contents a .time {
        font-size: 9px;
    }
    .sp_fix_menu .three_in_one > div.mail_contents a {
        display: flex;
        align-items: center;
        background-color: var(--color-brown);
        text-align: center;
        line-height: 1.5;
        font-size: 14px;
    }
    .sp_fix_menu .three_in_one > div.mail_contents a img {
        width: 25px;
        margin-right: 5px;
    }
    .sp_fix_menu .three_in_one > div.line_contents a {
        background-color: #4cc764;
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .sp_fix_menu .three_in_one > div.line_contents a img {
        width: 30px;
        margin-right: 5px;
    }
}