@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ==========================================================================
Base（ベース）
========================================================================== */
html {
  position: relative;
  font-size: 62.5%;
  width: stretch;
  width: -webkit-fill-available; /* Chrome, Safari */
  width: -moz-available;
  height: 100%;
  height: 100svh;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  color: #5f3c14;
  background: #fff;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.5rem;
  }
}

main {
  position: relative;
  overflow: hidden;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 1em;
}
p:last-of-type {
  margin: 0;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 1.5rem;
  }
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  font-weight: 600;
  color: #5f3c14;
  text-decoration: none;
}

a,
button {
  transition: opacity 0.5s;
}
a:hover,
button:hover {
  opacity: 0.7;
}

button {
  border: none;
}

form {
  margin: 80px 0;
}

label {
  position: relative;
}
label:hover {
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email],
select {
  width: 100%;
  display: inline-block;
  padding: 0.7em 1em;
  background: #fff;
  border: solid 1px #8D8D8D;
}

input[type=radio] + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 2px;
  background-clip: content-box;
}

input[type=radio]:not(:checked) + span:before {
  border-color: #8D8D8D;
  background: #fff;
}

input[type=radio]:checked + span:before {
  border-color: #8D8D8D;
  background-color: #8D8D8D;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 20px;
  vertical-align: middle;
}

input[type=checkbox]:before,
input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 2px;
  left: 0;
  top: 2px;
  border: 1px solid;
  border-color: #000;
  background: #fff;
}

input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.8em;
  height: 0.2em;
  margin-top: -9px;
  top: 65%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #000;
}

button[type=submit] {
  padding: 1.2em 5em;
}
button[type=submit]:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 6px;
  background: no-repeat center/contain url(../img/btn-arrow-bk.svg);
  margin: 0;
}
button[type=submit]:hover {
  cursor: pointer;
}

select {
  max-width: 200px;
  font-size: 1.6rem;
  -webkit-appearance: auto;
  appearance: auto;
  height: 45px;
}
select:hover {
  cursor: pointer;
}

textarea {
  resize: vertical;
  width: 100%;
  height: 200px;
  resize: none;
  padding: 0.5em 1em;
  background: #fff;
  border: solid 1px #8D8D8D;
  border-radius: 3px;
  font-size: 1.6rem;
}

.wpcf7-list-item {
  margin: 0 1em 0 0;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

ol {
  padding: 0;
  margin: 0;
}
ol li {
  list-style: none;
}

dl {
  margin: 0;
}
dl dt {
  width: 30%;
  white-space: nowrap;
  font-weight: bold;
  flex-shrink: 0;
}
dl dd {
  width: 70%;
  font-weight: bold;
  margin: 0;
}
dl dd a {
  color: blue;
  word-break: break-word;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  margin: 40px 0;
}
table th, table td {
  border: solid 1px #000;
  padding: 1em;
}
table th {
  background: #000;
  font-weight: bold;
}

@keyframes fade-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp-animation {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -10%);
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

/* ==========================================================================
Layout（レイアウト）
========================================================================== */
main {
  margin: 125px 0 0;
}
@media screen and (max-width: 600px) {
  main {
    margin: 114px 0 0;
  }
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.l-header .nav-wrp .l-container {
  max-width: 1000px;
  justify-content: space-between;
}
@media screen and (max-width: 1230px) {
  .l-header .nav-wrp .l-container {
    justify-content: flex-start;
  }
}
.l-header .fixed-donation {
  position: absolute;
  top: 0;
  right: 0;
}

.page-home main {
  margin: 0;
}

.l-footer {
  padding: 8rem 1.6rem 1.6em;
}

.l-footer-cta {
  display: flex;
  gap: 2rem;
  margin: 0 0 0 auto;
}

.l-section {
  position: relative;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 600px) {
  .l-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.l-container {
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2.4rem;
}

.l-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
}
.l-flex.center-y {
  align-items: center;
}
.l-flex.bottom-y {
  align-items: end;
}
.l-flex.center-x {
  justify-content: center;
}
.l-flex.between-x {
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .l-flex {
    display: block;
  }
}

.l-works {
  display: flex;
  overflow-x: scroll;
}

.l-service {
  display: flex;
}
.l-service .side {
  flex-shrink: 0;
  margin: 0 5% 0 calc((100vw - 1200px) / 2);
}
.l-service .content {
  flex-shrink: 1;
}

.l-list-news {
  background: no-repeat center top/auto 6px url(../img/line-wave-long.svg);
}
.l-list-news .wrp {
  display: flex;
  align-items: center;
  gap: 1rem 2rem;
  padding: 3.2rem;
  background: no-repeat center bottom/auto 6px url(../img/line-wave-long.svg);
}
@media screen and (max-width: 600px) {
  .l-list-news .wrp {
    flex-wrap: wrap;
    padding: 2.4rem 1rem 3rem;
  }
}
.l-list-news .wrp .news-date {
  width: 90px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .l-list-news .wrp .news-date {
    width: 72px;
  }
}
.l-list-news .wrp .news-cat {
  width: 112px;
  flex-shrink: 0;
}
.l-list-news .wrp .news-title {
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .l-list-news .wrp .news-title {
    width: 100%;
  }
}

.l-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 600px) {
  .l-col2 {
    gap: 2rem;
  }
}
.l-col2 .item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 600px) {
  .l-col2 .item {
    width: 100%;
  }
}

