@-webkit-keyframes bgslide {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}
@keyframes bgslide {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes fadeinrl {
  0% {
    opacity: 0;
    -webkit-transform: translate(15px);
    transform: translate(15px)
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}
@keyframes fadeinrl {
  0% {
    opacity: 0;
    -webkit-transform: translate(15px);
    transform: translate(15px)
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}
.mv {
  padding: 50px 0 0
}
.mv #youtube-wrap {
  padding: 56.25% 0 0;
  position: relative;
  width: 100%
}
.mv #youtube-wrap iframe {
  height: 100% !important;
  margin: 0 !important;
  width: 100% !important
}
.mv-image {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeinrl;
  animation-name: fadeinrl;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  opacity: 0;
  width: 100%
}
.mv .slick-track {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.mv .note {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  font-size: .5rem;
  font-weight: 300;
  opacity: 0;
  padding: 10px 20px;
  text-align: right;
  z-index: 2
}
.mv .title {
  padding: 20px 20px 30px;
  text-align: center
}
.mv h1 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0 20px
}
.mv .text, .mv h1 {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  opacity: 0
}
.mv .text {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 10px 20px 0;
  z-index: 2
}
.theme {
  position: relative;
  z-index: 7
}
.theme .bg {
  bottom: 0;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.theme .bg.show {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: bgslide;
  animation-name: bgslide;
  background-color: #f0f0f0;
  opacity: 1
}
.theme h2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 60px 0 0;
  padding: 40px 20px;
  position: relative;
  z-index: 1
}
.news {
  padding: 30px 0 80px
}
.news .cont-head .sec-title, .news .cont-head .title {
  color: #000
}
.news ul {
  padding: 0 20px 30px
}
.news ul a, .news ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.news ul li {
  font-size: .9rem;
  line-height: 1.9;
  padding: 10px 0
}
.news ul li .data {
  width: 100px
}
.news ul li .cat {
  display: block;
  font-size: .8rem;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
  width: 120px
}
.news ul li .cat-press {
  background-color: #3e3a39;
  color: #fff
}
.news ul li .cat-update {
  background-color: #e6e6e6;
  color: #333
}
.news ul li .title {
  padding: 5px 0 0;
  width: 100%
}
.news .moreBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 12px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9rem;
  height: 24px;
  margin: 30px auto 0;
  padding: 0 5px 0 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}
