@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, header, footer,
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;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

ul,
ol,
dl {
  letter-spacing: -0.4em;
}

ul li,
ol li,
dl dt,
dl dd {
  letter-spacing: normal;
}

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;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 16px/1.75 "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  *font-size: small;
  *font: x-small;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

/* for IE7 */
*:first-child + html body {
  font-size: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* 汎用クラス */
.fade, img.fade, picture.fade {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.tL {
  text-align: left;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.att {
  color: #F00;
}
.att a {
  color: #F00;
}

.mb00 {
  margin-bottom: 0 !important;
}

.size_l {
  font-size: 113%;
}

ul.disc li {
  list-style: disc;
  margin: 0 1.4em;
}
ul.decimal li {
  list-style: decimal;
  margin: 0 1.4em;
}

/* clearfix */
.clearfix, ul.disc {
  position: relative;
  *zoom: 1;
}
.clearfix:after, ul.disc:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
	VW 計算
 */
.anim-slide-text {
  transform: translateX(-100%);
  opacity: 0;
}
.anim-slide-text.animated {
  animation-name: slideText;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.anim-slide-image {
  position: relative;
}
.anim-slide-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: right;
  transform: scaleX(1);
}
.anim-slide-image.animated:before {
  animation-name: slideImage;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.anim-slide-block {
  position: relative;
}
.anim-slide-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: left;
  transform: scaleX(0);
  left: 0;
  top: 0;
}
.anim-slide-block > * {
  opacity: 0;
}
.anim-slide-block.animated:before {
  animation-name: slideBlock;
  animation-delay: 0.3s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.anim-slide-block.animated > * {
  animation-name: fadeIn;
  animation-delay: 0.6s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.anim-fade-in {
  transform: translateY(10px);
  opacity: 0;
}
.anim-fade-in.animated {
  animation-name: fadeInUp;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.anim-scale-down {
  overflow: hidden;
}
.anim-scale-down > * {
  transform: scale(1.1, 1.1);
  display: block;
}
.anim-scale-down.animated > * {
  animation-name: scaleDown;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes slideText {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideImage {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes slideBlock {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes fadeInUp {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scaleDown {
  from {
    transform: scale(1.1, 1.1);
  }
  to {
    transform: scale(1, 1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --swiper-pagination-bullet-horizontal-gap: 15px;
}
@media screen and (min-width: 768px) {
  :root {
    --swiper-pagination-bullet-horizontal-gap: 20px;
  }
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14px;
  }
}

body {
  color: #252641;
  font-family: "Noto Sans JP", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  line-height: 1.75;
}

* html body, * html input, * html textarea {
  font-family: "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
  color: #252641;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  opacity: 0.7;
}

img, picture {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.container {
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 1280px;
  max-width: 100%;
}

.button__registry, .button__increase {
  display: inline-block;
  white-space: nowrap;
  border: 2px solid #F48C06;
  background: #F48C06;
  color: #FFFFFF;
  text-align: center;
  font-size: calc(12 / 14 * 1rem);
  font-weight: 700;
  padding: 8px;
  border-radius: 2em;
}
@media screen and (min-width: 768px) {
  .button__registry, .button__increase {
    font-size: calc(18 / 16 * 1rem);
  }
}
.button__increase {
  border-color: #A1CBED;
  background-color: #A1CBED;
  color: #004EA2;
}
.button__registry__sp, .button__increase__sp {
  display: inline-block;
  white-space: nowrap;
  background: url("../img/ico_supporter.svg") no-repeat left 0.6em center #F48C06;
  background-size: 1.5em auto;
  color: #FFFFFF;
  text-align: center;
  font-size: calc(14 / 14 * 1rem);
  font-weight: 700;
  padding: 0.5em 1em 0.5em 3em;
  border-radius: 2em;
}
@media screen and (min-width: 768px) {
  .button__registry__sp, .button__increase__sp {
    font-size: calc(18 / 16 * 1rem);
  }
}
.button__increase__sp {
  background: url("../img/ico_increase.svg") no-repeat left 0.6em center #A1CBED;
  background-size: 1.5em auto;
}

#contents {
  overflow: hidden;
}

#page-header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: calc(100% - 40px);
  left: 20px;
  top: 20px;
  border-radius: 2em;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #page-header {
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    padding: 0;
  }
}
#page-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  #page-header .container {
    padding: 0;
    align-items: flex-start;
  }
}
#page-header .header__logo {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#page-header .header__logo img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  #page-header .header__logo {
    background: rgba(255, 255, 255, 0.5);
    padding: 2.1333333333vw;
    border-bottom-right-radius: 4px;
  }
  #page-header .header__logo img {
    width: 60px;
  }
}
#page-header .header__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: calc(10 / 14 * 1rem);
  text-align: right;
}
@media screen and (min-width: 768px) {
  #page-header .header__title {
    font-size: calc(14 / 16 * 1rem);
  }
}
#page-header .header__title__name {
  color: #004EA2;
  letter-spacing: 0.05em;
  font-size: calc(10 / 14 * 1rem);
}
@media screen and (min-width: 768px) {
  #page-header .header__title__name {
    font-size: calc(18 / 16 * 1rem);
  }
}
@media screen and (max-width: 767px) {
  #page-header .header__title__name {
    letter-spacing: 0;
  }
}
#page-header .header__title__date {
  color: #F48C06;
  letter-spacing: 0.05em;
  font-size: calc(10 / 14 * 1rem);
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  #page-header .header__title__date {
    font-size: calc(18 / 16 * 1rem);
  }
}
@media screen and (max-width: 767px) {
  #page-header .header__title__date {
    letter-spacing: 0;
  }
}
#page-header .header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  #page-header .header__nav {
    padding-top: 1.0666666667vw;
    padding-right: 1.0666666667vw;
  }
}

