@charset "utf-8";
/*-------------------------
  全体の設定
-------------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #1D2655; /*全体の文字色*/
  font-family: 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic"; /*フォント種類*/
  font-size: 24px; /*文字サイズ*/
  line-height: 1.6; /*行間*/
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style-type: none;
}
img {
  border: none;
  height: auto;
}
iframe {
  width: 100%;
}
input, select {
  -webkit-appearance: none;
  appearance: none;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
/*-------------------------
  共通設定
-------------------------*/
.text_color01 {
  color: #e869a0;
}
.text_color02 {
  color: #00B8BF;
}
.underline_yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.text_bg_color_pink {
  color: #fff;
  background: #e869a0;
  padding: 0 2%;
}
.font_anton {
  font-family: 'Anton', sans-serif, cursive;
}
.font_shuei {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1;
}
/*-------------------------
  contents
-------------------------*/
#contents {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#main {
  background: #fff;
}
.inner,
.search_inner{
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
}
footer {
  width: 100%;
  text-align: center;
  background-color: #e869a0;
  color: white;
}
footer #footermenu {
  background-color: #004444;
  overflow: hidden;
  padding: 16px 8px;
}
footer #footermenu .inner {}
footer #footermenu ul {
  float: left;
  width: 25%;
  padding-left: 16px;
}
footer #footermenu ul li {
  text-align: left;
  text-decoration: none;
}
footer #footermenu ul li a {
  font-size: 12px;
  color: #fff;
}
footer #about {
  padding: 8px 0px 0px;
}
footer #about a {
  color: #fff;
  font-size: 12px;
}
footer #copyright {
  padding: 8px 0px;
  font-size: 12px;
}
.align-center {
  text-align: center;
}
.sp {
  display: none;
}
/*-------------------------
  header
-------------------------*/
header {
  width: 100%;
}
.header-wrap {
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
  padding: 15px 0;
}
.header-wrap a {
  width: 35%;
}
.header-wrap a img {
  width: 100%;
  height: auto;
}
header .btn-wrap {
  display: flex;
  vertical-align: middle;
}
header .btn-wrap a {
  display: block;
  margin: 0 15px 0 0;
  padding: 0 15px 30px 15px;
  position: relative;
  white-space: nowrap;
  font-size: 21px;
  text-decoration: none;
  color: #fff;
}
header .btn-wrap a i {
  margin: 0 10px 0 0;
  color: #fff;
}
header .btn-wrap a.common i {
  color: #444;
}
header .btn-wrap a:last-child {
  margin: 0;
}
header .btn-wrap a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 100;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
header img.logo {
  width: 100%;
  height: auto;
  text-align: center;
}
.hamburger-menu {
  display: flex;
  align-items: center;
  width: 64px;
  height: 68px;
  cursor: pointer;
  z-index: 3;
}
.hamburger-menu__line {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ccc;
  position: relative;
  transition: all 0.5s;
}
.hamburger-menu__line::before, .hamburger-menu__line::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ccc;
  position: absolute;
  transition: all 0.5s;
}
.hamburger-menu__line::before {
  transform: translateY(-24px);
}
.hamburger-menu__line::after {
  transform: translateY(24px);
}
.hamburger-menu.open .hamburger-menu__line {
  background-color: transparent;
}
.hamburger-menu.open .hamburger-menu__line::before {
  transform: rotate(45deg);
}
.hamburger-menu.open .hamburger-menu__line::after {
  transform: rotate(-45deg);
}
/* ナビゲーション */
.nav-sp {
  position: absolute;
  top: 0;
  right: -40vw;
  width: 40vw;
  height: 200vh;
  padding: 60px 10px 0;
  background-color: rgba(232, 105, 160, 0.85);
  text-align: left;
  transition: right 0.5s;
  z-index: 2;
}
.nav-sp.open {
  right: 0;
}
.nav-sp a {
  display: inline-block;
  padding: 5px 0;
}
html.is-fixed, html.is-fixed body {
  height: 100%;
  overflow: hidden;
}
.svg-inline--fa {
  color: #fff;
}
/*-------------------------
  FV
-------------------------*/
section.fv .section_title {
  text-align: center;
}
section.fv .nurse_compare_h2 {
  width: 100%;
  margin: 5% auto;
  padding: 5% 0 0;
  color: #1d2655;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.8rem;
  background: url(../images/nurse_compare_h2_bg.png) no-repeat;
  background-size: 88% auto;
  background-position: center;
}
section.fv .text_accent {
  font-size: 5rem;
  padding: 0 0.5%;
}
section.fv .nurse_compare_h2_subtitle {
  width: 45%;
  margin: 0 auto 1%;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 1;
  line-height: 2.6rem;
  font-weight: bold;
  background: #e869a0;
  border-radius: 300px;
}
section.fv img {
  width: 100%;
  height: auto;
}
section.fv {
  position: relative;
}
.fv_pr {
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    color: #777;
    right: 8px;
    top: 348px;
    line-height: 1;    
    text-shadow: 1px 1px 0 rgba( 255, 255, 255, 0.85 ), 1px 0px 0 rgba( 255, 255, 255, 0.85 ), 0px 1px 0 rgba( 255, 255, 255, 0.85 ), 0px -1px 0 rgba( 255, 255, 255, 0.85 ), -1px 0px 0 rgba( 255, 255, 255, 0.85 ), -1px 1px 0 rgba( 255, 255, 255, 0.85 ), 1px -1px 0 rgba( 255, 255, 255, 0.85 ), -1px -1px 0 rgba( 255, 255, 255, 0.85 );
}

p.search_pr{
font-size: 20px;
font-weight: normal;
color: #777;
text-align: right;
padding: 0 32px;
margin-top: 32px;
}

