@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("wow/animate.css");
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; }

@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; } }
.marker {
  background: linear-gradient(transparent 60%, #ebf220 0%); }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  /*background-image: url("img/body_bg.jpg");*/
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  font-size: 1.6em;
  color: #707070;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #707070;
  text-decoration: none; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #707070;
    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; } }
.header .inner {
  position: relative;
  padding: 5px 10px; }
  .header .inner .logo {
    width: 35%; }
  .header .inner .header__pr {
    z-index: 10;
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 1px 3px;
    border: solid 1px #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 15px;
    font-size: 1.5rem; }
  .header .inner .notice {
    position: absolute;
    bottom: 3px;
    right: 10px;
    font-size: 11px;
    font-size: 1.1rem; }

.pr_txt {
  margin-top: 5px;
  text-align: center;
  position: relative;
  z-index: 10; }

.notice {
  text-align: right;
  width: 100%;
  font-size: 10px;
  padding: 1px 0; }

.index {
  /*.section04 {
      padding:20px 0;
      .inner {
          padding:0 10px;
      }
      .client {
          margin-top: 5px;
          ul li {
              margin-top: 20px;
              border:1px solid #b6b6b6;
              padding:15px 10px;
              @include radius(5px);
              &:first-child {
                  margin-top: 0;
              }
              &:nth-child(1) {
                  margin-top: 0;
                  background: #fffced;
                  border-color:#cfb42d;
              }
              .name {
                  font-size:4vw;
                  a {
                      display: block;
                      text-decoration: none;
                      font-weight: 700;
                      position: relative;
                      line-height:44px;
                      padding-left: 80px;
                      &::before {
                          content:"";
                          position: absolute;
                          width:70px;
                          height:100%;
                          background-repeat: no-repeat;
                          background-position: center center;
                          background-size:100% auto;
                          left:0;
                          top:0;
                          pointer-events: none;
                      }
                  }
              }
          }
          table {
              margin-top: 8px;
              width:100%;
              border:1px solid #c4ac30;
              background: #fff;
              th,td {
                  text-align: center;
                  vertical-align: top;
                  width:calc(100% / 3);
              }
              tr th {
                  background: #c4ac30;
                  color:#fff;
                  font-weight: 700;
                  padding:5px;
                  border-left:1px solid #fff;
                  &:first-child {
                      border-left:none;
                  }
              }
              tr td {
                  padding:10px;
                  @include fs(12);
                  border-left:1px solid #c4ac30;
                  &:first-child {
                      border-left:none;
                  }
                  span {
                      @include fs(24);
                      font-weight: 700;
                      color:#f85987;
                  }
              }
              .ico {
                  width:50%;
                  margin:0 auto 6px;
              }
          }
          .cta {
              margin-top: 15px;
              .cta_btn {
                  padding:0 10px;
              }
          }
          .remarks {
              text-align: center;
              span {
                  color:#f85987;
                  font-weight: 700;
              }
          }
          ul li:nth-child(1) {
              .name a::before {
                  background-image: url("img/client_rank_01.png");
              }
          }
          ul li:nth-child(2) {
              .name a::before {
                  background-image: url("img/client_rank_02.png");
              }
              table {
                  border-color:#9a9a9a;
                  th {
                      background: #9a9a9a;
                  }
                  td {
                      border-color:#9a9a9a;
                  }
              }
          }
          ul li:nth-child(3) {
              .name a::before {
                  background-image: url("img/client_rank_03.png");
              }
          }
      }
  }*/ }
  .index sup {
    font-size: 10px;
    font-size: 1rem; }
  .index .remarks {
    margin-top: 10px;
    padding: 0 10px;
    letter-spacing: -0.05em;
    font-size: 10px;
    font-size: 1rem; }
  .index .cta .cta_txt {
    text-align: center;
    font-weight: 700;
    color: #f85987;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 10px; }
  .index .cta_btn {
    /*&.variable_height a {
        padding:8px 0;
    }*/ }
    .index .cta_btn a {
      background-color: #6EBFB5 !important;
      border-bottom: 2px solid #4B9D93 !important;
      display: block;
      text-decoration: none;
      position: relative;
      text-align: center;
      color: #fff;
      font-size: 4vw;
      font-weight: 700;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      line-height: 1.3;
      padding: 18px 0;
      min-height: 55px; }
      .index .cta_btn a::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 100%;
        background-image: url("img/cta_ico.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        right: 15px;
        pointer-events: none; }
      .index .cta_btn a img {
        width: 25px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%); }
    .index .cta_btn a.gry_btn {
      background-color: #dddddd !important;
      border-bottom: 2px solid #cbcbcb !important;
      color: #555 !important; }
  .index .shiny_btn {
    position: relative;
    overflow: hidden; }
    .index .shiny_btn::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; }
  .index .click_btn {
    animation: vertical 2s linear infinite;
    transform-origin: center; }
