@charset "UTF-8";
/*
Theme Name: Emanon Business Child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Businessの子テーマです。
Template: emanon-pro
Text Domain: emanon
Version: 2.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Business用のスタイルを以下に記述
カスタマイズ機能のCSS圧縮をオンにしている場合、オフに切り替えてからスタイルを追加し、その後、再度CSS圧縮をオンにしてください。
*/

body {
    font-family: 'Noto Sans JP', sans-serif;
}

/*---------------------------------------
ヘッダー関連
---------------------------------------*/

/* ヘッダーの余白を設定 */
.l-header .l-header-default.has-border-bottom {
    padding: 0 8px;
}

@media screen and (min-width: 768px) {
    .l-header .l-header-default.has-border-bottom {
        padding: 0 30px;
    }
}

.l-header .l-header-default .l-content {
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .l-header .l-header-default .l-content {
        width: 100%;
        margin: 0;
    }
}

/* ヘッダーの高さを設定 */
@media screen and (min-width: 768px) {
    .header-area-height {
        height: 110px;
    }
}

/* ロゴ*/
.site-logo {
    flex-direction: row;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .site-logo {
        align-items: flex-start;
    }
}

/* ロゴ画像 */
.site-logo img {
    height: 30px;
    width: auto;
    margin-top: 6px;

}

@media screen and (min-width: 768px) {
    .site-logo img {
        display: block;
        max-height: 30px;
        /* 上限だけ決める（縮む） */
        height: auto;
        /* 高さは自動調整（比率維持） */
        width: auto;
        /* 幅も自動調整（比率維持） */
        margin-top: 12px;
    }
}

@media screen and (min-width: 1300px) {
    .site-logo img {
        display: block;
        max-height: 55px;
        height: auto;
        width: auto;
        margin-top: 12px;
    }
}


/* ロゴ横のサイトタイトル*/
.header-site-branding .site-description {
    font-size: var(--ema-font-size-s1);
    margin-left: 8px;
    margin-top: 0px;
}

@media screen and (min-width: 980px) {
    .header-site-branding .site-description {
        font-size: clamp(18px, 1.6vw, 32px);
        white-space: nowrap;
        margin-left: 10px;
        margin-top: 0px;
    }
}

.header-site-branding .site-description:hover {
    opacity: 0.8;
}

/* サイトロゴをボトム揃え*/
.site-logo.landscape {
    align-items: center;
}

.header-site-branding.landscape {
    flex-direction: row;
}

/* ulをボトル揃え */
.header-menu.landscape {
    height: 60px;
    align-items: center;
}

/* 横向きの設定 */
@media screen and (min-width: 768px) {
    .header-menu.landscape .menu-item span {
        font-size: clamp(14px, 1.1vw, 20px);
        ;
        color: #161410;
    }
}

/* 各項目の間に余白を設定 */
@media screen and (min-width: 1300px) {
    .header-menu.landscape .menu-item {
        margin-left: 40px !important;
    }
}

@media screen and (min-width: 960px) {
    .header-menu.landscape .menu-item {
        margin-left: 20px;
    }
}

.header-menu.landscape .menu-item:last-child p {
    display: flex;
    text-align: center;
}

/* 電話番号 */
.header-cta__tell-number.landscape a {
    vertical-align: super;
    font-size: clamp(18px, 1.6vw, 32px);
    white-space: nowrap;
}

.header-cta__tell-number.landscape a:hover {
    opacity: 0.8;
}

/* 電話番号アイコン*/

.header-cta__tell-number.landscape i {
    font-size: calc(20 / 1366* 100vw);
    padding-right: 0px !important;
    color: var(--current-page-color);
}

/* お問い合わせボタン */
.header-cta__btn a {
    background: var(--btn-gradient-color2);
    color: var(--ema-header-cta-btn-text);
    text-decoration: none;
}

/* グローバルナビ*/
@media screen and (min-width: 960px) {
    .header-menu-default {
        background-color: var(--header-menu-color);
        display: flex !important;
        align-items: center;
    }
}

/*グローバルナビの各項目*/
@media screen and (min-width: 960px) {
    .header-menu>.menu-item>a {
        font-size: calc(14 / 1366* 100vw);
        color: #ffffff;
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .header-menu>.menu-item>a {
        font-size: var(--ema-font-size-l1);
    }
}

/* ホバー（グローバルナビの各項目） */
@media screen and (min-width: 960px) {
    .header-menu>.menu-item>a:hover {
        color: #ffffff;
        opacity: 0.8;
    }
}

/* カレントページ（グローバルナビの各項目） */
@media screen and (min-width: 960px) {
    .header-menu>.menu-item:not(.js-smooth-scroll).current-menu-item span {
        color: var(--current-page-color);
        border-bottom: 1px solid;
    }
}

/* ハンバーガーメニュー(・を消す) */
.drawer-menu .drawer-menu__nav>.menu-item a::before {
    content: none !important;
}

/* ハンバーガーメニューの三本線  */
.hamburger-menu-trigger span {
    background-color: var(--hamburger-menu-color);
}

/* ドロワーメニュー */
.drawer-menu.drawer-left.drawer-none-style.is-show.is-active {
    background-color: var(--drawer-menu-color);
}

/* ハンバーガーメニューの各項目 */
.drawer-menu__inner .drawer-menu__nav .menu-item a {
    display: block;
    position: relative;
    line-height: 40px;
    transition: all 0.3sease;
    text-decoration: none;
    color: #ffffff;
}

/* ドロワーメニューのお問い合わせ */
#block-10 p {
    color: #ffffff;
}

/* ドロワーメニューの電話番号 */
#block-11 p {
    color: #ffffff;
    font-size: 26px;
}

/* ドロワーメニューの電話アイコン */
#block-11 p::before {
    content: "\e973";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* ドロワーメニューをとじる✖ */