.news .moreBtn:after {
  background-image: url(../images/arrow_down.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 100%;
  margin: 0 0 0 5px;
  width: 20px
}
.cont {
  padding: 0 0 50px;
  position: relative;
  z-index: 7
}
.cont .bg {
  bottom: 0;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.cont .bg.show {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: bgslide;
  animation-name: bgslide;
  background-color: #861c3c;
  opacity: 1
}
.cont-head {
  opacity: 0;
  padding: 50px 20px;
  -webkit-transform: translate(-15px);
  transform: translate(-15px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out
}
.cont-head.show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0)
}
.cont-head .title {
  color: #fff
}
.cont-head .sec {
  position: relative
}
.cont-head .sec-sub {
  -webkit-text-stroke: 1px #ccc;
  text-stroke: 1px #ccc;
  color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 3.4rem;
  line-height: 1
}
.cont-head .sec-title {
  bottom: -.5rem;
  color: #fff;
  font-size: 1.2rem;
  padding: 35px 0 0 10px;
  position: absolute;
  z-index: 2
}
.cont-head .text {
  color: #fff;
  font-size: .9rem;
  padding: 30px 10px 0
}
.cont ul {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(-15px);
  transform: translate(-15px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  z-index: 1
}
.cont ul.show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0)
}
.cont ul li {
  padding: 0 40px;
  position: relative
}
.cont ul li .text {
  color: #fff;
  font-size: .9rem;
  padding: 5px 0 0
}
.cont ul li .sub {
  color: #fff;
  font-size: .8rem;
  padding: 5px 0 0
}
.cont ul li .data {
  color: #fff;
  font-size: .9rem;
  padding: 5px 0 0
}
.cont ul li div {
  position: relative
}
.cont ul li .coming {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: .9rem;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: inherit
}
.cont ul li .coming span {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem
}
.cont ul li .coming span b {
  padding: 1px 3px
}
.cont ul li .coming b, .cont ul li .coming span b {
  background-color: hsla(0, 0%, 100%, .6);
  color: #861c3c;
  display: block
}
.cont ul li .coming b {
  padding: 1px 5px
}
.cont .slick-arrow {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
  height: 100%;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 1
}
.cont .slick-prev {
  background-image: url(../images/arrow_back.svg);
  left: 0
}
.cont .slick-next {
  background-image: url(../images/arrow_forward.svg);
  right: 0
}
.cont .slick-disabled {
  opacity: 0
}
.cont-wh .bg.show {
  background-color: #f0f0f0
}
.cont-wh .cont-head .sec-title, .cont-wh .cont-head .text, .cont-wh .cont-head .title, .cont-wh ul li .data, .cont-wh ul li .text {
  color: #000
}
.cont-wh .slick-prev {
  background-image: url(../images/arrow_back_bk.svg)
}
.cont-wh .slick-next {
  background-image: url(../images/arrow_forward_bk.svg)
}
.cont-wh .slick-disabled {
  opacity: 0
}
.initiative {
  padding: 90px 0 40px;
  position: relative;
  z-index: 7
}
.initiative .cont-head .sec-title, .initiative .cont-head .text, .initiative .cont-head .title {
  color: #000
}
.initiative ul {
  padding: 40px 0 0;
  position: relative;
  z-index: 1
}
.initiative ul li {
  padding: 0 20px;
  position: relative
}
.initiative ul li:before {
  background: #f0f0f0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 35px;
  z-index: -1
}
.initiative ul li .block {
  margin: 0 0 40px;
  padding: 0 0 30px
}
.initiative ul li .block figure img {
  width: 100%
}
.initiative ul li .block div {
  padding: 25px 0 0
}
.initiative ul li .block div h3 b {
  border-left: 4px solid #c69ab2;
  border-right: 4px solid #b1ccd7;
  display: inline-block;
  font-weight: 700;
  margin: 0 0 6px;
  padding: 8px 15px;
  position: relative
}
.initiative ul li .block div h3 b span {
  display: inline-block;
  padding: 0 2px
}
.initiative ul li .block div h3 b:after, .initiative ul li .block div h3 b:before {
  background: -webkit-gradient(linear, left top, right top, from(#c69ab2), to(#b1ccd7));
  background: linear-gradient(90deg, #c69ab2, #b1ccd7);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%
}
.initiative ul li .block div h3 b:before {
  top: 0
}
.initiative ul li .block div h3 b:after {
  bottom: 0
}
.initiative ul li .block div .text {
  font-size: .9rem;
  padding: 10px 0 0
}
.initiative ul li .block div .more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #861c3c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8rem;
  height: 40px;
  margin: 15px 0 0;
  padding: 0 12px 0 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}
.initiative ul li .block div .more a:after {
  background-image: url(../images/arrow_forward.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 100%;
  margin: 0 0 0 7px;
  width: 7px
}
@media only screen and (min-width:481px) {
  .mv {
    padding: 80px 0 0
  }
  .mv, .mv-image {
    position: relative
  }
  .mv-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    width: 60%;
    z-index: 2
  }
  .mv .note {
    font-size: .8rem
  }
  .mv .title {
    padding: 20px 60px 40px
  }
  .mv h1 {
    font-size: 2.2rem;
    padding: 0
  }
  .mv .text {
    font-size: 1.4rem;
    font-weight: 300;
    padding: 10px 0 0
  }
  .theme h2 {
    font-size: 1.6rem;
    margin: 80px 0 0;
    padding: 50px 80px
  }
  .news {
    padding: 0 0 80px
  }
  .news ul {
    padding: 0 80px 30px
  }
  .news ul a, .news ul li {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .news ul li {
    font-size: 1rem
  }
  .news ul li .cat, .news ul li .data {
    width: 120px
  }
  .news ul li .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 15px
  }
  .cont {
    padding: 0 0 80px
  }
  .cont-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 80px 80px 50px
  }
  .cont-head .title {
    font-size: 1.8rem
  }
  .cont-head .sec {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .cont-head .sec-sub {
    font-size: 5rem;
    position: absolute;
    top: 0;
    white-space: nowrap
  }
  .cont-head .sec-title {
    font-size: 1.4rem;
    padding: 45px 0 0 20px;
    position: relative
  }
  .cont-head .text {
    font-size: 1.1rem;
    padding: 0
  }
  .cont ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0 60px
  }
  .cont ul li {
    padding: 0 20px
  }
  .cont ul li .text {
    font-size: 1rem;
    padding: 7px 0 0
  }
  .cont ul li .sub {
    font-size: .9rem;
    padding: 7px 0 0
  }
  .cont ul li .data {
    font-size: 1rem;
    padding: 7px 0 0
  }
  .cont ul li .coming span b {
    font-size: 1.4rem
  }
  .cont ul li .coming b {
    font-size: 1.2rem
  }
  .cont .slick-prev {
    left: 20px
  }
  .cont .slick-next {
    right: 20px
  }
  .initiative {
    padding: 0
  }
  .initiative ul {
    margin: 0 auto;
    padding: 40px 0
  }
  .initiative ul li {
    padding: 0 80px
  }
  .initiative ul li:nth-child(2) .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .initiative ul li .block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
    max-width: 1200px;
    padding: 0 0 30px
  }
  .initiative ul li .block figure {
    width: 28%
  }
  .initiative ul li .block div {
    padding: 0;
    width: 69%
  }
  .initiative ul li .block div h3 {
    font-size: 1.5rem
  }
  .initiative ul li .block div h3 b {
    font-size: 1.8rem;
    margin: 0 7px 0 0
  }
  .initiative ul li .block div h3 b span {
    font-size: 1.4rem
  }
  .initiative ul li .block div .text {
    font-size: 1rem;
    padding: 15px 0 0
  }
}
/*# sourceMappingURL=maps/top.css.map */
#mainvisual--slider {
  .slick-dots {
    position: absolute;
    bottom: -2vw;
    left: 50%;
    translate: -50% 100%;
    z-index: 1;
    display: flex;
    gap: 8px;
    font-size: 0;
    li {
      button {
        width: 10px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: #ccc;
      }
    }
    li.slick-active {
      button {
        background: #861c3c;
      }
    }
  }
}
.Mapping {
  padding-left: 80px;
  padding-right: 80px;
}
.Mapping--image {
  margin-bottom: 3vw;
  padding-left: 80px;
  padding-right: 80px;
  text-align: center;
  img {
    width: 70%;
  }
}
.Mapping--wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.Mapping--box {
  h3 {
    margin-bottom: 0.8vw;
    display: flex;
    align-items: center;
	height: 2.1rem;
    span {
      display: inline-block;
    }
    .num {
      margin-right: 0.3rem;
      padding: 0.3rem 0.4rem;
      font-size: 1.5rem;
      line-height: 1;
      background: #861c3c;
      color: #fff;
    }
    .text {
      line-height: 1.2;
      font-size: 0.95rem;
    }
  }
}
#mainvisual--catch {
  position: absolute;
  bottom: 0vw;
  .bg.show {
    background: rgba(240, 240, 240, .6);
  }
  h2 {
    margin-top: 0;
  }
}
#mapping {
  background: #f0f0f0;
}
.news ul {
  padding-bottom: 0;
}
.sp_only {
  display: none;
}
.text--category {
  position: relative;
  .cat {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
  }
}
@media only screen and (max-width:1360px) {
  .Mapping--box {
    h3 {
      .text.small {
        font-size: .85rem;
      }
    }
  }
}
@media only screen and (max-width:1200px) {
  .Mapping--box {
    h3 {
      .text.small {
        font-size: .75rem;
      }
    }
  }
}
@media only screen and (max-width:480px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #mainvisual--slider {
    .slick-dots {
      gap: 8px;
      li {
        button {
          width: 10px;
        }
      }
      li.slick-active {
        button {
          background: #861c3c;
        }
      }
    }
  }
  .Mapping {
    padding-left: 20px;
    padding-right: 20px;
  }
  .Mapping--image {
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    img {
      width: 800px;
      max-width: unset;
    }
  }
  .Mapping--image::-webkit-scrollbar {
    display: none;
  }
  .Mapping--wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .Mapping--box {
    h3 {
      margin-bottom: 0.6rem;
      .num {
        font-size: 1.4rem;
      }
      .text {
        font-size: 2.6vw;
      }
      .text.small {
        font-size: 1.8vw;
        small {
          font-size: 1.5vw;
        }
      }
    }
  }
}