@charset "UTF-8";

/* ============================
*  Common
* ========================== */
html {
    font-size: 100%;
}

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

:root {
    /* Colors: */
    --unnamed-color-0000ff: #0000ff;
    --unnamed-color-66ccff: #66ccff;
    --unnamed-color-00a0e9: #00a0e9;
    --unnamed-color-0070b3: #0070b3;
    --unnamed-color-095988: #095988;
    --unnamed-color-dedede: #dedede;
    ---ff00f5_memo: #ff00f5;
    ---53cde3_career: #53cde3;
    ---e1f252_contact: #e1f252;
    --unnamed-color-fd95e2: #fd95e2;
    --unnamed-color-f4d4ec: #f4d4ec;
    --unnamed-color-fdf5fb: #fdf5fb;
    --unnamed-color-a082d8: #a082d8;
    --unnamed-color-e0d3f5: #e0d3f5;
    --unnamed-color-f6f2fc: #f6f2fc;
    --unnamed-color-58ba66: #58ba66;
    --unnamed-color-cfebd1: #cfebd1;
    --unnamed-color-eaf5eb: #eaf5eb;
    --unnamed-color-f08686: #f08686;
    --unnamed-color-f7d2d2: #f7d2d2;
    --unnamed-color-fceded: #fceded;
    --unnamed-color-c4ab22: #c4ab22;
    --unnamed-color-e8e3c3: #e8e3c3;
    --unnamed-color-f4f2e4: #f4f2e4;
    --unnamed-color-5f7dd3: #5f7dd3;
    --unnamed-color-edf1fc: #edf1fc;
    --unnamed-color-f7a068: #f7a068;
    --unnamed-color-fff5ef: #fff5ef;
    --unnamed-color-e7f0f5: #e7f0f5;
    --unnamed-color-9b8e75: #9b8e75;
    --unnamed-color-f2efe9: #f2efe9;
    --unnamed-color-f4f4f4: #f4f4f4;
    --unnamed-color-f0f8fa: #f0f8fa;
    ---e9f5f8★: #e9f5f8;
    --unnamed-color-ceebf2: #ceebf2;
    --unnamed-color-def2f7: #def2f7;
    --unnamed-color-d3e4e8: #d3e4e8;
    --unnamed-color-ffffff00: #ffffff00;

    /* Font/text values */
    --unnamed-font-family-zen-kaku-gothic-new: Zen Kaku Gothic New;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-normal: normal;
    --unnamed-font-weight-medium: medium;
    --unnamed-font-size-16: 16px;
    --unnamed-font-size-20: 20px;
    --unnamed-font-size-24: 24px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-character-spacing-1-2: 1.2px;
    --unnamed-line-spacing-28: 28px;
    --unnamed-line-spacing-36: 36px;
    --unnamed-line-spacing-40: 40px;
}

/* Character Styles */
.h3 {
    font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-24);
    line-height: var(--unnamed-line-spacing-40);
    letter-spacing: var(--unnamed-character-spacing-1-2);
    color: var(--unnamed-color-0070b3);
}
.h4 {
    font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-20);
    line-height: var(--unnamed-line-spacing-36);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-0070b3);
}
.p {
    font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-28);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-0070b3);
}

.wraper {
    margin: 0 auto;
    width: 1336px;
}

/*-------------------------
  Utility
-------------------------*/
.pc-only {
    display: block;
}
@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
}

.sp-only {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp-only {
        display: block;
    }
}

/* ============================
*  FC加盟/採用情報
*  main-bottom-vcarea
* ========================== */
/************* ボタン *************/
.main-bottom-vcarea-left-bottom-button {
    display: inline-block;
    width: 220px;
    height: 60px;
    padding: 18px 70px;
    background: var(---e9f5f8★) 0% 0% no-repeat padding-box;
    background: #e9f5f8 0% 0% no-repeat padding-box; /* ボタンの背景色 */
    color: white; /* テキストの色 */
    border-radius: 50px; /* 角丸の半径 */
    text-align: center;
    text-decoration: none; /* 下線を削除 */
    cursor: pointer; /* マウスカーソルをポインタに */
    font-size: 16px;
    border: none;
}

