@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Black.woff2") format("woff2"), url("../font/NotoSansJP-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-SemiBold.woff2") format("woff2"), url("../font/Inter-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
html {
  font-size: 2.56vw;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 0.694444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}

body {
  background: #F0FAFF;
}

section {
  padding: 3rem 3rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  section {
    padding: 5rem 8rem;
  }
}

picture {
  display: block;
}

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

.wrap {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  font-display: swap;
  color: #444;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1200px;
  }
}

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

@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

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

.font-en {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-display: swap;
}

.bold {
  font-weight: 700;
}

.pink {
  color: #EF5E71;
}

.yellow {
  color: #FFFE66;
}

.line_yellow {
  background: linear-gradient(to bottom, transparent 70%, #ffffcb 30%);
}

.body_text {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}

.note {
  font-size: 1rem;
  font-weight: normal;
}

h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 3.2rem;
  }
}
h2 .font-en {
  font-size: 3.6rem;
}
@media only screen and (min-width: 768px) {
  h2 .font-en {
    font-size: 4.5rem;
  }
}
h2 .font-en.middle {
  font-size: 2.8rem;
}
@media only screen and (min-width: 768px) {
  h2 .font-en.middle {
    font-size: 3.6rem;
  }
}
h2 .small {
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  h2 .small {
    font-size: 2.8rem;
  }
}
h2 .sub {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  h2 .sub {
    font-size: 2.4rem;
  }
}
h2 .sub .font-en {
  font-size: 2.8rem;
}
@media only screen and (min-width: 768px) {
  h2 .sub .font-en {
    font-size: 3.2rem;
  }
}

h3, h4, h5 {
  font-weight: bold;
}

.btn_cta_wrap {
  text-align: center;
  font-weight: bold;
}
.btn_cta_wrap .bubble {
  text-align: center;
}
.btn_cta_wrap .bubble p {
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.btn_cta_wrap .bubble p::before, .btn_cta_wrap .bubble p::after {
  content: "";
  display: block;
  background: #444;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
}
.btn_cta_wrap .bubble p::after {
  left: auto;
  right: -1rem;
  transform: translateY(-50%) rotate(30deg);
}
.btn_cta_wrap a {
  display: block;
  width: 100%;
  height: 6rem;
  border-radius: 999px;
  background: #169EFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.btn_cta_wrap a::before {
  content: "";
  background: url(../img/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}
.btn_cta_wrap a::after {
  animation: 2s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-20deg);
  width: 100%;
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.btn_cta_wrap a p {
  font-weight: bold;
  font-size: 1.6rem;
}
.btn_cta_wrap a p .small {
  font-size: 1.4rem;
}
.btn_cta_wrap a:hover {
  transform: translateY(0.7rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

#fv {
  background: url(../img/fv_bg.webp) no-repeat top 15% right/cover;
  padding: 2.8rem 2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #fv {
    background: url(../img/fv_pc.webp) no-repeat top 15% right/cover;
    padding: 3rem 0 3rem 15rem;
  }
}
#fv .pr {
  position: absolute;
  border: solid 0.1rem #444;
  color: #444;
  font-size: 1rem;
  padding: 0.3rem 0.5rem;
  right: -1rem;
  top: -2rem;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #fv .pr {
    right: 2rem;
  }
}
#fv h1 {
  width: 23.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #fv h1 {
    width: 53rem;
  }
}
#fv h1 .bubble {
  width: 22.8rem;
}
@media only screen and (min-width: 768px) {
  #fv h1 .bubble {
    width: 50rem;
  }
}
#fv h1 .main {
  width: 23.4rem;
}
@media only screen and (min-width: 768px) {
  #fv h1 .main {
    width: 53rem;
  }
}

