@charset "utf-8";

html {
  font-size: 62.5%
}

body {
  background: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #FFFFFF;
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

.btn {
  transition: .3s;
}

.btn:hover {
  opacity: 0.7;
}

/*====================================================================================================
BASE SETTINGS
====================================================================================================*/
:root {
  --ffEn: "Roboto", sans-serif;
  --ffEn_02: "Oswald", sans-serif;
  --ffJa: "Noto Sans JP";
}

:root {
  /* color */
  --color-black: #3B3939;
  --color--black--gray: #4A4F53;
  --color-white: #ffffff;
  --color-red: #AE2116;
  --color-red--font: #DA291C;
  --color-yellow: #ffb200;
  --color-green: #009CA6;
  --color-green--font: #2db9c6;
  --color-grad--cta: linear-gradient(45deg, #D92A1D, #F2A900);
  --color-box--back: linear-gradient(45deg, #E3655C, #F5C147);
  --color-box--back2: #D1CCBD;
  --color-box--back3: #F0F0F0;
}

@media all and (min-width: 961px) {

  /* //    |- PC  */
  .elmSP {
    display: none !important;
  }
}

/* TB: min-width: 560px max-width: 1079px */
@media all and (max-width: 960px) {

  /* //    |- SP  */
  .elmPC {
    display: none !important;
  }
}

/* SP: max-width: 559px */

@media all and (min-width: 793px) {

  /* //    |- SP  */
  .elmSPa {
    display: none !important;
  }
}

/* SP: max-width: 559px */

@media all and (max-width: 792px) {

  /* //    |- SP  */
  .elmPCa {
    display: none !important;
  }
}

/* SP: max-width: 559px */

/*共通CTA*/

.cta-donation {
  display: block;
  width: 100%;
  padding: 30px 16px 24px;
  background: #f9eeee;
  text-align: center;
  box-sizing: border-box;
}

.cta-donation__lead {
  margin: 15px 0 22px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.2em;
  letter-spacing: 0.03em;
}

.cta-donation__lead span {
  position: relative;
  display: inline-block;
  padding: 0 1.15em;
}

.cta-donation__lead span::before,
.cta-donation__lead span::after {
  content: "";
  position: absolute;
  bottom: 0.25em;
  width: 1.1em;
  height: 1px;
  background: currentColor;
}

.cta-donation__lead span::before {
  left: 0;
  transform: rotate(50deg);
  transform-origin: left center;
}

.cta-donation__lead span::after {
  right: 0;
  transform: rotate(-50deg);
  transform-origin: right center;
}

.cta-donation__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(90%, 380px);
  min-height: 65px;
  padding: 20px 45px 20px 44px;
  border-radius: 999px;
  background: #d91f1f;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cta-donation__button:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.cta-donation__button:focus-visible {
  outline: 3px solid #111;
  outline-offset: 4px;
}

.cta-donation__arrow {
  position: absolute;
  right: 34px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.cta-donation__note {
  margin: 12px 0 0;
  color: #111;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .cta-donation__lead {
    margin: 10px 0 16px;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 0.2em;
    letter-spacing: 0.03em;
  }

  .cta-donation__note {
    margin: 12px 0 0;
    color: #111;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

}

@media (max-width: 375px) {
  .cta-donation {
    padding: 26px 12px 22px;
  }

  .cta-donation__lead {
    font-size: 12px;
  }

  .cta-donation__button {
    min-height: 48px;
    padding: 18px 52px 18px 30px;
    font-size: 20px;
  }

  .cta-donation__arrow {
    right: 27px;
    width: 14px;
    height: 14px;
    border-width: 3px;
  }

  .cta-donation__note {
    font-size: 10px;
  }
}

/**/

/*KV*/
#fv {
  position: relative;
  min-height: 750px;
  color: #fff;
  overflow: hidden;
  background-image:
    linear-gradient(90deg,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0.1) 45%,
      rgba(0, 0, 0, 0.45) 100%),
    url("../img/kv_main.webp");
  background-size: cover;
  background-position: center bottom;
}

.fv__header {
  height: 84px;
  background: #df1f1a;
  display: flex;
  align-items: center;
  padding: 0 clamp(24px, 12vw, 136px);
  position: relative;
  z-index: 2;
}

.fv__logo img {
  width: 285px;
  max-width: 100%;
  display: block;
}

.fv__inner {
  width: min(100%, 1100px);
  margin: 0 auto;
  min-height: calc(625px - 84px);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px 0 0;
  position: relative;
  z-index: 1;
}

.fv__content {
  width: 600px;
  text-align: center;
}

.fv__label {
  display: inline-block;
  margin: 0 0 15px 140px;
  padding: 7px 15px 8px;
  background: #fff;
  color: #d72821;
  font-size: 30px;
  font-weight: 700;
  border-radius: 4px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.fv__title {
  margin: 0 0 30px;
  color: #fff;
  font-size: clamp(56px, 5vw, 60px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: right;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}

.fv__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fv__title-last {
  align-self: flex-end;
}

/*最後の行 SP対応*/
@media screen and (max-width: 410px) {
  .fv__title-last {
    align-self: end;
  }
}

/*最後の行 SP対応 ここまで*/

.donation-card {
  width: 410px;
  margin: 0 20px 30px auto;
  background: #fff;
  border: 4px solid #df1f1a;
  border-radius: 16px;
  overflow: hidden;
  color: #111;
}

.donation-card__price {
  margin: 0;
  padding: 8px 16px 9px;
  background: #df1f1a;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.donation-card__price span {
  font-size: 25px;
  font-family: 'Oswald';
  margin: 0 2px;
}

.donation-card__body {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 12px 8px;
}

.donation-card__image {
  width: 120px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}

.donation-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.donation-card__text {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.donation-card__text span {
  border-bottom: 1px solid #000;
}

.donation-card__button {
  width: 300px;
  min-height: 54px;
  margin: 0 auto 7px;
  border-radius: 999px;
  background: #df1f1a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.donation-card__button span {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.donation-card__note {
  margin: 0 0 8px;
  font-size: 12px;
  color: #222;
}

.fv__credit {
  position: absolute;
  left: 158px;
  bottom: 4px;
  margin: 0;
  font-size: 9px;
  color: #fff;
  z-index: 2;
}


.fv__content {
  width: 600px;
  margin: 0 20px 0 auto;
  text-align: center;
}


/* タブレット */
@media screen and (max-width: 761px) {
  #fv {
    min-height: 95svh;
    background-image:
      linear-gradient(180deg,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.2) 45%,
        rgba(0, 0, 0, 0.85) 100%),
      url("../img/kv_main.webp");
    background-size: 235%;
    background-position: 50% top;
    background-color: #000;
  }

  .fv__header {
    height: auto;
    background: transparent;
    padding: 20px 10px 0;
  }

  .fv__logo img {
    width: 250px;
  }

  .fv__inner {
    width: 100%;
    min-height: auto;
    display: block;
    padding: 90px 0 0;
  }

  .fv__title {
    margin: 0 0 30px;
    color: #fff;
    font-size: clamp(45px, 5vw, 50px);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-align: right;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  }

  .fv__title {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .fv__credit {
    position: absolute;
    left: 58px;
    bottom: 4px;
    margin: 0;
    font-size: 9px;
    color: #fff;
    z-index: 2;
  }

}

/* タブレット ここまで */

.sp-only {
  display: none;
}

/* SP */
@media screen and (max-width: 620px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  #fv {
    min-height: 83svh;
    background-image:
      linear-gradient(180deg,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.2) 45%,
        rgba(0, 0, 0, 0.85) 100%),
      url("../img/kv_main_sp.webp");
    background-size: contain;
    background-position: center top;
    background-color: #000;
  }

  .fv__header {
    height: auto;
    background: transparent;
    padding: 20px 10px 0;
  }

  .fv__logo img {
    width: 250px;
  }

  .fv__inner {
    width: 100%;
    min-height: auto;
    display: block;
    padding: 340px 13px 24px;
  }

  .fv__content {
    width: 100%;
    text-align: right;
  }

  .fv__label {
    margin: 0 0 16px;
    padding: 6px 9px;
    background: #df1f1a;
    color: #fff;
    font-size: 30px;
  }

  .fv__title {
    margin-bottom: 32px;
    font-size: clamp(32px, 9.2vw, 61px);
    line-height: 1.35;
    letter-spacing: 0em;
    text-align: right;
  }


  .donation-card {
    width: 100%;
    border-radius: 14px;
    border-width: 3px;
    text-align: center;
  }

  .donation-card__price {
    padding: 10px 12px 9px;
    font-size: 21px;
  }

  .donation-card__price span {
    font-family: 'Oswald';
    font-size: 32px;
    padding: 0 1px 0 6px;
  }

  .donation-card__body {
    align-items: center;
    gap: 10px;
    padding: 10px 11px 11px;
  }

  .donation-card__image {
    width: 90px;
    border-radius: 7px;
  }

  .donation-card__text {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    text-underline-offset: 4px;
  }

  .donation-card__button {
    width: 93%;
    min-height: 54px;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .donation-card__note {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .fv__credit {
    display: none;
  }
}

/**/
@media screen and (max-width: 376px) {
  .donation-card__text {
    letter-spacing: 0em;
    font-size: 15px;
  }
}

/*KV　ここまで*/

/*課題*/
#issues {
  position: relative;
  overflow: hidden;
  padding: 48px 0 24px;
  color: #fff;
  background: #000;
}

.issues__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)),
    url("../img/issues_background.webp") center center / cover no-repeat;
  opacity: 1;
  z-index: 0;
}

