@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #c66005;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c66005;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #c66005;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c66005;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #c66005;
    top: 0px; } }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bf6607;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bf6607;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #c66005;
  -moz-box-shadow: 0 5px 0 #c66005;
  box-shadow: 0 5px 0 #c66005;
  background: #fb6e19;
  max-width: 700px;
  margin: auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 20px 15px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }
  .cta_btn.animation2 {
    animation: animationbtn2 2s infinite; }
  .cta_btn.other {
    -webkit-box-shadow: 0 5px 0 #bf6607;
    -moz-box-shadow: 0 5px 0 #bf6607;
    box-shadow: 0 5px 0 #bf6607;
    background: #f0810a; }

.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(14, 98, 176, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #0e62b0;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 85px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: relative;
  z-index: 10; }
  .header .inner {
    position: relative;
    padding: 5px 10px;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .site_logo {
    width: 140px; }

.fv {
  position: relative; }
  .fv .fv_txt {
    position: absolute;
    z-index: 5;
    background: #3c9cd9;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 5px 10px 5px 5px;
    font-size: 14px;
    font-size: 1.4rem; }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

.remarks {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem; }

.main_ttl {
  background: #0e62b0;
  text-align: center;
  font-size: 3.8vw;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  padding: 12px 0; }
  .main_ttl span {
    display: block;
    font-size: 4.5vw;
    color: #fcf140;
    font-weight: 700; }
  .main_ttl .link {
    background: #fff;
    width: 80%;
    margin: 5px auto 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px; }
    .main_ttl .link a {
      display: block;
      color: #0e62b0;
      font-weight: 700;
      padding: 5px 0; }

.target_label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 2px .5vw;
  border-radius: 100vmax;
  height: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  width: 11vw;
  background: #09ba9b; }
  .target_label.frt {
    background: #4fb0e6; }
  .target_label.daini {
    background: #15b618; }
  .target_label.chutai {
    background: #faa54a; }
  .target_label.kousotsu {
    background: #556aeb; }
  .target_label.daisotsu {
    background: #ba82d2; }
  .target_label.rishoku {
    background: #e86ec4; }
  .target_label.kisotsu {
    background: #a98956; }

.section_pickup {
  background: #fffde4;
  --pointColor: #fb6e19; }
  .section_pickup .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 10px 40px; }
    @media only screen and (max-width: 768px) {
      .section_pickup .inner {
        width: 100%; } }
  .section_pickup .pickup_box {
    position: relative;
    max-width: 900px;
    margin: 15px auto;
    padding: 25px 10px 15px;
    background: #fff;
    border: solid 1px #0e62b0;
    border-radius: 10px; }
    .section_pickup .pickup_box .title {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -12px;
      display: inline-block;
      padding: 3px 15px;
      white-space: nowrap;
      color: #fff;
      background: #0e62b0;
      font-weight: 700;
      letter-spacing: 0.05em;
      font-size: 15px;
      font-size: 1.5rem; }
      .section_pickup .pickup_box .title strong {
        color: #fcf140;
        font-size: 120%; }
    .section_pickup .pickup_box .client_wrap {
      display: grid;
      grid-template-columns: 41% 1fr;
      -webkit-gap: 10px;
      -moz-gap: 10px;
      -ms-gap: 10px;
      -o-gap: 10px;
      gap: 10px;
      grid-template-areas: "name name" "bnr txt" "btn btn";
      margin-bottom: 25px; }
      .section_pickup .pickup_box .client_wrap .name {
        grid-area: name;
        font-weight: 700;
        text-align: center;
        font-size: 20px;
        font-size: 2rem; }
        .section_pickup .pickup_box .client_wrap .name a {
          color: #0e62b0; }
      .section_pickup .pickup_box .client_wrap .bnr {
        grid-area: bnr; }
      .section_pickup .pickup_box .client_wrap .txt {
        grid-area: txt;
        font-size: 15px;
        font-size: 1.5rem; }
        .section_pickup .pickup_box .client_wrap .txt ul li {
          position: relative;
          padding-left: 1.2em;
          line-height: 1.6; }
          .section_pickup .pickup_box .client_wrap .txt ul li::before {
            content: "✓";
            color: #3c9cd9;
            position: absolute;
            top: 2px;
            left: 0;
            font-weight: 900; }
          .section_pickup .pickup_box .client_wrap .txt ul li span {
            color: #f0360a;
            font-weight: 700; }
      .section_pickup .pickup_box .client_wrap .btn {
        grid-area: btn; }
        .section_pickup .pickup_box .client_wrap .btn .cta_btn a {
          padding: 10px; }
    .section_pickup .pickup_box .point_wrap {
      text-align: center; }
      .section_pickup .pickup_box .point_wrap .head {
        padding-bottom: 6px;
        margin-bottom: 2px;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        font-size: 2rem;
        border-bottom: solid 1px; }
        .section_pickup .pickup_box .point_wrap .head .red {
          color: #f0360a; }
      .section_pickup .pickup_box .point_wrap .point_txt {
        position: relative;
        display: inline-block;
        margin-bottom: 25px;
        text-align: center;
        font-weight: 700;
        font-size: 17px;
        font-size: 1.7rem;
        text-align: left;
        padding-right: 50px; }
        .section_pickup .pickup_box .point_wrap .point_txt::before {
          content: "";
          display: inline-block;
          position: absolute;
          bottom: 0;
          right: -17px;
          width: 62px;
          height: 82px;
          background: no-repeat center/contain url("/nj-frt/img/img_pickup_point.png"); }
        .section_pickup .pickup_box .point_wrap .point_txt .highlight {
          display: flex;
          justify-content: center;
          font-size: 38px;
          font-size: 3.8rem; }
          .section_pickup .pickup_box .point_wrap .point_txt .highlight span:nth-child(1) {
            color: var(--pointColor); }
          .section_pickup .pickup_box .point_wrap .point_txt .highlight span:nth-child(2) {
            color: #0e62b0; }
      .section_pickup .pickup_box .point_wrap .point_items {
        display: flex;
        -webkit-gap: 10px;
        -moz-gap: 10px;
        -ms-gap: 10px;
        -o-gap: 10px;
        gap: 10px;
        max-width: 725px;
        margin: auto; }
        .section_pickup .pickup_box .point_wrap .point_items li {
          position: relative;
          flex: 1;
          padding: 25px 2px 10px;
          color: var(--pointColor);
          font-weight: 700;
          border: solid 1px;
          border-radius: 5px;
          text-align: center;
          line-height: 1.3;
          font-size: 17px;
          font-size: 1.7rem; }
          .section_pickup .pickup_box .point_wrap .point_items li .tag {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            display: inline-block;
            width: 90px;
            top: -10px;
            padding: 2px 10px 0;
            color: var(--pointColor);
            background: #fbe6da;
            border: solid 1px;
            border-radius: 100vmax;
            font-size: 18px;
            font-size: 1.8rem; }
  .section_pickup .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #f0615f;
    font-size: 22px;
    font-size: 2.2rem; }
  .section_pickup .cta .cta_btn {
    position: relative; }
    .section_pickup .cta .cta_btn a {
      padding: 10px; }
    .section_pickup .cta .cta_btn::before {
      content: "";
      width: 24px;
      height: 24px;
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -11px;
      background: url(../../img/ranking/ico_arrow2.png) no-repeat center top;
      background-size: 24px auto;
      z-index: 10; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 10px 30px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .cont_ttl {
  text-align: center;
  font-weight: 700;
  color: #0e62b0;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 30px; }
  .section01 .cont_ttl .sub {
    display: inline-block;
    padding: 4px 30px 0;
    border: solid 1px;
    border-radius: 100vmax;
    background: #e6f2fc;
    font-size: 22px;
    font-size: 2.2rem; }
.section01 .top_client_rank {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  margin-bottom: 15px;
  padding: 0; }
  .section01 .top_client_rank .ttl {
    position: relative;
    padding: 10px 0;
    text-align: center;
    background: #0e62b0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%; }
    .section01 .top_client_rank .ttl strong {
      font-size: 160%;
      color: #FFF95C; }
  .section01 .top_client_rank .contents {
    border: 2px solid #0e62b0;
    padding: 10px 10px 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section01 .top_client_rank .contents ul {
      display: block; }
      .section01 .top_client_rank .contents ul li {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 10px 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        /*.info {
            width: 68%;
        }*/ }
        .section01 .top_client_rank .contents ul li:not(:last-child) {
          border-bottom: 2px dotted #c4c4c4; }
        .section01 .top_client_rank .contents ul li::before {
          display: block;
          content: '';
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 10%;
          height: 100%;
          background: url("/nj-frt/img/crown1.png") center 10px/100% auto no-repeat;
          pointer-events: none; }
        .section01 .top_client_rank .contents ul li .bnr {
          width: 45%;
          margin-left: 12%; }
          .section01 .top_client_rank .contents ul li .bnr .name {
            text-align: center;
            display: block;
            color: #0e62b0;
            font-size: 10px;
            font-weight: bold; }
        .section01 .top_client_rank .contents ul li .txt {
          width: 100%;
          margin-left: 3%; }
          .section01 .top_client_rank .contents ul li .txt p {
            font-size: 14px;
            font-size: 1.4rem; }
            .section01 .top_client_rank .contents ul li .txt p .red {
              color: #f00; }
        .section01 .top_client_rank .contents ul li .btn {
          position: relative;
          margin-top: 15px; }
          .section01 .top_client_rank .contents ul li .btn .cta_txt {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -10px;
            color: #f00;
            border: solid 1px;
            background: #fff;
            width: 90%;
            font-weight: 600;
            font-size: 12px;
            font-size: 1.2rem;
            text-align: center;
            border-radius: 100vmax;
            z-index: 1;
            letter-spacing: 0.05em; }
        .section01 .top_client_rank .contents ul li .cta_btn {
          width: 100%; }
          .section01 .top_client_rank .contents ul li .cta_btn a {
            padding: 8px 0;
            font-size: 15px;
            font-size: 1.5rem; }
        .section01 .top_client_rank .contents ul li .anchor {
          text-align: center;
          font-weight: bold;
          padding-top: 5px; }
          .section01 .top_client_rank .contents ul li .anchor a {
            font-size: 14px;
            font-size: 1.4rem;
            color: #1c7dd0; }
        .section01 .top_client_rank .contents ul li:nth-child(2)::before {
          background-image: url("/nj-frt/img/crown2.png"); }
        .section01 .top_client_rank .contents ul li:nth-child(3)::before {
          background-image: url("/nj-frt/img/crown3.png"); }
  .section01 .top_client_rank .cta_top_txt {
    background: #fff;
    border: 2px solid #f0360a;
    border-radius: 30px;
    text-align: center;
    margin-top: -20px;
    color: #f0360a;
    font-size: 10px;
    font-weight: bold;
    width: 90%;
    margin: 5px auto -15px;
    position: relative;
    z-index: 10; }
.section01 .job_wrap {
  width: 98%;
  margin: 30px auto 30px;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 0 10px;
  border: 2px solid #0e62b0; }
  .section01 .job_wrap .title {
    margin: 15px 0 10px; }
    .section01 .job_wrap .title h1 {
      font-size: 4.7vw;
      font-weight: bold;
      line-height: 1.5; }
      .section01 .job_wrap .title h1 span, .section01 .job_wrap .title h1 strong {
        color: #0e62b0;
        font-size: 7vw;
        background: linear-gradient(transparent 60%, #fcf140 40%); }
  .section01 .job_wrap .main_content .image {
    width: 100%; }
  .section01 .job_wrap .agent_section {
    margin-top: 5px; }
    .section01 .job_wrap .agent_section .agent_text {
      font-size: 3.7vw;
      font-weight: 600;
      padding-top: 5px; }
    .section01 .job_wrap .agent_section .area_special {
      font-size: 5.2vw;
      font-weight: bold;
      color: #e44040; }
    .section01 .job_wrap .agent_section .area_btns {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin: 10px 0 20px; }
      .section01 .job_wrap .agent_section .area_btns .btn_area {
        background-color: #0b609c;
        box-shadow: 0 3px 0 #095195;
        color: #fff;
        border: none;
        padding: 5px 5px;
        border-radius: 5px;
        font-size: 3.6vw;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.2s; }
        .section01 .job_wrap .agent_section .area_btns .btn_area span {
          font-size: 12px;
          padding: 0 0 0 5px; }
        .section01 .job_wrap .agent_section .area_btns .btn_area:hover {
          background-color: #08436c; }
.section01 .btns {
  width: 95%;
  margin: 30px auto 0; }
  .section01 .btns .btn:nth-child(2) {
    margin-top: 10px; }
  .section01 .btns .btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    padding: 12px 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px; }
    .section01 .btns .btn a:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; }
  .section01 .btns .btn span {
    display: inline-block;
    padding-right: 20px; }
    .section01 .btns .btn span::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: 15px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
  .section01 .btns .btn:nth-child(1) a {
    background: #3c9cd9;
    border-bottom: 3px solid #3289c1; }
    .section01 .btns .btn:nth-child(1) a span::before {
      background-image: url("../../nj-frt/img/section01_ico_01.png"); }
  .section01 .btns .btn:nth-child(2) a {
    background: #38a6ca;
    border-bottom: 3px solid #28809d; }
    .section01 .btns .btn:nth-child(2) a span::before {
      background-image: url("../../nj-frt/img/section01_ico_02.png"); }
.section01 .client__list {
  margin-top: 30px;
  padding: 0 10px; }
  .section01 .client__list ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .section01 .client__list ul li {
      width: calc((100% - 4%) / 3);
      margin-left: 2%;
      margin-top: 15px; }
      .section01 .client__list ul li:nth-child(1), .section01 .client__list ul li:nth-child(2), .section01 .client__list ul li:nth-child(3) {
        margin-top: 0; }
      .section01 .client__list ul li:nth-child(3n+1) {
        margin-left: 0; }
  .section01 .client__list a {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding-top: 23px; }
    .section01 .client__list a::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -5px;
      pointer-events: none; }
  .section01 .client__list ul li:nth-child(1) a::before {
    background-image: url("../../nj-frt/img/crown1.png"); }
  .section01 .client__list ul li:nth-child(2) a::before {
    background-image: url("../../nj-frt/img/crown2.png"); }
  .section01 .client__list ul li:nth-child(3) a::before {
    background-image: url("../../nj-frt/img/crown3.png"); }
  .section01 .client__list ul li:nth-child(4) a::before {
    background-image: url("../../nj-frt/img/crown4.png"); }
  .section01 .client__list ul li:nth-child(5) a::before {
    background-image: url("../../nj-frt/img/crown5.png"); }
  .section01 .client__list .name {
    margin-top: 5px;
    font-weight: 500;
    background: #0e62b0;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px; }
.section01 .point_btn {
  transition: visibility 0.6s, opacity 0.6s;
  text-align: center;
  margin-bottom: 10px; }
.section01 .table_box {
  background: #eef5fc;
  padding: 10px 10px;
  font-size: 3.5vw;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #2256b2; }
  .section01 .table_box span {
    color: #d44a46;
    font-weight: bold; }
.section01 .client_table {
  margin-top: 0px;
  position: relative; }
  .section01 .client_table::before, .section01 .client_table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #fffdea;
    width: calc(100% / 3);
    height: 100%;
    z-index: -1; }
  .section01 .client_table::after {
    width: calc(100% / 3);
    height: 100%;
    border: 1px solid #ef2828;
    z-index: 2; }
  .section01 .client_table .image a {
    display: block;
    position: relative;
    padding-top: 30px;
    text-decoration: none; }
    .section01 .client_table .image a::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0;
      pointer-events: none; }
    .section01 .client_table .image a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
    .section01 .client_table .image a p {
      margin-top: 5px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700;
      color: #0e62b0;
      text-decoration: underline; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #c4c4c4;
    border-left: none; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center;
      vertical-align: middle; }
    .section01 .client_table table th {
      background: #eef5fc;
      font-weight: 700;
      color: #0e62b0;
      padding: 3px 0;
      position: relative;
      z-index: 1;
      border-top: 1px solid #c4c4c4;
      border-bottom: 1px solid #c4c4c4; }
    .section01 .client_table table td {
      padding: 8px 10px;
      border-left: 1px solid #c4c4c4;
      border-right: 1px solid #c4c4c4;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
      .section01 .client_table table td:first-child {
        font-weight: 700; }
      .section01 .client_table table td span {
        color: #f0360a;
        font-weight: 700; }
    .section01 .client_table table .merit {
      text-align: left;
      vertical-align: baseline; }
    .section01 .client_table table thead td {
      vertical-align: top; }
    .section01 .client_table table thead td:nth-child(1) .image a::before {
      background-image: url("../../nj-frt/img/crown1.png"); }
    .section01 .client_table table thead td:nth-child(2) .image a::before {
      background-image: url("../../nj-frt/img/crown2.png"); }
    .section01 .client_table table thead td:nth-child(3) .image a::before {
      background-image: url("../../nj-frt/img/crown3.png"); }
    .section01 .client_table table thead td:nth-child(4) .image a::before {
      background-image: url("../../nj-frt/img/crown4.png"); }
    .section01 .client_table table thead td:nth-child(5) .image a::before {
      background-image: url("../../nj-frt/img/crown5.png"); }
    .section01 .client_table table tbody tr.vt td {
      vertical-align: top; }
  .section01 .client_table .ico {
    width: 28px;
    margin: 0 auto 3px; }
  .section01 .client_table .inline ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .section01 .client_table .inline ul li {
      width: calc((100% - 2%) / 3);
      margin-left: 1%; }
      .section01 .client_table .inline ul li:first-child {
        margin-left: 0; }
  .section01 .client_table .cta_btn {
    width: 90%;
    margin: 0 auto 8px;
    padding: 10px; }
    .section01 .client_table .cta_btn a {
      line-height: 1.2;
      padding: 8px 0;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700; }
  .section01 .client_table .bl_color {
    color: #0e62b0; }
.section01 .target_label.frt {
  width: 23vw; }
.section01 .target_label.daini {
  width: 23vw; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 20px 30px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .heading {
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  color: #f0360a; }
.section02 .image {
  width: 195px;
  margin: 15px auto 0; }
.section02 .wrap .txt {
  padding-top: 20px; }
  .section02 .wrap .txt p {
    font-size: 18px;
    font-size: 1.8rem; }
    .section02 .wrap .txt p span {
      font-weight: 700; }
.section02 .cta_btn {
  margin-top: 20px; }
.section02 .btn {
  margin: 30px auto 0; }
  .section02 .btn a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    background: #3c9cd9;
    text-align: center;
    padding: 11px 0;
    font-weight: 700;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-bottom: 4px solid #3289c1; }
    .section02 .btn a::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 100%;
      background-image: url("../../nj-frt/img/section01_ico_01.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: 18px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section02 .btn a:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 50px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 h3 {
  background-color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #3c9cd9;
  color: #3c9cd9;
  font-weight: 900;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  padding: 5px 0; }
.section03 .content {
  background: #e8f3fa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 20px 10px 40px;
  position: relative; }
  .section03 .content .ttl {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.4; }
  .section03 .content .wrap {
    margin-top: 20px;
    padding-left: 50px; }
    .section03 .content .wrap .image {
      width: 80px;
      position: absolute;
      left: 4px;
      bottom: 4px;
      z-index: 5; }
    .section03 .content .wrap .txt {
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 10px 0 20px 20px; }
      .section03 .content .wrap .txt ul li {
        margin-top: 3px;
        padding-left: 20px;
        position: relative;
        font-size: 3vw;
        font-weight: 500; }
        .section03 .content .wrap .txt ul li::before {
          content: "";
          position: absolute;
          width: 14px;
          height: 100%;
          background-image: url("../../nj-frt/img/section03_ico.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          left: 0;
          top: 0;
          pointer-events: none;
          z-index: 10; }
.section03 .btn {
  margin: 30px auto 0; }
  .section03 .btn a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    background: #3c9cd9;
    text-align: center;
    padding: 11px 0;
    font-weight: 700;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-bottom: 4px solid #3289c1; }
    .section03 .btn a::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 100%;
      background-image: url("../../nj-frt/img/section01_ico_01.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: 18px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section03 .btn a:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; }

.section04 {
  background: #eef5fc; }
  .section04 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 10px 30px; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        width: 100%; } }
  .section04 h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
    color: #0e62b0; }
    .section04 h3 span {
      font-size: 30px;
      color: #fb6e19;
      background: linear-gradient(transparent 70%, #fcf140 70%); }
  .section04 .items {
    margin-top: 40px; }
    .section04 .items .item {
      background: #fff;
      border: 1px solid #0e62b0;
      position: relative;
      padding: 30px 20px 25px;
      margin-top: 25px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section04 .items .item:first-child {
        margin-top: 0; }
      .section04 .items .item::before {
        content: "";
        position: absolute;
        width: 80px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -10px;
        pointer-events: none;
        z-index: 10; }
      .section04 .items .item:nth-child(1)::before {
        background-image: url("../../nj-frt/img/section04_ico_01.png"); }
      .section04 .items .item:nth-child(2)::before {
        background-image: url("../../nj-frt/img/section04_ico_02.png"); }
      .section04 .items .item:nth-child(3)::before {
        background-image: url("../../nj-frt/img/section04_ico_03.png"); }
  .section04 .heading {
    background: #eff6fc;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    text-align: center;
    color: #0e62b0;
    font-weight: 700;
    font-size: 4vw;
    padding: 5px 0;
    border: 1px solid #0e62b0; }
  .section04 .wrap {
    margin-top: 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
  .section04 .txt {
    width: calc(100% - 100px);
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8; }
  .section04 .image {
    width: 100px; }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 10px 50px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }

.client_archive > ul > li {
  margin-top: 20px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 2px solid #e8e8e8; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 10px 10px 10px 50px;
    border-bottom: 1px solid #e8e8e8; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 10px;
      top: 0;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      color: #0e62b0;
      font-size: 18px;
      font-weight: 700;
      text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 15px 10px 15px; }
.client_archive .top_heading {
  font-size: 4.3vw;
  text-align: center;
  color: #f0360a;
  line-height: 1.4;
  font-weight: 700; }
.client_archive .point {
  margin-top: 10px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #d6d6d6; }
  .client_archive .point.min {
    padding-top: 30px; }
  .client_archive .point .ttl {
    background: #eef5fc;
    text-align: center;
    color: #0e62b0;
    font-weight: 700;
    padding: 3px 0;
    font-size: 16px; }
  .client_archive .point .wrap .txt {
    padding: 10px; }
    .client_archive .point .wrap .txt ul li {
      font-size: 14px;
      position: relative;
      padding-left: 15px; }
      .client_archive .point .wrap .txt ul li::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 100%;
        background-image: url("../../nj-frt/img/client_archive_point_ico2.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 6px;
        pointer-events: none; }
      .client_archive .point .wrap .txt ul li span {
        color: #f0360a;
        font-weight: 700; }
.client_archive .type {
  margin-top: 10px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #d6d6d6; }
  .client_archive .type .ttl {
    background: #eef5fc;
    text-align: center;
    color: #0e62b0;
    font-weight: 700;
    padding: 3px 0;
    font-size: 16px; }
  .client_archive .type .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    padding: 10px; }
    .client_archive .type .wrap .typeUl li {
      display: grid;
      grid-template-columns: 125px 1fr;
      -webkit-gap: 10px;
      -moz-gap: 10px;
      -ms-gap: 10px;
      -o-gap: 10px;
      gap: 10px;
      width: 100%; }
      .client_archive .type .wrap .typeUl li .tag {
        padding: 2px;
        text-align: center;
        font-weight: 700;
        background: #eef5fc;
        border-radius: 100vmax;
        color: #0e62b0;
        align-self: start; }
      .client_archive .type .wrap .typeUl li + li {
        margin-top: 5px; }
.client_archive .case {
  margin-top: 10px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #d6d6d6; }
  .client_archive .case .ttl {
    background: #eef5fc;
    text-align: center;
    color: #0e62b0;
    font-weight: 700;
    padding: 3px 0;
    font-size: 16px; }
  .client_archive .case .wrap {
    padding: 15px 30px; }
  .client_archive .case .case_slides .slick-track {
    display: flex; }
  .client_archive .case .case_slides .case_slide {
    margin: 0 10px;
    padding: 10px;
    border: solid 1px #bc9807;
    border-radius: 10px;
    background: #fefbee;
    height: auto; }
    .client_archive .case .case_slides .case_slide .employment span {
      display: inline-block;
      padding: 2px 12px;
      background: #71b433;
      color: #fff;
      font-weight: 700;
      border-radius: 3px;
      font-size: 14px;
      font-size: 1.4rem; }
    .client_archive .case .case_slides .case_slide .head {
      margin: 10px 0; }
    .client_archive .case .case_slides .case_slide .img_wrap {
      display: flex;
      margin-bottom: 8px; }
      .client_archive .case .case_slides .case_slide .img_wrap .img {
        width: 60px;
        margin-right: 10px; }
      .client_archive .case .case_slides .case_slide .img_wrap .income {
        position: relative;
        flex: 1;
        font-size: 20px;
        font-size: 2rem; }
        .client_archive .case .case_slides .case_slide .img_wrap .income::before {
          content: "￥年収";
          display: block;
          color: #71b433;
          font-weight: 500;
          font-size: 13px;
          font-size: 1.3rem; }
        .client_archive .case .case_slides .case_slide .img_wrap .income .num {
          font-size: 26px;
          font-size: 2.6rem; }
    .client_archive .case .case_slides .case_slide .occupation, .client_archive .case .case_slides .case_slide .area {
      position: relative;
      margin-bottom: 8px;
      padding-left: 35px; }
      .client_archive .case .case_slides .case_slide .occupation::before, .client_archive .case .case_slides .case_slide .area::before {
        content: "";
        position: absolute;
        left: 0;
        display: inline-block;
        width: 35px;
        height: 20px; }
    .client_archive .case .case_slides .case_slide .occupation::before {
      background: no-repeat center/20px url(/nj-frt/img/ico_case_type.png); }
    .client_archive .case .case_slides .case_slide .area::before {
      background: no-repeat center/contain url(/nj-frt/img/ico_case_place.png); }
    .client_archive .case .case_slides .case_slide .tags {
      margin-top: 5px; }
      .client_archive .case .case_slides .case_slide .tags li {
        display: inline-block;
        margin-bottom: 5px;
        padding: 2px 10px 0;
        color: #fff;
        border-radius: 100vmax;
        background: #bc9807;
        font-size: 14px;
        font-size: 1.4rem; }
  .client_archive .case .case_slides .slick-dots {
    bottom: -35px; }
    .client_archive .case .case_slides .slick-dots li {
      width: 10px; }
      .client_archive .case .case_slides .slick-dots li button::before {
        content: none; }
      .client_archive .case .case_slides .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #bc9807;
        background: transparent;
        padding: 0; }
      .client_archive .case .case_slides .slick-dots li.slick-active button {
        background: #bc9807; }
  .client_archive .case .case_slides .slick-prev, .client_archive .case .case_slides .slick-next {
    --arrow-border: 2px solid #bc9807;
    width: 15px;
    height: 15px; }
    .client_archive .case .case_slides .slick-prev::before, .client_archive .case .case_slides .slick-prev::before, .client_archive .case .case_slides .slick-next::before, .client_archive .case .case_slides .slick-next::before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px; }
  .client_archive .case .case_slides .slick-next {
    right: -15px; }
    .client_archive .case .case_slides .slick-next::before {
      border-top: var(--arrow-border);
      border-right: var(--arrow-border);
      transform: rotate(45deg); }
  .client_archive .case .case_slides .slick-prev {
    left: -15px; }
    .client_archive .case .case_slides .slick-prev::before {
      border-top: var(--arrow-border);
      border-left: var(--arrow-border);
      transform: rotate(-45deg); }
.client_archive .overview .image {
  width: 195px;
  margin: 10px auto 0; }
.client_archive .overview .targetUl {
  margin-top: 10px;
  text-align: center; }
.client_archive .overview .target_label {
  padding-top: 3px;
  height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 19vw; }
.client_archive .overview table {
  width: 100%;
  border: 1px solid #e4e4e4;
  background: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px; }
  .client_archive .overview table th, .client_archive .overview table td {
    vertical-align: middle;
    padding: 10px 5px;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4; }
  .client_archive .overview table th {
    width: 18%;
    font-weight: 500;
    color: #fff;
    background: #0e62b0; }
  .client_archive .overview table td {
    width: 28%;
    line-height: 1.4; }
  .client_archive .overview table .ico_wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .client_archive .overview table .ico_wrap .ico {
      width: 17px; }
    .client_archive .overview table .ico_wrap .txt {
      width: calc(100% - 17px);
      padding-left: 5px; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #ceca98;
  background: #fffde4; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #ceca98; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("../../nj-frt/img/crown1.png"); }
.client_archive > ul > li:nth-child(1) .overview table th {
  background: #bc9807; }
.client_archive > ul > li:nth-child(1) .point, .client_archive > ul > li:nth-child(1) .type, .client_archive > ul > li:nth-child(1) .case {
  border-color: #ceca98; }
  .client_archive > ul > li:nth-child(1) .point .ttl, .client_archive > ul > li:nth-child(1) .type .ttl, .client_archive > ul > li:nth-child(1) .case .ttl {
    background: #bc9807;
    color: #fff; }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("../../nj-frt/img/crown2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("../../nj-frt/img/crown3.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("../../nj-frt/img/crown4.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("../../nj-frt/img/crown5.png"); }
.client_archive .sponsored {
  font-size: 12px;
  color: #777;
  text-align: center;
  padding: 0px 0 12px; }
.client_archive .tops {
  margin-top: 5px !important; }
.client_archive .cta_txt {
  font-size: 4.0vw;
  color: #e44040;
  text-align: center;
  font-weight: 700;
  padding: 10px 0 0; }
.client_archive .cta {
  margin-top: 10px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #f0615f;
    font-size: 15px; }
  .client_archive .cta .cta_btn {
    margin: 5px auto 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .client_archive .cta .cta_btn::before {
      content: "";
      width: 24px;
      height: 24px;
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -11px;
      background: url(../../img/ranking/ico_arrow2.png) no-repeat center top;
      background-size: 24px auto;
      z-index: 10; }
    .client_archive .cta .cta_btn:nth-child(2) {
      margin-top: 15px; }
    .client_archive .cta .cta_btn a {
      padding: 18px 0; }

.section06 {
  background: #eef5fc;
  --pointColor:#fb6e19; }
  .section06 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 10px 50px; }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        width: 100%; } }
  .section06 h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 900;
    color: #0e62b0; }
    .section06 h3 span {
      font-size: 28px;
      color: #fb6e19;
      background: linear-gradient(transparent 70%, #fcf140 70%); }
  .section06 .items {
    margin-top: 40px; }
    .section06 .items .item {
      background: #fff;
      border: 1px solid #0e62b0;
      position: relative;
      padding: 30px 20px 25px;
      margin-top: 25px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section06 .items .item:first-child {
        margin-top: 0; }
      .section06 .items .item::before {
        content: "";
        position: absolute;
        width: 80px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -10px;
        pointer-events: none;
        z-index: 10; }
      .section06 .items .item:nth-child(1)::before {
        background-image: url("../../nj-frt/img/section06_ico_01.png"); }
      .section06 .items .item:nth-child(2)::before {
        background-image: url("../../nj-frt/img/section06_ico_02.png"); }
      .section06 .items .item:nth-child(3)::before {
        background-image: url("../../nj-frt/img/section06_ico_03.png"); }
      .section06 .items .item .heading {
        background: #eff6fc;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        text-align: center;
        color: #0e62b0;
        font-weight: 700;
        font-size: 4vw;
        padding: 5px 0;
        border: 1px solid #0e62b0; }
      .section06 .items .item .wrap {
        margin-top: 10px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center; }
      .section06 .items .item .txt {
        width: calc(100% - 100px);
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.8; }
      .section06 .items .item .image {
        width: 100px; }
    .section06 .items.resolve {
      position: relative;
      display: grid;
      -webkit-gap: 20px;
      -moz-gap: 20px;
      -ms-gap: 20px;
      -o-gap: 20px;
      gap: 20px;
      margin-top: 30px;
      padding-bottom: 5px; }
      .section06 .items.resolve .item {
        margin-top: 0;
        padding: 20px 16px;
        width: auto;
        display: grid;
        grid-template-columns: 1fr 90px;
        -webkit-gap: 10px 5px;
        -moz-gap: 10px 5px;
        -ms-gap: 10px 5px;
        -o-gap: 10px 5px;
        gap: 10px 5px;
        align-items: center;
        justify-content: center; }
        .section06 .items.resolve .item .heading {
          grid-column: 1 / -1;
          justify-self: center;
          background: transparent;
          color: #0e62b0;
          border-width: 0 0 1px 0;
          border-radius: 0;
          font-size: 19px;
          font-size: 1.9rem; }
        .section06 .items.resolve .item .txt {
          width: 100%;
          margin: 0; }
        .section06 .items.resolve .item .image {
          position: relative;
          inset: auto;
          width: auto; }
        .section06 .items.resolve .item.other {
          padding: 16px 40px; }
          .section06 .items.resolve .item.other .txt {
            grid-column: 1 / -1; }
        .section06 .items.resolve .item span {
          color: var(--pointColor);
          font-weight: 700; }
        .section06 .items.resolve .item:nth-child(1)::before {
          background-image: url("/nj-frt/img/section04_ico_01.png"); }
        .section06 .items.resolve .item:nth-child(2)::before {
          background-image: url("/nj-frt/img/section04_ico_02.png"); }
        .section06 .items.resolve .item:nth-child(3)::before {
          background-image: url("/nj-frt/img/section04_ico_03.png"); }
      .section06 .items.resolve ul {
        display: grid;
        justify-content: center;
        margin-bottom: 10px; }
        .section06 .items.resolve ul li {
          position: relative;
          padding-left: 1em; }
          .section06 .items.resolve ul li::before {
            content: "・";
            position: absolute;
            left: 0; }
  .section06 .anxiety_wrap::after, .section06 .resolve::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    width: 0;
    height: 0;
    border-right: 55px solid transparent;
    border-left: 55px solid transparent;
    border-top: 25px solid var(--pointColor); }
  .section06 .anxiety_wrap {
    position: relative;
    max-width: 670px;
    margin: 0 auto 15px;
    padding: 20px;
    background: #fff;
    border-radius: 10px; }
    .section06 .anxiety_wrap .head {
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem; }
    .section06 .anxiety_wrap .anxiety_list {
      margin: 0 auto;
      max-width: 380px; }
      .section06 .anxiety_wrap .anxiety_list .item {
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: var(--bgImg);
        font-weight: 700;
        text-align: center;
        font-size: 15px;
        font-size: 1.5rem; }
  .section06 .resolve_ttl {
    margin: 55px auto 0;
    font-weight: 700;
    text-align: center;
    color: #0e62b0;
    font-size: 22px;
    font-size: 2.2rem; }
    .section06 .resolve_ttl .ttl_wrap {
      position: relative;
      display: inline-block; }
      .section06 .resolve_ttl .ttl_wrap::before, .section06 .resolve_ttl .ttl_wrap::after {
        content: "";
        position: absolute;
        width: 34px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        top: 0;
        background-image: url("img/section06_ttl_deco.png");
        pointer-events: none; }
      .section06 .resolve_ttl .ttl_wrap::before {
        left: -40px; }
      .section06 .resolve_ttl .ttl_wrap::after {
        right: -40px;
        transform: scaleX(-1); }
      .section06 .resolve_ttl .ttl_wrap strong {
        color: var(--pointColor);
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.7; }
  .section06 .system {
    margin-top: 60px; }
    .section06 .system .head {
      text-align: center;
      font-weight: 700;
      color: #0e62b0;
      font-size: 22px;
      font-size: 2.2rem; }
    .section06 .system .system_wrap {
      max-width: 670px;
      margin: 20px auto 0;
      padding: 20px 8px;
      background: #fff;
      border-radius: 10px;
      text-align: center; }
      .section06 .system .system_wrap .ttl {
        display: inline-block;
        margin: 0 auto 10px;
        padding: 1px 10px;
        color: #0e62b0;
        border: solid 1px;
        border-radius: 100vmax;
        font-weight: 700;
        font-size: 20px;
        font-size: 2rem; }
      .section06 .system .system_wrap .schema {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px; }
        .section06 .system .system_wrap .schema .image {
          flex: 1; }
        .section06 .system .system_wrap .schema .txt {
          width: 71px;
          text-align: center;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.4; }
          .section06 .system .system_wrap .schema .txt .arrow {
            position: relative;
            padding-bottom: 15px;
            color: #0e62b0;
            font-weight: 700;
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 100%;
            font-size: 15px;
            font-size: 1.5rem; }
            .section06 .system .system_wrap .schema .txt .arrow.left {
              margin: 0 2px 8px;
              background-image: url("img/img_system_arrow_l.png"); }
            .section06 .system .system_wrap .schema .txt .arrow.right {
              margin: 8px 2px 0;
              background-image: url("img/img_system_arrow_r.png"); }
        .section06 .system .system_wrap .schema .circle {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 110px;
          height: 110px;
          border-radius: 50%;
          color: #0e62b0;
          font-weight: 700;
          font-size: 18px;
          font-size: 1.8rem;
          background: linear-gradient(-1deg, #ACCBEE 0%, #E7F0FD 100%); }
    .section06 .system .lead {
      text-align: center;
      color: #0e62b0;
      font-weight: 700;
      font-size: 17px;
      font-size: 1.7rem; }
      .section06 .system .lead span {
        color: var(--pointColor); }

.section_faq {
  margin-top: 20px; }
  .section_faq .ttl {
    text-align: center; }
  .section_faq .inner {
    width: 100%;
    margin: auto;
    padding: 0 10px; }
  .section_faq .items {
    margin-top: 15px; }
    .section_faq .items .item {
      margin-top: 10px;
      background: #EFF2F5;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section_faq .items .item:first-child {
        margin-top: 0; }
  .section_faq .question {
    position: relative;
    padding: 20px 40px 20px 60px;
    font-size: 19px;
    font-size: 1.9rem;
    color: #15264a;
    font-weight: 700;
    cursor: pointer; }
    .section_faq .question::before {
      content: "";
      position: absolute;
      width: 40px;
      height: 100%;
      background-image: url("/nj-frt/img/ico_question.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 10px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section_faq .question::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 100%;
      background-image: url("/nj-frt/img/ico_trigger.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: 10px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section_faq .question.active::after {
      background-image: url("/nj-frt/img/ico_trigger_active.png"); }
  .section_faq .answer {
    padding: 15px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border-top: 1px solid #ddd; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }

.content-wrap {
  height: 750px;
  overflow: hidden;
  position: relative;
  margin: 0; }

.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); }

.close-btn {
  background: none; }

.slide-up {
  height: 150px;
  padding-bottom: 0;
  overflow: hidden; }

.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px; }

.more-btn p {
  display: inline-block;
  color: #3c9cd9;
  cursor: pointer;
  background: #fff;
  border: 1px solid #3c9cd9;
  padding: 10px 20px;
  width: 50%;
  border-radius: 20px; }

.section07 .inner {
  padding: 40px 10px 60px; }
.section07 .ttl {
  text-align: center;
  font-size: 4vw;
  font-weight: 900;
  color: #0e62b0;
  padding: 7px 0;
  line-height: 1.4;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  border: 1px solid #0e62b0; }
.section07 .items {
  margin-top: 30px; }
  .section07 .items .item {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 0;
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .section07 .items .item:first-child {
      margin-bottom: 30px; }
    .section07 .items .item .txt_wrap1 {
      width: 40%; }
      .section07 .items .item .txt_wrap1 .image {
        width: 100%;
        padding-bottom: 8px; }
      .section07 .items .item .txt_wrap1 .name {
        text-align: center; }
      .section07 .items .item .txt_wrap1 .name a {
        font-size: 3.6vw;
        font-weight: 700;
        background: #eef5fc;
        color: #0e62b0;
        text-decoration: none;
        padding-bottom: 3px;
        display: block; }
    .section07 .items .item .txt_wrap2 {
      width: 60%;
      padding-left: 10px;
      position: relative; }
      .section07 .items .item .txt_wrap2 .items .item:nth-child(2) .txt_wrap {
        padding-left: 0;
        padding-right: 10px; }
      .section07 .items .item .txt_wrap2 .txt {
        font-size: 14px; }
.section07 .cta {
  position: absolute;
  left: 10px;
  width: calc(100% - 10px);
  bottom: 0; }
.section07 .cta_btn a {
  padding: 10px 0;
  font-size: 14px; }

.section08 .inner {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 0; }
.section08 .wrap {
  width: 100%;
  overflow: scroll; }
.section08 .scroll_txt {
  background: #e4e4e4;
  text-align: right;
  padding: 2px 10px 2px 5px;
  font-size: 10px; }
.section08 table {
  width: 1000px;
  border: 1px solid #e4e4e4; }
  .section08 table th, .section08 table td {
    text-align: center;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    padding: 8px 5px;
    width: 110px;
    background: #fff; }
  .section08 table thead th {
    background: #0e62b0;
    color: #fff; }
  .section08 table tbody tr:first-child {
    background: #fffdea; }
    .section08 table tbody tr:first-child td {
      background: #fffdea; }
  .section08 table tbody td p {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 11px; }
  .section08 table tbody a p {
    color: #0e62b0;
    font-weight: 500;
    text-decoration: underline; }
  .section08 table thead tr th:first-child,
  .section08 table tbody tr td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100px; }
    .section08 table thead tr th:first-child::after,
    .section08 table tbody tr td:first-child::after {
      content: "";
      position: absolute;
      top: -1px;
      right: -1px;
      width: 1px;
      height: 100%;
      border-right: 1px solid #e4e4e4;
      z-index: -1; }
  .section08 table .ico {
    width: 30px;
    margin: 0 auto; }
.section08 .cta_btn {
  width: 90%;
  margin: 0 auto; }
  .section08 .cta_btn a {
    line-height: 1.4;
    font-size: 12px; }

.section10 {
  background: #eef5fc; }
  .section10 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px 50px; }
    @media only screen and (max-width: 768px) {
      .section10 .inner {
        width: 100%; } }
  .section10 .flow_wrap {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #0e62b0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 30px 18px; }
    .section10 .flow_wrap .step {
      text-align: center;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 700;
      grid-area: step; }
      .section10 .flow_wrap .step span {
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        background: #0e62b0;
        border-radius: 100vmax;
        letter-spacing: 0.05em; }
    .section10 .flow_wrap .lead {
      text-align: left;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      grid-area: lead; }
    .section10 .flow_wrap .image {
      grid-area: image; }
    .section10 .flow_wrap .txt {
      padding: 10px 15px;
      line-height: 1.65;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background: #eef5fc;
      text-align: left;
      font-size: 17px;
      font-size: 1.7rem;
      grid-area: txt; }
      .section10 .flow_wrap .txt span {
        font-weight: 700;
        color: #0e62b0; }
    .section10 .flow_wrap .items {
      margin-top: 0; }
      .section10 .flow_wrap .items .item {
        text-align: center;
        display: grid;
        grid-template-columns: 34% auto;
        grid-template-areas: "step lead" "image txt";
        position: relative;
        -webkit-gap: 5px 12px;
        -moz-gap: 5px 12px;
        -ms-gap: 5px 12px;
        -o-gap: 5px 12px;
        gap: 5px 12px; }
        .section10 .flow_wrap .items .item + .item {
          padding-top: 60px; }
          .section10 .flow_wrap .items .item + .item::before {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 26px;
            width: 0;
            height: 0;
            border-left: 35px solid transparent;
            border-right: 35px solid transparent;
            border-top: 15px solid #fb6e19; }

.red {
  color: #e44040;
  font-weight: 700; }

.btn_txt {
  font-size: 12px;
  color: #777;
  text-align: center;
  padding: 15px 0 0px; }

.form [type=submit] {
  border: 1px solid #ff7531;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 15px auto;
  padding-left: 0px !important;
  border-bottom: 5px solid #d25c23; }

.submit_btn span::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 24% !important;
  margin-top: 10px;
  background: url(../img/ranking/ico_arrow.png) no-repeat center top;
  background-size: 24px auto; }

.privacy_section .wrap .txt {
  width: calc(100% - 90px); }

.bottom_fixed_btn {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(14, 98, 176, 0.8); }

.ft_btn_wrapper {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  padding: 5px; }
  .ft_btn_wrapper p {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 75px;
    font-weight: bold;
    font-size: 3.8vw;
    text-align: center;
    line-height: 1.3; }
    .ft_btn_wrapper p span {
      color: #fcf140;
      font-weight: bold;
      font-size: 4.5vw; }

.ft_btn_wrapper .ft_img {
  position: absolute;
  right: 150px;
  bottom: 10px;
  left: 0px;
  width: 17%;
  height: auto;
  z-index: 99999; }

.ft_btn_wrapper .cta_btn {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  font-size: 13px;
  padding: 10px;
  border-radius: 5px;
  background: #fb6e19;
  border-bottom: 3px solid #d35910;
  position: absolute;
  top: 10px;
  right: 15px; }

.ft_nav {
  margin: 0 auto;
  text-align: center;
  padding: 0 0 10px;
  border: none; }

.ft_nav ul {
  display: flex;
  justify-content: space-around; }

.ft_nav li {
  display: inline-block;
  width: auto !important; }

.ft_nav li a {
  color: #333;
  font-size: .8em; }

.footer {
  background: #163d83;
  margin-top: 15px;
  height: 180px; }
  .footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      position: relative;
      padding-left: 10px;
      margin-left: 15px; }
      .footer .f_nav ul li::before {
        content: "｜";
        position: absolute;
        top: 0;
        left: -10px;
        color: #fff; }
      .footer .f_nav ul li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .footer .f_nav ul li:first-child::before {
          display: none; }
      .footer .f_nav ul li a {
        color: #fff;
        text-decoration: none; }
  .footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem; }

.section_counter {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  animation: smooth-blink 1.2s ease-in-out infinite alternate; }
  .section_counter span {
    color: #fb6e19;
    background: linear-gradient(transparent 70%, #fcf140 70%);
    font-size: 24px;
    font-size: 2.4rem; }

@keyframes smooth-blink {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.pickupsection {
  padding: 40px 0; }
  .pickupsection .pickupsectionttl {
    background: #0e62b0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 17px 0 19px;
    line-height: 1.6em;
    letter-spacing: 0.03em;
    position: relative; }
    .pickupsection .pickupsectionttl span {
      color: #fcf140;
      font-weight: bold; }
    .pickupsection .pickupsectionttl strong {
      color: #fff;
      font-weight: bold;
      font-size: 25px;
      text-decoration: underline; }
    .pickupsection .pickupsectionttl a {
      color: inherit; }
  .pickupsection .inner {
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px; }
    @media only screen and (max-width: 768px) {
      .pickupsection .inner {
        width: 100%; } }
    .pickupsection .inner .overview {
      width: 100%; }
      .pickupsection .inner .overview .image {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding: 10px 10px 15px; }
      .pickupsection .inner .overview .txt .note {
        padding: 15px 10px 10px;
        background-color: #fffbe5;
        border-radius: 10px; }
        .pickupsection .inner .overview .txt .note ul li {
          padding-left: 1em;
          padding: 0px 0px 2px 25px;
          position: relative;
          line-height: 1.5em;
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0.02em; }
          .pickupsection .inner .overview .txt .note ul li::before {
            content: "✓";
            position: absolute;
            top: 0;
            left: 8px;
            color: #f0360a; }
          .pickupsection .inner .overview .txt .note ul li strong {
            color: #e44040;
            font-weight: bold; }
      .pickupsection .inner .overview .txt .arrow_box {
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 900;
        margin-bottom: 2px;
        color: #f0360a;
        letter-spacing: 0.05em;
        margin-top: -10px; }
      .pickupsection .inner .overview .textpk {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: normal;
        text-align: justify;
        padding: 10px 15px;
        border: solid 1px #ddd;
        margin-top: 10px;
        line-height: 1.7; }
        .pickupsection .inner .overview .textpk span {
          color: #f0360a;
          font-weight: 700; }
  .pickupsection .inner_s {
    padding: 15px 7px;
    border: solid 2px #0e62b0; }
    .pickupsection .inner_s .cta {
      margin-top: 10px; }

.recommend_article_section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.recommend_article_section * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.recommend_article_section img {
  max-width: 100%;
  height: auto; }

.recommend_article_section ul {
  padding: 5px 10px 15px; }

.recommend_article_section ul li {
  border-bottom: 1px solid #ddd; }

.recommend_article_section ul li a {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px 0;
  text-decoration: none;
  color: #1f52ae; }

.recommend_article_section .image,
.recommend_article_section .txt {
  display: table-cell;
  vertical-align: top; }

.recommend_article_section .image {
  width: 120px; }

.recommend_article_section .txt {
  padding-left: 10px; }

.recommend_article_section .txt .recommend_article_ttl {
  font-size: 4vw;
  font-weight: bold; }

.recommend_article_section .txt .recommend_article_read {
  font-size: 3vw;
  font-weight: normal; }
