

/* 比較ページ*/

/* 公式ボタン(小) */
.btn_official_small  {
}

.btn_official_small span {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
}

.btn_official_small a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  width: 92px;
  height: 60px;
  /* letter-spacing: 3px; */
  background: #fa4156;
  border: 4px solid #fa939f;
  border-right: 4px solid #e55761;
  border-bottom: 4px solid #df313e;
  margin: 0 auto;
  padding-left: 3px;
}

/* 公式ボタン green */
.green .btn_official_small a {
  background: #00d62d;
  border: 4px solid #66e681;
  border-right: 4px solid #00b71e;
  border-bottom: 4px solid #00a122;
}

/* 公式ボタン orange */
.orange .btn_official_small a {
  background: #ffa500;
  border: 4px solid #ffc966;
  border-right: 4px solid #ea9000;
  border-bottom: 4px solid #d18100;
}

/* 公式ボタン orange2 */
.orange2 .btn_official_small a {
  background: #FF6200;
  border: 4px solid #FF914D;
  border-right: 4px solid #E65800;
  border-bottom: 4px solid #CC4E00;
}

/* 公式ボタン first_green */
.first_green .fv_hikaku tbody tr:first-child .btn_official_small a {
  background: #00d62d;
  border: 4px solid #66e681;
  border-right: 4px solid #00b71e;
  border-bottom: 4px solid #00a122;
}

/* 公式ボタン first_orange */
.first_orange .fv_hikaku tbody tr:first-child .btn_official_small a {
  background: #ffa500;
  border: 4px solid #ffc966;
  border-right: 4px solid #ea9000;
  border-bottom: 4px solid #d18100;
}

/* 公式ボタン first_orange2 */
.first_orange2 .fv_hikaku tbody tr:first-child .btn_official_small a {
  background: #FF6200;
  border: 4px solid #FF914D;
  border-right: 4px solid #E65800;
  border-bottom: 4px solid #CC4E00;
}

.btn_official_small a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  left: 8px;
  /* top: 5px; */
  color: #fff;
  font-size: 24px;
}

.btn_official_small a:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.2);
  opacity: inherit;
}

/*光るボタン*/
.shiny-btn {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}

.shiny-btn:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.2);
  opacity: inherit;
}

.shiny-btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.8; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*光るボタン end*/

/* 比較一覧 */
.fv_hikaku table {
  width: 670px;
  margin: 0 auto;
  margin-top: 30px;
}

.fv_hikaku table tr, .fv_hikaku table td, .fv_hikaku table th {
  border: none;
}

.fv_hikaku table tr td {
  text-align: center;
}

.fv_hikaku table tr td:nth-child(1) {
  width: 23.13%; /* 155px / 670px * 100 */
}

.fv_hikaku table tr td:nth-child(2) {
  width: 29.85%; /* 200px / 670px * 100 */
}

.fv_hikaku table tr td:nth-child(3) {
  width: 5.97%; /* 40px / 670px * 100 */
  font-size: 16px;
}

.fv_hikaku table tr td:nth-child(4) {
  width: 11.19%; /* 75px / 670px * 100 */
}

.fv_hikaku table tr td:nth-child(5) {
  width: 14.18%; /* 95px / 670px * 100 */
}

.fv_hikaku table tr td img {
  width: auto;
  height: auto;
}

.fv_hikaku thead td {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #f1f1f1;
}

.fv_hikaku thead td:nth-child(2) {
  font-size: 18px;
  background-color: #ffef99;
  font-weight: bold;
  color: #4a260a;
}

.fv_hikaku tbody td:nth-child(3) {
}

.fv_hikaku table tbody tr td:nth-child(3) img {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
}

.fv_hikaku thead td span, .fv_hikaku thead td a {
  /* background-color: #f1f1f1; */
  display: block;
  padding: 8px;
}

.fv_hikaku thead td a {
  color: #4A260A;
}

