@charset "utf-8";

:root {
    --color-main-title: #FF7D33;
    --color-accent: #E3332A;
    --color-font: #363636;
    --sp-max: 500px;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

img {
    vertical-align: bottom;;
}


p {
    margin: 0;
    padding: 0;
}


.l-section {
    text-align: center;
    position: relative;
}

.section-inner {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    position: relative;
}

img {
    height: auto;
}


/*区切り*/

[class*="l-section top-"]::after,
[class*="l-section top-"]::before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
}

[class*="l-section top-"]::before {
    border-top-width: 64px;
    border-bottom-width: 64px;
    border-left-width: 64px;
    border-right-width: 64px;
    margin-left: -64px;
    margin-top: 2px;
    /* border-color: rgba(54, 54, 54, 0); */
    border-top-color:#363636;
}


[class*="l-section top-"]::after {
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-left-width: 60px;
    border-right-width: 60px;
    margin-left: -60px;
}

.l-section.top-problem:before,
.l-section.top-solution:before,
.l-section.top-reach:before,
.l-section.top-price:before{
    /* border-color: rgba(54, 54, 54, 0); */

}


.l-section.top-problem:after{
    border-top-color:#F2E8DC;
}
.l-section.top-reach:after{
    border-top-color:#fff;
}

.l-section.top-solution:after,
.l-section.top-price:after{
    border-top-color:#FFDE2F;
}

.l-section.top-problem{
    background: #F2E8DC;
    padding: 45px 25px 50px 25px;
    text-align:center;
    border-bottom: 4px solid #363636;
    position: relative;
    width:100%;
    height:auto;
    z-index: 4;
}


.l-section.top-solution,.l-section.top-price{
    background: #FFDE2F;
    padding:34% 25px 20px 25px;
    text-align:center;
    border-bottom: 4px solid #363636;
    position: relative;
    width:100%;
    height:auto;
    z-index:3;
}

.l-section.top-reach{
    padding: 105px 25px 60px 25px;
    background: #FFFFFF;
    border-bottom: 4px solid #363636;
    position: relative;
    width:100%;
    height:auto;
    z-index: 2;
}

.l-section.top-price {
    padding-top: 40%;
    z-index: 1;
}

.l-section.top-contact {
    padding: 105px 25px 60px 25px;
    background: #FFFFFF;
}

.top-contact::before, .top-contact::after{
    content: none;
}

/**/

.section-title{
    border-bottom: 4px solid #363636;
    padding-bottom: 10px;
    margin-bottom: 45px;
    font-size: clamp(24px,6.4vw,32px);
    word-break: keep-all;
    font-feature-settings: "palt";
}

.section-title em {
    font-size: 1.3em;
}

.section-title-orange{
    margin-bottom: 24px;
    color: var(--color-accent);
    border-color: var(--color-accent);
}

.section-inner em {
    color: var(--color-accent);
    font-style: normal;
    font-weight: 800;
    font-size: 1.3em;
}

.lp-text {
    line-height: 1.5;
    font-size: clamp(18px,4.8vw,24px);
}

@media screen and (max-width: 768px) {
    /*sp*/
    .is-pc {
        display: none !important;
    }
    figure{
        text-align: center;
      }
    h2{
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
    }
    img {
        border-style: none;
        width: 100%;
    } 
    p{
        font-size: 18px;
    }  
}/**/

@media screen and (min-width: 910px),print {
   /*PCとtablet*/    
   .is-sp {
    display: none !important;
  }
    p{
        font-size: 18px;
        line-height: 1.4;
    }
    p b{
    font-size: 24px;
    font-weight: bold;
    color: #E3332A;
    }

    h2{
        font-size: 32px;
        text-align: center;
        line-height: 1.5;
    }

    .l-wrapper.l-wrapper__retail {
        min-width: 880px;
    }

    .section-title{
        border-width: 4px;
        text-align: center;
        margin: 0 auto 80px auto;
        padding: 0px 10px 10px 10px;
    }

    .section-title-orange {
        margin-bottom: 24px;
        padding-right: 0;
        padding-left: 0;
        font-size: 40px;
    }

    .lp-text {
        font-size: 16px;
    }


    /*区切り pc*/

    [class*="l-section top-"]::after,
    [class*="l-section top-"]::before{
        top:100%;
        left:50%;
    }

    [class*="l-section top-"]::before {
        border-width: 82px;
        margin-left: -82px;
        margin-top: 4px;
        border-top-color:#363636;
    }

    [class*="l-section top-"]::after {
        border-width: 80px;
        margin-left: -80px;
    }

    .l-section.top-solution:after{
        border-top-color:#FFDE2F;
    }    

    .l-section.top-problem:before,
    .l-section.top-solution:before{
        margin-top: 4px;
        border-top-color:#363636;
    }    


    .l-section.top-problem{
        padding: 100px 0 100px 0;
        border-bottom: 4px solid #363636;
    }
    .l-section.top-solution{
        padding: 230px 0 55px 0;
        border-bottom: 4px solid #363636;
    }

    .l-section.top-price{
        padding: 260px 0 55px 0;
    }

    .l-section.top-reach{
        padding: 170px 0 130px 0;
        border-bottom: 4px solid #363636;
    }

    .l-section.top-contact{
        padding: 130px 0 130px 0;
    }
}

