@charset "UTF-8";
/********************************************************************************

leave-it-custom.css

********************************************************************************/
/*============================================================
 サイト共通　変数
*============================================================*/
:root {
    /* --common-font-family-main: 'Noto Serif JP', serif;
    --common-font-family-sub: 'Noto Sans JP', sans-serif; */

    --common-font-family-main: 'Noto Sans JP', sans-serif;
    --common-font-family-sub: 'Noto Serif JP', serif;

    --common-color-site-bg: #fff;           /* サイト背景色 */
    --common-color-text: #151515;           /* 基本テキスト色 */
    --common-color-main: #3DA142;           /* メイン色 */
    --common-color-sub: #fff;            /* サブ色 */
    --common-color-accent: #151515;      /* アクセント色(強調色) */
    --common-color-attention: #D93838;   /* 注意色 */
    --common-color-attention-bg: #FFF5F5;   /* 注意色(背景用) */
    --common-color-link: #2784D6;        /* テキストリンク色 */
    --common-color-notice: #B3B3B3;      /* 注釈色 */

    --common-color-header-bg: #fff;  /* ヘッダー背景色 */
    
    --common-color-breadcrumb: #B3B3B3;  /* パンくず色 */
    --common-color-lower-mv-bg: #FAFAFA;  /* 下層メインビジュアル背景色 */

    --common-color-footer-bg: var(--common-color-main);  /* フッター背景色 */
    --common-color-footer-text: #ffffff;  /* フッターテキスト色 */

}

/* フォーム色
---------------------------------------- */
.page-form {
    --form-background-color: #FAFAFA;
    --form-border-color: #F0F0F0;
    --form-placeholder-color: #B3B3B3;
    --form-check-border-color: #B3B3B3;
    --form-checked-color: var(--common-color-main);
}

/*============================================================
 サイト共通　角丸無効
*============================================================*/
/* * {
    border-radius: unset !important;
} */

/*============================================================
 サイト共通　見出し
*============================================================*/
h1.page-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 140%;
}
.page-title-en {
    font-size: 20px;
    line-height: 140%;
    color: #B3B3B3;
    margin-top: 8px;
}
h2.sec-title,
.block-post-content h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 150%;
}
h3.block-title,
.block-post-content h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 180%;
}


/*============================================================
 サイト共通　ヘッダー調整
*============================================================*/
/* 追従ヘッダー
---------------------------------------- */
/* #fixed-header .gnav {
    background-color: #ffffffcc;
} */

/*============================================================
 サイト共通　フッター調整
*============================================================*/
/* #site-footer {
    background-color: var(--common-color-main);
    color: #D3D3D3;
} */

/* メニューリスト
---------------------------------------- */
/* #site-footer #fnav .menu-list {
    width: 240px;
} */
#site-footer #fnav .menu-list li {
    width: 112px;
}

/*============================================================
 サイト共通　パーツ調整
*============================================================*/
/* CTAセクション
---------------------------------------- */
.lvit-sec-cta[data-name="contact"] {
    background-image: url(../images/common/cta-contact-bg.jpg);
    color: #fff;
}
/* リスト
---------------------------------------- */
.lvit-card-list[data-type="illust"] .image img {
    max-width: 256px;
}

/*============================================================
 サイト共通　記事
*============================================================*/
/* メタ情報
---------------------------------------- */
.lvit-meta-category {
    background-color: var(--common-color-main);
}
/*============================================================
 サイト共通　記事詳細　本文ブロック調整
*============================================================*/
/* ボタン
---------------------------------------- */
.block-post-content .wp-block-button {
    /* width: fit-content;
    min-width: 224px;
    background-color: var(--common-color-main);
    border: solid 1px var(--common-color-main);
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #fff; */
}
.block-post-content .wp-block-button a {
    /* display: inline-block;
    width: 100%;
    height: 100%;
    padding: 7px;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    text-decoration: none; */
}

/*============================================================
 トップページ調整
*============================================================*/
/* フッター前余白
---------------------------------------- */
/* #page-top #main-contents {
    padding-bottom: 0;
} */
/* セクション間余白がない部分がある場合
---------------------------------------- */
/* #page-top #main-contents {
    gap: 0;
}
#page-top #main-contents .section:not(:last-child):not(.no-margin) {
    margin-bottom: 80px;
} */

/* 動的セクションで記事がない場合はセクション非表示
---------------------------------------- */
#page-top .section.post-data-none {
    display: none;
}

/* メインビジュアル
---------------------------------------- */
#page-top #mainvisual{
    position: relative;
    background: #F6F7FB;
}
#page-top #mainvisual .bg-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 
#page-top #mainvisual{
    height:760px;
    background: linear-gradient(90deg, #E8ECEF 0%, #F6F8FA 50%, #E2E6EA 100%);
    background-image: url(../images/top/mainvisual-bg.png);
    background-repeat: no-repeat;
    background-position: calc(50% + 334px) center;
    background-size: auto 760px;
    color: #26333A;
    position: relative;
}
#page-top #mainvisual .info {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#page-top #mainvisual .info .inner {
    display: block;
    max-width: calc(1280px + 80px);
}
#page-top #mainvisual .info .label {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.45px;
    border-radius: 4px;
    background-color: #26333A;
    width: max-content;
    padding: 8px;
    margin-bottom: 16px;
}
#page-top #mainvisual .info .catch {
    color: #26333A;
    font-size: 48px;
    font-weight: 700;
    line-height: 123%;
    letter-spacing: 0.3px;
    margin-bottom: 24px;
}
#page-top #mainvisual .info .lead {
    color: #26333A;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}
