
/* add css */
/* 全体 */
.about-innerWrap {
    max-width: 1020px;
    margin: 0 auto;
}

.about-innerWrap {
    margin: 5vw auto;
}

.about-innerWrap a.btn2.btn2-cv {
    box-shadow: none;
    border-radius: 5px;
    background: #fd8619;
    max-width: 340px;
    padding: 15px 0;
    font-size: 18px;
}

.about_image_wrap img {
    max-width: 800px;
    margin: 70px auto;
    display: block;
}

.heading2.heading2-2>span:after {
    border-radius: 50px;
    height: 1rem;
    width: 100%;
    max-width: 150px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* fv */
.about-eyecatch {
    background: none;
}

h1.about-eyecatch-title {
    font-size: 3.1rem;
    line-height: 1.5;
    color: #333;
    text-align: left;
}

h1.about-eyecatch-title span.about_under {
    position: relative;
    z-index: 11;
    color: #fd8619;
    font-size: 1.2em;
}

h1.about-eyecatch-title span.about_under .about_liner {
    background: #ffdd84;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

/* cta area */
.about-innerWrap .cta-row {
    align-items: center;
}

.about-innerWrap .l-constrained {
    width: 100%;
}

.about-innerWrap .cta-row .cta-col:nth-child(2) {
    border: none;
    width: 40%;
    padding: 0;
}

.about-innerWrap .cta-row .cta-col:nth-child(1) {
    width: 60%;
}

/* 悩み */
section.about-nayami .about-innerWrap a.btn2.btn2-cv {
    margin: 0 auto !important;
    display: block;
}

.about-wrap .cta-btn,.about-innerWrap .cta-btn {
    padding: 0;
}

.about_columns_wrap li img {
    height: 20px;
    vertical-align: middle;
}

.about-wrap .about_columns_wrap > div > img {
    max-width: 500px;
    height:280px;
}

.about_columns_wrap > div .text_wrap {
    text-align: left;
    line-height: 2.5;
    font-size: 1.7em;
    font-weight: bold;
}

section.about-summary {
    padding-bottom: 0;
}

section.about-nayami {
    background: #fffcf7;
    padding: 30px 0;
    margin-bottom: 60px;
}

section.about-nayami .about-innerWrap {
    background: #FFFF;
    padding: 30px;
    border-radius: 15px;
}

section.about-nayami .about_image_wrap img {
    margin-bottom: 0;
}

/* step */
.about-innerWrap .heading2.heading2-4 {
    color: #333;
    text-align: center;
}


@media screen and (max-width: 600px) {
  .about-innerWrap .heading2 {
    margin-top: 100px;
  }
}

.about-innerWrap .heading2.heading2-4 span {
    color: #FFF;
    background: #f7b62d;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
    display: block;
    max-width: 150px;
    margin: 10px auto 20px auto;
}

section.about-summary {
    padding-bottom: 0;
}

section.about-use-1 > div.l-constrained-930 > h3.heading2.heading2-3 {
    text-align: center;
    color: #d69305;
    margin-top:80px;
    border:5px solid #f7b62d;
    padding:15px 0;
}

section.about-step3 ~ section[class^="about-step"] img {
    height: 280px;
}

/* Q&A */
section.about-section-qa {
    background: #FFF;
    border: none;
}

section.about-section-qa .about-innerWrap {
    background: #f8f6f1;
    padding: 30px 0;
    border-radius: 10px;
}

/* another cta */
.about_columns_wrap {
    display: flex;
    align-items: center;
}

.about_columns_wrap > div {
    width: 50%;
    text-align: center;
    /* box-shadow: 1px 1px 5px 2px #eee; */
    border-radius: 10px;
    padding-bottom: 20px;
}

.about_columns_wrap > div h3.heading2.heading2-3 {
    border: none;
    padding: 0;
    font-size: 20px;
}

section.about-another_cta .about-innerWrap a.btn2.btn2-cv {
    color: #fd8619;
    background: #FFF;
    border: 3px solid;
    max-width: 80%;
}

section.about-another_cta .about-innerWrap a.btn2.btn2-cv:hover {
    color: #FFF;
    background: #fd8619;
    opacity: 1;
}
/* last section */
section.about-last_message {
    background: #fffcf7;
    padding-top: 10px;
    padding-bottom: 50px;
}

.about-innerWrap p.about-say-content {
    font-size: 1.2em;
    margin:50px 0;
}

/* PC調整 */
.about-innerWrap .heading2.heading2-4 span {
    font-size: 3.6rem;
    padding: 8px 20px;
    max-width: 200px;
}

.about-summary-text {
    font-size: 1.7em;
    line-height:2.3;
}

@media screen and (max-width:600px){
    .about_image_wrap img{
        width:100%;
        height:auto;
    }

    .about-wrap .about_columns_wrap > div > img{
        height: 40vw;
    }

    section.about-step3 ~ section[class^="about-step"] img{
        height: 60vw;
        width: auto;
    }

    body * {
        max-width: 100%;
    }

    .about-innerWrap .cta-row .cta-col:nth-child(1) {
        width: 100%;
    }

    .about-innerWrap .cta-row .cta-col:nth-child(2) {
        width: 100%;
    }

    .about_columns_wrap {
        display: block;
    }

    .about_columns_wrap > div {
        width: 100%;
    }

    .about-innerWrap {
        padding: 0 5vw;
    }

    .cta {
        padding: 0;
    }

    .about_columns_wrap > div .text_wrap {
        font-size: 3vw;
    }

    .about_image_wrap img {
        margin: 5vw auto;
    }

    .about-use-1 .about-step3-text {
        text-align: left;
        font-size: 14px;
    }

    .about-qa {
        margin: 0 auto;
    }

    .about_columns_wrap > div h3.heading2.heading2-3 {
        font-size: 5vw;
    }

    section.about-another_cta .about-innerWrap a.btn2.btn2-cv {
        padding: 15px;
        font-size: 3.5vw;
        max-width: 90%;
    }

    .about-innerWrap p.about-say-content {
        font-size: 3.5vw;
        margin: 7vw 0;
    }

    .cta-btn.cta-btn_left a.btn2.btn2-cv {
        margin: 0 auto;
        display: block;
    }

    section.about-nayami {
        margin-bottom: 0;
    }

    section.about-nayami .about-wrap:nth-of-type(2) .about_columns_wrap {
        display: flex;
        flex-flow: column-reverse;
    }

    h1.about-eyecatch-title {
        font-size: 5vw;
    }

    .about-use-1 .about-step2 {
        padding-bottom: 0;
    }

    .about-use-1 .about-step3 {
        padding-bottom: 0;
    }

    section.about-step4 {
        margin-bottom: 60px;
    }
}
