@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&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; } }
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

.header .logo {
  width: 100%;
  height: 50px;
  text-align: center !important; }
  .header .logo img {
    height: 100%;
    width: auto; }

.header .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative; }
.header .header__pr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.fv {
  background-image: url(img/fv_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 100%;
    margin: 0 auto;
    height: 390px;
    position: relative; }
    .fv .inner .fv_top {
      height: 90px;
      width: 100%;
      padding: 15px 0;
      background-image: -moz-linear-gradient(-70deg, #f85987 1%, #fc8dad 99%);
      background-image: -webkit-linear-gradient(-70deg, #f85987 1%, #fc8dad 99%);
      background-image: -ms-linear-gradient(-70deg, #f85987 1%, #fc8dad 99%); }
      .fv .inner .fv_top .fvt_inner {
        width: 950px;
        margin: 0 auto; }
        .fv .inner .fv_top .fvt_inner .fvt_date {
          line-height: 60px;
          width: 240px;
          height: 60px;
          border-radius: 10px;
          position: relative;
          background-color: #fff;
          font-size: 24px;
          font-weight: bold;
          margin: 0 20px 0 0;
          float: left;
          text-align: center; }
          .fv .inner .fv_top .fvt_inner .fvt_date span {
            font-size: 28px;
            color: #f85987;
            margin-left: 5px; }
          .fv .inner .fv_top .fvt_inner .fvt_date::after {
            position: absolute;
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
            display: block;
            content: "";
            width: 10px;
            height: 10px;
            border-left: 8px solid #fff;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent; }
        .fv .inner .fv_top .fvt_inner p {
          font-size: 32px;
          color: #fff000;
          font-weight: bold;
          line-height: 60px; }
          .fv .inner .fv_top .fvt_inner p span {
            color: #fff;
            font-size: 0.7em;
            margin-left: 5px; }
    .fv .inner .fv_bottom {
      position: relative;
      overflow: visible;
      height: 300px; }
      .fv .inner .fv_bottom .fvb_date {
        position: relative;
        margin: 20px auto 0;
        display: block;
        background: #ff76a9;
        width: 285px;
        height: 50px;
        border-radius: 30px;
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        line-height: 50px; }
        .fv .inner .fv_bottom .fvb_date span {
          color: #fff000; }
        .fv .inner .fv_bottom .fvb_date::after {
          position: absolute;
          bottom: -10px;
          left: 50%;
          transform: translateX(-50%);
          display: block;
          content: "";
          width: 12px;
          height: 12px;
          border-top: 10px solid #ff76a9;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent; }
      .fv .inner .fv_bottom .fv_image {
        position: absolute;
        width: 826px;
        bottom: 6%;
        left: 55%;
        transform: translateX(-50%); }

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .container .fixed_contents {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 45%;
    padding-left: 20px;
    height: 100vh; }
    .container .fixed_contents .inner {
      height: 100vh;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      padding-bottom: 80px; }
    .container .fixed_contents .fixed_fv {
      text-align: center; }
    .container .fixed_contents .fixed_contents_cta {
      margin-top: 20px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 15px;
      background: #fff; }
      .container .fixed_contents .fixed_contents_cta .heading {
        font-weight: 700;
        position: relative;
        padding-left: 85px;
        font-size: 15px;
        font-size: 1.5rem;
        padding-top: 8px;
        line-height: 1.4; }
        .container .fixed_contents .fixed_contents_cta .heading::before {
          content: "";
          position: absolute;
          width: 80px;
          height: 100%;
          background-image: url("../../sp/glp1/assets/img/client_rank_01.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          left: 0;
          top: 0;
          pointer-events: none; }
        .container .fixed_contents .fixed_contents_cta .heading span {
          display: inline-block;
          padding-left: 10px; }
        .container .fixed_contents .fixed_contents_cta .heading strong {
          font-size: 19px;
          font-size: 1.9rem;
          font-weight: 700;
          color: #ec475b; }
      .container .fixed_contents .fixed_contents_cta .cta_wrap {
        margin-top: 20px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center; }
        .container .fixed_contents .fixed_contents_cta .cta_wrap .image {
          width: 120px; }
        .container .fixed_contents .fixed_contents_cta .cta_wrap .btn {
          width: calc(100% - 120px);
          padding-left: 10px; }
          .container .fixed_contents .fixed_contents_cta .cta_wrap .btn .cta_btn a {
            font-size: 15px;
            font-size: 1.5rem;
            padding: 12px 0; }
            .container .fixed_contents .fixed_contents_cta .cta_wrap .btn .cta_btn a::before {
              width: 20px !important; }
          .container .fixed_contents .fixed_contents_cta .cta_wrap .btn .txt {
            margin-top: 3px;
            text-align: center;
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: 500;
            color: #ec475b; }
  .container .main_contents {
    width: 100%;
    position: relative;
    margin: 0 auto; }

.index sup {
  font-size: 10px;
  font-size: 1rem; }
.index .remarks {
  margin-top: 10px;
  font-size: 10px;
  font-size: 1rem; }
.index .cta .cta_txt {
  text-align: center;
  font-weight: 700;
  color: #ec475b;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 7px;
  line-height: 1.3; }
.index .cta_btn {
  /*common*/ }
  .index .cta_btn a {
    display: block;
    text-decoration: none;
    background: #4791ed;
    border-bottom: 3px solid #3972b9;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    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; }
    .index .cta_btn a::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 25px;
      height: 100%;
      background-image: url("../../sp/datsumo/assets/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.red {
    background: #fa6b45 !important;
    border-bottom: 3px solid #c55436 !important; }
  .index .cta_btn.variable_height a {
    padding: 8px 0; }
.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 .main_ttl {
  background: #14cacc;
  background: -webkit-linear-gradient(right, #14cacc 0%, #37d4a2 100%);
  background: linear-gradient(to right, #14cacc 0%, #37d4a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14cacc', endColorstr=' #37d4a2', GradientType=1);
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 12px 10px;
  position: relative;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-box-shadow: 0 0 15px rgba(76, 76, 76, 0.15);
  -moz-box-shadow: 0 0 15px rgba(76, 76, 76, 0.15);
  box-shadow: 0 0 15px rgba(76, 76, 76, 0.15); }
  .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: #1cccc2 transparent transparent transparent;
    bottom: -10px; }
.index .section01 {
  margin: 0 0 30px; }
  .index .section01 .inner {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px 0 0; }
    .index .section01 .inner .top_headline {
      text-align: center;
      position: relative;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.1;
      padding: 15px 0 10px;
    /*&::before {
  	background-image: url("img/section01_headline_before.png");
  	left: 210px; 
  	content: "";
  	position: absolute;
  	width: 43px;
  	height: 100%;
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: 100% auto;
  	top: 15px;
  	pointer-events: none; 				  
  }
    &::after {
  	background-image: url("img/section01_headline_after.png");
  	right: 210px; 
  	content: "";
  	position: absolute;
  	width: 43px;
  	height: 100%;
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: 100% auto;
  	top: 15px;
  	pointer-events: none; 				  
  }*/ }
      .index .section01 .inner .top_headline span {
        font-size: 30px;
        font-weight: 700;
        position: relative;
        color: #027d84; }
      .index .section01 .inner .top_headline strong {
        font-size: 40px;
        color: #ec475b;
        font-weight: 900; }
      .index .section01 .inner .top_headline b {
        font-size: 45px;
        color: #ec475b;
        font-weight: 900; }
  .index .section01 h2 {
    margin: 20px auto 30px;
    text-align: center; }
  .index .section01 .ttl {
    padding: 30px 0 0;
    text-align: center; }
    .index .section01 .ttl img {
      width: 50%; }
  .index .section01 .wrap {
    width: 690px;
    margin: 0 auto;
    position: relative; }
    .index .section01 .wrap::after {
      content: "";
      position: absolute;
      width: 231px;
      height: 105px;
      border: 3px solid #ff76a9;
      pointer-events: none;
      left: 0;
      top: 80px;
      z-index: 10; }
    .index .section01 .wrap table {
      border: 1px solid #bdbdbd;
      				/* 王冠をセルの中に入れる場合
                      thead tr td:nth-child(1) .name::before {
                          background-image: url("../../sp/datsumo/assets/img/client_rank_01.png");
                      }
                      thead tr td:nth-child(2) .name::before {
                          background-image: url("../../sp/datsumo/assets/img/client_rank_02.png");
                      }
                      thead tr td:nth-child(3) .name::before {
                          background-image: url("../../sp/datsumo/assets/img/client_rank_03.png");
                      }
                      thead tr td:nth-child(4) .name::before {
                          background-image: url("../../sp/datsumo/assets/img/client_rank_04.png");
                      }
                      thead tr td:nth-child(5) .name::before {
                          background-image: url("../../sp/datsumo/assets/img/client_rank_05.png");
                      }
      				*/ }
      .index .section01 .wrap table th, .index .section01 .wrap table td {
        text-align: center; }
      .index .section01 .wrap table th {
        background: #d6ecfd;
        color: #4791ed;
        position: relative;
        height: 30px;
        z-index: 2; }
        .index .section01 .wrap table th span {
          text-align: center; }
      .index .section01 .wrap table td {
        padding: 7px 5px;
        font-size: 12px;
        font-size: 1.2rem;
        border-right: 1px solid #bdbdbd; }
      .index .section01 .wrap table td {
        min-width: 230px;
        vertical-align: top; }
        .index .section01 .wrap table td .ico {
          width: 30px;
          margin: 0 auto 3px; }
      .index .section01 .wrap table .name {
        text-align: center;
        font-size: 11px;
        font-size: 1.1rem;
        position: relative;
        padding: 1px 0 5px; }
        .index .section01 .wrap table .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 .wrap table .name a {
          color: #00b1e4;
          font-weight: 500; }
      .index .section01 .wrap table .image {
        margin-top: 5px; }
      .index .section01 .wrap table .lead {
        margin-top: 5px;
        text-align: center;
        font-weight: 700;
        padding: 7px 5px;
        font-size: 12px;
        font-size: 1.2rem; }
        .index .section01 .wrap table .lead.red {
          color: #ec475b; }
      .index .section01 .wrap table tr td:first-child {
        background: #fffde1; }
      .index .section01 .wrap table .achievement {
        position: relative;
        vertical-align: middle; }
    .index .section01 .wrap table.crown {
      border: none; }
      .index .section01 .wrap table.crown * {
        border: none; }
      .index .section01 .wrap table.crown tr td:first-child {
        background: none;
        border: none; }
      .index .section01 .wrap table.crown tr td img {
        width: 50%; }
  .index .section01 .image2 {
    padding: 30px 0 0;
    text-align: center;
    width: 480px;
    margin: 0 auto; }
  .index .section01 .cta_btn {
    width: 85%;
    margin: 0 auto; }
    .index .section01 .cta_btn a {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      line-height: 1.3;
      padding: 10px 0; }
      .index .section01 .cta_btn a::before {
        display: none; }
.index .section02 {
  margin: 0 auto;
  background: #fff;
  padding: 0 0 15px; }
  .index .section02 .inner {
    margin: 0 auto;
    padding: 20px 100px;
    width: 750px;
    background: #fceef3;
    text-align: center;
    border-radius: 5px; }
    .index .section02 .inner .heading {
      width: 400px;
      margin: 0 auto; }
    .index .section02 .inner .txt {
      font-size: 2rem;
      padding-bottom: 20px;
      font-weight: 700; }
    .index .section02 .inner .note {
      width: 100%;
      border-radius: 10px;
      padding: 25px;
      background: #fffde1;
      border: 3px solid #ff76a9;
      font-size: 2rem; }
      .index .section02 .inner .note span {
        font-weight: 700; }
  .index .section02 .acordion_wrap {
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 0 25px;
    width: 100%;
    margin: 15px auto 0; }
    .index .section02 .acordion_wrap .trigger {
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 700;
      position: relative;
      color: #ff76a9;
      padding: 15px 0; }
      .index .section02 .acordion_wrap .trigger::before {
        content: "＋";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        font-size: 30px;
        font-size: 3rem;
        font-weight: 400;
        color: #ff76a9; }
      .index .section02 .acordion_wrap .trigger.active::before {
        content: "－"; }
    .index .section02 .acordion_wrap .acordion_inner {
      padding: 15px 0;
      border-top: 2px solid #fceef3;
      font-size: 15px;
      font-size: 1.5rem; }
      .index .section02 .acordion_wrap .acordion_inner .image {
        width: 400px;
        margin: 0 auto; }
      .index .section02 .acordion_wrap .acordion_inner img {
        width: 500px;
        margin: 0 0 30px; }
      .index .section02 .acordion_wrap .acordion_inner p {
        text-align: left; }
      .index .section02 .acordion_wrap .acordion_inner strong {
        color: #ff76a9 !important; }
    .index .section02 .acordion_wrap p strong {
      color: #ff76a9; }
    .index .section02 .acordion_wrap .heading {
      text-align: center;
      font-weight: 700;
      color: #eb4d76;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 20px 0 10px; }
    .index .section02 .acordion_wrap ul {
      margin-top: 10px; }
      .index .section02 .acordion_wrap ul li {
        margin-top: 8px; }
        .index .section02 .acordion_wrap ul li:first-child {
          margin-top: 0; }
.index .section05 {
  overflow: hidden;
  margin: 0 auto;
  background: #fff; }
  .index .section05 .inner {
    margin: 0 auto;
    width: 1000px; }
  .index .section05 h2 {
    position: relative;
    z-index: 10;
    width: 500px;
    margin: 0 auto;
    padding-top: 30px; }
  .index .section05 .client_archive {
    width: 1000px;
    margin: 0 auto; }
    .index .section05 .client_archive ul > li {
      padding: 50px;
      border-radius: 20px;
      margin-top: 50px; }
    .index .section05 .client_archive ul li {
      position: relative;
      /* &:nth-child(4) .name a::before,
       &.rank4 .name a::before {
           background-image: url("../../sp/datsumo/assets/img/client_rank_04.png");
       }
       &:nth-child(5) .name a::before,
       &.rank5 .name a::before {
           background-image: url("../../sp/datsumo/assets/img/client_rank_05.png");
       }*/ }
      .index .section05 .client_archive ul li:first-child {
        margin-top: 0; }
      .index .section05 .client_archive ul li.down::before {
        content: '';
        position: absolute;
        top: 200px;
        left: 0;
        width: 300%;
        height: 75%;
        margin: 0 -50% 0;
        transform: skewY(8deg);
        z-index: 1; }
      .index .section05 .client_archive ul li.up::before {
        content: '';
        position: absolute;
        top: 150px;
        left: 0;
        width: 300%;
        height: 75%;
        margin: 0 -130% 0;
        transform: skewY(-8deg);
        z-index: 1; }
      .index .section05 .client_archive ul li .overview, .index .section05 .client_archive ul li .point, .index .section05 .client_archive ul li .recommend, .index .section05 .client_archive ul li .cta, .index .section05 .client_archive ul li .cta_bnr, .index .section05 .client_archive ul li .remarks {
        position: relative;
        z-index: 2; }
      .index .section05 .client_archive ul li .name {
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 1.4;
        -webkit-box-shadow: 2px 2px 0 #f8ded8;
        -moz-box-shadow: 2px 2px 0 #f8ded8;
        box-shadow: 2px 2px 0 #f8ded8;
        padding-bottom: 10px; }
        .index .section05 .client_archive ul li .name a {
          display: block;
          text-decoration: none;
          font-weight: 700;
          position: relative;
          padding-left: 105px; }
          .index .section05 .client_archive ul li .name a::before {
            content: "";
            position: absolute;
            width: 90px;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            left: 0;
            top: 0;
            pointer-events: none; }
          .index .section05 .client_archive ul li .name a span {
            font-size: 20px;
            font-size: 2rem;
            font-weight: 700;
            color: #ff76a9;
            display: block; }
      .index .section05 .client_archive ul li:nth-child(1) .name a::before {
        background-image: url("../../sp/datsumo/assets/img/client_rank_01.png"); }
      .index .section05 .client_archive ul li:nth-child(2) .name a::before, .index .section05 .client_archive ul li.rank2 .name a::before {
        background-image: url("../../sp/datsumo/assets/img/client_rank_02.png"); }
      .index .section05 .client_archive ul li:nth-child(3) .name a::before, .index .section05 .client_archive ul li.rank3 .name a::before {
        background-image: url("../../sp/datsumo/assets/img/client_rank_03.png"); }
      .index .section05 .client_archive ul li:nth-child(4) .name a::before {
        background-image: url("../../sp/datsumo/assets/img/client_rank_pickup.png"); }
    .index .section05 .client_archive h3 {
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 800;
      padding-top: 10px;
      margin-bottom: -5px;
      padding-bottom: -2px;
      color: #ff76a9; }
    .index .section05 .client_archive .overview {
      padding: 10px 5px; }
      .index .section05 .client_archive .overview .contents {
        display: inline-flex;
        width: 100%; }
      .index .section05 .client_archive .overview .image {
        width: 300px;
        margin: 20px 10px 0 0; }
      .index .section05 .client_archive .overview .data {
        margin-top: 20px;
        width: calc(100% - 300px); }
        .index .section05 .client_archive .overview .data .heading {
          text-align: center;
          color: #ec7685;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 700; }
        .index .section05 .client_archive .overview .data table {
          width: 100%;
          background: #fff;
          border: 1px solid #f8b9c0; }
          .index .section05 .client_archive .overview .data table th, .index .section05 .client_archive .overview .data table td {
            padding: 5px;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.3; }
          .index .section05 .client_archive .overview .data table tr th {
            background: #ec7685;
            border-bottom: 1px solid #fff;
            color: #fff;
            width: 30%;
            font-size: 12px;
            font-size: 1.2rem; }
            .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 #f8b9c0; }
            .index .section05 .client_archive .overview .data table tr td sup {
              font-size: 10px;
              font-size: 1rem; }
            .index .section05 .client_archive .overview .data table tr td .service {
              width: 100%;
              margin: 0;
              padding: 5px;
              display: flex;
              flex-flow: wrap; }
              .index .section05 .client_archive .overview .data table tr td .service div {
                width: auto;
                margin: 0 5px 5px 0;
                padding: 3px 10px;
                color: #FFF;
                background-color: #ff76a9 !important;
                /*pink*/
                font-size: 12px;
                border-radius: 20px;
                width: auto; }
          .index .section05 .client_archive .overview .data table .ico_wrap {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center; }
            .index .section05 .client_archive .overview .data table .ico_wrap .ico {
              width: 20px; }
            .index .section05 .client_archive .overview .data table .ico_wrap .txt {
              padding-left: 7px; }
      .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;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        margin-top: -3px; }
        .index .section05 .client_archive .overview .feature_items .feature_item {
          margin-right: 1%;
          margin-top: 3px;
          text-align: center;
          font-size: 10px;
          font-size: 1rem;
          color: #fff;
          font-weight: 500;
          padding: 2px 10px;
          background: #69b8bc;
          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:last-child {
            margin-right: 0; }
    .index .section05 .client_archive .recommend {
      margin-top: 5px;
      background: #fff;
      padding: 20px;
      position: relative;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px; }
      .index .section05 .client_archive .recommend .heading {
        text-align: center; }
        .index .section05 .client_archive .recommend .heading span {
          display: inline-block;
          padding-bottom: 2px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700;
          color: #ec7685;
          border-bottom: 1px solid #ec7685; }
      .index .section05 .client_archive .recommend .items {
        margin-top: 15px;
        padding-left: 35%;
        /*padding-bottom: 50px;*/
        position: relative; }
        .index .section05 .client_archive .recommend .items ul li {
          line-height: 1.6;
          margin-top: 0 !important;
          margin-bottom: 6px;
          padding: 0; }
          .index .section05 .client_archive .recommend .items ul li .check {
            color: #ff76a9; }
          .index .section05 .client_archive .recommend .items ul li strong {
            color: #ff76a9; }
        .index .section05 .client_archive .recommend .items .illust_img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 10px;
          width: 260px;
          height: auto; }
        .index .section05 .client_archive .recommend .items .item {
          position: relative;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 500;
          padding-left: 20px; }
          .index .section05 .client_archive .recommend .items .item::before {
            content: "";
            position: absolute;
            width: 14px;
            height: 100%;
            background-image: url("../../sp/datsumo/assets/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: #ff76a9; }
    .index .section05 .client_archive .voice {
      margin-top: 5px;
      background: #fff;
      padding: 20px;
      position: relative;
      z-index: 4;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px; }
      .index .section05 .client_archive .voice .heading {
        text-align: center; }
        .index .section05 .client_archive .voice .heading span {
          display: inline-block;
          padding-bottom: 2px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700;
          color: #ec7685;
          border-bottom: 1px solid #ec7685; }
      .index .section05 .client_archive .voice .items {
        margin-top: 15px;
        position: relative;
        padding: 0 80px; }
        .index .section05 .client_archive .voice .items .item {
          position: relative;
          font-size: 14px;
          font-size: 1.4rem;
          padding: 12px 20px 12px 90px;
          border: solid 1px #dedede;
          background-color: #f7f7f7;
          border-radius: 5px;
          margin-bottom: 5px; }
          .index .section05 .client_archive .voice .items .item::before {
            content: "";
            position: absolute;
            width: 50px;
            height: 100%;
            background-image: url("/datsumo/assets/img/voice_woman.png");
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% auto;
            left: 20px;
            top: 8px;
            pointer-events: none; }
        .index .section05 .client_archive .voice .items .txt {
          text-align: justify; }
    .index .section05 .client_archive .point {
      margin-top: 5px;
      margin-bottom: 15px;
      background: #fff;
      padding: 0 20px 2px;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px; }
      .index .section05 .client_archive .point .heading {
        text-align: center; }
        .index .section05 .client_archive .point .heading span {
          display: inline-block;
          padding-bottom: 2px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700;
          color: #ec7685;
          border-bottom: 1px solid #ec7685; }
      .index .section05 .client_archive .point p {
        margin: 5px 5px 20px;
        font-size: 14px;
        font-size: 1.4rem; }
        .index .section05 .client_archive .point p .js_marker {
          font-weight: 700;
          background-image: linear-gradient(90deg, #fff200, #fff200);
          background-repeat: no-repeat;
          background-position: bottom left;
          background-size: 0 30%;
          transition: all 1s ease-in-out; }
          .index .section05 .client_archive .point p .js_marker.active {
            background-size: 100% 30%; }
    .index .section05 .client_archive .clinic_area {
      margin: 20px 0; }
      .index .section05 .client_archive .clinic_area .ttl {
        z-index: 3;
        position: relative;
        margin-bottom: 15px;
        text-align: center; }
      .index .section05 .client_archive .clinic_area .area {
        position: relative;
        z-index: 3;
        background-color: #3193cb;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        margin: 0 0 10px; }
        .index .section05 .client_archive .clinic_area .area .trigger {
          padding-right: 20px;
          color: #fff; }
          .index .section05 .client_archive .clinic_area .area .trigger::before {
            color: #fff;
            right: 20px; }
        .index .section05 .client_archive .clinic_area .area .acordion_inner {
          background: #fff;
          border: 2px solid #3193cb; }
        .index .section05 .client_archive .clinic_area .area ul {
          padding: 50px 100px; }
          .index .section05 .client_archive .clinic_area .area ul li {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            border-radius: 2px;
            border: 2px solid #ccc;
            padding: 0;
            overflow: hidden;
            margin: 0 0 5px;
            font-size: 14px; }
            .index .section05 .client_archive .clinic_area .area ul li span {
              -webkit-display: flex;
              -moz-display: flex;
              -ms-display: flex;
              -o-display: flex;
              display: flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              -o-align-items: center;
              align-items: center;
              width: 30%;
              color: #3193cb;
              background-color: #eaf7fe;
              text-align: center;
              font-weight: bold;
              padding: 0 20px;
              margin: 0 10px 0 0; }
            .index .section05 .client_archive .clinic_area .area ul li p {
              width: 80%;
              color: #333;
              display: block;
              padding: 10px 10px 10px 0;
              text-align: left; }
      .index .section05 .client_archive .clinic_area .area.pink {
        background-color: #ec7685; }
        .index .section05 .client_archive .clinic_area .area.pink .acordion_inner {
          border: 2px solid #ec7685; }
          .index .section05 .client_archive .clinic_area .area.pink .acordion_inner ul li span {
            color: #ff76a9;
            background-color: #fff1f3; }
      .index .section05 .client_archive .clinic_area .area.green {
        background-color: #0eac72; }
        .index .section05 .client_archive .clinic_area .area.green .acordion_inner {
          border: 2px solid #0eac72; }
          .index .section05 .client_archive .clinic_area .area.green .acordion_inner ul li span {
            color: #0eac72;
            background-color: #f1fbf7; }
      .index .section05 .client_archive .clinic_area .area.orange {
        background-color: #eda033; }
        .index .section05 .client_archive .clinic_area .area.orange .acordion_inner {
          border: 2px solid #eda033; }
          .index .section05 .client_archive .clinic_area .area.orange .acordion_inner ul li span {
            color: #eda033;
            background-color: #fdf5eb; }
      .index .section05 .client_archive .clinic_area .area.purple {
        background-color: #9378b1; }
        .index .section05 .client_archive .clinic_area .area.purple .acordion_inner {
          border: 2px solid #9378b1; }
          .index .section05 .client_archive .clinic_area .area.purple .acordion_inner ul li span {
            color: #9378b1;
            background-color: #efeaf4; }
    .index .section05 .client_archive .cta_bnr {
      margin-top: 15px;
      width: 450px;
      margin: 0 auto; }
    .index .section05 .client_archive .cta {
      margin-top: 15px; }
      .index .section05 .client_archive .cta .cta_btn {
        padding: 0;
        width: 600px;
        margin: 0 auto; }
        .index .section05 .client_archive .cta .cta_btn a {
          padding: 25px 0; }
    .index .section05 .client_archive ul li.pink::before {
      background: #ffedef; }
    .index .section05 .client_archive ul li.blue {
      z-index: 1; }
      .index .section05 .client_archive ul li.blue::before {
        background: #eaf7fe;
        height: 80%;
        z-index: 0; }
      .index .section05 .client_archive ul li.blue .name {
        -webkit-box-shadow: 2px 2px 0 #cce6f4;
        -moz-box-shadow: 2px 2px 0 #cce6f4;
        box-shadow: 2px 2px 0 #cce6f4; }
      .index .section05 .client_archive ul li.blue .overview .data .heading {
        color: #3193cb; }
      .index .section05 .client_archive ul li.blue .overview .data table {
        border-color: #6bb5df; }
        .index .section05 .client_archive ul li.blue .overview .data table th {
          background: #3193cb; }
        .index .section05 .client_archive ul li.blue .overview .data table td {
          border-color: #6bb5df; }
      .index .section05 .client_archive ul li.blue .voice .heading span {
        color: #3193cb;
        border-color: #3193cb; }
      .index .section05 .client_archive ul li.blue .recommend .heading span,
      .index .section05 .client_archive ul li.blue .point .heading span {
        color: #3193cb;
        border-color: #3193cb; }
      .index .section05 .client_archive ul li.blue .recommend .items .item::before,
      .index .section05 .client_archive ul li.blue .point .items .item::before {
        background-image: url("../../sp/datsumo/assets/img/ico_check_blue.png"); }
      .index .section05 .client_archive ul li.blue .recommend .items .item strong,
      .index .section05 .client_archive ul li.blue .point .items .item strong {
        color: #3193cb; }
    .index .section05 .client_archive ul li.orange::before {
      background: #fff7ea;
      height: 80%; }
    .index .section05 .client_archive ul li.orange .name {
      -webkit-box-shadow: 2px 2px 0 #fae4c0;
      -moz-box-shadow: 2px 2px 0 #fae4c0;
      box-shadow: 2px 2px 0 #fae4c0; }
    .index .section05 .client_archive ul li.orange .overview .data .heading {
      color: #e89c25; }
    .index .section05 .client_archive ul li.orange .overview .data table {
      border-color: #f7ce8e; }
      .index .section05 .client_archive ul li.orange .overview .data table th {
        background: #e89c25; }
      .index .section05 .client_archive ul li.orange .overview .data table td {
        border-color: #f7ce8e; }
    .index .section05 .client_archive ul li.orange .voice .heading span {
      color: #e89c25;
      border-color: #e89c25; }
    .index .section05 .client_archive ul li.orange .recommend .heading span,
    .index .section05 .client_archive ul li.orange .point .heading span {
      color: #e89c25;
      border-color: #e89c25; }
    .index .section05 .client_archive ul li.orange .recommend .items .item::before,
    .index .section05 .client_archive ul li.orange .point .items .item::before {
      background-image: url("../../sp/datsumo/assets/img/ico_check_orange.png"); }
    .index .section05 .client_archive ul li.orange .recommend .items .item strong,
    .index .section05 .client_archive ul li.orange .point .items .item strong {
      color: #e89c25; }
    .index .section05 .client_archive ul li.green::before {
      background: #edfaf5;
      height: 80%; }
    .index .section05 .client_archive ul li.green .name {
      -webkit-box-shadow: 2px 2px 0 #d0eee3;
      -moz-box-shadow: 2px 2px 0 #d0eee3;
      box-shadow: 2px 2px 0 #d0eee3; }
    .index .section05 .client_archive ul li.green .overview .data .heading {
      color: #0eac72; }
    .index .section05 .client_archive ul li.green .overview .data table {
      border-color: #bde6d7; }
      .index .section05 .client_archive ul li.green .overview .data table th {
        background: #0eac72; }
      .index .section05 .client_archive ul li.green .overview .data table td {
        border-color: #bde6d7; }
    .index .section05 .client_archive ul li.green .voice .heading span {
      color: #0eac72;
      border-color: #0eac72; }
    .index .section05 .client_archive ul li.green .recommend .heading span,
    .index .section05 .client_archive ul li.green .point .heading span {
      color: #0eac72;
      border-color: #0eac72; }
    .index .section05 .client_archive ul li.green .recommend .items .item::before,
    .index .section05 .client_archive ul li.green .point .items .item::before {
      background-image: url("../../sp/datsumo/assets/img/ico_check_green.png"); }
    .index .section05 .client_archive ul li.green .recommend .items .item strong,
    .index .section05 .client_archive ul li.green .point .items .item strong {
      color: #0eac72; }
    .index .section05 .client_archive ul li.purple::before {
      background: #f8f3fd;
      height: 80%; }
    .index .section05 .client_archive ul li.purple .name {
      -webkit-box-shadow: 2px 2px 0 #e3d9ec;
      -moz-box-shadow: 2px 2px 0 #e3d9ec;
      box-shadow: 2px 2px 0 #e3d9ec; }
    .index .section05 .client_archive ul li.purple .overview .data .heading {
      color: #9373af; }
    .index .section05 .client_archive ul li.purple .overview .data table {
      border-color: #cbbcd9; }
      .index .section05 .client_archive ul li.purple .overview .data table th {
        background: #9373af; }
      .index .section05 .client_archive ul li.purple .overview .data table td {
        border-color: #cbbcd9; }
    .index .section05 .client_archive ul li.purple .voice .heading span {
      color: #9373af;
      border-color: #9373af; }
    .index .section05 .client_archive ul li.purple .recommend .heading span,
    .index .section05 .client_archive ul li.purple .point .heading span {
      color: #9373af;
      border-color: #9373af; }
    .index .section05 .client_archive ul li.purple .recommend .items .item::before,
    .index .section05 .client_archive ul li.purple .point .items .item::before {
      background-image: url("../../sp/datsumo/assets/img/ico_check_purple.png"); }
    .index .section05 .client_archive ul li.purple .recommend .items .item strong,
    .index .section05 .client_archive ul li.purple .point .items .item strong {
      color: #9373af; }
.index .section06 {
  margin: 0 auto;
  background: #fff;
  padding: 0 0 15px; }
  .index .section06 .inner {
    margin: 0 auto;
    padding: 30px 30px 40px;
    width: 750px;
    background: #fddce8;
    background: linear-gradient(160deg, #fddce8 0%, #d6ecfd 100%);
    text-align: center;
    border-radius: 5px; }
    .index .section06 .inner .heading {
      width: 100%;
      padding: 10px;
      background: #ffffff;
      border: 3px solid #ffffff;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 700; }
      .index .section06 .inner .heading span {
        color: #ff76a9;
        font-size: 22px;
        font-size: 2.2rem; }
  .index .section06 .wrap {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 0 70px;
    width: 100%;
    margin: 10px auto 0;
    display: flex; }
    .index .section06 .wrap .point {
      width: 100%; }
      .index .section06 .wrap .point .point_inner .txt {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 10px 0; }
      .index .section06 .wrap .point .point_inner img {
        width: 130px;
        margin: 0 auto; }
.index .section07 {
  overflow: hidden;
  margin: 0 auto;
  background: #fff; }
  .index .section07 .inner {
    margin: 0 auto;
    padding: 20px 0 40px; }
  .index .section07 .main_ttl {
    background: none;
    box-shadow: none;
    line-height: 1.3;
    z-index: 20;
    padding: 0;
    margin: 0 auto;
    width: 550px;
    font-size: 18px;
    font-size: 1.8rem; }
    .index .section07 .main_ttl strong {
      font-size: 28px;
      font-size: 2.8rem;
      color: #fff200; }
    .index .section07 .main_ttl::before {
      display: none; }
  .index .section07 .wrap {
    width: 100%; }
  .index .section07 table {
    width: 900px;
    border: 1px solid #e4e4e4;
    margin: 0 auto; }
    .index .section07 table th, .index .section07 table td {
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      border: 1px solid #e4e4e4;
      padding: 5px 2px;
      width: 120px;
      background: #fff; }
    .index .section07 table thead th {
      background: #d6ecfd;
      color: #4791ed;
      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: 12px;
      font-size: 1.2rem; }
    .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: 140px; }
      .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: 13px;
    font-size: 1.3rem;
    padding: 14px 18px 14px 0; }
    .index .section07 .cta_btn a::before {
      width: 18px;
      right: 10px; }
.index .topsection07 {
  overflow: hidden;
  margin: 0 auto;
  background: #fff; }
  .index .topsection07 .inner {
    margin: 0 auto; }
  .index .topsection07 .main_ttl {
    background: none;
    box-shadow: none;
    line-height: 1.3;
    z-index: 20;
    padding: 10px 0;
    margin: 60px auto 0;
    width: 550px;
    font-size: 18px;
    font-size: 1.8rem; }
    .index .topsection07 .main_ttl strong {
      font-size: 28px;
      font-size: 2.8rem;
      color: #fff200; }
    .index .topsection07 .main_ttl::before {
      display: none; }
  .index .topsection07 .wrap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative; }
    .index .topsection07 .wrap .remarks {
      width: 950px;
      margin: 0 auto;
      margin-top: 5px; }
  .index .topsection07 table {
    width: 950px;
    margin: 20px auto 0;
    border: 1px solid #e4e4e4; }
    .index .topsection07 table th, .index .topsection07 table td {
      padding: 10px 2px;
      border: 1px solid #e4e4e4;
      background: #fff;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem; }
    .index .topsection07 table thead th {
      background: #d6ecfd;
      color: #4791ed;
      padding-top: 4px;
      padding-bottom: 4px; }
      .index .topsection07 table thead th:first-child {
        width: 55px; }
      .index .topsection07 table thead th:nth-child(2) {
        width: 100px; }
    .index .topsection07 table tbody {
      position: relative; }
      .index .topsection07 table tbody tr:first-child {
        border: 3px solid #ff76a9;
        background: #fffcee; }
        .index .topsection07 table tbody tr:first-child td {
          background: #fffdea; }
          .index .topsection07 table tbody tr:first-child td:nth-child(7) {
            font-weight: 800;
            color: #ff76a9; }
      .index .topsection07 table tbody tr:nth-child(2) td:first-child::before {
        background-image: url(../../sp/datsumo/assets/img/client_rank_02.png); }
      .index .topsection07 table tbody tr:nth-child(3) td:first-child::before {
        background-image: url(../../sp/datsumo/assets/img/client_rank_03.png); }
      .index .topsection07 table tbody tr:nth-child(4) td:first-child::before {
        background-image: url(../../sp/datsumo/assets/img/client_rank_04.png); }
      .index .topsection07 table tbody tr:nth-child(5) td:first-child::before {
        background-image: url(../../sp/datsumo/assets/img/client_rank_05.png); }
      .index .topsection07 table tbody tr td {
        position: relative; }
        .index .topsection07 table tbody tr td:first-child::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 45px;
          height: 30px;
          background: url(../../sp/datsumo/assets/img/client_rank_01.png) no-repeat left top/100% auto;
          pointer-events: none; }
        .index .topsection07 table tbody tr td p {
          margin-top: 3px;
          line-height: 1.4;
          font-size: 12px;
          font-size: 1.2rem; }
        .index .topsection07 table tbody tr td a p {
          color: #10adf6;
          font-weight: 500;
          text-decoration: underline;
          font-size: 12px;
          font-size: 1.2rem; }
        .index .topsection07 table tbody tr td .ico {
          width: 30px;
          margin: 0 auto; }
        .index .topsection07 table tbody tr td .cta_btn a {
          padding: 14px 23px 14px 5px;
          font-size: 13px;
          font-size: 1.3rem; }
          .index .topsection07 table tbody tr td .cta_btn a::before {
            right: 3px;
            width: 18px;
            background-size: 80% auto;
            pointer-events: none; }
.index .section08 {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  background: #fff; }
  .index .section08 .inner {
    padding: 20px 0 50px;
    width: 750px;
    margin: 0 auto; }
  .index .section08 .wrap {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    padding: 35px 70px;
    background: #fffde1; }
  .index .section08 .client .heading {
    text-align: center;
    font-weight: 700;
    color: #ff76a9;
    font-size: 17px;
    font-size: 1.7rem; }
  .index .section08 .client .name a {
    text-align: center;
    font-weight: 700;
    display: block;
    text-decoration: none;
    font-size: 26px;
    font-size: 2.6rem; }
  .index .section08 .client .image {
    margin: 10px auto 0;
    text-align: center; }
    .index .section08 .client .image img {
      width: 300px;
      margin: 0 auto; }
  .index .section08 .txt {
    padding: 30px 40px;
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem; }
    .index .section08 .txt strong {
      font-weight: 700;
      color: #ff76a9; }
    .index .section08 .txt sup {
      font-size: 10px;
      font-size: 1rem; }
    .index .section08 .txt .js_marker {
      background: linear-gradient(transparent 70%, #fff200 0%);
      display: inline;
      /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
      padding: 0 2px 4px;
      font-weight: bold; }
  .index .section08 .cta {
    margin-top: 25px; }
    .index .section08 .cta .cta_btn a {
      padding: 25px 0; }
.index .section09 {
  width: 1100px;
  margin: 0 auto; }
  .index .section09 .inner {
    width: 750px;
    margin: 10px auto;
    text-align: left;
    background: #f5f5f5;
    font-size: 12px;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.54); }
.index .fixed_cta {
  position: fixed;
  width: 100%;
  z-index: 100;
  bottom: 0;
  background-color: #4791ed;
  padding: 5px 0 8px; }
  .index .fixed_cta .pr_txt {
    margin-left: 10px;
    text-align: center;
    position: relative;
    z-index: 10;
    font-size: 9px;
    font-size: 0.9rem; }
  .index .fixed_cta .heading {
    text-align: center;
    padding-right: 10px;
    width: 330px;
    margin-left: 10px; }
    .index .fixed_cta .heading span {
      display: inline-block;
      font-size: 18px;
      font-size: 1.8rem;
      color: #fff;
      font-weight: 700;
      position: relative;
      padding-left: 40px; }
      .index .fixed_cta .heading span::before {
        content: "";
        position: absolute;
        width: 45px;
        height: 100%;
        background-image: url("../../sp/datsumo/assets/img/client_rank_01.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: -10px;
        top: 0;
        pointer-events: none; }
      .index .fixed_cta .heading span strong {
        color: #fff200;
        font-size: 22px;
        font-size: 2.2rem; }
  .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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-top: 5px;
    padding: 0 40px; }
    .index .fixed_cta .wrap .image {
      width: 100px; }
    .index .fixed_cta .wrap .btn {
      padding-left: 10px; }
      .index .fixed_cta .wrap .btn .cta_btn a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 15px 40px 15px 10px;
        border-bottom: none; }
        .index .fixed_cta .wrap .btn .cta_btn a::before {
          width: 18px;
          right: 15px; }
      .index .fixed_cta .wrap .btn .cta_btn a.red {
        background: #fa6b45 !important;
        border-bottom: 3px solid #c55436 !important; }

.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: 400px !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;
    padding-top: 40px;
    height: 510px;
    background-image: url("img/ep_bg.png");
    background-repeat: no-repeat;
    background-position-y: bottom; }
    .exitProtection .wrap .exitProtection_banner {
      width: 250px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 185px; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .cta_btn {
      width: 370px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 20px;
      position: absolute; }
      .exitProtection .wrap .cta_btn a {
        display: block;
        text-decoration: none;
        background: #ec475b;
        border-bottom: 3px solid #c8384a;
        position: relative;
        text-align: center;
        color: #fff;
        font-size: 17px;
        font-size: 1.7rem;
        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: 10px 0; }
        .exitProtection .wrap .cta_btn a::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 25px;
          height: 100%;
          background-image: url("../../sp/glp1/assets/img/cta_ico.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          right: 15px;
          pointer-events: none; }
      .exitProtection .wrap .cta_btn a.red {
        background: #fa6b45 !important;
        border-bottom: 3px solid #c55436 !important; }
      .exitProtection .wrap .cta_btn.variable_height a {
        padding: 8px 0; }
    .exitProtection .wrap .shiny_btn {
      position: relative;
      overflow: hidden; }
      .exitProtection .wrap .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; }

.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: 10px 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem; }
  .footer .foot_wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 480px;
    margin: 0 auto; }
  .footer a {
    color: #555 !important;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: .1em; }

.logo {
  width: 35%;
  padding: 5px; }

.trigger {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  color: #d6ecfd;
  padding: 15px 0;
  cursor: pointer; }
  .trigger::before {
    content: "＋";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    color: #5f5f5f; }
  .trigger.active::before {
    content: "－"; }

.acordion_wrap.anno_area .trigger {
  font-size: 10px;
  font-weight: 700;
  position: relative;
  color: inherit !important;
  padding: 0 0 3px;
  display: inline-block !important;
  text-decoration: underline;
  background-color: none !important;
  text-align: left !important; }
  .acordion_wrap.anno_area .trigger::before {
    content: "▼";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1em;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #5f5f5f; }
  .acordion_wrap.anno_area .trigger.active::before {
    content: "▲"; }

.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); } }
.pr_txt {
  margin-top: 10px;
  text-align: center;
  position: relative;
  z-index: 10; }