.fv_hikaku thead td a:before {
  content: "\f0dd";
  width: 16px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  background-color: #ea7e7d;
  color: #fff;
  border-radius: 3px;
  padding-bottom: 3px;
  margin-right: 5px;
  text-align: center;
  line-height: 13px;
  font-size: 1.5rem;
  font-weight: 900;
  vertical-align: middle;
}

.fv_hikaku tbody tr {
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.fv_hikaku tbody tr td {
  padding: 20px 8px 12px;
  line-height: 1.2;
  border-left: 1px dotted #ccc;
  min-height: 86px;
  box-sizing: content-box;
  font-size: 14px;
  white-space: nowrap;
}

.js-table_small{
  font-size:12px;
}

.table-comments{
  padding-right: 10px;
}

.table-comments p{
  font-size: 14px;
  text-align: right;
}

.fv_hikaku tbody tr td:first-child {
  border-left: none;
}

.fv_hikaku tbody tr:first-child {
  border: 7px solid #ffd700;
}

.fv_hikaku tbody tr:first-child td:first-child {
  position: relative;
  padding:50px 8px;
}

.fv_hikaku tbody tr:first-child td:first-child:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffa500;
  content: '\f521';
  font-size: 7rem !important;
  position: absolute;
  left: -20px;
  top: -26px;
  transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  text-shadow: 0 0 5px #fff;
}

@media screen and (max-width: 768px), print {
  .fv_hikaku tbody tr:first-child td:first-child:before {
    left: 0;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}

.fv_hikaku tbody .ni-maru {
  font-size: 58px;
  font-weight:600;
  color: #fb444a;
  color: #FB6B70;
  color: #fa4156;
  text-align: center;
}

.fv_hikaku tbody .maru {
  font-size: 50px;
  font-weight:600;
  color: #fb444a;
  color: #FB6B70;
  text-align: center;
}

.fv_hikaku tbody .sankaku {
  font-size: 52px;
  color: #fb444a;
  color: #FB6B70;
  text-align: center;
}

.fv_hikaku tbody .batsu {
  font-size: 52px;
  color: #fb444a;
  color: #FB6B70;
  text-align: center;
}

/* .fv_hikaku table tbody tr td:nth-child(2) img {
  width: 32px;
  height: 32px;
} */

.fv_hikaku table tbody tr td:nth-child(2) ul {
	  display: flex;
	  flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.fv_hikaku table tbody tr td:nth-child(2) ul li {
    display: inline-block;
    font-size: 19px;
    width: 100px;
    margin: 0 0 8px;
    padding: 10px 0;
    line-height: 19px;
    border: 1px solid #ddd;
    color: #aaa;
    border-radius: 7px;
}


/*オフィスワーク→事務職に文言変更のため、18px→19pxへ変更*/
.fv_hikaku table tbody tr td:nth-child(2) ul li:nth-child(2) {
  font-size: 19px;
}

.fv_hikaku table tbody tr td:nth-child(2) ul li.active {
	  border: 2px solid #fc898d;
    color: #FB6B70;
    /* color: #fa4156; */
    font-weight: bold;
    padding: 10px 0;
    background: #fff2f3;
}

/* .fv_hikaku table tbody tr td ul li:nth-child(2) {
   letter-spacing: -.2em;  
} */



.fv_hikaku table tbody tr td:nth-child(2) {
  padding: 20px 8px 12px;
}

.fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active {
  padding: 10px 0 0;
  line-height: 1.1;
}

.fv_hikaku .none {
	  visibility: hidden;
}

.fv_hikaku .text {
	  font-size: 2.8rem;
    font-weight: bold;
    margin: 0 0 8px;
    color: #4A260A !important;
}

.list_box {
  padding: 30px;
  background: #fff3c751;
  margin-bottom: 20px;
  background-color: #ffe8e9;
  background-color: rgba(255, 232, 233, .2);
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff2f3), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff2f3),color-stop(.75, #fff2f3), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 15px 15px;
}

.list_box .title {
  font-weight: bold;
  font-size: 28px;
  color: #fa4156;
}

.list_box .list_check{
	position: relative;
	top: 0.6em;
	margin: 0 0 0.6em 0;
	padding: calc(0.6em + 30px) 20px 40px 40px;
	background: #fff;
	border: 2px solid #FB6B70;
	border-radius: 5px;
}

.list_box .list_check:before{
	position: absolute;
	top: -0.5em;
	left: 10px;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free",sans-serif; 
	font-weight: 900;
	content: '\f0eb  point';
	font-size: 1em;
	line-height: 1;
	color: #FB6B70;
}

.list_box .list_check li{
	list-style: none;
	position: relative;
	margin: 0 0 10px 30px;
	padding: 0 0 0 calc(1em + 10px);
	line-height: 1.4;
}

.list_box .list_check li:before{
	position: absolute;
	top: 12px;
	left: 0;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f00c';
	color: #FB6B70;
  font-size: 0.8em;
}

.list_box .list_check li:last-child{
	margin-bottom: 0px;
}

.content_reason h3.ttl_2 {
  background: url(/assets/img/ttl_bg_reason_2.png) no-repeat center center;
  padding: 0 0 5px 88px;
  height: 67px;
  background-size: 640px !important;
  font-size: 3.5rem !important;
  font-weight: bold;
  text-shadow: 1px 0.5px 0 #4a260a;
  letter-spacing: 1px;
  margin: 45px 0 10px;
}

#top_intro_hikaku a {
  text-decoration: underline !important;
  text-underline-offset: 0.1em;
}

