@charset "UTF-8";

@font-face {
	font-family: 'NextPro';
	src: url('../font/universnextproboldcond.ttf');
}

body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

main{
    overflow: hidden;
}

body.active{
    overflow: hidden;
}

img,video{
    width: 100%;
    height: auto;
    vertical-align: top;
}

a{
    text-decoration: unset;
    color: inherit;
}

main{
    padding-top: 110px;
    overflow: hidden;
}

header{
    background: url(../img/header_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 9999;
}

.cta-btn {
    width: 402px;
    height: 65px;
    background: url(../img/btn-bg.png) no-repeat;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: auto;
    font-weight: bold;
}
.cta-btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 1em 0;
}
.cta-btn a:hover {
    opacity: 0.7;
}
.cta-btn a:before {
    content: "";
    display: block;
    width: 45px;
    height: 8px;
    background: url(../img/arrow_next.png) no-repeat;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
}

.header__nav{
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.header__nav ul{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.header__nav ul li{
    color: #ffffff;
    font-size: 16px;
    list-style: none;
    font-weight: bold;
}

.header__nav ul li:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.header__logo{
    width: 120px;
    display: block;
}

.fv__video{
    height: calc(100vh - 110px);
    overflow: hidden;
    position: relative;
}

.fv__video--wrap{
    height: 100%;
}

.fv__video--wrap video{
    object-fit: cover;
    height: 100%;
}

.fv__video--scroll{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    bottom: 20px;
}

.fv__video--txt{
    position: absolute;
    font-family: 'NextPro';
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
    left: 0;
    bottom: 80px;
    letter-spacing: -0.05em;
}
.fv__video--news {
    width: 420px;
    position: absolute;
    right: 0;
    bottom: 80px;
    padding: 25px;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.news_txt_link {
    display: flex;
    gap: 20px;
}
.fv__video--news_txt {
    width: 220px;
}
.fv__video--news_txt .news_txt_tit {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 5px 10px;
}
.fv__video--news_txt .news_txt_txt {
    font-size: 18px;
    margin: 15px 0;
}
.fv__video--news_txt .news_txt_link_txt {
    display: block;
    font-size: 15px;
    text-align: right;
}


.fv__video--other{
    display: block;
    position: absolute;
    width: 90%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    top: 0;
}
.header__nav ul li.sns{
    display: flex;
    align-items: center;
    gap: 7px;
}
.header__nav ul li.sns img{
    vertical-align: middle;
}
.header__tiktok{
    width: 19px;
    display: inline-block;
}
.header__insta{
    width: 21px;
    display: inline-block;
}
.header__youtube{
    width: 22px;
    display: inline-block;
}

.sv{
    background: #000000;
}

.sv__logo{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 110px 0;
}

.ogs{
    background-color: #ffffff;
}

.ogs__logo{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 165px 0;
}

.txt-scroll__banner{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    top: calc(50% - 40px);
}

@keyframes bg-slider{0%{background-position:0 0}to{background-position:-3770px 0}}

.txt-scroll__banner--slide{
    animation: bg-slider 60s linear infinite;
    background: url(../img/scroll_txt.png) repeat-x 50%;
    background-size: auto 80px;
    height: 80px;
    width: 100%;
}

.txt-scroll{
    height: 300px;
    position: relative;
    background: url(../img/scroll_back.jpg);
    z-index: -1;
    background-position: center;
    background-size: cover;
}

.help{
    padding: 180px 0;
    background: linear-gradient(to right,#008651 0%,#2e6548 25%,#5f423f 50%,#8e2036 75%,#bb002d 100%);
    position: relative;
}

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:50%;
  bottom:10px;
    /*全体の高さ*/
  height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  position: absolute;
  left:-15px;
  top: -15px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top: -50px;
    opacity: 0;
  }
  30%{
    height:80px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

.help::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    background-color: #ffffff;
    left: calc(50%);
    transform: translate(-50%);
    top: -50px;
    transition: 1.5s;
    /* animation: pathmove 1.4s ease-in infinite; */
}

.help.scrolled::before{
    height: 100px;
    transition: 1.5s;
}

.help__title{
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.help__wrap{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}

.help__item--number{
    font-family: 'NextPro';
    font-size: 110px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.05em;
}

.help__item--kind{
    font-family: 'NextPro';
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.top-slide__wrap{
    position: relative;
    height: calc(100vh - 110px);
}

.top-slide--back-slider.slick-slider{
    height: 100%;
}

.top-slide--back-slider .slick-list{
    height: 100%;
}

.top-slide--back-slider .slick-track{
    height: 100%;
}

.top-slide--back-slider img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top-slide__main-txt-if{
    font-size: 128px;
    line-height: 1.1;
    letter-spacing: -0.05em;
    color: #ffffff;
    font-family: 'NextPro';
    position: absolute;
    top: 33%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.top-slide__sub-txt-if{
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0;
    position: absolute;
    top: 56%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.top-slide__main{
    position: absolute;
    top: 35%;
    left: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: flex;
    align-items: flex-end;
    gap: 0 64px;
    width: 160px;
    height: 257px;
}

.top-slide__main-bar{
    display: flex;
    align-items: center;
    gap: 0 8.6px;
}

.top-slide__main-bar--left,.top-slide__main-bar--right{
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
}

.top-slide__main-bar--center{
    height: 2px;
    width: 47.45px;
    background-color: #A6A6A6;
    position: relative;
    z-index: -1;
}

.top-slide__main-bar--center-count{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 0px;
    background-color: #3a8055;
    transition: 0.3s;
}

.top-slide__main-right--next{
    width: 39.28px;
    height: 39.28px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    transform: rotate(45deg);
    cursor: pointer;
}

.top-slide__main-right--next::after{
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    top: 53%;
    left: 47%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.top-slide__cetegory{
    display: flex;
    width: calc(100% - 200px);
    max-width: 1005px;
    align-items: center;
    gap: 0 200px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    overflow: hidden;
}

.slick-prev{
    left: -30px;
}

.top-slide__cetegory .slick-track{
    display: flex;
    gap: 0 110px;
}

.top-slide__cetegory_item{
    line-height: 64px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 65px;
    color: #ffffff;
    border-radius: 50px;
    position: relative;
    width: 230px!important;
    text-align: center;
    cursor: pointer;
    font-family: 'NextPro';
    font-weight: bold;
}

.top-slide__cetegory_item::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    right: -105px;
    top: calc(50% - 1px);
    background: #ffffff;
}

.slick-next{
    right: -10px;
}

.slick-prev, .slick-next{
    opacity: 0;
    transition: 0.5s;
}

.top-slide__cetegory_item.slick-current{
    border: 1px solid #ffffff;
}

.grenn-back{
    padding: 180px 0 180px 0;
    background: linear-gradient(to top,#008651 0%,#0a6a44 20%,#135038 40%,#1b382c 70%,#222222 100%);
}

.grenn-back__wrap{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.grenn-back__wrap{
    text-align: right;
}

.grenn-back__title{
    font-size: 85px;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #ffffff;
    text-align: left;
    font-family: 'NextPro';
}

.grenn-back__txt{
    margin-top: 50px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: -0.06em;
    font-weight: 500;
    display: inline-block;
    text-align: left;
}

.white-back{
    padding: 50px 0;
    background-color: #eff3ef;
    position: relative;
}

.white-back__wrap{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
}

.white-back__title{
    margin-top: 50px;
    font-size: 50px;
    font-family: 'NextPro';
    position: relative;
    text-align: left;
}

.white-back__title::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background: linear-gradient(to right,#008651 0%,#60413f 50%,#bb002d 100%);
    left: 0;
    top: -20px;
}

.white-back__title.scrolled::before{
    width: 100px;
    transition: 1.5s ease;
}

.white-back__txt{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
    margin-top: 30px;
    margin-right: 70px;
}

.white-back .cta-btn{
    margin: 30px 0 0 auto;
}
.white-back .cta-btn.bottom {
    margin-top: 20px;
}

.white-back__news{
    display: block;
    width: 300px;
    text-align: center;
    border: 1px solid;
    border-radius: 15px;
    letter-spacing: 0.05em;
    margin: 70px auto 0;
}
.white-back__news a {
    display: block;
    width: 100%;
    padding: 1em 0;
    cursor: pointer;
}

.white-back__img{
    width: 70%;
    margin: -150px -2% 0 auto;
}

.white-back__bottom-title{
    font-family: 'NextPro';
    text-align: center;
    font-size: 65px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-top: 150px;
}

.gradation-back{
    padding-top: 100px;
    padding-bottom: 200px;
    background: linear-gradient(-45deg,#bb002d 0%,#5f423f 50%,#008651 100%);
    position: relative;
}

.gradation-back::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    background-color: #000000;
    left: calc(50%);
    transform: translate(-50%);
    transition: 2s;
    top: -50px;
    transition: 1.5s;
    /* animation: pathmove 1.4s ease-in infinite; */
}

.gradation-back.scrolled::after{
    height: 100px;
    transition: 1.5s;
}

.gradation-back__top-txt{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.gradation-back__block{
    /* margin-top: 280px; */
    padding-bottom: 250px;
}

.gradation-back__block--allwrap{
    max-width: 1150px;
    width: 90%;
    margin: 0 auto;
    margin-top: 150px;
}

.gradation-back__block--africancon{
    display: block;
    position: absolute;
    width: 80%;
    right: 0;
    top: 0;
    transform: translateX(100%) translateY(-100%);
    z-index: 0;
}

.gradation-back__block--japan{
    display: block;
    position: absolute;
    width: 80%;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    z-index: 0;
}

.gradation-back__block--line{
    display: block;
    position: absolute;
    width: 85%;
    top: -30%;
    right: 0;
    z-index: -1;
}

.gradation-back__block--name{
    font-size: 75px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'NextPro';
    letter-spacing: 0;
    text-align: right;
}

.gradation-back__block--info{
    font-size: 15px;
    color: #ffffff;
    letter-spacing: -0.06em;
    font-weight: bold;
    text-align: right;
}

.gradation-back__block--flex{
    margin-top: 70px;
    display: flex;
    align-items: center;
}

.gradation-back__block--content{
    width: 57%;
    /* text-align: right; */
    position: relative;
    z-index: 2;
    padding-left: 80px;
}

.gradation-back__block--content-title{
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 45px;
}

.gradation-back__block--content-txt{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.gradation-back__block--img{
    width: 60%;
    position: relative;
    margin-left: -100px;
}

.gradation-back__block--flag{
    position: absolute;
    width: 100px;
    height: 100px;
    left: -50px;
    top: -50px;
}

.gradation-back__block--flex.left{
    flex-direction: row-reverse;
}

.gradation-back__block--content.left,.gradation-back__block--name.left,.gradation-back__block--info.left{
    text-align: left;
}

.gradation-back__block--img.left{
    margin-left: auto;
    margin-right: -100px;
}

.gradation-back__block--flag.left{
    right: -50px;
    left: auto;
}

.gradation-back__bottom--title{
    font-size: 70px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-family: 'NextPro';
    margin-top: 40px;
}

.gradation-back__bottom--txt{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.ourgoals{
    background-color: #f7f7f7;
    padding-bottom: 125px;
}

.ourgoals__wrap{
    display: flex;
    gap: 30px;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    transform: translateY(-50px);
}

.ourgoals__item{
    width: 33.333%;
}

.ourgoals__item--title{
    font-family: 'NextPro';
    margin-top: 25px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.01em;
}

.ourgoals__item--subtitle{
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}

.ourgoals__item--txt{
    font-size: 16px;
    color: #777777;
    margin-top: 30px;
}

.black-back{
    background-color: #000000;
    padding: 150px 0;
}

.black-back__title{
    font-family: 'NextPro';
    text-align: center;
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
}

.black-back__suubtitle{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.06em;
}

.black-back__wrap{
    display: flex;
    gap: 30px;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
    align-items: center;
}

/* .black-back__img,.black-back__right{
    width: calc(50% - 15px);
} */

.black-back__img{
    width: calc(45% - 15px);
}

.black-back__right{
    width: calc(55% - 15px);
}

.black-back__slider--title{
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.06em;
}

.black-back__slider--txt{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.06em;
    margin-top: 35px;
}

.black-back__slider--arrow-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 65px;
}

.black-back__slider--arrow{
    width: 45px;
    cursor: pointer;
}

.contact-back{
    background: url(../img/contact_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 150px 0;
}

.contact-back__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.contact-back__main-txt{
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.05em;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'NextPro';
}
.contact-back .cta-btn.bottom{
    margin-top: 20px;
}

.sponcer{
    padding: 50px 0 100px 0;
}

.sponcer__wrap{
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
}

.sponcer__title{
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.05em;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'NextPro';
}

.sponcer__logo{
    margin-top: 50px;
}

footer{
    background-color: #008351;
    padding: 60px 0;
}

.footer__wrap{
    display: flex;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.footer__left--menu{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #ffffff;
    display: block;
    line-height: 2.5;
}

.footer__left--sns{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.footer__left--sns-icon{
    width: 32px;
}
.footer__left--sns-icon .tiktok{
    width: 29px;
}

.footer__right.cta-btn{
    margin: 10px 0 0 auto;
    background: none;
    border: 1px solid #fff;
    font-size: 22px;
    padding-top: 10px;
}
.footer__right.cta-btn a {
    padding: 5px 0;
}


.footer__logo{
    width: 150px;
    margin: 0 auto;
    margin-top: 50px;
}

.mask-bg {
    color: transparent;
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    transition: color 0ms 450ms;
  }
  .mask-bg::after {
    background: black;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0%, 0%);
  }
   
  .mask-bg.is-animated {
    color: #362ae0;
  }
  .mask-bg.is-animated::after {
    animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.170, 1);
    animation-fill-mode: forwards;
  }
   
  @keyframes mask-bg {
    0% {
        transform: translate(0%, 0%)
    }
    100% {
      transform: translate(-100%, 0)
    }
  }

.only_820{
    display: none;
}

.hum__content{
    display: none;
}

.sp_only{
    display: none!important;
}

@media (max-width:821px){

    .only_820{
        display: block;
    }

    .pc-only_820{
        display: none;
    }

    .header__nav ul{
        justify-content: space-between;
        align-items: center;
    }
    .header__nav ul li{
        width: calc(100% / 3);
    }

    .hum__wrap{
        position: relative;
        height: 20px;
    }

    .hum__bar{
        position: absolute;
        width: 25px;
        height: 2px;
        background-color: #ffffff;
        left: 0;
    }

    .hum__bar.top{
        top: 0;
    }

    .hum__bar.middle{
        top: calc(50% - 1px);
    }

    .hum__bar.bottom{
        bottom: 0;
    }

    .header__logo{
        width: 80px;
        margin: 0 auto;
    }

    .header__nav ul li.sns {
        justify-content: flex-end;
    }

    header{
        height: 80px;
        padding: 15px 0;
    }

    main{
        padding-top: 80px;
    }

    .fv__video{
        height: calc(100vh - 80px);
    }

    .hum__content{
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #000000;
        top: 0;
        left: 0;
        transform: translate(100vw);
        transition: 0.3s;
        z-index: 10000;
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .hum__content.active{
        transform: translate(0);
        transition: 0.3s;
    }

    .hum__logo{
        width: 160px;
        margin: 0 auto;
    }

    .hum__flex--menu{
        text-align: center;
        max-width: 350px;
        margin: 0 auto;
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }

    .hum__flex--item{
        display: inline-block;
        color: #ffffff;
        font-size: 21px;
        font-weight: bold;
    }

    .hum__menu{
        max-width: 300px;
        margin: 0 auto;
        margin-top: 70px;
        text-align: center;
    }

    .hum__menu--item{
        font-size: 23px;
        color: #ffffff;
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #ffffff;
        border-radius: 15px;
        margin-bottom: 50px;
    }

    .hum__sns--wrap{
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 80px;
    }

    .hum__sns--item{
        width: 50px;
    }

    .hum__content--close{
        position: absolute;
        width: 40px;
        height: 40px;
        left: 10%;
        top: 50px;
    }

    .hum__content--close::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        top: calc(50% - 1px);
        left: 0;
        transform: rotate(45deg);
    }

    .hum__content--close::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        top: calc(50% - 1px);
        left: 0;
        transform: rotate(-45deg);
    }

    .hum__content--menu-logo{
        position: absolute;
        right: 10%;
        top: 50px;
        font-size: 21px;
        color: #ffffff;
        font-weight: bold;
        line-height: 1.7;
        border-top: 2px solid #ffffff;
    }

    .help__wrap{
        flex-wrap: wrap;
        gap: 20px 40px;
        justify-content: space-around;
    }
    
    .help__item{
        width: calc(33.3333% - 27px);
    }

    .top-slide__main-txt-if{
        font-size: 100px;
        top: 25%;
    }

    .top-slide__sub-txt-if{
        top: 40%;
    }

    .top-slide__cetegory{
        bottom: 50px;
    }

    .top-slide__main-right--next{
        margin-top: 10px;
    }

    .top-slide__main-right--next{
        width: 20px;
        height: 20px;
    }

    .top-slide__main-right--next::after{
        width: 7px;
        height: 7px;
    }


    .top-slide__sub-txt-if{
        font-size: 16px;
    }

    .top-slide__cetegory_item{
        width: 150px!important;
        padding: 0 5px;
        line-height: 50px;
    }

    .top-slide__cetegory_item::before{
        width: 110px;
        right: -110px;
        top: calc(50% - 1px);
    }

    .grenn-back__title{
        font-size: 60px;
    }

    .grenn-back{
        padding: 50px 0 130px 0;
    }

    .gradation-back__block--flex{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .gradation-back__block--img{
        width: 85%;
        margin-left: 0;
    }

    .gradation-back__block--content{
        text-align: left;
        width: 90%;
    }

    .gradation-back__block--content-title{
        margin-bottom: 30px;
    }

    .gradation-back__block--flex.left{
        flex-direction: column-reverse;
    }

    .gradation-back__block--img.left{
        margin-left: 0;
        margin: 0 auto;
    }

    .gradation-back__block--flag.left{
        right: -25px;
    }

    .gradation-back__block--name{
        font-size: 50px;
    }

    .gradation-back__block--flex{
        margin-top: 40px;
    }

    .ourgoals__wrap{
        flex-wrap: wrap;
        gap: 60px;
    }

    .ourgoals__item{
        width: 100%;
    }

    .gradation-back{
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .gradation-back__block--allwrap{
        margin-top: 80px;
    }

    .gradation-back__block--africancon{
        transform: translateX(20%) translateY(-120%);
        width: 50%;
    }

    .gradation-back__block--line{
        width: 75%;
        top: -30%;
        left: 0;
        right: auto;
    }

    .gradation-back__block--japan{
        width: 45%;
        left: 0;
        top: 0;
        transform: translateY(-115%) translateX(0%);
    }

    .ourgoals__item--title{
        margin-top: 20px;
        font-size: 22px;
    }

    .ourgoals__item--subtitle{
        margin-top: 0;
    }

    .ourgoals__item--txt{
        margin-top: 15px;
    }

    .ourgoals__item--img{
        width: 85%;
        margin: 0 auto;
    }

    .ourgoals{
        padding-bottom: 30px;
    }

    .black-back__title{
        font-size: 50px;
    }

    .black-back__suubtitle{
        font-size: 14px;
    }

    .black-back__wrap{
        flex-wrap: wrap;
    }

    .black-back__right{
        width: 100%;
    }

    .black-back__img{
        width: 75%;
        margin: 0 auto;
    }

    .black-back{
        padding: 70px 0 150px 0;
    }

    .black-back__slider--txt{
        margin-top: 20px;
        text-align: left;
    }

    .contact-back__wrap{
        flex-wrap: wrap;
    }

    .contact-back__main-txt{
        font-size: 45px;
        width: 100%;
    }

    .contact-back__wrap{
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .contact-back{
        padding: 80px 0;
    }

    .contact-back{
        background: url(../img/contact_bg_sp.jpg);
        background-position: center;
        background-size: cover;
    }
    .contact-back .btn-group{
        width: 90%;
    }
    .white-back__txt{
        margin-top: 40px;
    }

}

@media (max-width:545px){
    .sp_only{
        display: block!important;
    }

    .pc_only{
        display: none!important;
    }
    .cta-btn {
        width: 90%;
        font-size: 16px;
    }
    .cta-btn a {
        padding: 1.2em 0;
    }

    .help__item--number{
        font-size: 90px;
    }

    .help__item--kind{
        font-size: 23px;
    }

    .help{
        padding: 80px 0;
    }

    .help__title{
        font-size: 18px;
        width: 90%;
        margin: 0 auto;
    }

    .top-slide__main{
        top: 55%;
        left: 40%;
    }

    .grenn-back__title{
        font-size: 38px;
    }

    .white-back__img{
        width: 80%;
    }

    .white-back__title{
        font-size: 36px;
        margin-top: 70px;
    }

    .white-back__title::before{
        top: -10px;
    }
    .white-back .cta-btn {
        margin: 50px auto 0;
    }
    .white-back__txt{
        margin-right: auto;
    }
    .white-back__news{
        margin: 0 auto;
        display: block;
        width: 300px;
        text-align: center;
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .white-back__bottom-title{
        font-size: 40px;
        margin-top: 100px;
    }

    .gradation-back__block{
        padding-bottom: 200px;
    }

    .gradation-back__block--flag{
        width: 50px;
        height: 50px;
        left: -25px;
        top: -25px;
    }

    .gradation-back__block--content-title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .gradation-back__block--content-txt{
        font-size: 14px;
    }

    .gradation-back__block--name{
        font-size: 40px;
    }

    .gradation-back__bottom--title{
        font-size: 40px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .gradation-back__bottom--txt{
        font-size: 14px;
    }

    .gradation-back__block--africancon{
        width: 70%;
        right: 0;
        top: 0;
        transform: translateX(20%) translateY(-140%);
    }

    .gradation-back__block--japan{
        width: 55%;
        transform: translateY(-165%) translateX(0%);
    }

    .gradation-back__block--line{
        width: 93%;
        top: -35%;
        left: 0;
        right: auto;
        transform: rotate(-11deg);
    }

    .black-back__slider--title{
        font-size: 21px;
    }

    .black-back__slider--arrow-wrap{
        margin-top: 20px;
    }
    .footer__wrap {
        justify-content: space-around;
        gap: 20px;
        align-items: center;
    }
    .footer__left--menu{
        display: none;
    }

    .footer__left--sns{
        margin-top: 0;
        gap: 15px;
    }
    .footer__right.cta-btn {
        display: block;
        width: 90%;
        font-size: 16px;
        height: auto;
        padding: 0.5em 0;
        margin-top: 0;
    }
    .footer__right.cta-btn a:before {
        display: none;
    }

    .gradation-back__block.last-block{
        padding-bottom: 100px;
    }
    
    .fv__video--txt{
        font-size: 30px;
        bottom: 220px;
    }
    .fv__video--news{
        width: 100%;
        padding: 12px 10px;
        bottom: 120px;
    }
    .news_txt_link{
        gap: 10px;
    }
    .fv__video--news_img{
        width: 25%;
    }
    .fv__video--news_txt{
        width: 70%;
    }
    .fv__video--news_txt .news_txt_tit{
        display: none;
    }
    .fv__video--news_txt .news_txt_txt{
        font-size: 13px;
        margin: 0;
    }
    .fv__video--news_txt .news_txt_link_txt{
        font-size: 11px;
        margin: 3px auto;
    }


    .hum__menu--item{
        font-size: 19px;
        margin-bottom: 35px;
    }

    .hum__logo{
        width: 140px;
    }

    .hum__content--menu-logo{
        font-size: 18px;
    }

    .txt-scroll{
        height: 100px;
    }

    .txt-scroll__banner{
        top: calc(50% - 15px);
    }

    .txt-scroll__banner--slide{
        background-size: auto 30px;
        height: 30px;
    }

    .sv__logo{
        padding: 40px 0;
    }

    .help::before{
        display: none;
    }

    .top-slide__wrap{
        height: 400px;
    }
    .top-slide__main-txt-if {
        font-size: 60px;
        top: 20%;
    }
    .top-slide__sub-txt-if {
        font-size: 15px;
    }
    .top-slide__main {
        top: 37%;
        left: 40%;
    }
    .top-slide__cetegory {
        bottom: 30px;
    }

}

/*2025/02/27修正*/

.thought {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.thought .thought_line {
    position: absolute;
    width: 558px;
    z-index: 0;
    top: 650px;
    left: 150px;
}
.thought_person {
    position: relative;
    display: flex;
    margin-top: 130px;
    padding-bottom: 100px;
    z-index: 1;
    font-weight: bold;
}
.thought .person {
    width: 640px;
}
.thought .person span {
    margin-top: 1.5em;
}
.thought .flag {
    height: auto;
    position: absolute;
    top: 128px;
}
.thought .person .name {
    font-size: 75px;
    font-family: 'NextPro';
}
.thought .person .career {
    font-size: 14px;
    margin-bottom: 1em;
}
.thought .txt {
    margin-top: 282px;
    font-weight: bold;
}
.thought .thought_person_tit {
    font-size: 30px;
}
.thought .thought_person_txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 3em;
}

/*AMIR*/
.thought_person.nigeria {
    flex-direction: row-reverse;
    margin-top: 150px;
    background: url(/assets/img/thought/bg-nigeria.png) no-repeat;
    background-position: 45px 63px;
}
.thought .nigeria .person {
    text-align: right;
    margin-right: 45px;
}
.thought .nigeria .flag {
    width: 104px;
    right: 632px;
}
.thought .nigeria .txt {
    margin-right: -130px;
    text-align: right;
    z-index: 3;
}
.thought .nigeria .thought_person_txt {
    padding-right: 4em;
}

/*MANATO*/
.thought_person.japan {
    background: url(/assets/img/thought/bg-japan.png) no-repeat;
    background-position: right 75px;
    margin-right: 50px
}
.thought .japan .person {
    margin-left: 60px;
}
.thought .japan .flag {
    width: 105px;
    left: 630px;
}
.thought .japan .txt {
    margin-top: 320px;
    margin-left: -130px;
    z-index: 3;
}
/*SHIMA*/
.thought_person.canada {
    flex-direction: row-reverse;
    background: url(/assets/img/thought/bg-canada.png) no-repeat;
    background-position: 0 5px;
    padding-bottom: 180px;
}
.thought .canada .person {
    width: 679px;
    margin-right: 45px;
    text-align: right;
}
.thought .canada .flag {
    width: 134px;
    right: 593px;
}
.thought .canada .txt {
    margin-top: 302px;
    margin-right: -200px;
    z-index: 3;
}
.thought .canada .thought_person_txt {
    padding-right: 4em;
}
@media (max-width:821px){
    .thought {
        width: 90%;
        margin: 0 auto 120px;
        background: url(/assets/img/thought/bg-line_sp.png) no-repeat;
        background-size: 30%;
        background-position: 10% 45%;
    }
    .thought .thought_line {
        display: none;
    }
    .thought_person {
        flex-direction: column;
        margin: 0 auto;
        padding-bottom: 0;
        width: 90%;
    }
    .thought .person {
        width: auto;
    }
    .thought .person span {
        display: block;
        margin-top: 0.8em;
    }
    .thought .flag {
        height: auto;
        position: absolute;
        top: 6.5em;
        left: -5%;
    }
    .thought .person .name {
        font-size: 50px;
        font-family: 'NextPro';
    }
    .thought .person .career {
        font-size: 16px;
        margin-bottom: 1em;
    }
    .thought .txt {
        margin-top: 1.5em;
    }
    .thought .thought_person_txt {
        font-size: 16px;
        margin-top: 2em;
    }
    
    /*AMIR*/
    .thought_person.nigeria {
        flex-direction: column;
        margin-top: 1em;
        padding-top: 7.5em;
        background: url(/assets/img/thought/bg-nigeria.png) no-repeat;
        background-position: top 0;
        background-size: 40%;
    }
    .thought .nigeria .person {
        text-align: right;
        margin-right: 0;
    }
    .thought .nigeria .flag {
        width: 100px;
        right: auto;
        left: -6%;
        top: 11.5em;
    }
    .thought .nigeria .txt {
        margin-right: 0;
    }
    .thought .nigeria .thought_person_tit {
        padding-right: 0;
        text-align: left;
    }
    .thought .nigeria .thought_person_txt {
        padding-right: 0;
        text-align: left;
    }
    
    /*MANATO*/
    .thought_person.japan {
        margin-top: 2.5em;
        padding-top: 12em;
        background: url(/assets/img/thought/bg-japan.png) no-repeat;
        background-position: top right;
        background-size: 45%;
        margin: 0 auto;
    }
    .thought .japan .person {
        margin-left: 0;
    }
    .thought .japan .flag {
        width: 100px;
        top: 16em;
        right: -5%;
        left: auto;
    }
    .thought .japan .txt {
        margin-top: 2em;
        margin-left: 0px;
    }
    /*SHIMA*/
    .thought_person.canada {
        flex-direction: column;
        margin-top: 4em;
        padding-top: 8.5em;
        background: url(/assets/img/thought/bg-canada.png) no-repeat;
        background-position: top left;
        background-size: 50%;
        padding-bottom: 0;
    }
    .thought .canada .person {
        width: auto;
        margin-right: 0;
        text-align: right;
    }
    .thought .canada .flag {
        width: 130px;
        right: auto;
        top: 12em;
        left: -9%;
    }
    .thought .canada .txt {
        margin-top: 2em;
        margin-right: 0;
        z-index: 3;
    }
    .thought .canada .thought_person_txt {
        padding-right: 0;
    }
}
@media (max-width:545px){
    .thought {
        background-size: 50%;
    }
    .thought_person {
        width: 100%;
    }
    .thought .person span {
        display: block;
        margin-top: 0.8em;
    }
    .thought .person .name {
        font-size: 30px;
    }
    .thought .person .career {
        font-size: 14px;
    }
    .thought .txt {
        margin-top: 1.5em;
    }
    .thought .thought_person_tit {
        font-size: 20px;
        margin-top: 0;
    }
    .thought .thought_person_txt {
        font-size: 14px;
        margin-top: 1.5em;
    }
    
    /*AMIR*/
    .thought_person.nigeria {
        flex-direction: column;
        margin-top: 3em;
        padding-top: 4.5em;
        background: url(/assets/img/thought/bg-nigeria.png) no-repeat;
        background-position: top 0;
        background-size: 55%;
    }
    .thought .nigeria .flag {
        width: 50px;
        right: auto;
        left: -3%;
        top: 8.5em;
    }
    
    /*MANATO*/
    .thought_person.japan {
        margin-top: 4em;
        padding-top: 8em;
        background: url(/assets/img/thought/bg-japan.png) no-repeat;
        background-position: top right;
        background-size: 60%;
    }
    .thought .japan .flag {
        width: 50px;
        top: 12em;
        right: -2%;
    }
    /*SHIMA*/
    .thought_person.canada {
        flex-direction: column;
        margin-top: 4em;
        padding-top: 7em;
        background: url(/assets/img/thought/bg-canada.png) no-repeat;
        background-position: top left;
        background-size: 75%;
        padding-bottom: 0;
    }
    .thought .canada .person {
        width: auto;
        margin-right: 0;
        text-align: right;
    }
    .thought .canada .flag {
        width: 65px;
        right: auto;
        top: 11em;
        left: -4%;
    }
}