@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/top/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #962549;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #962549;
  opacity: 0.75;
}

/* =========================================================
.sectionTitle
========================================================= */
.sectionTitle {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  margin-bottom: 2em;
}
.sectionTitle .en {
  font-family: "lora", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  display: block;
  color: #e63479;
}
@media screen and (min-width: 768px ) {
  .sectionTitle .en {
    font-size: 1.6rem;
  }
}
.sectionTitle .ja {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho Medium", YuMincho Medium, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
  font-weight: nomal;
  line-height: 1.4;
  display: block;
}
@media screen and (min-width: 768px ) {
  .sectionTitle .ja {
    font-size: 3rem;
  }
}

.whiteBox {
  background: #fff;
  padding: 20px;
}

.amiBox {
  background: #f2f2e6;
  padding: 20px;
}

/* =========================================================
#topHero
========================================================= */
@media screen and (min-width: 768px ) {
  #topHero {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 990px ) {
  #topHero {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
#topHero .topHero-sliderWrap {
  position: relative;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#topHero .topHero-slider {
  width: 100%;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#topHero .topHero-slider img {
  max-width: inherit;
  width: 100%;
}
#topHero .topHero-slider.slick-initialized {
  opacity: 1;
}
#topHero .slick-prev,
#topHero .slick-next {
  width: 30px;
  height: 30px;
  display: none !important;
}
@media screen and (min-width: 768px ) {
  #topHero .slick-prev,
  #topHero .slick-next {
    display: inline-block !important;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 990px ) {
  #topHero .slick-prev,
  #topHero .slick-next {
    width: 74px;
    height: 74px;
  }
}
#topHero .slick-prev {
  left: 10px;
  z-index: 2;
}
@media screen and (min-width: 768px ) {
  #topHero .slick-prev {
    left: 0px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#topHero .slick-next {
  right: 10px;
  z-index: 2;
}
@media screen and (min-width: 768px ) {
  #topHero .slick-next {
    right: 0px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
#topHero .slick-prev::before,
#topHero .slick-next::before {
  opacity: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#topHero .slick-prev::before {
  background: url(../images/top/slideIcon-prev.svg) no-repeat center center/cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
#topHero .slick-next::before {
  background: url(../images/top/slideIcon-next.svg) no-repeat center center/cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
#topHero .slick-prev:hover::before {
  background: url("../images/top/slideIcon-prev-hover.svg") no-repeat center center/cover;
}
#topHero .slick-next:hover::before {
  background: url(../images/top/slideIcon-next-hover.svg) no-repeat center center/cover;
}
#topHero .slick-dots {
  top: 100%;
  bottom: inherit;
}
#topHero .topHero-title {
  position: absolute;
  left: 5%;
  top: 50%;
  max-width: 40%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

/* =========================================================.
#topTopics
========================================================= */
#topTopics {
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px ) {
  #topTopics {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
#topTopics .newsListScrollWrap {
  margin-bottom: 20px;
}

/* =========================================================
#topAbout
========================================================= */
#topAbout {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px ) {
  #topAbout {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#topAbout::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  background: #f2f2e6;
}
@media screen and (min-width: 768px ) {
  #topAbout::before {
    width: 75%;
  }
}
#topAbout .topAbout-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px ) {
  #topAbout .topAbout-row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
#topAbout .topAbout-txtArea,
#topAbout .topAbout-imgArea {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px ) {
  #topAbout .topAbout-txtArea,
  #topAbout .topAbout-imgArea {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#topAbout .topAbout-txtArea {
  width: 100%;
}
@media screen and (min-width: 768px ) {
  #topAbout .topAbout-txtArea {
    width: 40%;
  }
}
#topAbout .topAbout-txtArea h2 {
  margin-bottom: 20px;
  max-width: 70vw;
}
@media screen and (min-width: 768px ) {
  #topAbout .topAbout-txtArea h2 {
    max-width: 330px;
  }
}
#topAbout .topAbout-txtArea p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px ) {
  #topAbout .topAbout-txtArea p {
    font-size: 1.6rem;
    line-height: 2.4;
  }
}
#topAbout .topAbout-imgArea {
  width: 100%;
}
@media screen and (min-width: 768px ) {
  #topAbout .topAbout-imgArea {
    width: 60%;
  }
}
#topAbout .topAboutSlider-ArrowWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px ) {
  #topAbout .topAboutSlider-ArrowWrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#topAbout .topAboutSlider-prev::before,