@media screen and (min-width: 1080px),print {
    .l-wrapper.l-wrapper.l-wrapper__retail {
        padding-top: 80px;
    }
}/**/

/*CTA*/
.cta-catch {
    margin-bottom: 12px;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: clamp(15px,4vw,20px);
}

.cta-catch::before,.cta-catch::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    background: var(--color-font);
}

.cta-catch::before {
    left: -10px;
    transform: rotate(-30deg);
}
.cta-catch::after {
    right: -10px;
    transform: rotate(30deg);
}

.button-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    gap: 20px;
}

.button {
    width: 55%;
    position: relative;
    height: clamp(44px,11vw,68px);
}

.button::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-font);
    border-radius: 100px;
    margin-top: 3px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.button-body {
    height: 100%;
    padding: 0 16px;
    border-radius: 100px;
    border: 2px solid var(--color-font);
    background: var(--color-accent);
    color: #fff;
    font-size: clamp(16px,4vw,20px);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    position: relative;
    z-index: 2;
}
.button-body span{
    position: relative;
    top: -2px;
}
.button-consultation {
    width: 38.4%;
}
.button-consultation .button-body {
    background: #fff;
    color: var(--color-font);
}


.cta-wrap-all .button {
    width: 100%;
    height: clamp(58px,15vw,80px);
}

@media screen and (min-width: 910px),print {
    .cta-catch {
        margin-bottom: 24px;
    }
    .button::after {
        margin-top: 5px;
    }
    .button-body {
        border-width: 4px;
    }
    .cta-wrap-all .cta-catch {
        margin-bottom: 14px;
        font-size: 21px;
    }
    .cta-wrap-all .button {
        width: 650px;
    }
    .cta-wrap-all .button-body {
        width: 100%;
        font-size: 35px;
    }
}/**/

@media screen and (min-width: 910px) and (hover:hover) {
    .button:hover .button-body {
        margin-top: 5px;
        opacity: 1;
     }
}/**/
/*-------------
ファーストビュー
---------------*/
.top-main {
    background:#FF7D33;
    border: none;
    border-bottom: 4px solid #000;
}
.top-main .section-inner {
    max-width: 1080px;
}
.top-main-title {
    overflow: hidden;
}

.top-main-title img{
    width: 116%;
    position: relative;
    left: -8%;
    margin-top: -7%;
}

.top-main-catch-text img {
    width: 100%;
}
.top-main-catch-caption {
    width: 86%;
    color: #fff;
    font-size: clamp(12px,3.2vw,14px);
    margin: 0 auto 10%;
}