.drawer-menu .hamburger-close-line span {
    background-color: #ffffff;
}

/*---------------------------------------
トップページ／コンタクトフォーム関連
---------------------------------------*/

/* コンタクトフォームの幅 */
.header-eyecatch__item2 {
    width: 55%
}

/* コンタクトフォームの余白や背景色の設定*/
.home .contactfrom-content .wpcf7.js {
    margin: 32px auto;
    padding: 32px 16px;
    background-color: var(--top-contactform-back-color);
    border-radius: 12px;
}

@media screen and (min-width: 768px) {
    .home .contactfrom-content .wpcf7 {
        padding: 24px 24px 24px 24px !important;
    }
}

/* 入力覧の設定 */
.home .contactfrom-content input[type="text"],
.home .contactfrom-content input[type="email"],
.home .contactfrom-content input[type="tel"],
.home .contactfrom-content textarea {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 7px 12px;
    background: var(--input-background-color);
    border-radius: 8px;
}

@media screen and (min-width: 768px) {

    .home .contactfrom-content input[type="text"],
    .home .contactfrom-content input[type="email"],
    .home .contactfrom-content input[type="tel"],
    .home .contactfrom-content textarea {
        font-size: 14px;
    }
}

/* 入力覧プレイスホルダーの設定 */
.home .contactfrom-content input::placeholder,
.home .contactfrom-content textarea::placeholder {
    color: var(--input-placeholder-color);
}

/* 入力エラーの場合の入力覧の線を赤に設定 */
.home input.wpcf7-not-valid,
.home textarea.wpcf7-not-valid {
    border: 1px solid var(--border-error-color);
}

/* 入力してくださいを非表示に設定 */
.home .wpcf7-not-valid-tip {
    display: none;
}

/* お問合せ内容の設定 */
.home .contactfrom-content textarea {
    height: 100px;
}

/* ラベルの設定 */
.home .contactfrom-content label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
    .home .contactfrom-content label {
        font-size: 14px;
    }
}

.home .wpcf7-list-item {
    margin-left: 10px;

}

@media screen and (min-width:768px) {
    .home .wpcf7-list-item:not(:first-child) {
        margin-left: 10px;
    }

    .home .wpcf7-list-item {
        display: inline-block;
        width: 160px;
    }
}

/* 送信ボタン */
.home .top-submit {
    text-align: center;
}

/* 送信ボタン */
.home input[type="submit"] {
    background: var(--btn-gradient-color2);
    margin: 0 auto;
    border-radius: 8px;
}

/* 送信失敗メッセージの部分 */
.home .wpcf7 form .wpcf7-response-output {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 12px;
    border: none;
    color: #dc3232;
}

@media screen and (min-width: 768px) {
    .home .wpcf7 form .wpcf7-response-output {
        font-size: 12px;
        margin-top: 12px;
    }
}

/* スピナー */
.home .wpcf7-spinner {
    display: none !important;
    /* 初期状態で非表示にする */
}

.home .wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
    display: inline-block !important;
    /* 送信中のみ表示 */
}

/* モバイルの場合はメインビジュアルのコンタクトフォームを非表示 */
@media screen and (max-width:760px) {
    .header-eyecatch__item2 {
        display: none;
    }
}

/* モバイル以外の場合はコンタクトフォームセクションを非表示*/
@media screen and (min-width:768px) {
    #contactform-section {
        display: none;
    }
}

#contactform-section {
    position: relative;
    background-color: #f8f8f8;
}

/*---------------------------------------
トップページ／メインビジュアル関連
---------------------------------------*/

.main-visual__background {
    position: relative;
    overflow: hidden;
}

/* メインビジュアル */
.main-visual {
    height: 300px;
}

@media screen and (min-width:768px) {
    .main-visual {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 800px;
    }
}

.main-visual__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 600px) {
    .main-visual__layer {
        width: 100%;
    }
}

@media screen and (min-width: 760px) {
    #js-main-visual-inner {
        display: flex;
        margin: auto;
    }
}

.header-eyecatch {
    position: relative;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .header-eyecatch {
        height: 100%;
    }
}

.main-visual__background {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 600px) {
    .main-visual__background {
        height: 100%;
    }
}

.main-visual__background-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.main-visual__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-visual-inner__content {
    text-align: center;
}

@media screen and (min-width: 600px) {
    .main-visual-inner__content {
        text-align: center;
    }
}

/* 境界線（波線）の色 */
.main-visual .separator-section-arch,
.main-visual .separator-section-wave,
.main-visual .separator-section-double-wave,
.main-visual .separator-section-two-wave,
.main-visual .separator-section-tilt-right,
.main-visual .separator-section-tilt-left,
.main-visual .separator-section-triangle,
.main-visual .separator-section-triangle-center {
    fill: #f8f8f8;
}

/* メインビジュアル内の要素（タイトル・コンタクトフォーム）の位置を設定 */
.header-eyecatch__item {
    position: absolute !important;
    top: 50%;
    left: 0px !important;
    right: 0px !important;
    transform: translateY(-50%);
    z-index: 101;
}

/* メインビジュアルタイトル */
@media screen and (min-width: 600px) {
    .column-12 {
        text-align: left;
        margin-right: 0px !important;
    }
}

/* メインビジュアルのタイトル */
.main-visual__title {
    text-align: left;
    color: #ffffff;
    font-size: 18px;
}

@media screen and (min-width: 600px) {
    .main-visual__title {
        display: inline;
        padding-left: 0px;
        padding-right: 0px;
        background-color: rgb(0 0 0 / 0);
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        line-height: 1.5;
        letter-spacing: 0.04em;
        font-size: 30px;
    }
}

.mv_subtitle {
    text-align: left;
    font-size: 12px;
    color: #ffffff;

}