@media screen and (max-width:768px) {
  section.fv .nurse_compare_h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    background: url(../images/nurse_compare_h2_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
  }
  section.fv .text_accent {
    font-size: 3rem;
    padding: 0 0.5%;
  }
  section.fv .nurse_compare_h2_subtitle {
    width: 53%;
    padding: 0 5%;
    margin: 0 auto 2%;
    font-size: 1rem;
    line-height: 1.6rem;
  }
    p.search_pr{
    font-size: 10px;
    padding: 0 5%;
    margin-top: 16px;
    }
  
}
/*-------------------------
  secret job offer
-------------------------*/
.secret_job_offer {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 1;
  color: #1D2655;
  margin: 5% auto 0;
  text-align: center;
}
.secret_job_offer p:nth-child(2) {
  width: 10%;
  margin: 2% auto 0;
}
.secret_job_offer img.arrow {
  width: 100%;
  height: auto;
}
.secret_job_offer dt {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
.secret_job_offer dd {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  font-size: 2.6rem;
  text-align: left;
}
.secret_job_offer dd {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  font-size: 2.6rem;
  text-align: left;
}
.secret_job_offer .text_normal {
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .secret_job_offer {
    font-size: 1.4rem;
  }
  .secret_job_offer dd {
    width: 67%;
    font-size: 1.3rem;
  }
  .secret_job_offer .text_normal {
    font-size: 1.2rem;
  }
}
/*-------------------------
  sample
-------------------------*/
section.sample {
  padding: 0 0 5%;
  margin: 0 0 5%;
  background: #E5F8F9;
}
h2.sample_h2 {
  display: block;
  width: 100%;
  position: relative;
  height: 60px;
  line-height: 1;
  text-align: center;
  padding: 11.5% 15%;
  font-size: 40px;
  color: #00b8bf;
  margin: 0 auto;
  background: url(../images/nurse_compare_h2_example_bg.png) no-repeat;
  background-size: 100% auto;
}
.scroll_text{
  width: 95%;
  margin: 0 auto 1%;
  text-align: right;
  font-size: 1.2rem;
  color: #00b8bf;
}
ul.sample_item_wrap {
  width: 95%;
  padding: 0 5% 20px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  margin: 0 auto;
}
li.sample_item {
  scroll-snap-align: start;
  margin: 0 12px 0 0px;
  display: inline-block;
  width: 50%;
  white-space: normal;
  vertical-align: top;
  background: #fff;
  border: 2px solid #E869A0;
  border-radius: 10px;
  text-align: center;
  padding: 0 0 14%;
  position: relative;
}
h3.sample_item_h3 {
  padding: 2%;
  background: #E869A0;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1;
}
img.sample_item_image {
  width: 100%;
  padding: 0 5%;
}
.sample_item_label-workform {
  font-size: 1.2rem;
  padding: 10px 10px;
  background: #FDF0F5;
  color: #1D2655;
  font-weight: bold;
  line-height: 1;
  margin: 5% 5% 0;
}
ul.sample_item_spec {
  width: calc(100% - 40px);
  margin: 0 auto;
  color: #1D2655;
}
ul.sample_item_spec li {
  padding: 5px 0px;
  line-height: 1;
  text-align: left;
}
ul.sample_item_spec li:nth-child(2), ul.sample_item_spec li:nth-child(3) {
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
}
ul.sample_item_spec li.sample_item_spec_salary {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 2%;
  text-align: center;
}
ul.sample_item_spec li.sample_item_spec_salary:before {
  display: inline-block;
  width: 32px;
  height: 32px;
  content: '';
  background: url(../images/icon_yen.png) no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
ul.sample_item_spec li.sample_item_spec_salary span.color01 {
  font-size: 140%;
  color: #E869A0;
}
a.sample_item_linkbutton {
  position: absolute;
  display: block;
  background: #22C77F;
  box-shadow: 0 5px 0 #419A73;
  line-height: 1;
  padding: 5% 15%;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
}
p.sample_addition {
  font-size: 0.8rem;
  padding: 0 5%;
  margin: 3% auto 0;
}
@media screen and (max-width:768px) {
  h2.sample_h2 {
    font-size: 1.6rem;
    padding: 11% 15%;
    margin: 0 auto 2%;
  }
  .scroll_text{
    width: 95%;
    margin: 0 auto 1%;
    text-align: right;
    font-size: 0.8rem;
    color: #00b8bf;
  }
  ul.sample_item_wrap {
    width: 95%;
    padding: 0 5% 20px;
  }
  li.sample_item {
    height: 330px;
    margin: 0 3% 0 0px;
    width: 53%;
    padding: 0 0 12%;
  }
  h3.sample_item_h3 {
    font-size: 1.2rem;
  }
  img.sample_item_image {
    margin: 0 auto 3%;
    padding: 0 5%;
  }
  .sample_item_label-workform {
    font-size: 0.8rem;
    padding: 5% 0;
  }
  ul.sample_item_spec {
    width: 90%;
    margin: 0 auto;
  }
  ul.sample_item_spec li {
    padding: 1% 0px;
  }
  ul.sample_item_spec li:nth-child(2), ul.sample_item_spec li:nth-child(3) {
    width: 95%;
    margin: 3% auto;
    font-size: 0.75rem;
  }
  ul.sample_item_spec li.sample_item_spec_salary {
    position: relative;
    font-size: 1.2rem;
    /* font-weight: bold; */
    padding: 0 8% 0 8%;
    margin: 0 auto 5%;
    /* text-align: center; */
  }
  ul.sample_item_spec li.sample_item_spec_salary:before {
    width: 20px;
    height: 20px;
  }
  ul.sample_item_spec li.sample_item_spec_salary span.color01 {
    font-size: 140%;
    color: #E869A0;
  }
  a.sample_item_linkbutton {
    width: 90%;
    padding: 7%;
    font-size: 0.7rem;
    border-radius: 5px;
    bottom: 5%;
    -ms-transform: translateX(-50%);
  }
  p.sample_addition {
    font-size: 0.6rem;
    padding: 0 5%;
    margin: 3% auto 0;
  }
}
/*-------------------------
  ranking
-------------------------*/
section.ranking {
  padding: 0 20px;
  margin: 0 0 60px;
  background: url(../images/ranking_h2_bg.png) no-repeat;
  width: 100%;
  background-size: 100% auto;
}
h2.ranking_h2 {
  text-align: center;
  font-size: 2rem;
  padding: 0 0 0;
  margin: 0 0 30px;
  color: #1d2655;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.8rem;
}
h2 .title_fontsize_L {
  text-align: center;
  font-size: 3rem;
}
h2.ranking_h2 span.color01 {
  color: #FFEF51;
}
.ranking_h2_subtitle {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 10px;
}
section.ranking .section_title {
  text-align: center;
}
section.ranking .nurse_compare_h2 {
  width: 100%;
  margin: 5% auto;
  padding: 5% 0 0;
  color: #1d2655;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.8rem;
  background: url(../images/nurse_compare_h2_bg.png) no-repeat;
  background-size: 88% auto;
  background-position: center;
}
section.ranking .text_accent {
  font-size: 5rem;
  padding: 0 0.5%;
}
section.ranking .ranking_h2_subtitle {
  width: 45%;
  margin: 0 auto 1%;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 1;
  line-height: 2.6rem;
  font-weight: bold;
  background: #e869a0;
  border-radius: 300px;
}
.ranking_item {
  padding: 0 0 5%;
  border-radius: 10px;
  background: #fff;
  border: solid 1px #E869A0;
  border-top: solid 10px #E869A0;
  position: relative;
  margin: 0 0 40px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
  color: #1D2655;
}
.ranking_item__promotion{
background-color: #E869A0;
color: #fff;
padding: 0 0 0 19%;
line-height: 1;
font-size: 24px;
}
.ranking_item_header_rank {
  display: block;
  position: absolute;
  background: url(../images/kg_ranking-item_rank-icon04-05.png);
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 11%;
  height: auto;
  top: -0.2%;
  left: 5%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0 0;
  color: #666;
}
.ranking_item_header_rank img {
  width: 100%;
  height: auto;
}
.ranking_item_header {
  display: flex;
  justify-content: space-between;
  padding: 3% 0 5%;
  margin: 0 0 20px;
  background: #E869A0;
}
h3.ranking_item_header_h3 {
  padding: 0 0 0 18%;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
}
.ranking_item_header_score span.color-score {
  display: inline-block;
  vertical-align: middle;
  color: #E869A0;
  font-family: 'Anton', sans-serif, cursive;
  font-size: 3rem;
  font-weight: 500;
  padding: 0 2%;
  margin: -2% auto 0;
}
.ranking_item_header_score .star_icon {
  position: absolute;
  top: 12%;
  width: 30%;
}
.ranking_item_header_score span.star_icon img {
  width: 20%;
  height: auto;
}
.ranking_item_spec01 {
  padding: 0 5%;
  margin: 0 0 5%;
}
.ranking_item_header_score {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 2% 0 0 -14%;
}
img.ranking_item_banner {
  width: 80%;
  height: auto;
  text-align: center;
}
.ranking_banner img {
  width: 100%;
  height: auto;
}
.ranking_item_spec_area01 dl {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
.ranking_item_spec01_area__label, .ranking_item_spec01_amount__label {
  padding: 10px 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #E869A0;
}
.ranking_item_spec01_area__cont, .ranking_item_spec01_amount__cont {
  position: static;
  margin: 0 0 20px;
  padding: 2% 0;
  font-weight: bold;
  text-align: center;
  background: #FDF0F5;
  line-height: 3.5;
  z-index: 2;
}
.ranking_item_spec02_workstyle__label, .ranking_item_spec01_aaa__label {
  position: absolute;
  color: #E869A0;
  font-weight: bold;
  background: #fff;
  line-height: 1;
  display: inline-block;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 5px;
  font-size: 24px;
}
.ranking_item_spec01_amount__cont {
  position: relative;
}
.ranking_item_spec01_amount__cont ul li {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  font-size: 1rem;
  color: #E869A0;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #E869A0;
  background: #fff;
  text-align: center;
  line-height: 2;
}
.ranking_item_spec_area01 dd {
  background: #FDF0F5;
  height: 95px;
}

  .ranking_item_spec_area01 dd.__ev02{
  background: #FFF5EE;
  }
  
  .ranking_item_spec_area01 dd.__ev03{
  background: #f8f8f8
  }

.ranking_item_spec_area01 ul {
  width: 90%;
  margin: 0 auto;
  padding: 1% 0 4.5%;
}
.ranking_item_spec_area01 ul li {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  font-size: 1rem;
  color: #E869A0;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #E869A0;
  background: #fff;
  text-align: center;
  line-height: 2;
}
.ranking_item_spec_area01 ul li.gray{
  color: #999;
  border: 1px solid #999;
  background: #eeeeee;
}
.ranking_item_spec01_amount__cont dd {
  position: relative;
  z-index: 2;
}
.ranking_item_spec01_amount__cont:after {
  position: absolute;
  width: 100%;
  height: auto;
  top: -118%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  content: '◎';
  color: #F7C7DC;
  font-size: 5.5rem;
  z-index: -1;
}

.ranking_item_spec01_amount__cont.__ev02:after {
  content: '○';
  color: #FFCFAE;
}

.ranking_item_spec01_amount__cont.__ev03:after {
  content: none;
}

.ranking_item_spec02_workstyle__box, .ranking_item_spec01_aaa__box {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
  padding: 20px 10px 10px;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  border: solid 2px #E869A0;
}
.ranking_item_spec02_workstyle__box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ranking_item_spec02_workstyle__box ul.multiple-column {
  justify-content: flex-start;
}
.ranking_item_spec02_workstyle__box ul li {
  flex-basis: calc(25% - 10px);
  margin: 0 10px 0 0;
  padding: 8px 0px;
  line-height: 1;
  border-radius: 100px;
  font-weight: normal;
  font-size: 20px;
  white-space: nowrap;
  color: #E869A0;
  background: #FFEEEF;
  border: solid 2px #E869A0;
}
.ranking_item_spec02_workstyle__box ul li.off {
  background: #f5f5f5;
  color: #bbb;
  border: solid 1px #bbb;
  font-weight: normal;
}
.ranking_item_spec_area02 dt {
  color: #fff;
  padding: 1% 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: #E869A0;
}
.ranking_item_spec_area02 dd {
  margin: 0 auto 3%;
  padding: 1% 0 2%;
  background: #FFFAE0;
}
.ranking_item_spec_area02 dd ul {
  width: 90%;
  margin: 0 auto;
}
.ranking_item_spec_area02 dd ul li {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
  font-size: 1rem;
  color: #E869A0;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #E869A0;
  background: #fff;
  text-align: center;
  line-height: 2;
}
.ranking_item_spec03__box {
  position: relative;
  width: 90%;
  padding: 8% 5% 3%;
  border-radius: 10px;
  background: #fff;
  margin: 0 auto 5%;
  border: 1px solid #E869A0;
}
h3.ranking_item_spec03_h3 {
  position: relative;
}
h3.ranking_item_spec03_h3 {
  position: absolute;
  width: 100%;
  top: 0;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  border-radius: 10px 10px 0 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 2%;
  line-height: 1;
  background: #F7C7DC;
  color: #1D2655;
  font-size: 1.4rem;
}
ul.ranking_item_spec03_point {
  padding: 0 0 0 5%;
  margin: 2% auto 0;
}
ul.ranking_item_spec03_point li {
  position: relative;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.2rem;
}
ul.ranking_item_spec03_point li:last-of-type {
  margin: 0;
}
ul.ranking_item_spec03_point li:before {
  position: absolute;
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: -29px;
  color: #22C77F;
}
a.ranking_item_linkbutton {
  display: block;
  text-align: center;
  margin: 0 auto 0;
  width: 80%;
  background: #22C77F;
  box-shadow: 0 5px 0 #419a73;
  line-height: 1.2;
  padding: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
}
a.ranking_item_linkbutton:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
  right: 5%;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
a.ranking_item_linkbutton:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}
a.ranking_item_linkbutton span {
  font-size: 2rem;
}
.ranking_item_linkbutton_subtitle {
  display: inline-block;
  line-height: 1;
  margin: 0 auto 3%;
  font-weight: bold;
}
.ranking_item_linkbutton_subtitle {
  position: relative;
}
.ranking_item_linkbutton_subtitle::before, .ranking_item_linkbutton_subtitle::after {
  content: "";
  display: inline-block;
  border: 1px dashed #1D2655;
  width: 1px;
  height: 40px;
  position: absolute;
  top: -45%;
}
.ranking_item_linkbutton_subtitle::before {
  left: -20%;
  transform: rotate(-30deg);
}
.ranking_item_linkbutton_subtitle::after {
  right: -20%;
  transform: rotate(30deg);
}
h3.ranking_item_review__h3 {
  width: 90%;
  margin: 0 auto 3%;
  border-radius: 300px;
  background: #E869A0;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  font-size: 1.4rem;
  position: relative;
}
h3.ranking_item_review__h3 i {
  margin: 0 5px 0 0;
  color: #FFDFE1;
}

h3.ranking_item_review__h3 sup{
position: absolute;
font-size: 20px;
font-weight: normal;
right: 20px;
line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

span.ranking_item_review__h3_notice {
  position: absolute;
  font-size: 20px;
  font-weight: normal;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
li.ranking_item_review {
  position: relative;
}
ul.ranking_item_review__wrap li.ranking_item_review:not(:last-child) {
  margin: 0 0 20px;
  padding: 0 0 20px;
}
ul.ranking_item_review__wrap li.ranking_item_review:not(:last-child):after {
  position: absolute;
  display: block;
  content: '';
  background: #ccc;
  height: 2px;
  width: calc(100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.ranking_item_review__profile {
  padding: 0 0 10px 84px;
  position: relative;
  font-size: 24px;
}
.ranking_item_review__profile:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(../images/kg_ranking_item_review-icon.png);
  left: 0;
  background-repeat: no-repeat;
}
.ranking_item_review__profile_title {
  line-height: 1.25;
  font-weight: bold;
  color: #E869A0;
}
.ranking_item_review__box {
  position: relative;
  margin: 0 0 20px;
}
/* slick */
.ranking_item_review__box .sliderArea {
  max-width: 100%;
  height: 255px;
  margin: 0 auto;
  padding: 0 25px;
}
.ranking_item_review__box .slick-track {
  /* width: 750px!important; */
}
.ranking_item_review__box .sliderArea ul {
  width: 95%;
  margin: 0 auto;
}
.ranking_item_review__box .sliderArea.w300 {
  max-width: 300px;
}
.ranking_item_review__box .slick-slide {
  position: relative;
  margin: 0 5px;
}
.ranking_item_review__box .slick-slide img {
  width: 100%;
  height: auto;
}
.ranking_item_review__box .slick-prev, .slick-next {
  z-index: 1;
}
.ranking_item_review__box .slick-prev:before, .slick-next:before {
  position: absolute;
  color: #000;
  font-size: 2rem !important;
  opacity: 1 !important;
  color: #e869a0 !important;
  top: -5%;
}
.ranking_item_review__box .slick-prev:before{
  left: -10%;
}
.slick-next:before {
  right: -10%;
}
.ranking_item_review__box .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.ranking_item_review__box .slick-active {
  opacity: 1;
}
.ranking_item_review__box .slick-current {
  opacity: 1;
}
.ranking_item_review__box .thumb {
  margin: 20px 0 0;
}
.ranking_item_review__box .thumb .slick-slide {
  cursor: pointer;
}
.ranking_item_review__box .thumb .slick-slide:hover {
  opacity: .7;
}
/* slick end */
.ranking_item_review__wrap {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.slider02 li dl {
  width: 99%;
  display: inline-block;
  height: 255px;
  vertical-align: middle;
  padding: 5%;
  font-size: 1rem;
  border: solid 2px #E869A0;
  border-radius: 10px;
}
.slider02 dt {
  position: relative;
  margin: 0 auto 2%;
  padding: 0 0 3% 110px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: left 0 center;
  background-image: url(../images/ranking_kuchikomi_people_01.png);
}

.compare_review_contents{
  font-size: 1.2rem;
  line-height: 1.6;
}
  p.ranking_item_notice {
    margin: 30px 0 0;
    padding: 0 0 0 30px;
    font-size: 20px;
  }
@media screen and (max-width:768px) {
  h2.ranking_h2 {
    font-size: 2rem;
    height: 90px!important;
    padding: 0 0 0;
    margin: 0 0 30px;
    font-size: 2rem;
    line-height: 2rem;
  }
  h2 .title_fontsize_L {
    font-size: 1.8rem;
  }
  .ranking_h2_subtitle {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 10px;
  }
  section.ranking .nurse_compare_h2 {
    width: 100%;
    margin: 5% auto;
    padding: 5% 0 0;
    font-size: 2.6rem;
    line-height: 3.8rem;
    background: url(../images/nurse_compare_h2_bg.png) no-repeat;
    background-size: 88% auto;
    background-position: center;
  }
  h3.ranking_item_review__h3 {
    font-size: 1rem;
    position: relative;
  }
  section.ranking .text_accent {
    font-size: 5rem;
    padding: 0 0.5%;
  }
  section.ranking .ranking_h2_subtitle {
    width: 57%;
    margin: 0 auto 3%;
    font-size: 1rem;
    letter-spacing: 1;
    line-height: 2rem;
  }
  .ranking_item_header_rank {
    display: block;
    position: absolute;
    background: url(../images/kg_ranking-item_rank-icon04-05.png);
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 11%;
    height: auto;
    top: -0.2%;
    left: 5%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0 0;
    color: #666;
  }
  .ranking_item_header {
    padding: 3% 0 5%;
    margin: 0 0 20px;
  }
  .ranking_item__promotion{
    padding: 0 0 0 19%;
    font-size: 12px;
    }
  h3.ranking_item_header_h3 {
    padding: 0 0 0 18%;
    font-size: 1.4rem;
    line-height: 1;
  }
  .ranking_item_header_score span.color-score {
    font-size: 2rem;
    font-weight: 500;
    padding: 0 2%;
  }
  .ranking_item_spec01 {
    padding: 0 5%;
    margin: 0 0 5%;
  }
  img.ranking_item_banner {
    width: 80%;
    height: auto;
    text-align: center;
  }
  .ranking_banner img {
    width: 100%;
    height: auto;
  }
  .ranking_item_spec_area01 dl {
    width: 32%;
  }
  .ranking_item_spec01_area__label, .ranking_item_spec01_amount__label {
    line-height: 1;
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .ranking_item_spec01_area__cont, .ranking_item_spec01_amount__cont {
    margin: 0 0 20px;
    padding: 2% 0;
    line-height: 2;
  }
  .ranking_item_spec02_workstyle__label, .ranking_item_spec01_aaa__label {
    position: absolute;
    line-height: 1;
    display: inline-block;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 5px;
    font-size: 24px;
  }
  .ranking_item_spec01_amount__cont ul li {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    font-size: 1rem;
    border-radius: 5px;
    line-height: 2;
  }
  .ranking_item_spec_area01 dd {
    height: 55px;
  }
  .ranking_item_spec_area01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 1% 0 4.5%;
  }
  .ranking_item_spec_area01 ul li {
    width: 47%;
    font-size: 0.6rem;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    line-height: 2;
  }
  .ranking_item_spec01_amount__cont:after {
    position: absolute;
    width: 100%;
    height: auto;
    top: -42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '◎';
    font-size: 3rem;
    z-index: -1;
  }
  
  
  .ranking_item_spec02_workstyle__box, .ranking_item_spec01_aaa__box {
    width: 100%;
    position: relative;
    padding: 20px 10px 10px;
    font-size: 24px;
    margin: 0 0 30px;
    border-radius: 10px;
  }
  .ranking_item_spec02_workstyle__box ul li {
    flex-basis: calc(25% - 10px);
    padding: 8px 0px;
    line-height: 1;
    border-radius: 100px;
    margin: 0 10px 0 0;
    font-weight: normal;
    font-size: 20px;
  }
  .ranking_item_spec_area02 dt {
    color: #fff;
    padding: 1% 0;
    font-size: 0.8rem;
    text-align: center;
    background: #E869A0;
  }
  .ranking_item_spec_area02 dd {
    padding: 1% 0 2%;
    background: #FFFAE0;
  }
  .ranking_item_spec_area02 dd ul {
    width: 95%;
    margin: 0 auto;
  }
  .ranking_item_spec_area02 dd ul li {
    width: 24%;
    font-size: 0.6rem;
    line-height: 2;
  }
  .ranking_item_spec03__box {
    position: relative;
    width: 90%;
    padding: 10% 5% 3%!important;
    border-radius: 10px;
    margin: 0 auto 5%;
  }
  h3.ranking_item_spec03_h3 {
    position: absolute;
    width: 100%;
    top: 0;
    margin: 0 auto;
    left: 50%;
    padding: 2%;
    line-height: 1;
    font-size: 1rem!important;
  }
  ul.ranking_item_spec03_point {
    padding: 0 0 0 5%;
    margin: 2% auto 0;
  }
  ul.ranking_item_spec03_point li {
    position: relative;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 0.8rem;
  }
  ul.ranking_item_spec03_point li:last-of-type {
    margin: 0;
  }
  ul.ranking_item_spec03_point li:before {
    position: absolute;
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -29px;
  }
  a.ranking_item_linkbutton {
    display: block;
    text-align: center;
    margin: 0 auto 0;
    width: 80%;
    line-height: 1.2;
    padding: 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    font-size: 1.6rem;
  }
.ranking_item_header_score .star_icon {
  position: absolute;
  top: 15%;
  width: 35%;
}
  a.ranking_item_linkbutton:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-size: 1.6rem;
    font-weight: 900;
    right: 5%;
    top: 52%;
  }
  a.ranking_item_linkbutton:after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
  }
  a.ranking_item_linkbutton span {
    font-size: 1.4rem;
  }
  .ranking_item_linkbutton_subtitle {
    line-height: 1;
    margin: 0 0 10px;
  }
  .ranking_item_linkbutton_subtitle::before, .ranking_item_linkbutton_subtitle::after {
    content: "";
    width: 1px;
    height: 30px;
  }
  .ranking_item_linkbutton_subtitle::before {
    left: -28%;
    bottom: -60%;
    transform: rotate(-30deg);
  }
  .ranking_item_linkbutton_subtitle::after {
    right: -18%;
    bottom: -60%;
    transform: rotate(30deg);
  }
  span.ranking_item_review__h3_notice {
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 50%;
  }
  li.ranking_item_review {
    position: relative;
  }
  ul.ranking_item_review__wrap li.ranking_item_review:not(:last-child) {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  ul.ranking_item_review__wrap li.ranking_item_review:not(:last-child):after {
    position: absolute;
    display: block;
    content: '';
    background: #ccc;
    height: 2px;
    width: calc(100%);
    bottom: 0;
    left: 50%;
  }
  p.ranking_item_review__description {
    font-size: 20px;
  }
  .ranking_item_review__box {
    position: relative;
    margin: 0 0 20px;
  }
  /* slick */
  .ranking_item_review__box .sliderArea {
    max-width: 100%;
    height: 155px;
    margin: 0 auto;
    padding: 0 25px;
  }
  .ranking_item_review__box .sliderArea ul {
    width: 95%;
    margin: 0 auto;
  }
  .ranking_item_review__box .sliderArea.w300 {
    max-width: 300px;
  }
  .ranking_item_review__box .slick-slide {
    margin: 0 5px;
  }
  .ranking_item_review__box .slick-slide img {
    width: 100%;
    height: auto;
  }
  .ranking_item_review__box .slick-prev, .slick-next {
    z-index: 1;
  }
  .ranking_item_review__box .slick-prev:before, .slick-next:before {
    color: #000;
    font-size: 1.6rem !important;
    opacity: 1 !important;
    color: #e869a0 !important;
  }
  .ranking_item_review__box .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  .ranking_item_review__box .slick-active {
    opacity: 1;
  }
  .ranking_item_review__box .slick-current {
    opacity: 1;
  }
  .ranking_item_review__box .thumb {
    margin: 20px 0 0;
  }
  .ranking_item_review__box .thumb .slick-slide {
    cursor: pointer;
  }
  .ranking_item_review__box .thumb .slick-slide:hover {
    opacity: .7;
  }
  /* slick end */
  .grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: 5px 0;
    font-size: 1.3rem;
  }
  .ranking_item_review__wrap {
    width: 90%;
    margin: 0 auto;
  }
  .slider02 li dl {
    width: 100%;
    display: inline-block;
    height: 150px;
    vertical-align: middle;
    padding: 5%;
    font-size: 0.6rem;
    border: solid 2px #E869A0;
    border-radius: 10px;
  }
  .slider02 dd {
    font-size: 0.75rem;
  }
  .slider02 .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .slider02 .grad-trigger:checked + .grad-btn {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
  }
  .slider02 .grad-trigger:checked ~ ul.ranking_item_review__wrap {
    height: auto; /*チェックされていたら、高さを戻す*/
  }
  .slider02 .grad-trigger:checked ~ ul.ranking_item_review__wrap::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
  p.ranking_item_notice {
    margin: 15px 0 0;
    padding: 0 0 0 15px;
    font-size: 10px;
  }
}
/*-------------------------
  point
-------------------------*/
section.point {
  margin: 0 auto;
  color: #1D2655;
}
section.point .point_h2 {
  position: relative;
  width: 95%;
  height: auto;
  margin: 0 auto 5%;
  padding: 9% 0;
  color: #1d2655;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.8rem;
  background: url(../images/nurse_compare_h2_kotsu_bg.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
}
section.point .point_h2 p:last-of-type {
  padding: 12% 0 0 3%;
}
section.point .point_h2_subtitle {
  position: absolute;
  width: 65%;
  top: 16%;
  left: 0;
  right: 0;
  margin: 0 auto 1%;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 1;
  line-height: 4.5rem;
  font-weight: bold;
  background: #e869a0;
  border-radius: 300px;
  text-align: center;
}
section.point .point_contents_wrap dl {
  margin: 0 auto 5%;
}
section.point .point_contents_wrap dt {
  position: relative;
  padding: 0 0 0 25%;
  margin: 0 auto 5%;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
section.point .point_contents_wrap dt::before {
  content: '';
  position: absolute;
  width: 18%;
  height: 137px;
  top: -10%;
  left: 3%;
  background: url(../images/icon_reason_01.png) no-repeat;
  background-size: 100% auto;
  background-position: 0px 12px;
}
section.point .point_contents_wrap .reason_02 dt:before {
  background: url(../images/icon_reason_02.png) no-repeat;
  background-size: 100% auto;
  background-position: 0px 12px;
}
section.point .point_contents_wrap dd {
  width: 60%;
  margin: 0 auto;
}
section.point .point_contents_wrap .reason_02 dd {
  width: 80%;
  margin: 0 auto;
}
section.point .point_contents_wrap dd img {
  width: 100%;
  height: auto;
}
section.point .point_conclusion {
  padding: 15% 0 5%;
  background: url(../images/point_conclusion_bg.jpg) no-repeat;
  background-size: 100% auto;
}
section.point .point_conclusion ul {
  width: 90%;
  margin: 0 auto;
}
section.point .point_conclusion ul li {
  display: inline-block;
}
section.point .point_conclusion ul li:first-of-type {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
section.point .point_conclusion ul li:last-of-type {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
  padding: 0 0 0 5%;
  font-weight: bold;
}
section.point .point_conclusion ul li:first-of-type img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  section.point {
    margin: 0 auto;
  }
  section.point .point_h2 {
    width: 95%;
    margin: 0 auto 5%;
    padding: 7% 0;
    font-size: 1.2rem;
    line-height: 2rem;
    background: url(../images/nurse_compare_h2_kotsu_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
  }
  section.point .point_h2 p:last-of-type {
    padding: 12% 0 0 3%;
  }
  section.point .point_h2_subtitle {
    width: 65%;
    top: 16%;
    left: 0;
    right: 0;
    margin: 0 auto 1%;
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
  }
  section.point .point_contents_wrap dl {
    margin: 0 auto 5%;
  }
  section.point .point_contents_wrap dt {
    padding: 0 0 0 23%;
    margin: 0 auto 5%;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  section.point .point_contents_wrap dt::before {
    content: '';
    width: 16%;
    height: 137px;
    top: -32%;
    left: 3%;
    background: url(../images/icon_reason_01.png) no-repeat;
    background-size: 100% auto;
    background-position: 0px 12px;
  }
  section.point .point_contents_wrap .reason_02 dt:before {
    background: url(../images/icon_reason_02.png) no-repeat;
    background-size: 100% auto;
    background-position: 0px 12px;
  }
  section.point .point_contents_wrap dd {
    width: 60%;
    margin: 0 auto;
  }
  section.point .point_contents_wrap .reason_02 dd {
    width: 80%;
    margin: 0 auto;
  }
  section.point .point_contents_wrap dd img {
    width: 100%;
    height: auto;
  }
  section.point .point_conclusion {
    padding: 15% 0 5%;
    background: url(../images/point_conclusion_bg.jpg) no-repeat;
    background-size: 100% auto;
  }
  section.point .point_conclusion ul {
    width: 90%;
    margin: 0 auto;
  }
  section.point .point_conclusion ul li:first-of-type {
    width: 30%;
  }
  section.point .point_conclusion ul li:last-of-type {
    width: 68%;
    padding: 0 0 0 5%;
    font-size: 0.8rem;
  }
}
/*-------------------------
  recommend_set
-------------------------*/
section.recommend_set {
  padding: 8% 0;
  background: #FFFCF0;
  margin: 0 0 60px;
}
section.recommend_set .recommend_set_h2 {
  position: relative;
  width: 95%;
  height: auto;
  margin: 0 auto 10%;
  padding: 0;
  color: #1d2655;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.8rem;
  text-align: center;
}
section.recommend_set .recommend_set_h2:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 3% auto;
  width: 45px;
  height: 2px;
  background: #000;
  border: 3px solid #E869A0;
}
section.recommend_set .recommend_set_h2_subtitle {
  position: relative;
  font-size: 2rem;
  line-height: 2.5;
}
section.recommend_set .recommend_set_h2_subtitle::before, section.recommend_set .recommend_set_h2_subtitle::after {
  content: "";
  display: inline-block;
  border: 1px dashed #1D2655;
  width: 1px;
  height: 50px;
  position: absolute;
}
section.recommend_set .recommend_set_h2_subtitle::before {
  position: absolute;
  left: 12%;
  bottom: 20%;
  transform: rotate(-30deg);
}
section.recommend_set .recommend_set_h2_subtitle::after {
  position: absolute;
  right: 12%;
  bottom: 20%;
  transform: rotate(30deg);
}
section.recommend_set .recommend_set_h2_subtitle + p {
  font-size: 3rem;
  letter-spacing: 3;
}
section.recommend_set .recommend_set_contents_wrap {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
section.recommend_set .recommend_set_contents_wrap:after {
  position: absolute;
  content: '＋';
  font-size: 3rem;
  font-weight: bold;
  color: #E869A0;
  top: 40%;
  left: 46%;
  right: 0;
}
section.recommend_set .recommend_set_job_box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin: 0 4.5%;
  padding: 2% 0 12%;
  background: #fff;
  border: 1px solid #E869A0;
  border-radius: 10px;
  box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.2);
}
section.recommend_set .bnr_image {
  width: 85%;
  margin: 0 auto 5%;
}
section.recommend_set .bnr_image img {
  width: 100%;
  margin: 0 auto;
}
section.recommend_set .recommend_set_job_box dt {
  margin: 0 auto 5%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #E869A0;
}
section.recommend_set .recommend_set_spec dl {
  width: 90%;
  margin: 0 auto 2%;
  font-size: 1rem;
  color: #1D2655;
}
section.recommend_set .recommend_set_spec dt {
  display: inline-block;
  vertical-align: top;
  width: 38%;
  padding: 2% 3%;
  font-size: 1rem;
  color: #fff;
  background: #E869A0;
  margin: 0 auto;
}
section.recommend_set .recommend_set_spec dd {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding: 2% 5%;
  font-size: 1rem;
  font-weight: bold;
  color: #1D2655;
  background: #fdf0f5;
}
section.recommend_set .recommend_set_comment {
  width: 85%;
  margin: 3% auto 0;
  font-size: 1rem;
  color: #1d2655;
}
section.recommend_set .recommend_set_button a {
  padding: 5% 10%;
}
@media screen and (max-width:768px) {
  section.recommend_set {
    padding: 10% 0;
    margin: 0 0 40px;
  }
  section.recommend_set .recommend_set_h2 {
    width: 95%;
    margin: 0 auto 10%;
    padding: 0;
    font-size: 2rem;
    line-height: 3.8rem;
  }
  section.recommend_set .recommend_set_h2:after {
    left: 0;
    right: 0;
    margin: 2% auto 5%;
    width: 45px;
    height: 2px;
  }
  section.recommend_set .recommend_set_h2_subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  section.recommend_set .recommend_set_h2_subtitle::before, section.recommend_set .recommend_set_h2_subtitle::after {
    width: 1px;
    height: 36px;
  }
  section.recommend_set .recommend_set_h2_subtitle::before {
    left: 5%;
    bottom: -5%;
    transform: rotate(-30deg);
  }
  section.recommend_set .recommend_set_h2_subtitle::after {
    right: 6%;
    bottom: -5%;
    transform: rotate(30deg);
  }
  section.recommend_set .recommend_set_h2_subtitle + p {
    font-size: 1.8rem;
    letter-spacing: 3;
  }
  section.recommend_set .recommend_set_contents_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  section.recommend_set .recommend_set_contents_wrap:after {
    position: absolute;
    content: '＋';
    font-size: 1.6rem;
    top: 43%;
    left: 46%;
    right: 0;
  }
  section.recommend_set .recommend_set_job_box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 43%;
    margin: 0 3%;
    padding: 2% 0 12%;
    border-radius: 10px;
  }
  section.recommend_set .bnr_image {
    width: 85%;
    margin: 0 auto 5%;
  }
  section.recommend_set .bnr_image img {
    width: 100%;
    margin: 0 auto;
  }
  section.recommend_set .recommend_set_job_box dt {
    margin: 0 auto 5%;
    font-size: 1rem;
  }
  section.recommend_set .recommend_set_spec dl {
    width: 90%;
    margin: 0 auto 2%;
    font-size: 0rem;
  }
  section.recommend_set .recommend_set_spec dt {
    width: 40%;
    padding: 2% 3%;
    font-size: 10px;
    margin: 0 auto;
  }
  section.recommend_set .recommend_set_spec dd {
    width: 56%;
    padding: 2% 5%;
    font-size: 12px;
  }
  section.recommend_set .recommend_set_comment {
    width: 85%;
    margin: 3% auto 0;
    font-size: 12px;
  }
  section.recommend_set .recommend_set_button a {
    padding: 5% 10%;
  }
}
/*-------------------------
  検索ボックス
-------------------------*/
#search h2 span.color {
  color: #ee827c;
}
#search {
  margin: 0px auto 0px;
  position: relative;
}
#search .inner {
  border: solid 1px #004444;
  background-color: #f5f5f5;
}
#search h2 {
  background-color: #fff;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  color: #666;
  padding: 20px 0px;
  font-size: 24px;
}
#search h2 i {
  margin: 0 10px 0 0;
}
#search .form-wrap {}
#search .form-wrap form {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 20px 20px;
  width: 680px;
}
#search select {
  width: 100%;
  padding: 20px 20px 20px 280px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
