@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

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

a {
  color: #333; }

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

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

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(249, 132, 154, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #f9849a;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  background: #fff; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    .header .inner .site_logo {
      width: 20%; }
    .header .inner .header__pr {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      width: 120px; }

.pr_txt {
  margin-top: 8px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem; }

.cta_btn a {
  background: #34b086;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 35px;
  -webkit-box-shadow: 0 4px 0 #28936f;
  -moz-box-shadow: 0 4px 0 #28936f;
  box-shadow: 0 4px 0 #28936f;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px; }

.shiny_btn {
  position: relative;
  overflow: hidden; }
  .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;
    z-index: 10; }

.index {
  padding-bottom: 50px; }
  .index .fv {
    position: relative; }
    .index .fv .fv_txt {
      position: absolute;
      left: 3vw;
      bottom: 6vw;
      width: 62.66%;
      z-index: 1; }
      .index .fv .fv_txt div {
        background: #f9849a;
        text-align: center;
        color: #fff;
        margin-top: 4px;
        font-size: 3vw;
        font-weight: 700; }
        .index .fv .fv_txt div:first-child {
          margin-top: 0; }
        .index .fv .fv_txt div strong {
          font-weight: 700;
          color: #fff840; }
  .index .section01 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 15px; }
    @media only screen and (max-width: 768px) {
      .index .section01 .inner {
        width: 100%; } }
  .index .section01 .top_heading {
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    color: #f9849a;
    line-height: 1.4;
    padding-bottom: 5px; }
    .index .section01 .top_heading strong {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.8;
      color: #333;
      background: linear-gradient(transparent 60%, #fceaee 60%); }
  .index .section01 h2 {
    background: #f9849a;
    text-align: center;
    padding: 10px 0;
    font-size: 4.5vw;
    color: #fff;
    font-weight: 700;
    width: 110%;
    margin-left: -5%; }
    .index .section01 h2 strong {
      display: block;
      color: #fff840;
      font-size: 3.7vw; }
  .index .section01 .client_list {
    margin-top: 20px; }
    .index .section01 .client_list ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .index .section01 .client_list ul li {
        width: calc((100% - 4%) / 3);
        margin-left: 2%;
        margin-top: 15px; }
        .index .section01 .client_list ul li:nth-child(1), .index .section01 .client_list ul li:nth-child(2), .index .section01 .client_list ul li:nth-child(3) {
          margin-top: 0; }
        .index .section01 .client_list ul li:nth-child(3n+1) {
          margin-left: 0; }
        .index .section01 .client_list ul li a {
          display: block;
          text-decoration: none; }
        .index .section01 .client_list ul li .name {
          background: #fde8ec;
          font-size: 10px;
          font-size: 1rem;
          text-align: center;
          padding: 3px 2px; }
          .index .section01 .client_list ul li .name.padbalance {
            padding: 10px 0; }
  .index .section01 .recommend_heading {
    text-align: center;
    margin-top: 25px; }
    .index .section01 .recommend_heading span {
      display: inline-block;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700;
      color: #f9849a;
      background: linear-gradient(transparent 60%, #fceaee 60%); }
  .index .section01 .wrap {
    position: relative;
    /*margin-left: -10px;*/
    margin-right: -10px;
    padding-top: 30px;
    width: 100%;
    overflow-x: scroll; }
    .index .section01 .wrap::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10;
      width: 126px;
      height: calc(100% - 30px);
      background: transparent;
      pointer-events: none;
      border: 2px solid #f9849a;
      z-index: 3; }
    .index .section01 .wrap table {
      width: 625px; }
      .index .section01 .wrap table th, .index .section01 .wrap table td {
        text-align: center;
        padding: 5px;
        vertical-align: middle;
        width: calc(100% / 5); }
      .index .section01 .wrap table th {
        font-weight: 700;
        color: #65718c;
        font-size: 15px;
        font-size: 1.5rem;
        background: #eef1f8;
        position: relative;
        z-index: 2;
        padding-top: 4px;
        padding-bottom: 4px; }
      .index .section01 .wrap table td {
        font-size: 13px;
        font-size: 1.3rem;
        border: 1px solid #e0e4ed; }
      .index .section01 .wrap table tr td:first-child {
        background: #fffeee; }
      .index .section01 .wrap table tr td:nth-child(2) .cta_btn a {
        background: #c0c0c0;
        box-shadow: 0 4px 0 #8f8f8f; }
      .index .section01 .wrap table tr td:nth-child(3) .cta_btn a {
        background: #c0c0c0;
        box-shadow: 0 4px 0 #8f8f8f; }
      .index .section01 .wrap table tr td:nth-child(4) .cta_btn a {
        background: #c0c0c0;
        box-shadow: 0 4px 0 #8f8f8f; }
      .index .section01 .wrap table tr td:nth-child(5) .cta_btn a {
        background: #c0c0c0;
        box-shadow: 0 4px 0 #8f8f8f; }
    .index .section01 .wrap .image {
      position: relative; }
      .index .section01 .wrap .image::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: -30px;
        pointer-events: none;
        z-index: 1; }
    .index .section01 .wrap .client_image td:nth-child(1) .image::before {
      background-image: url("../../../glp1/assets/img/ico_rank_01.png");
      z-index: 3; }
    .index .section01 .wrap .client_image td:nth-child(2) .image::before {
      background-image: url("../../../glp1/assets/img/ico_rank_02.png"); }
    .index .section01 .wrap .client_image td:nth-child(3) .image::before {
      background-image: url("../../../glp1/assets/img/ico_rank_03.png"); }
    .index .section01 .wrap .client_image td:nth-child(4) .image::before {
      background-image: url("../../../glp1/assets/img/ico_rank_04.png"); }
    .index .section01 .wrap .client_image td:nth-child(5) .image::before {
      background-image: url("../../../glp1/assets/img/ico_rank_05.png"); }
    .index .section01 .wrap .name {
      margin-top: 5px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 500; }
    .index .section01 .wrap .ico p {
      margin-top: 3px; }
    .index .section01 .wrap .cta_btn {
      width: 95%;
      margin: 0 auto;
      padding: 5px 0 10px; }
  .index .section01 .bottom_heading {
    margin-top: 30px;
    text-align: center;
    font-weight: 700;
    color: #f9849a;
    font-size: 3.2vw; }
  .index .section01 .bottom_img {
    width: 100%;
    margin: 30px auto 20px;
    text-align: center; }
  .index .section01 .bottom_txt {
    margin: 0 auto;
    background: #fff7f9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px 15px 20px;
    border: 1px solid #fcb7c4;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: justify; }
    .index .section01 .bottom_txt span {
      font-weight: 700;
      background: linear-gradient(transparent 60%, #fff553 60%); }
    .index .section01 .bottom_txt strong {
      color: #f9849a; }
  .index .section01 .cards {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .index .section01 .cards .card {
      margin-top: 20px;
      width: calc((100% - 3%) / 2);
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border: 1px solid #d4d4d4;
      padding: 15px 7px; }
      .index .section01 .cards .card .ttl {
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 800;
        color: #3fb3d0; }
      .index .section01 .cards .card .note .txt {
        display: grid; }
      .index .section01 .cards .card .image {
        width: 120px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0 auto;
        position: relative; }
        .index .section01 .cards .card .image::before {
          display: none; }
      .index .section01 .cards .card .txt ul li {
        list-style: circle;
        text-align: left;
        margin-left: 20px; }
      .index .section01 .cards .card .txt span {
        padding: 5px 0;
        color: #d2eef6; }
      .index .section01 .cards .card .txt strong {
        font-size: 25px;
        font-size: 2.5rem;
        color: #3fb3d0; }
      .index .section01 .cards .card:nth-child(2) .ttl {
        color: #f9849a; }
      .index .section01 .cards .card:nth-child(2) .txt span {
        padding: 5px 0;
        color: #fcdce2; }
      .index .section01 .cards .card:nth-child(2) .txt strong {
        font-size: 25px;
        font-size: 2.5rem;
        color: #f9849a; }
  .index .section01 .lead {
    width: 95%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem; }
    .index .section01 .lead span {
      font-size: 23px;
      font-size: 2.3rem;
      color: #f9849a;
      font-weight: 700; }
  .index .section01 .remarks {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem; }
  .index .section02 {
    margin-top: 20px; }
    .index .section02 .inner {
      width: 1000px;
      margin: 0 auto;
      padding-left: 10px;
      padding-right: 10px; }
      @media only screen and (max-width: 768px) {
        .index .section02 .inner {
          width: 100%; } }
    .index .section02 h3 {
      background: #f9849a;
      color: #fff;
      font-weight: 500;
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      padding: 5px 0; }
    .index .section02 .items .item {
      margin-top: 35px; }
      .index .section02 .items .item:first-child {
        margin-top: 0; }
    .index .section02 .item_01 .images {
      margin-top: 20px;
      padding: 0 40px; }
      .index .section02 .item_01 .images .image p {
        text-align: center;
        margin-top: 5px;
        font-size: 12px;
        font-size: 1.2rem; }
    .index .section02 .item_01 .slide_arrow {
      position: absolute;
      top: 50%;
      width: 28px;
      margin-top: -14px; }
      .index .section02 .item_01 .slide_arrow.prev_arrow {
        left: 0; }
      .index .section02 .item_01 .slide_arrow.next_arrow {
        right: 0; }
    .index .section02 .item_01 .txt {
      margin: 20px auto 0;
      text-align: justify; }
      .index .section02 .item_01 .txt p {
        font-size: 11px;
        font-size: 1.1rem; }
        .index .section02 .item_01 .txt p.txt_r {
          text-align: right;
          margin-top: 10px;
          font-size: 11px;
          font-size: 1.1rem; }
    .index .section02 .item_02 .item_inner {
      margin: 15px auto 0;
      padding: 0 5px; }
    .index .section02 .item_02 .lead {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.7;
      margin-bottom: 20px;
      text-align: justify; }
      .index .section02 .item_02 .lead strong {
        font-weight: 700;
        background: linear-gradient(transparent 60%, #fff553 60%); }
      .index .section02 .item_02 .lead span {
        color: #f9849a;
        font-weight: 700; }
    .index .section02 .item_02 .about {
      margin-top: 30px; }
      .index .section02 .item_02 .about .heading {
        -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-bottom: 20px; }
        .index .section02 .item_02 .about .heading .image {
          width: 50px; }
        .index .section02 .item_02 .about .heading .txt {
          width: calc(100% - 50px);
          padding-left: 10px;
          font-weight: 700;
          font-size: 17px;
          font-size: 1.7rem; }
          .index .section02 .item_02 .about .heading .txt span {
            font-size: 23px;
            font-size: 2.3rem;
            font-weight: 700;
            color: #f9849a; }
      .index .section02 .item_02 .about .content {
        margin-top: 5px;
        background: #fff7f9;
        border: 1px solid #fcb7c4;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        padding: 20px 15px; }
        .index .section02 .item_02 .about .content .ttl {
          width: 90%;
          margin: 0 auto;
          text-align: center;
          position: relative; }
          .index .section02 .item_02 .about .content .ttl::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 1px;
            background: #333; }
          .index .section02 .item_02 .about .content .ttl span {
            display: inline-block;
            font-size: 16px;
            font-size: 1.6rem;
            padding: 0 20px;
            background: #fff7f9;
            position: relative;
            z-index: 5; }
        .index .section02 .item_02 .about .content p {
          margin-top: 10px;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.7;
          text-align: justify; }
          .index .section02 .item_02 .about .content p strong {
            font-weight: 700;
            background: linear-gradient(transparent 60%, #fff553 60%); }
    .index .section02 .item_02 .flow {
      margin-top: 35px; }
      .index .section02 .item_02 .flow .ttl {
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        font-size: 2.2rem; }
      .index .section02 .item_02 .flow .image {
        margin-top: 20px; }
  .index .section03 {
    margin-top: 30px; }
    .index .section03 h2 {
      background: #f9849a;
      text-align: center;
      padding: 10px 0;
      font-size: 4.5vw;
      color: #fff;
      font-weight: 700; }
      .index .section03 h2 strong {
        display: block;
        color: #fff840;
        font-size: 3.7vw; }
    .index .section03 .inner {
      width: 1000px;
      margin: 0 auto;
      padding: 40px 10px 20px; }
      @media only screen and (max-width: 768px) {
        .index .section03 .inner {
          width: 100%; } }
  .index .client_archive > ul > li {
    margin-top: 40px; }
    .index .client_archive > ul > li:first-child {
      margin-top: 0; }
  .index .client_archive .client_card {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .index .client_archive .client_card .client_name {
      position: relative;
      padding: 8px 8px 8px 60px;
      border-bottom: 1px solid #d8d8d8; }
      .index .client_archive .client_card .client_name::before {
        content: "";
        position: absolute;
        width: 54px;
        height: 54px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: -25px;
        pointer-events: none; }
      .index .client_archive .client_card .client_name a {
        color: #31302c;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 700;
        text-decoration: none; }
        .index .client_archive .client_card .client_name a:hover {
          text-decoration: underline; }
    .index .client_archive .client_card .client_inner {
      padding: 15px 10px 25px; }
  .index .client_archive > ul > li:nth-child(1) .client_card {
    border-color: #dedcb8;
    background: #fffeee; }
    .index .client_archive > ul > li:nth-child(1) .client_card .client_name {
      border-bottom-color: #dedcb8; }
      .index .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
        background-image: url("../../../glp1/assets/img/ico_rank_01.png"); }
  .index .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("../../../glp1/assets/img/ico_rank_02.png"); }
  .index .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("../../../glp1/assets/img/ico_rank_03.png"); }
  .index .client_archive > ul > li:nth-child(4) .client_name::before {
    background-image: url("../../../glp1/assets/img/ico_rank_04.png"); }
  .index .client_archive > ul > li:nth-child(5) .client_name::before {
    background-image: url("../../../glp1/assets/img/ico_rank_05.png"); }
  .index .client_archive .client_heading {
    font-size: 21px;
    font-size: 2.1rem;
    color: #f9849a;
    text-align: center;
    font-weight: 700; }
    .index .client_archive .client_heading sup {
      font-size: 14px;
      font-size: 1.4rem; }
  .index .client_archive .overview {
    margin-top: 10px; }
    .index .client_archive .overview .image {
      width: 80%;
      margin: 0 auto 1em; }
    .index .client_archive .overview .txt {
      width: 100%;
      margin: 0 auto; }
      .index .client_archive .overview .txt table {
        width: 100%;
        border: 1px solid #e0e4ed;
        background: #fff;
        font-size: 14px;
        font-size: 1.4rem; }
        .index .client_archive .overview .txt table th, .index .client_archive .overview .txt table td {
          vertical-align: middle;
          padding: 7px;
          border-left: 1px solid #e0e4ed;
          border-bottom: 1px solid #e0e4ed; }
        .index .client_archive .overview .txt table th {
          font-weight: 500;
          width: 35%;
          color: #ffffff;
          background: #fab4c1;
          outline: 2px dashed #ffdbe2;
          outline-offset: -5px; }
        .index .client_archive .overview .txt table .ico_wrap {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          .index .client_archive .overview .txt table .ico_wrap .ico {
            width: 25px; }
          .index .client_archive .overview .txt table .ico_wrap .txt {
            width: calc(100% - 35px);
            padding-left: 5px; }
  .index .client_archive .point {
    margin-top: 10px;
    background: #fff;
    position: relative;
    border: 2px solid #fedae1;
    padding: 15px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .index .client_archive .point .point_heading {
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center; }
      .index .client_archive .point .point_heading span {
        display: inline-block;
        font-weight: 700;
        color: #f9849a;
        background: linear-gradient(transparent 60%, #fceaee 60%); }
    .index .client_archive .point .txt {
      margin-top: 10px;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: justify; }
      .index .client_archive .point .txt ul li {
        margin-top: 3px;
        position: relative;
        padding-left: 20px; }
        .index .client_archive .point .txt ul li:first-child {
          margin-top: 0; }
        .index .client_archive .point .txt ul li::before {
          content: "";
          position: absolute;
          width: 12px;
          height: 100%;
          background-image: url("../../../glp1/assets/img/client_archive_point_ico2.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 6px;
          pointer-events: none; }
        .index .client_archive .point .txt ul li span {
          color: #f9849a;
          font-weight: 500; }
        .index .client_archive .point .txt ul li sup {
          font-size: 11px;
          font-size: 1.1rem; }
  .index .client_archive .review {
    margin: 10px auto 0;
    background: #fdf3f6;
    border: 1px solid #fcb7c4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .index .client_archive .review .trigger {
      position: relative;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      color: #f9849a;
      text-align: center;
      cursor: pointer;
      padding: 10px; }
      .index .client_archive .review .trigger::before {
        content: "＋";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        font-weight: 700;
        font-size: 22px;
        font-size: 2.2rem; }
      .index .client_archive .review .trigger.active::before {
        content: "ー"; }
    .index .client_archive .review .acordion_inner {
      padding: 0 20px 10px 10px; }
    .index .client_archive .review .items .item {
      margin-top: 10px; }
      .index .client_archive .review .items .item:first-child {
        margin-top: 0; }
      .index .client_archive .review .items .item .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; }
        .index .client_archive .review .items .item .wrap .ico {
          width: 35px; }
        .index .client_archive .review .items .item .wrap .txt {
          width: calc(100% - 45px);
          margin-left: 10px;
          background: #fff;
          padding: 15px;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          font-size: 15px;
          font-size: 1.5rem;
          -webkit-box-shadow: 0 0 3px #d8d8d8;
          -moz-box-shadow: 0 0 3px #d8d8d8;
          box-shadow: 0 0 3px #d8d8d8;
          text-align: justify; }
    .index .client_archive .review .remarks {
      margin-top: 5px;
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem;
      padding-right: 10px; }
  .index .client_archive .replymsg {
    margin-top: 10px; }
  .index .client_archive .calendar {
    -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;
    width: 100%;
    max-width: max-content;
    margin: 20px auto;
    background: #fff; }
  .index .client_archive .cta {
    margin-top: 10px; }
    .index .client_archive .cta .txt {
      margin-top: 10px;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      color: #f9849a;
      font-weight: 700; }
    .index .client_archive .cta .cta_btn {
      margin-top: 10px; }
      .index .client_archive .cta .cta_btn a {
        font-size: 4vw;
        line-height: 1.4;
        padding: 10px 0; }
  .index .client_archive .remarks {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #31302c; }
  .index .section04 h2 {
    background: #f9849a;
    text-align: center;
    padding: 15px 0;
    font-size: 3.2vw;
    color: #fff;
    font-weight: 700;
    line-height: 1.4; }
    .index .section04 h2 strong {
      color: #fff840;
      font-size: 4.2vw; }
  .index .section04 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0 30px 10px; }
    @media only screen and (max-width: 768px) {
      .index .section04 .inner {
        width: 100%; } }
  .index .section04 .wrap {
    width: 100%;
    overflow: scroll; }
  .index .section04 .scroll_txt {
    background: #e4e4e4;
    text-align: right;
    padding: 5px 10px 5px 5px;
    font-size: 12px;
    font-size: 1.2rem; }
  .index .section04 table {
    width: 1000px;
    border: 1px solid #e0e4ed;
    margin: 2px 0; }
    .index .section04 table th, .index .section04 table td {
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      border: 1px solid #e0e4ed;
      padding: 8px 5px;
      width: 110px;
      background: #fff; }
    .index .section04 table thead th {
      background: #eef1f8;
      color: #65718c; }
    .index .section04 table tbody tr:first-child {
      background: #fffeee; }
      .index .section04 table tbody tr:first-child td {
        background: #fffeee; }
    .index .section04 table tbody td p {
      margin-top: 5px;
      line-height: 1.4;
      font-size: 13px;
      font-size: 1.3rem; }
    .index .section04 table tbody a p {
      color: #10adf6;
      font-weight: 500;
      text-decoration: underline; }
    .index .section04 table thead tr th:first-child,
    .index .section04 table tbody tr td:first-child {
      position: sticky;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100px; }
      .index .section04 table thead tr th:first-child::after,
      .index .section04 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 .section04 .cta_btn a {
    line-height: 40px; }
  .index .section04 .remarks {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #31302c; }
  .index .section05 {
    width: calc(100% - 20px);
    background: #fffafb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px 10px;
    border: 1px solid #f9849a;
    -webkit-box-shadow: 0 0 5px #dfdfdf;
    -moz-box-shadow: 0 0 5px #dfdfdf;
    box-shadow: 0 0 5px #dfdfdf;
    margin: 0px auto 50px; }
    .index .section05 h2 {
      background: #feabbb;
      text-align: center;
      font-size: 23px;
      font-size: 2.3rem;
      color: #fff;
      padding: 5px 0;
      font-weight: 700; }
    .index .section05 .inner {
      padding: 20px 5px 0; }
    .index .section05 .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: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end; }
      .index .section05 .wrap .image {
        width: 42%; }
      .index .section05 .wrap .txt {
        width: 58%;
        padding-left: 10px;
        text-align: justify; }
        .index .section05 .wrap .txt .heading {
          text-align: center;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 700;
          color: #f9849a; }
        .index .section05 .wrap .txt .cta_btn {
          margin-top: 10px; }
          .index .section05 .wrap .txt .cta_btn a {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.4;
            padding: 8px 0; }
    .index .section05 .lead {
      margin-top: 15px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.7;
      text-align: justify; }
      .index .section05 .lead strong {
        color: #f9849a; }
  .index .side_effects {
    padding: 0 10px;
    background: #fff; }
    .index .side_effects .heading {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700;
      color: #f9849a;
      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 {
        margin: 0 0 5px;
        position: relative;
        padding-left: 1.1em;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700; }
        .index .side_effects .item_inner .ico::before {
          content: "・";
          position: absolute;
          top: 0;
          left: 0; }
        .index .side_effects .item_inner .ico span {
          display: inline-block;
          font-weight: 700; }
      .index .side_effects .item_inner p {
        font-size: 17px;
        font-size: 1.7rem; }

.fixed_cta {
  position: fixed;
  width: 100%;
  background: rgba(249, 132, 154, 0.9);
  z-index: 100;
  left: 0;
  bottom: 0; }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 8px 10px 12px 5px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
  .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; }
    .fixed_cta .wrap .txt {
      text-align: center;
      font-size: 4vw;
      font-weight: 700;
      color: #fff;
      line-height: 1.3;
      width: 58%; }
      .fixed_cta .wrap .txt span {
        font-size: 3vw;
        color: #fff840;
        display: inline-block;
        position: relative;
        padding-left: 24px; }
        .fixed_cta .wrap .txt span::before {
          content: "";
          position: absolute;
          width: 20px;
          height: 100%;
          background-image: url("../../../glp1/assets/img/fixed_cta_ico.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          left: 0;
          top: 0;
          pointer-events: none; }
    .fixed_cta .wrap .cta_btn {
      width: 42%;
      padding-left: 10px; }
      .fixed_cta .wrap .cta_btn a {
        line-height: 40px; }

.footer .f_nav {
  background: #ddd;
  max-width: 1200px;
  margin: 0 auto; }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      margin-left: 40px;
      padding: 10px 0; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        text-decoration: none; }
.footer .copyright {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }

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

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 29vw;
        width: 60%; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 2.5vw; }
      .exitProtection .wrap .btn span {
        display: block; }

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

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