@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;
}@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;
}@charset "UTF-8";
/***********************************************/
/*******  転職サイトと転職エージェントの違い  *******/
/***********************************************/
.difference_wrapper {
  padding-bottom: 30px;
  width: 100%;
}
.difference_wrapper .difference_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
.difference_wrapper .difference_inner .difference_title {
  padding: 20px 0px 30px;
  position: relative;
}
.difference_wrapper .difference_inner .difference_title img {
  position: absolute;
  top: -90px;
  left: 50%;
  width: 410px;
  transform: translate(-50%, 0%);
}
.difference_wrapper .difference_inner .difference_title span {
  font-size: 4rem;
  display: block;
}
.difference_wrapper .difference_inner .difference_box {
  width: 100%;
  padding: 10px;
}
.difference_wrapper .difference_inner .difference_box .difference_content_wrapper {
  width: 100%;
  margin: 40px 0px 0px;
  padding: 10px 0px;
  border: 2px solid #1678a6;
  padding: 20px 10px 0px;
  border-radius: 20px;
  background-color: #F5F8FA;
}
.difference_wrapper .difference_inner .difference_box .difference_whatis {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px 1px #f3f3f3;
  text-align: center;
  flex: 0 0 94%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.difference_wrapper .difference_inner .difference_box .difference_whatis .difference_subtitle {
  position: absolute;
  top: -40px;
  width: 410px;
  left: 0px;
}
.difference_wrapper .difference_inner .difference_box .difference_whatis p.difference_balloon {
  font-size: 3.3rem;
  color: #1678a6;
  font-weight: 600;
  background-color: #fff1bd;
  display: unset;
  text-align: center;
  line-height: 170%;
}
.difference_wrapper .difference_inner .difference_box .difference_whatis .difference_text_box {
  display: flex;
  padding: 20px 10px;
}
.difference_wrapper .difference_inner .difference_box .difference_whatis .difference_text {
  margin: 0px auto;
  width: 48%;
}
.difference_wrapper .difference_inner .difference_box .difference_whatis .difference_text .difference_text_title {
  font-size: 18px;
  background-color: #ebf9ff;
  color: #1678a6;
  padding: 10px;
  font-weight: 600;
  border-radius: 10px;
}
.difference_wrapper .difference_inner .difference_box .difference_whatis .difference_text .difference_text_title span {
  position: relative;
}
.difference_wrapper .difference_inner .difference_box .difference_whatis .difference_text .difference_text_title span:before {
  content: "";
  position: absolute;
  left: -68px;
  top: -20px;
  width: 60px;
  height: 56px;
  background-size: contain;
}
.difference_wrapper .difference_inner .difference_box .difference_whatis .difference_text .difference_text_title span.difference01:before {
  background-image: url("../../tmp-sp/img/difference/site.png");
}
.difference_wrapper .difference_inner .difference_box .difference_whatis .difference_text .difference_text_title span.difference02:before {
  background-image: url("../../tmp-sp/img/difference/agent.png");
}
.difference_wrapper .difference_inner .difference_box .difference_whatis .difference_text p {
  text-align: left;
  font-size: 14px;
  margin-top: 9px;
  line-height: 140%;
}
.difference_wrapper .difference_inner .difference_box .difference_whatis .difference_text img {
  margin: 20px 20px 30px;
  width: 100%;
}
.difference_wrapper .difference_inner .difference_content_box {
  display: flex;
  gap: 16px;
  margin: 17px 0px;
}
.difference_wrapper .difference_inner .difference_content_box .difference_content {
  width: calc(50% - 10px);
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 25px 20px 20px;
  box-shadow: 0 5px 10px 1px #f3f3f3;
  position: relative;
  margin-top: 20px;
}
.difference_wrapper .difference_inner .difference_content_box .difference_content .difference_content_subtitle {
  position: absolute;
  top: -30px;
  width: 340px;
  left: 17px;
}
.difference_wrapper .difference_inner .difference_content_box .difference_content p {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #1678A6;
  font-size: 16px;
  display: inline;
  background: linear-gradient(transparent 0%, #FFF1BD 0%);
}
.difference_wrapper .difference_inner .difference_content_box .difference_content img {
  margin-top: 10px;
}@charset "UTF-8";
/***********************************************/
/*******  転職サイト・転職エージェント比較表  *******/
/***********************************************/
.difference_table_wrapper {
  padding: 10px 10px 50px;
  width: 100%;
}
.difference_table_wrapper table {
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  min-width: 100%;
  overflow: scroll;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0;
}
.difference_table_wrapper table thead tr th {
  width: 190px;
  padding: 20px 10px;
  text-align: center;
  background-color: #f4fbff;
}
.difference_table_wrapper table thead tr th:first-child {
  width: 80px;
  background: #ffffff;
  position: sticky;
  left: 0;
  z-index: 1;
  border: none;
}
.difference_table_wrapper table thead tr th:nth-child(2) {
  width: 160px;
}
.difference_table_wrapper table thead tr th span {
  font-size: 14px;
  color: #0e5e83;
  text-align: center;
  position: relative;
}
.difference_table_wrapper table thead tr th span.difference01:before {
  background-image: url(../../tmp-sp/img/difference/site.png);
  position: absolute;
  content: "";
  left: -46px;
  top: -11px;
  width: 40px;
  height: 37px;
  background-size: cover;
}
.difference_table_wrapper table thead tr th span.difference02:before {
  background-image: url(../../tmp-sp/img/difference/agent.png);
  position: absolute;
  content: "";
  left: -46px;
  top: -11px;
  width: 40px;
  height: 37px;
  background-size: cover;
}
.difference_table_wrapper table tbody tr:first-child th {
  border-top: 0.5px solid #cce4ee;
}
.difference_table_wrapper table tbody tr:last-child th {
  border-bottom: 0.5px solid #cce4ee;
}
.difference_table_wrapper table tbody tr th {
  padding: 20px;
  background: #f8fbff;
  position: sticky;
  left: 0;
  z-index: 1;
  text-align: center;
  font-size: 14px;
  border-left: 0.5px solid #cce4ee;
  color: #1678a6;
}
.difference_table_wrapper table tbody tr td {
  padding: 20px;
  font-size: 14px;
  background-color: #fff;
  text-align: center;
  color: #041e2a;
  border: 0.5px solid #f7f8f8;
}
.difference_table_wrapper table tbody tr td:last-child {
  background-color: #fafcff;
}@charset "UTF-8";
/***********************************************/
/*************  導入文（ハイクラス）  **************/
/***********************************************/
.high_introduction_wrapper {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.high_introduction_wrapper .high_introduction_whatis {
  background-color: #e5e9ec;
  padding: 27px 0px 10px;
}
.high_introduction_wrapper .high_introduction_whatis .high_introduction_whatis_box {
  background-color: #08476f;
  position: relative;
  width: 97%;
  margin: 10px auto;
  padding: 4px;
  position: relative;
}
.high_introduction_wrapper .high_introduction_whatis .high_introduction_whatis_box .high_introduction_whatis_box_title {
  left: 0px;
  position: absolute;
  top: -27px;
  width: 185px;
}
.high_introduction_wrapper .high_introduction_whatis .high_introduction_whatis_box .high_introduction_whatis_box_title img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.high_introduction_wrapper .high_introduction_whatis .high_introduction_whatis_box p {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 12px 0px;
}
.high_introduction_wrapper .high_introduction_whatis .high_introduction_whatis_box p span {
  color: #002144;
  background-image: linear-gradient(90deg, #ffffff, #d5f4ff);
  display: inline-block;
  padding: 3px 10px;
  font-weight: 600;
  margin-right: 3px;
  margin-left: 3px;
}
.high_introduction_wrapper .high_introduction_reason {
  background-color: #063b5c;
  color: #fff;
  text-align: center;
  padding: 30px 0px 0px;
}
.high_introduction_wrapper .high_introduction_reason .high_introduction_reason_title {
  color: #fff;
  font-size: 23px;
  text-align: center;
}
.high_introduction_wrapper .high_introduction_reason ul {
  margin: 0 auto;
  width: 490px;
}
.high_introduction_wrapper .high_introduction_reason ul li {
  padding: 10px 10px 10px 50px;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  margin: 20px 40px 30px;
  color: #0d3b5c;
  position: relative;
  color: #002144;
  background-image: linear-gradient(90deg, #ffffff, #d5f4ff);
}
.high_introduction_wrapper .high_introduction_reason ul li:before {
  content: "";
  position: absolute;
  background-image: url("../img/high/check.png");
  background-size: cover;
  left: 12px;
  top: 11px;
  width: 26px;
  height: 25px;
}
.high_introduction_wrapper .high_introduction_reason ul li:last-child {
  margin-bottom: 0px;
}
.high_introduction_wrapper .notlose {
  background-color: #cde1f6;
}
.high_introduction_wrapper .notlose img {
  width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto;
  top: -2px;
  position: relative;
}
.high_introduction_wrapper .chose {
  position: relative;
  background-color: #cde1f6;
  padding: 20px;
}
.high_introduction_wrapper .chose p {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  background-image: linear-gradient(90deg, #ffffff, #e9f4ff);
  width: 618px;
  margin: 0 auto;
  padding: 10px;
  color: #0d3b5c;
}
.high_introduction_wrapper .chose img {
  width: 80%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.high_introduction_wrapper .chose ul {
  background-color: #fff;
  border-radius: 20px;
  margin: 30px;
  border: 1px solid #cde1f7;
  width: 540px;
  margin: 30px auto 10px;
}
.high_introduction_wrapper .chose ul li {
  padding: 0px 10px 10px 40px;
  font-size: 19px;
  letter-spacing: 0.09rem;
  text-align: left;
  font-weight: 600;
  margin: 13px;
  color: #0d3b5c;
  position: relative;
  border-bottom: 1px dotted #ccdcee;
}
.high_introduction_wrapper .chose ul li:last-child {
  border: none;
}
.high_introduction_wrapper .chose ul li:before {
  content: "";
  position: absolute;
  background-image: url("../img/high/check02.png");
  background-size: cover;
  top: 6px;
  left: 10px;
  width: 20px;
  height: 20px;
}
.high_introduction_wrapper .three {
  padding: 10px 0px;
  margin-bottom: 20px;
  position: relative;
  background-image: linear-gradient(358deg, #ffffff, #d8e8f5);
}
.high_introduction_wrapper .three:after {
  position: absolute;
  bottom: -72px;
  content: "";
  width: 360px;
  height: 100px;
  background-image: url(../img/high/three-arrow.webp);
  background-size: contain;
  z-index: 0;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
.high_introduction_wrapper .three .three-box {
  background-color: #fff;
  border-radius: 20px;
  margin: 20px auto;
  padding: 55px 30px 20px;
  width: 540px;
  z-index: 2;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(196, 196, 196, 0.35);
}
.high_introduction_wrapper .three .three-title {
  position: absolute;
  width: 578px;
  left: -15px;
  top: 5px;
}
.high_introduction_wrapper .three .three-text img.three-text-illust {
  width: 410px;
  margin: 0px auto 0px;
  text-align: center;
  display: block;
}
.high_introduction_wrapper .three .three-text img.three-text-text {
  width: 100%;
  margin: 40px auto 20px;
  text-align: center;
}
.high_introduction_wrapper .three .three-text p {
  text-align: center;
  font-size: 19px;
  margin-top: 16px;
}@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%;
}@charset "UTF-8";
/***********************************************/
/******************  導入文  *******************/
/***********************************************/
.introduction_wrapper .introduction_title {
  width: 100%;
}
.introduction_wrapper .introduction_inner {
  background-color: #F2F3F3;
  padding: 10px 10px 0px 10px;
  margin: 20px 0px 90px;
  border-radius: 10px;
  position: relative;
}
.introduction_wrapper .introduction_inner .introduction_inner_box {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 10px;
}
.introduction_wrapper .introduction_inner .introduction_inner_box .introduction_inner_box_title {
  background-color: #1880b2;
  margin-bottom: 10px;
  border-top-right-radius: 10px;
  padding: 6px 0px;
  border-top-left-radius: 10px;
}
.introduction_wrapper .introduction_inner .introduction_inner_box .introduction_inner_box_title img {
  width: 400px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.introduction_wrapper .introduction_inner .introduction_point_box {
  display: flex;
  width: calc(100% - 20px);
  justify-content: space-between;
  margin: 0px 10px 0px;
}
.introduction_wrapper .introduction_inner .introduction_point {
  width: calc(50% - 6px);
}
.introduction_wrapper .introduction_inner .introduction_point .introduction_title {
  background-color: #1980b2;
  color: #fff;
  position: relative;
  font-size: 18px;
  text-align: center;
  padding: 7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.introduction_wrapper .introduction_inner .introduction_point .introduction_title img {
  position: absolute;
  left: -40px;
  top: -70px;
  width: 20%;
}
.introduction_wrapper .introduction_inner .introduction_point .introduction_content {
  background-color: #fff;
  padding: 16px;
  border-right: 1px solid #2680b2;
  border-left: 1px solid #2680b2;
  border-bottom: 1px solid #2680b2;
  max-height: var(--close-height, 500px);
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 315px;
}
.introduction_wrapper .introduction_inner .introduction_point .introduction_content p {
  color: #00496c;
  line-height: 140%;
  font-size: 14px;
}
.introduction_wrapper .introduction_inner .introduction_point .introduction_content img {
  width: 100%;
}
.introduction_wrapper .introduction_inner img.find {
  width: 500px;
  display: block;
  margin: 0px auto 0px;
  position: relative;
  bottom: -20px;
  z-index: 3;
}
.introduction_wrapper .introduction_inner::after {
  position: absolute;
  content: "";
  background-image: url("../img/top/find-arrow.webp");
  width: 97%;
  height: 74px;
  background-size: contain;
}@charset "UTF-8";
.mv_wrapper {
  width: 100%;
  margin: auto 0px;
  position: relative;
  background-color: #134e7a;
}
.mv_wrapper .mv {
  margin: 0 auto;
  position: relative;
  width: 880px;
}
.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: 175px;
  left: 50%;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
  left: 50%;
  margin: 0px;
}

.all {
  background-color: #e8c534;
}

.main_section .all {
  background-color: #fff;
}

.high {
  background-color: #000725;
}

/***********************************************/
/**************  ロゴアニメーション  **************/
/***********************************************/
.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%);
  }
}@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;
}@charset "UTF-8";
/***********************************************/
/*******************  Q&A  ********************/
/***********************************************/
.qa_inner {
  width: 100%;
}

.qa_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.qa_wrapper h4 {
  font-size: 25px;
  color: #1678A6;
  padding-bottom: 20px;
  text-align: center;
}
.qa_wrapper .qa_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.qa_wrapper .qa_box .qa {
  background-color: white;
}
.qa_wrapper .qa_box .qa .qa_title {
  background-color: #F5FAFD;
  padding: 14px 20px;
  color: #1678A6;
  position: relative;
}
.qa_wrapper .qa_box .qa .qa_title::after {
  content: "＋";
  position: absolute;
  bottom: -6px;
  right: 6px;
  color: #007686;
  font-weight: bold;
  box-sizing: border-box;
  padding: 6px 6px 6px 0;
  cursor: pointer;
  transition: transform 0.3s;
  font-size: 15px;
  height: 100%;
}
.qa_wrapper .qa_box .qa .qa_content {
  padding: 10px 20px;
  box-shadow: rgba(196, 196, 196, 0.15) 0px 5px 5px 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.qa_wrapper .qa_inner .qa_box .qa.selected .qa_title::after {
  content: "ー";
}@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;
  margin-top: 40px;
  margin-bottom: 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 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
  align-items: center;
}
.agent_search_wrapper .agent_search_inner .agent_search .h3-box h3 img.search-title-left {
  width: 330px;
  top: -8px;
  position: relative;
  left: -2px;
}
.agent_search_wrapper .agent_search_inner .agent_search .h3-box h3 img.search-title-right {
  width: 376px;
  position: relative;
}
.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;
  -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;
}@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;
}@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);
}@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;
  width: 100%;
}
.service_wrapper .service_inner .service_h5 {
  position: relative;
  display: flex;
  margin: 20px auto 0px;
}
.service_wrapper .service_inner .service_h5 span {
  font-size: 17px;
  display: block;
  border-top: 1px solid #00567d;
  border-bottom: 1px solid #00567d;
  width: 130px;
  position: relative;
  color: #00567d;
  font-weight: 600;
}
.service_wrapper .service_inner .service_h5 h5 {
  text-align: center;
  font-size: 29px;
  color: #00567d;
  font-weight: 600;
  position: relative;
  line-height: 100%;
  margin-left: 10px;
}
.service_wrapper .service_inner .service_h5:before {
  position: absolute;
  content: "";
  background-image: url(../../tmp-sp/img/service/star.webp);
  background-size: cover;
  height: 60px;
  width: 60px;
  right: -36px;
  top: -24px;
  transform: scaleX(-1);
}
.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: #edf4fe;
  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);
}

