@charset "UTF-8";
/* Scss Document */
/*色*/
/*v2024*/
/*font*/
/*==================================*/
/*sp_priority_measures*/
/*==================================*/
@keyframes fadeInMv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spPm {
  position: relative;
  width: 100%;
}
.spPm__mainBg {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: linear-gradient(360deg, #ddc384 0%, #f0e7b2 100%);
}
.spPm__mainBg canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
}
.spPm__mainBg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg, #13305f 0%, #156db0 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
.spPm__mainBg.-js_active:after {
  opacity: 1;
}
.spPm__content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.spPm__mv {
  width: 100%;
  height: 100vh;
  position: relative;
  position: sticky;
  left: 0;
  top: 0;
  transition: opacity 1s ease;
  /* 変化にかかる時間を指定 */
}
.spPm__mv.-js_active {
  opacity: 1 !important;
}
.spPm__mv__set {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.spPm__mv__main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spPm__mv__main {
    width: 60vw;
  }
}
.spPm__mv__main__bgMark {
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  display: block;
  background: url("/assets/images/special/sp_priority_measures/mv_ttl_bg.png") center center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .spPm__mv__main__bgMark {
    transform-origin: center center;
    width: 120vw;
    height: 120vw;
  }
}
.spPm__mv__main__ttl {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spPm__mv__main__ttl {
    width: 90%;
    margin: 0 auto;
  }
}
.spPm__mv__main__logo {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .spPm__mv__main__logo {
    width: 22vw;
    margin: 20px auto;
  }
}
.spPm__mv__item {
  position: absolute;
  opacity: 0;
  width: 280px;
  width: 22vh;
}
@media only screen and (max-width: 767px) {
  .spPm__mv__item {
    width: 25vw;
  }
}
.spPm__mv__item.-type1 {
  top: 10vw;
  left: 10vw;
}
.spPm__mv__item.-type2 {
  top: 30%;
  left: -5%;
  transform: scale(0.8);
}
.spPm__mv__item.-type3 {
  bottom: 10%;
  left: 20%;
  transform: scale(0.6);
}
.spPm__mv__item.-type4 {
  top: -2%;
  left: -5%;
  transform: scale(0.9);
}
.spPm__mv__item.-type5 {
  bottom: -2%;
  left: 3%;
  transform: scale(0.9);
}
.spPm__mv__item.-type6 {
  top: -1%;
  left: 20%;
  transform: scale(0.5);
}
.spPm__mv__item.-type_r1 {
  bottom: 10vw;
  right: 10vw;
}
.spPm__mv__item.-type_r2 {
  bottom: 30%;
  right: -5%;
  transform: scale(0.8);
}
.spPm__mv__item.-type_r3 {
  top: 10%;
  right: 20%;
  transform: scale(0.6);
}
.spPm__mv__item.-type_r4 {
  bottom: -2%;
  right: -5%;
  transform: scale(0.9);
}
.spPm__mv__item.-type_r5 {
  top: -2%;
  right: 3%;
  transform: scale(0.9);
}
.spPm__mv__item.-type_r6 {
  bottom: -1%;
  right: 20%;
  transform: scale(0.5);
}
.spPm__index__list {
  max-width: 800px;
  margin: 0 auto;
}
.spPm__index li {
  margin-bottom: 10px;
}
.spPm__index li a {
  display: flex;
  padding: 20px 40px;
  position: relative;
  background-color: #13305f;
  text-decoration: none;
  box-shadow: 0px 20px 75px -5px rgba(255, 255, 255, 0.37), 0px 10px 77px -5px rgba(255, 255, 255, 0.37), 0px 5px 92px -2px rgba(255, 255, 255, 0.37);
}
@media only screen and (max-width: 767px) {
  .spPm__index li a {
    padding: 10px 30px 10px 10px;
  }
}
.spPm__index li a:hover {
  opacity: 1;
  background-color: #fff;
}
.spPm__index li a:hover * {
  color: #13305f;
}
.spPm__index li a:after {
  content: "";
  display: block;
  background: url("/assets/images/special/sp_priority_measures/ic_arrow_u.svg") no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 25px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .spPm__index li a:after {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 10px;
  }
}
.spPm__index li a > div {
  color: #e5d398;
  font-size: 3rem;
  margin-right: 20px;
  line-height: 1;
  margin-top: 0.2em;
}
@media only screen and (max-width: 767px) {
  .spPm__index li a > div {
    margin-right: 10px;
    margin-top: 0.3em;
    font-size: 1.6rem;
  }
}
.spPm__index li a > p {
  font-size: 2.4rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .spPm__index li a > p {
    font-size: 1.8rem;
  }
}

