<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*data-aspect*/
[data-aspect-ratio="1565:383"]::before {
  padding-top: calc((383 / 1565) * 100%);
}

[data-aspect-ratio="136:35"]::before {
  padding-top: calc((35 / 136) * 100%);
}

[data-aspect-ratio="96:36"]::before {
  padding-top: calc((36 / 96) * 100%);
}

[data-aspect-ratio="85:42"]::before {
  padding-top: calc((42 / 85) * 100%);
}

[data-aspect-ratio="159:29"]::before {
  padding-top: calc((29 / 159) * 100%);
}

[data-aspect-ratio="82:58"]::before {
  padding-top: calc((58 / 82) * 100%);
}

[data-aspect-ratio="152:14"]::before {
  padding-top: calc((14 / 152) * 100%);
}

[data-aspect-ratio="151:46"]::before {
  padding-top: calc((46 / 151) * 100%);
}

[data-aspect-ratio="246:89"]::before {
  padding-top: calc((89 / 246) * 100%);
}

[data-aspect-ratio="129:109"]::before {
  padding-top: calc((109 / 129) * 100%);
}

[data-aspect-ratio="198:94"]::before {
  padding-top: calc((94 / 198) * 100%);
}

[data-aspect-ratio="162:110"]::before {
  padding-top: calc((110 / 162) * 100%);
}

[data-aspect-ratio="133:107"]::before {
  padding-top: calc((107 / 133) * 100%);
}

[data-aspect-ratio="236:92"]::before {
  padding-top: calc((92 / 236) * 100%);
}

[data-aspect-ratio="224:98"]::before {
  padding-top: calc((98 / 224) * 100%);
}

[data-aspect-ratio="308:59"]::before {
  padding-top: calc((59 / 308) * 100%);
}

[data-aspect-ratio="255:76"]::before {
  padding-top: calc((76 / 255) * 100%);
}

[data-aspect-ratio="156:110"]::before {
  padding-top: calc((110 / 156) * 100%);
}

[data-aspect-ratio="1500:725"]::before {
  padding-top: calc((725 / 1500) * 100%);
}

[data-aspect-ratio="315:109"]::before {
  padding-top: calc((109 / 315) * 100%);
}

[data-aspect-ratio="267:62"]::before {
  padding-top: calc((62 / 267) * 100%);
}

[data-aspect-ratio="273:114"]::before {
  padding-top: calc((114 / 273) * 100%);
}

[data-aspect-ratio="339:54"]::before {
  padding-top: calc((54 / 339) * 100%);
}

[data-aspect-ratio="348:51"]::before {
  padding-top: calc((51 / 348) * 100%);
}

/*common*/
.pc-align-center{
  text-align: left;
}

.pfa-body {
  font-size: 13px;
  line-height: 20.8px;
}

.pfa-heading.-h4 {
  font-size: 24px;
  line-height: 24px;
  color: #ff0000;
  text-transform: uppercase;
}

