html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0;
    color: inherit
}

details,
main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    background-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    font-size: 1em
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

iframe {
    border-style: none
}

input {
    border-radius: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: bold
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
    cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button,
input,
select,
textarea {
    background-color: rgba(0, 0, 0, 0);
    border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    max-width: 100%
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

[disabled] {
    cursor: default
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

li {
    list-style: none
}

html {
    font-size: 16px;
    line-height: 1.6
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* @media screen and(max-width:768px) {
    body {
        overflow-x: scroll;
    }
} */

html,
body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    /* スクロールを滑らかに */
}

img {
    width: 100%
}

a {
    text-decoration: none;
    color: #000;
    transition: .4s all
}

a:hover {
    opacity: .7;
}

h1,
h2,
h3,
h4 {
    line-height: 1.5;
}

.pc {
    display: block
}

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

.sp {
    display: none
}

@media screen and (max-width: 540px) {
    .sp {
        display: block
    }
}

.container {
    max-width: 1100px;
    margin: auto;
}

@media screen and (max-width: 768.8px) {
    .container {
        max-width: auto;
        width: 100%;
        padding: 0 16px;
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    height: 80px;
    z-index: 1000;
    display: flex;
}

header img {
    width: 160px;
}

.kv {
    height: 660px;
    padding: 127px 24px 100px;
    background-image: url(../images/bg-hero.png);
    background-size: cover;
    background-position: center;
    text-align: left;
    color: #fff;
    margin-bottom: 100px;
}

.kv-inner {
    max-width: 1100px;
    /* kv-flexと同じ幅に設定 */
    margin: 0 auto;
    /* この箱自体を画面中央に置く */
}

.kv h1 {
    display: block;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.kv h1 span {
    background: linear-gradient(90deg, #468ef0ff, #7358ccff 50%, #da5d10ff);
    padding: 5px 15px;
    display: inline-block;
    line-height: 1.2;
    margin-left: 5px;
}

.kv-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* max-width: 1100px; */
    width: 100%;
    margin: 30px 0 0;
    text-align: left;
}

.kv-flex-text {
    flex: 1.6;
    margin-top: 30px;
}

.kv-flex-text p {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    text-align: left;
}

.kv-flex-text p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('../images/icon-check.png');
    background-size: contain;
}

.kv-flex-text a {
    display: inline-block;
    background-color: #fff;
    color: #333;
    padding: 20px 58px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: opacity 0.3s;
}

.kv-flex-text a:hover {
    opacity: 0.8;
}

.kv-flex-img {
    flex: 1.2;
}

.kv-flex-img img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

@media (max-width: 1100px) {
    .kv h1 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .kv h1 {
        font-size: 36px;
    }

    .kv-flex {
        display: block;
        margin: 60px auto 0;
    }

    .kv-flex-text {
        flex: 1.4;
        margin-top: 20px;
    }

    .kv-flex-text p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .kv-flex-text p::before {
        width: 20px;
        height: 20px;
    }

    .kv-flex-img {
        flex: 1.4;
        text-align: right;
    }

    .kv-flex-img img {
        width: 65%;
        margin-top: -100px;
    }
}


@media (max-width: 540px) {
    header {
        padding: 20px;
        height: 50px;
    }

    header img {
        width: 100px;
    }

    .kv {
        height: 780px;
        padding: 90px 24px 100px;
    }

    .kv h1 {
        font-size: 30px;
    }

    .kv h1 span {
        padding: 5px 10px;
        display: inline;
    }

    .kv-flex-text {
        text-align: center;
        margin-bottom: 30px;
    }

    .kv-flex-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .kv-flex-img img {
        width: 100%;
        margin-top: 0px;
    }

}

.trouble {
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 50% 100%, 0 calc(100% - 120px));
    padding-bottom: 150px;
    position: relative;
    z-index: 2;
    padding: 100px 24px 150px;
}

.trouble-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.trouble-inner h2 {
    font-size: 50px;
    color: #333;
    font-weight: 600;
    margin-bottom: 40px;
}

.trouble-items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.trouble-item {
    flex: 1;
}

.trouble-item img {
    width: 100%;
    height: auto;
    display: block;
}


.trouble-message-area {
    position: relative;
    text-align: center;
    padding: 60px 0;
}

.trouble-text-top,
.trouble-text {
    position: relative;
    z-index: 2;
}

.trouble-text-top {
    font-size: 20px;
    font-weight: 500;
    color: #777;
    margin-bottom: 10px;
}

.trouble-text {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

/* --- 矢印画像（絶対配置で背後に置く） --- */
.trouble-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 200px;
    height: auto;
}


.trouble-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 850px;
    margin: 10px auto;
    padding: 0;
    list-style: none;
}

.trouble-list li {
    background-color: #f5f5f5;
    padding: 25px 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 768px) {
    .trouble {
        padding-bottom: 150px;

    }

    .trouble-inner h2 {
        font-size: 30px;
    }

    .trouble-text-top {
        font-size: 18px;
    }

    .trouble-text {
        font-size: 26px;
    }

    .trouble-list {
        grid-template-columns: repeat(2, 1fr);
        /* ★ここで2列に指定 */
        max-width: 500px;
        /* 2列に合わせて全体の幅を少し絞ると綺麗です */
        gap: 15px;
    }

    .trouble-list li {
        font-size: 16px;
        padding: 20px;
    }
}


@media (max-width: 540px) {
    .trouble {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
        padding: 0 24px 90px;
    }

    .trouble-inner h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .trouble-items {
        gap: 5px;
    }

    .trouble-message-area {
        padding: 40px 0;
    }

    .trouble-text-top {
        font-size: 14px;
    }

    .trouble-text {
        font-size: 20px;
    }

    .trouble-list li {
        font-size: 14px;
        padding: 20px 10px;
    }

}

.function {
    /* 見本の3色グラデーション */
    background: linear-gradient(90deg, #468ef0 0%, #7358cc 50%, #da5d10 100%);
    color: #fff;
    padding: 180px 24px 100px;
    margin-top: -120px;
    /* 上の白いV字セクションに食い込ませる */
    text-align: center;
}

.function .inner {
    max-width: 1100px;
    margin: 0 auto;
}

.function h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
}

.function-lead {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}

.function-lead img {
    height: 80px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    position: relative;
    top: -2px;
}

/* --- グリッドレイアウト（3列） --- */
.function-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
    /* 上下の間隔を広めにとる */
    list-style: none;
    padding: 0;
    max-width: 1100px;
    margin: 60px auto 80px;
}

.function-item {
    text-align: left;
}

.function-img {
    margin-bottom: 10px;
}

.function-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.function-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.function-item p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.cta-text {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.cta-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 25px 72px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: opacity 0.3s;
}




@media (max-width: 768px) {
    .function {
        padding: 180px 0 100px;
    }

    .function h2 {
        font-size: 26px;
    }

    .function-lead {
        font-size: 16px;
    }

    .function-lead img {
        height: 60px;
    }

    /* 1. 親要素（ul）を「横並び」かつ「スクロール可能」にする */
    .function-grid {
        display: flex;
        /* GridからFlexboxに変更 */
        overflow-x: auto;
        /* 横方向のハミ出しをスクロール可能に */
        white-space: nowrap;
        /* 改行を防ぐ */
        /* スクロールの慣性（指を離してもスッと動く）を滑らかにする（iOS用） */
        -webkit-overflow-scrolling: touch;
        /* 左右に余白を作り、スクロール時に端が切れないようにする */
        padding: 0 24px 40px;
        margin: 40px 0;
        gap: 20px;
        /* ブラウザ独自のスクロールバーを非表示にする（任意） */
        scrollbar-width: none;
        /* Firefox用 */
    }

    /* Chrome, Safari, Edgeでスクロールバーを非表示にする（任意） */
    .function-grid::-webkit-scrollbar {
        display: none;
    }

    /* 2. カード（li）のサイズを固定し、縮まないようにする */
    .function-item {
        flex: 0 0 300px;
        /* ★重要：幅を320pxで固定し、縮小(0)・拡大(0)させない */
        background: #fff;
        padding: 20px 20px 40px 20px;
        border-radius: 5px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        /* 中身のテキストを「自動改行」に戻す（親のnowrapの影響を打ち消す） */
        white-space: normal;
        /* カード同士がピッタリ止まる「スナップ機能」を追加するとより快適です */
        scroll-snap-align: center;
    }

    /* 親要素にスナップ機能を有効化 */
    .function-grid {
        scroll-snap-type: x mandatory;
    }

    .function-item h3 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        margin-bottom: 12px;
    }

    .function-item p {
        font-size: 14px;
        line-height: 1.6;
        color: #000;
    }

    .cta-text {
        font-size: 20px;
    }
}