#top_intro_hikaku {
  margin-bottom: 7rem;
}

/* 比較ページ　ここまで*/


.fv_hikaku table thead th {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.fv_hikaku table thead th a, .fv_hikaku table thead th span {
  background-color: #f1f1f1;
  display: block;
  color: #4A260A;
  padding: 10px 2px;
  font-weight: 400;
  white-space: nowrap;
}
.fv_hikaku table thead th a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv_hikaku table thead th a:before {
  content: "\f0dd";
  width: 16px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  background-color: #ea7e7d;
  color: #fff;
  border-radius: 3px;
  padding-bottom: 3px;
  margin-right: 5px;
  text-align: center;
  line-height: 13px;
  font-size: 1.5rem;
  font-weight: 900;
  vertical-align: middle;
}
.fv_hikaku table thead th.active a {
  background-color: #ffef99;
  font-weight: 700;
  font-size: 18px;
}


/* アイコン 共通 */
.fv_hikaku table tbody tr:first-child td:nth-child(2) ul li {
  padding-bottom: 40px !important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 38px;
}
/* 各アイコン */
.fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-money {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-office {
  background-image: url("/assets/img/hikaku/hikaku_ninki_office-g.png");
}
.fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-mikeiken {
  background-image: url("/assets/img/hikaku/hikaku_ninki_clover-g.png");
}
.fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-mensetsu {
  background-image: url("/assets/img/hikaku/hikaku_ninki_heart-g.png");
}
/* 各アイコン／アクティブの時 */
.fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-money {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-office {
  background-image: url("/assets/img/hikaku/hikaku_ninki_office.png");
}
.fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-mikeiken {
  background-image: url("/assets/img/hikaku/hikaku_ninki_clover.png");
}
.fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-mensetsu {
  background-image: url("/assets/img/hikaku/hikaku_ninki_heart.png");
}

/* パーツ sort_hikaku.html／事務職ページ用 */
/* main/jimu_hikaku/*/
/* 各アイコン */
.main_jimu table tbody tr:first-child td:nth-child(2) ul li.type-office {
  background-image: url("/assets/img/hikaku/hikaku_ninki_remote-g.png");
}
.main_jimu table tbody tr:first-child td:nth-child(2) ul li.type-money {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.main_jimu table tbody tr:first-child td:nth-child(2) ul li.type-mikeiken {
  background-image: url("/assets/img/hikaku/hikaku_ninki_clover-g.png");
}
.main_jimu table tbody tr:first-child td:nth-child(2) ul li.type-mensetsu {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
/* 各アイコン／アクティブの時 */
.main_jimu table tbody tr:first-child td:nth-child(2) ul li.active.type-office {
  background-image: url("/assets/img/hikaku/hikaku_ninki_remote.png");
}
.main_jimu table tbody tr:first-child td:nth-child(2) ul li.active.type-money {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.main_jimu table tbody tr:first-child td:nth-child(2) ul li.active.type-mikeiken {
  background-image: url("/assets/img/hikaku/hikaku_ninki_clover.png");
}
.main_jimu table tbody tr:first-child td:nth-child(2) ul li.active.type-mensetsu {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}

/* パーツ sort_hikaku.html／営業職ページ用 */
/* main/eigyo_hikaku/*/
/* 各アイコン */
.main_eigyo table tbody tr:first-child td:nth-child(2) ul li.type-money {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.main_eigyo table tbody tr:first-child td:nth-child(2) ul li.type-office {
  background-image: url("/assets/img/hikaku/hikaku_ninki_remote-g.png");
}
.main_eigyo table tbody tr:first-child td:nth-child(2) ul li.type-mikeiken {
  background-image: url("/assets/img/hikaku/hikaku_ninki_clover-g.png");
}
.main_eigyo table tbody tr:first-child td:nth-child(2) ul li.type-mensetsu {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
/* 各アイコン／アクティブの時 */
.main_eigyo table tbody tr:first-child td:nth-child(2) ul li.active.type-money {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.main_eigyo table tbody tr:first-child td:nth-child(2) ul li.active.type-office {
  background-image: url("/assets/img/hikaku/hikaku_ninki_remote.png");
}
.main_eigyo table tbody tr:first-child td:nth-child(2) ul li.active.type-mikeiken {
  background-image: url("/assets/img/hikaku/hikaku_ninki_clover.png");
}
.main_eigyo table tbody tr:first-child td:nth-child(2) ul li.active.type-mensetsu {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}

/* パーツ sort_hikaku.html／年収ページ用 */
/* main/nenshu_hikaku/*/
/* 各アイコン */
.main_nenshu table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.main_nenshu table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_money-g.png");
}
.main_nenshu table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_clover-g.png");
}
.main_nenshu table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_heart-g.png");
}
/* 各アイコン／アクティブの時 */
.main_nenshu table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.main_nenshu table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_money.png");
}
.main_nenshu table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_clover.png");
}
.main_nenshu table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_heart.png");
}

/* パーツ sort_hikaku.html／未経験ページ用 */
/* main/mikeiken_hikaku/*/
/* 各アイコン */
.main_mikeiken table tbody tr:first-child td:nth-child(2) ul li.type-money {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.main_mikeiken table tbody tr:first-child td:nth-child(2) ul li.type-office {
  background-image: url("/assets/img/hikaku/hikaku_ninki_office-g.png");
}
.main_mikeiken table tbody tr:first-child td:nth-child(2) ul li.type-mikeiken {
  background-image: url("/assets/img/hikaku/hikaku_ninki_clover-g.png");
}
.main_mikeiken table tbody tr:first-child td:nth-child(2) ul li.type-mensetsu {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
/* 各アイコン／アクティブの時 */
.main_mikeiken table tbody tr:first-child td:nth-child(2) ul li.active.type-money {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.main_mikeiken table tbody tr:first-child td:nth-child(2) ul li.active.type-office {
  background-image: url("/assets/img/hikaku/hikaku_ninki_office.png");
}
.main_mikeiken table tbody tr:first-child td:nth-child(2) ul li.active.type-mikeiken {
  background-image: url("/assets/img/hikaku/hikaku_ninki_clover.png");
}
.main_mikeiken table tbody tr:first-child td:nth-child(2) ul li.active.type-mensetsu {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}

/* パーツ sort_hikaku_2.html／(旧)栄養士ページ用 */
/* /job/eiyou/hikaku/ /job/eiyou-n/hikaku/ */
/* 各アイコン */
.eiyou .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.eiyou .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_nikkin-g.png");
}
.eiyou .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6-g.png");
}
.eiyou .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
/* 各アイコン／アクティブの時 */
.eiyou .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.eiyou .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_nikkin.png");
}
.eiyou .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6.png");
}
.eiyou .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}

/* パーツ sort_hikaku_2.html／栄養士ページ用 */
/* /eiyou/hikaku/ */
/* 各アイコン */
.eiyou-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.eiyou-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_nikkin-g.png");
}
.eiyou-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6-g.png");
}
.eiyou-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
/* 各アイコン／アクティブの時 */
.eiyou-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.eiyou-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_nikkin.png");
}
.eiyou-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6.png");
}
.eiyou-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}