#page-footer {
  background: rgba(0, 78, 162, 0.05);
}
#page-footer .footer__main {
  padding: 20px 0;
}
#page-footer .footer__main .container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 40px;
}
#page-footer .footer__main .footer__logo {
  width: 200px;
  margin-bottom: 10px;
}
#page-footer .footer__main .footer__logo__text {
  margin-top: 4px;
  font-size: calc(10 / 14 * 1rem);
}
@media screen and (min-width: 768px) {
  #page-footer .footer__main .footer__logo__text {
    font-size: calc(12 / 16 * 1rem);
  }
}
#page-footer .footer__main .footer__nav a {
  text-decoration: underline;
}
#page-footer .footer__copyright {
  background: #004EA2;
  color: #FFFFFF;
  padding: 4px;
  text-align: center;
  font-size: calc(10 / 14 * 1rem);
}
@media screen and (min-width: 768px) {
  #page-footer .footer__copyright {
    font-size: calc(12 / 16 * 1rem);
  }
}
#page-footer .footer__copyright a {
  color: #FFFFFF;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.section .title__inner {
  position: relative;
}

p + p {
  margin-top: 1em;
}

.text--number {
  font-size: calc(26 / 14 * 1rem);
  line-height: 1.4;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .text--number {
    font-size: calc(40 / 16 * 1rem);
    line-height: 1.4;
  }
}

