@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:    寄附のお願い
 Notes:          
--------------------------------------------------------------- */
.content {
	width: 60%;
	max-width: 950px;
	margin: 0 auto;
	padding: 5% 0;
}
.sec-top {
	margin: -10% 0 0;
	padding: 10% 0 0;
	background: #ffffda;
}
.sec-top .content {
	position: relative;
}
.sec-top h1.title {
	font-size: 2.3em;
	position: absolute;
	right: 5%;
	top: 15%;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	z-index: 1;
}
.sec-top .image {
	width: 70%;
	padding: 10% 0;
}
.sec-top .txt {
	width: 50%;
	position: absolute;
	top: 40%;
	right: -15%;
	text-align: justify;
	z-index: 1;
     font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.sec-top .link {
	width: 35%;
	position: absolute;
	bottom: 3%;
	right: 0%;
	/*font-size: 1.2em;*/
	text-align: justify;
	z-index: 1;
     font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.sec-top .link a:hover {
	color: #fb5ba0;
	opacity: 1;
}
.sec-top .circle {
	width: 24vw;
	max-width: 380px;
	height: 24vw;
	max-height: 380px;
	position: absolute;
	bottom: 13%;
	right: 0;
	border-radius: 500px;
	background: #fff;
	z-index: 0;
}
.color01 {
	color: #fb5ba0;
}

section.sec01 h2.title {
	margin: 0 auto 3%;
    font-size: 1.8em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
h2.headline {
	margin: 0 auto 2%;
	text-align: center;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, sans-serif;
}
.sec01 h3.headline {
  margin: 0 0 3%;
  display: table;
  text-align: center;
  /*font-size: 1.5em;*/
  line-height: 1.5;
  border-bottom: 0.1em solid #fb5ba0;
  /*font-family: 'A1 Mincho', serif;*/
  font-size: 1.7em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.sec01 .benefit h3.headline {
	width: 100%;
  position: absolute;
	top: 15%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	/*font-size: 1.2em;*/
	border-bottom: none;
    font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
   
}
section.sec01 .txt {
	margin: 0 0 3%;
   font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    
}
.sec01 .btn {
	margin: 0 0 10%;
	display: table;
	text-align: center;
}
.sec01 .btn a {
	padding: 0.5em 2em;
	display: block;
	/*font-size: 1.2em;*/
	border: 1px solid #fb5ba0;
	background: #fff;
	border-radius: 100px;
    font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
.sec01 .btn a:hover {
	display: block;
	color: #fff;
	background: #fb5ba0;
	opacity: 1;
}
.benefit-wrap {
	margin: 0 auto 5%;
	display: flex;
	justify-content: space-between;
}
.benefit-wrap .benefit {
	width: 18vw;
	max-width: 277px;
	height: 18vw;
	max-height: 277px;
	position: relative;
	text-align: center;
	background: #ffe6e6;
	border-radius: 500px;
}
.benefit .txt {
	width: 80%;
	position: absolute;
	top: 25%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
	text-align: justify;
    line-height: 1.7;
        font-size: 1.3em !important;
}
.benefit-wrap .benefit .color01 {
	font-size: 1.3em;
}
.etc-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.etc-wrap .etc {
	white-space: 80%;
}
.etc-wrap .newsletter {
	width: 15%;
	line-height: 0;
}
section.sec02 {
	padding: 5% 0;
	background: #ffe6e6;
    font-size: 1.5em;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
}
section.sec02 h2.title {
	margin: 0 0 3%;
}
section.sec02 .txt {
	margin: 0 0 3%;
}
.btn-wrap01 {
	margin: 0 auto 5%;
}
.btn-wrap02 {
	margin: 0 auto 5%;
	display: table;
}
.btn-wrap03 {
	margin: 0 0 0 auto;
	display: table;
}
.sec02 .btn {
	margin: 0 0 2%;
	display: table;
	text-align: center;
}
.sec02 .btn a {
	padding: 0.5em 2em;
	display: block;
	font-size: 1.2em;
	border: 1px solid #fb5ba0;
	background: #fff;
	border-radius: 100px;
}
.sec02 .btn a:hover {
	display: block;
	color: #fff;
	background: #fb5ba0;
	opacity: 1;
}
.flow-wrap {
	display: flex;
}
.flow-wrap .number {
	width: 10%;
	position: relative;
	font-size: 1.2em;
}
.flow-wrap .border {
	padding: 0 0 10%;
}
.flow-wrap .border::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0.4em;
	font-size: 1.2em;
	background-color: #fb5ba0;
	z-index: -1;
}
.flow-wrap .flow01 {
	width: 70%;
}
.flow-wrap .flow02 {
	width: 20%;
}
.flow-wrap .flow03 {
	width: 90%;
}
section.sec03 h3.headline {
	margin: 0 auto 3%;
	line-height: 1.5;
}
.document01 {
	width: 60%;
	margin: 0 auto;
	padding: 0 0 10%;
}
.document02 {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 10%;
}
svg {
  display: inline-block;
  width: 50%;
  height: auto;
  overflow: visible;
}
.foreground {
  fill: #505050;
}
.background {
  stroke: #fff;
  stroke-width: 8;
  stroke-linejoin: round;
}
.procedure-wrap a {
	color: #fb5ba0!important;
}
.procedure-wrap {
	margin: 0 auto 5%;
	display: table;
	align-items: center;
	border: 0.2em solid #fb5ba0;
	border-radius: 2em;
	overflow: hidden;
	width: 100%;
}
.procedure-wrap .icon {
	width: 70%;
	margin: 0 auto;
}
.procedure-wrap .box01 {
	width: 25%;
	padding: 1em;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	background: #fb5ba0;
	border-radius: 1.8em 0 0 1.8em;
  overflow: hidden;
}
.procedure-wrap .box02 {
	width: 75%;
	padding: 1em;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border-radius: 0 1.8em 1.8em 0;
  overflow: hidden;
}
.procedure-wrap h3.title {
	margin: 0 auto 2% !important;
	display: table;
	font-size: 1.3em;
	line-height: 1.5;
  border-bottom: 1px solid #a0a0a0;
}
.procedure-wrap .form {
	font-size: 1.5em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.procedure-wrap .tel {
	font-size: 2em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.procedure-wrap .txt {
	margin: 0;
}
#point01 {
	margin-top: -9vw;
	padding-top: 9vw;
	display: block;
}
#point02 {
	margin-top: -9vw;
	padding-top: 9vw;
	display: block;
}


.foot-area01 .link {
    width: 25%;
    font-size: 1.5em;
    color: #000;
}

.foot-area02 .txt {
    color: #000;
    font-size: 1.5em;
}


.sec-top .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2em;
  margin: 5% 0 0;
}
.sec-top .anchor-list li {
  font-size: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;
}
.sec-top .anchor-list li::before {
  content: "▶";
  color: #ff79a2;
}
.sec-top .anchor-list li a {
  -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
}
.sec-top .anchor-list li a:hover {
  color: #ff79a2;
  opacity: 1.0;
}
.sec-top .catch {
  display: flex;
  align-items: center;
  margin: 3% 0;
}
.sec-top .catch-image {
  width: 50%;
}
.sec-top .catch-title {
  width: 50%;
}
.sec-top .catch-title h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.18em;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 auto;
  width: fit-content;
}
.sec-top .catch-title h1 span {
  color: #ff79a2;
  font-size: 1.38em;
}
.sec-top .textbox {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2em;
  line-height: 1.55;
}
.sec-top .textbox p {
  text-indent: 1em;
}
.sec-top .textbox p + p {
  margin-top: 1em;
}
.sec-top .textbox .namebox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5%;
}
.sec-top .textbox .namebox-image {
  width: 17%;
}
.sec-top .textbox .namebox-text {
  text-align: right;
}
.sec-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  width: fit-content;
  border-bottom: 3px solid #ff79a2;
  margin: -10% 0 2%;
  padding-top: 15%;
}
.sec-title:first-child {
  margin-top: -15%;
}

