@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 #039d48;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #039d48;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #039d48;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #039d48;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #039d48;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #039d48;
  -moz-box-shadow: 0 5px 0 #039d48;
  box-shadow: 0 5px 0 #039d48;
  background: #04c058;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .cta_btn {
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px; } }
  .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: 10px; }
    @media only screen and (max-width: 768px) {
      .cta_btn a {
        padding: 8px 0; } }
  .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-image: url("img/body_bg.png");
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 1920px auto;
  background-color: #f9f6f1;
  font-size: 1.6em;
  color: #161616;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #161616; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #161616;
    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(255, 134, 37, 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: #ff8625;
    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 #2b60be;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10; }
  .header .inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding: 6px 10px; } }
  .header .logo {
    width: 185px; }
    @media only screen and (max-width: 768px) {
      .header .logo {
        width: 105px; } }

.main_ttl {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 10px), #ff8625;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700;
  padding: 12px 0;
  line-height: 1.3;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      font-size: 4.8vw;
      padding: 5px 0 8px; } }
  .main_ttl .small {
    font-size: 80%; }
  .main_ttl .yellow {
    color: #fffb83; }
  .main_ttl.single {
    padding: 28px 0; }
    @media only screen and (max-width: 768px) {
      .main_ttl.single {
        padding: 20px 0; } }

.recommend_ttl {
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .recommend_ttl {
      margin-bottom: 15px; } }
  .recommend_ttl h2 {
    display: inline-block;
    position: relative;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.3; }
    @media only screen and (max-width: 768px) {
      .recommend_ttl h2 {
        font-size: 4.2vw; } }
    .recommend_ttl h2::before, .recommend_ttl h2::after {
      content: "";
      position: absolute;
      width: 45px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      top: 0;
      background-image: url("img/recommend_ttl_before.png");
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .recommend_ttl h2::before, .recommend_ttl h2::after {
          width: 30px; } }
    .recommend_ttl h2::before {
      left: -65px; }
      @media only screen and (max-width: 768px) {
        .recommend_ttl h2::before {
          left: -40px; } }
    .recommend_ttl h2::after {
      right: -65px;
      transform: scaleX(-1); }
      @media only screen and (max-width: 768px) {
        .recommend_ttl h2::after {
          right: -40px; } }
    .recommend_ttl h2 span {
      font-size: 33px;
      font-size: 3.3rem;
      font-weight: 900;
      color: #f82020; }
      @media only screen and (max-width: 768px) {
        .recommend_ttl h2 span {
          font-size: 5.8vw; } }

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

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

@media only screen and (min-width: 769px) {
  .fv {
    background-image: url("img/fv_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .fv .inner {
      max-width: 1100px;
      margin: 0 auto;
      height: 310px;
      position: relative; } }
    @media only screen and (min-width: 769px) and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
@media only screen and (min-width: 769px) {
    .fv .fv_image {
      position: absolute;
      left: 2.5%;
      top: 1vw; } }
.section01 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 5.2% 30px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 20px 10px 30px; } }
.section01 ul {
  background: #fff;
  border: 1px solid #b7b7b7; }
  .section01 ul li {
    padding: 12px 25px;
    padding-left: 105px;
    position: relative;
    border-bottom: 1px solid #b7b7b7; }
    @media only screen and (max-width: 768px) {
      .section01 ul li {
        padding: 10px;
        padding-top: 7px; } }
    .section01 ul li:last-child {
      border-bottom: none; }
    .section01 ul li:first-child {
      background: #fffae5; }
      .section01 ul li:first-child::after {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        pointer-events: none;
        border: 2px solid #f82020; }
        @media only screen and (max-width: 768px) {
          .section01 ul li:first-child::after {
            border-width: 1px; } }
    .section01 ul li::before {
      content: "";
      position: absolute;
      width: 53px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 25px;
      top: -2px;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .section01 ul li::before {
          display: none; } }
    .section01 ul li:nth-child(1)::before {
      background-image: url("img/ico_rank01.png"); }
    @media only screen and (max-width: 768px) {
      .section01 ul li:nth-child(1) .btn {
        top: -8px; } }
    .section01 ul li:nth-child(2)::before {
      background-image: url("img/ico_rank02.png"); }
    .section01 ul li:nth-child(3)::before {
      background-image: url("img/ico_rank03.png"); }
    .section01 ul li:last-child {
      background: none; }
.section01 .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; }
  @media only screen and (max-width: 768px) {
    .section01 .wrap {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; } }
  .section01 .wrap .image {
    margin-right: 5.5%;
    width: 120px; }
    @media only screen and (max-width: 768px) {
      .section01 .wrap .image {
        margin-right: 0;
        width: 90px;
        position: relative;
        padding-top: 32px; }
        .section01 .wrap .image::before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          width: 32px;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          top: 0;
          pointer-events: none;
          z-index: 10; } }
  .section01 .wrap .txt_wrap {
    flex: 1;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .section01 .wrap .txt_wrap {
        padding-left: 8px; } }
    .section01 .wrap .txt_wrap .txt {
      flex: 1;
      margin-right: 3%; }
      @media only screen and (max-width: 768px) {
        .section01 .wrap .txt_wrap .txt {
          margin-right: 0;
          width: 100%; } }
    .section01 .wrap .txt_wrap .name {
      font-size: 17px;
      font-size: 1.7rem; }
      @media only screen and (max-width: 768px) {
        .section01 .wrap .txt_wrap .name {
          font-size: 15px;
          font-size: 1.5rem; } }
      .section01 .wrap .txt_wrap .name a {
        display: inline-block;
        position: relative;
        font-weight: 700;
        padding-right: 25px;
        color: #0994ff; }
        @media only screen and (max-width: 768px) {
          .section01 .wrap .txt_wrap .name a {
            font-weight: 700;
            padding-right: 19px; } }
        .section01 .wrap .txt_wrap .name a::before {
          content: "";
          position: absolute;
          width: 18px;
          height: 18px;
          background-image: url("img/ico_blank.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          right: 0;
          top: 4px;
          pointer-events: none;
          z-index: 10; }
          @media only screen and (max-width: 768px) {
            .section01 .wrap .txt_wrap .name a::before {
              width: 13px;
              height: 13px; } }
    .section01 .wrap .txt_wrap .lead {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.4;
      margin-top: 5px; }
      @media only screen and (max-width: 768px) {
        .section01 .wrap .txt_wrap .lead {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 500;
          margin-top: 3px; } }
      .section01 .wrap .txt_wrap .lead span {
        color: #f82020;
        font-weight: 700; }
      .section01 .wrap .txt_wrap .lead br {
        display: none !important; }
      @media only screen and (max-width: 768px) {
        .section01 .wrap .txt_wrap .lead br.sp {
          display: none !important; } }
    .section01 .wrap .txt_wrap .btn {
      position: relative;
      width: 35%; }
      @media only screen and (max-width: 768px) {
        .section01 .wrap .txt_wrap .btn {
          width: 100%;
          margin-top: 4px; } }
      .section01 .wrap .txt_wrap .btn .cta_btn {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; }
        @media only screen and (max-width: 768px) {
          .section01 .wrap .txt_wrap .btn .cta_btn {
            border-radius: 100vmax;
            -moz-border-radius: 100vmax;
            -webkit-border-radius: 100vmax;
            -o-border-radius: 100vmax;
            -ms-border-radius: 100vmax; } }
        .section01 .wrap .txt_wrap .btn .cta_btn a {
          font-size: min(1.8vw, 1.5rem);
          padding: 14px 0; }
          @media only screen and (max-width: 768px) {
            .section01 .wrap .txt_wrap .btn .cta_btn a {
              padding: 5px 0;
              font-size: 16px;
              font-size: 1.6rem; } }
      .section01 .wrap .txt_wrap .btn .cta_txt {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
        color: #ff8625;
        border: solid 1px;
        background: #fff;
        width: 90%;
        font-size: min(1.3vw, 1.3rem);
        text-align: center;
        border-radius: 100vmax;
        z-index: 1;
        letter-spacing: 0.05em; }
        @media only screen and (max-width: 768px) {
          .section01 .wrap .txt_wrap .btn .cta_txt {
            position: relative;
            top: 5px;
            display: inline-block;
            width: auto;
            padding: 0 10px;
            font-size: 12px;
            font-size: 1.2rem; } }
@media only screen and (max-width: 768px) {
  .section01 ul li:nth-child(1) .image::before {
    background-image: url("img/ico_rank01.png"); }
  .section01 ul li:nth-child(2) .image::before {
    background-image: url("img/ico_rank02.png"); }
  .section01 ul li:nth-child(3) .image::before {
    background-image: url("img/ico_rank03.png"); } }

@media only screen and (max-width: 768px) {
  .section02 .sp_bg {
    background: #faf0e1;
    padding: 25px 10px; } }
.section02 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 10px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
@media only screen and (max-width: 768px) {
  .section02 .comparison {
    background: #fff;
    padding: 15px 10px 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; } }
.section02 .comparison h2 {
  width: 670px;
  background: #fffb83;
  margin: auto;
  position: relative;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  padding: 7px 0;
  padding-left: 35px;
  letter-spacing: 0.08em; }
  @media only screen and (max-width: 768px) {
    .section02 .comparison h2 {
      width: 100%;
      font-size: 4.5vw;
      padding: 14px 0;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -o-border-radius: 15px;
      -ms-border-radius: 15px; } }
  .section02 .comparison h2::before {
    content: "";
    position: absolute;
    width: 68px;
    height: 64px;
    background-image: url("img/img_check.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 5px;
    top: -10px;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .section02 .comparison h2::before {
        width: 48px; } }
  .section02 .comparison h2 span {
    font-size: 120%;
    color: #ef2f09; }
    @media only screen and (max-width: 768px) {
      .section02 .comparison h2 span {
        font-size: 125%;
        letter-spacing: -0.01em;
        line-height: 1; } }
.section02 .comparison .wrap {
  width: 640px;
  margin: 20px auto 0; }
  @media only screen and (max-width: 768px) {
    .section02 .comparison .wrap {
      width: 100%;
      margin-top: 10px; } }
.section02 .comparison table {
  width: 100%;
  table-layout: fixed; }
  .section02 .comparison table th, .section02 .comparison table td {
    text-align: center;
    color: #2e2424; }
  .section02 .comparison table thead tr th {
    vertical-align: bottom; }
    .section02 .comparison table thead tr th span {
      display: block;
      font-size: 23px;
      font-size: 2.3rem;
      color: #fff;
      font-weight: 700;
      border-radius: 20px 20px 0 0;
      -moz-border-radius: 20px 20px 0 0;
      -webkit-border-radius: 20px 20px 0 0;
      -o-border-radius: 20px 20px 0 0;
      -ms-border-radius: 20px 20px 0 0; }
      @media only screen and (max-width: 768px) {
        .section02 .comparison table thead tr th span {
          font-size: 3.5vw;
          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; } }
    .section02 .comparison table thead tr th:nth-child(1) {
      width: 170px; }
      @media only screen and (max-width: 768px) {
        .section02 .comparison table thead tr th:nth-child(1) {
          width: 18%; } }
    .section02 .comparison table thead tr th:nth-child(2) {
      width: 230px; }
      @media only screen and (max-width: 768px) {
        .section02 .comparison table thead tr th:nth-child(2) {
          width: 40%; } }
      .section02 .comparison table thead tr th:nth-child(2) span {
        background: #ff8625;
        padding: 15px 0; }
        @media only screen and (max-width: 768px) {
          .section02 .comparison table thead tr th:nth-child(2) span {
            padding: 8px 0; } }
    .section02 .comparison table thead tr th:nth-child(3) span {
      background: #a5a5a5;
      padding: 12px 0; }
      @media only screen and (max-width: 768px) {
        .section02 .comparison table thead tr th:nth-child(3) span {
          padding: 6px 0; } }
  .section02 .comparison table tbody tr th, .section02 .comparison table tbody tr td {
    border: 1px solid #bcbcbc;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .section02 .comparison table tbody tr th, .section02 .comparison table tbody tr td {
        padding: 8px 0; } }
  .section02 .comparison table tbody tr th {
    padding: 43px 0;
    background: #fff5ed;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .section02 .comparison table tbody tr th {
        padding: 25px 0;
        font-size: 3.1vw;
        vertical-align: middle; } }
  .section02 .comparison table tbody tr th + td {
    position: relative;
    background: #fffae5; }
    .section02 .comparison table tbody tr th + td::before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      pointer-events: none;
      border: 2px solid #ff8625;
      border-bottom-width: 1px; }
      @media only screen and (max-width: 768px) {
        .section02 .comparison table tbody tr th + td::before {
          border-width: 1px; } }
  @media only screen and (min-width: 769px) {
    .section02 .comparison table tbody tr:last-child th + td::before {
      border-bottom-width: 2px; } }
  .section02 .comparison table tbody tr .ico {
    margin: auto;
    margin-bottom: 5px; }
    @media only screen and (max-width: 768px) {
      .section02 .comparison table tbody tr .ico {
        width: 26px;
        margin-bottom: 2px; } }
  .section02 .comparison table tbody tr p {
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .section02 .comparison table tbody tr p {
        font-size: 3vw;
        line-height: 1.4; } }
.section02 .comparison .btn {
  width: 600px;
  margin: 15px auto 0; }
  @media only screen and (max-width: 768px) {
    .section02 .comparison .btn {
      width: 100%; }
      .section02 .comparison .btn .cta_btn {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; } }
  .section02 .comparison .btn .cta_btn a {
    padding: 10px 0; }
.section02 .merit {
  margin: 65px auto 0;
  width: 600px;
  position: relative;
  background: linear-gradient(rgba(255, 185, 129, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 185, 129, 0.08) 1px, transparent 1px), #fff5ed;
  background-size: 15px 15px;
  border: 2px solid #ff8625;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (max-width: 768px) {
    .section02 .merit {
      margin-top: 50px;
      width: calc(100% - 20px);
      background-size: 8px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .section02 .merit h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    background: #fff;
    padding: 8px 20px;
    border-left: 10px solid #ff8625;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
    width: 350px;
    position: absolute;
    top: -30px;
    left: 15px;
    transform: rotate(-5deg); }
    @media only screen and (max-width: 768px) {
      .section02 .merit h2 {
        width: auto;
        padding: 4p 14px;
        top: -20px;
        font-size: 20px;
        font-size: 2rem;
        border-left-width: 8px;
        left: 4px; } }
  .section02 .merit .wrap {
    text-align: center;
    padding: 25px 0 20px; }
    @media only screen and (max-width: 768px) {
      .section02 .merit .wrap {
        padding-bottom: 20px; } }
  .section02 .merit ul {
    display: inline-block; }
    .section02 .merit ul li {
      text-align: left;
      font-size: 18px;
      font-size: 1.8rem;
      position: relative;
      padding-left: 40px;
      letter-spacing: 0.04em; }
      @media only screen and (max-width: 768px) {
        .section02 .merit ul li {
          padding-left: 25px; }
          .section02 .merit ul li + li {
            margin-top: 2px; } }
      .section02 .merit ul li::before {
        content: "";
        position: absolute;
        width: 22px;
        height: 100%;
        background-image: url("img/ico_check.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 10px;
        top: 10px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section02 .merit ul li::before {
            left: 2px;
            width: 18px; } }
      .section02 .merit ul li span {
        font-weight: 700;
        color: #ef2f09;
        font-size: 120%; }
.section02 .bottom_txt {
  text-align: center;
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .section02 .bottom_txt .arrow {
      width: 50%;
      margin: auto; } }
  .section02 .bottom_txt p {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.04em; }
    .section02 .bottom_txt p span {
      color: #ff8625;
      font-size: 120%;
      background: linear-gradient(transparent 60%, #ffeb96 60%); }

.section03 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2.5% 40px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      padding: 0 10px 30px; } }

.client_archive > ul > li {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .client_archive > ul > li {
      margin-top: 25px; } }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 2px solid #e7e7e7;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 15px 10px 15px 115px;
    border-bottom: 1px solid #e7e7e7; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_name {
        padding: 8px 8px 8px 55px; } }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 77px;
      height: 66px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 25px;
      top: -5px;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name::before {
          width: 35px;
          height: 30px;
          left: 10px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); } }
    .client_archive .client_card .client_name a {
      color: #0994ff;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name a {
          font-size: 4.5vw; } }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 15px 25px 25px; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_inner {
        padding: 10px 10px 20px; } }
  .client_archive .client_card .star {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -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 15px; }
    @media only screen and (min-width: 769px) {
      .client_archive .client_card .star {
        position: absolute;
        top: 17px;
        right: 25px; } }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .star {
        width: 80%;
        margin: auto;
        margin-top: 8px; } }
    .client_archive .client_card .star p {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .star p {
          font-size: 16px;
          font-size: 1.6rem; } }
    .client_archive .client_card .star img {
      margin: 0 6px; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .star img {
          width: 105px; } }
    .client_archive .client_card .star img + p {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #ff8625;
  background: #fffae5; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #ff8625; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("img/ico_rank01.png"); }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_rank02.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_rank03.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/ico_rank04.png"); }
.client_archive .top_heading {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  color: #f82020;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .client_archive .top_heading {
      font-size: 4vw; } }
.client_archive .overview {
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .client_archive .overview {
      display: block;
      margin-top: 10px; } }
  .client_archive .overview .image {
    max-width: 600px;
    margin: 0 auto 10px; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .image {
        width: 100%; }
        .client_archive .overview .image a img {
          display: block;
          width: 195px;
          margin: auto; } }
  .client_archive .overview .txt {
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .txt {
        width: 100%;
        padding: 0; } }
    .client_archive .overview .txt table {
      width: 100%;
      border: 1px solid #dadada;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .txt table {
          margin-top: 15px; } }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 8px 10px;
        border-left: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        line-height: 1.4; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        color: #ff8625;
        background: #fff5ed;
        width: 17%;
        padding-right: 0;
        font-weight: 700; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .txt table th {
            width: 25%; } }
      .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: 15px;
  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 #ff8625;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .client_archive .point {
      margin-top: 8px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px; } }
  .client_archive .point .ttl {
    background: #ff8625;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 6px 0;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .client_archive .point .ttl {
        padding: 3px 0;
        font-size: 16px;
        font-size: 1.6rem; } }
  .client_archive .point .wrap {
    padding: 15px 15px 15px 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; }
    @media only screen and (max-width: 768px) {
      .client_archive .point .wrap {
        padding: 10px 6px;
        display: block; } }
    .client_archive .point .wrap .ico {
      width: 120px; }
      @media only screen and (max-width: 768px) {
        .client_archive .point .wrap .ico {
          display: none; } }
    .client_archive .point .wrap ul {
      flex: 1;
      padding-left: 20px; }
      @media only screen and (max-width: 768px) {
        .client_archive .point .wrap ul {
          padding: 0; } }
  .client_archive .point ul li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 3px;
    position: relative;
    padding-left: 22px; }
    @media only screen and (max-width: 768px) {
      .client_archive .point ul li {
        padding-left: 18px; } }
    .client_archive .point ul li:first-child {
      margin-top: 0; }
    .client_archive .point ul li::before {
      content: "";
      position: absolute;
      width: 15px;
      height: 100%;
      background-image: url("img/client_ico_check.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 4px;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .point ul li::before {
          width: 12px;
          top: 7px; } }
    .client_archive .point ul li span {
      color: #f82020;
      font-weight: 700; }
