/* --------------------
 Service - Seo
-------------------- */
ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h4 {
    margin: 0;
}

p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2;
    margin: 0;
}

@media (min-width: 768px) {
    p {
        font-size: 1.6rem;
        line-height: 2.4;
    }
}


.mw-1200 {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}

.mw-1000 {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 15px;
}

.clip {
    background-color: transparent !important;
    position: relative;
}

.clip::before {
    background-color: #FFF;
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 45px), calc(100% - 30px) 100%, 0 100%, 0 45px);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.seo__sec-title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .seo__sec-title {
        font-size: 2.6rem;
        margin: 0 0 50px;
        text-align: left;
    }
}

.seo__sec-title__text {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    line-height: 2.2;
    word-break: keep-all;
}

@media (min-width: 768px) {
    .seo__sec-title__text {
        padding-left: 45px;
    }
}

@media (min-width: 992px) {
    .seo__sec-title__text {
        padding-left: 55px;
    }
}

.seo__sec-title__text:before {
    background-image: url(../../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 30px;
}

@media (min-width: 992px) {
    .seo__sec-title__text:before {
        background-size: 45px 45px;
        height: 45px;
        top: 5px;
        width: 45px;
    }
}

.seo .com-section-head, .seo .com-section-head:after{
    background-color: #eb8ca2 !important;
}

.seo .com-section-head__title{
    color: #FFF !important;
}

.seo__hero {
    align-items: center;
    background-image: url(../../images/commons/com-hero-pink.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .seo__hero {
        height: 390px;
        padding-bottom: 0;
    }
}

.seo__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .seo__hero-container {
        padding: 15px 30px;
    }
}

.seo__hero__title {
    color: #231815;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
    text-shadow: 0 0 5px #ee8fa5, 0 0 8px #ee8fa5;
    width: 100%;
}

@media (min-width: 768px) {
    .seo__hero__title {
        font-size: 3.2rem;
    }
}

.seo__hero__desc {
    color: #231815;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 5px #ee8fa5, 0 0 8px #ee8fa5;
    width: 100%;
}

.seo__hero__nav {
    background-color: rgba(255, 255, 255, .7);
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    height: auto;
    margin: 0;
    width: 100%;
}

.seo__hero__nav-container {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0;
}

@media (min-width: 768px) {
    .seo__hero__nav-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.seo__hero__nav__item {
    padding: 0;
    position: relative;
    width: 50%;
}

@media (min-width: 768px) {
    .seo__hero__nav__item {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .seo__hero__nav__item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.seo__hero__nav__item__link {
    align-items: center;
    background-color: rgba(238, 143, 165, 0);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #595757;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.2rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    padding: 10px 8px;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .seo__hero__nav__item__link {
        font-size: 1.4rem;
        padding: 15px 10px;
    }
}

.seo__hero__nav__item__link:hover, .seo__hero__nav__item__link:focus {
    background-color: rgba(238, 143, 165, .75);
    color: #ffffff;
}

.seo__necessary__overview__about {
    margin: 30px 0 40px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .seo__necessary__overview__about {
        margin: 100px 0 60px;
    }
}

.seo__necessary__overview__about-container {
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 35px;
    justify-content: center;
}

@media (min-width: 992px) {
    .seo__necessary__overview__about-container {
        flex-flow: row;
    }
}

.seo__necessary__overview__about__content {
    width: 100%;
}

@media (min-width: 992px) {
    .seo__necessary__overview__about__content {
        margin-left: 100px;
        width: 50%;
    }
}


@media (min-width: 768px) {
    .seo__necessary__overview__about__content p {
        margin-left: 45px;
    }
}

@media (min-width: 992px) {
    .seo__necessary__overview__about__content p {
        margin-left: 55px;
    }
}

.seo__necessary__overview__about__image{
    width: 80%;
}

@media (min-width: 992px) {
    .seo__necessary__overview__about__image{
        width: 50%;
    }
}



.seo__necessary__overview__way {
    background-color: rgba(226, 227, 227, .48);
    line-height: 2.2;
    padding: 60px 15px;
}

.seo__necessary__overview__way__item {
    background-color: #FFF;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    padding: 45px;
    position: relative;
}

.seo__necessary__overview__way__item__ribbon {
    position: absolute;
    top: 0;
    left: 5px;
    width: 80px;
    z-index: 5;
}

@media (min-width: 992px) {
    .seo__necessary__overview__way__item__ribbon {
        width: 115px;
    }
}

.seo__necessary__overview__way__item:nth-child(2) {
    background-color: #eb8ca2;
    margin-top: 55px;
}

.seo__necessary__overview__way__item:nth-child(2) h4,
.seo__necessary__overview__way__item:nth-child(2) p {
    color: #FFF !important;
}

.seo__necessary__overview__way__item:last-child {
    margin: 0 auto;
    max-width: 800px;
}

.seo__necessary__overview__way__item-container {
    align-items: center;
    display: flex;
    flex-flow: column;
    padding: 0;
}

@media (min-width: 768px) {
    .seo__necessary__overview__way__item-container {
        flex-flow: row;
    }
}


.seo__necessary__overview__way__item__head {
    color: #eb8ca2;
    flex-shrink: 0;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
    width: 150px;
}

@media (min-width: 992px) {
    .seo__necessary__overview__way__item__head {
        width: 240px;
    }
}

.seo__necessary__overview__way__item__head h4{
    margin: 10px 0;
}

.seo__necessary__overview__way__item:last-child .seo__necessary__overview__way__item__head {
    margin: 0 auto;
    width: 150px;
}

.seo__key-message {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    word-break: keep-all;
}

@media (min-width: 768px) {
    .seo__key-message {
        flex-flow: row;
    }
}

.seo__key-message p {
    font-size: 2.4rem;
    font-weight: 700; 
    text-align: center;
}

@media (min-width: 768px) {
    .seo__key-message p {
        font-size: 3.6rem;
    }
}

@media (min-width: 992px) {
    .seo__key-message p {
        font-size: 4.6rem;
        text-align: left;
    }
}

.seo__key-message img {
    height: 150px; 
}

@media (min-width: 992px) {
    .seo__key-message img {
        height: 200px;
        margin-right: 40px; 
    }
}

.seo__necessary__service {
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .seo__necessary__service {
        padding-bottom: 80px;
    }
}

.seo__necessary__service__troubles {
    padding: 60px 15px 0;
}

@media (min-width: 768px) {
    .seo__necessary__service__troubles {
        padding: 105px 15px 0;
    }
}

.seo__necessary__service__troubles__list {
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 30px;
    justify-content: flex-end;
    margin-top: 50px;
}

@media (min-width: 768px) {
    .seo__necessary__service__troubles__list {
        align-items: flex-end;
        flex-flow: row;
        justify-content: center;
    }
}


.seo__necessary__service__point {
    background-color: #ffe8e8;
    padding: 55px 15px;
}

.seo__necessary__service__services__overview {
    align-items: center;
    display: flex;
    flex-flow: column-reverse;
    gap: 30px;
    margin: 60px auto 80px;
    padding: 0 15px;
}

@media (min-width: 992px) {
    .seo__necessary__service__services__overview {
        align-items: center;
        display: flex;
        flex-flow: row;
        gap: 55px;
        margin: 75px auto 105px;
        justify-content: space-between;
    }
}


.seo__necessary__service__services__overview em {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
}

@media (min-width: 768px) {
    .seo__necessary__service__services__overview em {
        font-size: 1.8rem;
    }
}

.seo__necessary__service__services__list {
    position: relative;
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .seo__necessary__service__services__list {
        margin-bottom: 80px;
    }
}

.seo__necessary__service__services__list::before {
    background-image: url(../../images/pages/service/seo/service-seo-service-bg-photo.webp);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    margin: 60px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 120px);
    z-index: -10;
}

.seo__necessary__service__services__list__item {
    background: #fff;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    padding: 80px 15px;
    position: relative;
    margin-bottom: 180px;
}

.seo__necessary__service__services__list__item__ribbon {
    position: absolute;
    top: -5px;
    left: 30px;
    width: 60px;
}

@media (min-width: 768px) {
    .seo__necessary__service__services__list__item__ribbon {
        width: 80px;
    }
}

@media (min-width: 992px) {
    .seo__necessary__service__services__list__item__ribbon {
        top: -10px;
        left: 60px;
        width: 120px;
    }
}

.seo__necessary__service__services__list__item::after {
    content: "";
    background: url(../../images/icons/icon-plus-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(100% + 30px);
    height: 112px;
    left: 50%;
    transform: translateX(-50%);
    width: 112px;
}

.seo__necessary__service__services__list__item:last-child {
    margin-bottom: 0;
}

.seo__necessary__service__services__list__item:last-child::after {
    display: none;
}


.seo__necessary__service__services__list__item-container {
    align-items: center;
    display: flex;
    flex-flow: column-reverse;
    gap: 30px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .seo__necessary__service__services__list__item-container {
        flex-flow: row;
        gap: 50px;
        justify-content: space-between;
    }
    .seo__necessary__service__services__list__item:nth-child(even) .seo__necessary__service__services__list__item-container {
        flex-flow: row-reverse;
    }
    .seo__necessary__service__services__list__item:nth-child(even) .seo__necessary__service__services__list__item__ribbon {
        left: auto;
        right: 60px;
    }
}



@media (min-width: 992px) {
    .seo__necessary__service__services__list__item-container {
        align-items: center;
        display: flex;
        gap: 50px;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }
}



.seo__necessary__service__services__list__item__point {
    text-align: center;
    max-width: 430px;
}

.seo__necessary__service__services__list__item__point ul {
    margin: 34px auto 28px;
}

.seo__necessary__service__services__list__item__point li {
    background-color: #ffe8e8;
    border-radius: 999px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.5;
    margin-bottom: 18px;
}

.seo__necessary__service__services__list__item__point p {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-align: center;
    word-break: keep-all;
}

@media (min-width: 768px) {
    .seo__necessary__service__services__list__item__point li {
        font-size: 2.6rem;
        line-height: 3;
    }
    
    .seo__necessary__service__services__list__item__point p {
        font-size: 2.6rem;
    }
}

.seo__necessary__service__services__list__item__point a {
    text-align: center;
}

.seo__necessary__service__services__list__item__content {
    max-width: 430px;
}

.seo__necessary__service__services__list__item__content h4 {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-align: center;
    word-break: keep-all;
}

@media (min-width: 768px) {
    .seo__necessary__service__services__list__item__content h4 {
        font-size: 2.6rem;
    }
}

.seo__necessary__service__services__list__item__content img {
    width: 100%;
}


.seo__necessary__case {
    background-color: rgba(226, 227, 227, .48);
    padding: 40px 0 0;
}

.seo__necessary__case-container {
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 30px;
}

@media (min-width: 992px) {
    .seo__necessary__case-container {
        flex-flow: row;
        gap: 50px;
    }
}

.seo__necessary__case h4 {
    font-size: 2.0rem;
    font-weight: 700;
    text-align:center;
}

@media (min-width: 768px) {
    .seo__necessary__case h4 {
        font-size: 2.6rem;
    }

    .seo__necessary__case img {
        width: 80%;
    }
    
    .seo__necessary__case__content {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .seo__necessary__case h4 {
        font-size: 3.2rem;
        text-align: left;
    }

    .seo__necessary__case img {
        width: calc(50% + 110px);
    }
    
    .seo__necessary__case__content {
        width: calc(50% - 110px);
    }
}

.seo__necessary__flow {
    background-color: #eb8ca2;
    padding: 60px 0;
}

.seo__title-plus-icon-white {
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: .15em;
    padding-left: 35px;
    position: relative;
    word-break: keep-all;
}

.seo__title-plus-icon-white::before {
    background-image: url(../../images/icons/icon-plus-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 30px;
}

@media (min-width: 768px) {
    .seo__title-plus-icon-white {
        font-size: 2.6rem;
        padding-left: 50px;
    }
    
    .seo__title-plus-icon-white::before {
        height: 40px;
        top: 3px;
        width: 40px;
    }
}

@media (min-width: 992px) {
    .seo__title-plus-icon-white {
        padding-left: 55px;
    }
    
    .seo__title-plus-icon-white::before {
        height: 45px;
        top: 0;
        width: 45px;
    }
}

.seo__necessary__flow-container {
    align-items: center;
    display: flex;
    flex-flow: column;
}

.seo__necessary__flow__list {
    align-items:stretch;
    display: flex;
    flex-flow: column;
    margin: 40px 0 30px;
}

@media (min-width: 992px) {
    .seo__necessary__flow__list {
        flex-flow: row;
        gap: 20px;
        justify-content: space-between;
        margin: 80px 0 60px;
    }
}

.seo__necessary__flow__list__item {
    background-color: #FFF;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    padding: 30px;
    max-width: 315px;
}

@media (min-width: 768px) {
    .seo__necessary__flow__list__item {
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .seo__necessary__flow__list__item {
        flex: 1;
    }
}

.seo__necessary__flow__list__item>*{
    position: relative;
    z-index: 1;
}

.seo__necessary__flow__list__triangle {
    align-items: center;
    display: flex;
    justify-content: center;
}

.seo__necessary__flow__list__triangle span {
    background: #FFF;
    height: 90px;
    width: 45px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transform: rotate(90deg);
}

@media (min-width: 992px) {
    .seo__necessary__flow__list__triangle span {
        transform: rotateX(0);
    }
}

.seo__necessary__flow__list__item h5 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .15em;
    margin: 15px auto;
    text-align: center;
}

@media (min-width: 768px) {
    .seo__necessary__flow__list__item h5 {
        font-size: 2.6rem;
        margin: 20px auto;
    }
}

.seo__necessary__flow__list__item__image {
    text-align: center;
    height: 90px;
}

.seo__necessary__flow__link {
    text-align: center;
}


.seo__necessary__strategy {
    background-image: url(../../images/pages/service/seo/service-seo-smartphone-bg-photo.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .seo__necessary__strategy {
        padding: 80px 0;
    }
}

.seo__necessary__strategy-container {
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 50px;
}

@media (min-width: 768px) {
    .seo__necessary__strategy-container {
        flex-flow: row;
        justify-content: space-between;
    }
}

.seo__necessary__strategy__content {
    align-items: center;
    display: flex;
    flex-flow: column;
    width: 100%;
}

@media (min-width: 768px) {
    .seo__necessary__strategy__content {
        align-items: flex-start;
        width: 50%;
    }
}

.seo__necessary__strategy__content__list {
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 25px;
    justify-content: center;
    margin: 30px auto 0;
    max-width: 320px;
}

@media (min-width: 768px) {
    .seo__necessary__strategy__content__list {
        margin: 60px auto 0;
    }
}

@media (min-width: 992px) {
    .seo__necessary__strategy__content__list {
        margin: 120px auto 0;
    }
}

.seo__necessary__strategy__content__list__item {
    width: 100%;
}

.seo__necessary__strategy__image {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .seo__necessary__strategy__image {
        width: 50%;
    }
}



.seo__strategies__overview {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .seo__strategies__overview {
        padding: 110px 0;
    }
}


.seo__strategies__overview__main {
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 30px;
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .seo__strategies__overview__main {
        align-items: center;
        flex-flow: row;
        gap: 50px;
        justify-content: space-between;
        margin-bottom: 100px;
    }
}

.seo__strategies__overview__main__content {
    width: 100%;
}

@media (min-width: 768px) {
    .seo__strategies__overview__main__content {
        width: 50%;
    }
}

.seo__strategies__overview__main__content__head {
    background-color: #eb8ca2;
    color: #FFF;
    display: block;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 2;
    text-align: center;
}

@media (min-width: 768px) {
    .seo__strategies__overview__main__content__point {
        font-size: 2.8rem;
        line-height: 3;
    }
}

.seo__strategies__overview__main__content__point {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.6;
    margin: 30px auto;
    text-align: center;
    word-break: keep-all;
}

@media (min-width: 768px) {
    .seo__strategies__overview__main__content__point {
        font-size: 2.6rem;
        line-height: 1.8;
        margin: 50px auto;
    }
}

.seo__strategies__overview__main__image {
    text-align: center;
    width: 80%;
}

@media (min-width: 768px) {
    .seo__strategies__overview__main__image {
        width: 50%;
    }
}


.seo__strategies__overview__notice {
    background-color: rgba(226, 227, 227, .48);
    margin-bottom: 100px;
    padding: 15px 15px 30px;
}

.seo__strategies__overview__notice img {
    display: block;
    margin: 20px auto;
}

.seo__strategies__point {
    background: #ffe8e8;
    padding: 0 0 60px;
}

.seo__strategies__point h4 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .15em;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .seo__strategies__point h4 {
        font-size: 2.6rem;
        margin: 30px 0;
    }
}

.seo__strategies__point__list {
    align-items: stretch;
    display: flex;
    flex-flow: column;
    gap: 35px;
}

@media (min-width: 992px) {
    .seo__strategies__point__list {
        flex-flow: row;
        gap: 35px;
        justify-content: space-between;
    }
}

.seo__strategies__point__list__item {
    flex: 1;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    padding: 45px 30px;
    background-color: #FFF;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.seo__strategies__point__list__item:first-child {
    margin-top: -60px;
}

@media (min-width: 992px) {
    .seo__strategies__point__list__item {
        margin-top: -60px;
    }
}

.seo__strategies__point__list__item>* {
    position: relative;
    z-index: 1;
}

.seo__strategies__point__list__item__image {
    height: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.seo__strategies__point__other {
    margin-top: 35px;
    background-color: #FFF;
    position: relative;
    padding: 30px 15px;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}

@media (min-width: 768px) {
    .seo__strategies__point__other {
        padding: 45px 15px;
    }    
}

.seo__strategies__point__other h4 {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .seo__strategies__point__other h4 {
        text-align: left;
    }    
}

.seo__strategies__feature {
    background-color: rgba(226, 227, 227, .48);
    padding-bottom: 100px;
}

.seo__strategies__feature-container {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.seo__strategies__feature__list {
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 35px;
}

@media (min-width: 768px) {
    .seo__strategies__feature__list {
        align-items: stretch;
        flex-flow: row;
        justify-content: space-between;
    }
}

.seo__strategies__feature__list__item {
    position: relative;
    flex: 1;
}

.seo__strategies__feature__list__main {
    align-items: center;
    background-color: #FFF;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 45px 35px 60px;
    height: 100%;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}

.seo__strategies__feature__list__main>* {
    position: relative;
    z-index: 1;
}

.seo__strategies__feature__list__item img {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
}

.seo__strategies__feature__list__item h5 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .15em;
    margin: 15px 0;
}

@media (min-width: 768px) {
    .seo__strategies__feature__list__item h5 {
        font-size: 2.6rem;
        margin: 20px 0;
    }
}

.seo__strategies__feature__list__item ul {
    flex-grow: 1;
    width: calc(100% - 30px);
}

@media (min-width: 768px) {
    .seo__strategies__feature__list__item ul {
        flex-grow: 1;
        width: 100%;
    }
}

.seo__strategies__feature__list__item li { 
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
}

@media (min-width: 768px) {
    .seo__strategies__feature__list__item h5 {
        font-size: 2.1rem;
    }
}

.seo__strategies__conclusion-container {
    padding-bottom: 120px;
}

.seo__strategies__conclusion__main {
    align-items: center;
    display: flex;
    flex-flow: column-reverse;
    gap: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .seo__strategies__conclusion__main {
        align-self: flex-start;
        flex-flow: row-reverse;
        gap: 60px;
        justify-content: space-between;
        margin-bottom: 60px;
    }
}

.seo__strategies__conclusion__main_image {
    flex-shrink: 0;
}


.seo__link__action__button {
    background-color: #eb8ca2;
    border: 1px solid #eb8ca2;
    color: #ffffff;
    display: block;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.seo__link__action__button span {
    visibility: hidden;
}

.seo__link__action__button:before, .seo__link__action__button:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 112px 10px;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 112px;
}

.seo__link__action__button:before {
    background-image: url(../../images/commons/com-read-more-white.svg);
}

.seo__link__action__button:after {
    opacity: 0;
}

.seo__link:hover .seo__link__action__button, .seo__link:focus .seo__link__action__button {
    background-color: white;
}

.seo__link:hover .seo__link__action__button:before, .seo__link:focus .seo__link__action__button:before {
    opacity: 0;
}

.seo__link:hover .seo__link__action__button:after, .seo__link:focus .seo__link__action__button:after {
    opacity: 1;
}

.seo__link__action__button:after, .seo__link__action__button:after {
    background-image: url(../../images/commons/com-read-more-pink.svg);
}

.seo__strategies__point__list__item .seo__link {
    display: block;
    margin-top: 15px;
    width: 80%;
}

.seo__action__button {
    background-color: #fff;
    border: 1px solid #eb8ca2;
    color: #eb8ca2;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 640px;
    padding: 10px 15px;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

.seo__action__button:hover, .seo__action__button:focus {
    background-color: #eb8ca2;
    color: #fff;
}

.seo__necessary__flow .seo__action__button {
    width: 285px;
}

.seo__necessary__flow .seo__action__button:hover, .seo__necessary__flow  .seo__action__button:focus {
    border-color: #FFF;
}

.seo__necessary__strategy__content .seo__action__button{
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}