.mention {
  color: #666;
  font-size: calc(12 / 14 * 1rem);
}
@media screen and (min-width: 768px) {
  .mention {
    font-size: calc(14 / 16 * 1rem);
  }
}
.mention li {
  margin-left: 1em;
}
.mention li:before {
  content: "※";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.mention--right {
  text-align: right;
}

.image__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.image__block__text {
  width: calc((100% - 40px) / 6 * 4);
}
.image__block__image {
  width: calc((100% - 40px) / 6 * 2);
}
.image__block--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .image__block {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
  .image__block__text {
    width: auto;
  }
  .image__block__image {
    width: auto;
  }
}

#mv {
  background: url("../img/mv.jpg") no-repeat center bottom;
  background-size: cover;
  padding-top: 97px;
  padding-bottom: 20px;
  height: 100vh;
  display: flex;
}
@media screen and (max-width: 767px) {
  #mv {
    height: auto;
    padding-top: 60px;
    padding-bottom: 5.3333333333vw;
    background-image: url("../img/mv_sp.jpg");
  }
}
#mv .section__title h1 {
  display: inline-block;
  padding-right: 2em;
  font-size: 3.6vw;
  line-height: 1.2;
  font-weight: 700;
  color: #FFFFFF;
  background: linear-gradient(107deg, rgba(153, 153, 153, 0.5) 60.13%, rgba(255, 255, 255, 0) 88.01%);
}
#mv .section__title h1 em {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  #mv .section__title h1 {
    padding-right: 0;
    font-size: 6vw;
  }
}
#mv .section__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4em;
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  #mv .section__contents {
    flex-direction: column;
    row-gap: 2.6666666667vw;
    position: relative;
    margin-top: 50vh;
    border-radius: 5.3333333333vw;
  }
}
#mv .section__contents .text--number {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #mv .section__contents .text--number {
    font-size: 1.6428571429rem;
  }
}
#mv .mv__period {
  color: #595959;
  font-size: calc(16 / 14 * 1rem);
  text-align: right;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #mv .mv__period {
    font-size: calc(14 / 16 * 1rem);
  }
}
#mv .mv__number {
  width: 260px;
}
@media screen and (max-width: 767px) {
  #mv .mv__number {
    width: auto;
  }
}
#mv .mv__number > div {
  position: relative;
}
#mv .mv__number__graph {
  position: relative;
}
#mv .mv__number__graph__bg {
  height: 54px;
  border-radius: 54px;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #mv .mv__number__graph__bg {
    height: 40px;
    border-radius: 40px;
  }
}
#mv .mv__number__graph__bg:after {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #004EA2;
  border-radius: 40px;
  z-index: 1;
}
#mv .mv__number__graph__bg__current {
  background: #A1CBED;
  border-right: 3px solid #004EA2;
}
#mv .mv__number__graph .text--number {
  color: #004EA2;
  padding-left: 4px;
  padding-right: 4px;
}
#mv .mv__number__graph__label__current {
  position: absolute;
  left: 10px;
  bottom: 4px;
  z-index: 1;
  white-space: nowrap;
}
#mv .mv__number__graph__label__goal {
  position: absolute;
  right: 10px;
  bottom: 4px;
  z-index: 1;
  white-space: nowrap;
}
#mv .mv__number__graph__label__goal .text--number {
  color: #FFB83E;
}
#mv .mv__number__goal__text {
  padding: 4px 14px 4px 4px;
}
#mv .mv__number .mention {
  font-size: calc(10 / 14 * 1rem);
  text-align: right;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  #mv .mv__number .mention {
    font-size: calc(10 / 16 * 1rem);
  }
}
#mv .mv__date {
  font-size: calc(12 / 14 * 1rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  #mv .mv__date {
    font-size: calc(14 / 16 * 1rem);
  }
}
#mv .mv__date__title {
  color: #666666;
  position: absolute;
  left: 0;
  top: -12px;
}
#mv .mv__date__contents em {
  font-size: calc(18 / 14 * 1rem);
}
@media screen and (min-width: 768px) {
  #mv .mv__date__contents em {
    font-size: calc(24 / 16 * 1rem);
  }
}
#mv .mv__date__contents .text--number {
  color: #F48C06;
}
#mv .mv__buttons {
  flex-shrink: 0;
}
#mv .mv__buttons .button__registry {
  background-image: url("../img/ico_supporter.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto 75%;
  padding-left: 20px;
  padding-right: 50px;
  line-height: 1.2;
}
#mv .mv__group {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  #mv .mv__group {
    flex-direction: column;
    row-gap: 10px;
    padding-top: 2.6666666667vw;
  }
}
#mv .mv__copyright {
  position: absolute;
  right: 4px;
  bottom: -1.5em;
  font-size: calc(10 / 14 * 1rem);
  opacity: 0.8;
  color: #252641;
}
@media screen and (min-width: 768px) {
  #mv .mv__copyright {
    font-size: calc(10 / 16 * 1rem);
  }
}