#search .select-wrap {
  position: relative;
  margin: 0 0 20px;
}
#search .select-wrap:before {
  position: absolute;
  content: 'デフォルト';
  display: inline-block;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#search .select-wrap.qs1:before {
  content: '希望する勤務地';
}
#search .select-wrap.qs2:before {
  content: '勤務形態';
}
#search .select-wrap.qs3:before {
  content: '職種';
}
#search .select-wrap.qs4:before {
  content: '施設';
}
#search .select-wrap.qs5:before {
  content: '現在のご状況';
}
#search table {
  width: 100%;
}
#search input[type="submit"] {
  width: 50%;
  height: 60px;
  margin: 20px auto 0px;
  padding: 0 20px;
  display: block;
  border: none;
  border-radius: 40px;
  font-size: 20px;
  background: #ff4b4b;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 4px 0px #992d2d;
}
#search .inner label {
  display: block;
  width: 100%;
  background-color: #004444;
  text-align: center;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.acd-check {
  display: none;
}
.acd-label {
  color: #999;
  display: block;
  margin: 0px auto 1px;
  position: relative;
  width: 200px;
  text-align: center;
}
.acd-label:before {
  box-sizing: border-box;
  content: '\f055';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #ff6633;
  margin-right: 10px;
  vertical-align: -2px;
}
.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label:before {
  content: '\f056';
  color: #999;
}
.acd-check:checked + .acd-label + .acd-content {
  height: 230px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.acd-content table {
  border-collapse: collapse;
}
.acd-content table td {
  border: solid 2px #ccc;
  width: 50%;
  font-size: 20px;
  padding: 20px;
  background: #f5f5f5;
}
/*検索結果並べ替え
----------------------------------------------------------------------*/
#result {
  padding: 20px 20px 0px;
}
#result section.count-area {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
#result section.count-area .counter {
  font-size: 24px;
}
#result section.count-area .counter span.color {
  color: #ff4b4b;
  font-weight: bold;
}
#result section.count-area .change-button {
  color: #888;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 10px;
  background: #f4f4f4;
  border-radius: 6px;
  line-height: 1;
  border: solid 2px #ccc;
}
#result section.count-area .change-button i {
  margin: 0 10px 0 0;
}
#result section.count-area a {
  text-decoration: none;
}
.item-result {
  border-radius: 6px;
  padding: 20px;
  background: #fff;
  margin: 0 0 20px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
}
.item-result .hashtag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 12px;
}
.item-result .hashtag .hashtag-item {
  background: #c90e38;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding: 8px 8px 8px 32px;
  position: relative;
  border-radius: 6px;
  margin: 0 8px 8px 0;
}
.item-result .hashtag .hashtag-item:before {
  content: '\f292';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.item-result .spec {
  display: flex;
  flex-wrap: nowrap;
}
.item-result .spec .left {
  width: 36%;
  margin: 0 20px 20px 0;
}
.item-result .spec a.service-img {
  margin: 0 0 20px;
  display: block;
}
.item-result .spec a.service-img img {
  width: 100%;
}
.item-result .spec .atm-box {
  border: solid 1px #ccc;
  position: relative;
  padding: 20px 0px 10px;
  text-align: center;
}
.item-result .spec .atm-box .label {
  position: absolute;
  background: #fff;
  top: -8px;
  line-height: 1;
  padding: 0 4px;
  font-size: 20px;
  font-weight: bold;
  color: #888;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.item-result .spec .atm-box img.atm-logo {
  width: 48px;
  margin: 0 6px 0 0;
}
.item-result .spec .atm-box img.atm-logo:last-child {
  margin: 0;
}
.item-result .spec .right {
  width: 64%;
  margin: 0 0 20px;
}
.item-result .spec .company {
  font-size: 24px;
  color: #888;
  line-height: 1;
  margin: 0 0 10px;
}
.item-result .spec h3 {
  font-size: 36px;
  line-height: 1;
  margin: 0 0 10px;
}
.item-result .spec .user {
  font-size: 24px;
  font-weight: bold;
  color: #888;
  line-height: 1;
  margin: 0 0 20px;
}
.item-result .spec .user span.color {
  color: #ff4b4b;
}
.item-result .spec .user sup {
  font-size: 18px;
}
.item-result table {
  width: 100%;
  text-align: left;
  font-size: 20px;
  border-collapse: collapse;
}
.item-result table tr {
  border-bottom: dotted 2px #ccc;
}
.item-result table th, .item-result table td {
  padding: 8px 0px;
  line-height: 1;
}
.item-result table th {
  color: #888;
}
.item-result table td {
  font-weight: bold;
}
.item-result ul.point {
  padding: 0px 0px 20px;
}
.item-result ul.point li {
  font-size: 24px;
  font-weight: bold;
}
.item-result ul.point li:before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff4b4b;
  margin: 0 10px 0 0;
}
.item-result .countdown {
  display: flex;
  border-radius: 6px;
  padding: 10px 10px 10px 20px;
  font-size: 24px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  width: 100%;
  border: solid 2px #ccc;
}
.item-result .countdown .countdown-label {
  margin: 0 20px 0 0;
}
.item-result .countdown .countdown-timer {
  padding: 10px;
  border-radius: 10px;
  background: #222;
  color: #fff;
  line-height: 1;
}
.item-result .countdown .countdown-timer i {
  margin-right: 10px;
  font-size: 26px;
  vertical-align: -2px;
}
.item-result .countdown .countdown-timer span#timer {
  color: #ffcc00;
}
.item-result a.cvbutton {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #ff4b4b;
  color: #fff;
  line-height: 1;
  padding: 30px 0px;
  border-radius: 50px;
  box-shadow: 0px 8px 0px #992d2d;
  margin: 0 auto 8px;
  width: 520px;
  position: relative;
}
.item-result a.cvbutton:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  position: absolute;
  right: 20px;
}
.item-result p.addition {
  margin: 28px 0 0;
  color: #666;
  font-size: 20px;
}
/*-------------------------
  compare
-------------------------*/
section.compare {
  padding: 0 20px;
  margin: 0 0 60px;
}
h2.compare_h2 {
  background: #91DCFF;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px #3CC0FF;
  border-radius: 10px 10px 0 0;
}
.compare_table_wrap {
  padding: 20px;
  background: #D0F0FF;
  border-radius: 0 0 10px 10px;
}
table.compare_table {
  background: #fff;
  color: #1D2655;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tab1 {
  position: relative;
}
.tab1:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 80px;
  top: 5px;
  bottom: 8px;
  left: 5px;
  right: 0;
  background: url(../images/icon_crown.png) no-repeat;
  background-size: 100% auto;
  background-position: 0px 12px;
  z-index: 1;
}
table.compare_table th {
  background: #3CC0FF;
  color: #fff;
  padding: 10px 0px;
  font-size: 20px;
  line-height: 1;
}
.compare_table_logo {
  width: 30%;
}
.compare_table_logo img {
  width: 100%;
  height: auto;
}
table.compare_table td {
  padding: 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0px 1px 2px #fff;
  border-bottom: solid 1px #cdcdcd;
  position: relative;
}
table.compare_table .feature {
  text-align: left;
}
table.compare_table .more {
  text-align: center;
  padding: 5% 0 0;
}
table.compare_table .more a {
  color: #1D2655;
}
table.compare_table tr td:not(:last-child) {
  border-right: dotted 2px #cdcdcd;
}
table.compare_table tr td:not(:last-child):before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 15px;
  background: #fff;
  right: -2px;
  top: 0px;
}
table.compare_table tr td:not(:last-child):after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 15px;
  background: #fff;
  right: -2px;
  bottom: 0px;
}
table.compare_table tr th:nth-child(1) {
  width: 235px;
}
table.compare_table tr th:nth-child(2) {}
table.compare_table tr th:nth-child(3), table.compare_table tr td:nth-child(4) {
  min-width: 100px;
}
table.compare_table td.ev01 {
  background-image: url(../images/kg_compare_icon01.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
}
table.compare_table td.ev02 {
  background-image: url(../images/kg_compare_icon02.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
}
a.compare_table_logo_wrap {
  display: block;
  margin: 0 auto 5%;
}
table.compare_table tr td img.compare_table_logo {
  width: 90%;
  height: auto;
  display: block;
  margin: 5% auto;
}
a.compare_table_textlink {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 300px;
  background: #22C77F;
  text-align: center;
  box-shadow: 0 5px 0 #419A73;
  line-height: 1;
  width: 240px;
  padding: 5% 0;
  position: relative;
  overflow: hidden;
  margin: 0 0 5px;
  text-shadow: none;
}
a.compare_table_textlink:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  color: #ffffff;
  right: 7%;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
a.compare_table_textlink:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}
@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
span.compare_table_score {
  color: #1D2655;
  font-weight: normal;
  font-family: 'Anton', sans-serif, cursive;
  font-size: 3rem;
}
.compare_table_score_starimg{
  width: 75%;
  margin: 0 auto;
}
.compare_table_score_starimg li {
  display: inline-block;
  width: 25%;
}
span.compare_table_score:before {
  content: '★';
  color: #ffcc00;
}
a.compare_table_review {
  color: #3CC0FF;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}
a.compare_table_review:before {
  content: '\f4ad';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 0;
}
p.double_circle {
  font-size: 5rem;
  font-weight: bold;
  color: #E869A0;
  margin: -11% auto;
}
span.compare_table_color-red {
  font-size: 2rem;
  font-weight: 500;
  color: #1D2655;
  letter-spacing: 1;
}
span.compare_table_color-red span.__small{
    font-size: 20px;
}
ul.comparison_table_license_list li {
  font-size: 20px;
  width: calc(100% - 10px);
  border: solid 2px #E869A0;
  background: #FFEEEF;
  color: #E869A0;
  font-weight: bold;
  margin: 0 auto 4px;
  line-height: 1;
  padding: 6px 0;
  border-radius: 6px;
}
table.compare_table .ev_icon {
  width: 45%;
  margin: 0 auto;
}
table.compare_table .ev_icon img {
  width: 100%;
  height: auto;
}
ul.comparison_table_license_list li.__off {
  background: #eee;
  color: #999;
  border: solid 2px #999;
  font-weight: normal;
}
.compare_table_annotation {
  font-size: 20px;
  margin: 0 0 5%;
  color: #333;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}
.compare_table_annotation:before, .compare_table_annotation:after {
  position: absolute;
  bottom: 0;
  height: 20px;
  content: '';
}

.compare_table_annotation span.__yellow{
background: linear-gradient(transparent 50%, #ff6 50%);
}
}

table.compare_table td sup {
  vertical-align: top;
}
p.comparison_table_notice {
  color: #666;
  font-size: 1rem;
  margin: 2% auto;
}
ul.compare_table_occupation {
  display: inline-block;
  margin: 0 0 0 4px;
}
ul.compare_table_occupation li {
  font-size: 20px;
  text-align: left;
}
ul.compare_table_occupation li:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 20px;
  background-image: url(../images/nurse_comparison_workstyle_label_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -2px;
}
ul.compare_table_occupation li.__ocp02:before {
  background-image: url(../images/nurse_comparison_workstyle_label_icon02.png);
}
ul.compare_table_occupation li.__ocp03:before {
  background-image: url(../images/nurse_comparison_workstyle_label_icon03.png);
}
ul.compare_table_occupation li.__ocp04:before {
  background-image: url(../images/nurse_comparison_workstyle_label_icon04.png);
}
section.compare.__tab {
  padding: 0;
}
ul.comparison_table_contact_list {
  display: inline-block;
}
ul.comparison_table_contact_list li {
  text-align: left;
  font-size: 20px;
  position: relative;
  padding: 0 0 0 34px;
  line-height: 1.8;
}
ul.comparison_table_contact_list li:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/kg_compare_contact_listicon_tel.png);
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
ul.comparison_table_contact_list li.__mail:before {
  background-image: url(../images/kg_compare_contact_listicon_mail.png);
}
ul.comparison_table_contact_list li.__line:before {
  background-image: url(../images/kg_compare_contact_listicon_line.png);
}
ul.comparison_facility_list {}
ul.comparison_facility_list li {
  font-size: 20px;
  width: calc(100% - 10px);
  border: solid 2px #EE7918;
  background: #FCF0E7;
  color: #EE7918;
  font-weight: bold;
  margin: 0 auto 4px;
  line-height: 1;
  padding: 6px 0;
  border-radius: 6px;
  white-space: nowrap;
}
ul.comparison_facility_list span.__small {
  transform-origin: 35%;
  transform: scale(80%);
  display: block;
}
.compare_review ul li dl {
  width: 500p;
  display: inline-block;
  height: 185px;
  vertical-align: middle;
  margin: 0 auto;
  padding: 3% 5%;
  font-size: 1rem;
  border: solid 1px #D9D9D9;
  border-radius: 10px;
  text-align: left;
}
.compare_review dt {
  position: relative;
  padding: 0 0 1% 58px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 3;
  color: #1d2655;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position:left 0px center;
}

.compare_review ul li dd {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
}
/* slick */
.compare_review .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
.compare_review .sliderArea ul {
  width: 95%;
}
.compare_review .sliderArea.w300 {
  max-width: 300px;
}
.compare_review .slick-slide {
  width: 100%;
  margin: 0 5px;
}
.compare_review .slick-slide img {
  width: 100%;
  height: auto;
}
.compare_review .slick-prev, .slick-next {
  z-index: 1;
}
.compare_review .slick-prev:before, .slick-next:before {
  color: #000;
}
.compare_review .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.compare_review .slick-active {
  opacity: 1;
}
.compare_review .slick-current {
  opacity: 1;
}
.compare_review .thumb {
  margin: 20px 0 0;
}
.compare_review .thumb .slick-slide {
  cursor: pointer;
}
.compare_review .thumb .slick-slide:hover {
  opacity: .7;
}
.compare_review .slick-prev:before, .compare_review .slick-next:before {
  font-size: 1.6rem !important;
  opacity: 1 !important;
  color: #e869a0 !important;
}
span.__amount_baloon{
display: block;
font-size: 20px;
padding: 16px 0 0;
position: relative;
color: #E869A0;
line-height: 1.25;
}
span.__amount_baloon:before{
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f067";
color: #bbb;
top: -8px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}


@media screen and (max-width:768px) {
  section.compare {
    padding: 0 20px;
    margin: 0 0 60px;
  }
  .compare_table_wrap {
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
  table.compare_table {
    width: 100%;
  }
  table.compare_table th {
    padding: 10px 0px;
    font-size: 20px;
    line-height: 1;
  }
  .compare_table_logo {
    width: 30%;
  }
  .compare_table_logo img {
    width: 100%;
    height: auto;
  }
  table.compare_table td {
    padding: 10px;
    font-size: 1rem;
  }
  table.compare_table .more {
    text-align: center;
    padding: 5% 0 0;
  }
  table.compare_table tr td:not(:last-child):before {
    width: 2px;
    height: 15px;
    right: -2px;
    top: 0px;
  }
  table.compare_table tr td:not(:last-child):after {
    width: 2px;
    height: 15px;
    right: -2px;
    bottom: 0px;
  }
  table.compare_table tr th:nth-child(1) {
    width: 284px;
  }
  table.compare_table tr th:nth-child(2) {}
  table.compare_table tr th:nth-child(3), table.compare_table tr td:nth-child(4) {
    min-width: 100px;
  }
  a.compare_table_logo_wrap {
    margin: 0 auto 8%;
  }
  table.compare_table tr td img.compare_table_logo {
    width: 95%;
    margin: 5% auto;
  }
  a.compare_table_textlink {
    display: inline-block;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 300px;
    background: #22C77F;
    text-align: center;
    box-shadow: 0 5px 0 #419A73;
    line-height: 1;
    width: 240px;
    padding: 5% 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 5px;
    text-shadow: none;
  }
  a.compare_table_textlink:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    color: #ffffff;
    right: 7%;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  a.compare_table_textlink:after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 2s ease-in-out infinite;
  }
  @keyframes reflect {
    0% {
      transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  @-webkit-keyframes reflect {
    0% {
      transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  span.compare_table_score {
    color: #1D2655;
    font-weight: normal;
    font-family: 'Anton', sans-serif, cursive;
    font-size: 3rem;
  }
  .compare_table_score_starimg li {
    display: inline-block;
    width: 25%;
  }
  span.compare_table_score:before {
    content: '★';
    color: #ffcc00;
  }
  a.compare_table_review {
    color: #3CC0FF;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
  }
  a.compare_table_review:before {
    content: '\f4ad';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 5px 0 0;
  }
  p.double_circle {
    font-size: 5rem;
    font-weight: bold;
    color: #E869A0;
    margin: -11% auto;
  }
  span.compare_table_color-red {
    font-size: 2rem;
    font-weight: 500;
    color: #1D2655;
    letter-spacing: 1;
  }
  ul.comparison_table_license_list li {
    font-size: 20px;
    width: calc(100% - 10px);
    border: solid 2px #E869A0;
    background: #FFEEEF;
    color: #E869A0;
    font-weight: bold;
    margin: 0 auto 4px;
    line-height: 1;
    padding: 6px 0;
    border-radius: 6px;
  }
  table.compare_table .ev_icon {
    width: 60%;
    margin: 0 auto 3%;
  }
  table.compare_table .ev_icon img {
    width: 100%;
    height: auto;
  }
  ul.comparison_table_license_list li.__off {
    background: #eee;
    color: #999;
    border: solid 2px #999;
    font-weight: normal;
  }
  .compare_table_annotation {
    font-size: 20px;
    margin: 0 0 5%;
    color: #333;
    font-weight: bold;
    display: inline-block;
    position: relative;
    line-height: 1.2;
  }
  .compare_table_annotation:before, .compare_table_annotation:after {
    position: absolute;
    bottom: 0;
    height: 20px;
    content: '';
  }
  table.compare_table td sup {
    vertical-align: top;
  }
  p.comparison_table_notice {
    color: #666;
    font-size: 0.6rem;
    margin: 2% 3%;
  }
  ul.compare_table_occupation {
    display: inline-block;
    margin: 0 0 0 4px;
  }
  ul.compare_table_occupation li {
    font-size: 20px;
    text-align: left;
  }
  ul.compare_table_occupation li:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 20px;
    background-image: url(../images/nurse_comparison_workstyle_label_icon01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: -2px;
  }
  ul.compare_table_occupation li.__ocp02:before {
    background-image: url(../images/nurse_comparison_workstyle_label_icon02.png);
  }
  ul.compare_table_occupation li.__ocp03:before {
    background-image: url(../images/nurse_comparison_workstyle_label_icon03.png);
  }
  ul.compare_table_occupation li.__ocp04:before {
    background-image: url(../images/nurse_comparison_workstyle_label_icon04.png);
  }
  section.compare.__tab {
    padding: 0;
  }
  ul.comparison_table_contact_list {
    display: inline-block;
  }
  ul.comparison_table_contact_list li {
    text-align: left;
    font-size: 20px;
    position: relative;
    padding: 0 0 0 34px;
    line-height: 1.8;
  }
  ul.comparison_table_contact_list li:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/kg_compare_contact_listicon_tel.png);
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  ul.comparison_table_contact_list li.__mail:before {
    background-image: url(../images/kg_compare_contact_listicon_mail.png);
  }
  ul.comparison_table_contact_list li.__line:before {
    background-image: url(../images/kg_compare_contact_listicon_line.png);
  }
  ul.comparison_facility_list {}
  ul.comparison_facility_list li {
    font-size: 20px;
    width: calc(100% - 10px);
    border: solid 2px #EE7918;
    background: #FCF0E7;
    color: #EE7918;
    font-weight: bold;
    margin: 0 auto 4px;
    line-height: 1;
    padding: 6px 0;
    border-radius: 6px;
    white-space: nowrap;
  }
  ul.comparison_facility_list span.__small {
    transform-origin: 35%;
    transform: scale(80%);
    display: block;
  }
  .compare_review ul li dl {
    width: 100%;
    display: inline-block;
    height: 140px;
    vertical-align: middle;
    margin: 0 auto;
    padding: 3% 5%;
    font-size: 1rem;
    border: solid 1px #D9D9D9;
    border-radius: 10px;
    text-align: left;
  }
  .compare_review dt {
    position: relative;
    padding: 0 0 1% 42px;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 3;
    color: #1d2655;
    background-size: 36px 36px;
  }
  .compare_review ul li dd {
    font-size: 12px;
    font-size: 0.7rem;
    line-height: 1.4;
    font-weight: normal;
    text-align: left;
  }
  /* slick */
  .compare_review .sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .compare_review .sliderArea ul {
    width: 100%;
  }
  .compare_review .sliderArea.w300 {
    max-width: 300px;
  }
  .compare_review .slick-slide {
    width: 100%;
    margin: 0 5px;
  }
  .compare_review .slick-slide img {
    width: 100%;
    height: auto;
  }
  .compare_review .slick-prev, .slick-next {
    z-index: 1;
  }
  .compare_review .slick-prev:before, .slick-next:before {
    color: #000;
  }
  .compare_review .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  .compare_review .slick-active {
    opacity: 1;
  }
  .compare_review .slick-current {
    opacity: 1;
  }
  .compare_review .thumb {
    margin: 20px 0 0;
  }
  .compare_review .thumb .slick-slide {
    cursor: pointer;
  }
  .compare_review .thumb .slick-slide:hover {
    opacity: .7;
  }
  .compare_review .slick-prev:before, .compare_review .slick-next:before {
    position: absolute;
    font-size: 1.6rem !important;
    opacity: 1 !important;
    color: #e869a0 !important;
    top: 5%;
  }
  .compare_review .slick-prev:before {
    left: 65% !important;
  }
  .compare_review .slick-next:before {
    right: 65% !important;
  }
  span.__amount_baloon{
    font-size: 12px;
    padding: 8px 0 0;
}
span.__amount_baloon:before{
    top: -4px;
}
}
/*tab_compare
---------------------------------------------------------------------------*/
.tab_compare_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  align-items: flex-end;
}
.tab_compare_wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #E869A0;
  display: block;
  order: -1;
}
.tab_compare_label {
  color: White;
  background: #bbb;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  white-space: nowrap;
  text-align: center;
  padding: 10px 0;
  order: -1;
  position: relative;
  z-index: 0;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  flex: 1;
}
.tab_compare_label:not(:last-of-type) {
  margin-right: 10px;
}
.tab_compare_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab_compare_switch:checked + .tab_compare_label {
  background: #E869A0;
  font-size: 1rem;
  padding: 20px 0 10px;
}
.tab_compare_switch:checked + .tab_compare_label + .tab_compare_content {
  height: auto;
  overflow: auto;
  padding: 20px;
  opacity: 1;
  transition: .5s opacity;
  background: #E869A0;
  border-radius: 0 0 0 0;
}
/* ラジオボタン非表示 */
.tab_compare_switch {
  display: none;
}
.tab_compare_content table.compare_table th {
  background: #FFFAE0;
  color: #1D2655;
  border-right: solid 2px #ddd;
}
.tab_compare_content table.compare_table tr th:last-child {
  border-right: none;
}
.tab_compare_content span.compare_table_score:before {
  content: '';
}
img.compare_table_score_starimg {
  display: block;
  width: calc(100% - 8px);
  margin: 0 auto 6px;
}
/*feature-ouen
---------------------------------------------------------------------------*/
section.feature-ouen {
  padding: 0 20px;
  margin: 0 0 60px;
}
h2.feature-ouen_h2 {
  display: block;
  width: 100%;
  position: relative;
  height: 60px;
  line-height: 1;
  text-align: center;
  padding: 10px 0px;
  font-size: 40px;
  background: #91DCFF;
  color: #FFF;
  box-sizing: border-box;
  text-shadow: 0 1px 1px #3CC0FF;
  margin: 0 0 20px;
}
h2.feature-ouen_h2:before, h2.feature-ouen_h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
h2.feature-ouen_h2:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
h2.feature-ouen_h2:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
li.feature-ouen_point {
  position: relative;
  padding: 30px 140px 20px 20px;
  border-radius: 20px;
  background: #FFEEEF;
  margin: 0 0 42px;
  min-height: 160px;
}
li.feature-ouen_point:first-child {
  margin: 42px 0 42px;
}
li.feature-ouen_point:last-child {
  margin: 0 0 0;
}
h4.feature-ouen_point_h4 {
  position: absolute;
  display: inline-block;
  padding: 10px;
  line-height: 1;
  background: #E869A0;
  border-radius: 100px;
  color: #fff;
  top: -22px;
}
img.feature-ouen_point_image {
  position: absolute;
  right: 20px;
  top: 20px;
}
h3.feature-ouen_point_h3 {
  font-size: 36px;
}
/*post
---------------------------------------------------------------------------*/
section.post {
  padding: 0 0;
  margin: 0 0 60px;
}
h2.post_h2 {
  padding: 20px;
  line-height: 1.2;
  font-size: 40px;
  color: #fff;
  background: linear-gradient(to right, #2d85ed, #33ccff);
  margin: 0 0px 20px;
  border-radius: 4px;
}
span.post_h2_subtitle {
  font-size: 20px;
}
.post_date {
  color: #666666;
  font-size: 20px;
  text-align: right;
  margin-bottom: 20px;
}
.post_date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 4px;
  color: #ccc;
}
p.post_desciption {
  font-size: 24px;
  margin: 0 0 40px;
}
h3.post_h3 {
  color: #444;
  padding: 0 0 10px;
  margin: 0px 0px 20px;
  font-size: 32px;
  position: relative;
  border-bottom: 6px solid #2d85ed;
}
h3.post_h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #33ccff;
}
h4.post_h4 {
  font-size: 24px;
  margin: 0 0 20px;
  padding: 8px 8px;
  color: #494949;
  background: transparent;
  border-left: solid 6px #2d85ed;
}
h2.post_h2_list {
  text-align: center;
  background: linear-gradient(to right, #2d85ed, #33ccff);
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  padding: 30px;
  margin: 0 0 40px;
}
span.post_h2_list_subtitle {
  display: block;
  font-size: 20px;
}
h3.post_h3_list {
  font-size: 32px;
  border-left: solid 6px #2d85ed;
  line-height: 1;
  padding: 0 0 0 10px;
  margin: 0 0 20px;
}
ul.post_list {
  padding: 0 20px;
  margin: 0 0 40px;
}
ul.post_list li {
  margin: 0 0 20px;
}
ul.post_list a {
  color: #444;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
ul.post_list a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #2d85ed;
  margin: 0 8px 0 0;
}
/*column_menu
---------------------------------------------------------------------------*/
section.column_menu {
  padding: 0 20px;
  margin: 0 0 60px;
}
ul.column_menu_list {
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  border: solid 2px #ccc;
}
ul.column_menu_list a {
  text-decoration: none;
  color: #444;
  font-size: 24px;
  display: block;
  position: relative;
}
ul.column_menu_list a:not(:last-child):before {
  position: absolute;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  left: 20px;
  color: #ccc;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
ul.column_menu_list a:not(:last-child):after {
  position: absolute;
  display: block;
  content: '';
  background: #ccc;
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
  bottom: 0px;
}
ul.column_menu_list li {
  padding: 20px 20px 20px 40px;
}
ul.column_menu_list a:last-child {
  font-size: 16px;
  text-align: center;
  background: #FFEEEF;
  font-weight: bold;
}
ul.column_menu_list a:last-child li {
  padding: 10px 10px;
  border-top: solid 1px #ccc;
}
ul.column_menu_list a:last-child li i {
  margin: 0 0 0 5px;
}
/*redirect
---------------------------------------------------------------------------*/
section.redirect {
  text-align: center;
  padding: 20px 20px 40px;
}
img.redirect_loading {
  width: 100px;
}
.redirect_message {
  font-size: 36px;
  margin: 0 0 20px;
}
.redirect_box {
  padding: 40px;
  border: solid 2px #ccc;
  border-radius: 10px;
  background: #fff;
}
.redirect_box_copy {
  color: #E869A0;
  font-weight: bold;
  margin: 0 0 20px;
}
p.redirect_box_notice {
  font-size: 24px;
  padding: 20px;
  background: #FFEEEF;
  border-radius: 10px;
}
/*kiji lp
---------------------------------------------------------------------------*/
section.kiji {
  padding: 20px 20px;
  background: #f4f4f4;
  margin: 0 0 40px;
}
.kiji_fv {
  width: 100%;
  height: 310px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 20px;
  border-radius: 20px;
}
.kiji_fv_text01 {
  position: absolute;
  top: 110px;
  left: 40px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.8);
  font-size: 40px;
  padding: 15px;
  border-radius: 6px;
  font-weight: bold;
  color: #222;
}
.kiji_fv_text02 {
  position: absolute;
  top: 190px;
  left: 40px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.8);
  font-size: 40px;
  padding: 15px;
  border-radius: 6px;
  font-weight: bold;
  color: #222;
}
.kiji_fv_text {
  position: absolute;
  top: 80px;
  left: 20px;
  line-height: 1.8;
}
span.__bgwhite {
  background: rgba(255, 255, 255, 0.8);
  font-size: 40px;
  font-weight: bold;
}
.kiji_inner {
  background: #fff;
  padding: 20px 0;
  border-radius: 20px;
}
.lp_index_wrap {
  padding: 0 20px 0;
  margin: 0 0 40px;
}
ol.lp_index {
  display: inline-block;
  position: relative;
  padding: 56px 20px 20px 56px;
  border: solid 2px #9F9184;
}
ol.lp_index li {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: bold;
}
.lp_index_label {
  position: absolute;
  top: 0;
  left: 0;
  background: #9F9184;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  font-size: 24px;
}
h2.lp_h2_02 {
  border-left: solid 8px #40B4E5;
  padding: 20px;
  font-size: 40px;
  background: #E3F4FB;
  margin: 40px 0 20px;
}
h3.lp_h3_02 {
  font-size: 32px;
  padding: 10px 20px;
  width: calc(100% - 40px);
  margin: 40px auto 20px;
  border-left: solid 6px #40B4E5;
  border-bottom: solid 1px #40B4E5;
}
p.lp_p {
  font-size: 28px;
  width: calc(100% - 40px);
  margin: 0 auto 40px;
}
p.lp_p span.__yellow, .lp_top_baloon span.__yellow {
  background: linear-gradient(transparent 60%, #ffff99 60%);
  font-weight: bold;
}
p.lp_p span.__green, .lp_top_baloon span.__green {
  color: #00a57b;
  font-weight: bold;
}
p.lp_p span.__red, .lp_top_baloon span.__red {
  color: #C9002D;
  font-weight: bold;
}
p.lp_p span.__bigger {
  font-size: 130%;
}
img.lp_images {
  width: calc(100% - 40px);
  margin: 0 auto 40px;
  display: block;
}
.lp_images_with_areatext {
  position: relative;
  padding: 0 20px;
  margin: 0 0 40px;
}
.lp_images_with_areatext img.lp_images {
  width: 100%;
  margin: 0;
}
p.lp_images_with_areatext_text {
  position: absolute;
  top: 182px;
  font-size: 28px;
  left: 116px;
  font-weight: bold;
}
a.lp_sitelinkbutton {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #FF8650;
  color: #fff;
  line-height: 1;
  padding: 30px 0px;
  border-radius: 50px;
  box-shadow: 0px 8px 0px #DA4E0F;
  margin: 0 auto 8px;
  width: 520px;
  position: relative;
  overflow: hidden;
}
.lp_sitelinkbutton_baloon {
  font-size: 24px;
  position: relative;
  font-weight: bold;
}
.lp_sitelinkbutton_baloon:before, .lp_sitelinkbutton_baloon:after {
  display: inline-block;
  width: 18px;
  height: 36px;
  content: '';
  background-image: url(../images/mycard_pickup_h3_before.png);
  background-size: contain;
  vertical-align: bottom;
  margin: 0 20px 0 0;
}
.lp_sitelinkbutton_baloon:after {
  background-image: url(../images/mycard_pickup_h3_after.png);
  margin: 0 0 0 20px;
}
ul.lp_list_check01 {
  font-size: 28px;
  padding: 65px 30px 30px;
  margin: 0 auto 40px;
  width: calc(100% - 40px);
  background: #FAEBEE;
  border: solid 2px #c90e38;
  font-weight: bold;
  position: relative;
}
.lp_list_check01_label {
  position: absolute;
  font-size: 24px;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background: #c90e38;
}
ul.lp_list_check01 li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #c90e38;
  margin: 0 10px 0 0;
}
ul.lp_list_check02 {
  font-size: 28px;
  display: inline-block;
  margin: 0 0 20px 20px;
  font-weight: bold;
}
ul.lp_list_check02 li:before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00B284;
  margin: 0 10px 0 0;
}
.lp_comment_baloon {
  border-radius: 20px;
  padding: 20px;
  font-size: 24px;
  width: 460px;
  margin: 0 auto 30px 20px;
  background: #FFEBBF;
  font-weight: bold;
  position: relative;
}
.lp_comment_baloon:after {
  position: absolute;
  display: inline-block;
  width: 84px;
  height: 60px;
  content: '';
  background-image: url(../images/mycard_lp_comennt_baloon_after01.png);
  bottom: -44px;
  left: 0px;
}
.lp_comment_baloon:nth-child(odd) {
  background: #FFD3BF;
  margin: 0 20px 30px auto;
}
.lp_comment_baloon:nth-child(odd):after {
  background-image: url(../images/mycard_lp_comennt_baloon_after02.png);
  left: auto;
  right: 0;
}
.lp_comment_baloon:nth-child(even) {
  margin-bottom: 60px;
}
.lp_top_baloon {
  display: flex;
  padding: 0 20px;
  align-items: flex-start;
  margin: 0 0 20px;
}
img.lp_top_baloon_icon {
  width: 120px;
  border-radius: 100px;
  border: solid 4px #E869A0;
  margin: 0 20px 0 0;
}
.lp_top_baloon_comment {
  font-size: 24px;
  position: relative;
  border: solid 4px #E869A0;
  border-radius: 20px;
  padding: 20px;
}
.lp_top_baloon_comment:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -24px;
  top: 40px;
  border-right: 20px solid #E869A0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.lp_top_baloon_comment:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -19px;
  top: 40px;
  border-right: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.lp_top_baloon.__baloon02 {
  margin: 0 0 40px;
}
.lp_top_baloon.__baloon02 img.lp_top_baloon_icon {
  margin: 0 0 0 20px;
  border: solid 4px #7ECCEE;
}
.lp_top_baloon.__baloon02 .lp_top_baloon_comment {
  border: solid 4px #7ECCEE;
}
.lp_top_baloon.__baloon02 .lp_top_baloon_comment:before {
  left: auto;
  right: -24px;
  border-right: none;
  border-left: 20px solid #7ECCEE;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.lp_top_baloon.__baloon02 .lp_top_baloon_comment:after {
  left: auto;
  right: -19px;
  border-right: none;
  border-left: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
table.lp_table_amount {
  width: calc(100% - 40px);
  margin: 0 auto 10px;
  font-size: 24px;
  border-collapse: collapse;
  text-align: center;
}
table.lp_table_amount th, table.lp_table_amount td {
  border: solid 1px #ccc;
}
table.lp_table_amount th {
  padding: 10px 0;
  background: #eee;
}
table.lp_table_amount td {
  font-size: 28px;
  padding: 20px 0;
}
img.lp_table_amount_images {
  width: 256px;
}
a.lp_table_amount_images_wrap {
  display: block;
}
a.lp_table_amount_textlink {
  position: relative;
}
a.lp_table_amount_textlink:after {
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
table.lp_table_amount tr:nth-child(2) td:nth-child(2), table.lp_table_amount tr:nth-child(3) td:nth-child(2) {
  font-size: 32px;
}
p.lp_table_notice {
  width: calc(100% - 40px);
  margin: 0 auto 40px;
  font-size: 24px;
  color: #666;
}
span.__color01 {
  color: #E869A0;
  font-weight: bold;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 140%;
}
span.__color02 {
  font-weight: bold;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 120%;
}
h4.lp_h4 {
  font-size: 28px;
  background: #40B4E5;
  color: #fff;
  display: inline-block;
  padding: 16px 20px;
  line-height: 1;
  border-radius: 100px;
  margin: 0 0 20px;
}
.lp_ranking_container {
  padding: 0 20px;
  margin: 0 0 40px;
}
.lp_pickup {
  width: calc(100% - 40px);
  margin: 0 auto 40px;
}
.lp_pickup_item {
  display: flex;
  border: solid 2px #ccc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
  margin: 0 0 20px;
}
.lp_pickup_item:last-child {
  margin: 0;
}
img.lp_pickup_item_banner {
  width: 200px;
}
a.lp_pickup_item_banner_wrap {
  display: block;
  margin: 0 20px 0 0;
}
.lp_pickup_item_spec_service {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px;
}
p.lp_pickup_item_spec_description {
  font-size: 24px;
  margin: 0 0 10px;
}
table.lp_pickup_item_spec_table {
  font-size: 24px;
  margin: 0 0 10px;
}
table.lp_pickup_item_spec_table th, table.lp_pickup_item_spec_table td {
  line-height: 1;
}
table.lp_pickup_item_spec_table th {
  padding: 5px 10px 8px;
  border: solid 2px #ccc;
  background: #f5f5f5;
  color: #444;
  border-radius: 6px;
  font-size: 22px;
}
table.lp_pickup_item_spec_table span.__amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 120%;
  color: #E869A0;
}
a.lp_pickup_item_spec_linkbutton {
  display: block;
  text-align: center;
  margin: 0 auto 0;
  width: 100%;
  background: #22C77F;
  box-shadow: 0 5px 0 #419a73;
  line-height: 1;
  padding: 25px 0;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  font-size: 28px;
  position: relative;
  overflow: hidden;
}
.lp_ranking_container h3.ranking_item_header_h3 {
  padding: 0;
}
ul.lp_point_list {
  padding: 20px;
}
ul.lp_point_list li {
  padding: 20px;
  display: flex;
  border: solid 2px #317ead;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
}
ul.lp_point_list li:not(:last-child) {
  margin: 0 0 20px;
}
img.lp_point_list_item_icon {
  width: 100px;
  height: 100px;
  margin: 0 20px 0 0;
}
.lp_point_list_item_title {
  font-size: 36px;
  font-weight: bold;
  color: #C9002D;
  line-height: 1;
  margin: 0 0 10px;
}
/*month
---------------------------------------------------------------------------*/
section.month {
  padding: 0 20px;
  margin: 90px 0 60px;
}
.month_box {
  position: relative;
  padding: 50px 32px 32px;
  background: #F2F0EF;
  margin: 0 0 20px;
}
h2.month_h2 {
  display: block;
  position: absolute;
  width: 408px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0px 20px;
  font-size: 32px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-image: url(../images/kg_month_h2_bgimage.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.month_title {
  font-size: 40px;
  text-align: center;
  margin: 0 0 20px;
  font-weight: bold;
}
p.month_description {
  font-size: 28px;
}
section.month span.__yellow {
  background: linear-gradient(transparent 40%, #FFFFB6 40%);
}
section.month span.__red {
  color: #E869A0;
}
.month_comment {
  display: flex;
  align-items: flex-start;
}
img.month_comment_image {
  width: 180px;
  height: 190px;
  margin: 0 20px 0 0;
}
p.month_comment_text {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 20px 20px;
  border: solid 4px #E869A0;
  border-radius: 20px;
  position: relative;
}
span.month_comment_text_title {
  position: absolute;
  display: inline-block;
  line-height: 1;
  padding: 0px 20px;
  font-size: 32px;
  font-family: 'Anton', sans-serif, cursive;
  font-weight: normal;
  color: #E869A0;
  background: #fff;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/*modal
----------------------------------------------------------------------*/
.modal_link {
  cursor: pointer;
  font-size: 20px;
  color: #13B2FF;
}
.modal_link:visited {
  color: #156C98;
}
.modal_link:before {
  content: '\f4ad';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 0;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 620px;
  background: #F2F0EF;
  padding: 20px;
  z-index: 12;
}
a.js-modal-open {
  font-weight: bold;
  font-size: 20px;
}
.js-modal-close-link {
  float: right;
  text-decoration: none;
  font-size: 24px;
  color: #204A6C;
  cursor: pointer;
}
.js-modal-close-link:before {
  content: '\f057';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px;
  0 0;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.modal_header {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  margin: 0 0 20px;
  border: solid 2px #EAE9E9;
}
.modal_header01 {
  text-align: center;
  margin: 0 10px 0 0;
  width: calc(100% - 330px)
}
a.modal_header_logo_wrap {
  display: block;
  width: 100%;
}
img.modal_header_logo {
  width: 100%;
}
a.modal_header_textlink {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
a.modal_header_textlink:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  margin: 0 0 0 4px;
}
.modal_header02 {}
table.modal_header_table {
  border-collapse: collapse;
}
table.modal_header_table th, table.modal_header_table td {
  line-height: 1.25;
  padding: 8px 0;
  text-align: center;
  font-size: 20px;
}
table.modal_header_table th {
  width: 90px;
  color: #777;
  border-bottom: dotted 2px #ccc;
  white-space: nowrap;
}
table.modal_header_table td {
  padding: 8px 0;
  border-bottom: dotted 2px #ccc;
  width: 220px;
  font-weight: bold;
}
img.modal_header_star {
  width: 110px;
}
table.modal_header_table span.__score {
  font-weight: normal;
  font-family: 'Anton', sans-serif, cursive;
  font-size: 22px;
  color: #E869A0;
}
ul.__worktime_list {
  display: flex;
  transform: scale(90%);
}
ul.__worktime_list li {
  font-size: 20px;
  width: calc((100% - 8px)/3);
  border: solid 2px #E869A0;
  background: #FFEEEF;
  color: #E869A0;
  font-weight: bold;
  margin: 0 auto 4px;
  line-height: 1;
  padding: 6px 0;
  border-radius: 6px;
}
ul.__worktime_list li.__off {
  background: #eee;
  color: #999;
  border: solid 2px #999;
  font-weight: normal;
}
ul.modal_review_wrap {
  padding: 20px;
  background: #fff;
  height: 55vh;
  overflow-y: scroll;
  margin: 0 0 8px;
  border: solid 2px #EAE9E9;
}
li.modal_review_item {
  position: relative;
}
ul.modal_review_wrap li.modal_review_item:not(:last-child) {
  margin: 0 0 20px;
  padding: 0 0 20px;
}
ul.modal_review_wrap li.modal_review_item:not(:last-child):after {
  position: absolute;
  display: block;
  content: '';
  background: #eee;
  height: 2px;
  width: calc(100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.modal_review_item__profile {
  padding: 0 0 10px 84px;
  position: relative;
  font-size: 24px;
}
.modal_review_item__profile:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(../images/kg_ranking_item_review-icon.png);
  left: 0;
  background-repeat: no-repeat;
}
.modal_review_item__profile_title {
  line-height: 1.25;
  font-weight: bold;
  color: #FF7C82;
}
.modal_review_item__profile_detail {
  display: flex;
  align-items: center;
}
h3.modal_h3 {
  text-align: center;
  color: #666;
  margin: 0 0 10px;
  font-size: 30px;
}
h3.modal_h3:before, h3.modal_h3:after {
  content: '-';
  margin: 0 6px;
}
p.modal_review_notice {
  font-size: 20px;
  color: #666;
}
/*floating_banner
---------------------------------------------------------------------------*/
.floating-bnr.bnr01 {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 690px;
  max-width: 90vw;
  height: auto;
  z-index: 9999;
  padding: 24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #fff;
  border: solid 2px #ccc;
  background: #FCFDEA;
}
.floating-bnr a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.bnr_close {
  background-color: #777;
  border: none;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  width: 42px;
  height: 42px;
  position: absolute;
  right: -18px;
  top: -18px;
}
.fa-xmark {
  position: relative;
}
.fa-xmark:before {
  position: absolute;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.floating-bnr_inner {
  display: flex;
}
img.__bnr_icon {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  margin: 0 32px 0 0
}
.__bnr_title {
  font-size: 30px;
  font-weight: bold;
}
i.__horn_icon {
  width: calc(24px*1.6);
  height: 24px;
  content: '';
  background-image: url(../images/kg_floating_bnr_title_hornicon.png);
  display: inline-block;
  background-size: contain;
  margin: 0 8px 0 0;
}
a.__bnr_textlink {
  line-height: 1;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 28px;
  color: #E869A0;
}
a.__bnr_textlink i.fa-angle-double-right {
  margin: 0 4px 0 0;
}
span.__bnr_newlabel {
  position: absolute;
  font-size: 20px;
  color: #fff;
  background: #E869A0;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  left: 4px;
  top: 4px;
  transform: scale(90%);
}
/*画面幅～750px
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
  body {
    font-size: 14px;
  }
}
  /*コンテンツ
---------------------------------------------------------------------------*/
  #contents {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .inner {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  /*_new
---------------------------------------------------------------------------*/
  header {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
  }
  .tablesorter-default {
    font-size: 10px;
  }
  #search.search-result {
    margin: 0 0 5px;
  }
  /*nav
---------------------------------------------------------------------------*/
  .hamburger-menu {
    width: 38px;
    height: 34px
  }
  .hamburger-menu__line {
    height: 3px;
  }
  .hamburger-menu__line:before {
    transform: translateY(-12px);
    height: 3px;
  }
  .hamburger-menu__line:after {
    transform: translateY(12px);
    height: 3px;
  }
  .nav-sp {
    width: 50vw;
    right: -50vw;
    padding: 60px 0px 0px;
  }
  header .btn-wrap a {
    font-size: 12px;
    padding: 0 5px 15px 10px;
    font-weight: bold;
  }
  header .btn-wrap a i {
    margin: 0 10px 0 0;
  }
  .header-wrap {
    padding: 10px 0px;
  }
  #question {
    padding: 0px 10px;
    margin: 0 0 30px;
  }
  #question h2 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  #question .title {
    font-size: 14px;
    padding: 10px 10px 10px 35px;
  }
  #question .title::before {
    left: 10px;
  }
  #question .title::after {
    left: 10px;
  }
  #question .box {
    padding: 10px;
  }
  #question .box p {
    font-size: 12px;
  }
  #search {
    position: relative;
  }
  section.result #search {
    position: relative;
    top: 0px;
    padding: 20px 20px 0px;
  }
  section.result #search .form-wrap {
    margin: 0 0 10px;
    ;
    padding: 0;
  }
  #search .form-wrap {
    padding: 0px 10px;
    margin: 0 0 20px;
  }
  #search h2 {
    font-size: 14px;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 0px;
  }
  #search .form-wrap form {
    padding: 15px;
    border-radius: 0 0 10px 10px;
    width: calc(100vw - 40px);
  }
  #search select {
    padding: 10px 10px 10px 150px;
    font-size: 14px;
    margin: 0 0 10px;
  }
  #search .select-wrap {
    margin: 0 0 10px;
  }
  #search .select-wrap:last-child {
    margin: 0;
  }
  #search .select-wrap:before {
    left: 15px;
    font-size: 12px;
    top: 20px;
  }
  .acd-check:checked + .acd-label + .acd-content {
    padding: 10px 0;
    height: 140px;
  }
  .acd-label {
    margin: 10px auto 0px;
  }
  .acd-content table td {
    font-size: 12px;
    padding: 10px;
  }
  #search input[type="submit"] {
    font-size: 14px;
    height: 40;
    margin: 10px auto 0px;
    height: 35px;
  }
  .svg-inline--fa.fa-w-18.path {
    color: #000;
  }
  /*fv
----------------------------------------------------------------------*/
  .fv_03_looplogo {
    height: 40px;
    width: 100vw;
    margin: 0 0 10px;
  }
  img.fv_03_looplogo_images {}
  section.fv.fv_03 .tab02-wrap {
    margin: 10px 0 0;
  }
  img.fv_compare_h2image {
    width: calc(100% - 40px);
    margin: 0 auto 10px;
  }
  /*hv
---------------------------------------------------------------------------*/
  section.hv {
    margin: 0 0 20px;
  }
  img.hv_image {
    width: 100%;
  }
  .hv_annotation_box {
    margin: 10px auto 10px;
    width: calc(100vw - 20px);
    padding: 10px;
    border: solid 2px #E869A0;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 8px 8px;
    background-repeat: repeat;
    background-position: center center;
  }
  p.hv_annotation_description {
    font-size: 12px;
  }
  .fv_pr {
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    color: #777;
    right: 8px;
    top: 348px;
    line-height: 1;    
    text-shadow: 1px 1px 0 rgba( 255, 255, 255, 0.85 ), 1px 0px 0 rgba( 255, 255, 255, 0.85 ), 0px 1px 0 rgba( 255, 255, 255, 0.85 ), 0px -1px 0 rgba( 255, 255, 255, 0.85 ), -1px 0px 0 rgba( 255, 255, 255, 0.85 ), -1px 1px 0 rgba( 255, 255, 255, 0.85 ), 1px -1px 0 rgba( 255, 255, 255, 0.85 ), -1px -1px 0 rgba( 255, 255, 255, 0.85 );
  }
  
  .fv_pr.__fv_03{
  top: 348px;

  }
  
  
  /*ranking
----------------------------------------------------------------------*/
  section.ranking {
    padding: 0 10px;
    margin: 9% 0 20px;
  }
  h2.ranking_h2 {
    height: 155px;
    font-size: 1.2rem;
    padding: 0;
    margin: 0 auto;
  }
  .ranking_h2_subtitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px;
  }
  .ranking_h2_subtitle:before {
    width: 9px;
    height: 18px;
    vertical-align: -5px;
    margin: 0 5px 0 0;
  }
  .ranking_h2_subtitle:after {
    width: 9px;
    height: 18px;
    vertical-align: -3px;
    margin: 0 0 0 5px;
  }
  .ranking_item_header_rank {
    background: url(../images/kg_ranking-item_rank-icon04-05.png);
    content: '';
    background-size: cover;
    width: 36px;
    height: 42px;
    top: -10px;
    left: 10px;
    font-size: 22px;
    padding: 5px 0 0;
  }
  .ranking_item_header_rank {
    width: 14%;
    top: -0.6%;
    left: 5%;
    background: url(../images/kg_ranking-item_rank-icon01.png);
    background-size: cover;
  }
  .ranking_item.ranking_item__rank02 .ranking_item_header_rank {
    background: url(../images/kg_ranking-item_rank-icon02.png);
    background-size: cover;
  }
  .ranking_item.ranking_item__rank03 .ranking_item_header_rank {
    background: url(../images/kg_ranking-item_rank-icon03.png);
    background-size: cover;
  }
  .ranking_item_header {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 2px #ccc;
    padding: 3% 0 5% 2%;
    margin: 0 0 10px;
  }
  .ranking_item_header_score span.color-gold {}
  .ranking_item_header_score span.color-gray {}
  .ranking_item_header_score span.color-score {}
  .ranking_item_spec01 {
    margin: 0 0 10px;
  }
  img.ranking_item_banner {
    width: 100%;
    height: auto;
  }
  a.ranking_item_banner_wrap {
    margin: 0 10px 0 0;
  }
  .ranking_item_spec01_right {}
  .ranking_item_spec01_area__label, .ranking_item_spec01_amount__label {
    border-radius: 5px 5px 0 0;
    padding: 5px 0;
    font-size: 12px;
  }
  .ranking_item_spec01_area__cont, .ranking_item_spec01_amount__cont {
    border-radius: 0 0 5px 5px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .ranking_item_spec01_area__cont, .ranking_item_spec01_amount__cont sup{
  font-size: 10px;
  }
  .ranking_item_spec02_workstyle__label, .ranking_item_spec01_aaa__label {
    top: -8px;
    padding: 0 5px;
    font-size: 14px;
  }
  .ranking_item_spec02_workstyle__box, .ranking_item_spec01_aaa__box {
    border: solid 2px #E869A0;
    padding: 10px 5px 10px;
    font-size: 14px;
    margin: 0 0 20px;
    border-radius: 5px;
  }
  .ranking_item_spec02_workstyle__box ul {}
  .ranking_item_spec02_workstyle__box ul li {
    flex-basis: calc(25% - 5px);
    padding: 8px 0px;
    line-height: 1;
    border-radius: 100px;
    color: #E869A0;
    margin: 0 5px 0 0;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    border: solid 1px #E869A0;
    background: #FFEEEF;
  }
  .ranking_item_spec02_workstyle__box ul li span.__small {
    font-size: 10px;
  }
  .ranking_item_spec02_workstyle__box ul.multiple-column li {
    margin: 0 5px 5px 0;
  }
  .ranking_item_spec02_workstyle__box ul li:last-of-type {
    margin: 0;
  }
  .ranking_item_spec02_workstyle__box ul li:nth-child(n+5) {
    margin-top: 5px;
  }
  .ranking_item_spec02_workstyle__box ul li:nth-child(4n) {
    margin-right: 0;
  }
  .ranking_item_spec02_workstyle__box ul li.off {
    background: #f5f5f5;
    color: #bbb;
    border: solid 1px #bbb;
    font-weight: normal;
  }
  .ranking_item_spec03__box {
    padding: 7% 3% 3%;
    border-radius: 5px;
    margin: 0 auto 3%;
  }
  h3.ranking_item_spec03_h3 {
    font-size: 1.4rem;
    position: absolute;
    top: 0px;
    padding: 2%;
    border-radius: 4px 4px 0 0;
  }
  ul.ranking_item_spec03_point {
    padding: 0 0 0 19px;
  }
  ul.ranking_item_spec03_point li {
    margin: 0 0 5px;
    padding: 0 0 0 2%;
  }
  ul.ranking_item_spec03_point li:last-of-type {
    margin: 0;
  }
  ul.ranking_item_spec03_point li:before {
    position: absolute;
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -19px;
    color: #22C77F;
  }
  a.ranking_item_linkbutton {
    width: 90%;
    box-shadow: 0 5px 0 #419a73;
    line-height: 1.2;
    padding: 2% 0;
    border-radius: 10px;
    font-size: 1.2rem;
  }
  .ranking_item_linkbutton_subtitle {
    position: relative;
    font-size: 1.2rem;
    margin: 3% auto;
  }
  span.ranking_item_review__h3_notice {
    font-size: 10px;
    right: 5px;
  }
  li.ranking_item_review {}
  ul.ranking_item_review__wrap li.ranking_item_review:not(:last-child) {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  ul.ranking_item_review__wrap li.ranking_item_review:not(:last-child):after {
    height: 1px;
  }
  .ranking_item_review__profile {
    padding: 0 0 4px 42px;
    position: relative;
    font-size: 14px;
  }
  .ranking_item_review__profile:before {
    width: 32px;
    height: 32px;
    background: url(../images/kg_ranking_item_review-icon.png);
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ranking_item_review__profile_title {}
  .ranking_item_review__profile_detail {}
  ._detail_star {
    margin: 0 10px 0 0;
  }
  span._detail_star_gold {
    color: #ffcc00;
  }
  span._detail_star_gray {
    color: #ccc;
  }
  ._detail_age-occuaption {
    font-size: 12px;
  }
  p.ranking_item_review__description {
    font-size: 12px;
  }
  .ranking_item_review__box {
    margin: 0 0 10px;
  }
  .grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 100px;
    margin: auto;
    padding: 5px 0;
    border-radius: 4px;
    background: #E869A0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    font-weight: bold;
  }
  ul.ranking_item_review__wrap {
    padding: 10px;
    border: solid 2px #E869A0;
    position: relative;
    overflow: hidden;
    height: 120px;
  }
  ul.ranking_item_review__wrap::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    content: "";
    z-index: 1;
  }
  .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked + .grad-btn {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
  }
  .grad-trigger:checked ~ ul.ranking_item_review__wrap {
    height: auto; /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ ul.ranking_item_review__wrap::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
@media screen and (max-width:768px) {
    .ranking_item_linkbutton_subtitle {
    position: relative;
    font-size: 1rem;
    margin: 0 auto 5%;
  }
  a.ranking_item_linkbutton {
    font-size: 1rem;
  }
  .fv_pr{
  font-size: 10px;
  top: 46vw;
  }
  .fv_pr.__fv_03{
  top: 46vw;
  }
}
  /*category
----------------------------------------------------------------------*/
	
  section.category {
    margin: 0 0 30px;
    padding: 0 10px;
  }
  h3.category_h3 {
    padding: 0 0 0 12px;
    margin: 0 0 10px;
    font-size: 20px;
  }
  h3.category_h3:before {
    height: 20px;
    width: 8px;
    border-radius: 2px;
    left: 0px;
  }
  .category_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
  a.category_item {
    display: block;
    flex-basis: calc(50% - 5px);
    padding: 20px 0px 20px 10px;
    border-bottom: solid 4px #E869A0;
    font-size: 16px;
  }
  a.category_item:after {
    right: 10px;
  }
  a.category_item:nth-child(odd) {
    margin: 0 5px 0 0;
  }
  a.category_item:nth-child(even) {
    margin: 0 0 0 5px;
  }
  a.category_item:not(:first-child, :nth-child(2)) {
    margin-top: 10px;
  }
  /*アコーディオンタイトル*/
  .category_search_title {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 10px 20px 40px;
    transition: all .5s ease;
    background: #FFEEEF;
    font-weight: bold;
    border-radius: 10px;
  }
  /*アイコンの＋と×*/
  .category_search_title::before, .category_search_title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;
  }
  .category_search_title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
  }
  .category_search_title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
  }
  /*　closeというクラスがついたら形状変化　*/
  .category_search_title.close::before {
    transform: rotate(45deg);
  }
  .category_search_title.close::after {
    transform: rotate(-45deg);
  }
  /*アコーディオンで現れるエリア*/
  .category_search_box {
    display: none; /*はじめは非表示*/
    background: #D0F0FF;
    margin: 10px 0 0;
    padding: 10px;
    border-radius: 10px;
  }
  .category_search_box #search .form-wrap {
    padding: 0px;
    margin: 0;
  }
  #question .box p {
    font-size: 20px;
  }
  .category_search_box #search .form-wrap form {
    width: 100%;
    box-shadow: none;
    border-radius: 10px;
  }
  .top_search_wrap {
    padding: 0 10px;
    margin: 0 0 -10px;
  }
  .top_search_wrap .category_search_title {
    padding: 10px;
  }

