﻿html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word
}

html {
    font-size: 62.5%;
    height: 100%;
    scroll-behavior: smooth
}

body {
    width: 100%;
    overflow-x: hidden
}

ul,
li {
    list-style: none
}

img,
video,
object {
    max-width: 100%;
    height: auto;
    border: none;
    display: block
}

a {
    text-decoration: none;
    transition: .4s
}

a:hover {
    text-decoration: none
}

a:hover img {
    text-decoration: none;
    opacity: .8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

body {
    background-color: #fff;
    color: #0f151f;
    font-family: "Noto Sans JP", sans-serif
}

.tb {
    display: none
}

.sp {
    display: none
}

.pc {
    display: block
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .pc {
        display: none
    }

    .tb {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none
    }

    .sp {
        display: block
    }
}

.l-container {
    max-width: 1120px;
    margin: 0 auto
}

.mv {
    height: 100vh;
    padding: clamp(90px, calc((100vw / 375) * 120), 150px) clamp(28px, 2.7777777778vw, 40px) clamp(50px, calc((100vw / 375) * 75), 100px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.mv__title {
    font-size: clamp(33px, 3.8194444444vw, 55px);
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-family: "Zen Old Mincho", serif
}

.mv .mv_bg {
    position: absolute;
    inset: 0;
    z-index: -1
}

.mv .mv_bg_item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: mvSlide 21s infinite
}

@keyframes mvSlide {
    0% {
        opacity: 0;
        transform: scale(1.1)
    }

    8% {
        opacity: 1
    }

    33% {
        opacity: 1;
        transform: scale(1)
    }

    45% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.mv .mv_bg_item:nth-child(1) {
    background-image: url(../img/lp_seo_consulting_new/mv_bg1.webp);
    animation-delay: 0s
}

.mv .mv_bg_item:nth-child(2) {
    background-image: url(../img/lp_seo_consulting_new/mv_bg2.webp);
    animation-delay: 7s
}

.mv .mv_bg_item:nth-child(3) {
    background-image: url(../img/lp_seo_consulting_new/mv_bg3.webp);
    animation-delay: 14s
}

.mv__text {
    max-width: 952px;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 500;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    margin: 27px 0 100px
}

.mv__btns {
    display: flex;
    gap: 20px
}

.mv__btns__link {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center
}

.mv__btns__link rect,
.mv__btns__link path {
    transition: all .3s ease
}

.mv__btns__link span {
    font-size: 15px;
    font-weight: bold
}

.mv__btns__link:nth-child(1) {
    background-color: #fff;
    color: #0f151f;
    padding: 13px 24px 13px 32px
}

.mv__btns__link:nth-child(2) {
    background: #1e1f3b;
    border: 1px solid #fff;
    color: #fff;
    padding: 13px 20px 13px 32px
}

@media(any-hover: hover) {
    .mv .mv__btns__link:hover:nth-child(1) {
        background: #4269a8;
        color: #fff
    }

    .mv .mv__btns__link:hover:nth-child(1) path {
        stroke: #4269a8
    }

    .mv .mv__btns__link:hover:nth-child(2) {
        background: #4269a8
    }

    .mv .mv__btns__link:hover rect {
        fill: #fff
    }
}

@media screen and (max-width: 768px) {
    .mv__text {
        margin: 40px 0 34px
    }

    .mv__btns {
        flex-direction: column;
        justify-content: space-between
    }

    .mv__btns__link {
        width: 304px;
        justify-content: space-between
    }

    .mv__btns__link:nth-child(1) {
        padding: 13px 15px 13px 32px
    }

    .mv__btns__link:nth-child(2) {
        padding: 13px 36px 13px 32px
    }
}

.points {
    padding: 67px 20px 118px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.points__list {
    display: flex;
    gap: 32px
}

.points__list .points__item {
    width: calc((100% - 64px)/3);
    display: flex;
    flex-direction: column
}

.points__list .points__item__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 25px;
    padding: 24px 24px 28px;
    background: #000652;
    color: #fff
}

.points__list .points__item__content .points__item__title {
    font-size: clamp(20px, 1.6666666667vw, 24px);
    font-weight: 600;
    line-height: 34px;
    font-family: "Zen Old Mincho", serif
}

.points__list .points__item__content .points__item__text {
    font-size: 15px;
    line-height: 1.7
}

.points__flowing {
    display: flex;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Inter", sans-serif;
    white-space: nowrap;
    z-index: -1
}

.points__flowing p {
    font-size: clamp(70px, 18.6666666667vw, 135px);
    font-weight: bold;
    color: #f0f4f9;
    line-height: .56;
    padding-right: 50px;
    animation: flowing 20s linear infinite
}

@keyframes flowing {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .points__list {
        gap: 15px
    }

    .points__list .points__item {
        width: calc((100% - 30px)/2)
    }

    .points__list .points__item__content {
        padding: 20px 14px 20px
    }

    .points__list .points__item__content .points__item__title {
        font-size: 18px
    }

    .points__list .points__item__content .points__item__text {
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .points {
        padding: 46px 24px 102px
    }

    .points__list {
        flex-direction: column;
        gap: 24px
    }

    .points__list .points__item {
        width: 100%
    }

    .points__list .points__item__content {
        padding: 20px 16px 20px
    }

    .points__list .points__item__content .points__item__title {
        font-size: 22px
    }

    .points__list .points__item__content .points__item__text {
        font-size: 14px
    }

    .points__flowing {
        bottom: 30px
    }
}

.solution {
    padding: clamp(44px, 6.0416666667vw, 87px) 20px clamp(44px, 9.5833333333vw, 138px);
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: url(../img/lp_seo_consulting_new/solution_bg.webp) no-repeat center center/cover
}

.solution .sec-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.solution .sec-title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.solution .sec-title__main {
    font-size: clamp(25px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.solution .sec-title {
    color: #fff;
    margin-bottom: clamp(38px, 11vw, 55px)
}

.solution__list {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.solution__list .solution__item {
    display: flex
}

.solution__list .solution__item__image {
    width: clamp(120px, 10.4166666667vw, 150px);
    aspect-ratio: 1;
    flex-shrink: 0
}

.solution__list .solution__item__main {
    width: 60%;
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.6666666667vw, 24px);
    flex-grow: 1;
    background: #f3f3f3;
    padding: 22px clamp(20px, 2.9166666667vw, 42px) 22px clamp(20px, 2.2222222222vw, 32px)
}

.solution__list .solution__item__main .solution__item__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.solution__list .solution__item__main .solution__item__content .solution__item__case {
    font-size: clamp(15px, 1.1111111111vw, 16px);
    font-weight: 500;
    color: #aaadbf;
    line-height: 1;
    font-family: "Zen Old Mincho", serif
}

.solution__list .solution__item__main .solution__item__content .solution__item__title {
    font-size: clamp(20px, 1.5277777778vw, 22px);
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
    line-height: 1.6;
    margin: 4px 0 12px
}

.solution__list .solution__item__main .solution__item__content ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    gap: 10px;
    background: #fff
}

.solution__list .solution__item__main .solution__item__content ul li {
    display: flex;
    gap: 8px
}

.solution__list .solution__item__main .solution__item__content ul li img {
    width: 18px
}

.solution__list .solution__item__main .solution__item__content ul li p {
    font-size: clamp(13px, 3.3333333333vw, 15px);
    font-weight: 500;
    color: #1e1f3b;
    line-height: 1.6
}

.solution__list .solution__item__link {
    width: min(33vw, 472px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 38px clamp(16px, 1.6666666667vw, 24px) 32px clamp(20px, 2.3611111111vw, 34px);
    background: #1e1f3b;
    color: #fff
}

.solution__list .solution__item__link .solution__item__link__text {
    font-size: clamp(16px, 1.5277777778vw, 22px);
    font-weight: 600;
    line-height: 1.4;
    font-family: "Zen Old Mincho", serif
}

.solution__list .solution__item__link a {
    width: 100%;
    max-width: 306px;
    align-self: flex-end;
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px
}

.solution__list .solution__item__link a p {
    font-size: clamp(14px, 1.25vw, 18px);
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: .05em
}

.solution .solution__pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 38px 0 0
}

.solution .solution__pagination span {
    width: 31px;
    height: 32px;
    background: #f3f3f3;
    color: #1e1f3b;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0;
    line-height: 1.2;
    font-family: "Zen Old Mincho", serif;
    padding: 4px;
    border: 1px solid #f3f3f3;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.solution .solution__pagination .swiper-pagination-bullet-active {
    background: #1e1f3b;
    color: #fff
}

@media screen and (max-width: 768px) {
    .solution__list .solution__item {
        flex-direction: column;
        width: 100%;
        flex-shrink: 0
    }

    .solution__list .solution__item__main {
        width: 100%;
        padding: 20px 16px
    }

    .solution__list .solution__item__main .solution__item__content {
        align-items: center
    }

    .solution__list .solution__item__main .solution__item__content .solution__item__title {
        margin: 4px 0 12px;
        text-align: center
    }

    .solution__list .solution__item__main .solution__item__content .solution__item__image {
        margin: 4px 0 16px
    }

    .solution__list .solution__item__main .solution__item__content ul {
        width: 100%
    }

    .solution__list .solution__item__link {
        width: 100%;
        max-width: 100%;
        padding: 10px 16px 12px
    }

    .solution__list .solution__item__link .solution__item__link__text {
        display: none
    }

    .solution__list .solution__item__link a {
        max-width: unset
    }

    .solution__list .solution__item__link a p {
        font-size: 16px
    }
}

.measures {
    padding: clamp(46px, 5.5555555556vw, 80px) clamp(20px, 4vw, 40px) clamp(67px, 7.3611111111vw, 106px);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.measures .sec-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.measures .sec-title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.measures .sec-title__main {
    font-size: clamp(25px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.measures .sec-title {
    margin-bottom: clamp(30px, 8vw, 40px)
}

.measures__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center
}

.measures__text__span {
    color: #1e1f3b;
    font-weight: bold
}

.measures__image {
    margin: 0 auto;
    margin-top: clamp(17px, 4vw, 30px);
    margin-bottom: clamp(33px, 6.6vw, 50px)
}

@media screen and (max-width: 768px) {
    .measures__text {
        font-size: 14px;
        text-align: left
    }
}

.measures__common {
    padding: 0 clamp(20px, 4vw, 40px) clamp(48px, 10vw, 100px)
}

.measures__common .measures__title {
    height: clamp(80px, 8.3333333333vw, 120px);
    display: flex;
    align-items: center;
    gap: 24px;
    color: #fff;
    margin-bottom: clamp(32px, 5vw, 50px);
    position: relative;
    z-index: 1
}

.measures__common .measures__title::before {
    width: calc(100% + 50vw - 50% + 25vw - 25%);
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0 0 0 calc(50% - 50vw);
    z-index: -1;
    background: url(../img/lp_seo_consulting_new/measures_title_bg1.webp) no-repeat center center/cover
}

.measures__common .measures__title span {
    width: 62px;
    height: 59px;
    font-size: 35px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0f151f
}

.measures__common .measures__title p {
    font-size: clamp(20px, 2.9166666667vw, 42px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    line-height: 1
}

.measures__common .measures__content {
    display: flex;
    gap: clamp(22px, 2.2222222222vw, 32px)
}

.measures__common .measures__content .measures__content__wrap {
    flex-grow: 1
}

.measures__common .measures__content .measures__content__item {
    background: #f3f3f3;
    padding: clamp(20px, 2.6388888889vw, 38px) clamp(16px, 2.6388888889vw, 30px)
}

.measures__common .measures__content .measures__desc {
    width: 32%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 16px
}

.measures__common .measures__content .measures__desc__text {
    font-size: clamp(14px, 1.1111111111vw, 16px);
    line-height: 2
}

.measures__common:nth-of-type(even) .measures__title::before {
    width: calc(100% + 50vw - 50% + 25vw - 25%);
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0 calc(50% - 50vw) 0 calc(25% - 25vw);
    z-index: -1
}

.measures__common:nth-of-type(1) .measures__title::before {
    background: url(../img/lp_seo_consulting_new/measures_title_bg1.webp) no-repeat center center/cover
}

.measures__common:nth-of-type(2) .measures__title::before {
    background: url(../img/lp_seo_consulting_new/measures_title_bg2.webp) no-repeat center center/cover
}

.measures__common:nth-of-type(3) .measures__title::before {
    background: url(../img/lp_seo_consulting_new/measures_title_bg3.webp) no-repeat center center/cover
}

.measures__common:nth-of-type(4) .measures__title::before {
    background: url(../img/lp_seo_consulting_new/measures_title_bg4.webp) no-repeat center center/cover
}

.measures__common:nth-of-type(5) .measures__title::before {
    background: url(../img/lp_seo_consulting_new/measures_title_bg5.webp) no-repeat center center/cover
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .measures__common .measures__content {
        flex-direction: column
    }

    .measures__common .measures__content .measures__desc {
        width: 100%
    }

    .measures__common .measures__content .measures__desc__text {
        font-size: 16px
    }

    .measures__common .measures__content .measures__desc .measures__content__item {
        margin: 10px auto
    }
}

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

    .measures__common:nth-of-type(1) .measures__title,
    .measures__common:nth-of-type(2) .measures__title,
    .measures__common:nth-of-type(3) .measures__title,
    .measures__common:nth-of-type(4) .measures__title,
    .measures__common:nth-of-type(5) .measures__title {
        gap: 14px;
        line-height: 1.1
    }

    .measures__common:nth-of-type(1) .measures__title span,
    .measures__common:nth-of-type(2) .measures__title span,
    .measures__common:nth-of-type(3) .measures__title span,
    .measures__common:nth-of-type(4) .measures__title span,
    .measures__common:nth-of-type(5) .measures__title span {
        width: 40px;
        height: 40px;
        font-size: 24px
    }

    .measures__common:nth-of-type(1) .measures__title::before,
    .measures__common:nth-of-type(2) .measures__title::before,
    .measures__common:nth-of-type(3) .measures__title::before,
    .measures__common:nth-of-type(4) .measures__title::before,
    .measures__common:nth-of-type(5) .measures__title::before {
        width: 100vw;
        margin: 0 calc(50% - 50vw)
    }

    .measures__common:nth-of-type(1) .measures__title::before {
        background: url(../img/lp_seo_consulting_new/measures_title_bg1_sp.webp) no-repeat center center/cover
    }

    .measures__common:nth-of-type(2) .measures__title::before {
        background: url(../img/lp_seo_consulting_new/measures_title_bg2_sp.webp) no-repeat center center/cover
    }

    .measures__common:nth-of-type(3) .measures__title::before {
        background: url(../img/lp_seo_consulting_new/measures_title_bg3_sp.webp) no-repeat center center/cover
    }

    .measures__common:nth-of-type(4) .measures__title::before {
        background: url(../img/lp_seo_consulting_new/measures_title_bg4_sp.webp) no-repeat center center/cover
    }

    .measures__common:nth-of-type(5) .measures__title::before {
        background: url(../img/lp_seo_consulting_new/measures_title_bg5_sp.webp) no-repeat center center/cover
    }

    .measures__common .measures__content {
        flex-direction: column
    }

    .measures__common .measures__content .measures__desc {
        width: 100%
    }

    .measures__common .measures__content .measures__desc__text {
        font-size: 16px
    }

    .measures__common .measures__content .measures__desc .measures__content__item {
        margin: 10px auto
    }
}

.measures__container {
    max-width: 993px
}

.measures__main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(15px, 1.953125vw, 40px);
    padding: clamp(20px, 3.4722222222vw, 50px) clamp(16px, 1.875vw, 27px);
    margin: 0 auto;
    margin-top: clamp(17px, 4vw, 30px);
    margin-bottom: clamp(33px, 6.6vw, 50px);
    background: #f3f3f3
}

.measures__main .measures__main__left {
    width: calc((100% - 90px)/3);
    padding-top: 156px
}

.measures__main .measures__main__center {
    width: calc((100% - 80px)/3);
    flex-grow: 1
}

.measures__main .measures__main__center .measures__main__center__inner {
    width: 100%;
    background: #fff;
    padding: 50px 20px 20px;
    border: 1px solid #b8b8b8;
    position: relative
}

.measures__main .measures__main__center .measures__main__center__inner .measures__main__center__inner__bar {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0
}

.measures__main .measures__main__center .measures__main__center__inner__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px
}

.measures__main .measures__main__center .measures__main__center__inner__content .measures__accordion {
    padding: 12px;
    background: rgba(0, 57, 155, .1019607843)
}

.measures__main .measures__main__right {
    width: calc((100% - 80px)/3);
    padding-top: 156px
}

.measures__main .measures__accordion__title {
    display: flex;
    align-items: center;
    gap: clamp(8px, .8333333333vw, 12px);
    background: #000652;
    color: #fff;
    padding: 12px clamp(12px, 1.3888888889vw, 20px) 12px clamp(10px, .9027777778vw, 13px)
}

.measures__main .measures__accordion__title__number {
    width: clamp(24px, 2.3611111111vw, 34px);
    aspect-ratio: 1;
    flex-shrink: 0;
    font-size: clamp(16px, 1.7361111111vw, 25px);
    font-weight: bold;
    line-height: 1.6;
    background: #fff;
    color: #000652;
    display: flex;
    align-items: center;
    justify-content: center
}

.measures__main .measures__accordion__title__text {
    flex-grow: 1
}

.measures__main .measures__accordion__title__text span {
    font-size: clamp(14px, 1.1805555556vw, 17px);
    line-height: 1.1;
    font-weight: bold
}

.measures__main .measures__accordion__title__text .measures__accordion__title__text__sub {
    font-size: clamp(13px, 1.1111111111vw, 16px)
}

.measures__main .measures__accordion__title__toggle {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all .3s ease
}

.measures__main .measures__accordion__inner {
    overflow: hidden;
    transition: all .3s ease
}

.measures__main .measures__accordion__first__inner .measures__accordion__first__item {
    display: flex;
    align-items: center;
    flex-direction: column
}

.measures__main .measures__accordion__first__inner .measures__accordion__first__item__text {
    width: 100%;
    max-width: 300px;
    background: #fff;
    color: #000652;
    border-radius: 100px;
    border: 2px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 5px 10px 6px;
    position: relative;
    margin-top: 18px
}

.measures__main .measures__accordion__first__inner .measures__accordion__first__item__text p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1
}

.measures__main .measures__accordion__first__inner .measures__accordion__first__item__text img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.measures__main .measures__accordion__first__inner .measures__accordion__first__item .measures__accordion__first__item__arrow {
    position: relative;
    left: -8%
}

.measures__main .measures__accordion__first__inner .measures__accordion__first__item .measures__accordion__first__item__desc {
    font-size: clamp(13px, 1.0416666667vw, 15px);
    font-weight: bold;
    line-height: 37px
}

.measures__main .measures__accordion__second__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.0833333333vw, 30px)
}

.measures__main .measures__accordion__second__inner .measures__accordion__second__item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    color: #1e1f3b;
    border-top: none;
    margin: clamp(12px, 1.3888888889vw, 20px)
}

.measures__main .measures__accordion__second__inner .measures__accordion__second__item__text {
    display: flex;
    align-items: center;
    gap: 12px
}

.measures__main .measures__accordion__second__inner .measures__accordion__second__item__text p {
    font-size: clamp(13px, 1.1805555556vw, 17px);
    font-weight: 500;
    line-height: 1.6
}

.measures__main .measures__accordion__second__inner .measures__accordion__second__item__text img {
    width: clamp(24px, 2.2222222222vw, 32px);
    aspect-ratio: 1;
    flex-shrink: 0
}

.measures__main .measures__accordion__third__inner ul {
    display: flex;
    flex-direction: column;
    padding: 8px 0 0
}

.measures__main .measures__accordion__third__inner ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25
}