#lead .box {
  background: rgba(255, 184, 62, 0.1);
  padding: 40px 20px;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #lead .box em {
    font-size: calc(16 / 14 * 1rem);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #lead .box em {
    font-size: calc(16 / 16 * 1rem);
  }
}
#lead .image__block__image {
  position: relative;
}
#lead .image__block__image img {
  /*
  width: 80%;
  margin-top: -$base_padding_y;
  &:first-child{
  	margin-top: 0;
  }
  &:nth-child(2n+1){
  	margin-left: 0;
  }
  &:nth-child(2n){
  	margin-right: 0;
  }
   */
}
#lead .image__block__image img + img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #lead .image__block__image img {
    width: 90%;
  }
  #lead .image__block__image img + img {
    margin-top: 2.6666666667vw;
  }
}
#lead .lead__title {
  color: #F48C06;
  font-size: calc(20 / 14 * 1rem);
  line-height: 1.4;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #lead .lead__title {
    font-size: calc(24 / 16 * 1rem);
    line-height: 1.4;
  }
}

#values .container {
  width: 680px;
}
#values h2 {
  font-size: calc(20 / 14 * 1rem);
  line-height: 1.4;
  font-weight: 700;
  color: #004EA2;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #values h2 {
    font-size: calc(36 / 16 * 1rem);
    line-height: 1.4;
  }
}
#values .section__body {
  font-size: calc(14 / 14 * 1rem);
}
@media screen and (min-width: 768px) {
  #values .section__body {
    font-size: calc(18 / 16 * 1rem);
  }
}
#values .section__body p {
  line-height: 1.8;
}
#values h3 {
  color: #F48C06;
  font-size: calc(20 / 14 * 1rem);
  line-height: 1.4;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #values h3 {
    font-size: calc(24 / 16 * 1rem);
    line-height: 1.4;
  }
}

#achievements .section__title {
  text-align: center;
  margin-bottom: 40px;
}
#achievements .section__title h2 {
  font-weight: 700;
  font-size: calc(20 / 14 * 1rem);
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding: 0 4px;
  color: #F48C06;
}
@media screen and (min-width: 768px) {
  #achievements .section__title h2 {
    font-size: calc(36 / 16 * 1rem);
    line-height: 1.4;
  }
}
#achievements .section__title h2 em {
  color: #004EA2;
}
#achievements .section__title h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 40px;
  background: rgba(244, 140, 6, 0.5);
  position: absolute;
  bottom: 4px;
  left: 0;
}
#achievements .container {
  width: 900px;
}
#achievements .achievements__map {
  margin-bottom: 40px;
}
#achievements .achievements__map__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 20px;
}
#achievements .achievements__map__tab {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
#achievements .achievements__map__tab.active {
  text-decoration: none;
  font-weight: 700;
  transform: scale(1.3);
}
#achievements .achievements__map__tab:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 0.399902C6.47188 0.399902 3.60001 3.27178 3.60001 6.7999C3.60001 12.4452 9.45157 19.178 9.70001 19.4624C9.77657 19.5499 9.88438 19.5999 10 19.5999C10.1234 19.5921 10.2234 19.5499 10.3 19.4624C10.5484 19.1733 16.4 12.3249 16.4 6.7999C16.4 3.27178 13.5281 0.399902 10 0.399902ZM10 4.7999C11.325 4.7999 12.4 5.8749 12.4 7.1999C12.4 8.5249 11.325 9.5999 10 9.5999C8.67501 9.5999 7.60001 8.5249 7.60001 7.1999C7.60001 5.8749 8.67501 4.7999 10 4.7999Z" fill="%23004EA2"/></svg>') no-repeat center center;
  background-size: contain;
}
#achievements .achievements__map__tab:nth-child(2n):before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 0.399902C6.47188 0.399902 3.60001 3.27178 3.60001 6.7999C3.60001 12.4452 9.45157 19.178 9.70001 19.4624C9.77657 19.5499 9.88438 19.5999 10 19.5999C10.1234 19.5921 10.2234 19.5499 10.3 19.4624C10.5484 19.1733 16.4 12.3249 16.4 6.7999C16.4 3.27178 13.5281 0.399902 10 0.399902ZM10 4.7999C11.325 4.7999 12.4 5.8749 12.4 7.1999C12.4 8.5249 11.325 9.5999 10 9.5999C8.67501 9.5999 7.60001 8.5249 7.60001 7.1999C7.60001 5.8749 8.67501 4.7999 10 4.7999Z" fill="%23A1CBED"/></svg>');
}
#achievements .achievements__map__tab__contents {
  display: none;
}
#achievements .achievements__map__tab__contents.active {
  display: block;
}
@media screen and (max-width: 767px) {
  #achievements .achievements__map__tab__contents {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#achievements .achievements__list {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
#achievements .achievements__block {
  width: 400px;
  max-width: 100%;
}
#achievements .achievements__block__image {
  position: relative;
  margin-bottom: 10px;
}
#achievements .achievements__block__image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -4px;
  left: -4px;
  background: #F48C06;
  border-radius: 20px;
}
#achievements .achievements__block__image img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#achievements .achievements__block:nth-child(2n) .achievements__block__image:before {
  background: #A1CBED;
}
@media screen and (max-width: 767px) {
  #achievements .achievements__list {
    flex-direction: column;
    row-gap: 20px;
  }
}

