@charset "UTF-8";
/* #mv
------------------------------------ */
#mv {
  z-index: 2;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
#mv .mainphoto {
  margin-left: max(17.9vw, (100vw - 920px) / 2);
  width: max(300px, 34vw);
  aspect-ratio: 572/823;
  position: relative;
  z-index: 1;
}
#mv .mainphoto picture {
  position: relative;
  z-index: 3;
}
#mv .mainphoto .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(max(300px, 34vw) * 823 * 2600 / 572 / 1646);
  height: 100%;
  z-index: 2;
}
#mv .mainphoto .photo:after {
  content: "";
  width: calc(50vw - 50%);
  height: 100%;
  display: block;
  background: #F18E49;
  position: absolute;
  left: 1679px;
  left: calc(50% + 840px);
  left: 100%;
  top: 0;
}
#mv .mainphoto .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .sns {
  display: flex;
  gap: 0 0.125rem;
  position: absolute;
  left: max(17.9vw, (100vw - 920px) / 2);
  bottom: 1rem;
  z-index: 3;
  width: 26.4880952381%;
}
@media screen and (max-width: 767px) {
  #mv .mainphoto {
    margin: 0;
    width: 100%;
  }
  #mv .mainphoto .photo {
    display: none;
  }
  #mv .sns {
    width: calc(100% - 2rem);
    left: 1rem;
  }
}

/* #commitment
------------------------------------ */
#commitment {
  padding: clamp(1.5625rem, 4.9vw, 3.125rem) 0;
  position: relative;
  z-index: 2;
}
#commitment .policyContainer {
  width: min(920px, 100% - 2.5rem);
  margin-inline: auto;
  position: relative;
}
#commitment .policyContainer p {
  font-size: clamp(1.125rem, 2.1vw, 1.375rem);
}
#commitment .policyContainer p strong {
  color: #EE721C;
}
#commitment .policyContainer h2 {
  text-align: center;
  color: #1A50BC;
  border-bottom: 1px solid #1A50BC;
  max-width: 80%;
  font-size: clamp(1.5rem, 2.9vw, 1.875rem);
  margin: 0 auto 1rem;
}
#commitment .policyContainer .catchLead {
  font-size: clamp(1.875rem, 5.5vw, 3.5rem);
  color: #EE721C;
  text-align: center;
  margin: 0 auto 2rem;
  font-weight: 900;
}