.sec-top, .sec-type, .sec-detail, .sec-other,
.sec-top a, .sec-type a, .sec-detail a, .sec-other a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
}

.sec-type-circle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3%;
}
.sec-type-circle > li {
  width: 32%;
  background: #ffe6e6;
  border-radius: 20px;
  padding: 2.5%;
  position: relative;
}
.sec-type-circle li h3 {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.35;
  margin-bottom: 1em;
}
.sec-type-circle li h3 span {
  font-size: 65%;
  display: inline-block;
  line-height: 1.2;
  color: #4EAD5B;
}
.sec-type-circle li p {
  font-size: 1.15em;
  line-height: 1.4;
}
.sec-type-circle li > a {
  -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
}
.sec-type-circle li > a:hover {
  color: #f85ba2;
  opacity: 1.0;
}
.sec-type-circle .sec-type-btn {
  justify-content: center;
  margin-top: 1em;
}
.sec-type-text {
  font-size: 1.15em;
  line-height: 1.4;
  margin: 3% 0;
}
.sec-type-btn {
  display: grid;
  grid-template-columns: max-content;
  gap: 0.5em;
}
.sec-type-btn a {
  border: 1px solid #ff79a2;
  background: #fff;
  display: block;
  text-align: center;
  border-radius: 100px;
  font-size: 1.1em;
  padding: 0.5em 2em;
  -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
}
.sec-type-btn a:hover {
  background: #ff79a2;
  color: #fff;
  opacity: 1.0;
}