/*-------------------------
  recommend
-------------------------*/
  section.recommend {
    width: 100%;
    max-width: 2000px;
    margin: 0 0 40px;
    padding: 0px 10px 0px;
    position: relative;
  }
  .recommend_wrap {
    border: solid 1px #E869A0;
    padding: 30px 20px 20px;
    margin: 20px 0 0;
  }
  h2.recommend_h2 {
    font-size: 16px;
    position: absolute;
    color: #E869A0;
    top: -20px;
    left: -7px;
    background: #fff;
    line-height: 1;
    padding: 10px;
  }
  h2.recommend_h2 i {
    margin: 0 3px 0 0;
    font-size: 24px;
  }
  span.recommend_h2_big {
    font-weight: bold;
    font-size: 20px;
  }
  .reccomend_item_balloon {
    background: #FFEEEF;
    font-weight: bold;
    padding: 5px 0px;
    text-align: center;
    font-size: 16px;
    margin: 0 0 15px;
  }
  img.reccomend_item_logo {
    display: block;
    width: 80%;
    margin: 0 auto 15px;
  }
  p.reccomend_item_description {
    background-color: #fff; /* 背景色 */
    background-image: linear-gradient(180deg, #f5f5f5 1px, transparent 1px); /* 罫線の色と太さ */
    background-size: 100% 2.0em; /* 行の高さ */
    line-height: 2.0em; /* 文字の高さ */
    padding-bottom: 4px; /* 最終行の下にも罫線を引く */
    font-size: 14px;
  }
  section.recommend .reccomend_item:first-child {
    padding: 0 0 20px;
    border-bottom: solid 2px #f5f5f5;
  }
  section.recommend .reccomend_item:last-child {
    padding: 20px 0 0px;
  }
  a.reccomend_item_cvbutton {
    margin: 15px auto 0;
    padding: 15px 0px;
    width: 100%;
    text-align: center;
    background: rgb(181, 181, 181);
    background: linear-gradient(47deg, rgba(65, 207, 145, 1) 0%, rgba(65, 154, 115, 1) 100%);
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    border: solid 1px rgba(65, 154, 115, 1);
  }
/*-------------------------
  result
-------------------------*/
  .result_header01 {
    padding: 0 10px;
    margin: 0 0 10px;
  }
  .result_header01_counter {
    font-size: 16px;
  }
  .result_header01_change-button {
    padding: 10px 5px;
    font-size: 14px;
  }
  .result_header02_wrap {
    padding: 10px 10px 10px;
  }
  .result_header02 {
    margin: 0 0 10px;
  }
  h3.result_header02_h3 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  ul.result_header02_settings_wrap {
    padding: 10px;
  }
  ul.result_header02_settings_wrap li {
    font-size: 12px;
    border: solid 1px #3CC0FF;
    padding: 5px 5px 5px 15px;
    margin: 0 5px 5px 0;
  }
  #submit_select {
    margin: 0 10px 20px auto;
    font-size: 14px;
    width: 160px;
    height: 36px;
    line-height: 30px;
    border-radius: 5px;
  }
  .result_item {
    width: calc(100vw - 20px);
    padding: 20px 20px;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto 20px;
    border: solid 1px #91DCFF;
  }
  .result_item:last-child {
    margin: 0 auto 30px;
  }
  a.result_item_h3_wrap {
    text-decoration: none;
    color: #666;
    display: block;
    margin: 0 0 15px;
    border-bottom: solid 1px #bbb;
    position: relative;
  }
  a.result_item_h3_wrap:after {
    position: absolute;
    content: '〉';
    font-size: 20px;
    font-weight: bold;
    color: #bbb;
    right: -10px;
    top: -6px;
  }
  h3.result_item_h3 {
    font-size: 20px;
    padding: 0 0 20px;
  }
  .result_item_maincopy {}
  .result_item_maincopy:before {}
  a.result_item_banner_wrap {
    margin: 0 auto 10px;
  }
  img.result_item_banner {
    width: 200px;
  }
  table.result_item_table {
    margin: 0 0 20px;
    font-size: 14px;
    border-radius: 10px;
  }
  table.result_item_table th, table.result_item_table td {
    padding: 10px;
    border-bottom: solid 1px #91DCFF;
  }
  table.result_item_table td {
    padding: 10px 0px 10px 10px;
  }
  table.result_item_table tr:last-child th, table.result_item_table tr:last-child td {
    border-bottom: none;
  }
  table.result_item_table th {
    border-right: dotted 2px #91DCFF;
    width: 35%;
  }
  tr.result_item_table_value th, tr.result_item_table_amount th, tr.result_item_table_area th {
    padding: 20px 0px;
  }
  tr.result_item_table_workstyle ul, tr.result_item_table_occupation ul {}
  tr.result_item_table_workstyle ul li, tr.result_item_table_occupation ul li {
    flex-basis: calc(50% - 2px);
    padding: 8px 0px;
    line-height: 1;
    border-radius: 100px;
    color: #E869A0;
    margin-top: 10px;
    font-weight: normal;
    font-size: 12px;
    white-space: nowrap;
    border: solid 1px #E869A0;
    background: #FFEEEF;
  }
  tr.result_item_table_workstyle ul li.off, tr.result_item_table_occupation ul li.off {
    background: #f5f5f5;
    color: #bbb;
    border: solid 1px #bbb;
    font-weight: normal;
  }
  tr.result_item_table_workstyle ul li:nth-child(odd), tr.result_item_table_occupation ul li:nth-child(odd) {
    margin-right: 2px;
  }
  tr.result_item_table_workstyle ul li:nth-child(even), tr.result_item_table_occupation ul li:nth-child(even) {
    margin-left: 2px;
  }
  tr.result_item_table_workstyle ul li:nth-of-type(1), tr.result_item_table_workstyle ul li:nth-of-type(2), tr.result_item_table_occupation ul li:nth-of-type(1), tr.result_item_table_occupation ul li:nth-of-type(2) {
    margin-top: 0;
  }
  a.result_item_linkbutton {
    margin: 30px auto 0;
    padding: 15px 0px;
    width: 100%;
    text-align: center;
    background: rgb(181, 181, 181);
    background: linear-gradient(45deg, rgba(181, 181, 181, 1) 0%, rgba(255, 154, 49, 1) 0%, rgba(255, 81, 50, 1) 100%);
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100px;
    border: solid 1px #ff4500;
  }