#logo_list {
  padding: 1.5rem 0 1rem;
  overflow: visible;
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #logo_list {
    padding: 2.2rem 0 0.8rem;
  }
}
#logo_list picture {
  width: 13rem;
  position: absolute;
  left: 50%;
  top: -1rem;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #logo_list picture {
    width: 28rem;
    top: -3rem;
  }
}
#logo_list .logo_wrap {
  overflow: hidden;
}
#logo_list .logo_wrap .logo_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list {
    gap: 2rem;
  }
}
#logo_list .logo_wrap .logo_list li img.nurse-senka {
  width: 7.5rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.nurse-senka {
    width: 13rem;
  }
}
#logo_list .logo_wrap .logo_list li img.levwell-kango {
  width: 7.9rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.levwell-kango {
    width: 14rem;
  }
}
#logo_list .logo_wrap .logo_list li img.nurse-de-hatarako {
  width: 7.8rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.nurse-de-hatarako {
    width: 13.6rem;
  }
}
#logo_list .logo_wrap .logo_list li img.kango-roo {
  width: 3.9rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.kango-roo {
    width: 6.8rem;
  }
}
#logo_list .logo_wrap .logo_list li img.mynavi-kangoshi {
  width: 7.4rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.mynavi-kangoshi {
    width: 13rem;
  }
}
#logo_list .logo_wrap .logo_list li img.kangoshi-worker {
  width: 8.3rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.kangoshi-worker {
    width: 14.6rem;
  }
}
#logo_list .logo_wrap .logo_list li img.job-medley {
  width: 6.2rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.job-medley {
    width: 10.4rem;
  }
}
#logo_list .logo_wrap .logo_list li img.repath-nurse {
  width: 6.5rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.repath-nurse {
    width: 11rem;
  }
}
#logo_list .logo_wrap .logo_list li img.nurse-net {
  width: 5.3rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.nurse-net {
    width: 7rem;
  }
}
#logo_list .logo_wrap .logo_list li img.nurse-power {
  width: 8.7rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.nurse-power {
    width: 15rem;
  }
}
#logo_list .logo_wrap .logo_list li img.super-nurse {
  width: 7rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.super-nurse {
    width: 12rem;
  }
}
#logo_list .logo_wrap .logo_list li img.nurse-jj {
  width: 6rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.nurse-jj {
    width: 9rem;
  }
}
#logo_list .logo_wrap .logo_list li img.smile-nurse {
  width: 8.5rem;
}
@media only screen and (min-width: 768px) {
  #logo_list .logo_wrap .logo_list li img.smile-nurse {
    width: 13rem;
  }
}
#logo_list .logo_wrap .logo_list_01 {
  animation: 40s loop_reverse linear infinite;
}
#logo_list .logo_wrap .logo_list_02 {
  margin-top: 0.5rem;
  animation: 40s loop_normal linear infinite;
}
@keyframes loop_normal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop_reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@media only screen and (min-width: 768px) {
  .column_wrap {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
  }
}
.column_wrap .column_1 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .column_wrap .column_1 {
    width: 85rem;
  }
}
.column_wrap .column_2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .column_wrap .column_2 {
    display: block;
    width: 31rem;
    background: #fff;
    padding: 2rem;
  }
}
.column_wrap .column_2 .bubble {
  margin-top: 2rem;
  background: #F5949B;
  padding: 1.5rem 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
}
.column_wrap .column_2 .bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1rem;
  border: 1rem solid transparent;
  border-top: 1rem solid #F5949B;
}
.column_wrap .column_2 .ranking_list {
  margin-top: 1.5rem;
}
.column_wrap .column_2 .ranking_list li + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid 0.1rem #ccc;
}
.column_wrap .column_2 .ranking_list li .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.column_wrap .column_2 .ranking_list li .flex .crown {
  width: 5rem;
}
.column_wrap .column_2 .ranking_list li .flex .logo {
  width: 16rem;
}
.column_wrap .column_2 .ranking_list li .flex .number {
  margin: 0 0.5rem;
  width: 4rem;
  height: 4rem;
  background: #eee;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.column_wrap .column_2 .ranking_list li .flex .number span {
  font-size: 1.8rem;
}

#top_ranking {
  background: #F5949B;
  padding: 3rem 2rem;
}
@media only screen and (min-width: 768px) {
  #top_ranking {
    padding: 3rem 6rem;
  }
}
#top_ranking h2 {
  color: #fff;
}
#top_ranking ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.8rem;
}
@media only screen and (min-width: 768px) {
  #top_ranking ul {
    gap: 2rem;
    margin-top: 2.5rem;
  }
}
#top_ranking ul li {
  width: 11rem;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem 1.2rem 1rem;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #top_ranking ul li {
    width: 23rem;
    padding: 2.8rem 2rem 1.5rem 2rem;
  }
}
#top_ranking ul li::before {
  content: "";
  background: url(../img/crown_01_gold.svg) no-repeat center/contain;
  width: 2.8rem;
  height: 2.4rem;
  position: absolute;
  left: 50%;
  top: -1rem;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #top_ranking ul li::before {
    width: 5rem;
    height: 4rem;
    top: -1.9rem;
  }
}
#top_ranking ul li:nth-child(2)::before {
  background: url(../img/crown_02_silver.svg) no-repeat center/contain;
}
#top_ranking ul li:nth-child(3)::before {
  background: url(../img/crown_03_copper.svg) no-repeat center/contain;
}
#top_ranking ul li img {
  width: 9rem;
}
@media only screen and (min-width: 768px) {
  #top_ranking ul li img {
    width: 18rem;
  }
}
#top_ranking ul li .desc {
  margin-top: 0.3rem;
  text-align: center;
  line-height: 1.4;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  #top_ranking ul li .desc {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  #top_ranking ul li .desc .pc-only {
    display: inline;
  }
}
#top_ranking ul li .btn_cta_wrap {
  margin-top: 0.8rem;
  width: 9rem;
}
@media only screen and (min-width: 768px) {
  #top_ranking ul li .btn_cta_wrap {
    width: 100%;
  }
}
#top_ranking ul li .btn_cta_wrap a {
  height: 3rem;
  border-radius: 0.5rem;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  #top_ranking ul li .btn_cta_wrap a {
    height: 4.5rem;
  }
}
#top_ranking ul li .btn_cta_wrap a::before {
  display: none;
}
#top_ranking ul li .btn_cta_wrap p {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  #top_ranking ul li .btn_cta_wrap p {
    font-size: 1.2rem;
  }
}
#top_ranking ul li .detail {
  display: block;
  margin-top: 0.5rem;
  text-decoration: underline;
  text-align: center;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  #top_ranking ul li .detail .pc-only {
    display: inline;
  }
}

#point .point_list {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  #point .point_list {
    margin-top: 3rem;
  }
}
#point .point_list .point_list_item + li {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  #point .point_list .point_list_item + li {
    margin-top: 4rem;
  }
}
#point .point_list .point_list_item h3 {
  background: #EF5E71;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 1.2rem 1.5rem 1.2rem 7rem;
  position: relative;
  margin-bottom: 1.5rem;
  min-height: 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #point .point_list .point_list_item h3 {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    padding: 0rem 1.5rem 0rem 7rem;
  }
}
#point .point_list .point_list_item h3::before {
  content: "";
  background: url(../img/check_circle_pink.svg) no-repeat center/contain;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
