@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 6rem;
  }
  .mv_ttl::before {
    top: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .mv_ttl::before {
    top: -4.6rem;
  }
  .mv_ttl h1 {
    padding-bottom: 28rem;
  }
}
/* =====================================================================
    articles
======================================================================*/
.articles {
  padding-bottom: 22rem;
  min-height: 61rem;
  background: #f5f1ea;
  border-bottom-right-radius: 20rem;
}
.articles::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20rem;
  left: 0;
  width: 20rem;
  height: 20rem;
  background: url(../images/common/img_rounded_b.png) no-repeat top left/contain;
}

.articles_list {
  top: -11rem;
}
.articles_list .slick-list {
  overflow: visible;
}
.articles_list .slick-slide {
  position: relative;
  margin: 0 1rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.articles_list .slick-slide::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16.8rem;
  height: 13.8rem;
  background: url(../images/common/img_shinoby1.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.articles_list .slick-arrow {
  top: 10rem;
}
.articles_list .slick-arrow.prev {
  left: 4rem;
}
.articles_list .slick-arrow.next {
  right: 4rem;
}
.articles_list li {
  width: 46rem !important;
}
.articles_list li a {
  position: relative;
  padding: 0 2.4em 5rem;
}
.articles_list li a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 14rem);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.articles_list li a > * {
  position: relative;
  z-index: 1;
}
.articles_list .slick-current,
.articles_list .is-active-next {
  position: relative;
  margin-top: -5rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.articles_list .slick-current::before,
.articles_list .is-active-next::before {
  top: -13.8rem;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.articles_list .slick-current a::before,
.articles_list .is-active-next a::before {
  background-color: white;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 40%;
  width: 4.8rem;
  height: 4.8rem;
  z-index: 3;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/btn_arrow.png) no-repeat center/contain;
  -webkit-filter: drop-shadow(0 0.6em 0.6em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0.6em 0.6em rgba(0, 0, 0, 0.2));
  will-change: filter;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-arrow.prev {
  left: 0;
}
.slick-arrow.next {
  right: 0;
}
.slick-arrow.next.slick-arrow.next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64rem;
}
.slick-dots li {
  width: 15%;
  height: 0.4rem;
}
.slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font: inherit;
  color: transparent;
  cursor: pointer;
  text-transform: none;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.slick-dots li button::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slick-dots li.slick-active button::before {
  background-color: #000;
}

.banner_slider .slick-list {
  overflow: visible;
}
.banner_slider .slick-slide {
  position: relative;
  margin: 0 2rem;
}
.banner_slider li {
  width: 68rem !important;
}
.banner_slider li a {
  -webkit-filter: drop-shadow(0 2.4rem 4rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2.4rem 4rem rgba(0, 0, 0, 0.1));
  will-change: filter;
}

@media screen and (min-width: 768px) {
  .articles {
    padding-bottom: 12rem;
    min-height: 46rem;
  }
  .articles_list {
    top: -12rem;
  }
  .articles_list .slick-slide {
    margin: 0;
  }
  .articles_list .slick-slide::before {
    width: 11.2rem;
    height: 9.2rem;
  }
  .articles_list li a {
    padding: 0 7rem 5rem;
  }
  .articles_list .articles_month {
    left: 3rem;
  }
  .articles_list .slick-current,
.articles_list .is-active-next {
    margin-top: -5rem;
  }
  .articles_list .slick-current::before,
.articles_list .is-active-next::before {
    top: -9.2rem;
  }
  .articles_list .slick-arrow.prev {
    left: 26rem;
  }
  .articles_list .slick-arrow.next {
    right: 26rem;
  }
  .slick-arrow {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .slick-arrow:hover.prev {
    -webkit-transform: translateX(-1em);
            transform: translateX(-1em);
  }
  .slick-arrow:hover.next {
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
  }
  .slick-dots {
    width: 96rem;
  }
  .deco1 {
    bottom: 0;
    margin-bottom: -44rem;
    right: 0;
    width: 32rem;
  }
  .deco1::after {
    bottom: 6rem;
    left: 18rem;
  }
  .banner_slider li {
    width: 51rem !important;
  }
  .banner_slider li a:hover {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    -webkit-filter: drop-shadow(0 0.5em 0.5em rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0.5em 0.5em rgba(0, 0, 0, 0.1));
  }
  .banner_slider .slick-arrow.prev {
    left: 22rem;
  }
  .banner_slider .slick-arrow.next {
    right: 22rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .articles_list li {
    width: 54rem !important;
  }
  .articles_list .slick-arrow.prev {
    left: 20rem;
  }
  .articles_list .slick-arrow.next {
    right: 20rem;
  }
}
/* =====================================================================
    button
======================================================================*/
.btn_articles {
  position: relative;
  margin: -14rem auto 0;
  width: 56rem;
}
.btn_articles a {
  -webkit-filter: drop-shadow(0 2.4rem 4rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2.4rem 4rem rgba(0, 0, 0, 0.1));
  will-change: filter;
}

@media screen and (min-width: 768px) {
  .btn_articles {
    margin: -8rem auto 0;
    width: 80rem;
  }
  .btn_articles a:hover {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    -webkit-filter: drop-shadow(0 0.5em 0.5em rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0.5em 0.5em rgba(0, 0, 0, 0.1));
  }
}
/* =====================================================================
    about
======================================================================*/
.about {
  padding: 20rem 0 0;
}
.about h2 {
  position: relative;
  margin: 0 auto;
  width: 40rem;
}
.about h2::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 36%;
  padding-top: 36%;
  background: url(../images/top/bg_ttl_about.png) no-repeat center/contain;
}
.about h2.is-active::before {
  -webkit-animation: rotation2 3s ease-out;
          animation: rotation2 3s ease-out;
}

@-webkit-keyframes rotation2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes rotation2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.about_list li {
  position: relative;
}
.about_list li .about_subttl {
  position: relative;
  z-index: 2;
}
.about_list li p {
  position: relative;
  padding-left: 12rem;
  font-weight: 700;
  line-height: 2.25;
  z-index: 2;
}
.about_list li p::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.6em;
  left: 0;
  width: 0.8rem;
  height: 26.4rem;
  background: url(../images/common/img_dots_sdgs_v.png) no-repeat center/contain;
}
.about_list_1 .about_subttl {
  margin: -16rem 0 0 calc(-35 / 680 * 100%);
  width: calc(580 / 680 * 100%);
}
.about_list_1 p {
  margin-top: -15rem;
}
.about_list_2 {
  padding-bottom: 28rem;
}
.about_list_2::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin-left: calc(-35 / 680 * 100%);
  width: calc(560 / 680 * 100%);
  height: 79.6rem;
  background: url(../images/top/bg_shape-sp.png) no-repeat center/contain;
}
.about_list_2 .deco3 {
  bottom: 16rem;
  left: 0;
  margin-left: calc(-35 / 680 * 100%);
  width: calc(199 / 680 * 100%);
  z-index: 1;
}
.about_list_2 .deco3::after {
  top: 18.5rem;
  right: 18.5rem;
}
.about_list_2 .about_subttl {
  margin: -8rem calc(18 / 680 * 100%) 0 0;
  width: calc(716 / 680 * 100%);
}
.about_list_2 .about_subttl .deco2 {
  top: 0;
  right: 0;
  margin-top: -33.5195530726%;
  width: 27.7932960894%;
}
.about_list_2 .about_subttl .deco2::after {
  bottom: 18rem;
  left: 18rem;
}
.about_list_2 p {
  margin-top: -12rem;
}

.ongoing {
  margin-top: -10rem;
  padding-bottom: 20rem;
  background: #f5f1ea;
}
.ongoing::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 35rem;
  background-color: #fff;
  border-radius: 0 0 20rem 20rem;
}
.ongoing h3 {
  text-align: left;
}

