.contact-form,
.wpcf7 form {
    max-width: 1200px;
    margin: 0 auto 2rem;
    font-size: 1.8rem;
}

.contact-form fieldset,
.wpcf7 form fieldset {
    border: 1px solid #e5e5e5;
    padding: 1.4rem 1.6rem;
    margin: 0 0 1.4rem;
    background: #fff;
}

.contact-form fieldset:nth-of-type(2n+1),
.wpcf7 form fieldset:nth-of-type(2n+1) {
    background: #ededed;
}

.contact-form legend,
.wpcf7 form legend {
    padding: 0 0.25rem;
    font-weight: 700;
    font-size: 1.8rem;
    color: #222;
    display: block;
}

.form-heading {
    position: relative;
    font-weight: 700;
    font-size: 2.1rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.form-heading::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #b6000d;
}

.form-label,
.wpcf7 form label {
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    margin-bottom: 0.35rem;
}

.form-control,
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="number"],
.wpcf7 form select,
.wpcf7 form textarea {
    width: 100%;
    max-width: 100%;
    padding: 0.78rem 1rem;
    border: 1px solid #dcdcdc;
    border-radius: 0.25rem;
    font-size: 1.8rem;
    line-height: 1.5;
    background: #fff !important;
}

.form-control:focus,
.wpcf7 form input:focus,
.wpcf7 form select:focus,
.wpcf7 form textarea:focus {
    outline: none;
    border-color: #d7000f;
    box-shadow: 0 0 0 1px rgba(215, 0, 15, 0.1);
}

.form-control[type="textarea"],
textarea.form-control,
.wpcf7 form textarea {
    height: 100px;
    min-height: 4rem;
}

.form-row,
.wpcf7 .form-row {
    margin-bottom: 0.95rem;
}

.form-row-inline,
.wpcf7 .form-row-inline {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.form-col,
.wpcf7 .form-col {
    flex: 1;
    min-width: 0;
}

@media screen and (max-width: 800px) {
    .form-col,
    .wpcf7 .form-col {
        flex: unset;
    }
}


/* ------------------------------------------------------------
   Flex grid utilities (CF7 / form layout)
   - Use inside a flex row (e.g. .form-row-inline)
   - Example: <div class="form-col col-xl-4">...</div>
   ------------------------------------------------------------ */


/* Default: stack on small screens */

[class^="col-xl-"],
[class*=" col-xl-"] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
}


/* XL: 12-column widths (>= 1200px) */

