@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: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @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: 23px;
    font-size: 2.3rem;
    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: "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: 10px;
      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 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 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: 185px; }
  .header .header_txt {
    position: absolute;
    font-size: 12px;
    font-size: 1.2rem;
    bottom: 16px;
    left: 206px;
    color: #8d8d8d; }

.fv {
  background-image: url("img/fv_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    height: 330px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_txt, .fv .fv_image {
    position: absolute;
    z-index: 5; }
  .fv .fv_txt {
    background: #3c9cd9;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 5px 10px 5px 5px;
    font-size: 18px;
    font-size: 1.8rem; }
  .fv .fv_image {
    top: 50px;
    left: 30px; }

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: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  padding: 12px 0; }
  .main_ttl span {
    display: block;
    font-size: 27px;
    font-size: 2.7rem;
    color: #fcf140;
    font-weight: 700; }
  .main_ttl .link {
    background: #fff;
    width: 520px;
    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;
  border-radius: 100vmax;
  height: 24px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  width: 68px;
  background: #09ba9b; }
  .target_label.frt {
    background: #4fb0e6; }
  .target_label.daini {
    background: #54b956; }
  .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: 30px 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: 50px;
    background: #fff;
    border: solid 1px #0e62b0;
    border-radius: 10px; }
    .section_pickup .pickup_box .title {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -25px;
      display: inline-block;
      padding: 4px 50px 6px;
      color: #fff;
      background: #0e62b0;
      font-weight: 700;
      letter-spacing: 0.08em;
      font-size: 20px;
      font-size: 2rem; }
      .section_pickup .pickup_box .title strong {
        color: #fcf140;
        font-size: 120%; }
    .section_pickup .pickup_box .client_wrap {
      display: grid;
      grid-template-columns: 276px 1fr;
      -webkit-gap: 10px 25px;
      -moz-gap: 10px 25px;
      -ms-gap: 10px 25px;
      -o-gap: 10px 25px;
      gap: 10px 25px;
      grid-template-areas: "bnr name" "bnr txt" "bnr btn";
      margin-bottom: 25px; }
      .section_pickup .pickup_box .client_wrap .name {
        grid-area: name;
        font-weight: 700;
        font-size: 30px;
        font-size: 3rem; }
        .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: 18px;
        font-size: 1.8rem; }
        .section_pickup .pickup_box .client_wrap .txt ul li {
          position: relative;
          padding-left: 1.7em;
          line-height: 1.6; }
          .section_pickup .pickup_box .client_wrap .txt ul li::before {
            content: "✓";
            color: #3c9cd9;
            position: absolute;
            top: 2px;
            left: 8px;
            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 .point_wrap {
      text-align: center; }
      .section_pickup .pickup_box .point_wrap .head {
        padding-bottom: 10px;
        text-align: center;
        font-weight: 700;
        font-size: 24px;
        font-size: 2.4rem;
        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: 35px;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        font-size: 2.2rem;
        padding-right: 120px; }
        .section_pickup .pickup_box .point_wrap .point_txt::before {
          content: "";
          display: inline-block;
          position: absolute;
          bottom: 0;
          right: -10px;
          width: 100px;
          height: 121px;
          background: no-repeat center/contain url("img/img_pickup_point.png"); }
        .section_pickup .pickup_box .point_wrap .point_txt .highlight {
          display: flex;
          justify-content: center;
          -webkit-gap: 15px;
          -moz-gap: 15px;
          -ms-gap: 15px;
          -o-gap: 15px;
          gap: 15px;
          font-size: 50px;
          font-size: 5rem; }
          .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 10px 10px;
          color: var(--pointColor);
          font-weight: 700;
          border: solid 1px;
          border-radius: 5px;
          text-align: center;
          font-size: 18px;
          font-size: 1.8rem; }
          .section_pickup .pickup_box .point_wrap .point_items li .tag {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            display: inline-block;
            width: 115px;
            top: -15px;
            padding: 1px 10px 3px;
            color: var(--pointColor);
            background: #fbe6da;
            border: solid 1px;
            border-radius: 100vmax; }
  .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;
    margin-top: 10px; }
    .section_pickup .cta .cta_btn::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 100%;
      background-image: url("/img/ranking/ico_arrow2.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: 30px;
      top: 0;
      pointer-events: none;
      z-index: 10; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 30px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  .section01 .inner .point_btn {
    transition: visibility 0.6s, opacity 0.6s;
    text-align: center;
    margin-bottom: 20px; }
  .section01 .inner .heading_txt {
    margin: 0px 0 10px;
    background: #eef5fc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    padding: 15px 10px 15px 60px;
    color: #2256b2; }
    .section01 .inner .heading_txt ::before {
      content: "";
      position: absolute;
      width: 25px;
      height: 100%;
      background-image: url("https://job-comparison.work/freelance/assets/img/ico_top_txt.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 20px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section01 .inner .heading_txt span {
      color: #d44a46;
      font-weight: bold; }
.section01 .cont_ttl {
  text-align: center;
  font-weight: 700;
  color: #0e62b0;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 30px; }
  .section01 .cont_ttl .sub {
    display: inline-block;
    padding: 2px 30px;
    border: solid 1px;
    border-radius: 100vmax;
    background: #e6f2fc;
    font-size: 22px;
    font-size: 2.2rem; }
.section01 .top_client_rank {
  width: 900px;
  margin: 15px auto 30px;
  position: relative; }
  .section01 .top_client_rank .contents {
    border: 2px solid #03619c;
    padding: 0 20px 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px; }
    .section01 .top_client_rank .contents ul {
      display: block; }
      .section01 .top_client_rank .contents ul li {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 20px 20px 20px 75px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px dotted #c4c4c4; }
        .section01 .top_client_rank .contents ul li::before {
          display: block;
          content: '';
          position: absolute;
          z-index: 1;
          left: 15px;
          top: 0;
          width: 50px;
          height: 100%;
          background: url("img/crown1.png") center/100% auto no-repeat;
          pointer-events: none; }
        .section01 .top_client_rank .contents ul li .bnr {
          width: 160px; }
        .section01 .top_client_rank .contents ul li .txt {
          flex: 1;
          margin: 0 20px; }
          .section01 .top_client_rank .contents ul li .txt .name {
            color: #0e62b0;
            font-size: 17px;
            font-weight: bold;
            margin: 0 0 10px;
            display: block; }
          .section01 .top_client_rank .contents ul li .txt p .red {
            color: #f00; }
        .section01 .top_client_rank .contents ul li .btn {
          position: relative; }
          .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: 215px; }
          .section01 .top_client_rank .contents ul li .cta_btn a {
            padding: 15px 0;
            font-size: 18px;
            font-size: 1.8rem; }
        .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("img/crown2.png"); }
        .section01 .top_client_rank .contents ul li:nth-child(3)::before {
          background-image: url("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: 12px;
    font-weight: bold;
    width: 90%;
    margin: 0 auto -15px;
    position: relative;
    z-index: 10; }
.section01 .client_table {
  margin-top: 5px;
  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: 20%;
    height: 100%;
    z-index: -1; }
  .section01 .client_table::after {
    width: 20%;
    height: 100%;
    border: 3px solid #ef2828;
    z-index: 2; }
  .section01 .client_table .image a {
    display: block;
    position: relative;
    padding-top: 45px;
    text-decoration: none; }
    .section01 .client_table .image a::before {
      content: "";
      position: absolute;
      width: 50px;
      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: 15px;
      font-weight: 700;
      text-decoration: underline;
      color: #0e62b0; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #c4c4c4;
    border-left: none; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: 20%;
      text-align: center;
      vertical-align: middle; }
    .section01 .client_table table th {
      background: #eef5fc;
      font-weight: 700;
      color: #0e62b0;
      padding: 3px 0;
      font-size: 17px;
      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;
      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("img/crown1.png"); }
    .section01 .client_table table thead td:nth-child(2) .image a::before {
      background-image: url("img/crown2.png"); }
    .section01 .client_table table thead td:nth-child(3) .image a::before {
      background-image: url("img/crown3.png"); }
    .section01 .client_table table thead td:nth-child(4) .image a::before {
      background-image: url("img/crown4.png"); }
    .section01 .client_table table thead td:nth-child(5) .image a::before {
      background-image: url("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 .bl_color {
    color: #0e62b0; }
  .section01 .client_table .cta_btn {
    width: 90%;
    margin: 0 auto 8px; }
    .section01 .client_table .cta_btn a {
      line-height: 1.2;
      padding: 15px 0;
      font-size: 16px;
      font-weight: 700; }
.section01 .target_label.frt {
  width: 140px; }
.section01 .target_label.daini {
  width: 140px; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 50px 60px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto; }
  .section02 .wrap .image {
    width: 300px; }
  .section02 .wrap .txt {
    width: calc(100% - 300px);
    padding-left: 10px;
    font-size: 14.5px;
    font-size: 1.45rem;
    line-height: 1.4; }
    .section02 .wrap .txt .heading {
      font-weight: 700;
      font-size: 19px;
      font-size: 1.9rem;
      color: #f0360a; }
    .section02 .wrap .txt p {
      margin-top: 15px; }
      .section02 .wrap .txt p span {
        font-weight: 700; }
.section02 .cta_btn {
  margin-top: 30px; }
.section02 .btn {
  width: 600px;
  margin: 30px auto 0; }
  .section02 .btn a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 23px;
    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: 30px;
      height: 100%;
      background-image: url("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: 30px 50px 60px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 h3 {
  width: 600px;
  margin: 0 auto;
  background-color: #fff;
  line-height: 42px;
  border-radius: 21px;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  border: 1px solid #3c9cd9;
  color: #3c9cd9;
  font-weight: 900;
  padding: 5px 45px; }
.section03 .content {
  background: #e8f3fa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 30px 40px; }
  .section03 .content .ttl {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1.4; }
  .section03 .content .wrap {
    margin-top: 20px;
    -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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .section03 .content .wrap .image {
      width: 192px; }
    .section03 .content .wrap .txt {
      width: 470px;
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 15px 15px 20px 20px; }
      .section03 .content .wrap .txt ul li {
        margin-top: 8px;
        padding-left: 30px;
        position: relative;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500; }
        .section03 .content .wrap .txt ul li::before {
          content: "";
          position: absolute;
          width: 20px;
          height: 100%;
          background-image: url("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 {
  width: 600px;
  margin: 30px auto 0; }
  .section03 .btn a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 23px;
    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: 30px;
      height: 100%;
      background-image: url("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: 50px 0 50px; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        width: 100%; } }
  .section04 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #0e62b0; }
    .section04 h3 span {
      font-size: 40px;
      color: #fb6e19;
      background: linear-gradient(transparent 70%, #fcf140 70%); }
  .section04 .items {
    -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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px; }
    .section04 .items .item {
      background: #fff;
      border: 1px solid #0e62b0;
      position: relative;
      padding: 35px 20px 25px;
      padding-bottom: 190px;
      width: 320px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section04 .items .item::before {
        content: "";
        position: absolute;
        width: 110px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -15px;
        pointer-events: none;
        z-index: 10; }
      .section04 .items .item:nth-child(1)::before {
        background-image: url("img/section04_ico_01.png"); }
      .section04 .items .item:nth-child(2)::before {
        background-image: url("img/section04_ico_02.png"); }
      .section04 .items .item:nth-child(3)::before {
        background-image: url("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;
    padding: 5px 0;
    border: 1px solid #0e62b0; }
  .section04 .txt {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8; }
  .section04 .image {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    width: 100%;
    text-align: center; }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0 70px; }
  @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: 15px 10px 15px 90px;
    border-bottom: 1px solid #e8e8e8; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 50px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 25px;
      top: 0;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      font-size: 27px;
      font-weight: 700;
      color: #0e62b0;
      text-decoration: underline; }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_names {
    position: relative;
    padding: 15px 10px 15px 25px;
    border-bottom: 1px solid #e8e8e8; }
    .client_archive .client_card .client_names::before {
      content: "";
      position: absolute;
      width: 50px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 25px;
      top: 0;
      pointer-events: none; }
    .client_archive .client_card .client_names a {
      font-size: 27px;
      font-weight: 700;
      color: #0e62b0;
      text-decoration: underline; }
      .client_archive .client_card .client_names a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 25px 25px 40px; }
.client_archive .point {
  margin-top: 17px;
  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: 21px; }
  .client_archive .point .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: 15px 30px; }
    .client_archive .point .wrap .image {
      width: 114px;
      text-align: right; }
    .client_archive .point .wrap .txt {
      width: calc(100% - 114px);
      padding-left: 20px; }
      .client_archive .point .wrap .txt ul li {
        font-size: 18px;
        position: relative;
        padding-left: 28px; }
        .client_archive .point .wrap .txt ul li:first-child {
          margin-top: 0; }
        .client_archive .point .wrap .txt ul li::before {
          content: "";
          position: absolute;
          width: 19px;
          height: 100%;
          background-image: url("img/client_archive_point_ico2.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 7px;
          pointer-events: none; }
        .client_archive .point .wrap .txt ul li span {
          color: #f0360a;
          font-weight: 700; }
        .client_archive .point .wrap .txt ul li sup {
          font-size: 11px; }
.client_archive .type {
  margin-top: 17px;
  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: 21px; }
  .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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -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: 15px 30px; }
    .client_archive .type .wrap .typeUl li {
      display: grid;
      grid-template-columns: 150px 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 2px 4px;
        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: 10px; }
.client_archive .case {
  margin-top: 17px;
  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: 21px; }
  .client_archive .case .wrap {
    padding: 25px 50px; }
  .client_archive .case .case_slides .slick-track {
    display: flex; }
  .client_archive .case .case_slides .case_slide {
    margin: 0 7px;
    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 15px;
      background: #71b433;
      color: #fff;
      font-weight: 700;
      border-radius: 3px;
      font-size: 12px;
      font-size: 1.2rem; }
    .client_archive .case .case_slides .case_slide .head {
      margin: 5px 0; }
    .client_archive .case .case_slides .case_slide .img_wrap {
      display: flex;
      margin-bottom: 5px; }
      .client_archive .case .case_slides .case_slide .img_wrap .img {
        width: 65px;
        margin-right: 5px; }
      .client_archive .case .case_slides .case_slide .img_wrap .income {
        position: relative;
        flex: 1; }
        .client_archive .case .case_slides .case_slide .img_wrap .income::before {
          content: "￥年収";
          display: block;
          color: #71b433;
          font-weight: 500;
          font-size: 12px;
          font-size: 1.2rem; }
        .client_archive .case .case_slides .case_slide .img_wrap .income .num {
          line-height: 1;
          font-size: 22px;
          font-size: 2.2rem; }
    .client_archive .case .case_slides .case_slide .occupation, .client_archive .case .case_slides .case_slide .area {
      position: relative;
      margin-bottom: 8px;
      padding-left: 35px;
      font-size: 14px;
      font-size: 1.4rem; }
      .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: 24px; }
    .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;
        padding: 1px 8px 2px;
        color: #fff;
        border-radius: 100vmax;
        background: #bc9807;
        font-size: 12px;
        font-size: 1.2rem; }
  .client_archive .case .case_slides .slick-dots {
    bottom: -40px; }
    .client_archive .case .case_slides .slick-dots li button::before {
      content: none; }
    .client_archive .case .case_slides .slick-dots li button {
      width: 12px;
      height: 12px;
      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: 4px solid #bc9807;
    width: 30px;
    height: 30px; }
    .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: 30px;
      height: 30px; }
  .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:before {
    border-top: var(--arrow-border);
    border-left: var(--arrow-border);
    transform: rotate(-45deg); }
.client_archive .overview {
  -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;
  margin-bottom: 15px; }
  .client_archive .overview .image {
    width: 300px; }
  .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 12px; }
    .client_archive .overview .txt .heading {
      font-size: 24px;
      color: #f0360a;
      font-weight: 700; }
      .client_archive .overview .txt .heading sup {
        font-size: 14px; }
    .client_archive .overview .txt table {
      width: 100%;
      margin-top: 15px;
      border: 1px solid #e4e4e4;
      background: #fff;
      font-size: 14px; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 10px 5px;
        border-left: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4; }
      .client_archive .overview .txt table th {
        width: 16%;
        font-weight: 500;
        color: #fff;
        background: #0e62b0; }
      .client_archive .overview .txt table td {
        width: 28%; }
      .client_archive .overview .txt 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 .txt table .ico_wrap .ico {
          width: 24px; }
        .client_archive .overview .txt table .ico_wrap .txt {
          width: calc(100% - 24px);
          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("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("img/crown2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/crown3.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/crown4.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/crown5.png"); }
.client_archive .tops {
  margin-top: 10px !important; }
.client_archive .cta_txt {
  font-size: 20px;
  color: #e44040;
  text-align: center;
  font-weight: 600;
  padding: 10px 0 0; }
.client_archive .cta {
  margin-top: 20px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #f0615f;
    font-size: 22px; }
  .client_archive .cta .cta_btn {
    width: 700px;
    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: "";
      position: absolute;
      width: 30px;
      height: 100%;
      background-image: url("https://job-comparison.work/img/ranking/ico_arrow2.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: 30px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .client_archive .cta .cta_btn:nth-child(2) {
      margin-top: 15px; }
    .client_archive .cta .cta_btn a {
      padding: 20px 0;
      font-size: 23px; }

.section06 {
  background: #eef5fc;
  --pointColor:#fb6e19; }
  .section06 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 80px; }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        width: 100%; } }
  .section06 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #0e62b0; }
    .section06 h3 span {
      font-size: 40px;
      color: #fb6e19;
      background: linear-gradient(transparent 70%, #fcf140 70%); }
  .section06 .items {
    -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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px; }
    .section06 .items .item {
      background: #fff;
      border: 1px solid #0e62b0;
      position: relative;
      padding: 35px 20px 25px;
      padding-bottom: 190px;
      width: 320px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section06 .items .item::before {
        content: "";
        position: absolute;
        width: 110px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -15px;
        pointer-events: none;
        z-index: 10; }
      .section06 .items .item:nth-child(1)::before {
        background-image: url("img/section04_ico_01.png"); }
      .section06 .items .item:nth-child(2)::before {
        background-image: url("img/section04_ico_02.png"); }
      .section06 .items .item:nth-child(3)::before {
        background-image: url("img/section04_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;
        padding: 5px 0;
        border: 1px solid #0e62b0; }
      .section06 .items .item .txt {
        margin-top: 15px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.8; }
      .section06 .items .item .image {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 20px;
        width: 100%;
        text-align: center; }
        .section06 .items .item .image span {
          font-weight: 700;
          color: var(--pointColor); }
    .section06 .items.resolve {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -webkit-gap: 20px;
      -moz-gap: 20px;
      -ms-gap: 20px;
      -o-gap: 20px;
      gap: 20px;
      margin-top: 40px;
      padding-bottom: 40px; }
      .section06 .items.resolve .item {
        padding: 30px 16px 25px;
        width: auto;
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        -webkit-gap: 10px;
        -moz-gap: 10px;
        -ms-gap: 10px;
        -o-gap: 10px;
        gap: 10px; }
        .section06 .items.resolve .item .heading {
          background: transparent;
          color: #0e62b0;
          border-width: 0 0 1px 0;
          border-radius: 0;
          font-size: 18px;
          font-size: 1.8rem; }
        .section06 .items.resolve .item .txt {
          margin: 0; }
        .section06 .items.resolve .item .image {
          position: relative;
          inset: auto; }
        .section06 .items.resolve .item.other {
          grid-column: 1 / -1;
          width: 63%;
          padding: 16px 40px;
          grid-row: span 2;
          justify-self: center; }
          .section06 .items.resolve .item.other .heading {
            display: inline-block;
            padding-inline: 20px;
            margin: auto; }
        .section06 .items.resolve .item span {
          color: var(--pointColor);
          font-weight: 700; }
      .section06 .items.resolve ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-around;
        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: 100%;
    width: 0;
    height: 0;
    border-right: 95px solid transparent;
    border-left: 95px solid transparent;
    border-top: 45px solid var(--pointColor); }
  .section06 .anxiety_wrap {
    position: relative;
    max-width: 670px;
    margin: 0 auto;
    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: 10px 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: 28px;
    font-size: 2.8rem; }
    .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: 40px;
        font-size: 4rem; }
  .section06 .system {
    margin-top: 60px; }
    .section06 .system .head {
      text-align: center;
      font-weight: 700;
      color: #0e62b0;
      font-size: 28px;
      font-size: 2.8rem; }
    .section06 .system .system_wrap {
      max-width: 670px;
      margin: 30px auto 0;
      padding: 25px 40px;
      background: #fff;
      border-radius: 10px;
      text-align: center; }
      .section06 .system .system_wrap .ttl {
        display: inline-block;
        margin: 0 auto 18px;
        padding: 3px 25px;
        color: #0e62b0;
        border: solid 1px;
        border-radius: 100vmax;
        font-weight: 700;
        font-size: 22px;
        font-size: 2.2rem; }
      .section06 .system .system_wrap .schema {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px; }
        .section06 .system .system_wrap .schema .txt {
          width: 120px;
          text-align: center;
          font-size: 15px;
          font-size: 1.5rem; }
          .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: 17px;
            font-size: 1.7rem; }
            .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: 152px;
          height: 152px;
          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: 18px;
      font-size: 1.8rem; }
      .section06 .system .lead span {
        color: var(--pointColor); }

.section07 .inner {
  padding: 60px 0 60px;
  width: 750px;
  margin: 0 auto;
  background: #fff; }
  .section07 .inner .ttl {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    color: #0e62b0;
    border: 1px solid #0e62b0;
    padding: 7px 0;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -o-border-radius: 60px;
    -ms-border-radius: 60px; }
  .section07 .inner .items {
    margin-top: 30px;
    -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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    position: relative; }
    .section07 .inner .items::before {
      content: "";
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 52px;
      height: 100%;
      background-image: url("img/section07_ico.png");
      background-repeat: no-repeat;
      background-position: center 100px;
      background-size: 100% auto;
      pointer-events: none; }
    .section07 .inner .items .item {
      background: #fff;
      width: 300px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
  .section07 .inner .name {
    margin-bottom: 10px;
    text-align: center; }
    .section07 .inner .name a {
      font-size: 20px;
      font-weight: 700;
      background: #eef5fc;
      color: #0e62b0;
      text-decoration: none;
      padding: 10px 0;
      display: block;
      text-decoration: underline; }
  .section07 .inner table {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #e4e4e4;
    background: #fff;
    font-size: 14px; }
    .section07 .inner table th, .section07 .inner table td {
      vertical-align: middle;
      padding: 10px 5px;
      border-left: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4;
      text-align: center; }
    .section07 .inner table th {
      width: 16%;
      font-weight: 500;
      color: #0e62b0;
      background: #eef5fc;
      font-weight: bold; }
    .section07 .inner table td {
      width: 28%; }
  .section07 .inner .txt {
    font-size: 15px;
    margin: 10px 0 20px; }
    .section07 .inner .txt strong {
      color: #e44040;
      font-weight: 700; }
  .section07 .inner .cta_btn::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    background-image: url("https://job-comparison.work/img/ranking/ico_arrow2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    right: 30px;
    top: 0;
    pointer-events: none;
    z-index: 10; }
  .section07 .inner .cta_btn a {
    font-size: 18px;
    font-size: 1.8rem; }
  .section07 .inner .sponsored {
    font-size: 12px;
    color: #777;
    text-align: center;
    padding-top: 10px; }

.section08 .inner {
  padding: 30px 0 0px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section08 .inner {
      width: 100%; } }
.section08 table tbody tr:first-child {
  position: relative;
  background: #fffdea; }
.section08 table {
  width: 100%;
  border: 1px solid #e4e4e4; }
  .section08 table th, .section08 table td {
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 5px; }
  .section08 table thead th {
    background: #0e62b0;
    color: #fff;
    line-height: 1.2; }
  .section08 table tbody td p {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 13px; }
  .section08 table tbody a p {
    color: #0e62b0;
    font-weight: 500;
    text-decoration: underline; }
  .section08 table tbody .ico {
    width: 28px;
    margin: 0 auto 2px; }
.section08 .cta_btn a {
  font-size: 14px;
  padding: 12px 0; }

.section09 .job_wrap {
  width: 700px;
  margin: 0 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 30px;
  border: 2px solid #0e62b0; }
  .section09 .job_wrap .title {
    margin: 15px 0 10px; }
    .section09 .job_wrap .title h1 {
      font-size: 23px;
      font-weight: bold;
      line-height: 1.5; }
      .section09 .job_wrap .title h1 span, .section09 .job_wrap .title h1 strong {
        color: #0e62b0;
        font-size: 28px;
        background: linear-gradient(transparent 60%, #fcf140 40%); }
  .section09 .job_wrap .main_content .image {
    width: 100%; }
  .section09 .job_wrap .agent_section {
    margin-top: 5px; }
    .section09 .job_wrap .agent_section .agent_text {
      font-size: 22px;
      font-weight: 600; }
    .section09 .job_wrap .agent_section .area_special {
      font-size: 28px;
      font-weight: bold;
      color: #e44040; }
    .section09 .job_wrap .agent_section .area_btns {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin: 20px 0 40px; }
      .section09 .job_wrap .agent_section .area_btns .btn_area {
        background-color: #0b609c;
        box-shadow: 0 3px 0 #095195;
        color: #fff;
        border: none;
        padding: 10px 18px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.2s; }
        .section09 .job_wrap .agent_section .area_btns .btn_area span {
          font-size: 12px;
          padding: 0 0 0 5px; }
        .section09 .job_wrap .agent_section .area_btns .btn_area:hover {
          background-color: #08436c; }
.section09 .btn {
  width: 600px;
  margin: 10px auto 35px; }
  .section09 .btn a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 23px;
    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; }
    .section09 .btn a::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 100%;
      background-image: url("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; }
    .section09 .btn a:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; }

aside .privacy_section {
  margin-top: 35px;
  text-align: center; }
  aside .privacy_section .inner {
    display: inline-block;
    text-align: center;
    padding: 10px 15px; }
  aside .privacy_section .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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    aside .privacy_section .wrap .image {
      width: 90px; }
    aside .privacy_section .wrap .txt {
      text-align: left;
      font-size: 12px;
      font-size: 1.2rem;
      padding-left: 15px;
      color: #5f5f5f; }

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

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

/*追従バナー*/
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  overflow-y: visible;
  height: 90px;
  z-index: 10;
  opacity: 1;
  background: rgba(14, 98, 176, 0.8);
  transition: opacity 0.5s ease; }

.fixed-footer a.officical_btn {
  text-decoration: none; }

.ft_btn_wrapper {
  width: 850px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  overflow: visible; }

.ft_btn_wrapper p {
  color: #fff;
  /* width: 300px; */
  position: absolute;
  left: 240px;
  top: 15px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.3; }
  .ft_btn_wrapper p span {
    color: #fcf140;
    font-weight: bold;
    font-size: 30px; }

.ft_btn_wrapper .ft_img {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 200px;
  height: 111px; }

.ft_btn_wrapper button {
  position: absolute;
  bottom: 30px;
  right: 0;
  border: none;
  width: 250px;
  height: 60px; }
  .ft_btn_wrapper button::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    top: 52%;
    margin-top: -11px;
    background: url(../img/ranking/ico_arrow2.png) no-repeat center top;
    background-size: 20px auto; }

.ft_btn_wrapper button {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold !important;
  padding: 20px 40px 20px 10px;
  border-radius: 6px;
  background: #fb6e19;
  box-shadow: 0 5px 0 #c04c2c; }
  .ft_btn_wrapper button:hover {
    opacity: .7;
    transition: .2s; }

.footer {
  background: #163d83;
  margin-top: 15px; }
  .footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    height: 220px; }
    @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 {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem; }

.section10 {
  background: #eef5fc; }
  .section10 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 60px; }
    @media only screen and (max-width: 768px) {
      .section10 .inner {
        width: 100%; } }
  .section10 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #0e62b0; }
    .section10 h3 span {
      font-size: 40px;
      color: #fb6e19;
      background: linear-gradient(transparent 70%, #fcf140 70%); }
  .section10 .wrap {
    margin-top: 30px;
    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 30px 30px; }
    .section10 .wrap .heading {
      text-align: center;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700;
      color: #0e62b0; }
    .section10 .wrap .step {
      text-align: center;
      font-size: 17px;
      font-size: 1.7rem;
      color: #0e62b0;
      font-weight: 700; }
      .section10 .wrap .step span {
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 2px solid #0e62b0; }
    .section10 .wrap .lead {
      text-align: center;
      margin-top: 10px;
      font-weight: 500; }
    .section10 .wrap .image {
      margin-top: 15px; }
    .section10 .wrap .txt {
      margin-top: 15px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 1em;
      background: #eff6fc;
      border: 1px solid #0e62b0; }
      .section10 .wrap .txt span {
        font-weight: 700;
        color: #0e62b0; }
    .section10 .wrap .remarks {
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      color: #333;
      margin-top: 20px; }
  .section10 .items {
    margin-top: 30px;
    -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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .section10 .items .item {
      position: relative;
      width: 23%; }
  .section10 .flow_wrap {
    margin-top: 30px;
    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 30px 30px; }
    .section10 .flow_wrap .items {
      margin-top: 0; }
      .section10 .flow_wrap .items .item {
        text-align: center; }
    .section10 .flow_wrap .step {
      text-align: center;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 700; }
      .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: center;
      margin-top: 10px;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem; }
    .section10 .flow_wrap .image {
      margin-top: 15px; }
    .section10 .flow_wrap .txt {
      margin: 5px 18px;
      padding: 10px;
      line-height: 1.4;
      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: 14px;
      font-size: 1.4rem; }
      .section10 .flow_wrap .txt span {
        font-weight: 700;
        color: #0e62b0; }
    .section10 .flow_wrap .items .item {
      flex: 1; }
      .section10 .flow_wrap .items .item + .item {
        padding-left: 20px; }
        .section10 .flow_wrap .items .item + .item::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          width: 0;
          height: 0;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-left: 15px solid #fb6e19; }

.client_archive .hataractive_content {
  margin-top: 10px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 5px 0 2px;
  border: 1px solid #6db52e;
  overflow: hidden; }
  .client_archive .hataractive_content .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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .client_archive .hataractive_content .wrap .image {
      width: 399px; }
    .client_archive .hataractive_content .wrap .btn {
      width: 400px;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      .client_archive .hataractive_content .wrap .btn:hover {
        transform: scale(1.06); }
      .client_archive .hataractive_content .wrap .btn a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }

.section_point {
  --pointColor: #fb6e19;
  --boxBg: #fbe6da; }
  .section_point .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 20px; }
    @media only screen and (max-width: 768px) {
      .section_point .inner {
        width: 100%; } }
  .section_point .marker {
    background: linear-gradient(transparent 70%, #fcf140 70%); }
  .section_point .box {
    position: relative;
    padding: 6px 20px;
    text-align: left;
    border-radius: 10px;
    background: var(--boxBg);
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4; }
  .section_point .ttl {
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
    color: #0e62b0; }
    .section_point .ttl .sub {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.3; }
    .section_point .ttl .wrap {
      display: inline-block;
      padding: 0 10px 32px 50px;
      background: no-repeat center bottom/contain url("/nj-frt/img/point_ttl_bg.png"); }
      .section_point .ttl .wrap span {
        color: var(--pointColor); }
      .section_point .ttl .wrap strong {
        font-size: 120%; }
  .section_point .lead {
    position: relative;
    margin: 0 auto 30px;
    max-width: 800px;
    padding-right: 270px; }
    .section_point .lead .heading {
      margin-bottom: 10px;
      text-align: center;
      font-weight: 700;
      letter-spacing: 0.15em;
      font-feature-settings: "palt"; }
      .section_point .lead .heading .sub {
        color: #0e62b0;
        font-size: 22px;
        font-size: 2.2rem; }
      .section_point .lead .heading .wrap {
        font-size: 40px;
        font-size: 4rem; }
        .section_point .lead .heading .wrap span {
          font-size: 50px;
          font-size: 5rem;
          color: #0e62b0;
          line-height: 1.2; }
          .section_point .lead .heading .wrap span.pcolor {
            color: var(--pointColor); }
    .section_point .lead::before {
      content: "";
      position: absolute;
      right: -10px;
      bottom: -5px;
      width: 261px;
      height: 167px;
      background: no-repeat center bottom/contain url("/nj-frt/img/point_img_combi.png"); }
  .section_point .items {
    --color: #21b0ce;
    --boxBg: #ebf9fc;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-gap: 0 15px;
    -moz-gap: 0 15px;
    -ms-gap: 0 15px;
    -o-gap: 0 15px;
    gap: 0 15px;
    margin-bottom: 40px; }
    .section_point .items .item {
      position: relative;
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 3;
      padding: 18px 8px 25px;
      border-radius: 15px;
      border: solid 1px #9ab0d6; }
      .section_point .items .item .head {
        font-weight: 700;
        text-align: left;
        padding-left: 50px;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.3; }
      .section_point .items .item .cont {
        padding: 0 10px; }
      .section_point .items .item .txt {
        margin: 10px 0 0;
        text-align: left;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.7; }
      .section_point .items .item .box {
        margin: 10px auto 0;
        padding: 10px;
        max-width: calc(100% - 20px);
        color: var(--color);
        font-weight: 500;
        text-align: left;
        border-radius: 5px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.65; }
        .section_point .items .item .box::before {
          content: "";
          position: absolute;
          right: 15px;
          bottom: calc(100% - 5px);
          width: 34px;
          height: 37px;
          background: no-repeat center/contain url("/nj-frt/img/point_01_finger.png"); }
      .section_point .items .item::before {
        content: "";
        position: absolute;
        top: -5px;
        left: 15px;
        width: 36px;
        height: 63px;
        background: no-repeat center/contain url("img/point_01_label.png"); }
      .section_point .items .item:nth-child(2) {
        --color: #0e62b0;
        --boxBg: #eaf1fc; }
        .section_point .items .item:nth-child(2)::before {
          background: no-repeat center/contain url("img/point_02_label.png"); }
        .section_point .items .item:nth-child(2) .box::before {
          background: no-repeat center/contain url("/nj-frt/img/point_02_finger.png"); }
      .section_point .items .item:nth-child(3) {
        --color: #2e9668;
        --boxBg: #ebfcf5; }
        .section_point .items .item:nth-child(3)::before {
          background: no-repeat center/contain url("img/point_03_label.png"); }
        .section_point .items .item:nth-child(3) .box::before {
          background: no-repeat center/contain url("/nj-frt/img/point_03_finger.png"); }
        .section_point .items .item:nth-child(3) .head {
          line-height: 1.2; }
        .section_point .items .item:nth-child(3) .img {
          margin-top: 15px; }
      .section_point .items .item:nth-child(4) {
        --color: #fa853e;
        --boxBg: #fdf4ee; }
        .section_point .items .item:nth-child(4)::before {
          background: no-repeat center/contain url("img/point_04_label.png"); }
        .section_point .items .item:nth-child(4) .box::before {
          background: no-repeat center/contain url("/nj-frt/img/point_04_finger.png"); }
        .section_point .items .item:nth-child(4) .head {
          font-size: 21px;
          font-size: 2.1rem;
          letter-spacing: -0.09em; }
  .section_point .bottom_txt {
    margin: 0 auto;
    padding: 15px;
    max-width: 900px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.03em; }
    .section_point .bottom_txt strong {
      color: #0e62b0;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.7; }
    .section_point .bottom_txt::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 30px;
      width: 128px;
      height: 112px;
      background: no-repeat center/contain url("/nj-frt/img/point_img_woman.png"); }

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

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

@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: 25px;
    text-align: center;
    padding: 20px;
    line-height: 1.6em;
    letter-spacing: 0.03em;
    position: relative; }
    .pickupsection .pickupsectionttl span {
      color: #fcf140;
      font-weight: bold;
      font-size: 30px; }
    .pickupsection .pickupsectionttl strong {
      color: #fff;
      font-weight: bold;
      font-size: 33px;
      font-size: 3.3rem;
      text-decoration: underline; }
    .pickupsection .pickupsectionttl a {
      color: inherit; }
  .pickupsection .inner {
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 0; }
    .pickupsection .inner .overview {
      width: 100%;
      display: table;
      table-layout: fixed; }
      .pickupsection .inner .overview .image {
        width: 200px; }
      .pickupsection .inner .overview .image, .pickupsection .inner .overview .txt {
        display: table-cell;
        vertical-align: top; }
      .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 40px;
          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: 15px;
            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: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        text-align: justify;
        padding: 10px 15px;
        border: solid 1px #ddd;
        margin-top: 10px; }
        .pickupsection .inner .overview .textpk span {
          color: #f0360a;
          font-weight: 700; }
  .pickupsection .inner_s {
    padding: 40px 80px;
    border: solid 2px #0e62b0; }
    .pickupsection .inner_s .txt {
      padding-left: 30px; }
    .pickupsection .inner_s .cta {
      margin-top: 10px; }