#page-top #mainvisual .info .feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 72px;
}
#page-top #mainvisual .info .feature .title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3DA142;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
}
#page-top #mainvisual .info .feature .list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#page-top #mainvisual .info .feature .list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--common-color-main);
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
} */

/*セクション　よくある質問・会社概要・求人概要
---------------------------------------- */
#page-top #sec-other .lvit-card-list .lead {
    text-align: left;
}
    
/*============================================================
 下層共通　メインビジュアル調整
*============================================================*/
.page-lower #mainvisual {
}

/*============================================================
 スクール紹介ページ調整
*============================================================*/
/* セクション　スクール紹介
---------------------------------------- */
#page-school #sec-school .lvit-card-list {
    --col: 2;
}

/*============================================================
 お問い合わせフォームページ調整
*============================================================*/
/* セクション　お問い合わせフォーム　
---------------------------------------- */
#page-contact #sec-form #form-footer .policy .link {
    padding-top: 16px;
}

/*============================================================
 □□□ページ調整
*============================================================*/
/* フッター前余白
---------------------------------------- */
/* #page-■■■ #main-contents {
    padding-bottom: 0;
} */

/* ページ内共通設定　
---------------------------------------- */
#page-■■■ {

}

/* メインビジュアル　
---------------------------------------- */
#page-■■■ #mainvisual {
    
}

/* セクション　〇〇〇　
---------------------------------------- */
#page-■■■ #sec-●●● {
    
}


/********************************************************************************

for 追従ヘッダー　(Tabletとブレイクポイントが異なる場合)

********************************************************************************/
@media screen and (max-width: 1079px) {
    /*============================================================
     サイト共通　ヘッダー調整
    *============================================================*/
    /* .gnav .gnav-main .gnav-left .gnav-logo {
        width: 104px;
    } */
}


/********************************************************************************

for Tablet

********************************************************************************/
@media screen and (max-width: 959px) {
    /*============================================================
     サイト共通　見出し
    *============================================================*/
    h1.page-title {
        font-size: 32px;
        line-height: 140%;
    }
    .page-title-en {
        font-size: 16px;
        line-height: 140%;
    }
    h2.sec-title,
    .block-post-content h2 {
        font-size: 24px;
        line-height: 150%;
    }
    h3.block-title,
    .block-post-content h3 {
        font-size: 20px;
        line-height: 180%;
    }

    /*============================================================
     サイト共通　ヘッダー調整
    *============================================================*/
    .gnav .gnav-main .gnav-left .gnav-logo {
        width: 104px;
    }

    /*============================================================
     サイト共通　フッター調整
    *============================================================*/

    /*============================================================
     サイト共通　パーツ調整
    *============================================================*/
    
    /*============================================================
     トップページ 調整
    *============================================================*/
    /* セクション
    ---------------------------------------- */

    /*============================================================
     サンプルページ 調整
    *============================================================*/
    /* セクション
    ---------------------------------------- */
    
}



/********************************************************************************

for SP

********************************************************************************/
@media screen and (max-width: 767px) {
    /*============================================================
     サイト共通　見出し
    *============================================================*/

    /*============================================================
     サイト共通　ヘッダー調整
    *============================================================*/

    /*============================================================
     サイト共通　フッター調整
    *============================================================*/

    /*============================================================
     サイト共通　パーツ調整
    *============================================================*/

    /*============================================================
     トップページ 調整
    *============================================================*/
    /* メインビジュアル
    ---------------------------------------- */
    /* #page-top #mainvisual{
        background-image: linear-gradient(to right, rgba(255, 255, 255, .8), rgba(255, 255, 255, .2)), url(../images/top/mainvisual-bg.png);
        background-position: center;
    }
    #page-top #mainvisual .info {
        /* text-align: center; 
    }
    #page-top #mainvisual .info .catch {
        font-size: 32px;
    }
    #page-top #mainvisual .info .lead {
        font-size: 16px;
    }
    #page-top #mainvisual .info .feature {
        margin-top: 40px;
    }
    #page-top #mainvisual .info .feature .title {
        font-size: 26px;
    }
    #page-top #mainvisual .info .feature .list li {
        font-size: 14px;
    } */


    /* セクション
    ---------------------------------------- */

    /*============================================================
     お問い合せページ 調整
    *============================================================*/
    /* フォーム
    ---------------------------------------- */    
    /* reCAPTCHA 非表示 */
    .grecaptcha-badge {
        visibility: hidden;
    }
    #page-contact #sec-form #form-footer .recaptcha {
        padding-top: 16px;
    }

}

