/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

:root {
  --color-primary: #101d2f;
  --color-light-primary: #52687c;
  --color-divider: #e9e4df;

  --color-before-event-bg: #d6a675;
  --color-before-event-text: #ffffff;
  --color-after-event-bg: #e9e4df;
  --color-after-event-text: #b8aea4;

  --color-table-header-bg: #f8f5f2;

  --pc-navbar-height: 200px;
}

* {
  font-family: "Mulish", "Zen Kaku Gothic New";
  letter-spacing: 0.1em;
}

summary::-webkit-details-marker {
  display: none;
}

.pc-only {
  display: none;
}

@media (min-width: 1024px) {
  .pc-only {
      display: inherit
  }
    }

.sp-only {
    display: inherit;
  }

@media (min-width: 1024px) {
  @media (min-width: 1024px) {

    .sp-only {
      display: none;
    }
  }
    }

.primary-button {
  height: 70px;
  border-radius: 9999px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
    position: relative;
    background-color: var(--color-primary);
    overflow: hidden;
    z-index: 1;
}

.secondary-button {
  height: 70px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.secondary-button:hover p {
      transition: all 300ms ease-out;
      color: #ffffff;
    }

.secondary-button img {
  position: absolute;
  right: 24px;
  top: 36%;
}

.secondary-button img:first-of-type {
      opacity: 1;
      transition: opacity 0.2s;
    }

.secondary-button img:last-of-type {
      opacity: 0;
      transition: opacity 0.2s;
    }

.secondary-button:hover img:first-of-type {
      opacity: 0;
    }

.secondary-button:hover img:last-of-type {
      opacity: 1;
    }

.button-hover-animation:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(0.01) scaleX(0.01);
    top: 100%;
    width: 100%;
    height: 110%;
    background-color: #52687c;
    border-radius: 50%;
    display: block;
    transition: all 300ms ease-out;
    z-index: -1;
  }

.button-hover-animation:hover:after {
    top: -50%;
    background-color: var(--color-light-primary);
    transform: translateX(-50%) scaleY(2) scaleX(2);
  }

.navbar-container .hamburger-icon-container {
  position: relative;
  height: 80px;
  width: 100%;
}

.navbar-container .hamburger-icon-container img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.navbar-container .hamburger-icon-container img:last-of-type {
        opacity: 0;
        transition: opacity 0.2s;
      }

.navbar-container .hamburger-icon-container:hover img {
        opacity: 1;
      }

.menu {
  z-index: 99;
  display: none;
  height: 100%;
  padding-bottom: 96px;
}

@media (min-width: 1024px) {

  .menu {
    padding-bottom: 0px;
  }
}

.menu.open {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  overflow-y: auto;
}

.scroll-container {
  position: absolute;
  top: 0px;
  height: 100vh;
  width: 100vw;
}

.scroll-container .scroll-container-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.scroll-container .scroll-container-wrapper .scroll-content {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 66px;
  width: -moz-max-content;
  width: max-content;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: auto auto;
  align-items: flex-end;
  gap: 0.5rem;
  margin-left: auto;
  margin-right: 48px;
  margin-bottom: 48px;
}

.scroll-container .scroll-container-wrapper .scroll-content > p {
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  color: var(--color-primary);
}

.scroll-container .scroll-container-wrapper .scroll-content > img {
  margin-top: 0px;
  margin-bottom: auto;
}

.scroll-container .scroll-container-wrapper .scroll-content .scroll-dot {
          animation: 1.2s linear 1s infinite running;
          animation-name: dot;
        }

@keyframes dot {
            0% {
              transform: scale(0.8);
              opacity: 0;
            }
            50% {
              transform: scale(1);
              opacity: 1;
            }
            100% {
              transform: translateY(50px) scale(0.1);
              opacity: 0;
            }
          }

.anchor-link-list-container {
  margin-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1024px) {

  .anchor-link-list-container {
    margin-bottom: 0px;
    position: sticky;
    bottom: 32px;
  }
}

.anchor-link-list-container .anchor-link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

@media (min-width: 1024px) {

  .anchor-link-list-container .anchor-link-list {
    flex-direction: column;
    gap: 0px;
  }
}

.anchor-link-list-container .anchor-link {
  padding: 10px;
}

