@charset "UTF-8";
.fs-07 {
  font-size: 0.7rem !important;
  line-height: 1.6 !important;
}

.fs-08 {
  font-size: 0.8rem !important;
  line-height: 1.6 !important;
}

.fs-09 {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-23 {
  font-size: 2.3rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-25 {
  font-size: 2.5rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-29 {
  font-size: 2.9rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-31 {
  font-size: 3.1rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-34 {
  font-size: 3.4rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-37 {
  font-size: 3.7rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.fs-39 {
  font-size: 3.9rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

@media screen and (max-width: 767px) {
  .md_fs-07 {
    font-size: 0.7rem !important;
    line-height: 1.4 !important;
  }
  .md_fs-08 {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
  }
  .md_fs-09 {
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }
  .md_fs-10 {
    font-size: 1rem !important;
  }
  .md_fs-11 {
    font-size: 1.1rem !important;
  }
  .md_fs-12 {
    font-size: 1.2rem !important;
  }
  .md_fs-13 {
    font-size: 1.3rem !important;
  }
  .md_fs-14 {
    font-size: 1.4rem !important;
  }
  .md_fs-15 {
    font-size: 1.5rem !important;
  }
  .md_fs-16 {
    font-size: 1.6rem !important;
  }
  .md_fs-17 {
    font-size: 1.7rem !important;
  }
  .md_fs-18 {
    font-size: 1.8rem !important;
  }
  .md_fs-19 {
    font-size: 1.9rem !important;
  }
  .md_fs-20 {
    font-size: 2rem !important;
  }
  .md_fs-21 {
    font-size: 2.1rem !important;
  }
  .md_fs-22 {
    font-size: 2.2rem !important;
  }
  .md_fs-23 {
    font-size: 2.3rem !important;
  }
  .md_fs-24 {
    font-size: 2.4rem !important;
  }
  .md_fs-25 {
    font-size: 2.5rem !important;
  }
  .md_fs-26 {
    font-size: 2.6rem !important;
  }
  .md_fs-27 {
    font-size: 2.7rem !important;
  }
  .md_fs-28 {
    font-size: 2.8rem !important;
  }
  .md_fs-29 {
    font-size: 2.9rem !important;
  }
  .md_fs-30 {
    font-size: 3rem !important;
  }
  .md_fs-31 {
    font-size: 3.1rem !important;
  }
  .md_fs-32 {
    font-size: 3.2rem !important;
  }
  .md_fs-33 {
    font-size: 3.3rem !important;
  }
  .md_fs-34 {
    font-size: 3.4rem !important;
  }
  .md_fs-35 {
    font-size: 3.5rem !important;
  }
  .md_fs-36 {
    font-size: 3.6rem !important;
  }
  .md_fs-37 {
    font-size: 3.7rem !important;
  }
  .md_fs-38 {
    font-size: 3.8rem !important;
  }
  .md_fs-39 {
    font-size: 3.9rem !important;
  }
  .md_fs-40 {
    font-size: 4rem !important;
  }
}
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html, body {
  margin: 0;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: 1rem;
  color: #555;
  text-decoration: none;
  line-height: 1.7;
}
ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html, body {
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  html, body {
    font-size: 14px;
  }
}

html, body, p, li, td, th, input, select, textarea, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, table, form, button, a, img, span, div, label, fieldset, legend, figure, figcaption, blockquote, cite, code, pre, address, time, small, strong, em, i, b, mark, q, s, sub, sup, abbr, dfn, kbd, samp, var {
  font-family: "Noto Sans JP", serif;
}

body, p, li, td, th, input, select, textarea {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  body, p, li, td, th, input, select, textarea {
    font-size: clamp(16px, 16px + 0.1vw * 2, 19.2px);
  }
}
@media screen and (max-width: 767px) {
  body, p, li, td, th, input, select, textarea {
    font-size: clamp(14px, 14px + 0.1vw, 19.2px);
  }
}

p, a {
  line-height: 2.2;
}

p a {
  display: inline-block;
  text-decoration: underline;
  color: #67AC2F;
}

h1 {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: clamp(40px, 40px + 0.1vw * 2, 48px);
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: clamp(35px, 35px + 0.1vw, 48px);
  }
}

h2 {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: clamp(32px, 32px + 0.1vw * 2, 38.4px);
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: clamp(28px, 28px + 0.1vw, 38.4px);
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: clamp(24px, 24px + 0.1vw * 2, 28.8px);
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: clamp(21px, 21px + 0.1vw, 28.8px);
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: clamp(20px, 20px + 0.1vw * 2, 24px);
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: clamp(17.5px, 17.5px + 0.1vw, 24px);
  }
}

.text-base {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .text-base {
    font-size: clamp(16px, 16px + 0.1vw * 2, 19.2px);
  }
}
@media screen and (max-width: 767px) {
  .text-base {
    font-size: clamp(14px, 14px + 0.1vw, 19.2px);
  }
}

.text-small {
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .text-small {
    font-size: clamp(14px, 14px + 0.1vw * 2, 15.4px);
  }
}
@media screen and (max-width: 767px) {
  .text-small {
    font-size: clamp(14px, 14px + 0.1vw, 15.4px);
  }
}

.fs-h1 {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  .fs-h1 {
    font-size: clamp(40px, 40px + 0.1vw * 2, 48px);
  }
}
@media screen and (max-width: 767px) {
  .fs-h1 {
    font-size: clamp(35px, 35px + 0.1vw, 48px);
  }
}

.fs-h2 {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  .fs-h2 {
    font-size: clamp(32px, 32px + 0.1vw * 2, 38.4px);
  }
}
@media screen and (max-width: 767px) {
  .fs-h2 {
    font-size: clamp(28px, 28px + 0.1vw, 38.4px);
  }
}

.fs-h3 {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .fs-h3 {
    font-size: clamp(24px, 24px + 0.1vw * 2, 28.8px);
  }
}
@media screen and (max-width: 767px) {
  .fs-h3 {
    font-size: clamp(21px, 21px + 0.1vw, 28.8px);
  }
}

.fs-h4 {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .fs-h4 {
    font-size: clamp(20px, 20px + 0.1vw * 2, 24px);
  }
}
@media screen and (max-width: 767px) {
  .fs-h4 {
    font-size: clamp(17.5px, 17.5px + 0.1vw, 24px);
  }
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media (min-width: 576px) {
  .sm\:fw-100 {
    font-weight: 100 !important;
  }
  .sm\:fw-200 {
    font-weight: 200 !important;
  }
  .sm\:fw-300 {
    font-weight: 300 !important;
  }
  .sm\:fw-400 {
    font-weight: 400 !important;
  }
  .sm\:fw-500 {
    font-weight: 500 !important;
  }
  .sm\:fw-600 {
    font-weight: 600 !important;
  }
  .sm\:fw-700 {
    font-weight: 700 !important;
  }
  .sm\:fw-800 {
    font-weight: 800 !important;
  }
  .sm\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 768px) {
  .md\:fw-100 {
    font-weight: 100 !important;
  }
  .md\:fw-200 {
    font-weight: 200 !important;
  }
  .md\:fw-300 {
    font-weight: 300 !important;
  }
  .md\:fw-400 {
    font-weight: 400 !important;
  }
  .md\:fw-500 {
    font-weight: 500 !important;
  }
  .md\:fw-600 {
    font-weight: 600 !important;
  }
  .md\:fw-700 {
    font-weight: 700 !important;
  }
  .md\:fw-800 {
    font-weight: 800 !important;
  }
  .md\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 992px) {
  .lg\:fw-100 {
    font-weight: 100 !important;
  }
  .lg\:fw-200 {
    font-weight: 200 !important;
  }
  .lg\:fw-300 {
    font-weight: 300 !important;
  }
  .lg\:fw-400 {
    font-weight: 400 !important;
  }
  .lg\:fw-500 {
    font-weight: 500 !important;
  }
  .lg\:fw-600 {
    font-weight: 600 !important;
  }
  .lg\:fw-700 {
    font-weight: 700 !important;
  }
  .lg\:fw-800 {
    font-weight: 800 !important;
  }
  .lg\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 1200px) {
  .xl\:fw-100 {
    font-weight: 100 !important;
  }
  .xl\:fw-200 {
    font-weight: 200 !important;
  }
  .xl\:fw-300 {
    font-weight: 300 !important;
  }
  .xl\:fw-400 {
    font-weight: 400 !important;
  }
  .xl\:fw-500 {
    font-weight: 500 !important;
  }
  .xl\:fw-600 {
    font-weight: 600 !important;
  }
  .xl\:fw-700 {
    font-weight: 700 !important;
  }
  .xl\:fw-800 {
    font-weight: 800 !important;
  }
  .xl\:fw-900 {
    font-weight: 900 !important;
  }
}
.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-j {
  text-align: justify !important;
}

@media screen and (max-width: 767px) {
  .md_ta-l {
    text-align: left !important;
  }
  .md_ta-c {
    text-align: center !important;
  }
  .md_ta-r {
    text-align: right !important;
  }
  .md_ta-j {
    text-align: justify !important;
  }
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.aboreto {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ==========
統一されたアニメーションスタイル
========== */
/* 遅延クラス - すべてのアニメーションタイプで共通利用 */
.fade1 {
  /* デフォルト - 遅延なし */
}

.fade2 {
  /* JSで0.3秒遅延 */
}

.fade3 {
  /* JSで0.6秒遅延 */
}

.fade4 {
  /* JSで0.9秒遅延 */
}

.fade5 {
  /* JSで1.2秒遅延 */
}

.fade6 {
  /* JSで1.5秒遅延 */
}

/* 1. シンプルなフェードイン */
.fade-simple {
  opacity: 0;
  visibility: hidden;
  /* 基本スタイルはJSで設定するため最小限のCSSのみ定義 */
}

/* 2. 下から上へのフェードイン */
.fade-up {
  opacity: 0;
  visibility: hidden;
  position: relative;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  z-index: 9998;
}

/* 3. 上からのマスクアニメーション */
.fade-top {
  position: relative;
  overflow: hidden;
}
.fade-top .fade-overlay {
  position: absolute;
  inset: 0;
  background-color: #67AC2F !important;
  z-index: 1;
}
.fade-top img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* 4. 左からのマスクアニメーション */
.fade-left, .fade-left2 {
  position: relative;
  overflow: hidden;
}
.fade-left .fade-overlay, .fade-left2 .fade-overlay {
  position: absolute;
  inset: 0;
  background-color: #eee !important;
  z-index: 1;
}
.fade-left img, .fade-left2 img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* 5. 下からのマスクアニメーション */
.fade-down {
  position: relative;
  overflow: hidden;
}
.fade-down .fade-mask {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(5%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 100%);
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* 6. スケールアニメーション */
.fade-scale {
  position: relative;
  overflow: hidden;
}
.fade-scale .fade-overlay {
  position: absolute;
  inset: 0;
  background-color: #67AC2F !important;
  z-index: 1;
}
.fade-scale img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* 7. バウンスアニメーション */
.fade-bounce {
  position: relative;
  overflow: hidden;
}
.fade-bounce img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* レスポンシブ設定 */
@media (max-width: 768px) {
  /* モバイル用スタイル調整（必要に応じて） */
}
/* 
注意: 大部分のアニメーションスタイルはJavaScriptで動的に設定されます。
CSSでは、基本的なスタイルとバリエーションごとの静的なスタイルのみ定義しています。
 */
section#single-title.single-title1 .section__container .single-title__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
section#single-title.single-title1 .section__container .single-title__cat a {
  display: inline-block;
}
section#single-title.single-title1 .section__container .single-title__cat a span {
  font-size: clamp(11px, 11px + 0.5vw, 12px);
  background-color: transparent;
  color: #006835;
  border: 1px solid #006835;
  padding: 2px 5px;
  line-height: 1.7;
  border-radius: 0px;
  white-space: nowrap;
  display: block;
}
section#single-title.single-title1 .section__container .single-title__date {
  margin-top: 5px;
}
section#single-title.single-title1 .section__container .single-title__date p {
  text-align: center;
  font-size: 0.9rem;
  color: #888;
}

section#single-post {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section#single-post {
    margin-top: 40px;
  }
}
section#single-post .section__container {
  max-width: 1000px;
  /* シングルページ用SCSS */
  /* H1見出し */
  /* H2見出し */
  /* H3見出し */
  /* H4見出し */
  /* H5見出し */
  /* H6見出し */
  /* 段落テキスト */
  /* 強調テキスト */
  /* 画像 */
  /* リスト共通スタイル */
  /* 番号なしリスト */
  /* 番号付きリスト */
  /* テーブル */
  /* 引用ブロック */
  /* コード関連 */
  /* 水平線 */
  /* ボタン */
}
section#single-post .section__container .wp-block-heading {
  margin-top: 80px;
  margin-bottom: 30px;
}
section#single-post .section__container h1, section#single-post .section__container.h1 {
  font-size: 28px;
  color: #67AC2F;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
section#single-post .section__container h1::after, section#single-post .section__container.h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
section#single-post .section__container h2, section#single-post .section__container.h2 {
  font-size: 22px;
  background-color: #67AC2F;
  color: #fff;
  padding: 12px 20px;
  margin-top: 50px;
  margin-bottom: 25px;
}
section#single-post .section__container h3, section#single-post .section__container.h3 {
  font-size: 20px;
  padding: 5px 0 5px 15px;
  border-left: 4px solid #67AC2F;
  border-bottom: 1px solid #ddd;
  color: #333;
  margin-top: 40px;
  margin-bottom: 20px;
}
section#single-post .section__container h4, section#single-post .section__container.h4 {
  font-size: 18px;
  color: #67AC2F;
  border-bottom: 1px dotted #67AC2F;
  padding-bottom: 8px;
  margin-top: 35px;
  margin-bottom: 15px;
}
section#single-post .section__container h5, section#single-post .section__container.h5 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}
section#single-post .section__container h6, section#single-post .section__container.h6 {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 8px;
}
section#single-post .section__container p {
  margin-bottom: 20px;
  color: #333;
  line-height: 1.8;
}
section#single-post .section__container p a {
  display: inline-block;
  color: #67AC2F;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#single-post .section__container p a:hover {
  opacity: 0.7;
}
section#single-post .section__container strong, section#single-post .section__container b {
  font-weight: 700;
  color: #333;
}
section#single-post .section__container em, section#single-post .section__container i {
  font-style: italic;
}
section#single-post .section__container .wp-block-image {
  margin: 40px 0;
}
section#single-post .section__container .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
section#single-post .section__container .wp-block-image figcaption {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
section#single-post .section__container .wp-block-list {
  margin: 30px 0;
  padding-left: 0;
}
section#single-post .section__container .wp-block-list .wp-block-list {
  margin-top: 10px !important;
}
section#single-post .section__container ul {
  padding-left: 0;
}
section#single-post .section__container ul li {
  list-style: none;
  font-size: 0.9rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  line-height: 1.6;
}
section#single-post .section__container ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #67AC2F;
}
section#single-post .section__container ul li ul li:before {
  background-color: transparent;
  border: 2px solid #67AC2F;
}
section#single-post .section__container ol {
  padding-left: 0;
  counter-reset: ordered-list;
}
section#single-post .section__container ol li {
  list-style: none;
  font-size: 0.9rem;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  line-height: 1.6;
  counter-increment: ordered-list;
}
section#single-post .section__container ol li:before {
  content: counter(ordered-list);
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background-color: #67AC2F;
  color: #fff;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 600;
}
section#single-post .section__container ol li ol {
  counter-reset: nested-list;
  margin-top: 10px;
}
section#single-post .section__container ol li ol li {
  counter-increment: nested-list;
}
section#single-post .section__container ol li ol li:before {
  content: counter(ordered-list) "." counter(nested-list);
  width: auto;
  padding: 0 8px;
  border-radius: 12px;
  font-size: 0.75rem;
}
section#single-post .section__container .wp-block-table {
  margin: 40px 0;
  overflow-x: auto;
}
section#single-post .section__container .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
section#single-post .section__container .wp-block-table thead {
  background-color: #67AC2F;
  color: #fff;
}
section#single-post .section__container .wp-block-table thead th {
  padding: 15px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
