.wrap {
  width: 100%;
  overflow: hidden;
}
.m-only {
  display: none;
}
.inner {
  max-width: 1364px;
  width: 100%;
  margin: 0 auto;
  padding: 0 70px;
}
.color--unicef {
  color: #1CABE2;
}
.color--skyblue {
  color: #43c0f1;
}
.highlight {
  background: #1CABE2;
  padding: 0 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/visual_bg.jpg) no-repeat 50% 50% / cover;
  color: #fff;
  position: relative;
  height: 745px;
}
.section01::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000, transparent 80%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section01 .inner {
  position: relative;
  height: 100%;
  padding: 200px 70px 130px;
}
.iam_logo {
  width: 282px;
  position: absolute;
  top: 74px;
  right: 70px;
}
.sec01__txt {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
.sec01__tit {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.34;
  margin-bottom: 50px;
}
.highlight--star {
  position: relative;
}
.highlight--star::before {
  content: '';
  display: block;
  width: 340px;
  height: 74px;
  background: url(../images/highlight.png) no-repeat 100% 100% / 100% 74px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.bg--copyright {
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 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;
  padding: 70px 0 0;
  color: #fff;
}
.sec02__txt {
  font-size: 32px;
  line-height: 2;
}
.sec02__txt--big {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 40px;
}

.section03 {
  background: #000;
  padding: 60px 0 86px;
}
.video-box {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.video-box iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.section04 .inner {
  display: flex;
  align-items: center;
  margin: 70px auto;
  padding: 0;
}
.sec04__left {
  background: #000;
  color: #fff;
  max-width: 585px;
  padding: 50px 45px 50px 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;
}
.sec04__right {
  padding-left: 45px;
  background: #fff;
}
.sec04__tit {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
.right__list li {
  position: relative;
  padding-left: 35px;
  font-size: 24px;
}
.right__list li + li {
  margin-top: 12px;
}
.right__list li::before {
  content: '';
  display: block;
  width: 22px;
  height: 28px;
  background: url(../images/deco_leaf.png) no-repeat 0 0 / contain;
  position: absolute;
  top: 0;
  left: 0;
}
.section04 .btn--arrow {
  font-size: 24px;
  font-weight: 400;
  max-width: 650px;
  margin-top: 50px;
}
.section04 .btn--arrow::after {
  width: 134px;
}

.section05 {
  height: 443px;
  background: url(../images/sec05_bg.jpg) no-repeat 50% 50% / cover;
}
.section05 .inner {
  position: relative;
  height: 100%;
}

.section06 {
  padding: 100px 0 140px;
}
/* .section06 .inner {
  max-width: 1190px;
  padding: 0;
} */
.sec06__list {
  display: flex;
  gap: 50px;
  position: relative;
}
.sec06__list::before,
.sec06__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;
}
.sec06__list::before {
  top: -45px;
  right: -45px;
}
.sec06__list::after {
  bottom: -45px;
  left: -45px;
}
.sec06__list li {
  flex: 1;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 40px 30px 60px;
}
.sec06__tit {
  font-size: 53px;
  text-align: center;
  margin-bottom: 90px;
}
.sec06__list--tit {
  font-size: 29px;
  font-weight: 700;
  color: #43c0f1;
  line-height: 1.3;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
}
.sec06__list--des {
  font-size: 21px;
  line-height: 1.3;
}

.section07 {
  width: 100%;
  height: 491px;
  padding: 40px 0 0;
  background: url(../images/sec07_bg.jpg) no-repeat 50% 50% / cover;
  color: #fff;
}
.section07 .inner {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.sec07__tit {
  font-size: 40px;
}

.section08 {
  text-align: center;
}
.sec08__tit {
  font-size: 43px;
  text-align: center;
  line-height: 1.3;
  margin: 70px 0 20px;
}
.sec08__txt {
  font-size: 23px;
  margin-bottom: 70px;
}
.sec08__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  position: relative;
}
.sec08__list::before,
.sec08__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;
}
.sec08__list::before {
  top: -55px;
  right: -40px;
}
.sec08__list::after {
  bottom: -55px;
  left: -40px;
}
.sec08__list li {
  flex: 1;
  background: #000;
  position: relative;
  padding-bottom: 200px;
}
.sec08__list__txt {
  color: #fff;
  padding: 50px 10px;
}
.sec08__list--tit {
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  color: #43c0f1;
  margin-bottom: 30px;
}
.sec08__list--des {
  font-size: 21px;
  text-align: center;
  color: #fff;
}
.sec08__list__img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.sec08__list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec08__img--copyright {
  font-size: 13px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.section08 .btn--arrow {
  font-size: 26px;
  padding: 20px 35px;
  margin: 40px auto 50px;
}

.section09 {
  background: #43C0F1;
  padding: 60px 0 40px;
}
.sec09__tit {
  font-size: 43px;
  color: #fff;
  text-align: center;
  line-height: 1.23;
}
.sec09__list {
  max-width: 1020px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.sec09__list li {
  max-width: 425px;
}
.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;
}

.section10 {
  background: #000;
  padding: 40px 0;
}
.sec10__tit {
  font-size: 48px;
  font-weight: 700; 
  color: #fff;
}
.sec10__txt {
  font-size: 21px;
  color: #fff;
  line-height: 1.4;
  margin: 50px 0 40px;
}
.section10 .btn--arrow {
  font-size: 24px;
  background: #fff;
  color: #000;
  padding: 18px 35px;
}
.section10 .btn--arrow::after {
  background: url(../images/btn_arrow_blk@2x.png) no-repeat 0 0 / 100% 9px;
}

.section11 {
  padding: 30px 0;
}

footer {
  background: #000;
  color: #fff;
  padding: 60px 0;
  font-size: 19px;
}
footer .inner {
  position: relative;
}
.footer__lists li + li {
  margin-top: 30px;
}
.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: 7px;
  left: 0;
}
.footer__lists a {
  text-decoration: underline;
}
.footer__logo {
  width: 300px;
  position: absolute;
  top: 20px;
  right: 110px;
}
.footer__text {
  margin-top: 80px;
}
.footer__text--copyright {
  color: #c7c7c7;
}