@charset 'utf-8';
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* ----------------------------------------------------------------
    elements
----------------------------------------------------------------- */
body {
  font-size: 16px;
  line-height: 1.6;
  /* font-family: sans-serif; */
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body > img {
  display: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
ul,
li {
  list-style: none;
}
em {
  font-style: normal;
}
/* ----------------------------------------------------------------
    layout
----------------------------------------------------------------- */
html body div .is-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  html body div .is-mobile {
    display: block;
  }
  html body div img.is-mobile {
    display: inline-block;
  }
  html body div .is-desktop {
    display: none;
  }
}
.body {
  padding-bottom: 130px; /* for .cv3 */
}
@media only screen and (max-width: 767px) {
  .body {
    padding-bottom: 25%; /* for .cv3 */
  }
}
.container {
  margin: auto;
}
/* ----------------------------------------------------------------
    header
----------------------------------------------------------------- */
.header {
  background-image: url("/funsouchi/images/mv-bg-04.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 633px;
}

.header .container {
  position: relative;
  max-width: 1360px;
  padding: 0;
  z-index: 1;
  height: 100%;

  &::before {
    content: "©MSF";
    position: absolute;
    bottom: 7px;
    right: 123px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    z-index: 1;
  }
}

.header-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
}
.header-logo {
  width: 251px;
  margin-top: 33px;
}
.header-title-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 680px;
  padding-left: 102px;
  z-index: 1;
  box-sizing: border-box;
}
.header-image-container {
  width: 680px;
  height: 100%;
}
.header-title {
  margin-top: 68px;
  text-align: left;
}
.header-subtitle {
  display: inline-block;
  padding-left: 12px;
  font-size: 29px;
  line-height: 1.5;
  background-color: #fff;
  letter-spacing: 1px;
}
.header-maintitle {
  margin-top: 30px;
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.header-maintitle-bold {
  font-size: 75px;
  font-weight: bold;
  letter-spacing: -1px;
}
.header-description {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
  padding: 0 80px 0 5px;
}
.header-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1359px) {
.header {
  height: 46.5441vw;
}

.header .container {
  &::before {
    bottom: 0.5147vw;
    right: 9.0441vw;
    font-size: 1.1764vw;
  }
}
  .header-logo {
    width: 18.4555vw;
    margin-top: 2.4265vw;
  }
  .header-title-container {
    width: 50vw;
    padding-left: 7.5vw;
  }
  .header-image-container {
    width: 50vw;
  }
  .header-title {
    margin-top: 5vw;
  }
  .header-subtitle {
    padding-left: 0.8823vw;
    font-size: 2.1323vw;
    letter-spacing: 0;
  }
  .header-maintitle {
    margin-top: 2.2058vw;
    font-size: 2.9411vw;
    letter-spacing: 0;
  }
  .header-maintitle-bold {
    font-size: 5.5147vw;
  }
  .header-description {
    margin-top: 1.4706vw;
    font-size: 1.4706vw;
    padding: 0 5.8824vw 0 0.3676vw;
  }
}


