/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 20 2025 | 16:01:35 */
/* reset */
.page-id-238376 .post-content h2,
.page-id-238376 .post-content h3,
.page-id-238413 .post-content h2,
.page-id-238413  .post-content h3,
.page-id-238420 .post-content h2,
.page-id-238420 .post-content h3,
.page-id-240152 .post-content h2,
.page-id-240152 .post-content h3,
.page-id-240352 .post-content h2,
.page-id-240352 .post-content h3 {
	border: none;
  width: auto;
  padding: 0;
  margin: auto;
}
.post-content h4 {
  margin: 0;
}
.post-content h4:before {
  content: none;
}
.page-id-238376 a:hover,
.page-id-238413  a:hover,
.page-id-238420 a:hover,
.page-id-240152 a:hover,
.page-id-240352 a:hover,
.page-id-240352 a:hover {
	text-decoration: none;
}
/* .page-id-238376 li,
.page-id-238413 li,
.page-id-238420 li {
	list-style: disc !important;
} */

.page-id-238420 .main-inner,
.page-id-238376 .main-inner,
.page-id-240152 .main-inner,
.page-id-240352 .main-inner {
	width: 100%;
}


.page-id-238420 .post-content,
.page-id-238376 .post-content,
.page-id-240152 .post-content,
.page-id-240352 .post-content {
	padding: 0 !important;
}

.page-id-238420 .post-header,
.page-id-238376 .post-header,
.page-id-240152 .post-header,
.page-id-240352 .post-header {
	display: none;
}

.carer__main h2 {
	font-size: 24px;
}

#sp-wp-tabs-wrapper_238389.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane,
#sp-wp-tabs-wrapper_240153.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane {
	padding: 0 !important;
}

#sp-wp-tabs-wrapper_238389.sp-tab__lay-default > ul,
#sp-wp-tabs-wrapper_240153.sp-tab__lay-default > ul {
	border-bottom: 5px solid #34998d;
}

#sp-wp-tabs-wrapper_238389.sp-tab__lay-default > ul .sp-tab__nav-item,
#sp-wp-tabs-wrapper_240153.sp-tab__lay-default > ul .sp-tab__nav-item {
	position: relative;
	width: 33.33% !important;
}

#sp-wp-tabs-wrapper_238389 > .sp-tab__nav-tabs > .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active,
#sp-wp-tabs-wrapper_240153 > .sp-tab__nav-tabs > .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active {
	position: absolute;
    width: 100%;
    height: 48px;
    bottom: 0px;
}


/* 口コミ見出しh4 */
/* .reviews__header {
  width: 100%;
  background: url("../img/bg_section_6_title.png");
  background-size: 100% 100%;
  padding: 17px;
  margin-bottom: -1px;
}
.reviews__header-title {
  color: #ffffff;
  font-weight: 900;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
} */
/* @media screen and (max-width: 500px) {
  .reviews__header-title {
    font-size: 20px;
  }
}
 */


.post-content h4.reviews__header-title {
	/* display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 30px;
	font-size: 20px;
	background: #2c897a;
	color: #FFF;
	box-sizing: border-box;
	
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	margin: 0; */
  
  background: url(/wp-content/uploads/2025/06/bg_section_6_title.png) no-repeat center, center;
  background-size: 100% 100%;
  padding: 17px;
  margin: 36px auto -1px;
  height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 30px;
	font-size: 20px;
	color: #FFF;
	box-sizing: border-box;
}

.reviews__header-title:before,
.reviews__header-title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.post-content h4.reviews__header-title:before {
	top: 0;
	left: 0;
	border-width: 25px 0px 25px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	background: none;
    width: 100%;
    height: auto;
    float: none;
}

.reviews__header-title:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}



/* 星 */
.stars {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  text-align: center;
}
.stars__row {
  display: flex;
  gap: 5px;
}