@media (min-width: 1200px) {
    .address-row .col-xl-1 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .workexp-row .col-xl-1 {
        flex: 0 0 9.666667%;
        max-width: 9.666667%;
    }
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-checkbox,
.wpcf7 .form-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.form-checkbox input,
.wpcf7 .form-checkbox input {
    margin-right: 0.35rem;
}

.btn-primary,
.wpcf7 input[type="submit"] {
    display: inline-block;
    padding: 0.8rem 2.2rem;
    background: #d7000f;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: background-color 0.2s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
    background: #b6000d;
}

.required,
.wpcf7 .required {
    color: #d7000f;
    font-weight: 700;
    font-size: 0.95em;
}


/* local_teijin.css
 *
 * Lightweight style tweaks to align with TEIJIN corporate tone
 * without altering existing core CSS files.
 */

body {
    background-color: #f7f7f7;
}

.pageHead .heading-lv1-v2 .heading_title {
    letter-spacing: 0.04em;
    font-weight: 700;
}

.heading-lv1-v2.type-gp-image .heading_bg_image {
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
}

.heading-lv1-v2.type-gp-image .heading_bg_image img {
    width: 100%;
    min-width: 0;
    height: 250px;
    object-fit: cover;
    display: block;
}

.pageHead+.container,
.pageHead+.MainBody .container {
    margin-top: 1.5rem;
}

.text-lead {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
}

.column-layout .column_item .index-layout .block {
    /* background-color: #fff;
  border: 0.0625rem solid #e5e5e5; */
    /* box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.05); */
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.column-layout .column_item .index-layout .block:hover {
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.column-layout[data-row-pc]>.column_item {
    display: flex;
}

.column-layout[data-row-pc]>.column_item>.index-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.column-layout[data-row-pc]>.column_item>.index-layout>a.block,
.column-layout[data-row-pc]>.column_item>.index-layout>.block {
    flex: 1 1 auto;
}

.column-layout[data-row-pc] .index_image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.column-layout[data-row-pc].under-industry .index_image img {
    aspect-ratio: 1 / 1;
}

.under-industry .column_item {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.under-industry .column_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.column-layout[data-row-pc] .item_image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

.index_caption {
    padding: 1rem 1rem 1.125rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.index_title_label {
    color: #111;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.index_lead {
    margin-top: 0.625rem;
    color: #444;
    text-align: left;
}

.link-button-v3 li a {
    text-transform: none;
    letter-spacing: 0.02em;
}


/* ------------------------------------------------------
 * Corporate Overview (About Us)
 * Based on regulation/corporate-overview/aboutus.png
 * ------------------------------------------------------ */

.corporate-overview-nav-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.corporate-overview-nav {
    flex: 1 1 42rem;
}

.corporate-overview-nav li {
    flex: 1 1 14rem;
}

.corporate-overview-nav li a {
    border: 0.125rem solid #ff0000;
    background: #fff;
    color: #ff0000;
    padding: 1.1rem 1.6rem;
    min-height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0;
}

.corporate-overview-nav li a:hover {
    background: #ff0000;
    color: #fff;
}

.corporate-overview-note {
    flex: 0 0 20rem;
    margin: 0;
    color: #ff0000;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: right;
}

@media screen and (max-width: 47.9375em) {
    .corporate-overview-nav-wrap {
        flex-direction: column;
        align-items: stretch;
    }
    .corporate-overview-note {
        text-align: left;
    }
}


/* 404 page: full-height, centered, minimal but consistent spacing */

.error-page {
    margin: 0;
    padding: 48px 24px;
    min-height: 60vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.error-page_head,
.error-page_body {
    margin: 0;
    padding: 0;
    width: 100%;
}

.error-page_body {
    margin-top: 16px;
}

.error-page_title,
.error-page_lead,
.error-page_text {
    margin: 0 0 0.5rem 0;
    padding: 0;
}

.error-page_actions {
    margin: 12px 0 0 0;
    padding: 0;
}

.error-page_actions li {
    margin: 0;
    padding: 0;
}


/* 404 typography for readability */

.error-page_title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #111;
}

.error-page_lead {
    font-size: 1.35rem;
    line-height: 1.6;
    font-weight: 600;
    color: #222;
}

.error-page_text {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #333;
}

.error-page_actions .link_label {
    font-weight: 600;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 47.9375em) {
    .heading-lv1-v2.type-gp-image .heading_bg_image img {
        height: 78px;
    }
    .error-page {
        padding: 32px 16px;
        min-height: 60vh;
    }
    .error-page_title,
    .error-page_lead,
    .error-page_text {
        margin-bottom: 0.75rem;
    }
    .error-page_actions {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    .error-page_actions li a {
        width: 100%;
    }
    /* stack contents area vertically on 404 */
    .error404 .contents .error-page {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .error-page_title {
        font-size: 2rem;
    }
    .error-page_lead {
        font-size: 1.2rem;
    }
    .error-page_text {
        font-size: 1.05rem;
    }
}

.contents .link-button-v3 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.contents .link-button-v3>li {
    margin: 0;
}

.contents .link-button-v3>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 66px;
}

@media screen and (max-width: 47.9375em) {
    .contents .link-button-v3 {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }
    .contents .link-button-v3>li>a {
        width: 100%;
    }
}

.search-result-row .search_result_item {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    text-align: left;
    padding: 1.25rem 1.5rem;
    border: 0.0625rem solid #e5e5e5;
    border-radius: 0.5rem;
    background: #fff;
}

.search-result-row .search_result_thumb {
    flex: 0 0 40%;
    max-width: 40%;
}

.search-result-row .search_result_thumb img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
}

.search-result-row .search_result_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.search-result-row .search_result_body .index_title,
.search-result-row .search_result_body .index_lead,
.search-result-row .search_result_body .text-title {
    text-align: left;
}

.search-result-row .search_result_body .index_title {
    margin: 0;
    font-size: 2.1rem;
    font-weight: 800;
    color: #d7000f;
}

.search-result-row .search_result_body .index_lead {
    margin: 0.15rem 0 0.25rem;
    line-height: 1.7;
    font-size: 1.35rem;
    color: #2a2a2a;
}

.search-result-row .search_result_body .text-title {
    margin: 0.15rem 0 0;
    color: #444;
    font-size: 1.25rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 700;
}


/* Contact form modal */

.policy-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.policy-modal[aria-hidden="false"] {
    display: flex;
}

.policy-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.policy-modal__dialog {
    position: relative;
    background: #fff;
    padding: 2rem;
    max-width: 720px;
    width: 90%;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.policy-modal__agree {
    margin: 1rem 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.policy-modal__actions {
    text-align: right;
}

.is-modal-open {
    overflow: hidden;
}

.contact-form.is-disabled {
    pointer-events: none;
    opacity: 0.5;
}


/* Group company layout */

.group-company-cards .index_image img {
    width: 100%;
    height: 16rem;
    object-fit: cover;
}

.group-company-cards .index-layout .block {
    box-shadow: none;
    border: none;
    background: transparent;
}

.group-company-cards .index_caption {
    padding: 0.75rem 0;
}

.group-company-cards .index_title_label {
    font-size: 2rem;
}

.group-company-section {
    display: block;
}

.group-company-section>.heading-lv2 {
    margin-bottom: 0.75rem;
    font-size: 2.8rem;
}

.group-company-section>p {
    margin: 0 0 1.75rem;
    font-size: 1.7rem;
}

.group-company-media {
    width: 100%;
    margin: 0 0 1.5rem;
}

.group-company-main-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.group-company-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.group-company-thumbs img {
    width: 100%;
    height: 8rem;
    object-fit: cover;
    display: block;
}

.group-company-thumb-row {
    display: flex;
    gap: 1rem;
    margin: 1rem 0 0;
}

.group-company-thumb-row img {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.group-company-apps {
    margin: 0 0 1rem;
    padding-left: 1.2rem;
}

.group-company-apps li {
    margin-bottom: 0.35rem;
}

.group-company-info>*+* {
    margin-top: 0.9rem;
}

.group-company-products-row {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.group-company-products-text {
    flex: 1 1 0;
    min-width: 0;
}

.group-company-products-row .group-company-thumb-row {
    flex: 1 1 0;
    margin: 0;
}

.uniform-items .index_image img.uniform-item-photo {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    object-position: center 35%;
    display: block;
}

.group-company-info .heading-lv3 {
    margin-top: 0;
    margin-bottom: 0.35rem;
    font-size: 2rem;
}

.group-company-info .index_lead {
    margin: 0;
    font-size: 1.6rem;
}

.group-company-info ul {
    margin: 0 0 0.5rem;
}

.group-company-info dl.definition-list dt {
    font-weight: 700;
    margin-top: 0.5rem;
}

.group-company-info dl.definition-list dd {
    margin-left: 0;
    margin-bottom: 0.4rem;
}

@media screen and (max-width: 47.9375em) {
    .group-company-section {
        padding: 0;
    }
    .group-company-section>.heading-lv2 {
        font-size: 2.4rem;
    }
    .group-company-section>p {
        font-size: 1.6rem;
    }
    .group-company-thumbs {
        grid-template-columns: repeat(2, 1fr);
    }
    .group-company-cards .index_image img {
        height: 12rem;
    }
    .group-company-cards .index_title_label {
        font-size: 1.8rem;
    }
    .group-company-thumb-row {
        gap: 0.75rem;
    }
    .group-company-products-row {
        flex-direction: column;
    }
}

.voices-list .index_image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
}

.voices-list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.voices-list .column_item {
    justify-content: space-between;
}

.voices-list .column_item:nth-of-type(2n) {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.voices-list .column_item .person-image {
    width: 40px;
    height: auto;
    object-fit: contain;
}

.voices-list .column_item .column-media {
    position: relative;
    padding: 30px;
    display: flex;
    align-items: start;
    gap: 1.25rem;
    width: calc(100% - 80px);
    height: auto;
    border: 2px solid #d7000f;
    border-radius: 5px;
    margin: 0;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.voices-list .column_item .column-media:hover {
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.voices-list .column_item:nth-of-type(2n-1) .column-media::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-51%, -50%) rotate(-45deg);
    width: 30px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-top: 2px solid #d7000f;
    border-left: 2px solid #d7000f;
    background-color: #f7f7f7;
}

.voices-list .column_item:nth-of-type(2n) .column-media::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(49%, -50%) rotate(135deg);
    width: 30px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-top: 2px solid #d7000f;
    border-left: 2px solid #d7000f;
    background-color: #f7f7f7;
}

.voices-list .column_item .column-media .column_detail {
    flex: 2;
}

.voices-list .column_item .column-media .column_detail .color-red {
    color: #d7000f;
}

.voices-list .column_item .column-media .column_detail>*:first-child {
    margin-top: 0;
}

.voices-list .column_item .column-media .column_detail h3.heading-lv3 {
    margin: 0 0 0.45rem;
}

.voices-list .column_item .column-media .column_detail p {
    margin: 0;
    line-height: 1.6;
}

.voices-list .column_item .column-media .column_detail p:nth-child(n+1) {
    margin-top: 1.6rem;
}

@media screen and (max-width: 47.9375em) {
    .voices-list .column_item {
        align-items: start;
    }
    .voices-list .column_item .person-image {
        width: 30px;
    }
    .voices-list .column_item .column-media {
        flex-direction: column;
        gap: 1.25rem;
        padding: 0 15px 15px 15px;
        width: calc(100% - 60px);
    }
    .voices-list .column_item:nth-of-type(2n-1) .column-media::before {
        z-index: 1;
        width: 20px;
        top: 15px;
        transform: translate(-51%, 0) rotate(-45deg);
    }
    .voices-list .column_item:nth-of-type(2n) .column-media::before {
        z-index: 1;
        width: 20px;
        top: 15px;
        transform: translate(49%, 0) rotate(135deg);
    }
    .voices-list .column_textbox {
        flex: 1;
        aspect-ratio: 4/1;
        height: auto;
    }
    .voices-list .column_item .column-media .column_detail {
        position: relative;
        z-index: 3;
        flex: 1;
    }
}

.js-header-gnav {
    display: none;
}

body.is-active-header-menu .js-header-gnav {
    display: block;
}

.header_overlay,
.js-header-overlay {
    display: none;
}

body.is-active-header-menu .js-header-overlay {
    display: block;
}

@media screen and (min-width: 64em) {
    .js-header-gnav {
        display: block;
    }
    .js-header-overlay {
        display: none !important;
    }
}

@media screen and (max-width: 47.9375em) {
    .voices-list .column-media {
        gap: 1rem;
    }
}

@media screen and (max-width: 47.9375em) {
    .search-result-row .search_result_item {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 1.1rem;
    }
    .search-result-row .search_result_thumb {
        width: 100%;
        max-width: none;
    }
}

.search-box-wide .search_form {
    display: flex;
    align-items: stretch;
}

.search-box-wide .search_input {
    flex: 1;
    min-height: 3.25rem;
}

.search-box-wide .search-submit-icon {
    width: 7rem;
    background: #d7000f;
    border: none;
    cursor: pointer;
    position: relative;
}

.search-box-wide .search-submit-icon::before,
.search-box-wide .search-submit-icon::after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 9999px;
}

.search-box-wide .search-submit-icon::before {
    width: 1.4rem;
    height: 1.4rem;
    border: 0.18rem solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -55%);
    background: transparent;
}

.search-box-wide .search-submit-icon::after {
    width: 0.65rem;
    height: 0.18rem;
    top: 60%;
    left: 60%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.search-controls {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-control_group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    align-items: center;
}

.search-control_label {
    font-weight: 700;
    margin-right: 0.5rem;
    white-space: nowrap;
}

.search-control_option {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.search-control_links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.search-control_links li {
    list-style: none;
}

.search-control_links a {
    text-decoration: none;
    color: #333;
}

.search-control_links a.is-current,
.search-control_links a:hover {
    color: #d7000f;
    text-decoration: underline;
}

.pagination {
    margin: 1.5rem 0 0;
    text-align: center;
}

.pagination ul {
    display: inline-flex;
    gap: 0.9rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination a,
.pagination span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    color: #333;
    background: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pagination a:hover {
    border-color: #d7000f;
    color: #d7000f;
}

.pagination .current {
    background: #d7000f;
    border-color: #d7000f;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 47.9375em) {
    .search-controls {
        gap: 1.25rem;
    }
    .search-control_group {
        flex-direction: column;
        align-items: flex-start;
    }
    .search-control_links {
        gap: 0.5rem 1rem;
    }
    .search-box-wide .search-submit-icon {
        width: 5rem;
    }
}

.pageGuide .breadcrumbs a {
    color: #444;
}

.pageGuide .rank-math-breadcrumb a {
    color: #444;
}

.pageGuide .breadcrumbs a:hover {
    color: #d7000f;
}

.pageGuide .rank-math-breadcrumb a:hover {
    color: #d7000f;
}


/* Rank Math breadcrumb (match existing .breadcrumbs layout) */

@media print,
screen and (min-width: 768px) {
    .pageGuide .rank-math-breadcrumb p {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    .pageGuide .rank-math-breadcrumb p::after {
        content: "";
        display: block;
        clear: both;
    }
    .pageGuide .rank-math-breadcrumb .separator {
        font-size: 1.4rem;
    }
    .pageGuide .rank-math-breadcrumb a,
    .pageGuide .rank-math-breadcrumb .last {
        position: relative;
        font-size: 1.4rem;
    }
    .pageGuide .rank-math-breadcrumb a {
        display: inline-block;
        padding-bottom: 3px;
        text-decoration: none;
    }
    /* underline */
    .pageGuide .rank-math-breadcrumb a::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: currentColor;
        content: "";
    }
    .pageGuide .rank-math-breadcrumb a:hover {
        opacity: .7;
    }
    .pageGuide .rank-math-breadcrumb .last {
        margin-right: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .pageGuide .rank-math-breadcrumb {
        display: none;
    }
}

.heading-lv2 {
    margin-bottom: 14px;
}

.heading-lv3 {
    margin-top: 16px;
    margin-bottom: 8px;
}


/* Global text rhythm (all pages, scoped under .contents to avoid header/footer impact) */

.contents h2.heading-lv2 {
    margin: 0 0 1.125rem;
    font-size: 2.6rem;
    color: #d7000f;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.contents h3.heading-lv3 {
    margin: 1.125rem 0 0.75rem;
    font-size: 2.1rem;
    color: #222;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.contents p {
    margin: 0 0 1rem;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
}

.contents .section-margin>p+h3 {
    margin-top: 1.375rem;
}

.contents .section-margin+.section-margin {
    margin-top: 2.25rem;
}

.contents .section-margin {
    margin-top: 2rem;
}


/* .contents .section-margin:last-child {
  margin-bottom: 2rem;
} */

@media screen and (max-width: 47.9375em) {
    .contents .section-margin {
        margin-top: 1.625rem;
    }
    .contents .section-margin+.section-margin {
        margin-top: 1.875rem;
    }
    .contents p {
        margin-bottom: 0.875rem;
    }
}

.mobility-hero,
.solution-hero,
.product-hero {
    position: relative;
    overflow: hidden;
    background-color: #000;
    margin-bottom: 60px;
}

.mobility-hero_image img,
.solution-hero_image img,
.product-hero_image img {
    display: block;
    width: 100%;
    height: 36rem;
    object-fit: cover;
}

.mobility-hero_caption,
.solution-hero_caption,
.product-hero_caption {
    position: absolute;
    left: 2.5rem;
    bottom: 2rem;
    padding: 1rem 1.25rem;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    max-width: 60rem;
}

.mobility-hero_title,
.solution-hero_title,
.product-hero_title {
    margin: 0;
    font-size: 3.2rem;
    letter-spacing: 0.04em;
}

.mobility-hero_lead,
.solution-hero_lead,
.product-hero_lead {
    margin: 6px 0 0;
    font-size: 1.6rem;
    line-height: 1.6;
}

.mobility-main-product {
    margin-top: 1.75rem;
}

.mobility-main-product_gallery {
    display: flex;
    gap: 1.5rem;
    margin: 1.375rem 0;
}

.mobility-main-product_item {
    flex: 1;
    background: #fff;
    border: 0.0625rem solid #e5e5e5;
    padding: 0.75rem;
    text-align: center;
}

.mobility-main-product_item img {
    width: 100%;
    height: auto;
    display: block;
}

.mobility-main-product_caption {
    margin-top: 0.625rem;
    font-size: 1.4rem;
    color: #444;
}

.solution-strengths,
.solution-strengths_grid,
.product-features_grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.solution-strengths_item,
.solution-strengths_item,
.product-features_item {
    /* display: flex;
  flex-direction: column;
  gap: 1.5rem; */
    padding: 1.25rem 1.5rem;
    border: 0.0625rem solid #e5e5e5;
    background-color: #fff;
}

.mobility-strengths_image,
.solution-strengths_image,
.product-features_image {
    align-self: center;
}

.mobility-strengths_image img,
.solution-strengths_image img,
.product-features_image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.mobility-strengths_title,
.solution-strengths_title,
.product-features_title {
    margin: 0 0 0.25rem;
    font-weight: 700;
}

.mobility-strengths_body p,
.solution-strengths_body p,
.product-features_body p {
    margin: 0;
    line-height: 1.7;
}

@media screen and (max-width: 47.9375em) {
    .mobility-strengths_item,
    .solution-strengths_item,
    .product-features_item {
        grid-template-columns: 1fr;
    }
    .mobility-strengths_title,
    .solution-strengths_title,
    .product-features_title {
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 47.9375em) {
    .mobility-hero,
    .solution-hero,
    .product-hero {
        margin-bottom: 30px;
    }
    .mobility-hero_image img,
    .solution-hero_image img,
    .product-hero_image img {
        height: 21.25rem;
    }
    .mobility-hero_caption,
    .solution-hero_caption,
    .product-hero_caption {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        max-width: 70%;
    }
    .mobility-hero_title,
    .solution-hero_title,
    .product-hero_title {
        font-size: 2.2rem;
    }
    .mobility-hero_lead,
    .solution-hero_lead,
    .product-hero_lead {
        font-size: 1.5rem;
    }
    .mobility-main-product_gallery {
        flex-direction: column;
    }
}

.solution-list .column_item+.column_item {
    margin-top: 1.5rem;
}

.solution-list .index-layout .block {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding: 1.125rem 1.25rem;
}

.solution-list .index-layout .index_image {
    flex: 0 0 20rem;
    max-width: 20rem;
}

.solution-list .index_image img {
    display: block;
    width: 100%;
    height: auto;
}

.solution-list .index_title_label {
    font-size: 2.3rem;
}

.solution-list .index_lead {
    font-size: 1.7rem;
    line-height: 1.8;
}

@media screen and (max-width: 47.9375em) {
    .solution-list .index-layout .block {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }
    .solution-list .index-layout .index_image {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
    .solution-list .index_image img {
        width: 100%;
    }
}

.uniform-strengths img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.index-layout>a.block .index_caption::after {
    top: auto;
    bottom: 20px;
}

.index-layout>a.outtab .index_caption::after {
    background-image: url("../img/cmn_tab.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    border-top: transparent;
    border-right: transparent;
    transform: translateY(0) rotate(0);
    top: auto;
    bottom: 20px;
}

.index-layout>a.pdf .index_caption::after {
    background-image: url("../img/cmn_pdf.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    border-top: transparent;
    border-right: transparent;
    transform: translateY(0) rotate(0);
    top: auto;
    bottom: 20px;
}

@media screen and (max-width: 800px) {
    .index-layout>a.block .index_caption::after {
        bottom: 10px;
    }
    .index-layout>a.outtab .index_caption::after {
        bottom: 10px;
    }
    .index-layout>a.pdf .index_caption::after {
        bottom: 10px;
    }
}

.vdo-present-compo {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.vdo-present-compo iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}


/* contact foem 7 */

.screen-reader-response {
    display: none;
}

.page-news {
    padding-top: calc((var(--header-height)) + 60px);
}

@media screen and (max-width: 800px) {
    .page-news {
        padding-top: calc((var(--header-height)) + 30px);
    }
}

.contact-form p {
    display: contents;
}


/* sitemap */

.sitemap-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 3%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-link {
    min-width: 22%;
    height: auto;
    position: relative;
}

.sitemap-link a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.sitemap-link a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #d7000f;
    border-right: 2px solid #d7000f;
    transform: rotate(45deg);
}

.sitemap-link a.outtab::after {
    background-image: url("../img/cmn_tab.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    margin: 0 0 0 -10px;
    border-top: transparent;
    border-right: transparent;
    transform: translateY(0) rotate(0);
    top: auto;
    bottom: 20px;
}


/* privacy policy */

.list-unstyled {
    list-style-type: lower-alpha;
    padding-left: 20px;
}

.privacy-policy-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.list-note-item a {
    position: relative;
    display: flex;
    align-items: center;
}

.pdf-link {
    display: inline-block;
    position: relative;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .pdf-link {
        width: 84%;
    }
}

.list-note-item a::after {
    content: "";
    display: inline-block;
    background-image: url("../img/cmn_pdf.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    border-top: transparent;
    border-right: transparent;
}


/* ovwrview */

@media screen and (min-width: 47.9375em) {
    .corporate-info .table-layout th {
        white-space: nowrap;
    }
}


/* policy modal */

.policy-modal__title {
    font-size: 2rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.policy-modal__text {
    line-height: 1.4 !important;
}

.footer-sitemap .sitemap_menu .sitemap_menu_navi .sitemap_menu_list>li>a>.sitemap_menu_label {
    cursor: pointer;
}

@media print,
screen and (min-width: 768px) {
    .sitemap_menu_links>li>a.a-blank::after {
        display: inline-block;
        position: relative;
        top: -2px;
        width: 12px;
        height: 10px;
        margin-left: 10px;
        background: url(/common-files/img/cmn_sprite_ic01.png) no-repeat -40px -80px;
        vertical-align: middle;
        content: "";
    }
}

@media only screen and (max-width: 767px) {
    .sitemap_menu_links>li>a.a-blank::after {
        display: inline-block;
        position: relative;
        top: -1px;
        right: 0;
        width: 10px;
        height: 9px;
        margin: 0 0 0 6px;
        background-image: url(/common-files/img/cmn_sprite_ic01-r2x.png);
        background-repeat: no-repeat;
        background-position: 0px -100px;
        background-size: 600px 600px;
        vertical-align: middle;
        content: "";
    }
}


/* 2026/03/16 */
@media print, screen and (min-width: 768px) {
    .header-identity {
        max-width: calc(100% - 165px);
    }
    .header-identity .identity_logo .identity_brand img {
        height: 31px !important;
        width: auto !important;
    }
    .header-identity .identity_logo .identity_statement img {
        height: 31px !important;
        width: auto !important;
    }
}