@charset "UTF-8";
/* ****************************
 *
 *    Ire's CSS Reset & Base
 *
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead {
  margin: 0;
  padding: 0;
  border: 0;
}

tr, th, td {
  margin: 0;
  padding: 0;
  border: 1px solid #bababa;
}

/* Typography
 * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  text-decoration: none !important;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* Elements
 * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
 * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
 * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/*# sourceMappingURL=base.css.map */
h1, h2, h3, h4, p, dl, dt, dd, a, li, div, span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
}

b, strong, .bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",sans-serif;
}

.font-bold, .agent_title_content .agent_title, .tab_content__body .body_content__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  font-weight: 700;
}

.font-awesome-free, .tab_content__body .body_content__title:before {
  font-family: "Font Awesome 5 Free";
}

.font-awesome-brand {
  font-family: "Font Awesome 5 Brands";
}

.font-awesome-free, .tab_content__body .body_content__title:before {
  font-family: "Font Awesome 5 Free";
}

.font-awesome-solid {
  font-family: "Font Awesome 5 Solid";
}

.font-awesome-regular {
  font-family: "Font Awesome 5 Regular";
}

.rotate45:before {
  transform: rotate(135deg) !important;
  top: 50% !important;
}

.header {
  /* width: 100%;
  height: 75px; */
  display: none;
}

/* ヘッダー固定 */
@media screen and (max-width: 768px) {
  .header {
    /* position: fixed;
    top: 0;
    left: 0;
    z-index: 99; */
  }
}

.header_height {
  width: 1024px;
  margin: 0 auto;
  background: white;
}
@media screen and (max-width: 768px) {
  .header_height {
    width: 680px;
  }
}
.header_logo {
  width: 680px;
  display: flex;
}
.header h1 {
  margin: 0 auto;
}

.ChangeElem_Btn_Content {
  display: flex;
  justify-content: space-around;
  padding-top: 35px;
	padding-top: 0;
  border-bottom: 10px solid #FF9280;
  text-align: center;
}

.ChangeElem_Btn {
  width: 32%;
  height: 67px;
  background: #fff;
  border-style: Solid;
  font-weight: bold;
  font-size: 29px;
  color: #FF9280;
  border: 1px solid #FF9280;
  border-bottom: none;
  cursor: pointer;
}
.ChangeElem_Btn svg {
  margin-left: 24px;
  color: #FF9280;
  display: none;
}

.js-ChangeElem_Btn-on {
  width: 32%;
  height: 67px;
  background: #FF9280 !important;
  border-style: Solid;
  font-weight: bold;
  font-size: 29px;
  color: #FFF !important;
  border: 1px solid #FF9280;
  border-bottom: none;
}
.js-ChangeElem_Btn-on svg {
  color: #FFF !important;
  margin-left: 24px;
  display: inline-block !important;
}

.ChangeElem_Panel {
  text-align: center;
  list-style: none;
}

.footer {
  text-align: center;
  margin: 10px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer {
    width: 680px;
    max-width: 680px;
  }
}
.footer_container {
  width: 1024px;
  margin: -5px auto 0;
}
@media screen and (max-width: 768px) {
  .footer_container {
    width: 680px;
  }
}
.footer_txt {
  width: 680px;
  background: #e8faff;
  padding: 15px 0;
}
.footer_info_txt {
  color: #313131;
  width: 680px;
}
.footer_info_txt:hover {
  opacity: .8;
}
.footer_txtBorder::after {
  content: '|';
  margin-left: 6px;
}
.footer_right {
  width: 1024px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footer_right {
    width: 680px;
  }
}
.footer_right_flex {
  width: 680px;
  display: flex;
  background: #00C4CF;
}
.footer_rightImg {
  padding: 25px 15px 40px 15px;
  min-width: 150px;
  margin: auto;
}
.footer_right_txt {
  padding: 25px 15px 40px 15px;
  color: #ffffff;
  text-align: left;
  margin: auto;
}

#aside {
  width: 500px;
  padding: 25px;
}
#aside .aside_header {
  height: 72px;
  background-color: #00c4cf;
  position: relative;
}
#aside .aside_header .title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.39px;
  text-align: center;
  height: 75px;
  line-height: 75px;
}
#aside .aside_header .js-close {
  position: absolute;
  top: 10px;
  left: 10px;
}
#aside .aside_body {
  padding: 25px;
}
#aside .aside_body .title {
  text-align: center;
  margin-bottom: 20px;
}
#aside .aside_body .content .content_list {
  margin-bottom: 20px;
}
#aside .aside_body .content .content_list a {
  margin-bottom: 10px;
  width: 100%;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  height: 53px;
  /* Text style for "正看護師" */
  color: #18405b;
  line-height: 53px;
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.49px;
  border: 1px solid #c5cfd6;
  border-radius: 5px;
}
#aside .aside_body .content .content_list a:hover {
  background: #e8faff;
}
#aside .aside_body .content .info_list a {
  width: 100%;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  height: 53px;
  /* Text style for "正看護師" */
  color: #313131;
  line-height: 53px;
  font-size: 26px;
  letter-spacing: 0.49px;
  border: 1px solid #c5cfd6;
  border-radius: 5px;
  padding-left: 12px;
}
#aside .aside_body .content .info_list a:hover {
  background: #e8faff;
}
#aside .aside_footer {
  display: flex;
  flex-wrap: wrap;
}
#aside .aside_footer div {
  width: 50%;
  height: 50px;
  background: #f1f1f1;
  text-align: center;
}
#aside .aside_footer a, #aside .aside_footer span {
  /* Text style for "サイトマップ" */
  color: #18405b;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -4.2px;
  text-align: center;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

/*
.sidebar{
  display: none !important;
  position: absolute;

  top: 0;
  right: -530px;
}
*/
.sp-nav-hiden {
  background: #FFF;
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-nav-hiden {
    display: block;
    position: fixed;
    top: 0;
    right: -500px;
    z-index: 99999;
  }
}

.js-nav-header-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .js-nav-header-btn {
    display: block;
  }
}

.blank_back {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9996;
  opacity: 0.6;
  background: black;
}

.footer_top_back {
  /*
  display: none;
  @media screen and (max-width:768px) {
    */
  display: block;
  position: fixed;
  bottom: 30px;
  right: 20px;
  /*
}
*/
}

.overflow-scroll {
  height: 100vh;
  overflow: scroll;
}

#wrapper #main + #aside {
  width: 300px;
  margin-left: 45px;
  padding: 0 0 20px;
  background-color: #fff;
}
#wrapper #main + #aside .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #wrapper #main + #aside {
    display: none;
  }
}
#wrapper #main + #aside .aside_header .title {
  height: auto;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}
#wrapper #main + #aside .aside_body {
  padding: 20px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
#wrapper #main + #aside .aside_body .title {
  margin-bottom: 10px;
}
#wrapper #main + #aside .aside_body .content .content_list a {
  height: auto;
  border: 1px solid #18405B;
  line-height: 38px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
#wrapper #main + #aside .aside_body .content .content_list a:after {
  content: "";
  width: 7px;
  height: 13px;
  background: url(../img/ico_ar_right.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
#wrapper #main + #aside .aside_body .content .info_list a {
  height: auto;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  border-radius: none;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  position: relative;
}
#wrapper #main + #aside .aside_body .content .info_list a:after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(../img/ico_ar_right_gray.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
#wrapper #main + #aside .aside_body .content .info_list a:hover {
  background-color: #FF9280 !important;
}
#wrapper #main + #aside .aside_footer {
  padding: 0 20px 20px 20px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
#wrapper #main + #aside .aside_footer div {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#wrapper #main + #aside .aside_footer a {
  display: block;
  letter-spacing: 0.1em;
  font-size: 13px;
  line-height: 30px;
}

.wrapper {
  width: 1024px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  display: flex;
	color: #4A260A;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    display: block;
  }
}

.main {
  width: 680px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main {
    margin: auto;
  }
}

.this-container {
  width: 1140px;
}
@media screen and (max-width: 768px) {
  .this-container {
    width: 680px;
  }
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body.single .wrapper {
    padding-top: 85px;
  }
}

@media screen and (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
}

*, *:before, *:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

.header_off {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
}

/* menu */
.header_off .header_menu {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 250px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.53s transform;
  transition: 0.53s transform;
  -webkit-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  background-color: #0097a7;
  opacity: 0.8;
}

.header_off .header_menu ul {
  margin: 0;
  padding: 0;
}

.header_off .header_menu li {
  list-style: none;
}

.header_off .header_menu li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.header_off #header_toggle {
  position: absolute;
  display: none;
  opacity: 0;
}

.header_off #header_toggle:checked ~ .header_menu {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

/* menu toggle */
.header_off #header_toggle ~ label {
  display: block;
  padding: 0.5em;
  cursor: pointer;
  -webkit-transition: 0.5s transform;
  transition: 0.5s transform;
  -webkit-transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
  transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
  text-align: center;
  color: #333333;
}

.header_off #header_toggle:checked ~ label {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.header_off #header_toggle ~ label::before {
  font-family: 'FontAwesome';
  content: '\f0c9';
  font-size: 2em;
}

.header_off #header_toggle:checked ~ label::before {
  content: '\f00d';
}

.mainv_hero {
  width: 100%;
}

.mainv_hero {
  width: 1024px;
  margin: 0 auto;
  padding-top: 20px;
	padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .mainv_hero {
    width: 680px;
    /* padding-top: 85px; */
  }
}

.info-slider {
  margin: 100px auto;
  width: 80%;
}

