@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&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: bold; }

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 #cf560e;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #cf560e;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #cf560e;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #cf560e;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #cf560e;
    top: 0px; }
  @media only screen and (max-width: 768px) {
    0% {
      box-shadow: 0 3px 0 #cf560e;
      top: 0px; }
    10% {
      box-shadow: 0 0 0 #cf560e;
      top: 6px; }
    20% {
      box-shadow: 0 3px 0 #cf560e;
      top: 0px; }
    30% {
      box-shadow: 0 0 0 #cf560e;
      top: 6px; }
    40% {
      box-shadow: 0 3px 0 #cf560e;
      top: 0px; } } }
.cta_btn {
  position: relative;
  max-width: 680px;
  margin: 0 auto 3px;
  box-shadow: 0 3px 0 #cf560e;
  background: #ff690f;
  -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 {
      margin: 0 auto 5px;
      box-shadow: 0 5px 0 #cf560e;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .cta_btn:hover {
        opacity: .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;
    padding: 20px 5px;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .cta_btn a {
        padding: 15px 5px;
        font-size: 20px;
        font-size: 2rem; } }
  .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: #f5f5f5;
  font-size: 1.6em;
  color: #493a3a;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }
  @media only screen and (max-width: 768px) {
    body {
      background: #fff;
      /*padding-bottom: 73px;*/ } }

a {
  color: #0994ff; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #0994ff;
    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 {
    opacity: .75; } }
.pink {
  color: #fe498d; }

.yellow {
  color: #ffed15; }

.marker {
  background: linear-gradient(transparent 60%, #ffed15 60%); }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(0, 193, 14, 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: #00c10e;
    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,
.wrapper,
.footer {
  width: 1000px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12); }
  @media only screen and (max-width: 768px) {
    .header,
    .wrapper,
    .footer {
      width: 100%; } }

.header {
  border-top: 4px solid #00c10e; }
  @media only screen and (max-width: 768px) {
    .header {
      border-top-width: 2px; } }
  .header .inner {
    position: relative;
    padding: 6px 24px;
    background: #fff; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding: 5px 10px; } }
  @media only screen and (max-width: 768px) {
    .header .logo {
      width: 125px; } }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    opacity: .75; }
    @media only screen and (max-width: 768px) {
      .header .header_pr {
        right: 10px; } }
    .header .header_pr span {
      display: inline-block;
      padding: 0 10px;
      border: 1px solid #747474;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .header .header_pr span {
          padding: 0 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -o-border-radius: 3px;
          -ms-border-radius: 3px;
          font-size: 13px;
          font-size: 1.3rem; } }

.wrapper {
  overflow: hidden;
  background: #fff; }

.fv .fv_img img {
  width: 100%; }

.remarks {
  margin-top: 5px;
  font-size: 11px;
  font-size: 1.1rem; }

.cta_btn {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }

.main_ttl {
  position: relative;
  padding: 5px 5px 10px;
  background: #00c10e;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      padding: 12px 5px;
      font-size: 18px;
      font-size: 1.8rem; } }
  .main_ttl strong {
    color: #ffed15;
    font-size: 26px;
    font-size: 2.6rem; }
    @media only screen and (max-width: 768px) {
      .main_ttl strong {
        font-size: 22px;
        font-size: 2.2rem; } }

.client_archive > ul > li + li {
  margin-top: 30px; }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_rank2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_rank3.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/ico_rank4.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/ico_rank5.png"); }
.client_archive .client_card {
  background: #fff;
  border: 2px solid #888;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .client_archive .client_card {
      border-width: 1px;
      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 #888;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_name {
        padding: 7px 10px 7px 55px;
        font-size: 20px;
        font-size: 2rem; } }
    .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      top: -5px;
      left: 15px;
      width: 85px;
      height: 72px;
      background: url("img/ico_rank1.png") no-repeat left top/100% auto;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name::before {
          left: 5px;
          width: 42px;
          height: 36px; } }
    .client_archive .client_card .client_name a {
      position: relative;
      padding-right: 40px;
      text-decoration: none;
      color: #0994ff; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name a {
          padding-right: 20px; } }
      .client_archive .client_card .client_name a::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 26px;
        height: 26px;
        background: url("img/ico_blank.png") no-repeat left top/100% auto;
        pointer-events: none; }
        @media only screen and (max-width: 768px) {
          .client_archive .client_card .client_name a::after {
            width: 13px;
            height: 13px; } }
  .client_archive .client_card .client_inner {
    padding: 15px 30px 35px; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_inner {
        padding: 10px 8px 20px; } }
