@media screen and (width: 768px) {
  .experience .l-main {
    padding-top: 230px;
  }
}
@media print, screen and (min-width:768px) {
  .experience .l-main {
    margin-bottom: 200px;
  }
}
@media screen and (max-width:767px) {
  .experience .btn-home {
    margin-top: 25.4452926209vw;
  }
}
.experience .top-mv {
  margin-bottom: 20px;
  max-height: 42.1875vw;
}
.experience .top-mv__img, .experience .top-mv__videos {
  height: 42.1875vw;
  position: relative;
}
@media screen and (max-width: 960px) {
  .experience .top-mv__img {
    height: 48.4375vw;
  }
}
@media screen and (max-width:767px) {
  .experience .top-mv {
    max-height: 66.1577608142vw;
    height: 66.1577608142vw;
    margin-bottom: 5.0890585242vw;
  }
}
.experience .top-mv video {
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width:767px) {
  .experience .top-mv video {
    height: 78.8804071247vw;
  }
}
.experience .top-mv iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 135%;
}
@media screen and (max-width:767px) {
  .experience .top-mv iframe {
    height: 205%;
    width: 145%;
  }
}

.l-container--experience {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.experience-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.experience-list__item {
  width: calc(50% - 10px);
}
.experience-list__item--full {
  width: 100%;
}
@media screen and (max-width:767px) {
  .experience-list__item {
    width: 100%;
  }
}

.experience-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
}
@media screen and (min-width: 1980px) {
  .experience-media {
    max-width: 1980px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  .experience-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .experience-media + .experience-media {
    margin-top: 15.2671755725vw;
  }
}
.experience-media__img {
  width: 100%;
  position: relative;
}
@media screen and (max-width:767px) {
  .experience-media__img {
    width: calc(100% + 10.1781170483vw);
    margin-left: -5.0890585242vw;
  }
}
.experience-media__img img {
  width: 100%;
}
.experience-media__video {
  width: 100%;
  height: 56.171875vw;
  max-height: 719px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .experience-media__video {
    width: calc(100% + 10.1781170483vw);
    margin-left: -5.0890585242vw;
    margin-top: 5.0890585242vw;
  }
}
.experience-media__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
  .experience-media__video iframe {
    height: 220px;
    width: 100%;
  }
}
.experience-media__content {
  width: 100%;
  padding-right: 20px;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .experience-media__content {
    position: relative;
    left: initial;
    bottom: initial;
    width: 100%;
    padding: 0;
  }
}
.experience-media__title {
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 100px 0 20px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .experience-media__title {
    font-size: 7.6335877863vw;
    margin: 4.5801526718vw 0;
  }
}
.experience-media__title span {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .experience-media__title span {
    font-size: 1.875vw;
  }
}
@media screen and (max-width:767px) {
  .experience-media__title span {
    font-size: 2.5445292621vw;
  }
}
.experience-media__txt {
  font-size: 14px;
  line-height: 1.7142857143;
  max-width: 890px;
}
@media screen and (max-width: 960px) {
  .experience-media__txt {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width:767px) {
  .experience-media__txt {
    font-size: 3.5623409669vw;
  }
}
.experience-media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width:767px) {
  .experience-media--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .experience-media--reverse .experience-media__content {
    padding: 0 5.0890585242vw;
  }
}

.c-gallery__list + .experience-media {
  margin-top: 0px;
}