@media screen and (min-width: 600px) {
    .mv_subtitle {
        font-size: 28px;
        color: #ffffff;
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 960px) {
    .main-visual__title {
        font-size: 36px;
        line-height: 1.65;
    }
}

@media screen and (min-width: 1300px) {
    .main-visual__title {
        font-size: 42px;
        line-height: 1.65;
        display: block;
        margin-bottom: 34px;
    }
}

/* コンタクトフォームの幅指定*/
@media screen and (min-width: 600px) {
    .column-13 {
        margin-right: 24px;
        width: calc(50% - 24px);
    }
}

@media screen and (min-width: 600px) {
    .header-eyecatch__item {
        right: 0;
        left: 0;
    }
}

.section-wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .section-wrapper {
        width: calc(100% + 32px);
    }
}

/*---------------------------------------
トップページ／サブタイトルセクション関連
---------------------------------------*/

.eb-subtitle-section {
    position: relative;
    text-align: center;
    background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
    .section-wrapper:not(.u-item-scroll) .solution-box-list {
        margin-bottom: 32px;
        width: 100%;
    }
}

/*---------------------------------------
トップページ／外国人技能実習セクション関連
---------------------------------------*/

/* 波線を設定している分余白を大きく設定 */
.eb-intership-section .l-content {
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .eb-internship-section .l-content {
        padding-bottom: 100px;
    }
}

/* 画像と画像の間の余白 */
@media screen and (min-width: 768px) {
    .internship-box-list {
        margin-right: 32px;
        width: calc(33.333% - 32px);
    }

    .internship-box-list img {
        width: 100%;
    }
}

/* 外国人技能実習セクション全体*/
.eb-internship-section {
    position: relative;
    text-align: center;
    background-color: #f8f8f8;
}

/* 詳細はこちらボタンの余白 */
.section-cta.internship {
    margin-top: 36px;
    margin-bottom: 36px;
    text-align: right;
}

/* 詳細はこちらボタンの色 */
.section-cta.internship .btn a {
    background: var(--btn-gradient-color2);
    border-radius: 8px;
}

.section-cta.internship .btn a:hover {
    opacity: 0.8;
    transform: none;
}

/* 境界線の波線の色 */
.eb-internship-section .separator-section-arch,
.eb-internship-section .separator-section-wave,
.eb-internship-section .separator-section-double-wave,
.eb-internship-section .separator-section-two-wave,
.eb-internship-section .separator-section-tilt-right,
.eb-internship-section .separator-section-tilt-left,
.eb-internship-section .separator-section-triangle,
.eb-internship-section .separator-section-triangle-center {
    fill: #ffffff;
}



/*---------------------------------------
トップページ／受け入れ可能国セクション関連
---------------------------------------*/

/* 受け入れ可能国セクション全体*/
.eb-acceptable-section {
    position: relative;
    text-align: center;
    background-color: #ffffff;
}

/* 境界線の波線の色 */
.eb-acceptable-section .separator-section-two-wave {
    fill: #f8f8f8;
}

/* 詳細はこちらボタン */
.section-cta.acceptable {
    margin-top: 36px;
    margin-bottom: 0px;
    text-align: right;
}

/* 詳細はこちらボタンの背景色 */
.section-cta.acceptable .btn a {
    background: var(--btn-gradient-color2);
    border-radius: 8px;
}

.section-cta.acceptable .btn a:hover {
    opacity: 0.8;
    transform: none;
}

@media screen and (min-width: 768px) {
    .eb-acceptable-section .l-content {
        padding-bottom: 210px;
    }
}

/*---------------------------------------
トップページ／売買事業セクション関連
---------------------------------------*/

/* 売買事業セクション全体*/
.eb-sale-section {
    position: relative;
    text-align: center;
    background-color: #f8f8f8;
}

/* 境界線の波線の色 */
.eb-sale-section .separator-section-two-wave {
    fill: #ffffff
}

/*---------------------------------------
トップページ／お知らせセクション関連
---------------------------------------*/

/* お知らせセクション全体*/
.eb-info-section {
    position: relative;
    text-align: center;
    background-color: #ffffff;
}

/* 波線を設定している分余白を大きく設定 */
.eb-info-section .l-content {
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .eb-info-section .l-content {
        padding-bottom: 210px;
    }
}

/* 投稿リンク */
.info-list__link {
    position: relative;
    display: flex;
    text-decoration: none;
    line-height: 1.6;
    font-size: var(--ema-font-size-m);
    color: #303030;
    transition: 0.4sease-in-out;
}

.info-list__link:hover {
    opacity: 0.8;
}

.info-list-meta {
    display: flex;
    margin-right: 12px;
    padding-right: 12px;
    border-right: solid 1px #e5e7e8;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 投稿日時 */
.info-list-time {
    min-width: 76px;
    max-width: 76px;
    padding: 2px;
    border-radius: 30px;
    text-align: center;
    line-height: 1.2;
    background-color: #161410;
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .info-list-time {
        min-width: 110px;
        max-width: 110px;
        text-align: center;
        font-size: 16px;
    }
}


/* 投稿タイトル */
.info-list__title {
    display: block;
    color: #303030;
    white-space: normal;
    /* 折り返しを許可 */
    word-break: break-word;
    text-align: left;
}

/* 投稿2個目以降の設定 */
.info-list__item:not(:first-child) {
    margin-top: 16px;
}

/* お知らせページはこちらボタン */
@media screen and (min-width: 768px) {
    .eb-info-section .is-two-col .section-cta {
        text-align: right;
        margin-bottom: 0px;
    }
}

/* 境界線の波線の色 */
.eb-info-section .separator-section-arch,
.eb-info-section .separator-section-wave,
.eb-info-section .separator-section-double-wave,
.eb-info-section .separator-section-two-wave,
.eb-info-section .separator-section-tilt-right,
.eb-info-section .separator-section-tilt-left,
.eb-info-section .separator-section-triangle,
.eb-info-section .separator-section-triangle-center {
    fill: #f8f8f8;
}

#page-internship img {
    margin-bottom: 30px;
}