.sec-detail {
  background: #ffe6e6;
}
.sec-detail p {
  font-size: 1.15em;
  line-height: 1.4;
}
.sec-detail p a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
}
.sec-detail p a:hover {
  opacity: 1.0;
  color: #ff79a2;
}
.sec-detail h3 {
  margin: 5% 0 2%;
  font-size: 1.7em;
  letter-spacing: 0.075em;
}
.sec-detail-box {
  padding-left: 8.5%;
}
.sec-detail-box p + p {
  margin-top: 1.5em;
}
.sec-detail-box .underbar {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
}
.sec-detail-box h4 {
  font-size: 1.33em;
  font-weight: 700;
  margin: 1.5em 0 0.5em;
}
.sec-detail-box .mark {
  position: relative;
}
.sec-detail-box .mark:before {
  content: "";
  width: 8.5%;
  height: 100%;
  background: url(../img/donation/mark.svg) no-repeat right center /contain;
  position: absolute;
  right: calc(100% + 1em);
  top: 0;
}

.sec-other-btn {
  display: grid;
  grid-template-columns: max-content;
  gap: 0.5em;
  margin: 3% 0 5%;
  text-align: center;
}
.sec-other-btn a:not(.t_link) {
  border: 1px solid #ff79a2;
  display: block;
  text-align: center;
  border-radius: 100px;
  font-size: 1.1em;
  padding: 0.5em 2em;
  -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
}
.sec-other-btn a:not(.t_link):hover {
  background: #ff79a2;
  color: #fff;
  opacity: 1.0;
}
.sec-other-btn a.t_link {
  text-decoration: underline;
}
.sec-other-btn a.t_link:hover {
  color: #ff79a2;
  opacity: 1.0;
}
.sec-other-btn + .procedure-wrap {
  margin-top: 8%;
}
.sec-other .btn {
	margin: 5% 0 0;
	display: table;
	text-align: center;
}
.sec-other .btn a {
	padding: 0.5em 2em;
	display: block;
	font-size: 1.2em;
	border: 1px solid #fb5ba0;
	background: #fff;
	border-radius: 100px;
  -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
}
.sec-other .btn a:hover {
	display: block;
	color: #fff;
	background: #fb5ba0;
	opacity: 1;
}