#point .point_list .point_list_item table {
  width: 100%;
  margin-top: 1.5rem;
}
#point .point_list .point_list_item table th, #point .point_list .point_list_item table td {
  width: 33.3333333333%;
  vertical-align: middle;
  font-size: 1.2rem;
}
#point .point_list .point_list_item table thead tr th {
  font-weight: bold;
  height: 4rem;
  text-align: center;
}
#point .point_list .point_list_item table thead tr th.strong {
  background: #169EFF;
  color: #fff;
  position: relative;
}
#point .point_list .point_list_item table thead tr th.strong::before {
  content: "";
  display: block;
  width: 11rem;
  height: 35rem;
  border: solid 0.4rem #169EFF;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  #point .point_list .point_list_item table thead tr th.strong::before {
    width: 23rem;
    height: 27.6rem;
  }
}
#point .point_list .point_list_item table thead tr th.gray {
  background: #E7E7E7;
}
#point .point_list .point_list_item table tbody tr {
  border-bottom: solid 0.1rem #ccc;
}
#point .point_list .point_list_item table tbody tr th {
  text-align: center;
}
#point .point_list .point_list_item table tbody tr td {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  #point .point_list .point_list_item table tbody tr td {
    padding: 1.2rem 3rem;
  }
}
@media only screen and (min-width: 768px) {
  #point .point_list .point_list_item table tbody tr td span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
}
#point .point_list .point_list_item table tbody tr td img {
  display: block;
  width: 3rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #point .point_list .point_list_item table tbody tr td img {
    margin: 0;
    width: 3.4rem;
  }
}
#point .point_list .point_list_item table tbody tr td p {
  margin-top: 0.8rem;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #point .point_list .point_list_item table tbody tr td p {
    margin: 0;
    text-align: left;
  }
}
#point .point_list .point_list_item table tbody tr td.strong {
  background: #ffffed;
}
@media only screen and (min-width: 768px) {
  #point .point_list .point_list_item .pc_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 3rem;
  }
}
#point .point_list .point_list_item .pc_flex .image {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #point .point_list .point_list_item .pc_flex .image {
    margin: 0;
    width: 34rem;
  }
}
@media only screen and (min-width: 768px) {
  #point .point_list .point_list_item .pc_flex .body_text {
    flex: 1;
  }
}
#point .point_list .point_list_item .select_list {
  margin: 2rem 0;
  border: solid 0.2rem #F5949B;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #point .point_list .point_list_item .select_list {
    padding: 2rem 3rem;
  }
}
#point .point_list .point_list_item .select_list li + li {
  margin-top: 1.3rem;
  padding-top: 1.3rem;
  border-top: solid 0.1rem #ccc;
}
#point .point_list .point_list_item .select_list li p {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-left: 2rem;
  position: relative;
}
#point .point_list .point_list_item .select_list li p::before {
  content: "■";
  color: #EF5E71;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