.info-slider img {
  height: auto;
  width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.hidden_agent {
  display: none;
}

.d_none {
  display: none;
}

.js-btn-on .off {
  display: none;
}
.js-btn-on .on {
  display: block;
}

.on {
  display: none;
}

.off {
  display: block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.overflow {
  overflow: inherit !important;
}
.overflow--hidden, .star_rating_area .front {
  overflow: hidden !important;
}
.overflow--none {
  overflow: inherit !important;
}

.pc-side-nav-fixed {
  position: fixed;
}

.mt-60 {
  margin-top: 60px;
}

.pt-85 {
  padding-top: 85px;
}

.star_rating_area {
  width: 180px;
  height: 24px;
  font-size: 24px;
}
.star_rating_area .icon_area {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1.2px;
  position: relative;
  height: 24px;
  float: left;
}
.star_rating_area .number_area {
  float: right;
  letter-spacing: 1.2px;
  height: 24px;
  	color: #00a5be;
}
.star_rating_area .front {
  color: #faaf3b;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  text-align: left;
  white-space: nowrap;
}
.star_rating_area .bac {
  color: gray;
  top: 0;
  left: 0;
  text-align: left;
  white-space: nowrap;
}

.search_container {
/*  background-color: #e8faff;	*/
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.search_wrapper {
  display: flex;
  justify-content: space-around;
  padding-top: 27px;
  padding-bottom: 15px;
}
.search_change_term {
  margin-right: -5px;
  padding-right: 20px;
}

.search_box {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 2.37px solid #008ecd;
  border-radius: 5px;
  
  	border: 1px solid #00c4cf;
    border-radius: 8px;
    
    /* test */
	border: 1px solid #00c4cf;
    border-radius: 0 0 8px 8px;
}
    
.search_box_ttl {
  background: #fffce0;
  margin: 1.5px;
  
  	font-weight: normal;
    font-size: 2rem;
    padding: 5px 20px;
    background: #effeff;
    
    /* test */
    font-weight: normal;
    font-size: 2.5rem;
    border: 2px solid #00c4cf;
    border-radius: 8px;
    padding: 10px 20px;
    color: #00C4CF;
}

.search_box_ttl span {
	color: #555;
	color: #6f5b4a;
}

.search_box_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 28px;
	margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  /*
  margin-bottom: -16px;
  */
  padding: 0 23px 23px;
}
.search_box_region {
  padding-right: 10px;
}
.search_box_region, .search_box_work {
  border-radius: 5px;
  max-width: 265px;
  margin: 0 auto;
  width: 100%;
}
.search_box_work {
  padding-left: 10px;
}
.search_box_width {
  padding-left: 20px;
  padding-right: 20px;
}
.search_box_wrap {
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
}
.search_box_wrap label {
  margin-left: 24px;
  margin-right: 24px;
}
.search_box_wrap .js-search_box_wrap {
  height: 70px;
}
.search_box_wrap .js-search_box_wrap img {
  border-radius: 5px;
}
.search_box_check {
  border: 1px solid #00C4CF;
}
.search_box_check:hover {
  border: 3px solid #00C4CF;
  padding: 10px;
}
.search_box_case {
  margin: 1px;
}
.search_box_go {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #FE9280;
  background: #00C4CF;
  	border-bottom: 5px solid #9acccf;
    background: #4cd6dd;
  	border-radius: 8px;
  max-width: 573px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  height: 85px;
  	height: 76px;
  width: 100%;
}
.search_box_txt {
  color: #ffffff;
/*  margin-left: 25px;	*/
  font-size: 35px;
  font-weight: bold;
	font-size: 32px;
    letter-spacing: 2px;
}
.search_box_searchImg {
  position: relative;
  right: -70px;
  width: 35px;
  height: 35px;
}
.search_box .search_select {
  -webkit-appearance: none;
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#ededed), to(#fff));
  /*
  border: 2px solid #ccc;
  */
  border: 1px solid #ccc;
  /*
  border-radius: 5px;
  */
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  height: 70px;
  line-height: 38px;
  /*
  margin: 0 0 8px 5px;
  */
  margin: 0;
  padding: 13px 10px 10px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 275px;
  position: relative;
  	background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#e7f2f3), to(#fff));
}
.search_box .area_wraper {
  margin-right: 20px;
}
.search_box .area_wraper,
.search_box .job_wraper,
.search_box .facility_wrapper,
.search_box .advantage_wrapper,
.search_box .employment_wrapper {
  position: relative;
  margin-bottom: 10px;
}
.search_box .area_wraper .label,
.search_box .job_wraper .label,
.search_box .facility_wrapper .label,
.search_box .advantage_wrapper .label,
.search_box .employment_wrapper .label {
  position: absolute;
  top: 20%;
  left: 10%;
  pointer-events: none;
  font-size: 20px;
  z-index: 98;
}
.search_box .area_wraper .label span,
.search_box .job_wraper .label span,
.search_box .facility_wrapper .label span,
.search_box .advantage_wrapper .label span,
.search_box .employment_wrapper .label span {
  font-size: 30px;
/*  font-weight: bold; */
	margin-right: 5px;
	font-size: 28px;
}
.search_box .area_wraper .label:after,
.search_box .job_wraper .label:after,
.search_box .facility_wrapper .label:after,
.search_box .advantage_wrapper .label:after,
.search_box .employment_wrapper .label:after {
  position: absolute;
  content: url("../img/arrow_select.png");
  left: 150%;
  top: 10%;
  z-index: 999;
	
	content: '\f0d7';
    font-size: 3rem !important;
    position: relative;
    left: 7.5rem;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #777;
}


.search_box .employment_wrapper .label:after {
	left: 2rem;
}

.agent_container {
  width: 100%;
  max-width: 680px;
/*  background: #e8faff;	*/
  padding-top: 37px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
	padding: 35px 10px 0;
}
.agent_wrapper {
  max-width: 620px;
	max-width: 640px;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  
  	border: 1.5px dashed #fba3a6;
    border-radius: 8px;
	padding: 2em 1em;
}
.agent_head {
/*  padding-top: 40px;	*/
  display: flex;
  justify-content: center;
}
.agent_head_img {
  display: inline;
  position: relative;
  margin-right: 5px;
}
.agent_head_img::before {
  display: inline-block;
  width: 26px;
  height: 10px;
  content: '';
  top: -11px;
  left: 1px;
  position: relative;
  border-top: 1px solid #00C4CF;
  transform: rotateZ(45deg);
  transform-origin: left center;
}

.agent_head > h3 {
  display: inline;
  font-size: 30px;
  font-weight: normal;
  	color: #00C4CF;
}

.agent_head > h3::after {
  display: inline-block;
  width: 26px;
  height: 10px;
  content: '';
  top: 2px;
  right: 19px;
  position: relative;
  border-top: 1px solid #00C4CF;
  transform: rotateZ(135deg);
  transform-origin: right center;
}
.agent_ol {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0.5em;
  background: #ffffff;
  margin-left: 30px;
	margin-left: 20px;
}
.agent_li {
  position: relative;
  line-height: 2.3em;
  padding: 0.7em 0.5em 0.2em 2.1em;
}
.agent_li::before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #00C4CF;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight: bold;
  font-size: 27px;
  border-radius: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  top: 23%;
  transform: translateY(-45%);
}

.agent_under_deco {
  font-size: 32px;
  color: #313131;
  padding-left: 3px;
  background: linear-gradient(transparent 50%, yellow 100%);
}

.agent_txt_desc {
 /* color: #313131;	*/
  font-size: 30px;
  line-height: 47px;
}
.agent_txt_flex {
  display: flex;
}


/* dt */
dt.agent_li {
    position: relative;
    padding: 0.7em 0.5em 0.8em 2.5em;
}

dt.agent_li strong {
	color: #4A260A;
	font-size: 32px;
    padding-left: 3px;
    background: linear-gradient(transparent 60%, #FFDCDD 50%);
}

dt.agent_li::before {
  	position: absolute;
  	counter-increment: number;
  	content: counter(number);
  	display: inline-block;
  	background: #00C4CF;
  	color: white;
  	font-family: 'Avenir','Arial Black','Arial',sans-serif;
  	font-weight: bold;
  	font-size: 27px;
  	border-radius: 50%;
  	left: 0;
  	text-align: center;
	width: 36px;
    height: 36px;
    line-height: 24px;
    top: 46%;
    padding: 5px 5px;
}

dl.agent_ol dd {
	padding-left: 4rem;
	font-size: 2.8rem;
}

dd.agent_txt_desc {
	padding-left: 1.5em;
}

dl.agent_ol .ttl_official_site {
	padding: 5px 8px;
    border-radius: 8px;
    border: 2px solid #00C4CF;
    color: #00C4CF;
    font-size: 1.8rem;
	font-weight: bold;
    margin: 5px 10px 2.5rem 0;
}

dl.agent_ol .agent_url {
	padding: 8px 0;
    font-size: 2.5rem;
}


.agent_official_site {
  border: 1px solid #008ecd;
  color: #008ecd;
  padding-left: 14px;
  padding-top: -4px;
  padding-right: 13px;
  margin-top: -5px;
  border-radius: 9px;
  margin-right: 20px;
  padding-bottom: -7px;
  font-size: 19px;
}
.agent_site {
  color: #00C4CF;
  font-size: 26px;
  letter-spacing: -1px;
}
.agent_attention_txt {
  text-align: right;
  color: #313131;
  margin-right: 35px;
  padding-top: 8px;
  padding-bottom: 20px;
  font-size: 23px;
}

.triangle {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.triangle::before {
  content: '';
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 8px #6697ff;
  position: absolute;
  top: -3px;
  left: 3px;
  margin-top: -10px;
}
.triangle .hidden_agent {
  display: none;
}

.agent_title_content {
  background: #b3edf1;
  background-image: url("../img/icon_crown_01.png");
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 58px;
  padding-right: 24px;
  border-radius: 8px;
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  
    background: url(/assets/img/icon_crown.png) #e1f9fa 10px no-repeat;
    background: url(/assets/img/icon_crown.png) #ffedee 10px no-repeat;
}
.agent_title_content .agent_title {
  font-size: 29px;
  color: #003968;
	color: #4A260A;
}

.catch {
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 0.33px;
  color: #4D4D4D;
  color: #4d4d4d;
  max-width: 418px;
  padding: 10px 0;
}
.catch h3 {
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 0.41px;
  color: #FF9280;
  color: #ff9280;
}

.how_container {
  width: 100%;
  max-width: 680px;
/*  background: #e8faff;	*/
  padding-top: 35px;
  padding-bottom: 40px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
	padding: 35px 18px 0;
	color: #4A260A;
}
.how_wrapper {
/*  max-width: 620px;	*/
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  background: #F5F3EF;
  border: 1px solid #18405b;
	background: #effeff;
	border: 1px solid #4A260A;
}
.how_head {
  margin-bottom: 24px;
  position: relative;
	padding: 10px;
}
.how_head_txt {
  position: absolute;
  color: #313131;
  top: 73%;
  left: 51%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  white-space: nowrap;
  line-height: 38px;
  color: #003968;
  font-size: 26px;
  font-weight: bold;
}
.how_txt_box {
  padding-left: 50px;
  padding-right: 50px;
	padding: 0 30px;
}
.how_txt {
  margin-bottom: 30px;
  font-size: 27px;
  letter-spacing: -1.2px;
}
.how_txt_orange {
  color: #f49916;
  font-weight: bold;
}
.how_txt_blue {
  color: #00C4CF;
  font-weight: bold;
}
.how_arrow {
  margin-top: -2px;
  text-align: center;
  margin-bottom: 40px;
	margin: 5px 0 15px;
}
.how_archive {
  text-align: center;
  margin-bottom: 27px;
	margin-bottom: 0;
  position: relative;
}
.how_archive_txt {
  width: 500px;
  text-align: left;
  position: absolute;
/*  color: #313131;		*/
  top: 69%;
  left: 53%;
/*  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);		*/
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: normal;
  word-wrap: break-word;
	
	width: 600px;
    position: relative;
    top: -100px;
    left: 28px;
}
.how_search_wrapper {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  background: #cce8f5;
	background: #e1f9fa;
    border-radius: 6px;
}
.how_search_wrap {
  margin: 20px 20px 12px 20px;
}
.how_search_box {
  border-bottom: 1px solid #313131;
  padding-top: 20px;
  padding-bottom: 10px;
	border-bottom: 1px solid #4A260A;
}
.how_cat_span {
  display: inline-block;
}
.how_region, .how_prof, .how_term {
  font-size: 25px;
}
.how_result_box {
  padding: 10px 0;
  position: relative;
}
.how_result {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
/*  color: #003968;	*/
}
.how_result_change {
  text-align: right;
  display: block;
  font-size: 20px;
  font-weight: bold;
/*  color: #003968;	*/
  position: absolute;
  bottom: 13px;
  right: 0;
  cursor: pointer;
}
.how_float {
/*  width: 518px;	*/
  overflow: hidden;
  /*float解除*/
}
.how_float .space {
  float: right;
  /*画像の位置を右下にしたい場合はright*/
  height: 4.5em;
	height: 3em;
}
.how_float .img {
  float: right;
  clear: both;
  /*.spaceのfloat解除*/
  margin: 0 0 1.2em 10px;
  /*画像の周りの余白*/
	margin: 0 0 1em 10px;
}

.recommend {
  margin-bottom: 50px;
}
.recommend_container {
  width: 100%;
  max-width: 680px;
  background: #e8faff;
  padding-top: 35px;
	padding-top: 0;
  background: #ffffff;
  margin: 0 auto;
}
.recommend .img {
  width: 167px;
}
.recommend .img img {
  width: 100%;
}
.recommend .catch {
  width: 425px;
  max-width: 425px;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.33px;
  color: #4D4D4D;
  color: #4d4d4d;
  text-align: left;
}
.recommend .catch h3 {
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 0.41px;
  color: #FF9280;
  color: #ff9280;
}
.recommend_ttl {
  margin-top: 40px;
  margin-bottom: 25px;
}
.recommend_img_flex {
  display: flex;
  justify-content: center;
  height: 270px;
}
.recommend_ttl_img {
  display: flex;
  flex-flow: column;
  position: relative;
  top: -70px;
}
.recommend_figcap {
  padding: 3px;
  text-align: center;
  text-decoration: #00C4CF;
}
.recommend_fig {
  color: #00C4CF;
  border-bottom: 1px solid #00C4CF;
}
.recommend_fig:hover {
  color: #f49916;
  border-bottom: 1px solid #f49916;
}
.recommend_strength {
  display: inline-block;
  margin-top: 25px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.recommend_strength__inner {
  background: url(../img/bb-cb.png);
  width: 385px;
}
.recommend_strength__title {
  font-weight: bold;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 1.5px;
  background: -moz-linear-gradient(0% 50% 0deg, #ffbd00 0%, #ffb500 31.6%, #ffa000 79.95%, #ff9500 100%);
  background: -webkit-linear-gradient(0deg, #ffbd00 0%, #ffb500 31.6%, #ffa000 79.95%, #ff9500 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #ffbd00), color-stop(0.316, #ffb500), color-stop(0.7995, #ffa000), color-stop(1, #ff9500));
  background: -o-linear-gradient(0deg, #ffbd00 0%, #ffb500 31.6%, #ffa000 79.95%, #ff9500 100%);
  background: -ms-linear-gradient(0deg, #ffbd00 0%, #ffb500 31.6%, #ffa000 79.95%, #ff9500 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBD00', endColorstr='#FF9500' ,GradientType=0)";
  background: linear-gradient(90deg, #ffbd00 0%, #ffb500 31.6%, #ffa000 79.95%, #ff9500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBD00',endColorstr='#FF9500' , GradientType=1);
}
.recommend_strength__desc {
  padding: 20px;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.55px;
  color: #008ECD;
  color: #008ecd;
  text-align: left;
  font-weight: bold;
}
.recommend_strength__desc p {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.55px;
  color: #008ECD;
  color: #008ecd;
}
.recommend_table {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  position: relative;
  top: -22px;
}
.recommend_tr, .recommend_th, .recommend_td {
  font-size: 21px;
  color: #313131;
}
.recommend_th {
  background: rgba(0, 196, 207, 0.2);
  font-weight: normal;
  width: 50px;
  white-space: nowrap;
  padding-left: 8px;
}
.recommend_td {
  width: 50px;
  height: 52px;
  white-space: nowrap;
  text-align: left;
  padding-left: 25px;
  padding-right: 21px;
}
.recommend_table_link {
  color: #00C4CF;
  border-bottom: 1px solid #00C4CF;
  font-size: 18px;
}
.recommend_table_link:hover {
  color: #f49916;
  border-bottom: 1px solid #f49916;
}
.recommend_cat {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  display: inline-block;
  position: relative;
  top: -15px;
  text-align: left;
}
.recommend_cat a {
  color: #003968;
  border: 1px solid #003968;
  border-radius: 25px 25px;
  padding: 8px 14px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 22px;
  margin-right: 7px;
}
.recommend_cat a:hover {
  background: #003968;
  color: #ffffff;
}
.recommend_good_box {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  background: #fffce0;
  margin-bottom: 30px;
}
.recommend_good {
  border: 1px solid #bababa;
}
.recommend_good_txt_box {
  text-align: left;
  padding-top: 22px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.recommend_txt {
  font-size: 27px;
  text-align: justify;
  color: #313131;
  line-height: 1.4;
  letter-spacing: .6px;
}
.recommend_change_blue {
  color: #00C4CF;
  font-weight: bold;
}
.recommend_change_orange {
  color: #f49916;
  font-weight: bold;
}
.recommend_value {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  border: 1px solid #bababa;
  margin-bottom: 45px;
}
.recommend_value_ttl {
  margin-bottom: 25px;
}
.recommend_tw_value {
  padding-left: 20px;
  padding-right: 20px;
}
.recommend_tw_img {
  padding-top: 15px;
  max-width: 580px;
  margin: 0 auto;
}
.recommend_tw_valueNot {
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.recommend_value_jaic {
  max-width: 580px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 20px;
  margin-left: 20px;
  border: 1px solid #bababa;
}
.recommend_value_jaicImg {
  background: #fffce0;
  border: 1px solid #313131;
}
.recommend_txt {
  display: inline;
  font-size: 27px;
}
.recommend_txt_border {
  border-bottom: 1px dashed #bababa;
  padding-bottom: 3px;
}
.recommend_close_btn {
  padding: 0 100px;
  background: #ffffff;
  border-radius: 5px;
  width: 286px;
  margin-bottom: 40px;
  height: 50px;
  color: #313131;
  font-size: 24px;
}
.recommend_close_btn:hover {
  background: #e8faff;
}
.recommend_arrow {
  color: #ffffff;
  position: relative;
}
.recommend_arrow::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 55px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #313131;
  border-right: 1px solid #313131;
  transform: rotate(315deg);
  margin-top: -5px;
}
.recommend_success_wrapper {
  max-width: 620px;
  margin: 10 auto;
}
.recommend_success_wrapper .flex {
  justify-content: center;
}
.recommend_success_wrapper .flex > *:nth-of-type(odd) {
  padding-right: 5px;
}
.recommend_success_wrapper .flex > *:nth-of-type(even) {
  padding-left: 5px;
}
.recommend_success_head {
  padding: 20px 0 15px;
  text-align: center;
  /*
  margin-bottom: 15px;
  */
}
.recommend_success_head > h3 {
  display: inline;
}
.recommend_success_head > h3::after {
  display: inline-block;
  width: 26px;
  height: 10px;
  content: '';
  top: 4px;
  right: 32px;
  position: relative;
  border-top: 1px solid #00C4CF;
  transform: rotateZ(135deg);
  transform-origin: right center;
}
.recommend_success_headImg {
  display: inline;
}
.recommend_success_headImg::before {
  display: inline-block;
  width: 26px;
  height: 10px;
  content: '';
  top: -10px;
  left: -4px;
  position: relative;
  border-top: 1px solid #008ecd;
  transform: rotateZ(45deg);
  transform-origin: left center;
}
.recommend_success_txt {
  font-size: 24px;
  color: #00C4CF;
}
.recommend table {
  width: 50%;
}
.recommend table th {
  width: 40%;
  background: #ccf3f5;
  font-size: 24px;
  color: gray;
  font-weight: 300;
  padding: 5px;
  white-space: nowrap;
}
.recommend table td {
  font-size: 24px;
  color: gray;
  padding: 5px 10px;
  text-align: left;
}
.recommend .ChangeElem_Btn_Content {
  border-bottom: 10px solid #00c4cf;
  padding-left: 27px;
  padding-right: 28px;
  margin-bottom: 20px;
}
.recommend .ChangeElem_Btn {
  background: #f1f1f1;
	background: #effeff;
  color: #00c4cf;
  border: 1px solid #00c4cf;
  border-bottom: 0;
	border-radius: 8px 8px 0 0;
}
.recommend .ChangeElem_Btn svg {
  color: #00c4cf;
}
.recommend .js-ChangeElem_Btn-on {
  background: #00c4cf !important;
  border: 1px solid #00c4cf;
}
.recommend .btn-official {
  width: 293px;
  height: 93px;
  background-image: url(../img/btn_koushikisaito_medium.png);
  background-repeat: no-repeat;
  text-indent: -5000px;
  overflow: hidden;
  display: block;
	background-image: url(/assets/img/bg_btn_official_m.png);
}

.recommend_content {
  padding: 5px 0;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .site-main.single .ChangeElem_Panel {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-main.single .ChangeElem_Panel .recommend_container {
  padding: 20px;
  border: 1px solid #00c4cf;
}

@media screen and (max-width: 768px) {
  .js-wraper .ChangeElem_Panel {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.js-wraper .ChangeElem_Panel .recommend_container {
  padding: 20px;
  border-left: 1px solid #00c4cf;
  border-right: 1px solid #00c4cf;
  border-bottom: 1px solid #00c4cf;
}
.js-wraper .ChangeElem_Panel:first-child .recommend_container {
  border-top: 1px solid #00c4cf;
}

body.single .btn-official {
  width: 293px;
  height: 93px;
  background-image: url(../img/btn_koushikisaito_medium.png);
}

.others {
  margin-bottom: 50px;
}
.others_container {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.others_link_box {
  margin-bottom: 50px;
  border-radius: 5px;
  margin-top: 40px;
}
.others_watch {
  padding: 20px 45px;
  border: 1px solid #bababa;
  font-size: 25px;
/*  color: #313131;		*/
  cursor: pointer;
	border-radius: 6px;
}
.others_watch:hover {
  background: #e8faff;
}
.others_wrapper {
/*  background: #e8faff;	*/
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 30px;
  padding-right: 30px;
}
.others_wrap {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  border: 1px solid #00C4CF;
  border-radius: 5px;
  padding-bottom: 25px;
  padding-top: 2px;
}
.others_ttl {
  color: #00C4CF;
/*  background: #fffce0;	*/
  padding-top: 25px;
  font-size: 27px;
  padding-bottom: 17px;
	padding: 10px 0;
}
.others_dl {
  margin-left: 20px;
  margin-right: 20px;
}
.others_dt {
  max-width: 570px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
  padding: 0.2em 0.85em;
/*  color: #494949;		*/
  text-align: left;
  background: #f4f4f4;
  border-left: solid 5px #00C4CF;
  font-size: 25px;
  	background: #effffe;
}
.others_ddWrapper {
  display: flex;
  flex-wrap: wrap;
}
.others_dd {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 32px;
}
.others_link {
  color: #ffffff;
  display: block;
  border-radius: 10px;
  margin: 5px;
  height: 87px;
  line-height: 87px;
  border-bottom: 5px solid #FE9280;
  background: #00C4CF;
  font-weight: bold;
  font-size: 32px;
  width: 48%;
	border-bottom: 5px solid #9acccf;
	background: #4cd6dd;
	
	border-bottom: 7px solid #fbadb0;
    background: #fb777b;
}
.others_link:hover {
  opacity: .8;
}
.others_ddWrapper {
  width: 570px;
  margin-left: 20px;
  margin-right: 20px;
}

.skill {
  max-width: 680px;
  width: 680px;
  margin: 0 auto 50px;
  padding-right: 30px;
  padding-left: 30px;
}
.skill_container {
  border: 1px solid #bababa;
  border-radius: 6px;
}
.skill_ttl {
  background: #fffce0;
  border-radius: 6px;
  height: 138px;
}
.skill_wrapper {
  margin-bottom: 30px;
  text-align: center;
}
.skill_want_know, .skill_know, .skill_prof {
  font-size: 27px;
}
.skill_want_know {
  background: rgba(0, 196, 207, 0.8);
  color: #ffffff;
  height: 50px;
  margin-bottom: 20px;
  line-height: 50px;
  border-radius: 5px;
  margin-top: 26px;
  margin-right: 26px;
  margin-left: 26px;
}
.skill_want {
  display: block;
  text-align: left;
  text-decoration: none !important;
  border-bottom: 1px solid #bababa;
  max-width: 570px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  color: #313131;
  font-size: 28px;
}
.skill_want:hover {
  background: #e8faff;
  transition: all ease .2s;
}
.skill_arrow {
  color: #bababa;
  position: relative;
}
.skill_arrow::before {
  content: "";
  position: absolute;
  top: 57%;
  left: 55px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #313131;
  border-right: 1px solid #313131;
  transform: rotate(45deg);
  margin-top: -5px;
}
.skill_know {
  background: rgba(0, 196, 207, 0.8);
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  margin-top: 26px;
  margin-right: 26px;
  margin-left: 26px;
}
.skill_know_link {
  display: flex;
  border-bottom: 1px solid #bababa;
  padding-top: 20px;
  padding-bottom: 12px;
  margin-right: 26px;
  margin-left: 26px;
}
.skill_know_link:hover {
  background: #e8faff;
  transition: all ease .2s;
}
.skill_knowImg {
  object-fit: contain;
  width: 40%;
}
.skill_dl {
  width: 60%;
  text-align: left;
  margin-left: 12px;
  height: auto;
}
.skill_dt {
  font-weight: bold;
  color: #00C4CF;
  margin-bottom: 11px;
  font-size: 21px;
}
.skill_dd {
  color: #313131;
  font-size: 16px;
}
.skill_prof {
  background: rgba(0, 196, 207, 0.8);
  color: #ffffff;
  height: 50px;
  margin-bottom: 25px;
  line-height: 50px;
  border-radius: 5px;
  margin-top: 26px;
  margin-right: 26px;
  margin-left: 26px;
}
.skill_prof_wrap {
  padding-top: 10px;
}
.skill_prof_txt {
  color: #313131;
  font-size: 24px;
}
.skill .swiper-silide__inner {
  padding: 50px;
}

.info {
  width: 680px;
  margin: 0 auto;
}
.info_wrapper {
  background: #ffffff;
}
.info .swiper-silide__inner {
  padding-bottom: 50px;
}

.agent_table {
  text-align: center;
}
.agent_table th {
  font-size: 24px;
  background: #008DCC;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #FFF;
}
.agent_table tr {
  background: #FFF;
}
.agent_table tr:nth-child(2n) {
  background: #FFFCE0;
}
.agent_table td {
  width: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
}
.agent_table td:first-child {
  width: 200px;
  padding: 25px;
}
.agent_table td a {
  display: block;
  color: #0052ff;
  text-decoration-line: underline !important;
}
.agent_table td a:hover {
  color: #f49916;
}

.tableBox {
  display: none;
}

.tableBox_archive {
  text-align: center;
  margin-bottom: 27px;
  position: relative;
}

.tableBox_archive_txt {
  width: 500px;
  text-align: left;
  position: absolute;
  color: #313131;
  top: 69%;
  left: 53%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: normal;
  word-wrap: break-word;
}

.hyou {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 2.37px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 12px;
}
.hyou img {
  width: 100%;
}

.search_select {
  -webkit-appearance: none;
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#ededed), to(#fff));
  border: 2px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  height: 70px;
  line-height: 38px;
  margin: 0 0 8px 5px;
  padding: 13px 10px 10px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 255px;
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}

.control {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 24px;
  width: 40%;
  text-align: left;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 1px;
  width: 6px;
  height: 16px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.tab_content {
  padding: 40px;
  background: #ffefec;
}
.tab_content__body .body_header__img {
  margin: 20px auto;
  text-align: center;
}
.tab_content__body .body_header__img img {
  /*
   width: 100%;
   */
}
.tab_content__body .body_header .area {
  border: 1px solid #bababa;
  background: #FFFFFF;
  display: flex;
  justify-content: left;
}
.tab_content__body .body_header .area .left {
  width: 121px;
  background-color: #ccf3f5;
  padding: 16px;
  color: #4d4d4d;
  font-size: 22px;
  letter-spacing: -4.27px;
}
.tab_content__body .body_header .area .right {
  color: #4d4d4d;
  font-size: 25px;
  letter-spacing: 1.25px;
  padding: 13px 20px;
}
.tab_content__body .body_content {
  margin-top: 24px;
}
.tab_content__body .body_content__title {
  margin: 16px auto 0;
  color: #ff7c81;
  font-size: 31px;
}
.tab_content__body .body_content__title:before {
  content: "\f14a";
  font-weight: 400;
  font-size: 31px;
}
.tab_content__body .body_content__desc p {
  color: #4d4d4d;
  font-size: 24px;
}

.info_container {
  width: 100%;
}

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

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

/*福山追加分*/
/*インタビュー*/
.interview_container {
  width: 100%;
  max-width: 680px;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.interview_wrapper {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #18405b;
  border-radius: 6px;
}

/*backgroundで設定の場合*/
/*
.interview_head {
    background-image:url(img/ttl_interview.png);
    background-repeat: no-repeat;
    width: auto;
    background-position: bottom center;
    position: relative;
    height: 137px;
}
*/
.interview_txt_box {
  padding-left: 50px;
  padding-right: 50px;
}

.interview_head_txt {
  color: #313131;
  margin: 40px 0 20px 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
  line-height: 38px;
  color: #003968;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #003968;
}

.interview_txt {
  margin-bottom: 30px;
  font-size: 27px;
  letter-spacing: -1.2px;
}

.interview_txt_orange {
  color: #f49916;
  font-weight: bold;
}

.interview_txt_blue {
  color: #008ecd;
  font-weight: bold;
}

.interview_img {
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.interview_img img {
  max-width: 240px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

/*Q&A*/
.interview_qa_box {
  padding: 20px 30px 30px 30px;
  background: #e8faff;
}

.interview_qa_head_txt {
  color: #313131;
  margin: 0 0 20px 0;
  padding: 20px 0 5px 0;
  white-space: nowrap;
  line-height: 38px;
  color: #003968;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #003968;
}

/*アコーディオンメニュー*/
.acd-check {
  display: none;
}

.acd-label {
  background: #008ecd;
  color: #fff;
  display: block;
  padding: 10px 50px 10px 20px;
  position: relative;
  font-size: 21px;
}

.acd-label:before {
  content: "Q";
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}

.acd-label:after {
  background: #008ecd;
  box-sizing: border-box;
  display: block;
  font-family: 'FontAwesome';
  content: '\f107';
  height: auto;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  background: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.acd-check:checked + .acd-label:after {
  font-family: 'FontAwesome';
  content: '\f106';
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px 20px;
  visibility: visible;
}

/*アコーディオンメニュー end*/
/*Q&A end*/
/*アイフレーム*/
.iframe-wrapper {
  position: relative;
  width: 100%;
  padding: 58% 0 0 0;
  margin-bottom: 50px;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*アイフレーム end*/
/*インタビュー end*/
/*コラム*/
.column_container {
  padding-top: 35px;
  padding-bottom: 40px;
}

.column_wrapper {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 680px;
  background: #ffffff;
}

.column_head img {
  width: 100%;
  background: #fffce0;
}

.column_txt_box {
  padding: 40px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 6px;
}

.column_head_txt {
  color: #313131;
  margin: 40px 0 20px 0;
  padding: 0 0 5px 0;
  line-height: 38px;
  color: #003968;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #003968;
}

.column_txt_box p {
  margin-bottom: 30px;
  font-size: 21px;
  letter-spacing: -1.2px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #column .column_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#column .column_wrapper {
  width: auto;
  border: 1px solid #ccc;
}
#column .column_head img {
  border-bottom: 1px solid #ccc;
}

/*コラム end*/
/*お問い合わせ*/
.otoiawase_container {
  width: 100%;
  max-width: 680px;
  /* padding-top: 35px; */
  padding-bottom: 40px;
}

.otoiawase_wrapper {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  background: #ffffff;
}

.otoiawase_txt_box {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  background: #ffffff;
}

.otoiawase_head_txt {
  color: #313131;
  margin: 40px 0 20px 0;
  padding: 0 0 5px 0;
  line-height: 38px;
  color: #003968;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #003968;
}

.otoiawase_txt {
  margin-bottom: 20px;
  font-size: 21px;
  letter-spacing: -1.2px;
  line-height: 1.5;
}

/*お問い合わせ end*/
/*サイトマップ*/
.sitemap_container {
  width: 100%;
  max-width: 680px;
  /* padding-top: 35px; */
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.sitemap_wrapper {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
}

/*
.sitemap_txt_box {
    margin: 0 auto;
    padding: 15px 15px;
    background:#008ecd;
}
*/
/*
.sitemap_head_txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.0;
    color:#008ecd;
}
*/
.sitemap ul {
  margin: 0 auto;
  padding: 10px  15px;
  background: none;
}

.sitemap ul li {
  font-size: 23px;
  color: #008ecd;
  margin-bottom: 10px;
  line-height: 1.2;
}

.sitemap ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.sitemap ul li:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #008ecd;
    font-size: 20px;
    font-weight:900;
    margin-right: 5px;
    content: "\f054";
}

.sitemap a {
  color: #008ecd;
}

.sitemap .sitemap_box2, .sitemap .sitemap_box3 {
  margin-top: 10px;
}

/*ランキングの根拠*/
.ranking_container {
  width: 100%;
  max-width: 680px;
  padding-top: 35px;
  padding-bottom: 40px;
}

.ranking_wrapper {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  background: #ffffff;
}

.ranking_txt_box {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  background: #ffffff;
}

.ranking_head_txt {
  color: #313131;
  margin: 40px 0 20px 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
  line-height: 38px;
  color: #003968;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #003968;
}

.ranking_txt {
  margin-bottom: 20px;
  font-size: 21px;
  letter-spacing: -1.2px;
  line-height: 1.5;
}

.ranking_txt_box ul {
  font-size: 20px;
  padding: 30px;
  border: 1px solid #b5b5b5;
}

/*ランキングの根拠 end*/


/*---------------------
   トップページ btn
-----------------------*/
.btn_area {
	padding: 0 10px;
}

.btn_area img {
	width: 328px;
	padding: 5px 2px 0;
}

.btn_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 10px 15px;
}

/*---------------------------------
   トップページ btn 背景色有り
-----------------------------------*/
.btn_area_2 {
	padding: 15px 10px 20px;
    background: #11C9C4;
}

.btn_area_2 .btn {
	padding: 12px 0 0;
}

.btn_area_2 .btn img {
	width: 328px;
	padding: 4px 4px;
}


/*------------------------
   トップページ btn 3つ
--------------------------*/
.btn_area_3 {
	padding: 0 10px;
}

.btn_area_3 img {
	padding: 0 5px 0 0;
}


/*-------------------------------------
   個別ページ 2社比較　冒頭紹介部分
---------------------------------------*/
.box_intro {
    position: relative;
    margin: 2em 20px;
    padding: 1.2em 1em 1.2em .5em;
    border: dotted 2px #4cd6dd;
    border-radius: 8px;
/*    height: 13rem;*/
    display: flex;
}

.box_intro .title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #4cd6dd;
    font-weight: bold;
}

.box_intro .logo {
    width: 220px;
    float: left;
    padding-top: .5em;
}

.box_intro p {
    width: 375px;
    float: right;
}


/*----------------------------------
   個別ページ 2社比較　box
------------------------------------*/
.box_compare {
    margin: 2em 20px;
    border: solid 1px #4cd6dd;
    border-radius: 10px;
    padding-bottom: 10px;
	text-align: center;
}

.box_compare .title {
    font-size: 1.55em;
    background: #4cd6dd;
    padding: 8px 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 10px 10px 0 0;
}

.box_compare img {
    padding: 0;
    margin: 0;
	width: 625px;
}

.box_compare p {
	text-align: left;
	font-size: 2rem;
    margin: 1rem 2rem;
}


/*----------------------------------
   個別ページ point box
------------------------------------*/
.box_point {
	background: #FFFCE0;
    border: 1px solid #4A260A;
    margin: 3em 20px;
    padding: 10px 10px;
}

.box_point img {
	text-align: center;
}

.box_point p {
	font-size: 1.6em;
    line-height: 1.6;
    margin: 1em .6em;
}


/*----------------------------------
   個別ページ 2社詳細
------------------------------------*/
.ttl_name {
	background: url(/assets/img/bg_ribbon.png) no-repeat center center;
	font-size: 4rem;
    font-weight: bold;
    text-align: center;
    height: 115px;
    padding-top: 10px;
    line-height: 1.1;
	margin-bottom: 10px;
}

.ttl_name .sub_ttl {
	font-size: 2.5rem;
	font-weight: normal
}

.wrap_item {
	margin: 7rem 0 9rem;
}

.wrap_item img {
    text-align: center;
	border: 1px solid #ddd;
	width: 630px;
}


/*---------------------
   box 
-----------------------*/
.box_detail{
	margin: 1.2em 15px 1em;
    border-radius: 10px;
    padding-bottom: 10px;
    font-size: 2.3rem;
    padding: 15px 10px;
    background: #E1F9FA;
}

.box_detail span.title{
	font-weight: bold;
	line-height: 1.2;
    background: -webkit-linear-gradient(transparent 55%, #FBCBCD 0%);
    background: -o-linear-gradient(transparent 55%, #FBCBCD 0%);
    background: linear-gradient(transparent 55%, #FBCBCD 0%);
    padding: 0 0 3px 0;
	letter-spacing: -1px;
	font-size: 2.8rem;
}

.box_detail p {
	text-align: center;
}

.box_detail ul {
	margin: 20px 0 0 0;
}

.box_detail ul li {
	padding: 0 0 0 15px;
	position: relative;
	margin: 5px 0 5px 12px;
}

.box_detail ul li:before {
	display: block;
    content: '';
    position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #FB9799;
	top: 8px;
    left: -5px;
	border: 2px solid #4A260A;
}

.box_detail dl {
	margin: 0 0;
}

.box_detail dl dt {
	padding: 0 0 0 15px;
	position: relative;
	margin: 5px 0 5px 12px;
	font-weight: bold;
}

.box_detail dl dt:before {
	display: block;
    content: '';
    position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #FB9799;
	top: 8px;
    left: -5px;
	border: 2px solid #4A260A;
}

.box_detail dd {
	font-size: 1.5rem;
	font-weight: normal;
    margin: 0 0 15px 25px;
    line-height: 1.2;
}


/*---------------------
   btn 登録する
-----------------------*/
.btn_entry {
	display: block;
	background: #FB777B;
	border-bottom: 6px solid #FBADB0;
    border-radius: 10px;
    color: #fff;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    width: 580px;
    margin: 2rem auto;
    padding: 18px 0;
    letter-spacing: 3px;
}

.btn_entry a {
	text-decoration: none;
	color: #fff;
	display: block;
}


/*---------------------------------------
   btn 看護師転職サイト一覧をチェック
-----------------------------------------*/
.btn_check {
	display: block;
	border-bottom: 6px solid #9acccf;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    width: 620px;
    margin: 2rem auto;
    padding: 15px 0;
    letter-spacing: 1px;
	background: #fff;
	border: 1px solid #00C4CF;
    color: #00C4CF;
    box-shadow: 8px 8px 0px 0px #E1F9FA;
	border-radius: 0;
}

.btn_check a {
	text-decoration: none;
	color: #00C4CF;
	display: block;
}

.btn_check a:after {
	content: "\f14a";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: 10px;
    position: relative;
    left: 0;
    top: 1px;
    color: #00C4CF;
    font-size: 2.6rem;
    font-weight: 900;
} 


/*----------------------------------
   1分でわかる！看護転職
------------------------------------*/
.column_container {
	border: 1px solid #7e6b5a;
    border-radius: 6px;
    max-width: 620px;
    width: 620px;
    margin: 0 auto 50px;
    padding: 0 0 20px;
}

.column_container h3 {
	background: #effeff;
    border-radius: 6px;
    height: 138px;
}

.column_container h4 {
	background: #00c4cf;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin: 25px 25px 20px;
    text-align: center;
    font-size: 2.8rem;
}

.column_container .btn_box {
	text-align: center;
}

.column_container .btn_box img {
	margin: 4px 4px;
}


/*---------------------
   text link
-----------------------*/
.textlink_right {
    text-align: right;
    font-size: 2.4rem;
    font-weight: bold;
    margin: -20px 30px 0 0;
}

.textlink_right:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #fb6b70;
    padding-right: 5px;
    font-size: 3.8rem;
    vertical-align: sub;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.textlink_right a {
	text-decoration: underline !important;
}


/*----------------------------------
   1分でわかる！看護転職　サイドバー
------------------------------------*/
.aside_body .column_box {
	text-align: center;
}

.aside_body .column_box img {
	margin: 3px 0;
}


/*---------------------
   コラムリスト
-----------------------*/
.column_wrap {
	margin: 80px 30px 0px;
}

.column_box a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    border-bottom: 1px dotted #725c44;
    padding: 10px 0 10px 0px;
}

.column_box a .img {
    width: 115px;
    height: 70px;
    text-align: center;
    float: left;
    margin: 0 20px 0 10px;
}

.column_box a .img img {
    width: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

.column_box a .title {
    height: 70px;
    line-height: 1.3;
    color: #59493f;
    font-size: 2.5rem;
    padding-top: 20px;
}

.column_wrap .ttl {
	background: #00c4cf;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin: 25px 0 10px;
    text-align: center;
    font-size: 2.8rem;
    background: #fad5d6;
    font-weight: bold;
}


/*----------------------------------
   ジャンル別検索
------------------------------------*/
.genre_container {
    border-radius: 6px;
    max-width: 620px;
    width: 620px;
    margin: 80px auto 2.5rem;
    padding: 0 0 20px;
    border: 1px solid #00c4cf;
    
    margin: 80px auto 0;
}

.genre_container .ttl {
	background: #effeff;
    border-radius: 6px;
    height: 108px;
    text-align: center;
}

.genre_container .ttl img {
	width: 590px;
	padding-top: 8px;
}

.genre_container .subttl {
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin: 15px 25px 20px;
    text-align: center;
    font-size: 2.8rem;
    background: #ffd9da;
    font-weight: bold;
}

.genre_container .genre {
    height: 48px;
    line-height: 48px;
    margin: 20px 25px 5px;
    font-size: 2.8rem;
    border-left: 8px solid #ffd9da;
	padding-left: 12px;
	font-weight: bold;
}	

.genre_container .btn_box {
	text-align: center;
}

.genre_container .btn_box img {
	margin: 4px 4px;
}

.genre_container .btn {
	width: 586px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.genre_container .btn a {
	color: #fff;
    display: block;
    border-radius: 10px;
    margin: 5px;
    height: 74px;
    line-height: 70px;
    font-weight: bold;
    font-size: 32px;
    width: 48%;
    border-bottom: 8px solid #fbadb0;
    background: #fb777b;
    text-align: center;
}

.genre_container .bnr {
	width: 92%;
	margin: 30px auto 5px;
}


/*------------------------
   コラムページ　hタグ
   h2は導入文も共通
--------------------------*/
.column {
	padding: 0 1.5rem 3rem;
}

.intro h2,
.column h2 {
    background: url(/assets/img/bg_h2.png) no-repeat center center;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    height: 90px;
    padding-top: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.intro h2.multi,
.column h2.multi {
    padding-top: 8px;
}

.intro h2 .sub_ttl,
.column h2 .sub_ttl {
    font-size: 2.2rem;
    font-weight: normal;
}

.column h3 {
	border-top: 3px solid #fbcbcd;
    border-bottom: 3px solid #fbcbcd;
    padding: 10px;
    margin: 40px 0 20px;
    font-size: 2.7rem;
    line-height: 1.2;
    background: #fbcbcd;
}

.column h4 {
	border-left: 8px solid #ffd9da;
    margin: 30px 15px 10px;
    font-size: 2.6rem;
    padding: 7px 0 7px 10px;
    line-height: 1.1;
    border-bottom: 1px dashed #ccb681;
}


/*------------------------
   コラムページ　text
--------------------------*/
.column p {
	font-size: 23px;
	margin: 0 20px 20px;
	line-height: 1.6;
}

.column article {
/*	margin-bottom: 60px;	*/
}


/*-----------------------------
   コラムページ　連番見出し
-------------------------------*/
ol.list_number {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

ol.list_number li {
    font-weight: bold;
    font-size: 25px;
    margin: 2.4rem 0 .8rem 1rem;
    text-indent: -7.6rem;
    padding-left: 4.5rem;
    line-height: 1.2;
}

ol.list_number li:before {
    counter-increment: number;
    content: counter(number);
    background: #4cd6dd;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 .5rem 0 3.5rem;
    padding: 4px 12px;
}



/*----------------------------------
   コラムページ　転職サイトの選び方
------------------------------------*/
/*----- cap -----*/
.column .cap img {
	text-align: center;
	width: 100%;
	height: auto;
	margin: 10px 0 0;
	border: 1px dotted #ccc;
}

/*----- 見出し -----*/
.column h4.ttl_point2 {
	padding: 5px 0 5px 2.8rem;
    font-size: 3rem !important;
    text-indent: -2.8rem;
    border: none;
    margin: 18px 18px;
}

.column h4.ttl_point2:first-of-type {
	border-top: none;
    padding-top: 0;
    border: none !important;
}

.column h4.ttl_point2:before {
	font-family: "Font Awesome 5 Free";
    content: "\f303";
    font-size: 4.3rem !important;
    position: relative;
    left: 0;
    top: 0;
    line-height: .5;
    font-weight: 900;
    margin-right: 3px;
    color: #4cd6dd;		/* blue */
}

.column h4.ttl_point2 span {
    padding: 0 15px 0 35px;
    margin-left: -30px;
    
    /* yellow */
	background: -webkit-linear-gradient(transparent 60%, #fff6d4 0%);
    background: -o-linear-gradient(transparent 60%, #fff6d4 0%);
    background: linear-gradient(transparent 60%, #fff6d4 0%);
    
    /* blue */
	background: -webkit-linear-gradient(transparent 60%, #d2f7fa 0%);
    background: -o-linear-gradient(transparent 60%, #d2f7fa 0%);
    background: linear-gradient(transparent 60%, #d2f7fa 0%);
    
    border-bottom: 1px dashed #4cd6dd;
}

.wrap_point {
	border: 1px dotted #4cd6dd;
	margin: 0 5px 15px;
	padding: 5px 0 0;
}


/*----- URL -----*/
.column .url {
	text-align: right;
	font-weight: bold;
}

.column .url a {
	font-weight: normal;
}


/*---------------------
   求人例box
-----------------------*/
.box_kyujin {
    margin: 15px 20px;
    border: solid 1px #4cd6dd;
    border-radius: 10px;
    padding: 10px 0 0;
}

.box_kyujin .caption {
	font-size: 2.85rem;
    font-weight: bold;
    background: #ffedee;
    margin: 5px 5px;
    padding: 5px 10px;
    border-radius: 8px;
    background: url(/assets/img/ttl_kyujin_bg.png) no-repeat center center;
    text-align: center;
    height: 60px;
    padding-top: 10px;
    margin-bottom: 10px;
    letter-spacing: -.5px;
}

.box_kyujin ul {
	padding: .8rem 0 0 4.5rem;
    font-size: 2.1rem;
}

.box_kyujin ul li {
	margin-bottom: 10px !important;
}

.box_kyujin ul li .item {
	background: #d3f8fa;
    padding: 3px 10px;
    border-radius: 6px;
    margin: 0 12px 0 0 !important;
    width: 120px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.box_kyujin .salary {
	font-size: 2.95rem;
    color: #fb444a;
    font-weight: bold;
    margin: 0 25px 10px 35px;
}

.box_kyujin .salary img {
    position: relative;
	top: 9px;
    left: -5px;
    width: 42px;
}

.box_kyujin .btn_entry {
	letter-spacing: 0;
	padding: 12px 0;
}


/*--------------------------------
   個別ページ　案件詳細box list
----------------------------------*/
.box_details {
    position: relative;
    margin: 1.5em 20px 2em;
    padding: 1.2em .7em .5em .8em;
    border: dotted 2px #4cd6dd;
    border-radius: 8px;
    font-size: 2.1rem;
    border: solid 2px #f6dc00;
}

.box_details .row {
	width: 100%;
}

.box_details .item {
	width: 22%;
	background: #d3f8fa;
    padding: 3px 10px;
    border-radius: 6px;
    margin: ;
    font-weight: bold;
    display: block;
    text-align: center;
    float: left;
    margin-right: 10px;
    background: #fff9bd;
}

.box_details .detail {
	float: left;
    width: 76%;
    margin: 0 0 10px 0;
    display: block;
    padding: 3px 5px 3px 10px;
    font-weight: bold;
    border-bottom: dotted 1px #f6dc00;
}


/*----------------------------
   topページ　ranking box
------------------------------*/
.box_ranking {
    border: solid 2px #dfd6cd;
    border-radius: 3px;
    width: 95%;
    margin: 20px auto 80px;
}

/* main/ranking #top_rankingのみ */
/* #top_ranking .box_ranking {
  margin: 20px auto 80px;
} */

.ribbon {
    position: relative;
    margin: -5px 0 0 8px;
    padding: 20px 0 10px;
    font-weight: bold;
    display: inline-block;
    line-height: 22px;
    background: #483D8B;
}

.ribbon::after {
	content: "";
    top: 2px;
    left: 0px;
    width: 0;
    height: 0;
    z-index: 2;
    border-width: 11px 35px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    position: relative;
    padding: 0;
}

.ribbon .number {
    padding: 5px 0 0 25px;
    color: #fff;
    font-size: 3.5rem;
    font-weight: bold;
}

.ribbon .number_double {
	padding: 5px 0 0 15px;
	color: #fff;
    font-size: 3.5rem;
    font-weight: bold;
}

.box_ranking .box_inner {
    margin: -60px 0 0 15px;
    padding: 0;
}

.box_ranking .box_inner .intro {
    margin: 0 0 0 80px;
    padding: 0;
    font-size: 1.9rem;
}

.box_ranking .box_inner .service_name {
	font-weight: bold;
    font-size: 4rem;
    margin: 0 0 15px 80px;
    padding: 0;
}

.box_ranking .box_inner .service_name span {
	background: -webkit-linear-gradient(transparent 65%, #FCDAE9 0%);
    background: -o-linear-gradient(transparent 65%, #FCDAE9 0%);
    background: linear-gradient(transparent 65%, #FCDAE9 0%);
    padding: 0 0;
}

.box_ranking .box_inner img {
	border: 1px dotted #d3f8fa;
	width: 610px;
    margin: 0 auto;
    height: 320px;
    object-fit: cover;
    object-position: 0 0;
}

.box_ranking .copy {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0;
    margin: 15px 10px 5px;
    color: #4A260A;
    /* width: 85%; */
}

.box_ranking .copy:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #f3a148;
    content: '\f521';
    font-size: 2.9rem !important;
    position: relative;
    left: -.4rem;
    top: 1px;
    margin-right: 3px;
}

.box_ranking .copy span {
	padding: 0 0 3px 0;
    background: -webkit-linear-gradient(transparent 55%, #fff6d4 0%);
    background: -o-linear-gradient(transparent 55%, #fff6d4 0%);
    background: linear-gradient(transparent 55%, #fff6d4 0%);
    letter-spacing: -0.5px;
}

.box_ranking .text {
    font-size: 1.9rem;
    line-height: 1.4;
    margin: 10px;
    color: #857769 !important;
}

.box_ranking .url {
    font-size: 2.3rem;
	margin: 18px 15px 5px;
	text-decoration: underline;
  color: #0000EE;
}

.box_ranking .url a {
	text-decoration: underline;
}

.box_ranking .url span {
    padding: 3px 15px;
    border-radius: 6px;
    margin: 0 12px 0 0 !important;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    background: #FCDAE9;
    color: #4A260A;
}


.btn_official {
  margin: 20px 0 20px;
}

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

.btn_official a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  width: 580px;
  height: 80px;
  letter-spacing: 3px;
  background: #CC0000;
  border-bottom: 6px solid #910000;
  margin: 0 auto;
}

.btn_official a:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  left: 10px;
  /* top: 5px; */
  color: #fff;
  font-size: 3.5rem;
  font-weight: 900;
}


/*--------------------------------
   topページ　ranking box内table
----------------------------------*/
table.service_table {
	width: 97%;
    margin: 20px auto 10px;
    font-size: 2.3rem;
    text-align: center;
}

table.service_table tr,
table.service_table td,
table.service_table th {
    border: 1px solid #d9c7c5;
}

table.service_table th {
	width: 130px;
    padding: 10px 2px;
    background: #f1ebea;
    font-weight: normal;
}

/* table.service_table td {
	width: 30%;
    padding: 10px 5px;
} */


/* 2023.10 */
/* エリア・求人数の項目非表示に */

table.service_table td {
	/* width: 30%; */
    padding: 10px 5px;
}

table.service_table tr:first-child {
  display: none;
}

/* エリア・求人数の項目非表示に ここまで */


table.service_table ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

table.service_table ul li {
	display: inline-block;
    font-size: 2.15rem;
    width: 32.5%;
    margin: 0 0 8px;
    padding: 12px 1px;
    line-height: 1;
    border: 1px solid #ddd;
    color: #aaa;
    border-radius: 7px;
}

table.service_table ul li.active {
	border: 2px solid #d96d96;
    color: #d96d96;
    font-weight: bold;
    padding: 12px 0;
    background: #fcf3f7;
}

table.service_table .none {
	visibility:hidden
}

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


/*--------------------------------
   topページ　ranking box内table
   2列用
----------------------------------*/
table.service_table2 {
	width: 97%;
    margin: 20px auto 10px;
    font-size: 2.3rem;
    text-align: center;
    table-layout: fixed;
}

table.service_table2 tr,
table.service_table2 td,
table.service_table2 th {
    border: 1px solid #77cacf;
}

table.service_table2 th {
	width: 130px;
    padding: 10px 2px;
    background: #d2f7fa;
    font-weight: normal;
}

table.service_table2 td {
	width: calc(100% - 130px);
    padding: 10px 5px;
}

table.service_table2 ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

table.service_table2 ul li {
	display: inline-block;
    font-size: 2.15rem;
    width: 32.5%;
    margin: 0 0 8px;
    padding: 12px 1px;
    line-height: 1;
    border: 1px solid #ddd;
    color: #aaa;
    border-radius: 7px;
}

table.service_table2 ul li.active {
	border: 2px solid #FB6B70;
    color: #FB6B70;
    font-weight: bold;
    padding: 12px 0;
    background: #fff2f3;
}

table.service_table2 .none {
	visibility:hidden
}

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



/*------------------------------------------
   topページ　ranking box 6位以下表示btn
--------------------------------------------*/
.btn_ranking_more {
	display: block;
    border-bottom: 6px solid #9acccf;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    width: 620px;
    margin: 2rem auto;
    padding: 15px 0;
    letter-spacing: 1px;
    background: #fff;
    border: 1px solid #00C4CF;
    color: #00C4CF;
    box-shadow: 8px 8px 0px 0px #E1F9FA;
    border-radius: 0;
}


/*---------------------
   table 求人例
-----------------------*/
.wrap_recruitment_table {
    margin: 35px auto 20px;
    text-align: center;
    width: 100%;
    padding: 0 10px;
}

.wrap_recruitment_table table {
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 48%;
    float: left;
    margin: 5px 2px 5px 5px;
    font-size: 2.3rem;
    font-weight: bold;
    border: 2px solid #FB9799;
}

.wrap_recruitment_table table td {
	padding: 5px 0;
	border-bottom: 2px solid #FB9799;
	border-top: none;
	border-left: none;
	border-right: none;
}

.wrap_recruitment_table .area {
	background: #FB9799;
    font-size: 2.9rem;
}

.wrap_recruitment_table .job {
	background: #FFE2E4;
}

.wrap_recruitment_table .job td {
	border-bottom: none;
}

.wrap_recruitment_table .salary span {
	color: #FB4E54;
    font-size: 4rem;
    margin: 0 5px;
    font-weight: 900;
    text-shadow: 1px 1px 0 #FB4E54;
    letter-spacing: 2px;
}

.wrap_recruitment_table .details {
	background: #FFF2F3;
}

.wrap_recruitment_table .details td {
	border-bottom: none;
	border-right: 2px solid #FB9799;
}

.wrap_recruitment_table .details td:last-child {
	border-right: none;
}

/* 求人例 注釈 */
.note {
	margin: 8px 0 10px 20px;
}


/*-----------------------------
   /kanto/ranking/index.html
   /main/kyujin/index.html
   冒頭部分
-------------------------------*/
.top_ranking_area {
	margin: 0 0 20px 0;
}

.top_ranking_area p {
	font-size: 2.1rem;
	padding-left: 15px;
}

.top_ranking_area .wrap {
	margin: 15px 5px 5px 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #77cacf;
}

.top_ranking_area .img {
	width: 125px;
    float: left;
    margin-right: 5px;
}

.top_ranking_area .contents {
	float: left;
	width: 520px;
	padding: 10px 0 0 0;
	width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
}

.top_ranking_area .contents img {
	margin-bottom: 15px;
	padding-left: 15px;
}

.top_ranking_area .ttl_official_site {
	padding: 5px 5px;
    border-radius: 8px;
    border: 2px solid #FB6B70;
    color: #FB6B70;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 5px 0 5px 0;
    background: #fff2f3;
}

.top_ranking_area .agent_url {
	padding: 15px 0 5px 10px;
    font-size: 2.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.top_ranking_area .agent_url a {
	padding: 8px 0;
	word-wrap: break-word;
	word-break: break-all;
	letter-spacing: -.5px;
}

.box_rank_top {
	margin: 0 0;
}


/*-----------------------------
   /main/kyujin/index.html
   冒頭部分 ranking詳細
-------------------------------*/
.top_ranking_area .wrap2 {
	padding: 15px 10px 35px;
    border-bottom: 1px dotted #77cacf;
    margin: 20px auto 20px;
    width: 97%;
}

.wrap_recruitment_ex {
	margin: 0 0 15px 0;
}

.wrap_recruitment_ex .ttl {
	position: relative;
	display: inline-block;
	padding: 0 43.5%;
	margin: 20px 0 5px;
	letter-spacing: 3px;
	font-size: 2.3rem;
}

.wrap_recruitment_ex .ttl:before,
.wrap_recruitment_ex .ttl:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 42%;
	height: 2px;
	border-top: dotted 2px #00C4CF;
}

.wrap_recruitment_ex .ttl:before {
	left:0;
}

.wrap_recruitment_ex .ttl:after {
	right: 0;
}

.wrap_recruitment_ex .box {
    position: relative;
    background: #E7F9F9;
    box-shadow: 0px 0px 0px 5px #E7F9F9;
    border: dashed 1px #fff;
    padding: 0.2em 0.5em;
    width: 46%;
    height: 112px;
    float: left;
    margin: 10px 10px;
}

.wrap_recruitment_ex .box:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 25px 25px 0;
    border-style: solid;
    border-color: #E7F9F9 #fff;
}

.wrap_recruitment_ex .box ul {
    margin: 0; 
    padding: 0;
    font-size: 2.1rem;
}

.wrap_recruitment_ex .box ul li.time:before,
.wrap_recruitment_ex .box ul li.workplace:before,
.wrap_recruitment_ex .box ul li.check:before {
	font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: relative;
    color: #3AD1CD;
    font-weight: 900;
    margin-right: 14px;
    left: 5px;
    top: 1px;
}

.wrap_recruitment_ex .box ul li.time:before {
	content: "\f017";
    font-size: 2.5rem;
}

.wrap_recruitment_ex .box ul li.workplace:before {
	content: "\f47d";
	font-size: 2.3rem;
}

.wrap_recruitment_ex .box ul li.check:before {
	content: "\f14a";
	font-size: 2.6rem;
}

.wrap_recruitment_ex .box ul li.salary:before {
	background: url(/assets/img/ico_salary.png) no-repeat no-repeat center center;
    background-size: auto 100%;
    content: '';
    position: relative;
    display: inline-block;
    top: 4px;
    left: 4px;
    width: 27px;
    height: 27px;
    margin-right: 12px;
}



/*------------------------------------------
   topページ　導入部分
   テキスト周り・hタグ
--------------------------------------------*/
.intro {
	margin: 3rem 1.5rem;
	margin: 5rem 1.5rem 3rem;
}

.intro p {
    font-size: 23px;
    margin: 0 10px 20px;
    line-height: 1.55;
    text-align: justify;
}

.intro img {
    height: 210px;
}

.intro img.alignright {
    float: right;
    margin: 0 10px;
}

.intro img.alignleft {
    float: left;
    margin: 0 10px 0 0;
}

.intro h3 {
	margin: 40px 0 20px;
    padding: 13px 10px;
    font-size: 2.7rem;
    line-height: 1.2;
    background: #ffe8ee;
    border: none;
    padding: 22px 10px 12px;
    border-bottom: 6px solid #ffbfcf;
}

.intro h4 {
  border-left: 8px solid #ffd9da;
  margin: 30px 15px 10px;
  font-size: 2.6rem;
  padding: 7px 0 7px 10px;
  line-height: 1.1;
  border-bottom: 1px dashed #ccb681;
}

.intro h2 {
	margin: 5rem 0 10px;
}

.intro img.ttl {
	width: 660px;
    height: auto;
    margin-bottom: 10px;
}



/*------------------------------------------
   topページ　導入部分　リンク
--------------------------------------------*/
.wrap_link {
	margin: 0 0 30px;
}

.wrap_link .ttl_1,
.wrap_link .ttl_2,
.wrap_link .ttl_3 {
    font-size: 2.7rem;
    font-weight: bold;
    padding: 15px 20px;
    margin: 0 0;
    position: relative;
}

.wrap_link .ttl_1 {
	margin-top: 30px;
    padding-left: 100px;
}

.wrap_link .ttl_1:before {
    background: url(/ppc/nipt/img/ico_purse_blue.png) no-repeat no-repeat center center;
    background-size: auto 100%;
    content: '';
    position: absolute;
    display: inline-block;
    top: -5px;
    left: 0;
    width: 89px;
    height: 60px;
}

.wrap_link .ttl_2 {
	margin-top: 30px;
    padding-left: 100px;
}

.wrap_link .ttl_2:before {
    background: url(/ppc/nipt/img/ico_purse_pink.png) no-repeat no-repeat center center;
    background-size: auto 100%;
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 15px;
    width: 77px;
    height: 60px;
}

.wrap_link .ttl_3 {
	margin-top: 15px;
    padding-left: 100px;
}

.wrap_link .ttl_3:before {
    background: url(/ppc/nipt/img/ico_nurse.png) no-repeat no-repeat center center;
    background-size: auto 100%;
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 20px;
    width: 60px;
    height: 60px;
}

.wrap_link .ttl_1 span,
.wrap_link .ttl_2 span,
.wrap_link .ttl_3 span {
    padding: 0 0 3px 0;
    background: -webkit-linear-gradient(transparent 65%, #ffd9da 0%);
    background: -o-linear-gradient(transparent 65%, #ffd9da 0%);
    background: linear-gradient(transparent 65%, #ffd9da 0%);
}

.wrap_link a {
    font-size: 2.7rem;
    margin: 0 5px;
    padding: 12px 10px;
    display: inline-block;
    width: 47%;
    border: 2px solid #4cd6dd;
    border-radius: 10px;
    font-weight: bold;
    color: #4A260A;
    box-shadow: 6px 6px 0px 0px #E1F9FA;
}

.wrap_link a:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 20px;
    position: relative;
    left: 10px;
    top: -3px;
    color: #4cd6dd;
    font-size: 1.7rem;
    font-weight: 900;
}


/*--------------------------
   リストアイコン　check
----------------------------*/
ul.list_check {
	margin: 0 0 10px 15px;
	padding: 0 0 0 5px;
}

ul.list_check li {
	padding: 5px 0;
    font-size: 2.4rem;
    text-indent: -2.8rem;
    padding-left: 2rem;
}

ul.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-size: 2.3rem;
    position: relative;
    left: 0;
    top: 0;
    line-height: .5;
    color: #4cd6dd;
    font-weight: 900;
    margin-right: 8px;
}


/*------------------------------------
   リストアイコン　check 背景色有
--------------------------------------*/
ul.list_check_bg {
	margin: 0 5px 20px;
    padding: 8px 0 8px 25px;
    background: #f1ebea;
    border-radius: 10px;
}

ul.list_check_bg li {
	padding: 5px 0;
    font-size: 2.4rem;
    text-indent: -2.8rem;
    padding-left: 2rem;
}

ul.list_check_bg li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-size: 2.3rem;
    position: relative;
    left: 0;
    top: 0;
    line-height: .5;
    /* color: #4cd6dd; */
    font-weight: 900;
    margin-right: 8px;
}


/*----------------------------------
   リストアイコン　clipbord check
------------------------------------*/
ul.list_check2 {
	margin: 0 0 10px 25px;
	padding: 0 0 0 5px;
}

ul.list_check2 li {
	padding: 5px 0;
    font-size: 2.4rem;
    text-indent: -2.8rem;
    padding-left: 2rem;
}

ul.list_check2 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f46c";
    content: "\f0c6";
    font-size: 2.3rem;
    position: relative;
    left: 0;
    top: 0;
    line-height: .5;
    color: #4cd6dd;		/* blue */
    color: #f3a148;		/* yellow */
    color: #FB6B70;		/* pink */
    font-weight: 900;
    margin-right: 8px;
}


/*----------------------------------------------
   リストアイコン　clipbord check　背景色あり
------------------------------------------------*/
ul.list_check2_bg {
	background: #fffdea;
    margin: 0 15px 20px;
    padding: 8px 0 8px 25px;
    border-radius: 10px;
}

ul.list_check2_bg li {
	padding: 5px 0;
    font-size: 2.4rem;
    text-indent: -2.8rem;
    padding-left: 2rem;
}

ul.list_check2_bg li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f46c";
    content: "\f0c6";
    font-size: 2.3rem;
    position: relative;
    left: 0;
    top: 0;
    line-height: .5;
    color: #4cd6dd;		/* blue */
    color: #f3a148;		/* yellow */
    color: #FB6B70;		/* pink */
    font-weight: 900;
    margin-right: 8px;
}


/*------------------------------------------
   topページ　ranking ribbon bg TOP3
   rank見出し、テキスト周り
--------------------------------------------*/
.content_rank {
	padding: 0 5px;
}

.content_rank p {
	font-size: 23px;
    margin: 0 20px 20px;
    line-height: 1.55;
}

.content_rank h2.ttl_rank_1,
.content_rank h2.ttl_rank_2,
.content_rank h2.ttl_rank_3,
.content_rank h2.ttl_rank_4,
.content_rank h2.ttl_rank_5 {
	font-size: 4.5rem;
    font-weight: bold;
    padding: 23px 0 20px 120px;
    margin: 10px 0;
    height: 110px;
}

.content_rank h2.ttl_rank_1 {
    background: url(/assets/img/bg_ribbon_rank_01.png) no-repeat center center;
}

.content_rank h2.ttl_rank_2 {
    background: url(/assets/img/bg_ribbon_rank_02.png) no-repeat center center;
}

.content_rank h2.ttl_rank_3 {
    background: url(/assets/img/bg_ribbon_rank_03.png) no-repeat center center;
}

.content_rank h2.ttl_rank_4 {
    background: url(/assets/img/bg_ribbon_rank_04.png) no-repeat center center;
}

.content_rank h2.ttl_rank_5 {
    background: url(/assets/img/bg_ribbon_rank_05.png) no-repeat center center;
}

.content_rank h2 span {
	font-size: 2.8rem;
    font-weight: normal;
    position: relative;
    left: 30px;
    top: -2px;
}

.content_rank h3 {
	height: 48px;
    line-height: 48px;
    margin: 20px 10px 5px;
    font-size: 2.8rem;
    border-left: 8px solid #ffd9da;
    padding-left: 12px;
    font-weight: bold;
}

.content_rank .reference {
	font-size: 21px;
	text-align: right;
	margin: 0 40px 0 0;
}

.content_rank .reference span {
	padding: 2px 10px;
    border-radius: 6px;
    margin: 0 12px 0 0 !important;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    letter-spacing: 1px;
    border: 2px solid #48afb5;
    color: #48afb5;
    background: none;
}


/*------------------------------------------
   topページ　ranking ribbon bg TOP3 用
   求人例table　配色変更
--------------------------------------------*/
.content_rank .wrap_recruitment_table {
	margin: 10px auto 15px;
}

.content_rank .wrap_recruitment_table table {
/* 同じ
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 48%;
    float: left;
    margin: 5px 2px 5px 5px;
    font-size: 2.3rem;
    font-weight: bold;
*/    
    border: 2px solid #48afb5;
}

.content_rank .wrap_recruitment_table table td {
/* 同じ
    padding: 5px 0;
    border-top: none;
    border-left: none;
    border-right: none;
*/    
    border-bottom: 2px solid #48afb5;
}

.content_rank .wrap_recruitment_table .area {
    background: #c1f3f5;
}

.content_rank .wrap_recruitment_table .job td {
    background: #FFE2E4;
    border-bottom: 2px solid #FFE2E4;
}

.content_rank .wrap_recruitment_table .details {
    background: #effeff;
}

.content_rank .wrap_recruitment_table .details td {
    border-bottom: none;
    border-right: 2px solid #48afb5;
}

.content_rank .wrap_recruitment_table .details td:last-child {
    border-right: none;
}

/*------------------------------------------
   topページ　ranking ribbon bg TOP3
   デメリット
--------------------------------------------*/
.content_rank .ttl_demarit {
	font-size: 2.7rem;
    font-weight: bold;
    padding: 0;
    margin: 0 20px 5px;
}

.content_rank .ttl_demarit:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4cd6dd;
    content: '\f7a9';
    font-size: 3.2rem !important;
    position: relative;
    left: -.4rem;
    top: 1px;
    margin-right: 3px;
}


/*------------------------------------------
   topページ　ranking ribbon bg TOP3 用
   公式ボタン　デザイン変更
--------------------------------------------*/
.content_rank .btn_entry a:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -3px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 900;
}

.content_rank .btn_entry {
	margin: 2rem auto 6rem;
}


/*------------------------------------------
   topページ　ranking ribbon bg TOP3
   ranking以外のh2
--------------------------------------------*/
.content_rank h2.ttl_text {
	position: relative;
    height: 66px;
    background: #FBCBCD;
    box-shadow: #ccc -1px 1px 1px;
    padding: 5px 0;
    overflow: visible;
    margin: 50px 3px 30px 5px;
    line-height: 1;
}

.content_rank h2.ttl_text:before {
	content: '';
    position: absolute;
	top: 100%;
    left: 0;
    border-width: 0 15px 8px 0;
    border-style: solid;
    border-color: transparent;
    border-right-color: #ffb1b1;
}

.content_rank h2.ttl_text:after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-width: 33px 20px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff;
}

.content_rank h2.ttl_text span {
	display: block;
    font-weight: bold;
    font-size: 3.4rem;
    position: relative;
    left: 0;
    top: 0;
    padding: 9px 15px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}


/*------------------------
   人気ランキングページ
   地域名タイトル
--------------------------*/
.ttl_area {
	background: url(/assets/img/bg_ttl_ranking_top_area.png) no-repeat center center;
	color: #fff;
    font-size: 3.2rem !important;
    font-weight: bold;
    text-align: center;
    height: 108px;
    padding: 8px 0 0 !important;
	margin: -10px 0 10px;
    letter-spacing: 2px;
    text-shadow: 1px 0 0 #fff;
}


/*------------------------
   年収ページ
   
--------------------------*/
/*----- 年収 金額 -----*/
.box_nenshu {
    font-size: 2.5rem !important;
    font-weight: bold;
    padding: 0px 20px 15px 100px;
    margin: 0 20px 20px !important;
    position: relative;
    letter-spacing: 1px;
}

.box_nenshu:before {
    background: url(/assets/img/ico_purse_blue.png) no-repeat no-repeat center center;
    background-size: auto 100%;
    content: '';
    position: absolute;
    display: inline-block;
    top: -5px;
    left: 0;
    width: 89px;
    height: 60px;
}

.box_nenshu .value {
    font-size: 4rem;
    font-weight: bold;
    color: #FB4E54;
    text-shadow: 1px 1px 0 #FB4E54;
    margin: 0 6px;
    letter-spacing: 2px;
}

/*----- reference -----*/
.intro .reference {
	font-size: 16px;
	text-align: right;
}

/*----- point見出し -----*/
.ttl_point {
	font-size: 2.5rem !important;
    font-weight: bold;
    padding: 0;
    margin: 15px 10px 10px !important;
}

.ttl_point:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f3a148;
    content: '\f0eb';
    font-size: 2.9rem !important;
    position: relative;
    left: -.4rem;
    top: 1px;
    margin-right: 3px;
}

/*----- 見出しimg -----*/
.intro .title {
	margin: 30px 0 15px;
}

.intro .title img {
	width: 640px;
	height: auto;
}

/*---------------------------
   年収ページ - 年収table
-----------------------------*/
.wrap_nenshu_table {
	margin: 10px auto 15px;
	text-align: center;
    width: 100%;
    padding: 0 10px;
}

.wrap_nenshu_table table {
	border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 48%;
    float: left;
    margin: 5px 2px 5px 5px;
    font-size: 2.3rem;
    font-weight: bold;
    border: 2px solid #48afb5;
}

.wrap_nenshu_table .area {
    background: #c1f3f5;
    font-size: 2.7rem;
    letter-spacing: 5px;
    background: radial-gradient(#00C4CF 15%, transparent 16%) 0 0, radial-gradient(#00C4CF 15%, transparent 16%) 8px 8px, radial-gradient(rgba(0,196,207,.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(0,196,207,.1) 15%, transparent 20%) 8px 9px;
    background-color: #c1f3f5;
    background-image: radial-gradient(#00C4CF .5px, transparent 1px);
    background-size: 8px 8px;
}

.wrap_nenshu_table table td {
    padding: 5px 0;
    border-bottom: 2px solid #48afb5;
    border-top: none;
    border-left: none;
    border-right: none;
}

.wrap_nenshu_table .salary td {
	border-bottom: none;
}

.wrap_nenshu_table .salary span {
    color: #FB4E54;
    font-size: 4rem;
    margin: 0 5px;
    font-weight: 900;
    text-shadow: 1px 1px 0 #FB4E54;
    letter-spacing: 2px;
}

.wrap_nenshu_table .amount1:before {
    background: url(/assets/img/ico_purse_pink.png) no-repeat no-repeat center center;
    background-size: auto 100%;
    content: '';
    display: inline-block;
    top: 8px;
    left: 0;
    width: 89px;
    height: 60px;
    position: relative;
}

.wrap_nenshu_table .amount2:before {
    background: url(/assets/img/ico_purse_blue.png) no-repeat no-repeat center center;
    background-size: auto 97%;
    content: '';
    display: inline-block;
    top: 8px;
    left: 0;
    width: 89px;
    height: 60px;
    position: relative;
}


/*-----------------------------
   転職理由ランキングページ 
-------------------------------*/
.content_reason {
    margin: -10px 1.5rem 3rem;
}

.content_reason p {
    font-size: 23px;
    margin: 15px 10px;
    line-height: 1.55;
}

/*----- rank No1～3 -----*/
.content_reason .rank_123 {
    background: url(/assets/img/bg_rank_reason_123.png) no-repeat center center;
    background-size: 670px;
    font-weight: bold;
    padding: 17px 0 5px 80px;
    margin: 10px 0;
    height: 214px;
}

.content_reason .rank_123 p {
    font-size: 3.35rem !important;
	margin: 0 0 23px !important;
	padding: 0 0;
	line-height: 1.4;
}

/*----- rank No4・5 -----*/
.content_reason .rank_45 {
    background: url(/assets/img/bg_rank_reason_45.png) no-repeat center center;
    background-size: 663px;
    font-weight: normal;
    padding: 18px 0 5px 80px;
    margin: -11px 0 30px;
    height: 146px;
}

.content_reason .rank_45 p {
    font-size: 3.2rem !important;
	margin: 0 0 27px !important;
	padding: 0 0;
	line-height: 1.4;
}

/*----- 見出し icon　3種類 -----*/
.content_reason h2.ttl_1,
.content_reason h2.ttl_2,
.content_reason h2.ttl_3 {
    background-size: 640px !important;
    font-size: 3.5rem !important;
    font-weight: bold;
    text-shadow: 1px .5px 0 #4A260A;
    letter-spacing: 1px;
    margin: 45px 0 10px;
}

.content_reason h2.ttl_1 {
    background: url(/assets/img/ttl_bg_reason_1.png) no-repeat center center;
    padding: 0 0 5px 88px;
    height: 66px;
}

.content_reason h2.ttl_2 {
    background: url(/assets/img/ttl_bg_reason_2.png) no-repeat center center;
    padding: 0 0 5px 88px;
    height: 67px;
}

.content_reason h2.ttl_3 {
    background: url(/assets/img/ttl_bg_reason_3.png) no-repeat center center;
    padding: 8px 0 5px 88px;
    height: 77px;
}

/*----- reference -----*/
.content_reason .reference {
    font-size: 16px;
    text-align: right;
}

/*----- point見出し -----*/
.content_reason .ttl_point {
    font-size: 2.9rem !important;
}

.content_reason .ttl_point:before {
    font-size: 3.5rem !important;
}

/*----- 背景色付list -----*/
.content_reason ul.list_check_bg li {
    font-size: 2.7rem;
}

.content_reason ul.list_check_bg li:before {
    font-size: 2.6rem;
    margin-right: 10px;
}

/*----- wrap -----*/
.content_reason .item_wrap {
	padding: 5px 20px 20px;
}

/*----- cap -----*/
.content_reason .cap {
	text-align: center;
}

.content_reason .cap img {
	width: 580px;
}


/*-----------------------------
   マンガページ 
-------------------------------*/
.manga {

}

.manga img {
	width: 570px;
	text-align: center;
	margin: 0 0 40px;
}



/*---------------------
   result.html
-----------------------*/
.how_search_wrapper {
	background: none;
}

.how_search_wrap {
    margin: 10px 0 12px;
}

.how_search_box {
    padding: 18px 15px;
    background: #f7ffff;
    border-radius: 3px;
    height: 100px;
    border: 1px solid #a5ebee;
}

.how_result_change {
	background: #fff;
    position: relative;
    text-align: center;
    font-size: 24px;
    color: #00c4cf;
    padding: 10px 5px;
    border-radius: 8px;
    margin: 15px 0 0 0;
    border: 2px solid #00c4cf;
    box-shadow: 6px 6px 0px 0px #E1F9FA;
    padding: 10px 5px 10px 45px;
    width: 45%;
    left: 55%;
}

a.how_result_change:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    left: 60px;
    top: 12%;
    color: #00c4cf;
    font-size: 2.8rem;
    font-weight: 900;
    content: "\f2f1";
}

.how_result span {
	font-size: 3.3rem;
    color: #fa4156;
    margin-right: 5px;
}

.how_region, .how_prof, .how_term {
    font-size: 23px;
}

li.how_region, li.how_term {
    width: 50%;
    float: left;
}

@media screen and (max-width: 768px) {
	.result {
	    padding-top: 60px;
	}
}


/*---------------------
   box
-----------------------*/
.box1 {
    margin: 1.2em 15px 1em;
    border-radius: 10px;
    padding-bottom: 10px;
    font-size: 2.3rem;
    padding: 10px 10px;
    background: #E1F9FA;
}

.box1 .title {
    border-bottom: 1px solid #ccb681;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.7;
    margin: 5px 10px 10px;
}

ul.list1 {
	margin: 0 0 0 0;
}

ul.list1 li {
	padding: 0 0 0 15px;
	position: relative;
	margin: 5px 0 5px 12px;
	text-indent: 0;
	font-weight: normal;
}

ul.list1 li:before {
	display: block;
    content: '';
    position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #FB9799;
	top: 8px;
    left: -7px;
	border: 2px solid #4A260A;
	margin: 0;
    padding: 0;
}

ul.list1 p {
	margin: 0 10px 10px 20px;
    line-height: 1.5;
}


/*---------------------
   sidebar
-----------------------*/
#aside {
  	width: 300px;
  	margin-left: 45px;
  	padding: 0 0 20px;
  	background-color: #fff;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

#aside .aside_header .title {
    height: auto;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
}

.aside_body {
    padding: 8px 20px !important;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.aside_body .ttl_1,
.aside_body .ttl_2,
.aside_body .ttl_3,
.aside_body .ttl_4,
.aside_body .ttl_5 {
	font-size: 2.5rem;
	font-weight: bold;
}

.aside_body .ttl_4,
.aside_body .ttl_5 {
	font-size: 2rem;
}

.sp .aside_body .ttl_4,
.sp .aside_body .ttl_5 {
	font-size: 2.5rem;
}

.aside_body .ttl_4 {
  margin-bottom: 15px;
}

.aside_body .ttl_5 {
  margin-top: 10px;
  margin-bottom: -5px;
}

.aside_body .ttl_1:before,
.aside_body .ttl_2:before,
.aside_body .ttl_3:before,
.aside_body .ttl_4:before,
.aside_body .ttl_5:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: relative;
    color: #fbadb0;
    font-size: 2.8rem;
    font-weight: 900;
    margin-right: 14px;
    left: 5px;
    top: 1px;
}

.aside_body .ttl_1:before {
	content: "\f469";
}

.aside_body .ttl_2:before {
	content: "\f017";
}

.aside_body .ttl_3:before {
  content: "\f47d";
}

.aside_body .ttl_4:before {
  content: "\f521";
}

.aside_body .ttl_5:before {
  content: "\f004";
}

.aside_body .ttl_1 span,
.aside_body .ttl_2 span,
.aside_body .ttl_3 span,
.aside_body .ttl_4 span,
.aside_body .ttl_5 span {
	background: -webkit-linear-gradient(transparent 65%, #ffd9da 0%);
    background: -o-linear-gradient(transparent 65%, #ffd9da 0%);
    background: linear-gradient(transparent 65%, #ffd9da 0%);
    padding: 0 0;
}

.aside_body .logo a {
  display: inline-block;
  position: relative;
  height: 65px;
  color: #18405b;
  text-align: center;
  border: 1px solid #ababab;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
}

.sp .aside_body .logo a {
  height: 75px;
}

.aside_body .logo a img {
  width: 85%;
  position: relative;
  top: 10px;
}

.sp .aside_body .logo a img {
  width: 70%;
  position: relative;
  top: 7px;
}

.aside_body .logo a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 700;
  line-height: 65px;
  color: #ababab;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  right: 5px;
}

.sp .aside_body .logo a::after {
  line-height: 75px;
}

.aside_body .logo a:hover {
  border: 2px solid #fc898d;
}

a:hover {
  opacity: 0.8;
}






.aside_body .item {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 15px;
}

.aside_body .item li {
	border: 1px solid #00c4cf;
	padding: 6px 15px;
    border-radius: 3px;
    margin: 5px 0;
    background: #effeff;
    position: relative;
}

.aside_body .item li:after {
	content: "\f054";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 20%;
    color: #00c4cf;
    font-size: 2.2rem;
    font-weight: 900;
    content: "\f0da";
}

.aside_body .item a {
	color: #00c4cf;
	color: #4A260A;
	display: block;
}

.aside_body .bnr {
	margin: 20px 0 10px;
	text-align: center;
}

.aside_footer a {
    color: #4A260A;
}
    
.aside_footer div {
    background: #ffedee;
    border: 1px solid #fff;
    border-radius: 6px;
}
    

@media screen and (max-width: 768px) {
#aside {
    width: 500px;
    padding: 25px;
    padding: 10px 10px 20px !important;
}

#aside .aside_header .title {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    padding-left: 30px;
}

.aside_body {
    padding: 20px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.aside_body .ttl_1,
.aside_body .ttl_2,
.aside_body .ttl_3 {
	font-size: 2.9rem;
}

.aside_body .item {
	font-size: 2.8rem;
}

.aside_body .item li {
    padding: 8px 15px;
    margin: 10px 0;
}

.sticky {
    display: none;
}



}



/*---------------------
   footer
-----------------------*/
.footer {
    text-align: center;
    margin: 10px auto 0;
/*    width: 100%;		*/
    width: 1024px;
}



/* .footer .content_link_container {
	width: 680px;
    background: #e8faff;
    padding: 15px 0;
    font-size: 1.8rem;
}

.footer .content_link_container dl {
	width: 25%;
	box-sizing: border-box;
	float: left;
	padding: 10px 15px;
}

.footer .content_link_container dt {
	color: #00C4CF;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #00C4CF;
    margin: 0 0 12px;
    padding: 0 0 2px 8px;
    letter-spacing: 2px;
}

.footer .content_link_container dd {
	color: #4A260A;
	text-align: left;
	padding: 2px 0 10px 10px;
}

.footer .content_link_container dd a {
	color: #4A260A;
}

.footer .content_link_container dd:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    content: "\f054";
    color: #00C4CF;
    padding-right: 6px;
    font-size: 1.4rem;
    color: #8ecccf;
} */


.footer .copyright_container {
    width: 680px;
    display: flex;
    background: #483D8B;
    padding: 10px 20px;
}

.footer .logo {
  padding: 20px 0px 20px 20px;
  min-width: 160px;
}

.footer .copyright_inner {
  padding: 20px 0px 20px;
  text-align: center;
}

.footer ul {
	color: #fff;
  text-align: left;
  display: inline-flex;
  margin-bottom: 5px;
}

.footer ul li::after {
  content: "|";
  color: #fff;
}

.footer ul li:last-child::after {
  content: "|";
  display: none;
}

.footer ul li a {
	color: #fff;
  font-size: 19px;
  padding: 0 10px;
}

.footer .copyright_container p {
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  text-align: center;
}

.footer .copyright_container p.small {
  margin-bottom: 30px;
  font-size: 14px;
}



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

	.footer .copyright_container {
	    width: 680px;
	    display: flex;
	    background:#483D8B;
	}



}




/*---------------------
   font装飾
-----------------------*/
.color {
	color: #fb444a;
	text-align: center;
}

.color2 {
	color: #00C4CF;
	font-weight: bold;
}

.big {
	font-size: 2.7rem;
	font-weight: bold;
	margin: 0 2px;
}

.marker {
	/* pink */
	background: -webkit-linear-gradient(transparent 55%, #ffdadc 0%);
    background: -o-linear-gradient(transparent 55%, #ffdadc 0%);
    background: linear-gradient(transparent 55%, #ffdadc 0%);
    padding: 0 0 3px 0;
    
    /* yellow */
    background: -webkit-linear-gradient(transparent 55%, #fff6d4 0%);
    background: -o-linear-gradient(transparent 55%, #fff6d4 0%);
    background: linear-gradient(transparent 55%, #fff6d4 0%);
}

.b {
	font-weight: bold !important;
}


/*---------------------
   align
-----------------------*/
.alignright {
    float: right;
    margin: 0 0;
}

.alignleft {
    float: left;
    margin: 0 0;
}

.aligncenter {
	text-align: center;
}

/*---------------------
   img trimming
-----------------------*/
.img_trimming {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 300px;
}

/*---------------------
   clearfix
-----------------------*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/*---------------------
   summary
-----------------------*/
summary {
  	cursor: pointer;
  	outline: none;
}





/*---------------------------------
   Add styles for Search Results
   @created_at 2020-04-08
-----------------------------------*/

#results table {
  width: 100%;
}
#results table tr, #results table td, #results table th {
  border: none;
}
#results table tr td {
  width: 14%;
  text-align: center;
}
#results table tr td:nth-child(1) {
  width: 25%;
}
#results table tr td:nth-child(2) {
  width: 22%;
}
#results table tr td:nth-child(5) {
  width: 20%;
}
#results table tr td img {
  width: auto;
  height: auto;
}
#results .sort-items td {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#results .sort-items td span, #results .sort-items td a {
  font-size: inherit;
  background-color: #f1f1f1;
  font-weight: inherit;
  display: block;
  padding: 8px 3px;
}
#results .sort-items td a {
  color: #4A260A;
}
#results .sort-items 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;
}
#results .js-table tr {
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
#results .js-table tr td {
  padding: 10px 8px;
  line-height: 1.2;
  border-left: 1px dotted #ccc;
  min-height: 86px;
  box-sizing: content-box;
  font-size: 14px;
  white-space: nowrap;
}
#results .js-table tr td:first-child {
  border-left: none;
}
#results .js-table tr:first-child {
  border: 5px solid #ffd700;
}
#results .js-table tr:first-child td:first-child {
  position: relative;
  padding:50px 8px;
}
#results .js-table 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);
}
@media screen and (max-width: 768px), print {
  #results .js-table 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);
  }
}
#results .js-table .color {
  font-size: 60px;
  font-weight:600;
}

/* スタイルの上書き */
.how_search_box {
  height: auto;
}
.how_search_box li {
  line-height: 40px;
}
.how_search_box li b {
  font-size: 20px;
}

	.search_box .job_wraper .label:after,
	.search_box .area_wraper .label:after {
		left: 6.5rem;
	}
	.search_box .employment_wrapper .label:after,
	.search_box .facility_wrapper .label:after {
		left: 4rem;
	}



/*---　下部fixedページ内リンクナビ(スマホのみ表示)　---*/
nav.bottom_fix, .to_top {
    display: none;
    position: absolute;
    z-index: -9999;
    bottom: -150px;
}

/*
　下部fixedページ内リンクナビ(スマホのみ表示)
* *********************************** */

@media screen and (min-width: 769px) {
  nav.bottom_fix {
      display: none !important;
  }
}


@media screen and (max-width: 768px) {
	nav.bottom_fix {
		width: 100%;
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
	}

	nav.bottom_fix ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #4A260A;
	}

	nav.bottom_fix ul li {
		width: 37.5%;
		height: 100px;
		text-align: center;
		font-size: 24px;
		border-right: 1px solid #4A260A;
	}
	
	nav.bottom_fix ul li:first-child {
		width: 28%;
	}

	nav.bottom_fix ul li:last-child {
		border-right: none;
	}

	nav.bottom_fix ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #4A260A;
		font-weight: bold;
	}
	
	nav.bottom_fix ul li:first-child a {
		background: #FCDAE9;
	}

    nav.bottom_fix ul li a:hover {
        opacity: 1;
        background: #FB6B70;
        color: #fff;
    }

	nav.bottom_fix ul li a .f20{
		font-size: 16px;
		margin-top: 8px;
	}

	nav.bottom_fix ul li a img {
		height: 30px;
		margin-right: 5px;
	}
	
	.to_top {
		display: block;
		position: fixed;
		right: 10px;
		bottom: 108px;
		width: 80px;
		z-index: 1000;
		opacity: 0.85;
	}
	
	.to_top:hover {
		opacity: 1;
	}
    
    /*---　kyujin用　設定　---*/
    nav.bottom_fix ul.kyujin_nav{
        
    }
    
    nav.bottom_fix ul.kyujin_nav li:first-child {
        width: 37.5%;
    }
    
    nav.bottom_fix ul.kyujin_nav li:last-child a {
        background: #FCDAE9;
    }
    
    nav.bottom_fix ul.kyujin_nav li:last-child a:hover {
        opacity: 1;
        background: #FB6B70;
        color: #fff;
    }

}



/* 比較ページ*/

/* 公式ボタン(小) */
.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; */
  background: #ff8600;
  border: 4px solid #ffc966;
  border-right: 4px solid #ea9000;
  border-bottom: 4px solid #d18100;
  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: #CC0000;
  border: 4px solid #fa939f;
  border-right: 4px solid #e55761;
  border-bottom: 4px solid #df313e;
  /* 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: 27.7%;
}

.fv_hikaku table tr td:nth-child(2) {
  width: 40%;
}

.fv_hikaku table tr td:nth-child(3) {
  width: 8%;
}

.fv_hikaku table tr td:nth-child(4) {
  width: 12%;
}

.fv_hikaku table tr td:nth-child(5) {
  width: 18%;
}

.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 0 12px;
  line-height: 1.2;
  border-left: 1px dotted #ccc;
  min-height: 86px;
  box-sizing: content-box;
  font-size: 14px;
  white-space: nowrap;
}

.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: #CC0000;
  text-align: center;
}

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

.fv_hikaku tbody .sankaku {
  font-size: 52px;
  /* font-weight:600; */
  color: #CC0000;
  text-align: center;
}

.fv_hikaku tbody .batsu {
  font-size: 52px;
  font-weight:600;
  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;
}

.fv_hikaku table tbody tr td:nth-child(2) ul li:nth-child(3) {
    font-size: 16px;
}

.fv_hikaku table tbody tr td:nth-child(2) ul li.active {
	  border: 2px solid #D0487C;
    color: #D0487C;
    font-weight: bold;
    padding: 10px 0;
    background: #FAECF1;
}

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

/*mamaママ・yakin夜勤・nikkin日勤 のlist4つめの文字間調整*/
.mama .fv_hikaku table tbody tr td ul li:nth-child(4), 
.yakin .fv_hikaku table tbody tr td ul li:nth-child(4),
.nikkin .fv_hikaku table tbody tr td ul li:nth-child(4) {
  letter-spacing: -0.04em;  
}

.fv_hikaku table tbody tr td:nth-child(2) {
  padding: 20px 10px 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;
}

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



/* /main/ranking-2/ページ */
/* メインビジュアルのlogo画像 */
.mainv_hero {
  position: relative;
}

.mainv_hero .logo {
  position: absolute;
  top: 240px;
  margin: 0 30px;
  background: #fff;
  border: 2px solid #b8becc;
  border-radius: 4px;
}

.mainv_hero .logo .logo_wrap {
  width: 620px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}

/* ヘッダー固定の際は使用 */
/* @media screen and (max-width: 768px) {
  .mainv_hero .logo {
    top: 320px;
  }
} */

/* logo画像が左方向に流れるアニメーション */
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.mainv_hero .logo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.mainv_hero .logo .logo_wrap {
  display: flex;
  overflow: hidden;
}

/* マウスオーバーで一時停止 */
/* .mainv_hero .logo .logo_wrap:hover .list-left{
  animation-play-state: paused;
} */

.mainv_hero .logo .logo_wrap .list {
  display: flex;
  list-style: none;
}

.mainv_hero .logo .logo_wrap .list-left{
animation :infinity-scroll-left 15s infinite linear 0.5s both;
}

.mainv_hero .logo .logo_wrap .item {
  /* width: calc(100vw / 4); */
  width: 200px;
  margin-top: 7px;
}

.mainv_hero .logo .logo_wrap .item > img{
   width: 100%;
   vertical-align: middle;
}
/* メインビジュアルのlogo画像 ここまで */


/* 条件エリア */
.top_joken_area {
  background: rgba(17, 201, 196, 0.3);
  padding: 30px 0 20px;
}

.top_joken_area .btn_area {
  position: relative;
  width: 620px;
  height: auto;
  margin: 0 auto 35px;
  padding: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 0px #ff9d00;
}

/* ピンク */
.top_joken_area .btn_area.pink {
  background: #fff;
  box-shadow: 0 8px 0px #fb7a89;
}

.top_joken_area .btn_area a.btn_link {
  display: block;
}

.top_joken_area .btn_area a.btn_link:hover {
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 10px 0px #fa4156;
  /* opacity: inherit; */
  opacity: 0.8;
}

.top_joken_area .btn_area a:hover {
  /* opacity: inherit; */
  opacity: 0.8;
}

.top_joken_area .btn_area .btn_wrap {
  padding: 25px 20px 25px 40px;
  border-radius: 10px;
  border-right: 40px solid #ffebcc;
}

/* ピンク */
.top_joken_area .btn_area.pink .btn_wrap {
  border-right: 40px solid #fed9dd;
}

.top_joken_area .btn_area .btn_wrap .title {  
  width: 520px;
  font-size: 52px;
  font-weight: bold;
  color: #ff9d00;
  display: flex;
  border-bottom: 8px solid #ffd700;
  line-height: 1.3;
  margin: 0 auto;
}

/* ピンク */
.top_joken_area .btn_area.pink .btn_wrap .title {  
  color: #fa5467;
  color: #fb6778;
  border-bottom: 8px solid #ffd700;
}

.top_joken_area .btn_area .btn_wrap .title ul {
  margin-right: 10px;
  margin-left: 5px;
  color: #4a260a;
  text-align: center;
}

.top_joken_area .btn_area .btn_wrap .title ul li {
width: 130px;
height: 30px;
line-height: 30px;
background: #ffedcc;
border-radius: 2px;
margin-bottom: 5px;
font-size: 22px;
}

.top_joken_area .btn_area .btn_wrap .title ul {
  font-size: 28px;
  margin-left: 5px;
}

.top_joken_area .btn_area .btn_wrap .title .small {
  font-size: 28px;
  margin-left: 5px;
}

.top_joken_area .btn_area .btn_wrap .title .icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  padding: 0;
  margin-right: 15px;
}

.top_joken_area .btn_area .btn_wrap .logo {
  width: 400px;
  height: 128px;
  margin: 15px auto 20px;
  border: 1.5px solid #b8becc;
  text-align: center;
}

.top_joken_area .btn_area .btn_wrap .logo a {
  display: block;
  width: 400px;
  height: 128px;
}

.top_joken_area .btn_area .btn_wrap .logo img {
  width: 100%;
  height: 100%;
  /* margin: 10px; */
}

.top_joken_area .btn_area .btn_wrap ul.list {
  margin-bottom: 10px;
}

.top_joken_area .btn_area .btn_wrap ul.list li {
  font-size: 22px;
  color: #4a260a;
}

.top_joken_area .btn_area .btn_wrap ul.list li::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/assets/img/icon_check_circle.png) no-repeat;
  background-size: contain;
  vertical-align: -4px;
  margin-right: 8px;
}

.top_joken_area .btn_area .btn_wrap ul.list li .line::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/img/hikaku_contact_line.png) no-repeat;
  background-size: contain;
  vertical-align: -2px;
  margin: 0 2px 0 5px;
}

.top_joken_area .btn_area .btn_wrap .url {
  /* display: flex; */
  display: inline-flex;
  align-items: center;
  justify-content: left;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  color: #0000EE;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  box-shadow: none;
}

.top_joken_area .btn_area .btn_wrap .url span {
  background: #fb7a89;
  color: #fff;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 22px;
  margin-right: 8px;
  display: block;
}

.top_joken_area .btn_area .btn_wrap .url a {
  display: block;
}

.top_joken_area .btn_area .btn_wrap .arrow {
  position: absolute;
  top: 125px;
  left: 530px;
  width: 70px;
  height: 70px;
}

.top_joken_area .btn_area .btn_wrap .arrow .fuwa {
  animation: fuwa 2.5s infinite ease-in-out .8s alternate;
  /* background: url(../img/.svg) no-repeat center center / 60px auto; */
  display: inline-block;
  transition: 1.5s ease-in-out;
  margin-top: 15px;
}
 
@keyframes fuwa {
  0% {
    transform:translate(0, 0) rotate(0deg);
  }
  50% {
    /* transform:translate(0, -15px) rotate(0deg); */
    transform:translate(-20px, 0) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(0deg);
  }
}

/* ranking部分／星マークのレーティング表示 */
.star{
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  color: #FB6B70;
  margin-left: 10px;
}
.star:before{
  font-weight: 900;
}
.star:after{
  font-weight: 400;
}

.star[data-rate="0.0"]:before{ content: ""; }
.star[data-rate="0.5"]:before{ content: "\f5c0"; }
.star[data-rate="1.0"]:before{ content: "\f005"; }
.star[data-rate="1.5"]:before{ content: "\f005\f5c0"; }
.star[data-rate="2.0"]:before{ content: "\f005\f005"; }
.star[data-rate="2.5"]:before{ content: "\f005\f005\f5c0"; }
.star[data-rate="3.0"]:before{ content: "\f005\f005\f005"; }
.star[data-rate="3.5"]:before{ content: "\f005\f005\f005\f5c0"; }
.star[data-rate="4.0"]:before{ content: "\f005\f005\f005\f005"; }
.star[data-rate="4.5"]:before{ content: "\f005\f005\f005\f005\f5c0"; }
.star[data-rate="5.0"]:before{ content: "\f005\f005\f005\f005\f005"; }

.star[data-rate="0.0"]:after{ content: "\f005\f005\f005\f005\f005"; }
.star[data-rate="0.5"]:after{ content: "\f005\f005\f005\f005"; }
.star[data-rate="1.0"]:after{ content: "\f005\f005\f005\f005"; }
.star[data-rate="1.5"]:after{ content: "\f005\f005\f005"; }
.star[data-rate="2.0"]:after{ content: "\f005\f005\f005"; }
.star[data-rate="2.5"]:after{ content: "\f005\f005"; }
.star[data-rate="3.0"]:after{ content: "\f005\f005"; }
.star[data-rate="3.5"]:after{ content: "\f005"; }
.star[data-rate="4.0"]:after{ content: "\f005"; }
.star[data-rate="4.5"]:after{ content: ""; }
.star[data-rate="5.0"]:after{ content: ""; }


/* 条件エリア ここまで */

/* ランキング　案件名文字調整 */
.box_ranking .box_inner .service_name span.small {
  font-size: 15px;
}

/* etc/pages　案件名文字調整 */
.ttl_name span.small {
  font-size: 15px;
}

/* top コラム一覧ボタン */
.column_btn {
  text-align: center;
  margin: 40px 0;
}
.column_btn a {
  font-size: 2.7rem;
  margin: 0 5px;
  padding: 12px 10px;
  display: inline-block;
  width: 47%;
  border: 2px solid #FB6B70;
  border-radius: 10px;
  font-weight: bold;
  color: #FB6B70;
  box-shadow: 6px 6px 0px 0px #fff2f3;
}

.column_btn a:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 20px;
  position: relative;
  left: 10px;
  top: -3px;
  color: #FB6B70;
  font-size: 1.7rem;
  font-weight: 900;
}

/* コラムリストページ */
.column_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.column_list_box {
  text-align: left;
  text-align: justify;
  /* margin: 40px 0; */
}
.column_list_box a {
  font-size: 2.3rem;
  margin: 0;
  /* padding: 12px 10px; */
  display: inline-block;
  width: 310px;
  /* border: 1px solid #725c44; */
  /* border-radius: 10px; */
  /* font-weight: bold; */
  color: #4A260A;
  /* box-shadow: 6px 6px 0px 0px #fff2f3; */
}

.column_list_box a .title {
  margin-bottom: 40px;
}

.column_list_box a img {
  border-radius: 0;
  margin-bottom: 15px;
  width: 310px;
  object-fit: cover;
  height: 180px;
}


/* 検索結果画面／タブ */
/* ▼タブ機能の掲載領域の装飾 */
.tabbox {
  text-align: center;
  /* margin: 0px; */
  /* padding: 1em; */
  /* background-color: #f7ffff; */
}

/* ▼タブ機能を制御するラジオボタン(非表示にする) */
.tabbox input {
  display: none;
}

/* ▼タブ(共通装飾＋非選択状態の装飾) */
.tab {
  display: inline-block;
  border-width: 1px 1px 0px 1px;
  border: 3px solid #FB6B70;
  border-radius: 4px 4px 0 0;
  padding: 0.75em 1em;
  color: #4A260A;
  background-color: #fff;
  font-size: 23px;
  font-weight: bold;
  width: 200px;
  text-align: center;
  margin: 0 5px;
}

/* ▼タブにマウスポインタが載った際の装飾 */
.tab:hover {
  /* background-color: #FB6B70;
  color: #fff;
  cursor: pointer; */
  opacity: 0.8;
}

/* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
input:checked + .tab {
  color: #fff;
  background-color: #FB6B70;
  position: relative;
  z-index: 10;
}

/* ▼タブの中身(共通装飾＋非選択状態の装飾) */
.tabcontent {
  display: none;
  /* border-top: 5px solid #FB6B70; */
  /* margin-top: -3px; */
  /* padding: 20px 0 0 0; */
  position: relative;
  z-index: 0;
  background-color: #fff;
}

.results .info {
  border-top: 5px solid #FB6B70;
  margin-top: -3px;
  padding: 15px 10px 15px 0;
  text-align: right;
  font-size: 18px;
  color: #333333;
}

/* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
#tabcheck1:checked ~ #tabcontent1 {
  display: block;
}

#tabcheck2:checked ~ #tabcontent2 {
  display: block;
}

#tabcheck3:checked ~ #tabcontent3 {
  display: block;
}

/* タブ3 */
.js-table_3 ul {
  font-size: 20px;
  text-align: left;
  line-height: 1.5;
}

.js-table_3 ul li {
  list-style: none;
  position: relative;
  margin: 0 0 10px 10px;
  padding: 0 0 0 calc(1em + 5px);
}

.js-table_3 ul li:before{
	position: absolute;
	top: 0;
	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: 1em;
}


/*---------------------------------
   結果画面のタブ別 tableの設定
-----------------------------------*/

/*2024.4 タブ（1と2）の順序入れ替えのため
→ cssから#tabcontent1 #tabcontent2 #tabcontent3を外したく変更
#tabcontent1 table →table.table-taiou
#tabcontent2 table →table.table-ninki
#tabcontent3 table →table.table-support */

/* タブ1 */
#results table.table-taiou tr td:nth-child(1) {
  width: 30%;
}
#results table.table-taiou tr td:nth-child(2) {
  width: 25%;
}
#results table.table-taiou tr td:nth-child(3) {
  width: 12%;
}
#results table.table-taiou tr td:nth-child(4) {
  width: 12%;
}
#results table.table-taiou tr td:nth-child(5) {
  width: 16%;
}
/* タブ2 */
#results table.table-ninki tr td:nth-child(1) {
  width: 30%;
}
#results table.table-ninki tr td:nth-child(2) {
  width: 32%;
}
#results table.table-ninki tr td:nth-child(3) {
  width: 8%;
}
#results table.table-ninki tr td:nth-child(4) {
  width: 14%;
}
#results table.table-ninki tr td:nth-child(5) {
  width: 16%;
}
/* タブ3 */
#results table.table-support tr td:nth-child(1) {
  width: 30%;
}
#results table.table-support tr td:nth-child(2) {
  /* width: 12%; */
  width: 15%;
}
#results table.table-support tr td:nth-child(3) {
  width: 38%;
}
#results table.table-support tr td:nth-child(4) {
  width: 20%;
}