.measures__main .measures__accordion__fifth__inner .measures__accordion__fifth__item {
    display: flex;
    gap: 1px;
    margin: 24px 0 0
}

.measures__main .measures__accordion__fifth__inner .measures__accordion__fifth__item .measures__accordion__fifth__item__text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    padding: 10px 0 0
}

.measures__main .measures__accordion__fifth__inner .measures__accordion__fifth__item .measures__accordion__fifth__item__text p {
    font-size: clamp(14px, 1.1805555556vw, 17px);
    font-weight: 500;
    line-height: 1.6;
    padding: 0 10px 0 0
}

.measures__main .measures__accordion__fifth__inner .measures__accordion__fifth__item .measures__accordion__fifth__item__citation {
    width: 50%
}

.measures__main__sp {
    display: none
}

@media screen and (max-width: 768px) {
    .measures__main {
        display: none
    }

    .measures__main__sp {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .measures__main__sp .measures__main__left {
        width: 100%;
        padding: 0
    }

    .measures__main__sp .measures__main__center {
        width: 100%;
        max-width: 400px
    }

    .measures__main__sp .measures__main__center .measures__main__center__inner {
        max-width: 400px
    }

    .measures__main__sp .measures__main__center .measures__main__center__inner__tel {
        width: 100%
    }

    .measures__main__sp .measures__main__right {
        width: 100%;
        padding: 0
    }

    .measures__main__sp .measures__accordion {
        width: 100%;
        max-width: 400px
    }

    .measures__main__sp .measures__accordion__title__number {
        width: 33px;
        font-size: 20px
    }

    .measures__main__sp .measures__accordion__title__text span {
        font-size: 15px
    }

    .measures__main__sp .measures__accordion__title__text .measures__accordion__title__text__sub {
        font-size: 15px
    }
}

@media screen and (max-width: 768px)and (max-width: 768px) {
    .measures__main__sp .measures__accordion__inner {
        height: 0
    }
}

@media screen and (max-width: 768px) {
    .measures__main__sp .measures__accordion.is-open__inner {
        height: auto
    }

    .measures__main__sp .measures__accordion__first__inner .measures__accordion__first__item__text p {
        font-size: 22px
    }

    .measures__main__sp .measures__accordion__first__inner .measures__accordion__first__item .measures__accordion__first__item__desc {
        font-size: 14px
    }

    .measures__main__sp .measures__accordion__second__inner {
        align-items: center;
        gap: 0
    }

    .measures__main__sp .measures__accordion__second__inner .measures__accordion__second__item__text {
        gap: 4px
    }

    .measures__main__sp .measures__accordion__second__inner .measures__accordion__second__item__text p {
        font-size: 17px
    }

    .measures__main__sp .measures__accordion__second__inner .measures__accordion__second__item__text img {
        width: 32px
    }
}

.measures-first .measures__content .measures__content__item__title {
    font-size: clamp(22px, 3.2vw, 32px);
    font-weight: 600;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
    border-bottom: 1px dashed rgba(15, 21, 31, .3019607843);
    padding-bottom: clamp(10px, 1.3888888889vw, 20px);
    margin-bottom: clamp(20px, 2.7777777778vw, 40px)
}

.measures-first .measures__content .measures__content__item__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    background: #dcdde3;
    padding: 4px 12px;
    margin-top: 30px
}