/* パーツ sort_hikaku_2.html／栄養士ページ用 */
/* /eiyou/hoikuen/ */
/* 各アイコン */
.eiyou-hoikuen .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.eiyou-hoikuen .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_karute-g.png");
}
.eiyou-hoikuen .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6-g.png");
}
.eiyou-hoikuen .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
/* 各アイコン／アクティブの時 */
.eiyou-hoikuen .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.eiyou-hoikuen .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_karute.png");
}
.eiyou-hoikuen .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6.png");
}
.eiyou-hoikuen .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}

/* パーツ sort_hikaku_2.html／調理師ページ用 */
/* /cook/hikaku/ */
/* 各アイコン */
.cook-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.cook-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_school-g.png");
}
.cook-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6-g.png");
}
.cook-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
/* 各アイコン／アクティブの時 */
.cook-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.cook-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_school.png");
}
.cook-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6.png");
}
.cook-h .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}

/* パーツ sort_hikaku_2.html／調理師ページ用 */
/* /cook/license/ */
/* 各アイコン */
.cook-l .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.cook-l .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_cook-g.png");
}
.cook-l .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6-g.png");
}
.cook-l .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
/* 各アイコン／アクティブの時 */
.cook-l .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.cook-l .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_cook.png");
}
.cook-l .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6.png");
}
.cook-l .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}

