@charset "euc-jp";

/* CSS Document */
.pc-br {
    display: block;
}

.sp-br {
    display: none;
}

.traffic-botprotection-solutions {
    margin: 0;
    padding: 100px 0 0 0;
    font-size: 14px;
    font-family: 'articulat-cf', 'Noto Sans JP', sans-serif, '�ᥤ�ꥪ', 'Meiryo';
    font-style: normal;
    color: var(--base);

}

.traffic-botprotection-solutions .breadcrumb-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* ------------ Base ------------ */
:root {
    /* �ᥤ�󥫥顼 */
    --brand: #092275;
    /* ���֥��顼 */
    --sub: #82B8E4;
    /* �ƥ����ȥ��顼 */
    --text: #000000;
    /* �Ѵ� */
    --radius: 24px;
    /* �ܥ��󥫥顼 */
    --btn: #FF2C30;
    /* �ۥ磻�� */
    --white: #ffffff;
    /* �ط� */
    --bg: #EEF1F9;
}

.en {
    color: inherit;
    font-size: 110%;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bg {
    background: var(--bg);
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.traffic-botprotection-solutions .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.traffic-botprotection-solutions section {
    margin: 0 auto;
    padding: 100px 0;
}


.traffic-botprotection-solutions h1,
.traffic-botprotection-solutions h2,
.traffic-botprotection-solutions h3,
.traffic-botprotection-solutions h4 {
    margin: 0 0 16px;
    font-weight: 800;
    line-height: 150%;
}

.traffic-botprotection-solutions h1 {
    font-size: 64px;
    letter-spacing: .02em;
    color: var(--base);
    margin: var(--radius) 0 48px;
    line-height: 150%;
}

.traffic-botprotection-solutions h2 {
    font-size: 48px;
}

.traffic-botprotection-solutions h3 {
    font-size: 32px;
}

.traffic-botprotection-solutions h4 {
    font-size: 20px;
}

.traffic-botprotection-solutions p {
    line-height: 180%;
    opacity: .8;
}

.title {
    margin-bottom: 36px;
}

.title p {
    margin-top: 16px;
}

.point {
    color: var(--brand);
    font-size: inherit;
}

.traffic-botprotection-solutions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: var(--btn);
    color: var(--white);
    transition: .2s ease;
    cursor: pointer;
    height: 60px;
    width: 300px;
    font-size: 16px;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(90, 107, 255, .28);
}

a.hero-phone-btn:hover {
    color: var(--white);
    opacity: 1;
}

a:hover svg {
    opacity: 1;
}

/* ------------ Hero ------------ */
#top {
    padding: 0;
}

.hero-wrap {
    background: var(--brand);
}

.hero {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    align-items: center;
    gap: 0;
    padding: 0 0 96px;
}

.hero .service-title {
    font-size: 36px;
    margin: 10px 0 var(--radius);
    font-weight: 800;
}

.hero-visual {
    margin: -180px auto 0;
}

.hero-phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    padding: 12px 0;
    font-size: 36px;
    color: var(--white);
}

.hero-phone-btn .icon {
    width: 36px;
}

.hero-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: -5px;
}

.text-wrap {
    text-align: center;
    color: var(--white);
}

/* ------------ (Problem) ------------ */
section#problem {
    margin: 0;
    padding: 0;
}

.problem-wrap {
    padding: 56px 36px;
    background: var(--white);
    margin: -80px auto 0;
    border-radius: var(--radius);
    position: relative;
    max-width: 1200px;
    text-align: center;
}

.problem-wrap::before {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 300px;
    height: 75px;
    background-color: var(--white);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 40px;
}

.problem-item {
    text-align: center;
    border-radius: var(--radius);
    background: var(--bg);
    padding: 0 0 var(--radius) 0;
}

.quote {
    display: block;
    font-size: 80px;
    font-weight: 700;
    color: var(--brand);
    line-height: 1;
    margin: -20px 0 -30px 20px;
    text-align: left;
    font-family: serif;
}

.quote+p span {
    font-weight: 800;
}

.problem-item p {
    font-size: 18px;
}