@media (min-width: 1024px) {

  .anchor-link-list-container .anchor-link {
    padding: 0px;
  }
}

.anchor-link-list-container .anchor-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--color-divider);
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 242 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

  .anchor-link-list-container .anchor-link {
    border-style: none;
    background-color: transparent;
    padding: 10px;
  }
}

.donation-section-container {
  height: 400px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1024px) {

  .donation-section-container {
    height: 600px;
  }
}

.donation-section-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {

  .donation-section-container {
    background-size: cover;
  }
}

.donation-section-container {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: grid;
  align-items: center;
  justify-content: center;
    transition: all 0.7s;
}

@media (min-width: 1024px) {

  .donation-section-container {
      background-size: 100%
  }
    }

.donation-section-container .donation-right-arrow {
  width: 83px;
}

@media (min-width: 1024px) {

  .donation-section-container .donation-right-arrow {
    width: 160px;
  }
}

.donation-section-container .donation-right-arrow {
      transition: all 0.3s ease-in-out;
    }

.donation-section-container:hover {
      background-size: 105%;
    }

.donation-section-container:hover .donation-right-arrow {
        transition: all 0.3s ease-in-out;
        transform: translateX(4rem);
      }

.donation-section-container::after {
      position: absolute;
      transition: all 0.3s ease-in-out;
    }

.donation-section-container .header-container h2 {
        font-size: clamp(23px, 9vw, 62px);
      }

/*パンくずリスト*/

@media (min-width: 1024px) {
  .bread-crumb-list {
    max-width: 472px;
    font-size: 16px;
      position: relative;
      left: calc(100vw - 110px);
      transform: rotate(90deg);
      transform-origin: top left;
  }

      .bread-crumb-list > ul {
    max-width: 472px;
    white-space: nowrap;
        display: flex;
        gap: 15px;
  }
        .bread-crumb-list > ul > li:last-of-type {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
      .bread-crumb-list > span {
    width: 15px;
  }
    }

/* テキスト系 */

.title-label {
  height: 32px;
  font-size: 18px;
  font-weight: 900;
  color: var(--color-light-primary);
}

.title {
  height: 48px;
  font-size: 36px;
  font-weight: 900;
  color: var(--color-primary);
}

.h2-header {
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  color: var(--color-primary);
}

@media (min-width: 1024px) {

  .h2-header {
    font-size: 38px;
    line-height: 55px;
  }
}

.top-page-container .header-logo-container {
  margin-top: 32px;
}

.top-page-container .header-logo-container img {
  margin: auto;
}

.top-page-container .hero {
  display: grid;
  grid-auto-flow: row;
  grid-auto-flow: dense;
  align-items: center;
  justify-items: center;
}

@media (min-width: 1024px) {

  .top-page-container .hero {
    position: relative;
    z-index: -1;
    grid-template-columns: 65% 35%;
    grid-template-rows: none;
    align-items: flex-start;
  }
}

.top-page-container .hero > img {
  margin-left: -20%;
  width: 100%;
        grid-row: 2;
}

@media (min-width: 1024px) {

      .top-page-container .hero > img {
          grid-row: none
      }
        }

.top-page-container .hero > p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 18vh;
}

@media (min-width: 1024px) {

  .top-page-container .hero > p {
    position: absolute;
    right: 2.5%;
    margin-top: 25vh;
  }
}