@media screen and (min-width:768px) {
    #page-internship img {
        margin-bottom: 50px;
    }
}

/*---------------------------------------
トップページ／バナーセクション関連
---------------------------------------*/

/* バナーセクション全体*/
.eb-benefit-section {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
}

@media screen and (min-width: 768px) {
    .benefit-box-list {
        margin-right: 32px;
        width: calc(33.333% - 32px);
    }
}

/* バナー下3つ*/
@media screen and (min-width: 768px) {
    .benefit-box-list:nth-child(n+4) {
        margin-top: 32px;
    }
}

/*---------------------------------------
フッター関連
---------------------------------------*/

/* footer下の余白 */
.has-fixed-footer-menu {
    padding-bottom: 20px;
}

.l-footer {
    background-color: var(--footer-menu-color);
    color: var(--footer-text-color);
    overflow-x: hidden;
    position: relative;
}

.l-footer,
.l-footer__inner,
.pagetop {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .column-5.cta-footer__site-name {
        height: 80px;
    }
}

.cta-footer__inner {
    padding-top: 15px;
}

/* フッター上の余白 */
.l-footer__inner {
    padding-top: 36px;
}

@media screen and (min-width:768px) {
    .l-footer__inner {
        padding-top: 52px;
    }
}

/* グローバルナビの各項目 */
.l-footer__inner a {
    color: var(--footer-text-color);
}

/* ロゴ横のサイトタイトル*/
@media screen and (min-width: 960px) {
    .cta-footer__site-name h1 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        left: 125px;
        font-size: var(--ema-font-size-l2);
    }
}

/* PageTopボタン */
.u-display-sp {
    display: block !important;
}

.pagetop {
    margin-top: 0px;
    margin-bottom: 16px;
}

@media screen and (min-width: 960px) {
    .pagetop {
        margin-bottom: 36px;
    }
}

/* フッターナビ*/
@media screen and (min-width: 960px) {
    #menu-footer {
        display: flex;
        justify-content: center;
        gap: 80px;
    }
}

/* フッターナビ下の余白 */
.footer-widget-box {
    margin: 0px;
}

@media screen and (min-width: 960px) {
    .footer-widget-box {
        margin: 16px;
    }
}

/* フッターナビ項目の文字の大きさ*/
.footer-widget-box ul {
    line-height: 2;
    font-size: var(--ema-font-size-m);
}

@media screen and (min-width: 960px) {
    .footer-widget-box ul {
        line-height: 2;
        font-size: var(--ema-font-size-m);
    }
}

/* フッターナビ項目下の余白*/
.footer-widget-box li {
    margin-bottom: 4px;
}


/* フェイスブックのロゴ*/
.sns-follow.is-footer .sns-follow__item a {
    font-size: var(--ema-font-size-m);
}

.sns-follow.is-footer:not(.sns-brand-color) .sns-follow__item a {
    color: #ffffff;
}


/* コピーライト*/
@media screen and (min-width:768px) {
    .copyright {
        padding-bottom: 16px;
    }
}

/* フッタートップの色 */
.footer-top {
    background-color: var(--footer-top-menu-color);
}

#menu-footer .menu-item a:hover {
    opacity: 0.8;
    transform: none;
}

.l-footer__inner a:hover {
    opacity: 0.8;
}

/*---------------------------------------
固定ページ／外国人技能実習生事業
---------------------------------------*/

/* セクションに余白を設定 */
.section-internship {
    margin-bottom: 80px;
}

@media screen and (min-width:768px) {
    .section-internship {
        margin-bottom: 140px;
    }
}

/* セクションに余白を設定 */
.section-internship-merit {
    margin-bottom: 80px;
}

@media screen and (min-width:768px) {
    .section-internship-merit {
        margin-bottom: 140px;
    }
}

@media screen and (min-width:768px) {
    .section-internship-merit {
        margin-bottom: 140px;
    }
}

/* セクションに余白を設定 */
.section-internship-acceptable {
    margin-bottom: 80px;
}

/* 一番外側の余白を削除 */
.article.paragraph-normal.has-background-color,
.article.paragraph-narrow.has-background-color,
.article.paragraph-normal__border,
.article.paragraph-narrow__border {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* ページ最後の画像 */
#page-internship .wp-block-image img.wp-image-296 {
    margin-bottom: 24px !important;
}

@media screen and (min-width:768px) {
    #page-internship .wp-block-image img.wp-image-296 {
        margin-bottom: 50px !important;

    }
}

/* 見出し（外国人技能実習生とは） */
#page-internship h4.wp-block-heading.internship {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    font-size: 24px !important;
    text-align: center;
    color: var(--heading-color);
}

@media screen and (min-width:768px) {
    #page-internship h4.wp-block-heading.internship {
        font-size: 30px !important;
        text-align: center;
        margin-top: 0px !important;
        margin-bottom: 10px;
    }
}

/* 外国人技能実習生事業とはの説明文*/
#page-internship .internship_description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

@media screen and (min-width:768px) {
    #page-internship .internship_description {
        font-size: 18px;
        line-height: 1.8;
        margin-left: 180px;
        margin-right: 180px;
        margin-bottom: 50px;
    }
}

/* 見出し（外国人技能実習生制度のメリット） */
#page-internship h4.wp-block-heading.internship-merit {
    margin-top: 0px !important;
    margin-bottom: 20px;
    font-size: 24px !important;
    text-align: center;
    color: var(--heading-color);
}

@media screen and (min-width:768px) {
    #page-internship h4.wp-block-heading.internship-merit {
        font-size: 30px !important;
        margin-top: 0px !important;
        margin-bottom: 60px;
    }
}

