つよくなる・しっかりしたい

2021 12 24 14;32 田川後藤寺 上本町商店街のベンチに腰かけるcota
COTA

「強くなりたい」と言うことがあります。でもこの「強く」は何にたいしてなのでしょうか?もしそれが他の人とのことで言っているのであれば、その人の気持ちや いばしょ をこわしてでも自分の思い通りに動かしたいということになってしまうかもしれません。

そうやって自分のくるしみを他の人におしつける。だからいつまでも「弱い」のです。

ではどういった受け止めかたで「しっかりしている」ことがのぞましいのか。それは自分のダメなところや失敗をまっすぐに受けとめられることです。これはあなたが会う他の人の心をやわらかくほぐし、あなたを受け入れてくれる方向にしてくれます。すると信じてくれやすくなる。そして強くなった自分をえらそうにしないことです。

そもそも何をもとにして「強い」のかということ自体が人それぞれですが、もしも自分のおもうとおりの「強さ」をもつことができたとしても、自分の強さについてほかの人に勝っている気持ちになっているとしたら、それは他人の心の中ではあきれられ、きらわれます。一度買った気持ちになっても、ずっとやり返したりのくりかえしが生まれてしまうかもしれません。いろんな人とそうしている間にあなたは死ぬときになります。

他人・友だち・家族などの横のつながりで強い・弱いをきめるのではなく、生きて死ぬまでの自分の人生の中で常にいろんなことを受け入れて、場合によってはあきらめることで自然と強くなっていくものだろうと思うわけです。

その気持ちのヒントと視点
  • 失敗ばかりしているように感じる

  • うつ病はワガママでぜいたく。 今は幸せな時代ですか?

  • 藤

    いますぐ楽になる

    2024年10月29日
  • 2007 09 23 12 21 34ハリストス教会

    だれかにしてあげたい・ねがいたい

    2024年11月1日
  • 2021 12 24 14;32 田川後藤寺 上本町商店街のベンチに腰かけるcota

    つよくなる・しっかりしたい

    2024年11月1日
  • 祭り

    気持ちよく感じるようにする

    2024年11月1日
  • 2015 07 05 17 36 伊予灘ものがたりの乗客・みきゃんさん

    みとめられたい

    2024年11月1日
  • 海

    いろんなことをどう受け止めるかを知る

    2024年11月1日
'; window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML); document.body.appendChild(window._nslWebViewNoticeElement); } }); } } window._nslDOMReady(function () { window.nslRedirect = function (url) { if (scriptOptions._redirectOverlay) { const overlay = document.createElement('div'); overlay.id = "nsl-redirect-overlay"; let overlayHTML = ''; const overlayContainer = "
", overlayContainerClose = "
", overlaySpinner = "
", overlayTitle = "

" + scriptOptions._localizedStrings.redirect_overlay_title + "

", overlayText = "

" + scriptOptions._localizedStrings.redirect_overlay_text + "

"; switch (scriptOptions._redirectOverlay) { case "overlay-only": break; case "overlay-with-spinner": overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose; break; default: overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose; break; } overlay.insertAdjacentHTML("afterbegin", overlayHTML); document.body.appendChild(overlay); } window.location = url; }; let targetWindow = scriptOptions._targetWindow || 'prefer-popup', lastPopup = false; document.addEventListener('click', function (e) { if (e.target) { const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]'); if (buttonLinkElement) { if (lastPopup && !lastPopup.closed) { e.preventDefault(); lastPopup.focus(); } else { let href = buttonLinkElement.href, success = false; if (href.indexOf('?') !== -1) { href += '&'; } else { href += '?'; } const redirectTo = buttonLinkElement.dataset.redirect; if (redirectTo === 'current') { href += 'redirect=' + encodeURIComponent(window.location.href) + '&'; } else if (redirectTo && redirectTo !== '') { href += 'redirect=' + encodeURIComponent(redirectTo) + '&'; } if (targetWindow !== 'prefer-same-window' && checkWebView()) { targetWindow = 'prefer-same-window'; } if (targetWindow === 'prefer-popup') { lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight); if (lastPopup) { success = true; e.preventDefault(); } } else if (targetWindow === 'prefer-new-tab') { const newTab = window.open(href + 'display=popup', '_blank'); if (newTab) { if (window.focus) { newTab.focus(); } success = true; window._nslHasOpenedPopup = true; e.preventDefault(); } } if (!success) { window.location = href; e.preventDefault(); } } } } }); let buttonCountChanged = false; const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]'); if (googleLoginButtons.length && checkWebView()) { googleLoginButtons.forEach(function (googleLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(googleLoginButton); } else { googleLoginButton.remove(); buttonCountChanged = true; } }); } const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]'); if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) { facebookLoginButtons.forEach(function (facebookLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(facebookLoginButton); } else { facebookLoginButton.remove(); buttonCountChanged = true; } }); } const separators = document.querySelectorAll('div.nsl-separator'); if (buttonCountChanged && separators.length) { separators.forEach(function (separator) { const separatorParentNode = separator.parentNode; if (separatorParentNode) { const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons'); if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) { separator.remove(); } } }) } });})();
記事URLをコピーしました