/* パーツ sort_hikaku_2.html／PTOTSTページ用 */
/* /PTOTST/PT/ */
/* 各アイコン */
.PT .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.PT .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
.PT .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_heart-g.png");
}
.PT .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6-g.png");
}
/* 各アイコン／アクティブの時 */
.PT .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.PT .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}
.PT .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_heart.png");
}
.PT .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6.png");
}

/* パーツ sort_hikaku_2.html／歯科衛生士ページ用 */
/* /job/dental/hikaku/ */
/* 各アイコン */
.dental .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.dental .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_heart-g.png");
}
.dental .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
.dental .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6-g.png");
}
/* 各アイコン／アクティブの時 */
.dental .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.dental .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}
.dental .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_heart.png");
}
.dental .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6.png");
}

/* パーツ sort_hikaku_2.html／歯科衛生士(mama)ページ用 */
/* /dental/mama/ */
/* 各アイコン */
.dental_mama .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.dental_mama .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_heart-g.png");
}
.dental_mama .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
.dental_mama .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_child-g.png");
}
/* 各アイコン／アクティブの時 */
.dental_mama .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.dental_mama .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}
.dental_mama .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_heart.png");
}
.dental_mama .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_child.png");
}

/* パーツ sort_hikaku_2.html／歯科衛生士ページ用 */
/* /dental/shinbi/ */
/* 各アイコン */
.shinbi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.shinbi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
.shinbi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_teeth-g.png");
}
.shinbi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6-g.png");
}
/* 各アイコン／アクティブの時 */
.shinbi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.shinbi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}
.shinbi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_teeth.png");
}
.shinbi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6.png");
}