/* #policy
------------------------------------ */
#policy {
  padding: clamp(1.875rem, 6.8vw, 4.375rem) 0;
  background: #F5F0EA;
  position: relative;
  z-index: 2;
}
#policy .policyContainer {
  width: min(920px, 100% - 2.5rem);
  margin-inline: auto;
  position: relative;
}
#policy .policyContainer .mark {
  position: absolute;
  bottom: 95%;
  left: 90%;
  width: clamp(9.375rem, 17.6vw, 11.25rem);
}
#policy .policyContainer p {
  font-size: clamp(1.125rem, 2.1vw, 1.375rem);
}
#policy .policyContainer p strong {
  color: #EE721C;
}
#policy .policyContainer h2 {
  text-align: center;
  color: #1A50BC;
  border-bottom: 1px solid #1A50BC;
  max-width: 80%;
  font-size: clamp(1.5rem, 2.9vw, 1.875rem);
  margin: 0 auto 1rem;
}
#policy .policyContainer .catchLead {
  font-size: clamp(1.875rem, 5.5vw, 3.5rem);
  color: #EE721C;
  text-align: center;
  margin: 0 auto 2rem;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  #policy .policyContainer .mark {
    left: auto;
    right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #policy .policyContainer .mark {
    display: none;
  }
}
#policy {
  /* policyListContainer */
}
#policy .policyListContainer {
  background: #FFF;
  border-top: 10px solid #EE721C;
  border-bottom: 10px solid #EE721C;
  padding: 3.125rem 1.875rem 3.125rem 30%;
  position: relative;
  /* margin変更20260316 */
  margin: 6.5rem 0 9.25rem 0;
}
#policy .policyListContainer .icon {
  display: none;
}
#policy .policyListContainer ul {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1rem;
}
#policy .policyListContainer ul li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #ADC8FC;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  /* fontsize変更20260316 */
  font-size: clamp(1.25rem, 3.9vw, 2rem);
  color: #EE721C;
  font-weight: 900;
}
#policy .policyListContainer ul li:last-child {
  border-bottom: none;
}
#policy .policyListContainer ul li strong {
  background: linear-gradient(transparent 70%, #FEED03 70%);
  font-weight: 900;
}
#policy .policyListContainer ul li span:first-child {
  color: #ADC8FC;
}
#policy .policyListContainer .photo {
  position: absolute;
  right: 74%;
  top: 50%;
  width: calc(30% + 2.4vw);
  transform: translateY(-48%);
}
@media screen and (max-width: 767px) {
  #policy .policyListContainer {
    border-top: 5px solid #EE721C;
    border-bottom: 5px solid #EE721C;
    padding: 0.625rem 0.625rem;
    margin: 4rem 0 0;
  }
  #policy .policyListContainer .icon {
    display: block;
    position: absolute;
    right: 0.5rem;
    top: -3rem;
    width: 20vw;
  }
  #policy .policyListContainer ul {
    gap: 0 0.5rem;
  }
  #policy .policyListContainer ul li {
    padding: 0.625rem 0;
    font-size: clamp(1.0625rem, 3.9vw, 2.5rem);
  }
  #policy .policyListContainer .photo {
    display: none;
  }
}
#policy {
  /* btnContainer */
}
#policy .btnsContainer .photo {
  display: none;
}
#policy .btnsContainer .btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  width: fit-content;
  gap: 2.5rem;
}
#policy .btnsContainer .btns li {
  max-width: 350px;
}
#policy .btnsContainer .btns li a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #policy .btnsContainer {
    display: grid;
    padding: 10% 20% 20% 0;
    position: relative;
    min-height: 63.0173564753vw;
  }
  #policy .btnsContainer .photo {
    display: block;
    width: 25vw;
    position: absolute;
    right: -15px;
    bottom: auto;
    top: -1rem;
  }
  #policy .btnsContainer .btns {
    align-self: center;
    display: block;
    width: 100%;
  }
  #policy .btnsContainer .btns li {
    max-width: 100%;
  }
  #policy .btnsContainer .btns li + li {
    margin-top: 0.5rem;
  }
  #policy .btnsContainer .btns a {
    padding: 0.625rem 0.625rem;
  }
}