#topAbout .topAboutSlider-next::before {
  display: none;
}
#topAbout .topAboutSlider-prev,
#topAbout .topAboutSlider-next {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: none;
          transform: none;
  left: inherit;
  right: inherit;
  top: inherit;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  content: "";
  display: block;
}
@media screen and (min-width: 768px ) {
  #topAbout .topAboutSlider-prev,
  #topAbout .topAboutSlider-next {
    width: 70px;
    height: 70px;
  }
}
#topAbout .topAboutSlider-prev {
  content: "";
  display: block;
  background: url(../images/top/slideIcon-prev.svg) no-repeat center center/cover;
}
#topAbout .topAboutSlider-prev:hover {
  background: url(../images/top/slideIcon-prev-hover.svg) no-repeat center center/cover;
}
#topAbout .topAboutSlider-next {
  content: "";
  display: block;
  background: url(../images/top/slideIcon-next.svg) no-repeat center center/cover;
}
#topAbout .topAboutSlider-next:hover {
  background: url(../images/top/slideIcon-next-hover.svg) no-repeat center center/cover;
}
#topAbout .topAboutSlider .slick-dots {
  bottom: inherit;
  top: 100%;
}
#topAbout .aboutCard {
  position: relative;
}
#topAbout .aboutCard-imgArea {
  display: block;
}
#topAbout .aboutCard-txtArea {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 10px 10px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#962549), to(rgba(150, 37, 73, 0)));
  background: linear-gradient(0deg, #962549 0%, rgba(150, 37, 73, 0) 100%);
}
@media screen and (min-width: 768px ) {
  #topAbout .aboutCard-txtArea {
    padding: 40px 20px 20px;
  }
}
#topAbout .aboutCard-title {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 768px ) {
  #topAbout .aboutCard-title {
    font-size: 2rem;
    margin-bottom: 0.4em;
  }
}
#topAbout .aboutCard-txt {
  line-height: 1.6;
  display: none;
}
@media screen and (min-width: 768px ) {
  #topAbout .aboutCard-txt {
    display: block;
  }
}

/* =========================================================
topSupport
========================================================= */
#topSupport {
  background: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px ) {
  #topSupport {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#topSupport .topSupportList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
#topSupport .topSupportList li {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px ) {
  #topSupport .topSupportList li {
    width: 50%;
  }
}
@media screen and (min-width: 768px ) {
  #topSupport .topSupportList li {
    width: 25%;
  }
}
#topSupport .supportCard {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#topSupport .supportCard-imgArea {
  margin-bottom: 5px;
  overflow: hidden;
  background-color: #962549;
}
#topSupport .supportCard-imgArea img {
  width: 100%;
  max-width: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#topSupport .supportCard:hover {
  text-decoration: none;
}
#topSupport .supportCard:hover .supportCard-imgArea img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0.7;
}
#topSupport .supportCard-txtArea p {
  line-height: 1.2;
}
#topSupport .supportCard-txtArea p::before {
  content: "\f138";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  text-rendering: auto;
  margin-right: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================================================.
topShushokuryoku
========================================================= */
#topShushokuryoku {
  position: relative;
  padding-top: 40px;
}
@media screen and (min-width: 768px ) {
  #topShushokuryoku {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#topShushokuryoku::after {
  width: 100%;
  padding-top: 64.1667%;
  content: "";
  display: block;
  background: url("../images/top/topShushokuryoku-illustBack.png") no-repeat left bottom/contain;
  z-index: -10;
}
@media screen and (min-width: 768px ) {
  #topShushokuryoku::after {
    background: url("../images/top/topShushokuryoku-illustBack.png") no-repeat center top;
    top: 45%;
    height: 100%;
    left: 0;
    position: absolute;
    width: 50%;
  }
}
#topShushokuryoku .sectionTitle {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#topShushokuryoku p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px ) {
  #topShushokuryoku p {
    font-size: 1.6rem;
  }
}
#topShushokuryoku .topShushokuryokuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 768px ) {
  #topShushokuryoku .topShushokuryokuList {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#topShushokuryoku .topShushokuryokuList li {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px ) {
  #topShushokuryoku .topShushokuryokuList li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