.issues__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 980px);
  margin: 0 auto;
}

.issues__title {
  margin: 0 0 32px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #c9961a;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
}

.issues__title span {
  font-size: clamp(40px, 5vw, 60px);
}

.issues__list {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.issue {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 0;
  align-items: center;
}

.issue--sudan {
  grid-template-columns: 1.12fr 1fr;
}

.issue__text {
  position: relative;
  min-height: 350px;
  padding: 65px 28px 28px;
  background: rgba(60, 60, 60, 0.55);
  backdrop-filter: blur(1px);
}

.issue__text::before,
.issue__text::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  pointer-events: none;
}

.issue__text::before {
  top: 12px;
  right: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.issue__text::after {
  left: 12px;
  bottom: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.issue__keyword {
  position: absolute;
  top: 37px;
  right: 22px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(64px, 8vw, 96px);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.23);
  letter-spacing: 0.06em;
  pointer-events: none;
}

.issue__heading {
  position: relative;
  margin: 0 0 18px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(35px, 4vw, 51px);
  line-height: 1.3;
  font-weight: 700;
}

.issue__description {
  position: relative;
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 700;
}

.issue__image {
  position: relative;
  margin: 0;
}

.issue__image img {
  display: block;
  width: 100%;
  height: auto;
}

.issue__caption {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.96);
  color: #222;
  font-size: 12px;
  line-height: 1.45;
  padding: 6px 10px;
}