/*-------------------------
  compare
-------------------------*/
  section.compare {
    padding: 0 10px;
    margin: 0 0 40px;
  }
  .compare_table_wrap {
    padding: 5px;
    border-radius: 0 0 0px 0px;
  }
  table.compare_table {}
  table.compare_table th {
    padding: 1% 0px;
    font-size: 1rem;
  }
  table.compare_table td {
    width: 100%;
    padding: 8px 0 8px;
    font-size: 14px;
    text-shadow: 0px 1px 2px #fff;
  }
  table.compare_table tr td:not(:last-child) {
    border-right: dotted 1px #cdcdcd;
  }
  table.compare_table tr td:not(:last-child):before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 15px;
    background: #fff;
    right: -2px;
    top: 0px;
  }
  table.compare_table tr td:not(:last-child):after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 15px;
    background: #fff;
    right: -2px;
    bottom: 0px;
  }
  .tab2 table.compare_table tr td:nth-child(1) {
    padding: 5px 5px 5px;
  }
  .tab01 table.compare_table tr td:nth-child(2) {
    width: 100%;
}
  table.compare_table tr td:nth-child(3), table.compare_table tr td:nth-child(4) {
    min-width: 0;
  }table.compare_table tr td:nth-child(4) {
    padding: 0 1%;
  }
  img.compare_table_logo {
    width: 120px;
    margin: 0 auto 5px;
  }
  a.compare_table_textlink {
    font-size: 1rem;
    border-radius: 5px;
    width: 85%;
    padding: 8px 0;
    margin: 0 0 4px;
  }
  a.compare_table_textlink:before {
    right: 6px;
    font-size: 0.75rem;
  }
  a.compare_table_textlink:after {}
  span.compare_table_score {
    font-size: 2.6rem;
  }
  a.compare_table_review {
    font-size: 12px;
  }
  a.compare_table_review:before {
    margin: 0 2px 0 0;
  }
  span.compare_table_color-red {}
  ul.comparison_table_license_list li {
    font-size: 12px;
    width: calc(100% - 5px);
    margin: 0 auto 2px;
    padding: 3px 0;
    border-radius: 3px;
  }
  .compare_table_annotation {
    font-size: 1.2em;
    margin: 0 auto 3%;
  }
  .compare_table_annotation:before, .compare_table_annotation:after {
    height: 11px;
  }
  @media screen and (max-width:768px) {
    section.compare {
      padding: 0 10px;
      margin: 0 0 40px;
    }
    .compare_table_wrap {
      padding: 5px;
      border-radius: 0 0 0px 0px;
    }
    table.compare_table {}
    table.compare_table th {
      padding: 5px 0px;
      font-size: 12px;
    }
    table.compare_table td {
      padding: 8px 0 8px;
      font-size: 0.75rem;
      text-shadow: 0px 1px 2px #fff;
    }
    table.compare_table tr td:not(:last-child) {
      border-right: dotted 1px #cdcdcd;
    }
    table.compare_table tr td:not(:last-child):before {
      content: '';
      position: absolute;
      display: block;
      width: 2px;
      height: 15px;
      background: #fff;
      right: -2px;
      top: 0px;
    }
    table.compare_table tr td:not(:last-child):after {
      content: '';
      position: absolute;
      display: block;
      width: 2px;
      height: 15px;
      background: #fff;
      right: -2px;
      bottom: 0px;
    }
    table.compare_table tr th:nth-child(1) {
      width: 30%;
    }
     .tab1 .compare_table th:nth-child(2), 
     .tab1 .compare_table th:nth-child(3){
      width: 18%;
    }
    .tab2 .compare_table th:nth-child(1) {
      width: 30%;
    }
    table.compare_table tr td:nth-child(1), table.compare_table tr td:nth-child(4) {
      padding: 2%;
    }
    table.compare_table tr td:nth-child(3), table.compare_table tr td:nth-child(4) {
      min-width: 0;
    }
    table.compare_table td.ev01 {
      background-image: url(../images/kg_compare_icon01.png);
      background-size: 50px;
    }
    table.compare_table td.ev02 {
      background-image: url(../images/kg_compare_icon02.png);
      background-size: 50px;
    }
    a.compare_table_logo_wrap {}
    img.compare_table_logo {
      width: 120px;
      display: block;
      margin: 0 auto 5px;
    }
    img.compare_table_logo.__logo_annotation_on {
      margin: 0 auto 0px;
    }
    a.compare_table_textlink {
      font-size: 12px;
      border-radius: 5px;
      width: 100%;
      padding: 8px 0;
      margin: 6px 0 4px;
    }
    a.compare_table_textlink:before {
      right: 6px;
      font-size: 10px;
    }
    span.compare_table_score {
      font-size: 1.6rem;
    }
    a.compare_table_review {
      font-weight: bold;
      font-size: 12px;
      text-decoration: none;
    }
    a.compare_table_review:before {
      margin: 0 2px 0 0;
    }
    span.compare_table_color-red {
      font-size: 14px;
    }
    span.compare_table_color-red span.__small{
    font-size: 10px;
    }
    ul.comparison_table_license_list li {
      font-size: 12px;
      width: calc(100% - 5px);
      margin: 0 auto 2px;
      padding: 3px 0;
      border-radius: 3px;
    }
    .compare_table_annotation {
      font-size: 12px;
      line-height: 1.2;
      margin: 0 auto;
    }
    section.compare.__tab {
      padding: 0;
    }
    ul.comparison_table_contact_list {}
    ul.comparison_table_contact_list li {
      font-size: 10px;
      padding: 0 0 0 17px;
    }
    ul.comparison_facility_list {}
    ul.comparison_facility_list li {
      font-size: 10px;
      width: calc(100% - 5px);
      margin: 0 auto 2px;
      padding: 3px 0;
      border-radius: 3px;
    }
    .tab1:after {
      content: "";
      width: 8%;
      height: 85px;
      top: 2%;
      bottom: 8px;
      left: 0;
      right: 0;
      background: url(../images/icon_crown.png) no-repeat;
      background-size: 100% auto;
      background-position: 0px 12px;
      z-index: 1;
    }
  }
