@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 #c66109;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c66109;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #c66109;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c66109;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #c66109;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #c66109;
  -moz-box-shadow: 0 5px 0 #c66109;
  box-shadow: 0 5px 0 #c66109;
  background: #fc851c;
  -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; }
  .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: "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: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(0, 70, 235, 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: #0046eb;
    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 {
  border-top: 3px solid #0046eb;
  background: #fff; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 1rem;
    color: #888888; }

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

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

.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 310px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_txt {
    width: 185px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    padding: 3px 0 6px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    z-index: 2;
    background: #0046eb; }
  .fv .fv_image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 477px;
    top: 27px; }

.main_ttl {
  width: 660px;
  margin: 0 auto 0;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  border: 5px solid #e4ebfa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 8px 0 17px;
  color: #0046eb; }
  .main_ttl::before, .main_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-style: solid;
    left: 50%;
    translate: -50% 100%; }
  .main_ttl::before {
    border-width: 25px 17px 0 17px;
    border-color: #e4ebfa transparent transparent; }
  .main_ttl::after {
    border-width: 16.1px 11px 0 11px;
    border-color: #fff transparent transparent; }
  .main_ttl .small {
    font-size: 80%;
    font-weight: 700; }
  .main_ttl .red {
    color: #fd594a; }

.marker {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #f6ff65 60%); }

.pink {
  color: #fd594a; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 40px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .client_table {
  margin-top: 30px;
  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: #fefaec;
    width: 20%;
    height: 100%;
    z-index: 1; }
  .section01 .client_table::after {
    width: 20%;
    height: 100%;
    border: 3px solid #ff776b;
    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: 20%;
      text-align: center; }
    .section01 .client_table table th {
      background: #0046eb;
      font-weight: 700;
      color: #fff;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      z-index: 3; }
    .section01 .client_table table td {
      padding: 10px;
      border-left: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
      .section01 .client_table table td .detail {
        display: none; }
    .section01 .client_table table thead td {
      position: relative;
      vertical-align: top; }
  .section01 .client_table .image {
    padding: 5px;
    padding-top: 54px;
    position: relative; }
    .section01 .client_table .image::before {
      content: "";
      position: absolute;
      width: 57px;
      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: 15px;
        font-size: 1.5rem;
        margin-top: 5px;
        font-weight: 700;
        color: #0046eb; }
      .section01 .client_table .image a:hover p {
        text-decoration: none; }
  .section01 .client_table thead tr td:nth-child(1) .image::before {
    background-image: url("img/crown_01.png"); }
  .section01 .client_table thead tr td:nth-child(2) .image::before {
    background-image: url("img/crown_02.png"); }
  .section01 .client_table thead tr td:nth-child(3) .image::before {
    background-image: url("img/crown_03.png"); }
  .section01 .client_table thead tr td:nth-child(4) .image::before {
    background-image: url("img/crown_04.png"); }
  .section01 .client_table thead tr td:nth-child(5) .image::before {
    background-image: url("img/crown_05.png"); }
  .section01 .client_table .ico {
    margin: 0 auto 3px; }
  .section01 .client_table .cta_btn {
    margin: 5px 0 10px; }
    .section01 .client_table .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 14px 0; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .point h2 {
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.04em; }
  .section02 .point h2 .ttl_wrap {
    display: inline-block;
    position: relative; }
    .section02 .point h2 .ttl_wrap::before, .section02 .point h2 .ttl_wrap::after {
      content: "";
      position: absolute;
      width: 33px;
      height: 39px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      top: 10px;
      pointer-events: none;
      z-index: 10; }
    .section02 .point h2 .ttl_wrap::before {
      background-image: url("img/section02_ttl_before.png");
      left: -45px; }
    .section02 .point h2 .ttl_wrap::after {
      background-image: url("img/section02_ttl_after.png");
      right: -45px; }
    .section02 .point h2 .ttl_wrap span {
      font-size: 130%;
      display: inline-block;
      padding-bottom: 7px;
      color: #0046eb;
      background-image: url("img/section02_ico.png");
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 174px auto; }
.section02 .point .wrap {
  margin-top: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end; }
  .section02 .point .wrap .txt {
    width: 530px; }
    .section02 .point .wrap .txt .txt_wrap {
      position: relative;
      padding: 1em;
      border: 2px solid #e4ebfa;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      background-color: #f4f7fd;
      font-size: 15px;
      font-size: 1.5rem; }
      .section02 .point .wrap .txt .txt_wrap::before, .section02 .point .wrap .txt .txt_wrap::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        border-style: solid;
        translate: 100% -50%; }
      .section02 .point .wrap .txt .txt_wrap::before {
        border-width: 8px 0 8px 17px;
        border-color: transparent transparent transparent #e4ebfa; }
      .section02 .point .wrap .txt .txt_wrap::after {
        border-width: 5.8px 0 5.8px 12.3px;
        border-color: transparent transparent transparent #f4f7fd; }
      .section02 .point .wrap .txt .txt_wrap span {
        font-weight: 700;
        color: #fd594a;
        font-size: 120%;
        background: linear-gradient(transparent 60%, #f6ff65 60%); }
  .section02 .point .wrap .image {
    width: 163px;
    margin-left: 20px; }
.section02 .example {
  margin-top: 55px;
  padding: 0 5.7%; }
  .section02 .example .txt {
    text-align: center;
    margin-top: 30px; }
  .section02 .example h2 {
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0.06em; }
    .section02 .example h2::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 4px;
      background: #0046eb;
      bottom: -10px; }
  .section02 .example .swiper {
    margin: 30px auto 0;
    padding: 10px 1% 50px;
    max-width: 1000px; }
    .section02 .example .swiper article {
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      background: #fff;
      box-shadow: 0px 0px 8.91px 0.09px rgba(21, 21, 21, 0.2); }
    .section02 .example .swiper .lead {
      text-align: center;
      font-weight: 700;
      color: #0046eb;
      background: #e1f1fd;
      padding: 10px 0; }
    .section02 .example .swiper .swiper-image {
      text-align: center; }
    .section02 .example .swiper .swiper-inner {
      padding: 10px 15px 15px; }
    .section02 .example .swiper ul {
      margin-top: 4px; }
      .section02 .example .swiper ul li {
        position: relative;
        padding-left: 1.4em; }
        .section02 .example .swiper ul li:first-child {
          margin-top: 0; }
        .section02 .example .swiper ul li::before {
          content: "●";
          position: absolute;
          top: 0;
          left: 4px;
          color: #0046eb; }
    .section02 .example .swiper .cta_btn {
      margin: 10px 5px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section02 .example .swiper .cta_btn a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 500;
        padding: 18px 0; }
    .section02 .example .swiper .mosaic-bg {
      background-size: cover;
      background-position: center;
      height: 300px; }
      .section02 .example .swiper .mosaic-bg .mosaicbtn {
        position: absolute;
        z-index: 2;
        top: 40%;
        left: 0;
        right: 0;
        width: 90%;
        margin: 0 auto; }
        .section02 .example .swiper .mosaic-bg .mosaicbtn p {
          text-align: center;
          color: #fff;
          font-weight: 500; }
      .section02 .example .swiper .mosaic-bg .mosaic {
        background-color: rgba(0, 0, 0, 0.4); }
        .section02 .example .swiper .mosaic-bg .mosaic .lead {
          background-color: #8996a0; }
          .section02 .example .swiper .mosaic-bg .mosaic .lead p {
            filter: blur(2px); }
        .section02 .example .swiper .mosaic-bg .mosaic .swiper-inner {
          filter: blur(2px); }
        .section02 .example .swiper .mosaic-bg .mosaic .swiper-image img {
          background-color: rgba(0, 0, 0, 0.4);
          filter: brightness(0.5); }
        .section02 .example .swiper .mosaic-bg .mosaic .cta_btn {
          box-shadow: 0 6px 0 #605d5b;
          background: #95908c; }
          .section02 .example .swiper .mosaic-bg .mosaic .cta_btn a {
            color: #d4d4d4 !important; }
  .section02 .example .swiper-pagination {
    bottom: -35px !important; }
  .section02 .example .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #0046eb;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    margin: 0 5px !important; }
  .section02 .example .swiper-pagination-bullet-active {
    background: #0046eb; }

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

.client_archive {
  margin-top: 40px; }
  .client_archive br.archive {
    display: none; }
  .client_archive > ul > li {
    margin-top: 40px; }
    .client_archive > ul > li:first-child {
      margin-top: 0; }
  .client_archive .client_card {
    border: 2px solid #0046eb;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .client_archive .client_card .client_name {
      position: relative;
      padding: 15px 10px 15px 110px;
      border-bottom: 1px solid #0046eb; }
      .client_archive .client_card .client_name::before {
        content: "";
        position: absolute;
        width: 75px;
        height: 65px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 20px;
        top: 3px;
        pointer-events: none; }
      .client_archive .client_card .client_name a {
        color: #0046eb;
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 700; }
    .client_archive .client_card .client_inner {
      padding: 20px 20px 40px; }
  .client_archive > ul > li:nth-child(1) .client_card {
    background: #fffde4;
    border-color: #ceca98; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name {
      border-color: #ceca98; }
      .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
        background-image: url("img/crown_01.png"); }
  .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("img/crown_02.png"); }
  .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("img/crown_03.png"); }
  .client_archive > ul > li:nth-child(4) .client_name::before {
    background-image: url("img/crown_04.png"); }
  .client_archive > ul > li:nth-child(5) .client_name::before {
    background-image: url("img/crown_05.png"); }
  .client_archive .overview {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .client_archive .overview .image {
      width: 300px; }
    .client_archive .overview .txt {
      width: calc(100% - 300px);
      padding-left: 20px; }
      .client_archive .overview .txt .heading {
        font-size: 24px;
        font-size: 2.4rem;
        color: #fd594a;
        font-weight: 700; }
      .client_archive .overview .txt table {
        width: 100%;
        margin-top: 15px;
        border: 1px solid #e7e7e7;
        background: #fff;
        font-size: 14px;
        font-size: 1.4rem; }
        .client_archive .overview .txt table th, .client_archive .overview .txt table td {
          vertical-align: middle;
          padding: 8px 3px;
          border-left: 1px solid #e7e7e7;
          border-bottom: 1px solid #e7e7e7;
          line-height: 1.3; }
        .client_archive .overview .txt table th {
          font-weight: 500;
          color: #fff;
          background: #0046eb;
          width: 19%;
          padding-right: 0;
          font-weight: 700;
          padding: 8px 0 8px 8px; }
        .client_archive .overview .txt table td {
          width: 27%; }
        .client_archive .overview .txt table .ico_wrap {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          .client_archive .overview .txt table .ico_wrap .ico {
            width: 24px; }
          .client_archive .overview .txt table .ico_wrap .txt {
            padding-left: 5px; }
  .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 #0046eb; }
    .client_archive .point .ttl {
      background: #0046eb;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: 6px 0;
      font-size: 20px;
      font-size: 2rem; }
      .client_archive .point .ttl span {
        display: inline-block;
        position: relative; }
    .client_archive .point .wrap {
      padding: 14px 40px 20px;
      text-align: center; }
    .client_archive .point ul {
      display: inline-block; }
    .client_archive .point ul li {
      text-align: left;
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 3px;
      position: relative;
      padding-left: 1.2em; }
      .client_archive .point ul li:first-child {
        margin-top: 0; }
      .client_archive .point ul li::before {
        content: "〇";
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        color: #fd594a; }
      .client_archive .point ul li.nijumaru {
        color: #fd594a;
        font-weight: 700; }
        .client_archive .point ul li.nijumaru::before {
          content: "◎"; }
      .client_archive .point ul li span {
        color: #fd594a;
        font-weight: 700; }
  .client_archive .facility {
    margin-top: 15px;
    background: #fff;
    border: 1px solid #0046eb;
    padding: 15px 0;
    -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;
    font-size: 13px;
    font-size: 1.3rem; }
    .client_archive .facility .ttl {
      width: 95px;
      background: #e4ebfa;
      padding: 1px 0 3px;
      color: #0046eb;
      font-weight: 500;
      text-align: center;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px; }
    .client_archive .facility .txt {
      padding-left: 10px; }
  .client_archive .review {
    margin-top: 10px;
    background: #f4f7fd;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #0046eb; }
    .client_archive .review .ttl {
      background: #0046eb;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: 6px 0;
      font-size: 20px;
      font-size: 2rem; }
      .client_archive .review .ttl span {
        display: inline-block;
        position: relative; }
    .client_archive .review .review_inner {
      padding: 15px 57px 50px;
      position: relative; }
      .client_archive .review .review_inner .quote {
        position: absolute;
        font-size: 11px;
        font-size: 1.1rem;
        right: 25px;
        bottom: 25px;
        text-align: right; }
    .client_archive .review .review_wrap {
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 25px;
      width: 100%;
      border: 2px solid #e0e0e0; }
      .client_archive .review .review_wrap .wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center; }
        .client_archive .review .review_wrap .wrap .ico {
          width: 95px; }
        .client_archive .review .review_wrap .wrap .txt {
          width: calc(100% - 95px);
          padding-left: 15px;
          font-size: 14px;
          font-size: 1.4rem; }
      .client_archive .review .review_wrap .slick-dots {
        bottom: -34px; }
        .client_archive .review .review_wrap .slick-dots li button::before {
          content: "";
          width: 12px;
          border-radius: 100%;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -o-border-radius: 100%;
          -ms-border-radius: 100%;
          height: 12px;
          background: #fff;
          border: 1px solid #0046eb;
          opacity: 1; }
        .client_archive .review .review_wrap .slick-dots li.slick-active button:before {
          opacity: 1;
          background: #0046eb; }
    .client_archive .review .review_slides {
      opacity: 0;
      transition: opacity .3s linear; }
      .client_archive .review .review_slides.slick-initialized {
        opacity: 1; }
    .client_archive .review .slick-slide {
      height: auto !important;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
  .client_archive .cta {
    margin-top: 15px; }
    .client_archive .cta .txt {
      text-align: center;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 700;
      color: #fd594a; }
    .client_archive .cta .cta_btn {
      width: 700px;
      margin: 5px auto 0; }
      .client_archive .cta .cta_btn a {
        font-size: 20px;
        font-size: 2rem; }
    .client_archive .cta .sponsor {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 50px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .client_table2 {
  position: relative;
  margin-top: 30px; }
  .section04 .client_table2 table {
    width: 100%;
    border: 1px solid #dcdcdc;
    background: #fff; }
    .section04 .client_table2 table th, .section04 .client_table2 table td {
      vertical-align: middle;
      text-align: center;
      padding: 10px;
      font-size: 14px;
      font-size: 1.4rem;
      border-left: 1px solid #dcdcdc;
      border-right: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc; }
    .section04 .client_table2 table thead th {
      color: #fff;
      background: #0046eb;
      font-weight: 500; }
    .section04 .client_table2 table td {
      line-height: 1.4; }
    .section04 .client_table2 table .rank {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 57px auto; }
    .section04 .client_table2 table tbody tr:nth-child(1) {
      background-color: #fffde4; }
    .section04 .client_table2 table tbody tr:nth-child(1) .rank {
      background-image: url("img/crown_01.png"); }
    .section04 .client_table2 table tbody tr:nth-child(2) .rank {
      background-image: url("img/crown_02.png"); }
    .section04 .client_table2 table tbody tr:nth-child(3) .rank {
      background-image: url("img/crown_03.png"); }
    .section04 .client_table2 table tbody tr:nth-child(4) .rank {
      background-image: url("img/crown_04.png"); }
    .section04 .client_table2 table tbody tr:nth-child(5) .rank {
      background-image: url("img/crown_05.png"); }
  .section04 .client_table2 .ico {
    margin: 0 auto 6px; }
  .section04 .client_table2 .cta_btn {
    margin: 5px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section04 .client_table2 .cta_btn a {
      font-size: 12px;
      font-size: 1.2rem;
      padding: 8px 0; }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 25px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
.section05 .cta {
  margin: 15px auto;
  width: 650px;
  letter-spacing: 0.07em; }
  .section05 .cta .cta_txt {
    margin-bottom: 5px;
    text-align: center;
    color: #fd594a;
    font-weight: 600;
    font-size: 22px;
    font-size: 2.2rem; }
  .section05 .cta .cta_btn a {
    padding: 14px 0; }
.section05 .client_block {
  text-align: center;
  margin-top: 30px; }
  .section05 .client_block .image {
    width: 345px;
    margin: 0 auto 15px; }
    .section05 .client_block .image img {
      width: 100%; }
  .section05 .client_block .txt .marker {
    font-size: 113%;
    letter-spacing: 0.07em; }
  .section05 .client_block .cta {
    margin-top: 5px; }
.section05 .osusume {
  margin: 30px auto; }
  .section05 .osusume .item {
    position: relative;
    margin-bottom: 15px;
    padding: 30px 5.7%;
    border: solid 1px #0046eb;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section05 .osusume .item .baloon {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 10px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 0 30px;
      height: 30px;
      color: #fd594a;
      font-weight: 600;
      border: solid 1px;
      background: #fff;
      letter-spacing: 0.05em;
      z-index: 1;
      font-size: 16px;
      font-size: 1.6rem;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px; }
      .section05 .osusume .item .baloon::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        width: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fd594a; }
    .section05 .osusume .item .ttl {
      position: relative;
      width: 82%;
      margin: 0 auto 15px;
      padding: 10px 0 8px 116px;
      color: #fff;
      font-weight: 500;
      background: #0046eb;
      letter-spacing: 0.05em;
      font-size: 23px;
      font-size: 2.3rem;
      border-radius: 100vmax;
      -moz-border-radius: 100vmax;
      -webkit-border-radius: 100vmax;
      -o-border-radius: 100vmax;
      -ms-border-radius: 100vmax; }
      .section05 .osusume .item .ttl .label {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
        width: 85px; }
    .section05 .osusume .item .image {
      width: 70%;
      margin: 0 auto 15px; }
    .section05 .osusume .item .txt {
      width: 94%;
      margin: 0 auto;
      line-height: 1.6;
      letter-spacing: 0.052em;
      font-size: 15px;
      font-size: 1.5rem; }
      .section05 .osusume .item .txt .pink {
        font-weight: 500; }
      .section05 .osusume .item .txt .remarks {
        margin-bottom: -10px;
        text-align: right; }
.section05 .swiper {
  margin: 15px auto 0;
  padding: 4px 1% 50px;
  max-width: 1000px; }
  .section05 .swiper article {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 8.91px 0.09px rgba(21, 21, 21, 0.2); }
  .section05 .swiper .lead {
    text-align: center;
    font-weight: 700;
    color: #0046eb;
    background: #e1f1fd;
    padding: 10px 0; }
  .section05 .swiper .swiper-image {
    text-align: center; }
  .section05 .swiper .swiper-inner {
    padding: 10px 15px 15px; }
  .section05 .swiper ul {
    margin-top: 4px; }
    .section05 .swiper ul li {
      position: relative;
      padding-left: 1.4em; }
      .section05 .swiper ul li:first-child {
        margin-top: 0; }
      .section05 .swiper ul li::before {
        content: "●";
        position: absolute;
        top: 0;
        left: 4px;
        color: #0046eb; }
  .section05 .swiper .cta_btn {
    margin: 10px 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section05 .swiper .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      padding: 18px 0; }
  .section05 .swiper .mosaic-bg {
    background-size: cover;
    background-position: center;
    height: 300px; }
    .section05 .swiper .mosaic-bg .mosaicbtn {
      position: absolute;
      z-index: 2;
      top: 40%;
      left: 0;
      right: 0;
      width: 90%;
      margin: 0 auto; }
      .section05 .swiper .mosaic-bg .mosaicbtn p {
        text-align: center;
        color: #fff;
        font-weight: 500; }
    .section05 .swiper .mosaic-bg .mosaic {
      background-color: rgba(0, 0, 0, 0.4); }
      .section05 .swiper .mosaic-bg .mosaic .lead {
        background-color: #8996a0; }
        .section05 .swiper .mosaic-bg .mosaic .lead p {
          filter: blur(2px); }
      .section05 .swiper .mosaic-bg .mosaic .swiper-inner {
        filter: blur(2px); }
      .section05 .swiper .mosaic-bg .mosaic .swiper-image img {
        background-color: rgba(0, 0, 0, 0.4);
        filter: brightness(0.5); }
      .section05 .swiper .mosaic-bg .mosaic .cta_btn {
        box-shadow: 0 6px 0 #605d5b;
        background: #95908c; }
        .section05 .swiper .mosaic-bg .mosaic .cta_btn a {
          color: #d4d4d4 !important; }
.section05 .swiper-pagination {
  bottom: -35px !important; }
.section05 .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #0046eb;
  opacity: 1 !important;
  width: 12px;
  height: 12px;
  margin: 0 5px !important; }
.section05 .swiper-pagination-bullet-active {
  background: #0046eb; }
.section05 .review {
  margin: 20px auto;
  width: 93%;
  background: #fff;
  box-shadow: 0px 0px 8.91px 0.09px rgba(21, 21, 21, 0.2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .section05 .review .head {
    text-align: center;
    color: #0046eb;
    background: #e1f1fd;
    padding: 8px;
    letter-spacing: 0.07em;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-size: 1.6rem; }
  .section05 .review .review_inner {
    padding: 18px 20px; }
  .section05 .review .items .block {
    padding: 0 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: 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; }
  .section05 .review .slick-slide {
    height: auto !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .section05 .review .ico {
    width: 95px; }
  .section05 .review p {
    width: calc(100% - 95px);
    padding-left: 25px;
    line-height: 1.8;
    font-size: 14px;
    font-size: 1.4rem; }
  .section05 .review .slide_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 23px;
    cursor: pointer; }
    .section05 .review .slide_arrow.prev_arrow {
      left: -56px; }
    .section05 .review .slide_arrow.next_arrow {
      right: -56px; }
  .section05 .review .slick-dots {
    bottom: -60px; }
    .section05 .review .slick-dots li {
      margin: 0 2px; }
      .section05 .review .slick-dots li button::before {
        content: "";
        width: 12px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        height: 12px;
        background: #fff;
        border: 1px solid #0046eb;
        opacity: 1; }
      .section05 .review .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #0046eb; }
  .section05 .review .slick-dotted.slick-slider {
    margin-bottom: 0; }
.section05 .quote {
  margin: -6px 25px 25px;
  letter-spacing: 0.06em;
  text-align: right;
  color: #9c9b9b;
  font-size: 11px;
  font-size: 1.1rem; }
.section05 .content_wrap {
  margin-top: 25px; }
.section05 .announce {
  padding: 14px;
  font-weight: 600;
  text-align: center;
  background: #fdedf1;
  letter-spacing: 0.06em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 20px;
  font-size: 2rem; }

.search_section .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 80px; }
  @media only screen and (max-width: 768px) {
    .search_section .inner {
      width: 100%; } }
.search_section .ttl {
  padding: 14px 0;
  background: #0046eb;
  text-align: center; }
  .search_section .ttl span {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem; }
    .search_section .ttl span::before {
      content: '';
      position: absolute;
      top: -6px;
      left: 0;
      width: 38px;
      height: 49px;
      background: url("img/ico_search.png") no-repeat left top/100% auto; }
.search_section table {
  width: 100%;
  background: #fff; }
  .search_section table tr th, .search_section table tr td {
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle; }
  .search_section table tr th {
    width: 200px;
    background: #e1f1fd;
    text-align: center;
    color: #373737;
    font-weight: 500;
    font-size: 17px;
    font-size: 1.7rem; }
  .search_section table tr:first-child td .checkbox li {
    width: 20%; }
.search_section .checkbox input {
  display: none; }
.search_section .checkbox {
  -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: 0 -10px; }
  .search_section .checkbox li {
    width: 30%;
    margin: 2px 10px; }
  .search_section .checkbox .parts {
    position: relative;
    display: block;
    padding-left: 25px; }
    .search_section .checkbox .parts::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      border: 1px solid #ccc;
      background: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
.search_section .checkbox .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%; }
.search_section .checkbox input:checked + .parts {
  color: #0046eb; }
  .search_section .checkbox input:checked + .parts::after {
    content: '';
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    width: 10px;
    height: 10px;
    background: #0046eb;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%; }
.search_section .search_btn {
  width: 400px;
  margin: 25px auto 0; }
  .search_section .search_btn button {
    display: block;
    width: 100%;
    border: none;
    border-radius: 65px;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    -o-border-radius: 65px;
    -ms-border-radius: 65px;
    color: #fff;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 65px;
    outline: none; }

.page_resultpage {
  padding: 20px 0 80px; }
  .page_resultpage .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .page_resultpage .inner {
        width: 100%; } }
  .page_resultpage .result_head {
    margin-bottom: 40px; }
    .page_resultpage .result_head .result_ttl {
      height: 61px;
      padding: 8px 0 0 225px;
      background: url("img/search_ttl.png") no-repeat center center;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 900; }
    .page_resultpage .result_head table {
      width: 100%;
      margin-top: 15px;
      background: #fff; }
      .page_resultpage .result_head table th, .page_resultpage .result_head table td {
        border: 1px solid #e9e9e9;
        width: calc(100% / 6);
        padding: 5px;
        font-size: 13px;
        font-size: 1.3rem; }
      .page_resultpage .result_head table th {
        background: #0046eb;
        color: #fff;
        text-align: center; }
      .page_resultpage .result_head table td {
        padding: 5px 10px; }
  .page_resultpage .result_body {
    margin-bottom: 40px; }
    .page_resultpage .result_body table {
      width: 100%;
      background: #fff; }
      .page_resultpage .result_body table th, .page_resultpage .result_body table td {
        border: 1px solid #ddd;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem; }
      .page_resultpage .result_body table thead th {
        padding: 10px;
        background: #0046eb;
        color: #fff;
        font-weight: 700; }
      .page_resultpage .result_body table td {
        padding: 10px 5px; }
        .page_resultpage .result_body table td .image {
          display: block;
          width: 120px;
          margin: 0 auto 3px; }
          .page_resultpage .result_body table td .image a {
            display: block;
            color: #10adf6; }
            .page_resultpage .result_body table td .image a:hover img {
              opacity: 1; }
          .page_resultpage .result_body table td .image p {
            margin-top: 3px;
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: 500; }
        .page_resultpage .result_body table td .cta_btn {
          width: 90%;
          margin: 0 auto 5px; }
          .page_resultpage .result_body table td .cta_btn a {
            padding: 12px 5px;
            font-size: 14px;
            font-size: 1.4rem; }

footer .ft_menu .ft_nav {
  width: 700px;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center; }
footer .ft_menu .ft_nav li {
  display: inline-block;
  width: 80px; }
  footer .ft_menu .ft_nav li a {
    text-decoration: none; }
footer .ft_menu .ft_nav li.pri_pol {
  width: 160px; }
footer .ft_menu .ft_nav li.contact {
  width: 120px; }
footer .copyright {
  margin-top: 20px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: #2367cc; }
  @media only screen and (max-width: 768px) {
    footer .copyright {
      margin-top: 0;
      font-size: 2vw; } }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 240px;
        bottom: 102px; }
      .exitProtection .wrap .image .btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 370px;
        top: 350px; }
        .exitProtection .wrap .image .btn .cta_btn span {
          display: block;
          line-height: 1.4;
          color: #fff !important;
          font-weight: 700;
          letter-spacing: 0.05em;
          font-size: 18px;
          font-size: 1.8rem;
          text-align: center;
          padding: 17px 0; }
        .exitProtection .wrap .image .btn .sponsor {
          margin-top: 10px;
          text-align: center;
          font-size: 11px;
          font-size: 1.1rem; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 95%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btn {
          bottom: 5px; } }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.fixed_cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 70, 235, 0.9);
  z-index: 100; }
  .fixed_cta .inner {
    display: flex;
    align-items: center;
    width: 800px;
    margin: auto;
    position: relative;
    height: 90px; }
  .fixed_cta .image {
    position: absolute;
    left: 93px;
    bottom: 0; }
  .fixed_cta .appeal {
    margin-left: 225px;
    margin-right: 15px;
    padding: 5px 0;
    display: grid;
    grid-row-gap: 3px;
    align-items: center;
    width: 210px;
    height: 100%;
    text-align: center; }
    .fixed_cta .appeal .item {
      padding: 3px 5px;
      border: solid 1px;
      color: #fdfd8d;
      font-weight: 600;
      letter-spacing: 0.03em;
      font-size: 18px;
      font-size: 1.8rem; }
  .fixed_cta .cta {
    width: 260px;
    margin: 6px 90px 0 0; }
  .fixed_cta .cta_btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    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: 16px;
      font-size: 1.6rem;
      padding: 12px 0; }