@media (max-width: 540px) {
    .function {
        padding: 180px 0 60px;
    }

    .function-grid {
        padding: 0 24px;
    }

}

.effect-cta-inner {
    max-width: 1100px;
    text-align: center;
    padding: 110px 24px;
    margin: 0 auto;
}

.effect-cta-inner h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.effect-cta-img {
    max-width: 700px;
    margin: 0 auto 50px;
}

.effect-cta-img img {
    width: 100%;
    height: auto;
}

.effect-cta-inner p {
    background: linear-gradient(90deg, #468ef0 0%, #7358cc 50%, #da5d10 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}


@media (max-width: 768px) {
    .effect-cta-inner h2 {
        font-size: 30px;
    }
}

@media (max-width: 540px) {
    .effect-cta-inner {
        padding: 50px 24px;
    }
}

.effect {
    background-image: url(../images/bg-hero.png);
    background-size: cover;
    background-position: center;
    padding: 100px 24px;
    text-align: center;
}

.effect-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.effect-inner h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
}

/* --- カードを並べるコンテナ --- */
.effect-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    /* カード同士の間隔 */
    max-width: 1100px;
    margin: 0 auto;
}

/* --- 白いカードのデザイン --- */
.effect-card {
    flex: 1;
    /* 均等な幅にする */
    background-color: #fff;
    padding: 50px 40px;
}