/* パーツ sort_hikaku_2.html／保育士ページ用 */
/* /job/hoiku/hikaku/ */
/* 各アイコン */
.hoiku .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.hoiku .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
.hoiku .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yachin-g.png");
}
.hoiku .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_nikin-g.png");
}
/* 各アイコン／アクティブの時 */
.hoiku .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.hoiku .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}
.hoiku .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yachin.png");
}
.hoiku .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_nikin.png");
}

/* パーツ sort_hikaku_2.html／保育士ページ用 */
/* /hoiku/shokibo/ */
/* 各アイコン */
.shokibo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.shokibo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
.shokibo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_station-g.png");
}
.shokibo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_nikin-g.png");
}
/* 各アイコン／アクティブの時 */
.shokibo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.shokibo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}
.shokibo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_station.png");
}
.shokibo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_nikin.png");
}

/* パーツ sort_hikaku_2.html／保育士ページ用 */
/* /hoiku/nyujiin/ */
/* 各アイコン */
.nyujiin .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.nyujiin .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_child-g.png");
}
.nyujiin .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yachin-g.png");
}
.nyujiin .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_nikin-g.png");
}
/* 各アイコン／アクティブの時 */
.nyujiin .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.nyujiin .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_child.png");
}
.nyujiin .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yachin.png");
}
.nyujiin .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_nikin.png");
}

/* パーツ sort_hikaku_2.html／(new)管理栄養士ページ用 */
/* /eiyou/kanri/ */
/* 各アイコン */
.eiyou-k .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.eiyou-k .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_karute-g.png");
}
.eiyou-k .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6-g.png");
}
.eiyou-k .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
/* 各アイコン／アクティブの時 */
.eiyou-k .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.eiyou-k .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_karute.png");
}
.eiyou-k .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6.png");
}
.eiyou-k .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}

/* パーツ sort_hikaku_2.html／(new)管理栄養士ページ用 */
/* /eiyou/kanri/ */
/* 各アイコン */
.eiyou-k_hoken .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.eiyou-k_hoken .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_karute-g.png");
}
.eiyou-k_hoken .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_remote-g.png");
}
.eiyou-k_hoken .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
/* 各アイコン／アクティブの時 */
.eiyou-k_hoken .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.eiyou-k_hoken .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_karute.png");
}
.eiyou-k_hoken .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_remote.png");
}
.eiyou-k_hoken .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}

/* パーツ sort_hikaku_2.html／柔整師ページ用 */
/* /therapist/shinkyushi/ */
/* 各アイコン */
.judo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.judo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
.judo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6-g.png");
}
.judo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_clinic-g.png");
}
/* 各アイコン／アクティブの時 */
.judo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.judo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}
.judo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6.png");
}
.judo .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_clinic.png");
}

/* パーツ sort_hikaku_2.html／鍼灸師ページ用 */
/* /therapist/shinkyushi/ */
/* 各アイコン */
.shinkyushi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet-g.png");
}
.shinkyushi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi-g.png");
}
.shinkyushi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6-g.png");
}
.shinkyushi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6-g.png");
}
/* 各アイコン／アクティブの時 */
.shinkyushi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-1 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_wallet.png");
}
.shinkyushi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-2 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_yasumi.png");
}
.shinkyushi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-3 {
  background-image: url("/assets/img/hikaku/hikaku_ninki_time6.png");
}
.shinkyushi .fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active.type-4 {
  background-image: url("/assets/img/hikaku/hikaku_hari.png");
}

.fv_hikaku table tbody tr .recruit-sponsored {
  color: #404040;
  font-size: 13px;
  display: block;
  text-align: left;
}

.fv_hikaku_inner {
  height: 1080px;
  overflow: hidden;
  position: relative;
}
.fv_hikaku_inner:after {
  content: "";
  display: block;
  background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="transparent", endColorstr="#ffffff",GradientType=0 );
  width: 100%;
  height: 55px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s;
}
.fv_hikaku .btn-more {
  width: 50%;
  height: 60px;
  margin: 0 auto;
  background-color: #ff8000;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.fv_hikaku .btn-more span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.2s;
}
.fv_hikaku .btn-more span.text-more:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}
.fv_hikaku .btn-more span.text-close:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #ffffff transparent;
}