section#single-post .section__container .wp-block-table thead th:last-child {
  border-right: none;
}
section#single-post .section__container .wp-block-table tbody tr {
  border-bottom: 1px solid #eee;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
section#single-post .section__container .wp-block-table tbody tr:hover {
  background-color: #f9f9f9;
}
section#single-post .section__container .wp-block-table tbody tr:last-child {
  border-bottom: none;
}
section#single-post .section__container .wp-block-table tbody td {
  padding: 12px 20px;
  font-size: 0.9rem;
  color: #333;
  border-right: 1px solid #eee;
}
section#single-post .section__container .wp-block-table tbody td:last-child {
  border-right: none;
}
section#single-post .section__container .wp-block-table.has-fixed-layout table {
  table-layout: fixed;
}
section#single-post .section__container .wp-block-table .has-text-align-center {
  text-align: center;
}
section#single-post .section__container .wp-block-table .has-text-align-right {
  text-align: right;
}
section#single-post .section__container blockquote, section#single-post .section__container .wp-block-quote {
  margin: 40px 0;
  padding: 20px 30px;
  background-color: #f8f8f8;
  border-left: 4px solid #67AC2F;
  font-style: italic;
  color: #555;
}
section#single-post .section__container blockquote p, section#single-post .section__container .wp-block-quote p {
  margin-bottom: 15px;
}
section#single-post .section__container blockquote p:last-child, section#single-post .section__container .wp-block-quote p:last-child {
  margin-bottom: 0;
}
section#single-post .section__container blockquote cite, section#single-post .section__container .wp-block-quote cite {
  display: block;
  margin-top: 15px;
  font-size: 0.85rem;
  color: #999;
  font-style: normal;
}
section#single-post .section__container blockquote cite:before, section#single-post .section__container .wp-block-quote cite:before {
  content: "— ";
}
section#single-post .section__container code {
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  padding: 2px 6px;
  background-color: #f4f4f4;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  color: #d14;
}
section#single-post .section__container pre {
  margin: 30px 0;
  padding: 20px;
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  overflow-x: auto;
}
section#single-post .section__container pre code {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #333;
  line-height: 1.6;
}
section#single-post .section__container hr, section#single-post .section__container .wp-block-separator {
  margin: 50px 0;
  border: none;
  height: 1px;
  background-color: #ddd;
}
section#single-post .section__container .wp-block-buttons {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#single-post .section__container .wp-block-buttons .wp-block-button {
  margin: 0;
}
section#single-post .section__container .wp-block-buttons .wp-block-button__link {
  display: inline-block;
  background-color: #67AC2F !important;
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#single-post .section__container .wp-block-buttons .wp-block-button__link:hover {
  opacity: 0.85;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