.l-col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 2rem;
}
.l-col3 .item {
  width: calc(33.3333333333% - 2rem);
}
@media screen and (max-width: 600px) {
  .l-col3 .item {
    width: 100%;
  }
}

.l-col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
}
.l-col4 .item {
  width: calc(25% - 2rem);
}
@media screen and (max-width: 600px) {
  .l-col4 .item {
    width: 100%;
  }
}

.l-w-860 {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.l-w-800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.l-w-720 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.l-w-640 {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

/* ==========================================================================
Module（モジュール）
========================================================================== */
.nav-wrp {
  background: #fff;
  padding: 1.7em 0;
}
@media screen and (max-width: 600px) {
  .nav-wrp {
    padding: 3.7rem 0;
  }
}

.header-logo {
  margin: 0 4rem 0 0;
}
.header-logo img {
  width: auto;
  max-height: 6.4rem;
  min-height: 4rem;
  height: 6vw;
}

.nav-header.pc .nav-list {
  display: flex;
  gap: 2.4rem;
}
.nav-header.pc .nav-item {
  position: relative;
}
.nav-header.pc .nav-item img {
  width: auto;
  height: 1.3vw;
  max-height: 1.6rem;
  min-height: 1.4rem;
}
.nav-header.pc .nav-item .dropdown {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  position: absolute;
  bottom: 0;
  z-index: 120;
  transform: translate(0, 100%);
  pointer-events: none;
  padding: 2rem 0;
}
.nav-header.pc .nav-item .dropdown .dropdown-list li {
  margin: 0 0 2rem;
}
.nav-header.pc .nav-item:hover > .dropdown, .nav-header.pc .nav-item:focus-within > .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-header.sp {
  display: none;
  width: 100vw;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  background: #faf8ef;
}
.nav-header.sp .wrp {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 260px;
  width: 80%;
}
.nav-header.sp a:hover {
  cursor: pointer;
}
.nav-header.sp .nav-list {
  margin: 2rem 0 6.4rem;
}
.nav-header.sp .nav-item {
  margin: 0 0 2.4rem;
}
.nav-header.sp .nav-item img {
  width: auto;
  height: 2.2rem;
  margin: 0 auto 0 0;
}
.nav-header.sp .info .follow {
  width: fit-content;
  height: 1.3rem;
  margin: 0 0 3rem;
}
.nav-header.sp .info .header-link-wrp {
  display: flex;
  gap: 2rem;
}
.nav-header.sp .info .header-link-wrp .sns {
  height: 2.8rem;
}
.nav-header.sp .info .header-link-wrp .note {
  height: 2.2rem;
}

.nav-menu {
  width: 6rem;
  height: 4rem;
  position: fixed;
  top: calc((117px - 4rem) / 2);
  right: 2rem;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .nav-menu {
    width: 5rem;
    height: 3rem;
    top: calc((114px - 3rem) / 2);
  }
}
.nav-menu:hover {
  cursor: pointer;
}
.nav-menu.open {
  background: no-repeat center/contain url(../img/menu-open.svg);
}
.nav-menu.open.wh {
  background: no-repeat center/contain url(../img/menu-open-wh.svg);
}
.nav-menu.open.wh.close {
  background: no-repeat center/contain url(../img/menu-close.svg);
}
.nav-menu.close {
  background: no-repeat center/contain url(../img/menu-close.svg);
}

.fixed-donation {
  max-width: 134px;
  width: 10%;
}

.news-date {
  font-family: "見出しゴMB31", Midashi Go MB31, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.news-cat {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 1.4rem;
  border-radius: 50px;
  margin: 0;
  line-height: 1;
  color: #fff;
  padding: 0.4em 1em;
  text-align: center;
}
.news-cat.all {
  background: #9a9a9a;
}
.news-cat.info {
  background: #64a645;
}
.news-cat.event {
  background: #d99211;
}
.news-cat.grant {
  background: #84613a;
}
.news-cat.donation {
  background: #0380d5;
}
.news-cat.media {
  background: #c43b2d;
}
@media screen and (max-width: 600px) {
  .news-cat {
    font-size: 1.2rem;
  }
}

.news-title {
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .news-title {
    width: 100%;
  }
}

.thumbnail {
  position: relative;
}
.thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.grant-tag {
  padding: 0.3em 1em;
  font-size: 1em;
  color: #fff;
}
.grant-tag.open {
  background: rgba(3, 130, 213, 0.85);
}

.note-tag p {
  display: inline-block;
  line-height: 1.4;
  padding: 0 0.1em;
  margin: 0 0 1em;
  background: #fddc5e;
}

.list-default li {
  display: flex;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 0 0.8rem;
}
.list-default li:last-child {
  padding: 0;
}
.list-default li:before {
  content: "・";
}

.list-number li {
  position: relative;
  padding: 0 0 0 4rem;
}
.list-number li:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.list-number li:nth-child(1):before {
  background-image: url(../img/list-ol-1.svg);
}
.list-number li:nth-child(2):before {
  background-image: url(../img/list-ol-2.svg);
}
.list-number li:nth-child(3):before {
  background-image: url(../img/list-ol-3.svg);
}
.list-number li:nth-child(4):before {
  background-image: url(../img/list-ol-4.svg);
}

.link-wrp {
  margin: 4rem 0 0;
}
.link-wrp a {
  display: block;
  margin: 0 0 4rem;
}
.link-wrp a:last-child {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .link-wrp a {
    margin: 0 0 2rem;
  }
}

.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt {
  max-width: 100%;
  width: auto;
}
.txt.h2 {
  height: 4.4rem;
}
@media screen and (max-width: 600px) {
  .txt.h2 {
    height: 2.6rem;
  }
}
.txt.h3 {
  height: 2.1em;
}
.txt.h4 {
  height: 1.8em;
}
.txt.center {
  text-align: center;
}

.lead.center {
  text-align: center;
}
.lead p {
  font-size: 1.1em;
  font-weight: bold;
}

.marker {
  display: inline-block;
  background: #fedc5e;
  padding: 0 0.1em;
  margin: 0 0 2rem;
}

.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multiline-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.font-midashi {
  font-family: "見出しゴMB31", Midashi Go MB31, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.btn img {
  width: auto;
  height: 6rem;
}
@media screen and (max-width: 600px) {
  .btn img {
    width: auto;
    height: 5.6rem;
    margin: 4rem 0 0;
  }
}
.btn.center img {
  margin: 0 auto;
}

.btn-sub a {
  padding: 0 3.2rem 0 0;
  background: no-repeat center right/1.8rem 100% url(../img/btn-arrow.svg);
}
.btn-sub a:after {
  content: "";
}

.card-blog a {
  display: flex;
  flex-direction: column;
}
.card-blog .date {
  margin: 0 0 1em;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: underline;
}
.card-blog .title {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1em;
}
.card-blog .summary {
  background: #fff;
  padding: 2rem 1rem;
}
.card-blog .info {
  margin: auto 0 0;
}
.card-blog .info dl {
  display: flex;
  flex-wrap: wrap;
}
.card-blog .info dl dt {
  width: 30%;
  flex-shrink: 0;
  white-space: nowrap;
}
.card-blog .info dl dd {
  width: 70%;
}

.card-grant a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.card-grant .grant-tag {
  position: absolute;
  top: 0;
  left: 0;
}
.card-grant .summary {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card-grant .info dt, .card-grant .info dd, .card-grant .info p {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.card-grant .info dl dt:before {
  content: "⬛︎";
  vertical-align: text-top;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.card-grant .info dl dd:before {
  content: "：";
}

.card-note .thumbnail {
  margin: 0 0 4rem;
}
.card-note .title {
  font-size: 1.2em;
}

.box-border {
  padding: 3.2rem 4.8rem;
  border: dashed 2px #5f3c14;
  border-radius: 2rem;
  margin: 6.4rem 0;
}
@media screen and (max-width: 720px) {
  .box-border {
    padding: 2.4rem;
    margin: 4rem 0;
  }
}

.line-wave:before, .line-wave:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: no-repeat center/100% 10px url(../img/line-wave-pc.svg);
}
@media screen and (max-width: 600px) {
  .line-wave:before, .line-wave:after {
    background-image: url(../img/line-wave-sp.svg);
  }
}
.line-wave:before {
  margin-bottom: 13.8rem;
}
@media screen and (max-width: 600px) {
  .line-wave:before {
    margin-bottom: 8rem;
  }
}
.line-wave:after {
  margin-top: 13.8rem;
}
@media screen and (max-width: 600px) {
  .line-wave:after {
    margin-top: 8rem;
  }
}

.line-wave-t,
.line-wave-b {
  background-repeat: repeat-x;
  background-size: 100% 10px;
  background-image: url(../img/line-wave-pc.svg);
}
@media screen and (max-width: 600px) {
  .line-wave-t,
  .line-wave-b {
    background-image: url(../img/line-wave-sp.svg);
  }
}

.line-wave-t {
  background-position: center top;
}

.line-wave-b {
  background-position: center bottom;
}

.settlement {
  position: relative;
}
.settlement.inactive .heading {
  background: #dfd7cb;
}
.settlement.inactive .heading:hover {
  cursor: pointer;
  opacity: 0.8;
}
.settlement.inactive .select {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.settlement.sub {
  position: absolute;
  top: 0;
  left: 0;
}
.settlement.sub .heading {
  margin: 0 0 -0.8rem auto;
}
.settlement .heading {
  position: relative;
  width: 49%;
  padding: 1.4em 0;
  background: #faf8ef;
  border-radius: 2rem 2rem 0 0;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .settlement .heading {
    padding: 1.2em 0;
    border-radius: 1rem 1rem 0 0;
  }
}
.settlement .heading img {
  margin: 0 auto;
  height: 1.3em;
}
@media screen and (max-width: 600px) {
  .settlement .heading img {
    height: 1.6rem;
  }
}
.settlement .select {
  position: relative;
  padding: 4.8rem;
  background: #faf8ef;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .settlement .select {
    padding: 3.2rem;
  }
}
.settlement .note {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1rem 0 0;
}

.section-item {
  padding: 2.2em 0;
}
.section-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 720px) {
  .section-item {
    padding: 3.6rem 0;
  }
}
.section-item .summary {
  margin: 0 0 5.6rem;
  display: grid;
  grid-template-rows: auto;
  gap: 2.6em 0;
}
@media screen and (max-width: 720px) {
  .section-item .summary {
    grid-template-columns: 1fr;
  }
}
.section-item .summary .heading {
  grid-column: 1;
  grid-row: 1;
  margin: 8rem 0 0;
}
@media screen and (max-width: 720px) {
  .section-item .summary .heading {
    order: 1;
    grid-column: auto;
    grid-row: auto;
    margin: 0;
  }
}
.section-item .summary .txt {
  grid-column: 1;
}
@media screen and (max-width: 720px) {
  .section-item .summary .txt {
    order: 3;
    grid-column: auto;
    grid-row: auto;
  }
}
.section-item .summary .txt p {
  font-size: 1.1em;
}
.section-item .summary .message {
  grid-column: 2;
  grid-row: 1/3;
  align-self: start;
}
@media screen and (max-width: 720px) {
  .section-item .summary .message {
    order: 2;
    grid-column: auto;
    grid-row: auto;
    display: flex;
    align-items: end;
  }
}
.section-item .summary .message .illust {
  max-width: 240px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 720px) {
  .section-item .summary .message .illust {
    width: 60%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .section-item .summary .message .illust {
    width: 50%;
  }
}
.section-item .summary .message p {
  writing-mode: vertical-rl;
  font-size: 2.1em;
  line-height: 1.4;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .section-item .summary .message p {
    line-height: 1.2;
  }
}
.section-item .summary .message p span {
  margin: 3.2rem 0 0;
}

.bubble-border {
  position: relative;
  background: #ffffff;
  border: 2px dashed #5f3c14;
  border-radius: 2rem;
  padding: 1.7em;
}
.bubble-border:before {
  content: "";
  position: absolute;
  top: -42px;
  left: 50px;
  width: 32px;
  height: 43px;
  background: no-repeat center/contain url(../img/bubble-border-tail.svg);
}

.archive-pagenation {
  margin: 8rem 0 0;
}
@media screen and (max-width: 600px) {
  .archive-pagenation {
    margin: 4rem 0 0;
  }
}
.archive-pagenation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.archive-pagenation ul li.current a {
  text-decoration: underline;
}
.archive-pagenation ul li.next a {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: no-repeat center/contain url(../img/btn-arrow-or.svg);
}
.archive-pagenation ul li a {
  font-size: 2.4rem;
  font-weight: normal;
}

.faq-wrp {
  margin: 0 0 8rem;
}

.faq-heading {
  margin: 0 0 5.6rem;
}

.faq-list .inner {
  padding: 3em 0;
}

.faq-q,
.faq-a {
  display: flex;
  align-items: baseline;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 600px) {
  .faq-q,
  .faq-a {
    font-size: 1.8rem;
  }
}
.faq-q:before,
.faq-a:before {
  flex-shrink: 0;
  font-size: 1.2em;
  margin: 0 1rem 0 0;
  width: 3.2rem;
  height: 3.2rem;
}

.faq-q {
  position: relative;
  white-space: pre-wrap;
  padding: 0 4rem 0 0;
}
.faq-q:before {
  content: "Q.";
}
.faq-q:hover {
  cursor: pointer;
}
.faq-q:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: no-repeat center/contain url(../img/btn-faq-open.svg);
  transition: fade-animation 1s ease;
}
.faq-q.close:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.6rem 0.6rem 0.6rem auto;
  background: no-repeat center/contain url(../img/btn-faq-close.svg);
  transition: fade-animation 1s ease;
}

.faq-a {
  margin-top: 2rem;
}
.faq-a:before {
  content: "A.";
}
.faq-a .content {
  padding: 0 4rem 0 0;
}
.faq-a a {
  color: #5f3c14;
}

.recommend {
  display: flex;
  align-items: center;
  border: dashed 2px #5f3c14;
  border-radius: 2rem;
  margin: 4rem 0 8rem;
}
@media screen and (max-width: 600px) {
  .recommend {
    display: block;
    margin: 4rem 0;
  }
}
.recommend .heading {
  flex-shrink: 0;
  writing-mode: vertical-rl;
  background: #faf8ef;
  border-right: dashed 2px #5f3c14;
  border-radius: 2rem 0 0 2rem;
  padding: 2rem;
}
@media screen and (max-width: 600px) {
  .recommend .heading {
    width: 100%;
    writing-mode: revert;
    border-right: none;
    border-bottom: dashed 2px #5f3c14;
    border-radius: 2rem 2rem 0 0;
    text-align: center;
  }
  .recommend .heading br {
    display: none;
  }
}
.recommend .heading h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 600px) {
  .recommend .heading h4 {
    font-size: 2rem;
  }
}
.recommend ul {
  width: 100%;
  padding: 2rem;
}

/* ==========================================================================
State（レイアウト）
========================================================================== */
.scroll_stop {
  overflow-y: hidden;
}

br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  br.sp {
    display: block;
  }
}

.txt.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .txt.pc,
  img.pc {
    display: none;
  }
}
.txt.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .txt.sp,
  img.sp {
    display: block;
  }
}