.ongoing_list {
  position: relative;
  padding-bottom: 7rem;
  z-index: 1;
}
.ongoing_list .slick-list {
  overflow: visible;
}
.ongoing_list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ongoing_list .slick-slide {
  position: relative;
  margin: 0 3rem;
  height: auto !important;
}
.ongoing_list .slick-slide > div {
  height: 100%;
}
.ongoing_list .slick-slide li {
  text-align: center;
  width: 56rem !important;
  height: 100%;
}
.ongoing_list .slick-slide li a {
  position: relative;
  padding: 7rem 0;
  height: 100%;
  background-color: #fff;
  border-radius: 8rem;
  -webkit-box-shadow: 0 2.4rem 4rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 2.4rem 4rem rgba(0, 0, 0, 0.1);
}
.ongoing_list .slick-slide li a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1.8em;
  right: 1.8em;
  width: 1em;
  height: 1.16em;
  background: url(../images/common/icon_arrow.png) no-repeat center/contain;
}
.ongoing_list .slick-slide li h4 {
  margin-bottom: 1em;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
}
.ongoing_list .slick-slide li .logo_ytv {
  display: inline;
  margin-right: 0.3em;
  width: 2.15em;
  vertical-align: middle;
}
.ongoing_list .slick-slide li figure {
  margin: 0 auto 1em;
  width: 19.2rem;
}
.ongoing_list .slick-slide li p {
  font-weight: 700;
  line-height: 1.833;
}