.star {
  color: #ffe93a;
  position: relative;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.star .partial {
  color: #ddd;
  position: relative;
  overflow: hidden;
  width: 1em;
}
.star .partial::before {
  content: "★";
  color: gold;
  position: absolute;
  left: 0;
  top: 0;
  width: var(--star-fill, 100%);
  display: inline-block;
  overflow: hidden;
}


/* 転職サイト比較テーブル */
.sp-tab__nav.sp-tab__nav-tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 0 !important;
  background: repeating-linear-gradient(-45deg, #9cdccc, #9cdccc 20px, #abe1d4 20px, #abe1d4 40px);
  border-bottom: 10px solid #62af9d;
}

.compare__cell--highlight {
	color: #ED5A37;
}
.compare {
    max-width: 1000px;
    margin: 13px auto 0;
}
.compare__tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0;
  background: repeating-linear-gradient(-45deg, #9cdccc, #9cdccc 20px, #abe1d4 20px, #abe1d4 40px);
  border-bottom: 10px solid #62af9d;
}
.compare__tab {
  flex: 1;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #34998D;
  background: #fff;
  border: 3px solid #34998D;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .compare__tab {
    font-size: 0.9rem;
    padding: 10px;
  }
}
.compare__tab--active {
  color: #fff;
  background: #34998D;
}
.compare__content {
  display: none;
}
.compare__content--active {
  display: block;
  overflow-y: auto;
}
#sp-wp-tabs-wrapper_238389.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title, #sp-wp-tabs-wrapper_238389.sp-tab__lay-default span > .sp-tab__card-header,
#sp-wp-tabs-wrapper_240153.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title, #sp-wp-tabs-wrapper_240153.sp-tab__lay-default span > .sp-tab__card-header {
	line-height: 1.28;
}
.compare__table {
	width: 100%;
	margin-bottom: 0 !important;
	border-collapse: collapse;
}
.compare__head {
  position: sticky;
  top: 0;
}
.compare__cell {
  padding: 9px 0;
  border: 1px solid #ddd;
  font-size: 1rem;
  vertical-align: middle;
}
.compare__cell--head {
	padding: 9px 0 !important;
	border: 1px solid #fff !important;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.28;
	color: #34998D !important;
	background-color: #9DDBCA !important;
}
.post-content table thead th.compare__cell--head:first-of-type {
  width: 112px;
}
.post-content table thead th.compare__cell--head:nth-of-type(2) {
  width: 52px;
}
.post-content table thead th.compare__cell--head:nth-of-type(3) {
  width: 52px;
}
.post-content table thead th.compare__cell--head:nth-of-type(4) {
  width: 95px;
}
.post-content table thead th.compare__cell--head:nth-of-type(5) {
  width: 63px;
}
.compare__cell {
	padding: 0 !important;
}
.compare__cell--other {
  text-align: center;
}
body .post-content table td.compare__cell.compare__cell--img {
	padding: 0 !important;
}
body .post-content table td.compare__cell h3 {
	width: 106px;
}
.compare__cell--quorum img {
  display: block;
  width: 32px;
  margin-bottom: 4px;
  margin: auto;
  text-align: center;
}
.compare__cell--quorum-text {
  margin: 0 10px;
  font-size: 1rem;
  text-align: center;
}
.compare__cell--quorum-text--highlight {
  font-size: 1.4rem;
  font-weight: bold;
}
.compare__cell--quorum-text--highlight {
  display: block;
  text-align: center;
}
.compare__cell--logo {
  display: block;
  width: 106px;
  height: auto;
  max-width: none;
  margin: auto;
}
body .post-content table td .compare__cell--list {
  padding: 0 4px;
}
body .post-content table td .compare__cell--list li.compare__cell--list-item {
	list-style: disc;
	margin: 0 0 0 10px;
	font-size: 10px !important;
	line-height: 1.4;
}
.compare__cell--link {
/*   display: flex;
  justify-content: center;
  justify-self: flex-start;
  align-items: center;
  flex-wrap: wrap; */
	display: inline-block;
	position: relative;
	width: 50px;
	height: 60px;
	padding: 6px 7px;
	margin: auto;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #FE9B01;
	border-radius: min(2.4vw, 12px);
	box-shadow: 0 4px 0 #D17400;
	transition: all 0.2s;
	overflow: hidden;
	line-height: 1.28;
}
.compare__cell .compare__cell--link span.compare__cell--link--num {
  font-size: 16px;
}
.compare__cell .compare__cell--link span.compare__cell--link--minute {
  font-size: 13px;
}
.compare__cell--font11 {
	font-size: 11px;
}
/* @media screen and (max-width: 768px) {
  .compare__cell--link {
    font-size: max(3.2vw, 12px);
  }
} */
.compare__cell--link:hover {
  box-shadow: none;
  transform: translateY(4px);
}
.compare__cell--link::before {
  animation: twinkle-35cd7b58 2s ease-in-out infinite;
  -webkit-animation: twinkle-35cd7b58 2s ease-in-out infinite;
  background-color: #fff;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 30px;
  height: 100%;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.compare__cell--link::after {
  content: url(https://career-theory.net/wp-content/uploads/2025/06/icon_next_1.svg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  color: #FE9B01;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FE9B01;
}


/* スライダー */
.lp__sliderWrap {
	border: 1px solid #999999;
	border-radius: 7px;
}

.is-style-vk-group-solid {
	position: relative;
	margin: 0 !important;
	border: 2px solid #2C897A !important;
  
  display: none;
}

.reviews__slider {
	position: inherit;
}

.reviews__slider .swiper-button-next,
.reviews__slider .swiper-button-prev {
	width: 44px;
    height: 44px;
    z-index: 20;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #000000;
	font-weight: bold;
}

.reviews__slider .swiper-button-next:after,
.reviews__slider .swiper-button-prev:after {
	font-weight: bold;
}

.reviews__slider .swiper-button-next {
	right: var(--swiper-navigation-sides-offset,-25px);
}

.reviews__slider .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset,-25px);
}

