@charset "UTF-8";
/*header
-----------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: .3s;
  z-index: 9999;
}
.site-header.scrolled {
  background: rgba(255,255,255,.95);
}
.header__logo {
  margin: 2.7rem 0 0 2.4rem;
}
.header__logo a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo a img {
  width: 28.575rem;
  margin-right: 2.5rem;
}
.header__logo a span {
  font-size: 1.5rem;
  letter-spacing: .1rem;
  color: #fff;
  text-shadow: 0 0 .6rem rgba(0,0,0,.16);
  padding-top: .5rem;
}
.menu-area {
  margin: 4rem 2.5rem 0 0;
  width: 70%;
}
.menu-area .menu {
  text-align: center;
}
.menu-area .menu img {
  width: 3.6rem;
  margin-bottom: .5rem;
}
.menu-area .menu p {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .1rem;
  color: #fff;
  text-shadow: 0 0 .6rem rgba(0,0,0,.16);
}
.header__nav {
}
.header__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  
}
.header__menu-item {
  padding: 0 2rem;
}
.header__menu-item a {
  display: block;
  font-size: 2.0rem;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .1rem;
}
.menu-close {
  position: absolute;
  top: 2.5rem;
  right: 2.3rem;
  width: 4.263rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
.menu-close img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
.menu,
.menu-close {
  display: none;
}
}
@media screen and (max-width: 767px) {
.site-header {
  padding: 1rem 5%;
}
.header__nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  padding: 10rem 5vw;
  box-sizing: border-box;
  overflow-y: auto;
}
.header__nav-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.header__logo {
  margin: 2.25rem 0 0 0;
}
.header__logo a img {
  width: 40vw;
  margin-right: 1.5rem;
}
.menu-area {
  margin: 2rem 0;
  width: auto;
}
.header__menu-item {
  margin-bottom: 5rem;
  width: 100%;
}
.header__menu-item a {
  font-size: 3rem;
}
.head-left-box {
  width: 42%;
}
.site-header .site-title {
  width: 100%;
  margin-right: 0;
}
.site-header .catchphrase {
  display: none;
}
.site-header .head-btn-wrap {
  width: 54%;
}
.site-header .btn-box.btn-entry {
  width: 38.5%;
}
.site-header .btn-box.btn-host {
  width: 38.5%;
}
.site-header .btn-box.btn-line {
  width: 19.5%;
}
.site-header .btn-box a {
  width: 100%;
}
.site-header .btn-box.btn-entry a {
  padding: .65rem .5rem 1.1rem;
  justify-content: center;
}
.site-header .btn-box.btn-entry .btn-txt {
  font-weight: bold;
  margin: 0 .15rem;
}
.site-header .btn-box.btn-host a {
  padding: .65rem .5rem 1.1rem;
  justify-content: center;
}
.site-header .btn-box.btn-host .btn-txt {
  font-weight: bold;
  margin: 0 .15rem;
}
.site-header .btn-box.btn-line a {
  padding: .5rem;
}
.site-header .btn-box.btn-line a .btn-icon {
  width: 100%;
}
.site-header .btn-box a .btn-icon {
  width: 20%;
}
.site-header .btn-box.btn-line a .btn-txt {
  display: none;
}
.site-header .btn-box.btn-line a::after {
  content: none;
}
.site-header .btn-box a::after {
  content: '';
  width: .35rem;
  height: .43rem;
  background: url("../img/icon-arrow.svg") no-repeat center center;
  background-size: 100%;
}
}


/*footer
-----------------------------------------------------------------------------*/
footer {
  padding: 10rem 0 2rem;
  position: relative;
  z-index: 2;
  background: #FCFCFC;
}
footer .foot-left {
  width: 20%;
}
footer .foot-left .foot-logo {
  width: 83.83%;
  margin-bottom: 3rem;
}
footer .foot-left .foundation-info p {
  font-size: 1.5rem;
  line-height: 2;
}
footer .foot-right {
  width: 80%;
}
footer .foot-right .footer__menu {
  margin-bottom: 3rem;
}
footer .foot-right .footer__menu li {
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .1rem;
  margin: 0 2rem;
}