#support {
  background: #FFB83E;
}
#support .section__title {
  text-align: center;
}
#support .section__title h2 {
  font-weight: 700;
  font-size: calc(20 / 14 * 1rem);
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding: 0 4px;
  color: #ffffff;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #support .section__title h2 {
    font-size: calc(36 / 16 * 1rem);
    line-height: 1.4;
  }
}
#support .section__title h2 em {
  color: #004EA2;
}
#support .section__title h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 4px;
  left: 0;
}
#support .section__body {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: calc(16 / 14 * 1rem);
}
@media screen and (min-width: 768px) {
  #support .section__body {
    font-size: calc(20 / 16 * 1rem);
  }
}
#support .section__body .image__block {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#support .section__body .image__block + .image__block {
  margin-top: 40px;
}
#support .section__body h3 {
  font-size: calc(20 / 14 * 1rem);
  line-height: 1.4;
  font-weight: 700;
  width: 600px;
  max-width: 100%;
  margin: 40px auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #support .section__body h3 {
    font-size: calc(28 / 16 * 1rem);
    line-height: 1.4;
  }
}
#support .section__body h3:before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: -36px;
}
#support .section__body h3 span {
  position: relative;
}
#support .support__list {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  #support .support__list {
    flex-direction: column;
    row-gap: 20px;
  }
}
#support .support__block {
  width: calc((100% - 40px) / 3);
  background: #FFFFFF;
  border-radius: 20px;
  font-size: calc(14 / 14 * 1rem);
}
#support .support__block p {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #support .support__block {
    font-size: calc(16 / 16 * 1rem);
  }
}
@media screen and (max-width: 767px) {
  #support .support__block {
    width: auto;
  }
}
#support .support__mention {
  font-size: calc(12 / 14 * 1rem);
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  #support .support__mention {
    font-size: calc(14 / 16 * 1rem);
  }
}
#support .support__mention li {
  list-style-type: disc;
  margin-left: 1.5em;
}
#support .support__buttons {
  text-align: center;
  margin: 40px 0;
}
#support .support__buttons .button__registry {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 40px;
}
#support .support__buttons .button__registry span {
  display: inline-block;
  background: url("../img/ico_supporter.svg") no-repeat right 10px center #F48C06;
  background-size: auto 50%;
  padding: 20px 50px 20px 20px;
  line-height: 1.2;
  font-size: calc(18 / 14 * 1rem);
  border-radius: 40px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  #support .support__buttons .button__registry span {
    font-size: calc(24 / 16 * 1rem);
  }
}
#support .support__buttons .button__registry:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #FFFFFF;
  border-radius: 40px;
}
#support .support__buttons .button__registry:hover {
  opacity: 1;
}
#support .support__buttons .button__registry:hover span {
  transform: translate(4px, 4px);
}
@media screen and (max-width: 767px) {
  #support .support__buttons__text {
    text-align: left;
  }
}

