@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

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

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

:root {
  --brand-color: #AC181F;
  font-size: 2.6666666667vw;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: 1vw;
  }
  :root .for_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  :root {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  :root .for_pc {
    display: none !important;
  }
}

body {
  color: #666;
  font-size: 1.6rem;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.childPage {
  padding-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  .childPage {
    padding-top: 7.2rem;
  }
}

.container {
  width: min(100%, 1000px);
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1030px) {
  .container {
    padding: 0;
  }
}

.text-right {
  text-align: right;
}

.button {
  text-align: center;
}
.button a {
  min-width: 23.2rem;
  height: 4.2rem;
  padding: 0 3.2rem;
  border: 1px solid;
  background: #fff;
  color: var(--brand-color);
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button a::before, .button a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  inset-block: 0;
  right: 1.2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}
.button a::before {
  right: 1.6rem;
}
.button a.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.button a.disabled::before, .button a.disabled::after {
  opacity: 0;
}
@media (hover: hover) {
  .button a:hover {
    background: var(--brand-color);
    color: #fff;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 6.5rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
header.red {
  background: var(--brand-color) url("../images/common/header_bg_sp.svg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  header.red {
    background: var(--brand-color) url("../images/common/header_bg_pc.svg") no-repeat center;
    background-size: cover;
  }
}
header .container {
  padding: 0;
  width: 100%;
}
header .logo {
  width: 27.8rem;
  margin: 1.4rem;
}
header .toggleNav {
  width: 5.6rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
header .toggleNav span, header .toggleNav::before, header .toggleNav::after {
  content: "";
  display: block;
  width: 60%;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .toggleNav::before {
  -webkit-transform: translateY(-1.2rem);
          transform: translateY(-1.2rem);
}
header .toggleNav::after {
  -webkit-transform: translateY(1.2rem);
          transform: translateY(1.2rem);
}
header .toggleNav.on span {
  opacity: 0;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}
header .toggleNav.on::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .toggleNav.on::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header nav {
  position: fixed;
  z-index: 99;
  top: 6.5rem;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100;
  overflow-y: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
header nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header nav li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header nav a {
  display: block;
  padding: 2rem 2.4rem;
  color: var(--brand-color);
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
header nav a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid rgba(0, 0, 0, 0.4);
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  inset-block: 0;
  right: 2.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}
header nav a.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
header .toggleNav.on + nav {
  height: calc(100dvh - 6.5rem);
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  header {
    height: 7.2rem;
  }
  header .container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .toggleNav {
    display: none;
  }
  header nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    position: static;
    background: none;
  }
  header nav ul {
    display: block;
  }
  header nav ul li {
    border: none;
    display: inline;
    margin-right: 2rem;
  }
  header nav ul li:first-child {
    border-top: none;
  }
  header nav ul li:last-child {
    border-bottom: none;
  }
  header nav ul li a {
    display: inline;
    padding: 0;
    color: #fff;
    font-size: 1.2rem;
  }
  header nav ul li a.disabled {
    opacity: 0.75;
    cursor: default;
    pointer-events: none;
  }
  header nav ul li a::after {
    display: none;
  }
}

.childPage header {
  background: var(--brand-color) url("../images/common/header_bg_sp.svg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .childPage header {
    background: var(--brand-color) url("../images/common/header_bg_pc.svg") no-repeat center;
    background-size: cover;
  }
}

#homeIntro {
  color: #666;
  margin-bottom: 4rem;
}
#homeIntro h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--brand-color);
  letter-spacing: 0.1em;
  margin: 1.5em 0 1em;
  text-align: center;
}
#homeIntro .lead {
  font-size: 1.9rem;
}
#homeIntro .additional {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  padding-top: 1em;
  border-top: 1px solid #000;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #homeIntro .container {
    max-width: 800px;
  }
  #homeIntro h2 {
    font-size: 2.8rem;
    margin: 1.5em 0 1em;
  }
  #homeIntro .lead {
    font-size: 2rem;
  }
  #homeIntro .additional {
    border-bottom: 1px solid #000;
    padding-bottom: 1em;
    font-size: 1.9rem;
  }
}

#homeMessage {
  background: url("../images/home/section_bg_sp.jpg") no-repeat center/cover;
  padding: 1px 0 2rem;
  margin-bottom: 4rem;
}
#homeMessage h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 1em 0;
  text-align: center;
}
#homeMessage h2 span {
  display: block;
  text-align: center;
  font-size: 6.5rem;
  line-height: 1;
}
#homeMessage p {
  color: #fff;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  #homeMessage {
    background: none;
  }
  #homeMessage .container {
    width: min(100%, 1280px);
    background: url("../images/home/message_bg_pc.jpg") no-repeat center/cover;
    padding-block: 2rem;
  }
  #homeMessage .container p {
    max-width: 80rem;
    margin: 0 auto;
    font-size: 2rem;
    margin-bottom: 1.5em;
  }
}