/* #results table thead td.active a {
  background-color: #ffef99;
  font-weight: 700;
  font-size: 18px;
} */


/* 検索結果 タブ1 対応求人 */
#results table.table-taiou tr td:nth-child(2) ul.recruit-taiou {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
#results table.table-taiou tr td:nth-child(2) ul.recruit-taiou li {
  display: inline-block;
  font-size: 20px;
  width: 73px;
  margin: 0 0 8px;
  padding: 10px 0;
  line-height: 19px;
  border: 1px solid #ddd;
  color: #aaa;
  border-radius: 7px;
}
#results table.table-taiou tr td:nth-child(2) ul.recruit-taiou li:nth-child(4) {
  letter-spacing: -.1em;
}
#results table.table-taiou tr td:nth-child(2) ul.recruit-taiou li.active {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  border: none;
}
#results table.table-taiou tr td:nth-child(2) ul.recruit-taiou li:nth-child(1).active {
  background: #006f9d;
}
#results table.table-taiou tr td:nth-child(2) ul.recruit-taiou li:nth-child(2).active {
  background: #00cdc5;
}
#results table.table-taiou tr td:nth-child(2) ul.recruit-taiou li:nth-child(3).active {
  background: #ffa800;
}
#results table.table-taiou tr td:nth-child(2) ul.recruit-taiou li:nth-child(4).active {
  background: #ff6d77;
}