/* 見出し（外国人技能実習生制度の受け入れについて） */
#page-internship h4.wp-block-heading.internship-acceptable {
    margin-top: 0px !important;
    margin-bottom: 20px;
    font-size: 24px !important;
    text-align: center;
    color: var(--heading-color);
}

@media screen and (min-width:768px) {
    #page-internship h4.wp-block-heading.internship-acceptable {
        font-size: 30px !important;
        margin-top: 0px !important;
        margin-bottom: 60px;
    }
}

/* 見出しh2のmargin-topを削除 */
h2.wp-block-heading {
    margin-top: 0px !important;
    margin-bottom: 24px;
    font-size: 18px;
}

@media screen and (min-width:768px) {
    h2.wp-block-heading {
        font-size: 24px;
    }
}

/* 外国人技能実習生制度メリットのアイコン */
.solution-box-icon {
    display: block;
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: var(--ema-font-size-l5);
    background-color: var(--icon-buckground-color);
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 30px auto;
    color: var(--icon-color);
}

/* 若手人材アイコン */
.icon-user::before {
    content: "\e961";
}

/* 戦力アイコン */
.icon-hammer::before {
    content: "\e91d";
}

/* モチベーションアイコン */
.icon-flame::before {
    content: "\e90a";
}

/* 海外展開アイコン */
.icon-flight::before {
    content: "\e923";
}

/* メリットの各タイトル */
#page-internship .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex h4.wp-block-heading {
    font-size: 20px !important;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (min-width:768px) {
    #page-internship .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex h4.wp-block-heading {
        font-size: 24px !important;
        text-align: center;
        margin-bottom: 10px;
    }
}

/* メリットの説明 */
#page-internship .merit-description {
    line-height: 1.8;
    font-size: 16px;
}

@media screen and (min-width:768px) {
    #page-internship .merit-description {
        line-height: 1.8;
        font-size: 18px;
    }
}

article p {
    margin-top: 0px !important;
}

/* 各メリット（1列目） */
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
    gap: 0px;
}

@media screen and (min-width:768px) {
    .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
        gap: 50px;
    }
}

@media screen and (min-width:768px) {
    .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
        margin-bottom: 60px;
    }
}

/* 各メリット（2列目） */
.wp-block-columns.under.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
    margin-bottom: 50px;
}

@media screen and (min-width:768px) {
    .wp-block-columns.under.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
        margin-bottom: 100px;
    }
}


/* 各メリットの幅を調整（1列目）*/
.wp-block-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    margin: 0 0 40px 0;
    text-align: center;
}

@media screen and (min-width:768px) {
    .wp-block-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
        margin: 0 60px;
    }
}

/* 各メリットの幅を調整（2列目） */
.wp-block-columns.under .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child {
    margin: 0 0 0 0;
}

@media screen and (min-width:768px) {
    .wp-block-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
        margin: 0 60px !important;
    }
}

/* 見出しh5（受入可能人数・受入に必要なもの・受入までの流れ） */
#page-internship h5.wp-block-heading {
    margin-top: 0px !important;
    margin-bottom: 24px !important;
    padding-bottom: 5px;
    border-bottom: 1.5px solid var(--h5-under-border-color);
    font-size: 20px;
}

@media screen and (min-width:768px) {
    #page-internship h5.wp-block-heading {
        font-size: 24px;
    }
}

/* テーブル上の余白を削除 */
#page-internship .article-body>*:not([class*="epb-spacer"]):not([class*="epb-container-box"]):not(:first-child):not(.product) {
    margin-top: 0px;
}

.wp-block-table {
    margin: 0;
    margin-top: 0px !important;
}

/* 受入可能人数 */
#page-internship .acceptable-capa {
    margin-bottom: 80px;
}

/* 受入可能人数の説明文 */
#page-internship .cap-description {
    margin-bottom: 12px;
}

@media screen and (min-width:768px) {
    #page-internship .cap-description {
        margin-bottom: 0px;
        text-align: right;
    }
}

/* 実習生受入れまでの流れの画像下に余白追加 */
.wp-image-51 {
    margin-bottom: 24px;
}

/* テーブルデザイン（従業員・受入可能数） */
#page-internship .has-fixed-layout td:first-child {
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    background-color: #f0f8ff;
}

/* テーブルデザイン（全体） */
#page-internship .has-fixed-layout td {
    padding: 12px;
    font-size: 16px;
    border: 1.5px solid var(--h5-under-border-color) !important;
    white-space: nowrap;
}

@media screen and (min-width:768px) {
    #page-internship .has-fixed-layout td {
        font-size: 18px;
    }
}

/* 実習生受け入れに必要なもの */
#page-internship .acceptable-need {
    margin-bottom: 80px;
}

@media screen and (min-width:768px) {
    #page-internship .acceptable-need {
        margin-bottom: 80px;
    }
}

/* 実習生受け入れに必要なものの説明文 */
.need-description {
    line-height: 1.8;
    font-size: 16px;
}

@media screen and (min-width:768px) {
    .need-description {
        font-size: 18px;
    }
}

/* 実習生受け入れまでの流れの説明文 */
.price-description {
    line-height: 1.8;
    font-size: 16px;
}

@media screen and (min-width:768px) {
    .price-description {
        font-size: 18px;
    }
}

/* テーブル */
.wp-block-table table {
    /* min-width: 600px; */
    width: 100%;
    border-collapse: collapse;
}

/* テーブルのtd幅を自動調整 */
.wp-block-table .has-fixed-layout {
    table-layout: auto !important;
}

/* 実習生受け入れまでの流れの画像 */
.wp-image-51 {
    margin-bottom: 20px !important;
}

/*---------------------------------------
固定ページ／組合事業
---------------------------------------*/

