/* CSS Remedy */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

[hidden] {
  display: none;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

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

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
}

body {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4B4B4B;
  background-color: #fff;
  position: relative;
  min-width: 900px;
}
@media screen and (max-width: 580px) {
  body {
    min-width: unset;
  }
}

h1 {
  font-size: 3.2rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2rem;
}

a {
  color: #00A0E9;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

.content {
  max-width: 800px;
  margin: auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 580px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.3);
  min-width: 900px;
}
@media screen and (max-width: 580px) {
  header {
    min-width: unset;
  }
}
header .header-inner {
  height: 70px;
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: 280px auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 580px) {
  header .header-inner {
    height: 45px;
    padding-left: 8px;
  }
}
header .logo a img {
  width: 253px;
}
@media screen and (max-width: 580px) {
  header .logo a img {
    width: unset;
    height: 26px;
  }
}
header .menu {
  display: flex;
  flex-direction: row;
}
header .menu ul.l1 {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin-right: 1em;
}
@media screen and (max-width: 580px) {
  header .menu ul.l1 {
    display: none;
  }
}
header .menu ul.l1 li a {
  display: block;
  padding: 0 0.5em;
  font-size: 1.55rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
header .menu ul.l1 li a:hover {
  text-decoration: underline;
}
header .menu .hum-menu {
  display: grid;
  align-items: center;
  justify-items: center;
}
header .menu .hum-menu img {
  width: 35px;
}
header .menu .hum-menu .menu-btn {
  cursor: pointer;
}
header .menu .hum-menu .menu-btn-close {
  display: none;
}
@media screen and (max-width: 580px) {
  header .menu .hum-menu {
    height: 45px;
    width: 45px;
    background-color: #00A0E9;
    color: #fff;
  }
  header .menu .hum-menu img {
    filter: invert(97%) sepia(99%) saturate(0%) hue-rotate(143deg) brightness(108%) contrast(100%);
  }
}
header .content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-memu {
  visibility: hidden;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 70px;
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  padding: 1em;
  overflow-y: scroll;
}
@media screen and (max-width: 580px) {
  .main-memu {
    top: 44px;
    height: 100%;
    padding-bottom: 4em;
  }
}
.main-memu .main-menu-inner {
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1em;
}
.main-memu .main-menu-inner .title {
  grid-column: span 2;
  margin: 0;
  border-bottom: 1px solid #00A0E9;
}
@media screen and (max-width: 580px) {
  .main-memu .main-menu-inner {
    grid-template-columns: repeat(1, auto);
    gap: 0;
  }
  .main-memu .main-menu-inner .title {
    grid-column: span 1;
  }
}
.main-memu .main-menu-inner ul {
  padding-left: 0;
  list-style: none;
}
.main-memu .main-menu-inner ul li {
  padding: 0.25em 0;
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
}
.main-memu .main-menu-inner ul a {
  display: block;
  font-size: clamp(14px, -5.7142857143px + 3.5714285714vw, 16px);
  padding: 0.25em 0;
  text-decoration: none;
}
.main-memu .main-menu-inner ul a:hover {
  text-decoration: underline;
}
.main-memu .main-menu-inner li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300A0E9' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.top section.splash {
  position: relative;
  z-index: 100;
  padding-top: 70px;
}
.top section.splash .splash-inner {
  height: 100vh;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 40%), linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0) 25%), url("../img/top/splash_bg.jpg");
  background-position: center center;
  background-size: cover;
}
.top section.splash h1 {
  position: absolute;
  top: 10%;
  left: 5%;
  color: #00A0E9;
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 0 0 2px rgb(255, 255, 255);
}
.top section.splash h1 span {
  font-size: 6rem;
}
@media screen and (max-width: 580px) {
  .top section.splash {
    padding-top: 45px;
  }
  .top section.splash .splash-inner {
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 40%), linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0) 25%), url("../img/top/splash_bg_sp.jpg");
    background-position: top center;
    background-size: cover;
  }
  .top section.splash h1 {
    top: 10%;
    left: 5%;
    font-size: 1.6rem;
  }
  .top section.splash h1 span {
    font-size: 2.9rem;
  }
}