@media screen and (max-width: 909px) {
    .top-main-catch {
        /* padding: 0 10px; */
    }
    .top-main-catch-text {
        width: 86%;
        margin: 10% auto 0;
    }
    .top-main-catch-img {
        width: 86%;
        margin: 10% auto 16px;
    }
    .top-main .cta-wrap {
        width: 85.3%;
        min-width: 320px;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}/**/

@media screen and (min-width: 910px),print {
    .top-main .section-inner {
        margin: 0 auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-flow: row nowrap;
        gap: 20px;
    }
    .top-main-title {
        width: 650px;
    }
    .top-main-title img{
        width: 100%;
        left: 0;
        margin-top: -12%;
        margin-bottom: -4%;
    }
    .top-main .cta-wrap {
        width: 520px;
        position: absolute;
        bottom: 58px;
        left: 3%;
        text-align: center;
    }
    .top-main-catch {
        width: 376px;
        position: relative;
    }
    .top-main-catch-text {
        width: 100%;
        margin-bottom: 35px;
    }
    .top-main-catch-img {
        width: 100%;
    }
    .top-main-catch-caption {
        width: 100%;
        font-size: 12px;
        margin: 0 auto 0;
        text-align: left;
        position: absolute;
        left: -26px;
        bottom: 12px;
    }
}/**/

@media screen and (min-width: 1080px),print {

    .top-main .cta-wrap {
       left: 88px;
    }
}/**/


/*-------------
お悩み
---------------*/

.top-problem .l-section-iner {
    position: relative;
}

.top-problem-list {
    max-width: var(--sp-max);
    margin-left: auto;
    margin-right: auto;
}

.top-problem-list li {
    height: 0;
    padding-top: 61%;
    background: url(../svg/problem_baloon_sp.svg) center top / 100% auto no-repeat;
    font-size: clamp(18px,4.8vw,24px);
    /* aspect-ratio: 1 / 1.66; */
    position: relative;
}

.top-problem-list p {
    width: 100%;
    padding: 10px 32px;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
    font-size: clamp(18px,4.8vw,24px);
}

.top-problem-list em {
    font-size: 1.3em;
}

.top-problem-img {
max-width: var(--sp-max);
 position: relative;
 margin-left: auto;
 margin-right: auto;
}

.problem-img-1 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.problem-img-2 {
    width: 50%;
}

@media screen and (max-width: 909px) {
    .top-problem-list li {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 910px),print {

    .top-problem-list {
        max-width: none;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .top-problem-list li {
        width: 100%;
        padding-top: 0;
        min-height: 162px;
        background-image: url(../svg/problem_baloon_pc.svg);
    }
    .top-problem-list li:nth-child(3) {
        width: 94%;
        min-height: 169px;
        background-image: url(../svg/problem_baloon_2_pc.svg);
    }
    .top-problem-list li:nth-child(3) p {
        width: 100%;
        /* top: 43%; */
    }
    .top-problem-list li:nth-child(6) {
        background-image: url(../svg/problem_baloon_3_pc.svg);
        grid-column-start: 1;
        grid-row-start: 3;
        grid-row-end: 4;
    }
    .top-problem-list p {
        width: 94%;
        padding: 10px 20px;
        top: 44%;
        left: 0;
        transform:translate(0,-50%);
        font-size: 18px;
    }
    .top-problem-img {
        width: 517px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .problem-img-1 {
        width: 274px;
    }
    .problem-img-2 {
        width: 205px;
        display: block;
        margin-left: auto;
        margin-right: 10px;
    }
}/**/


/*-------------
悩みを解決
---------------*/

.people-wrap {
    max-width: var(--sp-max);
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 4px solid var(--color-font);
    border-radius: 6px;
    padding: 20px 16px 30px;
}

.people-wrap img {
    width: 90%;
    margin-top: -24%;
    margin-bottom: 16px;
}

.top-solution-title {
    font-size: clamp(24px,6.4vw,32px);
    word-break: keep-all;
    font-feature-settings: "palt";
}

.top-solution-list {
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--sp-max);
}

.top-solution-list li {
    margin-bottom: 60px;
}

.top-solution-list-ttl img {
    width: 100%;
}

.top-solution-list-ttl p {
    margin: 0;
    padding: 20px 8px;
    background: var(--color-main-title);
    color: #fff;
    font-weight: 800;
    font-size: clamp(24px,5.5vw,32px);
    line-height: 1.5;
    font-feature-settings: "palt";
}

.top-solution-baloon {
    position: relative;
    margin-bottom: 10px;
    height: 0;
    padding-top: 41%;
    background: url(../svg/solution_baloon.svg) center top / 100% auto no-repeat;
    font-size: clamp(20px,5.3vw,24px);
    font-weight: 800;
    line-height: 1.2;
}

.top-solution-baloon p {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: clamp(20px,5.3vw,24px);
}

.solution-list-img {
    width: 80%;
    margin: 8% auto;
}

@media screen and (min-width: 910px),print {
    .people-wrap {
        max-width: none;
        margin-bottom: 80px;
    }
    .people-wrap img {
        width: 320px;
        margin-top: -10%;
        margin-bottom: 16px;
    }
    .top-solution .section-title + .lp-text {
        font-size: 24px;
    }
    .top-solution-list {
        max-width: none;
        margin-top: 70px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 28px;
    }
    .top-solution-list li {
        margin-bottom: 0;
    }
    .top-solution-list-ttl p {
        padding-top: 8px;
        padding-bottom: 8px;
        min-height: 122px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row nowrap;
        font-size: 23px;
    }
    .solution-list-img {
        margin-top: 45px;
        margin-bottom: 35px;
    }
    .top-solution-baloon p {
        font-size: 20px;
    }

}/**/


/*-------------
商圏のいろんな人に届く
---------------*/
.top-reach-image {
    width: 100%;
    max-width:882px;
}

.top-reach-image img {
    width: 100%;
}


/*-------------
価格
---------------*/
.top-price-ttl {
    font-size: clamp(18px,4.8vw,24px);
}
.top-price .people-wrap img {
    margin-top: -36%;
}
.top-price-text {
    margin: 3% auto;
    color: var(--color-accent);
    font-weight: 800;
    font-size: 46px;
}
.top-price-text span{
    font-size: 38px;
}

@media screen and (min-width: 910px),print {
    .top-price .people-wrap img {
        margin-top: -200px;
    }
    .top-price-text {
        margin: 12px auto;
        font-size: 50px;
    }
    .top-price-text span{
        font-size: 50px;
    }

    .top-price .people-wrap {
        margin-bottom: 0;
    }
}


/*===============================

	パンくず 

================================*/

.l-breadcrumbs {
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
.l-section .breadcrumbs {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 8px 16px 8px;
    color: var(--color-font);
    text-align: left;
    position: absolute;/*このページ専用*/
    top: 0;
    left: 0;
}
  
.breadcrumbs li {
    position: relative;
    display: inline;
    padding: 0 5px 0 0;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.4;
}
.breadcrumbs li:last-child {
    padding: 0;
    display: inline-block;
}
.breadcrumbs li a {
    display: inline;
    font-size: 13px;
    line-height: 1.4;
    color: #077bd4;
    word-break: break-all;
}