#voices .section__title {
  text-align: center;
}
#voices .section__title h2 {
  font-weight: 700;
  font-size: calc(20 / 14 * 1rem);
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding: 0 4px;
  color: #F48C06;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #voices .section__title h2 {
    font-size: calc(36 / 16 * 1rem);
    line-height: 1.4;
  }
}
#voices .section__title h2 em {
  color: #004EA2;
}
#voices .section__title h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 40px;
  background: rgba(244, 140, 6, 0.5);
  position: absolute;
  bottom: 4px;
  left: 0;
}
#voices .voices__list {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  #voices .voices__list {
    flex-direction: column;
    row-gap: 20px;
  }
}
#voices .voices__block {
  width: calc((100% - 40px) / 2);
  position: relative;
  display: flex;
}
#voices .voices__block__text {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(238, 238, 238, 0.93);
  position: relative;
  z-index: 1;
}
#voices .voices__block:before, #voices .voices__block:after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  border-radius: 20px;
}
#voices .voices__block:before {
  background: #A1CBED;
  top: -3px;
  left: -3px;
}
#voices .voices__block:after {
  background: #F48C06;
  bottom: -3px;
  right: -3px;
}
@media screen and (max-width: 767px) {
  #voices .voices__block {
    width: auto;
  }
}
#voices .voices__meta {
  text-align: right;
  font-weight: 700;
}

#about {
  background: #A1CBED;
}
#about .section__title {
  text-align: center;
}
#about .section__title h2 {
  font-weight: 700;
  font-size: calc(20 / 14 * 1rem);
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding: 0 4px;
  color: #FFFFFF;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #about .section__title h2 {
    font-size: calc(36 / 16 * 1rem);
    line-height: 1.4;
  }
}
#about .section__title h2 span {
  color: #004EA2;
}
#about .section__title h2 em {
  color: #F48C06;
}
#about .section__title h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 4px;
  left: 0;
}
#about .container {
  width: 740px;
}
#about .about__list {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
#about .about__list > .about__block {
  width: 66%;
}
@media screen and (max-width: 767px) {
  #about .about__list {
    flex-direction: column;
    row-gap: 20px;
  }
  #about .about__list > .about__block {
    width: auto;
  }
}
#about .about__block__title {
  font-size: calc(16 / 14 * 1rem);
  font-weight: 700;
  background: url("../img/ico_check.svg") no-repeat left center;
  background-size: 20px auto;
  padding-left: 30px;
  margin-bottom: 6.6666666667px;
}
@media screen and (min-width: 768px) {
  #about .about__block__title {
    font-size: calc(18 / 16 * 1rem);
  }
}
#about .about__row {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#about .about__row .about__block__title {
  font-size: calc(14 / 14 * 1rem);
  background-size: 16px auto;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  #about .about__row .about__block__title {
    font-size: calc(16 / 16 * 1rem);
  }
}
@media screen and (max-width: 767px) {
  #about .about__row {
    flex-direction: row;
    column-gap: 20px;
  }
  #about .about__row .about__block {
    flex: 1;
  }
  #about .about__row .about__block__title {
    line-height: 1.4;
  }
}

#greeting .section__title {
  text-align: center;
}
#greeting .section__title h2 {
  font-weight: 700;
  font-size: calc(20 / 14 * 1rem);
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding: 0 4px;
  color: #004EA2;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #greeting .section__title h2 {
    font-size: calc(36 / 16 * 1rem);
    line-height: 1.4;
  }
}
#greeting .box {
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#greeting .box__contents {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(238, 238, 238, 0.93);
  position: relative;
  z-index: 1;
}
#greeting .box:before, #greeting .box:after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  border-radius: 20px;
}
#greeting .box:before {
  background: #A1CBED;
  top: -3px;
  left: -3px;
}
#greeting .box:after {
  background: #F48C06;
  bottom: -3px;
  right: -3px;
}
#greeting .image__block__image__text {
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #greeting .image__block__image img {
    width: 80%;
  }
}

