img {
    object-fit: contain;
}

main {
    margin-left: 0;
    width: 100%;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

footer {
    margin-left: 0;
    width: 100%;
}

.yellow-bg {
    background-color: #FEF08A;
    padding: 5px;
}
.lp-red {
    color: #DC2626;
}
.lp-orange {
    color: #FC932B;
}
.lp-accent {
    color: #C5A059;
}
.lp-main h2 {
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif;
    font-size: 36px;
}
.lp-main h2::before {
    display: none;
}
section .c-container h2 {
    margin-bottom: 32px;
}
@media screen and (max-width:758px) {
    section .c-container h2 {
        font-size: 26px;
    }
}

.lp-mv {
    position: relative;
}
.lp-mv-btn {
    position: absolute;
    top: 75%;
    left: 7%;
    background-color: #FC932B;
    color: #ffffff;
    padding: 21px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
@media screen and (max-width: 600px) {
    .lp-mv-btn {
        font-size: 4vw;
        padding: 16px;
    }
}

#lp-problem {
    background-color: #F3F4F6;
}
#lp-problem .c-container {
    max-width: 1200px;
}
#lp-problem .column4-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin-bottom: 24px;
}
#lp-problem .column4-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 275px;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 8px;
    border-bottom: 4px solid #B29650;
}
#lp-problem .column4-item img {
    max-width: 190px;
}
#lp-problem .column4-item h3 {
    margin-top: 8px;
}
#lp-problem .column4-item p {
    font-size: 14px;
}
#lp-problem .c-container>p {
    text-align: center;
}

#lp-strong .c-container {
    max-width: 1200px;
}
.lp-main h2 span.accent-color{
    color: #B39650;
}
#lp-strong .column3-items {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
#lp-strong .column3-item {
    min-width: 320px;
    max-width: 360px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #F9FAFB;
    box-shadow: 3px 3px 20px -5px rgba(0,0,0,0.25);
}
#lp-strong .column3-item h3 {
    display: inline-block;
    margin-top: 0px;
    font-family: sans-serif;
    border-bottom: 1px solid #B29650;
    color: #333333;
}
#lp-strong .column3-item-text {
    padding: 16px;
}
section .cta02 {
    max-width: 1000px;
    margin: 60px auto 0;
}

/* before-after */
#lp-ba {
    background-color: #F9F3EE;
}
section#lp-ba .c-container h2 {
    margin-bottom: 48px;
}
#lp-ba .ba-block {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.b-block, .a-block {
    position: relative;
    padding: 32px;
    max-width: 450px;
    width: 100%;
}
.b-block {
    border: 4px solid #6E757F;
    background-color: #EEEEEE;
    border-radius: 8px;
}
.a-block {
    border: 4px solid #C5A059;
    background-color: #FFFFFF;
    border-radius: 8px;
}
.b-block span, .a-block span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
    border-radius: 50vh;
    padding: 6px 12px;
}
.b-block span {
    background-color: #6E757F;
}
.a-block span {
    background-color: #C5A059;
}
.b-block h3, .a-block h3 {
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
    color: #333333;
    font-family: sans-serif;
}
.a-block li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.b-block li:not(:first-of-type), .a-block li:not(:first-of-type) {
    margin-top: 16px;
}
.a-block li img {
    width: 18px;
    height: 18px;
}

/* 実績 */
#lp-case {
    background-color: #F9FAFB;
}
#lp-case .c-container {
    max-width: 1100px;
}
#lp-case .c-container>p {
    text-align: center;
    margin-bottom: 16px;
}
#lp-case .column2-items {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
#lp-case .column2-item {
    width: 100%;
    min-width: 320px;
    max-width: 490px;
    background-color: #ffffff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.1);
}
#lp-case .column2-item .lp-case-detail {
    display: flex;
    gap: 8px;
}
#lp-case .column2-item .lp-case-detail span {
    padding: 5px 4px 6px 6px;
    font-size: 12px;
    line-height: 1;
}
#lp-case .column2-item .lp-case-detail1 {
    background-color: #B39650;
    color: #ffffff;
    font-weight: 700;
    border-radius: 4px;
}
#lp-case .column2-item .lp-case-detail2 {
    background-color: #E5E7EB;
    font-weight: 700;
    border-radius: 4px;
}
#lp-case .column2-item h3 {
    margin-top: 4px;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 700;
    color: #333333;
}

/* 流れ */
#lp-flow .c-container {
    max-width: 1200px;
}
#lp-flow .lp-flow-block {
    position: relative;
}
#lp-flow .lp-flow-block::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background-color: #E5E7EB;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#lp-flow .lp-flow-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#lp-flow .l-flow-item {
    width: calc((100% - 60px)/2);
    text-align: right;
}
#lp-flow .flow-center {
    width: 40px;
}
#lp-flow .r-flow-item {
    width: calc((100% - 60px)/2);
}
#lp-flow .lp-flow-item h3 {
    margin-top: 0;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700s;
    color: #333333;
}
@media screen and (max-width:768px) {
    #lp-flow .lp-flow-block {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    #lp-flow .lp-flow-block::after {
        left: 0%;
        transform: translateX(16px);
    }
    #lp-flow .lp-flow-item {
        justify-content: flex-start;
    }
    #lp-flow .l-flow-item, #lp-flow .r-flow-item {
        order: 2;
        width:  calc((100% - 60px));
        text-align: left;
    }
    #lp-flow .l-flow-item-kara {
        display: none;
    }
}