.issue__credit {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 768px) {
  .issue--sudan .issue__image {
    order: 1;
  }

  .issue--sudan .issue__text {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  #issues {
    margin: -150px 0 0;
    padding: 38px 0 26px;
  }

  .issues__bg {
    background:
      linear-gradient(rgba(0, 0, 0, 0.88),
        rgba(0, 0, 0, 0.58)),
      url("../img/issues_background.webp") center center / cover no-repeat;

  }

  .issues__inner {
    width: calc(100% - 32px);
  }

  .issues__title {
    margin: 100px 0 30px;
    font-size: clamp(26px, 8vw, 40px);
    line-height: 1.45;
  }

  .issues__title span {
    font-size: clamp(28px, 9vw, 42px);
  }

  .issues__list {
    gap: 28px;
  }

  .issue,
  .issue--sudan {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .issue__text {
    min-height: auto;
    padding: 65px 18px 45px;
  }

  .issue__keyword {
    top: 34px;
    right: 14px;
    font-size: 72px;
  }

  .issue__heading {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .issue__description {
    font-size: 15px;
    line-height: 1.85;
  }

  .issue__caption {
    position: static;
    display: inline-block;
    width: 100%;
    font-size: 10px;
    padding: 6px 8px;
    box-sizing: border-box;
  }

  .issue__credit {
    left: 6px;
    bottom: 6px;
    font-size: 11px;
  }
}

/*課題 ここまで*/

/*課題解決*/

.solution {
  background: #fff;
  color: #111;
  padding: 60px 0 0;
  overflow: hidden;
}

.solution__inner {
  width: min(100% - 32px, 720px);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.solution__title {
  margin: 0 0 36px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(27px, 3.3vw, 38px);
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.solution__title span {
  display: block;
}

.solution__title-small {
  font-size: 0.78em;
  color: #111;
}

.solution__title em {
  color: #d92b25;
  font-style: normal;
}

.solution__movie {
  width: min(100%, 600px);
  margin: 0 auto 34px;
  aspect-ratio: 16 / 9;
  border-radius: 5px;
  overflow: hidden;
  background: #ddd;
}

.solution__movie iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.solution__lead {
  margin: 0 auto 0;
  text-align: left;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.solution__image {
  margin-top: -4px;
  width: 100%;
}

.solution__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .solution {
    padding-top: 38px;
  }

  .solution__inner {
    width: 100%;
    padding: 0 16px;
  }

  .solution__title {
    margin-bottom: 34px;
    font-size: clamp(28px, 6.7vw, 35px);
    line-height: 1.75;
    letter-spacing: 0.05em;
    padding: 0 20px;
  }

  .solution__title-small {
    font-size: 0.72em;
  }

  .solution__movie {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 42px;
    border-radius: 3px;
  }

  .solution__lead {
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .solution__image {
    margin-top: 34px;
  }

  .solution__image img {
    width: 100%;
    height: auto;
  }
}

/**/

/**/
.result {
  position: relative;
  overflow: hidden;
  padding: 60px 0 40px;
  color: #fff;
  background: url("../img/result_background.webp") center bottom / cover no-repeat;
}

.result__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 1060px);
  margin: 0 auto;
}

.result__title {
  margin: 0 0 28px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 0.12em;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.result__title span {
  display: block;
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.result__title strong {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
}

.result__slider {
  position: relative;
}

.result__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 880px;
  margin: 0 auto 225px;
}

.result-card {
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  color: #111;
}

.result-card__image {
  position: relative;
  aspect-ratio: 520 / 274;
  overflow: hidden;
}

.result-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.result-card__area {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 2;
  min-width: 190px;
  margin: 0;
  padding: 8px 17px 8px 15px;
  border-radius: 50px;
  background: #df1f1a;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.result-card__area span {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  vertical-align: -1px;
}

.result-card__area span::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
}

.result-card__area small {
  margin-left: 6px;
  font-size: 14px;
  font-weight: 700;
}

.result-card__credit {
  position: absolute;
  left: 8px;
  bottom: 6px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 9px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
}

.result-card__body {
  padding: 18px 28px 28px;
}

.result-card__text {
  margin: 0 0 24px;
  padding: 20px 15px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

.result-card__quote {
  position: relative;
  margin: 0 0 15px;
  padding: 0 28px;
  color: #df3a34;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 700;
}

.result-card__quote::before,
.result-card__quote::after {
  position: absolute;
  color: #f3c5c2;
  font-family: serif;
  font-size: 56px;
  line-height: 1;
}

.result-card__quote::before {
  content: "“";
  left: 0;
  top: -8px;
}

.result-card__quote::after {
  content: "”";
  right: 0;
  bottom: -28px;
}

.result__slider-buttons {
  display: none;
}

.result__message {
  margin: 0 0 46px;
  text-align: center;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.55);
}

.result__message h3 {
  margin: 0 0 18px;
  font-family: "Noto Serif JP", serif;
  font-size: 45px;
  line-height: 1.55;
  letter-spacing: 0;
  font-weight: 700;
}

.result__message p {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 700;
}

.risk {
  text-align: center;
}

.risk__title {
  margin: 0 0 22px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: underline;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}

.risk__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 880px;
  margin: 0 auto;
}

.risk-card {
  display: grid;
  grid-template-columns: 1fr 175px;
  align-items: center;
  min-height: 160px;
  background: #fff;
  color: #111;
}

.risk-card__text {
  margin: 0;
  padding: 0 18px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.risk-card__image {
  position: relative;
  height: 160px;
  overflow: hidden;
}

.risk-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.risk-card__credit {
  position: absolute;
  left: 6px;
  bottom: 5px;
  margin: 0;
  color: #fff;
  font-size: 7px;
  line-height: 1.2;
  text-align: left;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.result__bg-credit {
  position: absolute;
  left: 16px;
  bottom: 8px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 8px;
  line-height: 1;
}

/* タブレット */
@media screen and (max-width: 839px) {
  .result__message h3 {
    margin: 0 0 18px;
    font-family: "Noto Serif JP", serif;
    font-size: 34px;
    line-height: 1.55;
    letter-spacing: 0;
    font-weight: 700;
  }

  .result__message p {
    padding: 0 80px;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 700;
  }

}

/* SP */
@media screen and (max-width: 804px) {
  .result {
    padding: 65px 0 30px;
    background: url("../img/result_background_sp.webp") center bottom / cover no-repeat;
  }

  .result__inner {
    width: 100%;
  }

  .result__title {
    margin-bottom: 26px;
    padding: 0 16px;
    letter-spacing: 0.1em;
  }

  .result__title span {
    margin-bottom: 6px;
    font-size: 23px;
  }

  .result__title strong {
    font-size: 37px;
    line-height: 1.45;
  }

  .result__slider {
    margin: 0 0 146px;
    overflow: hidden;
  }

  .result__cards {
    display: flex;
    gap: 10px;
    max-width: none;
    margin: 0 0 0 15px;
    padding: 0 0 0 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .result__cards::-webkit-scrollbar {
    display: none;
  }

  .result-card {
    flex: 0 0 calc(100vw - 34px);
    scroll-snap-align: start;
    border-radius: 3px;
  }

  .result-card_side {
    margin: 0 15px 0 0;
  }

  .result-card__image {
    aspect-ratio: 340 / 210;
  }

  .result-card__area {
    left: 8px;
    min-width: 150px;
    padding: 7px 13px 7px 12px;
    font-size: 11px;
  }

  .result-card__area span {
    width: 9px;
    height: 9px;
    margin-right: 4px;
    border-width: 1.5px;
  }

  .result-card__area span::after {
    left: 2px;
    top: 2px;
    width: 2px;
    height: 2px;
  }

  .result-card__area small {
    margin-left: 4px;
    font-size: 8px;
  }

  .result-card__credit {
    font-size: 8px;
  }

  .result-card__body {
    padding: 15px 20px 26px;
  }

  .result-card__text {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.85;
  }

  .result__message p {
    padding: 0;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 700;
  }

  .result-card__quote {
    padding: 0 22px;
    font-size: 16px;
    line-height: 1.9;
  }

  .result-card__quote::before,
  .result-card__quote::after {
    font-size: 44px;
  }

  .result-card__quote::before {
    top: -6px;
  }

  .result-card__quote::after {
    bottom: -24px;
  }

  .result__slider-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 15px 13px 0;
  }

  .result__slider-button {
    display: grid;
    place-items: normal;
    width: 46px;
    height: 46px;
    padding: 5px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #df1f1a;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
  }

  .result__slider-button:disabled {
    opacity: 0.35;
    cursor: default;
  }

  .result__message {
    margin: 0 0 32px;
    padding: 0 13px;
  }

  .result__message h3 {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .result__message p {
    font-size: 16px;
    line-height: 1.9;
  }

  .risk__title {
    margin-bottom: 16px;
    padding: 0 16px;
    font-size: 22px;
    letter-spacing: 0.08em;
  }

  .risk__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .risk-card {
    grid-template-columns: 1fr 128px;
    min-height: 78px;
  }

  .risk-card__text {
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.8;
  }

  .risk-card__image {
    height: 125px;
  }

  .result__bg-credit {
    left: 4px;
    bottom: 4px;
    font-size: 6px;
  }
}

/**/

/**/
.donation-use {
  padding: 50px 0 0;
  background: #fff;
  color: #111;
}

.donation-use__inner {
  width: min(100% - 32px, 940px);
  margin: 0 auto;
}

.donation-use__title {
  margin: 0 0 38px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.donation-use__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 62px;
}

.use-card__price {
  margin: 0;
  padding: 10px 8px 11px;
  background: #df1f1a;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
}

.use-card__price span {
  font-family: "Oswald", sans-serif;
  margin: 0 2px;
  font-size: 32px;
}

.use-card__image {
  position: relative;
  aspect-ratio: 300 / 215;
  overflow: hidden;
}

.use-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.use-card__credit {
  position: absolute;
  right: 6px;
  bottom: 5px;
  margin: 0;
  color: #fff;
  font-size: 7px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.use-card__text {
  margin: 14px 0 0;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.donation-use__sp-cta {
  display: none;
}

/* 医療ユニット */
.medical-unit {
  display: grid;
  grid-template-columns: 62% 38%;
  align-items: stretch;
  background: #f3f3f3;
  overflow: hidden;
}

.medical-unit__text {
  padding: 38px 36px 34px;
  position: relative;
  z-index: 1;
}

.medical-unit__text h3 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.medical-unit__text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

.medical-unit__image {
  position: relative;
  min-height: 310px;
}

.medical-unit__image::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 1;
  width: 38%;
  height: 100%;
  background: linear-gradient(90deg,
      #f3f3f3 0%,
      rgba(243, 243, 243, 0.9) 32%,
      rgba(243, 243, 243, 0) 100%);
  pointer-events: none;
}

.medical-unit__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.medical-unit__credit {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 8px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 767px) {
  .donation-use {
    padding: 34px 0 0;
  }

  .donation-use__inner {
    width: 100%;
  }

  .donation-use__title {
    margin-bottom: 24px;
    padding: 0 16px;
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 0.12em;
  }

  .donation-use__cards {
    display: block;
    margin-bottom: 20px;
  }

  .use-card {
    width: 90%;
    margin: 0 auto 18px;
  }

  .use-card__price {
    width: calc(66% - 0px);
    margin: 0 auto -42px 0;
    padding: 7px 8px 8px;
    font-size: 20px;
    z-index: 250;
    position: sticky;
  }

  .use-card__price span {
    font-size: 24px;
  }

  .use-card__image {
    width: 100%;
    aspect-ratio: 390 / 280;
  }

  .use-card__text {
    margin: 15px 0 30px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.85;
  }

  .use-card__credit {
    right: 6px;
    bottom: 5px;
    font-size: 6px;
  }

  /* SPのみCTA */
  .donation-use__sp-cta {
    display: block;
    padding: 0 12px;
    margin: 18px 0 28px;
  }

  .sp-cta-card {
    background: #fff;
    border: 3px solid #df1f1a;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    color: #111;
  }

  .sp-cta-card__price {
    margin: 0;
    padding: 8px 12px;
    background: #df1f1a;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
  }

  .sp-cta-card__price span {
    margin: 0 2px;
    font-size: 26px;
  }

  .sp-cta-card__body {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px 8px;
  }

  .sp-cta-card__image {
    width: 76px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
  }

  .sp-cta-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp-cta-card__text {
    flex: 1;
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 700;
    text-align: center;
  }

  .sp-cta-card__button {
    width: 190px;
    min-height: 36px;
    margin: 0 auto 7px;
    border-radius: 999px;
    background: #df1f1a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .sp-cta-card__button span {
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
  }

  .sp-cta-card__note {
    margin: 0 0 8px;
    font-size: 7px;
    color: #222;
  }

  /* 医療ユニット SP */
  .medical-unit {
    display: block;
    background: #f4f4f4;
    width: 100%;
    margin: 0 auto;
  }

  .medical-unit__text {
    padding: 28px 35px 24px;
  }

  .medical-unit__text h3 {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.6;
  }

  .medical-unit__text p {
    font-size: 15px;
    line-height: 1.8;
  }

  .medical-unit__image {
    min-height: auto;
    aspect-ratio: 190 / 162;
  }

  .medical-unit__image::before {
    display: none;
  }

  .medical-unit__credit {
    right: auto;
    left: 6px;
    bottom: 6px;
    font-size: 6px;
  }
}

/**/

/**/
.final-cta {
  background: #fff;
  color: #111;
}

.final-cta__lead {
  margin: 0;
  padding: 68px 16px 22px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #df1f1a;
}

.final-cta__visual {
  position: relative;
  min-height: 389px;
  background-image: linear-gradient(90deg, #D483B1, #d990ce);
}

.final-cta__inner {
  width: min(100% - 32px, 980px);
  height: 389px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 38%, rgba(214, 185, 229, 0.72) 60%, rgba(222, 130, 200, 0.78) 100%), url(../img/summer_CTA.webp) left center / cover no-repeat;
}

.final-cta__content {
  width: 430px;
  text-align: center;
}

.final-cta__message {
  margin: 0 0 15px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.final-cta-card {
  width: 355px;
  margin: 0 auto;
  background: #fff;
  border: 3px solid #df1f1a;
  border-radius: 10px;
  overflow: hidden;
  color: #111;
}

.final-cta-card__price {
  margin: 0;
  padding: 6px 12px 7px;
  background: #df1f1a;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.final-cta-card__price span {
  margin: 0 2px;
  font-family: "Oswald", sans-serif;
  ;
  font-size: 25px;
}

.final-cta-card__body {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 9px 15px;
}

.final-cta-card__image {
  width: 100px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}

.final-cta-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-cta-card__text {
  flex: 1;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
  text-align: center;
}

.final-cta-card__button {
  width: 300px;
  min-height: 54px;
  margin: 0 auto 7px;
  border-radius: 999px;
  background: #df1f1a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.final-cta-card__button span {
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.final-cta-card__note {
  margin: 0 0 10px;
  font-size: 12px;
  color: #222;
}

.final-cta__credit {
  position: absolute;
  left: 168px;
  bottom: 8px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 8px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 767px) {
  .final-cta__lead {
    padding: 80px 18px 16px;
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .final-cta__visual {
    min-height: auto;
    padding: 0 0 20px;
  }

  .final-cta__inner {
    width: 100%;
    height: auto;
    min-height: 406px;
    display: block;
    padding-top: 250px;
    background:
      linear-gradient(180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.18) 36%,
        rgba(214, 185, 229, 0.75) 58%,
        rgba(222, 130, 200, 0.82) 100%),
      url("../img/summer_CTA_sp.webp") center top / 100% no-repeat;
  }

  .final-cta__content {
    width: 100%;
  }

  .final-cta__message {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }

  .final-cta-card {
    width: 90%;
    max-width: 350px;
    border-width: 3px;
    border-radius: 12px;
  }

  .final-cta-card__price {
    padding: 8px 12px;
    font-size: 21px;
  }

  .final-cta-card__price span {
    font-size: 32px;
    font-family: 'Oswald';
    padding: 0 1px 0 6px;
  }

  .final-cta-card__body {
    gap: 10px;
    padding: 9px 10px 8px;
  }

  .final-cta-card__image {
    width: 90px;
    border-radius: 6px;
  }

  .final-cta-card__text {
    font-size: 16px;
    line-height: 1.7;
  }

  .final-cta-card__text span {
    border-bottom: 1px solid #000;
  }

  .final-cta-card__button {
    width: 93%;
    min-height: 65px;
    margin-bottom: 7px;
    font-size: 20px;
  }

  .final-cta-card__button span {
    width: 8px;
    height: 8px;
  }

  .final-cta-card__note {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .final-cta__credit {
    left: 16px;
    bottom: auto;
    top: 174px;
    font-size: 6px;
  }
}

/**/

/**/
.faq {
  padding: 40px 0 48px;
  background: #f7f7f7;
  color: #111;
}

.faq__inner {
  width: min(100% - 32px, 640px);
  margin: 0 auto;
}

.faq__title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.faq-item {
  border: 1px solid #555;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.faq-item__question {
  width: 100%;
  min-height: 43px;
  padding: 10px 42px 10px 18px;
  border: none;
  background: transparent;
  color: #111;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  align-items: center;
  position: relative;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.faq-item__q {
  font-weight: 700;
  font-size: 14px;
}

.faq-item__text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.faq-item__icon {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 10px;
  height: 1px;
  background: #111;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.faq-item__answer-inner {
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  padding: 0 42px 0 18px;
}

.faq-item__a {
  color: #df1f1a;
  font-weight: 700;
  font-size: 14px;
}

.faq-item__answer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.faq-item.is-open .faq-item__answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-item__answer-inner {
  padding-top: 4px;
  padding-bottom: 16px;
}

.faq-item.is-open .faq-item__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

/**/
/**/
.activity {
  padding: 72px 0 64px;
  background: #df1f1a;
  color: #fff;
}

.activity__inner {
  width: min(100% - 32px, 800px);
  margin: 0 auto;
}

.activity__title {
  margin: 0 0 22px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.activity__lead {
  margin: 0 0 58px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.activity__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

.activity-stat {
  min-height: 240px;
  padding: 0 20px;
  background: #fff;
  color: #111;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.activity-stat::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 142px;
  height: 142px;
  background: url("../img/icon1.svg") center / contain no-repeat;
  opacity: 0.11;
  pointer-events: none;
}

.activity-stat__label {
  position: relative;
  margin: 0 0 15px;
  font-size: 20px;
  min-height: 63px;
  line-height: 1.45;
  font-weight: 700;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.04em;
  display: flex;
}

.activity-stat__number {
  position: relative;
  margin: 0 0 13px;
  color: #df1f1a;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.activity-stat__number span {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  letter-spacing: 0;
}

.activity-stat__number small {
  margin: 0 4px;
  font-size: 31px;
  font-weight: 700;
}

.activity-stat__year {
  position: relative;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.activity-partner {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 40px;
  align-items: center;
  padding: 48px 60px;
  background: #fff;
  color: #111;
}

.activity-partner__text h3 {
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.activity-partner__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0;
}

.activity-partner__image {
  position: relative;
}

.activity-partner__image img {
  display: block;
  width: 100%;
  height: auto;
}

.activity-partner__image p {
  position: absolute;
  right: 6px;
  bottom: 5px;
  margin: 0;
  color: #fff;
  font-size: 7px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 767px) {
  .activity {
    padding: 63px 0 34px;
  }

  .activity__inner {
    width: calc(100% - 40px);
  }

  .activity__title {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 0.05em;
  }

  .activity__lead {
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0.04em;
  }

  .activity__stats {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }

  .activity-stat {
    min-height: 236px;
    padding: 20px 18px 15px;
  }

  .activity-stat::before {
    width: 150px;
    height: 150px;
  }

  .activity-stat__label {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.45;
  }

  .activity-stat__number {
    margin-bottom: 15px;
  }

  .activity-stat__number span {
    font-size: 50px;
  }

  .activity-stat__number small {
    font-size: 28px;
  }

  .activity-stat__year {
    font-size: 10px;
  }

  .activity-partner {
    display: block;
    padding: 34px 34px 32px;
  }

  .activity-partner__text h3 {
    margin-bottom: 26px;
    font-size: 26px;
    line-height: 1.45;
  }

  .activity-partner__text p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: 0.03em;
  }

  .activity-partner__image {
    width: 100%;
    margin-left: auto;
  }
}

/**/
/**/
.tax-deduction {
  padding: 48px 0 42px;
  background: #f2f2ef;
  color: #111;
}

.tax-deduction__inner {
  width: min(100% - 32px, 760px);
  margin: 0 auto;
}

.tax-deduction__title {
  margin: 0 0 34px;
  text-align: center;
  font-size: 27px;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tax-deduction__title em {
  color: #df1f1a;
  font-style: normal;
}

.tax-deduction__lead {
  margin: 0 0 36px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

.tax-deduction__image img {
  margin: 0 auto 34px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  padding: 34px 50px 26px;
}

.tax-deduction__image img {
  display: block;
  width: 100%;
  height: auto;
}

.tax-deduction__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.pc-only {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .tax-deduction {
    padding: 42px 0 38px;
  }

  .tax-deduction__inner {
    width: calc(100% - 40px);
  }

  .tax-deduction__title {
    margin-bottom: 34px;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.07em;
  }

  .tax-deduction__lead {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: 0.04em;
  }

  .tax-deduction__image {
    margin-bottom: 32px;
    border-radius: 10px;
  }

  .tax-deduction__image img {
    width: 100%;
  }

  .tax-deduction__note {
    font-size: 10px;
    line-height: 1.85;
  }
}

/**/
/**/
.vision-mission {
  padding: 60px 0 0;
  background: #fff;
  color: #111;
}

.vision-mission__inner {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
}

.vision-mission__title {
  margin: 0 0 34px;
  text-align: center;
  font-size: 27px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.vision-mission__title span,
.vision-mission__title em {
  display: block;
}

.vision-mission__title em {
  color: #df1f1a;
  font-style: normal;
}

.vision-mission__circles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.vm-circle {
  width: 370px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 54px 66px;
}

.vm-circle--vision {
  position: relative;
  z-index: 2;
  background: #df1f1a;
  color: #fff;
}

.vm-circle--mission {
  position: relative;
  z-index: 1;
  margin-left: -24px;
  background: #f3f2ef;
  color: #df1f1a;
  box-shadow: 0 13px 18px rgba(0, 0, 0, 0.12);
}

.vm-circle h3 {
  margin: 0 0 22px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.vm-circle__jp {
  margin: 0 0 34px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.vm-circle__text {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .vision-mission {
    padding: 48px 0 68px;
  }

  .vision-mission__inner {
    width: 100%;
  }

  .vision-mission__title {
    margin-bottom: 42px;
    padding: 0 16px;
    font-size: 21px;
    line-height: 1.7;
    letter-spacing: 0.07em;
  }

  .vision-mission__circles {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .vm-circle {
    width: min(88vw, 460px);
    padding: 42px 42px;
  }

  .vm-circle--vision {
    z-index: 2;
  }

  .vm-circle--mission {
    z-index: 1;
    margin-left: 0;
    margin-top: -28px;
  }

  .vm-circle h3 {
    margin-bottom: 10px;
    font-size: 28px;
    letter-spacing: 0.08em;
  }

  .vm-circle__jp {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .vm-circle__text {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

/**/
/**/
.closing-donation {
  background: #fff;
  color: #111;
}

.closing-donation__inner {
  width: min(100% - 32px, 940px);
  margin: 0 auto;
  padding: 80px 0 0;
  text-align: center;
  z-index: 250;
  position: sticky;
}

.closing-donation__lead {
  margin: 0 0 46px;
  font-size: 27px;
  line-height: 1.9;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.closing-donation-card {
  width: 470px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #df1f1a;
  border-radius: 18px;
  overflow: hidden;
  color: #111;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.18);
}

.closing-donation-card__price {
  margin: 0;
  padding: 9px 16px 10px;
  background: #df1f1a;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.closing-donation-card__price span {
  margin: 0 3px;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  ;
}

.closing-donation-card__body {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 14px 15px;
}

.closing-donation-card__image {
  width: 165px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}

.closing-donation-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.closing-donation-card__text {
  flex: 1;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
}

.closing-donation-card__text span {
  border-bottom: 1px solid #000;
}

.closing-donation-card__button {
  width: 300px;
  min-height: 65px;
  margin: 0 auto 8px;
  border-radius: 999px;
  background: #df1f1a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.closing-donation-card__button span {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.closing-donation-card__note {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.4;
}

.closing-donation__visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.closing-donation__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(255, 255, 255, 0.86) 0%,
      rgba(255, 255, 255, 0.18) 23%,
      rgba(255, 255, 255, 0) 42%,
      rgba(255, 255, 255, 0.18) 78%,
      rgba(255, 255, 255, 0.86) 100%);
  pointer-events: none;
}

.closing-donation__visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: -135px 0 0;
}

.closing-donation__credit {
  position: absolute;
  right: 18%;
  bottom: 16px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.pc-only {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .closing-donation__inner {
    width: 100%;
    padding: 48px 13px 0;
  }

  .closing-donation__lead {
    margin-bottom: 32px;
    font-size: 19px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .closing-donation-card {
    width: 100%;
    border-width: 3px;
    border-radius: 13px;
  }

  .closing-donation-card__price {
    padding: 8px 12px;
    font-size: 21px;
  }

  .closing-donation-card__price span {
    font-size: 32px;
    font-family: 'Oswald';
    padding: 0 1px 0 6px;
  }

  .closing-donation-card__body {
    gap: 10px;
    padding: 9px 10px 8px;
  }

  .closing-donation-card__image {
    width: 90px;
    border-radius: 6px;
  }

  .closing-donation-card__text {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
  }

  .closing-donation-card__button {
    width: 93%;
    min-height: 65px;
    margin-bottom: 7px;
    font-size: 20px;
    gap: 18px;
  }

  .closing-donation-card__button span {
    width: 8px;
    height: 8px;
  }

  .closing-donation-card__note {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .closing-donation__visual {
    min-height: 0;
  }

  .closing-donation__visual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center center;
  }

  .closing-donation__credit {
    right: 12px;
    bottom: 10px;
    font-size: 8px;
  }
}

/*追従バナー*/
.fixed-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);

  /* 最初は隠す */
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.fixed-banner.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fixed-banner__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.fixed-banner__text {
  margin: 0;
  padding: 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.fixed-banner__text span {
  font-size: 12px;
  font-weight: 500;
}

.fixed-banner__text_note {
  display: none;
}



@media screen and (max-width: 600px) {
  .fixed-banner__inner {
    padding: 12px 16px;
    flex-direction: column;
    gap: 10px;
    background-color: #f9eeee;
  }

  .fixed-banner__text {
    font-size: 16px;
    text-align: center;
  }

  .fixed-banner__text span {
    display: none;
  }

  .fixed-banner__text_note {
    display: block;
    font-size: 10px;
    text-align: center;
  }
}


/**/
footer {
  background-color: #4A4F53;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
}