@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;
}

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

.white {
  color: #fff;
}

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

.marker {
  color: #4e97ea;
}

/*------------------cta------------------*/
.cv-btn {
  display: block;
  width: 78.6666666667vw;
  height: 17.3333333333vw;
  border-radius: 9999px;
  margin: 0 auto;
  background: #e4eb30;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 300ms;
  z-index: 10;
  box-shadow: 1.0666666667vw 1.0666666667vw 0 #878a30;
}
@media only screen and (min-width: 750px) {
  .cv-btn {
    width: 590px;
    height: 130px;
    box-shadow: 8px 8px 0 #878a30;
  }
}
.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: 4vw;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  .cv-btn p {
    font-size: 30px;
  }
}
.cv-btn p .small {
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 750px) {
  .cv-btn p .small {
    font-size: 28px;
  }
}
.cv-btn .cv-arrow {
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.7333333333vw;
}
@media only screen and (min-width: 750px) {
  .cv-btn .cv-arrow {
    width: 28px;
    height: 28px;
    right: 28px;
  }
}

@-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: 65.4666666667vw;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .fv {
    width: 750px;
    height: 491px;
  }
}
.fv::before {
  content: "PR：株式会社BPX";
  font-size: 1.6vw;
  font-weight: normal;
  position: absolute;
  top: 1.3333333333vw;
  left: 1.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .fv::before {
    font-size: 12px;
    top: 10px;
    left: 10px;
  }
}
.fv--sub {
  position: absolute;
  top: 6.6666666667vw;
  right: 4vw;
}
@media only screen and (min-width: 750px) {
  .fv--sub {
    top: 50px;
    right: 30px;
  }
}
.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: 19.2307692308px;
    padding: 7.6923076923px 11.5384615385px;
  }
}
.fv--sub .year .din {
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 750px) {
  .fv--sub .year .din {
    font-size: 30.7692307692px;
  }
}
.fv--sub .sub {
  color: #fff;
  background: linear-gradient(to right, #015eea, #00c0fa);
  font-size: 3.3333333333vw;
  padding: 1.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .fv--sub .sub {
    font-size: 25px;
    padding: 10px;
  }
}
.fv--sub .sub .small {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .fv--sub .sub .small {
    font-size: 20px;
  }
}
.fv--ttl {
  position: absolute;
  top: 17.3333333333vw;
  right: 4vw;
}
@media only screen and (min-width: 750px) {
  .fv--ttl {
    top: 130px;
    right: 30px;
  }
}
.fv--ttl .main {
  font-size: 12vw;
  color: #fff;
  line-height: 12vw;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .fv--ttl .main {
    font-size: 90px;
    line-height: 100px;
  }
}
.fv--ttl .main .small {
  font-size: 8.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .fv--ttl .main .small {
    font-size: 65px;
  }
}
.fv--ttl .fv-ranking {
  font-size: 4.9333333333vw;
  color: #fff;
}
@media only screen and (min-width: 750px) {
  .fv--ttl .fv-ranking {
    font-size: 37px;
  }
}
.fv--ttl .fv-ranking .din {
  font-size: 14.1333333333vw;
  color: #fff000;
  line-height: 0.7;
}
@media only screen and (min-width: 750px) {
  .fv--ttl .fv-ranking .din {
    font-size: 106px;
  }
}
.fv--ttl .fv-ranking .big {
  font-size: 7.0666666667vw;
  color: #fff000;
}
@media only screen and (min-width: 750px) {
  .fv--ttl .fv-ranking .big {
    font-size: 53px;
  }
}

/*------------------ロゴリスト 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: 38.4615384615px;
    padding-top: 19.2307692308px;
    padding-bottom: 19.2307692308px;
  }
}
.logo-list picture img {
  width: 134.6153846154px;
}
@media only screen and (min-width: 750px) {
  .logo-list picture img {
    width: 134.6153846154px;
  }
}

.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: 57.6923076923px 19.2307692308px;
  }
}
.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: 38.4615384615px;
  }
}
.ranking-table--sub .main .din {
  font-size: 6.1538461538vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--sub .main .din {
    font-size: 46.1538461538px;
  }
}
.ranking-table--sub .main .small {
  font-size: 4.1025641026vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--sub .main .small {
    font-size: 30.7692307692px;
  }
}
.ranking-table--ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1f2661;
  font-weight: bold;
}
.ranking-table--ttl .main {
  font-size: 6.4102564103vw;
  padding: 0.5128205128vw 1.0256410256vw;
  margin-top: 1.2820512821vw;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ttl .main {
    font-size: 48.0769230769px;
    padding: 3.8461538462px 7.6923076923px;
    margin-top: 9.6153846154px;
  }
}
.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--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;
}
.ranking-table--ranking--item .rank dd .cv-btn-table {
  display: block;
  background: #e4eb30;
  box-shadow: 0.5333333333vw 0.5333333333vw 0 #878a30;
  width: 26.6666666667vw;
  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: 4px 4px 0 #878a30;
    width: 200px;
    height: 57.6923076923px;
    font-size: 19.2307692308px;
    line-height: 57.6923076923px;
    margin-top: 19.2307692308px;
  }
}
.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: 19.2307692308vw;
  transform: translateY(10%);
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank.no2 img {
    width: 144.2307692308px;
  }
}
.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: 4.1025641026vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .jobs dd .din {
    font-size: 30.7692307692px;
  }
}
.ranking-table--ranking--item .jobs dd .note {
  font-size: 1.7948717949vw;
}
@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 {
  height: 11.7948717949vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .inexperienced dd, .ranking-table--ranking--item .remote dd {
    height: 88.4615384615px;
  }
}
.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;
}
@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: 33.3333333333vw;
  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: 250px;
    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: #e4eb30;
  box-shadow: 0.6666666667vw 0.6666666667vw 0 #878a30;
  width: 24vw;
  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: 5px 5px 0 #878a30;
    width: 180px;
    height: 76.9230769231px;
    font-size: 25px;
    line-height: 76.9230769231px;
  }
}

/*------------------導入 intro------------------*/
.intro {
  background: #2874bf;
  padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .intro {
    padding: 100px 40px 80px;
  }
}
.intro--ttl {
  font-weight: bold;
  background: url(../img/intro-bubble.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 84.2666666667vw;
  height: 57.7333333333vw;
  padding-top: 6vw;
  text-align: center;
  padding-right: 2.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .intro--ttl {
    width: 632px;
    height: 433px;
    padding-top: 45px;
    padding-right: 20px;
  }
}
.intro--ttl .sub {
  font-size: 3.6vw;
  line-height: 2;
}
@media only screen and (min-width: 750px) {
  .intro--ttl .sub {
    font-size: 27px;
  }
}
.intro--ttl .main {
  font-size: 8vw;
  line-height: 1.2;
}
@media only screen and (min-width: 750px) {
  .intro--ttl .main {
    font-size: 60px;
  }
}
.intro--ttl .main .small {
  font-size: 6vw;
}
@media only screen and (min-width: 750px) {
  .intro--ttl .main .small {
    font-size: 45px;
  }
}
.intro--img {
  width: 69.8666666667vw;
  height: 43.8666666667vw;
  margin: 0 auto;
  transform: scale(-1, 1);
  margin-top: 3.3333333333vw;
  margin-bottom: 4.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .intro--img {
    width: 524px;
    height: 329px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
.intro--txt {
  color: #fff;
  font-size: 4vw;
  line-height: 1.75;
  font-weight: normal;
  text-align: justify;
}
@media only screen and (min-width: 750px) {
  .intro--txt {
    font-size: 30px;
  }
}

/*------------------ポイント point------------------*/
.point {
  padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .point {
    padding: 100px 40px 80px;
  }
}
.point--ttl {
  font-size: 8vw;
  text-align: center;
  line-height: 1.3;
  position: relative;
  margin-bottom: 8vw;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  .point--ttl {
    font-size: 60px;
    margin-bottom: 60px;
  }
}
.point--ttl::before, .point--ttl::after {
  content: "";
  background: url(../img/point-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6.9333333333vw;
  height: 17.2vw;
}
@media only screen and (min-width: 750px) {
  .point--ttl::before, .point--ttl::after {
    width: 52px;
    height: 129px;
  }
}
.point--ttl::before {
  position: absolute;
  left: 6.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 750px) {
  .point--ttl::before {
    left: 50px;
  }
}
.point--ttl::after {
  position: absolute;
  right: 6.6666666667vw;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (min-width: 750px) {
  .point--ttl::after {
    right: 50px;
  }
}
.point--ttl .small {
  font-size: 6vw;
}
@media only screen and (min-width: 750px) {
  .point--ttl .small {
    font-size: 45px;
  }
}
.point--ttl .white {
  background: linear-gradient(to right, #015eea, #00c0fa);
  padding: 0 0.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .point--ttl .white {
    padding: 0 5px;
  }
}
.point--list--item {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #2874bf;
}
.point--list--item .point-wrap {
  text-align: center;
  line-height: 1;
}
.point--list--item .point-wrap .small-point {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .point--list--item .point-wrap .small-point {
    font-size: 20px;
  }
}
.point--list--item .point-wrap .number {
  font-size: 5.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .point--list--item .point-wrap .number {
    font-size: 40px;
  }
}
.point--list--item .line {
  background: #2874bf;
  width: 0.2666666667vw;
  height: 7.2vw;
  margin-left: 4vw;
  margin-right: 4vw;
}
@media only screen and (min-width: 750px) {
  .point--list--item .line {
    width: 2px;
    height: 54px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.point--list--item--txt {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #000;
}
@media only screen and (min-width: 750px) {
  .point--list--item--txt {
    font-size: 28px;
  }
}
.point--list li + li {
  margin-top: 4.8vw;
}
@media only screen and (min-width: 750px) {
  .point--list li + li {
    margin-top: 36px;
  }
}

/*------------------グラフ graph------------------*/
.graph {
  padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
  background-color: #1f2661;
}
@media only screen and (min-width: 750px) {
  .graph {
    padding: 100px 40px 80px;
  }
}
.graph--ttl {
  text-align: center;
  background: url(../img/graph_bubble.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 83.0666666667vw;
  height: 31.6vw;
  font-size: 5.3333333333vw;
  font-weight: bold;
  padding-top: 6.6666666667vw;
  line-height: 1.3;
  margin: 0 auto;
  margin-bottom: 5.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .graph--ttl {
    width: 623px;
    height: 237px;
    font-size: 40px;
    padding-top: 50px;
    margin-bottom: 40px;
  }
}
.graph--graph {
  width: 67.4666666667vw;
  height: 67.4666666667vw;
  margin: 0 auto;
  margin-bottom: 8.8vw;
}
@media only screen and (min-width: 750px) {
  .graph--graph {
    width: 506px;
    height: 506px;
    margin-bottom: 66px;
  }
}
.graph--table {
  margin-bottom: 4.8vw;
}
@media only screen and (min-width: 750px) {
  .graph--table {
    margin-bottom: 36px;
  }
}
.graph--table tr {
  width: 100%;
  border: 0.2666666667vw solid #e9f2fa;
}
@media only screen and (min-width: 750px) {
  .graph--table tr {
    border: 2px solid #e9f2fa;
  }
}
.graph--table tr th {
  background: linear-gradient(to right, #015eea, #00c0fa);
  color: #fff;
  width: 100%;
  height: 10.6666666667vw;
  line-height: 10.6666666667vw;
  text-align: center;
  font-size: 4vw;
}
@media only screen and (min-width: 750px) {
  .graph--table tr th {
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
}
.graph--table tr td {
  width: 80vw;
  height: 9.3333333333vw;
  background: #fff;
  color: #2874bf;
  line-height: 9.3333333333vw;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  .graph--table tr td {
    width: 600px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
  }
}
.graph--table tr .din {
  background: #2874bf;
  color: #fff;
  width: 9.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .graph--table tr .din {
    width: 70px;
  }
}
.graph--note {
  color: #fff;
  font-size: 2.6666666667vw;
  line-height: 1.5;
  font-weight: normal;
}
@media only screen and (min-width: 750px) {
  .graph--note {
    font-size: 20px;
  }
}
.graph--note a {
  text-decoration: underline;
}

/*------------------できること service------------------*/
.service {
  padding: 5.3333333333vw 0 0;
}
@media only screen and (min-width: 750px) {
  .service {
    padding: 40px 0 0;
  }
}
.service--top {
  background: #fff;
  padding: 0 5.3333333333vw 5.3333333333vw;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 750px) {
  .service--top {
    padding: 0 40px 40px;
  }
}
.service--top::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4vw;
  border: 4vw solid transparent;
  border-top: 4vw solid #fff;
}
@media only screen and (min-width: 750px) {
  .service--top::before {
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
  }
}
.service--top--illust {
  width: 33.3333333333vw;
  height: 51.3333333333vw;
  transform: translate(-10%, 20%);
}
@media only screen and (min-width: 750px) {
  .service--top--illust {
    width: 250px;
    height: 300px;
  }
}
.service--top--txt {
  font-weight: bold;
  text-align: center;
}
.service--top--txt--ttl {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  white-space: nowrap;
}
@media only screen and (min-width: 750px) {
  .service--top--txt--ttl {
    font-size: 28px;
  }
}
.service--top--txt--ttl .small {
  font-size: 3.2vw;
}
@media only screen and (min-width: 750px) {
  .service--top--txt--ttl .small {
    font-size: 24px;
  }
}
.service--top--txt--sub {
  font-size: 2.4vw;
  line-height: 1.5;
  margin-top: 2.4vw;
  white-space: nowrap;
}
@media only screen and (min-width: 750px) {
  .service--top--txt--sub {
    font-size: 20px;
    margin-top: 20px;
  }
}
.service--bottom {
  background: #2874bf;
  padding: 14.6666666667vw 5.3333333333vw 10.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .service--bottom {
    padding: 110px 40px 80px;
  }
}
.service--bottom--ttl {
  font-size: 6.6666666667vw;
  text-align: center;
  margin-bottom: 9.0666666667vw;
  color: #fff;
}
@media only screen and (min-width: 750px) {
  .service--bottom--ttl {
    font-size: 50px;
    margin-bottom: 68px;
  }
}
.service--bottom--list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.service--bottom--list--item {
  width: 33.3333%;
  height: 35.3333333333vw;
  background: #fff;
  padding: 5.3333333333vw 0 5.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .service--bottom--list--item {
    height: 265px;
    padding: 40px 0 40px;
  }
}
.service--bottom--list--item--ttl {
  font-size: 2.4vw;
  text-align: center;
  color: #333;
  margin-bottom: 5.0666666667vw;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (min-width: 750px) {
  .service--bottom--list--item--ttl {
    font-size: 18px;
    margin-bottom: 38px;
  }
}
.service--bottom--list--item--icon {
  width: 12.9333333333vw;
  height: 12.4vw;
  margin: 0 auto;
}
@media only screen and (min-width: 750px) {
  .service--bottom--list--item--icon {
    width: 97px;
    height: 93px;
  }
}
.service--bottom--list .bg-l-blue {
  background: #e9f2fa;
}

/*------------------早見表 chart------------------*/
.chart {
  padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
  background: #e9f2fa;
}
@media only screen and (min-width: 750px) {
  .chart {
    padding: 100px 40px 80px;
  }
}
.chart--ttl {
  text-align: center;
  color: #2874bf;
  font-weight: bold;
  font-size: 8vw;
  margin-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .chart--ttl {
    font-size: 60px;
    margin-bottom: 50px;
  }
}
.chart--ttl .sub {
  display: block;
  margin: 0 auto;
  background: #fff;
  border-radius: 9999px;
  font-size: 4vw;
  width: 44vw;
  height: 6.6666666667vw;
  line-height: 6.6666666667vw;
  margin-bottom: -6.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .chart--ttl .sub {
    font-size: 30px;
    width: 330px;
    height: 50px;
    line-height: 50px;
    margin-bottom: -50px;
  }
}
.chart--img {
  position: relative;
}
.chart--img .link-workport {
  width: 37.3333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  left: 48vw;
  top: 32vw;
}
@media only screen and (min-width: 750px) {
  .chart--img .link-workport {
    width: 280px;
    height: 40px;
    position: absolute;
    left: 360px;
    top: 240px;
  }
}
.chart--img .link-cloud-link {
  width: 33.3333333333vw;
  height: 6.6666666667vw;
  position: absolute;
  left: 46.6666666667vw;
  top: 19.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .chart--img .link-cloud-link {
    width: 250px;
    height: 50px;
    position: absolute;
    left: 350px;
    top: 145px;
  }
}
.chart--img .link-type-tenshoku {
  width: 24vw;
  height: 6.6666666667vw;
  position: absolute;
  left: 49.3333333333vw;
  top: 49.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .chart--img .link-type-tenshoku {
    width: 180px;
    height: 50px;
    position: absolute;
    left: 370px;
    top: 370px;
  }
}

/*------------------サービス詳細 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;
  margin-top: 3.5897435897vw;
  color: #fff;
  line-height: 1.6;
}
@media only screen and (min-width: 750px) {
  .detail--ttl .main {
    font-size: 53.8461538462px;
    margin-top: 26.9230769231px;
  }
}
.detail--ttl .main .bg-gra {
  background: linear-gradient(to right, #015eea, #00c0fa);
  padding: 2vw 2.6666666667vw;
  font-style: italic;
}
@media only screen and (min-width: 750px) {
  .detail--ttl .main .bg-gra {
    padding: 15px 20px;
  }
}
.detail--ranking {
  margin-top: 15.3846153846vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking {
    margin-top: 115.3846153846px;
  }
}
.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: 33.3333333333vw;
  height: 33.3333333333vw;
  border-radius: 9999px;
  background: #fff;
  text-align: center;
  padding-top: 4vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--circle {
    width: 250px;
    height: 250px;
    padding-top: 30px;
  }
}
.detail--ranking--item--circle .crown {
  width: 13.3333333333vw;
  margin: 0 auto;
  margin-bottom: 0.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--circle .crown {
    width: 100px;
    margin-bottom: 5px;
  }
}
.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: 26.6666666667vw;
  margin-top: 4vw;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--ttl--logo {
    width: 200px;
    margin-top: 30px;
  }
}
.detail--ranking--item--ttl .logo-no5 {
  width: 33.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--ttl .logo-no5 {
    width: 250px;
  }
}
.detail--ranking--item--service-img {
  margin: 0 auto;
  margin-top: 6.1538461538vw;
  margin-bottom: 7.3333333333vw;
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--service-img {
    margin-top: 46.1538461538px;
    margin-bottom: 55px;
  }
}
.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 {
  border: #1f2661 solid 0.1333333333vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-top li dl {
    border: #1f2661 solid 1px;
  }
}
.detail--ranking--item--box-top li dl dt {
  background: #1f2661;
  color: #fff;
  text-align: center;
  line-height: 5.0666666667vw;
  height: 5.0666666667vw;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-top li dl dt {
    line-height: 38px;
    height: 38px;
    font-size: 20px;
  }
}
.detail--ranking--item--box-top li dl dd {
  height: 8.8vw;
  font-size: 2.6666666667vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-top li dl dd {
    height: 66px;
    font-size: 20px;
  }
}
.detail--ranking--item--box-top li dl dd .star {
  width: 16.4vw;
  height: 2.9333333333vw;
  transform: translateY(-20%);
  margin-right: 1.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-top li dl dd .star {
    width: 123px;
    height: 22px;
    margin-right: 10px;
  }
}
.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 {
  border: #1f2661 solid 0.1333333333vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-bottom li dl {
    border: #1f2661 solid 1px;
  }
}
.detail--ranking--item--box-bottom li dl dt {
  background: #1f2661;
  color: #fff;
  text-align: center;
  line-height: 5.0666666667vw;
  height: 5.0666666667vw;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-bottom li dl dt {
    line-height: 38px;
    height: 38px;
    font-size: 20px;
  }
}
.detail--ranking--item--box-bottom li dl dd {
  height: 14.6666666667vw;
  font-size: 2.6666666667vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-bottom li dl dd {
    height: 110px;
    font-size: 20px;
  }
}
.detail--ranking--item--box-bottom li dl dd .din {
  font-size: 4.8vw;
  transform: translateY(-3%);
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-bottom li dl dd .din {
    font-size: 36px;
  }
}
.detail--ranking--item--box-bottom li dl dd .note {
  position: absolute;
  bottom: 0.2666666667vw;
  right: 0.4vw;
  font-size: 1.6vw;
  font-weight: normal;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--box-bottom li dl dd .note {
    font-size: 12px;
  }
}
.detail--ranking--item--point {
  margin-top: 9.3333333333vw;
  margin-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--point {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
.detail--ranking--item--point--ttl {
  text-align: center;
  font-size: 4.6666666667vw;
  font-weight: bold;
  margin-bottom: 4vw;
  color: #1f2661;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--point--ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.detail--ranking--item--point--ttl::before, .detail--ranking--item--point--ttl::after {
  content: "";
  width: 0.5128205128vw;
  height: 5.641025641vw;
  background: #1f2661;
  position: absolute;
  left: 21.7948717949vw;
  top: 50%;
  transform: rotate(-20deg) translateY(-50%);
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--point--ttl::before, .detail--ranking--item--point--ttl::after {
    width: 3.8461538462px;
    height: 42.3076923077px;
    left: 163.4615384615px;
  }
}
.detail--ranking--item--point--ttl::after {
  left: auto;
  right: 21.7948717949vw;
  transform: rotate(20deg) translateY(-50%);
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--point--ttl::after {
    right: 163.4615384615px;
  }
}
.detail--ranking--item--point--ex {
  display: block;
  border: 1px solid #bababa;
  padding: 5.1282051282vw;
  margin-bottom: 7.6923076923vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--point--ex {
    padding: 38.4615384615px;
    margin-bottom: 57.6923076923px;
  }
}
.detail--ranking--item--point--ex--img {
  width: 100%;
  margin-bottom: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--point--ex--img {
    margin-bottom: 19.2307692308px;
  }
}
.detail--ranking--item--point--ex--list {
  font-size: 4vw;
  line-height: 1.8;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--point--ex--list {
    font-size: 30px;
  }
}
.detail--ranking--item--point--ex .note {
  font-size: 2.5641025641vw;
  font-weight: normal;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--point--ex .note {
    font-size: 19.2307692308px;
  }
}
.detail--ranking--item--reccomend--top {
  display: flex;
  justify-content: center;
  align-content: center;
}
.detail--ranking--item--reccomend--top--img {
  width: 18.8vw;
  height: 29.3333333333vw;
  margin-right: 14.9333333333vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--reccomend--top--img {
    width: 141px;
    height: 220px;
    margin-right: 112px;
  }
}
.detail--ranking--item--reccomend--top--ttl {
  color: #1f2661;
  font-size: 4.5333333333vw;
  text-align: center;
  position: relative;
  font-weight: bold;
  padding-top: 5.3333333333vw;
  line-height: 1.3;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--reccomend--top--ttl {
    font-size: 34px;
    padding-top: 40px;
  }
}
.detail--ranking--item--reccomend--top--ttl::before {
  content: "";
  background: url(../img/reccomend.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15.6vw;
  height: 26.4vw;
  position: absolute;
  top: 50%;
  left: -10.6666666667vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--reccomend--top--ttl::before {
    width: 117px;
    height: 198px;
    left: -80px;
  }
}
.detail--ranking--item--reccomend--bottom {
  background: #e9f2fa;
  padding: 4vw;
  padding-left: 5.3333333333vw;
  color: #1f2661;
  font-size: 2.8205128205vw;
  line-height: 1.5;
  margin-bottom: 6.6666666667vw;
  font-weight: normal;
  text-align: justify;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--reccomend--bottom {
    padding: 30px;
    padding-left: 40px;
    font-size: 21.1538461538px;
    margin-bottom: 50px;
  }
}
.detail--ranking--item--reccomend--bottom li {
  position: relative;
}
.detail--ranking--item--reccomend--bottom li::before {
  content: "・";
  font-size: 3.2vw;
  position: absolute;
  left: -2.6666666667vw;
  top: 0;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--reccomend--bottom li::before {
    font-size: 24px;
    left: -20px;
  }
}
.detail--ranking--item--reccomend--bottom li + li {
  margin-top: 2.0512820513vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--reccomend--bottom li + li {
    margin-top: 15.3846153846px;
  }
}
.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;
}

/*------------------まとめ summary------------------*/
.summary {
  padding: 10.2564102564vw 5.1282051282vw;
  background: #c2e0f9;
}
@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: 7.6923076923vw;
  padding: 0 1.0256410256vw 0.5128205128vw;
  background: linear-gradient(to bottom, transparent 70%, #e4eb30 70%);
}
@media only screen and (min-width: 750px) {
  .summary--ttl .mark {
    margin-top: 23.0769230769px;
    font-size: 57.6923076923px;
    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;
  width: 60%;
}
@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 {
  border: #1f2661 solid 0.1333333333vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl {
    border: #1f2661 solid 1px;
  }
}
.summary--box-top li dl dt {
  background: #1f2661;
  color: #fff;
  text-align: center;
  line-height: 5.0666666667vw;
  height: 5.0666666667vw;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl dt {
    line-height: 38px;
    height: 38px;
    font-size: 20px;
  }
}
.summary--box-top li dl dd {
  height: 8.8vw;
  font-size: 2.6666666667vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl dd {
    height: 66px;
    font-size: 20px;
  }
}
.summary--box-top li dl dd .star {
  width: 16.4vw;
  height: 2.9333333333vw;
  transform: translateY(-20%);
  margin-right: 1.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl dd .star {
    width: 123px;
    height: 22px;
    margin-right: 10px;
  }
}
.summary--box-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.summary--box-bottom li {
  width: 50%;
}
.summary--box-bottom li dl {
  border: #1f2661 solid 0.1333333333vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl {
    border: #1f2661 solid 1px;
  }
}
.summary--box-bottom li dl dt {
  background: #1f2661;
  color: #fff;
  text-align: center;
  line-height: 5.0666666667vw;
  height: 5.0666666667vw;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl dt {
    line-height: 38px;
    height: 38px;
    font-size: 20px;
  }
}
.summary--box-bottom li dl dd {
  background-color: #fff;
  height: 14.6666666667vw;
  font-size: 2.6666666667vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl dd {
    height: 110px;
    font-size: 20px;
  }
}
.summary--box-bottom li dl dd .din {
  font-size: 5.3333333333vw;
  margin-left: 0.6666666667vw;
  margin-right: 0.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl dd .din {
    font-size: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.summary--box-bottom li dl dd .note {
  position: absolute;
  bottom: 0.2666666667vw;
  right: 0.4vw;
  font-size: 1.6vw;
  font-weight: normal;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl dd .note {
    font-size: 12px;
  }
}
.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 */