/* ------------ (Experience) ------------ */
#solution .content {
    background: var(--white);
    border-radius: var(--radius);
    padding: 0 0 50px;
    margin: 0 auto;
}

#solution h2 {
    background: var(--brand);
    color: var(--white);
    text-align: center;
    margin-bottom: 64px;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}

.solution-wrap img {
    margin: 0 auto;
}

/* ------------ (feature) ------------ */
#feature .content {
    margin: 0 auto 104px;
}

#feature .content:last-child {
    margin: 0 auto;
}

#feature .label {
    font-size: 12px;
    color: var(--brand);
    border: 1px solid var(--brand);
    display: inline-block;
    padding: 0 10px;
    line-height: 180%;
    border-radius: var(--radius);
    font-weight: 800;
    margin: 0 0 16px 0;
}

#feature .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    max-width: 1180px;
    margin: 0 auto 64px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-image {
    background: var(--bg);
    border-radius: var(--radius);
    padding: var(--radius);
    min-width: 468px
}

.feature-content ul li {
    position: relative;
    padding-left: 30px;
}

.feature-content ul li::before {
    position: absolute;
    content: "";
    width: var(--radius);
    height: var(--radius);
    background: url('../images/check.svg') no-repeat center center;
    left: 0;
    top: 5px
}

.point-label {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.point-label:after {
    position: absolute;
    content: "";
    width: var(--radius);
    height: 1px;
    background: #000000;
    left: 0;
    bottom: -5px;
}

#feature .lp-btn {
    text-align: center;
}

#feature .btn {
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000;
    text-align: center;
    margin: 0 auto;
}

#feature .btn:hover {
    transform: scale(1.1, 1.1);
    box-shadow: none;
}

/* ------------ (Benefits) ------------ */
.benefits-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--radius);
    margin-top: 96px;
}

.benefits-wrap {
    background: var(--bg);
    border-radius: var(--radius);
    padding: 32px;
}

.benefits-wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--radius)
}

.benefits-wrap .title h3+div {
    margin: -80px 0 0;
}

.benefits-item-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.benefits-item {
    background: var(--white);
    padding: 16px;
    border-radius: var(--radius);
}

.benefits-item .label {
    position: relative;
    margin-bottom: 8px;
}

.benefits-item .label:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background: #000000;
    left: 0;
    bottom: 0;
}

.benefits-item p {
    font-size: 14px;
}

/* ------------ (casestudy) ------------ */

#casestudy {
    background: #303958;
    color: var(--white);
    padding: 100px 0 40px;
}

#casestudy .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 120px
}

#casestudy .title {
    writing-mode: vertical-rl;
}

#casestudy .casestudy-wrap {
    display: grid;
    grid-template-columns: 1fr 2.4fr;
    gap: 48px;
}

#casestudy .casestudy-wrap h4 span {
    font-weight: 500;
    display: block;
    font-size: 14px;
}

#casestudy .casestudy-wrap p {
    font-size: 14px;
}

/* ------------ (Cta) ------------ */
#cta {
    background: var(--brand);
    color: var(--white);
    padding: 48px 0;
}

#cta .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cta h3 {
    margin-bottom: 0;
}

#cta .btn-wrap {
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--radius);
}