/* #volunteer
------------------------------------ */
#profile {
  background: rgba(248, 175, 94, 0.6);
  position: relative;
  z-index: 2;
  margin: clamp(1.875rem, 6.8vw, 4.375rem) 0;
  padding: clamp(1.25rem, 2.9vw, 1.875rem) 0 clamp(3.75rem, 6.3vw, 4.0625rem);
}
#profile h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #FFF;
  font-size: clamp(2.0625rem, 4.9vw, 3.125rem);
}
#profile .profileContainer {
  width: min(1200px, 100% - 1.25rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 35px 1fr 349px 35px;
  grid-template-areas: "wakuL detail photo wakuR";
  gap: 0 1.25rem;
  position: relative;
}
#profile .profileContainer .wakuL,
#profile .profileContainer .wakuR {
  display: block;
  border: 2px solid #000;
}
#profile .profileContainer .wakuL {
  grid-area: wakuL;
  border-right: none;
}
#profile .profileContainer .wakuR {
  grid-area: wakuR;
  border-left: none;
}
#profile .profileContainer .detail {
  grid-area: detail;
  padding: 0.625rem 0;
}
#profile .profileContainer .detail p {
  font-size: clamp(1rem, 2.1vw, 1.375rem);
  line-height: 2;
}
#profile .profileContainer .photo {
  grid-area: photo;
}
#profile .profileContainer .photo img {
  position: absolute;
  aspect-ratio: 349/396;
  width: 349px;
  bottom: calc(-1 * clamp(3.75rem, 6.3vw, 4.0625rem));
  right: calc(35px + 1.25rem);
}
@media screen and (max-width: 1024px) {
  #profile .profileContainer {
    grid-template-columns: 35px 1fr 249px 35px;
    grid-template-areas: "wakuL detail photo wakuR";
    gap: 0 1.25rem;
    position: relative;
  }
  #profile .profileContainer .wakuL,
  #profile .profileContainer .wakuR {
    display: block;
    border: 2px solid #000;
  }
  #profile .profileContainer .wakuL {
    grid-area: wakuL;
    border-right: none;
  }
  #profile .profileContainer .wakuR {
    grid-area: wakuR;
    border-left: none;
  }
  #profile .profileContainer .detail {
    grid-area: detail;
    padding: 0.625rem 0;
  }
  #profile .profileContainer .detail p {
    font-size: clamp(1rem, 2.1vw, 1.375rem);
    line-height: 2;
  }
  #profile .profileContainer .photo {
    grid-area: photo;
  }
  #profile .profileContainer .photo img {
    position: absolute;
    aspect-ratio: 349/396;
    width: 300px;
    bottom: calc(-1 * clamp(3.75rem, 6.3vw, 4.0625rem));
    right: calc(35px + 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  #profile h2 {
    margin-bottom: 1rem;
  }
  #profile .profileContainer {
    grid-template-columns: 10px 1.8fr 1fr 10px;
    gap: 0;
    grid-template-areas: "wakuL detail1 detail1 wakuR" "wakuL detail2 photo wakuR";
  }
  #profile .profileContainer .wakuL,
  #profile .profileContainer .wakuR {
    display: block;
    border: none;
    position: relative;
  }
  #profile .profileContainer .wakuL:before, #profile .profileContainer .wakuL:after,
  #profile .profileContainer .wakuR:before,
  #profile .profileContainer .wakuR:after {
    content: "";
    width: 15px;
    height: 2px;
    display: block;
    border-top: 2px solid #000;
    position: absolute;
    left: 0;
  }
  #profile .profileContainer .wakuL::before,
  #profile .profileContainer .wakuR::before {
    top: 0;
  }
  #profile .profileContainer .wakuL::after,
  #profile .profileContainer .wakuR::after {
    bottom: 0;
  }
  #profile .profileContainer .wakuL {
    grid-area: wakuL;
    border-right: none;
    border-left: 2px solid #000;
  }
  #profile .profileContainer .wakuR {
    grid-area: wakuR;
    border-left: none;
    border-right: 2px solid #000;
  }
  #profile .profileContainer .wakuR:before, #profile .profileContainer .wakuR:after {
    left: auto;
    right: 0;
  }
  #profile .profileContainer .detail {
    padding: 32px 0;
    display: contents;
  }
  #profile .profileContainer .detail p:first-child {
    padding-top: 1.25rem;
    grid-area: detail1;
  }
  #profile .profileContainer .detail p:last-child {
    grid-area: detail2;
    padding-bottom: 1.25rem;
  }
  #profile .profileContainer .photo img {
    position: absolute;
    width: 40vw;
    width: min(280px, 40vw);
    right: -10px;
    z-index: 100;
    bottom: calc(-1 * clamp(3.75rem, 6.3vw, 4.0625rem));
  }
}