#recommendation {
  padding: 3rem;
}
@media only screen and (min-width: 768px) {
  #recommendation {
    padding: 5rem;
  }
}
#recommendation h2 .bubble {
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}
#recommendation h2 .bubble::before, #recommendation h2 .bubble::after {
  content: "";
  display: block;
  background: #fff;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  left: -1rem;
  bottom: 0;
  transform: rotate(-30deg);
}
#recommendation h2 .bubble::after {
  left: auto;
  right: -1rem;
  transform: rotate(30deg);
}
#recommendation .slider_all_wrap {
  margin-top: 1.5rem;
}
#recommendation .slider_all_wrap .slider {
  position: relative;
  padding-bottom: 2rem;
}
#recommendation .slider_all_wrap .slider .slider-wrapper {
  display: flex;
  gap: 1.5rem;
  width: -moz-max-content;
  width: max-content;
  cursor: grab;
}
#recommendation .slider_all_wrap .slider .slider-wrapper.grabbing {
  cursor: grabbing;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide {
  width: 25rem;
  flex-shrink: 0;
  border: solid 0.5rem #ffb6bf;
  border-radius: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide.active, #recommendation .slider_all_wrap .slider .slider-wrapper .slide.adjacent {
  opacity: 1;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide h3 {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.6rem;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide dl {
  margin: 0.3rem 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.2rem;
  font-weight: bold;
  flex-wrap: wrap;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide dl dt {
  width: 8rem;
  padding: 0.7rem;
  border-bottom: solid 0.1rem #EF5E71;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 0.3rem;
  white-space: nowrap;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide dl dt figure {
  width: 1.5rem;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide dl dd {
  width: calc(100% - 8rem);
  padding: 0.7rem 0;
  border-bottom: solid 0.1rem #ccc;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide dl dd .font-en {
  font-size: 2.4rem;
  line-height: 1;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide .tag_list {
  margin: 0 2rem 1.5rem;
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide .tag_list .tag {
  background: #eee;
  padding: 0.3rem 0.5rem;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide .btn_cta_wrap .bubble p {
  font-size: 1.2rem;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide .btn_cta_wrap a {
  height: 4rem;
  width: 19rem;
  margin: 0 auto;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide .btn_cta_wrap a p {
  font-size: 1.2rem;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide .btn_cta_wrap a::before {
  width: 1.2rem;
  height: 1.2rem;
  right: 1.5rem;
}
#recommendation .slider_all_wrap .slider .slider-wrapper .slide .note {
  margin: 1rem 2rem 1.5rem;
}
#recommendation .slider_all_wrap .slider .slider-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  #recommendation .slider_all_wrap .slider .slider-indicators {
    display: none;
  }
}
#recommendation .slider_all_wrap .slider .slider-indicators .indicator {
  width: 0.6rem;
  height: 0.6rem;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
#recommendation .slider_all_wrap .slider .slider-indicators .indicator.active {
  opacity: 1;
  background: #EF5E71;
}
#recommendation .slider_all_wrap .slider-arrow {
  position: absolute;
  top: 55%;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #recommendation .slider_all_wrap .slider-arrow {
    width: 3rem;
    height: 3rem;
  }
}
#recommendation .slider_all_wrap .slider-arrow.prev {
  left: 3rem;
}
@media only screen and (min-width: 768px) {
  #recommendation .slider_all_wrap .slider-arrow.prev {
    left: -1.5rem;
  }
}
#recommendation .slider_all_wrap .slider-arrow.next {
  transform: rotate(180deg);
  right: 3rem;
}
@media only screen and (min-width: 768px) {
  #recommendation .slider_all_wrap .slider-arrow.next {
    right: -1.5rem;
  }
}

#table {
  position: relative;
  background: #FEEFF0;
  padding: 3rem 0 3rem 3rem;
}
@media only screen and (min-width: 768px) {
  #table {
    padding: 5rem 0;
  }
}
#table::before {
  content: "";
  background: url(../img/ranking_nurse_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 7.4rem;
  height: 15.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  #table::before {
    top: -1.5rem;
    width: 11.1rem;
    height: 23.25rem;
  }
}
#table::after {
  content: "";
  background: url(../img/ranking_nurse_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6.9rem;
  height: 15.1rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  #table::after {
    top: -3.6rem;
    width: 10.35rem;
    height: 30.2rem;
  }
}
#table h2 {
  margin-right: 3rem;
}
@media only screen and (min-width: 768px) {
  #table h2 {
    margin: 0;
  }
}
#table h2 .sub {
  font-weight: 700;
  display: inline-block;
  position: relative;
}
#table .number {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  #table .number {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#table .number p {
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
}
#table .number p::before, #table .number p::after {
  content: "";
  display: block;
  background: #444;
  width: 0.1rem;
  height: 90%;
  position: absolute;
  left: -1rem;
  bottom: 0;
  transform: rotate(-30deg);
}
#table .number p::after {
  left: auto;
  right: -1rem;
  transform: rotate(30deg);
}
#table .number p .font-en {
  font-size: 2rem;
}
#table .tab_menu5 {
  z-index: 2;
  position: relative;
  width: 11.2rem;
  height: 3rem;
  line-height: 3rem;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 0.3rem 0.3rem 0 0;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.2rem;
  color: #ddd;
  background: #aeaeae;
  border-left: solid 0.1rem #fff;
}
@media only screen and (min-width: 768px) {
  #table .tab_menu5 {
    width: 28.3rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
  }
}
#table input:checked + .tab_menu5 {
  background: #EF5E71;
  color: #fff;
}
#table input[name=tab_menu5] {
  display: none;
}
#table .tab_content {
  display: none;
  z-index: 1;
  clear: both;
  position: relative;
}
#table #tab_5_a:checked ~ #tab_5_a_content,
#table #tab_5_b:checked ~ #tab_5_b_content,
#table #tab_5_c:checked ~ #tab_5_c_content {
  display: block;
}
#table .table_scroll {
  width: 36rem;
  overflow-x: scroll;
}
@media only screen and (min-width: 768px) {
  #table .table_scroll {
    width: 100%;
  }
}
#table .table_scroll table {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
#table .table_scroll table thead tr th {
  width: 11rem;
  min-width: 11rem;
  max-width: 11rem;
  padding: 5rem 1rem 1.5rem;
  z-index: 2;
  position: relative;
  background: #fff;
  border: solid #ccc 0.1rem;
}
#table .table_scroll table thead tr th::after {
  content: "4";
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0.75rem;
  transform: translateX(-50%);
}
#table .table_scroll table thead tr th .line {
  display: block;
  height: 3.5rem;
  width: 100%;
  background: #6E6E6E;
  position: absolute;
  left: 0;
  top: 0;
}
#table .table_scroll table thead tr th picture {
  margin: 0 auto;
  position: relative;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#table .table_scroll table thead tr th picture.nurse-senka {
  width: 9.4rem;
}
#table .table_scroll table thead tr th picture.levwell-kango {
  width: 9.4rem;
}
#table .table_scroll table thead tr th picture.nurse-de-hatarako {
  width: 9.4rem;
}
#table .table_scroll table thead tr th picture.kango-roo {
  width: 7.3rem;
}
#table .table_scroll table thead tr th picture.mynavi-kangoshi {
  width: 8.8rem;
}
#table .table_scroll table thead tr th picture.kangoshi-worker {
  width: 9rem;
}
#table .table_scroll table thead tr th picture.job-medley {
  width: 8rem;
}
#table .table_scroll table thead tr th picture.repath-nurse {
  width: 7.8rem;
}
#table .table_scroll table thead tr th picture.nurse-net {
  width: 6.2rem;
}
#table .table_scroll table thead tr th picture.nurse-power {
  width: 8.7rem;
}
#table .table_scroll table thead tr th .text {
  display: block;
  font-size: 1.2rem;
  text-decoration: underline;
  white-space: nowrap;
  text-align: center;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#table .table_scroll table thead tr th:first-child {
  background: #FFFCED;
}
#table .table_scroll table thead tr th:first-child::before {
  background: #CAA04D;
}
#table .table_scroll table thead tr th:first-child::after {
  content: "";
  background: url(../img/crown_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3rem;
  height: 2.5rem;
  position: absolute;
  left: 50%;
  top: 0.3rem;
  transform: translateX(-50%);
}
#table .table_scroll table thead tr th:first-child .line {
  background: #CAA04D;
}
#table .table_scroll table thead tr th:nth-child(2)::before {
  background: #9C9C9C;
}
#table .table_scroll table thead tr th:nth-child(2)::after {
  content: "";
  background: url(../img/crown_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3rem;
  height: 2.5rem;
  position: absolute;
  left: 50%;
  top: 0.3rem;
  transform: translateX(-50%);
}
#table .table_scroll table thead tr th:nth-child(2) .line {
  background: #9C9C9C;
}
#table .table_scroll table thead tr th:nth-child(3)::before {
  background: #C2825A;
}
#table .table_scroll table thead tr th:nth-child(3)::after {
  content: "";
  background: url(../img/crown_03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3rem;
  height: 2.5rem;
  position: absolute;
  left: 50%;
  top: 0.3rem;
  transform: translateX(-50%);
}
#table .table_scroll table thead tr th:nth-child(3) .line {
  background: #C2825A;
}
#table .table_scroll table thead tr th:nth-child(5)::after {
  content: "5";
}
#table .table_scroll table thead tr th:nth-child(6)::after {
  content: "6";
}
#table .table_scroll table thead tr th:nth-child(7)::after {
  content: "7";
}
#table .table_scroll table thead tr th:nth-child(8)::after {
  content: "8";
}
#table .table_scroll table thead tr th:nth-child(9)::after {
  content: "9";
}
#table .table_scroll table thead tr th:nth-child(10)::after {
  content: "10";
}
#table .table_scroll table tbody tr th {
  background: #444;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  height: 2.8rem;
  line-height: 3rem;
}
#table .table_scroll table tbody tr.small th {
  font-size: 1rem;
}
#table .table_scroll table tbody tr td {
  padding: 1rem 0.5rem;
  font-size: 1rem;
  vertical-align: middle;
  border: solid #ccc 0.1rem;
  background: #fff;
}
#table .table_scroll table tbody tr td:first-child {
  background: #FFFCED;
}
#table .table_scroll table tbody tr td .label {
  display: inline-block;
  background: #EF5E71;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 1rem;
  border-radius: 99px;
}
#table .table_scroll table tbody tr td figure {
  width: 3.4rem;
  margin: 0 auto;
}
#table .table_scroll table tbody tr td .font-en {
  font-size: 1.7rem;
  letter-spacing: -0.02em;
}
#table .table_scroll table tbody tr td .note {
  font-weight: normal;
  font-size: 1rem;
}
#table .table_scroll table tbody tr.star td figure {
  width: 9rem;
  margin-bottom: 0.3rem;
}
#table .table_scroll table tbody tr.star td p {
  line-height: 1;
}
#table .table_scroll table tbody tr.employment td p, #table .table_scroll table tbody tr.occupation td p {
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}
#table .table_scroll table tbody tr.area td p {
  font-size: 1.4rem;
}
#table .table_scroll table tbody tr.area td p .small {
  font-weight: normal;
  font-size: 1.1rem;
}
#table .table_scroll table tbody tr.feature td {
  font-weight: normal;
  text-align: left;
  font-size: 1rem;
  line-height: 1.3;
}
#table .table_scroll table tbody tr.feature td.center {
  text-align: center;
}
#table .table_scroll table tbody tr.feature td.center .bold {
  font-size: 1.2rem;
}
#table .table_scroll table tbody tr.btn .bubble {
  text-align: center;
  margin-bottom: 0.5rem;
}
#table .table_scroll table tbody tr.btn .bubble p {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
#table .table_scroll table tbody tr.btn .bubble p::before, #table .table_scroll table tbody tr.btn .bubble p::after {
  content: "";
  display: block;
  background: #444;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  left: -0.5rem;
  bottom: 0;
  transform: rotate(-30deg);
}
#table .table_scroll table tbody tr.btn .bubble p::after {
  left: auto;
  right: -0.5rem;
  transform: rotate(30deg);
}
#table .table_scroll table tbody tr.btn .table_cta {
  display: block;
  background: #169EFF;
  width: 100%;
  height: 4.5rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
}
#table .table_scroll table tbody tr.btn .table_cta::after {
  animation: 2s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-20deg);
  width: 100%;
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
#table .table_scroll table tbody tr.btn .table_cta p {
  color: #fff;
  font-size: 1.2rem;
}
#table .table_scroll table tbody tr.btn .table_cta figure {
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#table .note.mt-10 {
  margin-right: 3rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  #table .note.mt-10 {
    margin: 1.5rem 3rem 0;
  }
}