/* 費用 */
#lp-price {
    background-color: #F3F4F6;
}
#lp-price .c-container>p {
    text-align: center;
}
#lp-price table {
    margin: 32px auto 0;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.1);
}
#lp-price table , #lp-price td, #lp-price th {
    text-align: center;
    vertical-align: middle;
}
#lp-price tr:not(:last-of-type) td:last-of-type {
    border-bottom: 1px solid #e9e9e9;
    border-collapse: collapse;
}
#lp-price td, #lp-price th {
	padding: 16px;
}
#lp-price tr td:first-of-type {
    font-size: 20px;
}
#lp-price tr:first-of-type td:first-of-type {
    background-color: #FC932B;
    color: #ffffff;
}
#lp-price tr:first-of-type td:last-of-type {
    color: #FC932B;
    font-size: 26px;
    font-weight: 700;
}
#lp-price tr td:last-of-type p {
    font-size: 24px;
    font-weight: 700;
}
#lp-price tr:nth-of-type(2) td:first-of-type {
    background-color: #F9FAFB;
}
#lp-price tr:nth-of-type(3) td:first-of-type {
    background-color: #F9FAFB;
}
#lp-price tr:nth-of-type(2) td:last-of-type {
    text-align: left;
}
#lp-price tr:nth-of-type(3) td:last-of-type {
    text-align: left;
}
#lp-price tr td:last-of-type p span {
    font-size: 12px;
    font-weight: 400;
    color: #6B7280;
}
#lp-price tr:last-of-type  {
    background-color: #FEFCE8;
}
#lp-price tr:last-of-type td:last-of-type p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

/* よくあるご質問 */
.lp-qa .c-container {
    max-width: 750px;
}
.lp-qa h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #333333;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 18px;
}

/* メッセージ */
#lp-message {
    background-color: #F9F3EE;
}
#lp-message h2 {
    text-align: left;
}
.lp-me-block {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.lp-me-text {
    max-width: calc(100% -270px);
}
.lp-me-img {
    max-width: 250px;
    text-align: center;
}
.lp-me-img img {
    border-radius: 50vh;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}
.lp-me-img-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}
.lp-me-img p {
    font-size: 24px;
}
.lp-me-img span:last-of-type {
    font-size: 12px;
}
@media screen and (max-width:768px) {
    .lp-me-block {
        flex-direction: column-reverse;
    }
    .lp-me-img {
        max-width: 100%;
    }
    .lp-me-img img {
        width: 240px;
    }
}

/* 市場概況 */
#lp-gaikyo .lp-gaikyo-txtimg, #lp-gaikyo3 .lp-gaikyo-txtimg {
    display: flex;
    gap: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
}
#lp-gaikyo .lp-gaikyo-txtimg ul {
    max-width: calc(100% - 360px);
}
#lp-gaikyo .lp-gaikyo-txtimg ul li:not(:first-of-type) {
    margin-top: 8px;
}
#lp-gaikyo .lp-gaikyo-txtimg ul li {
    position: relative;
    margin-left: 16px;    
}
#lp-gaikyo .lp-gaikyo-txtimg ul li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
    transform: translateX(-100%);
}
#lp-gaikyo .lp-gaikyo-txtimg img, #lp-gaikyo3 .lp-gaikyo-txtimg img  {
    max-width: 360px;
}
@media screen and (max-width:768px) {
    #lp-gaikyo .lp-gaikyo-txtimg, #lp-gaikyo3 .lp-gaikyo-txtimg {
        flex-direction: column-reverse;
    }
    #lp-gaikyo .lp-gaikyo-txtimg ul, #lp-gaikyo3 .lp-gaikyo-txtimg ul {
        max-width: 100%;
    }
    #lp-gaikyo .lp-gaikyo-txtimg img, #lp-gaikyo3 .lp-gaikyo-txtimg img {
        max-width: 240%;
    }
    #lp-gaikyo3 {
        padding-top: 0;
    }
}

/* フッター */
footer .c-container {
    max-width: 900px;
}
.lp-main ~ footer {
    background-color: #F9FAFB;
    padding: 32px;
    border-top: none;
}

.lp-map {
    padding: 16px;
    background-color: #ffffff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.lp-map h3 {
    color: #333333;
    font-family: sans-serif;
    padding-bottom: 4px;
    margin-top: 0;
    border-bottom: 1px solid #eeeeee;
}
.lp-map-block {
    display: flex;
    width: 100%;
    gap: 32px;
}
.lp-map-google {
    max-width: 400px;
    width: 100%;
}
.lp-map-google>iframe {
    width: 100%;
    min-height: 240px;
}
.lp-map-text p:not(:first-of-type) {
    margin-top: 0;
}
.lp-map-text a {
    padding-top: 16px;
    padding-bottom: 16px;
}
p.copyright{
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 16px;
}