.spPm_section {
  padding: 14vw 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spPm_section {
    padding: 27vh 0;
  }
}
.spPm_section__head {
  text-align: center;
  margin-bottom: 90px;
  color: #13305f;
  position: relative;
  padding: 0 4vw;
}
@media only screen and (max-width: 767px) {
  .spPm_section__head {
    margin-bottom: 60px;
  }
}
.spPm_section__head__bgMark {
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: url("/assets/images/special/sp_priority_measures/mv_ttl_bg.png") center center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
}
.spPm_section__head__bgMark.-type2 {
  background-image: url("/assets/images/special/sp_priority_measures/mv_ttl_bg2.png");
}
@media only screen and (max-width: 767px) {
  .spPm_section__head__bgMark {
    width: 90vw;
    height: 90vw;
  }
}
.spPm_section__head__num {
  font-size: 6rem;
}
@media only screen and (max-width: 767px) {
  .spPm_section__head__num {
    font-size: 4rem;
  }
}
.spPm_section__head__ttl {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .spPm_section__head__ttl {
    font-size: 3.2rem;
    padding: 10px 0;
  }
}
.spPm_section__head__ttlSub {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .spPm_section__head__ttlSub {
    font-size: 2.2rem;
  }
}
.spPm_section--bg2.-js_active .spPm_section__head,
.spPm_section--bg2.-js_active .spPm_section__head__ttlSub {
  color: #fff;
}

.spPm_clm {
  background-color: #fff;
  padding: 5vw 8vw;
  box-shadow: 0px 20px 75px -5px rgba(255, 255, 255, 0.37), 0px 10px 77px -5px rgba(255, 255, 255, 0.37), 0px 5px 92px -2px rgba(255, 255, 255, 0.37);
}
.spPm_clm + .spPm_clm {
  margin-top: 60px;
}
.spPm_clm__ttl {
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #13305f;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spPm_clm__ttl {
    font-size: 2.2rem;
  }
}
.spPm_clm__ttl__ic {
  display: inline-flex;
  background-color: #13305f;
  font-size: 2rem;
  line-height: 1;
  width: 3.6rem;
  height: 3.6rem;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #e5d398;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translate(calc(-100% - 20px), 0);
}
@media only screen and (max-width: 767px) {
  .spPm_clm__ttl__ic {
    transform: translate(calc(-100% - 10px), 0);
    top: 0.5em;
    left: -1rem;
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.4rem;
  }
}
.spPm_clm__lead {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .spPm_clm_img1 {
    width: 50%;
    margin-right: calc((8vw - 3.9%) * -1) !important;
  }
}

@media print, screen and (min-width: 768px) {
  .spPm_clm_img2 {
    overflow: hidden;
    margin-right: calc((8vw + 0.2%) * -1);
    margin-left: calc((8vw) * -1);
  }
}

.spPm_listCh li {
  background: url("/assets/images/ic_check.svg") no-repeat top 0.2em left;
  background-size: 30px;
  font-size: 1.8rem;
  padding-left: 60px;
  margin-bottom: 15px;
  color: #13305f;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .spPm_listCh li {
    font-size: 1.6rem;
    padding-left: 30px;
    background-size: 20px;
  }
}

.spPm_lastSet {
  height: 100vh;
  margin-top: 100vh;
}

.spPm__mv__main__bgMark,
.spPm__mv__main__ttl,
.spPm__mv__main__logo {
  opacity: 0;
}

.loading--spPm {
  background-image: linear-gradient(360deg, #ddc384 0%, #f0e7b2 100%);
}
.loading--spPm .loader_Circle {
  border-top: 1.1em solid rgba(255, 255, 255, 0.9);
  border-right: 1.1em solid rgba(255, 255, 255, 0.9);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.9);
  border-left: 1.1em solid #ddc384;
}

/*# sourceMappingURL=style_v2.css.map */