.btn-pc {
  display: block;
}
@media screen and (max-width: 840px) {
  .btn-pc {
    display: none;
  }
}

.btn-sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .btn-sp {
    display: block;
    margin: 4rem 0 0;
  }
}

@media screen and (max-width: 960px) {
  .nav-wrp.pc {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .nav-header.open {
    display: block;
    width: 100vw;
    height: 100svh;
    background: #f8f7ee;
  }
}

.nav-header.pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .nav-header.pc {
    display: none;
  }
}

.nav-header.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .nav-header.sp.open {
    display: block;
  }
}

.nav-menu {
  display: none;
}
@media screen and (max-width: 960px) {
  .nav-menu {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .fixed-donation img.pc {
    display: none;
  }
}
.fixed-donation img.sp {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 55%;
  max-width: 320px;
}
@media screen and (max-width: 960px) {
  .fixed-donation img.sp {
    display: block;
  }
}

.inview {
  opacity: 0;
  transition: 1.5s;
}

.inview.is-show {
  opacity: 1;
}

.inview.fadeIn_up {
  opacity: 0;
  transform: translate(0, 15%);
  transition: 1.5s;
}

.inview.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* ==========================================================================
Theme（テーマ）
========================================================================== */
.bg-ye {
  background: #faf8ef;
}

.bg-grad {
  background: #FAF8EF;
  background: linear-gradient(0deg, rgb(250, 248, 239) 0%, rgb(255, 255, 255) 100%);
}

/* 汎用ページ */
.page-default .fv-cover {
  width: 100%;
  height: 40vw;
  max-height: 560px;
  object-fit: cover;
  animation: fade-animation 1s ease-in both;
}
.page-default .page-contents h2 {
  text-align: center;
}

/* トップページ */
.page-home main {
  margin: 0;
}
.page-home .fixed-donation {
  animation: fade-animation 1s ease-in both;
}
.page-home .top-mv {
  position: relative;
  width: 100vw;
  height: 100svh;
  min-height: 400px;
}
.page-home .top-mv .mv-slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: fade-animation 1s ease-in both;
}
.page-home .top-mv .mv-slider img {
  width: 100%;
  height: 100svh;
  min-height: 400px;
  object-fit: cover;
}
.page-home .top-mv .mv-logo {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -10%);
  max-width: 460px;
  min-width: 240px;
  width: 40%;
  z-index: 10;
  animation: fadeUp-animation 1s ease-in 1s both;
}
.page-home .top-mv .mv-message {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
  max-width: 320px;
  min-width: 200px;
  width: 22%;
  z-index: 10;
  animation: fadeUp-animation 1s ease-in 2s both;
}
.page-home .top-mv .scroll {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 12px;
}
.page-home .top-mv .scroll .scroll-arrow {
  display: block;
  width: 8px;
  margin: 0 4px 8px;
}
.page-home .top-mv .scroll .animated-line {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: line-animation 5s cubic-bezier(0.92, 0.07, 0.32, 1.01) infinite;
}
@keyframes line-animation {
  0% {
    stroke-dashoffset: 300;
  }
  40% {
    stroke-dashoffset: 0;
  }
  45% {
    stroke-dashoffset: 0;
  }
  55% {
    stroke-dashoffset: -300;
  }
  100% {
    stroke-dashoffset: -300;
  }
}
.page-home .top-about {
  padding-top: 5.7em;
  padding-bottom: 4.8em;
}
.page-home .top-about .about-message {
  margin: 0 auto 5.7em 0;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .page-home .top-about .about-message {
    max-width: 90%;
    margin: 0 auto 5.4rem 0;
  }
}
@media screen and (max-width: 960px) {
  .page-home .top-about .btn img {
    margin: 4rem 0 0 auto;
  }
}
.page-home .top-donation {
  padding-top: 5.3em;
  padding-bottom: 4.8em;
}
@media screen and (max-width: 600px) {
  .page-home .top-donation .donation-message {
    width: 40%;
    min-width: 200px;
    margin: -10rem 0 0;
  }
}
.page-home .top-donation .donation-image {
  max-width: 1400px;
  width: 140%;
  margin: -4rem -20% 4rem -20%;
}
@media screen and (max-width: 960px) {
  .page-home .top-donation .donation-image {
    width: 110%;
    margin: 0 -5% 4rem -5%;
  }
}
.page-home .top-donation .btn {
  margin: 3.1em auto 0;
}
@media screen and (max-width: 600px) {
  .page-home .top-donation .btn {
    margin: 4rem 0 0;
  }
}
.page-home .top-news .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 4rem;
}
.page-home .top-service {
  padding: 0 0 12rem;
}
.page-home .top-service .lead {
  margin: 0 0 6rem;
}
@media screen and (max-width: 600px) {
  .page-home .top-service .lead {
    margin: 0 0 1rem;
  }
}
.page-home .top-service .lead p {
  letter-spacing: 0;
}
.page-home .top-service .item {
  max-width: 400px;
  width: calc(50% - 4rem);
  margin: 0 2rem;
}
@media screen and (max-width: 600px) {
  .page-home .top-service .item {
    width: 95%;
    margin: 0 auto 4rem;
  }
}
.page-home .top-service .item .illust {
  max-width: 320px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 600px) {
  .page-home .top-service .item .illust {
    max-width: 260px;
  }
}
.page-home .top-service .item .lead {
  margin: 0 0 2em;
}
.page-home .top-service .item .btn img {
  max-width: 100%;
  height: 8.5rem;
}
@media screen and (max-width: 600px) {
  .page-home .top-service .item .btn img {
    height: 6.5rem;
  }
}
.page-home .landscape img {
  height: 40vw;
  max-height: 600px;
  min-height: 280px;
  object-fit: cover;
}
.page-home .top-grant {
  padding-top: 4em;
  padding-bottom: 5.3em;
}
.page-home .top-grant .l-container {
  max-width: 1100px;
}
.page-home .top-grant .heading {
  margin: 0 0 4rem;
}
.page-home .top-shima-note {
  padding-top: 4.4em;
  padding-bottom: 4.8em;
}
.page-home .top-shima-note .l-container {
  max-width: 1100px;
}
.page-home .top-shima-note .heading {
  display: flex;
  align-items: end;
  flex-grow: 1;
  margin: 0 0 4rem;
}
.page-home .top-shima-note .heading img {
  max-width: 200px;
  width: 40%;
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 600px) {
  .page-home .top-shima-note .heading h4 {
    font-size: 1.5rem;
  }
}

