@charset "UTF-8";

.renewal2023 {
    margin: 0 auto;
    max-width: 1920px;
    padding-top: 0;
}
.renewal2023 img {
    margin: 0 auto;
}

/*----------------------------------------------------
 mainvisual
----------------------------------------------------*/
.renewal2023-mainvisual {
    
}

/*----------------------------------------------------
 renewal1
----------------------------------------------------*/
.renewal2023-renewal1  {
    position: relative;
    margin-bottom: 50px;
}

.renewal2023-renewal1 a {
    height: 1.256499133%;
    left: 68.97777778%;
    position: absolute;
    width: 17.33333333%;
}

.renewal2023-renewal1-app {
    top: 26.97140381%;
}
.renewal2023-renewal1-google {
    top: 28.8344887348354%;
}
@media (min-width: 940px) {
    .renewal2023-renewal1  {
        position: relative;
        margin-bottom: 0;
    }
    .renewal2023-renewal1 a {
        height: 1.13840623127621%;
        left: 80.3645833333333%;
        width: 6.66666666666667%;
    }
    .renewal2023-renewal1-app {
        top: 23.8466147393649%;
    }
    .renewal2023-renewal1-google {
        top: 31.4859197124026%;
    }
}

/*----------------------------------------------------
 link
----------------------------------------------------*/
.renewal2023-link {
    position: relative;
    text-align: center;
}
.renewal2023-link a {
    display: inline-block;
    width: 71.6%;
}

@media (min-width: 940px) {
    .renewal2023-renewal-link1 a {
        position: absolute;
        left: 35.41666666666667%;
        width: 29.16666666666667%;
        -webkit-transform: translateY(-292.6509186351706%);
        transform: translateY(-292.6509186351706%);
    }
    .renewal2023-renewal-link2 a {
        width: 29.21875%;
    }
}

/*----------------------------------------------------
 renewal2
----------------------------------------------------*/
.renewal2023-renewal2 {
    margin-top: 4rem;
    position: relative;
}

/* link */
.renewal2023-renewal2-link {
    display: block;
    position:absolute;
    left: 19.7333333333333%;
    width: 60.6222222222222%;
}
.renewal2023-renewal2-link1 {
    top: 35.9958773511981%;
}
.renewal2023-renewal2-link2 {
    top: 57.7686163359959%;
}
.renewal2023-renewal2-link3 {
    top: 90.5952074207679%;
}

@media (min-width: 940px) {
    .renewal2023-renewal2 {
        margin-top: 20rem;
    }
    /* link */
    .renewal2023-renewal2-link {
        width: 23.125%;
    }
    .renewal2023-renewal2-link1,
    .renewal2023-renewal2-link2,
    .renewal2023-renewal2-link3 {
        top: 80.4066543438078%;
    }
    
    .renewal2023-renewal2-link1 {
        left: 9.63541666666667%;
    }
    
    .renewal2023-renewal2-link2 {
        left: 35.2083333333333%;
    }
    
    .renewal2023-renewal2-link3 {
        left: 68.6979166666667%;
    }
}

/*----------------------------------------------------
 renewal2023-renewal3
----------------------------------------------------*/
.renewal2023-renewal3 {
    margin-bottom: 30px;
}

@media (min-width: 940px) {
    .renewal2023-renewal3 {
        margin-bottom: 60px;
    }
}

/*----------------------------------------------------
 renewal2023-renewal4
----------------------------------------------------*/
.renewal2023-renewal4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media (min-width: 940px) {
    .renewal2023-renewal4 {
        margin-top: 16rem;
        margin-bottom: 0;
    }
}

/*----------------------------------------------------
 card
----------------------------------------------------*/
.renewal2023-card {
    margin: 10rem auto 10rem;
    max-width: 1250px;
}

/* title */
.card-title {
    padding-bottom: 6rem;
    text-align: center;
}

.card-title span {
    color: #2c3866;
    display: inline-block;
    font-weight: bold;
    font-size: 3.125vw;
    min-width: 55%;
}

.card-title:not(.card-title-no-slash) span::before {
    content: '＼ ';
}
.card-title:not(.card-title-no-slash) span::after {
    content: ' ／';
}

@media (max-width: 768px) {
    .renewal2023-card {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .card-title {
        padding-bottom: 1.5rem;
    }
  
    .card-title span {
        font-size: 26px;
    }
    .card-title:not(.card-title-no-slash) span::before,
    .card-title:not(.card-title-no-slash) span::after {
      /* content: none; */
    }
}

@media (min-width: 1920px) {
    .card-title span {
        font-size: 60px;
    }
}


/*----------------------------------------------------
 card-reccomend
----------------------------------------------------*/
.card-reccomend ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  width: 100%;
}

.card-reccomend li {
  width: 30%;
}

@media (max-width: 768px) {
  .card-reccomend ul {
    width: 90%;
  }
  .card-reccomend li {
    margin-bottom: 1rem;
    width: 100%;
  }
}
