@charset "utf-8";

html, body {
    overflow-x: hidden;
}

html {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    scroll-behavior: smooth;
    width: 100%;
}

body {
    color: #333;
    background-color: #fff;
    position: relative;
    width: 100%;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

li {
    list-style: none;
}

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

/* ======================================================
    common
====================================================== */

#footer{
    margin-top: 0!important;
    border: none!important;
}

.annotation {
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 10px;
    color: #A9A9A9;
}

.sp-none {
    display: none;
}

.pc-none {
    display: block;
}

a {
    text-decoration: none;
    color: #0096d6;
    transition: .6s;
}

.display-flex {
    display: flex;
}

.inner {
    width: 86%;
    margin: 0 auto;
}

h2 {
    font-size: clamp(22px, 6vw, 30px);
    color: #0099d0;
    text-align: center;
}

#float-cv {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#float-cv.show {
    display: block;
    opacity: 1;
    position: fixed;
    right: 2%;
    bottom: 2%;
}

#float-cv img {
    width: min(30vw, 150px);
}

.is-hide {
    display: none;
}

header {
    background: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 0.6rem 0;
}

header .myhome-logo-h {
    width: 8.6rem;
    margin: 0 auto;
    display: block;
}

/* ======================================================
    FV
====================================================== */

section.fv {
    padding-top: calc(((2620 / 1720) * 100%));
    background: url(../images/fv-bg-sp.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

section.fv h1 img {
    width: 80vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.fv-cv {
    position: absolute;
    width: min(34vw, 160px);
    right: 6%;
    bottom: 4%;
}

.fv-cv img {
    max-width: 100%;
    display: block;
}


/* ======================================================
    CHARM
====================================================== */

section.charm {
    padding: min(10vw, 100px) 0;
}

.charm-area {
    border: 2px solid #0099d0;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 80px;
    line-height: 1.8;
    font-weight: 600;
    font-size: clamp(12px, 3.6vw, 18px);
    text-align: center;
    position: relative;
    margin-bottom: min(18vw, 120px);
    border-radius: 24px;
    letter-spacing: -1px;
}

.charm-area span {
    color: #0099d0;
}

.charm-area .sub {
    background: #0099d0;
    border-radius: 50px;
    color: #fff;
    padding: min(1vw, 16px) min(4vw, 30px);
    font-size: min(3.4vw, 14px);
    display: inline-block;
    margin-top: 0.2rem;
}

.charm-area ul {
    padding-left: 0;
    margin-top: 24px;
}

.charm-area ul li {
    text-align: center;
    border-bottom: 1px solid #d1effa;
    padding: 16px 0
}

.charm-area ul li:last-child {
    border-bottom: none;
}

.charm-area p {
    font-size: clamp(12px, 3.6vw, 18px);
    margin-top: -8px;
}

.charm-area img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: min(38vw, 200px);
}

.proposal p {
    text-align: center;
    font-size: clamp(18px, 4.6vw, 26px);
    line-height: 2;
    font-weight: 700;
}

.proposal span {
    color: #0099d0;
    font-size: clamp(22px, 5.4vw, 28px);
}

.proposal img {
    width: min(100%, 500px);
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    height: auto;
}


/* ======================================================
    MERIT
====================================================== */

section.merit {
    margin-bottom: min(8vw, 50px);
}

section.merit .inner {
    background: #fff7ea;
    border-radius: 20px;
    padding: 6vw;
    box-sizing: border-box;
    max-width: 600px;
}

section.merit .inner h2 {
    color: #ec6104;
    font-size: clamp(18px, 3.6vw, 24px);
    margin-bottom: min(6vw, 100px);
    position: relative;
    padding-bottom: min(2.8vw, 20px);
}

section.merit .inner h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(20vw, 160px);
    height: 2px;
    background-color: #ec6104;
}

section.merit .inner ul {
    font-size: clamp(14px, 3.2vw, 18px);
    line-height: 1.8;
    list-style: none;
    padding-left: 0;
    font-weight: 600;
}

section.merit .inner ul li::before {
    content: "•";
    font-size: 44px;
    color: #ec6104;
    vertical-align: middle;
    line-height: 0;
    padding-right: 6px;
}


section.merit .inner ul li {
    text-indent: -24px;
    padding-left: 24px;
}

/* ======================================================
    D-MERIT
====================================================== */

section.d-merit .inner {
    background: #ececec;
}

section.d-merit .inner h2 {
    color: #231814;
}

section.d-merit .inner h2::after {
    background-color: #231814;
}

section.d-merit .inner ul li::before {
    color: #636262;
}

/* ======================================================
    MIDDLE CTA
====================================================== */

.middle-cta {
    padding: 2rem 0;
}

.middle-cta p {
    font-size: min(5vw, 19px);
    text-align: center;
    line-height: 1.9;
    font-weight: 600;
}

.middle-cta .cta-button {
    margin-top: 1rem;
}

.middle-cta img {
    width: 90%;
    margin-top: 0;
}

/* ======================================================
    CHECKLIST
====================================================== */

section.checklist {
    padding: 2rem 0;
    padding-bottom: min(10vw, 100px);
}

section.checklist .inner {
    box-sizing: border-box;
    width: 100%;
}

section.checklist .inner h2 {
    margin-bottom: 1rem;
}

section.checklist .inner p {
    text-align: center;
    margin-bottom: 1.6rem;
}

section.checklist .inner p.title {
    color: #0099d0;
    font-weight: 600;
    text-align: left;
    margin-top: 1.6rem;
    margin-bottom: 1rem;
    font-size: min(4vw, 15px);
}

section.checklist img.explain {
    width: 100%;
    display: block;
    height: auto;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 1rem;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 4rem;
    padding-top: 0;
}
  
.grid-item {
    background-color: #ffffff;
    border: 2px solid #2a9fd6;
    color: #0099d0;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    padding: 1vw 0;
    font-size: min(4vw, 14px);
    line-height: 1.4;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 84px;
}

.grid-item a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.grid-item span {
    font-size: 12px;
}
  
.grid-item:after {
    content: "";
    background-image: url("../images/arrow-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}

section.checklist .block {
    border-radius: 32px;
    padding: min(12vw, 32px);
}

section.checklist .blue {
    background: #ebf6fb;
    padding-left: min(10vw, 100px);
    margin-right: 10vw;
    border-radius: 0 32px 32px 0;
}

section.checklist .white {
    background: none;
    padding-right: min(8vw, 100px);
    margin-left: 10vw;
    border-radius: 32px 0 0 32px;
    border: 2px solid #0099d0;
    border-right: none;
}

section.checklist .block h3 {
    display: flex;
    align-items: center;
    color: #0099d0;
    font-size: clamp(14px, 4.2vw, 20px);
    line-height: 1.8;
}

section.checklist .block span.icon {
    background-size: contain;
    background-repeat: no-repeat;
    width: min(12vw, 54px);
    height: min(12vw, 54px);
    display: block;
    margin-right: 0.6rem;
    background-position: 10% 30%;
}

section.checklist .block h3 span.sub {
    background: #0099d0;
    border-radius: 50px;
    color: #fff;
    padding: min(0.6vw, 12px) min(4vw, 20px);
    font-size: min(3.4vw, 14px);
    display: inline-block;
    margin-bottom: 4px;
}

section.checklist .block span.icon-1 {
    background-image: url("../images/icon-1.svg");
}

section.checklist .block span.icon-2 {
    background-image: url("../images/icon-2.svg");
}

section.checklist .block span.icon-3 {
    background-image: url("../images/icon-3.svg");
    width: min(10vw, 38px);
    background-position: 50%;
}

section.checklist .block span.icon-4 {
    background-image: url("../images/icon-4.svg");
}

section.checklist .block span.icon-5 {
    background-image: url("../images/icon-5.svg");
    width: min(16vw, 64px);
}

section.checklist .block span.icon-6 {
    background-image: url("../images/icon-6.svg");
}

section.checklist .block span.icon-7 {
    background-image: url("../images/icon-7.svg");
}

section.checklist .block span.icon-8 {
    background-image: url("../images/icon-8.svg");
}

section.checklist .block span.icon-9 {
    background-image: url("../images/icon-9.svg");
    width: min(9vw, 38px);
}


section.checklist .block ul {
    padding-left: 0;
    margin-top: 1rem;
    list-style: none;
}

section.checklist .block ul li {
    font-size: clamp(14px, 3.2vw, 18px);
    line-height: 1.9;
    font-weight: 600;
    position: relative;
    padding-left: 5vw;
    margin-bottom: 0.2rem;
}

section.checklist .block ul li:before {
    content: "";
    background-image: url("../images/check-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: min(4.4vw, 22px);
    height: min(5.8vw, 24px);
    position: absolute;
    left: 0;
    top: 2px;
}

section.checklist .block ul li span {
    display: inline-block;
    background-color: #fff858;
    line-height: 1.5;
}

.block-line-1 {
    width: 100%;
    background-image: url("../images/line-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: min(14vw, 80px);
    background-position: 50% 0;
}

.block-line-2 {
    width: 100%;
    background-image: url("../images/line-2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: min(14vw, 80px);
    background-position: 50% 0;
}

section.checklist .cta-block {
    border-radius: 32px;
    margin-left: 10vw;
    margin-right: 10vw;
    padding: min(6vw, 18px);
    border: 2px solid #0099d0;
}

section.checklist .inner .cta-block p {
    margin-bottom: 0.4rem;
    font-weight: 600;
}

section.checklist .inner .cta-block p:first-child {
    font-size: min(3.2vw, 15px);
    margin-bottom: 0.4rem;
    font-weight: 600;
}

section.checklist .inner .cta-block p:last-child {
    font-size: min(4vw, 18px);
    font-weight: 600;
}

section.checklist .cta-block p span {
    color: #0099d0;
}

section.checklist .cta-block .cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.checklist .cta-block .cta-icon img.icon {
    width: 100%;
    max-width: 160px;
    display: block;
    height: auto;
}

section.checklist .cta-block .cta-icon img.button {
    width: 100%;
    max-width: 180px;
    display: block;
    height: auto;
}

section.checklist h4 {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: -0.4rem;
    font-size: clamp(12px, 3.8vw, 16px);
    line-height: 1.8;
}

section.checklist .inner-box {
    background: #e7f5fb;
    border-radius: 24px;
    padding: 0.8rem;
    margin-top: 0.4rem;
}

section.checklist .inner-box ul {
    margin-top: 0;
}

section.checklist .inner-box p {
    font-size: clamp(14px, 3.2vw, 18px);
    line-height: 1.8;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0.4rem;
}



/* ======================================================
    WORRIES
====================================================== */

section.worries {
    background: #6bc4e4;
    padding: min(6vw, 40px) min(2vw, 10px);
    position: relative;
}

section.worries .inner {
    max-width: 540px;
}

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

section.worries img:first-child {
    margin-bottom: 1rem;
}

section.worries img.add-arrow {
    position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%);
    width: min(12vw, 100px);
}

/* ======================================================
    CTA
====================================================== */

section.cta {
    padding: min(6vw, 40px) min(2vw, 10px);
    margin-top: 1.2rem;
    margin-bottom: 6rem;
}

section.cta p {
    font-size: min(4.8vw, 26px);
    text-align: center;
    line-height: 1.9;
    font-weight: 600;
    margin-bottom: min(4vw, 30px);
}

section.cta p span {
    color: #0099d0;
}

section.cta img.suumo-icon {
    width: min(32vw, 160px);
    display: block;
    margin: 0 auto;
    height: auto;
}

.cta-button {
    width: min(90vw, 340px);
    margin: 0 auto;
    margin-top: 2rem;
}

.cta-button img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* ======================================================
    FOOTER
====================================================== */

footer {
    background: #EEEEEE;
    color: #000;
    padding: 28px 16px;
    font-size: min(4vw, 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.myhome-logo {
    display: block;
    margin: 0 auto 28px;
    width: 12rem;
}

.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    margin-left: -24px;
    margin-bottom: -24px;
    padding: 0;
    list-style: none;
}

.footer-link {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

.copyright {
    margin-top: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-align: center;
}

.column {
    margin: 0;
    padding: 0;
    padding-left: 24px;
    padding-bottom: 24px;
}

/* ======================================================
    比較
====================================================== */

.comparison-table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.header-row,
.content-row {
    display: flex;
}
.header-cell {
    flex: 1;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 5px;
}
.header-left {
    background-color: #0088cc;
    border-right: 1px solid #fff;
}
.header-right {
    background-color: #58c4c4;
    border-left: 1px solid #fff;
}
.content-cell {
    flex: 1;
    padding: min(4vw, 20px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-cell:nth-child(odd) {
    border-right: 1px solid #fff;
}
.content-cell:nth-child(even) {
    border-left: 1px solid #fff;
}
.merit-row {
    background-color: #fff5e6;
}
.demerit-row {
    background-color: #e6e6e6;
}
.merit-tag, .demerit-tag {
    display: inline-block;
    color: white;
    padding: 4px 15px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: clamp(12px, 1.6vw, 18px);
}
.merit-tag {
    background-color: #ff6633;
}
.demerit-tag {
    background-color: #666666;
}
.content-text {
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}



/* ======================================================
======================================================
    PC
======================================================
====================================================== */
@media only screen and (min-width: 769px){
    /* ========== common ========== */
    html {
        font-size: 62.5%;
    }

    body {
        padding-bottom: 0;
    }
    .pc-block {
        display: block !important;
    }
    .sp-none {
        display: block;
    }
    .pc-none {
        display: none;
    }

    .float-button {
        right: 3%;
        bottom: 5%;
        width: 100px;
    }

    header {
        padding: 1.6rem 0;
    }

    header .myhome-logo-h {
        width: 16rem;
    }

    a:hover {
        opacity: .6;
        transition: .6s;
    }

    .fv a:hover {
        opacity: .8;
    }

    #float-cv img {
        width: min(16vw, 180px);
    }

    #float-cv.show {
        right: 10%;
        bottom: 5%;
    }

    /* =============
    FV
    ================ */

    .fv-bg {
        background-color: #EBF6FB;
    }

    section.fv {
        max-width: 1600px;
        height: auto;
        padding-top: calc(((1433 / 2732) * 100%));
        background: url(../images/fv-bg-pc.jpg) no-repeat;
        background-size: contain;
        position: relative;
        margin: 0 auto;
    }

    section.fv h1 img {
        width: min(37vw, 460px);
    }


    .fv-cv {
        width: min(12vw, 160px);
        right: 27vw;
        bottom: 2%;
    }

     /* =============
    CHARM
    ================ */

    section.charm {
        padding: min(10vw, 70px) 0;
    }

    .charm-area {
        letter-spacing: inherit;
    }

    .charm-area .sub {
        padding: min(1vw, 8px) min(4vw, 30px);
    }

     /* =============
    MERIT
    ================ */

    section.merit {
        margin-bottom: 20px;
    }

    section.merit .inner {
        padding: min(2vw, 32px);
    }

    section.merit .inner h2 {
        margin-bottom: min(2vw, 32px);
    }

    .header-cell {
        font-size: 22px;
    }

    .merit-tag, .demerit-tag {
        font-size: 14px;
    }

      /* =============
    MIDDLE CTA
    ================ */

    .middle-cta {
        margin-bottom: 20px;
        padding-top: 4rem;
    }

    .middle-cta p {
        font-size: min(6.6vw, 24px);
        text-align: center;
        line-height: 1.9;
        font-weight: 600;
        margin-bottom: 16px;
    }

     /* =============
    CHECKLIST
    ================ */

    section.checklist .inner p {
        font-size: min(2vw, 16px);
        margin-bottom: 3rem;
    }

    section.checklist .inner p.title {
        margin-top: 3rem;
        font-size: min(2.4vw, 17px);
        margin-bottom: 1.6rem;
    }

    section.checklist .inner {
        max-width: 600px;
    }

    .grid-item {
        font-size: min(4vw, 16px);
    }

    .grid-item {
        padding: min(1vw, 10px) 0;
    }

    .grid-container {
        margin-bottom: 6rem;
        padding: 0;
    }

    section.checklist .block {
        padding: 34px;
    }

    section.checklist .blue {
        margin-right: min(4vw, 40px);
        border-radius: 32px;
    }

    section.checklist .block ul li {
        font-size: clamp(14px, 3.2vw, 16px);
        padding-left: min(4vw, 28px);
    }

    section.checklist .white {
        margin-left: 70px;
        border-radius: 32px;
        margin-right: inherit;
        border: 2px solid #0099d0;
    }

    section.checklist .block h3 span.sub {
        padding: 6px 16px;
        font-size: min(3vw, 14px);
        display: inline-block;
        margin-top: 8px;
        margin-bottom: 0;
    }

    section.checklist .block h3 {
        display: flex;
        align-items: center;
        color: #0099d0;
        font-size: 20px;
        line-height: 1.5;
    }

    .cta-button {
        margin-top: 4rem;
    }

    section.checklist .cta-block {
        margin-left: 0;
        padding-right: 34px;
    }

    section.checklist .inner p {
        font-size: min(3vw, 19px);
    }

    section.checklist .inner .cta-block p:first-child {
        font-size: min(3.6vw, 17px);
        margin-bottom: 0.6rem;
    }

    section.checklist .cta-block .cta-icon img.icon {
        max-width: 200px;
    }

    section.checklist .cta-block .cta-icon img.button {
        max-width: 220px;
    }

    section.checklist h4 {
        font-size: clamp(13px, 3.8vw, 17px);
        margin-bottom: -0.8rem;
    }

    section.checklist .inner-box {
        padding: 1.8rem;
    }

    section.checklist .inner-box p {
        font-size: clamp(14px, 3.2vw, 16px);
        margin-bottom: 0.6rem;
    }

     /* =============
    FOOTER
    ================ */

    .myhome-logo {
        width: 20rem;
    }

     /* =============
    比較
    ================ */
    .header-cell {
        font-size: 24px;
        padding: 15px;
    }
    .content-cell {
        padding: 20px;
    }

    .content-text {
        font-size: 16px;
        line-height: 1.5;
    }

}

@media only screen and (min-width: 1600px){
    section.fv {
        padding-top: 840px;
    }
}





