@charset "UTF-8";
div.support .c-sp-only {
  display: none;
}
div.support .c-tab-over {
  display: block;
}

div.support img {
  width: 100%;
  height: auto;
}
div.support .support-head {
  width: 100%;
}
div.support h4 {
  margin: 0 auto 31px;
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
div.support div.flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 108px;
}
div.support div.flex:before {
  position: absolute;
  right: 0;
  bottom: -74px;
  left: 0;
  width: 254px;
  height: 32px;
  margin: auto;
  background: url(../img/support_arrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
div.support .flex .fukidashi {
  width: 333.63px;
  margin: 0 10px;
}
/*proposal*/
div.support .proposal {
  position: relative;
  margin-bottom: 80px;
}
div.support .proposal .proposal-figure{
  position: absolute;
  width: 223.5px;
  top: -38px;
  right: 0;
  margin-bottom: 0;
}
div.support .proposal h3 {
  margin-bottom: 49px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  color: #1d2351;
}
div.support .proposal h3 span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 28px;
  border-radius: 19px;
  background-color: #1e2f50;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
div.support .proposal .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
div.support .proposal .flex li {
  width: 262px;
  margin: 0;
  padding: 27px 0 30px;
  border: solid 1px #cbcbcb;
  list-style: none;
}
div.support .proposal .flex li .support_merit {
  width: 49.1px;
  margin: 0 auto 17px;
}
div.support .proposal .flex li h2 {
  margin: 0 auto 12px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #e94a00;
}
div.support .proposal .flex li p {
  width: 80%;
  margin: auto;
  font-size: 1.5rem;
  line-height: 1.6;
}
div.support .proposal .flex li p span {
  font-weight: bold;
}
/*performance*/
div.support .performance {
  padding: 48px 0 60px;
  background-color: #fff7f3;
}
div.support .performance h3 {
  margin: 0 auto 46px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  color: #e94a00;
}
div.support .performance .list {
  width: 681.21px;
  margin: 0 auto 20px;
  padding: 26px 27px 20px;
  border: solid 1px #eb5200;
  background-color: #fff;
}
div.support .performance .list .tlt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  line-height: 1;
}
div.support .performance .list .tlt figure {
  width: 30.61px;
  margin: 0 33px 0 0;
}
div.support .performance .list .tlt p {
  margin: 0;
  font-size: 2.3rem;
  font-weight: bold;
  color: #e94a00;
}
div.support .performance .list p {
  margin: 0 0 0 66px;
  font-size: 1.5rem;
}
div.support .performance .list p span {
  font-weight: bold;
}
/*movie*/
div.support .movie {
  margin: 95px 0 70px;
}
div.support .movie h3 {
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: solid 2px #e94a00;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
div.support .movie .movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
}
div.support .movie .movie-list .youtube-ratio {
  width: 70%;

  aspect-ratio: 16 / 9;
}
div.support .movie .movie-list .youtube-ratio iframe {
  width: 100%;
  height: 100%;
}
/*base-box*/
div.support .base-box {
  width: 100%;
  margin-bottom: 100px;
  padding: 30px 0;
  border: solid 3px #eee;
  text-align: center;
}
div.support .base-box p {
  margin-bottom: 15px;
  font-size: 1.7rem;
  font-weight: bold;
}
div.support .base-box a {
  position: relative;
  display: block;
  width: 348px;
  height: 72px;
  margin: 0 auto;
  background-color: #eb5200;
  font-size: 1.6rem;
  line-height: 72px;
  text-decoration: none !important;
  color: #fff !important;
}
div.support .base-box a:before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  div.support .c-sp-only {
    display: block;
  }
  div.support .c-tab-over {
    display: none;
  }
  div.support .movie h3 {
    font-size: 3rem;
    font-size: 2.6rem;
  }
  div.support .proposal h3,
  div.support .performance h3 {
    font-size: 2.8rem;
    font-size: 2.2rem;
  }
  div.support .performance .list .tlt p {
    font-size: 2.3rem;
    font-size: 2.1rem;
  }
  div.support .proposal .flex li h2 {
    font-size: 2.2rem;
    font-size: 2rem;
  }
  div.support h4 {
    font-size: 2.1rem;
    font-size: 1.9rem;
  }
  div.support .proposal h3 span,
  div.support .base-box p {
    font-size: 1.7rem;
    font-size: 1.6rem;
  }
  div.support .base-box a {
    font-size: 1.6rem;
    font-size: 1.5rem;
  }
  div.support .proposal .flex li p,
  div.support .performance .list p {
    font-size: 1.5rem;
    font-size: 1.4rem;
  }


  div.support div.flex {
    display: block;
  }
  div.support .flex .fukidashi {
    width: 85%;
    margin: 0 auto 10px;
  }
  div.support div.flex:before {
    bottom: -60px;
    width: 200px;
  }
  div.support .proposal h3 {
    margin-bottom: 30px;
  }
  div.support .proposal .flex {
    display: block;
  }
  div.support .proposal .flex li {
    width: 90%;
    margin: 0 auto 20px;
  }
  div.support .performance {
    padding: 60px 5% 40px;
  }
  div.support .proposal .proposal-figure{
    display: none;
  }
  div.support .performance h3 {
    margin: 0 auto 30px;
  }
  div.support .performance .list {
    width: 100%;
    padding: 30px 5% 34px;
  }
  div.support .performance .list .tlt {
    margin-bottom: 20px;
    line-height: 1.3;
  }
  div.support .performance .list .tlt p{
    width: auto;
  }
  div.support .performance .list .tlt figure {
    margin-right: 15px;
  }
  div.support .performance .list p {
    width: 100%;
    margin: 0;
  }
  div.support .movie {
    margin: 70px 0 70px;
  }
  div.support .movie h3 {
    margin-bottom: 40px;
  }
  div.support .movie .movie-list {
    display: block;
  }
  div.support .movie .movie-list .youtube-ratio {
    width: 90%;
    margin: 0 auto 20px;
  }
  div.support .base-box {
    margin-bottom: 70px;
    padding: 30px 5%;
  }
  div.support .base-box a {
    width: 90%;
    height: 60px;
    line-height: 60px;
  }
}
