@charset "UTF-8";
/* Scss Document */
/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}

@font-face {
  src: url(../font/NotoSansJP-VariableFont_wght.woff) format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../font/BarlowCondensed-Bold.woff) format("woff");
  font-family: "Barlow Condensed";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/BarlowCondensed-SemiBold.woff) format("woff");
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/Barlow-Medium.woff) format("woff");
  font-family: "Barlow Condensed";
  font-weight: 500;
  font-display: swap;
}
picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

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

.body_text {
  font-size: 3.0769230769vw;
  line-height: 1.8;
  text-align: justify;
}
@media only screen and (min-width: 750px) {
  .body_text {
    font-size: 23.0769230769px;
  }
}

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

.barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.orange {
  color: #F06B3E;
}

.white {
  color: #fff;
}

.marker {
  color: #F06B3E;
}

/*------------------cta------------------*/
.cv-btn {
  display: block;
  width: 78.6666666667vw;
  height: 17.3333333333vw;
  border-radius: 9999px;
  margin: 0 auto;
  background: #F06B3E;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 300ms;
  z-index: 10;
  box-shadow: 0 1.0666666667vw 0 #b04622;
}
@media only screen and (min-width: 750px) {
  .cv-btn {
    width: 590px;
    height: 130px;
    box-shadow: 0 8px 0 #b04622;
  }
}
.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: #F4FAD9;
  font-size: 4.5333333333vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (min-width: 750px) {
  .cv-btn p {
    font-size: 34px;
  }
}
.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;
  }
}
.cv-btn .cv-arrow img {
  vertical-align: top;
}

@-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;
  }
}
@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: linear-gradient(90deg, #61BAA5 0%, rgba(97, 186, 165, 0) 100%) no-repeat, url(../img/fv-bg.webp) no-repeat;
  background: -mozlinear-linear-gradient(90deg, #61BAA5 0%, rgba(97, 186, 165, 0) 100%) no-repeat, url(../img/fv-bg.webp) no-repeat;
  background: -ms-linear-gradient(90deg, #61BAA5 0%, rgba(97, 186, 165, 0) 100%) no-repeat, url(../img/fv-bg.webp) no-repeat;
  background-size: 79% 100%, 132%;
  background-position: 0, left -1.2vw bottom;
  padding: 5.3333333333vw 0;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .fv {
    background-position: 0, left -9px bottom;
    padding: 40px 0;
  }
}
.fv::before {
  font-size: 2.1333333333vw;
  right: 2vw;
  top: 2vw;
  padding: 0.2em 0.5em;
  border: solid 1px #333;
}
@media only screen and (min-width: 750px) {
  .fv::before {
    font-size: 12px;
    right: 15px;
    top: 15px;
  }
}
.fv--sub {
  width: 66%;
  font-weight: 700;
  padding-left: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .fv--sub {
    padding-left: 40px;
    margin-bottom: 20px;
  }
}
.fv--sub .year {
  color: #F4FAD9;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 2.9333333333vw;
  text-shadow: 0 0 1.0666666667vw #035E38;
}
@media only screen and (min-width: 750px) {
  .fv--sub .year {
    text-shadow: 0 0 8px #035E38;
    font-size: 22px;
  }
}
.fv--sub .year::after {
  content: "";
  flex-grow: 1;
  height: 0.2666666667vw;
  background: #F4FAD9;
  margin-left: 1em;
  text-shadow: 0 0 1.0666666667vw #035E38;
}
@media only screen and (min-width: 750px) {
  .fv--sub .year::after {
    height: 2px;
    text-shadow: 0 0 8px #035E38;
  }
}
.fv--sub .year .barlow {
  font-size: 120%;
}
.fv--sub .sub {
  color: #FFF;
  text-shadow: 0.4vw 0.4vw 0 #035E38;
  font-size: 6.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .fv--sub .sub {
    text-shadow: 3px 3px 0 #035E38;
    font-size: 50px;
  }
}
.fv--ttl {
  font-weight: 700;
  width: 52%;
  background: #F4FAD9;
  color: #035E38;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6666666667vw 0;
}
@media only screen and (min-width: 750px) {
  .fv--ttl {
    padding: 5px 0;
  }
}
.fv--ttl .main {
  font-size: 4.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .fv--ttl .main {
    font-size: 35px;
  }
}
.fv--ttl .fv-ranking {
  font-size: 6.9333333333vw;
  margin-left: 2vw;
}
@media only screen and (min-width: 750px) {
  .fv--ttl .fv-ranking {
    font-size: 25px;
    margin-left: 15px;
  }
}
.fv--ttl .fv-ranking .barlow {
  line-height: 1;
  font-size: 16vw;
  color: #F06B3E;
  text-shadow: 0.2666666667vw 0.2666666667vw 0.2666666667vw #fff, -0.2666666667vw 0.2666666667vw 0.2666666667vw #fff, 0.2666666667vw -0.2666666667vw 0.2666666667vw #fff, -0.2666666667vw -0.2666666667vw 0.2666666667vw #fff;
}
@media only screen and (min-width: 750px) {
  .fv--ttl .fv-ranking .barlow {
    font-size: 120px;
    text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
  }
}
.fv .centering_list {
  width: calc(52% - 8vw);
  margin-top: 2.6666666667vw;
  margin-left: 8vw;
}
@media only screen and (min-width: 750px) {
  .fv .centering_list {
    width: calc(52% - 60px);
    margin-top: 20px;
    margin-left: 60px;
  }
}
.fv .centering_list p {
  text-align: center;
  margin-bottom: 1.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .fv .centering_list p {
    margin-bottom: 10px;
  }
}
.fv .centering_list p span {
  position: relative;
  color: #F4FAD9;
  display: inline-block;
  padding: 0 1.2em;
  font-size: 2.4vw;
  text-shadow: 0 0 1.0666666667vw #035E38;
}
@media only screen and (min-width: 750px) {
  .fv .centering_list p span {
    font-size: 18px;
    text-shadow: 0 0 8px #035E38;
  }
}
.fv .centering_list p span::before, .fv .centering_list p span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 1em;
  background: #F4FAD9;
}
.fv .centering_list p span::before {
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
  left: 0;
}
.fv .centering_list p span::after {
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
  right: 0;
}
.fv .centering_list--wrap {
  display: flex;
  justify-content: center;
}
.fv .centering_list--wrap--back {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  display: inline-block;
  padding: 2.6666666667vw 5.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .fv .centering_list--wrap--back {
    padding: 20px 40px;
  }
}
.fv .centering_list--wrap--back ul li {
  position: relative;
  font-weight: 700;
  color: #035E38;
  border-radius: 0.6666666667vw;
  font-size: 2.6666666667vw;
  padding-left: 1.8em;
}
@media only screen and (min-width: 750px) {
  .fv .centering_list--wrap--back ul li {
    border-radius: 5px;
    font-size: 20px;
  }
}
.fv .centering_list--wrap--back ul li::before, .fv .centering_list--wrap--back ul li::after {
  position: absolute;
  content: "";
}
.fv .centering_list--wrap--back ul li::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  background: #fff;
}
.fv .centering_list--wrap--back ul li::after {
  background: url(../img/check_mark_orange.svg) no-repeat center/contain;
  width: 1.1em;
  height: 1.1em;
  top: 1px;
  left: 0.2em;
}
.fv .centering_list--wrap--back ul li + li {
  margin-top: 2vw;
}
@media only screen and (min-width: 750px) {
  .fv .centering_list--wrap--back ul li + li {
    margin-top: 15px;
  }
}