/* 検索結果 タブ2 人気の条件 */
#results table.table-ninki tr td:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
#results table.table-ninki tr td:nth-child(2) ul li {
  display: inline-block;
  font-size: 19px;
  width: 96px;
  margin: 0 0 8px;
  padding: 10px 0;
  line-height: 19px;
  border: 1px solid #ddd;
  color: #aaa;
  border-radius: 7px;
}
#results table.table-ninki tr td:nth-child(2) ul li:nth-child(2) {
  font-size: 18px;
}
#results table.table-ninki tr td:nth-child(2) ul li.active {
  border: 2px solid #fc898d;
  color: #FB6B70;
  /* color: #fa4156; */
  font-weight: bold;
  padding: 10px 0;
  background: #fff2f3;
}
#results table.table-ninki tr td:nth-child(2) ul li:nth-child(4) {
  letter-spacing: -.2em;
}

#results table.table-ninki tr:first-child td:nth-child(2) ul li {
  padding-bottom: 40px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 38px;
}
/* 各アイコン */
#results table.table-ninki tr:first-child td:nth-child(2) ul li.type-money {
  background-image: url("/img/hikaku_ninki_money-g.png");
}
#results table.table-ninki tr:first-child td:nth-child(2) ul li.type-yasumi {
  background-image: url("/img/hikaku_ninki_yasumi-g.png");
}
#results table.table-ninki tr:first-child td:nth-child(2) ul li.type-nikin {
  background-image: url("/img/hikaku_ninki_nikin-g.png");
}
#results table.table-ninki tr:first-child td:nth-child(2) ul li.type-clinic {
  background-image: url("/img/hikaku_ninki_clinic-g.png");
}
/* 各アイコン／アクティブの時 */
#results table.table-ninki tr:first-child td:nth-child(2) ul li.active.type-money {
  background-image: url("/img/hikaku_ninki_money.png");
}
#results table.table-ninki tr:first-child td:nth-child(2) ul li.active.type-yasumi {
  background-image: url("/img/hikaku_ninki_yasumi.png");
}
#results table.table-ninki tr:first-child td:nth-child(2) ul li.active.type-nikin {
  background-image: url("/img/hikaku_ninki_nikin.png");
}
#results table.table-ninki tr:first-child td:nth-child(2) ul li.active.type-clinic {
  background-image: url("/img/hikaku_ninki_clinic.png");
}