.measures-first .measures__content .measures__content__item__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin: 17px 0 8px 12px
}

.measures__content__item {
    width: 100%
}

.measures__content__item__keyword {
    padding: 0 0 0 clamp(20px, 2vw, 30px);
    position: relative;
    z-index: 1
}

.measures__content__item__keyword .measures__keyword__triangle {
    width: min(360px, 64%);
    aspect-ratio: 360/350;
    background: linear-gradient(to bottom, #000652 35%, #4269A8 35%, #4269A8 55%, #87B0D9 55%, #87B0D9 78%, #CFDCE9 78%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.measures__content__item__keyword .measures__keyword__triangle .measures__keyword__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.measures__content__item__keyword .measures__keyword__triangle .measures__keyword__wrap:nth-of-type(1) {
    height: 35%;
    padding: 50px 0 0
}

.measures__content__item__keyword .measures__keyword__triangle .measures__keyword__wrap:nth-of-type(2) {
    height: 20%
}

.measures__content__item__keyword .measures__keyword__triangle .measures__keyword__wrap:nth-of-type(3) {
    height: 23%
}

.measures__content__item__keyword .measures__keyword__triangle .measures__keyword__wrap:nth-of-type(4) {
    height: 22%
}

.measures__content__item__keyword .measures__keyword__triangle .measures__keyword__wrap:nth-of-type(4) .measures__keyword__title,
.measures__content__item__keyword .measures__keyword__triangle .measures__keyword__wrap:nth-of-type(4) .measures__keyword__text {
    color: #797c88
}

.measures__content__item__keyword .measures__keyword__triangle .measures__keyword__wrap .measures__keyword__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff
}

.measures__content__item__keyword .measures__keyword__triangle .measures__keyword__wrap .measures__keyword__text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center
}