/* ページ全体の設定 */
#page-association {
    font-size: 18px;
    line-height: 1.8;
}

/* 組合事業メインセクションの余白 */
#page-association .section-association {
    margin-bottom: 80px;
}

@media screen and (min-width:768px) {
    #page-association .section-association {
        margin-bottom: 140px;
    }
}

/* 管理費明示表セクションの余白 */
#page-association .section-management {
    margin-top: 0px;
    margin-bottom: 80px;
}

@media screen and (min-width:768px) {
    #page-association .section-management {
        margin-bottom: 140px;
    }
}

/* タイトル（組合事業とは）*/
#page-association h4.wp-block-heading.association {
    margin-top: 0px !important;
    margin-bottom: 20px;
    font-size: 24px !important;
    text-align: center;
    color: var(--heading-color);
}

@media screen and (min-width: 768px) {
    #page-association h4.wp-block-heading.association {
        font-size: 30px !important;
        margin-bottom: 60px;
    }
}

/* 組合事業とはの各セクションの余白*/
#page-association .content-association {
    margin-top: 0px;
    margin-bottom: 60px;
}

@media screen and (min-width:768px) {
    #page-association .content-association {
        margin-top: 0px;
        margin-bottom: 80px;
    }
}

/* 組合事業とはの各セクションタイトル */
#page-association h5.wp-block-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
}

@media screen and (min-width:768px) {
    #page-association h5.wp-block-heading {
        margin-top: 0px;
        margin-bottom: 24px;
        font-size: 24px;
    }
}

/* 組合事業とはの各セクションの説明文 */
#page-association {
    font-size: 16px;
    line-height: 1.8;
}

@media screen and(min-width:768px) {
    #page-association {
        font-size: 18px;
        line-height: 1.8;
    }
}

/* 組合事業とはの各セクションのリストの余白*/
#page-association .section-association .content-association .wp-block-list li {
    margin-bottom: 18px;
}

@media screen and (min-width) {
    #page-association .section-association .content-association .wp-block-list li {
        margin-bottom: 18px;
    }
}


/* 管理費明示表 */
#page-association h4.wp-block-heading.management-cost {
    margin-top: 0px !important;
    margin-bottom: 20px;
    font-size: 24px !important;
    text-align: center;
    color: var(--heading-color);
}

@media screen and (min-width:768px) {
    #page-association h4.wp-block-heading.management-cost {
        font-size: 30px !important;
        text-align: center;
        margin-top: 0px !important;
        margin-bottom: 60px;
    }
}

/* 管理費明示表の各セクション */
#page-association .cost-section {
    margin-top: 0px;
    margin-bottom: 80px;
}

@media screen and (min-width:768px) {
    #page-association .cost-section {
        margin-top: 0px;
        margin-bottom: 80px;
    }
}

/* テーブルデザイン／左端のセルを青色に設定 */
#page-association .has-fixed-layout td:first-child {
    /* font-weight: bold; */
    white-space: nowrap;
    text-align: left;
    background-color: #f0f8ff;
}

/* テーブルのtd */
#page-association .has-fixed-layout td {
    padding: 12px;
    font-size: 16px;
    border: 1.5px solid var(--h5-under-border-color) !important;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    #association .has-fixed-layout td {
        font-size: 18px;
    }
}

.article-body {
    padding-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .article-body {
        padding-bottom: 24px;
    }
}

/* サイドバーを消したので余計な余白を削除 */
@media screen and (min-width: 1200px) {
    .u-row.is-right_sidebar .l-content__main {
        margin-right: 0px !important;
    }
}

/* 消したサイドバー分、横幅いっぱいに広げる */
@media screen and (min-width: 960px) {

    .u-row.is-right_sidebar .l-content__main,
    .u-row.is-left_sidebar .l-content__main {
        width: 100% !important;
    }
}

/*---------------------------------------
固定ページ／組合概要
---------------------------------------*/

/* 各セクションの余白 */
#page-summary .section-main {
    margin-top: 0px;
    margin-bottom: 80px;
}

@media screen and (min-width:768px) {
    #page-summary .section-main {
        margin-bottom: 140px;
    }
}

/* メインセクション内の説明文 */
#page-summary .main-description {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    #page-summary .main-description {
        font-size: 18px;
        margin-left: 140px;
        margin-right: 140px;
    }
}

/* メイン画像 */
#page-summary img {
    border-radius: 10px;
    margin-bottom: 46px;
}

/* タイトル */
#page-summary .wp-block-heading {
    font-size: 20px;
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 40px;
}

@media screen and (min-width:768px) {
    #page-summary .wp-block-heading {
        font-size: 30px !important;
    }
}

/* モバイル表示はテーブル項目を縦並びにする設定 */
#page-summary .wp-block-table td,
.wp-block-table th {
    font-size: 16px;
    padding: 24px 12px;
}

#page-summary .has-fixed-layout,
#page-acceptable .has-fixed-layout {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

#page-summary .has-fixed-layout,
#page-summary .has-fixed-layout tbody,
#page-summary .has-fixed-layout tr,
#page-summary .has-fixed-layout td {
    display: block;
    width: 100%;
}

#page-summary .has-fixed-layout td {
    line-height: 1.5;
}


#page-summary .has-fixed-layout td:first-child {
    background-color: transparent;
    background-color: #f0f8ff;
    width: 25;
}


/* ＰＣ表示はテーブル項目を横並びにする設定 */
@media screen and (min-width: 768px) {

    #page-summary .has-fixed-layout,
    #page-summary .has-fixed-layout tbody,
    #page-summary .has-fixed-layout tr {
        display: table;
        width: 100%;
    }

    #page-summary .has-fixed-layout td {
        display: table-cell;
        vertical-align: top;
    }

    #page-summary .has-fixed-layout td:first-child {
        width: 25%;
        background-color: #f0f8ff;
    }

    #page-summary .wp-block-table .has-fixed-layout {
        table-layout: auto !important;
    }

    #page-summary .wp-block-table td,
    .wp-block-table th {
        padding: 24px;
    }
}

