@charset "UTF-8";
/* COLOR */
/* FONT WEGIHT */
/* COLOR */
/* FONT WEGIHT */
/**
 * [utils] pcStyle
 * @description PC用メディアクエリ
 */
/**
 * [utils] spStyle
 * @description SP用メディアクエリ
 */
/**
 * [utils] createLinerGradient
 * @description 引数の角度を指定したグラデーションを返す
 */
/**
 * [utils] tileBackground
 * @description tileパーツのShadowを統一
 */
@keyframes loading {
  0%, 40%, 100% {
    transform: scaleY(-1); }
  20% {
    transform: scaleY(-0.5); } }

/* COLOR */
/* FONT WEGIHT */
/* COLOR */
/* FONT WEGIHT */
/**
 * [utils] pcStyle
 * @description PC用メディアクエリ
 */
/**
 * [utils] spStyle
 * @description SP用メディアクエリ
 */
/**
 * [utils] createLinerGradient
 * @description 引数の角度を指定したグラデーションを返す
 */
/**
 * [utils] tileBackground
 * @description tileパーツのShadowを統一
 */
@keyframes loading {
  0%, 40%, 100% {
    transform: scaleY(-1); }
  20% {
    transform: scaleY(-0.5); } }

.c-mid-tile {
  padding-top: 20px;
  text-align: center;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media print, screen and (min-width: 1024px) {
    .c-mid-tile {
      max-width: 276px;
      display: block; } }

.c-mid-tile__link {
  padding: 0 0 10px;
  display: block;
  width: calc(100% - 20px);
  margin-right: auto;
  box-shadow: 1px 1px 20px 4px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 1024px) {
    .c-mid-tile__link {
      width: 276px; } }
  .c-mid-tile__link .c-mid-tile__img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    background-color: #dedede; }
  .c-mid-tile__link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%; }
  .c-mid-tile__link p {
    margin: 0;
    padding: 10px 10px 0;
    font-size: 14px;
    text-align: left;
    word-break: break-all; }

.c-mid-tile__title {
  margin: 0;
  padding: 10px 10px 0;
  font-size: 14px;
  line-height: 24px;
  text-align: left; }

.c-mid-tile__comment {
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #666666; }

.c-mid-tile__btn {
  width: 236px;
  height: 50px;
  margin: 20px auto;
  padding: 4px;
  border-image: linear-gradient(102deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae);
  box-sizing: border-box; }
  .c-mid-tile__btn button {
    border: 0;
    outline: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    position: relative; }
    .c-mid-tile__btn button::before {
      content: url(../../images/icon-more-btn.svg);
      position: absolute;
      top: 13px;
      left: 13px; }

.c-mid-tile__list-wrap {
  background-color: #f7f7f7;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 0 60px; }
  @media print, screen and (min-width: 1024px) {
    .c-mid-tile__list-wrap {
      padding: 18px 0 20px;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw); } }

.page-title {
  width: 100%;
  text-align: center; }

.c-mid-tile__list {
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media print, screen and (min-width: 1024px) {
    .c-mid-tile__list {
      position: relative;
      overflow: hidden;
      max-width: 1440px;
      margin: 0 auto; } }
  .c-mid-tile__list .experience-region {
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .c-mid-tile__list .experience-region {
        padding: 0 0 0 20px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media screen and (max-width: 1023px) {
      .c-mid-tile__list .experience-region > div {
        width: 50%; } }
  .c-mid-tile__list .experience-component {
    width: 50%; }
  @media screen and (max-width: 768px) {
    .c-mid-tile__list .slick-slide {
      padding-top: 20px;
      text-align: center;
      width: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; } }
  @media print, screen and (min-width: 1024px) {
    .c-mid-tile__list .slick-slide {
      width: auto;
      max-width: 276px;
      display: block;
      margin: 0 15px; } }
  .c-mid-tile__list .c-mid-tile {
    width: 100%; }
  .c-mid-tile__list .mid-tile__show-more {
    width: calc(100% - 140px);
    margin: 20px auto 0;
    cursor: pointer; }
    .c-mid-tile__list .mid-tile__show-more .i-more {
      width: 16px;
      height: 16px;
      position: absolute;
      left: 13px;
      top: 0;
      bottom: 0;
      margin: auto; }
      .c-mid-tile__list .mid-tile__show-more .i-more::before {
        content: "";
        background: url("../../images/icon-more-btn.svg") no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        width: 16px;
        height: 16px; }
  .c-mid-tile__list .slick-list {
    width: 100%; }
  .c-mid-tile__list .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 85px;
    border: none;
    outline: none;
    color: transparent;
    background-color: transparent;
    z-index: 1; }
    .c-mid-tile__list .slick-arrow:focus {
      outline: none; }
    .c-mid-tile__list .slick-arrow::after {
      color: #ccc;
      position: absolute;
      top: 30%;
      font-size: 40px; }
  .c-mid-tile__list .slick-prev {
    left: 0;
    background-image: linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%); }
    .c-mid-tile__list .slick-prev::after {
      left: 30px;
      content: url(../../images/icon-l-arrow-slick.svg); }
  .c-mid-tile__list .slick-next {
    right: 0;
    background-image: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%); }
    .c-mid-tile__list .slick-next::after {
      right: 30px;
      content: url(../../images/icon-r-arrow-slick.svg); }
  .c-mid-tile__list .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 20px auto 80px;
    max-width: calc(100% - 22px);
    padding: 0;
    z-index: 1;
    overflow: hidden;
    position: relative; }
    .c-mid-tile__list .slick-dots li {
      display: inline-block;
      margin: 0 3px;
      -ms-flex-positive: 1;
          flex-grow: 1;
      display: block;
      max-width: 50px; }
    .c-mid-tile__list .slick-dots button {
      border: 0;
      outline: 0;
      height: 4px;
      display: block;
      min-width: 50px;
      background-color: #ccc;
      font-size: 0; }
    .c-mid-tile__list .slick-dots .slick-active button {
      border-image: linear-gradient(to right, #fd4536, #ec546e 35%, #c65f91 67%, #705fae); }
  .c-mid-tile__list .c-mid-tile__btn {
    background-image: linear-gradient(102deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae); }
