Large-Scale Renovation of Condominiums and Apartments | Kakeru Koumuten Co., Ltd.
/* =========================================================
Kakeru Koumuten Co., Ltd. | Large-Scale Repair General Information Page Dedicated CSS
・Scope all selectors under .kk-large-hub-root (to avoid affecting other articles and JIN)
・Use only half-width ASCII in content (to avoid entity reference in WordPress &#x…)
・No JavaScript used
========================================================= */
.kk-large-hub-root{
–kk-blue:#0b57a4;
–kk-blue-d:#083b6f;
–kk-blue-l:#eef4fb;
–kk-blue-line:#d6e2f0;
–kk-ink:#1f2a37;
–kk-sub:#4b5563;
–kk-muted:#7a8694;
–kk-note:#f3f6f9;
–kk-white:#ffffff;
color:var(–kk-ink);
line-height:1.9;
font-size:16px;
word-break:break-word;
overflow-wrap:anywhere;
}
.kk-large-hub-root *{box-sizing:border-box;}
/* Disable the bullet numbers and dot badges added by JIN to the main text’s li/ol/ul */
.kk-large-hub-root li::before,
.kk-large-hub-root li::after{content:none !important;}
.kk-large-hub-root ul,
.kk-large-hub-root ol{list-style:none;margin:0;padding:0;}
.kk-large-hub-root p{margin:0 0 1em;}
.kk-large-hub-root a{color:var(–kk-blue);}
/* —- Headings (Override JIN’s heading decorations and apply custom design) —- */
.kk-large-hub-root h2.kk-large-hub-h2{
background:none !important;
color:var(–kk-blue-d) !important;
font-size:1.5em !important;
line-height:1.5 !important;
font-weight:700 !important;
margin:2.4em 0 1em !important;
padding:.2em 0 .6em .8em !important;
border:none !important;
border-left:6px solid var(–kk-blue) !important;
border-bottom:2px solid var(–kk-blue-line) !important;
border-radius:0 !important;
}
.kk-large-hub-root h2.kk-large-hub-h2::before,
.kk-large-hub-root h2.kk-large-hub-h2::after{content:none !important;display:none !important;}
.kk-large-hub-root h3.kk-large-hub-h3{
background:none !important;
color:var(–kk-blue-d) !important;
font-size:1.2em !important;
font-weight:700 !important;
margin:1.8em 0 .7em !important;
padding:0 0 0 .6em !important;
border:none !important;
border-left:4px solid var(–kk-blue) !important;
border-radius:0 !important;
}.kk-large-hub-root h3.kk-large-hub-h3::before,
.kk-large-hub-root h3.kk-large-hub-h3::after{content:none !important;display:none !important;}
/* —- Upper Summary Box —- */
.kk-large-hub-summary{
background:var(–kk-blue-l);
border:1px solid var(–kk-blue-line);
border-radius:12px;
padding:22px 22px 24px;
margin:0 0 26px;
}
.kk-large-hub-summary .kk-large-hub-summary-ttl{
font-size:1.15em;font-weight:700;color:var(–kk-blue-d);
margin:0 0 12px;
}
.kk-large-hub-checklist{display:flex;flex-direction:column;gap:8px;margin:0 0 18px;}
.kk-large-hub-checklist li{
position:relative;padding:0 0 0 26px;color:var(–kk-ink);
}
.kk-large-hub-checklist li .kk-large-hub-tick{
position:absolute;left:0;top:.15em;color:var(–kk-blue);font-weight:700;
}
/* —- Buttons —- */
.kk-large-hub-btns{display:flex;flex-wrap:wrap;gap:12px;}
.kk-large-hub-btn{
display:inline-block;text-decoration:none;text-align:center;
font-weight:700;line-height:1.5;border-radius:10px;
padding:14px 22px;max-width:100%;
}
.kk-large-hub-btn-main{background:var(–kk-blue);color:#fff !important;border:2px solid var(–kk-blue);}
.kk-large-hub-btn-main:hover{background:var(–kk-blue-d);border-color:var(–kk-blue-d);}
.kk-large-hub-btn-sub{background:#fff;color:var(–kk-blue) !important;border:2px solid var(–kk-blue);}
.kk-large-hub-btn-sub:hover{background:var(–kk-blue-l);}
/* —- General Paragraph Lead —- */
.kk-large-hub-lead{font-size:1.02em;color:var(–kk-sub);}
/* —- Service Work Cards —- */
.kk-large-hub-cards{
display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:8px 0 6px;
}
.kk-large-hub-card{
border:1px solid var(–kk-blue-line);border-radius:12px;background:#fff;
padding:18px 18px 16px;
}
.kk-large-hub-card .kk-large-hub-card-ttl{
font-weight:700;color:var(–kk-blue-d);font-size:1.05em;margin:0 0 8px;
padding:0 0 8px;border-bottom:1px dashed var(–kk-blue-line);
}.kk-large-hub-card p{margin:0;color:var(–kk-sub);font-size:.95em;}
/* —- Search by Region —- */
.kk-large-hub-area-group{margin:10px 0 30px;}
.kk-large-hub-area-head{
display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;
background:var(–kk-blue-l);border-left:5px solid var(–kk-blue);
border-radius:8px;padding:10px 14px;margin:0 0 14px;
}
.kk-large-hub-area-head .kk-large-hub-area-name{font-weight:700;color:var(–kk-blue-d);font-size:1.12em;}
.kk-large-hub-area-head .kk-large-hub-area-note{color:var(–kk-sub);font-size:.85em;}
.kk-large-hub-grid{
display:grid;grid-template-columns:repeat(4,1fr);gap:10px;
}
.kk-large-hub-tile{
display:block;text-decoration:none;border:1px solid var(–kk-blue-line);
border-radius:10px;background:#fff;padding:12px 14px;
color:var(–kk-blue-d);font-weight:600;font-size:.95em;line-height:1.5;
transition:background .15s,border-color .15s;
}
.kk-large-hub-tile:hover{background:var(–kk-blue-l);border-color:var(–kk-blue);}
.kk-large-hub-tile .kk-large-hub-tile-arrow{color:var(–kk-blue);font-weight:700;}
/* —- Symptoms (Timing for Consideration) —- */
.kk-large-hub-sign{
display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:6px 0;
}
.kk-large-hub-sign .kk-large-hub-sign-item{
border:1px solid var(–kk-blue-line);border-radius:10px;padding:14px 16px;background:#fff;
}
.kk-large-hub-sign .kk-large-hub-sign-item b{color:var(–kk-blue-d);display:block;margin:0 0 4px;}
.kk-large-hub-sign .kk-large-hub-sign-item span{color:var(–kk-sub);font-size:.93em;}
/* —- Notes/Supplement Box —- */
.kk-large-hub-note{
background:var(–kk-note);border:1px solid #e4e8ec;border-radius:10px;
padding:14px 16px;margin:16px 0;color:var(–kk-sub);font-size:.95em;
}
.kk-large-hub-note-blue{
background:var(–kk-blue-l);border:1px solid var(–kk-blue-line);border-radius:10px;
padding:14px 16px;margin:16px 0;color:var(–kk-ink);font-size:.95em;
}
/* —- Cost Table —- */.kk-large-hub-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:10px 0;}
.kk-large-hub-table{
border-collapse:collapse;width:100%;min-width:520px;font-size:.95em;background:#fff;
}
.kk-large-hub-table th,.kk-large-hub-table td{
border:1px solid var(–kk-blue-line) !important;
padding:11px 13px !important;text-align:left;vertical-align:top;
white-space:normal !important;
}
.kk-large-hub-table thead th{background:var(–kk-blue);color:#fff !important;font-weight:700;}
.kk-large-hub-table tbody th{background:var(–kk-blue-l);color:var(–kk-blue-d);font-weight:700;width:34%;}
/* —- Flow (Steps) —- */
.kk-large-hub-flow{display:flex;flex-direction:column;gap:0;margin:8px 0;}
.kk-large-hub-step{
position:relative;padding:0 0 20px 52px;border-left:2px solid var(–kk-blue-line);
margin-left:16px;
}
.kk-large-hub-step:last-child{border-left-color:transparent;padding-bottom:0;}
.kk-large-hub-step .kk-large-hub-step-no{
position:absolute;left:-17px;top:-2px;width:34px;height:34px;line-height:34px;
text-align:center;background:var(–kk-blue);color:#fff;font-weight:700;border-radius:50%;
font-size:.95em;
}
.kk-large-hub-step .kk-large-hub-step-ttl{font-weight:700;color:var(–kk-blue-d);margin:2px 0 3px;}
.kk-large-hub-step p{margin:0;color:var(–kk-sub);font-size:.95em;}
/* —- Reasons to Choose Us —- */
.kk-large-hub-reasons{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:8px 0;}
.kk-large-hub-reason{
border:1px solid var(–kk-blue-line);border-radius:12px;background:#fff;padding:18px;
}
.kk-large-hub-reason .kk-large-hub-reason-ttl{color:var(–kk-blue-d);font-weight:700;margin:0 0 8px;font-size:1.05em;}
.kk-large-hub-reason p{margin:0;color:var(–kk-sub);font-size:.95em;}
/* —- FAQ —- */
.kk-large-hub-faq{display:flex;flex-direction:column;gap:10px;margin:8px 0;}
.kk-large-hub-faq-item{border:1px solid var(–kk-blue-line);border-radius:10px;background:#fff;overflow:hidden;}
.kk-large-hub-faq-q{font-weight:700;color:var(–kk-blue-d);background:var(–kk-blue-l);
padding:14px 16px;
}
.kk-large-hub-faq-a{padding:14px 16px;color:var(–kk-sub);}
.kk-large-hub-faq-a p{margin:0;}
/* —- CTA —- */
.kk-large-hub-cta{
background:var(–kk-blue-d);color:#fff;border-radius:14px;
padding:30px 26px;margin:34px 0 10px;text-align:center;
}
.kk-large-hub-cta .kk-large-hub-cta-ttl{font-size:1.25em;font-weight:700;margin:0 0 10px;}
.kk-large-hub-cta p{color:#e7eef6;margin:0 auto 18px;max-width:640px;}
.kk-large-hub-cta .kk-large-hub-btns{justify-content:center;}
.kk-large-hub-cta .kk-large-hub-btn-main{background:#fff;color:var(–kk-blue-d) !important;border-color:#fff;}
.kk-large-hub-cta .kk-large-hub-btn-main:hover{background:#e7eef6;}
.kk-large-hub-cta .kk-large-hub-btn-sub{background:transparent;color:#fff !important;border-color:#fff;}
.kk-large-hub-cta .kk-large-hub-btn-sub:hover{background:rgba(255,255,255,.12);}
/* —- Related Links —- */
.kk-large-hub-links{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 20px;margin:8px 0;}
.kk-large-hub-links a{
display:block;text-decoration:none;color:var(–kk-blue-d);font-weight:600;
padding:10px 12px;border-bottom:1px solid var(–kk-blue-line);
}
.kk-large-hub-links a:hover{background:var(–kk-blue-l);}
.kk-large-hub-links a .kk-large-hub-tile-arrow{color:var(–kk-blue);}
/* —- Responsive —- */
@media (max-width:900px){
.kk-large-hub-cards{grid-template-columns:repeat(2,1fr);}
.kk-large-hub-grid{grid-template-columns:repeat(3,1fr);}
}
@media (max-width:768px){
.kk-large-hub-root{font-size:15px;}
.kk-large-hub-reasons{grid-template-columns:1fr;}
.kk-large-hub-links{grid-template-columns:1fr;}
}
@media (max-width:600px){
.kk-large-hub-cards{grid-template-columns:1fr;}
.kk-large-hub-grid{grid-template-columns:1fr;}
.kk-large-hub-sign{grid-template-columns:1fr;}
.kk-large-hub-btn{width:100%;}
}
- ✓We handle large-scale repairs for condominiums and apartments.
- ✓Service areas include Kanagawa and Tokyo. We operate from Aoba-ku, Yokohama.
- ✓You can consult us for temporary scaffolding, exterior painting, waterproofing, roofing, rain gutters, and more.
- ✓You can find regional guidance pages based on the location of the building.
- ✓We offer on-site surveys and estimates. We also welcome comparative estimates.
For Those Struggling to Find a Consultation Desk for Large-Scale Repairs
Large-scale repairs for condominiums and apartments often involve multiple projects such as exterior walls, roofs, waterproofing, sealing, and metal parts, leading to many voices expressing, “I don’t know where to consult all at once.” Since the scope of work is broad, costs are significant, and consideration for residents and neighbors is necessary, choosing a contractor should be approached with caution.
Kakeru Koumuten Co., Ltd. is a construction company based in Aoba-ku, Yokohama, specializing in exterior renovations throughout Kanagawa and Tokyo. Since we can handle everything from temporary scaffolding to exterior painting, waterproofing, roofing, and rain gutters, you can plan the overall repairs of the building through a single point of contact. We welcome inquiries from owners, management companies, and corporate representatives.
This page summarizes the basic concepts of large-scale repairs and the benefits of consulting with Kakeru Koumuten, allowing you to proceed to regional guidance pages based on the location of the building. Please start by looking at the areas or types of work that interest you.
What Kakeru Koumuten Can Do for Large-Scale Repairs
These are the main types of work that are often required for large-scale repairs. We will propose a combination of necessary areas based on the condition of the building and your budget. Since the feasibility and specifications differ for each building, we will explain after conducting an on-site survey.
This is the installation of scaffolding, which serves as the foundation for the entire construction. It is planned according to the height and shape of the building. Click here for the costs and duration of scaffolding work
Protection of the exterior walls and restoration of aesthetics. We select paint and processes according to the condition of the substrate. Click here for the costs of exterior wall painting plans
Replacement and addition of sealing around joints and sashes. This process is closely related to waterproofing.
Renovation of the waterproofing layer on roofs and balconies. It prevents water leakage into the building’s interior. Click here for the costs of waterproofing work
Repair, re-roofing, and roof overlay methods. We provide proposals according to the shape of the building. Click here for information on roofing work
Replacement and repair of rain gutters and sheet metal parts. Proper drainage of rainwater protects the building.
Repair of cracks, bulges, and missing sections. This is also important as a substrate treatment before painting.
We propose repairs based on the condition of common areas such as shared hallways and external stairs.
We also accept consultations regarding interior finishing and restoration based on the condition of the building.
For damages not listed above, we will first check the site and propose necessary repairs.
Find Articles on Large-Scale Repairs for Condominiums and Apartments by Region
You can view the regional guidance pages based on the location of the condominiums and apartments you own or manage. Each regional article summarizes the key points to consider when planning large-scale repairs in that area.
Kanagawa Prefecture
Large-scale repairs for condominiums and apartments in Asahi-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Izumi-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Isogo-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Kanagawa-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Kanazawa-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Konan-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Kohoku-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Sakae-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Seya-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Tsuzuki-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Tsurumi-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Totsuka-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Naka-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Nishi-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Hodogaya-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Midori-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Minami-ku, Yokohama ›
Large-scale repairs for condominiums and apartments in Kawasaki-ku, Kawasaki ›
Large-scale repairs for condominiums and apartments in Saiwai-ku, Kawasaki ›
Large-scale repairs for condominiums and apartments in Takatsu-ku, Kawasaki ›
Large-scale repairs for condominiums and apartments in Tama-ku, Kawasaki ›
Large-scale repairs for condominiums and apartments in Nakahara-ku, Kawasaki ›
Large-scale repairs for condominiums and apartments in Miyamae-ku, Kawasaki ›
Large-scale Repairs for Condominiums and Apartments in Yokosuka City ›
Large-scale Repairs for Condominiums and Apartments in Kamakura City ›
Large-scale Repairs for Condominiums and Apartments in Fujisawa City ›
Large-scale Repairs for Condominiums and Apartments in Chigasaki City ›
Large-scale Repairs for Condominiums and Apartments in Hiratsuka City ›
Large-scale Repairs for Condominiums and Apartments in Atsugi City ›
Large-scale Repairs for Condominiums and Apartments in Yamato City ›
Large-scale Repairs for Condominiums and Apartments in Ebina City ›
Large-scale Repairs for Condominiums and Apartments in Zama City ›
Large-scale Repairs for Condominiums and Apartments in Ayase City ›
Large-scale Repairs for Condominiums and Apartments in Isehara City ›
Large-scale repairs for condominiums and apartments in Odawara City ›
Large-scale repairs for condominiums and apartments in Hadano City ›
Large-scale repairs for condominiums and apartments in Zushi City ›
Large-scale repairs for condominiums and apartments in Miura City ›
Large-scale repairs for condominiums and apartments in Minamiashigara City ›
Large-scale repairs for condominiums and apartments in Hayama Town, Miura District ›
Large-scale repairs for condominiums and apartments in Samukawa Town, Koza District ›
Large-scale repairs for condominiums and apartments in Aikou District (Aikawa Town, Kiyokawa Village) ›
Large-scale repairs for condominiums and apartments in Nakagun (Oiso Town, Ninomiya Town) ›
Large-scale repairs for condominiums and apartments in Ashigarashimo District (Hakone Town, Manazuru Town, Yugawara Town) ›
Large-scale repairs for condominiums and apartments in Ashigarakami District (Nakai Town, Oi Town, Matsuda Town, Yamakita Town, Kaisei Town) ›
Tokyo
東京都世田谷区のマンション・アパート大規模修繕 ›
東京都中野区のマンション・アパート大規模修繕 ›
東京都渋谷区のマンション・アパート大規模修繕 ›
東京都北区のマンション・アパート大規模修繕 ›
東京都練馬区のマンション・アパート大規模修繕 ›
東京都足立区のマンション・アパート大規模修繕 ›
東京都葛飾区のマンション・アパート大規模修繕 ›
東京都荒川区のマンション・アパート大規模修繕 ›
東京都豊島区のマンション・アパート大規模修繕 ›
東京都新宿区のマンション・アパート大規模修繕 ›
Large-scale repairs for condominiums and apartments in Setagaya-ku, Tokyo ›
Large-scale repairs for condominiums and apartments in Shibuya-ku, Tokyo ›
Large-scale repairs for condominiums and apartments in Nakano-ku, Tokyo ›
Large-scale repairs for condominiums and apartments in Suginami-ku, Tokyo ›
Large-scale repairs for condominiums and apartments in Toshima-ku, Tokyo ›
Large-scale repairs for condominiums and apartments in Kita-ku, Tokyo ›
Large-scale repairs for condominiums and apartments in Arakawa-ku, Tokyo ›
Large-scale repairs for condominiums and apartments in Itabashi-ku, Tokyo ›
Large-scale repairs for condominiums and apartments in Nerima-ku, Tokyo ›
Large-scale repairs for condominiums and apartments in Adachi-ku, Tokyo ›
Large-scale repairs for condominiums and apartments in Katsushika-ku, Tokyo ›
Large-scale repairs for condominiums and apartments in Edogawa-ku, Tokyo ›
Large-scale repairs for condominiums and apartments in Tachikawa, Tokyo ›
Large-scale repairs for condominiums and apartments in Musashino, Tokyo ›
Large-scale repairs for condominiums and apartments in Mitaka, Tokyo ›
Large-scale repairs for condominiums and apartments in Ome, Tokyo ›
Large-scale repairs for condominiums and apartments in Fuchu, Tokyo ›
Large-scale repairs for condominiums and apartments in Akishima, Tokyo ›
Large-scale repairs for condominiums and apartments in Chofu, Tokyo ›
Large-scale repairs for condominiums and apartments in Machida, Tokyo ›
Large-scale repairs for condominiums and apartments in Koganei, Tokyo ›
Large-scale repairs for condominiums and apartments in Kodaira, Tokyo ›
Large-scale repairs for condominiums and apartments in Hino City, Tokyo ›
Large-scale repairs for condominiums and apartments in Higashimurayama City, Tokyo ›
Large-scale repairs for condominiums and apartments in Kokubunji City, Tokyo ›
Large-scale repairs for condominiums and apartments in Kunitachi City, Tokyo ›
Large-scale repairs for condominiums and apartments in Fussa City, Tokyo ›
Large-scale repairs for condominiums and apartments in Komae City, Tokyo ›
Large-scale repairs for condominiums and apartments in Higashiyamato City, Tokyo ›
Large-scale repairs for condominiums and apartments in Kiyose City, Tokyo ›
Large-scale repairs for condominiums and apartments in Higashikurume City, Tokyo ›
Large-scale repairs for condominiums and apartments in Musashimurayama City, Tokyo ›
Large-scale repairs for condominiums and apartments in Tama City, Tokyo ›
Large-scale repairs for condominiums and apartments in Inagi City, Tokyo ›Large-scale repairs for condominiums and apartments in Hamura, Tokyo ›
Large-scale repairs for condominiums and apartments in Akiruno, Tokyo ›
Large-scale repairs for condominiums and apartments in Nishitokyo, Tokyo ›
Large-scale repairs for condominiums and apartments in Nishitama-gun, Tokyo ›
Main Timing for Considering Large-scale Repairs
If you notice any of the following symptoms, it is time to consider large-scale or partial repairs. Delaying action may lead to further impacts on the interior of the building, so we recommend an early on-site inspection.
Cost of Major Repairs
The cost of major repairs varies based on the size of the building, number of floors, scaffolding area, deterioration conditions, materials used, and scope of work. Even for the same “major repairs for a condominium,” the amount can differ significantly depending on the necessary work, so we cannot provide a uniform estimate for the total cost. The exact cost will be estimated after an on-site inspection.
Details about unit prices and pricing plans for each type of work can be found on the following pages of our official website.
| Pages for Confirming Prices and Plans | Content |
|---|---|
| Construction Menu and Price List | Information on construction menus such as roof overlay (cover method) and the cost considerations. |
| Cost of Exterior Painting Plans | Information on costs for exterior painting and sealing work by plan. |
| Cost of Waterproofing Work | Information on cost considerations for waterproofing work. |
| Cost and Duration of Temporary Scaffolding Work | Information on the costs and estimated duration for temporary scaffolding. |
Process Until Construction
This is the general flow from consultation to completion of construction and subsequent aftercare maintenance.
Please let us know the location of your building and any issues you are facing via phone, form, or non-face-to-face estimate.
We will visit the building to check the condition of the exterior walls, roof, waterproofing, and metal parts.
Based on the investigation results, we will organize where and what kind of damage exists.
We will provide the details and scope of the necessary work along with the estimate.
We will adjust the scope, specifications, and schedule based on your requests.
Once you are satisfied with the details, we will proceed to the contract.
We will prepare for the construction, including prior notifications to residents and neighbors.
We will proceed with the construction according to the plan, starting with the installation of scaffolding.
After the construction is completed, you will confirm the finish.
We also provide inspections and aftercare maintenance after the construction. About Warranty
Reasons Why Kakeru Koumuten is Chosen for Large-Scale Repairs
For large-scale repairs, we proceed with exterior wall painting, waterproofing, roofing, and rain gutter work after setting up temporary scaffolding. Kakeru Koumuten Co., Ltd. allows you to consult on everything from temporary scaffolding to various exterior works, reducing the hassle of arranging different contractors for each job.
Since we own our scaffolding materials, we can easily plan the entire exterior work that requires scaffolding, which is one of our strengths.
Based in Aoba-ku, Yokohama, we provide services primarily in Kanagawa and Tokyo. We can offer proposals tailored to local buildings.
We handle on-site surveys and estimates. We also welcome competitive estimates from other companies, so feel free to use us as a comparison tool.
Our service doesn’t end when the construction is complete. We also provide post-construction inspections and aftercare maintenance.
We respond to consultations and requests from building owners, management companies, and corporate representatives, among others.
Click here for more details on why Kakeru Koumuten Co., Ltd. is chosen
Frequently Asked Questions
Yes, we accept requests for estimates only. After an on-site survey, we will provide you with the necessary work details and an estimate. Please feel free to consult with us first.
Yes, we welcome competitive estimates. You can use our estimate as a comparison tool when considering other companies.
We can accommodate construction while tenants are present. We will provide guidance to tenants and neighbors before the work begins, ensuring consideration for their living conditions. We will propose methods of construction based on the building’s situation.
Yes, you can request both exterior painting and waterproofing work together. One of the features of Kakeru Koumuten is that you can consult about exterior work, including temporary scaffolding, at a single point of contact.
Yes, we can consult not only about large-scale repairs for the entire building but also about partial repairs for specific areas of concern. We will first check the condition on-site.
Yes, we accept requests not only from building owners but also from management companies and representatives of corporations.
The construction period varies greatly depending on the size of the building, the scope of work, and the condition of deterioration. We will provide an estimate of the schedule after conducting an on-site survey.
We provide inspections and aftercare maintenance after construction. The details of the warranty vary depending on the work performed, so we will explain this in detail at the time of contract.
Based in Aoba-ku, Yokohama, we primarily cover Kanagawa Prefecture and Tokyo. The availability of our services may vary depending on the location of the building, so please let us know your location and consult with us.
We will check the condition of the building, your budget, and the desired scope of work, and propose the necessary repair contents. Please feel free to consult us about on-site surveys and estimates.