/*-------------------------
  tab_compare
-------------------------*/
  .tab_compare_wrap {
    margin: 10px 0 0;
  }
  .tab_compare_wrap:after {
    height: 1px;
  }
  .tab_compare_label {
    padding: 6px 0;
    border-radius: 10px 10px 0 0;
  }
  .tab_compare_label:not(:last-of-type) {
    margin-right: 4px;
  }
  .tab_compare_content {}
  /* アクティブなタブ */
  .tab_compare_switch:checked + .tab_compare_label {
    font-size: 2rem;
    padding: 10px 0 5px;
  }
  .tab_compare_switch:checked + .tab_compare_label + .tab_compare_content {
    padding: 10px;
  }
  /* ラジオボタン非表示 */
  .tab_compare_switch {}
  .tab_compare_content table.compare_table th {
    border-right: solid 1px #ddd;
  }
  .tab2 .tab_compare_content table.compare_table tr th:last-child {
    width: 70%;
  }
  #TAB-02 .tab_compare_content table.compare_table tr th:last-child {
    width: 53%;
  }
  .tab_compare_content span.compare_table_score:before {}
  img.compare_table_score_starimg {
    width: calc(100% - 4px);
    margin: 0 auto 3px;
  }
@media screen and (max-width:768px) {
    .tab_compare_switch:checked + .tab_compare_label {
    font-size: 1.4rem;
  }
}
/*-------------------------
  selecter_top
-------------------------*/
section.selecter_top {
  width: 750px;
  margin: 5% auto;
  padding: 0 20px;
}
section .selecter_top_box{
  margin: 0  auto 8%;
  padding: 0 0 5%;
  border: 2px solid #e869a0;
  border-radius: 20px;
}

.selecter_top h2{
  padding: 1% 0;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background-color: #e869a0;
  border-radius: 15px 15px 0 0;
}
section .selecter_top_box .select {
  position: relative;
  position: relative;
  border: 1px solid #000;
  border-radius: 10px;
  vertical-align: middle;
}
section .selecter_top_box select {
  position: relative;
  vertical-align: middle;
  width: 100%;
  padding: 7% 8%;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: none;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
}

section .selecter_top_box select::-ms-expand {
  display: none;
}
section .selecter_top_box .search_result_text{
  margin: 0 auto 3%;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
section .selecter_top_box .search_result_text .fontsize_S{
  font-size: 1.4rem;
}

.selecter_top_inner{
display: flex;
}

.selecter_top_column{
width: 50%;
padding: 40px 0 0 40px;
}

h3.selecter_top_h3{
font-size: 28px;
color: #666;
margin: 0 0 20px;
padding: 0 0 0 0px;
}
ul.selecter_top_selecteditem{
margin: 0 0 30px;
padding: 0 0 0 0px;
display: flex;
}
ul.selecter_top_selecteditem li{
padding: 8px 16px;
margin: 0 0 0 0;
font-size: 24px;
border: solid 2px #e869a0;
}


.submit_select_wrap{
text-align: right;
}

select#submit_select{
text-align: center;
}