#number_of_times {
  position: relative;
}
#number_of_times::before {
  content: "";
  background: url(../img/worry_nurse_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5.6rem;
  height: 10.5rem;
  position: absolute;
  left: 2.4rem;
  top: 2.3rem;
}
#number_of_times::after {
  content: "";
  background: url(../img/worry_nurse_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5.7rem;
  height: 10.5rem;
  position: absolute;
  right: 2.4rem;
  top: 2.3rem;
}
#number_of_times .content {
  margin-top: 2rem;
  background: #fff;
  border: solid 0.1rem #F5949B;
  padding: 3rem 2rem;
  position: relative;
  z-index: 2;
}
#number_of_times .content .body_text {
  margin-top: 2rem;
}
#number_of_times .content .body_text .bold {
  background: linear-gradient(to bottom, transparent 70%, #FFFAB5 70%);
}
#number_of_times .content .reason_list {
  margin-top: 1.5rem;
}
#number_of_times .content .reason_list .head {
  text-align: center;
}
#number_of_times .content .reason_list .head p {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
}
#number_of_times .content .reason_list .head p::before, #number_of_times .content .reason_list .head p::after {
  content: "";
  display: block;
  height: 0.1rem;
  width: 5.5rem;
  background: #ccc;
  position: absolute;
  left: -6.5rem;
  top: 50%;
}
#number_of_times .content .reason_list .head p::after {
  left: auto;
  right: -6.5rem;
}
#number_of_times .content .reason_list ul {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
#number_of_times .content .reason_list ul li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  justify-content: flex-start;
}
#number_of_times .content .reason_list ul li .number_wrap {
  background: #F5949B;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#number_of_times .content .reason_list ul li .number_wrap .font-en {
  font-size: 1.4rem;
}
#number_of_times .content .reason_list ul li .text {
  font-weight: bold;
  font-size: 1.4rem;
}
#number_of_times .arrows {
  width: 14.5rem;
  margin: -2rem auto 0;
  position: relative;
  z-index: 2;
}
#number_of_times .bottom_head {
  margin-top: 1rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