section#single-post .section__container .wp-block-buttons .wp-block-button.has-custom-width {
  max-width: 100%;
}
section#single-post .section__container .wp-block-buttons .wp-block-button.has-custom-width.wp-block-button__width-50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  section#single-post .section__container .wp-block-heading {
    margin-top: 50px !important;
    margin-bottom: 20px !important;
  }
  section#single-post .section__container h1, section#single-post .section__container.h1 {
    font-size: 24px !important;
  }
  section#single-post .section__container h2, section#single-post .section__container.h2 {
    font-size: 20px !important;
    padding: 10px 15px !important;
  }
  section#single-post .section__container h3, section#single-post .section__container.h3 {
    font-size: 18px !important;
  }
  section#single-post .section__container h4, section#single-post .section__container.h4 {
    font-size: 16px !important;
  }
  section#single-post .section__container h5, section#single-post .section__container.h5 {
    font-size: 14px !important;
  }
  section#single-post .section__container h6, section#single-post .section__container.h6 {
    font-size: 13px !important;
  }
  section#single-post .section__container .wp-block-buttons .wp-block-button.has-custom-width.wp-block-button__width-50 {
    width: 80% !important;
  }
  section#single-post .section__container .wp-block-table table {
    font-size: 0.85rem;
  }
  section#single-post .section__container .wp-block-table thead th,
  section#single-post .section__container .wp-block-table tbody td {
    padding: 10px 15px;
  }
}