@charset "UTF-8";
/***********************************************/
/*******************  本文  ********************/
/***********************************************/
.article_wrapper {
  --section-color: #daf9ed;
  --border-color: color-mix(in srgb, var(--section-color) 60%, black);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fffddc;
  border: 1px solid #e7e4ac;
  margin-bottom: 30px;
}
.article_wrapper .article_inner {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0px;
}
.article_wrapper .article_inner img {
  width: 300px;
}
.article_wrapper .article_inner p {
  width: calc(100% - 330px);
  font-size: 1.4rem;
  line-height: 2rem;
}
.article_wrapper .article_inner p span {
  color: #333434;
  font-weight: 600;
  background: linear-gradient(transparent 70%, #FFF642 70%);
}

/***********************************************/
/***************  ３つのポイント  *****************/
/***********************************************/
.three_points_wrapper {
  margin-bottom: 20px;
}/*# sourceMappingURL=article.css.map */@charset "UTF-8";
/***********************************************/
/******************  比較表  *******************/
/***********************************************/
.compare_wrapper,
.vertical_compare_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.compare_wrapper .compare_title,
.vertical_compare_wrapper .compare_title {
  font-size: 2.4rem;
  margin-bottom: 8px;
}
.compare_wrapper .compare_table,
.vertical_compare_wrapper .compare_table {
  border: 2px solid lightgray;
  width: 100%;
}
.compare_wrapper .compare_table .scrollable,
.vertical_compare_wrapper .compare_table .scrollable {
  width: 100%;
  overflow-x: scroll;
}
.compare_wrapper .compare_table .scrollable table,
.vertical_compare_wrapper .compare_table .scrollable table {
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  min-width: 100%;
  background-color: white;
}
.compare_wrapper .compare_table .scrollable table th,
.compare_wrapper .compare_table .scrollable table td,
.vertical_compare_wrapper .compare_table .scrollable table th,
.vertical_compare_wrapper .compare_table .scrollable table td {
  padding: 6px 10px;
  text-align: center;
  width: 100px;
  font-weight: bold;
}
.compare_wrapper .compare_table .scrollable table th,
.vertical_compare_wrapper .compare_table .scrollable table th {
  background-color: #fafafa;
}
.compare_wrapper .compare_table .scrollable table td .btn,
.vertical_compare_wrapper .compare_table .scrollable table td .btn {
  background-color: #ff5035;
}

.vertical_compare_wrapper .compare_table .scrollable table th {
  width: 100px;
}
.vertical_compare_wrapper .compare_table .scrollable table td {
  width: 200px;
}
.vertical_compare_wrapper .compare_table .scrollable table td img {
  width: 176px;
}
.vertical_compare_wrapper .compare_table .scrollable table td a {
  width: 176px;
}/*# sourceMappingURL=compare.css.map *//*# sourceMappingURL=detail.css.map */@charset "UTF-8";
/***********************************************/
/****************  転職サイトの選び方  *****************/
/***********************************************/
.how_to_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 30px 30px 30px;
  row-gap: 40px;
  border: 11px solid #edf4f6;
  border-radius: 20px;
  margin: 40px 0px 20px;
}
.how_to_wrapper .how_to_title img {
  width: 580px;
  margin: 0 auto;
  display: block;
  margin: 0 auto 10px;
}
.how_to_wrapper .how_to_content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.how_to_wrapper .how_to_content .how_to_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.how_to_wrapper .how_to_content .how_to_box h4 {
  border-bottom: 2px dotted #2c738c;
  border-top: 2px dotted #2c738c;
  color: #2c738c;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  line-height: 100%;
  position: relative;
  height: 35px;
}
.how_to_wrapper .how_to_content .how_to_box h4 img {
  position: relative;
  left: 2px;
  width: 52px !important;
  bottom: -3px;
}
.how_to_wrapper .how_to_content .how_to_box h4 b {
  color: #F98714;
}
.how_to_wrapper .how_to_content .how_to_box p {
  font-size: 13px;
  line-height: 2rem;
}
.how_to_wrapper .how_to_content .how_to_box p span {
  color: #f98714;
  font-weight: 600;
}
.how_to_wrapper .how_to_content .how_to_box.how_to_box_1 img, .how_to_wrapper .how_to_content .how_to_box.how_to_box_3 img {
  width: 70%;
}/*# sourceMappingURL=how_to.css.map */@charset "UTF-8";
/***********************************************/
/****************  転職サイトの選び方  *****************/
/***********************************************/
.how_to_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 30px 30px 30px;
  row-gap: 40px;
  border: 11px solid #edf4f6;
  border-radius: 20px;
  margin: 40px 0px 20px;
}
.how_to_wrapper .how_to_title img {
  width: 580px;
  margin: 0 auto;
  display: block;
  margin: 0 auto 10px;
}
.how_to_wrapper .how_to_content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.how_to_wrapper .how_to_content .how_to_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.how_to_wrapper .how_to_content .how_to_box h4 {
  border-bottom: 2px dotted #2c738c;
  border-top: 2px dotted #2c738c;
  color: #2c738c;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  line-height: 100%;
  position: relative;
  height: 35px;
}
.how_to_wrapper .how_to_content .how_to_box h4 img {
  position: relative;
  left: 2px;
  width: 52px !important;
  bottom: -3px;
}
.how_to_wrapper .how_to_content .how_to_box h4 b {
  color: #F98714;
}
.how_to_wrapper .how_to_content .how_to_box p {
  font-size: 13px;
  line-height: 2rem;
}
.how_to_wrapper .how_to_content .how_to_box.how_to_box_1 img, .how_to_wrapper .how_to_content .how_to_box.how_to_box_3 img {
  width: 70%;
}/*# sourceMappingURL=howto.css.map */@charset "UTF-8";
.mv_wrapper {
  width: 100%;
  margin: auto 0px;
  position: relative;
  background-color: #134e7a;
}
.mv_wrapper .mv {
  margin: 0 auto;
  position: relative;
  width: 720px;
}
.mv_wrapper .mv img {
  width: 100%;
}
.mv_wrapper .mv .mv_title_box {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.mv_wrapper .mv .mv_title_box h1 {
  font-size: 40px;
  text-align: center;
  color: #444444;
}
.mv_wrapper .mv span {
  position: absolute;
  top: 30px;
  left: 310px;
  transform: translateX(-50%);
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  margin-left: 10px;
  display: none;
}
.mv_wrapper .mv.generation_mv .mv_title_box h1 {
  color: white;
}
.mv_wrapper .mv.generation_mv span {
  color: white;
}
.mv_wrapper .mv.top_mv {
  width: 900px;
}
.mv_wrapper .mv.top_mv span {
  display: block;
}
.mv_wrapper .mv.all_mv span {
  display: block;
  top: 158px;
  left: 351px;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}

.all {
  background-color: #ffd701;
}

.high {
  background-color: #000725;
}

.engineer {
  background-color: #d6f4ff;
}

.second {
  background-color: #e1ecff;
}

/***********************************************/
/**************  ロゴアニメーション  **************/
/***********************************************/
.slider_wrapper {
  width: 100%;
  background-color: #fff;
}
.slider_wrapper .slider {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  padding: 10px;
  border: 1px solid #d7d7d7;
}
.slider_wrapper .slider_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.slider_wrapper .slider_item {
  margin: 0 20px;
}
.slider_wrapper .slider_item img {
  height: 24px;
  width: auto;
  max-width: unset;
  margin: 0 auto;
}

.slider_inner:first-child {
  animation: loop 90s linear infinite;
}

.slider_inner:nth-child(2) {
  animation: loop2 90s -60s linear infinite;
}

.slider_inner:last-child {
  animation: loop3 90s -30s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}/*# sourceMappingURL=mv.css.map */@charset "UTF-8";
/***********************************************/
/*****************  ページリスト  ******************/
/***********************************************/
.page_list_wrapper {
  background: none;
}
.page_list_wrapper .page_list_inner {
  display: flex;
  flex-direction: column;
}
.page_list_wrapper .page_list_inner .main_page_list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0px 8px;
  margin-top: 30px;
}
.page_list_wrapper .page_list_inner .main_page_list h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.page_list_wrapper .page_list_inner .main_page_list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-between;
}
.page_list_wrapper .page_list_inner .main_page_list ul li {
  width: calc(50% - 5px);
}
.page_list_wrapper .page_list_inner .main_page_list ul li a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.page_list_wrapper .page_list_inner .main_page_list ul li a:hover img {
  opacity: 0.8;
  transition: 0.4s;
}
.page_list_wrapper .page_list_inner .main_page_list ul li a img {
  width: 100%;
  transition: 0.4s;
}
.page_list_wrapper .page_list_inner .page_list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0px 8px;
  border-radius: 8px;
}
.page_list_wrapper .page_list_inner .page_list ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.page_list_wrapper .page_list_inner .page_list ul li a {
  color: #444444;
  text-decoration: underline;
}
.page_list_wrapper .page_list_inner .page_list ul li a:hover img {
  opacity: 0.8;
  transition: 0.4s;
}
.page_list_wrapper .page_list_inner .page_list ul li a img {
  width: 100%;
  transition: 0.4s;
}
.page_list_wrapper .page_list_inner .page_list ul li a .description {
  display: none;
}/*# sourceMappingURL=page_list.css.map *//***********************************************/
/*******************  Q&A  ********************/
/***********************************************/
.qa_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #daeaf9;
  border: 4px solid var(--font-main);
  border-radius: 40px;
  padding: 20px;
}
.qa_wrapper h4 {
  font-size: 3rem;
  color: var(--font-main);
  padding-bottom: 20px;
}
.qa_wrapper .qa_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.qa_wrapper .qa_box .qa {
  border-radius: 30px;
  background-color: white;
  border: 2px solid var(--font-main);
  padding: 12px 20px;
}
.qa_wrapper .qa_box .qa .qa_title::first-letter {
  font-size: 2rem;
  color: var(--font-main);
}
.qa_wrapper .qa_box .qa .qa_content {
  border-top: 1px dotted #ddddff;
  padding-top: 10px;
  margin-top: 10px;
}
.qa_wrapper .qa_box .qa .qa_content::first-letter {
  font-size: 2rem;
  font-weight: bold;
  color: var(--font-red);
}/*# sourceMappingURL=question.css.map */@charset "UTF-8";
/***********************************************/
/*******************  検索BOX  ********************/
/***********************************************/
.agent_search_wrapper {
  --section-color: #ecf6f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #1678a6;
  background-color: #f1fdff;
  border-radius: 20px;
}
.agent_search_wrapper .agent_search_inner {
  width: 100%;
}
.agent_search_wrapper .agent_search_inner .agent_search {
  width: 100%;
}
.agent_search_wrapper .agent_search_inner .agent_search .h3-box {
  background-size: auto auto;
  background-color: rgb(22, 120, 166);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, rgb(25, 128, 178) 7px, rgb(25, 128, 178) 14px);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50px;
}
.agent_search_wrapper .agent_search_inner .agent_search .h3-box h3 {
  text-align: center;
}
.agent_search_wrapper .agent_search_inner .agent_search .h3-box h3 img {
  width: 260px;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: 20px 20px 30px;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content_box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content_box h4 {
  border-radius: 4px;
  width: 130px;
  font-size: 14px;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content_box .the_s_gender label {
  width: 179px !important;
  flex: none !important;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content_box .agent_search_box {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: calc(100% - 130px);
  gap: 10px;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content_box .agent_search_box span {
  width: 100%;
  font-weight: bold;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content_box .agent_search_box label {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 4px var(--border-color);
  height: 40px;
  padding: 0 6px 0 10px;
  -moz-column-gap: 10px;
  font-size: 13px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 5px 10px 1px #d9f3f7;
  border: 1px solid #caeeff;
  line-height: 120%;
  cursor: pointer;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content_box .agent_search_box label:hover {
  background-color: #ebf9ff;
  box-shadow: none;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content_box .agent_search_box label:has(input[type=radio]:checked) {
  background-color: #1678a6;
  border-color: color-mix(in srgb, var(--border-color) 90%, black);
  box-shadow: unset;
  color: #fff;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content_box .agent_search_box label input {
  display: none;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content_box .agent_search_box select {
  height: 40px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #a6d6ec;
  box-shadow: 0 5px 10px 1px #d9f3f7;
  border-radius: 8px;
  width: 362px !important;
  position: relative;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content_box .agent_search_box:has(select) {
  position: relative;
  width: 362px !important;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content_box .agent_search_box:has(select):after {
  content: "";
  width: 16px;
  height: auto;
  border-color: #1678a6 transparent transparent transparent;
  border-width: 7px 7px 0 7px;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 19px;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content button {
  height: 50px;
  border: 1px solid #ff9292;
  border-radius: 40px;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #ff3535;
  margin-bottom: 8px;
  box-shadow: 0 6px #9f1e1e;
  width: 477px;
  margin: 0 auto;
  top: 0px;
  position: relative;
}
.agent_search_wrapper .agent_search_inner .agent_search .agent_search_content button:hover {
  top: 2px;
  box-shadow: 0 4px #9f1e1e;
}/*# sourceMappingURL=search_box.css.map */@charset "UTF-8";
/***********************************************/
/*****************  検索結果 mv  ******************/
/***********************************************/
.search_mv_wrapper .search_mv {
  background-color: #134c77;
  padding: 20px 0px;
}
.search_mv_wrapper .search_mv_wrapper {
  display: flex;
  gap: 20px;
  width: 780px;
  margin: 0 auto;
  align-items: center;
}
.search_mv_wrapper .search_mv_wrapper img.women {
  width: 100px;
}
.search_mv_wrapper .search_mv h2 {
  color: white;
  font-size: 16px;
  letter-spacing: 0.1rem;
}
.search_mv_wrapper .search_mv h2 span {
  color: #fff711;
  font-size: 20px;
}
.search_mv_wrapper .search_mv h2 span.small {
  font-size: 9px;
}
.search_mv_wrapper .search_mv .search_result_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
}
.search_mv_wrapper .search_mv .search_result_box .search_result_item {
  background-color: white;
  font-weight: bold;
  font-size: 11px;
  border-radius: 2px;
  padding: 1px 8px;
}
.search_mv_wrapper .search_mv .search_mv_bottom {
  display: flex;
  flex-direction: row;
  font-size: 12px;
}
.search_mv_wrapper .search_mv .search_mv_bottom .search_mv_text {
  color: white;
  font-size: 1.4rem;
}
.search_mv_wrapper .search_mv .search_mv_bottom .search_mv_text span.yellow {
  color: #fff711;
}
.search_mv_wrapper .search_mv .search_mv_bottom img {
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=search_mv.css.map */@charset "UTF-8";
/***********************************************/
/****************  案件ランキング  *****************/
/***********************************************/
.search_service_wrapper {
  --section-color: #d1fafe;
  --border-color: color-mix(in srgb, var(--section-color) 80%, black);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  row-gap: 40px;
}
.search_service_wrapper .service_inner {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.search_service_wrapper .service_inner .service {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 20px;
  box-shadow: 0px 5px 15px 0px rgba(196, 196, 196, 0.35);
}
.search_service_wrapper .service_inner .service .service_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 14px 20px;
  background-image: linear-gradient(90deg, #134c77, #95d1ff);
}
.search_service_wrapper .service_inner .service .service_title h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 2.6rem;
  color: #fff;
}
.search_service_wrapper .service_inner .service .service_title h4 p {
  font-size: 2.6rem;
}
.search_service_wrapper .service_inner .service .service_title h4 a {
  color: #4f4f4f;
}
.search_service_wrapper .service_inner .service .service_title h4 a span {
  color: #fff;
}
.search_service_wrapper .service_inner .service .service_title .service_rate {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  background-color: white;
  padding: 8px;
  border-radius: 6px;
  align-items: center;
}
.search_service_wrapper .service_inner .service .service_keyphrase {
  background-color: #fff7e2;
  border: 1px solid color-mix(in srgb, #fff7e2 96%, black);
  margin: 0 10px;
  padding: 8px 16px;
  font-size: 1.6rem;
  color: var(--font-red);
}
.search_service_wrapper .service_inner .service .service_content {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 10px;
}
.search_service_wrapper .service_inner .service .service_content a {
  width: 200px;
}
.search_service_wrapper .service_inner .service .service_content a img {
  width: 100%;
}
.search_service_wrapper .service_inner .service .service_content .service_table {
  flex: 1;
}
.search_service_wrapper .service_inner .service .service_content .service_table table {
  width: 100%;
  border: 1px solid #1678a6;
}
.search_service_wrapper .service_inner .service .service_content .service_table table th {
  color: #1678a6;
  background-color: #f1fdff;
  font-weight: 600;
  text-align: center;
  font-weight: bold;
}
.search_service_wrapper .service_inner .service .service_content .service_table table th:last-of-type {
  width: 110px;
}
.search_service_wrapper .service_inner .service .service_content .service_table table td {
  text-align: center;
  font-size: 1.4rem;
}
.search_service_wrapper .service_inner .service .service_content .service_table table td span {
  display: block;
  font-size: 1rem;
}
.search_service_wrapper .service_inner .service_campaign {
  border: 2px solid var(--border-color);
  border-radius: 8px;
  margin: 0 10px;
}
.search_service_wrapper .service_inner .service_campaign .campaign_title {
  background-color: var(--border-color);
  padding: 8px 16px;
  text-align: center;
  color: white;
}
.search_service_wrapper .service_inner .service_campaign .campaign_text {
  padding: 20px;
}
.search_service_wrapper .service_inner .service_btn {
  padding: 13px 20px;
  border-radius: 70px;
  font-size: 26px;
  background-color: #ff3535;
  border: none;
  text-align: center;
  width: 690px;
  margin: 10px auto 0;
  box-shadow: 0 6px #b71616;
  transition: all 0.1s ease;
  position: relative;
  top: 0;
}
.search_service_wrapper .service_inner .service_btn:hover {
  top: 2px;
  box-shadow: 0 3px #b71616;
  opacity: 1;
}
.search_service_wrapper .service_inner .service_btn a {
  font-size: 2rem;
}
.search_service_wrapper .service_inner .service_detail_btn {
  border-radius: 20px;
  background-color: white;
  color: #1678a6;
  border: 2px solid #1678a6;
  padding: 12px 0px;
  margin: 0 auto;
  text-align: center;
  width: 690px;
}
.search_service_wrapper .service_inner .service_annotation {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-top: -10px;
}
.search_service_wrapper .service_inner .service_annotation span {
  color: #797979;
  font-size: 11px;
}

/***********************************************/
/*************** ★★★★★評価 *********************/
/***********************************************/
.rate_star {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #cccccc;
}
.rate_star:after, .rate_star:before {
  content: "★★★★★";
}
.rate_star:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffc107;
  width: var(--percent);
}/*# sourceMappingURL=search_service.css.map */@charset "UTF-8";
/***********************************************/
/****************  案件ランキング  *****************/
/***********************************************/
.service_wrapper {
  --section-color: #d1fafe;
  --border-color: color-mix(in srgb, var(--section-color) 80%, black);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  background: none;
}
.service_wrapper .service_inner {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.service_wrapper .service_inner .service {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 20px;
  box-shadow: 0px 5px 15px 0px rgba(196, 196, 196, 0.35);
}
.service_wrapper .service_inner .service .service_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 14px 20px;
  background-image: linear-gradient(90deg, #134c77, #95d1ff);
}
.service_wrapper .service_inner .service .service_title h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 2.6rem;
  color: #fff;
}
.service_wrapper .service_inner .service .service_title h4 p {
  font-size: 2.6rem;
}
.service_wrapper .service_inner .service .service_title h4 a {
  color: #4f4f4f;
}
.service_wrapper .service_inner .service .service_title h4 a span {
  color: #fff;
}
.service_wrapper .service_inner .service .service_title .service_rate {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  background-color: white;
  padding: 8px;
  border-radius: 6px;
  align-items: center;
}
.service_wrapper .service_inner .service .service_keyphrase {
  background-color: #fff7e2;
  border: 1px solid color-mix(in srgb, #fff7e2 96%, black);
  margin: 0 10px;
  padding: 8px 16px;
  font-size: 1.6rem;
  color: var(--font-red);
}
.service_wrapper .service_inner .service .service_content {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 10px;
}
.service_wrapper .service_inner .service .service_content a {
  width: 200px;
}
.service_wrapper .service_inner .service .service_content a img {
  width: 100%;
}
.service_wrapper .service_inner .service .service_content .service_table {
  flex: 1;
}
.service_wrapper .service_inner .service .service_content .service_table table {
  width: 100%;
  border: 1px solid #1678a6;
}
.service_wrapper .service_inner .service .service_content .service_table table th {
  color: #1678a6;
  background-color: #f1fdff;
  font-weight: 600;
  text-align: center;
  font-weight: bold;
}
.service_wrapper .service_inner .service .service_content .service_table table th:last-of-type {
  width: 110px;
}
.service_wrapper .service_inner .service .service_content .service_table table td {
  text-align: center;
  font-size: 1.4rem;
}
.service_wrapper .service_inner .service .service_content .service_table table td span {
  display: block;
  font-size: 1rem;
}
.service_wrapper .service_inner .service_campaign {
  border: 2px solid var(--border-color);
  border-radius: 8px;
  margin: 0 10px;
}
.service_wrapper .service_inner .service_campaign .campaign_title {
  background-color: var(--border-color);
  padding: 8px 16px;
  text-align: center;
  color: white;
}
.service_wrapper .service_inner .service_campaign .campaign_text {
  padding: 20px;
}
.service_wrapper .service_inner .service_btn {
  padding: 13px 20px;
  border-radius: 70px;
  font-size: 26px;
  background-color: #ff3535;
  border: none;
  text-align: center;
  width: 690px;
  margin: 10px auto 0;
  box-shadow: 0 6px #b71616;
  transition: all 0.1s ease;
  position: relative;
  top: 0;
}
.service_wrapper .service_inner .service_btn:hover {
  top: 2px;
  box-shadow: 0 3px #b71616;
  opacity: 1;
}
.service_wrapper .service_inner .service_btn a {
  font-size: 2rem;
}
.service_wrapper .service_inner .service_detail_btn {
  border-radius: 20px;
  background-color: white;
  color: #1678a6;
  border: 2px solid #1678a6;
  padding: 12px 0px;
  margin: 0 auto;
  text-align: center;
  width: 690px;
}
.service_wrapper .service_inner .service_annotation {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-top: -10px;
}
.service_wrapper .service_inner .service_annotation span {
  color: #797979;
  font-size: 11px;
}

/***********************************************/
/*************** ★★★★★評価 *********************/
/***********************************************/
.rate_star {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #cccccc;
}
.rate_star:after, .rate_star:before {
  content: "★★★★★";
}
.rate_star:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffc107;
  width: var(--percent);
}

/***********************************************/
/*************** サービスポイント *********************/
/***********************************************/
.service_point_list {
  position: relative;
  margin: 20px 10px 0px;
  padding: 10px;
  border: 1px dotted #1678a6;
}
.service_point_list > b {
  position: absolute;
  top: -20px;
  left: -1px;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  background-color: #1678a6;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 156px;
}
.service_point_list b::before,
.service_point_list b::after {
  position: absolute;
  content: "";
  top: 0;
  width: 0px;
  height: 0px;
  border-color: transparent #fff;
  border-style: solid;
}
.service_point_list b::after {
  right: 0;
  border-width: 14px 6px 14px 0px;
}
.service_point_list p {
  position: relative;
  padding-left: 20px;
}
.service_point_list p::before {
  content: "";
  background: url(../../tmp-sp/img/common/check.svg);
  position: absolute;
  left: -3px;
  top: 4px;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.service_point_list p span {
  font-weight: 600;
  color: var(--font-red);
}/*# sourceMappingURL=service.css.map *//*# sourceMappingURL=service_detail.css.map */@charset "UTF-8";
/***********************************************/
/*****************  案件リスト  ******************/
/***********************************************/
.service_list_wrapper {
  background: none;
  margin-top: 30px;
  margin-bottom: 20px;
}
.service_list_wrapper .service_list_inner {
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  background-size: auto auto;
  background-color: rgb(251, 141, 33);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, rgb(249, 135, 20) 8px, rgb(249, 135, 20) 16px);
  border-radius: 8px;
  border: 2px solid #f98715;
}
.service_list_wrapper .service_list_inner .main_service_list {
  display: flex;
  flex-direction: column;
}
.service_list_wrapper .service_list_inner .main_service_list h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.service_list_wrapper .service_list_inner .main_service_list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  gap: 20px;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.service_list_wrapper .service_list_inner .main_service_list ul li {
  width: calc(50% - 10px);
  border: 1px solid #ffe9d6;
  background-color: #fffcf9;
  border-radius: 6px;
}
.service_list_wrapper .service_list_inner .main_service_list ul li:hover {
  opacity: 0.7;
  transition: 3s;
}
.service_list_wrapper .service_list_inner .main_service_list ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  padding: 8px 16px;
  gap: 12px;
  color: #444444;
  height: 100%;
}
.service_list_wrapper .service_list_inner .main_service_list ul li a img {
  width: 90px;
}
.service_list_wrapper .service_list_inner .main_service_list ul li a span {
  font-size: 12px;
  max-width: 80%;
  font-weight: 600;
}
.service_list_wrapper .service_list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 16px 8px;
  border-radius: 8px;
}
.service_list_wrapper .service_list .list_title {
  background-color: #232367;
  text-align: center;
  padding: 8px 16px;
  border-radius: 20px;
  color: white;
  font-weight: bold;
}
.service_list_wrapper .service_list ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.service_list_wrapper .service_list ul li {
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.service_list_wrapper .service_list ul li:hover {
  box-shadow: none;
}
.service_list_wrapper .service_list ul li a {
  color: #444444;
  text-decoration: underline;
  display: block;
  width: 100%;
  padding: 8px 16px;
}
.service_list_wrapper .service_list ul li a:hover {
  text-decoration: none;
  background-color: #fff9f2;
  overflow: hidden;
  border-radius: 30px;
}/*# sourceMappingURL=service_list.css.map */@charset "UTF-8";
/***********************************************/
/*****************  ソートBOX  ******************/
/***********************************************/
.sort_box_wrapper .sort_box_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.sort_box_wrapper .sort_box_inner .sort_select_wrapper {
  display: flex;
  border: 1px solid #0071bd;
  padding: 8px 30px 8px 10px;
  color: #0071bd;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.sort_box_wrapper .sort_box_inner .sort_select_wrapper select {
  border: none;
}
.sort_box_wrapper .sort_box_inner .sort_select_wrapper:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 14px;
  height: 14px;
  background-image: url(../../tmp-sp/img/icon/sort.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.sort_box_wrapper .sort_box_inner .sort_item.click_move {
  padding: 9px 16px 5px 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  background-color: #1678a6;
  color: white;
  border-radius: 8px;
  position: relative;
  transition: 0.2s;
}
.sort_box_wrapper .sort_box_inner .sort_item.click_move img.icon {
  width: 18px;
  margin-right: 4px;
  top: -2px;
  position: relative;
}
.sort_box_wrapper .sort_box_inner .sort_item.click_move:hover {
  background-color: #3d9bc6;
  transition: 0.2s;
}/*# sourceMappingURL=sort_box.css.map */.top_service_wrapper {
  display: flex;
  align-items: center;
  padding: 20px 10px 15px;
  background-color: #f6f6f6;
  margin: 30px 0px;
  border-radius: 20px;
}
.top_service_wrapper .top_service_inner {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.top_service_wrapper .top_service_inner .top_service {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 16px;
  border: 2px solid #444444;
  row-gap: 10px;
  background-color: white;
  position: relative;
  justify-content: space-between;
}
.top_service_wrapper .top_service_inner .top_service .top_service_btn {
  border-radius: 0px;
}
.top_service_wrapper .top_service_inner .top_service:first-child {
  border-color: #aa881f;
  border-bottom: 4px solid #6c5612;
}
.top_service_wrapper .top_service_inner .top_service:first-child .top_service_btn {
  background-color: #aa881f;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.top_service_wrapper .top_service_inner .top_service:nth-child(2) {
  border-color: #828282;
  border-bottom: 4px solid #242424;
}
.top_service_wrapper .top_service_inner .top_service:nth-child(2) .top_service_btn {
  background-color: #444444;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.top_service_wrapper .top_service_inner .top_service:nth-child(3) {
  border-color: #d16500;
  border-bottom: 4px solid #793900;
}
.top_service_wrapper .top_service_inner .top_service:nth-child(3) .top_service_btn {
  background-color: #d16500;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.top_service_wrapper .top_service_inner .top_service p {
  font-size: 1.4rem;
  margin: 10px 10px 0px 28px;
  line-height: 120%;
  text-align: center;
}
.top_service_wrapper .top_service_inner .top_service .top_service_ribbon {
  width: 50px;
  left: -17px;
  top: -19px;
  position: absolute;
}
.top_service_wrapper .top_service_inner .top_service .banner {
  height: 40px;
  width: auto;
  padding: 0px 10px;
}/*# sourceMappingURL=top_service.css.map */