@charset "UTF-8";
/* Scss Document */
/* CSS Document */
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url(../font/NotoSansJP-Medium.ttf) format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url(../font/NotoSansJP-Bold.ttf) format("ttf");
  font-weight: bold;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #333;
  font-display: swap;
}

picture {
  display: block;
}

source {
  display: block;
  width: 100%;
}

img {
  width: 100%;
}

.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  overflow: hidden;
}

main {
  flex: 1;
  width: 100%;
}

section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*------------------------------mixin フォント------------------------------*/
/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
.bold {
  font-weight: 700;
}

.din {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.blue {
  color: #2874bf;
}

.red {
  color: #ee7144;
}

.l-blue {
  color: #4e97ea;
}

.white {
  color: #fff;
}

.d-blue {
  color: #1f2661;
}

.marker {
  color: #4e97ea;
}

/*------------------cta------------------*/
.cv-btn {
  display: block;
  height: 17.9487179487vw;
  border-radius: 9999px;
  margin: 0 auto;
  background: #f8ff2d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 300ms;
  z-index: 10;
  box-shadow: 0 1.2820512821vw 0 #b7bd1b;
}
@media only screen and (min-width: 750px) {
  .cv-btn {
    height: 134.6153846154px;
    box-shadow: 0 9.6153846154px 0 #b7bd1b;
  }
}
.cv-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
.cv-btn p {
  color: #1f2661;
  font-size: 4.6153846154vw;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  .cv-btn p {
    font-size: 34.6153846154px;
  }
}
.cv-btn p .small {
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 750px) {
  .cv-btn p .small {
    font-size: 30.7692307692px;
  }
}
.cv-btn .cv-arrow {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.1282051282vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 750px) {
  .cv-btn .cv-arrow {
    width: 38.4615384615px;
    height: 38.4615384615px;
    right: 38.4615384615px;
  }
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*-----------------fv------------------*/
.fv {
  background: url(../img/fv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 64.1025641026vw;
  position: relative;
  padding: 7.6923076923vw 0 0 35.8974358974vw;
}
@media only screen and (min-width: 750px) {
  .fv {
    width: 750px;
    height: 490px;
    padding: 60px 0 60px 270px;
  }
}
.fv::before {
  content: "PR：株式会社BPX";
  font-size: 1.7948717949vw;
  font-weight: normal;
  position: absolute;
  top: 2.0512820513vw;
  left: 2.0512820513vw;
}
@media only screen and (min-width: 750px) {
  .fv::before {
    font-size: 12px;
    top: 10px;
    left: 10px;
  }
}
.fv--sub .year {
  display: block;
  position: relative;
  z-index: 3;
  transform: rotate(-8deg) translate(-10%, -88%);
}
@media only screen and (min-width: 750px) {
  .fv--sub .year {
    transform: rotate(-8deg) translate(-10%, -100%);
  }
}
.fv--sub .year .text {
  background: #fff;
  font-size: 2.5641025641vw;
  font-weight: bold;
  padding: 1.0256410256vw 1.5384615385vw;
  color: #1f2661;
  border: solid 1px #1f2661;
}
@media only screen and (min-width: 750px) {
  .fv--sub .year .text {
    font-size: 20px;
    padding: 8px 12px;
  }
}
.fv--sub .year .din {
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 750px) {
  .fv--sub .year .din {
    font-size: 32px;
  }
}
.fv--sub .sub {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #015eea, #00c0fa);
  font-size: 3.3333333333vw;
  padding: 1.2820512821vw;
}
@media only screen and (min-width: 750px) {
  .fv--sub .sub {
    font-size: 25px;
    padding: 10px;
  }
}
.fv--sub .sub .small {
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .fv--sub .sub .small {
    font-size: 20px;
  }
}
.fv--ttl {
  margin-top: 2.0512820513vw;
}
@media only screen and (min-width: 750px) {
  .fv--ttl {
    margin-top: 15.3846153846px;
  }
}
.fv--ttl .main {
  color: #fff;
  text-align: center;
  font-size: 6.4102564103vw;
  line-height: 1.4;
}
@media only screen and (min-width: 750px) {
  .fv--ttl .main {
    font-size: 48.0769230769px;
  }
}
.fv--ttl .fv-ranking {
  font-size: 4.6153846154vw;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 750px) {
  .fv--ttl .fv-ranking {
    font-size: 34.6153846154px;
  }
}
.fv--ttl .fv-ranking .din {
  font-size: 10.2564102564vw;
  color: #fff000;
  line-height: 0.7;
}
@media only screen and (min-width: 750px) {
  .fv--ttl .fv-ranking .din {
    font-size: 82px;
  }
}
.fv--ttl .fv-ranking .big {
  font-size: 6.4102564103vw;
  color: #fff000;
}
@media only screen and (min-width: 750px) {
  .fv--ttl .fv-ranking .big {
    font-size: 54px;
  }
}

/*------------------ロゴリスト logo-list------------------*/
.logo-list picture {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 5.1282051282vw;
  padding-top: 2.5641025641vw;
  padding-bottom: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .logo-list picture {
    gap: 20px;
    padding: 10px 0;
  }
}
.logo-list picture img {
  width: 17.9487179487vw;
}
@media only screen and (min-width: 750px) {
  .logo-list picture img {
    width: 140px;
  }
}

.loop_wrap picture {
  animation: loop 10s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/*------------------ランキング表 ranking-table------------------*/
.ranking-table {
  background: #c2e0f9;
  padding: 7.6923076923vw 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table {
    padding: 60px 20px;
  }
}
.ranking-table.bg-wh {
  background-color: #fff;
}
.ranking-table--sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #1f2661;
}
.ranking-table--sub .main {
  font-size: 5.1282051282vw;
  transform: skewX(-8deg);
}
@media only screen and (min-width: 750px) {
  .ranking-table--sub .main {
    font-size: 40px;
  }
}
.ranking-table--sub .main .din {
  font-size: 6.1538461538vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--sub .main .din {
    font-size: 48px;
  }
}
.ranking-table--sub .main .small {
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--sub .main .small {
    font-size: 32px;
  }
}
.ranking-table--sub .ttl {
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--sub .ttl {
    font-size: 32px;
  }
}
.ranking-table--ttl {
  text-align: center;
  color: #1f2661;
  font-weight: bold;
}
.ranking-table--ttl .main {
  font-size: 5.1282051282vw;
  padding: 0.5128205128vw 1.0256410256vw;
  margin-top: -2.5641025641vw;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ttl .main {
    font-size: 38.4615384615px;
    padding: 3.8461538462px 7.6923076923px;
    margin-top: -19.2307692308px;
  }
}
.ranking-table--ttl .main .din {
  font-size: 7.6923076923vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ttl .main .din {
    font-size: 57.6923076923px;
  }
}
.ranking-table--ttl .main .din-colr {
  font-size: 8.2051282051vw;
  color: #FF6F00;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ttl .main .din-colr {
    font-size: 80.7692307692px;
  }
}
.ranking-table--ranking {
  margin-top: 3.8461538462vw;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking {
    margin-top: 28.8461538462px;
  }
}
.ranking-table--ranking--item {
  width: 30.7692307692vw;
  background: #fff;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item {
    width: 230.7692307692px;
  }
}
.ranking-table--ranking--item dt {
  padding: 2.0512820513vw 0 1.5384615385vw;
  background: #2874bf;
  color: #fff;
  font-size: 3.5897435897vw;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.29;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item dt {
    padding: 15.3846153846px 0 11.5384615385px;
    font-size: 26.9230769231px;
  }
}
.ranking-table--ranking--item dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3.5897435897vw;
  line-height: 1.5;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item dd {
    font-size: 26.9230769231px;
  }
}
.ranking-table--ranking--item .rank dt {
  background: #2874bf;
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank dt {
    font-size: 30.7692307692px;
  }
}
.ranking-table--ranking--item .rank dt .din {
  font-size: 4.6153846154vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank dt .din {
    font-size: 34.6153846154px;
  }
}
.ranking-table--ranking--item .rank.no1 {
  position: relative;
}
.ranking-table--ranking--item .rank.no1 dt::before {
  content: "";
  width: 10.2564102564vw;
  height: 6.4102564103vw;
  background: url("../img/ranking-table_icon_crown.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -3.5897435897vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank.no1 dt::before {
    width: 76.9230769231px;
    height: 48.0769230769px;
    top: -26.9230769231px;
  }
}
.ranking-table--ranking--item .rank dd {
  height: 23.0769230769vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank dd {
    height: 173.0769230769px;
  }
}
.ranking-table--ranking--item .rank dd img {
  position: relative;
  min-height: 6.2615384615vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank dd img {
    min-height: 46.9615384615px;
  }
}
.ranking-table--ranking--item .rank dd .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking-table--ranking--item .rank dd .cv-btn-table {
  display: block;
  background: #f8ff2d;
  box-shadow: 0 0.5128205128vw 0 #b7bd1b;
  width: 25.641025641vw;
  height: 7.6923076923vw;
  font-size: 2.5641025641vw;
  font-weight: bold;
  line-height: 7.6923076923vw;
  border-radius: 9999px;
  margin-top: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank dd .cv-btn-table {
    box-shadow: 0 5px 0 #b7bd1b;
    width: 200px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    margin-top: 20px;
  }
}
.ranking-table--ranking--item .rank.no1 img {
  width: 23.0769230769vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank.no1 img {
    width: 173.0769230769px;
  }
}
.ranking-table--ranking--item .rank.no2 img {
  width: 23.0769230769vw;
  transform: translateY(10%);
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank.no2 img {
    width: 173.0769230769px;
  }
}
.ranking-table--ranking--item .rank.no3 img {
  width: 25.1282051282vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank.no3 img {
    width: 188.4615384615px;
  }
}
.ranking-table--ranking--item .star dd {
  height: 11.7948717949vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .star dd {
    height: 88.4615384615px;
  }
}
.ranking-table--ranking--item .star dd img {
  width: 20.5128205128vw;
  position: relative;
  bottom: 0.5128205128vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .star dd img {
    width: 153.8461538462px;
    bottom: 3.8461538462px;
  }
}
.ranking-table--ranking--item .star .numerics {
  margin-left: 0.5128205128vw;
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .star .numerics {
    margin-left: 3.8461538462px;
    font-size: 19.2307692308px;
  }
}
.ranking-table--ranking--item .area dd {
  height: 11.7948717949vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .area dd {
    height: 88.4615384615px;
  }
}
.ranking-table--ranking--item .jobs dd {
  height: 12.8205128205vw;
  font-size: 2.5641025641vw;
  line-height: 1.1;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .jobs dd {
    height: 96.1538461538px;
    font-size: 19.2307692308px;
  }
}
.ranking-table--ranking--item .jobs dd .din {
  font-size: 5.641025641vw;
  color: #2874bf;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .jobs dd .din {
    font-size: 42.3076923077px;
  }
}
.ranking-table--ranking--item .jobs dd .note {
  font-size: 1.7948717949vw;
  font-weight: normal;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .jobs dd .note {
    font-size: 13.4615384615px;
  }
}
.ranking-table--ranking--item .inexperienced dd, .ranking-table--ranking--item .remote dd, .ranking-table--ranking--item .support dd {
  height: 12.8205128205vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .inexperienced dd, .ranking-table--ranking--item .remote dd, .ranking-table--ranking--item .support dd {
    height: 96.1538461538px;
  }
}
.ranking-table--ranking--item .inexperienced dd .icon, .ranking-table--ranking--item .remote dd .icon, .ranking-table--ranking--item .support dd .icon {
  width: 8.9743589744vw;
  margin: 0 auto;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .inexperienced dd .icon, .ranking-table--ranking--item .remote dd .icon, .ranking-table--ranking--item .support dd .icon {
    width: 67.3076923077px;
  }
}
.ranking-table--ranking--item .achievement dd {
  height: 15.3846153846vw;
  font-size: 3.0769230769vw;
  padding: 0 1.0256410256vw;
  line-height: 1.1;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .achievement dd {
    height: 115.3846153846px;
    font-size: 23.0769230769px;
    padding: 0 7.6923076923px;
  }
}
.ranking-table--ranking--item .achievement dd .din {
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .achievement dd .din {
    font-size: 30.7692307692px;
  }
}
.ranking-table--ranking--item .achievement dd .note {
  font-size: 1.7948717949vw;
  font-weight: normal;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .achievement dd .note {
    font-size: 13.4615384615px;
  }
}
.ranking-table--ranking--item .feature dd {
  display: inline;
  vertical-align: top;
  display: block;
  height: 38.4615384615vw;
  font-size: 2.8205128205vw;
  text-align: justify;
  padding: 1.0256410256vw;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .feature dd {
    height: 288.4615384615px;
    font-size: 21.1538461538px;
    padding: 7.6923076923px;
  }
}
.ranking-table--ranking--item .feature dd .small {
  font-size: 3.3333333333vw;
  font-weight: 500;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .feature dd .small {
    font-size: 25px;
  }
}
.ranking-table--ranking--item .btn dd {
  height: 17.9487179487vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .btn dd {
    height: 134.6153846154px;
  }
}
.ranking-table--ranking--item .btn dd .cv-btn-table {
  display: block;
  background: #f8ff2d;
  box-shadow: 0 0.7692307692vw 0 #b7bd1b;
  width: 25.641025641vw;
  height: 10.2564102564vw;
  font-size: 3.3333333333vw;
  font-weight: bold;
  line-height: 10.2564102564vw;
  border-radius: 9999px;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .btn dd .cv-btn-table {
    box-shadow: 0 5.7692307692px 0 #b7bd1b;
    width: 192.3076923077px;
    height: 76.9230769231px;
    font-size: 25px;
    line-height: 76.9230769231px;
  }
}
.ranking-table--ranking.pickup .ranking-table--ranking--item {
  border: 1px solid #2874bf;
}
.ranking-table--ranking.pickup dt {
  font-size: 3.5897435897vw;
  height: 19.2307692308vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking.pickup dt {
    font-size: 23.0769230769px;
    height: 144.2307692308px;
  }
}
.ranking-table--ranking.pickup dt .din {
  font-size: 5.1282051282vw;
  line-height: 1;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking.pickup dt .din {
    font-size: 38.4615384615px;
  }
}
.ranking-table--ranking.pickup dt .small {
  display: block;
  margin: 0.2em 0 0;
  font-size: 2.5641025641vw;
  font-weight: normal;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking.pickup dt .small {
    font-size: 19.2307692308px;
  }
}
.ranking-table--ranking.pickup .rank.no1 {
  position: relative;
}
.ranking-table--ranking.pickup .rank.no1 dt::before {
  content: "";
  width: 10.2564102564vw;
  height: 6.4102564103vw;
  background: url("../img/ranking_01_crown.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -3.5897435897vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking.pickup .rank.no1 dt::before {
    width: 76.9230769231px;
    height: 48.0769230769px;
    top: -26.9230769231px;
  }
}
.ranking-table--ranking.pickup .rank.no2 {
  position: relative;
}
.ranking-table--ranking.pickup .rank.no2 dt::before {
  content: "";
  width: 10.2564102564vw;
  height: 6.4102564103vw;
  background: url("../img/ranking_02_crown.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -3.5897435897vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking.pickup .rank.no2 dt::before {
    width: 76.9230769231px;
    height: 48.0769230769px;
    top: -26.9230769231px;
  }
}
.ranking-table--ranking.pickup .rank.no3 {
  position: relative;
}
.ranking-table--ranking.pickup .rank.no3 dt::before {
  content: "";
  width: 10.2564102564vw;
  height: 6.4102564103vw;
  background: url("../img/ranking_03_crown.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -3.5897435897vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking.pickup .rank.no3 dt::before {
    width: 76.9230769231px;
    height: 48.0769230769px;
    top: -26.9230769231px;
  }
}
.ranking-table--ranking.pickup dd {
  font-weight: normal;
  height: auto;
  font-size: 2.5641025641vw;
  margin: 0 0.8em 1.5em;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking.pickup dd {
    font-size: 19.2307692308px;
  }
}
.ranking-table--ranking.pickup dd span {
  display: block;
  text-align: left;
}
.ranking-table--ranking.pickup dd .logo {
  margin: 1em 0;
}
.ranking-table--ranking.pickup dd a {
  display: block;
  text-align: center;
}

