/*######################################################################

		Top

************************************************************************/

.top-mv {
  margin-bottom: 80px;
}

@media not all and (min-width: 768px){
  .top-mv {
    margin-bottom: 40px;
  }
}

.top-mv__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 56px 40px;
  margin-right: calc(50% - 50vw);
}

.top-mv__contents {
  margin-top: 200px;
  width: 39%;
}

.top-mv__slider {
  width: 55%;
}

@media not all and (min-width: 1200px){
  .top-mv__contents {
    margin-top: 120px;
  }
}

@media not all and (min-width: 1040px){
  .top-mv__wrap {
    gap: 56px 24px;
    margin-top: 40px;
    margin-right: 0;
  }

  .top-mv__contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 0;
    width: 100%;
  }

  .top-mv__slider {
    width: 100%;
  }

  .top-mv__inner {
    width: 50%;
  }

  .top-mv__button {
    width: 320px;
  }
}

@media not all and (min-width: 768px){
  .top-mv__contents {
    align-items: center;
    flex-direction: column;
  }

  .top-mv__inner {
    width: 100%;
    text-align: center;
  }

  .top-mv__button {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

@media not all and (min-width: 568px){
  .top-mv__wrap {
    gap: 40px 0;
    margin-top: 32px;
  }

  .top-mv__inner {
    text-align: left;
  }
}

@media not all and (min-width: 468px){
  .top-mv__contents {
    padding-inline: 16px;
  }
}

.top-mv__heading {
  margin-bottom: 40px;
  font-size: clamp(32px, 5vw, 64px);
  letter-spacing: -4px;
}

.top-mv__text {
  margin-bottom: 80px;
  font-size: clamp(15px, 2.1vw, 18px);
}

@media not all and (min-width: 1040px){
  .top-mv__heading {
    margin-bottom: 32px;
  }

  .top-mv__text {
    margin-bottom: 0;
  }
}

@media not all and (min-width: 768px){
  .top-mv__heading {
    margin-bottom: 24px;
  }

  .top-mv__text {
    margin-bottom: 0;
  }

  .top-mv__text .__newline {
    display: inline-block;
  }
}

@media not all and (min-width: 568px){
  .top-mv__text .__newline {
    display: inline;
  }
}

.top-mv__button a {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 24px;
  padding: 24px 32px;
  color: #fff;
  font-weight: 700;
  background-color: #1D6BBF;
  border-radius: 12px;
  transition: background-color .3s;
}

.top-mv__button a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2478d4;
}

@media not all and (min-width: 1040px){
  .top-mv__button a {
    padding: 16px 24px;
  }
}

.top-mv__slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top-mv__slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 0;
}

.top-mv__slider-item:first-child {
  position: relative;
}

.top-mv__slider-item.is-active {
  opacity: 1;
  z-index: 1;
}

.top-mv__slider-item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.top-future .card-heading__wrap {
  margin-bottom: 40px;
}

.top-future .card-wrap-2 .card-heading__wrap {
  margin-bottom: 24px;
}

.top-future .card-heading__text {
  margin-top: 24px;
  max-width: 56ch;
}

.top-future .card-wrap-2 .card-heading__text {
  max-width: none;
}

@media not all and (min-width: 1040px){
  .top-future .card-heading__wrap,
  .top-future .card-wrap-2 .card-heading__wrap {
    margin-bottom: 24px;
  }

  .top-future .card-heading__text {
    margin-top: 0;
    max-width: none;
  }
}

.top-future {
  margin-inline: calc(50% - 50vw);
  margin-bottom: 40px;
  padding: 40px;
  background-color: #343434;
}

@media not all and (min-width: 768px){
  .top-future {
    margin-bottom: 24px;
    padding: 24px;
  }
}

@media not all and (min-width: 468px){
  .top-future {
    margin-bottom: 8px;
    padding: 8px;
  }
}