#number_of_times .bottom_head .sub {
  font-size: 1.4rem;
}
#number_of_times .bottom_head .main {
  font-size: 2rem;
}
#number_of_times .bottom_list {
  font-weight: bold;
  margin-top: 2rem;
}
#number_of_times .bottom_list li {
  font-size: 1.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  padding-left: 1.2rem;
}
#number_of_times .bottom_list li + li {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: solid 0.1rem #ccc;
}
#number_of_times .bottom_list li .font-en {
  font-size: 2rem;
  color: #F5949B;
  margin-right: 1rem;
}

#ranking {
  background: #F5949B;
}
#ranking h2 {
  color: #fff;
  white-space: nowrap;
}
#ranking h2 .sub {
  position: relative;
}
#ranking h2 .sub::before, #ranking h2 .sub::after {
  content: "";
  background: url(../img/detail_crown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8.3rem;
  height: 2.2rem;
  position: absolute;
  left: -9rem;
  top: 50%;
  transform: translateY(-60%);
}
#ranking h2 .sub::after {
  left: auto;
  right: -9rem;
  transform: translateY(-60%) scale(-1, 1);
}
#ranking .ranking_list {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list {
    margin-top: 3rem;
  }
}
#ranking .ranking_list .ranking_list_item {
  background: #fff;
  padding: 0 0 3rem;
  text-align: center;
  position: relative;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
#ranking .ranking_list .ranking_list_item + li {
  margin-top: 2rem;
}
#ranking .ranking_list .ranking_list_item .top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  background: #CAA04D;
  height: 4.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