/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
.content {
  width: 90%;
  display: block;
  padding: 10% 0;
}
h1.title {
  font-size: 16px;
}
.sec01 h3.headline {
  font-size: 16px;
}
.sec-top .image {
  width: 70%;
	margin: 0 auto;
  padding: 10% 0 5%;
}
section.sec01 h2.title {
  margin: 0 auto 3%;
}
.sec-top h1.title {
	margin: 0 auto 5%;
	display: table;
  font-size: 20px;
  position: unset;
}
.sec-top .txt {
  width: 100%;
  margin: 0 auto 5%;
	padding: 1em;
  position: relative;
	border-radius: 20px;
  background: #fff;
}
.sec-top .link {
  width: 100%;
  position: relative;
}
.sec-top .circle {
  display: none;
}
.sec-top .content {
	padding: 0 0 5%;
}
.sec01 .benefit h3.headline {
  position: relative;
	left: 0%;
  transform: translateY(0%) translateX(0%);
  -webkit- transform: translateY(0%) translateX(0%);
}
section.sec01 .chart-wrap {
  display: block;
}
section.sec01 .chart:first-child {
	width: 100%;
}
section.sec01 .chart:nth-child(2) {
	width: 100%;
}
.benefit-wrap {
  display: block;
}
section.sec02 h2.title {
  margin: 0 auto 3%;
}
.benefit-wrap .benefit {
  width: 100%;
  max-width: none;
	height: auto;
	max-height: none;
  margin: 0 0 5%;
	padding: 1em;
  position: relative;
	border-radius: 2em;
}
.benefit .txt {
  width: 100%;
  position: relative;
	top: 0;
  left: 0%;
	transform: translateY(0%) translateX(0%);
  -webkit- transform: translateY(0%) translateX(0%);
}
.sec04 .btn {
  margin: 0 auto 10%;
}
.procedure-wrap {
  display: block;
}
.sec02 .area01 .select-wrap {
  display: block;
}
.procedure-wrap .box01 {
	width: 100%;
	padding: 0.5em;
  display: block;
	border-radius: 0;
}
.procedure-wrap .icon {
	width: 20%;
	margin: 0 auto;
}
.procedure-wrap .box02 {
  width: 65%;
  padding: 1em 0;
	border-radius: 0;
}
.sec02 .btn a {
  padding: 0.5em 1em;
  display: block;
  font-size: 16px;
  border: 1px solid #fb5ba0;
  background: #fff;
  border-radius: 100px;
}

  .sec-top .anchor-list {
    justify-content: flex-start;
    margin: 8% auto 5%;
    width: 90%;
  }
  .sec-top .anchor-list li {
    font-size: 1em;
  }
  .sec-top .catch {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-top .catch-image {
    width: 70%;
  }
  .sec-top .catch-title {
    width: 100%;
  }
  .sec-top .catch-title h1 {
    font-size: 1.8em;
  }
  .sec-top .textbox {
    font-size: 1em;
  }
  .sec-top .textbox .namebox {
    margin-top: 5%;
  }
  .sec-top .textbox .namebox-image {
    width: auto;
    flex-grow: 1;
    max-width: 120px;
  }
  .sec-top .textbox .namebox-text {
    flex-shrink: 0;
  }
  .sec-title {
    font-size: 1.7em;
    margin: -3% 0 7%;
  }
  .sec-type-circle {
    flex-wrap: wrap;
    row-gap: 1em;
    justify-content: center;
  }
  .sec-type-circle > li {
    width: 100%;
    padding: 5%;
  }
  .sec-type-circle li h3 {
    text-align: center;
    font-size: 1.2em;
  }
  .sec-type-circle li h3 span {
    font-size: 80%;
  }
  .sec-type-circle li p {
    font-size: 1em;
  }
  .sec-type-text {
    font-size: 1em;
    margin: 7% 0;
  }
  .sec-type-btn a {
    font-size: 1em;
  }
  
  .sec-detail p {
    font-size: 1em;
  }
  .sec-detail h3 {
    margin: 8% 0 3%;
    font-size: 1.3em;
  }
  .sec-detail-box {
    padding-left: 1em;
  }
  .sec-detail-box .underbar {
    text-decoration-thickness: 2px;
  }
  .sec-detail-box h4 {
    font-size: 1em;
  }
  .sec-detail-box .mark:before {
    width: 1em;
    right: 100%;
    display: none;
  }
  .sec-other-btn {
    grid-template-columns: 1fr;
  }
  .sec-other-btn a:not(.t_link) {
    font-size: 1.0em;
    line-height: 1.5;
  }
}