/* テーブルのデザイン */
#page-summary .wp-block-table td,
.wp-block-table th {
    border: none;
}

#page-summary .wp-block-table td {
    border-top: 1px solid var(--h5-under-border-color);
    border-right: 1px solid var(--h5-under-border-color);
    border-left: 1px solid var(--h5-under-border-color);
}

#page-summary .wp-block-table tr:last-child {
    border-bottom: 1px solid var(--h5-under-border-color);
}

#page-summary a {
    color: var(--current-page-color);
}

/*---------------------------------------
固定ページ／受け入れ可能国
---------------------------------------*/
#page-acceptable .has-fixed-layout td {
    display: table-cell;
    vertical-align: top;
}

#page-acceptable .has-fixed-layout td:first-child {
    width: 30%;
}

#page-acceptable .has-fixed-layout tr:first-child td {
    background-color: #f0f8ff;
}

#page-acceptable .wp-block-table .has-fixed-layout {
    table-layout: auto !important;
}

/* タイトル */
#page-acceptable .wp-block-heading {
    font-size: 20px;
    margin-top: 0px !important;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (min-width:768px) {
    #page-acceptable .has-fixed-layout td:first-child {
        width: 25%;
    }

    #page-acceptable .wp-block-heading {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

/* 画像 */
#page-acceptable .wp-block-image img {
    margin-bottom: 24px;
}

@media screen and (min-width:768px) {
    #page-acceptable .wp-block-image img {
        margin-bottom: 24px !important;
    }
}


/* テーブルの下に余白を設定 */
#page-acceptable .wp-block-table {
    margin-bottom: 60px;
}

/* テーブルのデザイン */
#page-acceptable .wp-block-table td,
.wp-block-table th {
    border: none;
    font-size: 16px;
    padding: 12px;

}

#page-acceptable .wp-block-table td {
    border-top: 1px solid var(--h5-under-border-color);
    border-right: 1px solid var(--h5-under-border-color);
    border-left: 1px solid var(--h5-under-border-color);
}

#page-acceptable .wp-block-table tr:last-child {
    border-bottom: 1px solid var(--h5-under-border-color);
}

/*---------------------------------------
固定ページ／お問い合わせ（テーブル仕様）
---------------------------------------*/

/* 余白 */
@media screen and (min-width: 768px) {
    #page-contact .contactfrom-content .wpcf7 {
        padding: 0px 0px !important;
        width: 100%;
    }
}

#page-contact .contactfrom-content.clearfix {
    margin-top: 0px;
}

/* 見出し */
#page-contact .wp-block-heading {
    font-size: 20px;
    margin-top: 0px !important;
    margin-bottom: 40px;
    text-align: center;
    color: var(--heading-color);
}

@media screen and (min-width: 768px) {
    #page-contact .wp-block-heading {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

/* テーブル */
#page-contact .cf7-table {
    margin-bottom: 30px;
    display: block;
    width: 100%;
}

#page-contact .cf7-table tbody {
    width: 100%;
    display: block;
}

#page-contact .cf7-table tbody tr {
    width: 100%;
    display: block;
}


@media screen and (min-width:768px) {
    #page-contact .cf7-table tbody tr {
        display: table;
    }
}

/* ご要望はSPのみ縦表示 */
.wpcf7-list-item {
    display: block;
    margin-left: 0;
}

#page-contact .wpcf7-list-item {
    margin-left: 10px;

}

@media screen and (min-width:768px) {
    #page-contact .wpcf7-list-item:not(:first-child) {
        margin-left: 10px;
    }

    #page-contact .wpcf7-list-item {
        display: inline-block;
    }

    #page-contact [data-name="radio-193"] .wpcf7-list-item {
        display: block;
    }
}

/* 入力覧*/
#page-contact .cf7-table input[type="text"],
#page-contact input[type="email"],
#page-contact input[type="tel"],
#page-contact .cf7-table textarea,
#page-contact .cf7-table .wpcf7-form-control.wpcf7-radio {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: normal;
}

/* ご要望以外 */
#page-contact .cf7-table input[type="text"],
#page-contact input[type="email"],
#page-contact input[type="tel"],
#page-contact .cf7-table textarea {
    border-color: var(--input-border-color);
}

@media screen and (min-width:980px) {

    #page-contact .cf7-table input[type="text"],
    #page-contact input[type="email"],
    #page-contact input[type="tel"],
    #page-contact .cf7-table textarea,
    #page-contact .cf7-table .wpcf7-form-control.wpcf7-radio {
        font-size: 16px;
    }
}

/* テーブル */
table.cf7-table th {
    white-space: nowrap;
    text-align: left;
    background: var(--table-th-color);
    padding: 12px;
    font-size: 16px;
    border: 1.5px solid var(--h5-under-border-color);
    font-weight: normal;
    display: block;
    width: 100%;
}

@media screen and (min-width:768px) {
    table.cf7-table th {
        white-space: normal;
        text-align: left;
        background: var(--table-th-color);
        padding: 12px;
        border: none;
        border-top: 1.5px solid var(--h5-under-border-color);
        border-left: 1.5px solid var(--h5-under-border-color);
        border-right: 1.5px solid var(--h5-under-border-color);
        font-weight: normal;
        display: table-cell;
        width: 25%;
    }

    table.cf7-table tr:last-child th {
        border-bottom: 1.5px solid var(--h5-under-border-color) !important;
    }
}

#page-contact table td {
    border-bottom: none;
    border-top: none;
    font-size: 16px;
}

