@charset "UTF-8";
/*-------------------------
  settings
-------------------------*/
:root {
  --blue: #0f75ca;
  --yellow: #fed330;
  --sky-blue: #dff4fa;
  --gray: #eee;
  --green: #4ebd23;
  --light-gray: #efefef;
  --content-width: 92vw;
  --inner-width: 92vw;
}
@media (min-width: 768px) {
  :root {
    --content-width: 1280px;
    --inner-width: 1120px;
    --box-width: 800px;
  }
}
html {
  font-size: 62.5%;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a {
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}
/*-------------------------
  common
-------------------------*/
.sp-only {
  display: block !important;
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
.pc-only {
  display: none !important;
}
@media (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}
.c-txt {
  font-size: min(3.67vw, 15px);
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.08em;
}
.c-txt br.break {
  display: block;
  content: "";
  height: min(2.5vw, 18px);
}
.c-head {
  margin-bottom: min(5vw, 30px);
  font-size: min(4.8vw, 22px);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
.c-head2 {
  font-size: min(4.8vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--blue);
}
.c-head-tag {
  width: max-content;
  margin: 0 auto min(2vw, 12px);
  padding: min(1.8vw, 8px) min(5vw, 24px);
  font-size: min(3.46vw, 16px);
  letter-spacing: 0.1em;
  border-radius: 100vmin;
  background-color: var(--blue);
  color: #fff;
}
.c-head-sub {
  margin-bottom: min(4vw, 30px);
  font-size: min(4.4vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.08em;
  color: var(--blue);
}
.c-head-sub--small {
  font-size: min(4.8vw, 16px);
}
.c-head-sub--center {
  text-align: center;
}
.c-head-dotted {
  margin: 0 auto min(3vw, 30px);
  font-size: min(4vw, 19px);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--blue);
  padding-bottom: min(3vw, 10px);
  border-bottom: dotted 2px var(--blue);
}
@media (min-width: 768px) {
  .c-head-dotted {
    width: max-content;
    border-width: 3px;
  }
}
@media (min-width: 768px) {
  .c-pc-center {
    text-align: center;
  }
}
.c-full-width {
  margin-inline: calc(50% - 55%);
  padding: 0 4vw;
}
@media (min-width: 768px) {
  .c-full-width {
    margin-inline: calc(50% - 50vw);
  }
}
.c-note {
  margin-top: min(4vw, 30px);
  font-size: min(2.6vw, 12px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.c-box {
  padding: min(9vw, 42px) min(3vw, 40px);
  background-color: var(--gray);
  border-radius: min(4vw, 20px);
}
.c-box-w {
  padding: min(8vw, 42px) min(5vw, 60px);
  background-color: #fff;
  border-radius: min(4vw, 20px);
}
.c-border-y {
  border-bottom: solid 3px var(--yellow);
}
/*-------------------------
  CV FIXED
-------------------------*/
.cv-fixed {
  width: 100%;
  padding: min(2vw, 12px);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px -4px 10px -3px #ccc;
  z-index: 2;
}
.cv-fixed__col {
  margin: auto;
  display: grid;
  grid-template-columns: 63% 1fr;
  align-items: center;
  gap: min(2vw, 10px);
}
.cv-fixed p {
  margin-top: 4px;
  font-size: min(3vw, 14px);
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .cv-fixed__col {
    width: 500px;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
/*-------------------------
  CV
-------------------------*/
.cv-top {
  padding: min(4vw, 56px) 0 min(10vw, 80px);
  max-width: var(--inner-width);
  margin: auto;
}
.cv-top__right {
  margin-top: 7vw;
  position: relative;
  display: flex;
  overflow: hidden;
}
.cv-top__right::before,
.cv-top__right::after {
  position: absolute;
  content: "";
  width: 20vw;
  height: 30vw;
  z-index: 1;
}
.cv-top__right::before {
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.cv-top__right::after {
  right: 0;
  background: #fff;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
@media (min-width: 768px) {
  .cv-top__right {
    margin-top: 0;
  }
}
.cv {
  margin-top: min(8vw, 60px);
}
.cv--border {
  margin-top: min(8vw, 60px);
  padding-top: 6vw;
  border-top: solid 1px #cfcece;
}
.cv__inner {
  margin: auto;
}
.cv__txt {
  margin-bottom: min(4.8vw, 8px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--blue);
  font-size: min(3.73vw, 20px);
  line-height: 1.8;
}
.cv__txt span {
  font-size: 140%;
}
.cv-top__txt-top,
.cv__txt-top {
  margin-bottom: 3vw;
  font-size: min(3.73vw, 28px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
.cv-top__txt-bottom,
.cv__txt-bottom {
  font-size: min(3.2vw, 14px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
.cv-top__link,
.cv__link {
  max-width: min(100%, 420px);
  margin: min(2vw, 10px) auto;
}

@media (min-width: 768px) {
  .cv {
    border: none;
  }
  .cv-top {
    display: flex;
    gap: 40px;
  }
  .cv-top__left {
    width: 38%;
  }
  .cv-top__right {
    width: 60%;
    width: 60vw;
    margin-right: -60vw;
  }
}
/*-------------------------
  CTA
-------------------------*/
.cta {
  padding: min(6.4vw, 44px) 0 min(8vw, 40px);
  background-color: var(--sky-blue);
}
.cta__inner {
  max-width: var(--content-width);
  margin: auto;
}
.cta__head {
  margin-bottom: min(6.66vw, 36px);
  font-size: min(4.26vw, 20px);
  font-weight: 700;
  text-align: center;
  color: var(--blue);
  letter-spacing: 0.04em;
}
.cta__img {
  max-width: var(--inner-width);
  margin-inline: auto;
}
.cta__box {
  width: min(87vw, 420px);
  margin: min(6vw, 34px) auto min(6vw, 30px);
}
.cta__link {
  width: min(80vw, 420px);
  margin: 0 auto 8px;
}
.cta__txt {
  font-size: min(3.2vw, 16px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
.cta__txt span {
  font-size: 110%;
  font-weight: 700;
}
/*-------------------------
  header
-------------------------*/
.header {
  width: 100%;
  padding: 2.4vw 3vw;
  background-color: #fff;
}
.header__logo {
  width: min(71.4vw, 536px);
}
.header__links {
  display: none;
}
@media (min-width: 768px) {
  .header {
    max-width: var(--content-width);
    margin: auto;
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__logo {
    width: 140px;
  }
  .header__links {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header__links-about {
    width: 280px;
    height: 32px;
  }
  .header__links-about a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background-color: var(--blue);
    text-decoration: none;
  }
  .header__links-about a:after {
    content: "";
    width: 16px;
    height: 20px;
    background: url(../img/ic-arrow-right.svg) center no-repeat;
  }
  .header__links-donate {
    width: 200px;
  }
}
/*-------------------------
  KV
-------------------------*/

.kv__img {
  width: 100%;
  overflow: hidden;
}
.kv__img img {
  animation: zoomOut 10s linear 0s normal both;
}
@media (min-width: 768px) {
  .kv__img img {
    animation: zoomOut 5s linear 0s normal both;
  }
}
.kv {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s ease, transform 2s ease;
}
.kv.show {
  opacity: 1;
  transform: translateY(0);
}
@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*-------------------------
  report
-------------------------*/
.report {
  padding: 3vw 0;
}
.reports {
  display: flex;
  list-style: none;
  justify-content: space-between;
  animation: infinityScroll 20s infinite linear 0.5s both;
}
.reports li {
  width: min(calc(220 / 750 * 100vw), 180px);
  margin: 0 8px;
}
.reports li img {
  width: 100%;
}
@keyframes infinityScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*-------------------------
  ngo
-------------------------*/
.ngo__inner {
  max-width: var(--content-width);
  margin: auto;
}
.ngo__bnr figcaption {
  margin-top: min(2vw, 10px);
  text-align: center;
}
@media (min-width: 768px) {
  .ngo__bnr img {
    width: 600px;
    margin: auto;
  }
}
/*-------------------------
  children supported
-------------------------*/
.children-supported {
  margin-top: min(11vw, 80px);
  padding: min(8vw, 46px) 0 min(8vw, 56px);
  background-color: var(--sky-blue);
}
.children-supported__inner {
  max-width: var(--inner-width);
  margin: auto;
}
/*-------------------------
  index 
-------------------------*/
.index {
  margin: min(16.6vw, 72px) auto 0;
}
.index__content {
  max-width: var(--content-width);
  margin-inline: auto;
}
/*-------------------------
  panel 
-------------------------*/
.panel-item {
  position: relative;
  height: min(96vw, 700px);
  margin-bottom: min(6vw, 54px);
  padding: min(5.4vw, 30px) min(4vw, 30px);
  border: 2px solid #cfcece;
  border-radius: min(4vw, 32px);
  overflow: hidden;
  transition: all 1s;
  box-sizing: border-box;
}
.panel-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: min(30vw, 150px);
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
  transition: all 1s;
}
.panel-item[data-active="true"] {
  transition: all ease-in 1s;
}
.panel-item[data-active="true"]:before {
  opacity: 0;
  visibility: hidden;
}
.panel-item-content__col {
  margin-top: min(7vw, 68px);
}
.panel-item-content__img {
  margin: 5vw auto;
}
.js-panel-more-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: min(4vw, 20px);
  padding: min(3.2vw, 24px) min(5.8vw, 44px) 0;
  font-size: min(3.2vw, 24px);
  font-weight: 600;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  background: url(../img/ic-arrow-down.svg) right top min(3.2vw, 24px) / min(5.8vw, 44px) min(5.3vw, 40px) no-repeat;
}
.js-panel-more-button--close {
  background-image: url(../img/ic-arrow-close.svg);
}
.js-panel-close-button {
  display: none;
  padding: 2vw min(5.3vw, 40px) 2vw 1.5vw;
  border-radius: 100vmin;
  border: solid 1px var(--blue);
  color: var(--blue);
  text-decoration: none;
  font-size: min(3.2vw, 24px);
  line-height: 1;
  background: url(../img/ic-close.svg) right center / min(5.8vw, 44px) min(5.3vw, 40px) no-repeat;
  background-color: #fff;
}
.js-panel-close-button[data-active="true"] {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 26vw;
  right: 3vw;
  z-index: 1;
}
@media (min-width: 768px) {
  .panel-item {
    border: none;
    height: auto;
    overflow: visible;
  }
  .panel-item-content {
    max-width: var(--inner-width);
    margin-inline: auto;
  }
  .panel-item-content__col {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .panel-item-content__col--reverse {
    flex-direction: row;
  }
  .panel-item-content__txt {
    width: 57%;
  }
  .panel-item-content__img {
    width: 37%;
    margin: 0;
  }
  .panel-item:before,
  .js-panel-close-button,
  .js-panel-more-button {
    display: none;
  }
}
/*
  children 
-------------------------*/
.children {
  margin: min(3.6vw, 72px) auto min(9.6vw, 90px);
  display: grid;
  grid-template-columns: 100%;
  gap: min(5vw, 30px);
}
.children-support {
  padding: min(8vw, 64px) 4vw min(10vw, 70px);
  background-color: var(--sky-blue);
}
.children-support__box {
  max-width: var(--box-width);
  margin: min(6vw, 40px) auto 0;
}
.children-support__box ul {
  margin-bottom: min(7vw, 60px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(6vw, 50px) min(4vw, 40px);
}
@media (min-width: 768px) {
  .children-support__box ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*
  about plan international 
-------------------------*/
.about-pl {
  margin-bottom: min(6vw, 0px);
}
.about-pl__img {
  max-width: min(73vw, 350px);
  margin: min(5vw, 70px) auto min(8.4vw, 60px);
}
.about-pl__actions {
  margin: min(7vw, 50px) auto min(11vw, 40px);
  display: grid;
  grid-template-columns: 100%;
  gap: min(3vw, 10px);
}
.about-pl__box ul li:not(:last-child) {
  margin-bottom: min(5vw, 40px);
}
@media (min-width: 768px) {
  .about-pl__actions {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-pl__box {
    max-width: var(--box-width);
    margin-inline: auto;
  }
}
/*
  donation-method 
-------------------------*/
.donation-method {
  margin-bottom: min(12vw, 80px);
}
.donation-method__img {
  width: min(100%, 670px);
  margin-inline: auto;
}
.donation-method__img2 {
  width: min(100%, 800px);
  margin: 24px auto;
}
.donation-method-letters {
  padding: min(9.6vw, 80px) min(4vw, 30px) min(13vw, 70px);
  background-color: var(--gray);
}
.donation-method-letters ul {
  max-width: var(--inner-width);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 100%;
  gap: min(4vw, 30px);
}
.donation-others {
  padding: min(12vw, 70px) 0 min(12vw, 50px);
}
.donation-others__img {
  width: min(100%, 800px);
  margin: 30px auto 0;
}
/*
  change 
-------------------------*/
.change__list {
  margin-bottom: min(9vw, 80px);
}
.change__list li:not(:last-child) {
  margin-bottom: min(10vw, 100px);
}
/*
  voice 
-------------------------*/
.voice-supporters {
  padding: min(6.66vw, 50px) min(4vw, 30px) min(11vw, 70px);
  background-color: var(--sky-blue);
}
.voice-supporters ul {
  display: grid;
  grid-template-columns: 100%;
  gap: min(4vw, 20px);
}
.voice-supporters2 {
  padding: min(10.6vw, 86px) 0 min(13.33vw, 80px);
}
.voice-supporters2 ul {
  display: grid;
  grid-template-columns: 100%;
  gap: min(3vw, 30px);
}
.voice-supporters2__head {
  width: min(100%, 580px);
  margin: 0 auto min(5vw, 30px);
}
.voice-companies {
  margin-bottom: min(11vw, 100px);
}
.voice-companies__img {
  max-width: var(--box-width);
  margin: min(6vw, 50px) auto 0;
}
@media (min-width: 768px) {
  .voice-supporters ul {
    max-width: var(--inner-width);
    margin: 50px auto 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
/*
  reason 
-------------------------*/
.reason__list {
  max-width: var(--box-width);
  margin: min(6vw, 50px) auto min(8vw, 80px);
}
.reason__list li:not(:last-child) {
  margin-bottom: 40px;
}
.reason__donation {
  margin: min(9vw, 50px) auto;
}
.reason__donation img {
  width: min(100%, 740px);
  margin: 40px auto;
}
.deduction-donations__img {
  max-width: var(--box-width);
  margin: min(5vw, 60px) auto min(11vw, 80px);
}
/*-------------------------
  faq
-------------------------*/
.faq {
  padding-top: min(10vw, 110px);
  background-color: rgb(255, 255, 255);
}
.faq__head {
  font-size: min(7.4vw, 32px);
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
}
.faq__wrap {
  margin-top: min(8vw, 42px);
}
.faq-item {
  color: var(--main-color);
  cursor: pointer;
}
.faq-item:not(:last-child) {
  border-bottom: dotted 2px var(--blue);
  margin-bottom: min(5vw, 32px);
  padding-bottom: min(5vw, 32px);
}
.faq-item__num-q,
.faq-item__num-a {
  display: grid;
  align-items: center;
  grid-template-columns: min(6.4vw, 24px) 1fr;
  gap: min(4vw, 30px);
}
.faq-item__num-q {
  font-size: min(4.26vw, 21px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.faq-item__num-q span {
  text-align: center;
  font-size: min(6.93vw, 28px);
  font-weight: 700;
  color: var(--blue);
}
.faq-item__num-a {
  align-items: baseline;
  font-size: min(3.73vw, 16px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.faq-item__num-a span {
  text-align: center;
  font-size: min(6.93vw, 30px);
  font-weight: 700;
  color: #afdce9;
}
/*-------------------------
  footer
-------------------------*/
#footer {
  margin-bottom: min(22vw, 100px);
}
#footer a {
  color: #000;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer > .top {
  background-color: #a0d7f0;
}

#footer > .top .inner {
  margin-inline: auto;
  padding: 32px 0;
  width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer > .top .inner .txt {
  display: flex;
  align-items: center;
}

#footer > .top .inner .address {
  color: #00549e;
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 20px;
}

#footer > .top .inner .address .name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

#footer > .top .inner .access {
  margin-left: auto;
}

#footer > .top .inner .access .btn {
  color: #00549e;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  border: 1px solid #00549e;
  border-radius: 100px;
  background-color: #fff;
  padding: 12px 40px;
  display: inline-block;
  position: relative;
}

#footer > .top .inner .access .btn:before {
  content: "";
  background: url(../img/ic-access.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
  width: 16px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

#footer > .top .inner .access .btn span {
  display: inline-block;
  vertical-align: middle;
}

#footer > .middle .inner {
  margin-inline: auto;
  padding: 30px 45px;
  width: 980px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

#footer > .middle .inner ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-indent: -16px;
  padding-left: 16px;
}

#footer > .middle .inner ul li + li {
  margin-top: 0.9em;
}

#footer > .middle .inner ul li a::before {
  content: "";
  margin-top: -0.2em;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #007bff;
  display: inline-block;
  vertical-align: middle;
}

#footer > .bottom {
  border-top: 1px solid #969696;
  padding: 15px 0;
}

#footer > .bottom .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer > .top .inner {
    margin: 0 4%;
    padding: 4% 0;
    display: block;
    width: auto;
  }
  #footer > .top .inner .txt {
    line-height: 1.4;
    justify-content: center;
  }
  #footer > .top .inner .logo {
    width: 70px;
  }
  #footer > .top .inner .address {
    font-size: 1rem;
    padding-left: 1.5rem;
  }
  #footer > .top .inner .address p {
    font-size: 1rem;
  }
  #footer > .top .inner .address .name {
    font-size: 1rem;
    margin-bottom: 0.2em;
  }
  #footer > .top .inner .access {
    text-align: center;
    margin-top: 2.89855%;
    margin-left: 0;
  }
  #footer > .top .inner .access .btn {
    font-size: 1.1rem;
    border-radius: 100px;
    padding: 0.8rem 2rem;
  }
  #footer > .top .inner .access .btn:before {
    margin-right: 1rem;
    width: 16px;
    height: 20px;
    width: 1.2rem;
    height: 1.5rem;
  }
  #footer > .middle .inner {
    margin: 0 4%;
    padding: 8% 0;
    display: block;
    width: auto;
  }
  #footer > .middle .inner ul + ul {
    margin-top: 0.9rem;
  }
  #footer > .middle .inner ul li {
    font-size: 1.2rem;
  }
  #footer > .middle .inner ul li + li {
    margin-top: 0.9rem;
  }
  #footer > .middle .inner ul li a::before {
    margin-top: -0.2em;
    margin-right: 1.2rem;
    border-width: 0.3rem 0 0.3rem 0.4rem;
  }
  #footer > .bottom {
    padding: 4.34783% 4%;
  }
  #footer > .bottom .copyright {
    font-size: 1rem;
    line-height: 1.75;
  }
}
