.concept .mv__content.rgt {
  bottom: 72px;
  left: 80px;
  top: unset;
  transform: unset;
}

@media (max-width: 767px) {
  .concept .mv__content.rgt {
    bottom: 34px;
    left: 32px;
  }
}

.concept__features-row {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-darkgray);
}

@media (max-width: 991px) {
  .concept__features-row {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .concept__features-row {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.concept__features-row.-rev {
  flex-direction: row-reverse;
  background: var(--color-darkgray2);
}

@media (max-width: 767px) {
  .concept__features-row.-rev {
    flex-direction: column-reverse;
  }
}

.concept__features-img {
  line-height: 0;
}

.concept__features-col {
  width: 50%;
}

@media (max-width: 767px) {
  .concept__features-col {
    width: 100%;
  }
}

.concept__features-col:first-child {
  padding-inline: 80px;
  line-height: 0;
}

@media (max-width: 1199px) {
  .concept__features-col:first-child {
    padding-inline: 20px;
  }
}

@media (max-width: 991px) {
  .concept__features-col:first-child {
    padding-block: 30px;
  }
}

@media (max-width: 767px) {
  .concept__features-col:first-child {
    padding-inline: 6.4vw;
    padding-block: 12.8vw 21.333vw;
  }
}

.concept__features-ttl {
  position: relative;
  color: var(--color-white);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 2.24px;
  z-index: 1;
}

@media (max-width: 991px) {
  .concept__features-ttl {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .concept__features-ttl {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 8vw;
    letter-spacing: 0.384vw;
  }
}

.concept__features-ttl .number {
  position: absolute;
  font-family: var(--font-secondary);
  color: var(--color-gray3);
  font-size: 80px;
  font-weight: 200;
  line-height: 128px;
  left: 0;
  top: -102px;
  z-index: -2;
}

@media (max-width: 1199px) {
  .concept__features-ttl .number {
    font-size: 35px;
        line-height: 50px;
        left: 0px;
        top: -32px;
  }
}

@media (max-width: 767px) {
  .concept__features-ttl .number {
    font-size: 8.533vw;
    font-weight: 300;
    line-height: 9.333vw;
    left: 0;
    top: -30px;
  }
}

.concept__features-des {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.72px;
  margin-block: 48px;
}

@media (max-width: 1199px) {
  .concept__features-des {
    margin-block: 30px;
  }
}

@media (max-width: 991px) {
  .concept__features-des {
    margin-block: 15px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .concept__features-des {
    margin-block: 24px;
    font-size: 3.733333333333334vw;
    line-height: 5.866666666666666vw;
    letter-spacing: 0.171vw;
  }
	.concept__features-row:nth-child(3) .concept__features-des,
	.concept__features-row:nth-child(4) .concept__features-des,
	.concept__features-row:nth-child(5) .concept__features-des{
    margin-block: 24px 0;

  }
}

.concept__features-sharelink {
  position: relative;
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.72px;
  padding-block: 9px;
  text-align: right;
  border-bottom: 1px solid var(--color-white);
  text-decoration: none;
  padding-right: 24px;
  transition: all 0.25s ease;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  max-width: 250px;
  margin-inline: auto 0;
}

.concept__features-sharelink:after {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon-rightarrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  right: 0;
}

.concept__features-sharelink:hover {
  opacity: 0.7;
}

.concept__coach-ttl {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.6px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .concept__coach-ttl {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 7.467vw;
    letter-spacing: 0.384vw;
    margin-bottom: 16px;
  }
	.concept__features-sharelink {
    font-size: 3.7333vw;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 250px;
    margin-inline: auto 0;
    text-align: left;
}
}

.concept__coach-list {
  display: flex;
  flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 32px;
}

@media (max-width: 767px) {
  .concept__coach-list {
    gap: 8px;
  }
}

.concept__coach-list li {
  position: relative;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.72px;
  padding-inline: 16px;
  border-left: 4.5px solid var(--color-yellow);
  width: 114px;
}

@media (max-width: 767px) {
  .concept__coach-list li {
    font-size: 4.267vw;
    line-height: 4.8vw;
    letter-spacing: 0.171vw;
    padding-inline: 16px 20px;
    padding-block: 8px;
    width: calc(50% - 8px);
  }
}

.concept__coach-list li::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon-rightarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .concept__coach-list li::after {
    right: 20px;
  }
}

.concept__coach-list li:nth-child(2) {
  border-left: 4.5px solid var(--color-green);
}

.concept__coach-list li:nth-child(3) {
  border-left: 4.5px solid var(--color-purple);
}

.concept__coach-list li:nth-child(4) {
  border-left: 4.5px solid var(--color-brown);
}

.concept__coach-list li:nth-child(5) {
  border-left: 4.5px solid var(--color-purple2);
}

.concept__coach-list li:last-of-type {
  border-left: 4.5px solid var(--color-blue);
}

.concept__links {
  background-image: url("../img/features/concept-cta.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: 90px;
  padding-inline: 80px 0;
}

@media (max-width: 767px) {
  .concept__links {
    background-image: url("../img/features/concept-cta-sp.webp");
    padding-block: 36.6vw 17.5vw;
    padding-inline: 24px;
  }
}

.concept__links .container-sm {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .concept__links .container-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

.concept__links-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 48px;
  max-width: 640px;
  width: 100%;
}

@media (max-width: 767px) {
  .concept__links-wrap {
    flex-direction: column;
    max-width: 100%;
    gap: 8px;
  }
}

.concept__links-txt {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.72px;
  width: calc(50% - 24px);
  text-decoration: none;
  padding: 2px 4px 2px 16px;
  border-left: 4.5px solid var(--color-yellow);
  position: relative;
}

@media (max-width: 767px) {
  .concept__links-txt {
    width: 100%;
        font-size: 4.2vw;
        font-weight: 500;
        line-height: 7.466666666666668vw;
        letter-spacing: 0.384vw;
        padding: 4px 28px 4px 12px;
				padding: 2px 28px 2px 12px;
  }
}

.concept__links-txt::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon-rightarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.concept__links-txt:nth-child(2) {
  border-left: 4.5px solid var(--color-green);
}

.concept__links-txt:nth-child(3) {
  border-left: 4.5px solid var(--color-purple);
}

.concept__links-txt:nth-child(4) {
  border-left: 4.5px solid var(--color-purple);
}

.concept__links-txt:nth-child(5) {
  border-left: 4.5px solid var(--color-purple2);
}

.concept__links-txt:nth-child(6) {
  border-left: 4.5px solid var(--color-blue);
}

.mv__block.feature {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 46.875vw;
  z-index: 0;
}

@media (max-width: 767px) {
  .mv__block.feature {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 72%;
    z-index: 0;
  }
}

.main__content {
  position: relative;
  z-index: 2;
  margin-top: 45.875vw;
}

@media (max-width: 767px) {
  .main__content {
    position: relative;
    z-index: 2;
    margin-top: 121.667vw;
  }
}
@media (min-width: 768px) {
	.concept__features-row:nth-child(5) .concept__features-col:first-child{
		position: relative;
	}
}
@media (max-width: 930px) {
	.concept__features .fstudio__icons-box img{
		width: 40%;
		height: auto;
	}
	.concept__features .fstudio__icons-txt{
		font-size: 10px;
	}
	.concept__features .fstudio__icons-box {
    text-align: center;
    min-width: 1px;
    width: 25%;
}
	}
@media (max-width: 767px) {
	.concept__features  .fstudio__icons {
        justify-content: space-between;
    }
	.concept__features .fstudio__icons-box {
    width: 45%;
}
	.concept__features .fstudio__icons-txt{
		font-size: 3.2vw;
	}
	    .concept__features .fstudio__icons-box img {
        width: 30%;
        height: auto;
    }
}
/*# sourceMappingURL=feature.css.map */