@media screen and (min-width: 768px) {
  .about_list li p {
    padding: 7rem 0 0;
    font-size: max(1.8rem, 15px);
  }
  .about_list li p::before {
    top: 0;
    left: 0;
    width: 26.4rem;
    height: 0.8rem;
    background-image: url(../images/common/img_dots_sdgs_h.png);
  }
  .about_list_1 .about_subttl {
    margin: -11rem calc(50% - 50vw);
    width: 100%;
  }
  .about_list_1 p {
    margin: -36rem 0 0 calc(580 / 1024 * 100%);
  }
  .about_list_1 .deco2 {
    bottom: 0;
    left: 0;
    margin-bottom: calc(118 / 1024 * 100%);
    width: calc(560 / 1024 * 100%);
  }
  .about_list_1 .deco2::after {
    bottom: 30rem;
    left: 22rem;
  }
  .about_list_2 {
    padding-bottom: 0;
  }
  .about_list_2::after {
    display: none;
  }
  .about_list_2 .deco3 {
    bottom: 16rem;
    left: 0;
    margin-left: calc(-35 / 680 * 100%);
    width: calc(199 / 680 * 100%);
    z-index: 1;
  }
  .about_list_2 .deco3::after {
    top: 18.5rem;
    right: 18.5rem;
  }
  .about_list_2 .about_subttl {
    margin: -7rem calc(50vw - 50%);
    width: 100%;
  }
  .about_list_2 .about_subttl .deco2 {
    margin-top: calc(120 / 1024 * 100%);
    width: calc(560 / 1024 * 100%);
  }
  .about_list_2 .about_subttl .deco2::after {
    bottom: 30rem;
    left: 30rem;
  }
  .about_list_2 p {
    margin-top: -23rem;
  }
  .ongoing {
    margin-top: 0;
    padding-top: 26rem;
  }
  .ongoing::before {
    height: 20rem;
  }
  .ongoing_list {
    margin-top: 0;
  }
  .ongoing_list .slick-arrow.prev {
    left: 22rem;
  }
  .ongoing_list .slick-arrow.next {
    right: 22rem;
  }
  .ongoing_list .slick-slide li {
    width: 48rem !important;
  }
  .ongoing_list .slick-slide li a {
    padding: 9rem 0;
    border-radius: 6rem;
  }
  .ongoing_list .slick-slide li a:hover {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  }
  .ongoing_list .slick-slide li h4 {
    font-size: max(2.4rem, 18px);
  }
  .ongoing_list .slick-slide li figure {
    width: 14.4rem;
  }
}
/* =====================================================================
    twitter
======================================================================*/
.twitter {
  padding: 20rem 0 30rem;
  background: #a3dadf url(../images/top/bg_twitter-sp.jpg) no-repeat bottom center/100% auto;
}
.twitter .sec_ttl {
  margin: 0 auto 4rem;
  text-align: left;
  width: 60rem;
}

.deco4 {
  top: -8rem;
  right: 0;
  width: 44rem;
}
.deco4::after {
  top: 6.7rem;
  left: 30.6rem;
}

.twitter_widget {
  margin: 0 auto;
  width: 60rem;
  height: 400px;
}

.shinoby_ninmaru {
  position: absolute;
  bottom: -35rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 68.1rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .twitter {
    padding: 4rem 0 3rem;
    background: #a3dadf url(../images/top/bg_twitter-pc.jpg) no-repeat bottom center/192rem auto;
  }
  .twitter .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(1160 / 1920 * 100%);
  }
  .twitter .sec_ttl {
    margin: 4rem 0 0;
  }
  .deco4 {
    right: auto;
    left: 0;
    width: 32rem;
  }
  .deco4::after {
    top: 42rem;
    left: 10rem;
  }
  .twitter_widget {
    margin: 0;
    width: 41rem;
    min-width: 260px;
  }
  .shinoby_ninmaru {
    bottom: -8rem;
    left: 3rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 50.7rem;
  }
}
/* =====================================================================
    team
======================================================================*/
.team {
  padding: 20rem 0;
  background: #13ac43;
}
.team .sec_ttl {
  color: #fff;
}

