@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
section .inner {
  max-width: 1000px;
}

html {
  -webkit-font-smoothing: antialiased; /* Mac向け */
  -moz-osx-font-smoothing: grayscale; /* Mac向け */
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media (max-width: 750px) {
  body {
    padding-top: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* dis */
@media (min-width: 750.1px) {
  .sp-view {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .pc-view {
    display: none !important;
  }
}
.mv_header .mv {
  position: relative;
  padding: 2rem 0 0;
}
.mv_header .mv .inner {
  position: relative;
  z-index: 5;
}
.mv_header .mv .inner .mv_illust {
  width: 37.8%;
  position: absolute;
  right: -0.625rem;
  bottom: -1.4375rem;
}
.mv_header .mv .inner .mv_illust img {
  width: 100%;
}
.mv_header .mv::before {
  content: "";
  background: #EFF9FC;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv_header .mv::after {
  content: "";
  background: url("../img/mv_bg.svg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv_header .mv h1 {
  line-height: 1;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mv_header .mv h1 span {
  line-height: 1;
}
.mv_header .mv_title_wrap, .mv_header .mv_title_wrap01, .mv_header .mv_title_wrap02 {
  width: 100%;
}
.mv_header .mv_title_wrap01, .mv_header .mv_title_wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.mv_header .mv_title_wrap01 span, .mv_header .mv_title_wrap02 span {
  line-height: 1;
}
.mv_header .mv_title_wrap01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mv_header .mv_title_wrap02 {
  margin-top: -2.625rem;
  margin-bottom: 1.5rem;
  margin-left: 6.25rem;
}
.mv_header .mv_title_box {
  background: #013765;
  color: #ffffff;
  margin-bottom: 0;
  padding: 0.625rem 1.75rem;
  border-radius: 0.25rem;
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1;
}
.mv_header .mv_copy_text {
  margin-bottom: 0;
  color: #013765;
  font-size: 2rem;
  font-weight: bold;
}
.mv_header .mv_title_cycle {
  width: 7.5rem;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8125rem;
  font-weight: 600;
  color: #ffffff;
  background: #02ADC4;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  border-radius: 7.5rem;
  margin-right: 0.625rem;
}
.mv_header .mv_title_agent {
  margin-top: 0.625rem;
  font-size: 4.0625rem;
  color: #008AE0;
  position: relative;
}
.mv_header .mv_title_agent span {
  position: relative;
  z-index: 2;
}
.mv_header .mv_title_agent span::before {
  content: "";
  width: 100%;
  height: 1.5625rem;
  background: #fff;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0.625rem;
  z-index: -1;
}
.mv_header .mv_title_agent::before, .mv_header .mv_title_agent::after {
  white-space: nowrap;
  content: "転職エージェント";
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0 0 0 #fff;
  -webkit-text-stroke: 0.375rem #fff;
}
.mv_header .mv_title_agent::after {
  top: 2px;
  left: 2px;
}
.mv_header .mv_title01 {
  font-size: 2.875rem;
  color: #ffffff;
  position: relative;
  bottom: 0.12em;
}
.mv_header .mv_title01 span {
  position: relative;
  z-index: 2;
}
.mv_header .mv_title01::before, .mv_header .mv_title01::after {
  white-space: nowrap;
  content: "ランキング";
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 1px 1px 0 #008AE0;
  -webkit-text-stroke: 0.375rem #008AE0;
}
.mv_header .mv_title01::after {
  top: 2px;
  left: 2px;
}
.mv_header .mv_title02 {
  font-size: 6rem;
  color: #ffffff;
  position: relative;
}
.mv_header .mv_title02 span {
  position: relative;
  z-index: 2;
}
.mv_header .mv_title02::before, .mv_header .mv_title02::after {
  white-space: nowrap;
  content: "TOP5";
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 1px 1px 0 #008AE0;
  -webkit-text-stroke: 0.375rem #008AE0;
}
.mv_header .mv_title02::after {
  top: 2px;
  left: 2px;
}
.mv_header > .inner {
  max-width: 62.875rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
  height: 5.5rem;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.mv_header > .inner .site_name {
  width: 15rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.mv_header .pr {
  padding: 0.375rem 1.25rem 0.3125rem;
  font-size: 0.875em;
  color: #516C8D;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: right;
  position: absolute;
  bottom: 1.125rem;
  right: 0;
}

@media (max-width: 1080px) and (min-width: 750.1px) {
  .mv_header .mv {
    padding: 2.962962963vw 0 0;
  }
  .mv_header .mv .inner .mv_illust {
    right: -0.9259259259vw;
    bottom: -2.1296296296vw;
  }
  .mv_header .mv_title_wrap02 {
    margin-top: -3.8888888889vw;
    margin-bottom: 2.2222222222vw;
    margin-left: 9.2592592593vw;
  }
  .mv_header .mv_title_box {
    padding: 0.9259259259vw 2.5925925926vw;
    border-radius: 0.3703703704vw;
    font-size: 2.4074074074vw;
  }
  .mv_header .mv_copy_text {
    font-size: 2.962962963vw;
  }
  .mv_header .mv_title_cycle {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    font-size: 4.1666666667vw;
    border-radius: 11.1111111111vw;
    margin-right: 0.9259259259vw;
  }
  .mv_header .mv_title_agent {
    margin-top: 0.9259259259vw;
    font-size: 6.0185185185vw;
  }
  .mv_header .mv_title_agent span::before {
    height: 2.3148148148vw;
    bottom: 0.9259259259vw;
  }
  .mv_header .mv_title_agent::before, .mv_header .mv_title_agent::after {
    -webkit-text-stroke: 0.5555555556vw #fff;
  }
  .mv_header .mv_title01 {
    font-size: 4.2592592593vw;
  }
  .mv_header .mv_title01::before, .mv_header .mv_title01::after {
    -webkit-text-stroke: 0.5555555556vw #008AE0;
  }
  .mv_header .mv_title02 {
    font-size: 8.8888888889vw;
  }
  .mv_header .mv_title02::before, .mv_header .mv_title02::after {
    -webkit-text-stroke: 0.5555555556vw #008AE0;
  }
}
@media (max-width: 750px) {
  .mv_header {
    overflow: hidden;
  }
  .mv_header .mv {
    padding: 5.3333333333vw 0 0;
  }
  .mv_header .mv .inner .mv_illust {
    width: 48vw;
    right: -12.8vw;
    bottom: -2.9333333333vw;
  }
  .mv_header .mv_title_wrap02 {
    margin-top: -5.8666666667vw;
    margin-bottom: 7.4666666667vw;
    margin-left: 1.3333333333vw;
  }
  .mv_header .mv_title_box {
    padding: 2.1333333333vw 5.3333333333vw 1.8666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 4vw;
  }
  .mv_header .mv_copy_text {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .mv_header .mv_title_cycle {
    width: 16vw;
    height: 16vw;
    font-size: 5.8666666667vw;
    border-radius: 16vw;
    margin-right: 1.3333333333vw;
    position: relative;
    top: -1.3333333333vw;
    left: -1.0666666667vw;
  }
  .mv_header .mv_title_agent {
    margin-top: 2.6666666667vw;
    font-size: 6.4vw;
  }
  .mv_header .mv_title_agent span::before {
    height: 2.6666666667vw;
    bottom: 1.3333333333vw;
  }
  .mv_header .mv_title_agent::before, .mv_header .mv_title_agent::after {
    -webkit-text-stroke: 1.0666666667vw #fff;
  }
  .mv_header .mv_title01 {
    font-size: 4.8vw;
  }
  .mv_header .mv_title01::before, .mv_header .mv_title01::after {
    -webkit-text-stroke: 1.0666666667vw #008AE0;
  }
  .mv_header .mv_title02 {
    font-size: 12vw;
  }
  .mv_header .mv_title02::before, .mv_header .mv_title02::after {
    -webkit-text-stroke: 1.0666666667vw #008AE0;
  }
  .mv_header > .inner {
    height: 3.75rem;
  }
  .mv_header > .inner .site_name {
    width: 10rem;
  }
  .mv_header .pr {
    padding: 0.375rem 1.25rem 0.3125rem;
    font-size: 0.6875em;
    bottom: 0.3125rem;
  }
}
.recommendation {
  padding: 2.75rem 0 2.5rem;
}
.recommendation_title {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  border-bottom: 0.25rem solid #013765;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.recommendation_title::before {
  width: 7.5rem;
  height: 4.25rem;
  background: url("../img/i_recommend.svg") center bottom no-repeat;
  background-size: auto 3.75rem;
  content: "";
  display: block;
}
.recommendation_title > span {
  font-size: 1.875rem;
  color: #013765;
  display: inline-block;
  line-height: 1.5;
  padding-bottom: 0.3125rem;
}
.recommendation_list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recommendation_list > li {
  width: 32%;
}
.recommendation_list a {
  padding: 1.75rem 8.75%;
  border-radius: 1rem;
  display: block;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0.375rem 0.5rem 0 #E6E6E6;
          box-shadow: 0.375rem 0.5rem 0 #E6E6E6;
}
.recommendation_list a .logo {
  text-align: center;
  margin-bottom: 0.75rem;
}
.recommendation_list a .logo img {
  width: 12.5rem;
  height: 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  display: inline;
}
.recommendation_list a li {
  position: relative;
  padding-left: 1.75rem;
  font-weight: bold;
}
.recommendation_list a li + li {
  margin-top: 0.25rem;
}
.recommendation_list a li b {
  color: #D61533;
}
.recommendation_list a li strong {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(255, 245, 0, 0)), color-stop(5%, #FFF500), color-stop(50%, #FFF500), color-stop(50%, rgba(255, 245, 0, 0)));
  background: linear-gradient(0deg, rgba(255, 245, 0, 0) 5%, #FFF500 5%, #FFF500 50%, rgba(255, 245, 0, 0) 50%);
}
.recommendation_list a li::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
  background-color: #D9EFFF;
  width: 1.25rem;
  height: 1.25rem;
}
.recommendation_list a li::after {
  width: 6px;
  height: 10px;
  border-right: 2px solid var(--main_color);
  border-bottom: 2px solid var(--main_color);
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.recommendation_lead {
  margin-bottom: 1.25rem;
  text-align: center;
}
.recommendation_lead > span {
  font-size: 1.5625rem;
  padding: 0 1.1875rem;
  color: #F88F01;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  position: relative;
  line-height: 1.25;
}
.recommendation_lead > span::before, .recommendation_lead > span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.125em;
  width: 0.875rem;
  height: 0.875rem;
  background: url("../img/i_shash_recommend.svg") center center no-repeat;
  background-size: contain;
}
.recommendation_lead > span::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.recommendation_lead > span::after {
  right: 0;
}
.recommendation_lead > span span {
  display: inline-block;
}
.recommendation .link {
  margin-top: 1.25rem;
  border-radius: 5rem;
  color: #ffffff;
  background: #D61533 url("../img/i_arw.svg") right 9.4488188976% center no-repeat;
  text-align: center;
  padding: 0.625rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
}
.recommendation .link span {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}

.recommendation_list .catch {
  text-align: center;
  margin: 1em 0.25em;
  font-size: 1.05em;
}

.recommendation_list span.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFF500));
  background: linear-gradient(transparent 70%, #FFF500 0%);
  font-weight: bold;
}

.ranking_wrap {
  background: #F1F7FB;
  margin-top: 2.5rem;
  padding: 0 0 5rem;
}
.ranking_wrap .inner {
  max-width: 67.5rem;
}

.ranking_title {
  color: #ffffff;
  background: #013765;
  padding: 1rem;
  margin-bottom: 3.5rem;
  font-size: 1.875rem;
}
.ranking_title .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ranking_title .inner::before {
  width: 4rem;
  height: 2.625rem;
  background: url("../img/i_rank.svg") center center no-repeat;
  content: "";
  margin-right: 1rem;
  position: relative;
  top: 0.0625rem;
  background-size: contain;
}
.ranking_title .inner > span {
  margin-block: 0.25rem;
}
.ranking_title .year {
  margin-left: 0.8em;
  font-size: 1.25rem;
  padding: 0.125rem 0.75rem;
  color: #013765;
  background: #ffffff;
}
.ranking_lead, .ranking_lead02, .ranking_text {
  text-align: center;
}
.ranking_lead strong, .ranking_lead02 strong, .ranking_text strong {
  font-weight: bold;
}
.ranking_lead {
  color: #013765;
  font-size: 1.5rem;
  line-height: 1.34;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.ranking_lead02 {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
}
.ranking_lead02 span {
  font-size: 1.125rem;
  padding: 0 1em;
  background: #F1F7FB;
  position: relative;
  z-index: 2;
}
.ranking_lead02::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #707070;
}
.ranking_text {
  font-size: 0.875rem;
  line-height: 2.2153846154;
}

.ranking_tab_list {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  margin-bottom: 4rem;
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ranking_tab_list li {
  width: 31.8181818182%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ranking_tab_list button {
  width: 100%;
  height: 5rem;
  color: #013765;
  background: #ffffff;
  border: 1px solid #013765;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.12em;
}
.ranking_tab_list button b, .ranking_tab_list button span {
  text-align: center;
  display: block;
}
.ranking_tab_list button span {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: normal;
}
.ranking_tab_list button:hover:not(.active) {
  opacity: 0.75;
}
.ranking_tab_list button.active {
  color: #ffffff;
  background: #02ADC4;
  border-color: #02ADC4;
}
.ranking_tab_list button.active::after {
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 1rem 1.3125rem;
  border-top-color: #02ADC4;
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  margin-left: -1.3125rem;
}

.agent {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 1rem;
  border: 1px solid #CCCCCC;
  padding: 1.75rem 2.5rem 3.5rem;
}
.agent_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 1.1875rem 1.25rem;
  border-bottom: 0.25rem solid #013765;
}
.agent_title .name {
  font-size: 1.875rem;
  margin-right: 0.75rem;
  margin-top: 0.5rem;
}
.agent_title .limited {
  font-size: 1.125rem;
  color: #0043AA;
  border: 1px solid #0043AA;
  margin-top: 0.5rem;
  padding: 0.2em 0.75em 0.25em;
  position: relative;
  bottom: 0.2em;
  display: inline-block;
}
.agent:nth-child(1) .agent_title::before, .agent:nth-child(2) .agent_title::before, .agent:nth-child(3) .agent_title::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "1";
  line-height: 1.25;
  margin-right: 1.25rem;
  color: #fff;
  font-size: 1.875rem;
  width: 4.75rem;
  height: 3.875rem;
  background: url("../img/i_rank01.svg") 0 bottom no-repeat;
  background-size: contain;
}
.agent:nth-child(2) .agent_title::before {
  content: "2";
  background-image: url("../img/i_rank02.svg");
}
.agent:nth-child(3) .agent_title::before {
  content: "3";
  background-image: url("../img/i_rank03.svg");
}
.agent_lead {
  margin-top: 1.25rem;
  color: #013765;
  background: #FFFDC4;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: bold;
  padding: 1.6875rem 1.75rem 1.6875rem 2.25rem;
  border-radius: 0.75rem;
  margin-bottom: 2.25rem;
  min-height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agent_lead::before {
  content: "";
  width: 3.4375rem;
  height: 3.375rem;
  background: url("../img/i_point.svg") no-repeat 0 center;
  background-size: contain;
  margin-right: 1.75rem;
}
.agent_lead .cap {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.agent .info {
  margin-bottom: 0;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #EDEFF5;
}
.agent .info .image {
  width: 18.75rem;
  padding-right: 2.5rem;
  display: block;
  padding-left: 0.625rem;
}
.agent .info .image img {
  width: 100%;
  max-height: initial;
}
.agent .info .image figcaption {
  color: #606060;
  font-size: 0.75rem;
  display: block;
  margin-top: 0.625rem;
  font-weight: bold;
}
.agent .info > .text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-top: -0.5em;
}
.agent .info > .text .review_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.agent .info > .text .review_area_ttl {
  font-size: 1.125rem;
  margin-right: 0.9375rem;
  font-weight: bold;
}
.agent .info > .text .review {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.agent .info > .text .review .star5_rating::before, .agent .info > .text .review .star5_rating::after {
  font-size: 1.75rem !important;
}
.agent .info > .text .text {
  font-size: 2.5rem;
  color: #F2A028;
  font-family: "Noto Sans JP", sans-serif;
}
.agent .info .chara {
  margin-top: 0.5rem;
}
.agent .info .chara h4 {
  font-size: 1.125rem;
  padding: 0.5rem 1.625rem;
  font-weight: bold;
  color: #ffffff;
  background: #013765;
}
.agent .info .check_lists {
  border: none;
  padding: 0;
  margin-top: 1rem;
}
.agent .info .check_lists li {
  padding-left: 2.125rem;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 0.2em;
}
.agent .info .check_lists li + li {
  margin-top: 0.5rem;
}
.agent .info .check_lists li::after {
  border-width: 2px;
}
.agent .info + .btn_wrap {
  padding-top: 2rem;
}
.agent .ranking_inner_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
}
.agent .ranking_inner_tab_list li {
  width: 30%;
  height: 3.75rem;
  max-width: 17.5rem;
  border: solid #013765;
  border-width: 1px 1px 0;
  overflow: hidden;
}
.agent .ranking_inner_tab_list li + li {
  border-left: 0;
}
.agent .ranking_inner_tab_list li:first-child {
  border-radius: 0.75rem 0 0;
}
.agent .ranking_inner_tab_list li:last-child {
  border-radius: 0 0.75rem 0 0;
}
.agent .ranking_inner_tab_list button {
  width: 100%;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.2em;
  color: #013765;
  font-size: 1rem;
}
.agent .ranking_inner_tab_list button.active {
  font-size: 1.0625rem;
  font-weight: bold;
  background: #D9EFFF;
}
.agent .ranking_inner_tab_wrap {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #EDEFF5;
}
.agent .ranking_inner_tab_block_wrap {
  padding: 2.5rem 2.5rem 3.75rem;
  border: 1px solid #013765;
  border-radius: 0 0.75rem 0.75rem 0.75rem;
}
.agent .ranking_inner_tab_block {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}
.agent .ranking_inner_tab_block p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.375rem;
}
.agent .ranking_inner_tab_block > *:last-child {
  margin-bottom: 0;
}
.agent .title_sl {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agent .title_sl span {
  font-size: 1.25rem;
  padding: 0 2rem;
  color: #008AE0;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 1.25;
}
.agent .title_sl span::before, .agent .title_sl span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.125em;
  width: 0.875rem;
  height: 0.875rem;
  background: url("../img/i_slash.svg") center center no-repeat;
  background-size: contain;
}
.agent .title_sl span::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.agent .title_sl span::after {
  right: 0;
}
.agent .spec_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.agent .spec_in > dl {
  width: 25%;
  text-align: center;
  padding-top: 0.625rem;
}
.agent .spec_in > dl.full {
  width: 100%;
}
.agent .spec_in > dl.full > dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.agent .spec_in > dl + dl:nth-child(n+5) {
  padding-top: 1.125rem;
}
.agent .spec_in > dl > dt {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #013765;
}
.agent .spec_in > dl > dd {
  font-weight: bold;
}
.agent .spec_in > dl > dd p {
  color: #008AE0;
  min-height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  line-height: 1.2;
}
.agent .spec_in > dl > dd p > span {
  font-size: 1.5em;
}
.agent .spec_in > dl > dd p > span.sm {
  width: 100%;
  font-size: 0.75rem;
}
.agent .spec_in > dl .in_dl {
  width: calc(50% - 0.625rem);
}
.agent .spec_in > dl .in_dl dt {
  color: #168AD3;
  padding: 0.75em 0 0.66em;
}
.agent .spec_in > dl .in_dl dd {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
  padding: 1.25rem 1.5rem;
  background: #F6F7FA;
  text-align: left;
}
.agent .spec_in > dl .in_dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.agent .spec_in > dl .in_dl dd ul li:not(:last-child)::after {
  content: "/";
  margin: 0 0.25em;
}
.agent .kutikomi_container + .kutikomi_container {
  margin-top: 1.75rem;
}
.agent .kutikomi_box_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #013765;
  margin-bottom: 1.125rem;
}
.agent .kutikomi_box_head figure {
  margin-right: 0.875rem;
}
.agent .kutikomi_box_head figure img {
  width: 3.25rem;
}
.agent .kutikomi_box_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  bottom: 0.375rem;
}
.agent .kutikomi_box_dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 0.4375rem;
}
.agent .kutikomi_box_dl dt::after {
  width: 1px;
  height: 1.375rem;
  content: "";
  margin-inline: 0.75rem;
  display: block;
  background: #000;
}
.agent .kutikomi_box_dl dd {
  bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}
.agent .kutikomi_box_dl dd .star5 {
  color: #F2A028;
  font-weight: bold;
  margin-right: 0.375rem;
  font-size: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
}
.agent .star5_rating {
  height: 1.25rem;
  display: block;
}
.agent .star5_rating::before, .agent .star5_rating::after {
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.25rem !important;
  display: block;
}
.agent .star5_rating::after {
  color: #F2A028 !important;
}
.agent .kutikomi_text_in {
  line-height: 1.8;
}
.agent .kutikomi_text_in a {
  text-decoration: underline;
}
.agent .show-hidden {
  width: 100%;
  max-width: 22.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.25rem;
  border-radius: 5rem;
  background: #EDEFF5;
  text-align: center;
  padding: 0.625rem 0;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  height: 3.125rem;
  color: #013765;
  font-weight: 500;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.agent .show-hidden::before {
  content: "";
  width: 0.75rem;
  height: 0.375rem;
  position: absolute;
  display: block;
  background: url("../img/i_arw_btm.svg") no-repeat;
  right: 9.4488188976%;
  background-size: contain;
  top: 50%;
  margin-top: -0.1875rem;
}
.agent .show-hidden:hover {
  opacity: 0.75;
}
.agent .check_point_dl {
  background: #FFFDC4;
  margin-top: 1.75rem;
  padding: 1.25rem;
  border-radius: 1rem;
}
.agent .check_point_dl dt {
  max-width: 20.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.875em;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #D61533;
}
.agent .check_point_dl dt span {
  font-size: 1.125rem;
  padding: 0 1em;
  background: #FFFDC4;
  position: relative;
  z-index: 2;
}
.agent .check_point_dl dt::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #D61533;
}
.agent .check_point_dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agent .btn_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.agent .btn_wrap a {
  width: 100%;
  height: 5rem;
  max-width: 41.25rem;
}
.agent .btn_wrap a.center {
  max-width: 22.5rem;
  height: 3.125rem;
}
.agent .btn_wrap a.center span {
  font-size: 1.125rem;
}
.agent .btn_wrap a.center .btn--site {
  max-width: 18.125rem;
}
.agent .btn_wrap .btn {
  border-radius: 5rem;
}
.agent .btn_wrap a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agent .btn_wrap a:not(.center) .btn--site::after {
  width: 0.5rem;
  height: 1rem;
  top: 0.625rem;
  left: auto;
  right: 0;
  position: relative;
}
.agent .btn_wrap .btn--site {
  width: 100%;
  max-width: 21.25rem;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.agent .btn_wrap .btn--site::after {
  width: 0.5rem;
  height: 1rem;
  margin-left: auto;
  display: block;
}
.agent .btn_wrap .btn--site > div {
  height: auto;
  position: relative;
  top: 0.0625rem;
  left: 0;
  margin-right: 0.875rem;
  padding: 0.0625rem 1rem 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.agent .btn_wrap .btn--site > div > * {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.agent .btn_wrap .btn--site > div > * p {
  line-height: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.agent .btn_wrap small {
  font-size: 0.8125rem;
  color: #606060;
  font-weight: bold;
  display: block;
  margin-top: 0.75rem;
}

.comparative {
  padding-top: 1rem;
  padding-bottom: 0;
}
.comparative_title02 {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  border-bottom: 0.25rem solid #013765;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.comparative_title02::before {
  width: 4.1875rem;
  height: 3.125rem;
  background: url("../img/i_hikaku.svg") 0.3125rem center no-repeat;
  background-size: auto 3.125rem;
  content: "";
  display: block;
  position: relative;
  bottom: 0.375rem;
}
.comparative_title02 span {
  font-size: 1.875rem;
  color: #013765;
  display: inline-block;
  line-height: 1.5;
  padding-bottom: 0.3125rem;
}
.comparative_title02 span span {
  margin-inline: 0.3125rem;
}
.comparative .table_wrap {
  padding: 2.5rem;
  background: #ffffff;
  border-color: #013765;
}
.comparative .table_wrap th, .comparative .table_wrap td {
  border-color: #013765;
}
.comparative .table_wrap table.comparative_table {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #013765;
}
.comparative .table_wrap table.comparative_table th {
  background: #D9EFFF;
}
.comparative .table_wrap table.comparative_table th br {
  display: none;
}
.comparative .table_wrap table.comparative_table td {
  line-height: 1.2307692308;
}
.comparative .table_wrap table.comparative_table td span {
  display: inline-block;
  font-weight: 500;
}
.comparative .table_wrap table.comparative_table td .d_text {
  margin-top: 0.25rem;
}
.comparative .table_wrap table.comparative_table td .history {
  width: 100%;
  max-width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.625rem;
  display: block;
  line-height: 1.5;
}
.comparative .table_wrap table.comparative_table td .history .must {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #013765;
  margin-bottom: 0.5rem;
  padding: 0.25rem;
  color: #fff;
  font-size: 0.6875rem;
}
.comparative .table_wrap table.comparative_table td .history .must::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 0.3125rem;
  background: url("../img/i_must.svg") no-repeat;
  background-size: contain;
  display: block;
}
.comparative .table_wrap table.comparative_table td .history b {
  color: #CA1431;
  font-size: 0.875rem;
  text-align: center;
  display: block;
}
.comparative .table_wrap table.comparative_table td .orange, .comparative .table_wrap table.comparative_table td .red, .comparative .table_wrap table.comparative_table td .green, .comparative .table_wrap table.comparative_table td .black {
  min-height: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comparative .table_wrap table.comparative_table td .green {
  font-size: 1.75rem;
  color: #00AF28;
}
.comparative .table_wrap table.comparative_table td .orange {
  font-size: 1.875rem;
  color: #FF8900;
}
.comparative .table_wrap table.comparative_table td .red, .comparative .table_wrap table.comparative_table td .black {
  font-size: 2.125rem;
}
.comparative .table_wrap table.comparative_table td .red {
  color: #D63616;
}
.comparative .table_wrap table.comparative_table td .black::before {
  height: 1px;
  background: #707070;
  top: calc(50% - 1px);
}
.comparative .table_wrap table.comparative_table tr:nth-child(1) td {
  padding-bottom: 1.875rem;
}
.comparative .table_wrap table.comparative_table tr:nth-child(1) td a img {
  max-width: 130px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.comparative .table_wrap table.comparative_table tr:nth-child(1) td p {
  font-size: 0.75rem;
  bottom: 0.625rem;
}
.comparative .table_wrap table.comparative_table tr:last-child td {
  padding-block: 1rem;
}
.comparative .table_wrap table.comparative_table tr:last-child a {
  max-width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.75rem;
  padding: 0.5rem 1.125rem 0.6875rem;
  color: #ffffff;
  text-align: left;
  background: #D61533 url("../img/i_arw.svg") right 9.4488188976% center no-repeat;
  font-size: 0.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comparative .table_wrap table.comparative_table tr:last-child a::after {
  display: none;
}
.comparative .table_wrap table.comparative_table tr:last-child a span {
  font-size: 1.3636363636em;
  margin-bottom: 0.125rem;
  font-weight: bold;
  display: block;
}

#search {
  padding: 5.75rem 0 5.75rem;
}
#search .inner {
  background: #EDF2F5;
}
#search .form_wrap {
  border: none;
  padding: 0.9375rem 1.25rem 3rem;
}
#search form {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}

.search_title {
  background: #ffffff;
  padding-bottom: 1.5rem;
}
.search_title > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.search_title > span::before {
  width: 4.5rem;
  height: 3.125rem;
  background: url("../img/i_search.svg") 0 center no-repeat;
  background-size: auto 3.125rem;
  content: "";
  display: block;
  position: relative;
  bottom: 0;
}
.search_title > span span {
  font-size: 1.875rem;
  color: #013765;
  display: inline-block;
  line-height: 1.5;
  padding-bottom: 0.125rem;
}
.search_title > span span span {
  margin-inline: 0.3125rem;
}
.search_title_wrap {
  position: relative;
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0.25rem solid #013765;
}
.search_title_wrap .illust {
  position: absolute;
  bottom: 0;
  left: 1.5625rem;
  width: 30.7894736842%;
}
.search_title_lead {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0.75rem;
  padding-top: 1.25rem;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 17.75rem;
}
.search_title_lead b {
  color: #008AE0;
}
.search_title_lead b span {
  font-size: 2rem;
}

.search_item {
  padding: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search_item + dl {
  border-top: 1px solid #013765;
}
.search_item dt {
  width: 8rem;
  padding-top: 0.875rem;
  text-align: center;
  font-weight: bold;
}
.search_item dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.search_item .search_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.search_item .search_filter label {
  width: calc(25% - 0.375rem);
  cursor: pointer;
}
.search_item .search_filter input {
  display: none;
}
.search_item .search_filter input:checked + span {
  background: #D9EFFF;
}
.search_item .search_filter input:checked + span::before {
  display: block;
}
.search_item .search_filter span {
  font-size: 0.875rem;
  height: 3.125rem;
  background: #ffffff;
  border: 1px solid #013765;
  font-weight: bold;
  padding-top: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 2rem 0.75rem;
  position: relative;
}
.search_item .search_filter span::before {
  content: "";
  width: 0.5625rem;
  height: 0.8125rem;
  border-right: 2px solid var(--main_color);
  border-bottom: 2px solid var(--main_color);
  display: block;
  position: absolute;
  top: 0.9375rem;
  left: 0.75rem;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}

.search .form_wrap .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  background: #008AE0 url("../img/i_arw.svg") right 9.4488188976% center no-repeat;
}

@media (max-width: 1080px) {
  .recommendation {
    padding: 2rem 2.5rem 2rem;
  }
  .recommendation_title {
    margin-bottom: 2.5rem;
    border-bottom: 0.1875rem solid #013765;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recommendation_title::before {
    width: 3rem;
    height: 3.4rem;
    margin-right: 1.25rem;
    background-size: auto 3rem;
  }
  .recommendation_title > span {
    font-size: 1.5rem;
    padding-bottom: 0.3125rem;
  }
  .recommendation_list {
    max-width: 55rem;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recommendation_list > li {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
  .recommendation_list > li:nth-child(3):last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .recommendation_list a {
    padding: 1.25rem 8.75% 1.5rem;
    -webkit-box-shadow: 0.25rem 0.375rem 0 #E6E6E6;
            box-shadow: 0.25rem 0.375rem 0 #E6E6E6;
  }
  .recommendation_lead {
    margin-bottom: 0.75rem;
  }
  .recommendation_lead > span {
    font-size: 1.4375rem;
  }
  .ranking_wrap {
    padding: 2.5rem 0 4.5rem;
  }
  .ranking_title {
    padding: 1.125rem 0;
    margin-bottom: 2.25rem;
    font-size: 1.5rem;
  }
  .ranking_title .inner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ranking_title .inner::before {
    width: 3.5rem;
    height: 2.625rem;
    margin-right: 1rem;
    top: 0.0625rem;
  }
  .ranking_title .inner > span {
    margin-block: 0.25rem;
  }
  .ranking_title .year {
    margin-left: 1rem;
    font-size: 1rem;
    padding: 0.125rem 0.625rem;
  }
  .ranking_lead {
    font-size: 1.25rem;
    margin-bottom: 1.375rem;
  }
  .ranking_lead02 {
    margin-bottom: 1em;
  }
  .ranking_lead02 span {
    font-size: 1rem;
  }
  .ranking_tab_list {
    margin-top: 2.5rem;
    margin-bottom: 2.25rem;
  }
  .ranking_tab_list button {
    height: 3.25rem;
    font-size: 1rem;
  }
  .ranking_tab_list button.active::after {
    border-width: 0.875rem 1.125rem;
    top: calc(100% - 4px);
    margin-left: -1.125rem;
  }
  .agent {
    padding: 1.75rem 1.875rem 2.75rem;
  }
  .agent_title {
    padding: 0 0.75rem 1rem;
    border-bottom: 0.1875rem solid #013765;
  }
  .agent_title .name {
    font-size: 1.5rem;
    margin-right: 0.75rem;
  }
  .agent_title .limited {
    font-size: 1rem;
  }
  .agent:nth-child(1) .agent_title::before, .agent:nth-child(2) .agent_title::before, .agent:nth-child(3) .agent_title::before {
    margin-right: 0.5rem;
    font-size: 1.5rem;
    width: 3.8rem;
    height: 3.1rem;
  }
  .agent_lead {
    margin-top: 1.25rem;
    font-size: 1rem;
    padding: 1.0625rem 1.75rem 1.0625rem 2.25rem;
    border-radius: 0.75rem;
    margin-bottom: 2.25rem;
    min-height: 5.25rem;
  }
  .agent_lead::before {
    width: 2.75rem;
    height: 2.7rem;
    margin-right: 1.25rem;
  }
  .agent .info {
    padding-bottom: 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .agent .info .image {
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .agent .info .image img {
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
  }
  .agent .info .image figcaption {
    text-align: center;
  }
  .agent .info > .text {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .agent .info > .text .review_area {
    margin-top: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .agent .info > .text .review_area_ttl {
    font-size: 1rem;
  }
  .agent .info > .text .review .star5_rating::before, .agent .info > .text .review .star5_rating::after {
    font-size: 1.5rem !important;
  }
  .agent .info > .text .text {
    font-size: 2.5rem;
  }
  .agent .info .chara {
    margin-top: 0.625rem;
  }
  .agent .info .chara h4 {
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
  }
  .agent .ranking_inner_tab_list li {
    width: 33.333%;
    height: 3.75rem;
    max-width: none;
  }
  .agent .ranking_inner_tab_list button.active {
    font-size: 1rem;
  }
  .agent .ranking_inner_tab_block_wrap {
    padding: 2.25rem 2.25rem 2.75rem;
    border-radius: 0 0 0.75rem 0.75rem;
  }
  .agent .ranking_inner_tab_block p {
    font-size: 1rem;
  }
  .agent .title_sl {
    margin-bottom: 1.75rem;
  }
  .agent .title_sl span {
    font-size: 1.125rem;
    padding: 0 1.75rem;
  }
  .agent .spec_in > dl {
    width: 50%;
    padding-top: 0.625rem;
  }
  .agent .spec_in > dl + dl:nth-child(n+3) {
    padding-top: 1.125rem;
  }
  .agent .spec_in > dl .in_dl {
    width: 100%;
  }
  .agent .kutikomi_box_head {
    margin-bottom: 1rem;
  }
  .agent .kutikomi_box_dl {
    bottom: 0.375rem;
  }
  .agent .kutikomi_box_dl dt {
    bottom: 0.4375rem;
  }
  .agent .kutikomi_box_dl dt::after {
    height: 1.375rem;
    margin-inline: 0.75rem;
  }
  .agent .kutikomi_box_dl dd {
    bottom: 0.25rem;
  }
  .agent .kutikomi_box_dl dd .star5 {
    margin-right: 0.375rem;
    font-size: 1.625rem;
  }
  .agent .star5_rating::before, .agent .star5_rating::after {
    font-size: 1rem !important;
  }
  .agent .btn_wrap a {
    height: 4.375rem;
  }
  .agent .btn_wrap a:not(.center) .btn--site::after {
    top: 0.5625rem;
  }
  .agent .btn_wrap .btn--site {
    font-size: 1.25rem;
  }
  .agent .btn_wrap .btn--site > div p:first-child span {
    font-size: 0.875rem !important;
  }
  .agent .btn_wrap .btn--site > div p:first-child span:nth-child(3) {
    font-size: 1.5rem !important;
  }
  .agent .btn_wrap .btn--site > div p:nth-child(2) span:first-child {
    font-size: 1.5rem !important;
  }
  .agent .btn_wrap .btn--site > div p:nth-child(2) span:nth-child(2) {
    font-size: 0.875rem !important;
  }
  .comparative_title02 {
    border-bottom: 0.1875rem solid #013765;
  }
  .comparative_title02::before {
    width: 3.35rem;
    height: 2.5rem;
    background: url("../img/i_hikaku.svg") 0.3125rem center no-repeat;
    background-size: auto 2.5rem;
    bottom: 0.375rem;
  }
  .comparative_title02 span {
    font-size: 1.5rem;
    padding-bottom: 0.3125rem;
  }
  .comparative_title02 span span {
    margin-inline: 0.1875rem;
  }
  .comparative .table_wrap {
    padding: 1.75rem;
  }
  .comparative .table_wrap table.comparative_table td .orange, .comparative .table_wrap table.comparative_table td .red, .comparative .table_wrap table.comparative_table td .green, .comparative .table_wrap table.comparative_table td .black {
    min-height: 1.875rem;
  }
  .comparative .table_wrap table.comparative_table td .green {
    font-size: 1.5rem;
  }
  .comparative .table_wrap table.comparative_table td .orange {
    font-size: 1.75rem;
  }
  .comparative .table_wrap table.comparative_table td .red, .comparative .table_wrap table.comparative_table td .black {
    font-size: 1.875rem;
  }
  #search {
    padding: 5rem 0 2rem;
  }
  #search .form_wrap {
    padding: 0.9375rem 1.25rem 3rem;
  }
  .search_title {
    padding-bottom: 1.5rem;
  }
  .search_title > span::before {
    width: 3.6rem;
    height: 2.5rem;
    background-size: auto 2.5rem;
  }
  .search_title > span span {
    font-size: 1.5rem;
    padding-bottom: 0.125rem;
  }
  .search_title_wrap {
    border-bottom: 0.1875rem solid #013765;
  }
  .search_title_wrap .illust {
    left: 1.75rem;
    width: 23.0921052632%;
  }
  .search_title_lead {
    padding-bottom: 0.75rem;
    padding-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-left: 0;
    text-align: center;
  }
  .search_title_lead b span {
    font-size: 2rem;
  }
  .search_item {
    padding: 0.75rem 0;
  }
  .search_item dt {
    width: 100%;
    padding-left: 0.9375rem;
    text-align: left;
    margin-bottom: 0.75rem;
    color: #008AE0;
  }
  .search_item dd {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (max-width: 750px) {
  .recommendation {
    padding: 0.625rem 1.5625rem 1.25rem;
  }
  .recommendation_title {
    margin-bottom: 2.25rem;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recommendation_title::before {
    width: 2.25rem;
    height: 2.55rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
    background-size: contain;
  }
  .recommendation_title > span {
    font-size: 1.25rem;
    line-height: 1.4;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .recommendation_title > span span {
    display: inline-block;
    /*
    &:first-child {
      padding-left: fs(60);
    }
     */
  }
  .recommendation_list > li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .recommendation_list a {
    height: auto !important;
    padding: 1.25rem 8.75% 1.5rem;
    -webkit-box-shadow: 0.25rem 0.375rem 0 #E6E6E6;
            box-shadow: 0.25rem 0.375rem 0 #E6E6E6;
  }
  .recommendation_lead {
    margin-bottom: 0.625rem;
  }
  .recommendation_lead > span {
    font-size: 1.3125rem;
  }
  .ranking_wrap {
    padding: 2.5rem 0 1.25rem;
  }
  .ranking_title {
    padding: 1.125rem 1.25rem 1.25rem;
    margin-bottom: 1.875rem;
    line-height: 1.1;
    font-size: 1.375rem;
  }
  .ranking_title .inner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .ranking_title .inner::before {
    width: 2.8rem;
    height: 2.1rem;
    margin-right: 0.5rem;
    top: 0;
  }
  .ranking_title .inner > span {
    margin-block: 0.125rem;
  }
  .ranking_title .inner > span:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .ranking_title .year {
    margin-left: 0;
    margin-top: 0.625rem;
    position: relative;
  }
  .ranking_lead {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .ranking_lead span {
    display: inline-block;
  }
  .ranking_lead02 {
    margin-bottom: 1em;
  }
  .ranking_lead02 span {
    font-size: 1rem;
  }
  .ranking_text {
    padding: 0 0.5em;
    line-height: 2;
    letter-spacing: 0;
  }
  .ranking_text strong {
    letter-spacing: 0.05em;
  }
  .ranking_tab_list {
    margin-top: 2.5rem;
    margin-bottom: 1.75rem;
  }
  .ranking_tab_list button {
    height: 4.5rem;
    font-size: 0.9375rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
  .ranking_tab_list button span {
    display: inline-block;
  }
  .agent {
    margin-bottom: 1.875rem;
    padding: 1rem 1.375rem 2.25rem;
  }
  .agent_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0 0.5rem 0.625rem;
  }
  .agent_title > span {
    width: 100%;
  }
  .agent_title > span:first-child {
    margin-top: 0.625rem;
  }
  .agent_title .name {
    font-size: 1.25rem;
    margin-right: 0.75rem;
  }
  .agent_title .limited {
    font-size: 0.75rem;
  }
  .agent:nth-child(1) .agent_title::before, .agent:nth-child(2) .agent_title::before, .agent:nth-child(3) .agent_title::before {
    margin-right: 0;
    margin-bottom: -0.375rem;
    font-size: 1rem;
    width: 2.85rem;
    height: 2.325rem;
  }
  .agent_lead {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    padding: 0.8125rem 1.25rem 0.6875rem 1rem;
    border-radius: 0.75rem;
    margin-bottom: 1.75rem;
    min-height: 4.5rem;
    line-height: 1.7;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .agent_lead::before {
    width: 2.0625rem;
    height: 2.025rem;
    margin-right: 0.75rem;
  }
  .agent .info {
    padding-bottom: 1.25rem;
  }
  .agent .info .image {
    padding: 0;
  }
  .agent .info > .text {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .agent .info > .text .review_area {
    margin-top: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .agent .info > .text .review_area_ttl {
    font-size: 0.875rem;
  }
  .agent .info > .text .review {
    gap: 0.3125rem;
  }
  .agent .info > .text .review .star5_rating::before, .agent .info > .text .review .star5_rating::after {
    font-size: 1.25rem !important;
  }
  .agent .info > .text .text {
    font-size: 2rem;
  }
  .agent .info .chara {
    margin-top: 0.5rem;
  }
  .agent .info .chara h4 {
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
  }
  .agent .check_lists .list::before {
    width: 1.25rem;
    height: 1.25rem;
  }
  .agent .check_lists .list::after {
    width: 8px;
    height: 12px;
  }
  .agent .ranking_inner_tab_wrap {
    margin-top: 1.75rem;
    padding-bottom: 1.5rem;
  }
  .agent .ranking_inner_tab_list li {
    height: 5rem;
  }
  .agent .ranking_inner_tab_list button {
    height: 5rem;
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .agent .ranking_inner_tab_list button.active {
    font-size: 0.875rem;
  }
  .agent .ranking_inner_tab_block_wrap {
    padding: 1.875rem 1.375rem 2.125rem;
    border-radius: 0 0 0.75rem 0.75rem;
  }
  .agent .ranking_inner_tab_block p {
    font-size: 0.875rem;
  }
  .agent .title_sl {
    margin-bottom: 1.25rem;
  }
  .agent .title_sl span {
    font-size: 1rem;
    padding: 0 1.5rem;
  }
  .agent .spec_in dl {
    width: 50%;
    padding-top: 0.625rem;
  }
  .agent .spec_in dl:nth-child(7), .agent .spec_in dl:nth-child(8) {
    width: 100%;
  }
  .agent .spec_in dl + dl:nth-child(n+3) {
    padding-top: 0.625rem;
  }
  .agent .spec_in dl dt {
    font-size: 0.8125rem;
    padding-bottom: 0.375rem;
  }
  .agent .kutikomi_box_head {
    margin-bottom: 0.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .agent .kutikomi_box_dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: 0;
  }
  .agent .kutikomi_box_dl dt {
    width: 100%;
    font-size: 0.875rem;
    font-weight: bold;
    bottom: 0;
  }
  .agent .kutikomi_box_dl dt::after {
    display: none;
  }
  .agent .kutikomi_box_dl dd {
    bottom: 0.375rem;
  }
  .agent .kutikomi_box_dl dd .star5 {
    margin-right: 0.375rem;
    font-size: 1.625rem;
  }
  .agent .kutikomi_box .kutikomi_text_in {
    font-size: 0.875rem;
  }
  .agent .kutikomi_box .kutikomi_text_in p {
    font-size: 0.875rem;
  }
  .agent .show-hidden {
    margin-top: 1.75rem;
    height: 2.75rem;
    font-size: 0.875rem;
  }
  .agent .star5_rating::before, .agent .star5_rating::after {
    font-size: 1rem !important;
  }
  .agent .check_point_dl dt {
    margin-bottom: 0.625rem;
  }
  .agent .check_point_dl dt span {
    font-size: 1rem;
  }
  .agent .check_point_dl dd {
    font-size: 0.875rem;
  }
  .agent .btn_wrap a {
    height: 4.25rem;
    padding-inline: 1.875rem;
  }
  .agent .btn_wrap a.center {
    height: 2.75rem;
  }
  .agent .btn_wrap a.center span {
    font-size: 1rem;
  }
  .agent .btn_wrap a:not(.center) .btn--site {
    max-width: 15rem;
  }
  .agent .btn_wrap a:not(.center) .btn--site::after {
    top: 0.5625rem;
  }
  .agent .btn_wrap .btn--site {
    font-size: 1rem;
  }
  .agent .btn_wrap .btn--site > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.75rem;
    min-height: 2rem;
    border-radius: 5rem;
  }
  .agent .btn_wrap .btn--site > div > * {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .agent .btn_wrap .btn--site > div p:first-child span {
    font-size: 0.8125rem !important;
  }
  .agent .btn_wrap .btn--site > div p:nth-child(2) span:first-child {
    font-size: 1.25rem !important;
  }
  .agent .btn_wrap .btn--site > div p:nth-child(2) span:nth-child(2) {
    font-size: 0.8125rem !important;
  }
  .comparative_title02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    position: relative;
  }
  .comparative_title02::before {
    width: 2.93125rem;
    height: 2.1875rem;
    background: url("../img/i_hikaku.svg") center center no-repeat;
    background-size: contain;
  }
  .comparative_title02 span {
    font-size: 1.25rem;
    padding-bottom: 0.3125rem;
  }
  .comparative_title02 span span {
    margin-inline: 0.1875rem;
    padding-bottom: 0;
  }
  .comparative .table_wrap {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
  .comparative .table_wrap table.comparative_table {
    margin-right: 1.25rem;
  }
  .comparative .table_wrap table.comparative_table td .orange, .comparative .table_wrap table.comparative_table td .red, .comparative .table_wrap table.comparative_table td .green, .comparative .table_wrap table.comparative_table td .black {
    min-height: 1.875rem;
  }
  .comparative .table_wrap table.comparative_table td .green {
    font-size: 1.5rem;
  }
  .comparative .table_wrap table.comparative_table td .orange {
    font-size: 1.75rem;
  }
  .comparative .table_wrap table.comparative_table td .red, .comparative .table_wrap table.comparative_table td .black {
    font-size: 1.875rem;
  }
  #search {
    padding: 2.5rem 0 0.75rem;
  }
  #search .form_wrap {
    padding: 0.9375rem 1.25rem 3rem;
  }
  .search_title {
    padding-bottom: 1.75rem;
  }
  .search_title > span::before {
    width: 3.275rem;
    height: 2.1875rem;
    background-size: contain;
  }
  .search_title > span span {
    font-size: 1.25rem;
    padding-bottom: 0;
  }
  .search_title_wrap {
    padding-left: 7.5rem;
  }
  .search_title_wrap .inner {
    display: block;
    margin-bottom: 0;
    text-align: left !important;
  }
  .search_title_wrap .inner span {
    display: inline-block;
  }
  .search_title_wrap .illust {
    left: 0.75rem;
    width: 6.75rem;
  }
  .search_title_lead {
    padding-bottom: 0.75rem;
    padding-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.4;
  }
  .search_title_lead b span {
    font-size: 2rem;
  }
  .search_item {
    padding: 0.75rem 0;
  }
  .search_item dt {
    padding-left: 0.625rem;
    margin-bottom: 0.75rem;
  }
  .search_item .search_filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -0.5rem;
  }
  .search_item .search_filter label {
    width: calc(50% - 0.25rem);
    margin-bottom: 0.5rem;
  }
  .search_item .search_filter label input:checked + span::before {
    opacity: 1;
  }
  .search_item .search_filter label span {
    font-size: 0.8125rem;
    padding-left: 1.875rem;
    padding-right: 0;
  }
  .search_item .search_filter label span::before {
    display: block;
    opacity: 0.3;
  }
}
.search_result_box .search_result_lead {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.search_result_box .search_result_lead small {
  font-size: 0.75em;
  font-weight: 400;
}
.search_result_box .search_result_lead > span {
  display: inline-block;
}
.search_result_box .search_result_count {
  color: #D61533;
}
.search_result_box .btn.search {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  background: #008AE0;
  position: relative;
}
.search_result_box .btn.search:hover {
  opacity: 0.8;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.search_result_box .btn.search::before {
  content: "";
  left: 9.4488188976%;
  background: url("../img/i_arw.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 1rem;
  margin-top: -0.4375rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.search_result_list {
  padding: 1.25rem;
  background: #EDF2F5;
  margin-bottom: 1.5rem;
}
.search_result_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid #013765;
  border-width: 1px 0 0 1px;
  background: #ffffff;
}
.search_result_list_item li {
  width: 25%;
  padding-top: 0.12em;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  border: solid #013765;
  border-width: 0 1px 1px 0;
  color: #0043AA;
}
.search_result_list_item li.no_select {
  color: #707070;
}

.search_result_title {
  text-align: center;
  margin-bottom: 3.75rem;
  font-size: 1.5rem;
  color: #D61533;
}
.search_result_title span {
  display: inline-block;
}

@media (max-width: 750px) {
  .search_result_box {
    padding-top: 0;
  }
  .search_result_box .search_result_lead {
    line-height: 1.6;
  }
  .search_result_box .btn.search {
    width: 90%;
    margin: 0 auto;
  }
  .search_result_list {
    padding: 1.25rem;
  }
  .search_result_list_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search_result_list_item li {
    width: 50%;
    height: 3rem;
  }
  .search_result_title {
    font-size: 1.3125rem;
    margin-bottom: 1.75rem;
  }
}
.agent .spec_in dl dd p {
  padding-block: 0.5rem;
}

#search form,
.search_title_wrap {
  max-width: 50rem !important;
}

section.content {
  padding-top: 0;
  padding-bottom: 0;
}

.no_result {
  text-align: center;
}