/* #volunteer
------------------------------------ */
#volunteer {
  background: rgba(173, 200, 252, 0.6);
  border-radius: 20px;
  width: min(1200px, 100% - 2.5rem);
  margin: clamp(1.875rem, 6.8vw, 4.375rem) auto;
  padding: clamp(0.625rem, 6.8vw, 4.375rem);
  position: relative;
  z-index: 2;
}
#volunteer > hgroup {
  display: grid;
  grid-template-columns: 1fr 2px auto 2px 1fr;
  grid-template-areas: "sp1 lineL h2 lineR sp2";
  align-items: end;
  gap: clamp(0rem, 1.6vw, 1rem);
  margin-bottom: 2rem;
}
#volunteer > hgroup:before, #volunteer > hgroup:after {
  content: "";
  height: 80%;
  display: block;
  border-right: 3px solid #1A50BC;
}
#volunteer > hgroup::before {
  grid-area: lineL;
  transform-origin: bottom right;
  transform: rotate(-35deg);
}
#volunteer > hgroup::after {
  grid-area: lineR;
  transform-origin: bottom left;
  transform: rotate(35deg);
}
#volunteer > hgroup h2 {
  grid-area: h2;
  font-size: clamp(1.875rem, 3.9vw, 2.5rem);
  color: #1A50BC;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 0.25em;
}
#volunteer > hgroup h2 span {
  font-size: clamp(2.5rem, 5.4vw, 3.4375rem);
  color: #F18E49;
  text-align: center;
}
#volunteer .lead {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1rem, 2.1vw, 1.375rem);
}
#volunteer .typeContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 3.9vw, 2.5rem);
  margin-top: 2.5rem;
}
#volunteer .typeContainer section {
  background: #FFF;
  border-radius: 0.625rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  position: relative;
  border-radius: 8px;
}
#volunteer .typeContainer section .num {
  position: absolute;
  color: #FFF;
  font-size: clamp(1.875rem, 3.9vw, 2.5rem);
  font-weight: 900;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#volunteer .typeContainer section h3 {
  border-radius: 8px 8px 0 0;
  background: #FEED03;
  padding: 0.625rem;
  font-size: clamp(1.5rem, 2.7vw, 1.75rem);
  font-weight: 900;
  color: #1A50BC;
  text-align: center;
}
#volunteer .typeContainer section h3 strong {
  font-size: clamp(2.125rem, 4.3vw, 2.75rem);
  color: #EE721C;
}
#volunteer .typeContainer section .detail {
  padding: 1rem clamp(1rem, 2.4vw, 1.5625rem);
}
#volunteer .typeContainer section p {
  font-size: clamp(1rem, 2.1vw, 1.375rem);
}
@media screen and (max-width: 767px) {
  #volunteer {
    padding: clamp(0.625rem, 6.8vw, 4.375rem) 1rem;
    width: 100%;
    border-radius: 0;
  }
  #volunteer .typeContainer {
    display: grid;
    grid-template-columns: 1fr;
  }
}
#volunteer .volunteerentry .detail {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-areas: "image disc" "image btns";
  gap: 1rem;
}
#volunteer .volunteerentry .detail .image {
  grid-area: image;
}
#volunteer .volunteerentry .detail p {
  grid-area: disc;
}
#volunteer .volunteerentry .detail ul {
  grid-area: btns;
  display: grid;
  gap: 5px 0;
  grid-template-columns: 1fr auto;
}
#volunteer .volunteerentry .detail ul li {
  display: grid;
  grid-template-columns: inherit;
  grid-column: inherit;
}
#volunteer .volunteerentry .detail ul li a {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
#volunteer .bokin .detail {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 1rem;
}
#volunteer .bokin .detail ul {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #volunteer .volunteerentry .detail {
    display: grid;
    grid-template-columns: 20% 1fr;
    grid-template-areas: "image disc" "btns btns";
    gap: 1rem 0;
  }
  #volunteer .volunteerentry .detail ul {
    grid-area: btns;
    grid-column: span 2;
    margin: 0 auto;
    width: 90%;
  }
  #volunteer .volunteerentry .detail ul li a {
    width: 100%;
  }
  #volunteer .bokin .detail {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 1rem;
  }
  #volunteer .bokin .detail ul {
    margin: 0 auto;
    width: 90%;
  }
  #volunteer .bokin .detail ul li a {
    width: 100%;
  }
}

/* #modal_donation
------------------------------------ */
#modal_donation h2 {
  text-align: center;
  background: #FEED03;
  padding: 0.5rem 0;
  color: #1A50BC;
  font-size: clamp(1.375rem, 2.7vw, 1.75rem);
}
#modal_donation h2 strong {
  font-size: clamp(2rem, 4.3vw, 2.75rem);
  color: #F18E49;
}
#modal_donation .detail {
  container-type: inline-size;
  padding: 4cqi;
}
#modal_donation .detail section + section {
  margin-top: 4rem;
}
#modal_donation .detail .donateTitle {
  background: #F5F0EA;
  padding: 0.5rem 0.9375rem;
  color: #EE721C;
  margin-bottom: 2rem;
  margin: 0 -0.9375rem 2rem;
}
#modal_donation .detail p + p {
  margin-top: 1rem;
}
#modal_donation .detail ul {
  margin: 1.5rem 0;
}
#modal_donation .detail ul.dot li {
  padding-left: 1em;
  text-indent: -1em;
}
#modal_donation .detail ul.notes {
  color: #1A50BC;
}
#modal_donation .detail ul.notes li {
  padding-left: 1em;
  text-indent: -1em;
}
#modal_donation .detail ul.notes li + li {
  margin-top: 2rem;
}
#modal_donation .detail .renrakusaki {
  margin: 4rem 0;
  padding-top: 2rem;
  border-top: 1px solid #000;
}

.downloadBtn {
  margin-bottom: 3.125rem;
}
.downloadBtn a {
  margin: 0 auto;
}