/* Mobile Styles */
@media only screen and (max-width: 767px) {
  .header {
    background-image: url("/funsouchi/images/mv-bg-04-sp.jpg");
    height: 100%;
  }
  .header-logo.is-mobile {
    padding: 1.2vw 0 0 3.2vw;
    width: 36.8vw;
  }
  .header .container {
    padding: 0;
    &::before {
      right: auto;
      left: 4.5333vw;
      bottom: 33.3333vw;
      color: #333;
      font-size: 1.6vw;
    }
  }
  .header-content.is-mobile {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
  }
  .header-content-wrapper.is-mobile {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
  }
  .header-title-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 0 2vw;
    margin: 0 auto;
    text-align: center;
  }
  .header-title {
    margin-top: 4vw;
    text-align: center;
  }
  .header-subtitle {
    font-size: 3.8vw;
    padding-left: 1.3333vw;
    display: inline-block;
    background-color: #fff;
  }
  .header-maintitle {
    margin-top: 1.4667vw;
    font-size: 6.4vw;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0.6667vw;
    font-feature-settings: "palt";
  }

  .header-maintitle-bold {
    font-size: 11vw;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.9333vw;
    line-height: 1.5;
  }

  .header-image-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .header-image.is-mobile {
    width: 100%;
    height: auto;
  }
  .header-description {
    max-width: 100%;
    padding: 1.3333vw 2vw 4.4vw;
    margin-inline: auto;
    font-size: 3.5vw;
    line-height: 1.8;
  }
  .header-description p {
    color: #fff;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

/* ----------------------------------------------------------------
    header pattern B
----------------------------------------------------------------- */
.-ptn-b.header {
  background-image: url("/funsouchi/images/mv-bg-02.jpg");
}
/* ----------------------------------------------------------------
    header pattern C
----------------------------------------------------------------- */
.-ptn-c.header {
  position: relative;
  height: 896px;
  background-image: url("/funsouchi/images/mv-bg-03.jpg");
}
.-ptn-c .header-txt01,
.-ptn-c .header-txt02 {
  text-align: center;
}
.-ptn-c .header-txt01 {
  margin-top: 60px;
}
.-ptn-c .header-txt02 {
  width: 590px;
  margin: auto;
  font-weight: bold;
  font-size: 1.375rem;
}
.-ptn-c.header .cv1 {
  position: absolute;
  width: 1120px;
  margin-top: 90px;
  padding: 50px 0;
  background-color: #3e3e3e;
}
.-ptn-c.header .cv1 .container {
  padding: 0;
}
.-ptn-c.header .cv1-lead {
  padding-bottom: 40px;
}
.-ptn-c.header .cv1-list > li:first-child {
  border-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .-ptn-c.header .cv1 {
    width: 94%;
    padding: 50px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .-ptn-c.header {
    background: #000;
    height: auto;
  }
  .-ptn-c.header .container {
    padding: 0;
  }
  .-ptn-c.header .cv1 {
    margin: -20% 3% 0;
    padding: 8% 4%;
  }
  .-ptn-c.header .cv1-lead {
    padding-bottom: 0;
  }
}
/* ----------------------------------------------------------------
    footer
----------------------------------------------------------------- */
.footer {
  background: #e7e7e7;
}
.footer-links,
.footer-link {
  list-style: none;
  padding: 0;
}
.footer-links {
  width: 752px;
  margin: auto;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-link {
  width: 375px;
  text-align: center;
}
.footer-link:first-child {
  border-right: 2px solid #000;
}
.footer-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.footer-link a:hover {
  text-decoration: underline;
}
.footer-copyright {
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .footer-links {
    width: 100%;
  }
  .footer-link {
    width: 100%;
  }
  .footer-link:first-child {
    border: none;
  }
  .footer-copyright {
    font-size: 10px;
    padding: 10px 0;
  }
}
/* ----------------------------------------------------------------
    cv1
----------------------------------------------------------------- */
.cv1 {
  background-color: #fff;
  padding: 60px 0;
}

.cv1 .container {
  max-width: 985px;
  margin: auto;
}
.cv1-lead {
  text-align: center;
  padding-bottom: 30px;
}
.cv1-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cv1-list > li {
  width: 50%;
  text-align: center;
  padding: 0 0 0 40px;
}
.cv1-list > li:first-child {
  border-right: 4px solid #000;
  padding: 0 40px 0 0;
}
.page-d .cv1-list-top > li:first-child {
  border-right: none;
  padding: 0;
  display: block;
  margin: 30px 0 0 61px;
  width: 338px;
}
/* .page-d .cv1-list > li:first-child {
     border-right: none;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
} */
.cv1-list > li a:hover {
  opacity: 0.7;
}
.cv1-label {
  padding: 0 0 20px 0;
}
.cv1-note {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
.cv1-strong {
  color: #feffb4;
}

@media only screen and (max-width: 767px) {
  .cv1 {
    padding: 8vw 8%;
  }
  .cv1-lead {
    padding: 0 12%;
  }
  .cv1-list {
    display: block;
  }
  .cv1-list > li {
    width: 100%;
    padding: 0;
    margin-top: 4%;
  }
  .cv1-list > li:first-child {
    border: none;
    padding: 0;
  }
  .cv1-label {
    width: 50%;
    margin: 0 auto 4%;
    padding: 0;
  }
}
/* ----------------------------------------------------------------
    children
----------------------------------------------------------------- */
.children {
  padding-block: 50px 74px;
  background-color: #eeeeee;
}

.children .container {
  max-width: 830px;
  margin: 0 auto;
}

.children-hdg {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.children-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.5vw;
  width: 100%;
  margin: 0 auto;
  row-gap: 1.5vw;
}

.children-item {
  font-family: "Hiragino Kaku Gothic ProN";
  background-color: #ffffff;
  border-radius: 0;
  padding: 8px 5px 25px;
  position: relative;
  width: 100%;
  min-height: 220px;
  box-shadow: 7px 7px 0 #aaaaaa;
}

.children-number {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #e60012;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.5;
}

.children-title {
  font-size: 24px;
  font-weight: bold;
  color: #e60012;
  margin: 11% 7% 0 20%;
  padding: 0 0 3px 0;
  position: relative;
  line-height: 1.4;
  border-bottom: solid 2px #e60012;
}

.children-text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.5vw;
  padding: 0 20px;
}

@media only screen and (max-width: 900px) {
  .children {
    padding-block: 7vw 10.6vw;
  }

  .children-hdg {
    margin-bottom: 5vw;
    padding: 0 15px;
  }

  .children-grid {
    grid-template-columns: 1fr;
    gap: 6.6vw;
    max-width: 80vw;
  }

  .children-item {
    width: 100%;
    min-height: auto;
    padding: 20px;
  }

  .children-number {
    top: 5%;
    left: 6%;
    font-size: 12vw;
  }

  .children-title {
    font-size: 4.6667vw;
    margin: 7% 4% 0 15%;
    padding: 0 0 2.1333vw 0;
  }

  .children-text {
    text-align: justify;
    line-height: 1.8;
    margin-top: 7%;
    padding: 0 1.6vw 4.4vw 4vw;
    font-size: 3.5vw;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 767px) {
  .children-hdg {
    font-size: 4.6vw;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 900px) {
  .pc-none {
    display: none !important;
  }
}
/* ----------------------------------------------------------------
    reason
----------------------------------------------------------------- */
.reason {
  padding: 60px 0;
  background: url("/funsouchi/images/reason-bg-01.jpg") no-repeat center top;
  color: #000;
}
.reason .container {
  max-width: 920px;
  padding: 45px 0;
  text-align: center;
  background-color: #fff;
}
.reason-lead {
  font-size: 1.875rem;
  font-weight: bold;
}
.reason-lead::after {
  width: 120px;
  height: 4px;
  margin: 20px auto;
  content: "";
  display: block;
  background: #000;
}
.reason-txt01,
.reason-note {
  line-height: 2;
}
.reason-video {
  width: 100%;
  max-width: 608px;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #000;
  margin: 35px auto;
}
/* for IE */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .reason-video {
    height: 342px;
  }
}
@media only screen and (max-width: 767px) {
  .reason {
    padding: 8% 6%;
    margin-bottom: 3%;
  }
  .reason .container {
    padding: 4%;
  }
  .reason-lead {
    font-size: 1rem;
  }
  .reason-lead::after {
    width: 54px;
    height: 2px;
    margin: 4% auto;
  }
  .reason-video {
    margin: 8% 0;
  }
}
/* ----------------------------------------------------------------
    header pattern B
----------------------------------------------------------------- */
.-ptn-c.header + .reason {
  padding-top: 210px;
}
@media only screen and (max-width: 767px) {
  .-ptn-c.header + .reason {
    padding-top: 74%;
  }
}

.act-note {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .act-note {
    font-size: 0.725rem;
    text-align: center;
    margin-bottom: 6%;
  }
}
/* ----------------------------------------------------------------
    world
----------------------------------------------------------------- */
.world {
  padding: 80px 0;
  background: #3e3e3e url("/funsouchi/images/world-bg_light-yellow.jpg")
    no-repeat center center / cover;
}
.world .container {
  max-width: 960px;
  background-color: #ffffff;
  padding: 40px;
}
.world-hdg {
  text-align: center;
  font-size: 1.875rem;
}
.world-hdg span {
  color: #ee0000;
  font-weight: bold;
}
.world-hdg::after {
  width: 120px;
  height: 3px;
  margin: 20px auto;
  content: "";
  display: block;
  background: #000;
}
.world-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.world-txt01 {
  line-height: 2;
}
.world-strong {
  font-weight: bold;
}
.world-pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
.world-area {
  border: 3px solid #000;
  padding: 0 30px;
  margin-top: 45px;
}
.world-area-lead {
  padding: 20px 0;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 3px solid #000;
}
.world-area-list {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  padding: 10px 30px;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  .world {
    background-size: cover;
  }
  .world,
  .world .container {
    padding: 4%;
  }
  .world-hdg {
    font-size: 1.0625rem;
  }
  .world-hdg::after {
    width: 54px;
    height: 2px;
    margin: 4% auto;
  }
  .world-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 4%;
  }
  .world-pic {
    width: 54%;
    margin: auto;
  }
  .world-txt01 {
    margin-top: 4%;
  }
  .world-area {
    margin-top: 4%;
    padding: 0 4%;
  }
  .world-area-lead {
    padding: 2% 0;
    font-size: 0.75rem;
  }
  .world-area-list {
    font-size: 0.6875rem;
    padding: 4% 0;
  }
}
/* ----------------------------------------------------------------
    about
----------------------------------------------------------------- */
.about {
  padding: 60px 0;
  background: url("/funsouchi/images/about-bg-01.jpg") no-repeat center top;
}
.about .container {
  max-width: 960px;
}
.about-hdg,
.about-txt01,
.about-pic {
  text-align: center;
}
.about-txt01 {
  margin-top: 40px;
  font-size: 1.25rem;
  line-height: 2;
}
.about-pic {
  margin-top: 10px;
}
.about-place {
  text-align: center;
}
.about-lead {
  display: inline-block;
  background: #000;
  color: #fff;
  margin: auto;
  text-align: center;
  font-size: 1.875rem;
  padding: 0.2em 0.9em;
  margin-top: 30px;
}
.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
  margin-top: 50px;
}
.about-txt01-note {
  display: block;
  text-align: right;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 8%;
    background-size: cover;
  }
  .about-hdg {
    width: 58.933333%;
    margin: auto;
  }
  .about-txt01 {
    margin: 4% 0 0;
    font-size: 0.875rem;
  }
  .about-txt01-note {
    display: block;
    font-size: 0.625rem;
    text-align: center;
  }
  .about-pic {
    margin-top: 4%;
  }
  .about-lead {
    font-size: 0.9375rem;
    padding: 2%;
    margin-top: 4%;
  }
  .about-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10%;
    -moz-column-gap: 10%;
    column-gap: 10%;
    margin-top: 8%;
  }
  .about-item {
    width: 45%;
  }
  .about-item:first-child {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 27% 4%;
  }
}
/* ----------------------------------------------------------------
    donate
----------------------------------------------------------------- */
.donate {
  padding: 60px 0;
}
.donate .container {
  max-width: 960px;
}
.donate-hdg,
.donate-lead,
.donate-fig,
.donate-fig-02 {
  text-align: center;
}
.donate-hdg {
  font-size: 1.875rem;
  font-weight: bold;
}
.donate-lead {
  font-size: 1.25rem;
  margin-top: 30px;
  font-weight: normal;
}
.donate-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.donate-txt {
  line-height: 2;
}
.donate-strong {
  color: #eb414d;
}
.donate-pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
.donate-fig-02 {
  margin-top: 40px;
}

