.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.floating {
  width: 250px;
  height: 236px;
  background: url("../images/floating.png") no-repeat;
  background-size: cover;
  position: fixed;
  right: 10%;
  bottom: 20%;
  z-index: 9;
}
.floating a{
  width: 100%;
  height: 100%;
  display: block;
}
.m-only {
  display: none;
}
.inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 70px;
}
.color--unicef {
  color: #1CABE2;
}
.color--skyblue {
  color: #43c0f1;
}
.highlight {
  background: #1CABE2;
  padding: 5px 4px;
  color: #fff;
}
.btn--arrow {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 35px;
  background: #1CABE2;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
.btn--arrow::after {
  content: '';
  display: block;
  flex-shrink: 1;
  width: 105px;
  height: 9px;
  background: url(../images/btn_arrow@2x.png) no-repeat 0 0 / 100% 9px;
  margin-left: 20px;
}


.section01 {
  background: url(../images/section01.png) no-repeat 100% 0% / cover;
  color: #fff;
  background-attachment: fixed;
}
.section01 .inner {
  position: relative;
  padding: 350px 70px 200px;
  height: 100%;
}
.fec_logo {
  width: 365px;
  position: absolute;
  top: 74px;
  left: 74px;
}
.sec01__txt {
  font-size: 35px;
  font-weight: 700;
}
.sec01__txt .highlight {
  display: flex;
  align-items: center;
  justify-content:center;
  width: 266px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.sec01__txt .highlight a {
  display: inline-block;
  width: 100%;
}
.sec01__tit {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.34;
}
.sec01__tit .highlight {
    padding: 0px 10px;
}
.sec01__subtxt01 {
  font-size: 40px;
  font-weight: bold;
}
.sec01__subtxt02 {
  font-size: 28px;
}

.bg--copyright {
  font-size: 16px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.bg--copyright_left {
  font-size: 16px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.btn__mousedown {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: calc(100% - 85px);
  transform: translateX(-50%);
  animation: mousedownBtn 1.3s infinite ease-in normal;
}
.btn__mousedown img {
  width: 25px;
  position: absolute;
  top: 6px;
  left: 10px;
  animation: mousedownArrow 1.3s infinite ease-in normal;
}

@keyframes mousedownArrow {
  0% {
    top: 6px;
  }
  20% {
    top: 12px;
  }
  40% {
    top: 6px;
  }
  75% {
    top: 20px;
  }
}
@keyframes mousedownBtn {
  0% {
    height: 50px;
  }
  40% {
    height: 50px;
  }
  75% {
    height: 60px;
  }
}

.section02 {
  /* background: #000; */
  background: url(../images/section02.png) no-repeat 100% 100% / cover;
  padding: 90px 0 90px;
  color: #000;
}
.sec02__txt {
  font-size: 48px;
  font-weight: bold;
}
.sec02__txt--big {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 40px;
}
.section02 .source {
  font-size: 32px;
  font-weight: bold;
}
.section03 {
  background: #fff;
}
.section03 .inner {
  padding: 0;
  display: flex;
} 
.section03 .left {
  position: relative;
  color: #fff;
  max-width: 870px;
}
.section03 .right {
  color: #324079;
  font-weight: bold;
  padding-left: 45px;
}
.section03 .right .txt01{
  padding-top: 75px;
  font-size: 45px;
  line-height: 51px;
  margin-bottom: 45px;

}
.section03 .right .txt02{
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 78px;
}
.section03 .right .txt03{
  font-size: 21px;
  line-height: 28px;
}
.section04 .inner {
  display: flex;
  align-items: center;
  margin: 70px auto;
}
.sec04__left {
  background: #322C2C;
  color: #fff;
  max-width: 600px;
  padding: 34px 45px 35px 70px;
  margin-left: -70px;
  flex-shrink: 0;
}
.sec04__left li + li {
  margin-top: 50px;
}
.left__tit {
  font-size: 48px;
  font-weight: 700;
}
.left__des {
  font-size: 27px;
}
.left__des.mid {
  margin-top: 15px;
}
.sec04__big_font {
  font-size: 49px;
}
.sec04__right {
  padding-left: 45px;
  background: #fff;
}
.sec04__tit {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 66px;
}
.right__list li {
  position: relative;
  padding-left: 50px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.right__list li:not(.lines_two) { 
  line-height: 40px;
}
.right__list li + li {
  margin-top: 20px;
}
.right__list li::before {
  content: '';
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/deco_leaf.png) no-repeat 0 0 / contain;
  position: absolute;
  top: 0;
  left: 0;
}
.right__list li.lines_two::before {
  top: 7px;
}
.section04 .btn--arrow {
  font-size: 21px;
  font-weight: 400;
  max-width: 665px;
  margin-top: 100px;
}
.section04 .btn--arrow::after {
  width: 134px;
}

.section05 {
  background: #fff;
  padding: 0;
  /* padding: 120px 0 130px; */
}
.section05 .inner {
  display: flex;
  justify-content: space-between;
  padding-right: 0;
}
.sec05__right {
  max-width: 809px;
  position: relative;
  color: #fff;
}
.sec05__left {
  color: #324079;
  font-weight: bold;
}
.sec05__left .txt01{
  padding-top: 75px;
  font-size: 45px;
  line-height: 51px;
  margin-bottom: 45px;
}
.sec05__left .txt02{
  font-size: 28px;
  line-height: 36px;
}

.section06 { background: url('../images/section06_bg.png') no-repeat 100% 100% / cover;}
.section06 .inner{
  padding: 100px 70px 50px 70px;
}
.section06 img{
  margin-bottom: 40px;
}
.section06 p{
  color:#324079;
  font-weight: bold;
  font-size: 36px;
}

.section07 {
  padding: 100px 0 140px;
}

.sec07__list {
  display: flex;
  gap: 50px;
  position: relative;
}
.sec07__list::before,
.sec07__list::after {
  content: '';
  display: block;
  width: 106px;
  height: 132px;
  background: url(../images/deco_leaf.png) no-repeat 0 0 / contain;
  position: absolute;
  z-index: -1;
}
.sec07__list::before {
  top: -45px;
  right: -45px;
}
.sec07__list::after {
  bottom: -45px;
  left: -45px;
}
.sec07__list li {
  flex: 1;
  background: #322C2C;
  color: #fff;
  text-align: center;
  padding: 60px 30px 40px;
}
.sec07__tit {
  font-size: 53px;
  text-align: center;
  margin-bottom: 90px;
}
.sec07__list--tit {
  font-size: 29px;
  font-weight: 700;
  color: #43c0f1;
  line-height: 1.3;
  /* margin-bottom: 30px; */
  min-height: 128px;
  display: inline-flex;
  align-items: center;
}
.sec07__list--des {
  font-size: 27px;
  line-height: 1.3;
}

.section08 {
  width: 100%;
  color: #fff;
  position: relative;
}
.section08 .inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  object-fit: cover;
}
.sec08__tit {
  font-size: 36px;
  position: absolute;
  top:48px;
  left:70px;
  font-weight: 500;
}
.sec08--copyright {
  font-size: 16px;
  position: absolute;
  right: 70px;
  bottom: 0;
}

.section09 {
  text-align: center;
}
.sec09__tit {
  font-size: 43px;
  text-align: center;
  margin: 70px 0;
}
.sec09__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  position: relative;
}
.sec09__list::before,
.sec09__list::after {
  content: '';
  display: block;
  width: 106px;
  height: 132px;
  background: url(../images/deco_leaf.png) no-repeat 0 0 / contain;
  position: absolute;
  z-index: -1;
}
.sec09__list::before {
  top: -55px;
  right: -40px;
}
.sec09__list::after {
  bottom: -55px;
  left: -40px;
}
.sec09__list li {
  flex: 1;
  background: #322C2C;
  position: relative;
  padding-bottom: 200px;
}
.sec09__list__txt {
  color: #fff;
  padding: 40px 20px;
  margin-bottom: 16px;
}
.sec09__list--tit {
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  color: #43c0f1;
  margin-bottom: 30px;
}
.sec09__list--des {
  font-size: 21px;
  text-align: center;
  color: #fff;
}
.sec09__list__img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.sec09__list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec09__img--copyright {
  font-size: 13px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.sec09__img--copyright.blk {
  color:#000;
}
.section09 .btn--arrow {
  font-size: 26px;
  padding: 20px 35px;
  margin: 40px auto 50px;
}
.sec09__notice {
  margin-top : 10px;
  font-size: 28px;
  font-weight: bold;
}

.section10 {
  background: #43C0F1;
  padding: 60px 0 50px;
}
.section10 .inner {
  text-align: center;
}
.sec10__tit {
  font-size: 43px;
  color: #fff;
  text-align: center;
  line-height: 1.23;
}
.sec10__list {
  max-width: 1300px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
}
.sec10__list li {
  max-width: 425px;
  position: relative;
}
.btn--blk {
  display: block;
  width: 465px;
  line-height: 66px;
  background: #000;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 60px auto 0;
}
.btn--wht {
  display: block;
  width: 465px;
  line-height: 66px;
  background: #fff;
  font-size: 32px;
  font-weight: 700;
  color: #1CABE2;
  text-align: center;
  margin: 60px auto 0;
}
.section10 .inner .btn--wht {
  display: inline-block;
  width: auto;
  padding: 20px 30px;
  /* margin-bottom: 30px; */
}

.section11 {
  background: #000;
  padding: 40px 0;
}
.footer__tit {
  font-size: 48px;
  font-weight: 700; 
  color: #fff;
  margin-top: 30px;
}
.sec11__txt {
  font-size: 21px;
  color: #fff;
  line-height: 1.4;
  margin: 50px 0 40px;
}
footer .btn--arrow {
  font-size: 24px;
  background: #fff;
  color: #000;
  padding: 18px 35px;
}
footer .btn--arrow::after {
  background: url(../images/btn_arrow_blk@2x.png) no-repeat 0 0 / 100% 9px;
}
footer {
  background: #322C2C;
  color: #fff;
  padding: 30px 0 60px 0;
  font-size: 19px;
}
footer .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer__lists {
  margin: 30px 0;
}
.footer__lists li + li {
  margin-top: 15px;
}
.footer__lists li {
  position: relative;
  padding-left: 18px;
}
.footer__lists li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #E6E6E6;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 0;
}
.footer__lists a {
  text-decoration: underline;
}
.footer__logo {
  width: 200px;
  display: inline-block;
  margin-bottom: 23px;
}
.footer__text {
  /* margin-top: 80px; */
}
.footer__text--copyright {
  color: #c7c7c7;
}

footer .right {
  text-align: right;
}

.footer__text--copyright {
  margin-top: 30px;
}