/* もっと見るボタン非表示に伴う設定（保育士ページ/栄養士(job)/栄養士(eiyou/hikaku)/管理栄養士(eiyou/kanri)/歯科衛生士(hikaku/mama/shinbi)/PTOTST/調理師のみ） */

.PT a#btn-more-view,
.judo a#btn-more-view,
.shinkyushi a#btn-more-view,
.eiyou a#btn-more-view,
.eiyou-h a#btn-more-view,
.eiyou-k a#btn-more-view,
.eiyou-k_hoken a#btn-more-view,
.eiyou-hoikuen a#btn-more-view,
.cook-h a#btn-more-view,
.hoiku a#btn-more-view,
.nyujiin a#btn-more-view,
.shokibo a#btn-more-view,
.dental_mama a#btn-more-view,
.shinbi a#btn-more-view,
.dental a#btn-more-view{
    display: none;
}

.shinkyushi .fv_hikaku.close .fv_hikaku_inner:after,
.judo .fv_hikaku.close .fv_hikaku_inner:after,
.PT .fv_hikaku.close .fv_hikaku_inner:after,
.eiyou .fv_hikaku.close .fv_hikaku_inner:after,
.eiyou-h .fv_hikaku.close .fv_hikaku_inner:after,
.eiyou-k .fv_hikaku.close .fv_hikaku_inner:after,
.eiyou-k_hoken .fv_hikaku.close .fv_hikaku_inner:after,
.eiyou-hoikuen .fv_hikaku.close .fv_hikaku_inner:after,
.cook-h .fv_hikaku.close .fv_hikaku_inner:after,
.hoiku .fv_hikaku.close .fv_hikaku_inner:after,
.nyujiin .fv_hikaku.close .fv_hikaku_inner:after,
.shokibo .fv_hikaku.close .fv_hikaku_inner:after,
.dental_mama .fv_hikaku.close .fv_hikaku_inner:after,
.shinbi .fv_hikaku.close .fv_hikaku_inner:after,
.dental .fv_hikaku.close .fv_hikaku_inner:after{
    display: none;
}

.shinkyushi .fv_hikaku.close .fv_hikaku_inner,
.judo .fv_hikaku.close .fv_hikaku_inner,
.PT .fv_hikaku.close .fv_hikaku_inner,
.eiyou .fv_hikaku.close .fv_hikaku_inner,
.eiyou-h .fv_hikaku.close .fv_hikaku_inner,
.eiyou-k .fv_hikaku.close .fv_hikaku_inner,
.eiyou-k_hoken .fv_hikaku.close .fv_hikaku_inner,
.eiyou-hoikuen .fv_hikaku.close .fv_hikaku_inner,
.cook-h .fv_hikaku.close .fv_hikaku_inner,
.hoiku .fv_hikaku.close .fv_hikaku_inner,
.nyujiin .fv_hikaku.close .fv_hikaku_inner,
.shokibo .fv_hikaku.close .fv_hikaku_inner,
.dental_mama .fv_hikaku.close .fv_hikaku_inner,
.shinbi .fv_hikaku.close .fv_hikaku_inner,
.dental .fv_hikaku.close .fv_hikaku_inner{
  height: auto;
}

.fv_hikaku.close .fv_hikaku_inner {
  /* height: 1080px; */
  /* 5つ */
  height: 840px;
  /* 3つ */
  height: 580px;
}
.fv_hikaku.close .fv_hikaku_inner:after {
  display: block;
}
.fv_hikaku.close .text-close {
  display: none;
}
.fv_hikaku.open .fv_hikaku_inner {
  height: auto;
}
.fv_hikaku.open .fv_hikaku_inner:after {
  display: none;
}
.fv_hikaku.open .btn-more {
  margin-top: 30px;
}
.fv_hikaku.open .text-more {
  display: none;
}