#topShushokuryoku .topShushokuryokuList li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f5f5f5;
  padding: 20px;
  display: block;
  text-align: center;
  color: #000;
}
#topShushokuryoku .topShushokuryokuList li a span {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin-top: 10px;
}
#topShushokuryoku .topShushokuryokuList li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f2c8d6;
}

/* =========================================================
topMovie
========================================================= */
#topMovie {
  background-color: #fcf1f5;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px ) {
  #topMovie {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#topMovie .topMovie-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 768px ) {
  #topMovie .topMovie-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#topMovie .topMovie-txtArea {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 768px ) {
  #topMovie .topMovie-txtArea {
    width: 50%;
  }
}
#topMovie .topMovie-movieArea {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 768px ) {
  #topMovie .topMovie-movieArea {
    width: 50%;
  }
}

/* =========================================================
topAccess
========================================================= */
#topAccess {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px ) {
  #topAccess {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#topAccess h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px ) {
  #topAccess h3 {
    font-size: 2rem;
  }
}
#topAccess h3::before {
  background-color: #962549;
  content: "";
  display: inline-block;
  height: 1em;
  left: 0;
  margin-right: 5px;
  position: absolute;
  top: 0.25em;
  width: 1em;
}
#topAccess .addressArea {
  margin: 20px 0;
}
#topAccess .addressArea p {
  margin-bottom: 0.5em;
}
#topAccess .addressArea ul li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.2em;
  margin-bottom: 5px;
}
#topAccess .addressArea ul li::before {
  background-color: #962549;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1em;
  left: 0;
  margin-right: 5px;
  position: absolute;
  top: 0.25em;
  width: 1em;
}
#topAccess .btn-primary {
  font-size: 1.5rem;
}

.linkList {
  list-style-type: none !important;
  margin: 0 -5px 0 !important;
  padding-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.linkList li {
  list-style: none;
  width: 100%;
  max-width: 300px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px !important;
  /*
  @include mixin.mq-up(sm) {
    width: 50%;
  }

  @include mixin.mq-up(md) {
    width: 33.333%;
  }
  */
}
.linkList a {
  background-color: #f5f5f5;
  text-decoration: none !important;
  line-height: 1.4;
  display: block;
  border: 2px solid #962549;
  border-radius: 5px;
  padding: 1em 1em 1em 2.8em;
  color: #962549;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.linkList a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23962549%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M-486.44712%2C4127.50721a10.8309%2C10.8309%2C0%2C0%2C1%2C3.93991%2C3.93991A10.76762%2C10.76762%2C0%2C0%2C1-481%2C4137a10.76762%2C10.76762%2C0%2C0%2C1-1.50721%2C5.55288%2C10.8309%2C10.8309%2C0%2C0%2C1-3.93991%2C3.93991A10.77106%2C10.77106%2C0%2C0%2C1-492%2C4148a10.76762%2C10.76762%2C0%2C0%2C1-5.55288-1.50721%2C10.82085%2C10.82085%2C0%2C0%2C1-3.93991-3.93991A10.76762%2C10.76762%2C0%2C0%2C1-503%2C4137a10.76762%2C10.76762%2C0%2C0%2C1%2C1.50721-5.55288%2C10.82085%2C10.82085%2C0%2C0%2C1%2C3.93991-3.93991A10.76762%2C10.76762%2C0%2C0%2C1-492%2C4126%2C10.77106%2C10.77106%2C0%2C0%2C1-486.44712%2C4127.50721Z%22%20transform%3D%22translate(503%20-4126)%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2214.57%2010.392%2015.151%2011%2014.57%2011.608%209.493%2016.685%208.276%2015.469%2012.745%2011%208.276%206.531%209.493%205.315%2014.57%2010.392%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.linkList a:hover {
  background-color: #e63479;
  text-decoration: none;
  color: #fff !important;
}
.linkList a:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23FFFFFF%3B%7D.cls-2%7Bfill%3A%23962549%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M-486.44712%2C4127.50721a10.8309%2C10.8309%2C0%2C0%2C1%2C3.93991%2C3.93991A10.76762%2C10.76762%2C0%2C0%2C1-481%2C4137a10.76762%2C10.76762%2C0%2C0%2C1-1.50721%2C5.55288%2C10.8309%2C10.8309%2C0%2C0%2C1-3.93991%2C3.93991A10.77106%2C10.77106%2C0%2C0%2C1-492%2C4148a10.76762%2C10.76762%2C0%2C0%2C1-5.55288-1.50721%2C10.82085%2C10.82085%2C0%2C0%2C1-3.93991-3.93991A10.76762%2C10.76762%2C0%2C0%2C1-503%2C4137a10.76762%2C10.76762%2C0%2C0%2C1%2C1.50721-5.55288%2C10.82085%2C10.82085%2C0%2C0%2C1%2C3.93991-3.93991A10.76762%2C10.76762%2C0%2C0%2C1-492%2C4126%2C10.77106%2C10.77106%2C0%2C0%2C1-486.44712%2C4127.50721Z%22%20transform%3D%22translate(503%20-4126)%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2214.57%2010.392%2015.151%2011%2014.57%2011.608%209.493%2016.685%208.276%2015.469%2012.745%2011%208.276%206.531%209.493%205.315%2014.57%2010.392%22%2F%3E%3C%2Fsvg%3E");
}