#results table .ni-maru {
  font-size: 58px;
  font-weight:600;
  color: #fb444a;
  color: #FB6B70;
  color: #fa4156;
  text-align: center;
}
#results table .maru {
  font-size: 50px;
  font-weight:600;
  color: #fb444a;
  color: #FB6B70;
  text-align: center;
}
#results table .sankaku {
  font-size: 52px;
  color: #fb444a;
  color: #FB6B70;
  text-align: center;
}
#results table .batsu {
  font-size: 52px;
  color: #fb444a;
  color: #FB6B70;
  text-align: center;
}


/* form 検索ボックス（コンテンツ用） */
#search_box_content {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
  width: 95%;
}
.search-content-form {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.search-content-form .title {
  height: 70px;
  line-height: 74px;
  color: #6f5b4a;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  background-size: auto auto;
  background: rgba(76, 214, 221, .2);
}
.search-content-form .search-form {
  /* margin: 20px; */
  /* max-width: 680px; */
  width: 100%;
}
.search-content-form .search-form .select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px 10px;
  background: #f2f2f28a;
  margin-bottom: 15px;
}
.search-content-form .search-form .select dl dd {
  position: relative;
}
/* セレクトボックス／デフォルトの矢印を非表示 */
.search-content-form .search-form .select dl select {
  -webkit-appearance: none;
  appearance: none;
}
/* セレクトボックス／デフォルトの矢印を非表示(IE用) */
.search-content-form .search-form .select dl select::-ms-expand {
  display: none;
}
/* セレクトボックス／矢印デザイン変更 */
.search-content-form .select-wrap:after {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 20px;
  content: "";
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #404040 transparent transparent transparent;
  pointer-events: none; /* 矢印にマウスの機能をなくす */
}
.search-content-form .search-form .select dl select {
  height: 70px;
  /* line-height: 70px; */
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 28px;
  /* font-weight: bold; */
  text-align: left;
  text-indent: 30px;
  vertical-align: middle;
  width: 280px;
  margin-bottom: 10px;
  background: #fff;
  color: #4A260A;
}
/* チェックボックス */
.search-content-form .search-form .input {
  margin: 10px 30px 20px;
}
.search-content-form .search-form .input dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  /* padding-bottom: 10px; */
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.search-content-form .search-form .input dl:last-child {
  border-bottom: none;
}
.search-content-form .search-form .input dl dt {
  width: 22%;
  text-align: center;
  font-size: 26px;
  /* font-weight: bold; */
}
.search-content-form .search-form .input dl dd {
  width: 78%;
  padding-left: 30px;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
}
.search-content-form .search-form .input dl dt span {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
/*--- チェックボックスの装飾 ---*/
.search-content-form input[type="checkbox"] {
  display: none;
  /* 標準スタイルを非表示にする */
}
.search-content-form .check_btn {
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 200px;
}
.search-content-form .check_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: #f2f2f28a;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
}
.search-content-form .check_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 5px;
  margin-top: 0;
  width: 16px;
  height: 10px;
  border-left: 4px solid #fa4156;
  border-bottom: 4px solid #fa4156;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 2;
}
.search-content-form input[type="checkbox"]:checked + .check_btn::after {
  border: 1px solid #ccc;
}
.search-content-form input[type="checkbox"]:checked + .check_btn::before {
  opacity: 1;
}
/* 検索ボタン */
.search-content-form .search-form .button a {
  display: block;
  width: 580px;
  height: 80px;
  margin: 0 auto 40px;
  background: rgba(76, 214, 221, .2);
  color: #6f5b4a;
  font-weight: bold;
  font-size: 33px;
  text-align: center;
  line-height: 80px;
  /* box-shadow: 4px 4px 0px #fa939f; */
  border: 1px solid #00c4cf;
  position: relative;
  border-radius: 4px;
}
.search-content-form .search-form .button a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  border: none;
  background: url(/img/icon/ranking_main-btn-arrow.png)no-repeat;
  background-size: contain;
  display: block;
}
/* form 検索ボックス（コンテンツ用） */