table.cf7-table td {
    text-align: left;
    padding: 12px;
    font-size: 16px;
    border-right: 1.5px solid var(--h5-under-border-color);
    border-left: 1.5px solid var(--h5-under-border-color);
    display: block;
    width: 100%;
}

table.cf7-table tr:last-child td {
    border-bottom: 1.5px solid var(--h5-under-border-color) !important;
}

@media screen and (min-width:768px) {
    table.cf7-table td {
        text-align: left;
        padding: 12px;
        font-size: 16px;
        border-top: 1.5px solid var(--h5-under-border-color) !important;
        display: table-cell;
    }
}

/* 送信ボタン */
#page-contact .contact-page-submit {
    text-align: center;
}

#page-contact input[type="submit"] {
    font-size: 16px;
    background: var(--btn-gradient-color2);
    margin: 0 auto;
    border-radius: 8px;
}

#page-contact input[type="submit"]:hover {
    transform: none;
    opacity: 0.8;
}

@media screen and (min-width:979) {
    #page-contact input[type="submit"] {
        font-size: calc(12 / 1366* 100vw);
    }
}

@media screen and (min-width:980) {
    #page-contact input[type="submit"] {
        font-size: 16;
    }
}

/* 入力エラーの場合の入力覧の線を赤に設定 */
#page-contact .cf7-table input.wpcf7-not-valid,
#page-contact .cf7-table textarea.wpcf7-not-valid {
    border: 1px solid var(--border-error-color);
}

/* 入力してくださいを非表示に設定 */
#page-contact .cf7-table .wpcf7-not-valid-tip {
    display: none;
}

/* スピナー */
#page-contact .wpcf7-spinner {
    display: none !important;
    /* 初期状態で非表示にする */
}

#page-contact .wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
    display: inline-block !important;
    /* 送信中のみ表示 */
}

/* 送信失敗メッセージの部分 */
#page-contact .wpcf7 form .wpcf7-response-output {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 14px;
    border: none;
    color: #dc3232;
    margin-top: 12px;
}

@media screen and (min-width: 768px) {
    #page-contact .wpcf7 form .wpcf7-response-output {
        font-size: 16px;
        margin-top: 12px;
    }
}

/* 必須マーク */
#page-contact span.required {
    color: var(--span-require-color);
    margin-left: 5px;
    font-size: 16px;
}

/*---------------------------------------
共通関連
---------------------------------------*/

body {
    background-color: #ffffff;
}

/* 外側の枠線を削除 */
.article.paragraph-normal__border,
.article.paragraph-narrow__border {
    border: none;
}

/* 画像 */
img {
    height: auto;
    width: 100%;
    vertical-align: middle;
}

/* セクションの余白 */
.section-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (min-width: 960px) {
    .section-inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* セクションの余白 */
@media screen and (min-width: 768px) {
    .section-inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* セクションヘッダー */
.section-header {
    margin-bottom: 12px !important;
}

@media screen and (min-width:768px) {
    .section-header {
        margin-bottom: 56px;
    }
}

/* タイトルとコンテンツを横並び（２カラム）*/
@media screen and (min-width: 768px) {
    .is-two-col {
        display: flex;
    }
}

/* タイトルの横幅 */
@media screen and (min-width: 768px) {
    .is-two-col .section-header {
        flex-basis: 386px;
    }
}

/* コンテンツの横幅 */
@media screen and (min-width: 768px) {
    .is-two-col .info-content {
        flex-basis: 702px;
        margin-left: 32px;
    }
}

/* コンテンツの横幅 */
@media screen and (min-width: 768px) {
    .is-two-col .section-description {
        flex-basis: 738px;
        margin-left: 32px;
    }
}

/* ボタン */
.btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

/* セクションタイトル */
.section-title {
    font-size: 20px !important;
}

@media screen and (min-width:768px) {
    .section-title {
        position: relative;
        letter-spacing: 0.04em;
        font-size: 32px !important;
        z-index: 1;
        margin-top: 0px;
    }
}


/* セクションタイトル下の説明文 */
.section-description {
    margin-top: 0px !important;
}

@media screen and (min-width:768px) {
    .section-description {
        margin-top: 0px !important;
    }
}

.section-description p {
    text-align: left;
    font-size: 14px;
}

@media screen and (min-width:768px) {
    .section-description p {
        text-align: left;
        font-size: 1.1rem;
    }
}

/* 必須マーク */
span.required {
    color: var(--span-require-color);
    margin-left: 5px;
}

/* 青タイトル */
.blue-title {
    color: var(--heading-color);
}

/*---------------------------------------
カラー関連
---------------------------------------*/

:root {
    --header-menu-color: #4674b2;
    --footer-menu-color: #4674b2;
    --footer-text-color: #ffffff;
    --footer-top-menu-color: #6a8ec1;
    --drawer-menu-color: #4674b2;
    --h2-belt-color: #4674b2;
    --h2-border-color: #4674b2;
    --h2-belt-font-color: #ffffff;
    --h5-under-border-color: #e2e5e8;
    --icon-color: #ffffff;
    --icon-buckground-color: #4674b2;
    --heading-color: #4674b2;
    --contactform-back-color: #F6F6F6;
    --top-contactform-back-color: #ffffff;
    --btn-gradient-color: linear-gradient(45deg, rgb(0, 137, 255) 0%, rgb(51, 95, 168) 100%);
    --btn-gradient-color2: linear-gradient(45deg, rgb(70, 116, 178) 0%, rgb(50, 80, 130) 100%);
    --current-page-color: #4674b2;
    --border-error-color: #dc3232;
    --input-background-color: #f1f1f1;
    --input-placeholder-color: #cec8c8;
    --input-border-color: #ccc;
    --span-require-color: #dc3232;
    --span-error-color: #dc3232;
    --table-th-color: #f0f8ff;
    --hamburger-menu-color: #333333;
}