.chart-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  margin-inline: auto;
  padding-left: 3%;
}

@media only screen and (max-width: 1400px) {
  .chart-container {
    gap: 3vw;
  }
}

.chart-left {
  position: relative;
  width: 100%;
}

.chart-circle {
  width: 95%;
  height: 95%;
}

.chart-circle img {
  width: 100%;
  height: 100%;
}

.chart-right {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.chart-item {
  margin-top: 8%;
  position: relative;
}

.chart-text-main-deco {
  content: "";
  position: absolute;
  top: 13%;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #e60012;
}

.chart-text-main {
  top: 1.5vw;
  left: 3vw;
  font-size: 24px;
  line-height: 1.5;
  padding: 20px 0;
  position: relative;
  display: inline-block;
  font-weight: bold;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    top: 35%;
    left: -40%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 70px solid #f5eff0;
    z-index: 1;
  }

  &::after {
    content: "";
    position: absolute;
    top: 0;
    right: -3%;
    width: 120%;
    height: 91%;
    background-color: #f5eff0;
    z-index: -1;
  }
}

.chart-text-sub {
  margin-left: 5%;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 15px;
  display: block;
  width: 100%;
  font-weight: bold;

  &::before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #0b3c63;
    display: inline-block;
    margin-right: 5px;
  }
}