.top-page-container .hero > p {
        grid-row: 1;

        color: var(--color-primary);
        background: -webkit-linear-gradient(
          -45deg,
          var(--color-primary),
          var(--color-light-primary)
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 0.16em;
      }

@media (min-width: 1024px) {

      .top-page-container .hero > p {
          grid-row: none
      }
        }

.top-page-container .news-section-container {
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 64px;
}

@media (min-width: 1024px) {

  .top-page-container .news-section-container {
    margin-left: 256px;
    margin-right: 256px;
    margin-bottom: 200px;
    margin-top: -120px;
  }
}

.top-page-container .news-section-container {
  display: grid;
  grid-template-rows: 92px auto auto;
  gap: 32px;
}

@media (min-width: 1024px) {

  .top-page-container .news-section-container {
    grid-template-columns: 25% 75%;
    grid-template-rows: none;
    gap: 48px;
  }
}

.top-page-container .news-section-container .section-header {
  display: grid;
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {

  .top-page-container .news-section-container .section-header {
    grid-template-rows: 92px auto;
    gap: 72px;
  }
}

.top-page-container .news-section-container .section-header .header-title-container {
  display: grid;
  grid-template-rows: 32px 48px;
  gap: 12px;
}

.top-page-container .news-section-container .news-list {
  display: grid;
  grid-auto-flow: row;
}

.top-page-container .news-section-container .news-list .news-item-container {
  height: -moz-max-content;
  height: max-content;
  border-bottom-width: 2px;
  border-color: var(--color-divider);
  padding-bottom: 26px;
}

@media (min-width: 1024px) {

  .top-page-container .news-section-container .news-list .news-item-container {
    padding-bottom: 38px;
  }
}

.top-page-container .news-section-container .news-list .news-item-container:not(:first-of-type) {
  padding-top: 26px;
}

@media (min-width: 1024px) {

  .top-page-container .news-section-container .news-list .news-item-container:not(:first-of-type) {
    padding-top: 38px;
  }
}

.top-page-container .news-section-container .news-list .news-item {
  display: grid;
  grid-template-rows: auto auto;
  gap: 12px;
}

@media (min-width: 1024px) {

  .top-page-container .news-section-container .news-list .news-item {
    grid-template-columns: auto 1fr;
    grid-template-rows: none;
    gap: 40px;
  }
}

.top-page-container .news-section-container .news-list .news-item > p:hover {
  color: var(--color-light-primary);
}

.top-page-container .news-section-container .news-list .news-item .item-info {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

.top-page-container .news-section-container .sp-more-button-container {
  margin-right: 0px;
  margin-left: auto;
}

.top-page-container .about-section-container,
    .top-page-container .projects-section-container {
  overflow: hidden;
  background-color: var(--color-primary);
}

@media (min-width: 1024px) {

  .top-page-container .about-section-container .section-content-wrapper, .top-page-container .projects-section-container .section-content-wrapper {
    margin-left: 128px;
    margin-right: 128px;
    padding-bottom: 128px;
  }
}

.top-page-container .about-section-container .section-content-wrapper, .top-page-container .projects-section-container .section-content-wrapper {
  display: grid;
  grid-auto-flow: dense;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 24px;
}

@media (min-width: 1024px) {

  .top-page-container .about-section-container .section-content-wrapper, .top-page-container .projects-section-container .section-content-wrapper {
    grid-auto-flow: column;
    grid-template-rows: none;
    gap: 48px;
  }
}

.top-page-container .about-section-container .section-content-wrapper .content-container, .top-page-container .projects-section-container .section-content-wrapper .content-container {
  display: inline-grid;
  grid-auto-rows: max-content;
  gap: 48px;
}

@media (min-width: 1024px) {

  .top-page-container .about-section-container .section-content-wrapper .content-container, .top-page-container .projects-section-container .section-content-wrapper .content-container {
    gap: 96px;
  }
}

.top-page-container .about-section-container .section-content-wrapper .content-container .text-container, .top-page-container .projects-section-container .section-content-wrapper .content-container .text-container {
  display: inline-grid;
  grid-auto-rows: max-content;
  gap: 12px;
}

.top-page-container .about-section-container .section-content-wrapper .content-container .text-container h2, .top-page-container .projects-section-container .section-content-wrapper .content-container .text-container h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .top-page-container .about-section-container .section-content-wrapper .content-container .text-container h2, .top-page-container .projects-section-container .section-content-wrapper .content-container .text-container h2 {
    font-size: 42px;
    line-height: 72px;
  }
}

.top-page-container .about-section-container .section-content-wrapper .content-container .button-container, .top-page-container .projects-section-container .section-content-wrapper .content-container .button-container {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {

  .top-page-container .about-section-container .section-content-wrapper .content-container .button-container, .top-page-container .projects-section-container .section-content-wrapper .content-container .button-container {
    justify-content: flex-start;
  }
}

.top-page-container .about-section-container .section-content-wrapper .image-container {
          grid-row: 1;
        }

@media (min-width: 1024px) {
        .top-page-container .about-section-container .section-content-wrapper .image-container {
            grid-row: none
        }
          }

.top-page-container .about-section-container .section-content-wrapper .content-container {
          grid-row: 2;
        }

@media (min-width: 1024px) {
        .top-page-container .about-section-container .section-content-wrapper .content-container {
            grid-row: none
        }
          }

.top-page-container .projects-section-container {
  padding-top: 128px;
  padding-bottom: 98px;
}

@media (min-width: 1024px) {

  .top-page-container .projects-section-container {
    padding-bottom: 0px;
  }
}

.top-page-container .events-list-container {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 95px;
}

@media (min-width: 1024px) {

  .top-page-container .events-list-container {
    margin-left: 114px;
    margin-right: 114px;
    margin-top: 200px;
  }
}

.top-page-container .events-list-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {

  .top-page-container .events-list-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: space-between;
  }
}

.top-page-container .events-list-container .text-container > p:first-child {
  margin-bottom: 1.5rem;
}

.top-page-container .events-list-container .button-container {
  order: 3;
  margin-top: 58px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1024px) {

  .top-page-container .events-list-container .button-container {
    order: 2;
    margin-top: 0px;
  }
}

.top-page-container .events-list-container .swiper-container-pointer-events {
        touch-action: pan-y;
      }

.top-page-container .events-list-container .swiper-container {
  position: relative;
  z-index: 1;
  margin: auto;
  margin-top: 48px;
  overflow: hidden;
  padding: 20px;
}

@media (min-width: 1024px) {

  .top-page-container .events-list-container .swiper-container {
    margin-top: 80px;
  }
}

.top-page-container .events-list-container .swiper-container {
        list-style: none;
      }

.top-page-container .events-list-container .swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  width: 100%;
        transition-property: transform;
        box-sizing: content-box;
}

.top-page-container .events-list-container .swiper-slide {
  position: relative;
  height: 100%;
  width: 80%;
}

@media (min-width: 1024px) {

  .top-page-container .events-list-container .swiper-slide {
    width: 25%;
  }
}

.top-page-container .events-list-container .swiper-slide {
        flex-shrink: 0;
        transition-property: transform;
      }

.top-page-container .events-list-container .swiper-scrollbar {
  position: static;
  height: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 228 223 / var(--tw-bg-opacity));
  opacity: 1;
}

