AmazonS3
tcp/443 tcp/80
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c7cf176427cf176422b63f4825bdb4d635bdb4d635bdb4d63
Found 2 files trough .DS_Store spidering: /css /images
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65222298b83b
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = true [remote "origin"] url = https://github.com/p-up/fc.teluru.jp.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c7cf176427cf176422b63f4825bdb4d635bdb4d635bdb4d63
Found 2 files trough .DS_Store spidering: /css /images
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65222298b83b
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = true [remote "origin"] url = https://github.com/p-up/fc.teluru.jp.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
Open service 13.32.121.11:80 · fc.teluru.jp
2026-01-09 18:32
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Date: Fri, 09 Jan 2026 11:59:59 GMT
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 ec1ac21acdbd36c971eca9d6b61d0744.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: UmDIjZOHJA9eA3qm3r2dcvaScwhTI23Qz47L9IAoXWx-66XxgCBjzA==
Age: 23582
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.11:80 · fc.teluru.jp
2026-01-09 18:32
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Date: Fri, 09 Jan 2026 11:59:59 GMT
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 9ef1b108656dc6d0707b168b862883dc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: 1U7zXXjxIy_4zBASo6ME7rGxlmX0abqkt5yHjXo8CHa4hkw4ycmPrw==
Age: 23582
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.112:443 · fc.teluru.jp
2026-01-09 16:50
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Date: Fri, 09 Jan 2026 11:59:59 GMT
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 d7433132a7c6595c9aab2dc2272e7060.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: UG6Ycwlkq7bLbUK1R4kEYBF4SFV7OoCGw9kWN9KGjH3UK0Ywx82zzQ==
Age: 17435
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.112:443 · fc.teluru.jp
2026-01-08 20:42
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 08 Jan 2026 20:42:05 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
X-Cache: Hit from cloudfront
Via: 1.1 adc51edbb4dc468fb382e40b115a2f62.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: tcCej-jhCgNkZr_MU14RDL8LRQllMzyAGscTvDo9KrC1ekI1oVXrLw==
Age: 2
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.112:443 · fc.teluru.jp
2026-01-02 23:50
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Date: Fri, 02 Jan 2026 21:52:01 GMT
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 c80fd33b8f8c4dff5488cc52ba797aa6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: dgE2f_sMi62gH9513Df9QoaYZVFEOyUrfqVgFPNW5_nAa71Bxvy1rQ==
Age: 7081
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.11:80 · fc.teluru.jp
2026-01-02 21:52
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Date: Fri, 02 Jan 2026 21:52:01 GMT
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 3141f89cca62ae5784a211a8d1176d1c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: aIKONQrXkhorq_MQg4lYL4ttM-eQM0L9J_Wx4yU73klcPWyh-gr8OA==
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.112:443 · fc.teluru.jp
2026-01-01 22:59
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 22:59:28 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
X-Cache: Hit from cloudfront
Via: 1.1 00746b020527dcdbeca0dab6f6de299a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: oJU7jnyaLSVmEe9nqpI4EYBoKPPmtfUz5EcBfUkPne3UyOHlpIPbbA==
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.112:443 · fc.teluru.jp
2025-12-30 05:31
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Date: Tue, 30 Dec 2025 01:29:25 GMT
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 11a78ce92a548aac13fb6ee545aff014.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: ITHUXmH8qZHUbP4IOVPOBP4lk3jFTVDXFsq_CsZ2JRp-NHLY2w8H3g==
Age: 14501
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.112:443 · fc.teluru.jp
2025-12-23 07:24
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
Date: Tue, 23 Dec 2025 04:25:22 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
X-Cache: Hit from cloudfront
Via: 1.1 5fa65194b963365c20fbd28444032cfc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: 34NXoNMZgQHd3CnEcMrpJrnWr1HFVClExsXxkxvhcDLY1TjqlvTBIA==
Age: 10766
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.112:443 · fc.teluru.jp
2025-12-23 05:18
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
Date: Tue, 23 Dec 2025 04:25:22 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
X-Cache: Hit from cloudfront
Via: 1.1 0dec5f752f0f332c449471a83f050dd2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: sMYGvDyHs3f7gFMhykAvUUNaEkA8EmNvDp4_t967NxgRSjfqTImk2g==
Age: 3218
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.11:80 · fc.teluru.jp
2025-12-23 04:25
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
Date: Tue, 23 Dec 2025 04:25:22 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
X-Cache: Hit from cloudfront
Via: 1.1 91353a8aba9ab05d79e9678e004043bc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: s8z-8L0zWPMOgSTaT3tD1_fb_culC1ET10-sPEe6dI_WVXb0bNrqDg==
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.11:80 · fc.teluru.jp
2025-12-23 04:25
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
Date: Tue, 23 Dec 2025 04:25:22 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
X-Cache: Hit from cloudfront
Via: 1.1 a300dbfb49a2eb50edb83038642c9f82.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: gdExT24KKHPCGrJsy09od3Ory95wcGQXhqRMTtHBoFcLs644-GvHfw==
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.11:80 · fc.teluru.jp
2025-12-21 10:08
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Date: Sun, 21 Dec 2025 02:46:25 GMT
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 a300dbfb49a2eb50edb83038642c9f82.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: jdS-bTEizFiA8LUkgqC_F5-9LWpVNHZZBuacV2fxKhEicWlArSQ4_A==
Age: 26551
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.112:443 · fc.teluru.jp
2025-12-21 02:46
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Date: Sun, 21 Dec 2025 02:46:25 GMT
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 ec1ac21acdbd36c971eca9d6b61d0744.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: 1Xd5m_m5V4YM0kl2RHRWKhZTJF-hPgPMyRfRFKPbvscyxjd0Uj2u7Q==
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.11:80 · fc.teluru.jp
2025-12-21 00:07
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
Date: Sun, 21 Dec 2025 00:07:16 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
X-Cache: Hit from cloudfront
Via: 1.1 1877c1d3c1c0435e896415d580d52c52.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: Xtvryaf5rdHkxdNm6gmWG0v1fTNeAJzP-bLRynrx5UqWXnicRfCeCw==
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.112:443 · fc.teluru.jp
2025-12-19 03:48
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Date: Fri, 19 Dec 2025 00:10:13 GMT
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 8c08c39035033b8c904aa0e3f734d6c6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: mI744kPhvy17B6u3SYdRItGBt3KIH__Hl_M-8nPjnJUudVHc0nYYrQ==
Age: 13120
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con
Open service 13.32.121.11:80 · fc.teluru.jp
2025-12-19 00:10
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 9248
Connection: close
Date: Fri, 19 Dec 2025 00:10:13 GMT
Last-Modified: Thu, 20 Jul 2023 06:10:01 GMT
ETag: "ff8fd7ea54ce7339453689707f7ed0b6"
x-amz-server-side-encryption: AES256
x-amz-version-id: Ct2.r1jsjygToldtgQAz7AOcQysWIo4z
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 a300dbfb49a2eb50edb83038642c9f82.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: zEHoo-lD_jCmAs3IIs22ZzNieq6xXjXFAx9R9gaZLqyh2TIUrcWWLw==
Page title: テルル FC事業のご案内 | 株式会社ピーアップ
<!DOCTYPE html>
<html lang="ja" prefix ="og: http://ogp.me/ns#">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/ fb# website: http://ogp.me/ns/ website #">
<meta property="og:url" content="https://fc.teluru.jp" />
<meta property="og:type" content="website" />
<meta property="og:title" content="テルル FC事業のご案内" />
<meta property="og:description" content="首都圏を中心に80店舗以上を展開するデジタルショップ「テルル」のフランチャイズ事業をご案内いたします。" />
<meta property="og:site_name" content="|株式会社ピーアップ" />
<meta property="og:image" content="images/ogp.jpg" />
<!-- 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-MR65SZP');</script>
<!-- End Google Tag Manager -->
<!-- 「トップへ戻る」のアニメーション -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- 「トップへ戻る」のjquery -->
<script>
$(function() {
var appear = false;
var pagetop = $('#page_top');
$(window).scroll(function () {
if ($(this).scrollTop() > 100) { //100pxスクロールしたら
if (appear == false) {
appear = true;
pagetop.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
pagetop.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
});
pagetop.click(function () {
$('body, html').animate({ scrollTop: 0 }, 500); //0.5秒かけてトップへ戻る
return false;
});
});
</script>
<!-- 追随型お問い合わせボタンのアニメーション -->
<script>
$(function() {
var appear = false;
var fixed_button = $('#fixed_button');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) { //100pxスクロールしたら
if (appear == false) {
appear = true;
fixed_button.stop().animate({
'bottom': '60px' //下から50pxの位置に
}, 300); //0.3秒かけて現れる
}
} else {
if (appear) {
appear = false;
fixed_button.stop().animate({
'bottom': '-50px' //下から-50pxの位置に
}, 300); //0.3秒かけて隠れる
}
}
$(window).bind("scroll", function() {
scrollHeight = $(document).height();
scrollPosition = $(window).height() + $(window).scrollTop();
if ( (scrollHeight - scrollPosition) / scrollHeight <= 0.03) {
fixed_button.fadeOut();
} else {
fixed_button.fadeIn();
}
});
});
});
</script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/teluru_favicon.png" />
<link rel="icon" type="image/png" href="images/teluru_favicon.png">
<title>テルル FC事業のご案内 | 株式会社ピーアップ</title>
</head>
<!--headerここから--------------------------------------->
<header>
<div id="top_logo">
<a href="index.html">
<img src="images/top_logo.png" alt="">
</a>
</div>
<ul id="globalnavi">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">「テルル」について</a></li>
<li><a href="industry.html">通信業界について</a></li>
<li><a href="introduction.html">導入について</a></li>
<li><a href="con