@media screen and (max-width:768px) {
  section.selecter_top {
    width: 90%;
    margin: 5% auto;
    padding: 0;
  }
  section .selecter_top_box{
    margin: 0  auto 8%;
    padding: 0 0 5%;
    border-radius: 10px;
  }
  .selecter_top h2{
    padding: 2% 0;
    font-size: 1.2rem;
    border-radius: 5px 5px 0 0;
  }
  section .selecter_top_box .select {
    border-radius: 5px;
    vertical-align: middle;
  }
  section .selecter_top_box select {
    width: 100%;
    padding: 7% 8%;
    padding-right: 1em;
    outline: 0;
    text-indent: 0.01px;
    font-size: 0.75rem;
  }
  section .selecter_top_box li::before {
    top: 25%;
    right: 13%;
    font-size: 1.6rem;
    font-size: 0.75rem;
  }
  section .selecter_top_box .search_result_text{
    margin: 0 auto 3%;
    font-size: 2rem;
  }
  section .selecter_top_box .search_result_text .fontsize_S{
    font-size: 1.2rem;
  }
  .selecter_top_inner{
display: flex;
}

.selecter_top_column{
padding: 20px 0 0 20px;
}

h3.selecter_top_h3{
font-size: 14px;
margin: 0 0 10px;
padding: 0 0 0 0px;
}
ul.selecter_top_selecteditem{
margin: 0 0 15px;
}
ul.selecter_top_selecteditem li{
padding: 4px 8px;
margin: 0 0 0 0;
font-size: 12px;
border: solid 1px #e869a0;
}
 
}
/*-------------------------
  selecter_bottom
-------------------------*/
section.selecter_bottom {
  padding: 0 20px;
  margin: 0 0 60px;
  background: url(../images/search_h2_bg.png) no-repeat;
  width: 100%;
  background-size: 100% auto;
}
section.selecter_bottom {
  width: 80%;
  margin: 0 auto;
  padding: 0 20px;
}
section.selecter_bottom{
  width: 750px;
  margin: 0  auto 8%;
  padding: 3% 0 5%;
  border: 2px solid #e869a0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 10px rgb(232 105 160 / 30%);
}
.selecter_bottom_box ul{
  width: 80%;
  margin: 5%  auto 3%;
}
.selecter_bottom_box  ul li{
  display: inline-block;
  width: 49%;
  margin: 0  auto 3%;
  padding: 0;
}
.selecter_bottom_box  h2{
  padding: 1% 0 0 7%;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 15px 15px 0 0;
}
.selecter_bottom_item_header{
  position: relative;
  width: 100%;
}
.selecter_bottom_item_header div{
  position: absolute;
  width: 6%;
  top: 25%;
  left: 17%;
}
.selecter_bottom_item_header img{
  width: 100%;
}
.selecter_bottom_box  .select {
  position: relative;
  border: 2px solid #8D8D8D;
  background: #fff;
  border-radius: 5px;
  vertical-align: middle;
}
.selecter_bottom_box selected:first-of-type{
  background: #F1F1F1;
}
.selecter_bottom_box select {
  position: relative;
  vertical-align: middle;
  width: 100%;
  padding: 7% 8%;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: none;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}
.selecter_bottom_box li::before {
position: absolute;
  top: 25%;
  right: 13%;
  width: 0;
  height: 0;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
  font-size: 1rem;
  color: #e869a0;
  pointer-events: none;
}
.selecter_bottom_box select::-ms-expand {
  display: none;
}
.selecter_bottom_box .search_result_text{
  margin: 0 auto 3%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  section.selecter_bottom {
    padding: 0 20px;
    margin: 0 0 60px;
    width: 100%;
  }
  section.selecter_bottom {
    width: 80%;
    padding: 0 20px;
  }
  section.selecter_bottom{
    width: 90%;
    margin: 0  auto 8%;
    padding: 5% 0 8%;
    border-radius: 10px;
  }
  .selecter_bottom_box ul{
    width: 90%;
    margin: 5%  auto 3%;
  }
  .selecter_bottom_box  ul li{
    display: inline-block;
    width: 49%;
    margin: 0  auto 3%;
    padding: 0;
  }
  .selecter_bottom_box  h2{
    padding: 1% 0 0 8%;
    font-size: 1rem;
    text-align: center;
    border-radius: 15px 15px 0 0;
  }
  .selecter_bottom_item_header{
    position: relative;
    width: 100%;
  }
  .selecter_bottom_item_header div{
    position: absolute;
    width: 6%;
    top: 25%;
    left: 14%;
  }
  .selecter_bottom_box select {
    width: 100%;
    padding: 7% 8%;
    padding-right: 1em;
    text-indent: 0.01px;
    font-size: 0.75rem;
  }
  .selecter_bottom_box li::before {
  top: 25%;
  right: 13%;
  font-size: 0.75rem;
  }
  .selecter_bottom_box .search_result_text{
    margin: 0 auto 3%;
    font-size: 2rem;
  }
}
/*-------------------------
  search
-------------------------*/
section.search {
  padding: 0 20px;
  margin: 0 auto 60px;
  background: url(../images/search_h2_bg.png) no-repeat;
  width: 750px;
  background-size: 100% auto;
}
h2.search_h2 {
  text-align: center;
  font-size: 2rem;
  padding: 0 0 0;
  margin: 0 0 30px;
  color: #1d2655;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.8rem;
}
h2 .title_fontsize_L {
  text-align: center;
  font-size: 3rem;
}
h2.search_h2 span.color01 {
  color: #FFEF51;
}
.search_h2_subtitle {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 10px;
}
section.search .section_title {
  text-align: center;
}
section.search .nurse_compare_h2 {
  width: 100%;
  margin: 5% auto;
  padding: 5% 0 0;
  color: #1d2655;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.8rem;
  background: url(../images/nurse_compare_h2_bg.png) no-repeat;
  background-size: 88% auto;
  background-position: center;
}
section.search .text_accent {
  font-size: 5rem;
  padding: 0 0.5%;
}
section.search .search_h2_subtitle {
  width: 45%;
  margin: 0 auto 1%;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 1;
  line-height: 2.6rem;
  font-weight: bold;
  background: #e869a0;
  border-radius: 300px;
}
.search_item {
  padding: 0 0 5%;
  border-radius: 10px;
  background: #fff;
  border: solid 1px #E869A0;
  border-top: solid 10px #E869A0;
  position: relative;
  margin: 0 0 40px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
  color: #1D2655;
}
.search_item_header_rank {
  display: block;
  position: absolute;
  background: url(../images/kg_search-item_rank-icon04-05.png);
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 11%;
  height: auto;
  top: -0.2%;
  left: 5%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0 0;
  color: #666;
}
.search_item_header_rank img {
  width: 100%;
  height: auto;
}
.search_item_header {
  display: flex;
  justify-content: space-between;
  padding: 3% 0 5%;
  margin: 0 0 20px;
  background: #E869A0;
}
h3.search_item_header_h3{
  padding: 0 0 0 7%;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
}
h3.search_item_header_h3 a{
  color: #fff;
}
.search_item_header_score span.color-score {
  display: inline-block;
  vertical-align: middle;
  color: #E869A0;
  font-family: 'Anton', sans-serif, cursive;
  font-size: 3rem;
  font-weight: 500;
  padding: 0 2%;
  margin: -2% auto 0;
}
.search_item_header_score .star_icon {
  position: absolute;
  top: 12%;
  width: 30%;
}
.search_item_header_score span.star_icon img {
  width: 20%;
  height: auto;
}
.search_item_spec01 {
  padding: 0 5%;
  margin: 0 0 3%;
}
.search_item_spec01 p{
  margin: 0 auto 3%;
  font-weight: bold;
}
.search_item_spec01 ul{
  width: 100%;
  margin: 0 auto 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_item_spec01 ul li{
  display:inline-block;
  vertical-align: top;
  width: 54.5%;
  margin: 0 1% 0;
}
.search_item_spec01 ul li:first-child{
  display:inline-block;
  width: 40%;
}
.search_banner img {
  width: 100%;
  height: auto;
}
.search_item_spec_area01 dl {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 auto 3%;
  font-size: 1rem;
  line-height: 3.5;
}
.search_item_spec_area01 dl dt{
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.search_item_spec_area01 dl dd{
  display: inline-block;
  vertical-align: top;
  padding: 0 5% 0;
  text-align: left;
  width: 67%;
  line-height: 4;
}
.search_item_spec01_area__label, .search_item_spec01_amount__label {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 4;
  color: #fff;
  background: #E869A0;
}
.search_item_spec01_area__cont, .search_item_spec01_amount__cont {
  position: static;
  font-weight: bold;
  text-align: center;
  background: #FDF0F5;
  line-height: 1;
  z-index: 2;
}
.search_item_spec02_workstyle__label, .search_item_spec01_aaa__label {
  position: absolute;
  color: #E869A0;
  font-weight: bold;
  background: #fff;
  line-height: 1;
  display: inline-block;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 5px;
  font-size: 24px;
}
.search_item_spec01_amount__cont {
  position: relative;
}
.search_item_spec01_amount__cont ul li {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  font-size: 1rem;
  color: #E869A0;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #E869A0;
  background: #fff;
  text-align: center;
  line-height: 2;
}
.search_item_spec_area01 dd {
  background: #FDF0F5;
}
.search_item_spec_area01 ul {
  width: 90%;
  margin: 0 auto;
  padding: 1% 0 4.5%;
}
.search_item_spec_area01 ul li {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  font-size: 1rem;
  color: #E869A0;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #E869A0;
  background: #fff;
  text-align: center;
  line-height: 2;
}
.search_item_spec_area01 ul li.gray{
  color: #999;
  border: 1px solid #999;
  background: #eeeeee;
}
.search_item_spec01_amount__cont dd {
  position: relative;
  z-index: 2;
}
.search_item_spec02_workstyle__box, .search_item_spec01_aaa__box {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
  padding: 20px 10px 10px;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  border: solid 2px #E869A0;
}
.search_item_spec02_workstyle__box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.search_item_spec02_workstyle__box ul.multiple-column {
  justify-content: flex-start;
}
.search_item_spec02_workstyle__box ul li {
  flex-basis: calc(25% - 10px);
  margin: 0 10px 0 0;
  padding: 8px 0px;
  line-height: 1;
  border-radius: 100px;
  font-weight: normal;
  font-size: 20px;
  white-space: nowrap;
  color: #E869A0;
  background: #FFEEEF;
  border: solid 2px #E869A0;
}
.search_item_spec02_workstyle__box ul li.off {
  background: #f5f5f5;
  color: #bbb;
  border: solid 1px #bbb;
  font-weight: normal;
}
.search_item_spec_area02 dt {
  color: #fff;
  padding: 1% 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: #E869A0;
}
.search_item_spec_area02 dd {
  padding: 1% 0 2%;
  background: #FFFAE0;
}
.search_item_spec_area02 dd ul {
  width: 90%;
  margin: 0 auto;
}
.search_item_spec_area02 dd ul li {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
  font-size: 1rem;
  color: #E869A0;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #E869A0;
  background: #fff;
  text-align: center;
  line-height: 2;
}
.search_item_spec03__box  {
  position: relative;
  width: 90%;
  padding: 3% 5%;
  background: #fff;
  margin: 0 auto 5%;
  border: 1px solid #E869A0;
}
.search_item_spec03__box  h3{
  position: relative;
}
.search_item_spec03__box  h3::before {
  position: absolute;
  top: -3%;
  left: 0%;
  width: 0;
  height: 35px;
  content: "";
  border: 5px solid #e869a0;
  font-size: 1rem;
  color: #e869a0;
  pointer-events: none;
}
h3.search_item_spec03_h3 {
  position: relative;
}
h3.search_item_spec03_h3 {
  width: 100%;
  margin: 0% auto 0;
  text-align: left;
  border-radius: 10px 10px 0 0;
  padding: 5 0 2% 5%;
  line-height: 1;
  color: #1D2655;
  font-size: 1.4rem;
}
ul.search_item_spec03_point {
  padding: 0 0 0 5%;
  margin: 2% auto 0;
}
ul.search_item_spec03_point li {
  position: relative;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.2rem;
}
ul.search_item_spec03_point li:last-of-type {
  margin: 0;
}
ul.search_item_spec03_point li:before {
  position: absolute;
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: -29px;
  color: #22C77F;
}
section.search a.search_item_linkbutton {
  display: block;
  text-align: center;
  margin: 0 auto 0;
  width: 80%;
  background: #22C77F;
  box-shadow: 0 5px 0 #419a73;
  line-height: 1.2;
  padding: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
}
section.search a.search_item_linkbutton:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
  right: 5%;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
a.ranking_item_linkbutton:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}
a.ranking_item_linkbutton span {
  font-size: 2rem;
}

a.search_item_linkbutton {
  display: block;
  text-align: center;
  margin: 0 auto 0;
  width: 60%;
  background: #5282FB;
  box-shadow: 0 5px 0 #1567B4;
  line-height: 1.2;
  padding: 16px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 300px;
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
}
a.search_item_linkbutton:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
  right: 5%;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
a.search_item_linkbutton:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}
a.search_item_linkbutton span {
  font-size: 2rem;
}
.search_item_linkbutton_subtitle {
  display: inline-block;
  line-height: 1;
  margin: 0 auto 3%;
  font-weight: bold;
}

.search_btn input{
  display: block;
  text-align: center;
  margin: 0 auto 0;
  width: 60%;
  background: #5282FB;
  box-shadow: 0 5px 0 #1567B4;
  line-height: 1.2;
  padding: 16px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 300px;
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
}