.measures__content__item__keyword .measures__keyword__side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translate(0, 0%)
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap {
    width: 65%;
    border-bottom: 1px solid #737984;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(1) {
    height: 35%;
    padding: 50px 0 0
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(1) .measures__keyword__side__inner {
    width: 82%
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(2) {
    height: 18.5%
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(2) .measures__keyword__side__inner {
    width: 71%
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(2) .measures__keyword__side__inner .measures__keyword__side__title {
    background: #4269a8
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(3) {
    height: 21.5%
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(3) .measures__keyword__side__inner {
    width: 61%
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(3) .measures__keyword__side__inner .measures__keyword__side__title {
    background: #87b0d9
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(4) {
    height: 22%
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap .measures__keyword__side__inner {
    display: flex;
    flex-direction: column
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap .measures__keyword__side__inner .measures__keyword__side__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    background: #000652;
    color: #fff;
    padding: 5px 8px
}

.measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap .measures__keyword__side__inner .measures__keyword__side__text {
    font-size: clamp(12px, .9722222222vw, 14px);
    line-height: 1.3;
    color: #000652;
    padding: 9px 8px
}

.measures__content__item__keyword .measures__keyword__triangle__high,
.measures__content__item__keyword .measures__keyword__triangle__low {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    aspect-ratio: 1;
    font-weight: bold;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
    padding: 0 0 2px
}

.measures__content__item__keyword .measures__keyword__triangle__high {
    width: clamp(31px, 3.125vw, 45px);
    background: #000652;
    font-size: clamp(16px, 1.3888888889vw, 20px);
    top: 10px;
    left: 135px
}

.measures__content__item__keyword .measures__keyword__triangle__low {
    width: clamp(28px, 3.125vw, 45px);
    background: #cfdce9;
    font-size: clamp(14px, 1.3888888889vw, 20px);
    bottom: 0;
    left: -10px
}

.measures__content__item__keyword .measures__keyword__triangle__arrow__text {
    font-size: clamp(12px, 1.1111111111vw, 16px);
    line-height: 1;
    font-weight: bold;
    padding: 0 0 2px;
    position: absolute;
    top: 160px;
    left: 20px;
    color: #7c7c7c;
    transform: rotate(-62deg)
}

.measures__content__item__keyword .measures__keyword__triangle__arrow {
    width: 120px;
    font-size: clamp(12px, 1.1111111111vw, 16px);
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
    padding: 0 0 2px;
    position: absolute;
    top: clamp(50px, 4.8611111111vw, 70px);
    left: clamp(22px, 2.4444444444vw, 32px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .measures__content__item__keyword .measures__keyword__side {
        width: 73%
    }

    .measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap {
        width: 100%
    }

    .measures__content__item__keyword .measures__keyword__triangle__high {
        left: 145px
    }

    .measures__content__item__keyword .measures__keyword__triangle__arrow {
        width: 135px;
        left: 20px
    }
}

@media screen and (max-width: 768px) {
    .measures__content__item__keyword {
        padding: 0
    }

    .measures__content__item__keyword .measures__keyword__triangle {
        width: 90%;
        max-width: 235px;
        margin: 0 auto
    }

    .measures__content__item__keyword .measures__keyword__triangle .measures__keyword__wrap .measures__keyword__text {
        display: none
    }

    .measures__content__item__keyword .measures__keyword__side {
        position: relative;
        bottom: unset;
        right: unset;
        gap: 0;
        padding: 0 20px;
        margin: 0 auto
    }

    .measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap {
        width: 100%
    }

    .measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(1) {
        padding: 40px 0 0
    }

    .measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(1),
    .measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(2),
    .measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(3) {
        height: unset;
        border-bottom: none
    }

    .measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(1) .measures__keyword__side__inner,
    .measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(2) .measures__keyword__side__inner,
    .measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(3) .measures__keyword__side__inner {
        width: 100%
    }

    .measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(1) .measures__keyword__side__inner .measures__keyword__side__text,
    .measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(2) .measures__keyword__side__inner .measures__keyword__side__text,
    .measures__content__item__keyword .measures__keyword__side .measures__keyword__side__wrap:nth-of-type(3) .measures__keyword__side__inner .measures__keyword__side__text {
        font-size: 14px
    }

    .measures__content__item__keyword .measures__keyword__triangle__high {
        top: 0;
        left: 50%;
        transform: translateX(-50px)
    }

    .measures__content__item__keyword .measures__keyword__triangle__low {
        bottom: unset;
        top: 200px;
        left: 50%;
        transform: translateX(-150px)
    }

    .measures__content__item__keyword .measures__keyword__triangle__arrow {
        width: 80px;
        top: 40px;
        left: 50%;
        transform: translateX(-120px)
    }

    .measures__content__item__keyword .measures__keyword__triangle__arrow__text {
        top: 100px;
        left: 50%;
        transform: translateX(-140px) rotate(-62deg)
    }
}

.measures__content__item__seat {
    width: 100%;
    max-width: 100%;
    overflow: scroll
}

.measures__content__item__seat .measures__content__item__seat__image {
    display: block;
    min-width: 663px;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px
}

.measures__content__item__directory {
    padding: 20px 18px;
    background: #fff;
    display: flex;
    flex-direction: column
}

.measures__content__item__directory .measures__directory__wrap {
    display: flex;
    align-items: center
}

.measures__content__item__directory .measures__directory__wrap .measures__directory__arrow {
    width: 14px;
    aspect-ratio: 1;
    flex-shrink: 0
}

.measures__content__item__directory .measures__directory__wrap .measures__directory__domain {
    font-size: clamp(10px, 2.6vw, 13px);
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    padding-left: clamp(14px, 2.7vw, 27px)
}

.measures__content__item__directory .measures__directory__wrap .measures__directory__domain::before {
    content: "";
    display: block;
    width: 14px;
    aspect-ratio: 1;
    background: url(../img/lp_seo_consulting_new/measures_directory.svg) no-repeat center center/contain;
    position: absolute;
    left: 6.5px;
    top: 0;
    transform: translate(0%, 0%)
}

.measures__content__item__directory .measures__directory__wrap .measures__directory__text {
    font-size: clamp(12px, 2.8vw, 14px);
    font-weight: 500;
    line-height: 1.6;
    margin-left: 60px
}

.measures__content__item__directory .measures__directory__wrap .measures__directory__arrow {
    display: block;
    font-size: clamp(12px, .0182291667vw, 14px);
    font-weight: 500;
    line-height: 1.6;
    margin-left: clamp(8px, 2.1333333333vw, 60px)
}

.measures__content__item__directory .measures__directory__wrap .measures__directory__blue {
    font-weight: 500;
    color: #216fbf
}

.measures__content__item__directory .measures__directory__wrap:first-of-type .measures__directory__domain {
    font-size: 14px;
    padding-left: 0
}

.measures__content__item__directory .measures__directory__wrap:first-of-type .measures__directory__domain::before {
    display: none
}

.measures__content__item__directory .measures__directory__wrap:first-of-type .measures__directory__text {
    margin-left: clamp(16px, 9.2vw, 92px)
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .measures__content__item__directory .measures__directory__wrap .measures__directory__domain {
        font-size: 13px
    }

    .measures__content__item__directory .measures__directory__wrap .measures__directory__text {
        margin-left: 0
    }

    .measures__content__item__directory .measures__directory__wrap .measures__directory__arrow {
        margin-left: 40px
    }

    .measures__content__item__directory .measures__directory__wrap:first-of-type .measures__directory__domain {
        font-size: 14px
    }

    .measures__content__item__directory .measures__directory__wrap:first-of-type .measures__directory__text {
        margin-left: 0
    }

    .measures__content__item__directory .measures__directory__wrap:first-of-type .measures__directory__arrow {
        margin-left: 40px
    }
}

@media screen and (max-width: 768px) {
    .measures__content__item__directory {
        gap: 3px
    }

    .measures__content__item__directory .measures__directory__wrap .measures__directory__domain::before {
        width: 7px;
        height: 36px;
        left: 5px;
        background: url(../img/lp_seo_consulting_new/measures_directory_sp.svg) no-repeat center center/contain;
        transform: translate(0%, -65%)
    }

    .measures__content__item__directory .measures__directory__wrap .measures__directory__text {
        margin-left: 0
    }

    .measures__content__item__directory .measures__directory__wrap .measures__directory__arrow {
        margin-left: 8px
    }

    .measures__content__item__directory .measures__directory__wrap:first-of-type .measures__directory__text {
        margin-left: 0
    }
}

.measures-second .measures__content .measures__content__item__title {
    font-size: clamp(19px, 3.2vw, 32px);
    font-weight: 600;
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif;
    padding-bottom: clamp(10px, 1.3888888889vw, 20px)
}

.measures-second .measures__content .measures__content__item__list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.measures-second .measures__content .measures__content__item__list .measures__content__item__inner {
    display: flex;
    align-items: center;
    padding: clamp(15px, 2.34375vw, 18px) clamp(15px, 2.6041666667vw, 20px);
    gap: clamp(12px, 1.6666666667vw, 24px);
    background: #fff
}

.measures-second .measures__content .measures__content__item__list .measures__content__item__inner .measures__content__item__main {
    width: 56%;
    border-right: 1px solid #ddd;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
    padding: 0 clamp(12px, 1.6666666667vw, 24px) 0 0
}

.measures-second .measures__content .measures__content__item__list .measures__content__item__inner .measures__content__item__main .measures__content__item__label {
    font-size: clamp(15px, 1.7vw, 17px);
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 12px;
    padding: 8px 12px;
    background: #000652;
    color: #fff
}

.measures-second .measures__content .measures__content__item__list .measures__content__item__inner .measures__content__item__main .measures__content__item__text {
    font-size: 14px;
    line-height: 20px
}

.measures-second .measures__content .measures__content__item__list .measures__content__item__inner .measures__content__item__example {
    width: 44%;
    flex-shrink: 0
}

.measures-second .measures__content .measures__content__item__list .measures__content__item__inner .measures__content__item__example .measures__content__item__example__title {
    font-size: 14px;
    font-weight: bold;
    color: #000652;
    line-height: 1;
    margin-bottom: 16px
}

.measures-second .measures__content .measures__content__item__list .measures__content__item__inner .measures__content__item__example .measures__content__item__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.measures-second .measures__content .measures__content__item__list .measures__content__item__inner .measures__content__item__example .measures__content__item__tags p {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding: 2px 4px;
    background: #87b0d9;
    border-radius: 1px;
    color: #fff
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .measures-second .measures__content {
        flex-direction: column-reverse
    }

    .measures-second .measures__content .measures__content__item__title {
        padding-bottom: 25px
    }

    .measures-second .measures__content .measures__content__item__list .measures__content__item__inner {
        flex-direction: column
    }

    .measures-second .measures__content .measures__content__item__list .measures__content__item__inner .measures__content__item__main {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 0 0 12px
    }

    .measures-second .measures__content .measures__content__item__list .measures__content__item__inner .measures__content__item__example {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .measures-second .measures__content {
        flex-direction: column-reverse
    }

    .measures-second .measures__content .measures__content__item__title {
        padding-bottom: 25px
    }

    .measures-second .measures__content .measures__content__item__list .measures__content__item__inner {
        flex-direction: column
    }

    .measures-second .measures__content .measures__content__item__list .measures__content__item__inner .measures__content__item__main {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 0 0 12px
    }

    .measures-second .measures__content .measures__content__item__list .measures__content__item__inner .measures__content__item__example {
        width: 100%
    }
}

.measures-third .measures__content__item__title {
    width: fit-content;
    font-size: clamp(20px, 2.6vw, 26px);
    font-weight: 600;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
    padding: clamp(8px, .8333333333vw, 12px) clamp(20px, 1.6666666667vw, 24px);
    margin: 0 auto -24px;
    background: #000652;
    color: #fff;
    position: relative;
    z-index: 1
}

.measures-third .measures__content__flow {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 60px clamp(20px, 1.8055555556vw, 26px) 50px;
    padding-bottom: clamp(30px, 3.4722222222vw, 50px)
}

.measures-third .measures__content__flow__wrap {
    width: calc((100% - 50px)/2);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 4px;
    position: relative
}

.measures-third .measures__content__flow__wrap .measures__content__flow__item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #e5ebf5;
    border-radius: 100px;
    padding: 8px
}

.measures-third .measures__content__flow__wrap .measures__content__flow__item .measures__content__flow__item__number {
    font-size: 14px;
    line-height: 1;
    background: #000652;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    aspect-ratio: 1;
    flex-shrink: 0
}

.measures-third .measures__content__flow__wrap .measures__content__flow__item .measures__content__flow__item__title {
    font-size: clamp(13px, 1.0416666667vw, 15px);
    font-weight: 500;
    line-height: 1.3;
    height: 38px;
    display: flex;
    align-items: center
}

.measures-third .measures__content__flow .measures__content__flow__arrow {
    width: 14px;
    aspect-ratio: 1;
    flex-shrink: 0;
    margin: 0 auto
}

.measures-third .measures__content__flow__line {
    width: 50px;
    height: 385px;
    position: relative;
    top: 24px;
    object-fit: cover;
    object-position: right center
}

.measures-third .measures__content__arrow {
    display: block;
    width: clamp(70px, 11.71875vw, 90px);
    margin: clamp(6px, 1.3020833333vw, 10px) auto clamp(6px, 1.953125vw, 15px)
}

.measures-third .measures__content__text {
    font-size: clamp(22px, 2.4305555556vw, 35px);
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    color: #1e1f3b
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .measures-third .measures__content {
        flex-direction: column-reverse
    }
}

@media screen and (max-width: 768px) {
    .measures-third .measures__content {
        flex-direction: column-reverse
    }

    .measures-third .measures__content__flow {
        flex-direction: column;
        gap: 4px
    }

    .measures-third .measures__content__flow__wrap {
        width: 100%
    }
}

.measures-fifth .measures__content__item__title {
    width: fit-content;
    font-size: clamp(20px, 2.5vw, 25px);
    font-weight: 600;
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif;
    margin: 0 auto;
    color: #1e1f3b;
    text-align: center
}

.measures-fifth .measures__content__item__image {
    display: block;
    margin: clamp(40px, 6.5104166667vw, 50px) auto 0px
}

.measures-fifth .measures__content__list {
    display: flex;
    flex-direction: column;
    background: #e4e8f3;
    padding: 23px clamp(20px, 3.515625vw, 27px);
    border-radius: 3px;
    gap: 16px;
    margin-top: 30px;
    position: relative;
    z-index: 1
}

.measures-fifth .measures__content__list p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #000652
}

.measures-fifth .measures__content__list ul {
    display: flex;
    flex-direction: column;
    gap: 0px
}

.measures-fifth .measures__content__list ul li {
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px
}

.measures-fifth .measures__content__list ul li::before {
    content: "";
    display: block;
    width: 6px;
    aspect-ratio: 1;
    flex-shrink: 0;
    border-radius: 50%;
    background: #87b0d9
}

.measures-fifth .measures__content__list__bg {
    position: absolute;
    right: 24px;
    top: 20px;
    z-index: -1;
    width: clamp(114px, 22.1354166667vw, 170px);
    aspect-ratio: 1
}

.measures-fifth .measures__content__list:last-of-type {
    background: #fff
}

.measures-fifth .measures__content__list:last-of-type p {
    color: #0f151f
}

.measures-fifth .measures__content__list:last-of-type ul li::before {
    background: #bdbdbd
}

.measures-fifth .measures__content__list:last-of-type .measures__content__list__bg {
    width: clamp(100px, 18.2291666667vw, 140px);
    right: 40px
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .measures-fifth .measures__content {
        flex-direction: column-reverse
    }

    .measures-fifth .measures__content .measures__content__item__title {
        text-align: left
    }

    .measures-fifth .measures__content .measures__content__list ul {
        gap: 16px
    }

    .measures-fifth .measures__content .measures__content__list ul li {
        line-height: 1.2
    }

    .measures-fifth .measures__content .measures__content__list:last-of-type .measures__content__list__bg {
        right: 24px
    }
}

@media screen and (max-width: 768px) {
    .measures-fifth .measures__content {
        flex-direction: column-reverse
    }

    .measures-fifth .measures__content .measures__content__item__title {
        text-align: left
    }

    .measures-fifth .measures__content .measures__content__item__image {
        width: 100%;
        max-width: 380px
    }

    .measures-fifth .measures__content .measures__content__list ul {
        gap: 16px
    }

    .measures-fifth .measures__content .measures__content__list ul li {
        line-height: 1.2
    }

    .measures-fifth .measures__content .measures__content__list:last-of-type .measures__content__list__bg {
        right: 24px
    }
}

.perspective {
    padding: 114px 20px 117px;
    padding-top: clamp(69px, 14.84375vw, 114px);
    padding-bottom: clamp(52px, 15.234375vw, 117px);
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #fff;
    background: url(../img/lp_seo_consulting_new/perspective_bg.webp) no-repeat center center/cover
}

.perspective__title {
    font-size: clamp(25px, 3.125vw, 45px);
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Zen Old Mincho", serif
}

.perspective__text {
    font-size: clamp(14px, 2.0833333333vw, 16px);
    font-weight: bold;
    line-height: 1.6;
    text-align: center
}

.perspective__phrase {
    font-size: clamp(20px, 2.6388888889vw, 38px);
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", serif
}

.perspective__content {
    width: 100%;
    max-width: 800px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    row-gap: 5rem;
    column-gap: 24%;
    margin: clamp(40px, 4.1666666667vw, 60px) auto 0
}

.perspective__content .perspective__content__item {
    width: 38%;
    min-width: 100px;
    max-width: 300px;
    aspect-ratio: 1;
    flex-shrink: 0;
    font-weight: 500;
    line-height: 2.4;
    background: #000652;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 10
}

.perspective__content .perspective__content__item:first-of-type {
    margin: 0 30%
}

.perspective__content .perspective__content__item .perspective__content__title {
    font-size: clamp(22px, 3.90625vw, 30px);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center
}

.perspective__content .perspective__content__item:nth-of-type(2) .perspective__content__title {
    font-size: clamp(13px, 3.90625vw, 30px)
}

.perspective__content .perspective__content__item .perspective__content__desc {
    font-size: 15px;
    line-height: 1.5;
    text-align: center
}

.perspective__content .perspective__content__line {
    position: absolute;
    z-index: 0;
    width: 38%;
    border: 2px solid #f3f3f3;
    border-width: clamp(1px, .2604166667vw, 2px);
    top: 50%;
    left: 50%;
    transform: translate(-10%, -50%) rotate(58deg)
}

.perspective__content .perspective__content__line:nth-of-type(2) {
    top: 78%;
    transform: translate(-50%, -100%) rotate(0deg)
}

.perspective__content .perspective__content__line:nth-of-type(3) {
    transform: translate(-90%, -50%) rotate(-58deg)
}

.perspective__content__center {
    position: absolute;
    top: 58%;
    left: 50%;
    z-index: 11;
    transform: translate(-50%, -50%)
}

.perspective__content__center__seo {
    text-align: center;
    font-size: clamp(32px, 8.8888888889vw, 80px);
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.1;
    padding-left: 18px
}

.perspective__content__center__under {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 18px
}

.perspective__content__center__under span {
    font-size: clamp(5px, 1.1111111111vw, 10px);
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .05em
}

.perspective__content__center__query {
    text-align: center;
    font-size: clamp(13px, 2.8888888889vw, 26px);
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .1em
}

.perspective__content__center__arrow {
    width: auto;
    height: clamp(100px, 26.6927083333vw, 205px);
    object-fit: contain;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 100%)
}

.perspective__content::before {
    content: "";
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(224px, 57.3333333333vw, 516px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #000652;
    z-index: -20;
    background: #dedede;
    mix-blend-mode: color-burn
}

.perspective__llmo {
    width: fit-content;
    font-size: clamp(40px, 10.4166666667vw, 80px);
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.1;
    padding: 0 0 0 30px;
    margin: 10px auto
}

.perspective__llmo__query {
    font-size: clamp(20px, 3.3854166667vw, 26px);
    font-weight: bold;
    text-align: center;
    padding: 0 0 0 10px;
    margin-bottom: clamp(45px, 6.25vw, 90px)
}

@media screen and (max-width: 768px) {
    .perspective__content .perspective__content__line {
        width: 47%
    }

    .perspective__content .perspective__content__line:nth-of-type(2) {
        top: 80%
    }

    .perspective__content__center {
        top: 55%
    }

    .perspective__content__center__seo {
        padding-left: 10px
    }

    .perspective__content__center__under {
        gap: 10px
    }
}

.partner {
    padding: 80px 20px 50px;
    padding-top: clamp(53px, 10.4166666667vw, 80px);
    padding-bottom: clamp(62px, 6.5104166667vw, 50px);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.partner__title {
    font-size: clamp(26px, 3.125vw, 45px);
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    font-family: "Zen Old Mincho", serif
}

.partner__text {
    font-size: 16px;
    text-align: center;
    margin-top: 47px
}

.partner__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: clamp(20px, 5.2083333333vw, 40px)
}

.partner__logos {
    width: fit-content;
    display: flex;
    overflow: hidden;
    margin: clamp(20px, 4.4444444444vw, 40px) calc(50% - 50vw) 0
}

.partner__logos__image {
    display: block;
    width: clamp(627px, 147.1111111111vw, 1324px);
    object-fit: contain;
    flex-shrink: 0;
    animation: scrollLoop 20s linear infinite
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@media screen and (max-width: 768px) {
    .partner__text {
        display: none
    }

    .partner__logos__image {
        animation: scrollLoop 12s linear infinite
    }
}

.domestic {
    padding: 80px 0;
    background: url(../img/lp_seo_consulting_new/domestic_bg.webp) no-repeat center center/cover
}

.domestic .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.domestic .section__title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.domestic .section__title__main {
    font-size: clamp(30px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.domestic .section__title {
    margin-bottom: 70px
}

.domestic .section__title__sub {
    color: #fff
}

.domestic .section__title__main {
    color: #fff
}

.domestic .section__title__main br {
    display: none
}

.domestic__slide__container {
    position: relative;
    padding-bottom: 40px
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item {
    background-color: #fff;
    padding: 36px 32px;
    display: flex;
    align-items: center;
    gap: 30px;
    transform: scale(0.9);
    transform-origin: center bottom;
    transition: all .3s ease
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item.swiper-slide-active {
    transform: scale(1)
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__img {
    width: 50%;
    height: 100%
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content__label {
    font-size: clamp(12px, .78125vw, 15px);
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    background-color: #000652;
    padding: 4px 12px;
    margin-bottom: 16px;
    display: block;
    width: fit-content
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content h3 {
    font-size: clamp(20px, 1.5625vw, 30px);
    font-weight: 600;
    line-height: 1.4;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 20px
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content__tag {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content__tag span {
    font-size: clamp(10px, .7291666667vw, 14px);
    font-weight: 500;
    line-height: 1;
    color: #4269a8;
    padding: 4px;
    border: 1px solid #4269a8;
    border-radius: 5px
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content__link {
    display: flex;
    justify-content: flex-end
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content__link a {
    font-size: clamp(14px, .8333333333vw, 16px);
    font-weight: 700;
    line-height: 1;
    color: #0f151f;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 12px 0
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content__link a svg {
    width: 30px;
    height: 24px
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content__link a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0f151f
}

.domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content__link a:hover {
    opacity: .7
}

.domestic__slide__container .domestic__slider__pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap
}

.domestic__slide__container .domestic__slider__pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
    border: 1px solid #fff;
    overflow: hidden
}

.domestic__slide__container .domestic__slider__pagination .domestic__pagination-number {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.domestic__slide__container .domestic__slider__pagination .swiper-pagination-bullet-active {
    background-color: #000652
}

.domestic__slide__container .domestic__slider__button__prev {
    left: 19%;
    background-color: #1e1f3b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.domestic__slide__container .domestic__slider__button__prev svg {
    width: 20px;
    height: 20px;
    color: #fff
}

.domestic__slide__container .domestic__slider__button__next {
    right: 19%;
    background-color: #1e1f3b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.domestic__slide__container .domestic__slider__button__next svg {
    width: 20px;
    height: 20px;
    color: #fff
}

.domestic__btn {
    margin-top: 40px;
    display: flex;
    justify-content: center
}

.domestic__btn a {
    font-size: clamp(16px, .9375vw, 18px);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #000652;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 16px 16px 16px 32px;
    border: 1px solid #000652
}

.domestic__btn a svg {
    width: 30px;
    height: 24px
}

.domestic__btn a:hover {
    background-color: #fff;
    color: #000652
}

.domestic__btn a:hover svg rect {
    fill: #000652
}

.domestic__btn a:hover svg path {
    stroke: #fff
}

@media screen and (max-width: 768px) {
    .domestic {
        padding: 50px 24px
    }

    .domestic .section__title {
        text-align: center;
        gap: 4px;
        margin-bottom: 21px
    }

    .domestic .section__title__main br {
        display: block
    }

    .domestic__slide__container {
        padding-bottom: 80px
    }

    .domestic__slide__container .domestic__slider .domestic__slider__wrapper__item {
        padding: 20px 16px;
        flex-direction: column;
        gap: 20px
    }

    .domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__img {
        width: 100%
    }

    .domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content__label {
        font-size: 14px;
        width: 100%;
        margin-bottom: 8px
    }

    .domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content h3 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content__tag {
        margin-bottom: 48px
    }

    .domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content__tag span {
        font-size: 12px
    }

    .domestic__slide__container .domestic__slider .domestic__slider__wrapper__item__content__link a {
        font-size: 18px;
        gap: 16px;
        padding: 12px 0 12px 32px;
        width: 100%;
        justify-content: space-between
    }

    .domestic__slide__container .domestic__slider__pagination {
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        gap: 12px
    }

    .domestic__slide__container .domestic__slider__pagination .swiper-pagination-bullet {
        position: relative;
        width: 44px;
        height: 44px;
        margin: 0;
        border: 1px solid #fff;
        background-color: #fff;
        opacity: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0
    }

    .domestic__slide__container .domestic__slider__pagination .domestic__pagination-number {
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        color: #000652;
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: nowrap;
        border: 0
    }

    .domestic__slide__container .domestic__slider__pagination .swiper-pagination-bullet-active {
        background-color: #000652;
        border-color: #000652
    }

    .domestic__slide__container .domestic__slider__pagination .swiper-pagination-bullet-active .domestic__pagination-number {
        color: #fff
    }

    .domestic__slide__container .domestic__slider__button__prev {
        display: none
    }

    .domestic__slide__container .domestic__slider__button__next {
        display: none
    }

    .domestic__btn {
        margin-top: 55px
    }

    .domestic__btn a {
        font-size: 18px;
        padding: 17px 10px 17px 46px;
        width: min(100%, 400px);
        justify-content: space-between
    }
}

.overseas {
    padding: 80px 0;
    background: url(../img/lp_seo_consulting_new/overseas_bg.webp) no-repeat center center/cover
}

.overseas .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.overseas .section__title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.overseas .section__title__main {
    font-size: clamp(30px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.overseas .section__title {
    margin-bottom: 70px
}

.overseas .section__title__sub {
    color: #1e1f3b
}

.overseas .section__title__main {
    color: #1e1f3b
}

.overseas .section__title__main br {
    display: none
}

.overseas__slide__container {
    position: relative;
    padding-bottom: 40px
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item {
    background-color: #fff;
    padding: 36px 32px;
    display: flex;
    align-items: center;
    gap: 30px;
    transform: scale(0.9);
    transform-origin: center bottom;
    transition: all .3s ease
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item.swiper-slide-active {
    transform: scale(1)
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__img {
    width: 50%;
    height: 100%
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content__label {
    font-size: clamp(12px, .78125vw, 15px);
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    background-color: #000652;
    padding: 4px 12px;
    margin-bottom: 16px;
    display: block;
    width: fit-content
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content h3 {
    font-size: clamp(20px, 1.5625vw, 30px);
    font-weight: 600;
    line-height: 1.4;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 20px
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content__tag {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content__tag span {
    font-size: clamp(10px, .7291666667vw, 14px);
    font-weight: 500;
    line-height: 1;
    color: #4269a8;
    padding: 4px;
    border: 1px solid #4269a8;
    border-radius: 5px
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content__link {
    display: flex;
    justify-content: flex-end
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content__link a {
    font-size: clamp(14px, .8333333333vw, 16px);
    font-weight: 700;
    line-height: 1;
    color: #0f151f;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 12px 0
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content__link a svg {
    width: 30px;
    height: 24px
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content__link a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0f151f
}

.overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content__link a:hover {
    opacity: .7
}

.overseas__slide__container .overseas__slider__pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap
}

.overseas__slide__container .overseas__slider__pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
    overflow: hidden
}

.overseas__slide__container .overseas__slider__pagination .overseas__pagination-number {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.overseas__slide__container .overseas__slider__pagination .swiper-pagination-bullet-active {
    background-color: #000652
}

.overseas__slide__container .overseas__slider__button__prev {
    left: 19%;
    background-color: #1e1f3b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.overseas__slide__container .overseas__slider__button__prev svg {
    width: 20px;
    height: 20px;
    color: #fff
}

.overseas__slide__container .overseas__slider__button__next {
    right: 19%;
    background-color: #1e1f3b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.overseas__slide__container .overseas__slider__button__next svg {
    width: 20px;
    height: 20px;
    color: #fff
}

.overseas__btn {
    margin-top: 40px;
    display: flex;
    justify-content: center
}

.overseas__btn a {
    font-size: clamp(16px, .9375vw, 18px);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #000652;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 16px 16px 16px 32px;
    border: 1px solid #000652
}

.overseas__btn a svg {
    width: 30px;
    height: 24px
}

.overseas__btn a:hover {
    background-color: #fff;
    color: #000652
}

.overseas__btn a:hover svg rect {
    fill: #000652
}

.overseas__btn a:hover svg path {
    stroke: #fff
}

@media screen and (max-width: 768px) {
    .overseas {
        padding: 50px 24px
    }

    .overseas .section__title {
        text-align: center;
        gap: 4px;
        margin-bottom: 21px
    }

    .overseas .section__title__main br {
        display: block
    }

    .overseas__slide__container {
        padding-bottom: 80px
    }

    .overseas__slide__container .overseas__slider .overseas__slider__wrapper__item {
        padding: 20px 16px;
        flex-direction: column;
        gap: 20px
    }

    .overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__img {
        width: 100%
    }

    .overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content__label {
        font-size: 14px;
        width: 100%;
        margin-bottom: 8px
    }

    .overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content h3 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content__tag {
        margin-bottom: 48px
    }

    .overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content__tag span {
        font-size: 12px
    }

    .overseas__slide__container .overseas__slider .overseas__slider__wrapper__item__content__link a {
        font-size: 18px;
        gap: 16px;
        padding: 12px 0 12px 32px;
        width: 100%;
        justify-content: space-between
    }

    .overseas__slide__container .overseas__slider__pagination {
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        gap: 12px
    }

    .overseas__slide__container .overseas__slider__pagination .swiper-pagination-bullet {
        position: relative;
        width: 44px;
        height: 44px;
        margin: 0;
        border: 1px solid #fff;
        background-color: #fff;
        opacity: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0
    }

    .overseas__slide__container .overseas__slider__pagination .overseas__pagination-number {
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        color: #000652;
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: nowrap;
        border: 0
    }

    .overseas__slide__container .overseas__slider__pagination .swiper-pagination-bullet-active {
        background-color: #000652;
        border-color: #000652
    }

    .overseas__slide__container .overseas__slider__pagination .swiper-pagination-bullet-active .overseas__pagination-number {
        color: #fff
    }

    .overseas__slide__container .overseas__slider__button__prev {
        display: none
    }

    .overseas__slide__container .overseas__slider__button__next {
        display: none
    }

    .overseas__btn {
        margin-top: 55px
    }

    .overseas__btn a {
        font-size: 18px;
        padding: 17px 10px 17px 46px;
        width: min(100%, 400px);
        justify-content: space-between
    }
}

.cta {
    padding: 80px 24px;
    background: url(../img/lp_seo_consulting_new/nextstage_bg.webp) no-repeat center center/cover
}

.cta .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.cta .section__title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.cta .section__title__main {
    font-size: clamp(30px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.cta .section__title {
    font-size: 48px;
    margin-bottom: 56px;
    color: #fff
}

.cta__wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 60px
}

.cta__wrapper__item {
    width: 100%
}

.cta__wrapper__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 72px 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%
}

.cta__wrapper__item a.consultation {
    background-image: url(../img/lp_seo_consulting_new/cousulation_bg.webp)
}

.cta__wrapper__item a.results {
    background-image: url(../img/lp_seo_consulting_new/results_bg.webp)
}

.cta__wrapper__item a:hover {
    opacity: .7
}

.cta__wrapper__item__left {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.cta__wrapper__item__left__top {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    font-family: "Zen Old Mincho", serif
}

.cta__wrapper__item__left__bottom {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff
}

.cta__wrapper__item svg {
    width: 39px;
    height: 36px
}

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

.cta__btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 20px 12px 32px;
    background-color: #4269a8;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 305px;
    border: 1px solid #4269a8
}

.cta__btn a span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700
}

.cta__btn a svg {
    width: 15px;
    height: 17px
}

.cta__btn a:hover {
    background-color: #fff;
    color: #4269a8
}

.cta__btn a:hover svg rect {
    fill: #4269a8
}

.cta__btn a:hover svg path {
    stroke: #4269a8
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .cta__wrapper {
        gap: 24px;
        padding: 0 24px
    }

    .cta__wrapper__item a {
        padding: 40px 24px
    }
}

@media screen and (max-width: 768px) {
    .cta {
        padding: 50px 24px
    }

    .cta .section__title {
        text-align: center;
        margin-bottom: 22px
    }

    .cta .section__title__main.fs23 {
        font-size: 23px
    }

    .cta__wrapper {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 24px
    }

    .cta__wrapper__item a {
        padding: 30px 16px
    }

    .cta__wrapper__item__left__top {
        font-size: 35px
    }

    .cta__wrapper__item__left__bottom {
        font-size: 17px
    }

    .cta__btn a {
        width: min(100%, 380px);
        padding: 12px 16px 12px 32px;
        font-size: 20px
    }
}

.price {
    padding: 100px 24px;
    background-color: #eaf0f6
}

.price .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.price .section__title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.price .section__title__main {
    font-size: clamp(30px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.price .section__title {
    color: #1e1f3b;
    margin-bottom: 22px
}

.price .section__title__sub {
    color: #1e1f3b
}

.price__text {
    font-size: 16px;
    line-height: 1.6;
    color: #1e1f3b;
    margin-bottom: 40px;
    text-align: center
}

.price__wrapper {
    display: flex;
    gap: 40px 33px;
    flex-wrap: wrap
}

.price__wrapper__item {
    width: calc((100% - 66px)/3)
}

.price__wrapper__item__title {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #000652;
    color: #fff;
    padding: 16px;
    line-height: 1;
    position: relative
}

.price__wrapper__item__title__main {
    font-size: clamp(16px, calc((100vw / 1440) * 24), 24px);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.price__wrapper__item__title__sub {
    font-size: clamp(13px, calc((100vw / 1440) * 15), 15px);
    color: #fff
}

.price__wrapper__item.yellow .price__wrapper__item__title {
    background-color: #dca73f
}

.price__wrapper__item.yellow .price__wrapper__item__content {
    border: 2px solid #dca73f
}

.price__wrapper__item.yellow .price__wrapper__item__badge {
    border: 2px solid #dca73f
}

.price__wrapper__item.yellow .price__wrapper__item__badge span {
    color: #dca73f
}

.price__wrapper__item.blue .price__wrapper__item__title {
    background-color: #4269a8
}

.price__wrapper__item.blue .price__wrapper__item__badge {
    border: 2px solid #4269a8
}

.price__wrapper__item.blue .price__wrapper__item__badge span {
    color: #4269a8
}

.price__wrapper__item.blue .price__wrapper__item__content {
    border: 2px solid #4269a8
}

.price__wrapper__item__badge {
    position: absolute;
    bottom: 4px;
    right: 16px;
    background-color: #fff;
    color: #1e1f3b;
    height: clamp(72px, calc((100vw / 1440) * 82), 82px);
    width: clamp(72px, calc((100vw / 1440) * 82), 82px);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.price__wrapper__item__badge img {
    width: clamp(25px, calc((100vw / 1440) * 35), 35px);
    height: clamp(25px, calc((100vw / 1440) * 35), 35px);
    object-fit: contain
}

.price__wrapper__item__badge span {
    font-size: clamp(11px, calc((100vw / 1440) * 13), 13px);
    font-weight: 500
}

.price__wrapper__item__content {
    background-color: #fff;
    padding: 32px 24px;
    height: clamp(330px, calc((100vw / 1440) * 373), 373px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px
}

.price__wrapper__item__content__top__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: #1e1f3b
}

.price__wrapper__item__content__top__item__label {
    font-size: 14px;
    background-color: #f3f3f3;
    padding: 4px 12px
}

.price__wrapper__item__content__top__item__sub {
    font-size: clamp(16px, calc((100vw / 1440) * 24), 24px);
    font-weight: 700;
    margin-bottom: 12px
}

.price__wrapper__item__content__top__item__value {
    font-size: clamp(25px, calc((100vw / 1440) * 35), 35px);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 3px
}

.price__wrapper__item__content__top__item__value__unit {
    font-size: 15px
}

.price__wrapper__item__content__top__text {
    margin-top: clamp(32px, calc((100vw / 1440) * 48), 48px);
    font-size: clamp(13px, calc((100vw / 1440) * 15), 15px);
    line-height: 1.6
}

.price__wrapper__item__content__bottom__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background-color: #fff !important;
    border: 1px solid #1e1f3b !important;
    color: #0f151f !important;
    font-size: clamp(14px, calc((100vw / 1440) * 17), 17px);
    font-weight: 700;
    width: min(100%, 350px)
}

.price__wrapper__item__content__bottom__btn svg {
    width: 30px;
    height: 24px
}

.price__wrapper__item__content__bottom__btn:hover {
    background-color: #0f151f !important;
    color: #fff !important;
}

.price__wrapper__item__content__bottom__btn:hover svg rect {
    fill: #fff
}

.price__wrapper__item__content__bottom__btn:hover svg path {
    stroke: #0f151f
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .price__text {
        margin-bottom: 50px
    }

    .price__wrapper {
        padding: 0 24px
    }

    .price__wrapper__item {
        width: calc((100% - 33px)/2)
    }

    .price__wrapper__item__content {
        padding: 24px 16px;
        height: 350px
    }

    .price__wrapper__item__content__bottom__btn {
        font-size: 15px;
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .price__text {
        margin-bottom: 50px
    }

    .price__wrapper {
        padding: 0 24px
    }

    .price__wrapper__item {
        width: 100%
    }

    .price__wrapper__item__title__main {
        font-size: 22px
    }

    .price__wrapper__item__title__sub {
        font-size: 14px
    }

    .price__wrapper__item__content {
        padding: 24px 16px;
        height: auto;
        gap: 24px
    }

    .price__wrapper__item__content__top__text {
        margin-top: 24px
    }

    .price__wrapper__item__content__bottom__btn {
        font-size: 15px;
        width: 100%
    }
}

.features {
    padding: 90px 24px 110px;
    background-image: url(../img/lp_seo_consulting_new/features_bg.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat
}

.features .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.features .section__title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.features .section__title__main {
    font-size: clamp(30px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.features .section__title {
    color: #1e1f3b;
    margin-bottom: 22px
}

.features .section__title__sub {
    color: #1e1f3b
}

.features__text {
    font-size: 16px;
    line-height: 1.6;
    color: #1e1f3b;
    margin-bottom: 50px;
    text-align: center
}

.features__top {
    background-color: #1e1f3b;
    padding: 18px 60px 68px;
    box-shadow: 3px 3px -3px rgba(12, 12, 13, .0509803922), 13px 7px 10px -4px rgba(12, 12, 13, .1019607843)
}

.features__top__title {
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 16px;
    text-align: center
}

.features__top__title .fs50 {
    font-size: clamp(40px, calc((100vw / 1440) * 50), 50px);
}

.features__top__title .fs40 {
    font-size: clamp(30px, calc((100vw / 1440) * 40), 40px);
}

.features__top__title .fs28 {
    font-size: clamp(22px, calc((100vw / 1440) * 28), 28px);
}

.features__top__title .fs30 {
    font-size: clamp(24px, calc((100vw / 1440) * 30), 30px);
}

.features__top__title .tb-only {
    display: none
}

.features__top__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7%;
    margin-top: 30px
}

.features__top__wrapper__left {
    width: 60%
}

.features__top__wrapper__left__title {
    font-size: clamp(20px, calc((100vw / 1440) * 24), 24px);
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding: 5px 0 5px 28px;
    position: relative
}

.features__top__wrapper__left__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #fff
}

.features__top__wrapper__left__text {
    font-size: clamp(14px, calc((100vw / 1440) * 16), 16px);
    line-height: 1.6;
    color: #fff
}

.features__top__wrapper__right {
    width: 33%
}

.features__bottom {
    padding: 72px 60px 36px;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.features__bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 150px;
    background-color: #1e1f3b;
    z-index: -1
}

.features__bottom__triangle {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #1e1f3b;
    width: 145px;
    height: 40px;
    position: absolute;
    top: -0.1em;
    left: 50%;
    transform: translateX(-50%)
}

.features__bottom__title {
    font-size: clamp(25px, calc((100vw / 1440) * 35), 35px);
    font-weight: 600;
    line-height: 1.25;
    color: #1e1f3b;
    margin-bottom: 12px;
    text-align: center;
    font-family: "Zen Old Mincho", serif
}

.features__bottom__text {
    font-size: clamp(14px, calc((100vw / 1440) * 16), 16px);
    line-height: 1.6;
    color: #fff;
    text-align: center
}

.features__bottom img {
    width: min(100%, 700px);
    margin: 0 auto;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .features {
        padding: 75px 24px
    }

    .features__top {
        padding: 18px 24px 40px
    }

    .features__top__title {
        line-height: 1.25
    }

    .features__top__title .tb-only {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .features {
        padding: 50px 24px
    }

    .features__text {
        margin-bottom: 32px;
        text-align: left
    }

    .features__top {
        padding: 22px 16px 40px
    }

    .features__top__title {
        font-size: 24px;
        margin-bottom: 16px
    }

    .features__top__title .fs50 {
        font-size: clamp(24px, 8vw, 30px)
    }

    .features__top__title .fs40 {
        font-size: clamp(24px, 8vw, 30px)
    }

    .features__top__title .fs28 {
        font-size: clamp(18px, 6.4vw, 24px)
    }

    .features__top__title .fs30 {
        font-size: clamp(18px, 6.4vw, 24px)
    }

    .features__top__title .lt-5 {
        letter-spacing: -0.05em
    }

    .features__top__title .tb-only {
        display: block
    }

    .features__top__wrapper {
        flex-direction: column;
        gap: 24px
    }

    .features__top__wrapper__left {
        width: 100%
    }

    .features__top__wrapper__left__title {
        font-size: 18px;
        margin-bottom: 12px
    }

    .features__top__wrapper__left__text {
        font-size: 15px
    }

    .features__top__wrapper__left img {
        display: block;
        margin: 24px auto;
        width: min(85%, 500px)
    }

    .features__top__wrapper__right {
        width: 100%;
        display: none
    }

    .features__bottom {
        padding: 35px 16px 36px
    }

    .features__bottom__title {
        font-size: 20px;
        margin-bottom: 12px
    }

    .features__bottom__text {
        font-size: 14px
    }

    .features__bottom img {
        width: min(85%, 500px)
    }

    .features__bottom__triangle {
        width: 80px;
        height: 28px
    }

    .features__bottom::after {
        height: 180px
    }
}

.difference {
    padding: 100px 24px 70px;
    background-image: url(../img/lp_seo_consulting_new/difference_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.difference::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 80%, 100% 64%, 100% 100%, 0% 100%);
    background-color: #000652;
    z-index: -1
}

.difference .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.difference .section__title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.difference .section__title__main {
    font-size: clamp(30px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.difference .section__title {
    color: #fff;
    margin-bottom: 72px
}

.difference__text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 64px;
    text-align: center;
    font-weight: 700
}

.difference__contents {
    display: flex;
    align-items: flex-end;
    gap: 40px
}

.difference__contents__left {
    padding: 25px 30px;
    border: 1px solid #fff
}

.difference__contents__left__title {
    font-size: clamp(18px, calc((100vw / 1440) * 24), 24px);
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative
}

.difference__contents__left__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #fff
}

.difference__contents__left__conrainer {
    display: flex;
    align-items: flex-end;
    gap: 32px
}

.difference__contents__left__conrainer__item {
    background-color: #fff;
    padding: 16px 21px 20px;
    max-width: 300px;
    width: 100%
}

.difference__contents__left__conrainer__item__title {
    font-size: clamp(16px, calc((100vw / 1440) * 22), 22px);
    color: #000652;
    font-weight: 600;
    margin-bottom: 21px;
    position: relative
}

.difference__contents__left__conrainer__item__title::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed #0f151f
}

.difference__contents__left__conrainer__item p {
    font-size: clamp(13px, calc((100vw / 1440) * 15), 15px);
    line-height: 1.5;
    color: #0f151f
}

.difference__contents__right {
    width: 382px;
    background-color: #fff;
    padding: 22px 20px 25px
}

.difference__contents__right__title {
    font-size: clamp(18px, calc((100vw / 1440) * 24), 24px);
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    background-color: #000652;
    padding: 10px;
    text-align: center
}

.difference__contents__right__text {
    font-size: clamp(14px, calc((100vw / 1440) * 16), 16px);
    line-height: 1.6;
    color: #212121
}

.difference__contents__right__text__strong {
    font-size: clamp(14px, calc((100vw / 1440) * 16), 16px);
    line-height: 1.6;
    color: #212121;
    font-weight: 700
}

.difference__contents__right__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 18px
}

.difference__contents__bottom {
    margin-top: 72px
}

.difference__contents__bottom__text {
    font-size: clamp(25px, calc((100vw / 1440) * 35), 35px);
    line-height: 1.5;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: "Zen Old Mincho", serif
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .difference {
        padding: 75px 24px
    }
}

@media screen and (max-width: 768px) {
    .difference {
        padding: 50px 24px
    }

    .difference .section__title {
        margin-bottom: 46px
    }

    .difference__text {
        margin-bottom: 38px;
        text-align: left
    }

    .difference__contents {
        flex-direction: column;
        align-items: center;
        gap: 32px
    }

    .difference__contents__left {
        padding: 20px 16px
    }

    .difference__contents__left__title {
        font-size: 18px;
        margin-bottom: 16px
    }

    .difference__contents__left__conrainer {
        gap: 20px;
        flex-direction: column
    }

    .difference__contents__left__conrainer__item {
        padding: 16px 20px;
        max-width: 100%
    }

    .difference__contents__left__conrainer__item__title {
        font-size: 18px;
        margin-bottom: 26px
    }

    .difference__contents__left__conrainer__item__title::before {
        bottom: -10px
    }

    .difference__contents__left__conrainer__item p {
        font-size: 14px
    }

    .difference__contents__right {
        width: 100%;
        padding: 22px 16px
    }

    .difference__contents__right__title {
        font-size: 20px
    }

    .difference__contents__right__text {
        font-size: 15px
    }

    .difference__contents__right__text__strong {
        font-size: 15px
    }

    .difference__contents__right__img {
        margin-bottom: 12px
    }

    .difference__contents__bottom {
        margin-top: 40px
    }

    .difference__contents__bottom__text {
        font-size: 20px
    }
}

.flow {
    padding: 100px 24px 0px;
    background-color: #f3f3f3
}

.flow .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.flow .section__title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.flow .section__title__main {
    font-size: clamp(30px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.flow .section__title {
    color: #1e1f3b;
    margin-bottom: 50px
}

.flow .section__title__sub {
    color: #0f151f
}

.flow__text {
    font-size: clamp(14px, calc((100vw / 1440) * 16), 16px);
    line-height: 1.6;
    color: #0f151f;
    margin-bottom: 56px;
    text-align: center
}

.flow__contents {
    padding: 55px 0 0;
    background-color: #fff
}

.flow__contents img {
    width: 82%;
    margin: 0 auto;
    object-fit: cover
}

@media screen and (min-width: 975px)and (max-width: 1200px) {
    .flow__contents img {
        width: 50%
    }
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .flow {
        padding: 75px 24px 0
    }
}

@media screen and (max-width: 768px) {
    .flow {
        padding: 50px 24px 0
    }

    .flow .section__title {
        margin-bottom: 23px
    }

    .flow__text {
        font-size: 14px;
        margin-bottom: 40px;
        text-align: left
    }

    .flow__contents {
        padding: 40px 0 0
    }

    .flow__contents img {
        width: 90%
    }
}

.members {
    padding: 100px 0 140px;
    background-color: #eaf0f6
}

.members .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.members .section__title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.members .section__title__main {
    font-size: clamp(30px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.members .section__title {
    margin-bottom: 72px
}

.members__slider__container {
    position: relative;
    padding-left: 24px
}

.members__slider__container .members__slider .members__slider__wrapper__item {
    background-color: #fff;
    box-shadow: 2px 5px 5px -4px rgba(25, 46, 101, .2);
    width: 280px;
    height: 430px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px
}

.members__slider__container .members__slider .members__slider__wrapper__item__top {
    display: flex;
    flex-direction: column;
    align-items: center
}

.members__slider__container .members__slider .members__slider__wrapper__item__top__img {
    width: 180px;
    aspect-ratio: 1;
    margin-bottom: 16px
}

.members__slider__container .members__slider .members__slider__wrapper__item__top__jobs {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4px
}

.members__slider__container .members__slider .members__slider__wrapper__item__top__jobs__job {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #212121
}

.members__slider__container .members__slider .members__slider__wrapper__item__top__name {
    text-align: center
}

.members__slider__container .members__slider .members__slider__wrapper__item__top__name__name {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e1f3b;
    text-align: center
}

.members__slider__container .members__slider .members__slider__wrapper__item__bottom {
    width: 100%
}

.members__slider__container .members__slider .members__slider__wrapper__item__bottom button {
    width: 100%;
    border: none;
    background-color: #f3f3f3;
    padding: 8px 37px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    color: #1e1f3b;
    cursor: pointer;
}

.members__slider__container .members__slider__controll {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    margin-top: 56px
}

.members__slider__container .members__slider__controll__button {
    border: none;
    height: 50px;
    width: 50px;
    background-image: url(../img/lp_seo_consulting_new/stop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.members__slider__container .members__slider__controll__button.is-autoplay-stopped {
    background-image: url(../img/lp_seo_consulting_new/play.svg)
}

.members__slider__container .members__slider__controll .members__slider__button__prev {
    position: static;
    background-image: url(../img/lp_seo_consulting_new/prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0
}

.members__slider__container .members__slider__controll .members__slider__button__prev svg {
    display: none
}

.members__slider__container .members__slider__controll .members__slider__button__next {
    position: static;
    background-image: url(../img/lp_seo_consulting_new/next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0
}

.members__slider__container .members__slider__controll .members__slider__button__next svg {
    display: none
}

.members__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eaf0f6;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.members__modal.is-active {
    display: flex
}

.members__modal__content {
    position: relative;
    margin: 0 auto;
    padding: 30px;
    max-width: 920px
}

.members__modal__content__close {
    position: absolute;
    z-index: 10;
    width: 60px;
    height: 60px;
    right: 0;
    top: -50px;
    cursor: pointer;
}

.members__modal__content__close button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px
}

.members__modal__content .members__modal__slider {
    width: 100%;
    height: 100%
}

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

.members__modal__content .members__modal__slider__wrapper__item {
    max-width: 920px;
    padding: 45px 70px 45px 45px;
    background-color: #fff;
    display: flex;
    gap: 40px;
    align-items: center;
    height: fit-content;
    min-height: 430px;
    display: none
}

.members__modal__content .members__modal__slider__wrapper__item.is-active {
    display: flex
}

.members__modal__content .members__modal__slider__wrapper__item__left {
    width: 220px
}

.members__modal__content .members__modal__slider__wrapper__item__left img {
    width: clamp(180px, 23.9130434783vw, 220px);
    height: clamp(180px, 23.9130434783vw, 220px);
    object-fit: contain;
    aspect-ratio: 1
}

.members__modal__content .members__modal__slider__wrapper__item__right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 220px)
}

.members__modal__content .members__modal__slider__wrapper__item__right__jobs {
    display: flex;
    flex-direction: column
}

.members__modal__content .members__modal__slider__wrapper__item__right__jobs__job {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #1e1f3b
}

.members__modal__content .members__modal__slider__wrapper__item__right__name {
    margin: 8px 0 16px
}

.members__modal__content .members__modal__slider__wrapper__item__right__name__name {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e1f3b
}

.members__modal__content .members__modal__slider__wrapper__item__right__text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #1e1f3b
}

.members__modal__content .members__modal__slider__wrapper__item__right__links {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 24px
}

.members__modal__content .members__modal__slider__wrapper__item__right__links a {
    display: block;
    width: 30px;
    height: 30px
}

.members__modal__content .members__modal__slider__wrapper__item__right__links a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.members__modal__content .members__modal__slider__controll {
    margin-top: 30px;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.members__modal__content .members__modal__slider__controll .members__modal__slider__button__prev {
    position: static;
    background-image: url(../img/lp_seo_consulting_new/prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    cursor: pointer;
}

.members__modal__content .members__modal__slider__controll .members__modal__slider__button__prev::after {
    display: none
}

.members__modal__content .members__modal__slider__controll .members__modal__slider__button__next {
    position: static;
    background-image: url(../img/lp_seo_consulting_new/next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    cursor: pointer;
}

.members__modal__content .members__modal__slider__controll .members__modal__slider__button__next::after {
    display: none
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .members {
        padding: 75px 24px 100px
    }

    .members .section__title {
        margin-bottom: 40px
    }

    .members .members__slider__container {
        padding-left: 0
    }

    .members .members__slider__container .members__slider .members__slider__wrapper__item {
        padding: 16px;
        gap: 16px;
        width: 230px;
        height: 380px
    }

    .members .members__slider__container .members__slider .members__slider__wrapper__item__top__img {
        width: 19.53125vw
    }
}

@media screen and (max-width: 768px) {
    .members {
        padding: 60px 24px 80px
    }

    .members .section__title {
        margin-bottom: 40px;
        text-align: center
    }

    .members .members__slider__container {
        padding-left: 0
    }

    .members .members__slider__container .members__slider .members__slider__wrapper__item {
        padding: 16px;
        gap: 16px;
        width: 238px;
        height: 332px
    }

    .members .members__slider__container .members__slider .members__slider__wrapper__item__top__img {
        width: 32vw
    }

    .members .members__slider__container .members__slider .members__slider__wrapper__item__top__jobs__job {
        font-size: 14px
    }

    .members .members__slider__container .members__slider .members__slider__wrapper__item__top__name__name {
        font-size: 24px
    }

    .members .members__slider__container .members__slider__controll {
        margin-top: 36px;
        gap: 14px
    }

    .members .members__modal__content {
        padding: 24px
    }

    .members .members__modal__content__close {
        width: 40px;
        height: 40px;
        top: -40px;
        right: 20px
    }

    .members .members__modal .members__modal__slider__wrapper {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .members .members__modal .members__modal__slider__wrapper__item {
        padding: 20px 16px;
        gap: 20px;
        flex-direction: column;
        min-height: auto
    }

    .members .members__modal .members__modal__slider__wrapper__item__left {
        width: 140px
    }

    .members .members__modal .members__modal__slider__wrapper__item__left img {
        width: 100%;
        height: 100%
    }

    .members .members__modal .members__modal__slider__wrapper__item__right {
        align-items: center;
        width: 100%
    }

    .members .members__modal .members__modal__slider__wrapper__item__right__jobs {
        align-items: center
    }

    .members .members__modal .members__modal__slider__wrapper__item__right__name {
        margin: 0 0 16px;
        text-align: center
    }

    .members .members__modal .members__modal__slider__wrapper__item__right__text p {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.6
    }

    .members .members__modal .members__modal__slider__wrapper__item__right__links {
        align-self: flex-end;
        margin-top: 20px
    }

    .members .members__modal .members__modal__slider__controll {
        margin-top: 30px;
        gap: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .members .members__modal .members__modal__slider__controll .members__modal__slider__button__prev {
        position: static;
        background-image: url(../img/lp_seo_consulting_new/prev.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0
    }

    .members .members__modal .members__modal__slider__controll .members__modal__slider__button__prev::after {
        display: none
    }

    .members .members__modal .members__modal__slider__controll .members__modal__slider__button__next {
        position: static;
        background-image: url(../img/lp_seo_consulting_new/next.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0
    }

    .members .members__modal .members__modal__slider__controll .members__modal__slider__button__next::after {
        display: none
    }
}

.books {
    padding: 100px 24px
}

.books .section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.books .section__title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.books .section__title__main {
    font-size: clamp(30px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.books .section__title {
    color: #1e1f3b;
    margin-bottom: 36px
}

.books .section__title__sub {
    color: #1e1f3b
}

.books__text {
    font-size: 16px;
    line-height: 1.5;
    color: #1e1f3b;
    margin-bottom: 50px;
    text-align: center
}

.books__contents {
    display: flex;
    gap: 32px;
    flex-wrap: wrap
}

.books__contents__item {
    width: calc((100% - 64px)/3);
    box-shadow: 6px 4px 10px -6px rgba(0, 0, 0, .0784313725);
    display: flex;
    flex-direction: column
}

.books__contents__item__img {
    background-color: #f3f3f3;
    width: 100%;
    height: 18.0555555556vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.books__contents__item__img img {
    height: 12.8472222222vw;
    margin: 0 auto
}

.books__contents__item__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 24px
}

.books__contents__item__content__top .books__contents__item__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px
}

.books__contents__item__content__top .books__contents__item__text {
    font-size: 14px;
    line-height: 1.5;
    color: #454545
}

.books__contents__item__content__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #eee
}

.books__contents__item__content__bottom .books__contents__item__content__bottom__left {
    font-size: 13px;
    color: #454545
}

.books__contents__item__content__bottom .books__contents__item__content__bottom__right {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #454545
}

.books__contents__item__content__bottom .books__contents__item__content__bottom__right .books__contents__item__content__bottom__right__unit {
    font-size: 14px;
    color: #454545;
    font-weight: 600
}

@media screen and (min-width: 768px)and (max-width: 974px) {
    .books {
        padding: 75px 24px
    }

    .books__contents__item {
        width: calc((100% - 64px)/3)
    }

    .books__contents__item__content__top .books__contents__item__title {
        font-size: 17px
    }
}

@media screen and (max-width: 768px) {
    .books {
        padding: 50px 24px 60px
    }

    .books .section__title {
        text-align: center
    }

    .books__text {
        margin-bottom: 32px;
        text-align: left
    }

    .books__contents__item {
        width: 100%
    }

    .books__contents__item__img {
        height: 43.7333333333vw
    }

    .books__contents__item__img img {
        height: 35.4666666667vw
    }
}

.faq {
    padding: clamp(58px, 5.2777777778vw, 76px) 20px clamp(54px, 6.4583333333vw, 93px);
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #f3f3f3
}

.faq .sec-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.faq .sec-title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.faq .sec-title__main {
    font-size: clamp(25px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.faq .sec-title {
    margin-bottom: clamp(38px, 11vw, 55px)
}

.faq .faq__list {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.faq .faq__list .faq__item {
    background: #fff;
    padding: clamp(16px, 4.2666666667vw, 24px) clamp(16px, 4.2666666667vw, 32px)
}

.faq .faq__list .faq__item__question {
    display: flex
}

.faq .faq__list .faq__item__question .faq__item__question__number {
    height: 60px;
    font-size: clamp(24px, 6.4vw, 35px);
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0;
    background: #000652;
    padding: 0px 17px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Zen Old Mincho", serif
}

.faq .faq__list .faq__item__question .faq__item__question__text__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #f3f3f3;
    padding: 0 16px 0 clamp(12px, 3.2vw, 16px)
}

.faq .faq__list .faq__item__question .faq__item__question__text__inner .faq__item__question__text {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    font-weight: bold;
    line-height: 1;
    flex-grow: 1;
    display: flex;
    align-items: center
}

.faq .faq__list .faq__item__question .faq__item__question__text__inner .faq__item__question_toggle {
    width: 18px;
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #f3f3f3;
    position: relative
}

.faq .faq__list .faq__item__question .faq__item__question__text__inner .faq__item__question_toggle span {
    width: 18px;
    height: 3px;
    background: #000652;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.faq .faq__list .faq__item__question .faq__item__question__text__inner .faq__item__question_toggle span:nth-last-of-type(2) {
    transform: translate(-50%, -50%) rotate(90deg)
}

.faq .faq__list .faq__item__answer__inner {
    display: flex;
    gap: 16px;
    padding: 23px 0 0
}

.faq .faq__list .faq__item__answer__inner .faq__item__answer__number {
    font-size: clamp(25px, 6.6666666667vw, 35px);
    font-weight: 500;
    line-height: 1;
    font-family: "Zen Old Mincho", serif
}

.faq .faq__list .faq__item__answer__inner .faq__item__answer__text {
    font-size: clamp(14px, 3.7333333333vw, 15px);
    line-height: 1.6
}

@media screen and (max-width: 768px) {
    .faq .faq__list .faq__item__question .faq__item__question__text__inner {
        gap: 10px
    }

    .faq .faq__list .faq__item__question .faq__item__question__text__inner .faq__item__question__text {
        line-height: 1.2
    }

    .faq .faq__list .faq__item__question .faq__item__question__text__inner .faq__item__question_toggle {
        display: flex
    }

    .faq .faq__list .faq__item__answer {
        overflow: hidden;
        transition: all .3s ease
    }

    .faq .faq__list .faq__item__answer__inner {
        padding: 12px 0 11px
    }

    .faq .faq__list .faq__item.is-open .faq__item__question .faq__item__question__text__inner .faq__item__question_toggle span:nth-last-of-type(2) {
        transform: translate(-50%, -50%) rotate(0deg)
    }
}

.contact {
    padding: clamp(58px, 6.9444444444vw, 100px) 20px clamp(57px, 12.0138888889vw, 173px);
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: url(../img/lp_seo_consulting_new/contact_bg.webp) no-repeat center center/cover
}

.contact .sec-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.1333333333vw, 20px)
}

.contact .sec-title__sub {
    font-size: clamp(13px, 2.6vw, 16px);
    letter-spacing: .2em;
    font-family: "Oswald", sans-serif
}

.contact .sec-title__main {
    font-size: clamp(25px, 6vw, 45px);
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    text-align: center
}

.contact .sec-title {
    color: #fff;
    margin-bottom: clamp(38px, 11vw, 55px)
}

.contact .contact__text {
    width: fit-content;
    margin: 0 auto;
    font-size: clamp(14px, 3.7333333333vw, 18px);
    line-height: 1.3;
    color: #fff;
    margin-bottom: clamp(34px, 6.8vw, 82px)
}

.contact form {
    background: #fff;
    padding: 16px 0 64px;
    display: flex;
    flex-direction: column
}

.contact form .contact_item {
    display: flex;
    align-items: flex-start;
    padding: 32px 48px;
    gap: 75px;
    border-top: 1px solid #e4e4e4
}

.contact form .contact_item:first-of-type {
    border-top: none
}

.contact form .contact_item label {
    width: 235.5px;
    line-height: 50px;
    flex-shrink: 0;
    font-size: clamp(15px, 4vw, 18px)
}

.contact form .contact_item .wpcf7-form-control-wrap {
    width: 100%;
    flex-grow: 1
}

.contact form .contact_item input,
.contact form .contact_item textarea {
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    padding: 11px 16px;
    font-size: clamp(14px, 3.7333333333vw, 16px);
    line-height: 1.6;
    box-sizing: border-box;
    resize: none
}

.contact form .contact_item.required label {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.contact form .contact_item.required label::after {
    content: "必須";
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: #bf3b3b;
    padding: 1px 5px 2px;
    border-radius: 2px
}

.contact form .contact_item_acceptance {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 40px 0 32px
}

.contact form .contact_item_acceptance .wpcf7-list-item-label {
    font-size: clamp(14px, 3.7333333333vw, 18px)
}

.contact form .contact_item_acceptance .wpcf7-list-item {
    margin: 0
}

.contact form .contact_item_acceptance label {
    display: flex;
    align-items: center
}

.contact form .contact_item_acceptance input {
    width: 19px;
    height: 19px;
    margin: 0;
    display: block
}

.contact form .contact_item_acceptance a {
    color: #0f151f;
    text-decoration: underline;
    text-underline-offset: 3px
}

.contact form .contact_item_acceptance .sp {
    display: none
}

.contact form .contact_item_submit {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto
}

.contact form .contact_item_submit input.wpcf7-form-control {
    width: fit-content;
    min-width: 300px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    border: none;
    background: #000652;
    color: #fff;
    padding: 17px 88px 17px 32px;
    cursor: pointer;
    transition: all .3s ease
}

.contact form .contact_item_submit .wpcf7-spinner {
    display: none
}

.contact form .contact_item_submit svg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    transition: all .3s ease
}

@media(any-hover: hover) {
    .contact form .contact_item_submit:hover input.wpcf7-form-control {
        background: #4269a8
    }

    .contact form .contact_item_submit:hover svg path {
        stroke: #4269a8
    }
}

.contact form .wpcf7-not-valid-tip {
    font-size: 16px
}

@media screen and (max-width: 768px) {
    .contact .contact__text {
        font-weight: 500
    }

    .contact form {
        padding: 30px 16px 24px
    }

    .contact form .contact_item {
        flex-direction: column;
        gap: 9px;
        padding: 0;
        border: none;
        padding-top: 15px
    }

    .contact form .contact_item:first-of-type {
        padding-top: 0
    }

    .contact form .contact_item label {
        line-height: 1.2;
        width: fit-content;
        gap: 15px
    }

    .contact form .contact_item input,
    .contact form .contact_item textarea {
        padding: 8px 10px
    }

    .contact form .contact_item_acceptance {
        margin: 26px 0 39px
    }

    .contact form .contact_item_acceptance label {
        gap: 11px
    }

    .contact form .contact_item_acceptance .sp {
        display: block
    }

    .contact form .contact_item_submit input.wpcf7-form-control {
        font-size: 16px;
        padding: 9.5px 62.5px 9.5px 16.5px
    }

    .contact form .contact_item_submit svg {
        right: 16px
    }
}