/* ▼エリアで探したい方へ▼ */
.text-info {
  text-align: center;
  margin-top: 50px;
  position: relative;
  margin-bottom: -50px;
}

/* ▼ 左 */
.text-info::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 41px;
  background: url(/assets/img/text-info_arrow.png)no-repeat;
  background-size: contain;
  vertical-align: 5px;
  margin-right: 10px;
  /* アニメーションの名前 */
  animation-name:UpDown;
  /* アニメーションの１回分の長さ */
  animation-duration: .7s;
  /* アニメーションの回数 */
  animation-iteration-count: infinite;
  /* アニメーションの進行具合 */
  animation-timing-function: ease-in-out;
  /* アニメーション再生の向き */
  animation-direction: alternate;
}
/* アニメーションの設定 */
@keyframes UpDown{
  /* 開始地点 */
  0%{
  /* Y軸0px */
  transform: translateY(0);
  }
  /* 終了地点 */
  100%{
  /* Y軸8px */
  transform: translateY(8px);
  }
}

/* ▼ 右 */
.text-info::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 41px;
  background: url(/assets/img/text-info_arrow.png)no-repeat;
  background-size: contain;
  vertical-align: 5px;
  margin-left: 8px;
  /* アニメーションの名前 */
  animation-name:UpDown;
  /* アニメーションの１回分の長さ */
  animation-duration: .7s;
  /* アニメーションの回数 */
  animation-iteration-count: infinite;
  /* アニメーションの進行具合 */
  animation-timing-function: ease-in-out;
  /* アニメーション再生の向き */
  animation-direction: alternate;
}
/* アニメーションの設定 */
@keyframes UpDown{
  /* 開始地点 */
  0%{
  /* Y軸0px */
  transform: translateY(0);
  }
  /* 終了地点 */
  100%{
  /* Y軸8px */
  transform: translateY(8px);
  }
}
/* ▼エリアで探したい方へ▼ ここまで*/

