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

    concept.css

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

.wrapper {
    padding: 64px 0 0 0;
}

.wrapper section {
    width: 1280px;
    margin: 64px auto auto;
}

@media screen and (max-width: 1280px) {
    .wrapper section {
        width: 100%;
        margin: 32px auto 128px auto;
        padding: 0 16px;
    }
}

@media screen and (max-width: 980px) {
    .flex-around {
        display: block;
    }

    #cpt section {
        width: 100%;
    }
}

.wrapper section h2,
.wrapper section h3,
.wrapper section h4 {
    font-size: 3.0rem;
    line-height: 2.0;
}

.wrapper section h2,
.wrapper section h3 {
    text-align: center;
}

.wrapper section h4 {
    text-align: center;
    font-size: 2.0rem;
}

.concept-text-box,
.concept-text-box2 {
    width: 100%;
    padding: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 980px) {
    .concept-text-box2 {
        text-align: center;
    }
}

.concept-img-box {
    width: 120%;
    margin-top: 64px;
}

@media screen and (max-width: 640px) {
    .concept-img-box {
        width: 100%;
        margin: 0 auto;
    }

    .concept-text-box,
    .concept-text-box2 {
        font-size: 1.4rem;
    }

    .wrapper section {
        margin: 48px auto auto;
    }
}

.heading06 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2.0rem;
    text-align: center;
}

@media screen and (min-width: 820px) {
    .heading06 {
        font-size: 4.0rem;
    }
}

.heading06 span {
    position: relative;
    z-index: 2;
    font-weight: 300; /* 300,400,700  */
}

.heading06::before {
    content: attr(data-en);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(224,66,114,0.2);
    font-size: 80px;
    font-style: italic;
}

.heading06::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%) rotate(30deg);
    width: 1px;
    height: 40px;
    background-color: rgba(224,66,114,1);
}

.btn-link {
    width: 300px;
    margin: 32px auto 64px;
    background-color: #FFFFFF;
}