.search_item_linkbutton_subtitle {
  position: relative;
}
.search_item_linkbutton_subtitle::before, .search_item_linkbutton_subtitle::after {
  content: "";
  display: inline-block;
  border: 1px dashed #1D2655;
  width: 1px;
  height: 40px;
  position: absolute;
  top: -45%;
}
.search_item_linkbutton_subtitle::before {
  left: -20%;
  transform: rotate(-30deg);
}
.search_item_linkbutton_subtitle::after {
  right: -20%;
  transform: rotate(30deg);
}
h3.search_item_review__h3 {
  width: 90%;
  margin: 0 auto 3%;
  border-radius: 300px;
  background: #E869A0;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  font-size: 24px;
  position: relative;
}
h3.search_item_review__h3 i {
  margin: 0 5px 0 0;
  color: #FFDFE1;
}
span.search_item_review__h3_notice {
  position: absolute;
  font-size: 20px;
  font-weight: normal;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
li.search_item_review {
  position: relative;
}
ul.search_item_review__wrap li.search_item_review:not(:last-child) {
  margin: 0 0 20px;
  padding: 0 0 20px;
}
ul.search_item_review__wrap li.search_item_review:not(:last-child):after {
  position: absolute;
  display: block;
  content: '';
  background: #ccc;
  height: 2px;
  width: calc(100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.search_item_review__profile {
  padding: 0 0 10px 84px;
  position: relative;
  font-size: 24px;
}
.search_item_review__profile:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(../images/kg_search_item_review-icon.png);
  left: 0;
  background-repeat: no-repeat;
}
.search_item_review__profile_title {
  line-height: 1.25;
  font-weight: bold;
  color: #E869A0;
}
.search_item_review__box {
  position: relative;
  margin: 0 0 20px;
}
p.search_item_notice {
  margin: 15px 0 0;
  color: #666;
}
@media screen and (max-width:768px) {
  section.search {
    padding: 0;
    margin: 0 auto 8%;
    background: url(../images/search_h2_bg.png) no-repeat;
    width: 90%;
    background-size: 100% auto;
  }
  h2.search_h2 {
    text-align: center;
    font-size: 2rem;
    padding: 0 0 0;
    margin: 0 0 30px;
    color: #1d2655;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.8rem;
  }
  h2 .title_fontsize_L {
    text-align: center;
    font-size: 3rem;
  }
  h2.search_h2 span.color01 {
    color: #FFEF51;
  }
  .search_h2_subtitle {
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 10px;
  }
  section.search .section_title {
    text-align: center;
  }
  section.search .nurse_compare_h2 {
    width: 100%;
    margin: 5% auto;
    padding: 5% 0 0;
    color: #1d2655;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 3.8rem;
    background: url(../images/nurse_compare_h2_bg.png) no-repeat;
    background-size: 88% auto;
    background-position: center;
  }
  section.search .text_accent {
    font-size: 5rem;
    padding: 0 0.5%;
  }
  section.search .search_h2_subtitle {
    width: 45%;
    margin: 0 auto 1%;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 1;
    line-height: 2.6rem;
    font-weight: bold;
    background: #e869a0;
    border-radius: 300px;
  }
  .search_item {
    padding: 0 0 8%;
    border-radius: 10px;
    background: #fff;
    border: solid 1px #E869A0;
    border-top: solid 10px #E869A0;
    position: relative;
    margin: 0 0 5%;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    color: #1D2655;
  }
  .search_item_header_rank {
    display: block;
    position: absolute;
    background: url(../images/kg_search-item_rank-icon04-05.png);
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 11%;
    height: auto;
    top: -0.2%;
    left: 5%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0 0;
    color: #666;
  }
  .search_item_header_rank img {
    width: 100%;
    height: auto;
  }
  .search_item_header {
    display: flex;
    justify-content: space-between;
    padding: 3% 0 5%;
    margin: 0 0 20px;
    background: #E869A0;
  }
  h3.search_item_header_h3{
    padding: 0 0 0 7%;
    font-size: 2.2rem;
    line-height: 1;
    color: #fff;
  }
  h3.search_item_header_h3 a{
    color: #fff;
  }
  .search_item_header_score span.color-score {
    display: inline-block;
    vertical-align: middle;
    color: #E869A0;
    font-family: 'Anton', sans-serif, cursive;
    font-size: 3rem;
    font-weight: 500;
    padding: 0 2%;
    margin: -2% auto 0;
  }
  .search_item_header_score .star_icon {
    position: absolute;
    top: 12%;
    width: 30%;
  }
  .search_item_header_score span.star_icon img {
    width: 20%;
    height: auto;
  }
  .search_item_spec01 {
    padding: 0 5%;
    margin: 0 0 3%;
  }
  .search_item_spec01 p{
    margin: 0 auto 3%;
    font-size: 1rem;
    font-weight: bold;
  }
  .search_item_spec01 ul{
    width: 100%;
    margin: 0 auto;
  }
  .search_item_spec01 ul li{
    display:inline-block;
    vertical-align: top;
    width: 59.5%;
    margin: 0 0.5% 0;
  }
  .search_item_spec01 ul li:first-child{
    display:inline-block;
    width: 36%;
  }
  .search_banner img {
    width: 100%;
    height: auto;
  }
  .search_item_spec_area01 dl {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 auto 2%;
    font-size: 1rem;
    line-height: 1;
  }
  .search_item_spec_area01 dl dt{
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
  .search_item_spec_area01 dl dd{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 3%;
    text-align: left;
    width: 67%;
    line-height: 3;
    font-size: 0.6rem;
  }
  .search_item_spec01_area__label, .search_item_spec01_amount__label {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 4;
    color: #fff;
    background: #E869A0;
  }
  .search_item_spec01_area__cont, .search_item_spec01_amount__cont {
    position: static;
    font-weight: bold;
    text-align: center;
    background: #FDF0F5;
    line-height: 1;
    z-index: 2;
  }
  .search_item_spec02_workstyle__label, .search_item_spec01_aaa__label {
    position: absolute;
    color: #E869A0;
    font-weight: bold;
    background: #fff;
    line-height: 1;
    display: inline-block;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 5px;
    font-size: 24px;
  }
  .search_item_spec01_amount__cont {
    position: relative;
  }
  .search_item_spec01_amount__cont ul li {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    font-size: 1rem;
    color: #E869A0;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #E869A0;
    background: #fff;
    text-align: center;
    line-height: 2;
  }
  .search_item_spec_area01 dd {
    background: #FDF0F5;
  }
  .search_item_spec_area01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 1% 0 4.5%;
  }
  .search_item_spec_area01 ul li {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    font-size: 1rem;
    color: #E869A0;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #E869A0;
    background: #fff;
    text-align: center;
    line-height: 2;
  }
  .search_item_spec_area01 ul li.gray{
    color: #999;
    border: 1px solid #999;
    background: #eeeeee;
  }
  .search_item_spec01_amount__cont dd {
    position: relative;
    z-index: 2;
  }
  .search_item_spec02_workstyle__box, .search_item_spec01_aaa__box {
    position: relative;
    width: 100%;
    margin: 0 0 30px;
    padding: 20px 10px 10px;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
    border: solid 2px #E869A0;
  }
  .search_item_spec02_workstyle__box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .search_item_spec02_workstyle__box ul.multiple-column {
    justify-content: flex-start;
  }
  .search_item_spec02_workstyle__box ul li {
    flex-basis: calc(25% - 10px);
    margin: 0 10px 0 0;
    padding: 8px 0px;
    line-height: 1;
    border-radius: 100px;
    font-weight: normal;
    font-size: 20px;
    white-space: nowrap;
    color: #E869A0;
    background: #FFEEEF;
    border: solid 2px #E869A0;
  }
  .search_item_spec02_workstyle__box ul li.off {
    background: #f5f5f5;
    color: #bbb;
    border: solid 1px #bbb;
    font-weight: normal;
  }
  .search_item_spec_area02 dt {
    color: #fff;
    padding: 1% 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background: #E869A0;
  }
  .search_item_spec_area02 dd {
    padding: 1% 0 2%;
    background: #FFFAE0;
  }
  .search_item_spec_area02 dd ul {
    width: 90%;
    margin: 0 auto;
  }
  .search_item_spec_area02 dd ul li {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    font-size: 1rem;
    color: #E869A0;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #E869A0;
    background: #fff;
    text-align: center;
    line-height: 2;
  }
  .search_item_spec03__box  {
    position: relative;
    width: 90%;
    padding: 3% 5%;
    background: #fff;
    margin: 0 auto 5%;
    border: 1px solid #E869A0;
  }
  .search_item_spec03__box  h3{
    position: relative;
  }
  .search_item_spec03__box  h3::before {
    position: absolute;
    top: -10%;
    left: 0%;
    width: 0;
    height: 22px;
    content: "";
    border: 3px solid #e869a0;
    font-size: 1rem;
    color: #e869a0;
    pointer-events: none;
  }
  h3.search_item_spec03_h3 {
    position: relative;
  }
  h3.search_item_spec03_h3 {
    width: 100%;
    margin: 0% auto 0;
    text-align: left;
    border-radius: 10px 10px 0 0;
    padding: 5 0 2% 5%;
    line-height: 1;
    color: #1D2655;
    font-size: 1.4rem;
  }
  ul.search_item_spec03_point {
    padding: 0 0 0 5%;
    margin: 2% auto 0;
  }
  ul.search_item_spec03_point li {
    position: relative;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  ul.search_item_spec03_point li:last-of-type {
    margin: 0;
  }
  ul.search_item_spec03_point li:before {
    position: absolute;
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -29px;
    color: #22C77F;
  }
  section.search a.search_item_linkbutton {
    display: block;
    text-align: center;
    margin: 0 auto 0;
    width: 80%;
    background: #22C77F;
    box-shadow: 0 5px 0 #419a73;
    line-height: 1.2;
    padding: 5%;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
  }
  section.search a.search_item_linkbutton:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-size: 1rem;
    font-weight: 900;
    color: #ffffff;
    right: 5%;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  a.ranking_item_linkbutton:after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 2s ease-in-out infinite;
  }
  a.ranking_item_linkbutton span {
    font-size: 1.4rem;
  }
  a.search_item_linkbutton {
    display: block;
    text-align: center;
    margin: 0 auto 0;
    width: 60%;
    background: #5282FB;
    box-shadow: 0 5px 0 #1567B4;
    line-height: 1.2;
    padding: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 300px;
    font-size: 1.4rem;
    position: relative;
    overflow: hidden;
  }
  a.search_item_linkbutton:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-size: 1.6rem;
    font-weight: 900;
    color: #ffffff;
    right: 5%;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  a.search_item_linkbutton:after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 2s ease-in-out infinite;
  }
  a.search_item_linkbutton span {
    font-size: 2rem;
  }
    
  .search_item_linkbutton_subtitle {
    display: inline-block;
    line-height: 1;
    margin: 0 auto 3%;
    font-weight: bold;
  }
  .search_item_linkbutton_subtitle {
    position: relative;
  }
  .search_item_linkbutton_subtitle::before, .search_item_linkbutton_subtitle::after {
    content: "";
    display: inline-block;
    border: 1px dashed #1D2655;
    width: 1px;
    height: 40px;
    position: absolute;
    top: -45%;
  }
  .search_item_linkbutton_subtitle::before {
    left: -20%;
    transform: rotate(-30deg);
  }
  .search_item_linkbutton_subtitle::after {
    right: -20%;
    transform: rotate(30deg);
  }
  h3.search_item_review__h3 {
    width: 90%;
    margin: 0 auto 3%;
    border-radius: 300px;
    background: #E869A0;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    font-size: 24px;
    position: relative;
  }
  h3.search_item_review__h3 i {
    margin: 0 5px 0 0;
    color: #FFDFE1;
  }
  span.search_item_review__h3_notice {
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  li.search_item_review {
    position: relative;
  }
  ul.search_item_review__wrap li.search_item_review:not(:last-child) {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  ul.search_item_review__wrap li.search_item_review:not(:last-child):after {
    position: absolute;
    display: block;
    content: '';
    background: #ccc;
    height: 2px;
    width: calc(100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .search_item_review__profile {
    padding: 0 0 10px 84px;
    position: relative;
    font-size: 24px;
  }
  .search_item_review__profile:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(../images/kg_search_item_review-icon.png);
    left: 0;
    background-repeat: no-repeat;
  }
  .search_item_review__profile_title {
    line-height: 1.25;
    font-weight: bold;
    color: #E869A0;
  }
  .search_item_review__box {
    position: relative;
    margin: 0 0 20px;
  }
  p.search_item_notice {
    margin: 15px 0 0;
    color: #666;
  }
}
/*-------------------------
  selecter_top
-------------------------*/
section.no_result{
  margin: 5% auto 0;
}
section.no_result .no_result_text{
  width: 750px;
  margin: 0 auto 15%;
  padding: 5%;
  background: #F1F1F1;
  text-align: center;
}
section.no_result .no_result_text p{
  font-size: 1.2rem;
}
section.no_result .no_result_text p:last-of-type{
  font-size: 0.8rem;
  padding: 2% 0 0;
}
@media screen and (max-width:768px) {
  section.no_result{
    width: 100%;
    margin: 5% auto 0;
  }
  section.no_result .no_result_text{
    width: 90%;
    padding: 8% 5%;
  }
  section.no_result .no_result_text p{
    font-size: 1rem;
  }
  section.no_result .no_result_text p:last-of-type{
    font-size: 0.75rem;
    padding: 2% 0 0;
  }
  h2.search_h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  h2 .title_fontsize_L {
    font-size: 1.8rem;
  }

  section.search .nurse_compare_h2 {
    width: 100%;
    margin: 5% auto;
    padding: 5% 0 0;
    font-size: 2.6rem;
    line-height: 3.8rem;
    background: url(../images/nurse_compare_h2_bg.png) no-repeat;
    background-size: 88% auto;
    background-position: center;
  }
  section.search .text_accent {
    font-size: 5rem;
    padding: 0 0.5%;
  }
  section.search .search_h2_subtitle {
    width: 57%;
    margin: 0 auto 3%;
    font-size: 1rem;
    letter-spacing: 1;
    line-height: 2rem;
  }
  .search_item_header_rank {
    display: block;
    position: absolute;
    background: url(../images/kg_search-item_rank-icon04-05.png);
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 11%;
    height: auto;
    top: -0.2%;
    left: 5%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0 0;
    color: #666;
  }
  .search_item_header {
    padding: 3% 0 5%;
    margin: 0 0 3%;
  }
  h3.search_item_header_h3 {
    padding: 0 0 0 7%;
    font-size: 1.2rem;
    line-height: 1;
  }
  .search_item_header_score span.color-score {
    font-size: 2rem;
    font-weight: 500;
    padding: 0 2%;
  }
  .search_item_spec01 {
    padding: 0 5%;
    margin: 0 0 3%;
  }
  img.search_item_banner {
    width: 80%;
    height: auto;
    text-align: center;
  }
  .search_banner img {
    width: 100%;
    height: auto;
  }
  .search_item_spec_area01 dl {
    width: 100%;
  }
  .search_item_spec01_area__label, .search_item_spec01_amount__label {
    line-height: 3;
    /* padding: 10px 0; */
    font-size: 0.55rem;
  }
  .search_item_spec01_area__cont, .search_item_spec01_amount__cont {
    margin: 0 0;
    padding: 2% 0;
    line-height: 2;
  }
  .search_item_spec02_workstyle__label, .search_item_spec01_aaa__label {
    position: absolute;
    line-height: 1;
    display: inline-block;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 5px;
    font-size: 24px;
  }
  .search_item_spec01_amount__cont ul li {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    font-size: 1rem;
    border-radius: 5px;
    line-height: 2;
  }
  .search_item_spec_area01 ul {
    width: 90%;
    margin: 0 auto;
    padding: 1% 0 4.5%;
  }
  .search_item_spec_area01 ul li {
    width: 47%;
    font-size: 0.6rem;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    line-height: 2;
  }
  .search_item_spec02_workstyle__box, .search_item_spec01_aaa__box {
    width: 100%;
    position: relative;
    padding: 20px 10px 10px;
    font-size: 24px;
    margin: 0 0 30px;
    border-radius: 10px;
  }
  .search_item_spec02_workstyle__box ul li {
    flex-basis: calc(25% - 10px);
    padding: 8px 0px;
    line-height: 1;
    border-radius: 100px;
    margin: 0 10px 0 0;
    font-weight: normal;
    font-size: 20px;
  }
  .search_item_spec_area02 dt {
    color: #fff;
    padding: 1% 0;
    font-size: 0.8rem;
    text-align: center;
    background: #E869A0;
  }
  .search_item_spec_area02 dd {
    padding: 1% 0 2%;
    background: #FFFAE0;
  }
  .search_item_spec_area02 dd ul {
    width: 95%;
    margin: 0 auto;
  }
  .search_item_spec_area02 dd ul li {
    width: 24%;
    font-size: 0.6rem;
    line-height: 2;
  }
  .search_item_spec03__box {
    position: relative;
    width: 90%;
    padding: 5%;
    margin: 0 auto 5%;
  }
  h3.search_item_spec03_h3 {
    width: 100%;
    top: 0;
    margin: 0 auto 5%;
    padding: 0 0 0 5%;
    line-height: 1;
    font-size: 1rem;
  }
  ul.search_item_spec03_point {
    padding: 0 0 0 5%;
    margin: 2% auto 0;
  }
  ul.search_item_spec03_point li {
    position: relative;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1.2;
  }
  ul.search_item_spec03_point li:last-of-type {
    margin: 0;
  }
  ul.search_item_spec03_point li:before {
    position: absolute;
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -7%;
  }
  
.search_btn input{
    display: block;
    text-align: center;
    margin: 0 auto 0;
    width: 60%;
    line-height: 1.2;
    padding: 3%;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
}

  
  a.search_item_linkbutton {
    display: block;
    text-align: center;
    margin: 0 auto 0;
    width: 80%;
    line-height: 1.2;
    padding: 3%;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    font-size: 1rem;
  }
.search_item_header_score .star_icon {
  position: absolute;
  top: 15%;
  width: 35%;
}
  a.search_item_linkbutton:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-size: 1rem;
    font-weight: 900;
    right: 5%;
    top: 52%;
  }
  a.search_item_linkbutton:after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
  }
  a.search_item_linkbutton span {
    font-size: 1.4rem;
  }
  .search_item_linkbutton_subtitle {
    line-height: 1;
    margin: 0 0 10px;
  }
  .search_item_linkbutton_subtitle::before, .search_item_linkbutton_subtitle::after {
    content: "";
    width: 1px;
    height: 30px;
  }
  .search_item_linkbutton_subtitle::before {
    left: -28%;
    bottom: -60%;
    transform: rotate(-30deg);
  }
  .search_item_linkbutton_subtitle::after {
    right: -18%;
    bottom: -60%;
    transform: rotate(30deg);
  }
  h3.search_item_review__h3 {
    width: 90%;
    margin: 0 auto 3%;
    border-radius: 300px;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    font-size: 24px;
  }
  h3.search_item_review__h3 i {
    margin: 0 5px 0 0;
  }
  span.search_item_review__h3_notice {
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 50%;
  }
  li.search_item_review {
    position: relative;
  }
  ul.search_item_review__wrap li.search_item_review:not(:last-child) {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  ul.search_item_review__wrap li.search_item_review:not(:last-child):after {
    position: absolute;
    display: block;
    content: '';
    background: #ccc;
    height: 2px;
    width: calc(100%);
    bottom: 0;
    left: 50%;
  }
  p.search_item_review__description {
    font-size: 20px;
  }
  .search_item_review__box {
    position: relative;
    margin: 0 0 20px;
  }
  /* slick */
  .search_item_review__box .sliderArea {
    max-width: 100%;
    height: 155px;
    margin: 0 auto;
    padding: 0 25px;
  }
  .search_item_review__box .sliderArea ul {
    width: 95%;
    margin: 0 auto;
  }
  .search_item_review__box .sliderArea.w300 {
    max-width: 300px;
  }
  .search_item_review__box .slick-slide {
    margin: 0 5px;
  }
  .search_item_review__box .slick-slide img {
    width: 100%;
    height: auto;
  }
  .search_item_review__box .slick-prev, .slick-next {
    z-index: 1;
  }
  .search_item_review__box .slick-prev:before, .slick-next:before {
    color: #000;
    font-size: 1.6rem !important;
    opacity: 1 !important;
    color: #e869a0 !important;
  }
  .search_item_review__box .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  .search_item_review__box .slick-active {
    opacity: 1;
  }
  .search_item_review__box .slick-current {
    opacity: 1;
  }
  .search_item_review__box .thumb {
    margin: 20px 0 0;
  }
  .search_item_review__box .thumb .slick-slide {
    cursor: pointer;
  }
  .search_item_review__box .thumb .slick-slide:hover {
    opacity: .7;
  }
  /* slick end */
  .grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: 5px 0;
    font-size: 1.3rem;
  }
  .search_item_review__wrap {
    width: 90%;
    margin: 0 auto;
  }
  .slider02 li dl {
    width: 100%;
    display: inline-block;
    height: 150px;
    vertical-align: middle;
    padding: 5%;
    font-size: 0.6rem;
    border: solid 2px #E869A0;
    border-radius: 10px;
  }
  .slider02 dt {
    position: relative;
    margin: 0 auto 1%;
    padding: 0 0 3% 60px;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.4;
    background-size: 50px 50px;
  }

  .slider02 dd {
    font-size: 0.75rem;
    /* font-size: 12px; */
  }
  .slider02 .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .slider02 .grad-trigger:checked + .grad-btn {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
  }
  .slider02 .grad-trigger:checked ~ ul.search_item_review__wrap {
    height: auto; /*チェックされていたら、高さを戻す*/
  }
  .slider02 .grad-trigger:checked ~ ul.search_item_review__wrap::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
  p.search_item_notice {
    margin: 15px 0 0;
    color: #666;
  }
}

/*about
---------------------------------------------------------------------------*/

section.about{
width: 100%;
max-width: 2000px;
padding: 40px 0 0;
}

h2.about_h2{
font-size: 32px;
padding: 10px 0;
margin: 0 0 40px;
background: #e1e1e1;
border-radius: 10px 10px 0 0;

}

h2.about_h2:after,h2.about_h2:before{
content:'－';
margin: 0 10px 0 10px;
color: #999;
}


table.about_table{
width: 100%;
border-collapse: collapse;
text-align: left;
margin: 0 auto 60px;
font-size: 24px;
}

table.about_table tr{
border-bottom: dotted 2px #ccc;
}

table.about_table tr:first-child{
border-top: dotted 2px #ccc;
}

table.about_table th,table.about_table td{
padding: 15px 0px;
}

h4.about_h4{
font-size: 28px;
border-left: solid 6px #888;
padding: 0 0 0 6px;
line-height: 1.25;
margin: 0 0 15px;
}

p.about_p{
margin: 0 0 30px;
}

p.about_p:last-child{
margin: 0 0 60px;
}

/*survey
---------------------------------------------------------------------------*/

section.survey{
width: 100%;
padding: 40px 0 0;
}

h2.survey_h2{
font-size: 32px;
padding: 10px 0;
margin: 0 0 40px;
background: #e1e1e1;
border-radius: 10px 10px 0 0;
}

h2.survey_h2:after,h2.survey_h2:before{
content:'－';
margin: 0 10px 0 10px;
color: #999;
}

h3.survey_h3{
font-size: 28px;
border-left: solid 6px #ccc;
border-bottom: solid 1px #ccc;
padding: 0 0 6px 6px;
line-height: 1.35;
margin: 0 0 15px;
}

p.survey_p{
margin: 0 0 30px;
}

p.survey_p:last-child{
margin: 0 0 60px;
}

.fv_notice{
    margin: 24px auto 0px;
    width: calc(100% - 20px);
    padding: 10px;
    border: solid 4px #00B8BF;
    border-radius: 0px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
    color: #666;
}

p.fv_notice_description{
font-weight: bold;
}

p.fv_notice_description span.__red{
color: #E8438A;
}

@media screen and (max-width:768px) {

/*about
---------------------------------------------------------------------------*/

section.about{
width: 100%;
padding: 0px 10px 0;
}

h2.about_h2{
font-size: 20px;
padding: 10px 0 10px;
margin: 40px 0 20px;
border-radius: 6px 6px 0 0;
}

h2.about_h2:after,h2.about_h2:before{

margin: 0 5px 0 5px;
}

table.about_table{
width: 940px;
border-collapse: collapse;
text-align: left;
margin: 0 auto 60px;
}

table.about_table{
width: 100%;
font-size: 14px;
margin: 0 auto 30px;
}

table.about_table tr{
border-bottom: dotted 1px #ccc;
}

table.about_table tr:first-child{
border-top: dotted 1px #ccc;
}

table.about_table th,table.about_table td{
padding: 15px 0px;
}

h4.about_h4{
font-size: 16px;
border-left: solid 4px #888;
padding: 0 0 0 6px;
margin: 0 0 10px;
}

p.about_p{
margin: 0 0 15px;
}

p.about_p:last-child{
margin: 0 0 30px;
}

/*survey
---------------------------------------------------------------------------*/

section.survey{
width: 100%;
padding: 0 10px;
}

h2.survey_h2{
font-size: 20px;
padding: 10px 0 10px;
margin: 40px 0 20px;
border-radius: 6px 6px 0 0;
}

h2.survey_h2:after,h2.survey_h2:before{

margin: 0 5px 0 5px;
}

h3.survey_h3{
font-size: 16px;
border-left: solid 6px #ccc;
border-bottom: solid 1px #ccc;
padding: 0 0 6px 6px;
margin: 0 0 10px;
}

p.survey_p{
margin: 0 0 15px;
}

p.survey_p:last-child{
margin: 0 0 30px;
}

  h3.ranking_item_review__h3 sup{
font-size: 10px;
font-weight: normal;
right: 20px;
}

.fv_notice{
    margin: 10px auto 0px;
    width: calc(100% - 10px);
    padding: 10px;
    border: solid 3px #00B8BF;
    border-radius: 0px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 30%);
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 8px 8px;
}

}