/*▼〇〇(地域名)版▼*/
.text-info-area{
  text-align: center;
  position: relative;
  margin-bottom: -20px;
  display:flex ;
  justify-content: center;
  align-items: center;
 
  }

.text-info-area p {
  font-size: 36px;
  font-weight: 900;
}

/* (地域名)版　▼ 左 */
.text-info-area::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 41px;
  background: url(/assets/img/text-info_arrow.png)no-repeat;
  background-size: contain;
  vertical-align: 5px;
  margin-right: 22px;
  /* アニメーションの名前 */
  animation-name:UpDown;
  /* アニメーションの１回分の長さ */
  animation-duration: .7s;
  /* アニメーションの回数 */
  animation-iteration-count: infinite;
  /* アニメーションの進行具合 */
  animation-timing-function: ease-in-out;
  /* アニメーション再生の向き */
  animation-direction: alternate;
}
/* アニメーションの設定 */
@keyframes UpDown{
  /* 開始地点 */
  0%{
  /* Y軸0px */
  transform: translateY(0);
  }
  /* 終了地点 */
  100%{
  /* Y軸8px */
  transform: translateY(8px);
  }
}

/* (地域名)版　▼ 右 */
.text-info-area::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 41px;
  background: url(/assets/img/text-info_arrow.png)no-repeat;
  background-size: contain;
  vertical-align: 5px;
  margin-left: 20px;
  /* アニメーションの名前 */
  animation-name:UpDown;
  /* アニメーションの１回分の長さ */
  animation-duration: .7s;
  /* アニメーションの回数 */
  animation-iteration-count: infinite;
  /* アニメーションの進行具合 */
  animation-timing-function: ease-in-out;
  /* アニメーション再生の向き */
  animation-direction: alternate;
}
/* アニメーションの設定 */
@keyframes UpDown{
  /* 開始地点 */
  0%{
  /* Y軸0px */
  transform: translateY(0);
  }
  /* 終了地点 */
  100%{
  /* Y軸8px */
  transform: translateY(8px);
  }
}