@media (max-width: 1024px) and (min-width: 769px) {
    .pc-br {
        display: block;
    }

    .sp-br {
        display: none;
    }

    .traffic-botprotection-solutions h1 {
        font-size: 40px;
        margin: var(--radius) var(--radius) 32px;
    }

    .traffic-botprotection-solutions h2 {
        font-size: 32px;
    }

    .traffic-botprotection-solutions h3 {
        font-size: 24px;
    }

    .title {
        margin-bottom: 24px;
    }

    .hero-wrap {
        padding: 0 16px;
    }

    .hero .service-title {
        font-size: 24px;
    }

    .hero {
        padding: 24px 0 96px;
    }

    .problem-item p {
        font-size: 14px;
    }

    #cta {
        padding: 24px 16px;
    }

    #cta .btn-wrap {
        flex-direction: column;
        gap: 0;
    }

    #cta h3 {
        font-size: 24px;
    }

    #feature .content {
        padding: 0 16px;
    }

    .feature-image {
        min-width: 248px;
    }

    .benefits-item-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .benefits-content {
        align-items: flex-start;
        margin-top: 48px;
    }

    .benefits-wrap .title {}

    .hero-phone-btn {
        font-size: 24px;
    }

    .btn-wrap svg {
        width: 16px;
    }

    .traffic-botprotection-solutions section.benefits {
        padding: 100px 16px;
    }

    #casestudy {
        padding: 48px 0;
    }

    #casestudy .content {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .traffic-botprotection-solutions {
        padding: 80px 0 0 0;
    }

    .traffic-botprotection-solutions section {
        margin: 0 auto;
        padding: 72px 5%;
    }

    .traffic-botprotection-solutions .breadcrumb-wrap {
        padding: 0 20px;
    }

    .traffic-botprotection-solutions .btn {
        width: 100%;
    }

    .traffic-botprotection-solutions #top h1 {
        font-size: 40px;
        margin: var(--radius) 16px 48px;
    }

    .traffic-botprotection-solutions h2 {
        font-size: 32px;
    }

    .traffic-botprotection-solutions h3 {
        font-size: 24px;
    }

    .hero {
        display: flex;
        grid-template-columns: 1fr 1.6fr;
        align-items: center;
        gap: 0;
        padding: 0 0 96px;
        flex-direction: column-reverse;
    }

    .hero-visual {
        margin: -90px -40px -20px auto;
        width: 90%;
    }

    .hero .service-title {
        font-size: 24px;
        margin: 5px 0 var(--radius);
    }

    .text-wrap {
        text-align: left;

    }

    .text-wrap p {
        font-size: 14px;
    }

    .phone-wrap {
        text-align: center;
        margin: 10px 0 0;
    }

    .hero-phone-btn {
        font-size: 24px;
        padding: 12px 0 0;
    }

    .hero-phone-btn svg {
        width: 18px;
    }

    .problem-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .problem-wrap {
        margin: -80px 5% 0;
        padding: 36px 18px;
    }

    .problem-wrap::before {
        bottom: -30px;
        width: 96px;
        height: 35px;
    }

    .quote {
        font-size: 56px;
        margin: -10px 0 -30px 0px;
    }

    .problem-item {
        padding: 0 12px 12px 12px;
        text-align: left;
        border-radius: 12px;
    }

    .problem-item p {
        font-size: 14px;
    }

    #solution h2 {
        font-size: 24px;
        padding: 16px;
        margin-bottom: 24px;
    }

    #solution .content {
        padding: 0 0 36px;
    }

    #cta {
        padding: 36px 0;
    }

    #cta h3 {
        text-align: center;
    }

    #cta .content {
        display: block;
        padding: 0 24px;
    }

    #cta .btn-wrap {
        display: block;
        margin: 20px 0 0;
    }

    #feature {
        max-width: ;
    }

    #feature .title {
        display: block;
    }

    #feature .title .title-image {
        width: 64%;
        margin: 20px 0 0 auto;
    }

    #feature .content {
        margin: 0 auto 48px;
        padding: 0 5%;
    }

    .feature-item {
        flex-direction: column;
        gap: 0;
        margin: 0 auto 56px;
    }

    .feature-item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .feature-image {
        margin: 0;
        min-width: auto;
    }

    .feature-content ul li {
        margin: 0 0 12px;
        line-height: 160%;
    }

    .feature-content ul li::before {
        top: 3px;
    }

    .point-label:after {
        bottom: -2px;
    }

    .benefits-content {
        flex-direction: column;
        margin-top: 48px;
    }

    .benefits-wrap {
        padding: 24px;
    }

    .benefits-item {
        padding: 10px 20px 16px 20px;
    }

    .benefits-item-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .benefits-wrap .title {
        margin-bottom: -2px;
    }

    .benefits-wrap .title h3+div {
        margin: -56px -32px -100px 0;
        width: 60%;
        position: relative;
    }

    #casestudy {
        padding: 64px 24px 40px;
    }

    #casestudy .content {
        gap: 24px;
    }


    #casestudy .casestudy-wrap {
        grid-template-columns: 1fr;
        gap: 48px;
    }


}