構成要素:
51
Accordion Items Article Selection Author Info Basic Carousel Basic Hero Basic Map Blog Pull Out Contact Content Accordion Content Carousel Content Image Cta Cta Bar Cta Blocks Cta Collage Event Content Events Grid Example Find Firm Firm Search Firms By Town Gated Content Download Guides Carousel Hero History Homepage Hero Image Content Cta Image List Content 産業 Job Content Job Listings Local Firm Carousel Our Firms Pages Carousel Partners Partners Slider People Listing Post Carousel Post Feed Pullquote Section Wrap Service List Split Content Stats Tax Guides Team Grid Title Logos Two Column Video Video Carousel Video Old

Two Column

View example

ビジネスアドバイザリーサービス

買収、多角化、資金調達、事業再編、事業開発など、Mooreのメンバーファームは、地域市場とグローバル市場の両方でお客様をサポートするための専門的なアドバイザリースキルを備えています。

ビジネスライフサイクルを通して、組織を形作り、将来の価値を高める決定的な出来事に直面することになります。新たなトレンドや機会を見極めることで、Mooreのメンバーファームは、ますます混乱が増す環境において、競争のあり方を変革するお手伝いをいたします。

  1. サイバー&データセキュリティ

    賢明な企業は、サイバーリスクを管理するだけでなく、それを市場優位性の源泉として活用します。パスワードとファイアウォールだけで安全だという時代は、もはや過去のものとなりました。

    さらに詳しく

  2. コーポレートファイナンス

    コーポレートファイナンスには、バリュエーション、デューデリジェンス、あるいは単なる会計処理など、数字を分析する作業が含まれます。Moore・グローバル・ネットワークのメンバーファームは、数字にとどまらず、お客様の取引の真の価値創造要因を理解し、組織にとって最善の成果を導き出す計画を立てます。

    さらに詳しく

  3. 金融サービスと資産管理

    金融サービス業界は複雑で、規制が厳しい業界です。企業は、事業リスク、倫理的要件、そしてテクノロジーの変革に対応しながら、これらの規制要件を遵守する必要があります。

    さらに詳しく

  4. フォレンジックおよび訴訟サポート

    法的課題には様々な形態があります。これらの課題を訴訟で解決する必要がある場合、お客様の利益を守るための効果的なサポートが必要です。

    さらに詳しく

There are no ACF fields assigned to this component.

				
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";

.block-two-column {
	padding: 40px 0 20px;

	.single-firm & {
		padding-bottom: rem-calc(30);
	}

	@include bp($md) {
		padding: 0;
	}

	.content-offset-right {

		@include bp($md) {
			padding-right: 0;
		}

		@include bp($lg) {
			padding-right: calc(8.33333% + 24px);
		}
	}

	img {
		width: 100%;
	}

	&__content {
		color: var(--text-color);

		p:last-of-type {
			margin-bottom: 0;
		}
	}

	&__list {

		&-content {
			margin-bottom: rem-calc(40);
		}

		&-heading {
			margin-bottom: 8px;
			font-size: $body-large;
			font-weight: 500;
		}

		li {
			p:last-of-type {
				margin-bottom: 0;
			}
		}

		ul:first-of-type,
		ol:first-of-type {
			margin-top: 0;

			li:first-of-type {
				margin-top: 0;
			}
		}

		> p + ul:first-of-type,
		> p + ol:first-of-type {
			margin-top: 1rem;

			li:first-of-type {
				margin-top: $grid-gutter-width;
			}
		}
	}

	&__content, &__list, &__image-container {
		&.position-sticky {
			top: calc(var(--site-header-height) + 1rem);
		}
	}

	&__content,
	&__image,
	&__list {
		padding: 12px 0;

		@include bp($md) {
			padding: rem-calc(40) 1rem;
		}

		@include bp($lg) {
			padding: rem-calc(80) 0 rem-calc(60) 0;
		}
	}
}
There are is no JavaScript file with this component.
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "strategiq/two-column",
    "title": "Two Column",
    "description": "Example block to be used as a template",
    "category": "strategiq",
    "icon": "strategiq",
    "acf": {
        "mode": "edit",
        "renderTemplate": "block-two-column.php"
    },
    "supports": {
        "anchor": true,
        "align": false,
        "color": {
            "background": false,
            "text": false,
            "gradients": false
        },
        "spacing": {
            "padding": [
                "top",
                "bottom"
            ],
            "margin": [
                "top",
                "bottom"
            ]
        }
    },
    "example": {
        "attributes": {
            "mode": "preview",
            "data": {
                "heading_type": "h2",
                "heading_text": "Example - Two Column",
                "content": "This is some example content to represent what the content will look like"
            }
        }
    },
    "style": ["file:../../assets/css/two-column/block-two-column.css"]
}
There are is no readme file with this component.