/* 共通 */

html {
    font-size: 62.5%;
}

h1,h2,h3,h4,h5,h6,p {
    font-family: "Zen Kaku Gothic New",sans-serif;
}

.page-width {
    width:960px;
    margin: 0 auto;
}

.highlight {
    background: linear-gradient(transparent 60%, #F0EB4C 60%);
}

.heading img {
    display: block;
    width: 50%;
    margin: 0 auto 50px;
}



.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

/* cta */
.cta {
    width: 50%;
    margin: 0 auto 50px;
}

/* fv */
.fv1,.fv2 {
    margin-bottom: 0;
}

.fv1 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../images/fv1-1-bg-pc.png)center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fv2  {
    padding-top: 20px;
    padding-bottom: 50px;
    background: url(../images/fv1-2-bg-pc.png) top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fv1 img {
    width: 70%;
    margin: 0 auto;
}

.fv2 img {
    width: 70%;
    margin: 0 auto;
}


/* problem */
.problem {
    padding-top: 54px;
    padding-bottom: 40px;
    background-image: url(../images/problem-bg-sp.png);
    position: relative;
    
}

.problem::after {
    content: '';
    display: inline-block;
    width:0;
    height:0;
    border-style:solid;
    border-width: 50px 200px 0 200px;
    border-color: #7A7A7B transparent transparent transparent;
    position: absolute;
    bottom: -49px;
    left: calc(50% - 200px);
}

.problem h2 {
    margin-bottom: 3.6rem;
    font-size: 3.2em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.problem h2 span {
    font-size: 4rem;
}

.problem-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
}

.problem-item {
    width: calc(33.33% - 20px);
}

/* benefit */
    .benefit {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #FFFCF5;
        background-size: cover;
    }

    .benefit h2 img {
        display: block;
        margin: 50px auto 40px;
    }

    .benefit-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .benefit-item {
        padding:4rem;
        width: 33.33%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .benefit-item:first-child{
        transform: scale(1.15);
    }

    .benefit-item:last-child{
        transform: scale(1.1);
    }


    .benefit-title {
        margin-bottom: 2rem;
        font-size: 2.4rem;
        color: #ec661a;
        font-weight: 600;
        text-align: center;

    }

    .benefit-desc {
        font-size: 1.4rem;
        line-height: 1.6;
        text-align: center;
    }

    /* service */
    .service {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .service .heading img {
        width: 60%;
    }

    .service-wrapper {
        margin-bottom: 32px;
    }
    
    .service p {
        margin-bottom: 1.8rem;
        font-size: 1.8rem;
        line-height: 1.6;
        text-align: center;
    }

    p.service-point {
        display: block;
        width: 30%;
        margin:0 auto 50px;
        padding: 8px 20px;
        color: #fff;
        font-size: 2.6rem;
        font-weight: 600;
        background-color: #ec661a;
        border-radius: 5px;

    }

    .service-l {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .service-l img {
        width: calc(50% - 6px);
    }

    .service-s {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .service-s img {
        width: calc(25% - 10px);
    }

    .attention-list {
        margin-left: 20px;
        margin-bottom: 40px;
    }

    .attention-item {
        font-size: 1.4rem;
        color: #777;
        list-style-type: disc;
        font-family: "Zen Kaku Gotic New",sans-serif;
    }

    .caution {
        width: 800px;
        margin: 0 auto;
        padding:20px;
        background-color: rgba(255, 241, 38, 0.14);
        border: 10px solid #E53935;
    }
    
    .caution img {
        width: 110px;
    }
    
    .caution h3 {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3rem;
    }
    
    .caution h3 .box {
        margin-right: 5px;
        padding: 5px 5px;
        background-color: #E53935;
        color: #fff;
        font-size: 2.5rem;
        font-weight: 600;
    }
    
    .caution h3 .under-line {
        border-bottom: 2px solid #E53935;
        color: #E53935;
        font-weight: 600;
    }
    
    .caution p {
        margin-bottom: 0;
        color: #333;
        text-align: left;
        font-size: 2.4rem;
        font-weight: 600;
    }

    .kaikei {
        padding-top: 50px;
        background-color: #FFFCF5;
    }
    
    .kaikei .heading {
        width: 100%;
        margin: 0 auto 50px;
    }
    
    
    .kaikei-list {
        width: 70%;
        margin:0 auto 50px;
        
    
    }
    
    .kaikei-item {
        margin-bottom: 20px;
        margin-left: 40px;
        font-size: 2.5rem;
        position: relative;
    }
    
    .kaikei-item::before {
        content: '';
        display: inline-block;
        background-image: url(../images/list-icon.svg);
        width:30px;
        height: 30px;
        background-size: contain;
        position: absolute;
        top: 5px;
        left: -32px;
    }
    
    .kaikei-img {
        width: 820px;
        margin: 0 auto 30px;
    }
    
    .payment {
        padding: 50px 20px;
        background-color: #E1F5FD;
    }
    
    .payment-title {
        margin-bottom: 40px;
        color:#1D55A8;
        font-size: 3rem;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.05em;
    }
    
    .payment-title span {
        display: inline-block;
        margin-bottom: 20px;
        padding: 10px 35px;
        background-color: #1D55A8;
        border-radius: 50px;
        color: #fff;
        font-size: 2rem;
    }
    
    .payment-list {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        gap:20px;
        flex: 1;
        align-items: stretch;
        text-align: center;
    }
    
    .payment-item {
        width: calc(33.33% - 20px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .payment-item-title {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 2.5rem;
        line-height: 1.2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        border-bottom: 1px solid #333;
        position: relative;
    }
    
    .payment-item-title .small {
        font-size: 1.6rem;
        
    }
    
    .note-icon::after{
        content: '※';
        position: absolute;
        top: 0;
        right: 0px;
    }
    
    
    .note {
        font-size: 1.6rem;
        text-align: center;
        font-family: "Zen Kaku Gothic New",sans-serif;
    }

    .coupon {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
        background-color: #FFFCF5;
    }

    .coupon img {
        display: block;
        width: 80%;
        margin:0 auto 50px;
    }

    .campaign-bnr {
        border: 6px solid #ec661a;

    }

    .flow img {
        margin-bottom: 50px;
    }

    .flow-chart {
        width: 80%;
        margin: 0 auto;
    }

    .reason {
        padding-top: 50px;
        padding-bottom: 150px;
        background-color: #FFFCF5;
    }

    .reason-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px 20px;
        margin-bottom: 50px;
    }

    .reason-item {
        width: calc(50% - 20px);
    }

    .point {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .point .heading {
        margin-top: -100px;
    }

    .point-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 50px;
    }

    .point-item {
        width: calc(50% - 20px);
    }

    .award {
        padding-top:100px;
        padding-bottom:100px;
        background:url(../images/award-bg-pc.jpg) top center;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #FFFCF5;
    }

    .award .heading {
        margin-bottom: 100px;
    }

    .award .heading img {
        width: 40%;
    }


    .award-small { 
        margin-top: 50px;
        font-size: 1.2rem;
        text-align: right;

    }

    .voice {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #FFFCF5;
    }

    .voice-list {
        width: 980px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .voice-item {
        width: calc(50% - 20px);
    }

    .qa {
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .heading-en {
        display: block;
        color: #ec661a;
        font-size: 2rem;
        font-family: "Zen Kaku Gothic New",sans-serif;
        font-weight: 600;
        letter-spacing: .05em;
    }

    .qa .heading {
        margin-bottom: 50px;
        font-size: 4rem;
        font-weight: 600;
        font-family: "Zen Kaku Gothic New",sans-serif;
        text-align: center;
    }

    .qa-wrapper  {
        width: 800px;
        margin: 0 auto 50px;
    }

    dl {
        margin-bottom: 20px;
    }

    .question {
        display: flex;
        align-items: center;
        padding: 20px 20px;
        font-size: 1.6rem;
        font-family: "Zen Kaku Gothic New",sans-serif;
        font-weight: 600;
        background-color: rgba(236, 102, 26, 0.1);
        border-radius: 50px;
        letter-spacing: 0.05em;
    }

    .question span {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F57617;
        color: #fff;
        font-size: 2.5rem;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 30px;
        padding-bottom: 5px;
    }

    .answer {
        display: flex;
        align-items: top;
        padding: 20px 40px 20px 20px;
        font-size: 1.6rem;
        font-family: "Zen Kaku Gothic New",sans-serif;
        font-weight: 600;
        margin-bottom: 40px;
        line-height: 1.6;
        letter-spacing: 0.05em;
    }

    .answer span {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        border:1px solid #F57617;
        color: #F57617;
        font-size: 2.5rem;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 30px;
    }

    /* ポップアップ */
      
      /*popup*/
      .popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 100;
      }
      
      .popup-banner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      
      .popup-close {
        position: absolute;
        top: -40px;
        right: 0;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 23px;
        font-size: 30px;
        border-radius: 50%;
        text-align: center;
        color: #FFFFFF;
        background-color: #F5A623;
        cursor: pointer;
        z-index: 200;
      }
      
      .popup-img {
        width: 500px;
        height: auto;
        color:#F5a623;
      }
      
      .popup.hidden {
        opacity: 0;
        display: none!important;
      }
    
    .fv1,.fv2 {
        position: relative;
    }
    
    .link-area {
        position: absolute;
        display: block;
        z-index: 2;
    }

    .link-area.fv-link1 {
        left: 0%;
        right: 0%;
        bottom: 7%;
        width: 33%;
        height: 16%;
        margin: auto;
    }
    
    .link-area.fv-link2 {
        left: 3%;
        right: 0%;
        bottom: 6%;
        width: 34%;
        height: 16%;
        margin: auto;
    }





@media screen and (max-width:780px) {

    .page-width {
        width: 100%;
        padding-left:20px;
        padding-right: 20px;
    }

    section {
        margin-bottom: 32px;
    }

    .heading img {
        width: 100%;
        margin: 0 auto 32px;
    }

    .cta {
        width: 100%;
    }

    .pc-only {
        display: none;
    }
    
    .sp-only {
        display: block;
    }

    .fv1 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    
    .fv2 {
        padding: 0;
        background-image: none;
        background-color: #fff;
    }
    
    .fv1 img {
        width: 100%;
        margin: 0;
    }
    
    .fv2 img {
        width: 100%;
        margin: 0;
    }

    /* problem */
    .problem {
        background: url(../images/problem-bg-sp.png) top center;
        background-size: cover;
        position: relative;
    }

    .problem::after {
        content: '';
        display: inline-block;
        width:0;
        height:0;
        border-style:solid;
        border-width: 30px 50px 0 50px;
        border-color: #7A7A7B transparent transparent transparent;
        position: absolute;
        bottom: -29px;
        left: calc(50% - 50px);
    }

    .problem-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px 10px;
    }

    .problem-item {
        width: calc(50% - 10px);
    }

    .benefit {
        margin-top: -30px;
        margin-bottom: 0;
        padding-top: 60px;
        padding-bottom: 50px;
     
    }

    .benefit h2 img {
        width: 100%;
        margin-top: 0;
    }

    .benefit-list {
        gap: 20px;
    }

    .benefit-item  {
        padding: 0;
        width: calc(50% - 20px);
    }

    .service {
        margin-bottom: 0;
    }

    .service .heading img {
        width: 100%;
    }

    .service p {
        font-size: 1.6rem;
    }

    p.service-point {
        width: 60%;
        margin: 0 auto 40px;
    }

    .service-l {
        gap: 20px;
        margin-bottom: 20px;
    }

    .service-l img {
        width: 100%;
    }

    .service-s {
        gap: 20px 5px;
    }

    .service-s img {
        width: calc(50% - 5px);
    }

    .service-wrapper {
        margin-bottom: 20px;
    }

    .caution {
        width: 100%;
    }
    
    .caution img {
        width: 70px;
    }
    
    .caution h3 {
        font-size: 2rem;
        gap: 10px;
        line-height: 1.8;
    }
    
    .caution h3 .box {
        font-size: 2rem;
    }
    
    .caution p {
        margin-bottom: 0;
        text-align: left;
        font-size: 1.6rem;
        font-weight: 500;
    }

    .kaikei {
        margin-bottom: 0;
    }

    .kaikei-list {
        width: 100%;
        margin-bottom: 0;
    }

    .kaikei-item {
        font-size: 1.6rem;
        margin-left: 30px;
        margin-bottom: 10px;
        font-family: "Zen Kaku Gothic New",sans-serif;
    }

    .kaikei-item::before {
        top: 0;
        left: -30px;
    }

    .kaikei-img {
        width: 100%;
    }

    .payment {
        padding: 20px;
    }
    
    .payment-title {
        font-size: 2.5rem;
    }
    
    .payment-title span {
        padding:10px 20px;
        font-size: 1.6rem;
    }
    
    .payment-list {
        flex-direction: column;
    }
    
    .payment-item {
        width: 100%;
    }

    .payment-item img {
        padding: 0;
    }

    .note {
        font-size: 1.4rem;
        text-align: left;
    }

    .coupon {
        padding-bottom: 25px;
    }

    .coupon img {
        width: 100%;
    }

    .campaign-bnr {
        border-width: 3px;
    }

    .flow .cta img {
        margin-bottom: 0;
    }

    .flow-chart {
        width: 100%;
    }

    .reason-item {
        width: 100%;
    }

    .reason {
        padding-bottom: 20px;
    }

    .point {
        padding-bottom: 0;
    }

    .point-item {
        width: 100%;
    }

    .award {
        padding-top: 50px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .award .heading img {
        width: 80%;
    }

    .award .heading {
        margin-bottom: 0;
    }

    .award-small {
        text-align: left;
        margin-top: 20px;
    }

    .voice {
        padding-bottom: 0;
    }

    .voice-wrapper {
        background-color: #fff;
    }

    .qa {
        padding-top: 0;
    }

    .qa-wrapper {
        width: 100%;
    }

    .question {
        margin-bottom: 10px;
        padding: 10px;
    }

    .question span {
        margin-right: 10px;
    }

    .answer {
        margin-bottom: 0;
        padding: 10px;
    }


    .answer span {
        margin-right: 10px;
    }

    .popup-img {
        width: 300px;
        height: auto;
        color:#F5a623;
      } 
    
    .link-area.fv-link1 {
        left: 0%;
        right: 0%;
        bottom: 5%;
        width: 90%;
        height: 15%;
        margin: auto;
    }
    
    .link-area.fv-link2 {
        left: 0%;
        right: 0%;
        bottom: 5%;
        width: 90%;
        height: 17%;
        margin: auto;
    }
    
}