.bottom-btn {
  width: 68%;
  margin-bottom: 7rem;
}
.btn01-s {
  width: 48.333%;
}
.btn01-s a {
  color: #fff;
  border-radius: 1rem;
  height: 10rem;
  display: block;
  width: 100%;
}
.btn01-s.btn-join a {
  background: #87CF89;
}
.btn01-s.btn-apply a {
  background: #1296FF;
}
.btn01-s a .btn-txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 3rem;
  position: relative;
}
.btn01-s a .btn-txt::after {
  content: '';
  display: block;
  width: 1.3rem;
  height: 2.3rem;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/btn01s-arrow.svg") no-repeat center center;
  background-size: 100%;
}
.btn01-s a .btn-txt .btn-en {
  font-size: 3.2rem;
  margin-right: 2rem;
}
.btn01-s a .btn-txt .btn-jp {
  font-size: 1.8rem;
}
footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
footer .foot-left {
  width: 100%;
  margin-bottom: 4rem;
}
footer .foot-left .foot-logo {
  width: 40vw;
  margin: 0 auto 2rem;
}
footer .foot-left .foundation-info p {
  font-size: 1.8rem;
  text-align: center;
}
footer .foot-right {
  width: 100%;
}
footer .foot-right .footer__menu {
  display: none;
}
.bottom-btn {
  width: 100%;
}
.btn01-s a {
  height: 8.5rem;
}
.btn01-s a .btn-txt {
  display: block;
  padding: 2rem 2rem;
}
.btn01-s a .btn-txt::after {
  right: 2rem;
}
.btn01-s a .btn-txt .btn-en {
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 2.6rem;
}
.btn01-s a .btn-txt .btn-jp {
  line-height: 1;
  font-size: 1.5rem;
}
footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3rem;
}
}



/*mv_sec
-----------------------------------------------------------------------------*/
#mv {
  padding: 0;
  height: 100vh;
  opacity: 1 !important;
  background: url("../img/mv-bg.jpg") no-repeat bottom right;
  background-size: cover;
}
.mv_wrap {
  position: relative;
  height: 100vh;
  transition: transform 0.5s ease;
  will-change: transform;
  animation-fill-mode: forwards;
  padding-top: 26rem;
}
.mv__inner {
  max-width: 1280px;
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto;
}
.mv__catch-box {
  opacity: 0;
  transition: opacity 1.4s ease;
}
.mv__catch-box h2 {
  font-size: 5rem;
  font-weight: 700;
}

.mv__sitename.on {
  opacity: 1;
  transition-delay: 0.4s;
}

.mv__catch-box.on {
  opacity: 1;
  transition-delay: 1.6s;
}

@media screen and (max-width: 767px) {
#mv {
  background: url("../img/mv-bg_sp.jpg") no-repeat top right 30%;
  background-size: cover;
}
.mv__inner {
  padding: 0 6rem;
}
.mv__catch-box h2 {
  font-size: 4.2rem;
  line-height: 2;
}
.mv__sitename {
  line-height: 1.5;
}
.mv_list_area {
    margin-top: -6rem;
}
.mv_list_area .slick-slide {
    width: 20rem;
}
.mv_wrap {
  padding: 15vh 0 0;
}
.mv_box {
  padding: 0 2.5rem;
}
.mv_box .mv_catch {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.mv_box h2 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  padding-top: 0;
}
.mv_box h2 .sp-bg,
.mv_box .bottom_txt {
  background: rgba(255,255,255,.8);
}
.mv_box h2 .red {
  font-size: 3.6rem;
  padding-top: 1rem;
}
.mv_box h2 .red.sp-l {
  font-size: 5rem;
}
.mv_box h2 .pt {
  display: block;
  padding-top: 1rem;
}
.mv_box h2 .pt .sp-bg {
  padding-top: 1rem;
}
.mv_box h2 .s-txt {
  font-size: 2.5rem;
}
.mv_box h2 .s-txt.sp-l {
  font-size: 3.6rem;
  line-height: 1.5;
}
.mv_box .cut {
  letter-spacing: -1.5rem;
}
.mv_box .bottom_txt {
  font-size: 1.75rem;
  margin-bottom: 4rem;
  line-height: 1.5;
  display: inline-block;
}
.mv_box .bottom_txt .red {
  font-size: 2.5rem;
}
.mv_box .red.text-m {
  font-size: 2.1rem;
}
.mv_box .mv_btn_wrap {
    margin-bottom: -7rem;
}
.mv_batch {
  width: 70%;
}
.mv_batch h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
.mv_box .mv_btn_wrap a {
    width: 100%;
}
}