.main-bottom-vcarea-left-bottom-button-link {
    color: var(--unnamed-color-0070b3);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

/* もっとみる矢印 */
.main-bottom-vcarea-left-bottom-button-arrow {
    position: relative;
    display: inline-block;
    top: -6px;
    width: 38px;
    height: 1px;
    margin-left: 128px;
    margin-bottom: 24px;
    border-radius: 50px;
    background-color: #66ccff;
}

.main-bottom-vcarea-left-bottom-button-arrow::before {
    content: '';
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 10px;
    height: 1px;
    border-radius: 50px;
    background-color: #66ccff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}

.main-bottom-vcarea-left-bottom-button-arrow::after {
    content: '';
    position: absolute;
    top: 50%; /* 垂直方向の中央に配置 */
    left: -2px; /* 矢印の根本の位置を調整 */
    width: 8px; /* 丸のサイズ */
    height: 8px; /* 丸のサイズ */
    background-color: #66ccff; /* 矢印と同じ色 */
    border-radius: 50%; /* 楕円形を円形にする */
    transform: translateY(-50%); /* 垂直方向の中央揃えを微調整 */
}

/* 今すぐ応募丸の中に矢印 */
.main-bottom-vcarea-right-bottom-button-area-button-2-icon2 {
    display: flex; /* Flexboxを使用して内部の矢印を中央に配置 */
    justify-content: center;
    align-items: center;
    width: 24px; /* 丸のサイズ */
    height: 24px;
    background-color: #e9f5f8; /* 丸の色 */
    border-radius: 50%; /* 丸にする */
    position: relative;
}

/* 擬似要素を使って矢印の棒部分を作成 */
.main-bottom-vcarea-right-bottom-button-area-button-2-icon2::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 1px;
    background-color: #53cde3; /* 矢印の色 */
    /* 中心に配置するためのtransform */
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

/* 擬似要素を使って矢印の先端部分を作成 */
.main-bottom-vcarea-right-bottom-button-area-button-2-icon2::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #53cde3; /* 矢印の色 */
    transform: rotate(45deg);
    transform-origin: 100% 50%;
    top: calc(50% - 1px); /* 矢印のバランスを調整 */
    left: calc(50% + 0.5px);
}

.main-bottom-vcarea-right-bottom-button-area {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.main-bottom-vcarea-right-bottom-button-area-button-1,
.main-bottom-vcarea-right-bottom-button-area-button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: auto;
    padding: 16.21px 17.79px;
    box-shadow: 0px 0px 10px #0070b326;
    color: #ffffff; /* テキストの色 */
    border-radius: 50px; /* 角丸の半径 */
    text-align: center;
    text-decoration: none; /* 下線を削除 */
    cursor: pointer; /* マウスカーソルをポインタに */
    font-size: 18px;
    border: none;
}

.main-bottom-vcarea-right-bottom-button-area-button-1 {
    background: var(---53cde3_career) 0% 0% no-repeat padding-box;
    background: #53cde3 0% 0% no-repeat padding-box;
}

.main-bottom-vcarea-right-bottom-button-area-button-1-link {
    color: #ffffff;
}

.main-bottom-vcarea-right-bottom-button-area-button-2 {
    border: 2px solid var(---53cde3_career);
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #0070b326;
    border: 2px solid #53cde3;
}

.main-bottom-vcarea-right-bottom-button-area-button-2-link {
    color: var(---53cde3_career);
    margin-left: 50px;
}

.main-bottom-vcarea-right-bottom-button-area-button-2 {
    display: flex;
    justify-content: space-between;
}

/* *********** body ******************/

.wrapper{
    max-width: 1200px;
    width: 100%;
}

/* ============================
*  FV
* ========================== */
.fv{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
}

@media screen and (max-width: 600px) {
  .fv {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    /* grid-gap: 32px 3.125vw; */
  }
}

.fv-area__catchcopy{
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    margin-top: -45px;
    z-index: 2;
} 

@media screen and (max-width: 600px) {
  .fv-area__catchcopy {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    margin-top: -135px;
    z-index: 2;
  }
}

.fv__mainvisual{
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
}

@media screen and (max-width: 600px) {
  .fv__mainvisual{
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
  }
} 


/* ============================
*  B型利用者作成分
* ========================== */

.main-bottom-vcarea {
    position: relative;
    display: flex;
    justify-content: space-around;
    text-align: center;
    height: fit-content;
}

.main-bottom-vcarea-left,
.main-bottom-vcarea-right {
    width: 50%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-bottom-vcarea-left {
    background-image: url('../images/bg_main-bottom-vcarea-left-bottom-img.png');
    padding: 40px 0;
}

.main-bottom-vcarea-right {
    width: 50%;
    height: auto;
    background-image: url('../images/bg_main-bottom-vcarea-right.png');
    padding: 40px 0;
}

.main-bottom-vcarea-right-bottom-img-sp {
    display: none; /* 画像を非表示にする */
}

.main-bottom-vcarea-left-bottom-img {
    width: 100%;
}

.main-bottom-vcarea-left-top,
.main-bottom-vcarea-right-top {
    position: relative;
    display: flex; /* 追加: Flexboxを有効にする */
    flex-direction: column;
    justify-content: center; /* 追加: 水平方向の中央揃え */
    align-items: center; /* 追加: 垂直方向の中央揃え */
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 10;
}

.main-bottom-vcarea-left-top-title-ja,
.main-bottom-vcarea-right-top-title-ja {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    color: var(--unnamed-color-0070b3);
    margin-bottom: 16px;
}

.main-bottom-vcarea-left-top-title-en,
.main-bottom-vcarea-right-top-title-en {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: var(--unnamed-color-0070b3);
    margin-bottom: 40px;
}

.main-bottom-vcarea-left-bottom,
.main-bottom-vcarea-right-bottom {
    position: absolute;
    z-index: 30;
    top: 20%;
}

.main-bottom-vcarea-left-bottom-text,
.main-bottom-vcarea-right-bottom-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.5;
    color: var(--unnamed-color-0070b3);
    margin: 30px 0 20px 0;
}

.main-bottom-vcarea-left-bottom-text {
    color: var(--unnamed-color-00a0e9);
}

.main-bottom-vcarea-right-bottom-button-area-button-1-icon1 {
    width: 20%;
    padding-right: 2%;
}

.main-bottom-vcarea-right-bottom-img,
.main-bottom-vcarea-left-bottom-img {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    /************* 共通 *************/

    .wraper {
        max-width: 768px;
        margin: 0 auto;
    }

    /************* ボタン *************/

    /* 親要素をFlexコンテナにする */
    .main-bottom-vcarea-left-bottom-button {
        display: flex; /* Flexboxを有効化 */
        align-items: center; /* 垂直方向の中央揃え */
        justify-content: center; /* 水平方向の中央揃え（任意） */
    }

    /* リンクと矢印の間の間隔を調整 */
    .main-bottom-vcarea-left-bottom-button-link {
        /* 既存のスタイルを維持しつつ、必要に応じてマージンを調整 */
        margin-right: 10px; /* 矢印との間に適切な余白を追加 */
    }

    /* 矢印のスタイルを修正 */
    .main-bottom-vcarea-left-bottom-button-arrow {
        position: relative;
        display: block; /* Flexアイテムとして動作させる */
        top: 0; /* 不要な'top'プロパティを削除 */
        width: 38px; /* 矢印の横棒の長さを固定 */
        height: 1px;
        /* 不要な固定マージンを削除 */
        margin: 0;
        border-radius: 50px;
        background-color: #66ccff;
    }

    /* 矢印の先端のスタイルはそのまま */
    .main-bottom-vcarea-left-bottom-button-arrow::before {
        content: '';
        position: absolute;
        top: calc(50% - 0.5px);
        right: 0;
        width: 10px;
        height: 1px;
        border-radius: 50px;
        background-color: #66ccff;
        transform: rotate(45deg);
        transform-origin: calc(100% - 0.5px) 50%;
    }

    /* 矢印の根本の丸のスタイルはそのまま */
    .main-bottom-vcarea-left-bottom-button-arrow::after {
        content: '';
        position: absolute;
        top: 50%;
        left: -2px;
        width: 8px;
        height: 8px;
        background-color: #66ccff;
        border-radius: 50%;
        transform: translateY(-50%);
    }

    /************* body *************/

    .main-bottom-vcarea-left {
        background-image: url('../images/bg_main-bottom-vcarea-left.png');
        padding: 40px 0;
    }

    .main-bottom-vcarea-right {
        width: 50%;
        height: auto;
        background-image: url('../images/bg_main-bottom-vcarea-right.png');
        padding: 40px 0;
    }

    .main-bottom-vcarea {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .main-bottom-vcarea-left,
    .main-bottom-vcarea-right {
        width: 100%;
        margin: 20px 0;
    }

    .main-bottom-vcarea-left-top,
    .main-bottom-vcarea-right-top {
        width: 150px;
        height: 150px;
    }

    .main-bottom-vcarea-left-top-title-ja,
    .main-bottom-vcarea-right-top-title-ja {
        font-size: 24px;
    }

    .main-bottom-vcarea-left-top-title-en,
    .main-bottom-vcarea-right-top-title-en {
        font-size: 14px;
    }

    .main-bottom-vcarea-left-bottom,
    .main-bottom-vcarea-right-bottom {
        position: static;
        z-index: 30;
        margin-top: -36px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }

    .main-bottom-vcarea-left-bottom-text,
    .main-bottom-vcarea-right-bottom-text {
        font-size: 18px;
    }

    .main-bottom-vcarea-right-bottom-img {
        display: none; /* 画像を非表示にする */
    }

    .main-bottom-vcarea-right-bottom-img-sp {
        display: block; /* スマホ用画像を表示する */
        width: 100%; /* 必要に応じてサイズを調整 */
        margin: 0 auto; /* 中央に配置 */
    }

    .main-bottom-vcarea-left-bottom-img {
        width: 45%;
    }

    .main-bottom-vcarea-right-bottom-button-area-button-1-icon1 {
        width: 13%;
    }

    .main-bottom-vcarea-right-bottom-img,
    .main-bottom-vcarea-left-bottom-img,
    .main-bottom-vcarea-right-bottom-img-sp {
        border-radius: 22px;
    }

    .main-bottom-vcarea-left-bottom,
    .main-bottom-vcarea-right-bottom {
        position: static;
        z-index: 30;
        margin-top: -36px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-bottom-vcarea-left-bottom-button,
    .main-bottom-vcarea-right-bottom-button-area {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .main-bottom-vcarea-left-bottom-button {
        width: 33%;
        padding: 2% 0;
        font-size: 14px;
        margin: 0 0 20px;
    }

    .main-bottom-vcarea-right-bottom-button-area-button-1,
    .main-bottom-vcarea-right-bottom-button-area-button-2 {
        width: 250px;
        height: 60px;
        padding: 12px 0;
        font-size: 14px;
    }

    .main-bottom-vcarea-left-bottom-button-arrow {
        margin-left: 249px;
        margin-top: -19px;
    }

    .main-bottom-vcarea-right-bottom-button-area-button-2-link {
        margin-left: 58px;
    }

    .main-bottom-vcarea-right-bottom-button-area-button-2 {
        display: flex;
        justify-content: space-around;
    }
}

@media screen and (max-width: 425px) {
    .main-bottom-vcarea-left-bottom-img {
        width: 96%;
    }

    .main-bottom-vcarea-left-bottom-button {
        width: 200px;
        height: 60px;
    }

    .main-bottom-vcarea-left-bottom-button-arrow {
        margin-left: 199px;
    }
}

/* ============================
*  相談
*  main-bottom-askarea
* ========================== */
/* *********** btn *******************/

.main-bottom-askarea-philosophy-box-button {
    background-color: #0070b3;
    border-radius: 30px;
    background-color: #0070b3;
    border-radius: 30px;
    padding: 16.21px 60.89px 19.29px;
    box-shadow: 0px 0px 10px #0070b326;
    color: #ffffff;
}

.main-bottom-askarea-philosophy-box-button-link {
    color: #ffff;
}

/* ************** body *******************/

.main-bottom-askarea {
    position: relative;
    height: 340px;
    margin: 20px 0 0;
    background-image: linear-gradient(90deg, rgba(225, 242, 82, 0), rgba(225, 242, 82, 0.92) 5%, rgba(225, 242, 82, 1), rgba(225, 242, 82, 1), rgba(225, 242, 82, 0.92) 95%, rgba(225, 242, 82, 0));
    overflow: visible;
}

.main-bottom-askarea-title {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: var(--unnamed-color-00a0e9);
    background: rgba(0, 160, 233, 0.9) 0% 0% no-repeat padding-box;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: -20px;
    left: 308px;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.main-bottom-askarea-title-ja {
    font-size: 30px;
}

.main-bottom-askarea-title-en {
    font-size: 16px;
}

.main-bottom-askarea-philosophy {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    z-index: 1;
    width: auto;
}

.main-bottom-askarea-philosophy-box {
    width: 400px;
    height: auto;
    padding: 40px 0;
    border-radius: 0 20px 20px 0;
    background-color: #ffff;
    font-size: 16px;
    color: #0070b3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.main-bottom-askarea-philosophy-box-text {
    letter-spacing: 0.035em;
    line-height: 1.9;
    padding: 0 20px 20px;
}

.main-bottom-askarea-philosophy-box-text-Medium {
    font-weight: 600;
}

.main-bottom-askarea-philosophy-img {
    width: 50%;
    height: 240px;
    border-radius: 20px 0 0 20px;
}

.main-bottom-askarea-philosophy-box-button-icon {
    width: 14%;
    margin-right: 4%;
}

.main-bottom-askarea-philosophy-box-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .wraper {
        /* margin: 0 15px; */
    }

    .main-bottom-askarea {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        margin-top: -20px;
        box-sizing: border-box;
        background: var(---e1f252_contact) 0% 0% no-repeat padding-box;
    }

    .main-bottom-askarea-title {
        width: 170px;
        height: 170px;
        margin: 0 auto 16px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: static;
        transform: none;
        box-sizing: border-box;
        z-index: 10;
    }

    .main-bottom-askarea-title-ja {
        font-size: 24px;
    }

    .main-bottom-askarea-title-en {
        padding-top: 8px;
        font-size: 12px;
    }

    .main-bottom-askarea-philosophy {
        flex-direction: column;
        position: static;
        transform: none;
        width: 100%;
        padding: 0 20px 20px;
        margin-top: -37px;
        z-index: 20;
    }

    .main-bottom-askarea-philosophy-box {
        width: 100%;
        border-radius: 0 0 20px 20px;
        margin-top: -40px;
    }

    .main-bottom-askarea-philosophy-box-text {
        text-align: center;
    }

    .main-bottom-askarea-philosophy-img {
        width: 100%;
        height: 100%;
        border-radius: 20px 20px 0 0;
        margin-bottom: -40px;
    }

    .main-bottom-askarea-philosophy-box-button-icon {
        width: 20%;
        margin-right: 4%;
    }
}

@media screen and (max-width: 375px) {
    .main-bottom-askarea-philosophy-box-button-icon {
        width: 15%;
        margin-right: 4%;
    }

    .main-bottom-askarea-philosophy-img {
        margin-bottom: 40px;
    }

    .main-bottom-askarea-philosophy-box {
        padding: 15px 0 30px;
    }

    .main-bottom-askarea-philosophy-box-text {
        font-size: 14px;
        line-height: 1.5em;
        padding: 0 10px 10px;
    }

    .main-bottom-askarea-title {
        margin: 0 auto 7px auto;
    }

    .main-bottom-askarea-title-ja {
        font-size: 24px;
    }

    .main-bottom-askarea-title-en {
        font-size: 12px;
    }

    .main-bottom-askarea-philosophy-box-button {
        padding: 17px 32px;
        font-size: 14px;
    }

    .main-bottom-askarea-philosophy-box-button {
        padding: 16.21px 38.89px 19.29px;
    }
}

/* ============================
*
*
*
*  これより以下、梅崎作成
*
*
*
* ========================== */
.main{
    background: url(../images/header__inner--default_sp.svg) 50% 0 no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: contain;
}

@media screen and (min-width: 768px) {
    .main{
        background: url(../images/header__inner--default.svg) 50% 0 no-repeat;

    }
}

.page__heading{
        padding-top: 31px;
        padding-bottom: 42px;

}

@media screen and (min-width: 768px) {
    .page__heading{
        padding-top: 120px;
        margin-bottom: 100px;

    }
}

.c-page__title{
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}

.c-page__title--ja,.c-page__title--en{
        display: block;
        width: fit-content;
        padding: 5px 35px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%, rgba(255,255,255,0)100%);
        color: var(--unnamed-color-0070b3);
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: 0.25em;
}

.c-page__title--en{
        padding: 3px 30px;
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: 0;
}
/* ============================
*  404
* ========================== */
.not-fonund__image{
        text-align: center;
        margin-bottom: 40px;
}

.wrap-404{
    width: calc( 100% - 15px);
    margin-inline: auto;
    padding-inline: 15px;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .wrap-404{
        max-width: 100%;
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }
}

.not-fonund__desc{
        line-height: 1.75;
        color: #0070B3;
        text-align: center;
        margin-bottom: 40px;
}

.link-button {
    display: block;
    width: fit-content;
    padding: 0.81em 3.75em;
    line-height: 1.5;
    border-radius: 30px;
    margin-inline: auto;
    position: relative;
    color:#0070B3;
}
.link-button-filled-color {
    background-color: #e9f5f8;
}
.link-button::before {
    content: "";
    display: inline-block;
    background: url(../images/arrow_to-detail-long-left.svg) no-repeat center;
    width: 2.5em;
    height: 0.688em;
    background-size: contain;
    position: absolute;
    top: calc(50% - 0.172em);
    left: -1.03em;
    transform: translateY(-50%);
}

/* ============================
*  PP
* ========================== */

.pp-block{
    margin-bottom: 40px;
    width: calc( 100% - 50px);
    margin-inline: auto;
    font-size: 13px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .pp-block{
        width: calc( 100% - 100px);
        font-size: 15px;
        line-height: 1.5;
    }
}

.mb0{
    margin-bottom: 0;
}

.privacy-policy__content{
    padding-block: 50px;
    box-shadow: 0 0 5px rgba( 0, 112, 179, 0.15);
    width: calc( 100% - 15px);
    margin-inline: auto;
    margin-bottom: 80px;
    border-radius: 3px;
}

@media screen and (min-width: 768px) {
    .privacy-policy__content{
        max-width: 1100px;
        width: 100%;
        font-size: 15px;
        line-height: 1.5;
    }
}

.privacy-policy-page{
    color: #0070B3;
}

.page__desc{
    font-size: 15px;
    text-align: center;
    width: calc( 100% - 15px);
    line-height: 1.5;
    padding-top: 60px;
    margin-bottom: 80px;
    margin-inline: auto;
}

@media screen and (min-width: 768px) {
    .wrap-404{
        max-width: 100%;
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }
}

.privacy-policy__heading{
    font-weight: 500;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .privacy-policy__heading{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 16px;
    }
}

.privacy-policy__list{
    margin-top: 19.5px;
}

.privacy-policy__list-item{
    display:list-item;
    list-style-type: disc;
    list-style-position:inside;
}

.privacy-policy__list li::marker{
    color: #0070B3;
    font-size: 50%;
    font-weight: bold;
    line-height: 1;
}