.client_archive .overview {
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .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; } }
  .client_archive .overview .image {
    float: left;
    max-width: 300px;
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .image {
        order: 1;
        float: none;
        width: 70%;
        margin: 0 auto 7px; } }
  .client_archive .overview .heading {
    float: right;
    width: calc(100% - 320px);
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
    color: #fe498d;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .heading {
        order: 2;
        float: none;
        width: 100%;
        margin-bottom: 0;
        text-align: center;
        font-size: 19px;
        font-size: 1.9rem; } }
  .client_archive .overview .feature {
    position: relative;
    float: right;
    width: calc(100% - 320px);
    margin-top: 20px;
    background: #fff;
    border: #00c10e 2px solid;
    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 .overview .feature {
        order: 4;
        float: none;
        width: 100%;
        margin-top: 22px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .client_archive .overview .feature .ttl {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -20px;
      width: 270px;
      padding: 5px 5px 6px;
      background: #00c10e;
      border-radius: 17.5px;
      -moz-border-radius: 17.5px;
      -webkit-border-radius: 17.5px;
      -o-border-radius: 17.5px;
      -ms-border-radius: 17.5px;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .feature .ttl {
          width: 180px;
          font-size: 17.5px;
          font-size: 1.75rem;
          top: -12px;
          padding: 2px; } }
    .client_archive .overview .feature .contents {
      padding: 30px 15px 15px; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .feature .contents {
          padding: 20px 10px 15px; } }
      .client_archive .overview .feature .contents ul li {
        position: relative;
        padding-left: 20px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .feature .contents ul li {
            font-size: 17.5px;
            font-size: 1.75rem;
            line-height: 1.4; } }
        .client_archive .overview .feature .contents ul li::before {
          content: '✓';
          position: absolute;
          top: 6px;
          left: 0;
          color: #00c10e; }
        .client_archive .overview .feature .contents ul li + li {
          margin-top: 15px; }
          @media only screen and (max-width: 768px) {
            .client_archive .overview .feature .contents ul li + li {
              margin-top: 8px; } }
        .client_archive .overview .feature .contents ul li strong {
          color: #00c10e; }
  @media only screen and (max-width: 768px) {
    .client_archive .overview .cta {
      order: 3; } }
.client_archive .review {
  margin-top: 15px;
  padding: 15px 20px 40px;
  background: #fff;
  border: #dadada 1px solid; }
  @media only screen and (max-width: 768px) {
    .client_archive .review {
      margin-top: 10px;
      padding: 10px 5px 35px; } }
  .client_archive .review .review_inner .ttl {
    width: 230px;
    margin: 0 auto 10px;
    padding: 3px 5px 5px;
    background: #f0fff1;
    border-radius: 100vmax;
    -moz-border-radius: 100vmax;
    -webkit-border-radius: 100vmax;
    -o-border-radius: 100vmax;
    -ms-border-radius: 100vmax;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #00c10e; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .review_inner .ttl {
        width: 130px;
        margin-bottom: 5px;
        font-size: 17.5px;
        font-size: 1.75rem; } }
  .client_archive .review .review_inner .contents .review_slides {
    margin-bottom: 0; }
    .client_archive .review .review_inner .contents .review_slides.slide_length1 {
      padding-bottom: 0; }
    .client_archive .review .review_inner .contents .review_slides .slick-track {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex; }
    .client_archive .review .review_inner .contents .review_slides .review_slide {
      height: auto;
      padding: 10px; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .review_inner .contents .review_slides .review_slide {
          padding: 5px; } }
      .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner {
        -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;
        width: 560px;
        height: 100%;
        margin: 0 auto;
        padding: 30px;
        background: #fff;
        box-shadow: 0px 0px 9px 3px rgba(51, 51, 51, 0.1);
        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 .review .review_inner .contents .review_slides .review_slide .slide_inner {
            width: 100%;
            padding: 20px 10px;
            box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.1);
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px; } }
        .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .img {
          width: 130px;
          padding: 0 20px 0 30px; }
          @media only screen and (max-width: 768px) {
            .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .img {
              width: 22%;
              padding: 5px 5% 0 0; } }
        .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt {
          flex: 1;
          line-height: 1.8; }
          .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl {
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 2px dashed #493a3a;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700; }
            @media only screen and (max-width: 768px) {
              .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl {
                border-bottom-width: 1px;
                font-size: 17.5px;
                font-size: 1.75rem; } }
            .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl span {
              font-size: 15px;
              font-size: 1.5rem; }
              @media only screen and (max-width: 768px) {
                .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl span {
                  font-size: 13.75px;
                  font-size: 1.375rem; } }
          .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt p {
            font-size: 14px;
            font-size: 1.4rem; }
            @media only screen and (max-width: 768px) {
              .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt p {
                font-size: 15.625px;
                font-size: 1.5625rem; } }
    .client_archive .review .review_inner .contents .review_slides .slick-dots {
      bottom: -30px; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .review_inner .contents .review_slides .slick-dots {
          bottom: -36px; } }
      .client_archive .review .review_inner .contents .review_slides .slick-dots li {
        width: 14px;
        height: 14px;
        background: #fff;
        border: #dadada 1px solid;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
        @media only screen and (max-width: 768px) {
          .client_archive .review .review_inner .contents .review_slides .slick-dots li {
            width: 10px;
            height: 10px; } }
        .client_archive .review .review_inner .contents .review_slides .slick-dots li.slick-active {
          background: #00c10e; }
        .client_archive .review .review_inner .contents .review_slides .slick-dots li button::before {
          content: none; }
  .client_archive .review .review_inner .quote {
    max-width: 560px;
    margin: 0 auto;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: right; }
  .client_archive .review .remarks {
    margin-top: 35px; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .remarks {
        margin-top: 45px;
        padding: 0 5px; } }
.client_archive .table {
  -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;
  margin-top: 20px;
  background: #fff; }
  .client_archive .table .item {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    width: 50%;
    border-top: 1px solid #888;
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (min-width: 769px) {
      .client_archive .table .item {
        /*&:nth-last-child(2),*/ }
        .client_archive .table .item:last-child {
          width: 100%;
          border-bottom: 1px solid #888;
          border-right: 1px solid #888; }
        .client_archive .table .item:nth-child(even) .item_b {
          border-right: 1px solid #888; } }
    @media only screen and (max-width: 768px) {
      .client_archive .table .item {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% / 3);
        font-size: 13.75px;
        font-size: 1.375rem; }
        .client_archive .table .item:nth-child(3n) .item_h {
          border-right: 1px solid #888; }
        .client_archive .table .item:nth-child(3n) .item_b {
          border-right: 1px solid #888; }
        .client_archive .table .item:nth-child(7) {
          width: 100%;
          border-bottom: 1px solid #888;
          border-right: 1px solid #888; } }
    .client_archive .table .item .item_h {
      -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;
      width: 150px;
      padding: 10px;
      background: #f0fff1;
      border-left: 1px solid #888;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .client_archive .table .item .item_h {
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          width: 100%;
          height: 26px;
          padding: 5px;
          text-align: center; } }
    .client_archive .table .item .item_b {
      -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;
      width: calc(100% - 150px);
      padding: 10px;
      border-left: 1px solid #888; }
      @media only screen and (max-width: 768px) {
        .client_archive .table .item .item_b {
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          padding: 5px;
          width: 100%; } }
      .client_archive .table .item .item_b br.archive {
        display: none; }
      .client_archive .table .item .item_b .ico_wrap {
        -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; }
        .client_archive .table .item .item_b .ico_wrap .ico {
          width: 25px;
          margin-right: 5px; }
        .client_archive .table .item .item_b .ico_wrap p {
          flex: 1; }
.client_archive .osusume {
  position: relative;
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .client_archive .osusume {
      margin-top: 10px; } }
  .client_archive .osusume .ttl {
    padding: 10px 5px;
    background: #fe498d;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .client_archive .osusume .ttl {
        padding: 5px;
        font-size: 17px;
        font-size: 1.7rem; } }
  .client_archive .osusume .contents {
    padding: 10px 6.8% 20px;
    border: #fe498d 2px solid;
    background: #fff; }
    @media only screen and (max-width: 768px) {
      .client_archive .osusume .contents {
        padding: 10px 10px 20px; } }
    .client_archive .osusume .contents ul li {
      position: relative;
      padding-left: 35px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.3; }
      @media only screen and (max-width: 768px) {
        .client_archive .osusume .contents ul li {
          padding-left: 23px;
          font-size: 17.5px;
          font-size: 1.75rem; } }
      .client_archive .osusume .contents ul li::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 24px;
        height: 24px;
        background: url("img/ico_check2.png") no-repeat left top/100% auto; }
        @media only screen and (max-width: 768px) {
          .client_archive .osusume .contents ul li::before {
            width: 17px;
            height: 17px; } }
      .client_archive .osusume .contents ul li + li {
        margin-top: 10px; }
      .client_archive .osusume .contents ul li .o_ttl {
        margin-bottom: 5px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700; }
      .client_archive .osusume .contents ul li strong {
        background: linear-gradient(transparent 60%, #ffed15 60%);
        font-size: 18px;
        font-size: 1.8rem; }
.client_archive .cta {
  clear: both;
  padding-top: 15px; }
  @media only screen and (max-width: 768px) {
    .client_archive .cta {
      width: 100%;
      padding-top: 10px; } }

.section01 .inner {
  padding: 20px 50px 35px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 18px 8px 30px; } }
.section01 h2 {
  margin-bottom: 12px;
  text-align: center; }
.section01 .rank_section {
  margin-bottom: 30px; }
  .section01 .rank_section ul {
    width: 100%;
    border: 1px solid #b7b7b7;
    border-bottom: none; }
    .section01 .rank_section ul li {
      padding: 15px 2.8%;
      border-bottom: 1px solid #b7b7b7;
      -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-gap: 2%;
      -moz-gap: 2%;
      -ms-gap: 2%;
      -o-gap: 2%;
      gap: 2%; }
      @media only screen and (max-width: 768px) {
        .section01 .rank_section ul li {
          padding: 8px 2.8%; } }
      .section01 .rank_section ul li .img {
        position: relative;
        padding-left: 80px;
        width: 225px; }
        @media only screen and (max-width: 768px) {
          .section01 .rank_section ul li .img {
            padding: 30px 0 0;
            width: 27%;
            text-align: center; } }
        .section01 .rank_section ul li .img img {
          width: 100%;
          max-width: 140px; }
        .section01 .rank_section ul li .img::before {
          z-index: 1;
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          width: 67px;
          height: 57px;
          background: url("img/ico_rank1.png") no-repeat left top/100% auto; }
          @media only screen and (max-width: 768px) {
            .section01 .rank_section ul li .img::before {
              top: 0;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              width: 33px;
              height: 28px; } }
      .section01 .rank_section ul li .txt {
        -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-gap: 3px 4%;
        -moz-gap: 3px 4%;
        -ms-gap: 3px 4%;
        -o-gap: 3px 4%;
        gap: 3px 4%;
        font-size: 15px;
        font-size: 1.5rem;
        flex: 1; }
        @media only screen and (max-width: 768px) {
          .section01 .rank_section ul li .txt {
            flex-direction: column;
            line-height: 1.4; } }
        .section01 .rank_section ul li .txt .wrap {
          flex: 1; }
        .section01 .rank_section ul li .txt p br {
          display: none; }
        .section01 .rank_section ul li .txt span {
          color: #fe498d;
          font-weight: 700; }
        .section01 .rank_section ul li .txt .name {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 700;
          margin-bottom: 5px; }
          @media only screen and (max-width: 768px) {
            .section01 .rank_section ul li .txt .name {
              margin-bottom: 2px; } }
          .section01 .rank_section ul li .txt .name a {
            position: relative; }
            .section01 .rank_section ul li .txt .name a::after {
              content: "";
              display: inline-block;
              margin-left: 5px;
              width: 1.7rem;
              height: 1.7rem;
              background: no-repeat center/contain url("img/ico_blank.png"); }
        .section01 .rank_section ul li .txt .cta_btn {
          width: 35.2%;
          border-radius: .8em; }
          @media only screen and (max-width: 768px) {
            .section01 .rank_section ul li .txt .cta_btn {
              width: 100%;
              border-radius: 100vmax;
              -moz-border-radius: 100vmax;
              -webkit-border-radius: 100vmax;
              -o-border-radius: 100vmax;
              -ms-border-radius: 100vmax; } }
          .section01 .rank_section ul li .txt .cta_btn a {
            font-size: 15px;
            font-size: 1.5rem; }
            @media only screen and (max-width: 768px) {
              .section01 .rank_section ul li .txt .cta_btn a {
                padding: 10px 5px;
                font-size: 14px;
                font-size: 1.4rem; } }
      .section01 .rank_section ul li:nth-child(1) {
        background-color: #fffcd5; }
      .section01 .rank_section ul li:nth-child(2) .img::before {
        background-image: url("img/ico_rank2.png"); }
      .section01 .rank_section ul li:nth-child(3) .img::before {
        background-image: url("img/ico_rank3.png"); }
      .section01 .rank_section ul li:nth-child(4) .img::before {
        background-image: url("img/ico_rank4.png"); }
      .section01 .rank_section ul li:nth-child(5) .img::before {
        background-image: url("img/ico_rank5.png"); }
.section01 .lesson {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section01 .lesson h3 {
      max-width: 500px;
      margin: auto; } }
  .section01 .lesson .point_table {
    position: relative;
    margin: 10px auto 18px;
    max-width: 530px; }
    .section01 .lesson .point_table::after {
      content: "";
      position: absolute;
      left: 24%;
      top: 0;
      bottom: 0;
      width: 38%;
      border-radius: 20px 20px 0 0;
      border: solid 3px #fe498d; }
      @media only screen and (max-width: 768px) {
        .section01 .lesson .point_table::after {
          left: 20%;
          border-width: 2px;
          width: 40%;
          border-radius: 10px 10px 0 0; } }
    .section01 .lesson .point_table table {
      text-align: center; }
      .section01 .lesson .point_table table thead th {
        vertical-align: bottom; }
        .section01 .lesson .point_table table thead th:nth-child(1) {
          background: transparent;
          border-bottom: 1px solid #b7b7b7; }
        .section01 .lesson .point_table table thead th span {
          font-size: 20px;
          font-size: 2rem;
          display: block;
          padding: 5px;
          color: #fff;
          font-weight: 700;
          border-radius: 20px 20px 0 0;
          background: #8a8a8a;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            .section01 .lesson .point_table table thead th span {
              border-radius: 10px 10px 0 0; } }
        .section01 .lesson .point_table table thead th:nth-child(2) span {
          padding: 12px 5px;
          background: #00c10e; }
      .section01 .lesson .point_table table tbody th {
        padding: 10px;
        width: 24%;
        background: #f0fff1;
        text-align: center;
        border-left: 1px solid #b7b7b7;
        border-bottom: 1px solid #b7b7b7; }
        @media only screen and (max-width: 768px) {
          .section01 .lesson .point_table table tbody th {
            padding: 5px;
            width: 20%;
            font-size: 14px;
            font-size: 1.4rem; } }
      .section01 .lesson .point_table table tbody td {
        width: 38%;
        height: 106px;
        background: #f7f7f7;
        text-align: center;
        border-right: 1px solid #b7b7b7;
        border-bottom: 1px solid #b7b7b7; }
        @media only screen and (max-width: 768px) {
          .section01 .lesson .point_table table tbody td {
            width: 40%;
            height: 75px;
            font-size: 14px;
            font-size: 1.4rem; } }
        .section01 .lesson .point_table table tbody td:nth-child(2) {
          background: #fffcd5; }
        .section01 .lesson .point_table table tbody td .ico {
          margin: 0 auto 10px;
          width: 44px; }
          @media only screen and (max-width: 768px) {
            .section01 .lesson .point_table table tbody td .ico {
              width: 30px; } }
        .section01 .lesson .point_table table tbody td .table_txt {
          line-height: 1.2; }
  .section01 .lesson .lead {
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    font-size: 20px;
    font-size: 2rem; }
    .section01 .lesson .lead span {
      font-size: 140%;
      color: #fe498d;
      font-weight: 700; }

.section02 .inner {
  padding: 20px 50px 40px;
  background: #f0fff1; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      padding: 12px 8px 40px; } }
.section02 .main_ttl::before, .section02 .main_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 197px;
  background: no-repeat top/contain url("img/img_flag.png"); }
  @media only screen and (max-width: 768px) {
    .section02 .main_ttl::before, .section02 .main_ttl::after {
      width: 30%; } }
.section02 .main_ttl::before {
  left: 0; }
.section02 .main_ttl::after {
  right: 0;
  transform: scaleX(-1); }
.section02 .client_archive .client_card {
  border-color: #00c10e; }
  .section02 .client_archive .client_card .client_name {
    padding-left: 25px;
    border-bottom-color: #00c10e; }
    @media only screen and (max-width: 768px) {
      .section02 .client_archive .client_card .client_name {
        padding-left: 10px; } }
    .section02 .client_archive .client_card .client_name::before {
      display: none; }

.section03 .inner {
  padding: 25px 50px 60px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      padding: 15px 8px 45px; } }
.section03 .client_archive > ul > li:nth-child(1) .client_card {
  background: #fffcd5; }

.section04 .inner {
  padding: 0 50px 20px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      padding: 15px 8px 25px; } }
.section04 h2 {
  position: relative;
  max-width: 700px;
  margin: 0 auto 30px;
  padding: 23px 0 14px;
  border-top: #493a3a dashed 2px;
  border-bottom: #493a3a dashed 2px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 30px;
  font-size: 3rem; }
  @media only screen and (max-width: 768px) {
    .section04 h2 {
      width: 90%;
      margin-bottom: 5px;
      padding: 18px 0 10px;
      font-size: 25px;
      font-size: 2.5rem; } }
  .section04 h2 span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -23px; }
    @media only screen and (max-width: 768px) {
      .section04 h2 span {
        width: 90px;
        top: -16px; } }
.section04 .point {
  -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) {
    .section04 .point {
      flex-direction: column; } }
  .section04 .point .item {
    width: 100%;
    padding: 15px 15px 25px;
    border: 2px solid #00c10e;
    background: #f0fff1;
    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) {
      .section04 .point .item {
        padding: 12px 10px 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .section04 .point .item .head {
      font-weight: 700;
      text-align: center;
      font-size: 20px;
      font-size: 2rem; }
      @media only screen and (max-width: 768px) {
        .section04 .point .item .head {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: space-around;
          -moz-justify-content: space-around;
          -ms-justify-content: space-around;
          -o-justify-content: space-around;
          justify-content: space-around; } }
      @media only screen and (max-width: 768px) {
        .section04 .point .item .head .ttl {
          flex: 1; } }
      .section04 .point .item .head .ttl p:nth-child(2) {
        margin-top: 15px; }
        @media only screen and (max-width: 768px) {
          .section04 .point .item .head .ttl p:nth-child(2) {
            margin-top: 5px; } }
    .section04 .point .item .img {
      margin: 10px 0; }
      @media only screen and (max-width: 768px) {
        .section04 .point .item .img {
          margin: 0;
          padding: 5px 10% 0 5%;
          width: 52%; } }
    .section04 .point .item .txt {
      text-align: justify;
      line-height: 1.8;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .section04 .point .item .txt {
          margin-top: 6px;
          line-height: 1.7;
          font-size: 16px;
          font-size: 1.6rem; } }
.section04 .conclusion {
  margin: 40px 0 15px; }
  @media only screen and (max-width: 768px) {
    .section04 .conclusion {
      margin-top: 15px;
      padding: 20px 0 0; } }
  .section04 .conclusion .ttl {
    text-align: center;
    font-weight: 600;
    line-height: 1.7;
    font-size: 25px;
    font-size: 2.5rem; }
    @media only screen and (max-width: 768px) {
      .section04 .conclusion .ttl {
        font-size: 22px;
        font-size: 2.2rem; } }
    .section04 .conclusion .ttl span {
      position: relative;
      display: inline-flex;
      align-items: center;
      height: 48px;
      margin-bottom: 10px;
      padding: 0 50px 2px;
      color: #fff;
      line-height: 1;
      background: #493a3a;
      border-radius: 100vmax;
      -moz-border-radius: 100vmax;
      -webkit-border-radius: 100vmax;
      -o-border-radius: 100vmax;
      -ms-border-radius: 100vmax;
      font-size: 28px;
      font-size: 2.8rem; }
      @media only screen and (max-width: 768px) {
        .section04 .conclusion .ttl span {
          padding: 0 33px 2px;
          height: 33px;
          font-size: 26px;
          font-size: 2.6rem; } }
      .section04 .conclusion .ttl span::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        width: 4px;
        height: 8px;
        background: #493a3a; }
  .section04 .conclusion .client_table {
    position: relative;
    margin: 15px 0;
    background: #fff; }
    @media only screen and (max-width: 768px) {
      .section04 .conclusion .client_table {
        margin: 10px 0; } }
    .section04 .conclusion .client_table::before {
      z-index: 1;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% / 3);
      height: 100%;
      border: 2px solid #fe498d;
      pointer-events: none; }
    .section04 .conclusion .client_table table {
      table-layout: fixed;
      width: 100%;
      border: 1px solid #c4c4c4; }
      .section04 .conclusion .client_table table th, .section04 .conclusion .client_table table td {
        padding: 10px 15px;
        border: 1px solid #c4c4c4;
        font-size: 15px;
        font-size: 1.5rem;
        text-align: center;
        vertical-align: middle; }
        @media only screen and (max-width: 768px) {
          .section04 .conclusion .client_table table th, .section04 .conclusion .client_table table td {
            padding: 10px 6px;
            font-size: 12.5px;
            font-size: 1.25rem; } }
      .section04 .conclusion .client_table table thead th:first-child,
      .section04 .conclusion .client_table table tbody td:first-child {
        background: #fffcd5; }
      .section04 .conclusion .client_table table thead th {
        position: relative;
        padding-top: 64px;
        vertical-align: top; }
        @media only screen and (max-width: 768px) {
          .section04 .conclusion .client_table table thead th {
            padding-top: 32px;
            padding-bottom: 5px; } }
        .section04 .conclusion .client_table table thead th img {
          width: 55%; }
          @media only screen and (max-width: 768px) {
            .section04 .conclusion .client_table table thead th img {
              width: 90%; } }
        .section04 .conclusion .client_table table thead th::before {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          content: '';
          top: 10px;
          z-index: 1;
          width: 62px;
          height: 62px;
          background: url("img/ico_rank1.png") no-repeat center top/contain; }
          @media only screen and (max-width: 768px) {
            .section04 .conclusion .client_table table thead th::before {
              top: 4px;
              height: 25px; } }
        .section04 .conclusion .client_table table thead th:nth-child(2)::before {
          background-image: url("img/ico_rank2.png"); }
        .section04 .conclusion .client_table table thead th:nth-child(3)::before {
          background-image: url("img/ico_rank3.png"); }
        .section04 .conclusion .client_table table thead th a {
          width: 58%; }
        .section04 .conclusion .client_table table thead th p {
          margin-top: 5px; }
      .section04 .conclusion .client_table table tbody th {
        background: #00c10e;
        color: #fff;
        font-weight: 700;
        padding: 4px 0 5px; }
        @media only screen and (max-width: 768px) {
          .section04 .conclusion .client_table table tbody th {
            padding: 2px 0 3px; } }
      .section04 .conclusion .client_table table tbody td {
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 768px) {
          .section04 .conclusion .client_table table tbody td {
            padding: 9px 5px;
            font-size: 12.5px;
            font-size: 1.25rem; } }
        .section04 .conclusion .client_table table tbody td .ico {
          width: 48px;
          margin: 0 auto 3px; }
          @media only screen and (max-width: 768px) {
            .section04 .conclusion .client_table table tbody td .ico {
              width: 34px; } }
    .section04 .conclusion .client_table .cta_btn {
      margin-bottom: 15px;
      width: 85%;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      @media only screen and (max-width: 768px) {
        .section04 .conclusion .client_table .cta_btn {
          margin-bottom: 0;
          width: 100%;
          border-radius: 100vmax;
          -moz-border-radius: 100vmax;
          -webkit-border-radius: 100vmax;
          -o-border-radius: 100vmax;
          -ms-border-radius: 100vmax; } }
      .section04 .conclusion .client_table .cta_btn a {
        padding: 20px 0;
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 768px) {
          .section04 .conclusion .client_table .cta_btn a {
            padding: 12px 0;
            font-size: 14px;
            font-size: 1.4rem; } }

.section05 {
  position: relative;
  margin-top: 45px; }
  @media only screen and (max-width: 768px) {
    .section05 {
      margin-top: 35px; } }
  .section05 .inner {
    padding: 60px 50px 80px;
    background: #f0fff1; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        padding: 40px 8px 50px; } }
  .section05 .section_ttl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    width: 60%; }
    @media only screen and (max-width: 768px) {
      .section05 .section_ttl {
        top: -40px;
        width: 80%;
        max-width: 320px; } }
  .section05 .client_archive .client_card {
    border-color: #00c10e; }
    .section05 .client_archive .client_card .client_name {
      padding-left: 25px;
      border-bottom-color: #00c10e; }
      @media only screen and (max-width: 768px) {
        .section05 .client_archive .client_card .client_name {
          padding-left: 10px; } }
      .section05 .client_archive .client_card .client_name::before {
        display: none; }

.section06 .inner {
  padding: 25px 50px 50px; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      padding: 20px 10px 40px; } }
.section06 .main_ttl {
  padding: 22px 5px; }
  @media only screen and (max-width: 768px) {
    .section06 .main_ttl {
      padding: 12px 5px; } }
  .section06 .main_ttl strong {
    color: inherit; }
    @media only screen and (max-width: 768px) {
      .section06 .main_ttl strong {
        font-size: 20px;
        font-size: 2rem; } }
.section06 .faq .item {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 0px 3px 9px 2px rgba(51, 51, 51, 0.1); }
  .section06 .faq .item + .item {
    margin-top: 15px; }
  .section06 .faq .item summary {
    cursor: pointer;
    position: relative;
    padding: 20px 40px 20px 60px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    list-style: none; }
    @media only screen and (max-width: 768px) {
      .section06 .faq .item summary {
        padding: 12px 30px 12px;
        font-size: 17.5px;
        font-size: 1.75rem; } }
    .section06 .faq .item summary::before {
      content: 'Q.';
      position: absolute;
      top: 18px;
      left: 25px;
      font-weight: 700;
      color: #00c10e; }
      @media only screen and (max-width: 768px) {
        .section06 .faq .item summary::before {
          top: 8px;
          left: 10px; } }
    .section06 .faq .item summary::after {
      content: '＋';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      font-size: 140%;
      color: #00c10e; }
      @media only screen and (max-width: 768px) {
        .section06 .faq .item summary::after {
          right: 10px; } }
    .section06 .faq .item summary.open::after {
      content: '－'; }
  .section06 .faq .item .wrap {
    position: relative;
    overflow: hidden;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .section06 .faq .item .wrap {
        font-size: 14px;
        font-size: 1.4rem; } }
    .section06 .faq .item .wrap::before {
      content: 'A.';
      position: absolute;
      top: -2px;
      left: 25px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      color: #00c10e; }
      @media only screen and (max-width: 768px) {
        .section06 .faq .item .wrap::before {
          left: 10px;
          font-size: 17.5px;
          font-size: 1.75rem; } }
    .section06 .faq .item .wrap p {
      position: relative;
      padding: 0 40px 20px 60px; }
      @media only screen and (max-width: 768px) {
        .section06 .faq .item .wrap p {
          padding: 0 25px 12px 35px; } }
      .section06 .faq .item .wrap p span {
        font-weight: 700; }

.footer {
  padding-top: 20px;
  background: #fff; }
  .footer .privacy {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .footer .privacy {
        padding: 0 20px; } }
    .footer .privacy .image {
      width: 90px;
      margin-right: 20px; }
      @media only screen and (max-width: 768px) {
        .footer .privacy .image {
          width: 60px;
          margin-right: 10px; } }
    .footer .privacy .txt {
      font-size: 13px;
      font-size: 1.3rem; }
      @media only screen and (max-width: 768px) {
        .footer .privacy .txt {
          width: calc(100% - 70px);
          font-size: .7em; } }
  .footer .f_nav {
    padding: 20px 0; }
    .footer .f_nav ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .footer .f_nav ul li {
        margin-left: 60px; }
        @media only screen and (max-width: 768px) {
          .footer .f_nav ul li {
            margin-left: 15px; } }
        .footer .f_nav ul li:first-child {
          margin-left: 0; }
        .footer .f_nav ul li a {
          text-decoration: none;
          font-size: 13px;
          font-size: 1.3rem; }
          @media only screen and (max-width: 768px) {
            .footer .f_nav ul li a {
              text-decoration: underline;
              font-size: .8em; } }
  .footer .copyright {
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    background: #00c10e; }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(0, 193, 14, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .inner {
    width: 825px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    background: none;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -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;
    -webkit-gap: 5px;
    -moz-gap: 5px;
    -ms-gap: 5px;
    -o-gap: 5px;
    gap: 5px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        padding: 2px 8px;
        -webkit-gap: 0;
        -moz-gap: 0;
        -ms-gap: 0;
        -o-gap: 0;
        gap: 0; } }
  .fixed_cta .img {
    position: absolute;
    left: 8px;
    bottom: 0;
    max-width: 65%; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .img {
        max-width: 70.7%;
        position: relative;
        bottom: -2px;
        left: -8px; } }
    .fixed_cta .img picture {
      height: 100%;
      -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; }
      .fixed_cta .img picture img {
        max-height: 100%;
        width: auto; }
  .fixed_cta .btn {
    width: 32%; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .btn {
        width: 30%; } }
    @media only screen and (min-width: 769px) {
      .fixed_cta .btn .cta_btn {
        border-radius: 100vmax;
        -moz-border-radius: 100vmax;
        -webkit-border-radius: 100vmax;
        -o-border-radius: 100vmax;
        -ms-border-radius: 100vmax; } }
    @media only screen and (max-width: 768px) {
      .fixed_cta .btn .cta_btn {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .fixed_cta .btn .cta_btn a {
      padding: 12px 0;
      letter-spacing: 0.08em;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .btn .cta_btn a {
          line-height: 1.2;
          padding: 5px 0;
          font-size: 13px;
          font-size: 1.3rem; } }
      .fixed_cta .btn .cta_btn a span {
        font-size: 90%;
        letter-spacing: -0.01em; }

.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%);
        bottom: 115px;
        width: 60%; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .image .client_image {
            bottom: 22%; } }
    .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: 90%;
      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 {
        display: block;
        width: 100%;
        font-size: 23px;
        font-size: 2.3rem;
        color: #fff;
        font-weight: 700;
        overflow: hidden;
        text-align: center;
        padding: 14px 0;
        border-radius: 100vmax;
        -moz-border-radius: 100vmax;
        -webkit-border-radius: 100vmax;
        -o-border-radius: 100vmax;
        -ms-border-radius: 100vmax; }

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

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