/*sec_common
-----------------------------------------------------------------------------*/
section {
  position: relative;
  padding: 16rem 0;
}
section.bg-gray {
  background: #FCFCFC;
}
section p {
  font-size: 1.6rem;
  line-height: 2;
}
.title-box {
  width: 23.125%;
}
.title-box .sec-title .tit-en {
  position: relative;
  font-size: 5rem;
  display: block;
  line-height: 1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.title-box .sec-title .tit-en::after {
  content: '';
  position: absolute;
  bottom: .5rem;
  left: 0;
  transform: translateX(-50%);
  width: 5.8rem;
  height: 1px;
  background: #000;
}
.title-box .sec-title .tit-jp {
  font-size: 2.2rem;
  display: block;
  line-height: 1;
  font-weight: 900;
}
.content-box {
  width: 76.875%;
}

.btn01_wrap {
}
.btn01_wrap a {
  position: relative;
  background: #c80046;
  color: #fff;
  box-shadow: 0px 4px 0px 0px rgba(162, 13, 58, 1);
  transition: .3s;
  width: 38rem;
  padding: 2rem 0;
  border-radius: .7rem;
  font-size: 1.426rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btn01_wrap a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 4.5rem;
  transform: translateY(-50%);
}
.btn01_wrap a:hover {
  opacity: 1;
  box-shadow: 0px 0px 0px 0px rgba(162, 13, 58, 1);
  transform: translateY(4px);
  background: #d84c7d;
}
.btn01_wrap a .btn_top {
  position: absolute;
  color: #c80046;
  text-align: center;
  border: 1px solid #c80046;
  border-radius: 3rem;
  padding: .5rem 2.5rem;
  top: -1.15rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  font-size: 1.215rem;
}
.btn01_wrap a .btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.btn01_wrap a .btn_inner span {
  background: #fff;
  border-radius: .5rem;
  color: #c80046;
  margin-right: 1rem;
  padding: .5rem 1rem;
}
@media screen and (max-width: 767px) {
section {
  padding: 10rem 0;
}
.title-box {
  width: 100%;
  margin-bottom: 5rem;
}
.title-box .sec-title .tit-en {
  font-size: 4rem;
  display: inline-block;
  margin-right: 2rem;
}
.title-box .sec-title .tit-jp {
  font-size: 2.2rem;
  display: inline-block;
}
.content-box {
  width: 100%;
}
}

/*about-sec
-----------------------------------------------------------------------------*/
.about-sec {
}
.about-box:not(:last-child) {
  margin-bottom: 10rem;
}
.about-tit-box {
  width: 23%;
}
.about-tit-box .about-tit .tit-en {
  position: relative;
  font-size: 3.2rem;
  display: block;
  line-height: 1;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.about-tit-box .about-tit .tit-en::after {
  content: '';
  position: absolute;
  bottom: .25rem;
  left: 0;
  transform: translateX(-50%);
  width: 5.8rem;
  height: 1px;
  background: #000;
}
.about-tit-box .about-tit .tit-jp {
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  font-weight: 900;
}
.about-txt-box {
  width: 77%;
}
.about-txt-box h4 {
  font-size: 3.2rem;
  line-height: 2.25;
  margin-top: -2.25rem;
}
.about-txt-box .ov-tit {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.about-txt-box .ov-tit.second {
  margin-top: 3.5rem;
}
.about-txt-box .org-table {
  font-size: 1.6rem;
  line-height: 2;
}
.about-txt-box .org-table tr th {
  padding-right: 1.5rem;
}

@media screen and (max-width: 767px) {
.about-tit-box {
  width: 100%;
  margin-bottom: 3rem;
}
.about-tit-box .about-tit {
  position: relative;
  text-align: center;
}
.about-tit-box .about-tit::after {
  content: '';
  position: absolute;
  bottom: .25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.8rem;
  height: 1px;
  background: #000;
}
.about-tit-box .about-tit .tit-en {
  font-size: 2.8rem;
  display: inline-block;
  margin-right: 1.5rem;
}
.about-tit-box .about-tit .tit-en::after {
  content: none;
}
.about-tit-box .about-tit .tit-jp {
  font-size: 1.8rem;
  display: inline-block;
}
.about-txt-box {
  width: 100%;
}
.about-txt-box.sp-center {
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.about-txt-box h4 {
  text-align: center;
  margin-top: 0;
}
.about-txt-box p {
  font-size: 2.0rem;
  margin-bottom: 1rem;
}
.about-txt-box .ov-tit {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.about-txt-box .org-table {
  font-size: 2.0rem;
  margin-bottom: 1rem;
}
}

/*data-sec
-----------------------------------------------------------------------------*/
.data-box {
  width: 46.33%;
}
.data-box.wide {
  width: 100%;
  margin: 6rem 0;
}
.data-box h3 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
.data-box {
  width: 100%;
}
.data-box.wide .wide-inner {
  overflow-x: scroll;
}
.data-box:first-child,
.data-box:nth-last-child(2) {
  margin-bottom: 6rem;
}
.data-box.wide .wide-inner figure {
  width: 200vw;
}
}

/*donation-sec
-----------------------------------------------------------------------------*/
.donation-box {
  width: 46.33%;
  margin-bottom: 6rem;
}
.donation-box:nth-last-child(2),
.donation-box:last-child {
  margin-bottom: 0;
}
.donation-box figucaption {
  font-size: 2.0rem;
  line-height: 2.25;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
.donation-box {
  width: 100%;
}
.donation-box:nth-last-child(2) {
  margin-bottom: 6rem;
}
}


/*news-sec
-----------------------------------------------------------------------------*/
.news-list li {
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  padding-bottom: 1rem;
}
.news-list li:not(:last-child) {
  margin-bottom: 3rem;
}
.news-list li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  width: 5.8rem;
  height: 1px;
  background: #000;
}
.news-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.news-list li .news-date {
  display: block;
  width: 13%;
  line-height: 1.8;
}
.news-list li .news-tit {
  display: block;
  width: 87%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
.news-list li {
  font-size: 2.0rem;
}
.news-list li::after {
  content: none;
}
.news-list li .news-date {
  width: 100%;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.news-list li .news-date::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  width: 5.8rem;
  height: 1px;
  background: #000;
}
.news-list li .news-tit {
  width: 100%;
}
}


/*cta-sec
-----------------------------------------------------------------------------*/
.cta-sec {
  padding: 10.5rem;
  background: linear-gradient(120deg, #87CF89, #1296FF);
}
.cta-sec .cta-title {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  margin-bottom: 5.5rem;
}
.btn01 {
  width: 48.333%;
}
.btn01 a {
  background: #fff;
  border-radius: 1rem;
  height: 20rem;
  display: block;
  width: 100%;
}
.btn01.btn-join a {
  color: #87CF89;
}
.btn01.btn-apply a {
  color: #1296FF;
}
.btn01 a .btn-txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 6rem;
  position: relative;
}
.btn01 a .btn-txt::after {
  content: '';
  display: block;
  width: 1.3rem;
  height: 2.3rem;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn01.btn-join a .btn-txt::after {
  background: url("../img/btn-join-arrow.svg") no-repeat center center;
  background-size: 100%;
}
.btn01.btn-apply a .btn-txt::after {
  background: url("../img/btn-apply-arrow.svg") no-repeat center center;
  background-size: 100%;
}
.btn01 a .btn-txt .btn-en {
  font-size: 5.0rem;
  margin-right: 2rem;
}
.btn01 a .btn-txt .btn-jp {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
.cta-sec {
  padding: 6rem 5vw;
}
.cta-sec .cta-title {
  font-size: 3.0rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.btn01 {
  width: 100%;
}
.btn01:first-child {
  margin-bottom: 2rem;
}
.btn01 a {
  height: 14rem;
}
.btn01 a .btn-txt {
  padding: 2.5rem 6rem;
}
.btn01 a .btn-txt .btn-en {
  display: block;
  width: 100%;
  margin-right: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.btn01 a .btn-txt .btn-jp {
  display: block;
  width: 100%;
  line-height: 1;
}
}