/*------------------ランキング表 ranking-table------------------*/
.ranking-table {
  background: #F4FAD9;
  padding: 12.8205128205vw 5.1282051282vw 10.2564102564vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table {
    padding: 96.1538461538px 38.4615384615px 76.9230769231px;
  }
}
.ranking-table--sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #61BAA5;
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--sub {
    font-size: 32px;
  }
}
.ranking-table--ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #035E38;
  font-weight: bold;
  line-height: 1.15;
}
.ranking-table--ttl .main {
  font-size: 8.5333333333vw;
  padding: 0.2666666667vw 0.5333333333vw;
  margin-top: 0.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ttl .main {
    font-size: 64px;
    padding: 2px 4px;
    margin-top: 5px;
  }
}
.ranking-table--ttl .main .small {
  font-size: 5.8666666667vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ttl .main .small {
    font-size: 44px;
  }
}
.ranking-table--ttl .main .barlow {
  font-size: 6.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ttl .main .barlow {
    font-size: 50px;
  }
}
.ranking-table--ranking {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 1.2820512821vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking {
    gap: 9.6153846154px;
  }
}
.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: #035E38;
  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;
  color: #035E38;
  font-size: 3.3333333333vw;
  line-height: 1.5;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item dd {
    font-size: 25px;
  }
}
.ranking-table--ranking--item dd .mark {
  width: 8.2051282051vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item dd .mark {
    width: 61.5384615385px;
  }
}
.ranking-table--ranking--item .rank {
  position: relative;
}
.ranking-table--ranking--item .rank .bubble {
  position: absolute;
  left: 50%;
  top: -7.4358974359vw;
  transform: translateX(-50%);
  background: #fff;
  font-size: 2.5641025641vw;
  font-weight: bold;
  width: 80%;
  padding: 1.2820512821vw 0;
  line-height: 1.2;
  border-radius: 1.2820512821vw;
  color: #035E38;
  border: solid #035E38 0.2564102564vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank .bubble {
    top: -55.7692307692px;
    font-size: 19.2307692308px;
    padding: 9.6153846154px 0;
    border-radius: 9.6153846154px;
    border: solid #035E38 1.9230769231px;
  }
}
.ranking-table--ranking--item .rank .bubble p {
  position: relative;
}
.ranking-table--ranking--item .rank .bubble p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2.5641025641vw;
  border: 2.5641025641vw solid transparent;
  border-top: 2.5641025641vw solid #fff;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank .bubble p::before {
    margin-left: -19.2307692308px;
    border: 19.2307692308px solid transparent;
    border-top: 19.2307692308px solid #fff;
  }
}
.ranking-table--ranking--item .rank dt {
  background: #035E38;
  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 .barlow {
  font-size: 4.6153846154vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank dt .barlow {
    font-size: 34.6153846154px;
  }
}
.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 {
  color: #fff;
  display: block;
  background: #F06B3E;
  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 {
    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: 24.358974359vw;
  margin-top: 1.2820512821vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank.no1 img {
    width: 182.6923076923px;
    margin-top: 9.6153846154px;
  }
}
.ranking-table--ranking--item .rank.no2 img {
  width: 15.3846153846vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank.no2 img {
    width: 115.3846153846px;
  }
}
.ranking-table--ranking--item .rank.no3 img {
  width: 19.2307692308vw;
  margin-top: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank.no3 img {
    width: 144.2307692308px;
    margin-top: 19.2307692308px;
  }
}
.ranking-table--ranking--item .rank.no3 .cv-btn-table {
  margin-top: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .rank.no3 .cv-btn-table {
    margin-top: 19.2307692308px;
  }
}
.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 .area dd .small {
  font-size: 60%;
}
.ranking-table--ranking--item .jobs dd {
  height: 14.1025641026vw;
  font-size: 2.5641025641vw;
  line-height: 1.1;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .jobs dd {
    height: 105.7692307692px;
    font-size: 23.0769230769px;
  }
}
.ranking-table--ranking--item .jobs dd .barlow {
  color: #F06B3E;
  font-size: 250%;
}
.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 {
  height: 11.7948717949vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .inexperienced dd {
    height: 88.4615384615px;
  }
}
.ranking-table--ranking--item .occupation dd {
  height: 11.7948717949vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .occupation dd {
    height: 88.4615384615px;
  }
}
.ranking-table--ranking--item .feature dd {
  display: inline;
  display: block;
  font-size: 3.0769230769vw;
  text-align: justify;
  padding: 2.5641025641vw;
  min-height: 47.4358974359vw;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .feature dd {
    font-size: 23.0769230769px;
    padding: 19.2307692308px;
    min-height: 315px;
  }
}
.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: #F06B3E;
  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 {
    width: 180px;
    height: 76.9230769231px;
    font-size: 25px;
    line-height: 76.9230769231px;
  }
}
.ranking-table--ranking--item .btn dd .link-btn-table {
  position: relative;
  display: block;
  color: #fff;
  background: #61BAA5;
  width: 26.6666666667vw;
  height: 10.2564102564vw;
  font-size: 3.0769230769vw;
  line-height: 10.2564102564vw;
  border-radius: 9999px;
  padding-right: 1em;
}
@media only screen and (min-width: 750px) {
  .ranking-table--ranking--item .btn dd .link-btn-table {
    width: 200px;
    height: 76.9230769231px;
    font-size: 23.0769230769px;
    line-height: 76.9230769231px;
  }
}
.ranking-table--ranking--item .btn dd .link-btn-table::before {
  position: absolute;
  content: "";
  background: url(../img/cv_icon.svg) no-repeat;
  width: 1em;
  height: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 0.5em;
}

/*------------------導入 intro------------------*/
.intro {
  background: #61BAA5;
  padding: 13.3333333333vw 5.3333333333vw 8vw;
}
@media only screen and (min-width: 750px) {
  .intro {
    padding: 100px 40px 60px;
  }
}
.intro--ttl {
  color: #035E38;
  text-align: center;
}
.intro--ttl--wrap {
  position: relative;
  display: inline-block;
  font-weight: bold;
  background: #fff;
  padding: 4.6153846154vw;
  border-radius: 2.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .intro--ttl--wrap {
    padding: 34.6153846154px;
    border-radius: 20px;
  }
}
.intro--ttl--wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3.3333333333vw;
  border: 3.3333333333vw solid transparent;
  border-top: 3.3333333333vw solid #fff;
}
@media only screen and (min-width: 750px) {
  .intro--ttl--wrap::after {
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
  }
}
.intro--ttl .sub {
  font-size: 3.2vw;
}
@media only screen and (min-width: 750px) {
  .intro--ttl .sub {
    font-size: 24px;
  }
}
.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: 6.4vw;
}
@media only screen and (min-width: 750px) {
  .intro--ttl .main .small {
    font-size: 48px;
  }
}
.intro--img {
  width: 69.3333333333vw;
  height: 54vw;
  margin: 0 auto;
  margin-top: 3.3333333333vw;
  margin-bottom: 4.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .intro--img {
    width: 520px;
    height: 405px;
    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;
  }
}