.team_list {
  margin: 0 auto;
  padding-bottom: 6.5rem;
  width: 64rem;
}
.team_list .slick-list {
  border-radius: 2.4rem;
  overflow: hidden;
}
.team_list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team_list .slick-slide {
  height: auto !important;
}
.team_list .slick-slide > div {
  height: 100%;
}
.team_list .slick-arrow.prev {
  left: -5rem;
}
.team_list .slick-arrow.next {
  right: -5rem;
}

@media screen and (min-width: 768px) {
  .team_list {
    padding-bottom: 8rem;
    width: 100%;
  }
  .team_list .slick-list {
    border-radius: 6rem;
  }
  .team_list .slick-arrow {
    top: 40%;
  }
  .team_list .slick-arrow.prev {
    left: -7rem;
  }
  .team_list .slick-arrow.next {
    right: -7rem;
  }
}
/* =====================================================================
    organization
======================================================================*/
.organization {
  padding: 20rem 0;
  background: #f5f1ea;
}

.deco5 {
  top: -20rem;
  left: 0;
  width: 44rem;
}
.deco5::after {
  bottom: 6rem;
  right: 30rem;
}

.organization_img {
  margin: 0 auto;
  width: 64rem;
  border-radius: 2.4rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .deco5 {
    top: -32rem;
    left: auto;
    right: 0;
    width: 32rem;
  }
  .deco5::after {
    bottom: 6rem;
    right: auto;
    left: 6rem;
  }
  .organization_img {
    width: 100%;
    border-radius: 6rem;
  }
}
/* =====================================================================
    headquarters
======================================================================*/
.headquarters {
  padding: 20rem 0;
  background: #1c3e76;
}
.headquarters .sec_ttl {
  color: #fff;
}

.deco6 {
  top: -8rem;
  right: 0;
  width: 44rem;
}
.deco6::after {
  top: 6rem;
  left: 30rem;
}

.headquarters_list {
  margin: 0 auto;
  width: 64rem;
}
.headquarters_list li {
  margin-bottom: 1em;
}
.headquarters_list li.break {
  margin-bottom: 3em;
}
.headquarters_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  line-height: 1.416;
  color: #fff;
}
.headquarters_list li dl .sec {
  width: 18.7%;
}
.headquarters_list li dl .pos {
  width: 53.1%;
}
.headquarters_list li dl dd {
  width: 20.3%;
}

@media screen and (min-width: 768px) {
  .deco6 {
    top: -20rem;
    right: auto;
    left: 0;
    width: 44rem;
  }
  .deco6::after {
    top: auto;
    bottom: 6rem;
    left: 10rem;
  }
}
/* =====================================================================
    banner
======================================================================*/
.banner {
  position: relative;
  padding: 20rem 0;
  background: #f5f1ea;
}

.deco8 {
  top: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52rem;
}
.deco8::after {
  bottom: 6rem;
  left: 6rem;
}

.banner_list {
  margin: 0 auto;
  width: 48rem;
}
.banner_list li {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .banner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0 calc(-108 / 1024 * 100%);
    width: calc(1240 / 1024 * 100%);
  }
  .banner_list li {
    margin: 0 1.6129032258% 4rem;
    width: 29.0322580645%;
  }
  .banner_list li a:hover {
    opacity: 0.7;
  }
}

/* =====================================================================
    float banner 24/4/1 追加
======================================================================*/

.main {
  position: relative;
}
.top_bnr {
  display: block;
  position: absolute;
  top: 0;
  right: -1.5em;
  width: 34rem;
  z-index: 100;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.top_bnr a {
  position: relative;
}
.countdown {
  position: absolute;
  top: 19.5rem;
  right: 10rem;
}
.countdown p {
  float: left;
  color: #d90b2d;
  font-weight: bold;
}
.countdown .ato {
  font-size: 1.6rem;
  padding-top: 0.4rem;
}
.countdown .count_num {
  width: 2em;
  text-align: center;
  font-size: 4rem;
}
.countdown .day {
  padding-top: 0.8rem;
}

@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}

@media screen and (min-width: 768px) {
  .top_bnr {
    top: 11%;
    right: 2em;
    width: 40rem;
  }
  .countdown {
    position: absolute;
    top: 22.5rem;
    right: 11rem;
  }
  .countdown .ato {
    font-size: 2.2rem;
    padding-top: 1.2rem;
  }
  .countdown .count_num {
    width: 2em;
    text-align: center;
    font-size: 6rem;
  }
  .countdown .day {
    padding-top: 2.8rem;
  }
}

/*# sourceMappingURL=top.css.map */
