body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif;
  color: #111240;
  background: #fff;
  margin: 0 auto;
  max-width: 1470px;
  width: 100%;
}

.mv_pc {
  background: url('../img/bg_mv_pc.png') center/contain no-repeat;
  display: flex;
  align-items: center;
  padding: 0px 40px;
}
.cta_pc {
  background: url('../img/bg_cta_pc.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0px;
  color: #fff;
  max-width: 100%;
  width: 100%;
}
.cta_sp {
  background: url('../img/bg_cta_sp.png') center/contain no-repeat;
}

.cta_pc__inner {
  max-width: 960px;
  text-align: center;
}

.cta_pc__eyebrow {
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: 0.08em;
  margin: 0 0 20px;
}

.cta_pc__title {
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.4;
  margin: 0 0 40px;
  font-weight: 700;
}

.cta_pc__title span {
  display: block;
}

.cta_pc__title-em {
  font-size: clamp(26px, 3.8vw, 48px);
}

.cta_pc__actions {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.cta_pc__btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 18px 38px;
  font-weight: 700;
  font-size: clamp(15px, 1.4vw, 18px);
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta_pc__btn:hover,
.cta_pc__btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.cta_pc__btn--primary {
  background: #d90429;
  color: #fff;
}

.cta_pc__btn--ghost {
  background: #fff;
  color: #0c1f82;
}



@media screen and (min-width:1000px) { 
  .mv_pc {
    min-height: 100vh;
  }
}
@media screen and (min-width:600px) and ( max-width:999px) {
  .mv_pc {
    min-height: 55vh;
  }
}
@media screen and (min-width:600px) { 
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:599px) { 
  .pc {
    display: none !important;
  }
}
.mv_sp {
  background: url('../img/bg_mv_sp.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  min-height: 100vh;
}

.mv_pc__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.mv_pc__copy {
  max-width: 520px;
}

.mv_pc__eyebrow {
  font-size: clamp(14px, 1.4vw, 18px);
  letter-spacing: 0.08em;
  margin: 0 0 20px;
}

.mv_pc__title {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.45;
  margin: 0 0 36px;
  font-weight: 700;
}

.mv_pc__title span {
  display: block;
}

.mv_pc__title-em {
  color: #0c1f82;
  font-size: clamp(22px, 3vw, 38px);
}

.mv_pc__actions {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.mv_pc__btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 16px 30px;
  font-weight: 700;
  font-size: clamp(14px, 1.4vw, 16px);
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mv_pc__btn:hover,
.mv_pc__btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(17, 18, 64, 0.16);
}

.mv_pc__btn--primary {
  background: #d90429;
  color: #fff;
}

.mv_pc__btn--ghost {
  border-color: #111651;
  color: #111651;
  background: rgba(255, 255, 255, 0.82);
}

.mv_pc__note {
  margin: 0;
  font-size: clamp(12px, 1.1vw, 14px);
  color: #4c4d6d;
}
.strength {
  max-width: 100%;
  width: 100%;
}
/*
.sodateru_pc {
  min-height: 90vh;
  background: url('../img/sodateru_pc.png') center/cover no-repeat;
}
.sodateru_sp {
  min-height: 150vh;
  background: url('../img/sodateru_sp.png') center/cover no-repeat;
}
.todokeru_pc {
  min-height: 85vh;
  background: url('../img/todokeru_pc.png') center/cover no-repeat;
}
.todokeru_sp {
  min-height: 130vh;
  background: url('../img/todokeru_sp.png') center/cover no-repeat;
}
*/