.chart-percent-main {
  font-size: 100px;
  font-weight: bold;
  color: #e60012;
  display: block;
  line-height: 1;
  margin-right: 30px;
}

.chart-percent-mark-main {
  font-size: 50px;
}

.chart-percent-sub {
  font-size: 38px;
  color: #000;
  font-weight: bold;
}

.chart-percent-mark-sub {
  font-size: 30px;
  font-weight: bold;
}

.chart-note {
  font-size: 14px;
  margin-top: 6%;
  letter-spacing: 1px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .donate {
    padding: 9.3333vw 4%;
  }
  .donate-hdg {
    font-size: 4.6666vw;
  }
  .donate-lead {
    font-size: 4vw;
    margin-top: 4.6666vw;
  }
  .donate-desc {
    margin-top: 7.3333vw;
  }
  .donate-fig {
    width: 70%;
    margin: auto;
  }
  .donate-txt {
    font-size: 4vw;
  }
  .donate-pic {
    width: 24.5333vw;
    margin-left: 2.6666vw;
  }
  .donate-fig-02 {
    margin-top: 7.7333vw;
  }
  .chart-container {
    margin-top: 4.5vw;
  }
  .chart-left {
  }
  .chart-right {
    width: 90%;
  }
  .chart-text-main {
    font-size: 3vw;
    &::before {
      left: -30%;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 50px solid #f5eff0;
    }

    &::after {
      content: "";
      position: absolute;
      top: 4%;
      right: -5%;
      width: 123%;
      height: 85%;
      background-color: #f5eff0;
      z-index: -1;
    }
  }

  .chart-text-main-deco {
    top: 15%;
    width: 3vw;
    height: 3vw;
    left: -3%;
  }

  .chart-text-sub {
    font-size: 3vw;
    margin-left: 3%;
    margin-top: 3%;
    &::before {
      width: 3vw;
      height: 3vw;
      position: absolute;
      top: 5.5vw;
      left: 6vw;
    }
  }

  .chart-percent-main {
    font-size: 11vw;
  }

  .chart-percent-mark-main {
    font-size: 6vw;
  }

  .chart-percent-sub {
    font-size: 5vw;
  }

  .chart-percent-mark-sub {
    font-size: 5vw;
  }

  .chart-item {
    margin-top: 0;
  }

  .chart-note {
    margin-left: 0;
    font-size: 2vw;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .chart-container {
    gap: 6.5vw;
  }

  .chart-text-main {
    &::before {
      left: -25%;
      border-right: 7vw solid #f5eff0;
    }

    &::after {
      top: 4%;
      right: 10%;
      width: 100%;
      height: 85%;
    }
  }

  .chart-text-main-deco {
    top: 18%;
    width: 3vw;
    height: 3vw;
  }

  .chart-text-sub {
    &::before {
      left: 4vw;
    }
  }
}

@media screen and (max-width: 400px) {
  .chart-text-main-deco {
    top: 22%;
  }

  .chart-text-sub {
    &::before {
      left: 6vw;
    }
  }

  .chart-note {
    font-size: 1.5vw;
  }
}

/* ----------------------------------------------------------------
    deduction
----------------------------------------------------------------- */
.deduction {
  padding: 50px 0;
  background-color: #f6f6f6;
}
.deduction .container {
  max-width: 960px;
}
.deduction-hdg,
.deduction-txt-01,
.deduction-fig,
.deduction-fig-02 {
  text-align: center;
}
.deduction-hdg {
  font-size: 1.875rem;
  font-weight: bold;
}
.deduction-txt-01,
.deduction-txt-02 {
  line-height: 2;
}
.deduction-txt-01 {
  margin: 20px 0 50px;
}
.deduction-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.deduction-label {
  padding: 0.4em 1em;
  background: #000;
  color: #fff;
  font-size: 1.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.deduction-txt-02 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-left: 1em;
}
.deduction-strong {
  font-weight: bold;
}
.deduction-fig-01,
.deduction-fig-02 {
  margin-top: 30px;
}
.deduction-fig-03 {
  margin-top: 50px;
}
.deduction-note {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 1.8;
}
.deduction-note a,
.deduction-note a:visited {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .deduction {
    padding: 8% 4%;
  }
  .deduction-hdg {
    width: 65%;
    margin: auto;
  }
  .deduction-txt-01 {
    margin: 4% 0;
  }
  .deduction-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .deduction-label {
    font-size: 0.9375rem;
    padding: 1% 2%;
  }
  .deduction-txt-02 {
    margin: 4% 0 0;
    text-align: center;
  }
  .deduction-fig-01,
  .deduction-fig-02 {
    margin-top: 4%;
  }
  .deduction-fig-03 {
    margin-top: 8%;
  }
  .deduction-note {
    margin-top: 4%;
    font-size: 0.625rem;
  }
}
/* ----------------------------------------------------------------
    cv2
----------------------------------------------------------------- */
.cv2 {
  padding: 50px 0;
}
.cv2 .container {
  max-width: 1120px;
}
.cv2-hdg,
.cv2-txt-01,
.cv2-lead,
.cv2-fig,
.cv2-fig-02 {
  text-align: center;
}
.cv2-hdg,
.cv2-lead {
  font-size: 2.25rem;
  font-weight: bold;
}
.cv2-txt-01 {
  margin: 20px 0 30px;
  font-size: 1.25rem;
  line-height: 2;
}
.cv2-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f6f6f6;
  margin-top: 40px;
  padding: 35px 70px;
}
.cv2-box a:hover {
  opacity: 0.7;
}
.cv2-monthly,
.cv2-once {
  width: 50%;
  text-align: center;
}
.cv2-label {
  margin-bottom: 20px;
}
.cv2-monthly {
  border-right: 2px solid #000;
  padding: 0 60px 0 0;
}
.cv2-once {
  padding: 0 0 0 60px;
}
.cv2-fig-01,
.cv2-fig-02 {
  margin-top: 30px;
}
.cv2-note {
  margin: 20px 0;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .cv2 {
    padding: 8% 4%;
  }
  .cv2-hdg,
  .cv2-lead {
    font-size: 1.125rem;
  }
  .cv2-txt-01 {
    font-size: 0.75rem;
    margin: 4% 0;
  }
  .cv2-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4%;
    padding: 4%;
  }
  .cv2-monthly,
  .cv2-once {
    width: 100%;
    padding: 0;
  }
  .cv2-monthly {
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
  .cv2-label {
    width: 50%;
    margin: 0 auto 4%;
  }
  .cv2-fig {
    width: 55%;
    margin: auto;
  }
  .cv2-once .cv2-fig {
    width: 68.833333%;
  }
  .cv2-note {
    font-size: 0.6875rem;
    margin: 4% 0;
  }
}
/* ----------------------------------------------------------------
    faq
----------------------------------------------------------------- */
.faq {
  padding: 40px 0 90px 0;
}
.faq .container {
  max-width: 1120px;
}
.faq-hdg {
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
}
.faq-list {
  max-width: 920px;
  margin: auto;
  line-height: 2;
}
.faq-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px 0 10px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
}
.faq-q::before {
  content: "";
  background: url("/funsouchi/images/faq-icon-01.png") no-repeat left top;
  width: 44px;
  height: 44px;
  display: block;
}
.faq-q:first-child {
  margin-top: 0;
}
.faq-txt {
  margin-left: 10px;
  font-size: 1.25rem;
  font-weight: bold;
}
.faq-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f6f6f6;
  margin-top: 40px;
  padding: 35px 70px;
}
.faq-monthly,
.faq-once {
  width: 50%;
  text-align: center;
}
.faq-monthly > p,
.faq-once > p {
  margin-bottom: 20px;
}
.faq-monthly {
  border-right: 2px solid #000;
  padding: 0 60px 0 0;
}
.faq-once {
  padding: 0 0 0 60px;
}
.faq-fig-01,
.faq-fig-02 {
  margin-top: 30px;
}
.faq-note {
  margin: 20px 0;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 4%;
  }
  .faq-hdg {
    width: 40.533333%;
    margin: auto;
  }
  .faq-txt,
  .faq-a {
    font-size: 0.875rem;
  }
  .faq-q::before {
    width: 27px;
    height: 27px;
    background-size: contain;
  }
  .faq-q {
    margin: 4% 0;
    padding: 4% 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
/* ----------------------------------------------------------------
    cv3
----------------------------------------------------------------- */
.cv3 {
  background: #666666;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px 0 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 10;
  text-align: center;
}
.cv3.is-show {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cv3-txt {
  font-size: 1.5rem;
  color: #fff;
}
.cv3-btn {
  margin-top: 10px;
}
.cv3-btn a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .cv3-txt {
    font-size: 0.85714286rem;
  }
  .cv3-btn {
    width: 62.66666667%;
    margin: auto;
  }
}
.page-d .act-lead-strong {
  display: block;
  margin-top: 10px;
}
