@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; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 10px 30px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.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 .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; }

.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 .overview .image {
  width: 195px;
  margin: 10px auto 0; }
.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 {
  border-color: #ceca98; }
  .client_archive > ul > li:nth-child(1) .point .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; }
  .section06 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 10px 0px; }
    @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 .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 .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 .txt {
    width: calc(100% - 100px);
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8; }
  .section06 .image {
    width: 100px; }

.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; }

.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; }
