@charset "UTF-8";

.mv {
  height: 80vh;
  position: relative;
  width: 100%;
}

@media (max-width: 999px) {
  .mv {
    background: none;
  }
}

@media (min-width: 1000px) {
  .yspark__mvttl {
    max-width: 800px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 999px) {
  .yspark__mvttl {
    max-width: 400px;
    width: 90%;
  }
}

.intro {
  background-image: url(../img/yspark/lead-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  position: relative;
  width: 100%;
  padding: 200px 0;
}

.intro__ttl {
  color: #0d35c9;
}

.intro__txt {
  color: #fff;
}

.movie {
  padding: 152px 0 0;
  position: relative;
  text-align: center;
}

@media (max-width: 999px) {
  .movie {
    padding: 60px 0 0 !important;
  }
}

.movie__wrap {
  position: relative;
}

.movie__wrap::before {
  content: '';
  width: 100%;
  height: 300px;
  background: #001770;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 999px) {
  .movie__wrap::before {
    content: '';
    width: 100%;
    height: 150px;
    background: #001770;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.movie__wrap iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.suggest__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 999px) {
  .suggest__item {
    font-size: 2rem;
  }
}

.suggest__item::before {
  top: 5px;
}

.attractive__ttl {
  text-align: left;
  margin-bottom: 20px;
}

.attractive__ttl p {
  font-size: 3rem;
  font-weight: 900;
}

.attractive__text {
  text-align: center;
  margin-top: 30px;
  font-size: 3rem;
  font-weight: 900;
}

@media (max-width: 999px) {
  .suggest__txt {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: left;
  }
  .attractive__ttl p {
    font-size: 2rem;
    font-weight: 900;
  }

  .attractive__text {
    text-align: left;
    margin-top: 30px;
    font-size: 2rem;
    font-weight: 900;
  }
}

.overhidden {
  overflow: hidden;
}

.box__contents {
  flex: none;
}

.box__wrap {
  gap: 6%;
}

@media (max-width: 999px) {
  .reason {
    padding: 0 0 !important;
  }
}

.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
}

.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 999px) {
  .column-outside-right {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .column-outside-left {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.img-top {
  position: relative;
  top: 40px;
}

.column__contents {
  width: 60%;
  flex: none;
}

@media (max-width: 999px) {
  .img-top {
    position: relative;
    top: 0;
  }
  .column__contents {
    width: 100%;
    padding: 0;
  }
}

.column__item {
  gap: 6%;
}

.column__item[data-type='even'] {
  flex-direction: row-reverse;
}
@media (max-width: 999px) {
  .column__item {
    margin-bottom: 0 !important;
    gap: 40px;
  }
  .column__item + .column__item {
    margin-top: 60px;
  }
  .column__item[data-type='even'] {
    flex-direction: column;
  }
}

@media (max-width: 999px) {
  .reason .column__item:last-child .column__contents {
    padding: 0;
  }
}

.point__ttl {
  background: #fff;
  padding: 30px 50px;
  width: fit-content;
  margin: -50px auto 150px;
}

.point {
  margin-top: 200px;
  background: linear-gradient(180deg, #fff 0%, #fff 3%, #f5f5f5 3%, #f5f5f5 100%);
  padding: 0 0 100px;
}

@media (max-width: 999px) {
  .point__ttl {
    background: #fff;
    padding: 20px;
    width: fit-content;
    margin: -50px auto 100px;
  }
  .point {
    margin-top: 30px;
    background: linear-gradient(180deg, #fff 0%, #fff 3%, #f5f5f5 3%, #f5f5f5 100%);
    padding: 0 0 50px;
  }
}

.point .column__item {
  gap: 0;
  flex-direction: row-reverse;
}

.point .column__contents {
  background: #fff;
  padding: 50px !important;
  position: relative;
  margin-left: -100px;
  z-index: 5;
  width: 70%;
}

.point .column__item[data-type='even'] {
  flex-direction: row;
}

.point .column__item[data-type='even'] .column__contents {
  margin-left: auto;
  margin-right: -100px;
}

.point .img-top {
  position: relative;
  top: -40px;
}

@media (max-width: 999px) {
  .point .img-top {
    position: relative;
    top: 0;
  }
  .point .column__item {
    gap: 0;
    flex-direction: column;
  }

  .point .column__contents {
    background: #fff;
    padding: 30px !important;
    position: relative;
    margin-left: 0;
    z-index: 5;
    width: 100%;
  }

  .point .column__item[data-type='even'] {
    flex-direction: column;
  }

  .point .column__item[data-type='even'] .column__contents {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 1000px) {
  .point .column__contents {
    flex: none;
  }

  .point .column__contents::before {
    display: none;
  }

  .point .column__contents::after {
    display: none;
  }
}

.point .column__list {
  color: #101010;
}

.point .column__subTtl {
  border-bottom: 6px solid #0034ff;
  font-size: 3rem;
  font-size: 3rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 999px) {
  .point .column__subTtl {
    font-size: 2.2rem;
  }
}

.point .column__subTtl::before {
  background: #0034ff;
  bottom: -6px;
  content: '';
  height: 6px;
  position: absolute;
  width: 100%;
  width: 1000px;
}

.point .column__item:nth-child(odd) .column__subTtl::before {
  right: -1000px;
  left: auto;
}

.point .column__item:nth-child(even) .column__subTtl::before {
  left: -1000px;
  right: auto;
}

.point-column__txt {
  font-weight: 900;
  font-size: 2rem;
}

.point-column__txt span {
  color: #0d35c9;
}

.point__list {
  padding-left: 1.3em;
}

.point__list li {
  list-style: decimal;
  font-weight: 900;
  font-size: 2rem;
}

.point__list li span {
  font-weight: normal;
  display: block;
  font-size: 1.5rem;
}

.ys-entrust {
}

.ys-entrust-ttl {
  padding: 90px 50px 9px;
  font-size: 2.8rem;
  border-bottom: solid 3px #0d35c9;
  font-weight: 900;
  width: fit-content;
  margin: 0 auto 60px;
  position: relative;
}
.ys-entrust-ttl::before {
  content: '';
  height: 6px;
  border-bottom: solid 3px #0d35c9;
  width: 1000px;
  left: -1000px;
  position: absolute;
  bottom: -3px;
}

@media (max-width: 999px) {
  .ys-entrust-ttl {
    padding: 40px 0 9px;
    font-size: 2rem;
    border-bottom: solid 3px #0d35c9;
    font-weight: 900;
    width: fit-content;
    margin: 0 auto 40px;
    position: relative;
  }
}

.ys-entrust-text {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 900;
  margin-top: 30px;
}

@media (max-width: 999px) {
  .ys-entrust-text {
    font-size: 1.9rem;
  }
}

.ys-map {
  padding: 100px 0;
}
@media (max-width: 999px) {
  .ys-map {
    padding: 50px 0;
  }
}

.ys-map iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 999px) {
  .ys-map iframe {
    height: 300px;
  }
}

.map__ttl {
  margin-bottom: 60px;
}

.ys-map-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 100px 0 50px;
}

@media (max-width: 999px) {
  .ys-map-info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin: 100px 0 50px;
  }
}

.ys-map-info__text p + p {
  margin-top: 20px;
}

.loan__img img {
  width: 600px;
}

@media (max-width: 999px) {
  .loan__img{
    max-width: none;
  }
  .loan__img img {
    width: 80%;
  }
}