#outline {
  background: rgba(161, 203, 237, 0.1);
}
#outline .container {
  width: 900px;
}
#outline .section__title {
  text-align: center;
}
#outline .section__title h2 {
  font-weight: 700;
  font-size: calc(20 / 14 * 1rem);
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding: 0 4px;
  color: #004EA2;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #outline .section__title h2 {
    font-size: calc(36 / 16 * 1rem);
    line-height: 1.4;
  }
}
#outline .section__title h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 40px;
  background: rgba(244, 140, 6, 0.5);
  position: absolute;
  bottom: 4px;
  left: 0;
}
#outline .image__block__text {
  width: calc((100% - 40px) / 4 * 3);
}
#outline .image__block__image {
  width: calc((100% - 40px) / 4 * 1);
}
@media screen and (max-width: 767px) {
  #outline .image__block__text {
    width: auto;
  }
  #outline .image__block__image {
    width: 100%;
  }
  #outline .image__block__image img {
    width: 50%;
  }
}
#outline dl {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
#outline dl dt {
  font-weight: 700;
  width: 140px;
}
#outline dl dd {
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  #outline dl {
    flex-direction: column;
  }
  #outline dl dt {
    width: auto;
  }
  #outline dl dd {
    width: auto;
  }
}
#outline sup {
  font-size: 0.6em;
  vertical-align: super;
}
#outline .mention {
  margin-top: 20px;
}
#outline .outline__buttons {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #outline .outline__buttons {
    flex-direction: column;
    row-gap: 20px;
  }
}
#outline .outline__button__block {
  flex: 1;
  text-align: center;
}
#outline .outline__button__block__title {
  font-weight: 700;
  margin-bottom: 10px;
}
#outline .outline__button__block .button__registry,
#outline .outline__button__block .button__increase {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #outline .outline__button__block .button__registry,
  #outline .outline__button__block .button__increase {
    font-size: 1.2857142857rem;
  }
}

#faq .container {
  width: 940px;
}
#faq .section__title {
  text-align: center;
}
#faq .section__title h2 {
  font-weight: 700;
  font-size: calc(20 / 14 * 1rem);
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding: 0 4px;
  color: #004EA2;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #faq .section__title h2 {
    font-size: calc(36 / 16 * 1rem);
    line-height: 1.4;
  }
}
#faq .section__title h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 40px;
  background: rgba(244, 140, 6, 0.5);
  position: absolute;
  bottom: 4px;
  left: 0;
}
#faq .faq__block {
  margin-top: 40px;
}
#faq .faq__block__q {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #faq .faq__block__q {
    padding-right: 10px;
  }
}
#faq .faq__block__q:before {
  content: "Q.";
  display: inline-block;
  color: #004EA2;
  position: absolute;
  left: 0;
  top: 0;
}
#faq .faq__block__q:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26" fill="%23DDDDDD"><path d="M 6.414063 7.585938 L 3.585938 10.414063 L 13 19.828125 L 22.414063 10.414063 L 19.585938 7.585938 L 13 14.171875 Z" fill="%23DDDDDD"/></svg>') no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#faq .faq__block__a {
  padding-left: 1.5em;
  display: none;
  position: relative;
}
#faq .faq__block__a:before {
  content: "A.";
  display: inline-block;
  color: #F48C06;
  position: absolute;
  left: 0;
  top: 0;
}
#faq .faq__block__a a {
  text-decoration: underline;
}
#faq .faq__block.open .faq__block__q:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26" fill="%23DDDDDD"><path d="M 13 6.171875 L 3.585938 15.585938 L 6.414063 18.414063 L 13 11.828125 L 19.585938 18.414063 L 22.414063 15.585938 Z" fill="%23DDDDDD"/></svg>');
}

/*# sourceMappingURL=style.css.map */