.top-page-container .events-list-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 75 123 / var(--tw-bg-opacity));
}

.top-page-container .events-list-container .events-list {
  order: 2;
  grid-column: 1 / -1;
}

@media (min-width: 1024px) {

  .top-page-container .events-list-container .events-list {
    order: 3;
  }
}

.top-page-container .events-list-container .events-list {
        ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none;
      }

/* Firefox */

.top-page-container .events-list-container .events-list > a {
  width: 250px;
}

@media (min-width: 1024px) {

  .top-page-container .events-list-container .events-list > a {
    width: 480px;
  }
}

.top-page-container .events-list-container .events-list::-webkit-scrollbar {
          display: none;
        }

.top-page-container .events-list-container .assets-container {
  grid-column: 1 / -1;
  margin-top: 80px;
  align-items: center;
  order: 4;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: 1fr auto;
  gap: 64px;
}

@media (min-width: 1024px) {

  .top-page-container .events-list-container .assets-container {
    display: grid;
  }
}

.top-page-container .events-list-container .assets-container .horizontal-rule {
  grid-column: span 4 / span 4;
  width: 100%;
}

.top-page-container .events-list-container .assets-container .navigation-button-container {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.top-page-container .events-list-container .assets-container .navigation-button-container .disabled {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  opacity: 0.4;
}

.top-page-container .kosenjin-section-container {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 1024px) {

  .top-page-container .kosenjin-section-container {
    margin-top: 128px;
    margin-bottom: 128px;
    padding-left: 240px;
    padding-right: 240px;
  }
}

.top-page-container .kosenjin-section-container {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  justify-items: center;
  gap: 72px;
}

@media (min-width: 1024px) {

  .top-page-container .kosenjin-section-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
}

.top-page-container .kosenjin-section-container .box-container {
  height: 243px;
  width: 100%;
  max-width: 486px;
  border-radius: 0.75rem;
}

@media (min-width: 1024px) {

  .top-page-container .kosenjin-section-container .box-container {
    height: 682px;
    max-width: 486px;
  }
}

.top-page-container .kosenjin-section-container .box-container {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .top-page-container .kosenjin-section-container .box-container {
    --tw-bg-opacity: 1;
    background-color: rgb(233 228 223 / var(--tw-bg-opacity));
    color: var(--color-primary);
  }
}

.top-page-container .kosenjin-section-container .box-container {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 1024px) {
          .top-page-container .kosenjin-section-container .box-container::before {
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("assets/images/top/fig_top04-pc.jpg");
            background-size: cover;
            opacity: 0;
  }

          .top-page-container .kosenjin-section-container .box-container:hover::before {
            opacity: 1;
          }
        }

.top-page-container .kosenjin-section-container .box-container .content-container {
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 1024px) {

  .top-page-container .kosenjin-section-container .box-container .content-container {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.top-page-container .kosenjin-section-container .box-container .content-container {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: grid;
  grid-template-rows: auto 0fr;
  position: relative;
          background-color: rgba(16, 29, 47, 0.8);
}

@media (min-width: 1024px) {
        .top-page-container .kosenjin-section-container .box-container .content-container {
            background-color: transparent
        }
          }

.top-page-container .kosenjin-section-container .box-container .content-container img {
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%)
              saturate(2%) hue-rotate(101deg) brightness(108%) contrast(101%);
          }

@media (min-width: 1024px) {
          .top-page-container .kosenjin-section-container .box-container .content-container img {
              filter: none
          }
            }

.top-page-container .kosenjin-section-container .box-container .content-container .content-header {
  display: grid;
  grid-template-rows: 0fr auto;
  gap: 32px;
}

@media (min-width: 1024px) {

  .top-page-container .kosenjin-section-container .box-container .content-container .content-header .content-description {
    opacity: 0;
  }
}

.top-page-container .kosenjin-section-container .box-container:first-of-type {
  margin-top: -15px;
}

@media (min-width: 1024px) {

  .top-page-container .kosenjin-section-container .box-container:first-of-type {
    margin-top: 50px;
  }
}

.top-page-container .kosenjin-section-container .box-container:last-of-type::before {
          background-image: url("assets/images/top/fig_top05-pc.jpg");
        }

@media (min-width: 1024px) {
          .top-page-container .kosenjin-section-container .box-container:hover .content-container {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
            background-color: rgba(16, 29, 47, 0.8);
  }
            .top-page-container .kosenjin-section-container .box-container:hover .content-container img {
              filter: brightness(0) saturate(100%) invert(100%) sepia(0%)
                saturate(2%) hue-rotate(101deg) brightness(108%) contrast(101%);
            }
              .top-page-container .kosenjin-section-container .box-container:hover .content-container .content-header .content-description {
                animation-name: fadeinup;
                animation-duration: 0.3s;
                animation-timing-function: ease-in-out;
                animation-fill-mode: forwards;
              }
              @keyframes fadeinup {
                0% {
                  opacity: 0;
                  transform: translateY(20px);
                }

                100% {
                  opacity: 1;
                  transform: translateY(0);
                }
              }
      }

.top-page-container .faq-section-container {
  display: grid;
  grid-template-rows: 0fr auto;
  gap: 16px;
}

@media (min-width: 1024px) {

  .top-page-container .faq-section-container {
    grid-template-columns: 280px auto;
    grid-template-rows: none;
    gap: 128px;
  }
}

.top-page-container .faq-section-container {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 1024px) {

  .top-page-container .faq-section-container {
    padding-left: 128px;
    padding-right: 128px;
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.top-page-container .faq-section-container .header-container {
  margin-bottom: 32px;
  height: -moz-max-content;
  height: max-content;
  display: grid;
  grid-template-rows: 0fr 0fr;
  gap: 8px;
}

.top-page-container .faq-section-container .faq-list-container {
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  gap: 32px;
}

.top-page-container .faq-section-container .faq-list-container .faq-item-container {
  cursor: pointer;
  border-bottom-width: 2px;
  border-color: var(--color-divider);
  padding-bottom: 32px;
}

.top-page-container .faq-section-container .faq-list-container .faq-item-container:first-of-type {
  border-top-width: 2px;
  padding-top: 16px;
}

.top-page-container .faq-section-container .faq-list-container .faq-item-container .icon {
            transition: transform 0.4s;
          }

.top-page-container .faq-section-container .faq-list-container .faq-item-container.is-opened .icon {
            transform: rotate(45deg);
          }

.top-page-container .faq-section-container .faq-list-container .faq-item-container summary {
  display: grid;
  grid-template-columns: 0fr 1fr auto;
  align-items: center;
  list-style-type: none;
}

.top-page-container .faq-section-container .faq-list-container .faq-item-container summary img {
  margin-left: 16px;
}

.top-page-container .faq-section-container .faq-list-container .detail-container {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 0fr 1fr;
  list-style-type: none;
}

.top-page-container .donation-bg .donation-right-arrow {
        transition: all 0.3s ease-in-out;
      }

.top-page-container .donation-bg::after {
        position: absolute;
        transition: all 0.3s ease-in-out;
      }

.top-page-container .donation-bg:hover .donation-right-arrow {
          transition: all 0.3s ease-in-out;
          transform: translateX(4rem);
        }

.top-page-container .donation-bg:hover::after {
        transform: scale(1.2);
      }

.about-page-container .activity-list {
  margin-top: 24px;
}

@media (min-width: 1024px) {

  .about-page-container .activity-list {
    margin-top: 96px;
  }
}

.about-page-container .activity-list {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 32px;
}

.about-page-container .activity-list .activity-item {
  display: grid;
  grid-template-rows: 16px auto;
  gap: 8px;
}

@media (min-width: 1024px) {

  .about-page-container .activity-list .activity-item {
    grid-template-columns: 180px auto;
    align-items: center;
    gap: 64px;
  }
}

.about-page-container .more-kosenjinkai-button {
  display: flex;
}

@media (min-width: 1024px) {

  .about-page-container .more-kosenjinkai-button {
    justify-content: center;
    gap: 16px;
  }
}

.about-page-container .more-kosenjinkai-button a {
  width: 100%;
}

@media (min-width: 1024px) {

  .about-page-container .more-kosenjinkai-button a {
    width: 305px;
  }
}

.projects-page-container .achivements-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {

  .projects-page-container .achivements-section {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.projects-page-container .achivements-section .header-title {
  margin-bottom: 64px;
}

.projects-page-container .achivements-section .projects-list {
  display: grid;
}

@media (min-width: 1024px) {

  .projects-page-container .achivements-section .projects-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto auto;
    justify-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 48px;
  }
}

.projects-page-container .achivements-section .projects-list {
  row-gap: 48px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

@media (min-width: 1024px) {

  .projects-page-container .achivements-section .projects-list .project-item {
    width: 100%;
  }
}

.projects-page-container .achivements-section .projects-list .project-item {
  display: grid;
}

@media (min-width: 1024px) {

  .projects-page-container .achivements-section .projects-list .project-item {
    grid-auto-columns: max-content;
    grid-template-columns: 0.4fr 0.6fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 16px;
  }

  .projects-page-container .achivements-section .projects-list .project-item .item-info {
    height: -moz-max-content;
    height: max-content;
  }
}

.projects-page-container .achivements-section .projects-list .project-item .item-info {
  display: grid;
}

@media (min-width: 1024px) {

  .projects-page-container .achivements-section .projects-list .project-item .item-info {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}

.projects-page-container .achivements-section .projects-list .project-item .item-info .divider {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-top-width: 2px;
  border-color: var(--color-divider);
}

@media (min-width: 1024px) {

  .projects-page-container .achivements-section .projects-list .project-item-1 {
    grid-template-columns: none;
    grid-template-rows: auto auto;
  }
}

.projects-page-container .achivements-section .projects-list .project-item-1 {
          grid-area: 1 / 1 / 2 / 2;
        }

@media (min-width: 1024px) {

  .projects-page-container .achivements-section .projects-list .project-item-2 {
    grid-template-columns: none;
    grid-template-rows: auto auto;
  }
}

.projects-page-container .achivements-section .projects-list .project-item-2 {
          grid-area: 1 / 2 / 2 / 3;
        }

.projects-page-container .achivements-section .projects-list .project-item-3 {
          grid-area: 2 / 1 / 3 / 3;
        }

.projects-page-container .achivements-section .projects-list .project-item-4 {
          grid-area: 3 / 1 / 4 / 3;
        }

.projects-page-container .achivements-section .projects-list .project-item-5 {
          grid-area: 4 / 1 / 5 / 3;
        }

.projects-page-container .achivements-section .projects-list .project-item-3 img, .projects-page-container .achivements-section .projects-list .project-item-4 img, .projects-page-container .achivements-section .projects-list .project-item-5 img {
  display: none;
}

@media (min-width: 1024px) {

  .projects-page-container .achivements-section .projects-list .project-item-3 img, .projects-page-container .achivements-section .projects-list .project-item-4 img, .projects-page-container .achivements-section .projects-list .project-item-5 img {
    display: block;
  }

  .projects-page-container .contact-form-container {
    margin-top: 77px;
  }
}

/* フォームコンテンツ */

.projects-page-container .contact-form-container .nf-form-title,
      .projects-page-container .contact-form-container .nf-before-form-content {
  display: none;
}

.projects-page-container .contact-form-container .nf-form-content {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 242 / var(--tw-bg-opacity));
  padding: 24px;
}

@media (min-width: 1024px) {

  .projects-page-container .contact-form-container .nf-form-content {
    padding: 60px;
  }
}

.projects-page-container .contact-form-container .nf-form-content .nf-field-label {
  margin-bottom: 12px !important;
}

.projects-page-container .contact-form-container .nf-form-content .nf-field-description {
  --tw-text-opacity: 1;
  color: rgb(186 163 139 / var(--tw-text-opacity));
}

.projects-page-container .contact-form-container .nf-form-content #nf-field-8-wrap .nf-field-label {
  margin-bottom: 6px !important;
}

.projects-page-container .contact-form-container .nf-form-content #nf-field-8-wrap .nf-field-description {
  margin-top: 6px !important;
  margin-bottom: 12px !important;
}

.projects-page-container .contact-form-container .nf-form-content input[type="submit"] {
  width: 300px !important;
}

@media (min-width: 1024px) {

  .projects-page-container .contact-form-container .nf-form-content input[type="submit"] {
    width: 480px !important;
  }
}

.projects-page-container .contact-form-container .nf-form-content input[type="submit"] {
  background-color: var(--color-primary) !important;
  border-radius: 100px !important;
}

.projects-page-container .contact-form-container .submit-container {
        display: flex;
        justify-content: center;
      }

.projects-page-container .contact-form-container .nf-form-content input:not([type="submit"]) {
        background-color: #ffffff !important;
        border-radius: 8px !important;
      }

.projects-page-container .contact-form-container .nf-form-content textarea {
        background-color: #ffffff !important;
        border-radius: 8px !important;
      }

.projects-page-container .contact-form-container .nf-error.field-wrap .nf-field-element:after {
        border-radius: 8px;
      }

.projects-page-container .contact-form-container .nf-field a {
        text-decoration: underline;
      }

.donation-page-container .divider {
  margin-top: 48px;
  margin-bottom: 48px;
  width: 100%;
}

@media (min-width: 1024px) {

  .donation-page-container .divider {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}

.donation-page-container .page-wrapper {
  margin-left: 24px;
  margin-right: 24px;
}

@media (min-width: 1024px) {

  .donation-page-container .page-wrapper {
    margin-left: 256px;
    margin-right: 256px;
  }
}

.donation-page-container .page-wrapper .hero {
  margin-bottom: 144px;
}

@media (min-width: 1024px) {

  .donation-page-container .page-wrapper .hero {
    margin-bottom: 128px;
  }
}

.donation-page-container .page-wrapper .hero {
  position: relative;
  display: inline-flex;
}

.donation-page-container .page-wrapper .hero img {
  width: 80%;
}

@media (min-width: 1024px) {

  .donation-page-container .page-wrapper .hero img {
    width: 90%;
  }
}

.donation-page-container .page-wrapper .hero img {
  margin-right: 0px;
  margin-left: auto;
}

.donation-page-container .page-wrapper .hero .hero-description {
  position: absolute;
  bottom: -144px;
}

@media (min-width: 1024px) {

  .donation-page-container .page-wrapper .hero .hero-description {
    bottom: -128px;
  }
}

.donation-page-container .page-wrapper .how-to-use .list-container {
  margin-top: 24px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 242 / var(--tw-bg-opacity));
  padding: 16px;
}

@media (min-width: 1024px) {

  .donation-page-container .page-wrapper .how-to-use .list-container {
    margin-top: 64px;
    padding: 40px;
  }
}

.donation-page-container .page-wrapper .how-to-use .list-container ul {
  padding-left: 20px;
}

.donation-page-container .page-wrapper .how-to-donate .personal-section-container {
  margin-top: 18px;
}

@media (min-width: 1024px) {

  .donation-page-container .page-wrapper .how-to-donate .personal-section-container {
    margin-top: 76px;
  }
}

.donation-page-container .page-wrapper .how-to-donate .personal-section-container .donate-button {
  display: flex;
}

.donation-page-container .page-wrapper .how-to-donate .personal-section-container .donate-button a {
  width: 100%;
}

@media (min-width: 1024px) {

  .donation-page-container .page-wrapper .how-to-donate .personal-section-container .donate-button a {
    width: 305px;
  }
}

.donation-page-container .page-wrapper .how-to-donate .company-section-container {
  margin-bottom: 128px;
}

.kosenjinkai-page-container table thead {
  height: 44px;
}

.kosenjinkai-page-container table tbody tr {
  height: 60px;
}

.privacypolicy-page-container ul li {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 16px;
}

.terms-page-container ul li {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 16px;
}

.terms-page-container ul.lower-latin-list {
      list-style-type: lower-latin;
    }

:where(.post_body) > h1,
    :where(.post_body) > h2,
    :where(.post_body) > h3,
    :where(.post_body) > h4,
    :where(.post_body) > h5,
    :where(.post_body) > h6 {
      font-size: revert !important;
      font-weight: revert !important;
    }

:where(.post_body) > ul {
      display: block !important;
      list-style-type: disc !important;
      -webkit-margin-before: 1em !important;
              margin-block-start: 1em !important;
      -webkit-margin-after: 1em !important;
              margin-block-end: 1em !important;
      -webkit-margin-start: 0px !important;
              margin-inline-start: 0px !important;
      -webkit-margin-end: 0px !important;
              margin-inline-end: 0px !important;
      -webkit-padding-start: 40px !important;
              padding-inline-start: 40px !important;
    }

:where(.post_body) > ul li {
        display: list-item !important;
        text-align: -webkit-match-parent !important;
      }

:where(.post_body) > p {
      display: block !important;
      -webkit-margin-before: 1em !important;
              margin-block-start: 1em !important;
      -webkit-margin-after: 1em !important;
              margin-block-end: 1em !important;
      -webkit-margin-start: 0px !important;
              margin-inline-start: 0px !important;
      -webkit-margin-end: 0px !important;
              margin-inline-end: 0px !important;
    }

:where(.post_body) > :first-child:first-child {
      -webkit-margin-before: 0;
              margin-block-start: 0;
    }

:where(.post_body) > :last-child:last-child {
      -webkit-margin-after: 0;
              margin-block-end: 0;
    }

:where(.post_body) > * {
      -webkit-margin-before: 1.5rem;
              margin-block-start: 1.5rem;
      -webkit-margin-after: 0;
              margin-block-end: 0;
    }

:where(.post_body) > .has-text-align-center * {
        margin: auto !important;
      }

:where(.post_body) > .alignleft {
      float: left;
      -webkit-margin-start: 0;
              margin-inline-start: 0;
      -webkit-margin-end: 2em;
              margin-inline-end: 2em;
    }

:where(.post_body) > .alignright {
      float: right;
      -webkit-margin-start: 2em;
              margin-inline-start: 2em;
      -webkit-margin-end: 0;
              margin-inline-end: 0;
    }

:where(.post_body) > .aligncenter {
      margin-left: auto !important;
      margin-right: auto !important;
    }

:where(.post_body) > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
      max-width: var(--wp--style--global--content-size);
      margin-left: auto !important;
      margin-right: auto !important;
    }

:where(.post_body) > .alignwide {
      max-width: var(--wp--style--global--wide-size);
    }

/* 共通 */

/* トップページ */

/* 高専人とはページ */

/* プロジェクトページ */

/* 寄付ページ */

/* 高専人会ページ */

/* プライバシーポリシーページ */

/*利用規約ページ */

/* 404ページ */

.notfound-page-container .back-button-container {
  margin-top: 21px;
  display: flex;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1024px) {

  .notfound-page-container .back-button-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 82px;
    width: 997px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.notfound-page-container .back-button-container a {
  width: 100%;
}

@media (min-width: 1024px) {

  .notfound-page-container .back-button-container a {
    width: 233px;
  }
}

/* 投稿ページ用 */