.service_conditions {
  display: flex;
  margin: 0px 10px 10px 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.service_conditions .service_condition {
  color: #a64747;
  padding: 2px 7px;
  background-color: #ffeeee;
  margin: 2px 2px;
  font-size: 12px;
  border-radius: 20px;
}

.service_recom_point {
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  margin: 10px;
  position: relative;
}
.service_recom_point .service_recom_point_title {
  background-color: #044d89;
  color: #fff;
  border-top-left-radius: 10px;
  display: flex;
  position: absolute;
  top: -20px;
  align-items: center;
}
.service_recom_point .service_recom_point_title img {
  width: 20px;
  margin-left: 10px;
}
.service_recom_point .service_recom_point_title span {
  font-size: 15px;
  padding: 3px 10px 3px 5px;
  position: relative;
  display: block;
}
.service_recom_point .service_recom_point_title span:after {
  content: "";
  background-image: url("../img/service/title-ribon.png");
  width: 14px;
  height: 100%;
  background-size: contain;
  position: absolute;
  right: -7px;
  top: 0px;
}
.service_recom_point ul {
  padding: 18px 14px 10px;
  gap: 6px;
  display: flex;
  flex-wrap: wrap;
}
.service_recom_point ul li {
  padding: 5px 6px 3px 21px;
  font-size: 13px;
  color: #044d89;
  line-height: 100%;
  position: relative;
  font-weight: 600;
}
.service_recom_point ul li:before {
  content: "";
  background-image: url("../../tmp-sp/img/difference/check.png");
  background-size: cover;
  width: 11px;
  height: 10px;
  left: 5px;
  top: 6px;
  position: absolute;
}
.service_recom_point p {
  font-size: 13px;
  line-height: 150%;
}

.service_editor_comment {
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  margin: 10px 10px 0px 10px;
  padding: 14px;
  color: #2c3134;
  position: relative;
  font-weight: 500;
}
.service_editor_comment p {
  font-size: 14px;
  line-height: 150%;
  color: #545454;
  border-bottom: 2px dotted #dee5ea;
  padding-bottom: 7px;
  margin: 0px 5px 3px;
  padding-top: 5px;
}
.service_editor_comment p:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.service_editor_comment p span {
  font-size: 1rem !important;
}
.service_editor_comment .service_editor_comment_title {
  position: absolute;
  background-color: #044d89;
  color: #fff;
  border-top-left-radius: 10px;
  display: flex;
  align-items: center;
  top: -20px;
  left: 0px;
}
.service_editor_comment .service_editor_comment_title img {
  width: 20px;
  margin-left: 10px;
}
.service_editor_comment .service_editor_comment_title span {
  font-size: 15px;
  padding: 3px 10px 3px 5px;
  position: relative;
  display: block;
}
.service_editor_comment .service_editor_comment_title span:after {
  content: "";
  background-image: url("../img/service/title-ribon.png");
  width: 14px;
  height: 100%;
  background-size: contain;
  position: absolute;
  right: -7px;
  top: 0px;
}

.service_review_wrapper {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  margin: 0px 10px;
  width: calc(100% - 20px);
  overflow: hidden;
}
.service_review_wrapper .service_review {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  height: 200px;
  overflow: auto;
}
.service_review_wrapper .service_review_box {
  background-color: #fff;
  width: calc(100% - 10px);
  border-radius: 10px;
  padding: 8px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.service_review_wrapper .service_review_box .service_review_box_person {
  width: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.service_review_wrapper .service_review_box .service_review_box_person img {
  margin-bottom: 4px;
  width: 44px;
}
.service_review_wrapper .service_review_box .service_review_box_person span {
  color: #2c3134;
  text-align: center;
  font-size: 10px;
}
.service_review_wrapper .service_review_box .service_review_box_person .rate_star {
  font-size: 10px;
}
.service_review_wrapper .service_review_box p {
  width: calc(100% - 60px);
  font-size: 13px;
  line-height: 150%;
  color: #545454;
}@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;
}@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;
}.top_offer_wrapper {
  background-color: #D1EBFE;
  text-align: center;
  padding: 0px 0px 1px 0px;
  margin-top: 50px;
  border-radius: 20px;
}
.top_offer_wrapper .top_offer_title .top_offer_title_right {
  text-align: left;
}
.top_offer_wrapper .top_offer_title h4 {
  background-color: #FFFAC0;
  border-radius: 30px;
  padding: 5px;
  color: #222;
  text-align: center;
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin: 0px 20px 0px 20px;
  position: relative;
  top: -20px;
  width: 420px;
  left: 210px;
  transform: translateX(-50%);
}
.top_offer_wrapper .top_offer_title h4::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 60px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #fffac0;
}
.top_offer_wrapper .top_offer_title h5 {
  color: #0E5A91;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.top_offer_wrapper .top_offer_title h5::after {
  content: "";
  background-image: url(../../tmp-sp/img/common/top-offer-left.png);
  background-size: contain;
  width: 36px;
  height: 25px;
  position: absolute;
  left: -37px;
  bottom: 2px;
}
.top_offer_wrapper .top_offer_title h5::before {
  content: "";
  background-image: url(../../tmp-sp/img/common/top-offer-left.png);
  background-size: contain;
  width: 36px;
  height: 25px;
  position: absolute;
  right: -37px;
  bottom: 2px;
  transform: scaleX(-1);
}
.top_offer_wrapper .top_offer_title h6 {
  color: #0E5A91;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.top_offer_wrapper .top_offer_content {
  background-color: #fff;
  border-radius: 20px;
  padding: 12px;
  margin: 10px 14px 14px;
  display: flex;
  gap: 20px;
  align-items: center;
  display: flex;
}
.top_offer_wrapper .top_offer_content .top_offer_content_right {
  text-align: left;
}
.top_offer_wrapper img.banner {
  width: 160px;
  border-radius: 10px;
}
.top_offer_wrapper h4 {
  color: #0E5A91;
  font-weight: 600;
  background-color: #fffde7;
  display: inline-block;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 18px;
}
.top_offer_wrapper ul li {
  font-size: 15px;
  text-align: left;
  line-height: 130%;
  margin: 10px 0px;
  padding-left: 21px;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 2px dotted #5D90B6;
}
.top_offer_wrapper ul li::after {
  content: "";
  background-image: url(../../tmp-sp/img/common/top-offer-check.png);
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 36%;
  transform: translateY(-47%);
}
.top_offer_wrapper ul li:last-child {
  border: none;
  margin-bottom: 0px;
}.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;
}