.top section.fec {
  background-position: center 50vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  max-width: 1600px;
  margin: auto;
}
.top section.fec .fec-inner {
  background-position: center 50vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding-top: 10em;
  position: relative;
  z-index: 0;
}
.top section.fec .fec-inner .earth {
  opacity: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-position: center 50vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../img/top/earth00.png");
  z-index: 0;
}
.top section.fec .fec-inner .earth.earth01 {
  background-image: url("../img/top/earth01.png");
}
.top section.fec .fec-inner .earth.earth02 {
  background-image: url("../img/top/earth02.png");
}
.top section.fec .fec-inner .earth.earth03 {
  background-image: url("../img/top/earth03.png");
}
@media screen and (max-width: 580px) {
  .top section.fec {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    max-width: unset;
    margin: auto;
  }
  .top section.fec .fec-inner {
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-top: 10em;
  }
  .top section.fec .fec-inner .earth {
    opacity: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: unset;
    background-image: url("../img/top/earth00sp.png");
    z-index: 0;
  }
  .top section.fec .fec-inner .earth.earth01 {
    background-image: url("../img/top/earth01sp.png");
  }
  .top section.fec .fec-inner .earth.earth02 {
    background-image: url("../img/top/earth02sp.png");
  }
  .top section.fec .fec-inner .earth.earth03 {
    background-image: url("../img/top/earth03sp.png");
  }
}
.top section.fec .fuwa-all {
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-content: center;
  z-index: -10;
}
.top section.fec .fuwa-all .fuwa-all-cover {
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgb(255, 255, 255) 100%);
}
.top section.fec h1 {
  top: 20%;
  left: 15%;
  color: #00A0E9;
  font-size: 3.25rem;
  font-weight: 600;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
}
.top section.fec h1 span {
  font-size: 6rem;
}
.top section.fec .fec-title {
  max-width: 695px;
  margin: auto;
  padding: 0em 0;
  position: sticky;
  top: 15%;
  z-index: 20;
}
.top section.fec .fec-title img {
  height: 20dvh;
  margin: auto;
}
@media screen and (max-width: 580px) {
  .top section.fec .fec-title {
    max-width: 275px;
  }
}
.top section.fec .fec-basic {
  margin: 10em auto 20em auto;
  text-align: center;
  position: relative;
  z-index: 100;
}
.top section.fec .fec-basic .fec-title {
  max-width: 695px;
  margin: 10em auto;
}
.top section.fec .fec-basic .copy {
  font-size: clamp(14px, 3vh, 18px);
  line-height: 2.75;
  padding-top: 1em;
  font-weight: 600;
  margin: auto;
}
@media screen and (max-height: 800px) {
  .top section.fec .fec-basic .copy {
    line-height: 2.5;
  }
}
.top section.fec .fec-basic .copy .attr1 span, .top section.fec .fec-basic .copy .attr2 span, .top section.fec .fec-basic .copy .attr3 span {
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 580px) {
  .top section.fec .fec-basic .copy {
    font-size: 1.3rem;
    line-height: 2.75;
  }
  .top section.fec .fec-basic .copy .attr1 span, .top section.fec .fec-basic .copy .attr2 span, .top section.fec .fec-basic .copy .attr3 span {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.top section.fec .fec-basic .copy .attr1 {
  color: #00A0E9;
}
.top section.fec .fec-basic .copy .attr2 {
  color: #3EB370;
}
.top section.fec .fec-basic .copy .attr3 {
  color: #F04688;
}
.top section.fec .fec-basic.fec-4 {
  margin-bottom: 0;
}
.top section.fec .fec-basic.fec-4 .title {
  font-size: 5.2rem;
}
.top section.fec .fec-basic.fec-4 .copy {
  font-size: 2rem;
  margin-bottom: 5em;
}
.top section.fec .fec-basic.fec-4 .attr4 {
  font-size: 4rem;
  line-height: 1.15;
}
.top section.fec .fec-basic.fec-4 .attr4 span {
  font-size: 11.6rem;
  font-weight: 600;
}
@media screen and (max-width: 580px) {
  .top section.fec .fec-basic.fec-4 .title {
    font-size: 2.6rem;
  }
  .top section.fec .fec-basic.fec-4 .copy {
    font-size: 1.3rem;
    margin-bottom: 5em;
  }
  .top section.fec .fec-basic.fec-4 .attr4 {
    font-size: 2rem;
    line-height: 1.15;
  }
  .top section.fec .fec-basic.fec-4 .attr4 span {
    font-size: 5.2rem;
  }
}
.top section.fec .fec-basic .katsudo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  max-width: 780px;
  margin: auto;
  margin-bottom: 10em;
}
.top section.fec .fec-basic .katsudo-text {
  max-width: 900px;
  margin: auto;
  text-align: center;
  display: grid;
  justify-content: center;
}
.top section.fec .fec-basic .katsudo-text .everychild {
  max-width: 590px;
  margin: auto;
  margin-bottom: 2.5em;
}
.top section.fec .fec-basic .katsudo-text p.cap {
  line-height: 2.5;
  margin-bottom: 5em;
  font-size: 1.8rem;
}
.top section.fec .fec-basic .katsudo-text .chart {
  margin-bottom: 10em;
}
@media screen and (max-width: 580px) {
  .top section.fec .fec-basic .katsudo {
    grid-template-columns: 1fr;
    gap: 64px;
    max-width: 250px;
    margin: auto;
    margin-bottom: 10em;
  }
  .top section.fec .fec-basic .katsudo-text {
    max-width: 300px;
    margin: auto;
    text-align: center;
    display: grid;
    justify-content: center;
  }
  .top section.fec .fec-basic .katsudo-text .everychild {
    max-width: 590px;
    margin: auto;
    margin-bottom: 2.5em;
  }
  .top section.fec .fec-basic .katsudo-text p.cap {
    line-height: 2.5;
    margin-bottom: 5em;
    font-size: 1.4rem;
  }
  .top section.fec .fec-basic .katsudo-text .chart {
    margin-bottom: 10em;
  }
}

.top .top-main {
  background-color: #4CBDEF;
  padding: 5em 0;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 580px) {
  .top .top-main {
    padding: 2em 0;
  }
}

.top .main-links {
  margin-bottom: 64px;
}
.top .main-links .main-links-inner {
  max-width: 900px;
  margin: auto;
}
.top .main-links .main-links-inner .title {
  text-align: center;
  color: #fff;
  font-size: 7.82rem;
  line-height: 1.5;
}
.top .main-links .main-links-inner .title .sub {
  font-size: 3rem;
}
.top .main-links .main-links-inner .title::after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  width: 200px;
  margin: auto;
}
@media screen and (max-width: 580px) {
  .top .main-links .main-links-inner .title {
    font-size: 3.25rem;
    line-height: 1.5;
  }
  .top .main-links .main-links-inner .title .sub {
    font-size: 1.5rem;
  }
  .top .main-links .main-links-inner .title::after {
    content: "";
    display: block;
    border-bottom: 2px solid #fff;
    width: 100px;
    margin: auto;
  }
}
.top .main-links .tile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 580px) {
  .top .main-links .tile-grid {
    grid-template-columns: 1fr;
    margin: 0 12px;
  }
}
.top .main-links .tile-grid .item a {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #fff;
  color: #4B4B4B;
  gap: 32px;
  position: relative;
  height: 100%;
  --matched-radius-padding: 32px;
  --matched-radius-inner-size: 38px;
  padding: var(--matched-radius-padding);
  border-radius: calc(var(--matched-radius-inner-size) + var(--matched-radius-padding));
  transition: all 0.25s 0s ease;
}
.top .main-links .tile-grid .item a:hover img {
  filter: brightness(118%);
  transition: all 0.25s 0s ease;
}
.top .main-links .tile-grid .item a:hover::after {
  filter: brightness(130%);
  transition: all 0.25s 0s ease;
}
.top .main-links .tile-grid .item a p {
  margin-bottom: 0;
}
.top .main-links .tile-grid .item a .tile-title {
  font-size: 2.1rem;
  margin: 0;
  line-height: 1.5;
}
.top .main-links .tile-grid .item a .tile-title .attr {
  font-size: 3.4rem;
}
.top .main-links .tile-grid .item a .tile-title .attr-sm {
  font-size: 2.6rem;
}
.top .main-links .tile-grid .item a .tile-title-bm {
  margin-bottom: 1em;
}
.top .main-links .tile-grid .item a .cap {
  text-align: justify;
  margin: 0.5em 0 0 0;
}
.top .main-links .tile-grid .item a .cap-attr {
  line-height: 1;
  font-size: 3.58rem;
  color: #3EB370;
  font-weight: 600;
}
.top .main-links .tile-grid .item a .cap-attr .num {
  font-size: 6.444rem;
}
.top .main-links .tile-grid .item a figure {
  margin: 0;
}
.top .main-links .tile-grid .item a figure img {
  border-radius: var(--matched-radius-inner-size);
}
.top .main-links .tile-grid .item a .more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96px;
}
.top .main-links .tile-grid .item a .more img {
  width: 50%;
}
.top .main-links .tile-grid .item a::after {
  content: "";
  background-image: url("../img/top/viewmore.png?2025");
  position: absolute;
  background-position: bottom right;
  background-size: 100%;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 580px) {
  .top .main-links .tile-grid .item a {
    gap: 22px;
    position: relative;
    height: 100%;
    --matched-radius-padding: 28px;
    --matched-radius-inner-size: 28px;
    padding: var(--matched-radius-padding);
    border-radius: calc(var(--matched-radius-inner-size) + var(--matched-radius-padding));
  }
  .top .main-links .tile-grid .item a .tile-title {
    font-size: 1.5rem;
  }
  .top .main-links .tile-grid .item a .tile-title .attr {
    font-size: 2.4rem;
  }
  .top .main-links .tile-grid .item a .tile-title .attr-sm {
    font-size: 2.2rem;
  }
  .top .main-links .tile-grid .item a .cap {
    font-size: 1.4rem;
  }
  .top .main-links .tile-grid .item a .cap-attr {
    font-size: 2.5rem;
  }
  .top .main-links .tile-grid .item a .cap-attr .num {
    font-size: 4.5rem;
  }
  .top .main-links .tile-grid .item a::after {
    width: 64px;
    height: 64px;
  }
}
.top .main-links .tile-grid .item-fw {
  grid-column: span 2;
}
.top .main-links .tile-grid .item-fw a {
  grid-template-columns: 385px auto;
}
@media screen and (max-width: 580px) {
  .top .main-links .tile-grid .item-fw {
    grid-column: unset;
  }
  .top .main-links .tile-grid .item-fw a {
    grid-template-columns: auto;
  }
}
.top .main-links .tile-grid a {
  text-decoration: none;
}
.top .main-links .domestic-inner {
  margin-bottom: 64px;
}
.top .main-links .domestic-inner .tile-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
}
@media screen and (max-width: 580px) {
  .top .main-links .domestic-inner .tile-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin: 0 12px;
  }
}
.top .main-links .domestic-inner .tile-grid .item a::after {
  background-image: url("../img/top/viewmore2.png?2025");
}
.top .main-links .domestic-inner .tile-grid .item-fh {
  grid-row: span 2;
}
.top .main-links .domestic-inner .tile-grid .cap-attr.cap-attr-dom {
  font-size: 2.6rem;
  color: #8E8BC2;
}
.top .main-links .domestic-inner .tile-grid .cap-attr.cap-attr-dom .num {
  font-size: 4.68rem;
}
@media screen and (max-width: 580px) {
  .top .main-links .domestic-inner .tile-grid .cap-attr.cap-attr-dom {
    font-size: 2.2rem;
    color: #8E8BC2;
  }
  .top .main-links .domestic-inner .tile-grid .cap-attr.cap-attr-dom .num {
    font-size: 3.96rem;
  }
}

