@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
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 #e78b1e;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #e78b1e;
    top: 5px; }
  20% {
    box-shadow: 0 5px 0 #e78b1e;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #e78b1e;
    top: 5px; }
  40% {
    box-shadow: 0 5px 0 #e78b1e;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #e78b1e;
  -moz-box-shadow: 0 5px 0 #e78b1e;
  box-shadow: 0 5px 0 #e78b1e;
  background: #ffa234;
  -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: 4.2vw;
    text-align: center;
    padding: 10px 0;
    position: relative; }
    .cta_btn a::before {
      content: "";
      position: absolute;
      width: 22px;
      height: 100%;
      background-image: url("../../../../kaigo/ranking/assets/img/btn_ico.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: 15px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

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", "Arial", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  padding-bottom: 68px; }

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: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(16, 150, 170, 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: #1096aa;
    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 {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(34, 34, 34, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(34, 34, 34, 0.1);
  box-shadow: 0 2px 5px rgba(34, 34, 34, 0.1);
  position: relative;
  z-index: 10; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 108px; }

.main_ttl {
  background: #1096aa;
  text-align: center;
  font-size: 4.5vw;
  color: #fff;
  font-weight: 700;
  padding: 12px 0;
  line-height: 1.2;
  letter-spacing: 0.05em; }
  .main_ttl .small {
    font-size: 80%;
    font-weight: 500; }

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

sup {
  font-size: 10px;
  font-size: 1rem; }

.fv {
  position: relative;
  aspect-ratio: 750 / 420;
  width: 100%;
  height: auto; }
  .fv .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0; }
  .fv picture {
    display: block;
    aspect-ratio: 750 / 420;
    width: 100%;
    height: auto; }
  .fv .fv_txt {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 2.8vw;
    background: #1096aa;
    padding: 1px 10px 3px 0;
    letter-spacing: 0.03em;
    left: 0;
    top: 0;
    z-index: 2; }

.tab {
  position: relative;
  z-index: 10;
  -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; }
  .tab li {
    width: 43%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    padding: 12px 0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.1em;
    position: relative; }
    .tab li:nth-child(1) {
      background: #ffa234;
      background: -webkit-linear-gradient(top, #ffa234 0%, #da8622 100%);
      background: linear-gradient(to bottom, #ffa234 0%, #da8622 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa234', endColorstr=' #da8622', GradientType=0); }
    .tab li:nth-child(2) {
      margin-left: 2%;
      background: #1096aa;
      background: -webkit-linear-gradient(top, #1096aa 0%, #16717e 100%);
      background: linear-gradient(to bottom, #1096aa 0%, #16717e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1096aa', endColorstr=' #16717e', GradientType=0); }

.tab_item {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 3px solid #fd8f0c;
  padding: 5px 5px 20px; }
  .tab_item.green {
    border-color: #1096aa; }

.disnone {
  display: none; }

@keyframes blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
.top_txt {
  animation: blink 2.2s ease-in-out infinite;
  visibility: visible; }

.section01 .top_txt {
  animation: blink 2.2s ease-in-out infinite;
  animation-delay: 3.5s;
  /* LCP通過後にスタート */
  visibility: visible;
  text-align: center;
  margin-top: 5px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem; }
  .section01 .top_txt span {
    font-size: 22px;
    font-size: 2.2rem;
    color: #fd8f0c;
    background: linear-gradient(180deg, transparent 60%, #ffff99 0); }
.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 5px 40px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .client_table {
  position: relative; }
  .section01 .client_table::before, .section01 .client_table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #ffffe7;
    width: calc(100% / 3);
    height: 100%;
    z-index: 1; }
  .section01 .client_table::after {
    width: calc((100% / 3) + 1px);
    height: 100%;
    border: 1px solid #fd8f0c;
    z-index: 5; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center;
      font-size: 15px;
      font-size: 1.5rem; }
    .section01 .client_table table th {
      background: #ecfbfd;
      font-weight: 500;
      color: #1096aa;
      padding: 3px 0;
      position: relative;
      z-index: 3; }
    .section01 .client_table table tbody tr td:first-child p {
      font-weight: 700; }
    .section01 .client_table table td {
      padding: 5px 5px;
      border-left: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
      .section01 .client_table table td .red {
        color: #f0360a;
        font-weight: 700; }
      .section01 .client_table table td .bold {
        font-weight: 700; }
    .section01 .client_table table thead td {
      vertical-align: top; }
  .section01 .client_table .feature {
    vertical-align: top; }
  .section01 .client_table .feature p {
    text-align: left;
    font-weight: 400 !important;
    font-size: 14px;
    font-size: 1.4rem; }
  .section01 .client_table .image {
    padding: 5px;
    position: relative;
    padding-top: 28px; }
    .section01 .client_table .image::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;
      z-index: 10; }
    .section01 .client_table .image a {
      display: block; }
      .section01 .client_table .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .section01 .client_table .image a p {
        text-decoration: underline;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        color: #0000ee; }
      .section01 .client_table .image a:hover p {
        text-decoration: none; }
  .section01 .client_table thead td:nth-child(1) .image::before {
    background-image: url("../../../../kaigo/ranking/assets/img/ico_rank1.png"); }
  .section01 .client_table thead td:nth-child(2) .image::before {
    background-image: url("../../../../kaigo/ranking/assets/img/ico_rank2.png"); }
  .section01 .client_table thead td:nth-child(3) .image::before {
    background-image: url("../../../../kaigo/ranking/assets/img/ico_rank3.png"); }
  .section01 .client_table thead td:nth-child(4) .image::before {
    background-image: url("../../../../kaigo/ranking/assets/img/ico_rank4.png"); }
  .section01 .client_table thead td:nth-child(5) .image::before {
    background-image: url("../../../../kaigo/ranking/assets/img/ico_rank5.png"); }
  .section01 .client_table .ico {
    width: 30px;
    margin: 0 auto 3px; }
  .section01 .client_table .cta_btn {
    margin: 0 auto 5px; }
    .section01 .client_table .cta_btn a {
      font-size: 15px;
      font-size: 1.5rem;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 10px; }
      .section01 .client_table .cta_btn a::before {
        display: none; }

.section02 {
  background: #f7fceb; }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 10px 0; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
  .section02 .lead {
    text-align: center;
    font-weight: 700;
    color: #1096aa;
    font-size: 4.2vw; }
    .section02 .lead .orange {
      color: #fd8f0c;
      font-size: 120%; }
    .section02 .lead .large {
      font-size: 120%; }
  .section02 .items {
    margin-top: 30px; }
    .section02 .items .item {
      background: #fff;
      border: 1px solid #1096aa;
      position: relative;
      padding: 25px 10px 20px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      margin-top: 25px; }
      .section02 .items .item:first-child {
        margin-top: 0; }
      .section02 .items .item::before {
        content: "";
        position: absolute;
        width: 82px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -12px;
        pointer-events: none;
        z-index: 1; }
      .section02 .items .item:nth-child(1)::before {
        background-image: url("img/section02_ico_01.png"); }
      .section02 .items .item:nth-child(2)::before {
        background-image: url("img/section02_ico_02.png"); }
      .section02 .items .item:nth-child(3)::before {
        background-image: url("img/section02_ico_03.png"); }
  .section02 .heading {
    background: #ffffe7;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    text-align: center;
    color: #1096aa;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    padding: 5px 0;
    border: 1px solid #1096aa; }
  .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: 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;
    margin-top: 12px; }
    .section02 .wrap .txt {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.7;
      width: calc(100% - 89px);
      padding-right: 5px; }
  .section02 .image {
    width: 89px; }
  .section02 .bottom_txt {
    margin-top: 25px;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500; }

.section05 {
  background: #f7fceb; }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 10px 30px; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
  .section05 .lead {
    text-align: center;
    font-weight: 700;
    color: #1096aa;
    font-size: 4.2vw; }
    .section05 .lead .orange {
      color: #fd8f0c;
      font-size: 120%; }
    .section05 .lead .large {
      font-size: 120%; }
  .section05 .items {
    margin-top: 30px; }
    .section05 .items .item {
      background: #fff;
      border: 1px solid #1096aa;
      position: relative;
      padding: 25px 10px 20px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      margin-top: 25px; }
      .section05 .items .item:first-child {
        margin-top: 0; }
      .section05 .items .item::before {
        content: "";
        position: absolute;
        width: 82px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -12px;
        pointer-events: none;
        z-index: 1; }
      .section05 .items .item:nth-child(1)::before {
        background-image: url("img/section02_ico_01.png"); }
      .section05 .items .item:nth-child(2)::before {
        background-image: url("img/section02_ico_02.png"); }
      .section05 .items .item:nth-child(3)::before {
        background-image: url("img/section02_ico_03.png"); }
  .section05 .heading {
    background: #ffffe7;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    text-align: center;
    color: #1096aa;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    padding: 5px 0;
    border: 1px solid #1096aa; }
  .section05 .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;
    margin-top: 12px; }
    .section05 .wrap .txt {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.7;
      width: calc(100% - 89px);
      padding-right: 5px; }
  .section05 .image {
    width: 89px; }
  .section05 .bottom_txt {
    margin-top: 25px;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500; }

@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: 670px;
  overflow: hidden;
  position: relative; }
  .content-wrap .close-btn, .content-wrap .more-btn {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(247, 252, 235, 0) 0%, #f7fceb 60%);
    background: -webkit-linear-gradient(top, rgba(247, 252, 235, 0) 0%, #f7fceb 60%);
    background: linear-gradient(to bottom, rgba(247, 252, 235, 0) 0%, #f7fceb 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); }
  .content-wrap .close-btn {
    background: none; }
  .content-wrap .slide-up {
    height: 150px;
    padding-bottom: 0;
    overflow: hidden; }
  .content-wrap.slide-down {
    height: auto !important;
    overflow: visible; }
  .content-wrap .more-btn p {
    display: inline-block;
    color: #fd8f0c;
    cursor: pointer;
    background: #fff;
    border: 1px solid #fd8f0c;
    padding: 15px 0;
    width: 70%;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    font-size: 19px;
    font-size: 1.9rem; }

.section05 .content-wrap {
  height: 710px; }

.section03 {
  padding: 40px 0 0;
  overflow: hidden; }
  .section03 .examples h2 {
    text-align: center;
    width: calc(100% - 40px);
    margin: auto; }
    .section03 .examples h2 > span {
      display: block;
      border: 1px solid #1096aa;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      background: #ecfbfd;
      padding: 10px 0;
      font-size: 3.5vw;
      font-weight: 500;
      color: #1096aa;
      line-height: 1.4;
      letter-spacing: 0.06em; }
    .section03 .examples h2 .large {
      font-size: 120%;
      font-weight: 700; }
  .section03 .swiper-wrapper {
    align-items: stretch;
    align-items: flex-start; }
  .section03 .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3; }
  .section03 .slide {
    overflow: hidden;
    webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s; }
  .section03 .swiper {
    margin-top: 30px;
    overflow: visible;
    max-width: 1100px;
    padding: 0 50px; }
    .section03 .swiper article {
      border: 2px solid #1096aa;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background: #fff; }
    .section03 .swiper .lead {
      text-align: center;
      font-weight: 700;
      color: #fff;
      background: #1096aa;
      font-size: 20px;
      font-size: 2rem;
      padding: 10px 0; }
    .section03 .swiper .image {
      text-align: center; }
    .section03 .swiper .inner {
      padding: 20px 20px 25px; }
    .section03 .swiper ul {
      margin-top: 10px; }
      .section03 .swiper ul li {
        margin-top: 3px;
        position: relative;
        padding-left: 1.2em; }
        .section03 .swiper ul li:first-child {
          margin-top: 0; }
        .section03 .swiper ul li::before {
          content: "●";
          position: absolute;
          top: 0;
          left: 0;
          color: #1096aa; }
    .section03 .swiper .cta_btn {
      margin-top: 10px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section03 .swiper .cta_btn a {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 15px 0; }
        .section03 .swiper .cta_btn a::before {
          display: none; }
  .section03 .swiper-button-prev, .section03 .swiper-button-next {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition); }
  .section03 .swiper-button-prev::before, .section03 .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow); }
  .section03 .swiper-button-prev::after, .section03 .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid #fff;
    border-width: 3px 3px 0 0; }
  .section03 .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .section03 .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .section03 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0; }
  .section03 .swiper-button-prev,
  .section03 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto; }
  .section03 .swiper-button-prev::before,
  .section03 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark); }
  .section03 .swiper-button-prev::after,
  .section03 .swiper-button-next::after {
    border-color: #fff; }
  .section03 .swiper-button-prev {
    left: 20px; }
  .section03 .swiper-button-next {
    right: 20px; }
  .section03 .swiper-pagination {
    bottom: -45px !important; }
  .section03 .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #1096aa;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    margin: 0 5px !important; }
  .section03 .swiper-pagination-bullet-active {
    background: #1096aa; }
  .section03 .type {
    width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
    background: #ffffe7;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section03 .type {
        width: 100%; } }
    .section03 .type h2 {
      position: absolute;
      width: calc(100% - 60px);
      left: 0;
      right: 0;
      margin: auto;
      top: -22px;
      text-align: center; }
      .section03 .type h2 span {
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        display: block;
        background: #fff;
        border: 1px solid #fd8f0c;
        color: #fd8f0c;
        font-size: 4.5vw;
        padding: 8px 0;
        font-weight: 700; }
    .section03 .type .inner {
      padding: 50px 10px; }
    .section03 .type .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; }
      .section03 .type .items .item {
        background: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 20px 10px 25px;
        margin-top: 20px; }
        .section03 .type .items .item:first-child {
          margin-top: 0; }
    .section03 .type .heading {
      width: 80%;
      margin: auto;
      background: #1096aa;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: 7px 0;
      padding-left: 20px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      position: relative;
      font-size: 20px;
      font-size: 2rem; }
      .section03 .type .heading::before {
        content: "";
        position: absolute;
        width: 60px;
        height: 90px;
        background-image: url("../../../../kaigo/ranking/assets/img/section03_ico.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: -9px;
        top: -20px;
        pointer-events: none;
        z-index: 10; }
    .section03 .type .wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      margin-top: 15px; }
      .section03 .type .wrap .image {
        width: 40%; }
      .section03 .type .wrap .txt {
        width: 60%;
        padding-left: 10px; }
    .section03 .type .cta_btn {
      margin-top: 10px; }
      .section03 .type .cta_btn a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 10px 0;
        padding-left: 10px; }
        .section03 .type .cta_btn a::before {
          display: none; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 5px 40px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .tab_item {
  padding: 5px 5px 25px; }

.client_archive > ul > li {
  margin-top: 30px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 1px solid #e8e8e8;
  background: #fff; }
  .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: 39px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 10px;
      top: 2px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      color: #0000ee;
      font-size: 4.5vw;
      font-weight: 700;
      text-decoration: underline; }
      .client_archive .client_card .client_name a:hover {
        text-decoration: none; }
  .client_archive .client_card .client_inner {
    padding: 15px 10px 25px; }
.client_archive .top_heading {
  font-size: 4.3vw;
  text-align: center;
  color: #f0360a;
  font-weight: 700; }
.client_archive .overview {
  margin-top: 10px; }
  .client_archive .overview .image {
    width: 195px;
    margin: auto; }
  .client_archive .overview .txt {
    margin-top: 15px; }
    .client_archive .overview .txt table {
      width: 100%;
      margin-top: 15px;
      border: 1px solid #dcdcdc;
      background: #fff;
      font-size: 12px;
      font-size: 1.2rem; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 8px 5px;
        border-left: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        background: #1096aa;
        width: 21%;
        padding-right: 0;
        font-weight: 700;
        color: #fff; }
      .client_archive .overview .txt table td {
        width: 29%; }
        .client_archive .overview .txt table td .archive {
          display: none; }
.client_archive .point, .client_archive .support {
  margin-top: 10px;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  overflow: hidden; }
  .client_archive .point .ttl, .client_archive .support .ttl {
    background: #ecfbfd;
    text-align: center;
    color: #1096aa;
    font-weight: 700;
    padding: 3px 0;
    font-size: 19px;
    font-size: 1.9rem; }
.client_archive .point {
  background: #fff;
  border: 1px solid #d6d6d6;
  text-align: center; }
  .client_archive .point .wrap {
    padding: 12px 10px; }
  .client_archive .point ul li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 3px;
    text-align: left;
    position: relative;
    padding-left: 24px; }
    .client_archive .point ul li:first-child {
      margin-top: 0; }
    .client_archive .point ul li::before {
      content: "";
      position: absolute;
      width: 11px;
      height: 100%;
      background-image: url("../../../../kaigo/ranking/assets/img/client_ico_check.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 6px;
      pointer-events: none; }
    .client_archive .point ul li span {
      color: #f0360a;
      font-weight: 700; }
.client_archive .support {
  background: #fff;
  border: 1px solid #d6d6d6;
  text-align: center; }
  .client_archive .support .ttl {
    background: #bc9807;
    color: #fff; }
  .client_archive .support .wrap {
    padding: 12px 10px 15px; }
  .client_archive .support .heading {
    font-weight: 700;
    color: #1096aa;
    font-size: 20px;
    font-size: 2rem; }
  .client_archive .support .image {
    margin-top: 10px; }
.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("../../../../kaigo/ranking/assets/img/ico_rank1.png"); }
  .client_archive > ul > li:nth-child(1) .client_card .overview table th {
    background: #bc9807; }
  .client_archive > ul > li:nth-child(1) .client_card .point .ttl {
    background: #bc9807;
    color: #fff; }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("../../../../kaigo/ranking/assets/img/ico_rank2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("../../../../kaigo/ranking/assets/img/ico_rank3.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("../../../../kaigo/ranking/assets/img/ico_rank4.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("../../../../kaigo/ranking/assets/img/ico_rank5.png"); }
.client_archive .cta {
  margin-top: 15px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #fd8f0c;
    font-size: 3.5vw; }
  .client_archive .cta .cta_btn {
    margin: 4px auto 0; }
  .client_archive .cta .sponsor {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }
  .client_archive .cta .other {
    margin-top: 15px;
    text-align: center; }
    .client_archive .cta .other a {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: 0.05em; }

.section06 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 5px; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      width: 100%; } }
.section06 .ttl {
  width: calc(100% - 20px);
  margin: auto;
  border: 1px solid #1096aa;
  color: #1096aa;
  font-weight: 700;
  padding: 10px 0;
  font-size: 4vw;
  text-align: center;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px; }
.section06 .tab {
  margin-top: 25px; }
.section06 .items {
  position: relative; }
  .section06 .items .item {
    margin-top: 20px; }
    .section06 .items .item:first-child {
      margin-top: 0; }
.section06 .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;
  padding-left: 10px;
  padding-right: 10px; }
  .section06 .wrap .left {
    width: 40%; }
  .section06 .wrap .right {
    width: 60%;
    padding-left: 10px; }
.section06 .name {
  margin-top: 10px;
  text-align: center; }
  .section06 .name a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    background: #fffde4;
    color: #355bbb;
    border: 1px solid #1096aa;
    padding: 5px 0;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
.section06 .txt {
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 1.7rem; }
  .section06 .txt span {
    color: #f0360a;
    font-weight: 700; }
.section06 .cta_btn a {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 12px 0; }
  .section06 .cta_btn a::before {
    display: none; }

.section07 .inner {
  padding: 20px 5px 40px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      width: 100%; } }
.section07 .tab_item {
  padding: 20px 5px 25px; }
.section07 .wrap {
  width: 100%;
  overflow: scroll; }
.section07 .scroll_txt {
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  background: #f3f3f3;
  font-weight: 500;
  padding-right: 10px; }
.section07 table {
  width: 1000px;
  border: 1px solid #e4e4e4; }
  .section07 table th, .section07 table td {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px;
    width: 110px;
    background: #fff; }
  .section07 table thead th {
    background: #1096aa;
    color: #fff;
    padding: 15px 5px;
    line-height: 1.2; }
  .section07 table tbody tr:first-child {
    border: 1px solid #fd8f0c;
    background: #fffdea; }
    .section07 table tbody tr:first-child td {
      background: #fffdea; }
  .section07 table thead tr th:first-child,
  .section07 table tbody tr td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100px; }
    .section07 table thead tr th:first-child::after,
    .section07 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; }
  .section07 table tbody td p {
    margin-top: 5px;
    line-height: 1.4; }
    .section07 table tbody td p .red {
      color: #f0360a;
      font-weight: 700; }
    .section07 table tbody td p .bold {
      font-weight: 700; }
  .section07 table tbody .feature {
    text-align: left; }
  .section07 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
  .section07 table tbody .ico {
    width: 28px;
    margin: 0 auto 2px; }
.section07 .cta_btn a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 0; }
  .section07 .cta_btn a::before {
    display: none; }

.flow .flow-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box; }
.flow .swiper-wrapper {
  display: flex; }
.flow .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  justify-content: center; }
.flow .swiper-pagination {
  position: relative;
  margin-top: 12px; }
.flow .swiper-button-prev,
.flow .swiper-button-next {
  color: #1096aa; }
.flow .swiper-button-prev,
.flow .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  color: #1096aa;
  z-index: 20; }
.flow .swiper-button-prev {
  left: 0; }
.flow .swiper-button-next {
  right: 0; }
.flow .inner {
  width: 100%;
  padding: 0px 20px 15px 20px;
  margin: 10px auto 0;
  border: 0px solid #1096aa;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px; }
.flow .remarks {
  text-align: center; }
.flow .headings {
  text-align: center;
  margin: 0 auto 0px;
  font-size: 4.2vw;
  font-weight: 700;
  color: #1096aa;
  border: 0px solid #1096aa;
  padding: 12px 0;
  width: 100%;
  line-height: 1.3; }
  .flow .headings .small {
    font-size: 2rem;
    font-weight: 500; }
.flow .step ul {
  /*@include css3(display, flex);
  @include css3(flex-wrap, wrap);
  @include css3(justify-content, space-between);
  padding-top: 10px;
  gap: 5px;*/
   /*position: relative;
   &::before {
			content:"";
			position: absolute;
			top: 80%;
			left: 50%;
			transform: translate(-50%, -50%);
			width:52px;
			height:100%;
			background-image: url("img/section05_ico.png");
			background-repeat: no-repeat;
			background-position: center 100px;
			background-size:100% auto;
			pointer-events: none;
		}*/ }
  .flow .step ul li.swiper-slide {
    width: 100% !important;
    background: #fff;
    border: 2px solid #1096aa;
    border-radius: 12px;
    padding: 22px 14px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0; }
.flow .txt1 span {
  padding: 0 9px;
  font-size: 4.9vw;
  color: #1096aa;
  font-weight: bold;
  text-decoration: underline; }
.flow .padding {
  padding: 20px 0 15px; }
.flow .padding2 {
  padding: 20px 0 30px; }
.flow .txt2 {
  margin-top: 5px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  padding-top: 10px; }
  .flow .txt2 span {
    display: block;
    height: 1.4em; }
.flow .txt3 {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  padding: 5px 10px 5px 10px; }
  .flow .txt3 span {
    color: #fd8f0c;
    font-weight: 700; }

.footer .privacy {
  -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;
  padding: 0 10px; }
  .footer .privacy .ico {
    width: 60px; }
  .footer .privacy .txt {
    width: calc(100% - 60px);
    padding-left: 10px;
    font-size: 13px;
    font-size: 1.3rem; }
.footer .wrap {
  margin-top: 30px;
  background: #1096aa;
  padding: 30px 0; }
.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: 0 10px; }
    .footer .f_nav ul li::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 1px;
      height: 14px;
      background: #fff;
      margin-top: 3px; }
    .footer .f_nav ul li:first-child::before {
      display: none; }
    .footer .f_nav ul li a {
      color: #fff;
      font-size: 13px;
      font-size: 1.3rem;
      text-decoration: none; }
.footer .copyright {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem; }

.fixed_cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  height: 68px; }
  .fixed_cta .cta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34%;
    right: 2.67%;
    margin-top: 6px; }
  .fixed_cta .cta_btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .fixed_cta .cta_btn a {
      font-size: 2.8vw;
      padding: 6px 0;
      padding-right: 24px; }
      .fixed_cta .cta_btn a::before {
        width: 20px;
        right: 8px; }

.cta_btn a {
  line-height: 1.1; }
  .cta_btn a .arrow-r {
    height: 11px;
    width: auto;
    line-height: 1;
    vertical-align: middle; }

.search_section .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 10px 30px; }
  @media only screen and (max-width: 768px) {
    .search_section .inner {
      width: 100%; } }
@keyframes blink2 {
  50% {
    border-color: #d11827; } }
.search_section .content {
  border: 2px solid #1096aa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  position: relative;
  padding: 45px 30px 25px; }
  .search_section .content h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 4.5vw;
    width: calc(100% - 10px);
    padding: 12px 0;
    padding-left: 50px;
    background: #1096aa; }
    .search_section .content h2::before {
      content: "";
      position: absolute;
      width: 64px;
      height: 64px;
      background-image: url("img/search_ttl_ico.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 5px;
      top: -25px;
      pointer-events: none;
      z-index: 10; }
    .search_section .content h2::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 14px 0 14px;
      border-color: #1096aa transparent transparent transparent; }
.search_section .form_items .form_item + .form_item {
  margin-top: 12px; }
.search_section .form_items .form_item .ico {
  width: 54px; }
.search_section .form_items .form_item .form_contents {
  margin-top: 5px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  background: #f5f5f5;
  position: relative; }
  .search_section .form_items .form_item .form_contents.is--active {
    animation: blink2 1.3s infinite; }
  .search_section .form_items .form_item .form_contents::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7.5px 0 7.5px;
    border-color: #bababa transparent transparent transparent;
    pointer-events: none; }
.search_section select {
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 15px;
  padding-right: 40px;
  border: none;
  background: transparent;
  width: 100%;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500; }
.search_section .submit_btn {
  margin-top: 15px;
  text-align: center; }
  .search_section .submit_btn .ajax_txt {
    font-weight: 500;
    font-size: 17px;
    font-size: 1.7rem; }
    .search_section .submit_btn .ajax_txt span {
      font-size: 130%;
      color: #ffa234;
      font-weight: 700; }
  .search_section .submit_btn [type=submit] {
    cursor: pointer;
    display: block;
    border: none;
    background: #ffa234;
    color: #fff;
    width: 100%;
    padding: 14px 0;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    margin: 6px auto 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 4px 0 #e78b1e;
    -moz-box-shadow: 0 4px 0 #e78b1e;
    box-shadow: 0 4px 0 #e78b1e; }

.faq_section {
  padding-top: 10px; }
  .faq_section .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 10px 40px; }
    @media only screen and (max-width: 768px) {
      .faq_section .inner {
        width: 100%; } }
  .faq_section .faq_items .faq_item {
    border: 1px solid #ddd;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    padding: 20px; }
    .faq_section .faq_items .faq_item + .faq_item {
      margin-top: 15px; }
  .faq_section .question, .faq_section .answer {
    position: relative;
    padding-left: 40px; }
    .faq_section .question::before, .faq_section .answer::before {
      content: "";
      width: 30px;
      height: 30px;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      -o-border-radius: 100%;
      -ms-border-radius: 100%;
      font-weight: 700;
      position: absolute;
      top: -5px;
      left: 0;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      line-height: 30px; }
  .faq_section .question {
    font-weight: 700; }
    .faq_section .question::before {
      content: "Q";
      background: #1096aa;
      color: #fff; }
  .faq_section .answer {
    color: #666;
    margin-top: 16px; }
    .faq_section .answer::before {
      top: -4px;
      content: "A";
      background: #ECFBFD;
      color: #1096aa;
      border: 1px solid #1096aa; }

.page_result {
  padding-bottom: 20px; }
  .page_result .container {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 10px 0; }
    @media only screen and (max-width: 768px) {
      .page_result .container {
        width: 100%; } }
  .page_result .result_header .ttl {
    background: url(https://nurse-jobchange.jp/sp/img/caregivers/care_compare/ttl.png) no-repeat left top;
    background-size: 30px auto;
    line-height: 30px;
    padding-left: 40px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold; }
  .page_result .result_header table {
    width: 100%;
    font-size: 12.5px;
    font-size: 1.25rem;
    margin-top: 10px; }
    .page_result .result_header table th, .page_result .result_header table td {
      border: 1px solid #dedede;
      text-align: center;
      padding: 4px;
      width: 25%; }
    .page_result .result_header table th {
      background: #ee7300;
      color: #fff; }
  .page_result .result_archive {
    margin-top: 10px;
    padding-bottom: 40px; }
    .page_result .result_archive .client_archive {
      margin-top: 10px; }
      .page_result .result_archive .client_archive .client_card .client_name {
        padding: 10px; }
        .page_result .result_archive .client_archive .client_card .client_name::before {
          display: none; }
      .page_result .result_archive .client_archive .client_card .point .wrap {
        text-align: left; }
        .page_result .result_archive .client_archive .client_card .point .wrap span {
          color: #f0360a;
          font-weight: 700; }
      .page_result .result_archive .client_archive > ul > li:nth-child(1) .client_card {
        border-color: #e8e8e8;
        background: #fff; }
        .page_result .result_archive .client_archive > ul > li:nth-child(1) .client_card .client_name {
          border-bottom-color: #e8e8e8; }
        .page_result .result_archive .client_archive > ul > li:nth-child(1) .client_card .overview table th {
          background: #1096aa; }
        .page_result .result_archive .client_archive > ul > li:nth-child(1) .client_card .point .ttl {
          background: #ecfbfd;
          color: #1096aa; }