/* ▼〇〇(地域)版▼ ここまで*/

/* ----- PR表記の調整内容 ----- */


/* PR表記／テキストの冒頭に表示 */
/* /etc/pages/各ページ共通 */
.pages {
  padding-top: 10px;
}
.pages .pr-text {
  position: relative;
  padding-top: 50px;
}
.pages .pr-text:before {
  content: "PR";
  color: #4A260A;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 23px;
  font-weight: bold;
  border: 1px solid #4A260A;
  border-radius: 4px;
  padding: 2px 6px 0;
  position: absolute;
  top: 0;
  right: 10px;
}

/* PR表記／ 検索結果画面 */
.result h2 {
  position: relative;
}
.result h2:after {
  content: "PR";
  color: #4A260A;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 22px;
  font-weight: bold;
  border: 1px solid #4A260A;
  border-radius: 4px;
  padding: 2px 2px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  line-height: 35px;
}


/* ----- PR表記の調整内容 ここまで ----- */



/* 2022.8.12 一時的に非表示 */
.genre_container {
  display: none;
}

/* 2022.8.12 一時的に非表示 */
.footer .content_link_container {
  display: none;
}

/* 2023.3.13 一時的に非表示 */
/* サイドバー、ハンバーガーメニュー */
#side {
  display: none;
}
@media screen and (max-width: 768px) {
  .js-nav-header-btn {
    display: none;
  }
}



.pr_t{
  text-align: right;
  font-size: 10px;
  color:gray;
  margin-top: 10px;
}

