.elementor-749 .elementor-element.elementor-element-a9d6ef9{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-749 .elementor-element.elementor-element-f8c270f{--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-749 .elementor-element.elementor-element-3637a8c{--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-749 .elementor-element.elementor-element-aac7b3e{--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-749 .elementor-element.elementor-element-4929e9e{--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-749 .elementor-element.elementor-element-0afb121{--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-0445259 */.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: #fff;
    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: #fff;
}
/* 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-3ad9d36 */.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-990645b *//* Reset & Base */
.mp-section * {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    background-color: #fff;
}

.mp-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.mp-container {
    width: 100%;
    max-width: 1000px;
}

/* Header */
.mp-header-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.mp-title-container {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    padding: 0 20px;
}

.mp-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    z-index: 2;
    margin: 0;
    letter-spacing: 0.05em;
}

/* Orange/Peach Brush */
.mp-title-bg-orange-brush {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-1deg);
    width: 110%;
    height: 50%;
    background-color: #ffccbc;
    /* Light Orange/Peach */
    z-index: 1;
    opacity: 0.9;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(255, 204, 188, 0.5);
}

/* Brush tips */
.mp-title-bg-orange-brush::before,
.mp-title-bg-orange-brush::after {
    content: '';
    position: absolute;
    top: 10%;
    width: 15px;
    height: 80%;
    background-color: #ffccbc;
    border-radius: 50%;
}

.mp-title-bg-orange-brush::before {
    left: -8px;
}

.mp-title-bg-orange-brush::after {
    right: -8px;
}


.mp-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2.0;
    color: #444;
    text-align: justify;
    text-align-last: center;
}

/* Image Placeholder Container */
.mp-image-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Removed dashed border to match clean look if preferred, but added min-height */
    min-height: 300px;
}

.mp-diagram-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.mp-placeholder-text {
    color: #999;
    margin-top: 15px;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .mp-title {
        font-size: 1.6rem;
    }

    .mp-description {
        text-align: left;
        text-align-last: left;
    }

    .mp-image-container {
        height: 250px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d72677 *//* Reset & Base */
.mp-section * {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    background-color: #fff;
}

.mp-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.mp-container {
    width: 100%;
    max-width: 1100px;
}

/* Header */
.mp-header-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.mp-title-container {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    padding: 0 20px;
}

.mp-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    z-index: 2;
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

/* Peach/Light Orange Brush */
.mp-title-bg-peach-brush {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-1deg);
    width: 105%;
    height: 50%;
    background-color: #ffccbc;
    /* Peach */
    z-index: 1;
    opacity: 0.9;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(255, 204, 188, 0.4);
}

.mp-description {
    max-width: 950px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.9;
    color: #444;
    text-align: justify;
    text-align-last: left;
    /* Looks standard in this block */
}

/* Content Layout */
.mp-content-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
}

/* Image Column */
.mp-image-col {
    flex: 1;
    display: flex;
    justify-content: center;
}

.mp-visual-img {
    max-width: 100%;
    height: auto;
    /* Placeholder Styling */
    min-height: 300px;
    background-color: #f5f5f5;
    border-radius: 10px;
    /* Rounded per image style */
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
    transform: rotate(-2deg);
    /* Slight playful tilt like in the image */
}

/* Text Column */
.mp-text-col {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mp-side-text {
    font-size: 1rem;
    line-height: 2;
    color: #333;
    margin-bottom: 40px;
    text-align: justify;
}

/* CTA Button */
.mp-cta-wrapper {
    text-align: left;
    /* Or center if preferred, image seems left/center */
}

.mp-cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #ff5252 0%, #ff7043 100%);
    /* Orange-Red Gradient */
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.mp-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 87, 34, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .mp-content-row {
        flex-direction: column;
        gap: 30px;
    }

    .mp-title {
        font-size: 1.3rem;
    }

    .mp-visual-img {
        transform: rotate(0deg);
        /* Reset tilt on mobile for cleaner stack */
        min-height: 200px;
    }

    .mp-cta-wrapper {
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9392f2 *//* Reset & Base */
.mp-section * {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
}

.mp-section1 {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    background-color: #f6f5f7;
}

.mp-container {
    width: 100%;
    max-width: 1100px;
}

/* Header */
.mp-header-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.mp-title-container {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    padding: 0 20px;
}

.mp-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    z-index: 2;
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

/* Peach/Light Orange Brush (Same as previous) */
.mp-title-bg-peach-brush {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(1deg);
    /* Slight rotation diff */
    width: 105%;
    height: 50%;
    background-color: #ffccbc;
    /* Peach */
    z-index: 1;
    opacity: 0.9;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(255, 204, 188, 0.4);
}

.mp-description {
    max-width: 950px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.9;
    color: #444;
    text-align: justify;
    text-align-last: left;
}

/* Content Layout - Flex */
.mp-content-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
}

/* Columns */
.mp-text-col {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mp-image-col {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

/* Image styling */
.mp-visual-img {
    max-width: 100%;
    height: auto;
    /* Placeholder Styling */
    min-height: 300px;
    background-color: #eee;
    object-fit: cover;
    /* Masking effect to simulate brush edges (optional/advanced, simple version here) */
    /* We'll use a simple shape or border radius for now, user can replace with transparent png */
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Side Text */
.mp-side-text {
    font-size: 1rem;
    line-height: 2;
    color: #333;
    margin-bottom: 40px;
    text-align: justify;
}

/* CTA Button */
.mp-cta-wrapper {
    text-align: left;
    /* Align left to match flow */
}

.mp-cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #ff5252 0%, #ff7043 100%);
    /* Orange-Red Gradient */
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.mp-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 87, 34, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .mp-content-row {
        flex-direction: column-reverse;
        /* Stack Image on top, or Text on top? Reference usually stacks visual then text or vice versa. Let's keep Standard stack: Image first often better, or Text first. */
        /* If we want Image -> Text on mobile: flex-direction: column-reverse (since HTML is Text -> Image) */
        /* Actually, in the previous one (Info Org), it was Image -> Text. 
           Here HTML is Text -> Image. 
           So column-reverse makes it Image -> Text on mobile. */
        flex-direction: column-reverse;
        gap: 30px;
    }

    .mp-title {
        font-size: 1.3rem;
    }

    .mp-cta-wrapper {
        text-align: center;
    }

    .mp-visual-img {
        min-height: 200px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4930f55 *//* Reset & Base */
.mp-section * {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    background-color: #fff;
}

.mp-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.mp-container {
    width: 100%;
    max-width: 1100px;
}

/* Header */
.mp-header-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.mp-title-container {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    padding: 0 20px;
}

.mp-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    z-index: 2;
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

/* Peach/Light Orange Brush */
.mp-title-bg-peach-brush {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-1deg);
    width: 105%;
    height: 50%;
    background-color: #ffccbc;
    /* Peach */
    z-index: 1;
    opacity: 0.9;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(255, 204, 188, 0.4);
}

.mp-description {
    max-width: 950px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.9;
    color: #444;
    text-align: justify;
    text-align-last: left;
    /* Looks standard in this block */
}

/* Content Layout */
.mp-content-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
}

/* Image Column */
.mp-image-col {
    flex: 1;
    display: flex;
    justify-content: center;
}

.mp-visual-img {
    max-width: 100%;
    height: auto;
    /* Placeholder Styling */
    min-height: 300px;
    background-color: #f5f5f5;
    border-radius: 10px;
    /* Rounded per image style */
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
    transform: rotate(-2deg);
    /* Slight playful tilt like in the image */
}

/* Text Column */
.mp-text-col {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mp-side-text {
    font-size: 1rem;
    line-height: 2;
    color: #333;
    margin-bottom: 40px;
    text-align: justify;
}

/* CTA Button */
.mp-cta-wrapper {
    text-align: left;
    /* Or center if preferred, image seems left/center */
}

.mp-cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #ff5252 0%, #ff7043 100%);
    /* Orange-Red Gradient */
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.mp-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 87, 34, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .mp-content-row {
        flex-direction: column;
        gap: 30px;
    }

    .mp-title {
        font-size: 1.3rem;
    }

    .mp-visual-img {
        transform: rotate(0deg);
        /* Reset tilt on mobile for cleaner stack */
        min-height: 200px;
    }

    .mp-cta-wrapper {
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4d08c7 */.mp-unique-quote-banner-section {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
.mp-quote-banner-container {
    position: relative;
    max-width: 1200px;
    /* Assuming consistent width with other sections */
    margin: 0 auto;
    overflow: hidden;
}
.mp-quote-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 400px;
    object-fit: cover;
}
/* Text Overlay */
.mp-quote-text-overlay {
    position: absolute;
    bottom: 40px;
    /* Adjust based on image composition */
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
    /* Optional: background gradient fade if text is hard to read? Image seems light enough at bottom. */
}
.mp-quote-en {
    font-family: 'Cormorant Garamond', serif;
    /* Elegant serif */
    font-size: 2.8rem;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 1.2;
}
.mp-quote-jp {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.1rem;
    color: #fff;
    margin: 0 0 20px 0;
    letter-spacing: 0.05em;
}
.mp-quote-citation {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
}
/* Responsive */
@media (max-width: 768px) {
    .mp-quote-en {
        font-size: 1.8rem;
    }
    .mp-quote-jp {
        font-size: 0.95rem;
    }
    .mp-quote-text-overlay {
        bottom: 20px;
    }
}/* End custom CSS */