.fv-section {
  padding-top: 70px;
  background: url("../images/top/fv_bg_sp.webp");
  background-position: bottom;
  background-repeat: no-repeat;
}
.fv-section .text {
  width: 90%;
  margin: 40px auto;
  max-width: 500px;
}
.fv-section .slider-sp {
  display: block !important;
}
.fv-section .slider-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .fv-section .slider-sp {
    display: none !important;
  }
  .fv-section .slider-pc {
    display: block !important;
  }
}
.fv-section .slider_bottom {
  transform: scaleX(-1);
}
.fv-section .slider_bottom img {
  transform: scaleX(-1);
}
.fv-section .slider img {
  margin: 4px;
}

@media (min-width: 768px) {
  .fv-section {
    padding-top: 70px;
    background: url("../images/top/fv_bg_pc.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center calc(100% + 98px);
  }
  .fv-section .container .text {
    margin: 40px auto 55px auto;
    width: 77%;
    max-width: 1200px;
  }
  .fv-section .container .slider img {
    margin: 0 20px;
    width: calc(100% - 40px);
    height: 274px;
    object-fit: cover;
  }
}
@media (min-width: 1400px) {
  .fv-section {
    padding-top: 98px;
  }
}
.data-section {
  margin-top: 60px;
}
.data-section img {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 450px;
}

@media (min-width: 768px) {
  .data-section {
    margin-top: 120px;
  }
  .data-section img {
    margin-top: 100px;
    max-width: 1200px;
  }
}
.movie-inner {
  margin-top: 60px;
  padding: 60px 0;
  background: #F6FCFF;
}
.movie-inner .movie-section .movie-wrap {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
.movie-inner .movie-section .movie-thumb {
  width: 100%;
  display: block;
  cursor: pointer;
}
.movie-inner .movie-section .movie-player {
  width: 100%;
  display: none;
}
.movie-inner .movie-section .top-movie {
  width: 100%;
}
.movie-inner .movie-section .btn-content .cta-btn:first-of-type {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .movie-inner .movie-section .movie-wrap {
    max-width: 850px;
    width: 70%;
    margin: 80px auto 32px auto;
  }
  .movie-inner .movie-section .btn-content {
    display: flex;
    justify-content: space-between;
    max-width: 720px;
    margin: 0 auto;
  }
  .movie-inner .movie-section .btn-content .cta-btn:first-of-type {
    margin-bottom: 0;
  }
}
.reason-section {
  margin-top: 60px;
}
.reason-section .container {
  margin-top: 40px;
}
.reason-section .container .content {
  margin-bottom: 40px;
}
.reason-section .container .content .reason-img {
  position: relative;
}
.reason-section .container .content .reason-img h3 {
  position: absolute;
  left: -1px;
  bottom: -1px;
  font-size: 20px;
  padding: 8px;
  box-sizing: border-box;
  line-height: 25px;
  font-weight: 700;
  z-index: 1;
}
.reason-section .container .content .reason-img h3 span {
  background: linear-gradient(90deg, #385aaa, #5cb1ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.reason-section .container .content .reason-img h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.reason-section .container .content .reason-img .last-h3 {
  font-size: 17px;
}
.reason-section .container .content p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

@media (min-width: 768px) {
  .reason-section {
    margin-top: 125px;
  }
  .reason-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
  }
  .reason-section .container .content {
    width: 47%;
    margin: initial;
  }
  .reason-section .container .content .reason-img h3,
  .reason-section .container .content .reason-img .last-h3 {
    font-size: 1.9vw;
    line-height: 100%;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .reason-section .container .content .reason-img h3,
  .reason-section .container .content .reason-img .last-h3 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  .reason-section .container .content p {
    margin-top: 24px;
  }
  .reason-section .container .content1,
  .reason-section .container .content3 {
    margin-bottom: 80px;
  }
  .reason-section .container .content2,
  .reason-section .container .content4 {
    margin-top: 80px;
  }
}
.inner-company {
  background: url("../images/top/company_bg_sp.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 60px;
  padding-top: 80px;
}
.inner-company .company-section .container {
  margin-top: 30px;
}
.inner-company .company-section .container .content {
  margin-bottom: 20px;
}
.inner-company .company-section .container .content .reason-img {
  position: relative;
}
.inner-company .company-section .container .content .reason-img h3 {
  position: absolute;
  left: -1px;
  bottom: -1px;
  font-size: 20px;
  padding: 8px;
  box-sizing: border-box;
  line-height: 25px;
  font-weight: 700;
  z-index: 1;
}
.inner-company .company-section .container .content .reason-img h3 span {
  background: linear-gradient(90deg, #385aaa, #5cb1ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.inner-company .company-section .container .content .reason-img h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.inner-company .member-section {
  margin-top: 100px;
}

.inner-company .member-section img {
  height: auto;
  object-fit: cover;
}
.inner-company .member-section .member-slider {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}
.inner-company .member-section .member-slider .content {
  padding-bottom: 20px;
  box-shadow: 0px 4px 10px -1px rgba(56, 90, 170, 0.25);
  margin-top: 30px;
  margin: 30px 10px 0 10px;
  text-decoration: none;
}
.inner-company .member-section .member-slider .content h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #385AAA;
  margin: 20px 0 30px 0;
  padding: 0 10px;
}
.inner-company .member-section .member-slider .content .name {
  display: flex;
  padding: 0 10px;
}
.inner-company .member-section .member-slider .content .name span {
  font-size: 16px;
}
.inner-company .member-section .member-slider .content .name span:first-of-type {
  flex-shrink: 0;
  margin-right: 8px;
}
.inner-company .member-section .member-slider .content .name span:last-of-type {
  flex-grow: 1;
}
.inner-company .member-section .member-slider .slide-arrow {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 30%;
  right: 3%;
}
.inner-company .member-section .member-slider .prev-arrow {
  top: 30%;
  left: 3%;
  transform: rotate(-180deg);
  z-index: 1;
}
.inner-company .member-section .cta-btn {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .inner-company {
    background: url("../images/top/company_bg_pc.webp");
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .inner-company .company-section .container {
    display: flex;
    justify-content: space-between;
  }
  .inner-company .company-section .container .content {
    width: 48%;
  }
  .inner-company .company-section .container .content .reason-img h3 {
    font-size: 25px;
  }
  .inner-company .member-section {
    margin-top: 160px;
  }
  .inner-company .member-section .member-slider {
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: initial;
    right: initial;
    margin-left: initial;
    margin-right: initial;
    position: initial;
    margin-top: 80px;
  }
  .inner-company .member-section .member-slider .content {
    width: 30%;
  }
  .inner-company .member-section .member-slider .content h3 {
    font-size: 20px;
    line-height: 35px;
  }
  .inner-company .member-section .member-slider .content .name span {
    font-size: 16px;
    line-height: 20px;
  }
  .inner-company .member-section .cta-btn {
    margin: 40px 0 0 auto;
  }
}
.top_bottom_slider {
  margin: 0 -4px;
  margin-top: 40px;
}
.top_bottom_slider img {
  margin: 0 4px;
}

@media (min-width: 768px) {
  .top_bottom_slider {
    margin: 0 -10px;
    margin-top: 80px;
  }
  .top_bottom_slider img {
    margin: 0 10px;
  }
}/*# sourceMappingURL=top.css.map */

.member-slider {
  overflow: visible !important;
}
.member-slider .slick-list {
  overflow: visible !important;
  padding-bottom: 15px;
  margin-bottom: -15px;
}
.member-slider .slick-track {
  overflow: visible !important;
}
/* iOS Safari対策：a.reason-img が inline のままだと
   中の h3（position:absolute）が幅を確保できず、文字が縦積みになる */
.reason-section .container .content .reason-img,
.inner-company .company-section .container .content .reason-img {
  display: block;
}
.inner-company .company-section .container .content .reason-img h3 {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
}