.top .domestic::after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  width: 200px;
  margin: auto;
}

.top .top-main .anex {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 580px) {
  .top .top-main .anex {
    margin: 0 12px;
  }
}
.top .top-main .anex .shushi {
  background-color: #fff;
  --matched-radius-padding: 32px;
  --matched-radius-inner-size: 38px;
  padding: var(--matched-radius-padding);
  border-radius: calc(var(--matched-radius-inner-size) + var(--matched-radius-padding));
  margin-bottom: 32px;
}
.top .top-main .anex .shushi h3 {
  font-size: 2.4rem;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.top .top-main .anex .shushi .read {
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 580px) {
  .top .top-main .anex .shushi {
    background-color: #fff;
    --matched-radius-padding: 22px;
    --matched-radius-inner-size: 28px;
    padding: var(--matched-radius-padding);
    border-radius: calc(var(--matched-radius-inner-size) + var(--matched-radius-padding));
    margin-bottom: 32px;
  }
  .top .top-main .anex .shushi h3 {
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 0px;
    line-height: 1.5;
  }
  .top .top-main .anex .shushi .read {
    font-size: 1.4rem;
  }
}
.top .top-main .anex .shushi .zaigen {
  margin-top: 1em;
  padding: 1em 2em;
  background-color: #f2e8df;
  border-radius: 5px;
  border-radius: var(--matched-radius-inner-size);
}
.top .top-main .anex .shushi .zaigen h4 {
  font-size: 2rem;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0.5em;
}
.top .top-main .anex .shushi .zaigen p {
  text-align: justify;
}
@media screen and (max-width: 580px) {
  .top .top-main .anex .shushi .zaigen {
    padding: 1em;
  }
}
.top .top-main .anex .shushi .shushi-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 580px) {
  .top .top-main .anex .shushi .shushi-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.top .top-main .anex .shushi .shushi-main .item {
  text-align: center;
}
.top .top-main .anex .shushi .shushi-main .item a {
  text-decoration: none;
  color: #4B4B4B;
  transition: all 0.25s 0s ease;
}
.top .top-main .anex .shushi .shushi-main .item a:hover img {
  filter: brightness(108%);
}
.top .top-main .anex .shushi .shushi-main .item a:hover figure::after {
  transition: all 0.25s 0s ease;
  filter: brightness(130%);
}
.top .top-main .anex .shushi .shushi-main .item figure {
  margin: 0;
  position: relative;
  z-index: 10;
}
.top .top-main .anex .shushi .shushi-main .item figure img.pic {
  transition: all 0.25s 0s ease;
  border-radius: var(--matched-radius-inner-size);
}
.top .top-main .anex .shushi .shushi-main .item figure::after {
  content: "";
  background-image: url("../img/top/viewmore3.png?2025");
  position: absolute;
  background-position: bottom right;
  background-size: 100%;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 96px;
  height: 96px;
}
@media screen and (max-width: 580px) {
  .top .top-main .anex .shushi .shushi-main .item figure::after {
    width: 64px;
    height: 64px;
  }
}
.top .top-main .anex .shushi.shushi-links .shushi-main .item {
  text-align: left;
}
.top .top-main .anex .shushi.shushi-links .shushi-main .item a.link {
  color: #00A0E9;
  font-weight: bold;
  font-size: 2rem;
}
.top .top-main .anex .shushi.shushi-links .shushi-main .item a.link:hover {
  color: #4CBDEF;
}
.top .top-main .anex .shushi.shushi-links .shushi-main .item a.link::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.75em;
  filter: invert(38%) sepia(99%) saturate(2331%) hue-rotate(175deg) brightness(94%) contrast(101%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 580px) {
  .top .top-main .anex .shushi.shushi-links .shushi-main .item {
    font-size: 1.4rem;
  }
  .top .top-main .anex .shushi.shushi-links .shushi-main .item a.link {
    font-size: 1.8rem;
  }
}
.top .top-main .anex .nenji {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 580px) {
  .top .top-main .anex .nenji {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top .top-main .anex .nenji a:hover img {
  transition: all 0.25s 0s ease;
  filter: brightness(110%);
}

.l-basic .page-sub-title {
  position: relative;
  padding-top: 70px;
  text-align: center;
  color: #fff;
}
.l-basic .page-sub-title .page-sub-title-inner {
  font-size: 1.56rem;
  margin: 0;
  background-color: transparent;
  height: 30px;
}
@media screen and (max-width: 580px) {
  .l-basic .page-sub-title {
    padding-top: 45px;
  }
  .l-basic .page-sub-title .page-sub-title-inner {
    font-size: 1rem;
    padding: 0.5em 0;
  }
}
.l-basic .page-sub-title.page-sub-title-world {
  background-color: #95c79d;
}
.l-basic .page-sub-title.page-sub-title-domestic {
  background-color: #b0afd4;
}

.l-basic section.title-area .title-area-title {
  text-align: center;
  margin: 0;
  color: #3EB370;
  font-size: 7rem;
  font-weight: 300;
  padding: 0.1em 0;
}
.l-basic section.title-area .title-area-domestic {
  color: #8E8BC2;
}
.l-basic section.title-area .title-img {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.l-basic section.title-area .title-img img {
  margin: 0 auto;
}
.l-basic section.title-area .title-img p {
  font-size: 1.5rem;
  color: #4B4B4B;
}
.l-basic section.title-area .title-img .title-img-inner {
  margin: 0 auto;
  position: relative;
}
.l-basic section.title-area .title-img .title-img-inner .title-sub {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 580px) {
  .l-basic section.title-area .title-area-title {
    margin: 0;
    font-size: 2.75rem;
  }
  .l-basic section.title-area .title-img {
    margin: 0 auto;
  }
  .l-basic section.title-area .title-img img {
    margin: 0 auto;
  }
  .l-basic section.title-area .title-img p {
    font-size: 1.2rem;
    padding: 0 1em;
  }
}

.l-basic .main-content {
  margin: auto;
}
.l-basic .main-content .main-content-inner {
  margin: auto;
  max-width: 900px;
  padding: 75px;
}
.l-basic .main-content .main-content-inner.title-img-none {
  padding-top: 0;
}
.l-basic .main-content .main-content-inner .sec-ig {
  padding-top: 75px;
}
.l-basic .main-content .main-content-inner .sec-ig .ig-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .main-content-inner .sec-ig {
    margin-left: 0;
    margin-right: 0;
  }
}
.l-basic .main-content .main-content-inner .ig-read {
  text-align: center;
  margin-bottom: 2.5em;
  font-size: clamp(15px, -5.7142857143px + 3.5714285714vw, 30px);
}
.l-basic .main-content .main-content-inner .sec-common {
  margin-bottom: 5em;
}
.l-basic .main-content .main-content-inner .main-content-title {
  font-size: 3.26rem;
  font-weight: 400;
}
.l-basic .main-content .main-content-inner .main-content-title .sub1 {
  font-size: 2.76rem;
}
.l-basic .main-content .main-content-inner .main-content-title .sub-num {
  font-size: 14.94rem;
}
.l-basic .main-content .main-content-inner .main-content-title .sub-num .sub-num-sub {
  font-size: 8.3rem;
}
.l-basic .main-content .main-content-inner .main-content-title-regular img {
  width: 550px;
  margin-top: 20px;
}
.l-basic .main-content .main-content-inner .main-content-title-fund {
  padding: 0 75px;
}
.l-basic .main-content .main-content-inner .main-content-title-fund img {
  margin-top: 20px;
  margin-bottom: 4em;
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .main-content-inner .main-content-title-fund {
    padding: 0;
  }
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .main-content-inner {
    padding: 16px;
    font-size: 1.4rem;
  }
  .l-basic .main-content .main-content-inner .main-content-title {
    font-size: 1.6rem;
  }
  .l-basic .main-content .main-content-inner .main-content-title .sub1 {
    font-size: 2.76rem;
  }
  .l-basic .main-content .main-content-inner .main-content-title .sub-num {
    font-size: 14.94rem;
  }
  .l-basic .main-content .main-content-inner .main-content-title .sub-num .sub-num-sub {
    font-size: 8.3rem;
  }
}
.l-basic .main-content .main-content-inner .main-content-title-2 {
  font-size: 4rem;
  margin-bottom: 0.25em;
}
.l-basic .main-content .main-content-inner .main-content-title-2 p {
  line-height: 1.2;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.l-basic .main-content .main-content-inner .main-content-title-2.wi {
  display: grid;
  grid-template-columns: 1.75em auto;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .main-content-inner .main-content-title-2.wi {
    grid-template-columns: 3em auto;
  }
}
.l-basic .main-content .main-content-inner .main-content-title-2 .sub {
  font-size: 75%;
}
.l-basic .main-content .main-content-inner .main-content-title-2 .icon {
  width: 100%;
  display: inline-block;
}
.l-basic .main-content .main-content-inner .main-content-title-event {
  font-size: 3rem;
  margin-bottom: 0.25em;
  color: #8E8BC2;
  border-left: 6px solid #8E8BC2;
  padding: 0.25em 0.5em;
}
.l-basic .main-content .main-content-inner .main-content-title-event p {
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0;
}
.l-basic .main-content .main-content-inner .main-content-title-event p span {
  background-color: #8E8BC2;
  padding: 0.1em 0.5em;
  font-size: 75%;
  color: #ffffff;
  border-radius: 8px;
  display: inline-block;
}
.l-basic .main-content .main-content-inner .main-content-title-event .sub {
  font-size: 75%;
}
.l-basic .main-content .main-content-inner p {
  text-align: justify;
  font-size: 2rem;
  line-height: 2;
}
.l-basic .main-content .main-content-inner p.emergency-read {
  font-size: clamp(15px, -5.7142857143px + 3.5714285714vw, 30px);
  text-align: center;
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .main-content-inner .main-content-title-2,
  .l-basic .main-content .main-content-inner .main-content-title-event {
    font-size: 2.15rem;
    margin-bottom: 0.25em;
  }
  .l-basic .main-content .main-content-inner .main-content-title-2 p,
  .l-basic .main-content .main-content-inner .main-content-title-event p {
    font-size: 2.15rem;
  }
  .l-basic .main-content .main-content-inner .main-content-title-2 .icon,
  .l-basic .main-content .main-content-inner .main-content-title-event .icon {
    display: inline-block;
    margin-right: 10px;
  }
  .l-basic .main-content .main-content-inner p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.l-basic .main-content .main-content-inner .read-world {
  color: #3EB370;
}
.l-basic .main-content .main-content-inner .common-img {
  text-align: center;
}
.l-basic .main-content .main-content-inner .common-img img {
  margin: auto;
}
.l-basic .main-content .main-content-inner .common-img p {
  text-align: center;
  font-size: clamp(11px, 5.7142857143px + 1.4285714286vw, 15px);
  color: #4B4B4B;
}
.l-basic .main-content .main-content-inner .common-img-line {
  border: 1px solid #4B4B4B;
}
.l-basic .main-content .main-content-inner .img-ethiopia {
  padding-top: 5em;
  margin-right: -75px;
  max-width: 825px;
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .main-content-inner .img-ethiopia {
    margin-right: 0;
  }
}
.l-basic .main-content .main-content-inner .w-color {
  color: #3EB370;
}
.l-basic .main-content .main-content-inner .d-color {
  color: #8E8BC2;
}
.l-basic .main-content .main-content-inner .sub-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .main-content-inner .sub-text {
    font-size: 1.2rem;
  }
}
.l-basic .main-content .main-content-inner .common-box {
  border: 1px solid #231815;
  border-radius: 60px;
  padding: 45px;
  font-size: 1.8rem;
  margin-top: 4em;
  justify-items: center;
  justify-content: space-between;
}
.l-basic .main-content .main-content-inner .common-box .common-box-title {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #3EB370;
  padding: 0.25em 1em;
  color: #ffffff;
  display: block;
  text-align: center;
  width: 10em;
}
.l-basic .main-content .main-content-inner .common-box p {
  font-size: 1.8rem;
}
.l-basic .main-content .main-content-inner .common-box figure {
  text-align: center;
}
.l-basic .main-content .main-content-inner .common-box figure img {
  margin: auto;
  max-width: 240px;
}
.l-basic .main-content .main-content-inner .common-box figure p {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .main-content-inner .common-box {
    border-radius: 30px;
    padding: 2em;
    font-size: 1.2rem;
    grid-template-columns: auto;
    justify-items: center;
    justify-content: space-between;
  }
  .l-basic .main-content .main-content-inner .common-box p {
    font-size: 1.2rem;
  }
  .l-basic .main-content .main-content-inner .common-box figure {
    text-align: center;
  }
  .l-basic .main-content .main-content-inner .common-box figure img {
    margin: auto;
  }
  .l-basic .main-content .main-content-inner .common-box figure p {
    font-size: 1.2rem;
    text-align: center;
  }
}
.l-basic .main-content .prj-list {
  font-size: clamp(14px, 5.7142857143px + 1.4285714286vw, 22px);
}
.l-basic .main-content .prj-list .sub {
  font-size: 80%;
}
.l-basic .main-content .prj-list.d-color {
  border-bottom: 1px solid #8E8BC2;
}
.l-basic .main-content .common-tbl {
  font-size: 1.5rem;
  line-height: 1.2;
}
.l-basic .main-content .common-tbl .sub {
  font-size: 75%;
}
.l-basic .main-content .common-tbl th {
  background-color: #D8F0E2;
  font-size: 1.8rem;
  padding: 0.5em 1em;
  font-weight: 400;
  border-top: 1px solid #646464;
}
.l-basic .main-content .common-tbl th, .l-basic .main-content .common-tbl td {
  border-bottom: 1px solid #646464;
  border-right: 1px solid #646464;
}
.l-basic .main-content .common-tbl th:last-child, .l-basic .main-content .common-tbl td:last-child {
  border-right: unset;
}
.l-basic .main-content .common-tbl td {
  padding: 0.5em 1em;
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .common-tbl {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .l-basic .main-content .common-tbl .sub {
    font-size: 75%;
  }
  .l-basic .main-content .common-tbl th {
    font-size: 1.2rem;
    padding: 0.5em 0em;
  }
  .l-basic .main-content .common-tbl td {
    padding: 0.5em 0.5em;
  }
}
.l-basic .main-content .c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .c2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .l-basic .main-content .c2 ul {
    margin: 0;
  }
}
.l-basic .main-content .common-list {
  padding-left: 0;
}
.l-basic .main-content .common-list li {
  list-style: none;
  position: relative;
  padding: 0px 0px 1em 1em;
  line-height: 1.5;
  font-size: clamp(14px, 5.7142857143px + 1.4285714286vw, 18px);
}
.l-basic .main-content .common-list li .sub {
  font-size: 75%;
}
.l-basic .main-content .common-list li::before {
  position: absolute;
  top: 0.75em;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #00A0E9;
  content: "";
}
.l-basic .main-content .common-list.col2 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 0.2em 1em;
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .common-list.col2 {
    grid-template-columns: 1fr;
  }
}
.l-basic .main-content .common-list.domestic li::before {
  border-left-color: #8E8BC2;
}
.l-basic .main-content .next-pg-btn {
  font-size: 2.485rem;
  display: block;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  border-radius: 100vh;
  text-decoration: none;
  background-color: #00A0E9;
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .next-pg-btn {
    font-size: 1.3rem;
    padding: 1em 0.2em;
  }
}
.l-basic .main-content .next-pg-btn:hover {
  opacity: 0.9;
}
.l-basic .main-content .next-pg-btn.world {
  background-color: #3EB370;
}
.l-basic .main-content .next-pg-btn.domestic {
  background-color: #8E8BC2;
}
.l-basic .main-content .sec-copyright {
  padding-top: 5em;
}
.l-basic .main-content .sec-copyright p {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 580px) {
  .l-basic .main-content .sec-copyright p {
    font-size: 1rem;
  }
}

footer {
  background-color: #4CBDEF;
  border-top: #fff 2px solid;
  position: relative;
  z-index: 100;
}
footer .links {
  padding: 2em 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
footer .links.link-cus {
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
}
footer .links li {
  list-style: none;
  margin-bottom: 0.25em;
}
footer .links li a {
  color: #fff;
  text-decoration: none;
}
footer .links li a:hover {
  text-decoration: underline;
}
footer .links li.title {
  grid-column: span 2;
  font-weight: 600;
}
@media screen and (max-width: 580px) {
  footer .links {
    grid-template-columns: repeat(1, 1fr);
    margin: auto 12px;
    font-size: 1.4rem;
  }
  footer .links.link-cus {
    grid-auto-flow: row;
  }
  footer .links li {
    list-style: none;
    margin-bottom: 0.75em;
  }
  footer .links li a {
    color: #fff;
    text-decoration: none;
  }
  footer .links li a:hover {
    text-decoration: underline;
  }
  footer .links li.title {
    grid-column: span 1;
    font-weight: 600;
  }
}
footer .links li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer .links-main {
  padding-bottom: 2em;
  border-bottom: 1px dashed #fff;
}
footer .page-footer {
  max-width: 900px;
  margin: auto;
}
footer .site-footer {
  background-color: #fff;
  margin: 3em auto 0 auto;
}
footer .site-footer .site-footer-inner {
  max-width: 900px;
  margin: auto;
  padding: 3em 0;
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: center;
}
@media screen and (max-width: 580px) {
  footer .site-footer .site-footer-inner {
    display: block;
  }
}
footer .site-footer .links {
  padding-top: 0;
  padding-bottom: 0;
}
footer .site-footer .links li {
  margin-bottom: 0.5em;
}
footer .site-footer .links li a {
  color: #4B4B4B;
}
footer .site-footer .links li.title {
  grid-column: span 2;
  font-weight: 600;
}
footer .site-footer .links li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='$text-color' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}
footer .site-footer .address {
  border-left: 2px solid #4B4B4B;
  padding-left: 1em;
  display: grid;
  align-content: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
footer .site-footer .address p {
  margin-bottom: 0.25em;
}
footer .site-footer .address p.title {
  font-size: 1.8rem;
  font-weight: 800;
}
footer .site-footer .address p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  footer .site-footer .address {
    border-left: none;
    font-size: 1.4rem;
  }
  footer .site-footer .address p {
    text-align: center;
  }
}
footer .site-footer .flo-sns {
  position: fixed;
  z-index: 1000;
  right: 8px;
  top: 100px;
}
footer .site-footer .flo-sns img {
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
}
footer .site-footer .flo-sns a:hover img {
  opacity: 0.75;
}
footer .site-footer .flo-sns .si-w {
  display: none;
}
footer .site-footer .flo-sns .si-b {
  display: block;
}
footer .site-footer .flo-sns.flo-sns-top .si-w {
  display: block;
}
footer .site-footer .flo-sns.flo-sns-top .si-b {
  display: none;
}
@media screen and (max-width: 580px) {
  footer .site-footer .flo-sns {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 55px);
    justify-content: center;
    justify-items: center;
    right: unset;
    top: unset;
    margin: 1em auto;
  }
  footer .site-footer .flo-sns img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  footer .site-footer .flo-sns a:hover img {
    opacity: 0.75;
  }
  footer .site-footer .flo-sns .si-w {
    display: none !important;
  }
  footer .site-footer .flo-sns .si-b {
    display: block !important;
  }
}
footer .copyright {
  display: grid;
  justify-items: center;
  align-items: center;
  align-content: center;
  color: #fff;
}
footer .copyright p {
  margin-bottom: 0;
  padding: 1em 0;
}
@media screen and (max-width: 580px) {
  footer .copyright {
    font-size: 1.2rem;
  }
}

.pdf-icon-a::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23fff' class='bi bi-file-earmark-pdf' viewBox='0 0 16 16'%3E%3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z'/%3E%3Cpath d='M4.603 14.087a.8.8 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.7 7.7 0 0 1 1.482-.645 20 20 0 0 0 1.062-2.227 7.3 7.3 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a11 11 0 0 0 .98 1.686 5.8 5.8 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.86.86 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.7 5.7 0 0 1-.911-.95 11.7 11.7 0 0 0-1.997.406 11.3 11.3 0 0 1-1.02 1.51c-.292.35-.609.656-.927.787a.8.8 0 0 1-.58.029m1.379-1.901q-.25.115-.459.238c-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361q.016.032.026.044l.035-.012c.137-.056.355-.235.635-.572a8 8 0 0 0 .45-.606m1.64-1.33a13 13 0 0 1 1.01-.193 12 12 0 0 1-.51-.858 21 21 0 0 1-.5 1.05zm2.446.45q.226.245.435.41c.24.19.407.253.498.256a.1.1 0 0 0 .07-.015.3.3 0 0 0 .094-.125.44.44 0 0 0 .059-.2.1.1 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a4 4 0 0 0-.612-.053zM8.078 7.8a7 7 0 0 0 .2-.828q.046-.282.038-.465a.6.6 0 0 0-.032-.198.5.5 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822q.036.167.09.346z'/%3E%3C/svg%3E");
}

.new-tab-a::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1em;
  vertical-align: text-bottom;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='_x32_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='width: 64px; height: 64px; opacity: 1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234B4B4B;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M96,0v416h416V0H96z M472,376H136V112h336V376z' style='fill: rgb(75, 75, 75);'%3E%3C/path%3E%3Cpolygon class='st0' points='40,472 40,296 40,136 40,96 0,96 0,512 416,512 416,472 376,472 ' style='fill: rgb(75, 75, 75);'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/* Animation */
.fuwafuwa {
  animation: floating-y 3s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(1%);
  }
}/*# sourceMappingURL=main.css.map */