/*------------------使うべき理由 reason------------------*/
.reason--ttl {
  background: linear-gradient(to bottom, #61BAA5 0%, #61BAA5 50%, #fff 50%, #fff 100%);
  text-align: center;
  padding: 0 5.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .reason--ttl {
    padding: 0 40px;
  }
}
.reason--ttl h2 {
  color: #fff;
  background: #035E38;
  box-shadow: 4px 4px 0 #FFF;
  padding: 0.8em 0;
  font-size: 5.8666666667vw;
}
@media only screen and (min-width: 750px) {
  .reason--ttl h2 {
    font-size: 44px;
  }
}
.reason--main {
  padding: 8vw 5.3333333333vw 10.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .reason--main {
    padding: 60px 40px 80px;
  }
}
.reason--main ul li {
  display: flex;
  gap: 5.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .reason--main ul li {
    gap: 40px;
  }
}
.reason--main ul li .figure {
  width: 37%;
  background: #F4FAD9;
  border-radius: 10px;
  text-align: center;
}
.reason--main ul li .figure span {
  display: inline-block;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10.6666666667vw;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background: #035E38;
  padding: 0.125em 0.25em;
  border-radius: 0 0 5px 5px;
  min-width: 13.3333333333vw;
  min-height: 11.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .reason--main ul li .figure span {
    font-size: 80px;
    min-width: 100px;
    min-height: 85px;
  }
}
.reason--main ul li .figure .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 12vw);
}
@media only screen and (min-width: 750px) {
  .reason--main ul li .figure .img {
    height: calc(100% - 90px);
  }
}
.reason--main ul li .figure .img figure {
  width: 20vw;
}
@media only screen and (min-width: 750px) {
  .reason--main ul li .figure .img figure {
    width: 150px;
  }
}
.reason--main ul li .text {
  width: 63%;
  padding: 2.6666666667vw 0;
}
@media only screen and (min-width: 750px) {
  .reason--main ul li .text {
    padding: 20px 0;
  }
}
.reason--main ul li .text h3 {
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #035E38;
  line-height: 1.4;
}
@media only screen and (min-width: 750px) {
  .reason--main ul li .text h3 {
    font-size: 40px;
  }
}
.reason--main ul li .text p {
  line-height: 1.8;
  margin-top: 1em;
  font-size: 3.2vw;
}
@media only screen and (min-width: 750px) {
  .reason--main ul li .text p {
    font-size: 24px;
  }
}
.reason--main ul li + li {
  margin-top: 8vw;
}
@media only screen and (min-width: 750px) {
  .reason--main ul li + li {
    margin-top: 60px;
  }
}