#ranking .ranking_list .ranking_list_item .top .rank {
  position: relative;
  z-index: 2;
  text-align: center;
}
#ranking .ranking_list .ranking_list_item .top .rank p {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  line-height: 1;
  display: inline-block;
}
#ranking .ranking_list .ranking_list_item .top .rank p::before, #ranking .ranking_list .ranking_list_item .top .rank p::after {
  content: "";
  background: url(../img/ranking_detail_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.2rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  left: -1.7rem;
  transform: translateY(-50%);
}
#ranking .ranking_list .ranking_list_item .top .rank p::after {
  left: auto;
  right: -1.7rem;
  transform: translateY(-50%) scale(-1, 1);
}
#ranking .ranking_list .ranking_list_item .top .rank p .font-en {
  font-size: 2rem;
}
#ranking .ranking_list .ranking_list_item .top h3 {
  color: #fff;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .top h3 {
    font-size: 2.4rem;
  }
}
#ranking .ranking_list .ranking_list_item .fv_feature {
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .fv_feature {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    padding: 3rem 4rem;
  }
}
#ranking .ranking_list .ranking_list_item .fv_feature .fv_img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .fv_feature .fv_img {
    width: 32rem;
  }
}
#ranking .ranking_list .ranking_list_item .fv_feature .point_list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .fv_feature .point_list {
    flex: 1;
    margin-top: 0;
  }
}
#ranking .ranking_list .ranking_list_item .fv_feature .point_list li {
  padding-left: 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  position: relative;
  width: 100%;
}
#ranking .ranking_list .ranking_list_item .fv_feature .point_list li::before {
  content: "";
  background: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
}
#ranking .ranking_list .ranking_list_item .fv_feature .point_list li .bold {
  background: linear-gradient(to bottom, transparent 70%, #FFFAB5 30%);
}
#ranking .ranking_list .ranking_list_item .fv_feature .point_list .line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #ccc;
}
#ranking .ranking_list .ranking_list_item .tab_contents_box {
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .tab_contents_box {
    padding: 0 4rem;
  }
}
#ranking .ranking_list .ranking_list_item .tab_menu, #ranking .ranking_list .ranking_list_item .tab_menu2, #ranking .ranking_list .ranking_list_item .tab_menu3 {
  z-index: 2;
  position: relative;
  width: 9.6rem;
  height: 3rem;
  line-height: 3rem;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 0.3rem 0.3rem 0 0;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.4rem;
  color: #B9B9B9;
  background: #E7E7E7;
  border-left: solid 0.1rem #fff;
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .tab_menu, #ranking .ranking_list .ranking_list_item .tab_menu2, #ranking .ranking_list .ranking_list_item .tab_menu3 {
    width: 20.3rem;
  }
}
#ranking .ranking_list .ranking_list_item input:checked + .tab_menu, #ranking .ranking_list .ranking_list_item input:checked + .tab_menu2, #ranking .ranking_list .ranking_list_item input:checked + .tab_menu3 {
  background: #F5949B;
  color: #fff;
}
#ranking .ranking_list .ranking_list_item input[name=tab_menu], #ranking .ranking_list .ranking_list_item input[name=tab_menu2], #ranking .ranking_list .ranking_list_item input[name=tab_menu3] {
  display: none;
}
#ranking .ranking_list .ranking_list_item .tab_content {
  display: none;
  z-index: 1;
  clear: both;
  border: solid 0.1rem #F5949B;
  padding: 2rem 1.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .tab_content {
    padding: 2.5rem 4rem;
  }
}
#ranking .ranking_list .ranking_list_item #tab_a:checked ~ #tab_a_content,
#ranking .ranking_list .ranking_list_item #tab_b:checked ~ #tab_b_content,
#ranking .ranking_list .ranking_list_item #tab_c:checked ~ #tab_c_content,
#ranking .ranking_list .ranking_list_item #tab_d:checked ~ #tab_d_content,
#ranking .ranking_list .ranking_list_item #tab_e:checked ~ #tab_e_content,
#ranking .ranking_list .ranking_list_item #tab_f:checked ~ #tab_f_content,
#ranking .ranking_list .ranking_list_item #tab_g:checked ~ #tab_g_content,
#ranking .ranking_list .ranking_list_item #tab_h:checked ~ #tab_h_content,
#ranking .ranking_list .ranking_list_item #tab_i:checked ~ #tab_i_content {
  display: block;
}
#ranking .ranking_list .ranking_list_item .info_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#ranking .ranking_list .ranking_list_item .info_list .row {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .info_list .row {
    width: 33.3333333333%;
  }
}
#ranking .ranking_list .ranking_list_item .info_list .row.row-3 {
  width: 33.3333333333%;
}
#ranking .ranking_list .ranking_list_item .info_list .row.row-3 dd {
  height: 4.7rem;
}
#ranking .ranking_list .ranking_list_item .info_list .row.row-1 dd {
  height: 5.3rem;
}
#ranking .ranking_list .ranking_list_item .info_list .row.row-2 dd {
  height: 7.2rem;
}
#ranking .ranking_list .ranking_list_item .info_list .row.row-4 dd {
  height: 9.4rem;
}
#ranking .ranking_list .ranking_list_item .info_list .row.row-4-2 dd {
  height: 7rem;
}
#ranking .ranking_list .ranking_list_item .info_list .row.row-4-3 dd {
  height: 6.2rem;
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .info_list .row.pc-row-1 dd {
    height: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .info_list .row.pc-row-2 dd {
    height: 7.2rem;
  }
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .info_list .row.pc-row-3 dd {
    height: 8.4rem;
  }
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .info_list .row.pc-row-3-2 dd {
    height: 7.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .info_list .row.pc-row-3-3 dd {
    height: 6.5rem;
  }
}
#ranking .ranking_list .ranking_list_item .info_list .row dt {
  background: #444;
  font-size: 1rem;
  color: #fff;
  font-size: 1rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd {
  border: solid 0.1rem #ccc;
  font-size: 1rem;
  padding: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd .font-en {
  font-size: 1.8rem;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd p .label {
  background: #F5949B;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.1rem 1rem;
  border-radius: 99px;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd p.left {
  text-align: left;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd p.middle {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.1;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd p.middle .small {
  font-weight: normal;
  font-size: 1.1rem;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd figure {
  width: 3rem;
  margin: 0 auto;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd ul li {
  width: calc((100% - 0.4rem) / 2);
  background: #F5949B;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.2rem 0;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd ul li.gray {
  background: #E7E7E7;
  color: #B9B9B9;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd.star {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd.star figure {
  width: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#ranking .ranking_list .ranking_list_item .info_list .row dd.star .font-en {
  font-size: 1.8rem;
}
#ranking .ranking_list .ranking_list_item .comment {
  margin-top: 2rem;
  background: #FEEFF0;
  padding: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .comment {
    padding: 2rem 2.5rem;
  }
}
#ranking .ranking_list .ranking_list_item .comment::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -1rem;
  border: 1rem solid transparent;
  border-bottom: 1rem solid #FEEFF0;
}
#ranking .ranking_list .ranking_list_item .comment .comment_top {
  font-weight: bold;
  color: #EF5E71;
  font-size: 1.4rem;
}
#ranking .ranking_list .ranking_list_item .comment .body_text {
  font-size: 1.2rem;
}
#ranking .ranking_list .ranking_list_item .voice_list li + li {
  margin-top: 1.3rem;
  padding-top: 1.3rem;
  border-top: solid 0.1rem #ccc;
}
#ranking .ranking_list .ranking_list_item .voice_list li .voice_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
#ranking .ranking_list .ranking_list_item .voice_list li .voice_head figure {
  width: 8rem;
}
#ranking .ranking_list .ranking_list_item .voice_list li .voice_head p {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
#ranking .ranking_list .ranking_list_item .voice_list li .voice_bottom {
  margin-top: 1.2rem;
}
#ranking .ranking_list .ranking_list_item .voice_list li .voice_bottom h4 {
  font-weight: bold;
  color: #EF5E71;
  text-align: left;
}
#ranking .ranking_list .ranking_list_item .voice_list li .voice_bottom .body_text {
  font-size: 1.2rem;
  line-height: 1.8;
}
#ranking .ranking_list .ranking_list_item .voice_list li .voice_bottom .note {
  text-align: left;
  margin-top: 0.5rem;
}
#ranking .ranking_list .ranking_list_item .job_list {
  text-align: left;
  line-height: 1.8;
  font-size: 1.2rem;
}
#ranking .ranking_list .ranking_list_item .job_list li h4 {
  font-weight: bold;
  color: #EF5E71;
}
#ranking .ranking_list .ranking_list_item .job_list li + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid 0.1rem #ccc;
}
#ranking .ranking_list .ranking_list_item .btn_cta_wrap {
  margin: 2rem 2rem 0;
}
@media only screen and (min-width: 768px) {
  #ranking .ranking_list .ranking_list_item .btn_cta_wrap a {
    width: 40rem;
    margin: 0 auto;
  }
}
#ranking .ranking_list .ranking_list_item:nth-child(2) .top {
  background: #9C9C9C;
}
#ranking .ranking_list .ranking_list_item:nth-child(3) .top {
  background: #C2825A;
}