.client_archive .example {
  border: 1px solid #dadada;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-top: 25px;
  overflow: hidden;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .client_archive .example {
      margin-top: 20px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .client_archive .example .heading {
    text-align: center;
    background: #fff5ed;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ff8625;
    padding: 5px 0;
    font-weight: 700;
    margin: auto;
    border-bottom: 1px solid #dadada;
    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; }
    @media only screen and (max-width: 768px) {
      .client_archive .example .heading {
        padding: 2px 0;
        font-size: 16px;
        font-size: 1.6rem; } }
  .client_archive .example .example_inner {
    background: #fff;
    padding: 0 0 70px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .client_archive .example .example_inner {
        padding: 0 0 20px; } }
    .client_archive .example .example_inner .quote {
      position: absolute;
      font-size: 11px;
      font-size: 1.1rem;
      right: 20px;
      bottom: 15px;
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .client_archive .example .example_inner .quote {
          right: 0;
          bottom: 10px; } }
  .client_archive .example .example_slides {
    width: 620px;
    margin: 0 auto;
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      .client_archive .example .example_slides {
        margin-top: 3px;
        width: 100%; } }
    .client_archive .example .example_slides .example_slide {
      margin: 10px;
      padding: 20px 1% 25px 1.8%;
      width: 100%;
      -webkit-box-shadow: 0 0 9px rgba(51, 51, 51, 0.2);
      -moz-box-shadow: 0 0 9px rgba(51, 51, 51, 0.2);
      box-shadow: 0 0 9px rgba(51, 51, 51, 0.2);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      @media only screen and (max-width: 768px) {
        .client_archive .example .example_slides .example_slide {
          padding: 15px 8px;
          -webkit-box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
          -moz-box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px; } }
    .client_archive .example .example_slides .wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .client_archive .example .example_slides .wrap .img {
        width: 43%;
        margin: 0 10px 0 0; }
        @media only screen and (max-width: 768px) {
          .client_archive .example .example_slides .wrap .img {
            width: 120px;
            margin: 0 0 10px; } }
      .client_archive .example .example_slides .wrap dl {
        flex: 1;
        display: grid;
        grid-template-columns: 100px 1fr;
        -webkit-gap: 5px 0;
        -moz-gap: 5px 0;
        -ms-gap: 5px 0;
        -o-gap: 5px 0;
        gap: 5px 0; }
        @media only screen and (max-width: 768px) {
          .client_archive .example .example_slides .wrap dl {
            margin-left: 5px;
            grid-template-columns: 80px 1fr;
            font-size: 14px;
            font-size: 1.4rem; } }
        .client_archive .example .example_slides .wrap dl dt {
          position: relative;
          color: #ff8625;
          font-weight: 700;
          padding-left: 35px; }
          @media only screen and (max-width: 768px) {
            .client_archive .example .example_slides .wrap dl dt {
              padding-left: 28px; } }
          .client_archive .example .example_slides .wrap dl dt::before {
            content: "";
            position: absolute;
            width: 34px;
            height: 20px;
            top: 0;
            left: 0;
            background-size: 24px;
            background-position: center; }
            @media only screen and (max-width: 768px) {
              .client_archive .example .example_slides .wrap dl dt::before {
                background-size: 16px; } }
          .client_archive .example .example_slides .wrap dl dt.type::before {
            background-image: url("img/ico_type.png"); }
          .client_archive .example .example_slides .wrap dl dt.occupation::before {
            background-image: url("img/ico_occupation.png"); }
          .client_archive .example .example_slides .wrap dl dt.income::before {
            background-image: url("img/ico_income.png"); }
          .client_archive .example .example_slides .wrap dl dt.detail::before {
            background-image: url("img/ico_feature.png"); }
    .client_archive .example .example_slides .slick-dots {
      bottom: -38px; }
      @media only screen and (max-width: 768px) {
        .client_archive .example .example_slides .slick-dots {
          bottom: -21px; } }
      .client_archive .example .example_slides .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 #ff8625;
        opacity: 1; }
        @media only screen and (max-width: 768px) {
          .client_archive .example .example_slides .slick-dots li button::before {
            width: 9px;
            height: 9px; } }
      .client_archive .example .example_slides .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #ff8625; }
  .client_archive .example .slick-slide {
    height: auto !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
.client_archive .cta {
  margin: 10px auto 0;
  max-width: 650px; }
  .client_archive .cta .cta_txt {
    margin: 0 0 5px;
    font-weight: 700;
    text-align: center;
    color: #f82020;
    font-size: 20px;
    font-size: 2rem; }
.client_archive.recommend > ul > li:nth-child(1) .client_card {
  border: 2px solid #ff8625;
  background: #fff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px; }
  .client_archive.recommend > ul > li:nth-child(1) .client_card .client_name {
    padding-left: 25px;
    border-bottom-color: #ff8625; }
    @media only screen and (max-width: 768px) {
      .client_archive.recommend > ul > li:nth-child(1) .client_card .client_name {
        padding-left: 20px; } }
    .client_archive.recommend > ul > li:nth-child(1) .client_card .client_name::before {
      display: none; }

.section04 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 0 40px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      padding: 50px 10px 30px; } }
.section04 .remarks {
  margin: 0 auto;
  max-width: 600px; }

.client_table {
  max-width: 600px;
  margin: auto;
  position: relative;
  /* &::before {
      background: #fffde1;
      width:calc(100% / 3);
      height:100%;
      z-index: 1;
  } */ }
  @media only screen and (max-width: 768px) {
    .client_table {
      width: 100%; } }
  .client_table::before, .client_table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .client_table::after {
    width: calc(100% / 3);
    height: 100%;
    border: 3px solid #f46174;
    z-index: 5; }
    @media only screen and (max-width: 768px) {
      .client_table::after {
        border-width: 1px; } }
  .client_table table {
    width: 100%;
    border: 1px solid #bababa;
    background: #fff; }
    .client_table table th, .client_table table td {
      width: calc(100% / 3);
      text-align: center;
      vertical-align: top; }
    .client_table table th {
      background: #fff5ed;
      font-weight: 700;
      color: #ff8625;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      z-index: 3;
      border-top: 1px solid #bababa;
      border-bottom: 1px solid #bababa; }
    .client_table table td {
      padding: 15px 10px;
      border-left: 1px solid #bababa;
      border-right: 1px solid #bababa;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
      @media only screen and (max-width: 768px) {
        .client_table table td {
          padding-top: 12px;
          padding-bottom: 12px; } }
      .client_table table td:first-child {
        background: #fffde1; }
    .client_table table thead td {
      position: relative; }
      @media only screen and (max-width: 768px) {
        .client_table table thead td {
          padding: 5px 5px 10px; } }
      .client_table table thead td::before {
        content: "";
        position: absolute;
        width: 53px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -52px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .client_table table thead td::before {
            width: 38px;
            top: -38px; } }
      .client_table table thead td:nth-child(1)::before {
        background-image: url("img/ico_rank01.png"); }
      .client_table table thead td:nth-child(2)::before {
        background-image: url("img/ico_rank02.png"); }
      .client_table table thead td:nth-child(3)::before {
        background-image: url("img/ico_rank03.png"); }
  .client_table .min {
    font-size: 11px;
    font-size: 1.1rem; }
  .client_table .star + p {
    margin-top: 4px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
  .client_table .image {
    padding: 0 5px; }
    @media only screen and (max-width: 768px) {
      .client_table .image {
        padding: 0; } }
    .client_table .image a {
      display: block; }
      .client_table .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .client_table .image a p {
        text-decoration: underline;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        color: #0994ff;
        margin-top: 5px; }
        @media only screen and (max-width: 768px) {
          .client_table .image a p {
            margin-top: 3px;
            font-size: 14px;
            font-size: 1.4rem; } }
      .client_table .image a:hover p {
        text-decoration: none; }
  @media only screen and (max-width: 768px) {
    .client_table .occupation td {
      text-align: left;
      font-size: 13px;
      font-size: 1.3rem; } }
  .client_table .ico {
    margin: 0 auto 3px; }
  .client_table .cta_btn {
    width: calc(100% - 10px);
    margin: 0 auto 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .client_table .cta_btn {
        width: 100%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .client_table .cta_btn a {
      font-size: 17px;
      font-size: 1.7rem;
      padding: 25px 0; }
      @media only screen and (max-width: 768px) {
        .client_table .cta_btn a {
          font-size: 3vw;
          padding: 12px 0; } }

.section05 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 2.5% 40px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      padding: 15px 10px 30px; } }

.section06 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 35px 5.2% 40px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      padding: 14px 10px 25px; } }
.section06 .about .heading {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3; }
  .section06 .about .heading span {
    font-size: 30px;
    font-size: 3rem; }
    @media only screen and (max-width: 768px) {
      .section06 .about .heading span {
        font-size: 5.4vw; } }
.section06 .about .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -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;
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .section06 .about .wrap {
      margin-top: 10px; } }
  .section06 .about .wrap .image {
    margin-left: 25px;
    width: 208px; }
    @media only screen and (max-width: 768px) {
      .section06 .about .wrap .image {
        margin-left: 6%;
        width: 38%; } }
  .section06 .about .wrap .txt {
    margin-left: 25px; }
    @media only screen and (max-width: 768px) {
      .section06 .about .wrap .txt {
        margin-left: 7%;
        flex: 1; } }
    .section06 .about .wrap .txt ul {
      width: 280px; }
      @media only screen and (max-width: 768px) {
        .section06 .about .wrap .txt ul {
          flex: 1;
          width: auto; } }
      .section06 .about .wrap .txt ul li {
        background: #fff0e4;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500;
        padding: 5px 0;
        padding-left: 60px;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        -ms-border-radius: 100px;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .section06 .about .wrap .txt ul li {
            padding-left: 30px; } }
        .section06 .about .wrap .txt ul li + li {
          margin-top: 15px;
          font-size: 16px;
          font-size: 1.6rem; }
          @media only screen and (max-width: 768px) {
            .section06 .about .wrap .txt ul li + li {
              margin-top: 10px; } }
        .section06 .about .wrap .txt ul li::before {
          content: "";
          position: absolute;
          width: 20px;
          height: 100%;
          background-image: url("img/ico_check.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          left: 27px;
          top: 0;
          pointer-events: none;
          z-index: 10; }
          @media only screen and (max-width: 768px) {
            .section06 .about .wrap .txt ul li::before {
              left: 10px;
              width: 16px; } }
.section06 .support {
  width: 600px;
  margin: 35px auto 0;
  background: #f4f4f4;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  position: relative;
  padding: 25px 0 20px; }
  @media only screen and (max-width: 768px) {
    .section06 .support {
      width: 100%;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      margin-top: 23px;
      padding: 20px 10px 15px; } }
  .section06 .support .heading {
    width: 100%;
    position: absolute;
    left: 0;
    top: -18px;
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    color: #6c3636; }
    @media only screen and (max-width: 768px) {
      .section06 .support .heading {
        top: -14px; } }
  .section06 .support .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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .section06 .support .items {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between; } }
    .section06 .support .items .item {
      width: 150px;
      position: relative;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .section06 .support .items .item {
          width: 31%; } }
      .section06 .support .items .item + .item {
        margin-left: 15px; }
        @media only screen and (max-width: 768px) {
          .section06 .support .items .item + .item {
            margin-left: 0; } }
  .section06 .support .comment {
    background: #dfdfdf;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    padding: 10px 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section06 .support .comment {
        font-size: 2.8vw;
        padding: 5px 0; } }
    .section06 .support .comment::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 5px 0 5px;
      border-color: #dfdfdf transparent transparent transparent; }
  .section06 .support .step {
    margin-top: 12px;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section06 .support .step {
        font-size: 22px;
        font-size: 2.2rem; } }
    .section06 .support .step::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -17px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12.5px 0 12.5px 17px;
      border-color: transparent transparent transparent #ff8625; }
      @media only screen and (max-width: 768px) {
        .section06 .support .step::before {
          border-width: 10px 0 10px 15px;
          right: -15px; } }
  .section06 .support .items .item:last-child .step::before {
    display: none; }
  .section06 .support .txt {
    width: 300px;
    margin: 10px auto 0;
    border: 2px solid #ff8625;
    background: #fff;
    text-align: center;
    padding: 4px 0;
    font-weight: 700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #ff8625; }
    @media only screen and (max-width: 768px) {
      .section06 .support .txt {
        width: 210px;
        border-width: 1px;
        font-size: 19px;
        font-size: 1.9rem;
        margin-top: 5px; } }
.section06 .point {
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .section06 .point {
      margin-top: 10px; } }
  .section06 .point .heading {
    width: 595px;
    margin: auto;
    height: 95px;
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    padding-top: 30px; }
    @media only screen and (max-width: 768px) {
      .section06 .point .heading {
        width: 100%;
        height: auto;
        padding-top: 0; } }
    .section06 .point .heading span {
      position: relative;
      background: linear-gradient(transparent 60%, #ffeb96 60%); }
      .section06 .point .heading span::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: calc(100% + 16px);
        width: 111px;
        height: 85px;
        background: no-repeat center/contain url("img/img_point_w.png"); }
        @media only screen and (max-width: 768px) {
          .section06 .point .heading span::before {
            width: 70px;
            height: 55px;
            right: calc(100% + 8px); } }
      .section06 .point .heading span::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% + 10px);
        width: 117px;
        height: 95px;
        background: no-repeat center/contain url("img/img_point_m.png"); }
        @media only screen and (max-width: 768px) {
          .section06 .point .heading span::after {
            width: 70px;
            height: 57px;
            left: calc(100% + 75px); } }
  .section06 .point .items {
    margin-top: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 10px;
    -moz-gap: 10px;
    -ms-gap: 10px;
    -o-gap: 10px;
    gap: 10px; }
    @media only screen and (max-width: 768px) {
      .section06 .point .items {
        display: block;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 25px; } }
    .section06 .point .items .item {
      background: #fff9e0;
      border: 2px solid #ff8625;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      width: 100%;
      position: relative;
      padding: 22px 18px 15px;
      line-height: 1.6; }
      @media only screen and (max-width: 768px) {
        .section06 .point .items .item {
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          padding: 18px 12px 15px;
          border-width: 1px; }
          .section06 .point .items .item + .item {
            margin-top: 25px; } }
      .section06 .point .items .item::before {
        content: "";
        position: absolute;
        width: 120px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -15px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section06 .point .items .item::before {
            width: 100px;
            top: -11px; } }
      .section06 .point .items .item:nth-child(1)::before {
        background-image: url("img/ttl_point_01.png"); }
      .section06 .point .items .item:nth-child(2)::before {
        background-image: url("img/ttl_point_02.png"); }
      .section06 .point .items .item:nth-child(3)::before {
        background-image: url("img/ttl_point_03.png"); }
  .section06 .point .ttl {
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    font-size: min(2vw, 2rem); }
    @media only screen and (max-width: 768px) {
      .section06 .point .ttl {
        font-size: 20px;
        font-size: 2rem; } }
  .section06 .point p {
    margin-top: 12px;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .section06 .point p {
        margin-top: 5px;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.65; } }
    .section06 .point p span {
      font-weight: 700;
      color: #f82020; }

.section07 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 5% 100px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      padding: 15px 10px 50px; } }
.section07 ul li {
  background: #fff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(31, 31, 31, 0.2);
  -moz-box-shadow: 0 0 10px rgba(31, 31, 31, 0.2);
  box-shadow: 0 0 10px rgba(31, 31, 31, 0.2); }
  @media only screen and (max-width: 768px) {
    .section07 ul li {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      -webkit-box-shadow: 0 0 5px rgba(31, 31, 31, 0.2);
      -moz-box-shadow: 0 0 5px rgba(31, 31, 31, 0.2);
      box-shadow: 0 0 5px rgba(31, 31, 31, 0.2); } }
  .section07 ul li + li {
    margin-top: 10px; }
.section07 .question, .section07 .answer {
  position: relative;
  padding-left: 85px; }
  @media only screen and (max-width: 768px) {
    .section07 .question, .section07 .answer {
      padding-left: 50px; } }
.section07 .question {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 70px;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .section07 .question {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-right: 50px; } }
  .section07 .question::before {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 40px;
    font-size: 4rem; }
    @media only screen and (max-width: 768px) {
      .section07 .question::before {
        right: 15px;
        font-weight: 400; } }
  .section07 .question::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 100%;
    background-image: url("img/ico_question.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 25px;
    top: 18px;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .section07 .question::after {
        width: 26px;
        left: 12px;
        top: 10px; } }
  .section07 .question.active::before {
    content: "-"; }
.section07 .answer {
  padding-right: 70px;
  padding-bottom: 25px; }
  @media only screen and (max-width: 768px) {
    .section07 .answer {
      padding-right: 20px;
      padding-bottom: 12px; } }
  .section07 .answer::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 100%;
    background-image: url("img/ico_answer.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 25px;
    top: 0px;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .section07 .answer::after {
        width: 26px;
        left: 12px;
        top: 2px; } }

.footer {
  background: #163d83;
  padding-bottom: 40px; }
  .footer .privacy {
    background: #fff;
    padding: 20px 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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .footer .privacy {
        padding: 0 15px 20px; }
        .footer .privacy .ico {
          width: 60px; } }
    .footer .privacy .txt {
      margin-left: 10px;
      font-size: 12px;
      font-size: 1.2rem;
      color: rgba(0, 0, 0, 0.54); }
      @media only screen and (max-width: 768px) {
        .footer .privacy .txt {
          margin-left: 0;
          padding-left: 10px;
          flex: 1; } }
  .footer .f_nav {
    margin-top: 15px;
    padding-top: 20px; }
    .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;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .footer .f_nav ul li {
        position: relative;
        padding-left: 10px;
        margin-left: 15px;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          .footer .f_nav ul li {
            margin-left: 5px; } }
        .footer .f_nav ul li::before {
          content: "｜";
          position: absolute;
          top: 0;
          left: -10px;
          color: #fff; }
          @media only screen and (max-width: 768px) {
            .footer .f_nav ul li::before {
              display: none; } }
        .footer .f_nav ul li:first-child::before {
          display: none; }
        .footer .f_nav ul li a {
          color: #fff;
          text-decoration: none; }
  .footer .copyright {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }
    @media only screen and (max-width: 768px) {
      .footer .copyright {
        font-size: 10px;
        font-size: 1rem; } }

.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 .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 490px; }
    @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(450 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        top: 40%; }
        .exitProtection .wrap .image .client_image img {
          width: 100%; }
    .exitProtection .wrap .client_name {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 18%;
      width: 100%;
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem; }
      .exitProtection .wrap .client_name p {
        color: #ef2f09;
        font-size: 28px;
        font-size: 2.8rem; }
    .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 {
      width: 92.5%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 82.23%; }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .exitProtection .wrap .btn .cta_btn a {
          font-size: 20px;
          font-size: 2rem;
          padding: 15px 0; }
          @media only screen and (max-width: 768px) {
            .exitProtection .wrap .btn .cta_btn a {
              font-size: 19px;
              font-size: 1.9rem; } }

.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(40, 40, 40, 0.9);
  z-index: 100; }
  .fixed_cta .inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        padding: 0; } }
  .fixed_cta .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .wrap {
        display: block;
        position: relative;
        padding: 8px 8px 3px; } }
    @media only screen and (max-width: 768px) {
      .fixed_cta .wrap .image {
        width: 60%;
        padding-right: 2%; } }
    .fixed_cta .wrap .btn {
      position: relative;
      width: 240px;
      margin-left: 15px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .wrap .btn {
          width: 39%;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 1.87%; } }
      .fixed_cta .wrap .btn .cta_txt {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
        color: #ff8625;
        border: solid 1px;
        background: #fff;
        width: 90%;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: center;
        border-radius: 100vmax;
        z-index: 1; }
        @media only screen and (max-width: 768px) {
          .fixed_cta .wrap .btn .cta_txt {
            width: 63%;
            top: -5px;
            font-size: 10px;
            font-size: 1rem; } }
    .fixed_cta .wrap .cta_btn {
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .wrap .cta_btn {
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px; } }
      .fixed_cta .wrap .cta_btn a {
        font-size: 16px;
        font-size: 1.6rem; }
        @media only screen and (max-width: 768px) {
          .fixed_cta .wrap .cta_btn a {
            font-size: 2.2vw;
            padding: 8px 0 2px; } }