/*------------------できること service------------------*/
.service {
  /*padding: vw_b(40) 0 0;
  @include pc{
  	padding: px_b(40) 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: 25.3333333333vw;
  height: 35.6vw;
}
@media only screen and (min-width: 750px) {
  .service--top--illust {
    width: 190px;
    height: 267px;
  }
}
.service--top--txt {
  font-weight: bold;
  text-align: center;
}
.service--top--txt--ttl {
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
@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: #035E38;
  padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
  /*padding: vw_b(110) vw_b(40) vw_b(80);
  @include pc{
  	padding: px_b(110) px_b(40) px_b(80);
  }*/
}
@media only screen and (min-width: 750px) {
  .service--bottom {
    padding: 100px 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: #035E38;
  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 .base {
  background: #F4FAD9;
}

/*------------------早見表 chart------------------*/
.chart {
  padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
  background: #F4FAD9;
}
@media only screen and (min-width: 750px) {
  .chart {
    padding: 100px 40px 80px;
  }
}
.chart--ttl {
  text-align: center;
}
.chart--ttl--wrap {
  position: relative;
  line-height: 1.4;
  display: inline-block;
  color: #035E38;
  font-weight: bold;
  background: #fff;
  border-radius: 2.6666666667vw;
  padding: 0.5em 1em;
  font-size: 8vw;
  margin: 0 auto 6.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .chart--ttl--wrap {
    font-size: 60px;
    margin: 0 auto 50px;
    border-radius: 20px;
  }
}
.chart--ttl--wrap .sub {
  display: block;
  color: #61BAA5;
  font-size: 3.2vw;
}
@media only screen and (min-width: 750px) {
  .chart--ttl--wrap .sub {
    font-size: 24px;
  }
}
.chart--ttl--wrap::after {
  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) {
  .chart--ttl--wrap::after {
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
  }
}
.chart--main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.chart--main ul li {
  width: 49%;
}
.chart--main ul li:last-child {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .chart--main ul li:last-child {
    margin-top: 40px;
  }
}
.chart--main ul li h3 {
  font-weight: 700;
  text-align: center;
  color: #035E38;
  margin-bottom: 0.5em;
  font-size: 3.2vw;
}
@media only screen and (min-width: 750px) {
  .chart--main ul li h3 {
    font-size: 24px;
  }
}
.chart--main ul li table {
  width: 100%;
  border: solid 2px #61BAA5;
}
.chart--main ul li table tr:first-of-type th {
  border-bottom: solid 2px #F4FAD9;
}
.chart--main ul li table tr:first-of-type td {
  border-bottom: solid 2px #61BAA5;
}
.chart--main ul li table tr th {
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  background: #61BAA5;
  color: #fff;
  vertical-align: middle;
  width: 27%;
}
.chart--main ul li table tr td {
  text-align: center;
  vertical-align: middle;
  background: #fff;
  height: 11.3333333333vw;
  width: 73%;
}
@media only screen and (min-width: 750px) {
  .chart--main ul li table tr td {
    height: 85px;
  }
}
.chart--main ul li table tr td img {
  max-width: 24vw;
  max-height: 6vw;
}
@media only screen and (min-width: 750px) {
  .chart--main ul li table tr td img {
    max-width: 180px;
    max-height: 45px;
  }
}

/*------------------サービス詳細 detail------------------*/
.detail {
  position: relative;
  background: #035E38;
  padding: 7.6923076923vw 5.1282051282vw;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .detail {
    padding: 57.6923076923px 38.4615384615px;
  }
}
.detail--ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.detail--ttl .sub {
  display: inline-block;
  font-size: 4.1025641026vw;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .detail--ttl .sub {
    font-size: 30.7692307692px;
  }
}
.detail--ttl .sub::before, .detail--ttl .sub::after {
  content: "";
  display: block;
  background: #fff;
  width: 0.2564102564vw;
  height: 92%;
  position: absolute;
  left: -2.5641025641vw;
  bottom: 0;
  transform: rotate(-30deg);
}
@media only screen and (min-width: 750px) {
  .detail--ttl .sub::before, .detail--ttl .sub::after {
    width: 1.9230769231px;
    left: -19.2307692308px;
  }
}
.detail--ttl .sub::after {
  left: auto;
  right: -2.5641025641vw;
  transform: rotate(30deg);
}
@media only screen and (min-width: 750px) {
  .detail--ttl .sub::after {
    right: -19.2307692308px;
  }
}
.detail--ttl .main {
  display: block;
  font-weight: bold;
  font-size: 6.1538461538vw;
  margin-top: 1.2820512821vw;
  color: #fff;
  line-height: 1;
}
@media only screen and (min-width: 750px) {
  .detail--ttl .main {
    font-size: 46.1538461538px;
    margin-top: 9.6153846154px;
  }
}
.detail--ranking {
  margin-top: 14.1025641026vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking {
    margin-top: 105.7692307692px;
  }
}
.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: 30.7692307692vw;
  height: 30.7692307692vw;
  border-radius: 9999px;
  background: #fff;
  text-align: center;
  padding-top: 3.8461538462vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--circle {
    width: 230.7692307692px;
    height: 230.7692307692px;
    padding-top: 28.8461538462px;
  }
}
.detail--ranking--item--circle .crown {
  width: 18.4615384615vw;
  margin: 0 auto;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--circle .crown {
    width: 138.4615384615px;
  }
}
.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 .barlow {
  font-size: 6.1538461538vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--circle .rank .barlow {
    font-size: 46.1538461538px;
  }
}
.detail--ranking--item--ttl--logo {
  display: block;
  margin: 0 auto;
  width: 25.641025641vw;
  position: relative;
  margin-top: -1.5384615385vw;
  z-index: 3;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--ttl--logo {
    width: 192.3076923077px;
    margin-top: -11.5384615385px;
  }
}
.detail--ranking--item--ttl .logo-no2 {
  width: 16.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--ttl .logo-no2 {
    width: 125px;
  }
}
.detail--ranking--item--ttl .logo-no3 {
  width: 38.4615384615vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--ttl .logo-no3 {
    width: 288.4615384615px;
  }
}
.detail--ranking--item--ttl .logo-no3 figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail--ranking--item--service-img {
  border: 0.2564102564vw solid #eee;
  margin-top: 3.8461538462vw;
  margin-bottom: 5.1282051282vw;
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item--service-img {
    border: 1.9230769231px solid #eee;
    margin-top: 28.8461538462px;
    margin-bottom: 38.4615384615px;
  }
}
.detail--ranking--item .tab_menu {
  z-index: 2;
  position: relative;
  width: 23.0769230769vw;
  background-color: #ccc;
  color: #888;
  line-height: 9.2307692308vw;
  font-size: 3.0769230769vw;
  font-weight: bold;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 2.0512820513vw 2.0512820513vw 0 0;
  cursor: pointer;
  margin: 0 1.2820512821vw;
  box-sizing: border-box;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_menu {
    width: 173.0769230769px;
    line-height: 69.2307692308px;
    font-size: 23.0769230769px;
    margin: 0 9.6153846154px;
    border-radius: 15.3846153846px 15.3846153846px 0 0;
  }
}
.detail--ranking--item input:checked + .tab_menu {
  background-color: #035E38;
  color: #fff;
}
.detail--ranking--item input[name=tab_menu1] {
  display: none;
}
.detail--ranking--item input[name=tab_menu2] {
  display: none;
}
.detail--ranking--item input[name=tab_menu3] {
  display: none;
}
.detail--ranking--item .tab_content {
  display: none;
  z-index: 1;
  clear: both;
  border: solid 0.3846153846vw #035E38;
  padding: 5.1282051282vw 3.8461538462vw;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content {
    border: solid 2.8846153846px #035E38;
    padding: 38.4615384615px 28.8461538462px;
  }
}
.detail--ranking--item .tab_content .table_top {
  display: flex;
}
.detail--ranking--item .tab_content .table_top dl {
  width: 50%;
  font-size: 3.0769230769vw;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .table_top dl {
    font-size: 23.0769230769px;
  }
}
.detail--ranking--item .tab_content .table_top dl dt {
  background: #F4FAD9;
  text-align: center;
  padding: 1.2820512821vw;
  border: solid 0.2564102564vw #ccc;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .table_top dl dt {
    padding: 9.6153846154px;
    border: 1.9230769231px #ccc solid;
  }
}
.detail--ranking--item .tab_content .table_top dl dd {
  text-align: center;
  border: solid 0.2564102564vw #ccc;
  border-top: none;
  height: 10.7692307692vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .table_top dl dd {
    border: 1.9230769231px #ccc solid;
    border-top: none;
    height: 80.7692307692px;
  }
}
.detail--ranking--item .tab_content .table_top dl dd figure {
  width: 23.0769230769vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .table_top dl dd figure {
    width: 173.0769230769px;
  }
}
.detail--ranking--item .tab_content .table_top dl dd .num {
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .table_top dl dd .num {
    font-size: 19.2307692308px;
  }
}
.detail--ranking--item .tab_content .table_top dl dd .barlow {
  font-size: 6.1538461538vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .table_top dl dd .barlow {
    font-size: 46.1538461538px;
  }
}
.detail--ranking--item .tab_content .table_top dl:not(:first-child) dt, .detail--ranking--item .tab_content .table_top dl:not(:first-child) dd {
  border-left: none;
}
.detail--ranking--item .tab_content .table {
  display: flex;
}
.detail--ranking--item .tab_content .table dl {
  width: 50%;
  font-size: 3.0769230769vw;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .table dl {
    font-size: 23.0769230769px;
  }
}
.detail--ranking--item .tab_content .table dl dt {
  background: #F4FAD9;
  text-align: center;
  padding: 1.2820512821vw;
  border: solid 0.2564102564vw #ccc;
  border-top: none;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .table dl dt {
    padding: 9.6153846154px;
    border: 1.9230769231px #ccc solid;
    border-top: none;
  }
}
.detail--ranking--item .tab_content .table dl dd {
  text-align: center;
  border: solid 0.2564102564vw #ccc;
  border-top: none;
  height: 10.7692307692vw;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .table dl dd {
    border: 1.9230769231px #ccc solid;
    border-top: none;
    height: 80.7692307692px;
  }
}
.detail--ranking--item .tab_content .table dl dd figure {
  width: 7.4358974359vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .table dl dd figure {
    width: 55.7692307692px;
  }
}
.detail--ranking--item .tab_content .table dl:not(:first-child) dt, .detail--ranking--item .tab_content .table dl:not(:first-child) dd {
  border-left: none;
}
.detail--ranking--item .tab_content .point_wrap {
  margin-top: 3.8461538462vw;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .point_wrap {
    margin-top: 28.8461538462px;
  }
}
.detail--ranking--item .tab_content .point_wrap h3 {
  text-align: center;
  font-weight: bold;
  font-size: 3.5897435897vw;
  position: relative;
  display: inline-block;
  line-height: 1;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .point_wrap h3 {
    font-size: 26.9230769231px;
  }
}
.detail--ranking--item .tab_content .point_wrap h3::before, .detail--ranking--item .tab_content .point_wrap h3::after {
  content: "";
  display: block;
  background: #333;
  width: 0.2564102564vw;
  height: 95%;
  position: absolute;
  left: -1.7948717949vw;
  bottom: 0;
  transform: rotate(-30deg);
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .point_wrap h3::before, .detail--ranking--item .tab_content .point_wrap h3::after {
    width: 1.9230769231px;
    left: -13.4615384615px;
  }
}
.detail--ranking--item .tab_content .point_wrap h3::after {
  left: auto;
  right: -1.7948717949vw;
  transform: rotate(30deg);
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .point_wrap h3::after {
    right: -13.4615384615px;
  }
}
.detail--ranking--item .tab_content .point_wrap ul {
  text-align: left;
  padding-left: 5.1282051282vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .point_wrap ul {
    padding-left: 38.4615384615px;
  }
}
.detail--ranking--item .tab_content .point_wrap ul li {
  font-size: 3.0769230769vw;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .point_wrap ul li {
    font-size: 23.0769230769px;
  }
}
.detail--ranking--item .tab_content .point_wrap ul li::before {
  content: "";
  background: url(../img/check.svg) no-repeat center/contain;
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  position: absolute;
  left: -5.1282051282vw;
  top: 0.7692307692vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .point_wrap ul li::before {
    width: 28.8461538462px;
    height: 28.8461538462px;
    left: -38.4615384615px;
    top: 5.7692307692px;
  }
}
.detail--ranking--item .tab_content .point_wrap ul li .green {
  font-weight: bold;
  color: #019a5a;
}
.detail--ranking--item .tab_content .point_wrap ul li:not(:first-child) {
  margin-top: 2.0512820513vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .point_wrap ul li:not(:first-child) {
    margin-top: 15.3846153846px;
  }
}
.detail--ranking--item .tab_content .voice_list li .top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .voice_list li .top {
    gap: 19.2307692308px;
  }
}
.detail--ranking--item .tab_content .voice_list li .top figure {
  width: 17.9487179487vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .voice_list li .top figure {
    width: 134.6153846154px;
  }
}
.detail--ranking--item .tab_content .voice_list li .top .text_wrap {
  line-height: 1.5;
  flex: 1;
}
.detail--ranking--item .tab_content .voice_list li .top .text_wrap .bold {
  font-weight: bold;
  font-size: 3.5897435897vw;
  color: #61BAA5;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .voice_list li .top .text_wrap .bold {
    font-size: 26.9230769231px;
  }
}
.detail--ranking--item .tab_content .voice_list li .top .text_wrap .name {
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .voice_list li .top .text_wrap .name {
    font-size: 23.0769230769px;
  }
}
.detail--ranking--item .tab_content .voice_list li .body_text {
  margin-top: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .voice_list li .body_text {
    margin-top: 19.2307692308px;
  }
}
.detail--ranking--item .tab_content .voice_list li:not(:first-child) {
  margin-top: 3.8461538462vw;
  padding-top: 3.8461538462vw;
  border-top: solid 0.2564102564vw #ccc;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .voice_list li:not(:first-child) {
    margin-top: 38.4615384615px;
    padding-top: 28.8461538462px;
    border-top: solid 1.9230769231px #ccc;
  }
}
.detail--ranking--item .tab_content .job_list li h4 {
  font-weight: bold;
  color: #035E38;
  position: relative;
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .job_list li h4 {
    font-size: 26.9230769231px;
  }
}
.detail--ranking--item .tab_content .job_list li h4::before {
  content: "";
  display: block;
  background: #035E38;
  height: 0.2564102564vw;
  width: 53.8461538462vw;
  position: absolute;
  right: 2.5641025641vw;
  top: 50%;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .job_list li h4::before {
    height: 1.9230769231px;
    width: 403.8461538462px;
    right: 19.2307692308px;
  }
}
.detail--ranking--item .tab_content .job_list li dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.7948717949vw;
  gap: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .job_list li dl {
    margin-top: 13.4615384615px;
    gap: 9.6153846154px;
  }
}
.detail--ranking--item .tab_content .job_list li dl dt {
  width: 16.9230769231vw;
  padding: 1.2820512821vw;
  font-size: 2.5641025641vw;
  text-align: center;
  background: #61BAA5;
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .job_list li dl dt {
    width: 126.9230769231px;
    padding: 9.6153846154px;
    font-size: 19.2307692308px;
  }
}
.detail--ranking--item .tab_content .job_list li dl dd {
  font-size: 3.0769230769vw;
  flex: 1;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .job_list li dl dd {
    font-size: 23.0769230769px;
  }
}
.detail--ranking--item .tab_content .job_list li:not(:first-child) {
  margin-top: 3.8461538462vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .tab_content .job_list li:not(:first-child) {
    margin-top: 28.8461538462px;
  }
}
.detail--ranking--item #tab_a:checked ~ #tab_a_content, .detail--ranking--item #tab_b:checked ~ #tab_b_content, .detail--ranking--item #tab_c:checked ~ #tab_c_content,
.detail--ranking--item #tab_d:checked ~ #tab_d_content, .detail--ranking--item #tab_e:checked ~ #tab_e_content, .detail--ranking--item #tab_f:checked ~ #tab_f_content,
.detail--ranking--item #tab_g:checked ~ #tab_g_content, .detail--ranking--item #tab_h:checked ~ #tab_h_content, .detail--ranking--item #tab_i:checked ~ #tab_i_content {
  display: block;
}
.detail--ranking--item .cv_top {
  margin-top: 5.1282051282vw;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .cv_top {
    margin-top: 38.4615384615px;
  }
}
.detail--ranking--item .cv_top span {
  font-weight: 700;
  position: relative;
  display: inline-block;
  font-size: 3.5897435897vw;
  margin-bottom: 2.5641025641vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .cv_top span {
    font-size: 26.9230769231px;
    margin-bottom: 19.2307692308px;
  }
}
.detail--ranking--item .cv_top span::before, .detail--ranking--item .cv_top span::after {
  content: "";
  display: block;
  background: #333;
  width: 0.2564102564vw;
  height: 95%;
  position: absolute;
  left: -1.7948717949vw;
  bottom: 0;
  transform: rotate(-30deg);
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .cv_top span::before, .detail--ranking--item .cv_top span::after {
    width: 1.9230769231px;
    left: -13.4615384615px;
  }
}
.detail--ranking--item .cv_top span::after {
  left: auto;
  right: -1.7948717949vw;
  transform: rotate(30deg);
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item .cv_top span::after {
    right: -13.4615384615px;
  }
}
.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;
  }
}
.detail--ranking--item + li {
  margin-top: 12.8205128205vw;
}
@media only screen and (min-width: 750px) {
  .detail--ranking--item + li {
    margin-top: 96.1538461538px;
  }
}