/****************************************/
#topShushokuryoku::after {
  background: none !important;
  content: none !important;
}
#topShushokuryoku .linkList li {
  width: 100% !important;
}
#topShushokuryoku .shushokuCard {
  background-color: #fcf1f5;
}
#topShushokuryoku .year::before {
  content: "2022";
}

.topw-active {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px ) {
  .topw-active {
    margin: 0 -20px 30px;
  }
}
.topw-active .top-w-active-slider .slick-slide {
  margin: 0 20px;
}
.topw-active .w-activetitle {
  margin-bottom: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 768px ) {
  .topw-active .w-activetitle {
    margin-top: 0;
  }
}
.topw-active .w-activetitle img {
  width: 100%;
}
.topw-active .slick-prev,
.topw-active .slick-next {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px ) {
  .topw-active .slick-prev,
  .topw-active .slick-next {
    display: inline-block !important;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 990px ) {
  .topw-active .slick-prev,
  .topw-active .slick-next {
    display: inline-block !important;
    width: 60px;
    height: 60px;
  }
}
.topw-active .slick-prev::before,
.topw-active .slick-next::before {
  opacity: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

#topw-active .slick-prev {
  left: 0px;
  z-index: 2;
}
@media screen and (min-width: 768px ) {
  #topw-active .slick-prev {
    left: 30px;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
#topw-active .slick-prev::before {
  background: url("../images/top/slideIcon-prev.svg") no-repeat center center/cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
#topw-active .slick-prev:hover::before {
  background: url("../images/top/slideIcon-prev-hover.svg") no-repeat center center/cover;
}
#topw-active .slick-next {
  right: 0px;
  z-index: 2;
}
@media screen and (min-width: 768px ) {
  #topw-active .slick-next {
    right: 30px;
    -webkit-transform: translate(50%, -100%);
            transform: translate(50%, -100%);
  }
}
#topw-active .slick-next::before {
  background: url("../images/top/slideIcon-next.svg") no-repeat center center/cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
#topw-active .slick-next:hover::before {
  background: url("../images/top/slideIcon-next-hover.svg") no-repeat center center/cover;
}

#topw-active .top-w-active-slider {
  max-width: 600px;
  margin: auto;
}
@media screen and (min-width: 768px ) {
  #topw-active .top-w-active-slider {
    max-width: inherit;
  }
}
#topw-active .top-w-active-slider a {
  display: block;
  color: black;
  text-decoration: none;
}
#topw-active .top-w-active-slider a:hover {
  opacity: 0.8;
}
#topw-active .top-w-active-slider a dt {
  text-align: center;
}
#topw-active .top-w-active-slider a dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 10px;
  background-color: #fcf1f5;
  line-height: normal;
  font-size: 1.4rem;
  /*
          position: relative;
          &::before {
            content: "内定者";
            position: absolute;
            left: 0;
            top: -40px;
            padding: 10px 25px;
            border-top-right-radius: 20px;
            height: 40px;
            background-color: #000;
            color: #fff;
          }
  */
}
@media screen and (min-width: 768px ) {
  #topw-active .top-w-active-slider a dd {
    font-size: clamp(1.3rem, 1vw, 1.5rem);
  }
}
#topw-active .top-w-active-slider a dd p {
  margin-bottom: 0;
}
#topw-active .top-w-active-slider a dd p span {
  display: block;
  margin-top: 2px;
  font-size: 1.3rem;
  color: #962549;
}