.pfa-heading.-jp {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.link_wrapper {
  text-align: right;
}

.fr-textLink {
  font-size: 12px;
  line-height: 19.2px;
}

.fr-linkButton{
  line-height: 1.5;
  padding-top: 12px;
  padding-bottom: 12px;
}

.fr-linkButtonParent {
  position: relative;
}

.fr-textLink_item:hover,.pfa-anchorButton_itemLink:hover {
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
}

.fr-textLink_itemInner:hover {
  text-decoration: none;
}

.swiper-pagination-bullets {
  bottom: -3px;
}

html.de .fr-userReview_review.-reviewcontent__none:before,
html.dk-en .fr-userReview_review.-reviewcontent__none:before,
html.eu-en .fr-userReview_review.-reviewcontent__none:before,
html.se-en .fr-userReview_review.-reviewcontent__none:before,
html.uk-en .fr-userReview_review.-reviewcontent__none:before,
html.fr-en .fr-userReview_review.-reviewcontent__none:before,
html.de-en .fr-userReview_review.-reviewcontent__none:before,
html.it-en .fr-userReview_review.-reviewcontent__none:before,
html.es-en .fr-userReview_review.-reviewcontent__none:before,
html.it .fr-userReview_review.-reviewcontent__none:before,
html.fr .fr-userReview_review.-reviewcontent__none:before{
  content: none;
}
html.de .fr-userReview_review.-reviewcontent__none:after,
html.dk-en .fr-userReview_review.-reviewcontent__none:after,
html.eu-en .fr-userReview_review.-reviewcontent__none:after,
html.se-en .fr-userReview_review.-reviewcontent__none:after,
html.uk-en .fr-userReview_review.-reviewcontent__none:after,
html.fr-en .fr-userReview_review.-reviewcontent__none:after,
html.de-en .fr-userReview_review.-reviewcontent__none:after,
html.it-en .fr-userReview_review.-reviewcontent__none:after,
html.es-en .fr-userReview_review.-reviewcontent__none:after,
html.it .fr-userReview_review.-reviewcontent__none:after,
html.fr .fr-userReview_review.-reviewcontent__none:after{
  content: none;
}

html.de .fr-userReview_review:before {
  bottom: -11px;
  top: auto;
  transform: rotate(180deg);
}

html.de .fr-userReview_review:after {
  top: -10px;
  bottom: auto;
  transform: inherit;
}

/* splash */

.background {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.js-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc((335 / 375) * 100%);
  display: none;
}

.logo-image {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.lock {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  position: fixed;
  overflow: hidden;
}


/* anchor01 */
.fr-anchorButton_itemInner.-firstanchor {
  height: 100%;
}
.fr-anchorButton_item.-fifth {
  width: 50%;
}
.fr-anchorButton_item.-fifth:last-of-type {
  width: 100%;
}

/* anchor02 */
.pfa-anchorButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pfa-anchorButton_item {
  width: calc((100% - 4px) / 5)
}

.pfa-anchorButton_item:not(:nth-of-type(5n+1)) {
  margin-left: 1px;
}

.pfa-anchorButton_item:nth-child(n+6) {
  margin-top: 15px;
}

.pfa-anchorButton_itemtxt {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
}

.fr-fixedAnchor_itemLink {
  white-space: nowrap;
}

.fr-fixedAnchor {
  display: none;
  transition: all 0.5s 0s ease;
  margin-top: -83px;
}

.fr-fixedAnchor.is-display {
  display: block;
  animation: anchorShow 0.3s linear 0s;
}

.adjustAnchor {
  margin-top: -69px;
  padding-top: 69px;
}

.fr-fixedAnchor.-horizontalScroll .fr-fixedAnchor_item {
  max-width: initial;
}


/*hero*/
.Header,.OtherNavigation,.Footer{
  min-width: 320px;
}
.hero_ticker {
  min-width: 320px;
  padding: 8px 16px;
  background-color: #f4f4f4;
}
.Header_UqLogoLink{
  width: calc((65/350)*100vw);
  max-width: 65px;
}

.hero_section {
  display: flex;
  flex-direction: column;
}

.hero_section .swiper-container {
  padding-bottom: 0;
}

.hero_explanation_ttl {
  font-size: 16px;
  line-height: 25.6px;
  color: #ff0000;
  font-weight: 600;
}

.pfa-body-hero {
  font-size: 13px;
  line-height: 26px;
}

.pfa-body-ticker {
  font-size: 13px;
  line-height: 20px;
}

/* additional_plan */
.additional_plan{
  border: solid 1px #000;
}
.additional_plan_block{
  display: block;
  padding: 15px 4vw;
}
.additional_plan_ttl{
  font-size: 18px;
  line-height: 24.8px;
  letter-spacing: 0.02em;
  color: #ff0000;
  font-weight: bold;
}
.additional_plan_flex{
  display: flex;
}
.additional_plan_txt{
  width: 60%;
}
.additional_plan_subtxt{
  font-size: 11px;
  line-height: 14.9px;
  letter-spacing: 0.01em;
}
.additional_plan_img{
  width: 40%;
}

/* icon */
.fr-anchorButton_item {
  position: relative;
}

.new-icon {
  position: absolute;
  content: "";
  background-color: #ff0000;
  z-index: 1;
}

.new-icon span {
  content: "";
  padding: 4px 8px;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Helvetica Neue';
}

.profile_box .new-icon span {
  padding: 6px 8px;
  font-size: 13px;
  line-height: 13px;
  display: block;
}

.anchor_ttlbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.anchor_numttl {
  font-size: 14px;
  line-height: 21px;
  margin-left: 8px;
  font-weight: 600;
}

.new-icon_block {
  content: "";
  background-color: #ff0000;
  z-index: 1;
}

.new-icon_block span {
  content: "";
  padding: 4px 8px;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Helvetica Neue';
}
/* report_section */
.report_section .anchor_numttl{
  line-height: 27px;
}

.report_table{
  border: solid 1px #dadada;
  width: 100%;
}
.report_table tr:not(:last-of-type){
  border-bottom: solid 1px #dadada;
}
.report_table th{
  font-size: 13px;
  line-height: 19.5px;
  padding: 15px 4vw;
  border-right: solid 1px #dadada;
  text-align: left;
  font-weight: 300;
  max-width: 120px;
  vertical-align: middle;
}
html.ja .report_table th{
  white-space: nowrap;
}
.report_table td{
  padding: 15px 4vw;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}
.pfa-report-price{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.pfa-report-price .-num{
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 3px;
  display: inline-block;
}

/*structure_section*/
.structure_imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.structure_img.-first {
  width: calc((87 / 345) * 100%);
}

.structure_img.-second {
  width: calc((126 / 345) * 100%);
}

.structure_section .structure_img:not(:first-child) {
  margin-left: calc((15 / 345) * 100%);
}

.structure_img.-third {
  width: calc((72 / 345) * 100%);
}

.structure_img.-fourth {
  width: calc((110 / 345) * 100%);
}

/*product_section*/
.proponents_block {
  border-bottom: solid 2px #ff0000;
}

.pfa-body-price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.pfa-body-price span.u-uqFont-r {
  font-size: 24px;
  line-height: 24px;
  margin-left: 5px;
  vertical-align: -1px;
}

.pfa-body-price span.symbol {
  font-size: 20px;
  line-height: 24px;
}

.proponents_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.proponents_ttl:before,
.proponents_ttl:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;
}

.proponents_ttl:before {
  margin-right: 1em;
}

.proponents_ttl:after {
  margin-left: 1em;
}

.proponents_txt {
  color: #ff0000;
  font-size: 11px;
  line-height: 17.6px;
}

.proponents_txt.-b {
  font-weight: 600;
  line-height: 19.8px;
}


/* .shot-h3{
  font-size: 14px;
  line-height: 21px;
} */


/*product_section*/
.pfa-body-earth {
  font-size: 13px;
  line-height: 20.8px;
}

.profile_parent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.profile_txt {
  width: calc((172 / 345) * 100%);
  margin-right: calc((15 / 345) * 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.profile_name {
  font-size: 16px;
  line-height: 20.8px;
  text-transform: uppercase;
}

.profile_job {
  font-size: 13px;
  line-height: 20.8px;
  color: #7d7d7d;
  ;
}

.profile_logo {
  position: absolute;
}

.profile_logo.-ando {
  width: 85.33px;
  bottom: 3px;
  right: 12px;
}

.profile_logo.-ines {
  width: 159px;
  bottom: 4.5px;
  right: 12px;
}

.profile_logo.-murakami {
  width: 82px;
  bottom: 5.47px;
  right: 12px;
}

.profile_logo.-sato {
  width: 152px;
  bottom: 23.25px;
  right: 12px;
}

.profile_logo.-yamanaka {
  width: 151px;
  bottom: 6.5px;
  right: 12px;
}

.profile_logo.-gordon {
  width: 122.2px;
  bottom: 0px;
  right: 5px;
}

.profile_logo.-adam {
  width: 63.7px;
  bottom: 0px;
  right: 4px;
}

.profile_logo.-hirano {
  width: 98.6px;
  bottom: 0px;
  right: 4px;
}

.profile_logo.-nishikori {
  width: 80.7px;
  bottom: 0px;
  right: 9px;
}

.profile_logo.-kunieda {
  width: 68.4px;
  bottom: 5px;
  right: 0px;
}

.profile_logo.-inamoto {
  width: 117.2px;
  bottom: 0px;
  right: 4px;
}

.profile_logo.-kawamura {
  width: 111.5px;
  bottom: -13px;
  right: 4px;
}

.profile_logo.-lemaire {
  width: 153px;
  bottom: 14.6px;
  right: 14.5px;
}

.profile_logo.-jonathan {
  width: 127.5px;
  bottom: 0px;
  right: 14.3px;
}

.profile_logo.-tajima {
  width: 77.7px;
  bottom: 0px;
  right: 17px;
}

.profile_logo.-keith {
  width: 122.2px;
  bottom: 0px;
  right: 5px;
}

.profile_logo.-peanuts {
  width: 122.2px;
  bottom: 10px;
  right: 5px;
}

.profile_logo.-wim {
  width: 92.2px;
  bottom:11px;
  right: 5px;
}

.profile_logo.-lisa {
  width: 122.2px;
  bottom: 10px;
  right: 5px;
}

.profile_logo.-kaws {
  width: 122.2px;
  bottom: 12px;
  right: 5px;
}

.profile_img {
  width: calc((157 / 345) * 100%);
}

.fr-userReview_review {
  font-size: 13px;
  line-height: 20.8px;
}

.profile_description {
  font-size: 11px;
  line-height: 17.6px;
}
.profile_description.-kawamura{
  margin-top: 20px;
}

/*donations_section*/
.donations_ttl {
  font-size: 14px;
  line-height: 21px;
}

.donations_img.-first {
  width: 137px;
  margin: 0 auto;
}

.donations_img.-second {
  width: 197px;
  margin: 0 auto;
}

.donations_img.-third {
  width: 122px;
  margin: 0 auto;
}

.donations_img.-fourth {
  width: 132px;
  margin: 0 auto;
}

.donations-h3 {
  font-size: 14px;
  line-height: 21px;
}

.donations_section .fr-textLink_itemInner {
  font-size: 12px;
  line-height: 19.2px;
  font-weight: 700;
}

/* initiative_section */
.initiative_parent {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.initiative_inner {
  display: flex;
  width: 100%;
}

.initiative_img {
  width: calc((120 / 345) * 100%);
  margin-right: calc((15 / 345) * 100%);
}

.initiative_txt {
  width: calc((210 / 345) * 100%);
}


.initiative-h3 {
  font-size: 14px;
  line-height: 21px;
}

.initiative_section .fr-textLink_itemInner {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}


/*en*/
html.en .hero_explanation_ttl {
  font-size: 18px;
  line-height: 24.8px;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: "Helvetica Neue",HelveticaNeue-Medium -apple-system, Helvetica,BlinkMacSystemFont, Hiragino Kaku Gothic ProN, meiryo, sans-serif;
}

html.en .pfa-body-hero {
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0.01em;
}
html.en .pfa-body-ticker{
  font-size: 15px;
  line-height: 20px;
}

html.en .fr-heading.-h2 {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
}

html.en .pfa-body {
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0.01em;
}

html.en .fr-textLink_itemInner {
  font-size: 13px;
  line-height: 15.6px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: HelveticaNeue-Medium -apple-system, Helvetica,BlinkMacSystemFont, Hiragino Kaku Gothic ProN, meiryo, sans-serif;
}

html.en .report_table th {
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0;
}

html.en .pfa-report-price {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
}

html.en .proponents_ttl {
  font-size: 22px;
  line-height: 29.8px;
  letter-spacing: 0;
}

html.en .proponents_ttl {
  font-size: 15px;
  line-height: 20.3px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: HelveticaNeue-Medium -apple-system, Helvetica,BlinkMacSystemFont, Hiragino Kaku Gothic ProN, meiryo, sans-serif;
}

html.en .proponents_txt.-b {
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-family: UniqloPro Regular, sans-serif;
}

html.en .proponents_txt {
  font-size: 13px;
  line-height: 15.6px;
  letter-spacing: 0.01em;
}

html.en .pfa-anchorButton_itemtxt {
  font-size: 11px;
  line-height: 13.2px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: HelveticaNeue-Medium -apple-system, Helvetica,BlinkMacSystemFont, Hiragino Kaku Gothic ProN, meiryo, sans-serif;
  padding: 0 10px;
}

html.en .profile_description {
  font-size: 11px;
  line-height: 14.9px;
  letter-spacing: 0.01em;
}

html.en .profile_name {
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0.01em;
}

html.en .profile_job {
  font-size: 13px;
  line-height: 15.6px;
  letter-spacing: 0.01em;
}

html.en .pfa-body-earth {
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0.01em;
}

html.en .anchor_numttl{
  font-size: 15px;
  line-height: 20.3px;
}

html.en .fr-userReview_review {
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0.01em;
}
[lang=en] .pfa-fixedAnchor_item {
  font-family: HelveticaNeue-Medium -apple-system, Helvetica,BlinkMacSystemFont, Hiragino Kaku Gothic ProN, meiryo, sans-serif!important;
}

html.en .fr-anchorButton_itemLink{
  font-family: HelveticaNeue-Medium -apple-system, Helvetica,BlinkMacSystemFont, Hiragino Kaku Gothic ProN, meiryo, sans-serif!important;
}

html.vi .fr-anchorButton_itemLink{
  padding: 20px;
}


html.en .fr-linkButton {
  font-size: 18px;
  font-weight: 500;
  font-family: HelveticaNeue-Medium -apple-system, Helvetica,BlinkMacSystemFont, Hiragino Kaku Gothic ProN, meiryo, sans-serif;
}

html.en .donations-h3 {
  font-size: 15px;
  line-height: 20.3px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: HelveticaNeue-Medium -apple-system, Helvetica,BlinkMacSystemFont, Hiragino Kaku Gothic ProN, meiryo, sans-serif;
}

html.en .initiative-h3 {
  font-weight: 500;
  font-family: HelveticaNeue-Medium -apple-system, Helvetica,BlinkMacSystemFont, Hiragino Kaku Gothic ProN, meiryo, sans-serif;
}

.fr-pagetop.-esimg{
  background: url(/jp/ja/contents/feature/peace-for-all/common/img/backtotop-es.svg) 50%/28px auto no-repeat #fff;
}


@media screen and (min-width: 813px) {

  /*common*/
  /* .main_inner{
    max-width: 1176px;
  } */
  .pc-align-center{
    text-align: center;
  }
  .pfa-body {
    font-size: 14px;
    line-height: 22.4px;
  }

  .pfa-body.-w876 {
    max-width: 876px;
    margin: 20px auto 0;
  }

  .donations_section .donations_txt .pfa-body,
  .initiative_section .pfa-body {
    font-size: 14px;
    line-height: 19.6px;
  }

  .pfa-heading.-h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .pfa-heading.-h4 {
    font-size: 36px;
    line-height: 36px;
  }

  .pfa-heading.-jp {
    font-size: 23px;
    line-height: 32.2px;
  }

  .link_wrapper {
    text-align: left;
  }

  .fr-textLink {
    font-size: 14px;
    line-height: 22.4px;
  }

  /*anchor01*/
  .fr-anchorButton_itemLink {
    font-size: 17px;
    line-height: 23.8px;
    min-height: 82px;
  }

  .fr-anchorButton_item.-fifth {
    width: 20%;
  }
  .fr-anchorButton_item.-fifth:last-of-type {
    width: 20%;
  }

  .fr-linkButtonParent {
    max-width: 576px;
    margin: 28px auto 0;
  }

  .fr-linkButtonParent.-all {
    margin: 40px auto 0;
  }

  .fr-fixedAnchor.-horizontalScroll .fr-fixedAnchor_item {
    flex-basis: auto;
  }

  .adjustAnchor {
    margin-top: -81px;
    padding-top: 81px;
  }


  /*anchor02*/
  .pfa-anchorButton {
    max-width: 876px;
    margin: 20px auto 0;
  }

  .pfa-anchorButton_item:not(:nth-of-type(6n+1)) {
    margin-left: 1px;
  }

  .pfa-anchorButton_item:nth-child(n+7) {
    margin-top: 20px;
  }

  .pfa-anchorButton_item {
    width: calc((100% - 5px) / 6)
  }

  .pfa-anchorButton_itemtxt {
    font-size: 14px;
    line-height: 22.4px;
  }

  /*intro*/
  .js-logo {
    max-width: 624px;
  }

  /*hero*/
  .hero_section {
    flex-direction: row;
    align-items: center;
    position: relative;
  }

  .hero_section::before {
    content: "";
    display: block;
    padding-left: 100%;
    padding-top: calc((1 / 2) * 100%);
  }

  .pfa-body-hero {
    font-size: 14px;
    line-height: 28px;
  }

  .kv_topimg {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .kv_topimg_inner {
    width: 375px;
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
  }

  .hero_section .swiper-parent {
    width: 50%;
    padding: 64px 26px;
    position: absolute;
    left: 50%;
    margin: 0;
    /* padding-left: calc((26 / 588) * 100%);
    padding-right: calc((26 / 588) * 100%);
    padding-top: calc((64 / 588) * 100%);
    padding-bottom: calc((64 / 588) * 100%); */
  }

  /* .hero_section .swiper-container {
    width: calc((535 / 588) * 100%);
  } */

  .hero_explanation_ttl {
    font-size: 23px;
    line-height: 32.2px;
  }

  .hero_explanation {
    width: 576px;
    margin: 0 auto;
  }

    /* additional_plan */
  .additional_plan{
    width: 576px;
    margin-left: auto;
    margin-right: auto;
  }
  .additional_plan_block{
    padding: 28px;
  }
  .additional_plan_ttl{
    font-size: 25px;
    line-height: 33.75px;
    letter-spacing: 0;
  }
  .additional_plan_txt{
    width: 60%;
  }
  .additional_plan_subtxt{
    font-size: 12px;
    line-height: 19.2px;
  }
  .additional_plan_img{
    width: 40%;
  }


  /* icon */
  .new-icon span {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .profile_box .new-icon span {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 14px;
  }

  .anchor_numttl {
    font-size: 20px;
    line-height: 28px;
    margin-left: 10px;
  }

  .new-icon_block span {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 16px;
  }

  /* report_section */
  .report_section .anchor_numttl{
    line-height: 41px;
  }
  .report_section {
    max-width: 876px;
    margin: 0 auto;
  }
  .report_table_wrapper{
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }
  .report_table th{
    font-size: 14px;
    line-height: 22.4px;
    padding: 20px 24px;
    max-width: 225px;
    width: 225px;
  }
  .report_table td{
    padding: 20px 24px;
    vertical-align: middle;
  }
  .pfa-report-price{
    font-size: 21px;
    line-height: 36px;
    font-weight: 600;
    display: block;
    height: 35px;
  }
  .pfa-report-price .-num{
    font-size: 34px;
    line-height: 34px;
    margin-left: 6px;
    margin-right: 6px;
  }

  /* structure_section */
  .structure_section {
    max-width: 876px;
    margin: 0 auto;
  }

  .structure_img.-first {
    width: 126px
  }

  .structure_img.-second {
    width: 189px
  }

  .structure_img.-third {
    width: 114px
  }
  .structure_img.-fourth {
    width: 164px
  }

  /* product_section */
  .pfa-body-earth {
    font-size: 17px;
    line-height: 27.2px;
  }

  .pfa-body-price {
    font-size: 21px;
    line-height: 36px;
    margin-right: 6px;
  }

  .pfa-body-price span.u-uqFont-r {
    font-size: 34px;
    line-height: 34px;
  }

  .pfa-body-price span.symbol {
    font-size: 26px;
    line-height: 34px;
  }

  .proponents_block {
    width: 576px;
    margin: 0 auto;
  }

  .proponents_ttl {
    font-size: 20px;
    line-height: 28px;
  }

  .proponents_txt {
    font-size: 12px;
    line-height: 19.2px;
  }

  .proponents_txt.-b {
    line-height: 21.6px;
  }


  /* .shot-h3{
    font-size: 20px;
    line-height: 28px;
  } */

  .profile_parent {
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }


  .profile_box {
    display: flex;
  }

  .profile_img_parent {
    width: calc((501 / 1176) * 100%);
    margin-right: calc((24 / 1176) * 100%);
    height: fit-content;
  }

  .profile_txt_parent {
    width: calc((651 / 1176) * 100%);
  }

  .profile_txt_parent .fr-userReviewParent {
    margin-right: 48px;
    margin-left: 48px;
  }

  .profile_txt {
    order: 1;
    width: calc((426 / 651) * 100%);
    margin-right: calc((24 / 651) * 100%);
  }

  .profile_name {
    font-size: 17px;
    line-height: 23.8px;
  }

  .profile_job {
    font-size: 14px;
    line-height: 22.4px;
  }


  .profile_logo.-ando {
    width: calc((85.33 / 426) * 100%);
    bottom: 8.64px;
    right: 0;
  }

  .profile_logo.-ines {
    width: calc((159 / 426) * 100%);
    bottom: 4.5px;
    right: 0;
  }

  .profile_logo.-murakami {
    width: calc((82 / 426) * 100%);
    bottom: 5.47px;
    right: 0;
  }

  .profile_logo.-sato {
    width: calc((152 / 426) * 100%);
    bottom: 23.25px;
    right: 0;
  }

  .profile_logo.-yamanaka {
    width: calc((151 / 426) * 100%);
    bottom: 6.5px;
    right: 0;
  }

  .profile_logo.-gordon {
    width: calc((122 / 426) * 100%);
    bottom: 0;
    right: 0;
  }

  .profile_logo.-adam {
    width: calc((63.7 / 426) * 100%);
    bottom: 0;
    right: 0;
  }

  .profile_logo.-hirano {
    width: calc((98.6 / 426) * 100%);
    bottom: 0;
    right: 0;
  }

  .profile_logo.-nishikori {
    width: calc((80.7 / 426) * 100%);
    bottom: 0;
    right: 0;
  }

  .profile_logo.-kunieda {
    width: calc((68.4 / 426) * 100%);
    bottom: 0;
    right: 0;
  }

  .profile_logo.-inamoto {
    width: calc((117.2 / 426) * 100%);
    bottom: 0;
    right: 0;
  }

  .profile_logo.-kawamura {
    width: calc((111.5 / 426) * 100%);
    bottom: -30px;
    right: 0;
  }

  .profile_logo.-lemaire {
    width: calc((153.3 / 426) * 100%);
    bottom: 11px;
    right: 0;
  }

  .profile_logo.-jonathan {
    width: calc((127.5 / 426) * 100%);
    bottom: 0;
    right: 0;
  }

  .profile_logo.-tajima {
    width: calc((77.7 / 426) * 100%);
    bottom: -2px;
    right: 0;
  }

  .profile_logo.-keith {
    width: calc((122 / 426) * 100%);
    bottom: 0;
    right: 0;
  }

  .profile_logo.-peanuts {
    width: calc((122 / 426) * 100%);
    bottom: 11px;
    right: 0;
  }

  .profile_logo.-wim {
    width: calc((122 / 426) * 100%);
    bottom: 0;
    right: 0;
  }

  .profile_logo.-lisa {
    width: calc((122 / 426) * 100%);
    bottom: 11px;
    right: 0;
  }

  .profile_logo.-kaws {
    width: calc((122 / 426) * 100%);
    bottom: 11px;
    right: 0;
  }

  .profile_description {
    order: 2;
    width: calc((426 / 651) * 100%);
    font-size: 12px;
    line-height: 19.2px;
    margin-right: calc((24 / 651) * 100%);
  }
  .profile_description.-kawamura {
    margin-top: 35px;
  }

  .profile_img {
    order: 3;
    width: calc((200 / 651) * 100%);
    position: absolute;
    top: 0;
    right: 0;
  }

  .fr-userReview_review {
    font-size: 17px;
    line-height: 27.2px;
  }

  /* donations_section */
  .donations_section .fr-textLink_itemInner {
    font-size: 14px;
    line-height: 19.6px;
  }

  .donations_parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .donations_inner {
    width: calc((100% / 3) - 16px);
    margin-left: 24px;
  }

  .donations_inner:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .donations_img_box {
    display: flex;
    align-items: center;
    height: 65px;
  }

  .donations-h3 {
    font-size: 14px;
    line-height: 19.6px;
  }


  /* initiative_section */
  .initiative_section .fr-textLink_itemInner {
    font-size: 14px;
    line-height: 19.6px;
  }

  .initiative_parent {
    flex-direction: row;
  }

  .initiative_inner {
    width: calc((576 / 1176) * 100%);
  }

  .initiative_inner:nth-child(2n+1) {
    margin-right: calc((24 / 1176) * 100%);
  }

  .initiative_img {
    width: calc((198 / 588) * 100%);
    margin-right: calc((24 / 588) * 100%);
  }

  .initiative_txt {
    width: calc((372 / 588) * 100%);
  }

  .initiative-h3 {
    font-size: 14px;
    line-height: 19.6px;
  }

  /*en*/
  html.en .hero_explanation_ttl {
    font-size: 25px;
    line-height: 33.75px;
    letter-spacing: 0;
  }

  html.en .pfa-body-hero {
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0.01em;
  }

  html.en .fr-heading.-h2 {
    font-size: 32px;
    line-height: 43.2px;
    letter-spacing: 0;
  }

  html.en .pfa-body {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.01em;
  }

  html.en .fr-textLink_itemInner {
    font-size: 15px;
    line-height: 20.3px;
    letter-spacing: 0;
  }

  html.en .report_table th {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0;
  }

  html.en .pfa-report-price {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
  }

  html.en .proponents_ttl {
    font-size: 22px;
    line-height: 29.8px;
    letter-spacing: 0;
  }

  html.en .proponents_txt.-b {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    font-weight: 400;
    font-family: UniqloPro Regular, sans-serif;
  }

  html.en .proponents_txt {
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: 0.01em;
  }

  html.en .pfa-anchorButton_itemtxt {
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0;
  }

  html.en .profile_description {
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: 0.01em;
  }

  html.en .profile_name {
    font-size: 19px;
    line-height: 26.6px;
    letter-spacing: 0.01em;
  }

  html.en .profile_job {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.01em;
  }

  html.en .pfa-body-earth {
    font-size: 19px;
    line-height: 26.6px;
    letter-spacing: 0.01em;
  }

  html.en .anchor_numttl{
    font-size: 22px;
    line-height: 29.8px;
  }

  html.en .fr-userReview_review {
    font-size: 19px;
    line-height: 26.6px;
    letter-spacing: 0.01em;
  }

  html.en .fr-linkButton {
    font-size: 19px;
    letter-spacing: 0;
  }

  html.en .donations-h3 {
    font-size: 16px;
    line-height: 21.4px;
    letter-spacing: 0;
  }
  html.en .initiative-h3 {
    font-size: 16px;
    line-height: 21.4px;
  }

  html.en .donations_section .pfa-body{
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.01em;
  }
}


@media screen and (max-width: 812px) {
  .ls_-1 {
    letter-spacing: -1px;
  }

  .pfr-sp-mt-40 {
    margin-top: 40px;
  }

  .kv_topimg {
    max-width: 315px;
    margin: 48px auto 32px;
  }

  .hero_section .swiper-parent {
    margin-bottom: 44px;
  }

  .hero_section .swiper-parent img {
    width: 100%;
    height: 297px;
    object-fit: contain;
  }

  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .fr-userReview_review {
    padding-top: 0;
  }

  .fr-userReviewParent_inner {
    margin: 0 8%;
  }

  .fr-userReview {
    margin: 11px 4%;
  }

  .fr-userReview_review:after {
    bottom: -11px;
  }

  .donations_img_box {
    height: 60px;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width:813px) and (max-width: 1000px) {
  .kv_topimg_inner {
    width: calc((375 / 588) * 100%);
  }
}
@media screen and (min-width:813px) and (max-width: 960px) {
  html.tw-zh .profile_description.-ando{
    margin-top: 35px;
  }
  html.tw-zh .profile_logo.-ando{
    bottom: -33px;
  }
  html.tw-zh .profile_description.-ines{
    margin-top: 35px;
  }
  html.tw-zh .profile_logo.-ines{
    bottom: -33px;
  }
  html.tw-zh .profile_description.-yamanaka{
    margin-top: 35px;
  }
  html.tw-zh .profile_logo.-yamanaka{
    bottom: -33px;
  }
  .profile_description.-hirano{
    margin-top: 35px;
  }
  .profile_logo.-hirano{
    bottom: -23px;
  }
  .profile_parent.-adjustment .profile_description.-gordon{
    margin-top: 35px;
  }
  .profile_parent.-adjustment .profile_logo.-gordon{
    bottom: -30px;
  }
  .profile_parent.-adjustment .profile_description.-kunieda{
    margin-top: 35px;
  }
  .profile_parent.-adjustment .profile_logo.-kunieda{
    bottom: -30px;
  }
}

@media screen and (min-width:813px) and (max-width: 867px) {
  html.tw-zh .profile_parent .profile_description.-sato{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 365px) {
  .profile_logo.-ines {
    width: 139px;
  }

  .profile_logo.-murakami {
    width: 72px;
  }

  .profile_logo.-sato {
    width: 133px;
    bottom: 11px;
  }

  .profile_logo.-yamanaka {
    width: 116px;
  }

  .profile_logo.-gordon {
    width: 100px;
  }

  .profile_logo.-adam {
    width: 56px;
  }

  .profile_logo.-hirano {
    width: 92px;
  }

  .profile_logo.-nishikori {
    width: 66px;
  }

  .profile_logo.-kunieda {
    width: 54px;
    bottom: 0;
  }

  .profile_logo.-kawamura {
    width: 90px;
  }

  .profile_logo.-lemaire {
    width: 116px;
    bottom: 8px;
  }

  .profile_logo.-jonathan {
    width: 108px;
  }
  html.en .pfa-anchorButton_itemtxt{
    font-size: 10px;
    padding: 0 4px;
  }
}

.Header_Logo {
  width: 158px;
  height: 16.84px;
}

@media screen and (min-width: 813px) {
  .Header_Logo {
    width: 178.28px;
    height: 19px;
  }
}</pre></body></html>