/* -------------------- パンくずリスト -------------------- */
.breadcrumbs {
    font-size: var(--wp--preset--font-size--sm);
}

.wp-block-table.company-spec table {
    margin: 0 auto;
}

.twoclm_contents {
    max-width: 1080px;
    margin: 0 auto;
    gap: 4rem;
}

.maker_bn_section,
.maker_list,
.personal_section,
.contact_section,
.category_bn_section {
    max-width: 1080px;
}

.personal_section860 {
    max-width: 860px;
}

.wp-block-table.company-spec td {
    border-top: 1px solid var(--wp--preset--color--primary);
    border-bottom: 1px solid var(--wp--preset--color--primary);
    border-left: none;
    border-right: none;
    vertical-align: top;
    padding: 1.25rem 0;
}

.wp-block-table.company-spec td+td {
    border-top: 1px solid var(--wp--preset--color--neutral);
    border-bottom: 1px solid var(--wp--preset--color--neutral);
    font-weight: 400;
    padding-left: 1rem;
}

.wp-block-table.company-spec td:first-child {
    width: 25%;
}

.wp-block-table.company-spec td a {
    text-decoration: underline;
    display: flex;
	color: var(--wp--preset--color--secondary-2);
}

.wp-block-table.company-spec td a:hover {
    text-decoration: none;
}

/* タイムライン全体：左に縦ラインを引く */
.timeline {
    position: relative;
	width: max-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 8.5rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--wp--preset--color--neutral);
}

.timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 8.5em 1fr;
    /* 左：年号 / 右：本文 */
    column-gap: 1.25rem;
    padding: .85rem 0;
}

/* ドット */
.timeline li::before {
    content: "";
    position: absolute;
    left: calc(8.5rem - 6px);
    top: 1.15rem;
    width: 12px;
    height: 12px;
    background: var(--wp--preset--color--primary);
    border-radius: 50%;
}

.maker_chapter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.maker_chapter p a {
    background: #f5f5f5;
    padding: 0.5rem 1.6rem;
    border-radius: 5px;
    color: var(--wp--preset--color--primary);
}

.underline_head,
.drivers_flow h5,
.policy_section h3,
.maker_list h5 {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--wp--preset--color--primary);
    margin: 2em 0 0.5em;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--wp--preset--color--neutral);
}


.underline_head::after,
.drivers_flow h5::after,
.policy_section h3::after,
.maker_list h5::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 20%;
    background-color: var(--wp--preset--color--primary);
}


.maker_list ul {
    list-style: none;
    column-count: 3;
    padding: 0;
}

.maker_list ul li {
    padding: 0.25em 0;
}

.drivers_section .is-subtext {
    color: var(--wp--preset--color--text);
}

.drivers_flow {
    max-width: 1080px;
    background: #fff;
}

.drivers_flow em {
    font-style: normal;
    text-decoration-line: underline;
    text-decoration-color: var(--wp--preset--color--accent);
    text-decoration-thickness: 0.2em;
    text-underline-offset: 0.12em;
    text-decoration-skip-ink: none;
}

.recruit_flow {
    max-width: 860px;
    background: #fff;
}

.recruit_flow_step {
    background: #cce6ed;
    display: inline-block;
    padding: 1.5rem 1.6rem;
    border-radius: 50%;
    line-height: 1;
	white-space: nowrap;
}

.recruit_flow_step span {
    font-size: 1.6rem;
}

.recruit_flow>div:first-child {
    text-align: center;
}

.wp-block-font-awesome-icon.wp-font-awesome-icon {
    margin: 0;
}

.text-red {
    color: #dc3232 !important;
}

.maker_bn_section img {
    width: auto;
    height: 80px;
    object-fit: contain;
}