/* --- カード内の見出し（グラデーション） --- */
.effect-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;

    /* グラデーション設定 */
    background: linear-gradient(90deg, #468ef0 0%, #7358cc 50%, #da5d10 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* --- カード内画像エリア --- */
.effect-card-img {
    margin-bottom: 40px;
}

.effect-card-img img {
    width: 100%;
    height: auto;
}

/* --- ロゴと社名 --- */
.effect-logo {
    height: 40px;
    /* ロゴの高さを統一 */
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.effect-logo img {
    width: auto;
    height: 100%;
}

.effect-card p {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

@media (max-width: 768px) {
    .effect-inner h2 {
        font-size: 30px;
    }

    .effect-card {
        flex: 1;
        background-color: #fff;
        padding: 50px 30px;
    }

    .effect-card h3 {
        font-size: 24px;
    }
}

@media (max-width: 540px) {
    .effect {
        padding: 50px 24px;
    }

    .effect-inner h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .effect-cards {
        display: block;
        margin: 0 auto;
    }

    .effect-card {
        padding: 50px 30px;
        margin: 0 0 15px;
    }

    .effect-card h3 {
        font-size: 18px;
    }


}


/* --- FAQセクション全体の背景 --- */
.faq {
    background-color: #f7f7f7;
    padding: 100px 24px;
}

.faq-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* --- タイトル部分（左側） --- */
.faq-title {
    flex: 1;
    /* 幅の比率 */
    font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: left;
    margin: 0;
}

/* --- アコーディオンコンテナ（右側） --- */
.faq-container {
    flex: 2;
    /* タイトルより少し広めに確保 */
}

.faq-item {
    border-bottom: 1px solid #333;
    /* 見本のような細い黒線 */
}

/* --- 質問部分（クリックエリア） --- */
.faq-question {
    padding: 30px 0;
    cursor: pointer;
    list-style: none;
    /* デフォルトの矢印を消す */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

/* ブラウザ独自の矢印を非表示にする（Safari対策） */
.faq-question::-webkit-details-marker {
    display: none;
}

/* --- 矢印アイコンのデザイン --- */
.icon::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    /* 下矢印にする */
    display: block;
    transition: transform 0.3s;
    margin-right: 10px;
}

/* 開いている時に矢印を上に向ける */
details[open] .icon::after {
    transform: rotate(-135deg);
    margin-top: 5px;
}

/* --- 回答部分 --- */
.faq-answer {
    padding: 0 0 30px;
    /* 閉じた時に不自然な余白が出ないよう調整 */
    line-height: 1.8;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

/* --- レスポンシブ（768px以下） --- */
@media (max-width: 768px) {
    .faq-inner {
        flex-direction: column;
        /* 縦並びにする */
    }

    .faq-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .faq-container {
        width: 100%;
    }

    .faq-question {
        font-size: 16px;
    }
}

@media (max-width: 540px) {
    .faq {
        padding: 60px 24px;
    }

    .faq-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

}



.download {
    padding: 100px 24px;
    background-color: #fff;
}

.download-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.download-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    background: linear-gradient(90deg, #468ef0 0%, #7358cc 50%, #da5d10 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* --- 2カラムレイアウト --- */
.download-flex {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.download-info {
    flex: 1;
    text-align: left;
}

.download-lead {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 500;
    color: #333;
}


.document-img img {
    width: 100%;
    margin-bottom: 40px;
}

.user-logos-area {
    text-align: center;
}

.user-logos img {
    width: 100%;
}

/* --- フォームのデザイン --- */
.download-form-container {
    flex: 1;
}

.download-form {
    background: #fff;
    padding: 40px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
    /* 柔らかな影 */
    text-align: left;
}

.privacy-note {
    font-size: 12px;
    font-weight: 400;
}

.privacy-note a {
    color: #0066ff;
    /* 見本のような鮮やかな青 */
    text-decoration: underline;
    /* 下線を引く */
}

@media (max-width: 768px) {
    .download-title {
        font-size: 30px;
        color: transparent;
    }

    .download-inner {
        max-width: 500px;
    }

    .download-flex {
        display: block;
    }

    .user-logos-area {
        display: none;
    }
}


@media (max-width: 540px) {
    .download {
        padding: 60px 24px;
    }

    .download-title {
        font-size: 26px;
    }

    .download-lead {
        font-size: 16px;
        line-height: 1.5;
    }

    .download-form {
        padding: 10px;
    }


}

.p-footer {
    position: relative;
    background: #000;
    z-index: 20;
    color: #fff;
    padding: 8.5625rem 6.25rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 768.8px) {
    .p-footer {
        padding: 67px 20px 40px 20px
    }
}

.p-footer a:not(.c-btn) {
    transition: opacity .3s
}

.p-footer_data {
    margin-bottom: 40px;
    margin-right: auto
}

@media screen and (max-width: 768.8px) {
    .p-footer_data {
        margin-bottom: 0
    }
}

.p-footer_data p {
    letter-spacing: .8px;
    padding-left: 11px
}

@media screen and (max-width: 768.8px) {
    .p-footer_data p {
        line-height: 1.7;
        font-size: 14px;
        padding-left: 4px
    }
}

.p-footer_logo {
    padding-top: 3px;
    margin-bottom: 29px
}

@media screen and (max-width: 768.8px) {
    .p-footer_logo {
        margin-bottom: 10px
    }
}

.p-footer_bottom {
    margin-top: 73px;
    width: 100%;
    height: 145px;
    border-top: solid 1px rgba(255, 255, 255, .2);
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media screen and (max-width: 1119.8px) {
    .p-footer_bottom {
        border-top: none;
        flex-wrap: wrap;
        align-content: flex-start
    }
}

@media screen and (max-width: 768.8px) {
    .p-footer_bottom {
        margin-top: 30px
    }
}

.p-footer_sns {
    display: flex;
    justify-content: space-between;
    width: 70px
}

@media screen and (max-width: 768.8px) {
    .p-footer_sns {
        width: 65px
    }
}

.p-footer_sns a {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto
}

.p-footer_sns a svg {
    fill: #fff
}

.p-footer_small {
    margin-left: 40px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: .1px
}

@media screen and (max-width: 768.8px) {
    .p-footer_small {
        font-size: 10.5px;
        margin-left: auto;
        margin-right: 0
    }
}

.p-footer_terms {
    position: absolute;
    top: auto;
    left: auto;
    right: 61px;
    bottom: auto;
    font-size: 12px;
    line-height: 1;
    display: flex;
    width: 630px;
    justify-content: space-between
}

@media screen and (max-width: 1119.8px) {
    .p-footer_terms {
        margin-top: 20px;
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        order: -1;
        margin-bottom: 47px;
        max-width: 400px;
        margin-right: calc(100% - 400px)
    }
}

@media screen and (max-width: 768.8px) {
    .p-footer_terms {
        margin-top: 25px;
        max-width: none;
        width: 100%;
        margin-right: 0;
        font-size: 10.3px;
        letter-spacing: .4px
    }
}

.l-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    color: inherit
}

.l-footer__nav li:first-child a {
    border-left: none
}

.l-footer__nav a {
    font-size: 12px;
    padding: 0 1em;
    display: block;
    color: #fff;
    border-right: 1px solid
}

@media screen and (max-width: 768.8px) {
    .l-footer__nav a {
        margin-bottom: 10px
    }
}

.l-footer__nav li:last-child a {
    border-right: none;
    padding-right: 0
}