Help
RSS
API
Feed
Maltego
Contact
Domain > betsushiten.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-06-18
3.161.193.29
(
ClassC
)
2024-06-18
3.161.193.81
(
ClassC
)
2024-08-20
3.166.152.111
(
ClassC
)
2025-02-23
13.249.205.27
(
ClassC
)
2025-08-30
13.32.179.124
(
ClassC
)
2026-01-10
3.175.34.87
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sat, 10 Jan 2026 16:15:37 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://betsushiten.com/X-Cache: Redirect from cloudfrontVia: 1.1 6f487ff94f33b54cc57c94581b06fb50.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: 0Ap0oC3nn5HOua4kBgqprxsuumBK7Wbm0MMG5VRUJ5og-0K3Gpsczg html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 102075Connection: keep-aliveDate: Sat, 10 Jan 2026 14:51:17 GMTLast-Modified: Mon, 30 Jun 2025 14:03:50 GMTETag: 5bebeda0f59db4bda08babdf7d1f7cdcServer: AmazonS3X-Cache: Hit from cloudfrontVia: 1.1 1dec60e7743931415d677a5c5573774e.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: 41AmxUfBRFTDjvF-4u--qVhlMRN1e9fKz5KvuB1vyoT4xQdOAzV1RAAge: 5061 !DOCTYPE HTML>html langja>head> meta charsetUTF-8> script>/** * JSONPファイルから取得したデータを元にHTMLを生成します */// JSONPのコールバック関数function getNewsData(data) { // コンテナ要素を取得 const container document.getElementById(news-container); if (!container) { console.error(News container element not found); return; } // 最大表示件数 const maxEntries 3; // 表示するエントリ数を制限 const entries data.slice(0, maxEntries); // HTMLを生成 let html ; entries.forEach(entry > { // 本文を50文字程度で省略 const truncatedBody truncateText(entry.body, 50); // タイトルを40文字程度で省略 const truncatedName truncateText(entry.name, 30); // 日付をフォーマット const publishDate formatDate(entry.publish_at); // エントリのHTMLを生成 html + ` div classentry> a href${entry.note_url}> figure classimg> img src${entry.eyecatch}?width800 width280 height186 alt styleobject-fit: cover; width: 280px; height: 186px; object-position: center;> /figure> dl> dt>${truncatedName}/dt> dd>${truncatedBody}/dd> /dl> p classdate>${publishDate}/p> /a> /div> `; }); // コンテナにHTMLを挿入 container.innerHTML html;}/** * テキストを指定された文字数で切り詰める * @param {string} text - 元のテキスト * @param {number} length - 最大文字数 * @return {string} 切り詰められたテキスト(必要に応じて省略記号付き) */function truncateText(text, length) { // HTMLタグを除去 const plainText text.replace(/^>*>/g, ); if (plainText.length length) { return plainText; } // 指定された長さで切り詰め、省略記号を追加 return plainText.substring(0, length) + …;}/** * 日付を「YYYY.M.D」形式にフォーマット * @param {string} dateString - ISO形式の日付文字列 * @return {string} フォーマットされた日付 */function formatDate(dateString) { const date new Date(dateString); const year date.getFullYear(); const month date.getMonth() + 1; // 月は0から始まるため+1 const day date.getDate(); return `${year}.${month}.${day}`;}// JSONPファイルを読み込むfunction loadNewsData() { const script document.createElement(script); script.src https://betsushiten-hirai-openbox-rss.s3.ap-northeast-1.amazonaws.com/betsushiten-corp/news.jsonp; document.head.appendChild(script);}// ページ読み込み時にニュースデータを取得document.addEventListener(DOMContentLoaded, loadNewsData); /script> style mediaall> *, *:before, *:after { margin: 0; padding: 0; font-size: 100%; font-style: normal; font-weight: 400; box-sizing: border-box } html { overflow-y: scroll } body { font-family: Montserrat, M PLUS Rounded 1c, sans-serif; line-height: 1.75; -webkit-text-size-adjust: none; color: #000 } ul, ol, li { list-style-type: none } a { text-decoration: underline; color: #e60012 } img { vertical-align: bottom } table { border-collapse: collapse; border-spacing: 0 } main { display: block } iframe { display: block } textarea { display: block; resize: none } h1, h2, h3, p, li, dt, dd, th, td { transform: rotate(.03deg) } .strong { font-weight: 700 } @media (min-width:751px) { body { font-size: 18px } a:hover { text-decoration: none } .hidden-pc { display: none } } @media (max-width:750px) { body { font-size: 3.2vw } img { width: 100%; height: auto } .hidden-sp { display: none } } #header { position: relative; z-index: 100 } #header .nav a { display: block; text-decoration: none } #header .nav span { font-weight: 700 } @media (min-width:751px) { #header { line-height: 1 } #header .inner { margin: 0 auto; width: 1000px; height: 100px; display: flex; align-items: center } #header .logo { margin-right: 100px } #header .tgl { display: none } #header .menu { height: 100px; display: flex !important; align-items: center } #header .nav { width: 661px } #header .nav ul { display: flex } #header .nav li { margin-right: 50px } #header .nav li:last-child { margin-right: 0 } #header .nav span { display: block; text-align: center } #header .nav span:nth-of-type(1) { margin-bottom: 5px; font-size: 15px; letter-spacing: .11em } #header .nav span:nth-of-type(2) { font-size: 14px } #header .sns { display: flex } #header .sns li { margin-right: 20px } #header .sns li:last-child { margin-right: 0 } } @media (max-width:750px) { #header { height: 13.33333vw; position: relative } #header .logo { width: 18.53333vw; position: relative; top: 2.66667vw; left: 2.66667vw } #header .tgl { width: 13.33333vw; height: 13.33333vw; position: absolute; top: 0; right: 0; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/header_tgl.png) 0 0 no-repeat; background-size: 26.66667vw } #header .tgl.active { background-position-x: -13.33333vw } #header .menu { display: none; width: 56vw; position: absolute; top: 13.06667vw; right: 0 } #header .nav { line-height: 1; border-top: .26667vw dotted #fff } #header .nav li { border-bottom: .26667vw dotted #fff; background: #e60012 } #header .nav a { padding: 4vw; position: relative } #header .nav a:after { margin-top: -1.2vw; content: ; width: 1.6vw; height: 2.4vw; position: absolute; top: 50%; right: 2.66667vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/header_menu_arw.png) 0 0 no-repeat; background-size: 100% } #header .nav span { color: #fff } #header .nav span:nth-of-type(1) { margin-right: 5.33333vw; font-size: 3.73333vw } #header .nav span:nth-of-type(2) { font-size: 2.66667vw; position: relative; top: -.26667vw } #header .sns { padding: 4vw 0; display: flex; justify-content: center; background: #e60012 } #header .sns li { margin-right: 8vw; width: 6.66667vw; background-position: 0 0; background-repeat: no-repeat; background-size: 100% } #header .sns li:nth-of-type(1) { background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/sns_facebook_white.png) } #header .sns li:nth-of-type(2) { background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/sns_twitter_white.png) } #header .sns li:nth-of-type(3) { margin-right: 0; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/sns_instagram_white.png) } #header .sns img { opacity: 0 } } #content h1.icon, #content h2.icon { text-align: center; line-height: 1; color: #e50012 } #content h1.icon span, #content h2.icon span { display: inline-block; position: relative; font-weight: 700 } #content h1.icon span:before, #content h2.icon span:before { content: ; position: absolute; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/tit_icon.png) 0 0 no-repeat; background-size: 100% } @media (min-width:751px) { #content { margin-top: 90px } #content>.inner { margin: 0 auto; width: 1000px } #content h1.icon, #content h2.icon { font-size: 36px } #content h1.icon span:before, #content h2.icon span:before { width: 32px; height: 38px; top: -20px; left: -30px } } @media (max-width:750px) { #content { margin-top: 10.66667vw } #content h1.icon, #content h2.icon { font-size: 6.4vw } #content h1.icon span:before, #content h2.icon span:before { width: 5.6vw; height: 6.66667vw; top: -4vw; left: -5.33333vw } } #side { position: relative; z-index: 2 } #side .contact { background: #fce4df } #side .contact .tit { text-align: center; line-height: 1; color: #e50012 } #side .contact .tit span { display: inline-block; position: relative; font-weight: 700 } #side .contact .tit span:before { content: ; position: absolute; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/tit_icon.png) 0 0 no-repeat; background-size: 100% } #side .contact .txt01 { font-weight: 700; text-align: center } #side .contact .txt02 { line-height: 1 } #side .contact .txt02 li { position: relative } #side .contact .txt02 li:before { content: ; position: absolute; top: 50%; left: 0; background: #fff } #side .contact .txt02 li:last-child { margin-bottom: 0 !important } #side .contact .btn { margin: 0 auto; background-position: 0 0; background-repeat: no-repeat; background-size: 100% } #side .contact .btn a { display: block; font-weight: 700; text-align: center; text-decoration: none; line-height: 1; color: #fff } #side .links { margin: 0 auto; display: flex; flex-wrap: wrap; line-height: 1 } #side .links a { display: block; text-align: center; text-decoration: none; color: #000; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/side_links_bg.png) 0 0 no-repeat; background-size: 100% } #side .links span { display: inline-block; font-weight: 700; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/side_links_icon.png) 0 center no-repeat } @media (min-width:751px) { #side { margin-bottom: 180px } #side .contact { margin-bottom: 60px; padding: 60px 0 } #side .contact .tit { margin-bottom: 40px; font-size: 36px } #side .contact .tit span:before { width: 32px; height: 38px; top: -20px; left: -30px } #side .contact .txt01 { margin-bottom: 25px; font-size: 28px } #side .contact .txt02 { margin: 0 auto 40px; width: 470px; font-size: 16px } #side .contact .txt02 li { margin-bottom: 20px; padding-left: 30px } #side .contact .txt02 li:before { margin-top: -10px; width: 18px; height: 18px; border: 2px solid #e60012 } #side .contact .btn { width: 285px; font-size: 24px; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/btn_red_pc.png) } #side .contact .btn a { padding-top: 28px; height: 85px } #side .links { width: 1000px; justify-content: space-between } #side .links li { width: 305px } #side .links a { padding-top: 30px; height: 85px; font-size: 24px } #side .links span { padding-left: 45px } } @media (max-width:750px) { #side { margin-bottom: 12vw } #side .contact { margin-bottom: 13.33333vw; padding: 11.33333vw 0 8vw } #side .contact .tit { margin-bottom: 5.33333vw; font-size: 6.4vw } #side .contact .tit span:before { width: 5.6vw; height: 6.66667vw; top: -4vw; left: -5.33333vw } #side .contact .txt01 { margin-bottom: 3.33333vw; font-size: 4.26667vw; letter-spacing: -.025em } #side .contact .txt02 { margin: 0 auto 6.66667vw; width: 92vw } #side .contact .txt02 li { margin-bottom: 2.66667vw; padding-left: 5.33333vw } #side .contact .txt02 li:before { margin-top: -1.86667vw; width: 3.2vw; height: 3.2vw; border: .53333vw solid #e60012 } #side .contact .btn { width: 56.8vw; font-size: 4.26667vw; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/btn_red_sp.png) } #side .contact .btn a { padding-top: 4.53333vw; height: 14.4vw } #side .links { width: 88vw } #side .links li { width: 40.66667vw } #side .links li:nth-of-type(1) { margin-right: 6.66667vw } #side .links li:nth-of-type(3) { margin-top: 6.66667vw; margin-left: 23.66667vw } #side .links a { padding-top: 4vw; height: 11.33333vw; font-size: 3.46667vw } #side .links span { padding-left: 6vw; background-size: 3.2vw } } #footer { line-height: 1; background: #e60012 } #footer .inner { position: relative } #footer .sns { display: flex; justify-content: center } #footer .sns li:last-child { margin-right: 0 } #footer .copyright { text-align: center; color: #fff } #footer .human { position: absolute } #return { position: fixed; z-index: 100 } @media (min-width:751px) { #footer .inner { margin: 0 auto; padding: 45px 0; width: 1000px } #footer .sns { margin-bottom: 20px } #footer .sns li { margin-right: 20px } #footer .copyright { font-size: 14px } #footer .human01 { top: -62px; left: -23px } #footer .human02 { top: -60px; left: 45px } #footer .human03 { top: -121px; right: 88px } #return { bottom: 80px; right: 80px } } @media (max-width:750px) { #footer .inner { padding: 6vw 0 } #footer .sns { margin-bottom: 4vw } #footer .sns li { margin-right: 5.33333vw; width: 8vw } #footer .copyright { font-size: 2.4vw } #footer .human01 { width: 8.4vw; top: -9.2vw; left: 3.33333vw } #footer .human02 { width: 9.2vw; top: -8.93333vw; left: 15.46667vw } #footer .human03 { width: 21.6vw; top: -19.46667vw; right: 2.66667vw } #return { width: 12vw; bottom: 3.33333vw; right: 3.33333vw } } body.home #content .btn { margin: 0 auto } body.home #content .btn a { display: block; font-weight: 700; text-align: center; text-decoration: none; color: #000; background-position: 0 0; background-repeat: no-repeat; background-size: 100% } body.home #content .mv { background-position: center bottom; background-repeat: no-repeat } body.home #content .mv .carousel { margin: 0 auto; overflow: hidden; position: relative; background: #fff } body.home #content .mv .carousel:before { content: ; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0 } body.home #content .mv .imgs { width: 99999px } body.home #content .mv .img { float: left } body.home #content .mv .count { display: flex; justify-content: center; width: 100%; position: absolute; left: 0; line-height: 1 } body.home #content .mv .count span { display: block; border-radius: 50%; background: #b5b5b6 } body.home #content .mv .count span.active { background: #e60012 } body.home #content .news { background-position: center bottom; background-repeat: no-repeat } body.home #content .news .inner { position: relative } body.home #content .news .entry { line-height: 1.5; background-position: 0 0; background-repeat: no-repeat; background-size: 100% } body.home #content .news .entry:last-child { margin-bottom: 0 !important } body.home #content .news .entry a { display: block; position: relative; text-decoration: none; color: #000 } body.home #content .news .entry .new { position: absolute; font-weight: 700; text-align: center; color: #fff; background: #e60012 } body.home #content .news .entry dt { font-weight: 700; color: #e60012 } body.home #content .news .entry .date { position: absolute; font-weight: 700; line-height: 1 } body.home #content .news .human { position: absolute } body.home #content .company { background-position: center bottom; background-repeat: no-repeat } body.home #content .company .inner { position: relative } body.home #content .company dt, body.home #content .company dd { font-weight: 700; text-align: center } body.home #content .company .human { position: absolute } body.home #content .service { margin-bottom: 0 !important; background-position: center bottom; background-repeat: no-repeat } body.home #content .service .txt { font-weight: 700; text-align: center } body.home #content .service .list { display: flex; flex-wrap: wrap; justify-content: space-between; line-height: 1 } body.home #content .service .list p:nth-of-type(1) { font-weight: 700; text-align: center; color: #e50012 } body.home #content .service .list p:nth-of-type(2) { display: flex; align-items: center; color: #fff; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/service_list_bg.png) 0 0 no-repeat; background-size: 100% } body.home #content .service .list p:nth-of-type(2) span { display: block; width: 100%; font-weight: 700; text-align: center; letter-spacing: -.01em } @media (min-width:751px) { body.home #content { margin-top: 20px } body.home #content .mv, body.home #content section { margin-bottom: 125px } body.home #content .mv .inner, body.home #content section .inner { margin: 0 auto; width: 1000px } body.home #content .mv .tit, body.home #content section .tit { margin-bottom: 50px } body.home #content .btn { width: 305px } body.home #content .btn a { padding-right: 30px; height: 55px; font-size: 24px; line-height: 51px; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/btn_black_pc.png) } body.home #content .mv { background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/mv_bg_pc.png); background-size: 2000px } body.home #content .mv .inner { height: 670px; position: relative } body.home #content .mv .carousel { width: 900px; height: 600px; border-radius: 15px } body.home #content .mv .carousel:before { border: 6px solid #e50012; border-radius: 15px } body.home #content .mv .count { bottom: 20px } body.home #content .mv .count span { margin: 0 10px; width: 14px; height: 14px } body.home #content .mv .human { position: absolute; bottom: 40px; right: 80px } .information .inner{ margin: 0 auto; width: 1000px; } body.home #content .news { padding-bottom: 40px; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/news_bg_pc.png); background-size: 2000px } body.home #content .news .inner { padding-left: 7px; width: 1014px } body.home #content .news .entries { margin-bottom: 60px; display: flex; justify-content: space-between } body.home #content .news .entry { width: 327px; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/news_entry_bg_pc.png) } body.home #content .news .entry a { padding: 20px 25px 0 20px; height: 407px } body.home #content .news .entry .new { width: 100px; height: 24px; top: -10px; left: -10px; font-size: 16px; line-height: 26px; border-radius: 12px } body.home #content .news .entry .img { margin-bottom: 15px } body.home #content .news .entry dt { margin-bottom: 10px; font-size: 16px } body.home #content .news .entry dd { font-size: 14px } body.home #content .news .entry .date { font-size: 14px; bottom: 30px; right: 27px } body.home #content .news .human { /*bottom: -7px;*/ left: -45px } body.home #content .company { padding-bottom: 80px; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/company_bg_pc.png); background-size: 2000px } body.home #content .company dl { margin-bottom: 50px } body.home #content .company dt { margin-bottom: 20px; font-size: 28px } body.home #content .company .human { bottom: -30px; right: 63px } body.home #content .service { padding-bottom: 270px; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/service_bg_pc.png); background-size: 2000px } body.home #content .service .inner { position: relative } body.home #content .service .txt { margin-bottom: 60px; font-size: 28px } body.home #content .service .list { margin-bottom: 55px; position: relative; z-index: 2 } body.home #content .service .list li { width: 210px } body.home #content .service .list p:nth-of-type(1) { margin-bottom: 20px; font-size: 48px } body.home #content .service .list p:nth-of-type(2) { width: 210px; height: 210px; font-size: 28px; line-height: 1.5 } body.home #content .service .list p:nth-of-type(2) span { padding-right: 10px } body.home #content .service .human { position: absolute; bottom: -35px; left: -23px } } @media (max-width:750px) { body.home #content { margin-top: 6vw } body.home #content .mv, body.home #content section { margin-bottom: 11.33333vw } body.home #content .mv .tit, body.home #content section .tit { margin-bottom: 6.66667vw } body.home #content .btn { width: 67.46667vw } body.home #content .btn a { padding-right: 6.66667vw; height: 12.93333vw; font-size: 4.8vw; line-height: 12.26667vw; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/btn_black_sp.png) } body.home #content .mv { background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/mv_bg_sp.png); background-size: 100% } body.home #content .mv .inner { height: 70vw; position: relative } body.home #content .mv .carousel { width: 84vw; height: 56vw; border-radius: 2.66667vw } body.home #content .mv .carousel:before { border: .8vw solid #e50012; border-radius: 2.66667vw } body.home #content .mv .img { width: 84vw } body.home #content .mv .count { bottom: 3.06667vw } body.home #content .mv .count span { margin: 0 2vw; width: 2.66667vw; height: 2.66667vw } body.home #content .mv .human { width: 30vw; position: absolute; bottom: 5.33333vw; right: 10.66667vw } body.home #content .news { padding-bottom: 29.33333vw; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/news_bg_sp.png); background-size: 100% } body.home #content .news .entries { margin: 0 auto 5.33333vw; width: 79.33333vw } body.home #content .news .entry { margin-bottom: 5.33333vw; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/news_entry_bg_sp.png) } body.home #content .news .entry a { padding: 6.66667vw 8.66667vw 0 6.66667vw; height: 91.33333vw } body.home #content .news .entry .new { width: 20vw; height: 6.66667vw; top: -3.33333vw; left: -3.33333vw; font-size: 4.26667vw; line-height: 6.66667vw; border-radius: 3.33333vw } body.home #content .news .entry .img { margin-bottom: 2.66667vw } body.home #content .news .entry dt { margin-bottom: 2vw; font-size: 3.73333vw } body.home #content .news .entry .date { bottom: 6.66667vw; right: 8.66667vw } body.home #content .news .human { width: 50vw; bottom: -24.53333vw; left: 3.33333vw } body.home #content .company { padding-bottom: 30.66667vw; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/company_bg_sp.png); background-size: 100% } body.home #content .company dl { margin-bottom: 6.66667vw } body.home #content .company dt { margin-bottom: 2.66667vw; font-size: 4.8vw } body.home #content .company .human { width: 33.6vw; bottom: -21.33333vw; right: 3.73333vw } body.home #content .service { padding-bottom: 13.33333vw; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/service_bg_sp.png); background-position-y: 34vw; background-size: 100% } body.home #content .service .txt { margin-bottom: 6.66667vw; font-size: 4.8vw } body.home #content .service .list { margin: 0 auto 12vw; width: 88vw } body.home #content .service .list li { margin-top: 6.66667vw; width: 42vw } body.home #content .service .list li:nth-of-type(1), body.home #content .service .list li:nth-of-type(2) { margin-top: 0 } body.home #content .service .list p:nth-of-type(1) { margin-bottom: 3.33333vw; font-size: 9.6vw } body.home #content .service .list p:nth-of-type(2) { width: 42vw; height: 42vw; font-size: 4.8vw; line-height: 1.65 } body.home #content .service .list p:nth-of-type(2) span { padding-right: 2vw } body.home #content .service .human { display: none } } body.news.archive #content .inner { position: relative } body.news.archive #content .entry a { display: block; text-decoration: none; color: #000 } body.news.archive #content .entry .img { overflow: hidden } body.news.archive #content .entry .date, body.news.archive #content .entry .tit { font-weight: 700 } body.news.archive #content .entry .date { line-height: 1 } body.news.archive #content .entry .tit { text-decoration: underline; color: #e50012 } body.news.archive #content .entry .btn { margin: 0 auto } body.news.archive #content .pagination { display: flex; justify-content: center; align-items: center; line-height: 1 } body.news.archive #content .pagination li:last-child { margin-right: 0 !important } body.news.archive #content .pagination a { text-decoration: none } body.news.archive #content .pagination .num a { font-weight: 700; color: #ccc } body.news.archive #content .pagination .current a { color: #e50012 } body.news.archive #content .human { position: absolute } @media (min-width:751px) { body.news.archive #content { padding-bottom: 200px; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/news/archive_bg_pc.png) center 360px no-repeat; background-size: 2000px } body.news.archive #content h1 { margin-bottom: 85px } body.news.archive #content .entries { display: flex; flex-wrap: wrap } body.news.archive #content .entry { margin-top: 60px; margin-right: 40px; width: 480px } body.news.archive #content .entry:nth-of-type(1), body.news.archive #content .entry:nth-of-type(2) { margin-top: 0 } body.news.archive #content .entry:nth-of-type(2n) { margin-right: 0 } body.news.archive #content .entry .img { margin-bottom: 25px; border-radius: 15px } body.news.archive #content .entry .date { margin-bottom: 20px; font-size: 16px } body.news.archive #content .entry .tit { margin-bottom: 15px } body.news.archive #content .entry .txt { margin-bottom: 20px; font-size: 16px } body.news.archive #content .entry .btn { width: 134px } body.news.archive #content .pagination { margin-top: 145px } body.news.archive #content .pagination li { margin-right: 60px; font-size: 36px } body.news.archive #content .human { top: 960px; right: -145px } } @media (max-width:750px) { body.news.archive #content { padding-bottom: 13.33333vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/news/archive_bg_sp.png) center bottom no-repeat; background-size: 100% } body.news.archive #content h1 { margin-bottom: 8vw } body.news.archive #content .entries { margin: 0 auto; width: 88vw } body.news.archive #content .entry { margin-bottom: 8vw } body.news.archive #content .entry:last-child { margin-bottom: 0 } body.news.archive #content .entry .img { margin-bottom: 3.33333vw; border-radius: 4vw } body.news.archive #content .entry .date { margin-bottom: 2.66667vw; font-size: 3.73333vw } body.news.archive #content .entry .tit { margin-bottom: 2vw; font-size: 3.73333vw } body.news.archive #content .entry .txt { margin-bottom: 2.66667vw } body.news.archive #content .entry .btn { width: 40.8vw } body.news.archive #content .pagination { margin-top: 36.66667vw } body.news.archive #content .pagination li { margin-right: 8vw; font-size: 4.8vw } body.news.archive #content .pagination .prev, body.news.archive #content .pagination .next { width: 5.86667vw } body.news.archive #content .human { width: 12.53333vw; bottom: 24vw; right: 9.06667vw } } body.news.single #content .entry .back { line-height: 1 } body.news.single #content .entry .back a { display: inline-block; font-weight: 700; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/arw_prev.png) 0 center no-repeat } body.news.single #content .entry .img { overflow: hidden } body.news.single #content .entry .date { font-weight: 700; line-height: 1 } body.news.single #content .entry .tit { font-weight: 700; color: #e60012 } body.news.single #content .entry .body p { margin-bottom: 1.75em } body.news.single #content .entry .body p:last-child { margin-bottom: 0 } body.news.single #content .entry .body h3 { margin-bottom: .25em; font-weight: 700 } body.news.single #content .entry .body h3:last-child { margin-bottom: 0 } body.news.single #content .entry .body a { font-weight: 700 } body.news.single #content .pagination { position: relative; line-height: 1 } body.news.single #content .pagination a { font-weight: 700; text-decoration: none } body.news.single #content .pagination .prev, body.news.single #content .pagination .next { position: absolute; z-index: 2 } body.news.single #content .pagination .prev a, body.news.single #content .pagination .next a { display: inline-block; background-position-y: center; background-repeat: no-repeat } body.news.single #content .pagination .prev { left: 0 } body.news.single #content .pagination .prev a { background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/arw_prev.png); background-position-x: 0 } body.news.single #content .pagination .all { text-align: center } body.news.single #content .pagination .next { right: 0 } body.news.single #content .pagination .next a { background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/arw_next.png); background-position-x: right } @media (min-width:751px) { body.news.single #content { margin-bottom: 100px } body.news.single #content h1 { margin-bottom: 30px } body.news.single #content .entry .back { margin-bottom: 25px } body.news.single #content .entry .back a { padding-left: 20px; background-size: 9px } body.news.single #content .entry .img { margin-bottom: 30px; border-radius: 15px } body.news.single #content .entry .img img { width: 100%; height: auto } body.news.single #content .entry .date { margin-bottom: 15px } body.news.single #content .entry .tit { font-size: 28px } body.news.single #content .entry .body h3 { font-size: 24px } body.news.single #content .pagination { margin-top: 90px; padding: 25px 0; font-size: 24px; border-top: 4px solid #e50012; border-bottom: 4px solid #e50012 } body.news.single #content .pagination .prev, body.news.single #content .pagination .next { top: 25px } body.news.single #content .pagination .prev a, body.news.single #content .pagination .next a { background-size: 9px } body.news.single #content .pagination .prev a { padding-left: 25px } body.news.single #content .pagination .next a { padding-right: 25px } } @media (max-width:750px) { body.news.single #content { margin-bottom: 13.33333vw } body.news.single #content h1 { margin-bottom: 10.66667vw } body.news.single #content .entry { margin: 0 auto; width: 88vw } body.news.single #content .entry .back { margin-bottom: 3.33333vw } body.news.single #content .entry .back a { padding-left: 4vw; background-size: 1.73333vw } body.news.single #content .entry .img { margin-bottom: 4vw; border-radius: 4vw } body.news.single #content .entry .date { margin-bottom: 2vw } body.news.single #content .entry .tit { font-size: 4.8vw } body.news.single #content .entry .body h3 { font-size: 4.8vw } body.news.single #content .pagination { margin: 9.33333vw auto 0; padding: 3.33333vw 0; width: 93.33333vw; font-size: 4.8vw; border-top: .53333vw solid #e50012; border-bottom: .53333vw solid #e50012 } body.news.single #content .pagination .prev, body.news.single #content .pagination .next { top: 3.33333vw } body.news.single #content .pagination .prev a, body.news.single #content .pagination .next a { background-size: 1.73333vw } body.news.single #content .pagination .prev a { padding-left: 4.66667vw } body.news.single #content .pagination .next a { padding-right: 4.66667vw } } body.company #content .inner { position: relative } body.company #content .lead { text-align: center; font-weight: 700; line-height: 1 } body.company #content .human { position: absolute } body.company #content .about dt { font-weight: 700; color: #e60012 } body.company #content .about .img { overflow: hidden } body.company #content .member .name { text-align: center; line-height: 1 } body.company #content .member .name span { display: block; font-weight: 700 } body.company #content .member .txt { font-weight: 700; color: #e60012 } body.company #content .partner dt, body.company #content .partner dd { text-align: center; font-weight: 700; line-height: 1 } body.company #content .partner dt { color: #e60012 } body.company #content .partner p { text-align: center; font-weight: 700; color: #e60012 } body.company #content .company table { width: 100% } body.company #content .company th, body.company #content .company td { text-align: left; vertical-align: top } body.company #content .company th { font-weight: 700 } @media (min-width:751px) { body.company #content { margin-bottom: 200px } body.company #content h1 { margin-bottom: 55px } body.company #content .lead { margin-bottom: 25px; font-size: 28px } body.company #content .inner { margin: 0 auto; width: 1000px } body.company #content .human { top: 127px; right: 50px } body.company #content .about { padding-top: 110px; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/company/about_bg_pc.png) center 0 no-repeat; background-size: 2000px } body.company #content .about .entry { margin-bottom: 20px; overflow: hidden } body.company #content .about .entry:nth-of-type(2n) { margin-bottom: 60px } body.company #content .about .entry:last-child { margin-bottom: 0 } body.company #content .about .entry:nth-of-type(1) dl, body.company #content .about .entry:nth-of-type(2) dl { float: left } body.company #content .about .entry:nth-of-type(1) .img, body.company #content .about .entry:nth-of-type(2) .img { float: right } body.company #content .about .entry:nth-of-type(3) dl, body.company #content .about .entry:nth-of-type(4) dl { float: right } body.company #content .about .entry:nth-of-type(3) .img, body.company #content .about .entry:nth-of-type(4) .img { float: left } body.company #content .about dl { width: 480px } body.company #content .about dt { margin-bottom: 10px; font-size: 24px; line-height: 1.5 } body.company #content .about dd { line-height: 1.65 } body.company #content .about .img { border-radius: 15px } body.company #content .member { margin-top: -135px; padding-top: 450px; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/company/member_bg_pc.png) center 0 no-repeat; background-size: 2000px } body.company #content .member h2 { margin-bottom: 40px } body.company #content .member .entries { display: flex; justify-content: center } body.company #content .member .entry { margin-right: 62px; /*width: 263px*/ width: 751px; } body.company #content .member .entry:last-child { margin-right: 0 } body.company #content .member .img { margin-bottom: 20px; text-align: center; } body.company #content .member .name { margin-bottom: 15px } body.company #content .member .name span:nth-of-type(1) { margin-bottom: 10px; font-size: 24px } body.company #content .member .name span:nth-of-type(2) { font-size: 12px } body.company #content .member .txt { margin: 0 15px } body.company #content .member .human { top: -85px; right: -23px } body.company #content .partner { margin-top: -415px; padding: 500px 0 110px; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/company/partner_bg_pc.png) center 0 no-repeat; background-size: 2000px } body.company #content .partner h2 { margin-bottom: 20px } body.company #content .partner .entries { margin-bottom: 60px; display: flex; justify-content: center } body.company #content .partner .entry { margin-right: 30px; width: 200px } body.company #content .partner .entry:last-child { margin-right: 0 } body.company #content .partner .img { margin-bottom: 20px } body.company #content .partner dt { margin-bottom: 10px } body.company #content .partner dd:nth-of-type(1) { margin-bottom: 20px } body.company #content .partner p { font-size: 18px } body.company #content .company { padding-top: 40px; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/company/company_bg_pc.png) center 0 no-repeat; background-size: 2000px } body.company #content .company h2 { margin-bottom: 40px } body.company #content .company table { margin-bottom: 50px } body.company #content .company th, body.company #content .company td { padding-bottom: 1.5em; font-size: 20px } body.company #content .company tr:last-child th, body.company #content .company tr:last-child td { padding-bottom: 0 } body.company #content .company th { padding-left: 75px; width: 210px } body.company #content .company .human { top: 184px; right: 0 } } @media (max-width:750px) { body.company #content { margin-bottom: 13.33333vw } body.company #content h1 { margin-bottom: 6.66667vw } body.company #content .lead { margin-bottom: 3.33333vw; font-size: 4.8vw } body.company #content .inner { margin: 0 auto; width: 88vw } body.company #content .human { width: 9.73333vw; top: 18.66667vw; right: 0 } body.company #content h2 { width: 53.6vw } body.company #content .about { padding-top: 2.66667vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/company/about_bg_sp.png) 0 0 no-repeat; background-size: 100% } body.company #content .about .entry { margin-bottom: 5.33333vw } body.company #content .about .entry:last-child { margin-bottom: 0 } body.company #content .about dl { margin-bottom: 4vw } body.company #content .about dt { margin-bottom: 2vw; font-size: 3.73333vw } body.company #content .about .img { border-radius: 4vw } body.company #content .member { margin-top: -24.66667vw; padding-top: 58.66667vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/company/member_bg_sp.png) 0 0 no-repeat; background-size: 100% } body.company #content .member .entry { margin-bottom: 10.66667vw } body.company #content .member .entry:last-child { margin-bottom: 0 } body.company #content .member .img { margin: 0 auto 2.66667vw; width: 68.66667vw } body.company #content .member .name { margin-bottom: 1.33333vw } body.company #content .member .name span:nth-of-type(1) { margin-bottom: 2vw; font-size: 4.8vw } body.company #content .member .name span:nth-of-type(2) { font-size: 2.66667vw } body.company #content .member .txt { margin: 0 auto; width: 62.66667vw } body.company #content .member .human { width: 22.66667vw; top: -4.66667vw; right: 0 } body.company #content .partner { margin-top: -33.33333vw; margin-bottom: 11.33333vw; padding-top: 58.66667vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/company/partner_bg_sp.png) 0 0 no-repeat; background-size: 100% } body.company #content .partner h2 { margin-bottom: 4vw } body.company #content .partner .entries { margin-bottom: 12vw; display: flex; flex-wrap: wrap } body.company #content .partner .entry { margin-top: 5.33333vw; margin-right: 8vw; width: 40vw } body.company #content .partner .entry:nth-of-type(2n) { margin-right: 0 } body.company #content .partner .entry:nth-of-type(1), body.company #content .partner .entry:nth-of-type(2) { margin-top: 0 } body.company #content .partner .img { margin-bottom: 4vw } body.company #content .partner dt, body.company #content .partner dd { font-size: 3.73333vw } body.company #content .partner dt { margin-bottom: 2vw } body.company #content .partner dd:nth-of-type(1) { margin-bottom: 4vw } body.company #content .partner dd:nth-of-type(2) { margin: 0 auto; width: 6.4vw } body.company #content .partner p { font-size: 3.73333vw } body.company #content .company { padding-top: 16vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/company/company_bg_sp.png) 0 0 no-repeat; background-size: 100% } body.company #content .company h2 { margin-bottom: 6.66667vw } body.company #content .company table, body.company #content .company tbody, body.company #content .company tr, body.company #content .company th, body.company #content .company td { display: block } body.company #content .company table { margin-bottom: 5.33333vw; font-size: 3.73333vw } body.company #content .company .map iframe { width: 100%; height: 58.66667vw } body.company #content .company .human { width: 25.33333vw; top: 14.26667vw; right: 0 } } body.service #content .inner { position: relative } body.service #content .lead { text-align: center; font-weight: 700 } body.service #content .about dt { font-weight: 700; color: #e60012 } body.service #content .about .img { overflow: hidden } body.service #content .human { position: absolute } body.service #content section .inner { position: relative } body.service #content section h2 { font-weight: 700; line-height: 1; color: #e60012; background-position: 0 center; background-repeat: no-repeat } body.service #content section .list li { display: flex; align-items: center; text-align: center; color: #fff; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/section_list_bg.png) 0 0 no-repeat; background-size: 100% } body.service #content section .list span { display: block; width: 100%; font-weight: 700 } body.service #content section .list p { margin-bottom: 0 !important; font-weight: 700; text-align: center; color: #e60012 } body.service #content section .img { overflow: hidden } body.service #content section h3 { font-weight: 700; color: #e60012 } body.service #content section h4 { margin-bottom: .5em; font-weight: 700 } body.service #content section p, body.service #content section dl { margin-bottom: .75em } body.service #content section dl { overflow: hidden } body.service #content section dt, body.service #content section dd { float: left } body.service #content section dt { font-weight: 700; color: #fff; background: #e50012 } body.service #content section dd { font-weight: 700 } body.service #content section a { font-weight: 700; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/icon_link.png) 0 center no-repeat } body.service #content section .btn a { padding: 0 !important; background: 0 0 } body.service #content .sec01 h2 { background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/sec01_tit_num.png) } body.service #content .sec02 h2 { background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/sec02_tit_num.png) } body.service #content .sec03 h2 { background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/sec03_tit_num.png) } body.service #content .sec04 h2 { background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/sec04_tit_num.png) } @media (min-width:751px) { body.service #content { margin-bottom: 100px; padding-bottom: 150px; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/content_bg_pc.png) center bottom no-repeat } body.service #content h1 { margin-bottom: 45px } body.service #content .lead { font-size: 28px } body.service #content .inner { margin: 0 auto; width: 1000px } body.service #content .human { top: 163px; left: 100px } body.service #content .about { padding-top: 150px; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/about_bg_pc.png) center 0 no-repeat; background-size: 2000px } body.service #content .about .entry { margin-bottom: 40px; overflow: hidden } body.service #content .about .entry:last-child { margin-bottom: 0 } body.service #content .about .img { width: 560px; float: right; border-radius: 15px } body.service #content .about dl { width: 400px; float: left } body.service #content .about dt { margin-bottom: 10px; font-size: 24px; line-height: 1.5 } body.service #content .about dd { line-height: 1.65 } body.service #content section:last-child .inner { padding-bottom: 0; background: 0 0 } body.service #content section .inner { padding-bottom: 18px; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/section_inner_bg_pc.png) 0 bottom no-repeat } body.service #content section h2 { margin-bottom: 60px; padding-left: 120px; height: 56px; font-size: 36px; line-height: 56px } body.service #content section .list { margin-bottom: 20px } body.service #content section .list ul { margin-bottom: 30px; display: flex; justify-content: center } body.service #content section .list li { margin-right: 26px; width: 230px; height: 230px } body.service #content section .list li:last-child { margin-right: 0 } body.service #content section .list span { padding-right: 10px; padding-bottom: 10px } body.service #content section .list p { font-size: 28px } body.service #content section .txt01 { margin-bottom: 30px } body.service #content section .img { margin-bottom: 25px; border-radius: 15px } body.service #content section h3 { margin-bottom: 25px; font-size: 36px } body.service #content section h4 { font-size: 24px } body.service #content section dt { margin-right: 15px; padding: 0 20px; border-radius: 15px } body.service #content section a { padding-left: 25px; background-size: 18px } body.service #content section small { font-size: 14px } body.service #content section .btn { margin-top: 50px; margin-bottom: 100px; text-align: center } body.service #content .sec01 { margin-top: -60px; padding-top: 360px; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/sec01_bg_pc.png) center 0 no-repeat } body.service #content .sec02 { margin-top: -760px; padding-top: 860px; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/sec02_bg_pc.png) center 0 no-repeat } body.service #content .sec02 .human { top: 1287px; left: inherit; right: -88px } body.service #content .sec03 { margin-top: -260px; padding-top: 360px; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/sec03_bg_pc.png) center 0 no-repeat } body.service #content .sec04 { margin-top: -775px; padding-top: 875px; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/sec04_bg_pc.png) center 0 no-repeat } body.service #content .sec04 h2 { margin-bottom: 30px } body.service #content .sec04 .entries { margin-bottom: 20px; display: flex } body.service #content .sec04 .entry { margin-right: 40px; width: 480px } body.service #content .sec04 .entry:last-child { margin-right: 0 } body.service #content .sec04 .entry .img { margin-bottom: 15px } body.service #content .sec01 h2 { background-size: 76px } body.service #content .sec02 h2 { background-size: 94px } body.service #content .sec03 h2 { background-size: 91px } body.service #content .sec04 h2 { background-size: 94px } } @media (max-width:750px) { body.service #content { margin-bottom: 13.33333vw; padding-bottom: 20vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/content_bg_sp.png) 0 bottom no-repeat; background-size: 100% } body.service #content h1 { margin-bottom: 4.66667vw } body.service #content .lead { font-size: 4.8vw } body.service #content .inner { margin: 0 auto; width: 88vw } body.service #content .human { width: 9.73333vw; top: 26.13333vw; left: -2vw } body.service #content .about { padding-top: 15.33333vw; padding-bottom: 13.33333vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/about_bg_sp.png) 0 0 no-repeat; background-size: 100% } body.service #content .about .entry { margin-bottom: 5.33333vw } body.service #content .about .entry:last-child { margin-bottom: 0 } body.service #content .about .img { margin-bottom: 4vw; border-radius: 4vw } body.service #content .about dt { margin-bottom: 2vw; font-size: 3.73333vw } body.service #content section:last-child .inner { padding-bottom: 0; background: 0 0 } body.service #content section .inner { padding-bottom: 2.66667vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/section_inner_bg_sp.png) 0 bottom no-repeat; background-size: 100% } body.service #content section h2 { margin-bottom: 9.33333vw; padding-left: 19.33333vw; height: 9.33333vw; font-size: 6.4vw; line-height: 9.33333vw } body.service #content section .list { margin-bottom: 2.66667vw } body.service #content section .list ul { display: flex; flex-wrap: wrap; justify-content: center } body.service #content section .list li { margin-bottom: 5.33333vw; width: 42.66667vw; height: 42.66667vw } body.service #content section .list li:nth-of-type(2n) { margin-left: 2.66667vw } body.service #content section .list span { padding-right: 2vw; padding-bottom: 2vw } body.service #content section .list p { font-size: 4.8vw } body.service #content section .txt01 { margin-bottom: 4vw } body.service #content section .img { margin-bottom: 3.33333vw; border-radius: 4vw } body.service #content section h3 { margin-bottom: 3.33333vw; font-size: 4.8vw } body.service #content section h4 { font-size: 3.73333vw } body.service #content section dt { margin-right: 2.66667vw; padding: 0 2.66667vw; border-radius: 3.2vw } body.service #content section a { padding-left: 4.66667vw; background-position-y: .53333vw; background-size: 3.33333vw } body.service #content section small { font-size: 2.66667vw } body.service #content section .btn { margin: 6.66667vw auto 20vw; width: 48.66667vw } body.service #content .sec01 { margin-top: -6vw; padding-top: 23.33333vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/sec01_bg_sp.png) 0 0 no-repeat; background-size: 100% } body.service #content .sec02 { margin-top: -57.33333vw; padding-top: 77.33333vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/sec02_bg_sp.png) 0 0 no-repeat; background-size: 100% } body.service #content .sec02 .human { width: 22.66667vw; top: 248.66667vw; left: inherit; right: -4.66667vw } body.service #content .sec03 { margin-top: 6vw; padding-top: 13.33333vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/sec03_bg_sp.png) 0 0 no-repeat; background-size: 100% } body.service #content .sec04 { margin-top: -46.66667vw; padding-top: 66.66667vw; background: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/service/sec04_bg_sp.png) 0 0 no-repeat; background-size: 100% } body.service #content .sec04 h2 { margin-bottom: 4vw } body.service #content .sec04 .entry { margin-bottom: 5.33333vw } body.service #content .sec04 .entry .img { margin-bottom: 2vw } body.service #content .sec01 h2 { background-size: 12.66667vw } body.service #content .sec02 h2 { background-size: 15.46667vw } body.service #content .sec03 h2 { background-size: 15.33333vw } body.service #content .sec04 h2 { background-size: 15.73333vw } } body.contact #content .txt { text-align: center } body.contact #content table { width: 100% } body.contact #content th, body.contact #content td { text-align: left; vertical-align: middle; line-height: 1 } body.contact #content tr:last-child th, body.contact #content tr:last-child td { padding-bottom: 0 !important } body.contact #content th span { display: inline-block; font-weight: 700; color: #e50012 } body.contact #content th span:nth-of-type(1):before { content: 任意; display: inline-block; font-weight: 700; text-align: center; color: #fff; background: #036eb8 } body.contact #content .required th span:nth-of-type(1):before { content: 必須; background: #e50012 } body.contact #content label span { font-weight: 700; color: #e50012 } body.contact #content inputtypetext, body.contact #content inputtypeemail, body.contact #content inputtypetel, body.contact #content inputtypesubmit, body.contact #content textarea { display: block; width: 100% } body.contact #content inputtypetext, body.contact #content inputtypeemail, body.contact #content inputtypetel, body.contact #content textarea { padding: .5em } body.contact #content .screen-reader-response { margin-bottom: 2em } body.contact #content .screen-reader-response ul { display: none } body.contact #content .wpcf7-list-item { margin-bottom: .75em; display: block } body.contact #content .wpcf7-list-item:last-child { margin-bottom: 0 } body.contact #content .wpcf7-list-item-label { margin-left: .5em } body.contact #content .wpcf7-not-valid-tip { margin-top: .75em; display: block } body.contact #content .wpcf7-response-output { display: none } body.contact #content inputtypetext, body.contact #content inputtypeemail, body.contact #content inputtypetel, body.contact #content inputtypesubmit, body.contact #content textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: 0 0; border: none; border-radius: 0; font: inherit; outline: none } body.contact #content inputtypesubmit, body.contact #content label { cursor: pointer } body.contact #content textarea { line-height: 1.5 } body.contact #content .submit { margin: 0 auto; background-position: 0 0; background-repeat: no-repeat; background-size: 100% } body.contact #content .submit input { display: block; font-weight: 700; text-align: center; text-decoration: none; line-height: 1; color: #fff } @media (min-width:751px) { body.contact #content { margin-bottom: 200px } body.contact #content h1 { margin-bottom: 30px } body.contact #content .txt { margin-bottom: 45px } body.contact #content table { margin-bottom: 80px } body.contact #content th, body.contact #content td { padding-bottom: 20px; font-size: 20px } body.contact #content tr:last-child th, body.contact #content tr:last-child td { padding-bottom: 0 } body.contact #content th { width: 260px } body.contact #content th span:nth-of-type(1):before { margin-right: 20px; width: 60px; height: 30px; font-size: 18px; line-height: 30px; border-radius: 6px } body.contact #content th span:nth-of-type(2) { padding-left: 80px; font-size: 16px } body.contact #content inputtypetext, body.contact #content inputtypeemail, body.contact #content inputtypetel, body.contact #content textarea { border: 4px solid #e60012; border-radius: 6px } body.contact #content textarea { height: 300px } body.contact #content .wpcf7-not-valid-tip { font-size: 16px } body.contact #content .submit { width: 285px; font-size: 24px; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/btn_red_pc.png) } body.contact #content .submit input { height: 85px } } @media (max-width:750px) { body.contact #content { margin-bottom: 13.33333vw } body.contact #content h1 { margin-bottom: 5.33333vw } body.contact #content .txt { margin-bottom: 5.33333vw } body.contact #content table { margin: 0 auto 6.66667vw; width: 93.33333vw } body.contact #content th, body.contact #content td { padding-bottom: 2.66667vw } body.contact #content th { width: 36.66667vw } body.contact #content th span:nth-of-type(1):before { margin-right: 2.66667vw; width: 8vw; height: 4vw; font-size: 2.4vw; line-height: 4vw; border-radius: .8vw } body.contact #content th span:nth-of-type(2) { padding-left: 10.66667vw; font-size: 2.4vw } body.contact #content inputtypetext, body.contact #content inputtypeemail, body.contact #content inputtypetel, body.contact #content textarea { border: .53333vw solid #e60012; border-radius: .8vw } body.contact #content textarea { height: 40vw } body.contact #content .screen-reader-response { margin-right: auto; margin-left: auto; width: 93.33333vw } body.contact #content .wpcf7-not-valid-tip { font-size: 2.4vw } body.contact #content .submit { width: 56.8vw; font-size: 4.26667vw; background-image: url(https://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/common/btn_red_sp.png) } body.contact #content .submit input { height: 14.4vw } } /style> title>株式会社 別視点/title> meta namedescription contentまだ世にない「別視点」を創出する。株式会社 別視点の公式ウェブサイトです。> meta namekeywords content株式会社別視点,別視点,別視点ツアー,マニアフェスタ> meta propertyog:site_name content株式会社 別視点> meta propertyog:description contentまだ世にない「別視点」を創出する。株式会社 別視点の公式ウェブサイトです。> meta propertyog:url contenthttps://betsushiten.com/> meta propertyog:image contenthttps://betsushiten.com/wp-content/themes/betsushiten.com/assets/share/ogimage.png> meta propertyog:type contentwebsite> link relcanonical hrefindex.html> link relapple-touch-icon sizes180x180 hrefwp-content/themes/betsushiten.com/assets/favicons/apple-touch-icon.png> link relicon typeimage/png sizes32x32 hrefwp-content/themes/betsushiten.com/assets/favicons/favicon-32x32.png> link relicon typeimage/png sizes16x16 hrefwp-content/themes/betsushiten.com/assets/favicons/favicon-16x16.png> link relmanifest hrefwp-content/themes/betsushiten.com/assets/favicons/site.webmanifest> link relmask-icon hrefwp-content/themes/betsushiten.com/assets/favicons/safari-pinned-tab.svg color#df0522> meta namemsapplication-TileColor content#ffffff> meta nametheme-color content#ffffff> meta http-equivX-UA-Compatible contentIEedge,chrome1> meta nameviewport contentwidthdevice-width,initial-scale1> meta nameformat-detection contenttelephoneno> link relstylesheet hrefhttps://fonts.googleapis.com/css?familyM+PLUS+Rounded+1c:400,700|Montserrat:400,700&displayswap>/head>body classhome> header idheader> div classinner> h1 classlogo>a hrefindex.html>img srcwp-content/themes/betsushiten.com/assets/img/common/header_logo.png width102 height47 alt別視点>/a>/h1> div classtgl>/div> div classmenu> nav classnav> ul> li>a hrefindex.html>span>トップページ/span>span>TOP/span>/a>/li> li>a hrefnews.html>span>お知らせ/span>span>NEWS/span>/a>/li> li>a hrefcompany/index.html>span>会社概要/span>span>COMPANY/span>/a>/li> li>a hrefservice/index.html>span>サービス/span>span>SERVICE/span>/a>/li> li>a hrefcontact/index.html>span>お問合せ/span>span>CONTACT/span>/a>/li> /ul> /nav> ul classsns> li>a hrefhttps://www.facebook.com/anothertokyo/ target_blank>img srcwp-content/themes/betsushiten.com/assets/img/common/sns_facebook_red.png width32 height32 altFacebook>/a>/li> li>a hrefhttps://twitter.com/another_tokyo target_blank>img srcwp-content/themes/betsushiten.com/assets/img/common/sns_twitter_red.png width32 height32 altTwitter>/a>/li> li>a hrefhttps://www.instagram.com/anothertokyogogo/ target_blank>img srcwp-content/themes/betsushiten.com/assets/img/common/sns_instagram_red.png width32 height32 altInstagram>/a>/li> /ul> /div> /div> /header> div idcontent> div classmv> div classinner> div classcarousel> div classimgs> figure classimg data-id1> picture> source media(max-width: 750px) srcsethttps://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/mv_img_20230117_sp.jpg> img srcwp-content/themes/betsushiten.com/assets/img/home/mv_img_20230117_pc.jpg width900 height600 alt> /picture> /figure> figure classimg data-id2> picture> source media(max-width: 750px) srcsethttps://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/mv_img01_sp.jpg> img srcwp-content/themes/betsushiten.com/assets/img/home/mv_img01_pc.jpg width900 height600 alt> /picture> /figure> figure classimg data-id3> picture> source media(max-width: 750px) srcsethttps://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/mv_img02_sp.jpg> img srcwp-content/themes/betsushiten.com/assets/img/home/mv_img02_pc.jpg width900 height600 alt> /picture> /figure> figure classimg data-id4> picture> source media(max-width: 750px) srcsethttps://betsushiten.com/wp-content/themes/betsushiten.com/assets/img/home/mv_img04_sp.jpg> img srcwp-content/themes/betsushiten.com/assets/img/home/mv_img04_pc.jpg width900 height600 alt> /picture> /figure> /div> /div> div classcount>/div> div classhuman>img srcwp-content/themes/betsushiten.com/assets/img/home/mv_human.png width225 height207 alt>/div> /div> /div> section classinformation> div classinner> p classtxt stylefont-weight: 700; text-align: center;>「株式会社別視点」設立のお知らせbr /> 2025年7月1日(火)付で「株式会社別視点」を設立いたしました。br> 株式会社別視点は、合同会社別視点の事業を引き継ぎ、プロジェクト推進、地域創生事業、コミュニティスペースの運営、イベントの企画・開催等を遂行してまいります。br> /p> /div> /section> section classnews> div classinner> h2 classtit icon>span>NEWS/span>/h2> div classentries idnews-container> div classentry> a hrefnews/2051/index.html> figure classimg>img srcwp-content/uploads/2022/07/rapture_20230217090514.jpg width280 height186 alt>/figure> dl> dt> 株式会社別視点 メディア掲載歴/dt> dd> 株式会社別視点のメディア出演・掲載情報をご紹介します。 テレビTBS系列「ジロジ…/dd> /dl> p classdate>2023.6.1/p> /a>/div> div classentry> a hrefnews/1775/index.html> figure classimg>img srcwp-content/uploads/2023/03/samune.jpeg width280 height186 alt>/figure> dl> dt> 【実施レポート】「『地域スクランブル大作戦×100人カイギ』 コラ…/dt> dd> 2023年1月28日(土)、「渋谷ヒカリエCreative Space 8/COURT」(東京都渋谷区渋谷2-21-1…/dd> /dl> p classdate>2023.3.6/p> /a>/div> div classentry> a hrefnews/1478/index.html> figure classimg>img srcwp-content/uploads/2023/01/main-1-scaled.jpg width280 height186 alt>/figure> dl> dt> 【2023年1月14、15日(土日)】鳩山ニュータウン商店街 魅力…/dt> dd> 2023年1月14 日、15日(土日)、「鳩山ニュータウン商店街 魅力再発見ウォーキングラリー『商…/dd> /dl> p classdate>2023.1.12/p> /a>/div> /div> p classbtn>a hrefhttps://note.com/betsushiten/m/m4cb217455c91>ニュース一覧を見る/a>/p> div classhuman human01>img srcwp-content/themes/betsushiten.com/assets/img/human/home_news_human01.png width285 height90 alt>/div> /div> p stylemargin-top: 20px; margin-bottom: 10px; text-align: center>a hrefnews/page/2/index.html>2022年以前のニュース一覧を見る/a>/p> /section> section classcompany> div classinner> h2 classtit icon>span>COMPANY/span>/h2> dl> dt>世の中に「別視点」を増やす。/dt> dd> 別視点とは、一人一人が見ている世界そのもの。br> 同じ世界に生きていながら、違う世界が見えています。br> 誰かにとってはいつもの視点も、他の誰かには別視点です。br> br> われわれの使命は、どんな視点も表現しやすく、br classhidden-pc>交わりやすい環境を作ること。br> 視点を増やし、選択肢を広げ、br classhidden-pc>世界を一緒に思う存分面白がりましょう。/dd> /dl> p classbtn>a hrefcompany/index.html>会社概要を見る/a>/p> div classhuman human01>img srcwp-content/themes/betsushiten.com/assets/img/human/home_company_human01.png width211 height75 alt>/div> /div> /section> section classservice> div classinner> h2 classtit icon>span>SERVICE/span>/h2> p classtxt>まだ世にない「別視点」を創出するbr>「問題発見」型のサービス提供/p> ul classlist> li> p>1/p> p>span>イベント企画br>・運営/span>/p> /li> li> p>2/p> p>span>ツアー企画br>・運営/span>/p> /li> li> p>3/p> p>span>プロモーションbr>企画/span>/p> /li> li> p>4/p> p>span>コンテンツbr>制作/span>/p> /li> /ul> p classbtn>a hrefservice/index.html>サービス一覧を見る/a>/p> div classhuman human01>img srcwp-content/themes/betsushiten.com/assets/img/human/home_service_human01.png width211 height162 alt>/div> /div> /section> /div> aside idside> div classcontact> p classtit>span>CONTACT/span>/p> p classtxt01>このようなご要望をお持ちの方、br>下記のお問合せフォームよりぜひご連絡ください。/p> ul classtxt02> li>今あるものを生かして、新しい視点で地方創生をしたい/li> li>社内を活性化させる研修ツアーやワークショップを行いたい/li> li>イベントで商品やサービスをプロモーションをしたい/li> /ul> p classbtn>a hrefcontact/index.html>お問合せフォーム/a>/p> /div> ul classlinks> li>a hrefhttp://www.another-tokyo.com/ target_blank>span>東京別視点ガイド/span>/a>/li> li>a hrefhttps://maniafesta.jp/ target_blank>span>マニアフェスタ/span>/a>/li> li>a hrefhttps://www.youtube.com/channel/UCoYuwCgqpt7UeRD0PMEcgQA target_blank>span>YouTube/span>/a>/li> /ul> /aside> footer idfooter> div idreturn>a hrefindex.html#header>img srcwp-content/themes/betsushiten.com/assets/img/common/footer_return.png width60 height60 altページトップへ>/a>/div> div classinner> ul classsns> li>a hrefhttps://www.facebook.com/anothertokyo/ target_blank>img srcwp-content/themes/betsushiten.com/assets/img/common/sns_facebook_white.png width32 height32 altFacebook>/a>/li> li>a hrefhttps://twitter.com/another_tokyo target_blank>img srcwp-content/themes/betsushiten.com/assets/img/common/sns_twitter_white.png width32 height32 altTwitter>/a>/li> li>a hrefhttps://www.instagram.com/anothertokyogogo/ target_blank>img srcwp-content/themes/betsushiten.com/assets/img/common/sns_instagram_white.png width32 height32 altInstagram>/a>/li> li>a hrefcontact/index.html target_blank>img srcwp-content/themes/betsushiten.com/assets/img/common/sns_mail_white.png width32 height32 altメール>/a>/li> /ul> p classcopyright>Copyright © 株式会社 別視点. All rights reserved./p> div classhumans> div classhuman human01>img srcwp-content/themes/betsushiten.com/assets/img/human/footer_human01.png width47 height75 alt>/div> div classhuman human02>img srcwp-content/themes/betsushiten.com/assets/img/human/footer_human02.png width52 height75 alt>/div> div classhuman human03>img srcwp-content/themes/betsushiten.com/assets/img/human/footer_human03.png width122 height137 alt>/div> /div> /div> /footer> script srchttps://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js>/script> script defer srchttps://betsushiten.com/wp-content/cache/autoptimize/js/autoptimize_b95473608b3dc7fb122a98b17d8911b2.js>/script>/body>/html>!-- s3 -->
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]