/*------------------サービス詳細 detail------------------*/
.detail {
  position: relative;
  background: #1f2661;
  padding: 10.2564102564vw 5.1282051282vw;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .detail {
    padding: 76.9230769231px 38.4615384615px;
  }
}
.detail::before {
  content: "";
  width: 21.5384615385vw;
  height: 15.3846153846vw;
  background: url("../img/detail_deco_crown.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  top: -8.7179487179vw;
  transform: translateX(-50%);
}
@media only screen and (min-width: 750px) {
  .detail::before {
    width: 161.5384615385px;
    height: 115.3846153846px;
    top: -65.3846153846px;
  }
}
.detail--ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
.detail--ttl .sub {
  display: inline-block;
  position: relative;
  font-size: 4.6153846154vw;
}
@media only screen and (min-width: 750px) {
  .detail--ttl .sub {
    font-size: 34.6153846154px;
  }
}
.detail--ttl .sub::before, .detail--ttl .sub::after {
  content: "";
  width: 0.5128205128vw;
  height: 5.641025641vw;
  background: #fff;
  position: absolute;
  left: -3.5897435897vw;
  top: 50%;
  transform: rotate(-20deg) translateY(-50%);
}
@media only screen and (min-width: 750px) {
  .detail--ttl .sub::before, .detail--ttl .sub::after {
    width: 3.8461538462px;
    height: 42.3076923077px;
    left: -26.9230769231px;
  }
}
.detail--ttl .sub::after {
  left: auto;
  right: -3.5897435897vw;
  transform: rotate(20deg) translateY(-50%);
}
@media only screen and (min-width: 750px) {
  .detail--ttl .sub::after {
    right: -26.9230769231px;
  }
}
.detail--ttl .main {
  font-weight: bold;
  font-size: 7.1794871795vw;
  color: #fff;
  margin-top: 0.7692307692vw;
}
@media only screen and (min-width: 750px) {
  .detail--ttl .main {
    font-size: 53.8461538462px;
    margin-top: 5.7692307692px;
  }
}
.detail--ttl .main .din {
  font-size: 8.7179487179vw;
}
@media only screen and (min-width: 750px) {
  .detail--ttl .main .din {
    font-size: 65.3846153846px;
  }
}
.detail--ranking {
  margin-top: 11.5384615385vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking {
    margin-top: 86.5384615385px;
  }
}
.detail--ranking--item {
  padding: 7.6923076923vw 5.1282051282vw 10.2564102564vw;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item {
    padding: 57.6923076923px 38.4615384615px 76.9230769231px;
  }
}
.detail--ranking--item--circle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -30%);
  width: 32.0512820513vw;
  height: 32.0512820513vw;
  border-radius: 9999px;
  background: #fff;
  text-align: center;
  padding-top: 3.8461538462vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--circle {
    width: 240.3846153846px;
    height: 240.3846153846px;
    padding-top: 28.8461538462px;
  }
}
.detail--ranking--item--circle .crown {
  width: 12.8205128205vw;
  margin: 0 auto;
  margin-bottom: 0.7692307692vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--circle .crown {
    width: 96.1538461538px;
    margin-bottom: 5.7692307692px;
  }
}
.detail--ranking--item--circle .rank {
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--circle .rank {
    font-size: 30.7692307692px;
  }
}
.detail--ranking--item--circle .rank .din {
  font-size: 6.1538461538vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--circle .rank .din {
    font-size: 46.1538461538px;
  }
}
.detail--ranking--item--ttl--logo {
  margin: 0 auto;
  width: 33.3333333333vw;
  margin-top: 3.8461538462vw;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--ttl--logo {
    width: 250px;
    margin-top: 28.8461538462px;
  }
}
.detail--ranking--item--ttl .logo-no5 {
  width: 38.4615384615vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--ttl .logo-no5 {
    width: 288.4615384615px;
  }
}
.detail--ranking--item--service-img {
  margin: 0 auto;
  margin-top: 3.8461538462vw;
  margin-bottom: 5.1282051282vw;
  border: solid 1px #ccc;
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--service-img {
    margin-top: 28.8461538462px;
    margin-bottom: 38.4615384615px;
  }
}
.detail--ranking--item--service-img.no1 {
  width: 46.1538461538vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--service-img.no1 {
    width: 346.1538461538px;
  }
}
.detail--ranking--item--box-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail--ranking--item--box-top li {
  width: 33.3333333333%;
}
.detail--ranking--item--box-top li dl dt {
  background: #1f2661;
  color: #fff;
  text-align: center;
  padding: 1.7948717949vw;
  font-size: 3.3333333333vw;
  border: solid 0.2564102564vw #5e65a2;
  border-top: none;
  border-bottom: none;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-top li dl dt {
    padding: 13.4615384615px;
    font-size: 25px;
    border: solid 1.9230769231px #5e65a2;
    border-top: none;
    border-bottom: none;
  }
}
.detail--ranking--item--box-top li dl dd {
  height: 11.5384615385vw;
  font-size: 3.0769230769vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0.2564102564vw #1f2661;
  border-top: none;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-top li dl dd {
    height: 86.5384615385px;
    font-size: 23.0769230769px;
    border: solid 1.9230769231px #1f2661;
    border-top: none;
  }
}
.detail--ranking--item--box-top li dl dd .star {
  width: 15.8974358974vw;
  height: 3.0769230769vw;
  transform: translateY(-20%);
  margin-right: 1.2820512821vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-top li dl dd .star {
    width: 119.2307692308px;
    height: 23.0769230769px;
    margin-right: 9.6153846154px;
  }
}
.detail--ranking--item--box-top li dl dd .icon {
  width: 7.6923076923vw;
  margin: 0 auto;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-top li dl dd .icon {
    width: 57.6923076923px;
  }
}
.detail--ranking--item--box-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail--ranking--item--box-bottom li {
  width: 50%;
}
.detail--ranking--item--box-bottom li dl dt {
  background: #1f2661;
  color: #fff;
  text-align: center;
  padding: 1.2820512821vw;
  font-size: 3.5897435897vw;
  border: solid 0.2564102564vw #5e65a2;
  border-top: none;
  border-bottom: none;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-bottom li dl dt {
    padding: 9.6153846154px;
    font-size: 26.9230769231px;
    border: solid 1.9230769231px #5e65a2;
    border-top: none;
    border-bottom: none;
  }
}
.detail--ranking--item--box-bottom li dl dd {
  height: 17.4358974359vw;
  font-size: 3.0769230769vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 0.2564102564vw #1f2661;
  border-top: none;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-bottom li dl dd {
    height: 130.7692307692px;
    font-size: 23.0769230769px;
    border: solid 1.9230769231px #1f2661;
    border-top: none;
  }
}
.detail--ranking--item--box-bottom li dl dd .din {
  font-size: 6.1538461538vw;
  transform: translateY(-3%);
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-bottom li dl dd .din {
    font-size: 46.1538461538px;
  }
}
.detail--ranking--item--box-bottom li dl dd .note {
  font-size: 2.5641025641vw;
  font-weight: normal;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-bottom li dl dd .note {
    font-size: 19.2307692308px;
  }
}
.detail--ranking--item--box-bottom li dl dd .big {
  font-size: 4.6153846154vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-bottom li dl dd .big {
    font-size: 34.6153846154px;
  }
}
.detail--ranking--item .point_wrap {
  margin-top: 5.1282051282vw;
  margin-bottom: 5.1282051282vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .point_wrap {
    margin-top: 38.4615384615px;
    margin-bottom: 38.4615384615px;
  }
}
.detail--ranking--item .point_wrap .point_list {
  font-size: 3.0769230769vw;
  line-height: 1.8;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .point_wrap .point_list {
    font-size: 23.0769230769px;
  }
}
.detail--ranking--item .point_wrap .point_list li {
  position: relative;
  margin-left: 5.1282051282vw;
  line-height: 1.5;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .point_wrap .point_list li {
    margin-left: 38.4615384615px;
  }
}
.detail--ranking--item .point_wrap .point_list li::before {
  content: "";
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  top: 0.5128205128vw;
  left: -5.1282051282vw;
  background: url("../img/check002.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .point_wrap .point_list li::before {
    width: 28.8461538462px;
    height: 28.8461538462px;
    top: 3.8461538462px;
    left: -38.4615384615px;
  }
}
.detail--ranking--item .point_wrap .point_list li + li {
  margin-top: 1.2820512821vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .point_wrap .point_list li + li {
    margin-top: 9.6153846154px;
  }
}
.detail--ranking--item .ttl-second {
  text-align: center;
  color: #2874bf;
  padding: 1.2820512821vw;
  font-size: 4.6153846154vw;
  margin-bottom: 2.0512820513vw;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .ttl-second {
    padding: 9.6153846154px;
    font-size: 34.6153846154px;
    margin-bottom: 15.3846153846px;
  }
}
.detail--ranking--item .ttl-second::before, .detail--ranking--item .ttl-second::after {
  content: "";
  display: block;
  background: #ccc;
  height: 0.2564102564vw;
  width: 17.4358974359vw;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .ttl-second::before, .detail--ranking--item .ttl-second::after {
    height: 1.9230769231px;
    width: 130.7692307692px;
  }
}
.detail--ranking--item .ttl-second::after {
  left: auto;
  right: 0;
}
.detail--ranking--item .ttl-second.ttl-second_2::before, .detail--ranking--item .ttl-second.ttl-second_2::after {
  width: 15.3846153846vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .ttl-second.ttl-second_2::before, .detail--ranking--item .ttl-second.ttl-second_2::after {
    width: 115.3846153846px;
  }
}
.detail--ranking--item .flex_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.0769230769vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .flex_wrap {
    gap: 23.0769230769px;
  }
}
.detail--ranking--item .flex_wrap img {
  width: 14.1025641026vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .flex_wrap img {
    width: 105.7692307692px;
  }
}
.detail--ranking--item .flex_wrap .recommend_top {
  font-size: 3.8461538462vw;
  line-height: 1.5;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .flex_wrap .recommend_top {
    font-size: 28.8461538462px;
  }
}
.detail--ranking--item .flex_wrap .recommend_top strong {
  color: #ee7144;
}
.detail--ranking--item .ex_wrap {
  margin-top: 2.5641025641vw;
  padding: 3.8461538462vw;
  background: #f2f8ff;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .ex_wrap {
    margin-top: 19.2307692308px;
    padding: 28.8461538462px;
  }
}
.detail--ranking--item .ex_wrap li {
  font-size: 3.0769230769vw;
  font-weight: normal;
  line-height: 1.6;
  padding-left: 3.8461538462vw;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .ex_wrap li {
    font-size: 23.0769230769px;
    padding-left: 28.8461538462px;
  }
}
.detail--ranking--item .ex_wrap li::before {
  content: "■";
  color: #888;
  position: absolute;
  left: 0;
  top: 0;
}
.detail--ranking--item .ex_wrap li .bold {
  background: linear-gradient(to bottom, transparent 70%, #fdffc9 70%);
}
.detail--ranking--item .ex_wrap li + li {
  margin-top: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .ex_wrap li + li {
    margin-top: 19.2307692308px;
  }
}
.detail--ranking--item + li {
  margin-top: 15.3846153846vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item + li {
    margin-top: 115.3846153846px;
  }
}
.detail--ranking--item .cv-btn {
  z-index: 10;
  margin-top: 5.1282051282vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .cv-btn {
    margin-top: 38.4615384615px;
  }
}

/*------------------まとめ summary------------------*/
.summary {
  padding: 10.2564102564vw 5.1282051282vw;
  background: #e9f2fa;
}
@media only screen and (min-width: 750px) {
  .summary {
    padding: 76.9230769231px 38.4615384615px;
  }
}
.summary--ttl {
  text-align: center;
  color: #1f2661;
  font-size: 5.1282051282vw;
  font-weight: 700;
}
@media only screen and (min-width: 750px) {
  .summary--ttl {
    font-size: 38.4615384615px;
  }
}
.summary--ttl .mark {
  margin-top: 3.0769230769vw;
  font-weight: bold;
  font-size: 6.1538461538vw;
  padding: 0 1.0256410256vw 0.5128205128vw;
  background: linear-gradient(to bottom, transparent 70%, #f8ff2d 70%);
}
@media only screen and (min-width: 750px) {
  .summary--ttl .mark {
    margin-top: 23.0769230769px;
    font-size: 46.1538461538px;
    padding: 0 7.6923076923px 3.8461538462px;
  }
}
.summary--ttl .mark .small {
  font-size: 5.641025641vw;
}
@media only screen and (min-width: 750px) {
  .summary--ttl .mark .small {
    font-size: 42.3076923077px;
  }
}
.summary--img {
  display: block;
  margin: 7.6923076923vw auto;
}
@media only screen and (min-width: 750px) {
  .summary--img {
    margin: 57.6923076923px auto;
  }
}
.summary--box-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.summary--box-top li {
  width: 33.3333333333%;
}
.summary--box-top li dl dt {
  background: #1f2661;
  color: #fff;
  text-align: center;
  padding: 1.7948717949vw;
  font-size: 3.3333333333vw;
  border: solid 0.2564102564vw #5e65a2;
  border-top: none;
  border-bottom: none;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl dt {
    padding: 13.4615384615px;
    font-size: 25px;
    border: solid 1.9230769231px #5e65a2;
    border-top: none;
    border-bottom: none;
  }
}
.summary--box-top li dl dd {
  height: 11.5384615385vw;
  font-size: 3.0769230769vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0.2564102564vw #1f2661;
  border-top: none;
  background: #fff;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl dd {
    height: 86.5384615385px;
    font-size: 23.0769230769px;
    border: solid 1.9230769231px #1f2661;
    border-top: none;
  }
}
.summary--box-top li dl dd .star {
  width: 15.8974358974vw;
  height: 3.0769230769vw;
  transform: translateY(-20%);
  margin-right: 1.2820512821vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl dd .star {
    width: 119.2307692308px;
    height: 23.0769230769px;
    margin-right: 9.6153846154px;
  }
}
.summary--box-top li dl dd .icon {
  width: 7.6923076923vw;
  margin: 0 auto;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl dd .icon {
    width: 57.6923076923px;
  }
}
.summary--box-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.summary--box-bottom li {
  width: 50%;
}
.summary--box-bottom li dl dt {
  background: #1f2661;
  color: #fff;
  text-align: center;
  padding: 1.2820512821vw;
  font-size: 3.5897435897vw;
  border: solid 0.2564102564vw #5e65a2;
  border-top: none;
  border-bottom: none;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl dt {
    padding: 9.6153846154px;
    font-size: 26.9230769231px;
    border: solid 1.9230769231px #5e65a2;
    border-top: none;
    border-bottom: none;
  }
}
.summary--box-bottom li dl dd {
  height: 17.4358974359vw;
  font-size: 3.0769230769vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 0.2564102564vw #1f2661;
  border-top: none;
  background: #fff;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl dd {
    height: 130.7692307692px;
    font-size: 23.0769230769px;
    border: solid 1.9230769231px #1f2661;
    border-top: none;
  }
}
.summary--box-bottom li dl dd .din {
  font-size: 6.1538461538vw;
  transform: translateY(-3%);
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl dd .din {
    font-size: 46.1538461538px;
  }
}
.summary--box-bottom li dl dd .note {
  font-size: 2.5641025641vw;
  font-weight: normal;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl dd .note {
    font-size: 19.2307692308px;
  }
}
.summary--box-bottom li dl dd .big {
  font-size: 4.6153846154vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl dd .big {
    font-size: 34.6153846154px;
  }
}
.summary .summary-btn {
  margin-top: 7.6923076923vw;
}
@media only screen and (min-width: 750px) {
  .summary .summary-btn {
    margin-top: 57.6923076923px;
  }
}

/*------------------フッター------------------*/
footer {
  text-align: center;
  padding: 6.1538461538vw 0;
  background: #000;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 750px) {
  footer {
    padding: 46.1538461538px 0;
  }
}
footer a {
  color: #fff;
  font-size: 3.5897435897vw;
  text-decoration: underline;
  margin-bottom: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  footer a {
    font-size: 26.9230769231px;
    margin-bottom: 19.2307692308px;
  }
}
footer small {
  color: #fff;
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 750px) {
  footer small {
    font-size: 23.0769230769px;
  }
}/*# sourceMappingURL=style.css.map */