footer {
  background: #fff;
  position: relative;
  width: 100%;
  font-size: 1.2rem;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  position: relative;
  z-index: 3;
  padding: 2rem 0;
}
footer ul li a {
  text-decoration: underline;
}
footer .copyright {
  width: 100%;
  background: #000;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#search {
  position: relative;
}
#search::before {
  content: "";
  background: url(../img/search_nurse.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 7.7rem;
  height: 10.7rem;
  position: absolute;
  top: 2rem;
  left: 0;
}
#search h2 {
  text-align: left;
  margin-left: 5rem;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  #search h2 {
    margin: 0;
    text-align: center;
  }
}
#search .search_form {
  margin-top: 2.5rem;
  background: #FEEFF0;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
}
#search .search_form .form_row_wrap {
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search .search_form .form_row {
  width: 33.3333333333%;
}
#search .search_form .form_row label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#search .search_form .form_row select {
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 1.2rem;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23444' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 3rem;
}
#search .search_form .form_section {
  margin-top: 1.5rem;
}
#search .search_form .form_section .section_title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #444;
}
#search .search_form .form_section .checkbox_group {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
#search .search_form .form_section .checkbox_group .checkbox_label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
}
#search .search_form .form_section .checkbox_group .checkbox_label input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0.1rem solid #ccc;
  border-radius: 0.2rem;
  background: #fff;
  flex-shrink: 0;
  position: relative;
}
#search .search_form .form_section .checkbox_group .checkbox_label input[type=checkbox]:checked {
  background: #F5949B;
  border-color: #F5949B;
}
#search .search_form .form_section .checkbox_group .checkbox_label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.4rem;
  height: 0.8rem;
  border: solid #fff;
  border-width: 0 0.15rem 0.15rem 0;
}
#search .search_form .form_section .checkbox_group .checkbox_label span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#search .search_form .search_btn {
  width: 16rem;
  height: 4rem;
  background: #EF5E71;
  color: #fff;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1.5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  position: relative;
}
#search .search_form .search_btn:hover {
  background: rgb(240.641025641, 101.358974359, 111.4102564103);
}
#search .search_form .search_btn::before {
  content: "";
  background: url(../img/icon_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}
.modal .modal_content {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 2rem;
  width: 33rem;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1001;
}
.modal .modal_content .modal_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 3rem;
  color: #444;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: color 0.3s;
}
.modal .modal_content .modal_close:hover {
  color: #F5949B;
}
.modal .modal_content h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #444;
}
.modal .modal_content .modal_result .result_item {
  text-align: center;
}
.modal .modal_content .modal_result .result_item .logo {
  margin: 0 auto;
  width: 15rem;
}
.modal .modal_content .modal_result .result_item picture {
  margin-top: 1rem;
}
.modal .modal_content .modal_result .result_item h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #444;
}
@media only screen and (min-width: 768px) {
  .modal .modal_content .modal_result .result_item h4 {
    font-size: 2.4rem;
  }
}
.modal .modal_content .btn_cta_wrap {
  margin-top: 1.5rem;
}

#last {
  background: #8DCBF0;
}
#last h2 {
  color: #fff;
  text-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.15);
}
#last h2 .yellow {
  font-size: 2.7rem;
}
@media only screen and (min-width: 768px) {
  #last h2 .yellow {
    font-size: 3.6rem;
  }
}
#last .content {
  background: #fff;
  margin-top: 2rem;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #last .content {
    padding: 3rem 4rem;
    margin-top: 3rem;
  }
}
#last .content::before, #last .content::after {
  content: "";
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 999px;
  background: #F5949B;
  position: absolute;
  left: -2.6rem;
  top: -2.6rem;
}
#last .content::after {
  left: auto;
  top: auto;
  right: -2.6rem;
  bottom: -2.6rem;
}
#last .content h3 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #EF5E71;
  text-align: center;
}
#last .content .fv_feature {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #last .content .fv_feature {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}
#last .content .fv_feature .fv_img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #last .content .fv_feature .fv_img {
    width: 32rem;
  }
}
#last .content .fv_feature .point_list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  #last .content .fv_feature .point_list {
    flex: 1;
    margin-top: 0;
  }
}
#last .content .fv_feature .point_list li {
  padding-left: 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  position: relative;
  width: 100%;
}
#last .content .fv_feature .point_list li::before {
  content: "";
  background: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
}
#last .content .fv_feature .point_list li .bold {
  background: linear-gradient(to bottom, transparent 70%, #FFFAB5 30%);
}
#last .content .fv_feature .point_list .line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #ccc;
}
#last .content .btn_cta_wrap {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  #last .content .btn_cta_wrap a {
    width: 40rem;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */