#for {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
}

#for .width-l {
  width: min(1024px, calc(100% - 48px));
  margin: 0 auto;
}

#for .width-m {
  width: min(864px, calc(100% - 48px));
  margin: 0 auto;
}

#for .head {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#for .head-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 640px;
  padding: 119px 24px 40px;
  background: rgba(44, 54, 67, .7);
  color: #fff;
  text-align: center;
  font-weight: 700;
}

#for .head-title {
  padding: 0 0 40px .3em;
  font-size: 28px;
  letter-spacing: .3em;
}

#for .head p {
  font-size: 15px;
  line-height: 2.6;
  letter-spacing: .1em;
}

#for .breadcrumbs {
  padding-top: 24px;
  font-size: 14px;
}

#for .breadcrumbs a {
  color: #2859b0;
  text-decoration: underline;
}

#for .section {
  padding: 80px 64px 120px;
}

#for .section-title {
  padding-bottom: 56px;
  text-align: center;
}

#for .section-title span {
  display: block;
  padding-left: .3em;
  font-size: 26px;
  letter-spacing: .3em;
}

#for .section-title b {
  display: block;
  padding: 8px 0 0 .1em;
  color: #f6d60b;
  font-family: Lato, "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .1em;
}

#for .flow-list {
  display: flex;
  margin: 0 -32px;
}

#for .flow-list li {
  position: relative;
  flex: 1 0 33.33333%;
  width: 33.33333%;
  padding: 0 32px;
}

#for .flow-list li + li::before {
  content: "";
  position: absolute;
  top: 106px;
  left: -12px;
  display: block;
  border: 24px solid transparent;
  border-left-color: #f6d60b;
}

#for .flowList-inner {
  height: 100%;
  padding: 40px 16px 32px;
  background: #2859b0;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

#for .flowList-inner i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  max-width: 100%;
  margin: 0 auto 24px;
  border-radius: 50%;
  background-image: radial-gradient(#e4e4e4 14%, #fcf3b7 0), radial-gradient(#e4e4e4 14%, #fcf3b7 0);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}

#for .flowList-inner i::after {
  content: "";
  display: block;
  padding-top: 100%;
}

#for .flowList-inner i span {
  position: absolute;
  font-size: 52px;
  color: #2859b0;
}

#for .flow-lede {
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: .08em;
}

#for .flow-points {
  display: flex;
  margin-top: 80px;
  border: 1px solid #2859b0;
}

#for .flow-points li {
  flex: 0 0 50%;
  padding: 32px 56px;
}

#for .flow-points li:first-child {
  border-right: 1px solid #2859b0;
}

#for .flow-points h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #2859b0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}

#for .flow-points h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: -1;
  width: 100%;
  height: 10px;
  background: rgba(246, 214, 11, .4);
}

#for .flow-points p,
#for .case-copy {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .08em;
}

#for .case {
  background-image: radial-gradient(#e4e4e4 14%, #f4f4f5 0), radial-gradient(#e4e4e4 14%, #f4f4f5 0);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}

#for .case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -40px;
}

#for .case-list li {
  width: 33.33333%;
  padding: 0 10px 40px;
}

#for #merchant .case-list li {
  width: 50%;
}

#for .caseList-inner {
  min-height: 100%;
  padding: 24px 20px;
  border-radius: 15px;
  background: #fff;
}

#for .caseList-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #dce7fb 0%, #f7f9ff 100%);
}

#for .caseList-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #2859b0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#for .caseList-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: -1;
  width: 100%;
  height: 10px;
  background: rgba(18, 121, 245, .1);
}

#for .caseList-about {
  display: flex;
  justify-content: center;
  color: #1279f5;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .08em;
}

#for .caseList-about b {
  flex: 0 0 4.8em;
  width: 4.8em;
  color: #2859b0;
}

#for .caseList-about b::after {
  content: "▶";
}

#for .caseList-text {
  padding: 1.4em 8px 0;
  line-height: 1.8;
}

#for .caseTypes-list {
  display: flex;
  justify-content: center;
  padding: 40px 24px;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
}

#for .caseTypes-list li::before {
  content: "●";
  color: #2859b0;
  padding-right: 4px;
}

#for .shops {
  padding: 96px 64px;
}

#for .shops.p0 {
  padding: 0 64px 96px;
}

#for .shops-link {
  background: url('../reference/shops/head.jpg') 50% repeat;
  background-size: cover;
}

#for .shops-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  background: rgba(44, 54, 67, .3);
  color: #fff;
  text-align: center;
}

#for .shopsLink-title {
  width: 14em;
  margin: 0 auto;
  padding: 4px 0 4px .2em;
  border: 1px solid #fff;
  font-size: 23px;
  letter-spacing: .2em;
}

#for .flow-situation {
  display: flex;
  margin-top: -1px;
  border: 1px solid #2859b0;
}

#for .flowSituation-text {
  flex: 1;
  padding: 40px 56px 48px;
  font-size: 17px;
  text-align: center;
}

#for .flowSituation-text h3 {
  padding: 0 0 8px .1em;
  color: #2859b0;
  font-size: 18px;
  letter-spacing: .1em;
}

#for .flowSituation-img {
  width: 200px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#for .donation-relationlink {
  padding-bottom: 40px;
}

#for .donation-relationlink li {
  display: inline-block;
  width: 49%;
  background-size: cover !important;
}

#for .donation-relationlink li:first-child {
  margin-right: 1%;
  background: url('../reference/footer/links1-bg.jpg') 50% repeat;
}

#for .donation-relationlink li:nth-child(2) {
  background: url('../reference/footer/links2-bg.jpg') 50% repeat;
}

#for .donation-relationlink a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 10px 72px;
  background: rgba(44, 54, 67, .3);
  color: #fff;
  text-align: center;
}

#for .donationLink-title {
  width: 12em;
  margin: 1em auto 0;
  padding: 4px 0 4px .2em;
  border: 1px solid #fff;
  font-size: 23px;
  letter-spacing: .2em;
}

.site-home .audience-card__link {
  display: block;
  color: inherit;
}

@media (max-width: 768px) {
  #for .width-l,
  #for .width-m {
    width: min(100%, calc(100% - 48px));
  }

  #for .head-inner {
    min-height: 320px;
    padding: 80px 20px 40px;
  }

  #for .head-title {
    padding: 0 0 16px .3em;
    font-size: 20px;
  }

  #for .head p {
    font-size: 12.5px;
    line-height: 2;
  }

  #for .breadcrumbs {
    padding: 24px 0;
    font-size: 12px;
  }

  #for .section {
    padding: 40px 24px 56px;
  }

  #for .section-title {
    padding: 4px 0 32px;
  }

  #for .section-title span {
    padding-left: .2em;
    font-size: 17.5px;
    letter-spacing: .2em;
  }

  #for .section-title b {
    font-size: 15px;
  }

  #for .flow-list {
    margin: 0 -12px;
  }

  #for .flow-list li {
    padding: 0 12px;
  }

  #for .flow-list li + li::before {
    top: 11vw;
    left: -5px;
    border-width: 10px;
  }

  #for .flowList-inner {
    padding: 12px 4px;
    font-size: 12px;
    line-height: 1.6;
  }

  #for .flowList-inner i {
    width: 80px;
    margin-bottom: 12px;
  }

  #for .flowList-inner i span {
    font-size: 24px;
  }

  #for .flow-lede,
  #for .flow-points p,
  #for .case-copy {
    font-size: 12px;
    line-height: 1.9;
  }

  #for .flow-points {
    display: block;
    margin-top: 40px;
  }

  #for .flow-points li {
    padding: 24px 32px;
  }

  #for .flow-points li:first-child {
    border-right: 0;
    border-bottom: 1px solid #2859b0;
  }

  #for .flow-points h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  #for .case-list,
  #for #merchant .case-list {
    margin: 0 -8px -16px;
  }

  #for .case-list li,
  #for #merchant .case-list li {
    width: 50%;
    padding: 0 8px 16px;
  }

  #for .caseList-inner {
    padding: 12px 10px;
    font-size: 10px;
  }

  #for .caseList-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }

  #for .caseList-title {
    margin-bottom: 8px;
    font-size: 12px;
  }

  #for .caseList-about {
    display: block;
    font-size: 11px;
    text-align: center;
  }

  #for .caseList-text {
    padding: 8px 0 0;
  }

  #for .caseTypes-list {
    padding: 20px 12px;
    font-size: 10px;
  }

  #for .shops {
    padding: 32px 24px;
  }

  #for .shops.p0 {
    padding: 32px 24px;
  }

  #for .shops-link {
    background-image: url('../reference/shops/head_sp.jpg');
  }

  #for .shops-link a {
    height: 28vw;
    padding: 40px 16px;
  }

  #for .shopsLink-title,
  #for .donationLink-title {
    width: auto;
    border-width: 0;
    font-size: 14px;
  }

  #for .flow-situation {
    display: flex;
    padding-top: 40px;
    border: 0;
  }

  #for .flowSituation-text {
    order: 1;
    padding-left: 24px;
    font-size: 12px;
    text-align: left;
  }

  #for .flowSituation-text h3 {
    font-size: 13px;
  }

  #for .flowSituation-img {
    order: 0;
    width: 40%;
  }

  #for .donation-relationlink li {
    width: 100%;
    margin-bottom: 10px;
  }

  #for .donation-relationlink li:first-child {
    margin-right: 0;
  }

  #for .donation-relationlink a {
    height: 28vw;
    padding: 40px 16px;
  }
}


#for .flowList-inner i {
  position: relative;
}

#for .flowList-inner i img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  transform: translate(-50%, -50%);
}

#for .for-footer-links {
  padding: 0 64px 96px;
}

#for .for-footer-links__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

#for .for-footer-links__grid li {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#for .for-footer-links__grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 80px 24px;
  background: rgba(44, 54, 67, .6);
  color: #fff;
  text-align: center;
}

#for .for-footer-links__title {
  max-width: 18em;
  margin: 0 auto 1em;
  padding: 4px 0 4px .2em;
  border: 1px solid #fff;
  font-size: 23px;
  letter-spacing: .2em;
}

#for .for-footer-links__grid p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .08em;
}

@media (max-width: 768px) {
  #for .flowList-inner i img {
    width: 56px;
  }

  #for .for-footer-links {
    padding: 0 24px 48px;
  }

  #for .for-footer-links__grid {
    grid-template-columns: 1fr;
  }

  #for .for-footer-links__grid a {
    min-height: 40vw;
    padding: 40px 16px;
  }

  #for .for-footer-links__title {
    font-size: 14px;
  }

  #for .for-footer-links__grid p {
    font-size: 11px;
    line-height: 1.8;
  }
}

#for .caseList-media {
  overflow: hidden;
  margin: -24px -20px 18px;
  border-radius: 15px 15px 0 0;
  aspect-ratio: 1.9 / 1;
  background: #eef3fb;
}

#for .caseList-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#for .caseList-icon {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#for .caseList-icon img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

#for .caseList-inner {
  box-shadow: 0 14px 28px rgba(31, 65, 133, .08);
}

@media (max-width: 768px) {
  #for .caseList-media {
    margin: -12px -10px 12px;
  }
}
