@charset "UTF-8";
.mt_0 {
    margin-top: 0px!important;
}
.mb_50 {
    margin-bottom: 50px;
}
.about {
    margin: 0;
    min-height: inherit;
}
.fv .fv__container {
    height: auto;
}
.fv__container {
    width: 100%;
}
.fv__container img {
    width: 100%;
}
h2 {
    color: #6a84a7;
    font-size: 5vw;
    margin-top: 1.6vw;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
h3.sub_ttl {
    color: #6a84a7;
    font-size: 4.6vw;
    margin-top: 1.6vw;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.btn_conversion {
    align-items: center;
    background: #ee7d59;
    border: 0px solid #000;
    box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2);
    transition-duration: 600ms;
}
.floating-buttons__cta {
    background: #ee7d59;
}
.join__price-content {
    background: #93D89C;
}
.join__price-line {
    background: inherit;
}
@media screen and (min-width: 768px) {
.fv .fv__container {
    height: auto;
    width: 100%;
    }
h2 {
    font-size: 32px;
    }
h3.sub_ttl {
    font-size: 26px;
    margin: 80px auto 30px;
    }

}

/*---------------------------------
こんな悩みありませんか？
---------------------------------*/

.overlap-group16-1 {
    /*background: #EEF5E0;*/
    background: #fff;
    overflow: hidden;
    padding: 20px;
}
.strengths__title {
    color: #444;
    margin: 30px auto 20px;
    padding-top: 0;
}
.flex_box {
    width: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid #f6f3ee;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #add168;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 18px;
}
.arrow {
    font-size: 60px;
    font-weight: bold;
    margin: 20px auto;
    text-align: center;
    color: #444;
}
.strengths__heading {
    color: #444;
    margin-top: 20px;
    }
.strengths__description {
    color: #444;
    padding: 0;
}
@media screen and (min-width: 768px) {
.flex_container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    }
.flex_box {
    width: calc(33% - 50px);
    max-width: calc(33% - 50px);
    font-size: 20px;
    }
.strengths__item {
    margin-top: 0;
    }
}

/*----------------------------
aicreators
----------------------------*/

#aicreators h2,
#aicreators h3.sub_ttl {
    color: #d15944;
}

#aicreators .flex_box {
    color: #6a84a7;
}

#aicreators .join__price-content {
    background: #b0cbd9;
}

@media screen and (min-width: 768px) {
#support .strengths__container:after {
        content: none;
    }
}