.swiper-button-next.swiper-button-mobile-bottom,
.swiper-button-prev.swiper-button-mobile-bottom {
	top: var(--swiper-navigation-top-offset, 50%) !important;
}


/*  */
.page-id-238420 #header,
.page-id-238376 #header,
.page-id-240152 #header,
.page-id-240352 #header {
	width: 100%;
}

.page-id-238420 #side,
.page-id-238376 #side,
.page-id-240152 #side,
.page-id-240352 #side {
	display:none;
}

/* @media(min-width:991px) { */
	.page-id-238420 #gnav,
	.page-id-238376 #gnav,
	.page-id-240152 #gnav,
  .page-id-240352 #gnav {
		display:none;
	}
/* } */
@media(min-width:991px) {
	.compare__cell span.compare__cell--highlight {
		font-size: 16px !important;
	}
	#sp-wp-tabs-wrapper_238389.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title,
	#sp-wp-tabs-wrapper_238389.sp-tab__lay-default span > .sp-tab__card-header,
	#sp-wp-tabs-wrapper_240153.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title,
	#sp-wp-tabs-wrapper_240153.sp-tab__lay-default span > .sp-tab__card-header {
		font-size: 18px;
	}
	th.compare__cell--head {
		font-size: 12px;
	}
	.post-content table thead th.compare__cell--head:first-of-type {
		width: 33.2305% !important;
	}
	.post-content table thead th.compare__cell--head:nth-of-type(2) {
		width: 9.56464% !important;
	}
	.post-content table thead th.compare__cell--head:nth-of-type(3) {
		width: 7.38967% !important;
	}
	.post-content table thead th.compare__cell--head:nth-of-type(4) {
		width: 37.7965% !important;
	}
	.post-content table thead th.compare__cell--head:nth-of-type(5) {
		width: 13.7197% !important;
	}
	body .post-content table td .compare__cell--list li.compare__cell--list-item {
		font-size: 16px !important;
	}
	body .post-content table td.compare__cell h3 {
		width: auto;
	}
	.compare__cell strong {
		font-size: 16px !important;
	}
	.compare__cell span {
		font-size: 12px !important;
	}
  body .post-content table td .compare__cell--list {
    padding: 0 12px;
}
  .compare__cell--link {
    width: 80px;
    height: 94px;
    padding: 12px 8px;
    font-size: 14px;
  }
  .compare__cell--link::after {
    bottom: 15px;
    width: 15px;
    height: 15px;
    font-size: 15px;
  }
  .compare__cell .compare__cell--link span.compare__cell--link--num {
    font-size: 24px !important;
  }
  .compare__cell .compare__cell--link span.compare__cell--link--minute {
    font-size: 16px !important;
  }
}


