.elementor-763 .elementor-element.elementor-element-f1a87a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-763 .elementor-element.elementor-element-b95db4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-763 .elementor-element.elementor-element-b206385{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-763 .elementor-element.elementor-element-efb30b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-763 .elementor-element.elementor-element-29718d9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-763 .elementor-element.elementor-element-4ebb64b{--display:flex;--overlay-opacity:0.22;}.elementor-763 .elementor-element.elementor-element-4ebb64b::before, .elementor-763 .elementor-element.elementor-element-4ebb64b > .elementor-background-video-container::before, .elementor-763 .elementor-element.elementor-element-4ebb64b > .e-con-inner > .elementor-background-video-container::before, .elementor-763 .elementor-element.elementor-element-4ebb64b > .elementor-background-slideshow::before, .elementor-763 .elementor-element.elementor-element-4ebb64b > .e-con-inner > .elementor-background-slideshow::before, .elementor-763 .elementor-element.elementor-element-4ebb64b > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://ontaphocsinh.site/wp-content/uploads/2026/01/bg7.png");--background-overlay:'';background-repeat:no-repeat;background-size:cover;}.elementor-763 .elementor-element.elementor-element-25a34a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-763 .elementor-element.elementor-element-8ac20b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7cd85d1 */.mp-bl-banner-section {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}
.mp-bl-banner-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* rounded corners? Image doesn't show clearly. Let's keep it square for banner. */
}
.mp-bl-banner-img img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 300px;
    /* Ensure height on mobile */
    object-fit: cover;
}
/* Text Overlay */
.mp-bl-banner-text-wrap {
    position: absolute;
    top: 20%;
    left: 10%;
    /* Specific positioning as per designs usually */
    z-index: 2;
}
.mp-bl-title {
    /* Web font or system Mincho */
    font-size: 3rem;
    /* Large size */
    font-weight: 500;
    color: #000;
    margin: 0;
    padding-left: 20px;
    /* Space between line and text */
    border-left: 3px solid #000;
    /* Vertical line */
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    /* In case text overlaps complex image parts, though image seems to have white space there */
}
.mp-bl-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    /* Center vertically */
    transform: translateY(-50%);
    width: 3px;
    /* Line thickness */
    height: 150%;
    /* 1.4 times the text height - Adjust this to make it longer/shorter */
    background-color: #000;
}
/* Responsive */
@media (max-width: 768px) {
    .mp-bl-title {
        font-size: 1.8rem;
        padding-left: 15px;
        border-left-width: 3px;
    }
    .mp-bl-banner-text-wrap {
        top: 15%;
        left: 5%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6fe4d9 */.service-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* number circle */
.service-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 22px;
    font-family: serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* text */
.service-text span {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    color: #444;
}

.service-text strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
}

/* themes */
.theme-blue  .service-number { background: #cceeff; }
.theme-green .service-number { background: #d9f2ce; }
.theme-yellow.service-number,
.theme-yellow .service-number { background: #fff5ca; }
.theme-pink  .service-number { background: #ffd6d6; }

/* responsive */
@media (max-width: 991px) {
    .service-summary {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
    }
}

@media (max-width: 600px) {
    .service-summary {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8bb3ea8 *//* Reset & Base */
.mp-profile-section * {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    background-color: #fff;
}

.mp-profile-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.mp-profile-container {
    width: 100%;
    max-width: 1100px;
}

/* Header */
.mp-profile-header-wrapper {
    text-align: center;
    margin-bottom: 0px;
}

.mp-profile-title-container {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    padding: 0 10px;
}

.mp-profile-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    z-index: 2;
    margin: 0;
    letter-spacing: 0.05em;
    font-family: 'Playfair Display', serif;
}

/* Blue brush stroke */
.mp-profile-title-bg-blue {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-1deg);
    width: 105%;
    height: 40%;
    background-color: #90caf9;
    z-index: 1;
    border-radius: 5px;
    opacity: 0.8;
}

/* Content Layout */
.mp-profile-content-row {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-top: 0px;
}

/* Left Column: Image */
.mp-profile-image-col {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mp-profile-bulb-shape {
    width: 100%;
    max-width: 400px;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
}

.mp-profile-visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #eee;
}

/* Right Column: Text */
.mp-profile-text-col {
    flex: 1;
    padding-top: 20px;
}

.mp-profile-sub-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 30px;
    font-weight: 500;
}

.mp-profile-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #333;
}

.mp-profile-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    position: relative;
    padding-left: 1.5em;
}

.mp-profile-list li::before {
    content: '•';
    position: absolute;
    left: 0.2em;
    color: #333;
    font-size: 1.2em;
    top: -2px;
}

.mp-profile-list li .mp-profile-label {
    min-width: 80px;
    font-weight: 500;
    display: inline-block;
}

.mp-profile-list-block-item {
    display: block !important;
}

.mp-profile-sub-list {
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
}

.mp-profile-sub-list li {
    margin-bottom: 5px;
    display: block;
}

.mp-profile-sub-list li::before {
    content: none;
}

/* Reset bullet for sublist if managed manually or keeps inherits? Added checking. */

/* Logo Area */
.mp-profile-logo-wrapper {
    margin-top: 40px;
    text-align: right;
    padding-right: 200px;
}

.mp-profile-logo-img {
    max-width: 150px;
    height: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .mp-profile-content-row {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .mp-profile-image-col {
        width: 100%;
        max-width: 300px;
    }

    .mp-profile-text-col {
        width: 100%;
        padding-top: 0;
    }

    .mp-profile-logo-wrapper {
        text-align: center;
        margin-top: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43fe905 *//* Reset & Base */
.mp-mv-section * {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    background-color: #fff;
}

.mp-mv-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.mp-mv-container {
    width: 100%;
    max-width: 1000px;
}

/* Layout */
.mp-mv-content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Left Column: Text */
.mp-mv-text-col {
    flex: 1;
    text-align: center;
}

.mp-mv-block {
    margin-bottom: 60px;
}

.mp-mv-block:last-child {
    margin-bottom: 0;
}

.mp-mv-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 600;
    color: #4a4a6a;
    margin: 0 0 20px 0;
}

.mp-mv-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    margin: 0;
    letter-spacing: 0.1em;
}

.mp-vision-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}

.mp-vision-list li {
    font-size: 1rem;
    line-height: 2;
    color: #333;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 5px;
    font-weight: 500;
}

.mp-vision-list li::before {
    content: '•';
    position: absolute;
    left: 0.5em;
    color: #333;
}

/* Right Column: Image */
.mp-mv-image-col {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mp-mv-star-wrapper {
    width: 100%;
    max-width: 450px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mp-mv-star-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Responsive */
@media (max-width: 768px) {
    .mp-mv-content-row {
        flex-direction: column;
        gap: 50px;
    }

    .mp-mv-text-col {
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31b6c79 *//* Reset & Base */
.mp-message-section * {
    box-sizing: border-box;
}

.mp-message-section {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.mp-message-container {
    width: 100%;
    max-width: 1000px;
}

/* Header */
.mp-message-header-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.mp-message-title-container {
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    padding: 0 10px;
}

.mp-message-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    z-index: 2;
    margin: 0;
    letter-spacing: 0.05em;
    font-family: 'Playfair Display', serif;
}

/* Blue brush stroke */
.mp-message-title-bg-blue {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-1deg);
    width: 105%;
    height: 40%;
    background-color: #90caf9;
    z-index: 1;
    border-radius: 5px;
    opacity: 0.8;
}

/* Content */
.mp-message-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.mp-message-sub-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 10;
    font-weight: 500;
}

.mp-message-text-block {
    text-align: justify;
    font-size: 1rem;
    line-height: 2.2;
    color: #333;
    margin-bottom: 30px;
}

.mp-message-text-block:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .mp-message-title {
        font-size: 1.6rem;
    }

    .mp-message-sub-heading {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }

    .mp-message-text-block {
        font-size: 0.95rem;
        line-height: 1.8;
        text-align: left;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2cd5c8e *//* Reset & Base */
.mp-team-section * {
    box-sizing: border-box;
}

.mp-team-section {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    background-color: #f6f5f7;
}

.mp-team-container {
    width: 100%;
    max-width: 1100px;
}

/* Header */
.mp-team-header-wrapper {
    text-align: center;
    margin-bottom: 30;
}

.mp-team-title-container {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    padding: 0 10px;
}

.mp-team-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    z-index: 2;
    margin: 0;
    letter-spacing: 0.05em;
    font-family: 'Playfair Display', serif;
}

/* Blue brush stroke */
.mp-team-title-bg-blue {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-1deg);
    width: 105%;
    height: 40%;
    background-color: #90caf9;
    z-index: 1;
    border-radius: 5px;
    opacity: 0.8;
}

/* Grid Layout */
.mp-team-members-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    align-items: flex-start;
}

.mp-team-member-card {
    text-align: center;
}

/* Name Typography */
.mp-team-member-header {
    margin-bottom: 20px;
}

.mp-team-member-name-en {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #444;
    margin: 0 0 5px 0;
}

.mp-team-member-name-jp {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    margin: 0;
}

/* Image Simple */
.mp-team-member-photo-wrapper {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 25px;
    position: relative;
}

.mp-team-member-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    object-fit: cover;
    background-color: #ddd;
    border-radius: 8px;
}

/* Role & Bio */
.mp-team-member-role {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #4a4a6a;
    margin-bottom: 20px;
}

.mp-team-member-bio {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 2;
    color: #333;
    padding: 0 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .mp-team-members-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .mp-team-member-card {
        max-width: 500px;
        margin: 0 auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa63d0b *//* Reset & Base */
.mp-section * {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
}

/* Quote Banner Section */
.mp-quote-banner {
    position: relative;
    width: 100%;
    min-height: 700px;
    /* Adjust height based on your image aspect ratio */
    padding: 100px 20px;

    /* Flexbox for centering text, though image suggests text is top-center */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* Aligns content to top */

    /* Background Placeholder Styling */
    background-color: #87ceeb;
    /* Sky blue placeholder */
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.mp-container {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    /* Spacing from top edge */
}

/* Typography */
.mp-quote-en {
    font-family: 'Playfair Display', serif;
    /* Elegant serif for English */
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.mp-quote-jp {
    font-family: 'Noto Sans JP', sans-serif;
    /* Clean sans-serif for JP */
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px 0;
    letter-spacing: 0.05em;
}

.mp-quote-author {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .mp-quote-banner {
        min-height: 400px;
        /* Smaller height on mobile */
        padding: 60px 20px;
    }

    .mp-quote-en {
        font-size: 1.8rem;
    }

    .mp-quote-jp {
        font-size: 1rem;
    }
}/* End custom CSS */