Apache
tcp/443
Open service 157.7.44.179:443 · attain.co.jp
2026-01-23 15:20
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 15:20:38 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: Apache
X-Powered-By: PHP/5.6.40
Link: <https://attain.co.jp/wp-json/>; rel="https://api.w.org/"
Vary: Range,Accept-Encoding
Accept-Ranges: none
Page title: 愛知・名古屋・東海エリアの賃貸マンション・アパートの原状回復工事|アテイン
<!doctype html>
<html><head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T3JV3Z9D');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<title>愛知・名古屋・東海エリアの賃貸マンション・アパートの原状回復工事|アテイン</title>
<meta name="Keywords" content="原状回復工事,リノベーション,退去立会代行,アテイン,協力業者募集,賃貸,リフォーム,外壁塗装,愛知,三重,静岡,岡崎市,協力業者募集" />
<meta name="description" content="東海エリア(愛知県・岐阜県・三重県・静岡県)で賃貸マンション・アパートの原状回復・退去立会・リフォーム・リノベならアテインへ。創業27年以上の実績で愛知・名古屋を中心に年間24,000件以上を施工。" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="https://attain.co.jp/css/import.css">
<!--TOPスライドショー-->
<link rel="stylesheet" type="text/css" href="https://attain.co.jp/css/slick-theme.css">
<link rel="stylesheet" type="text/css" href="https://attain.co.jp/css/slick.css">
<!--アイコンフォント fontawesome-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!--Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Abel|Noto+Sans+JP:300|Noto+Serif+JP:300" rel="stylesheet">
<!--favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="https://attain.co.jp/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://attain.co.jp/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://attain.co.jp/img/favicon-16x16.png">
<link rel="manifest" href="https://attain.co.jp/img/site.webmanifest">
<link rel="mask-icon" href="https://attain.co.jp/img/safari-pinned-tab.svg" color="#4ab546">
<meta name="msapplication-TileColor" content="#4ab546">
<meta name="theme-color" content="#ffffff">
<!--お問い合わせフォーム関連-->
<link rel="stylesheet" href="https://attain.co.jp/css/mailform.css" />
<!-- ご希望の日時選択ライブラリここから -->
<link rel="stylesheet" href="https://attain.co.jp/css/jquery.datetimepicker.css" />
<!-- ご希望の日時選択ライブラリここまで -->
<!--jQuery-->
<script src="https://code.jquery.com/jquery-3.4.0.min.js"></script>
<!--slick メインビジュアルのスライダー-->
<script type="text/javascript" src="https://attain.co.jp/js/slick.min.js"></script>
<script type="text/javascript">
jQuery(function($){
$('.slider').each(function(){
$(this).slick({
fade: true,
autoplay:true,
autoplaySpeed:5000,
dots:false,
});
});
});
</script>
<!--ハンバーガーメニュー用-->
<script type="text/javascript">
$(function(){
$('#nav_toggle').click(function(){
$("header").toggleClass('open');
$("nav").slideToggle(500);
});
});
</script>
<!--TOPに戻るボタン-->
<script type="text/javascript">
$(function() {
var topBtn = $('#page-top');
topBtn.hide();
//スクロールが100に達したらボタン表示
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
topBtn.fadeIn();
} else {
topBtn.fadeOut();
}
});
//スクロールしてトップ
topBtn.click(function () {
$('body,html').animate({
scrollTop: 0
}, 500);
return false;
});
});
</script>
<!-- スムーズスクロール部分の記述 -->
<script>
$(func