/*  */
.pt-50 {
    padding-top: 50px;
  }
  
  .top {
    background: url("https://career-theory.net/wp-content/uploads/2025/06/bg_section_1.png") no-repeat center center;
    background-position: bottom;
    background-size: cover;
    padding: 15px;
    padding-bottom: 0;
    overflow: hidden;
  }
  .top__title {
    background: #ff7e00;
    border: 3px solid #ff7e00;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922), 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    padding: 1px 10px;
  }
  @media screen and (max-width: 500px) {
    .top__title {
      font-size: 18px;
    }
  }
  .top__title-text {
    margin-top: -18px;
    font-weight: 900;
    font-size: 40px;
    line-height: 128%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffff56;
    -webkit-text-stroke: 0.5px #ffff56;
    text-shadow: 3px 0 #ff7e00, -3px 0 #ff7e00, 0 1px #ff7e00, 0 -3px #ff7e00;
  }
  @media screen and (max-width: 500px) {
    .top__title-text {
      font-size: 24px;
      margin-top: -10px;
    }
  }
  .top__title-text--sub {
    -webkit-text-stroke: 0.5px #fff;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  @media screen and (max-width: 500px) {
    .top__title-text--sub {
      font-size: 14px;
    }
  }
  .top__sub-content {
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    border-radius: 5px;
    color: #000000;
    padding: 10px;
  }
  .top__sub-content-highlight {
    background-image: linear-gradient(to bottom, transparent 60%, rgba(255, 126, 0, 0.2509803922));
  }
  .top__content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    overflow: hidden;
  }
  .top__content-wrapper-tutor {
    width: 30%;
    position: relative;
    overflow: visible;
  }
  @media screen and (max-width: 768px) {
    .top__content-wrapper-tutor {
      width: 40%;
    }
  }
  .top__content-wrapper-tutor-image {
    position: absolute;
    bottom: -15px;
    right: -100px;
    width: 53vw;
    max-width: 530px;
    min-width: 350px;
    object-fit: cover;
    background-position: bottom;
  }
  @media screen and (max-width: 600px) {
    .top__content-wrapper-tutor-image {
      width: 433px;
      right: -100px;
    }
  }
  @media screen and (max-width: 500px) {
    .top__content-wrapper-tutor-image {
      width: 365px;
      right: -80px;
    }
  }
  @media screen and (max-width: 415px) {
    .top__content-wrapper-tutor-image {
      width: 350px;
      right: -75px;
    }
  }
  .top__content-wrapper-content {
    width: 70%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
  }
  @media screen and (max-width: 768px) {
    .top__content-wrapper-content {
      width: 60%;
    }
  }
  .top__content-wrapper-content-title {
    width: fit-content;
    padding: 1px 5px;
    color: #ffffff;
    margin-bottom: 10px;
    background: #ff7e00;
    border: 3px solid #ff7e00;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922), 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  }
  @media screen and (max-width: 500px) {
    .top__content-wrapper-content-title {
      font-size: 18px;
    }
  }
  .top__content-wrapper-content-highlight {
    background-image: linear-gradient(to bottom, transparent 60%, rgba(255, 126, 0, 0.2509803922));
  }
  .top__content-wrapper-content-item-1 {
    width: 140%;
  }
  @media screen and (max-width: 768px) {
    .top__content-wrapper-content-item-1 {
      width: 160%;
    }
  }
  .top__content-wrapper-content-item-2 {
    max-width: 770px;
    width: 62vw;
  }
  @media screen and (max-width: 768px) {
    .top__content-wrapper-content-item-2 {
      width: 79vw;
    }
  }
  @media screen and (max-width: 600px) {
    .top__content-wrapper-content-item-2 {
      width: 165%;
    }
  }
  .top__content-wrapper-content-item-3 {
    padding-bottom: 15px;
  }
  @media screen and (max-width: 768px) {
    .top__content-wrapper-content-item-3 {
      width: 120%;
    }
  }
  @media screen and (max-width: 600px) {
    .top__content-wrapper-content-item-3 {
      width: 103%;
    }
  }
  @media screen and (max-width: 500px) {
    .top__content-wrapper-content-item-3 {
      width: 103%;
    }
  }
  @media screen and (max-width: 415px) {
    .top__content-wrapper-content-item-3 {
      width: 93%;
    }
  }
  @media screen and (max-width: 600px) {
    .top__content-wrapper-content-item-3 .__locale {
      width: 112%;
    }
  }
  @media screen and (max-width: 415px) {
    .top__content-wrapper-content-item-3 .__locale {
      width: 116%;
    }
  }

















/*  */
  .p-rating__content {
    width: 100%;
    height: 80px;
    margin-bottom: 16px;
    background: url("/wp-content/uploads/2025/06/bg_section_2.png") no-repeat center, center;
    background-size: cover;
    position: relative !important;
  }

  .p-rating__medal {
    position: absolute;
    top: -10px;
    left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }

  .p-rating__medal-image {
    width: 65px;
    height: 65px;
  }

  .p-rating__medal-title {
    font-weight: 900;
    font-size: 26px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 4px 4px #00000040;
  }

  @media screen and (max-width: 500px) {
    .p-rating__medal-title {
      font-size: 20px;
    }
  }

  .p-rating__score {
    position: absolute;
    top: -5px;
    right: 0;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 3px solid #34998d;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #ffffff;
    padding: 5px;
  }

  .p-rating__score-label {
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1 !important;
    letter-spacing: 0;
    color: #000;
  }

  @media screen and (max-width: 500px) {
    .p-rating__score-label {
      font-size: 10px;
    }
  }

  .p-rating__score-value {
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1 !important;
    letter-spacing: 0;
    color: #000;
  }

  @media screen and (max-width: 500px) {
    .p-rating__score-value {
      font-size: 10px;
    }
  }

  .p-rating__score-value--highlight {
    font-size: 20px;
    color: #ed5a37;
    font-weight: bold;
  }

  @media screen and (max-width: 500px) {
    .p-rating__score-value--highlight {
      font-size: 14px;
    }
  }

  .p-rating__score-stars {
    width: auto;
    height: 15px;
  }

  .p-features {
    gap: 10px;
  }

  .p-features__header {
    background: url("/wp-content/uploads/2025/06/bg_section_6_title.png") no-repeat center, center;
    background-size: 100% 100%;
    width: 100%;
    padding: 15px;
    margin-top: 25px;
  }

  .p-features__title {
    font-weight: 900;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
  }

  @media screen and (max-width: 500px) {
    .p-features__title {
      font-size: 20px;
    }
  }

  .p-features__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
    background-color: #F9F7ED;
  }

  .p-features__item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .p-features__item-icon {
    width: 60px;
    height: 60px;
  }

  .p-features__item-text {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0;
  }

  @media screen and (max-width: 500px) {
    .p-features__item-text {
      font-size: 14px;
    }
  }

  .p-features__item-text--highlight {
    font-weight: 700;
    color: #ed5a37;
  }

  .p-satisfaction__table {
    width: 100%;
    padding: 2px;
    margin-top: 23px;
    border: 1px solid #9ddbca;
    border-collapse: collapse;
  }

  .p-satisfaction__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
    width: 100%;
    padding: 20px 8px;
    margin-top: 11px;
    background: #9ddbca;
  }

  @media screen and (max-width: 400px) {
    .p-satisfaction__content {
      padding: 20px 2px;
    }
  }

  .p-satisfaction__title {
    font-weight: 900;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    color: #2c897a;
  }

  @media screen and (max-width: 500px) {
    .p-satisfaction__title {
      font-size: 16px;
    }
  }

  .p-satisfaction__links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 9px;
    width: 100%;
  }

  .p-satisfaction__link {
    width: 100%;
    border-radius: 50px;
    box-shadow: 0px 2px 2px 0px #ffffff40 inset, 0px 2px 2px 0px #00000040;
    padding: 8px;
    color: #ffffff;
    font-family: Inter;
    font-weight: 700;
    font-size: 28px;
    line-height: 128%;
    letter-spacing: 0;
    text-align: center;
  }

  @media screen and (max-width: 625px) {
    .p-satisfaction__link {
      font-size: 16px;
    }
  }

  .p-satisfaction__link--fulltime {
    background: #ed5a37;
  }

  .p-satisfaction__link--dispatch {
    background: #566ce0;
  }

  .p-satisfaction__link--contract {
    background: #fe9b01;
  }

  .p-satisfaction__link--parttime {
    background: #ea80be;
  }

  .c-table {
    width: 100%;
    border-collapse: collapse;
  }

  .c-table__header {
    width: 100% !important;
    padding: 15px !important;
    background: #9ddbca !important;
    font-weight: 900 !important;
    font-size: 23px !important;
    line-height: 150% !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    color: #2c897a !important;
  }

  @media screen and (max-width: 500px) {
    .c-table__header {
      font-size: 13px !important;
    }
  }

  .c-table__row {
    border-bottom: 1px solid #9ddbca;
  }

  .c-table__row:last-child {
    border-bottom: none;
  }

  .c-table__row--rating {
    padding: 23px;
  }

  .c-table__cell {
    padding: 25px !important;
    text-align: center;
  }

  .c-table__cell--key {
    background: #9ddbca;
    color: #2c897a;
    background-clip: content-box;
    padding: 3px !important;
    width: 40%;
    font-weight: 900;
    font-size: 25px !important;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
  }

  @media screen and (max-width: 500px) {
    .c-table__cell--key {
      font-size: 13px !important;
    }
  }

  .c-table__cell--center {
    text-align: center !important;
  }

  .c-table__rating {
    height: 32px;
    width: auto;
  }

  @media screen and (max-width: 500px) {
    .c-table__rating {
      height: 20px;
      width: auto;
    }
  }

  .c-table__number {
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 0;
    text-align: center;
    color: #ed5a37;
  }

  @media screen and (max-width: 500px) {
    .c-table__number {
      font-size: 20px;
    }
  }

  .c-table__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
  }

  @media screen and (max-width: 500px) {
    .c-table__title {
      font-size: 15px;
    }
  }

  .c-table__title--highlight {
    color: #ed5a37;
  }

  .c-table__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
  }

  .p-consultation {
    position: relative;
    width: calc(100% - 65px);
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  @media screen and (max-width: 500px) {
    .p-consultation {
      width: calc(100% - 45px);
    }
  }

  .p-consultation__dialogue {
    z-index: 100;
  }

  .p-consultation__dialogue--wrap {
    margin-top: 47px;
  }

  .p-consultation__dialogue-image {
    position: absolute;
    top: -50px;
    left: -65px;
    width: auto;
    height: 85px;
  }

  @media screen and (max-width: 500px) {
    .p-consultation__dialogue-image {
      height: 51px;
      top: -40px;
      left: -34px;
    }
  }

  .p-consultation__dialogue-content {
    position: absolute;
    top: -42px;
    left: -26px;
  }

  @media screen and (max-width: 500px) {
    .p-consultation__dialogue-content {
      top: -34px;
      left: -9px;
    }
  }

  .p-consultation__dialogue-text {
    margin: 0 !important;
    font-weight: 700;
    font-size: 23px !important;
    line-height: 130% !important;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    text-shadow: 0px 2px 2px #ffffff40, 0px 2px 2px #00000040;
  }

  @media screen and (max-width: 500px) {
    .p-consultation__dialogue-text {
      font-size: 13px !important;
    }
  }

  .p-consultation__dialogue-text--free {
    color: #ed5a37;
  }

  .p-consultation__content {
    position: relative;
    width: 100%;
    justify-self: flex-end;
    background: #ff7e00;
    box-shadow: 0px 20px 30px 0px #ffffff40 inset, 4px 4px 4px 0px #0000004d;
    border-radius: 50px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .p-consultation__title {
    text-shadow: 0px 1px 2px #00000040;
    color: #ffffff;
    font-weight: 900;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
  }

  @media screen and (max-width: 500px) {
    .p-consultation__title {
      font-size: 18px;
    }
  }

  .p-consultation__icon {
    width: 17px;
    height: 17px;
  }

  .p-reviews__header {
    width: 100%;
    background: url("/wp-content/uploads/2025/06/bg_section_6_title.png");
    background-size: 100% 100%;
    padding: 17px;
    margin: 36px auto -1px;
    
    display: none;
  }

  .p-reviews__title {
    color: #ffffff;
    font-weight: 900;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
  }

  @media screen and (max-width: 500px) {
    .p-reviews__title {
      font-size: 20px;
    }
  }

  .p-reviews__slider {
    position: relative;
    border: 2px solid #2c897a;
    padding: 15px 20px;
  }

  @media screen and (max-width: 500px) {
    .p-reviews__slider {
      padding: 5px 5px;
    }
  }

  .p-reviews__slider-container {
    width: 100%;
    overflow: hidden;
  }

  .p-reviews__slider-container .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }

  .p-reviews__slider-container .swiper-slide {
    width: 100px;
    min-width: 100%;
  }

  .p-reviews__card {
    border: 1px solid #999999;
    border-radius: 7px;
    padding: 7px;
  }

  @media screen and (max-width: 500px) {
    .p-reviews__card {
      padding: 0px;
    }
  }

  .p-reviews__card-header {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  @media screen and (max-width: 500px) {
    .p-reviews__card-header {
      padding: 10px;
      gap: 10px;
    }
  }

  .p-reviews__card-info {
    width: 70%;
  }

  .p-reviews__card-title {
    font-weight: 900;
    font-size: 25px;
    line-height: 160%;
    letter-spacing: 0;
    color: #2c897a;
  }

  @media screen and (max-width: 500px) {
    .p-reviews__card-title {
      font-size: 13px;
    }
  }

  .p-reviews__card-subtitle {
    font-weight: 900;
    font-size: 25px;
    line-height: 160%;
    letter-spacing: 0;
    color: #000;
  }

  @media screen and (max-width: 500px) {
    .p-reviews__card-subtitle {
      font-size: 13px;
    }
  }

  .p-reviews__card-body {
    padding: 20px 10px 100px;
  }

  @media screen and (max-width: 500px) {
    .p-reviews__card-body {
      padding: 10px 5px 50px;
    }
  }

  .p-reviews__card-text {
    font-weight: 900;
    font-size: 25px;
    line-height: 160%;
    letter-spacing: 0;
  }

  @media screen and (max-width: 500px) {
    .p-reviews__card-text {
      font-size: 13px;
    }
  }

  .p-reviews__card-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
  }

  @media screen and (max-width: 768px) {
    .p-reviews__card-footer {
      padding-right: 5px;
    }
  }

  .p-reviews__card-source {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
  }

  .p-reviews__card-link {
    color: #2c897a;
    text-decoration: none;
  }

  .p-reviews__avatar {
    /* width: 84px;
    height: 84px; */
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 50%;
    border: 2px solid #000000;
    padding: 6px;
    overflow: hidden;
  }

  /* @media screen and (max-width: 500px) {
    .p-reviews__avatar {
      width: 64px;
      height: 64px;
    }
  } */

  .p-reviews__avatar-image {
    /* width: 70px;
    /* height: auto; */
    background-size: cover;
  }

  /* @media screen and (max-width: 500px) {
    .p-reviews__avatar-image {
      width: 50px;
      height: auto;
    }
  } */

  .p-reviews__nav-icon {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #000;
  }

  .p-reviews__nav-icon-image {
    width: 30px;
    height: 30px;
  }

  @media screen and (max-width: 500px) {
    .p-reviews__nav-icon-image {
      width: 20px;
      height: 20px;
    }
  }

  .p-reviews__nav--prev {
    position: absolute;
    top: calc(50% - 35px);
    left: -30px;
    transform: rotate(180deg);
    width: 64px;
    cursor: pointer;
  }

  @media screen and (max-width: 500px) {
    .p-reviews__nav--prev {
      width: 54px;
      top: calc(50% - 25px);
      left: -20px;
    }
  }

  .p-reviews__nav--next {
    position: absolute;
    top: calc(50% - 35px);
    right: -30px;
    width: 64px;
    cursor: pointer;
  }

  @media screen and (max-width: 500px) {
    .p-reviews__nav--next {
      width: 54px;
      top: calc(50% - 25px);
      right: -20px;
    }
  }

  .l-container {
    max-width: var(--content-max-width);
    padding: var(--content-padding);
    margin: 0 auto;
  }

  .l-flex {
    display: flex;
    align-items: center;
  }

  .l-flex--end {
    justify-content: flex-end;
  }

  .l-flex--center {
    justify-content: center;
  }

  .main__contents {
    max-width: var(--content-max-width);
    padding: var(--content-padding);
    margin: 0 auto;
  }

  /* 転職サイト比較テーブル */
  .compare {
    max-width: 1000px;
    margin: 13px auto 0;
  }

  .compare__tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
    background: repeating-linear-gradient(-45deg, #9cdccc, #9cdccc 20px, #abe1d4 20px, #abe1d4 40px);
    border-bottom: 10px solid #62af9d;
  }

  .compare__tab {
    flex: 1;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #34998D;
    background: #fff;
    border: 3px solid #34998D;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
  }

  @media screen and (max-width: 768px) {
    .compare__tab {
      font-size: 0.9rem;
      padding: 10px;
    }
  }

  .compare__tab--active {
    color: #fff;
    background: #34998D;
  }

  .compare__content {
    display: none;
  }

  .compare__content--active {
    display: block;
    overflow-y: auto;
  }

  .compare__table {
    width: 100%;
    border-collapse: collapse;
  }

  .compare__head {
    position: sticky;
    top: 0;
    color: #34998D;
    background-color: #9DDBCA;
  }

  .compare__cell {
    padding: 9px 0;
    border: 1px solid #ddd;
    font-size: 1rem;
    vertical-align: middle;
  }

  .compare__cell--head {
    padding: 9px 0;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }

  .compare__cell--quorum img {
    display: block;
    width: 32px;
    margin-bottom: 4px;
    margin: auto;
    text-align: center;
  }

  .compare__cell--quorum-text {
    margin: 0 10px;
    font-size: 1rem;
    text-align: center;
  }

  .compare__cell--quorum-text--highlight {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .compare__cell--quorum-text--highlight {
    display: block;
    text-align: center;
  }

  .compare__cell--logo {
    display: block;
    width: 106px;
    height: auto;
    max-width: none;
    margin: auto;
  }

  .compare__cell--list-item {
    list-style: disc;
    margin: 0 0 0 18px;
  }

  .compare__cell--link {
    display: flex;
    justify-content: center;
    justify-self: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    background-color: #FE9B01;
    border-radius: min(calc(12/ 500*100vw), 12px);
    box-shadow: 0 4px 0 #D17400;
    font-size: min(calc(18/ 500*100vw), 18px);
    font-weight: 700;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 6px 9px;
    margin: auto;
    width: 64px;
  }

  @media screen and (max-width: 768px) {
    .compare__cell--link {
      font-size: max(calc(12/ 375*100vw), 12px);
    }
  }

  .compare__cell--link:hover {
    box-shadow: none;
    transform: translateY(4px);
  }

  .compare__cell--link::before {
    animation: twinkle-35cd7b58 2s ease-in-out infinite;
    -webkit-animation: twinkle-35cd7b58 2s ease-in-out infinite;
    background-color: #fff;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -180px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 30px;
    height: 100%;
    animation: shinyshiny 2.5s ease-in-out infinite;
  }

  .compare__cell--link span {
    font-size: 16px;
  }

  @-webkit-keyframes shinyshiny {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }

    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }

    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }

    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }

  .job-change {
    border-radius: 16px;
    padding: 32px 20px 24px 20px;
    max-width: 355px;
    margin: 0 auto 32px auto;
    background-image: url("/wp-content/uploads/2025/07/background/background_grid.png");
 background-size: cover;
        background-repeat: no-repeat;
        height: 752px;
    }

    .job-change__header {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
      margin-bottom: 18px;
    }

    .job-change__header .job-change__catch {
      background: linear-gradient(90deg, #ffe066 0%, #ffb800 100%);
      color: #d94f00;
      font-weight: bold;
      font-size: 1.05rem;
      padding: 6px 16px 2px 16px;
      border-radius: 12px 12px 0 0;
      letter-spacing: 0.04em;
      box-shadow: 0 2px 4px rgba(255, 184, 0, 0.08);
      margin-bottom: 0;
      text-align: center;
      line-height: 1.2;
    }

    .job-change__header .job-change__stat {
      background: #fff;
      color: #f39800;
      font-weight: bold;
      font-size: 1.35rem;
      padding: 8px 16px 6px 16px;
      border-radius: 0 0 12px 12px;
      box-shadow: 0 2px 4px rgba(255, 184, 0, 0.08);
      margin-top: 0;
      text-align: center;
      line-height: 1.2;
    }

    .job-change__header .job-change__stat .job-change__highlight {
      color: #ff6f00;
      font-size: 1.45rem;
      font-weight: bold;
      background: none;
      padding: 0;
    }

    .job-change__catch {
      font-size: 1.1rem;
      color: #ffb800;
      font-weight: bold;
      margin-bottom: 4px;
      letter-spacing: 0.02em;
    }

    .job-change__stat {
      font-size: 1.5rem;
      font-weight: bold;
      color: #444;
      margin-bottom: 0;
    }

    .job-change__stat .job-change__highlight {
      color: #f39800;
      font-size: 1.6rem;
      font-weight: bold;
    }

    .job-change__body {
      padding: 8px;
      background-color: #fff;
      border-radius: 5px;
    }

    .job-change__description {
      margin-bottom: 10px;
      font-size: 0.98rem;
    }

    .job-change__note {
      margin-bottom: 18px;
      font-size: 0.95rem;
    }

    .job-change__emphasis {
      font-weight: bold;
      background: linear-gradient(transparent 60%, #ffdfbf 60%);
      border-radius: 4px;
      padding: 0 2px;
    }

    .job-change__benefits {
      list-style: none;
      padding: 0;
      margin: 0 0 18px 0;
    }

    .job-change__benefit {
      background-color: #fff3cd;
      padding: 14px 12px 12px 12px;
      margin-bottom: 12px;
      border-left: 6px solid #ffa500;
      border-radius: 8px;
      box-sizing: border-box;
    }

    .job-change__benefit-title {
      font-size: 1.08rem;
      font-weight: bold;
      margin-bottom: 4px;
      display: flex;
      align-items: center;
    }

    .job-change__number {
      background-color: #ffb800;
      color: #fff;
      border-radius: 50%;
      padding: 0.2em 0.7em;
      margin-right: 0.6em;
      font-size: 1rem;
      font-weight: bold;
      display: inline-block;
      line-height: 1.2;
    }

    .job-change__benefit-text {
      font-size: 0.97rem;
      color: #333;
      margin-left: 1.8em;
      text-indent: -1.8em;
    }

    .job-change__image {
      text-align: center;
      margin-top: 18px;
    }

    .job-change__image img {
      max-width: 120px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

    .ranking__head-sub {
      line-height: 60px;
      position: relative;
      height: 60px;
      margin: 2em 50px 1em;
      padding: 0 2rem;
      text-align: center;
      color: #fff;
      background: #fa4141;
    }

    .ranking__head-sub::before,
    .ranking__head-sub::after {
      position: absolute;
      top: 0;
      display: block;
      height: 48px;
      content: '';
      border: 30px solid #fa4141;
    }

    .ranking__head-sub::before {
      left: -40px;
      border-left-width: 15px;
      border-left-color: transparent;
    }

    .ranking__head-sub::after {
      right: -40px;
      border-right-width: 15px;
      border-right-color: transparent;
    }

    .ranking__head-sub span {
      position: relative;
      display: block;
    }

    .c-btn {
      margin: 1.5rem auto !important;
    }

    .u-text-persimmon {
      color: #ED5A37;
    }

    .stars {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 10px;
      text-align: center;
    }

    .stars__row {
      display: flex;
      gap: 5px;
    }

    .star {
      color: #ffe93a;
      position: relative;
      display: inline-block;
      font-size: 10px;
      line-height: 1;
      letter-spacing: -0.02em;
    }

    .star .partial {
      color: #ddd;
      position: relative;
      overflow: hidden;
      width: 1em;
    }

    .star .partial::before {
      content: '★';
      color: gold;
      position: absolute;
      left: 0;
      top: 0;
      width: var(--star-fill, 100%);
      display: inline-block;
      overflow: hidden;
    }

    .fv {
      width: 100%;
    }

    .fv__inner {
      width: 100%;
      margin: 0 auto;
    }

    .fv__inner figcaption {
      font-size: 14px;
      text-align: right;
    }

    .fv__image {
      width: 100%;
    }

    /* 昨日〇〇人が登録に進みました */
    .notice-banner {
      text-align: center;
      font-weight: bold;
    }

    .notice-banner__highlight {
      font-weight: 700;
      animation: blink 1s infinite;
    }

    @keyframes blink {

      0%,
      100% {
        opacity: 1;
      }

      50% {
        opacity: 0;
      }
    }