@keyframes vertical {
  5% {
    transform: translate(0px, 2px); }
  10% {
    transform: translate(0px, 0); }
  15% {
    transform: translate(0px, 2px); }
  20% {
    transform: translate(0px, 0); } }
  .index .main_ttl {
    background: #ff8007;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 5vw;
    padding: 12px 10px;
    position: relative;
    margin: 0 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px; }
    .index .main_ttl::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 8px 0 8px;
      border-color: #ff8007 transparent transparent transparent;
      bottom: -10px; }
    .index .main_ttl span {
      color: #ebf220; }
  .index .fv {
    position: relative; }
    .index .fv .fv_date {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 15px;
      text-align: center;
      font-size: 4.2vw;
      font-weight: 700;
      color: #fff;
      letter-spacing: 0.1em;
      -webkit-text-stroke: 5px #fb902c;
      text-stroke: 5px #fb902c;
      paint-order: stroke; }
  .index .latest_pr {
    background-color: #fb902c;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    line-height: 1.4;
    white-space: nowrap; }
    .index .latest_pr strong {
      color: #f3f945;
      font-size: 20px; }
  .index .section01 {
    padding: 15px 10px 0;
    margin-bottom: 30px; }
    .index .section01 h2 {
      padding: 0 10px;
      text-align: center; }
    .index .section01 .heading {
      text-align: center;
      font-weight: 700;
      color: #f00;
      font-size: 20px;
      font-size: 2rem; }
    .index .section01 .items {
      width: 100%;
      margin-top: 8px;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      position: relative;
      border-right: 1px solid #bdbdbd; }
      .index .section01 .items::after {
        content: "";
        position: absolute;
        width: 125px;
        height: 100%;
        pointer-events: none;
        left: 0;
        top: 0;
        z-index: 1; }
      .index .section01 .items .item {
        width: calc(100% / 3);
        /*min-width:125px;*/
        border-top: 1px solid #bdbdbd;
        border-left: 1px solid #bdbdbd;
        border-bottom: none;
        padding: 15px 10px; }
        .index .section01 .items .item:first-child {
          background: #fffde1;
          border-color: #ff8007;
          border-right: 1px solid #ff8007; }
        .index .section01 .items .item:nth-child(2) {
          border-left: none; }
        .index .section01 .items .item:last-child {
          border-color: #bdbdbd; }
        .index .section01 .items .item .name {
          width: 100%;
          position: relative;
          padding-top: 50px;
          min-height: calc(50px + 4.5em);
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .index .section01 .items .item .name::before {
            content: "";
            position: absolute;
            width: 70px;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center 3px;
            background-size: 100% auto;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 0;
            pointer-events: none; }
          .index .section01 .items .item .name a {
            text-decoration: none;
            color: #00b1e4;
            font-weight: 500;
            font-size: 12px;
            white-space: nowrap; }
        .index .section01 .items .item:nth-child(1) .name::before {
          background-image: url("img/client_rank_01.png"); }
        .index .section01 .items .item:nth-child(2) .name::before {
          background-image: url("img/client_rank_02.png"); }
        .index .section01 .items .item:nth-child(3) .name::before {
          background-image: url("img/client_rank_03.png"); }
      .index .section01 .items .name {
        text-align: center;
        font-size: 10px;
        font-size: 1rem; }
        .index .section01 .items .name a {
          text-decoration: none;
          font-weight: 500; }
      .index .section01 .items .image {
        margin-top: 5px; }
      .index .section01 .items .lead {
        margin-top: 5px;
        text-align: center;
        font-weight: 500;
        font-size: 10px;
        font-size: 1rem;
        color: #ff3210;
        white-space: nowrap; }
      .index .section01 .items .access {
        margin-top: 5px; }
        .index .section01 .items .access .ttl {
          background: #ffa48d;
          text-align: center;
          font-weight: 700;
          font-size: 12px;
          font-size: 1.2rem;
          color: #fff;
          padding: 3px 0;
          position: relative; }
          .index .section01 .items .access .ttl::before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 3px 0 3px;
            border-color: #fda8c0 transparent transparent transparent;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -6px; }
        .index .section01 .items .access .txt {
          margin-top: 5px;
          text-align: center;
          font-size: 10px;
          font-size: 1rem;
          font-weight: 700; }
          .index .section01 .items .access .txt span {
            display: inline-block;
            margin-right: 5px;
            font-size: 4.5vw; }
      .index .section01 .items .reserve {
        width: 100%;
        margin: 0;
        padding: 0; }
        .index .section01 .items .reserve a {
          display: block;
          color: #fff;
          text-align: center;
          border-radius: 15px;
          width: 100%;
          height: auto;
          background-color: #fe6e4a;
          padding: 6px 0;
          font-size: 11px;
          font-weight: bold;
          letter-spacing: .075em; }
          .index .section01 .items .reserve a img {
            width: 14px !important;
            height: 14px !important;
            margin-left: 3px;
            margin-bottom: 1px; }
    .index .section01 .table {
      margin-right: -10px; }
    .index .section01 .wrap {
      width: 100%;
      overflow-x: scroll; }
    .index .section01 table {
      width: 610px;
      border: 1px solid #e4e4e4;
      margin-top: 10px; }
      .index .section01 table th, .index .section01 table td {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        border: 1px solid #e4e4e4;
        padding: 8px 5px;
        width: 100px;
        background: #fff; }
      .index .section01 table thead th {
        background: #ff8007;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px; }
        .index .section01 table thead th:first-child {
          width: 40px !important; }
      .index .section01 table tbody tr:first-child {
        /*border:2px solid $mainColor;*/
        background-color: #fffcee; }
        .index .section01 table tbody tr:first-child td {
          background-color: #fffdea; }
      .index .section01 table tbody td p {
        margin-top: 3px;
        line-height: 1.4;
        font-size: 13px;
        font-size: 1.3rem; }
      .index .section01 table tbody a p {
        color: #10adf6;
        font-weight: 500;
        text-decoration: underline;
        font-size: 11px;
        font-size: 1.1rem; }
      .index .section01 table tbody .red2 {
        font-weight: 700;
        color: #f00;
        font-size: 12px;
        font-size: 1.2rem; }
      .index .section01 table tbody .ico {
        width: 30px;
        margin: 0 auto; }
      .index .section01 table tbody .rank_ico {
        width: 40px !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30px auto; }
      .index .section01 table tbody tr:nth-child(1) .rank_ico {
        background-image: url("img/client_rank_01.png"); }
      .index .section01 table tbody tr:nth-child(2) .rank_ico {
        background-image: url("img/client_rank_02.png"); }
      .index .section01 table tbody tr:nth-child(3) .rank_ico {
        background-image: url("img/client_rank_03.png"); }
      .index .section01 table tbody tr:nth-child(4) .rank_ico {
        background-image: url("img/client_rank_04.png"); }
      .index .section01 table tbody tr:nth-child(5) .rank_ico {
        background-image: url("img/client_rank_05.png"); }
      .index .section01 table thead tr th:nth-child(2),
      .index .section01 table tbody tr td:nth-child(2) {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 10;
        width: 110px; }
        .index .section01 table thead tr th:nth-child(2)::after,
        .index .section01 table tbody tr td:nth-child(2)::after {
          content: "";
          position: absolute;
          top: -1px;
          right: -1px;
          width: 1px;
          height: 100%;
          border-right: 1px solid #e4e4e4;
          z-index: -1; }
      .index .section01 table thead tr th:nth-child(3),
      .index .section01 table tbody tr td:nth-child(3) {
        width: 130px; }
      .index .section01 table thead tr th:nth-child(4),
      .index .section01 table tbody tr td:nth-child(4) {
        width: 100px; }
      .index .section01 table thead tr th:last-child,
      .index .section01 table tbody tr td:last-child {
        width: 130px; }
    .index .section01 .cta_btn {
      position: relative;
      margin-top: 3px;
      padding: 5px 2px;
      background: #6EBFB5;
      border-bottom: 2px solid #4B9D93;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      text-decoration: none;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1.3; }
  .index .table_wrap {
    margin: 0 0 40px;
    padding: 0 10px; }
    .index .table_wrap p {
      margin: 5px 0 0 10px;
      font-size: 11px; }
  .index .sec01_table {
    width: 100%; }
    .index .sec01_table th {
      background-color: #ffa48d;
      border: 1px solid #ffa48d;
      padding: 10px 0;
      text-align: center;
      color: #fff;
      font-size: 1.2em; }
    .index .sec01_table td {
      border-right: 1px solid #bdbdbd;
      border-left: 1px solid #bdbdbd;
      text-align: center;
      width: calc(100% / 3);
      padding: 10px 10px;
      font-size: 1.0em; }
      .index .sec01_table td img {
        width: 30px;
        height: auto;
        margin: 0 0 5px; }
    .index .sec01_table td.bd_emph {
      border-right: 1px solid #ff8007;
      border-left: 1px solid #ff8007;
      background: #fffde1; }
      .index .sec01_table td.bd_emph span.red {
        color: #f42c1b;
        font-weight: bold;
        background: linear-gradient(transparent 60%, #fffb8c 60%); }
    .index .sec01_table td.bd_emph.bd_bottom {
      border-bottom: 1px solid #ff8007;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .index .sec01_table td.bd_bottom {
      border-bottom: 1px solid #bdbdbd;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .index .sec01_table .cta_btn a {
      font-size: 11px;
      padding-right: 15px; }
      .index .sec01_table .cta_btn a img {
        width: 13px; }
  .index .section02 {
    width: 100%;
    position: relative;
    padding: 0 10px;
    margin: 0; }
    .index .section02 .heading {
      width: 80%;
      margin: auto;
      position: relative;
      z-index: 5;
      margin-top: -22px; }
    .index .section02 .sec02-ttl {
      background-color: #fb912c;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      border-top-right-radius: 12.5px;
      border-top-left-radius: 12.5px;
      width: 100%;
      height: 43px;
      line-height: 43px;
      text-align: center;
      margin-bottom: 20px; }
    .index .section02 .explain {
      text-align: center; }
      .index .section02 .explain .marker {
        display: inline;
        background: linear-gradient(transparent 40%, #ebf220 0%);
        padding: 0 3px;
        line-height: 25px;
        letter-spacing: 0.075em;
        font-size: 15px !important;
        font-weight: bold;
        color: #48362d; }
    .index .section02 table {
      border-collapse: separate;
      border-spacing: 5px;
      position: relative;
      z-index: 2; }
      .index .section02 table tbody {
        position: relative; }
      .index .section02 table th {
        text-align: center; }
      .index .section02 table th.deco {
        position: relative;
        z-index: 2; }
        .index .section02 table th.deco .check {
          width: 41px;
          position: absolute;
          z-index: 3;
          top: -28px;
          left: -5px; }
      .index .section02 table td {
        padding: 2px;
        vertical-align: top;
        border: 1px solid #ffa48d;
        background-color: #fff; }
        .index .section02 table td.gray {
          border-color: #999999; }
        .index .section02 table td .purpose {
          margin: 0;
          padding: 0;
          text-align: center;
          width: 100%; }
          .index .section02 table td .purpose li {
            color: #fe6e4a;
            font-size: 11px;
            font-weight: bold;
            line-height: 20px;
            height: 21px;
            width: 100%;
            border: 1px solid #fe6e4a;
            margin: 0 0 2px;
            letter-spacing: 0.05em;
            border-radius: 11px;
            background-color: #fff; }
        .index .section02 table td.gray li {
          color: #707070;
          border-color: #707070; }
      .index .section02 table .text_fix {
        letter-spacing: -0.05em;
        font-size: .9em;
        white-space: nowrap; }
    .index .section02 table::before {
      display: block;
      position: absolute;
      content: "";
      height: 100%;
      width: calc(100% / 4);
      background-color: #fdf3db;
      top: 5px;
      left: 25%;
      z-index: -1; }
    .index .section02 .th_head {
      background-color: #fb912c;
      color: #fff;
      font-size: 11px;
      font-weight: bold;
      letter-spacing: 0.075em;
      width: calc(100% / 4);
      padding: 10px 0; }
    .index .section02 .th_type {
      background-color: rgba(255, 164, 141, 0.3);
      color: #333;
      font-size: 11px;
      font-weight: bold;
      letter-spacing: 0.075em;
      padding: 10px 0;
      width: calc(100% / 4); }
      .index .section02 .th_type.gray {
        background-color: #cccccc; }
    .index .section02 img.chara_half {
      position: absolute;
      z-index: 0;
      top: 18px;
      left: 30px;
      transform: translateX(0);
      width: 76px !important; }
  .index .section_example {
    overflow: hidden;
    padding: 30px 45px;
    background: #fff; }
    .index .section_example .heading {
      text-align: center; }
      .index .section_example .heading span {
        display: inline-block;
        background: #fee9ed;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 700;
        padding: 15px 25px;
        color: #f87273;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        -ms-border-radius: 100px; }
    .index .section_example .swiper {
      margin-top: 30px;
      overflow: visible; }
      .index .section_example .swiper .swiper-wrapper {
        align-items: stretch;
        align-items: flex-start; }
        .index .section_example .swiper .swiper-wrapper .swiper-slide .slide {
          overflow: hidden;
          webkit-transition: var(--transition), opacity 1s;
          transition: var(--transition), opacity 1s;
          padding: 30px 20px;
          border: 3px solid #f87273;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px; }
          .index .section_example .swiper .swiper-wrapper .swiper-slide .slide .lead {
            margin: -30px -20px 20px;
            padding: 10px 2px;
            background: #ff8007;
            text-align: center;
            font-weight: 700;
            color: #fff;
            font-size: 22px;
            font-size: 2.2rem; }
          .index .section_example .swiper .swiper-wrapper .swiper-slide .slide table {
            width: 100%; }
            .index .section_example .swiper .swiper-wrapper .swiper-slide .slide table + table {
              margin-top: 10px; }
            .index .section_example .swiper .swiper-wrapper .swiper-slide .slide table th, .index .section_example .swiper .swiper-wrapper .swiper-slide .slide table td {
              padding: 10px;
              border: 1px solid #bababa;
              font-size: 15px;
              font-size: 1.5rem; }
            .index .section_example .swiper .swiper-wrapper .swiper-slide .slide table th {
              width: 30%;
              background: #ffe3c9;
              text-align: center; }
            .index .section_example .swiper .swiper-wrapper .swiper-slide .slide table td ul li {
              position: relative;
              padding-left: 20px; }
              .index .section_example .swiper .swiper-wrapper .swiper-slide .slide table td ul li::before {
                content: '●';
                position: absolute;
                top: 0;
                left: 0;
                color: #ff8007; }
              .index .section_example .swiper .swiper-wrapper .swiper-slide .slide table td ul li + li {
                margin-top: 5px; }
            .index .section_example .swiper .swiper-wrapper .swiper-slide .slide table td .effect_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;
              margin: 0 -3px; }
              .index .section_example .swiper .swiper-wrapper .swiper-slide .slide table td .effect_items span {
                display: inline-block;
                margin: 0 3px 5px;
                padding: 2px 10px;
                border: 1px solid #ff8007;
                border-radius: 20px;
                -moz-border-radius: 20px;
                -webkit-border-radius: 20px;
                -o-border-radius: 20px;
                -ms-border-radius: 20px;
                color: #ff8007;
                font-weight: 500; }
        .index .section_example .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-visible) .slide {
          pointer-events: none;
          opacity: 0.3; }
    .index .section_example .swiper-button-prev, .index .section_example .swiper-button-next {
      display: grid;
      place-content: center;
      width: 64px;
      height: 64px;
      cursor: pointer;
      -webkit-transition: var(--transition);
      transition: var(--transition); }
    .index .section_example .swiper-button-prev::before, .index .section_example .swiper-button-next::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      border-radius: 50%;
      -webkit-box-shadow: var(--box-shadow);
      box-shadow: var(--box-shadow); }
    .index .section_example .swiper-button-prev::after, .index .section_example .swiper-button-next::after {
      width: 1.8rem;
      height: 1.8rem;
      content: "";
      border: solid #fff;
      border-width: 3px 3px 0 0; }
    .index .section_example .swiper-button-prev::after {
      margin-left: 0.4rem;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .index .section_example .swiper-button-next::after {
      margin-right: 0.4rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .index .section_example .swiper-button-disabled {
      pointer-events: none;
      opacity: 0; }
    .index .section_example .swiper-button-prev,
    .index .section_example .swiper-button-next {
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      margin: auto; }
    .index .section_example .swiper-button-prev::before,
    .index .section_example .swiper-button-next::before {
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: var(--box-shadow-dark);
      box-shadow: var(--box-shadow-dark); }
    .index .section_example .swiper-button-prev::after,
    .index .section_example .swiper-button-next::after {
      border-color: #fff; }
    .index .section_example .swiper-button-prev {
      left: -35px; }
    .index .section_example .swiper-button-next {
      right: -35px; }
    .index .section_example .btn {
      margin-top: 10px;
      overflow: hidden; }
      .index .section_example .btn a {
        width: 100%;
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 15px 0;
        margin: auto;
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
        background: #45bc6f !important;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-bottom: 4px solid #399f5d; }
  .index .section03 {
    background: #fdf3db;
    padding: 30px 10px;
    position: relative; }
    .index .section03 .image {
      width: 130px;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 0; }
    .index .section03 .heading {
      position: relative; }
      .index .section03 .heading .txt {
        width: 100%;
        padding-right: 0px;
        text-align: right; }
        .index .section03 .heading .txt .txt_inner {
          display: inline-block;
          color: #707070;
          background: #fff;
          padding: 15px;
          font-size: 3vw;
          font-weight: 500;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          position: relative;
          text-align: center; }
          .index .section03 .heading .txt .txt_inner::before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 14px 8px 0;
            border-color: transparent #fff transparent transparent;
            left: -14px;
            top: 30%;
            margin-top: -3px; }
          .index .section03 .heading .txt .txt_inner span {
            font-size: 3.8vw;
            font-weight: 700; }
            .index .section03 .heading .txt .txt_inner span strong {
              font-size: 15px;
              font-weight: 700;
              color: #ff8007; }
    .index .section03 .acordion_wrap {
      margin-top: 12px;
      background: #fff;
      border-radius: 13px;
      -moz-border-radius: 13px;
      -webkit-border-radius: 13px;
      -o-border-radius: 13px;
      -ms-border-radius: 13px;
      padding: 0 15px;
      border: 2px solid #fdce9b;
      position: relative;
      z-index: 2; }
      .index .section03 .acordion_wrap .trigger {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 16px;
        font-weight: 700;
        letter-spacing: 0.075em;
        position: relative;
        padding: 15px 0; }
        .index .section03 .acordion_wrap .trigger::before {
          content: "＋";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          font-size: 30px;
          font-size: 3rem;
          font-weight: 400;
          color: #5f5f5f; }
        .index .section03 .acordion_wrap .trigger.active::before {
          content: "－"; }
      .index .section03 .acordion_wrap .acordion_inner {
        padding: 15px 0;
        border-top: 2px solid #f5ebe9;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: right; }
        .index .section03 .acordion_wrap .acordion_inner p {
          text-align: left; }
        .index .section03 .acordion_wrap .acordion_inner p.blueday {
          color: #ff8007;
          font-weight: bold;
          letter-spacing: 0.075em;
          margin: 0 0 16px;
          text-align: center; }
          .index .section03 .acordion_wrap .acordion_inner p.blueday span {
            color: #079fff; }
        .index .section03 .acordion_wrap .acordion_inner .kaiketsu {
          text-align: center;
          margin: 15px 0 20px;
          font-weight: bold; }
          .index .section03 .acordion_wrap .acordion_inner .kaiketsu span {
            font-size: 20px;
            color: #ff8007; }
        .index .section03 .acordion_wrap .acordion_inner .txt_block {
          @incude radius(13px);
          padding: 18px 15px;
          font-size: 13px;
          letter-spacing: 0.05em;
          border: 2px solid #e5e6e9;
          border-radius: 13px;
          -moz-border-radius: 13px;
          -webkit-border-radius: 13px;
          -o-border-radius: 13px;
          -ms-border-radius: 13px;
          text-align: left; }
      .index .section03 .acordion_wrap p strong {
        color: #ff8007; }
      .index .section03 .acordion_wrap .notifi {
        display: inline-block;
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        -o-border-radius: 13px;
        -ms-border-radius: 13px;
        background-color: #ffe4dd;
        margin: 13px 0;
        padding: 13px 20px;
        position: relative;
        right: 0; }
        .index .section03 .acordion_wrap .notifi::before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 14px 8px 0;
          border-color: transparent #ffe4dd transparent transparent;
          left: -14px;
          top: 45%;
          margin-top: -3px; }
        .index .section03 .acordion_wrap .notifi img {
          width: 75px;
          position: absolute;
          top: 0;
          left: -100px;
          z-index: 2; }
      .index .section03 .acordion_wrap .rate {
        margin: 0 0 31px;
        position: relative;
        z-index: 0; }
        .index .section03 .acordion_wrap .rate .rate_wrap {
          border-radius: 13px;
          -moz-border-radius: 13px;
          -webkit-border-radius: 13px;
          -o-border-radius: 13px;
          -ms-border-radius: 13px;
          border: 2px solid #ffe4dd;
          padding: 12px 20px 14px;
          margin: 0 0 10px; }
          .index .section03 .acordion_wrap .rate .rate_wrap span {
            display: block;
            color: #fe6e4a;
            font-weight: bold;
            letter-spacing: 0.05em;
            text-align: center;
            margin: 0 0 12px; }
        .index .section03 .acordion_wrap .rate p {
          font-size: 10px; }
  .index .section04 {
    padding: 20px 10px; }
    .index .section04 .main_ttl {
      letter-spacing: 0.075em; }
      .index .section04 .main_ttl span {
        font-size: 22.5p; }
      .index .section04 .main_ttl::first-line {
        font-size: 15px; }
    .index .section04 .content {
      background-image: url("img/content-bg.png");
      background-size: cover;
      background-repeat: no-repeat;
      margin-top: 20px;
      position: relative;
      padding-top: calc(700 / 710 * 100%); }
      .index .section04 .content .remarks, .index .section04 .content .txt, .index .section04 .content .item {
        position: absolute; }
      .index .section04 .content .remarks {
        font-size: 14px;
        font-size: 1.4rem;
        width: 100%;
        text-align: center;
        top: 1vw; }
      .index .section04 .content .txt {
        font-size: 3vw;
        font-weight: 700;
        color: #ff8007;
        top: 12vw;
        right: 8vw;
        pointer-events: none; }
      .index .section04 .content .item {
        overflow: hidden;
        box-sizing: content-box;
        width: 25.33%; }
        .index .section04 .content .item img {
          width: 100%; }
      .index .section04 .content .item_01 {
        top: 18vw;
        right: 19vw;
        border: 3px solid #ffe4dd;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
      .index .section04 .content .item_02 {
        top: 43vw;
        left: 25vw;
        border-radius: 3px;
        box-shadow: 1px 1px 2px 1px #666; }
      .index .section04 .content .item_03 {
        top: 57vw;
        left: 25vw;
        border-radius: 3px;
        box-shadow: 1px 1px 2px 1px #666; }
      .index .section04 .content .item_04 {
        top: 70vw;
        left: 46vw;
        border-radius: 3px;
        box-shadow: 1px 1px 2px 1px #666; }
      .index .section04 .content .item_05 {
        top: 70vw;
        left: 20vw;
        border-radius: 3px;
        box-shadow: 1px 1px 2px 1px #666; }
      .index .section04 .content .tickMark {
        position: absolute;
        bottom: 15px;
        left: 12px;
        width: calc(100% - 40px); }
  .index .section05 {
    padding: 20px 0;
    overflow: hidden; }
    .index .section05 .tagline {
      display: block;
      color: #48362d;
      font-size: 15px;
      text-align: center;
      margin: 0 0 14px;
      font-weight: bold; }
    .index .section05 h2 {
      font-size: 15px;
      position: relative;
      z-index: 10;
      margin: 0 10px 40px; }
      .index .section05 h2 span {
        font-size: 22.5px;
        margin-left: 0.5em; }
    .index .section05 .client_archive {
      margin-top: 20px; }
      .index .section05 .client_archive ul li {
        position: relative;
        padding: 0 10px;
        margin-top: 40px;
        /*&::before {
            content: '';
            position: absolute;
            top: -150px;
            left: 0;
            width: 300%;
            height: 97%;
            margin: 0 -80% 0;
            -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
            transform-origin: right center;
            -webkit-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
            z-index: -1;
        }*/ }
        .index .section05 .client_archive ul li:first-child {
          margin-top: 0; }
        .index .section05 .client_archive ul li .name {
          font-size: 5vw;
          margin-left: 50px;
          margin: 0 0 30px 0; }
          .index .section05 .client_archive ul li .name a {
            background: #fff;
            color: #fff;
            display: block;
            text-decoration: none;
            font-weight: 900;
            position: relative;
            line-height: 44px;
            padding-left: 90px;
            border-radius: 13px;
            -moz-border-radius: 13px;
            -webkit-border-radius: 13px;
            -o-border-radius: 13px;
            -ms-border-radius: 13px; }
            .index .section05 .client_archive ul li .name a::after {
              content: "";
              position: absolute;
              width: 36px;
              height: 44px;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 100% auto;
              left: 25px;
              top: 55%;
              transform: translateY(-50%);
              pointer-events: none;
              z-index: 2; }
            .index .section05 .client_archive ul li .name a .rank_bg {
              position: absolute;
              width: 78px;
              height: 62px;
              top: -10px;
              left: 0;
              z-index: 1; }
          .index .section05 .client_archive ul li .name img.name_img {
            height: 25px;
            width: auto;
            margin-bottom: 10px; }
        .index .section05 .client_archive ul li:nth-child(1) .name a::after {
          background-image: url("img/rank001.png"); }
        .index .section05 .client_archive ul li:nth-child(2) .name a::after {
          background-image: url("img/rank002.png"); }
        .index .section05 .client_archive ul li:nth-child(3) .name a::after {
          background-image: url("img/rank003.png"); }
        .index .section05 .client_archive ul li:nth-child(4) .name a::after {
          background-image: url("img/rank004.png"); }
        .index .section05 .client_archive ul li:nth-child(5) .name a::after {
          background-image: url("img/rank005.png"); }
        .index .section05 .client_archive ul li:nth-child(6) .name a::after {
          background-image: url("img/pr.png"); }
        .index .section05 .client_archive ul li .cta_txt {
          color: #f00; }
      .index .section05 .client_archive #dmm .name a {
        box-shadow: 0px 0px 20px 0px rgba(83, 197, 239, 0.35); }
      .index .section05 .client_archive #clinicfor .name a {
        box-shadow: 0px 0px 20px 0px rgba(237, 160, 51, 0.35); }
      .index .section05 .client_archive #mederi .name a {
        box-shadow: 0px 0px 20px 0px rgba(80, 171, 119, 0.35); }
      .index .section05 .client_archive #oops .name a {
        box-shadow: 0px 0px 20px 0px rgba(0, 177, 228, 0.35); }
      .index .section05 .client_archive #pillmaru .name a {
        box-shadow: 0px 0px 20px 0px rgba(147, 120, 177, 0.35); }
      .index .section05 .client_archive .overview {
        padding: 0;
        position: relative;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .index .section05 .client_archive .overview .headline {
          padding: 0 0 10px 20.5%;
          text-align: left;
          font-weight: 700;
          font-size: 3.8vw;
          color: #ff8007;
          position: relative;
          z-index: 1; }
          .index .section05 .client_archive .overview .headline strong {
            font-weight: 700;
            font-size: 5.5vw;
            color: inherit !important; }
        .index .section05 .client_archive .overview .image {
          width: 59.15%;
          margin: 10px auto 0;
          position: relative; }
        .index .section05 .client_archive .overview .data {
          margin-top: 15px;
          margin-bottom: 10px; }
          .index .section05 .client_archive .overview .data .heading {
            text-align: center;
            color: #707070 !important;
            font-size: 20px;
            font-size: 2rem; }
          .index .section05 .client_archive .overview .data .tab_contents {
            width: 100%;
            margin: 0 auto; }
            .index .section05 .client_archive .overview .data .tab_contents #tab {
              -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; }
              .index .section05 .client_archive .overview .data .tab_contents #tab li {
                width: 45%;
                position: relative;
                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;
                text-align: center;
                padding: 10px 0 20px;
                color: #f87273;
                font-weight: 700;
                letter-spacing: 0.08em;
                font-size: 18px;
                font-size: 1.8rem;
                background: #fbc4cc;
                cursor: pointer;
                -moz-transition: 0.3s;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                -ms-transition: 0.3s;
                transition: 0.3s; }
                .index .section05 .client_archive .overview .data .tab_contents #tab li + li {
                  margin: 0 0 0 2%; }
                .index .section05 .client_archive .overview .data .tab_contents #tab li::after {
                  content: '';
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-right: 6px solid transparent;
                  border-left: 6px solid transparent;
                  border-top: 8px solid #f48696;
                  border-bottom: 0;
                  position: absolute;
                  left: 50%;
                  transform: translateX(-50%);
                  bottom: 10px; }
                .index .section05 .client_archive .overview .data .tab_contents #tab li.select {
                  background: #f48696;
                  color: #fff; }
                  .index .section05 .client_archive .overview .data .tab_contents #tab li.select::after {
                    border-right: 6px solid transparent;
                    border-left: 6px solid transparent;
                    border-top: 8px solid #fff;
                    border-bottom: 0; }
            .index .section05 .client_archive .overview .data .tab_contents .disnon {
              display: none; }
            .index .section05 .client_archive .overview .data .tab_contents .content_wrap {
              border: 2px solid #f48696;
              padding: 15px;
              background: #fff;
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              -o-border-radius: 10px;
              -ms-border-radius: 10px; }
          .index .section05 .client_archive .overview .data table {
            width: 100%;
            background: #fff;
            border: 1px solid #f48696; }
            .index .section05 .client_archive .overview .data table th, .index .section05 .client_archive .overview .data table td {
              padding: 6px 10px;
              font-size: 14px;
              font-size: 1.4rem; }
            .index .section05 .client_archive .overview .data table td {
              line-height: 1.2; }
            .index .section05 .client_archive .overview .data table td.min-height65:before {
              display: block;
              content: "";
              height: 45px;
              float: left; }
            .index .section05 .client_archive .overview .data table tr th {
              background: 00b1e4;
              border-bottom: 1px solid #fff;
              color: #fff;
              font-weight: 500;
              width: 35%;
              font-size: 1.1em; }
              .index .section05 .client_archive .overview .data table tr th:last-child {
                border-bottom: none; }
            .index .section05 .client_archive .overview .data table tr td {
              border-bottom: 1px solid #f48696; }
              .index .section05 .client_archive .overview .data table tr td sup {
                font-size: 10px;
                font-size: 1rem; }
            .index .section05 .client_archive .overview .data table .ico_wrap {
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -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;
              font-size: 1.2em; }
              .index .section05 .client_archive .overview .data table .ico_wrap .ico {
                width: 20px; }
              .index .section05 .client_archive .overview .data table .ico_wrap .txt {
                padding-left: 5px;
                width: 75%;
                font-size: 1.1em; }
        .index .section05 .client_archive .overview .feature_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: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .index .section05 .client_archive .overview .feature_items .feature_item {
            width: calc((100% - 2%) / 3);
            margin-left: 1%;
            margin-top: 5px;
            text-align: center;
            font-size: 12px;
            font-size: 1.2rem;
            color: #fe6e4a;
            border: 1px solid #fe6e4a;
            font-weight: 500;
            padding: 2px 0;
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            -o-border-radius: 50px;
            -ms-border-radius: 50px; }
            .index .section05 .client_archive .overview .feature_items .feature_item:nth-child(3n+1) {
              margin-left: 0; }
            .index .section05 .client_archive .overview .feature_items .feature_item:nth-child(1), .index .section05 .client_archive .overview .feature_items .feature_item:nth-child(2), .index .section05 .client_archive .overview .feature_items .feature_item:nth-child(3) {
              margin-top: 0; }
        .index .section05 .client_archive .overview .prescription_items {
          margin: 0 -3px -7px; }
          .index .section05 .client_archive .overview .prescription_items span {
            display: inline-block;
            margin: 0 3px 7px;
            padding: 2px 10px;
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            -o-border-radius: 50px;
            -ms-border-radius: 50px;
            border: 1px solid #fe6e4a;
            color: #fe6e4a;
            font-weight: 500;
            font-size: 14px;
            font-size: 1.4rem; }
      .index .section05 .client_archive .pink {
        margin-top: 0 !important;
        padding-bottom: 0 !important; }
        .index .section05 .client_archive .pink .overview .chara_img {
          position: absolute;
          width: 56px;
          height: auto;
          top: -5px;
          left: 10px;
          z-index: 0; }
        .index .section05 .client_archive .pink .overview .headline {
          margin-top: 20px; }
        .index .section05 .client_archive .pink .overview .name a {
          box-shadow: 0px 0px 20px 0px rgba(244, 134, 150, 0.35); }
          .index .section05 .client_archive .pink .overview .name a p {
            text-shadow: 2px 2px 2px #fc2b68, -2px -2px 2px #fc2b68, -2px 2px 2px #fc2b68, 2px -2px 2px #fc2b68, 2px 0 2px #fc2b68, -2px  0 2px #fc2b68, 0 2px 2px #fc2b68, 0 -2px 2px #fc2b68; }
        .index .section05 .client_archive .pink .overview .recommend h3,
        .index .section05 .client_archive .pink .overview .review h3 {
          color: #f48696; }
      .index .section05 .client_archive .blue .overview .chara_img {
        position: absolute;
        width: 35px;
        height: auto;
        top: 0;
        left: 22px;
        z-index: 0; }
      .index .section05 .client_archive .blue .overview .name a {
        box-shadow: 0px 0px 20px 0px rgba(83, 197, 239, 0.35); }
        .index .section05 .client_archive .blue .overview .name a p {
          text-shadow: 2px 2px 2px #00b1e4, -2px -2px 2px #00b1e4, -2px 2px 2px #00b1e4, 2px -2px 2px #00b1e4, 2px 0 2px #00b1e4, -2px  0 2px #00b1e4, 0 2px 2px #00b1e4, 0 -2px 2px #00b1e4; }
      .index .section05 .client_archive .blue .overview .data .tab_contents #tab li {
        color: #00b1e4;
        background: #b8efff; }
        .index .section05 .client_archive .blue .overview .data .tab_contents #tab li::after {
          border-right: 6px solid transparent;
          border-left: 6px solid transparent;
          border-top: 8px solid #00b1e4; }
        .index .section05 .client_archive .blue .overview .data .tab_contents #tab li.select {
          background: #00b1e4;
          color: #fff; }
          .index .section05 .client_archive .blue .overview .data .tab_contents #tab li.select::after {
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            border-top: 8px solid #fff; }
      .index .section05 .client_archive .blue .overview .data .tab_contents .content_wrap {
        border: 2px solid #00b1e4; }
      .index .section05 .client_archive .blue .overview .recommend h3,
      .index .section05 .client_archive .blue .overview .review h3 {
        color: #00b1e4; }
      .index .section05 .client_archive .orange {
        margin-top: 0 !important;
        padding-bottom: 30px !important; }
        .index .section05 .client_archive .orange .overview .chara_img {
          position: absolute;
          width: 50px;
          height: auto;
          top: 5px;
          left: 18px;
          z-index: 0; }
        .index .section05 .client_archive .orange .overview .headline {
          margin-top: 20px; }
        .index .section05 .client_archive .orange .overview .name a {
          box-shadow: 0px 0px 20px 0px rgba(237, 160, 51, 0.35); }
          .index .section05 .client_archive .orange .overview .name a p {
            text-shadow: 2px 2px 2px #eda033, -2px -2px 2px #eda033, -2px 2px 2px #eda033, 2px -2px 2px #eda033, 2px 0 2px #eda033, -2px  0 2px #eda033, 0 2px 2px #eda033, 0 -2px 2px #eda033; }
        .index .section05 .client_archive .orange .overview .data .tab_contents #tab li {
          color: #eda033;
          background: #ffe3c8; }
          .index .section05 .client_archive .orange .overview .data .tab_contents #tab li::after {
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            border-top: 8px solid #eda033; }
          .index .section05 .client_archive .orange .overview .data .tab_contents #tab li.select {
            background: #eda033;
            color: #fff; }
            .index .section05 .client_archive .orange .overview .data .tab_contents #tab li.select::after {
              border-right: 6px solid transparent;
              border-left: 6px solid transparent;
              border-top: 8px solid #fff; }
        .index .section05 .client_archive .orange .overview .data .tab_contents .content_wrap {
          border: 2px solid #eda033; }
        .index .section05 .client_archive .orange .overview .recommend h3,
        .index .section05 .client_archive .orange .overview .review h3 {
          color: #eda033; }
      .index .section05 .client_archive .green {
        margin-top: 0 !important;
        padding-bottom: 0 !important; }
        .index .section05 .client_archive .green .overview .chara_img {
          position: absolute;
          width: 50px;
          height: auto;
          top: -15px;
          left: 17px;
          z-index: 0; }
        .index .section05 .client_archive .green .overview .headline {
          margin-top: 20px; }
        .index .section05 .client_archive .green .overview .name a {
          box-shadow: 0px 0px 20px 0px rgba(80, 171, 119, 0.35); }
          .index .section05 .client_archive .green .overview .name a p {
            text-shadow: 2px 2px 2px #50ab77, -2px -2px 2px #50ab77, -2px 2px 2px #50ab77, 2px -2px 2px #50ab77, 2px 0 2px #50ab77, -2px  0 2px #50ab77, 0 2px 2px #50ab77, 0 -2px 2px #50ab77; }
        .index .section05 .client_archive .green .overview .data .tab_contents #tab li {
          color: #50ab77;
          background: #9fe9bf; }
          .index .section05 .client_archive .green .overview .data .tab_contents #tab li::after {
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            border-top: 8px solid #50ab77; }
          .index .section05 .client_archive .green .overview .data .tab_contents #tab li.select {
            background: #50ab77;
            color: #fff; }
            .index .section05 .client_archive .green .overview .data .tab_contents #tab li.select::after {
              border-right: 6px solid transparent;
              border-left: 6px solid transparent;
              border-top: 8px solid #fff; }
        .index .section05 .client_archive .green .overview .data .tab_contents .content_wrap {
          border: 2px solid #50ab77; }
        .index .section05 .client_archive .green .overview .recommend h3,
        .index .section05 .client_archive .green .overview .review h3 {
          color: #50ab77; }
      .index .section05 .client_archive .purple {
        margin-top: 0 !important;
        padding-bottom: 0 !important; }
        .index .section05 .client_archive .purple .overview .chara_img {
          position: absolute;
          width: 56px;
          height: auto;
          top: -5px;
          left: 10px;
          z-index: 0; }
        .index .section05 .client_archive .purple .overview .headline {
          margin-top: 40px; }
        .index .section05 .client_archive .purple .overview .name a {
          box-shadow: 0px 0px 20px 0px rgba(147, 120, 177, 0.35); }
          .index .section05 .client_archive .purple .overview .name a p {
            text-shadow: 2px 2px 2px #9378b1, -2px -2px 2px #9378b1, -2px 2px 2px #9378b1, 2px -2px 2px #9378b1, 2px 0 2px #9378b1, -2px  0 2px #9378b1, 0 2px 2px #9378b1, 0 -2px 2px #9378b1; }
        .index .section05 .client_archive .purple .overview .data .tab_contents #tab li {
          color: #9378b1;
          background: #e4ccff; }
          .index .section05 .client_archive .purple .overview .data .tab_contents #tab li::after {
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            border-top: 8px solid #9378b1; }
          .index .section05 .client_archive .purple .overview .data .tab_contents #tab li.select {
            background: #9378b1;
            color: #fff; }
            .index .section05 .client_archive .purple .overview .data .tab_contents #tab li.select::after {
              border-right: 6px solid transparent;
              border-left: 6px solid transparent;
              border-top: 8px solid #fff; }
        .index .section05 .client_archive .purple .overview .data .tab_contents .content_wrap {
          border: 2px solid #9378b1; }
        .index .section05 .client_archive .purple .overview .recommend h3,
        .index .section05 .client_archive .purple .overview .review h3 {
          color: #9378b1; }
      .index .section05 .client_archive .pr {
        position: relative;
        margin-top: 120px !important; }
        .index .section05 .client_archive .pr::before {
          content: "";
          position: absolute;
          width: 80%;
          height: 100%;
          background-image: url(img/pr_title.png);
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: -95px;
          pointer-events: none; }
      .index .section05 .client_archive .recommend {
        margin-top: 5px; }
        .index .section05 .client_archive .recommend h3 {
          font-size: 16px;
          position: relative;
          z-index: auto;
          text-align: center;
          font-weight: 600; }
        .index .section05 .client_archive .recommend .items {
          background: #fff;
          margin: 0;
          padding: 15px 15px;
          position: relative;
          z-index: 1;
          border-radius: 8px;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px;
          -o-border-radius: 8px;
          -ms-border-radius: 8px; }
          .index .section05 .client_archive .recommend .items .item {
            position: relative;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.5;
            font-weight: 500; }
            .index .section05 .client_archive .recommend .items .item::before {
              content: "";
              position: absolute;
              width: 10px;
              height: 100%;
              background-image: url("img/ico_check.png");
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 100% auto;
              left: 0;
              top: 6px;
              pointer-events: none; }
            .index .section05 .client_archive .recommend .items .item strong {
              font-weight: 700;
              color: #f00; }
            .index .section05 .client_archive .recommend .items .item .ico {
              font-weight: 700; }
      .index .section05 .client_archive .point {
        margin: 10px 0;
        background: #fff;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        overflow: hidden; }
        .index .section05 .client_archive .point .heading {
          text-align: center;
          font-size: 22px;
          font-size: 2.2rem;
          font-weight: 700;
          color: #fff; }
        .index .section05 .client_archive .point .trigger {
          position: relative;
          padding: 10px 0; }
          .index .section05 .client_archive .point .trigger::after {
            content: "＋";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 15px;
            width: 26px;
            height: 26px;
            font-weight: 700;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            -o-border-radius: 100%;
            -ms-border-radius: 100%;
            background: #fff; }
          .index .section05 .client_archive .point .trigger.active::after {
            content: "−"; }
        .index .section05 .client_archive .point .acordion_inner {
          padding: 14px; }
        .index .section05 .client_archive .point p {
          line-height: 1.5;
          font-size: 18px;
          font-size: 1.8rem; }
          .index .section05 .client_archive .point p strong {
            font-weight: 700;
            color: #f00; }
        .index .section05 .client_archive .point span {
          font-weight: bold;
          color: #f00 !important;
          background: -webkit-linear-gradient(left, #fffa99 50%, transparent 50%);
          background: -moz-linear-gradient(left, #fffa99 50%, transparent 50%);
          background: linear-gradient(left, #fffa99 50%, transparent 50%);
          background-repeat: no-repeat;
          background-size: 200% .8em;
          background-position: 100% .5em;
          transition: 3s; }
        .index .section05 .client_archive .point span.is-active {
          background-position: 0% .5em; }
      .index .section05 .client_archive .review {
        background: #fff;
        margin-top: 10px;
        padding: 10px;
        position: relative;
        z-index: 1;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px; }
        .index .section05 .client_archive .review h3 {
          font-size: 16px;
          position: relative;
          z-index: auto;
          text-align: center;
          font-weight: 600; }
        .index .section05 .client_archive .review .items .item {
          background: #f5f5f5;
          border: 1px solid #ddd;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          padding: 15px;
          margin-top: 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: 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; }
          .index .section05 .client_archive .review .items .item:first-child {
            margin-top: 0; }
          .index .section05 .client_archive .review .items .item .ico {
            width: 40px; }
          .index .section05 .client_archive .review .items .item .txt {
            width: calc(100% - 40px);
            padding-left: 15px;
            font-size: 13px;
            font-size: 1.3rem; }
        .index .section05 .client_archive .review .remarks {
          text-align: right; }
        .index .section05 .client_archive .review .slick-dots li {
          width: 12px;
          height: 12px;
          padding: 0; }
          .index .section05 .client_archive .review .slick-dots li button {
            width: 100%;
            height: 100%;
            background: #ccc;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%; }
            .index .section05 .client_archive .review .slick-dots li button::before {
              content: none; }
          .index .section05 .client_archive .review .slick-dots li.slick-active button {
            background: #4B4B4B; }
      .index .section05 .client_archive .coution_box {
        -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: 100%;
        max-width: 500px;
        margin: 20px auto;
        padding: 10px;
        background: #c3c1c1; }
        .index .section05 .client_archive .coution_box .icon {
          width: 60px;
          margin-right: 10px; }
        .index .section05 .client_archive .coution_box .txt {
          width: calc(100% - 70px);
          padding: 10px;
          background: #fff;
          font-size: 15px;
          font-size: 1.5rem;
          text-align: left;
          font-weight: 500; }
          .index .section05 .client_archive .coution_box .txt strong {
            color: #FF0004; }
      .index .section05 .client_archive .coupon {
        margin: 20px auto 0; }
        .index .section05 .client_archive .coupon .coupon_img {
          cursor: pointer;
          width: 80%;
          margin: 0 auto 10px; }
        .index .section05 .client_archive .coupon .coupon_plan {
          overflow: hidden;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          border: #f56d3a 2px solid;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          font-weight: 700;
          font-size: 16px;
          font-size: 1.6rem; }
          .index .section05 .client_archive .coupon .coupon_plan .ttl {
            -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: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            width: 100px;
            padding: 5px 10px;
            background: #f56d3a;
            color: #fff;
            text-align: center; }
          .index .section05 .client_archive .coupon .coupon_plan .txt {
            width: calc(100% - 100px);
            padding: 5px 10px;
            background: #fff; }
      .index .section05 .client_archive .cta {
        margin-top: 15px;
        /*.cta_btn {
            padding:0 15px;
        }*/ }
      .index .section05 .client_archive ul li.pink {
        background-image: url("img/bg-clinicfor.png");
        background-size: 100% 100%;
        background-position: center top;
        background-repeat: no-repeat;
        padding-bottom: 100px; }
        .index .section05 .client_archive ul li.pink .overview .data .heading {
          color: #f48696; }
        .index .section05 .client_archive ul li.pink .overview .data table {
          border-color: #f48696; }
          .index .section05 .client_archive ul li.pink .overview .data table th {
            background: #f48696; }
          .index .section05 .client_archive ul li.pink .overview .data table td {
            border-color: #f48696; }
        .index .section05 .client_archive ul li.pink .point .trigger {
          background: #f48696; }
          .index .section05 .client_archive ul li.pink .point .trigger::after {
            color: #f48696; }
        .index .section05 .client_archive ul li.pink .recommend .items .item .ico {
          color: #f48696; }
        .index .section05 .client_archive ul li.pink .recommend h3,
        .index .section05 .client_archive ul li.pink .review .heading {
          color: #f48696; }
      .index .section05 .client_archive ul li.purple {
        background-image: url("img/bg-pillmaru.png");
        background-size: 100% 100%;
        background-position: center top;
        background-repeat: no-repeat;
        padding-bottom: 100px; }
        .index .section05 .client_archive ul li.purple .overview .data .heading {
          color: #9378b1; }
        .index .section05 .client_archive ul li.purple .overview .data table {
          border-color: #9378b1; }
          .index .section05 .client_archive ul li.purple .overview .data table th {
            background: #9378b1; }
          .index .section05 .client_archive ul li.purple .overview .data table td {
            border-color: #9378b1; }
        .index .section05 .client_archive ul li.purple .purple .trigger {
          background: #9378b1; }
          .index .section05 .client_archive ul li.purple .purple .trigger::after {
            color: #9378b1; }
        .index .section05 .client_archive ul li.purple .recommend .items .item .ico {
          color: #9378b1; }
        .index .section05 .client_archive ul li.purple .recommend h3,
        .index .section05 .client_archive ul li.purple .review .heading {
          color: #9378b1; }
      .index .section05 .client_archive ul li.green {
        background-image: url("img/bg-oops.png");
        background-size: 100% 100%;
        background-position: center top;
        background-repeat: no-repeat;
        padding-bottom: 100px; }
        .index .section05 .client_archive ul li.green .overview .data .heading {
          color: #50ab77; }
        .index .section05 .client_archive ul li.green .overview .data table {
          border-color: #50ab77; }
          .index .section05 .client_archive ul li.green .overview .data table th {
            background: #50ab77; }
          .index .section05 .client_archive ul li.green .overview .data table td {
            border-color: #50ab77; }
        .index .section05 .client_archive ul li.green .green .trigger {
          background: #50ab77; }
          .index .section05 .client_archive ul li.green .green .trigger::after {
            color: #50ab77; }
        .index .section05 .client_archive ul li.green .recommend .items .item .ico {
          color: #50ab77; }
        .index .section05 .client_archive ul li.green .recommend h3,
        .index .section05 .client_archive ul li.green .review .heading {
          color: #50ab77; }
      .index .section05 .client_archive ul li.blue {
        background-image: url("img/bg-dmm.png");
        background-size: 100% 100%;
        background-position: center top;
        background-repeat: no-repeat;
        padding-bottom: 30px; }
        .index .section05 .client_archive ul li.blue .overview .data .heading {
          color: #00b1e4; }
        .index .section05 .client_archive ul li.blue .overview .data table {
          border-color: #00b1e4; }
          .index .section05 .client_archive ul li.blue .overview .data table th {
            background: #00b1e4; }
          .index .section05 .client_archive ul li.blue .overview .data table td {
            border-color: #00b1e4; }
        .index .section05 .client_archive ul li.blue .point .trigger {
          background: #00b1e4; }
          .index .section05 .client_archive ul li.blue .point .trigger::after {
            color: #00b1e4; }
        .index .section05 .client_archive ul li.blue .recommend .items .item .ico {
          color: #00b1e4; }
        .index .section05 .client_archive ul li.blue .recommend h3,
        .index .section05 .client_archive ul li.blue .review .heading {
          color: #00b1e4; }
      .index .section05 .client_archive ul li.orange {
        background-image: url("img/bg-mederi.png");
        background-size: 100% 100%;
        background-position: center top;
        background-repeat: no-repeat;
        padding-bottom: 0; }
        .index .section05 .client_archive ul li.orange .overview .data .heading {
          color: #eda033; }
        .index .section05 .client_archive ul li.orange .overview .data table {
          border-color: #eda033; }
          .index .section05 .client_archive ul li.orange .overview .data table th {
            background: #eda033; }
          .index .section05 .client_archive ul li.orange .overview .data table td {
            border-color: #eda033; }
        .index .section05 .client_archive ul li.orange .point .trigger {
          background: #eda033; }
          .index .section05 .client_archive ul li.orange .point .trigger::after {
            color: #eda033; }
        .index .section05 .client_archive ul li.orange .recommend .items .item .ico {
          color: #eda033; }
        .index .section05 .client_archive ul li.orange .recommend h3,
        .index .section05 .client_archive ul li.orange .review .heading {
          color: #eda033; }
      .index .section05 .client_archive ul li.green::before {
        background: #e9f7ee; }
      .index .section05 .client_archive ul li.green .overview .data .heading {
        color: #4ea36c; }
      .index .section05 .client_archive ul li.green .overview .data table {
        border-color: #4ea36c; }
        .index .section05 .client_archive ul li.green .overview .data table th {
          background: #4ea36c; }
        .index .section05 .client_archive ul li.green .overview .data table td {
          border-color: #4ea36c; }
      .index .section05 .client_archive ul li.green .point .trigger {
        background: #4ea36c; }
        .index .section05 .client_archive ul li.green .point .trigger::after {
          color: #4ea36c; }
      .index .section05 .client_archive ul li.green .recommend .items .item .ico {
        color: #4ea36c; }
      .index .section05 .client_archive ul li.green .recommend h3,
      .index .section05 .client_archive ul li.green .review .heading {
        color: #4ea36c; }
      .index .section05 .client_archive ul li.purple::before {
        /* background: #efeaf4;*/ }
      .index .section05 .client_archive ul li.purple .overview .data .heading {
        color: #9378b1; }
      .index .section05 .client_archive ul li.purple .overview .data table {
        border-color: #9378b1; }
        .index .section05 .client_archive ul li.purple .overview .data table th {
          background: #9378b1; }
        .index .section05 .client_archive ul li.purple .overview .data table td {
          border-color: #9378b1; }
      .index .section05 .client_archive ul li.purple .point .heading {
        color: #9378b1; }
      .index .section05 .client_archive ul li:last-child {
        padding-bottom: 20px; }
        .index .section05 .client_archive ul li:last-child::before {
          height: 94%; }
  .index .section06 {
    padding: 20px 10px;
    margin-bottom: 25px; }
    .index .section06 .main_ttl {
      font-size: 4.5vw; }
      .index .section06 .main_ttl strong {
        font-size: 5.5vw;
        color: #ffef88; }
        .index .section06 .main_ttl strong span {
          font-size: .67em; }
    .index .section06 p {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 20px;
      padding: 0 10px; }
    .index .section06 .merit {
      margin: 20px -10px;
      position: relative; }
      .index .section06 .merit .message {
        position: absolute;
        z-index: 10;
        width: 41.86%;
        right: 2.67%;
        top: 15.57%; }
    .index .section06 .heading {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      color: #5f3b38;
      text-align: center; }
    .index .section06 .image_02 {
      margin-top: 15px;
      text-align: center; }
  .index .section07 {
    padding: 20px 10px; }
    .index .section07 .main_ttl {
      font-size: 4.5vw;
      line-height: 1.3;
      z-index: 20; }
      .index .section07 .main_ttl strong {
        font-size: 5.5vw;
        color: #ffef88; }
    .index .section07 .table {
      margin-right: -10px; }
    .index .section07 .wrap {
      width: 100%;
      overflow: scroll; }
    .index .section07 table {
      width: 800px;
      border: 1px solid #e4e4e4;
      margin-top: 20px; }
      .index .section07 table th, .index .section07 table td {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        border: 1px solid #e4e4e4;
        padding: 8px 5px;
        width: 110px;
        background: #fff; }
      .index .section07 table thead th {
        background: #ff8007;
        color: #fff;
        padding-top: 4px;
        padding-bottom: 4px; }
      .index .section07 table tbody tr:first-child {
        /*border:2px solid $mainColor;*/
        background: #fffcee; }
        .index .section07 table tbody tr:first-child td {
          background: #fffdea; }
      .index .section07 table tbody td p {
        margin-top: 3px;
        line-height: 1.4;
        font-size: 16px;
        font-size: 1.6rem; }
      .index .section07 table tbody a p {
        color: #10adf6;
        font-weight: 500;
        text-decoration: underline;
        font-size: 12px;
        font-size: 1.2rem; }
      .index .section07 table tbody .ico {
        width: 30px;
        margin: 0 auto; }
      .index .section07 table thead tr th:first-child,
      .index .section07 table tbody tr td:first-child {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100px; }
        .index .section07 table thead tr th:first-child::after,
        .index .section07 table tbody tr td:first-child::after {
          content: "";
          position: absolute;
          top: -1px;
          right: -1px;
          width: 1px;
          height: 100%;
          border-right: 1px solid #e4e4e4;
          z-index: -1; }
    .index .section07 .cta_btn a {
      font-size: 3vw;
      padding: 20px 0;
      border-radius: 13px !important; }
      .index .section07 .cta_btn a::before {
        display: none; }
    .index .section07 .feature_item span {
      display: none !important; }
  .index .section08 {
    position: relative;
    padding: 50px 10px 20px;
    overflow: hidden; }
    .index .section08 .wrap {
      box-shadow: 0px 0px 32px 0px rgba(0, 177, 228, 0.5);
      border-radius: 13px;
      -moz-border-radius: 13px;
      -webkit-border-radius: 13px;
      -o-border-radius: 13px;
      -ms-border-radius: 13px;
      padding: 25px 0;
      background: #fff; }
    .index .section08 .client .heading {
      text-align: center;
      font-weight: 700;
      color: #ff8007;
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 15px; }
    .index .section08 .client .name a {
      background-color: #00b1e4;
      text-align: center;
      font-weight: 700;
      display: block;
      padding: 12px 12px;
      width: 100%;
      color: #fff;
      text-decoration: none;
      font-size: 30px;
      font-size: 3rem; }
    .index .section08 .client .name::first-line {
      font-size: .6em; }
    .index .section08 .client .image {
      width: 59.15%;
      margin: 20px auto 0; }
    .index .section08 .txt {
      margin: 15px 10px 0;
      font-size: 18px;
      font-size: 1.8rem; }
      .index .section08 .txt strong {
        font-weight: 700;
        color: #00b1e4; }
      .index .section08 .txt sup {
        font-size: 10px;
        font-size: 1rem; }
      .index .section08 .txt span {
        font-weight: bold;
        color: #333; }
    .index .section08 .cta {
      margin-top: 25px; }
      .index .section08 .cta .cta_txt {
        color: #ff8007; }
      .index .section08 .cta .cta_btn {
        padding: 0 15px; }
  .index .section9 {
    padding: 30px 15px 20px; }
    .index .section9 .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; }
      .index .section9 .wrap .image {
        width: 22%; }
        .index .section9 .wrap .image p {
          font-size: 10px;
          white-space: nowrap; }
      .index .section9 .wrap .txt {
        width: 75%;
        margin-left: 3%;
        border: 1px solid #bdbdbd;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        padding: 1em; }
        .index .section9 .wrap .txt span {
          font-size: 10px;
          font-size: 1rem; }
  .index .side_effects {
    padding: 30px 10px 40px;
    background: #fff; }
    .index .side_effects .heading {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700;
      color: #ff8007;
      text-align: center; }
    .index .side_effects .items {
      margin-top: 30px; }
      .index .side_effects .items .item {
        background: #fff;
        margin-top: 20px;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .index .side_effects .items .item:first-child {
          margin-top: 0; }
        .index .side_effects .items .item ul li {
          margin-top: 15px; }
          .index .side_effects .items .item ul li:first-child {
            margin-top: 0; }
    .index .side_effects .name {
      padding: 15px 20px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      border-bottom: 1px solid #dcdcdc; }
    .index .side_effects .item_inner {
      padding: 15px 20px; }
      .index .side_effects .item_inner .ico {
        position: relative;
        font-weight: 700; }
        .index .side_effects .item_inner .ico span {
          display: inline-block;
          font-weight: 500; }
      .index .side_effects .item_inner .ico2 {
        position: relative;
        padding-left: 1.1em;
        font-weight: 700; }
        .index .side_effects .item_inner .ico2::before {
          content: "・";
          position: absolute;
          top: 0;
          left: 0; }
        .index .side_effects .item_inner .ico2 span {
          display: inline-block;
          font-weight: 500; }
  .index .fixed_cta {
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 0;
    bottom: 0;
    background: rgba(252, 200, 151, 0.95);
    padding: 8px 14px; }
    .index .fixed_cta .txt {
      width: 85%;
      margin: 0 auto; }
    .index .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;
      margin-top: 5px; }
      .index .fixed_cta .wrap .image {
        width: 20%;
        position: relative; }
      .index .fixed_cta .wrap .btn {
        width: 80%;
        padding-left: 15px; }
        .index .fixed_cta .wrap .btn .cta_btn a {
          font-size: 3vw;
          padding: 12px 0;
          border-bottom: none;
          line-height: auto;
          min-height: auto; }
          .index .fixed_cta .wrap .btn .cta_btn a::before {
            content: "";
            width: 16px;
            height: 100%;
            background-image: url("img/btn_arrow.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            right: 10px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none; }

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

.exitProtection {
  width: 95% !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    width: 80vw;
    margin: 0 auto;
    height: 100%;
    padding-top: 40px;
    padding-top: calc(470 / 400 * 100%); }
  .exitProtection div.exitProtection_bg {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    max-width: 100%;
    z-index: 109;
    padding-top: 40px; }
  .exitProtection div a {
    max-width: 100%;
    display: block;
    outline: none; }
  .exitProtection .cta_btn {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    z-index: 110;
    margin: 0 auto;
    bottom: 45px; }
    .exitProtection .cta_btn a {
      display: block;
      text-decoration: none;
      background: #fe6e4a;
      border-bottom: 3px solid #c2563b;
      position: relative;
      text-align: center;
      color: #fff;
      font-size: 3.5vw;
      font-weight: 700;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      line-height: 1.3;
      padding: 12px 0; }
  .exitProtection .shiny_btn {
    position: relative;
    overflow: hidden; }
    .exitProtection .shiny_btn::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; }
  .exitProtection .exitProtection_banner {
    position: absolute;
    z-index: 110;
    justify-content: center;
    left: 0;
    right: 0;
    width: 64.1%;
    margin: 0 auto;
    bottom: 100px; }
  .exitProtection .modal_close {
    color: #fff !important;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none; }
  .exitProtection .close_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    background: #8d8d8d;
    z-index: 110;
    right: 0; }

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

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

.footer {
  background-color: #ddd;
  color: #555;
  padding: 20px  0 0;
  margin-bottom: 10px;
  background: #ff8007; }
  .footer .foot_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px 6px; }
  .footer .foot_bottom {
    margin-top: 15px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    background-color: #fcc897;
    padding: 10px; }
  .footer a {
    color: #fff !important;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: .1em; }