#homeHistory {
  padding: 1px 0 2rem;
  margin-bottom: 4rem;
}
#homeHistory .row {
  margin: -1.5rem;
}
#homeHistory .row .txt {
  background: url("../images/home/section_bg_sp.jpg") no-repeat center/cover;
  padding: 1.5rem;
}
#homeHistory h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 1em 0;
  text-align: center;
}
#homeHistory h2 span {
  display: block;
  text-align: center;
  font-size: 6.5rem;
  line-height: 1;
}
#homeHistory p {
  color: #fff;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  #homeHistory .container {
    width: min(100%, 1280px);
    padding-inline: 0;
  }
  #homeHistory .row {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #homeHistory .row .txt {
    width: 42%;
    background: url("../images/home/history_bg_pc.jpg") no-repeat center/cover;
    padding: 2rem 4rem;
  }
  #homeHistory .row .img {
    width: 58%;
  }
  #homeHistory .row .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#homeProject {
  padding: 1px 0 2rem;
  margin-bottom: 4rem;
}
#homeProject .row {
  margin: -1.5rem;
}
#homeProject .row .txt {
  background: url("../images/home/section_bg_sp.jpg") no-repeat center/cover;
  padding: 1.5rem;
}
#homeProject h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 1em 0;
  text-align: center;
}
#homeProject h2 span {
  display: block;
  text-align: center;
  font-size: 6.5rem;
  line-height: 1;
}
#homeProject p {
  color: #fff;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  #homeProject .container {
    width: min(100%, 1280px);
    padding-inline: 0;
  }
  #homeProject .row {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #homeProject .row .txt {
    width: 42%;
    background: url("../images/home/project_bg_pc.jpg") no-repeat center/cover;
    padding: 2rem 4rem;
  }
  #homeProject .row .img {
    width: 58%;
  }
  #homeProject .row .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#homeDonation {
  background: url("../images/home/section_bg_sp.jpg") no-repeat center/cover;
  padding: 1px 0 2rem;
  margin-bottom: 4rem;
}
#homeDonation h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 1em 0;
  text-align: center;
}
#homeDonation h2 span {
  display: block;
  text-align: center;
  font-size: 6.5rem;
  line-height: 1;
}
#homeDonation p {
  color: #fff;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  #homeDonation {
    background: none;
  }
  #homeDonation .container {
    width: min(100%, 1280px);
    padding-inline: 0;
    background: url("../images/home/donation_bg_pc.jpg") no-repeat center/cover;
    padding: 2rem 4rem;
  }
  #homeDonation p {
    text-align: center;
    font-size: 2rem;
  }
}

footer {
  background: #E9E9E9;
  padding: 2rem;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  width: 28.4rem;
}
footer address {
  margin: 1rem 0;
}
footer address p {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 1rem;
}

#pageHeader {
  padding: 2rem 0;
}
#pageHeader h1 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--brand-color);
}
#pageHeader h1 span {
  display: block;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #pageHeader h1 {
    padding: 6rem 0;
  }
  #pageHeader h1 span {
    margin-bottom: 2rem;
  }
}

.messageSection {
  margin-bottom: 4rem;
}
.messageSection .container {
  padding: 0;
}
.messageSection .messageWrap h2 {
  color: var(--brand-color);
  font-size: 2rem;
  font-weight: 600;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.5em 0;
  margin-bottom: 1em;
  text-align: center;
}
.messageSection .messageWrap .photo .caption {
  font-size: 1.9rem;
  padding: 1em;
}
.messageSection .messageWrap .messageBody {
  padding: 0 1rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .messageSection .container {
    padding-inline: 1.5rem;
  }
  .messageSection .messageWrap {
    margin-bottom: 8rem;
    display: grid;
    grid-template-columns: 40% 55%;
    grid-template-rows: auto auto;
    gap: 0px 5rem;
    grid-auto-flow: row;
    grid-template-areas: "photo h2" "photo messageBody";
  }
  .messageSection .messageWrap .photo {
    grid-area: photo;
  }
  .messageSection .messageWrap .photo .caption {
    padding: 1rem 0 0;
  }
  .messageSection .messageWrap h2 {
    grid-area: h2;
    text-align: left;
  }
  .messageSection .messageWrap .messageBody {
    grid-area: messageBody;
    padding: 0;
  }
}

#donationPage #pageHeader {
  background: url("../images/donation/page_header_bg_sp.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #donationPage #pageHeader {
    background: url("../images/donation/page_header_bg_pc.jpg") no-repeat center;
    background-size: cover;
  }
}
#donationPage #pageHeader h1 {
  color: #fff;
  padding: 1em 0;
}
#donationPage .pageBody {
  padding: 1rem 0;
}
#donationPage .pageBody h2 {
  color: var(--brand-color);
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  #donationPage .pageBody h2 {
    font-size: 3rem;
  }
}
#donationPage .pageBody p {
  font-size: 1.8rem;
  margin: 1.5em 0;
}
#donationPage .pageBody p strong {
  font-weight: 500;
  color: var(--brand-color);
}
#donationPage .pageBody ul {
  color: var(--brand-color);
  font-size: 1.8rem;
  font-weight: 500;
  list-style-type: "○ ";
  list-style-position: inside;
}
@media screen and (min-width: 768px) {
  #donationPage .pageBody {
    padding: 4rem 0;
  }
  #donationPage .pageBody .container {
    width: min(100%, 800px);
  }
}
#donationPage #cta {
  margin: 2rem 0 8rem;
}/*# sourceMappingURL=style.css.map */