/*------------------まとめ summary------------------*/
.summary {
  padding: 10.7692307692vw 5.1282051282vw 10.2564102564vw;
  background: #61BAA5;
}
@media only screen and (min-width: 750px) {
  .summary {
    padding: 80.7692307692px 38.4615384615px 76.9230769231px;
  }
}
.summary--ttl {
  text-align: center;
  color: #fff;
  font-size: 4.1025641026vw;
  font-weight: 700;
}
@media only screen and (min-width: 750px) {
  .summary--ttl {
    font-size: 30.7692307692px;
  }
}
.summary--ttl .mark {
  margin-right: 0.6666666667vw;
  font-weight: bold;
  font-size: 6.1538461538vw;
  padding: 0 1.0256410256vw 0.5128205128vw;
  background: linear-gradient(to bottom, transparent 15%, #035E38 15.1%);
}
@media only screen and (min-width: 750px) {
  .summary--ttl .mark {
    margin-right: 5px;
    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-top: 5.1282051282vw;
  margin-bottom: 5.1282051282vw;
}
@media only screen and (min-width: 750px) {
  .summary--img {
    margin-top: 38.4615384615px;
    margin-bottom: 38.4615384615px;
  }
}
.summary--top h3 {
  position: relative;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0.2666666667vw 0.5333333333vw #035E38;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--top h3 {
    text-shadow: 0 2px 4px #035E38;
    font-size: 32px;
  }
}
.summary--top h3::before, .summary--top h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  background: url(../img/summary_strong.svg) no-repeat center/contain;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .summary--top h3::before, .summary--top h3::after {
    width: 40px;
    height: 40px;
  }
}
.summary--top h3::before {
  left: 0;
}
.summary--top h3::after {
  right: 0;
  transform: scale(-1, 1);
}
.summary--top--change {
  background: #fff;
  box-shadow: 0 0 1.0666666667vw rgba(3, 94, 56, 0.5);
  border-radius: 5px;
  padding: 5.3333333333vw 4vw;
}
@media only screen and (min-width: 750px) {
  .summary--top--change {
    box-shadow: 0 0 8px rgba(3, 94, 56, 0.5);
    padding: 40px 30px;
  }
}
.summary--top--change ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--top--change ul li {
    gap: 20px;
  }
}
.summary--top--change ul li .person {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .summary--top--change ul li .person {
    gap: 10px;
  }
}
.summary--top--change ul li .person--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4FAD9;
  border-radius: 50%;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .summary--top--change ul li .person--icon {
    width: 100px;
    height: 100px;
  }
}
.summary--top--change ul li .person--icon figure {
  width: 9.3333333333vw;
  height: 9.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .summary--top--change ul li .person--icon figure {
    width: 70px;
    height: 70px;
  }
}
.summary--top--change ul li .person p {
  font-size: 1.8666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--top--change ul li .person p {
    font-size: 14px;
  }
}
.summary--top--change ul li .career {
  width: 100%;
}
.summary--top--change ul li .career dl {
  text-align: center;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  font-size: 2.6666666667vw;
  line-height: 1.4;
}
@media only screen and (min-width: 750px) {
  .summary--top--change ul li .career dl {
    font-size: 20px;
  }
}
.summary--top--change ul li .career dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #035E38;
  color: #fff;
  width: 20%;
  padding: 0.5em;
}
.summary--top--change ul li .career dl dd {
  display: flex;
  align-items: baseline;
  justify-content: center;
  background: #F4FAD9;
  color: #035E38;
  width: 35%;
  padding: 0.5em;
}
.summary--top--change ul li .career dl dd .small {
  font-size: 70%;
}
.summary--top--change ul li .career dl dd .barlow {
  line-height: 1;
  font-size: 140%;
}
.summary--top--change ul li .career dl dd:first-of-type .barlow {
  font-weight: 500;
}
.summary--top--change ul li .career dl dd:last-of-type {
  position: relative;
  font-weight: 700;
  background: #FDE9E2;
  color: #F06B3E;
  width: 45%;
}
.summary--top--change ul li .career dl dd:last-of-type::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -1vw;
  width: 1.3333333333vw;
  height: 2.6666666667vw;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #F06B3E;
  transform: translateY(-50%);
}
@media only screen and (min-width: 750px) {
  .summary--top--change ul li .career dl dd:last-of-type::before {
    left: -7.5px;
    width: 10px;
    height: 20px;
  }
}
.summary--top--change ul li .career dl + dl {
  margin-top: 5px;
}
.summary--top--change ul li + li {
  margin-top: 5.3333333333vw;
  padding-top: 5.3333333333vw;
  border-top: dashed 1px #61BAA5;
}
@media only screen and (min-width: 750px) {
  .summary--top--change ul li + li {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.summary--box-top li {
  width: 100%;
  margin-bottom: 0.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li {
    margin-bottom: 5px;
  }
}
.summary--box-top li dl {
  display: flex;
  border: #035E38 solid 0.2666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl {
    border: #035E38 solid 2px;
  }
}
.summary--box-top li dl dt {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #035E38;
  color: #fff;
  text-align: center;
  padding: 0.8em 0;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl dt {
    font-size: 20px;
  }
}
.summary--box-top li dl dd {
  width: 50%;
  background-color: #fff;
  color: #035E38;
  font-size: 2.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl dd {
    font-size: 20px;
  }
}
.summary--box-top li dl dd:not(.recruitment) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.summary--box-top li dl dd .barlow {
  color: #F06B3E;
  font-size: 5.3333333333vw;
  margin-left: 0.6666666667vw;
  margin-right: 0.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl dd .barlow {
    font-size: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.summary--box-top li dl dd .note {
  font-size: 1.6vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl dd .note {
    font-size: 12px;
  }
}
.summary--box-top li dl dd .star {
  margin-right: 5px;
}
.summary--box-top li dl dd .star img {
  height: 4.2666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-top li dl dd .star img {
    height: 32px;
  }
}
.summary--box-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.summary--box-bottom li {
  width: calc(33.3333333333% - 0.4444444444vw);
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li {
    width: calc(33.3333333333% - 3.3333333333px);
  }
}
.summary--box-bottom li dl {
  border: #035E38 solid 0.2666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl {
    border: #035E38 solid 2px;
  }
}
.summary--box-bottom li dl dt {
  background: #035E38;
  color: #fff;
  text-align: center;
  font-size: 2.6666666667vw;
  padding: 0.3em 0 0.4em;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl dt {
    font-size: 20px;
  }
}
.summary--box-bottom li dl dd {
  font-size: 2.6666666667vw;
  color: #035E38;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0.5em 0;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li dl dd {
    font-size: 20px;
  }
}
.summary--box-bottom li + li {
  margin-left: 0.6666666667vw;
}
@media only screen and (min-width: 750px) {
  .summary--box-bottom li + li {
    margin-left: 5px;
  }
}
.summary .cta_top_text {
  margin-top: 7.6923076923vw;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .summary .cta_top_text {
    margin-top: 57.6923076923px;
  }
}
.summary .cta_top_text span {
  font-weight: 700;
  display: inline-block;
  background: #F4FAD9;
  color: #035E38;
}
.summary .cta_top_text span:not(.barlow) {
  font-size: 3.2vw;
  padding: 0.6em 1.2em;
  position: relative;
  border-radius: 0.6666666667vw;
  margin-bottom: 3.3333333333vw;
}
@media only screen and (min-width: 750px) {
  .summary .cta_top_text span:not(.barlow) {
    font-size: 24px;
    border-radius: 5px;
    margin-bottom: 25px;
  }
}
.summary .cta_top_text span .barlow {
  font-size: 130%;
  vertical-align: -0.04em;
  margin-right: 3px;
}
.summary .cta_top_text span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2.6666666667vw;
  border: 2.6666666667vw solid transparent;
  border-top: 2.6666666667vw solid #F4FAD9;
}
@media only screen and (min-width: 750px) {
  .summary .cta_top_text span::after {
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #F4FAD9;
  }
}
.summary .summary-btn {
  margin-top: 1.2820512821vw;
  /*margin-top: vw(30);
  @include pc{
  	margin-top: px(30);
  }*/
}
@media only screen and (min-width: 750px) {
  .summary .summary-btn {
    margin-top: 9.6153846154px;
  }
}

/*------------------フッター------------------*/
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 .link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.1282051282vw;
}
@media only screen and (min-width: 750px) {
  footer .link-list {
    gap: 38.4615384615px;
  }
}
footer .link-list a {
  color: #fff;
  font-size: 3.5897435897vw;
  text-decoration: underline;
  margin-bottom: 2.5641025641vw;
  font-weight: normal;
}
@media only screen and (min-width: 750px) {
  footer .link-list a {
    font-size: 26.9230769231px;
    margin-bottom: 19.2307692308px;
  }
}
footer small {
  margin-top: 2.5641025641vw;
  color: #fff;
  font-size: 3.0769230769vw;
  font-weight: normal;
}
@media only screen and (min-width: 750px) {
  footer small {
    margin-top: 19.2307692308px;
    font-size: 23.0769230769px;
  }
}/*# sourceMappingURL=style.css.map */