/* 寄付をする */
.page-donation .fv {
  position: relative;
  padding: 15rem 0 22rem;
}
@media screen and (max-width: 600px) {
  .page-donation .fv {
    padding: 6rem 0 12rem;
  }
}
.page-donation .fv:after {
  content: "";
  width: 130%;
  height: 10em;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -5em;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .page-donation .fv:after {
    height: 8em;
  }
}
.page-donation .fv .l-container {
  max-width: 1200px;
}
.page-donation .fv .message-wrp {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 600px) {
  .page-donation .fv .message-wrp {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-donation .fv .donation-message {
    width: 50%;
    min-width: 160px;
  }
}
.page-donation .fv .donation-top {
  margin: 8rem auto 5.6rem;
}
@media screen and (max-width: 600px) {
  .page-donation .fv .donation-top {
    margin: 3.2rem auto;
  }
}
.page-donation .fv .donation-image {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.page-donation .fv .lead p {
  font-size: 2.3rem;
}
@media screen and (max-width: 600px) {
  .page-donation .fv .lead p {
    font-size: 1.8rem;
  }
}
.page-donation .introduction {
  margin: 4rem 0 0;
}
.page-donation .introduction .lead p {
  line-height: 2;
}
.page-donation .introduction .type {
  margin: 7.2rem 0 0;
}
@media screen and (max-width: 600px) {
  .page-donation .introduction .type {
    margin: 6.6rem 0 0;
  }
}
.page-donation .introduction .type:before {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 600px) {
  .page-donation .introduction .type:before {
    margin-bottom: 4.8rem;
  }
}
.page-donation .introduction .type:after {
  margin-top: 10rem;
}
@media screen and (max-width: 600px) {
  .page-donation .introduction .type:after {
    margin-top: 4.8rem;
  }
}
.page-donation .introduction .type .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  margin: 0 0 4rem;
}
@media screen and (max-width: 600px) {
  .page-donation .introduction .type .heading {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-donation .introduction .type .heading .donation-type {
    max-width: 40%;
    height: 2.4rem;
    margin: 0 2rem;
  }
}
.page-donation .introduction .type .heading .donation-illust {
  width: 25%;
  min-width: 120px;
}
@media screen and (max-width: 600px) {
  .page-donation .introduction .type .heading .donation-illust {
    width: calc(30% - 1rem);
    min-width: auto;
  }
}
.page-donation .introduction .type .anchor-wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 4.8rem;
}
@media screen and (max-width: 600px) {
  .page-donation .introduction .type .anchor-wrp {
    gap: 1.6rem;
  }
}
.page-donation .introduction .type .anchor-wrp a {
  width: calc(50% - 2.4rem);
}
@media screen and (max-width: 600px) {
  .page-donation .introduction .type .anchor-wrp a {
    width: calc(50% - 0.8rem);
  }
}
.page-donation .introduction .section-item {
  padding: 7.2rem 0 12rem;
}
@media screen and (max-width: 600px) {
  .page-donation .introduction .section-item {
    padding: 7.2rem 0;
  }
}
.page-donation .introduction .section-item.sec-corp {
  padding: 7.2rem 0 0;
}
.page-donation .introduction .section-item .summary {
  grid-template-columns: 52% 48%;
}
@media screen and (max-width: 720px) {
  .page-donation .introduction .section-item .summary {
    grid-template-columns: 1fr;
  }
}
.page-donation .introduction .section-item .summary .heading {
  margin: 10rem 0 0;
  align-self: end;
}
.page-donation .introduction .section-item .summary .heading.make {
  margin: 0;
}
@media screen and (max-width: 720px) {
  .page-donation .introduction .section-item .summary .heading {
    margin: 0;
  }
}
.page-donation .introduction .section-item .summary .heading h3 {
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .page-donation .introduction .section-item .summary .heading h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 720px) {
  .page-donation .introduction .section-item .summary .txt {
    order: 2;
  }
}
@media screen and (max-width: 720px) {
  .page-donation .introduction .section-item .summary .message {
    order: 3;
  }
}
@media screen and (max-width: 720px) {
  .page-donation .introduction .section-item .summary .message p {
    font-size: 2.8rem;
    line-height: 1.7;
  }
}
.page-donation .introduction .section-item ul li {
  font-size: 2.2rem;
}
@media screen and (max-width: 720px) {
  .page-donation .introduction .section-item ul li {
    font-size: 1.8rem;
  }
}
.page-donation .introduction .note {
  font-size: 0.9em;
  margin: 2rem 0 0;
}
.page-donation .introduction .step {
  margin: -10% 0 0;
}
@media screen and (max-width: 600px) {
  .page-donation .introduction .step {
    margin: 0;
  }
}
.page-donation .introduction .step h4 {
  font-size: 2.4rem;
}
.page-donation .introduction .step ol {
  margin: 5.6rem 0 8rem;
}
.page-donation .introduction .step ol li {
  margin: 0 0 3.2rem;
}
.page-donation .introduction .step ol li h5 {
  font-size: 1.2em;
  margin: 0.5rem 0;
}

.page-about .fv {
  padding: 10em 0;
  background: no-repeat center left/cover url(../img/bg-about-pc.jpg);
  animation: fade-animation 1s ease-in both;
}
@media screen and (max-width: 600px) {
  .page-about .fv {
    padding: 6em 0;
    background: no-repeat center left/cover url(../img/bg-about-sp.jpg);
  }
}
.page-about .fv .heading {
  width: 90%;
  max-width: 640px;
  margin: 0 0 8rem;
}
@media screen and (max-width: 600px) {
  .page-about .fv .heading {
    margin: 0 0 4rem;
  }
}
.page-about .fv .txt {
  width: 100%;
  max-width: 860px;
}
.page-about .message .wrp {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 12rem;
}
@media screen and (max-width: 600px) {
  .page-about .message .wrp {
    margin: 0 0 6rem;
  }
}
.page-about .message h2 {
  margin: 0 0 6.4rem;
}
@media screen and (max-width: 600px) {
  .page-about .message h2 {
    margin: 0 0 4rem;
  }
}
.page-about .message .lead {
  margin: 0 0 5.4rem;
}
.page-about .message .sign {
  margin: 5.6rem 0 4rem;
}
.page-about .message .sign .title {
  text-align: right;
  font-size: 1.6rem;
}
.page-about .message .sign img {
  max-width: 320px;
  width: 60%;
  margin: 2rem 0 0 auto;
}
.page-about .history h2 {
  margin: 0 0 0 2rem;
}
.page-about .history dl {
  margin: 4rem 0 0;
}
.page-about .history dl .wrp {
  display: flex;
  align-items: center;
  padding: 3.2rem 2rem 3.6rem;
}
@media screen and (max-width: 600px) {
  .page-about .history dl .wrp {
    display: block;
    padding: 3rem 1rem 3.2rem;
  }
}
.page-about .history dl .wrp dt {
  width: 17%;
}
@media screen and (max-width: 600px) {
  .page-about .history dl .wrp dt {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.page-about .history dl .wrp dd {
  width: 83%;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .page-about .history dl .wrp dd {
    width: 100%;
  }
}

.page-statement .lead {
  margin: 8rem 0;
}
.page-statement .lead p {
  margin: 0 0 4rem;
  line-height: 2;
}
.page-statement .sign-off {
  text-align: right;
}
.page-statement .sign-off p {
  margin: 0 0 1rem;
}

.page-giver h2 {
  margin: 0 0 8rem;
}
.page-giver h3 {
  text-align: center;
  margin: 0 0 6rem;
}
.page-giver .giver-wrp {
  padding: 8rem 0;
}
.page-giver .giver-wrp ul.list-corp {
  display: flex;
  flex-wrap: wrap;
}
.page-giver .giver-wrp ul.list-corp li {
  width: 50%;
  margin: 0 0 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .page-giver .giver-wrp ul.list-corp li {
    width: 100%;
  }
}
.page-giver .giver-wrp ul.list-person {
  column-count: 5;
  padding: 0 0 8rem;
}
@media screen and (max-width: 600px) {
  .page-giver .giver-wrp ul.list-person {
    column-count: 3;
  }
}
.page-giver .giver-wrp ul.list-person li {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

.page-vision .fv .top-illust {
  position: relative;
  width: 120%;
  margin: 0 -10% 0 -10%;
  animation: fade-animation 1s ease-in both;
}
.page-vision .fv .top-illust:after {
  content: "";
  width: 110%;
  height: 20%;
  background: #faf8ef;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
}
.page-vision .fv .wrp {
  position: relative;
  z-index: 1;
  margin: 4em auto 0;
  padding: 0 2rem;
}
.page-vision .fv .wrp .vision-top {
  margin: 0 0 8.8rem;
}
@media screen and (max-width: 600px) {
  .page-vision .fv .wrp .vision-top {
    margin: 0 0 5.6rem;
  }
}
.page-vision .fv .wrp .lead p {
  line-height: 2em;
}
.page-vision .action .summary {
  grid-template-columns: 60% 40%;
}
@media screen and (max-width: 720px) {
  .page-vision .action .summary {
    grid-template-columns: 1fr;
  }
}
.page-vision .action .action-top {
  margin: 0 auto 4rem;
}
.page-vision .action .action-heading {
  display: flex;
  align-items: center;
  margin: 0 0 0 -6rem;
  padding: 0 0 0 3rem;
  font-size: 1.8em !important;
}
@media screen and (max-width: 820px) {
  .page-vision .action .action-heading {
    margin: 0;
    padding: 0;
  }
}
.page-vision .action .action-heading:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
  margin: 0 1rem 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 820px) {
  .page-vision .action .action-heading:before {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .page-vision .action .action-heading:before {
    width: 5rem;
    height: 5rem;
  }
}
.page-vision .action .action-heading._01:before {
  background-image: url(../img/list-ol-1.svg);
}
.page-vision .action .action-heading._02:before {
  background-image: url(../img/list-ol-2.svg);
}
.page-vision .action .action-heading._03:before {
  background-image: url(../img/list-ol-3.svg);
}
.page-vision .action .action-heading._04:before {
  background-image: url(../img/list-ol-4.svg);
}
.page-vision .action .action-heading._03,
.page-vision .action .action-heading._04 {
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .page-vision .action .action-heading._03,
  .page-vision .action .action-heading._04 {
    white-space: pre-wrap;
  }
}
.page-vision .action .illust._03 {
  width: 11em;
}
@media screen and (max-width: 600px) {
  .page-vision .action .illust._03 {
    width: 60%;
  }
}
.page-vision .invitation .vision-message {
  margin: 0 auto 4rem;
}
.page-vision .invitation img.illust {
  width: 35%;
  min-width: 300px;
}
@media screen and (max-width: 600px) {
  .page-vision .invitation img.illust {
    margin: 0 auto 4rem;
  }
}
.page-vision .invitation .text {
  width: 45%;
  margin: 0 5.6rem;
}
@media screen and (max-width: 600px) {
  .page-vision .invitation .text {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
}
.page-vision .invitation .text .btn {
  margin: 4rem 0 0;
}
@media screen and (max-width: 600px) {
  .page-vision .invitation .text .btn {
    margin: 3.2rem 0 0;
  }
}
.page-vision .invitation .text .btn img {
  max-width: 100%;
  height: 8rem;
}
@media screen and (max-width: 600px) {
  .page-vision .invitation .text .btn img {
    margin: 0 auto;
    height: 6.5rem;
  }
}

.archive-news h2 {
  margin: 0 0 10rem;
}
@media screen and (max-width: 600px) {
  .archive-news h2 {
    margin: 0 0 5.6rem;
  }
}
.archive-news .cat-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1rem;
  margin: 0 0 8rem;
}

.page-faq h2 {
  margin: 0 0 8rem;
}

.page-contact h2 {
  text-align: left !important;
}
.page-contact h3 {
  text-decoration: underline;
  margin: 0 0 4rem;
}
.page-contact .wrp {
  margin: 8rem 0;
}
.page-contact .wrp ul {
  margin: 4rem 0 5.6rem;
}

.page-profile h2 {
  text-align: left !important;
}
.page-profile h3 {
  text-decoration: underline;
  margin: 0 0 4rem;
}
.page-profile .wrp {
  margin: 8rem 0;
}
.page-profile .wrp ul {
  margin: 4rem 0 5.6rem;
}

.single-default article {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 4.4em;
  padding: 0 2rem;
}
.single-default article .thumbnail {
  width: 100vw;
  margin-left: calc((100vw - 720px) / 2 * -1 - 2rem);
  margin-bottom: 4.4em;
}
@media screen and (max-width: 720px) {
  .single-default article .thumbnail {
    margin-left: -2rem;
  }
}
.single-default article .thumbnail img {
  width: 100%;
  height: 40vw;
  max-height: 560px;
  object-fit: cover;
  animation: fade-animation 1s ease-in both;
}
@media screen and (max-width: 720px) {
  .single-default article .thumbnail img {
    aspect-ratio: 3/2;
    height: auto;
  }
}
.single-default article .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 3.5em;
}
.single-default article .meta .date {
  margin: 0;
  text-decoration: underline;
}
.single-default article h2 {
  margin: 0 0 3.1em;
}
.single-default article h3 {
  font-size: 1em;
  margin: 0 0 0.5rem;
}
.single-default article section {
  margin: 0 0 2.6em;
}
.single-default article section dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .single-default article section dl {
    display: block;
  }
}
.single-default article section dl dt, .single-default article section dl dd {
  margin: 0 0 1rem;
}
@media screen and (max-width: 600px) {
  .single-default article section dl dt, .single-default article section dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .single-default article section dl dd {
    margin: 0 0 2rem;
  }
}
.single-default article .data {
  margin: 4em 0 0;
}
.single-default article .data a {
  background: #f8f6ed;
  padding: 2em 1em;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.1em;
}
.single-default .archive-link {
  margin: 0 0 6.6em;
}

.single-news article .meta {
  margin-top: 8.8em;
}

footer {
  padding: 5.7em 0 4em;
}
footer .l-container {
  max-width: 1100px;
}
@media screen and (max-width: 960px) {
  footer .l-flex {
    display: block;
  }
}
footer .main {
  width: 50%;
}
@media screen and (max-width: 960px) {
  footer .main {
    width: 100%;
  }
}
footer .main .info {
  margin: 0 0 3.5em;
}
footer .main .info .logo {
  max-width: 400px;
  width: 80%;
  margin: 0 0 2.2em;
}
footer .main .info .address,
footer .main .info .mail {
  width: auto;
  height: 1.6rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 600px) {
  footer .main .info .address,
  footer .main .info .mail {
    height: 1.2rem;
  }
}
footer .main .footer-link-wrp {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  footer .main .footer-link-wrp {
    display: none;
  }
}
footer .main .footer-link-wrp .follow {
  width: auto;
  height: 1.4rem;
  padding: 0 2rem 0 0;
  border-right: solid 1px #5f3c14;
}
footer .main .footer-link-wrp .sns {
  width: auto;
  height: 3rem;
}
footer .main .footer-link-wrp .note {
  width: auto;
  height: 1.6rem;
}
footer .footer-menu {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  footer .footer-menu {
    width: 90%;
  }
}
footer .footer-menu ul {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 2.4rem;
  justify-content: start;
  width: fit-content;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  footer .footer-menu ul {
    display: none;
  }
}
footer .footer-menu ul li {
  justify-self: start;
}
footer .footer-menu ul li a {
  display: block;
}
footer .footer-menu ul li img {
  width: fit-content;
  max-height: 2.2rem;
  height: 2.5vw;
}
footer .footer-menu .copyright {
  margin: auto 0 0 auto;
  max-width: 400px;
  width: 100%;
  min-width: 300px;
  width: auto;
  height: 1.2em;
}
@media screen and (max-width: 960px) {
  footer .footer-menu .copyright {
    margin: 0;
  }
}