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

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

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

ul, ol {
  list-style: none; }

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

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

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

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

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

iframe {
  border: 0; }

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

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

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

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

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

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

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

.cf:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #009fb6;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #009fb6;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #009fb6;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #009fb6;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #009fb6;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #009fb6;
  -moz-box-shadow: 0 5px 0 #009fb6;
  box-shadow: 0 5px 0 #009fb6;
  background: #00bcd4;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    padding: 20px 0; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

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

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

a {
  color: #4b4b4b; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #4b4b4b;
    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, 126, 211, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border: 1px solid #fff;
  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: #f97ed3;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  border-top: 3px solid #00bcd4;
  background: #fff;
  -webkit-box-shadow: 0 4px rgba(110, 110, 110, 0.3);
  -moz-box-shadow: 0 0 4px rgba(110, 110, 110, 0.3);
  box-shadow: 0 0 4px rgba(110, 110, 110, 0.3);
  position: relative;
  z-index: 1; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }

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

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

img.shadow {
  -webkit-box-shadow: 0 0 15px rgba(224, 168, 170, 0.5);
  -moz-box-shadow: 0 0 15px rgba(224, 168, 170, 0.5);
  box-shadow: 0 0 15px rgba(224, 168, 170, 0.5); }

.tab {
  position: relative;
  z-index: 10;
  -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; }
  .tab li {
    width: 260px;
    text-align: center;
    color: #dfb7df;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    padding: 0.7em 0;
    border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    background: #fcedfc;
    letter-spacing: 0.05em;
    position: relative;
    margin-left: 7px; }
    .tab li:first-child {
      margin-left: 0; }
    .tab li.select {
      background: #f97ed3;
      color: #fff; }

.tab_item {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border: 2px solid #f97ed3;
  padding: 25px 0 25px;
  position: relative; }

.disnone {
  display: none; }

.main_ttl {
  background: #f97ed3;
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  color: #fff;
  line-height: 1.3;
  padding-top: 15px;
  position: relative;
  font-weight: 700;
  width: 900px;
  margin: auto; }
  .main_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 450px 0 450px;
    border-color: #f97ed3 transparent transparent transparent;
    z-index: 1; }
  .main_ttl .sub {
    display: block;
    width: 410px;
    margin: 0 auto 5px;
    background: #fff;
    color: #f97ed3;
    font-weight: 700;
    padding: 5px 0;
    font-size: 18px;
    font-size: 1.8rem; }
  .main_ttl .yellow {
    color: #ffffc1; }
  .main_ttl .large {
    font-size: 130%; }

.wrapper {
  padding-bottom: 70px; }

.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    height: 310px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    .fv .inner::before {
      content: "画像はイメージ";
      position: absolute;
      text-align: right;
      right: 0;
      bottom: -25px;
      font-size: 11px;
      font-size: 1.1rem;
      color: rgba(0, 0, 0, 0.54); }
  .fv .fv_image {
    width: 631px;
    position: absolute;
    left: 19px;
    top: 13px;
    z-index: 1; }
  .fv .fv_txt {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    top: 209px;
    left: 147px;
    width: 425px;
    text-align: center;
    padding: 1px 0 3px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    background: #e0a3ad; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 70px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .top_heading {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem; }
  .section01 .top_heading .ttl_wrap {
    display: inline-block;
    position: relative;
    line-height: 1.3;
    background: linear-gradient(transparent 60%, #ffffc1 60%); }
    .section01 .top_heading .ttl_wrap::before, .section01 .top_heading .ttl_wrap::after {
      content: "";
      position: absolute;
      width: 28px;
      height: 41px;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section01 .top_heading .ttl_wrap::before {
      background-image: url("img/section01_heading_before.png");
      left: -40px; }
    .section01 .top_heading .ttl_wrap::after {
      background-image: url("img/section01_heading_after.png");
      right: -40px; }
.section01 h2 {
  width: 598px;
  height: 125px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 8px 0 0;
  background-image: url("img/section01_ttl.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #f97ed3; }
  .section01 h2 .small {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    color: #4b4b4b; }
.section01 .client_table {
  width: 750px;
  margin: 55px auto 0;
  position: relative; }
  .section01 .client_table::before, .section01 .client_table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #fefaec;
    width: calc(100% / 3);
    height: 100%;
    z-index: 1; }
  .section01 .client_table::after {
    width: calc(100% / 3);
    height: 100%;
    border: 3px solid #f97ed3;
    z-index: 5; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center;
      vertical-align: top; }
    .section01 .client_table table th {
      background: #fcedfc;
      font-weight: 700;
      color: #f97ed3;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      z-index: 3; }
    .section01 .client_table table td {
      padding: 10px;
      border-left: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
      .section01 .client_table table td .detail {
        display: none; }
      .section01 .client_table table td.txt {
        padding-top: 15px;
        padding-bottom: 15px; }
    .section01 .client_table table thead tr td {
      position: relative;
      vertical-align: top; }
      .section01 .client_table table thead tr td::before {
        content: "";
        position: absolute;
        width: 66px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -48px;
        pointer-events: none;
        z-index: 10; }
      .section01 .client_table table thead tr td:nth-child(1)::before {
        background-image: url("img/crown_01.png"); }
      .section01 .client_table table thead tr td:nth-child(2)::before {
        background-image: url("img/crown_02.png"); }
      .section01 .client_table table thead tr td:nth-child(3)::before {
        background-image: url("img/crown_03.png"); }
      .section01 .client_table table thead tr td:nth-child(4)::before {
        background-image: url("img/crown_04.png"); }
      .section01 .client_table table thead tr td:nth-child(5)::before {
        background-image: url("img/crown_05.png"); }
  .section01 .client_table .image {
    padding: 5px; }
    .section01 .client_table .image a {
      display: block; }
      .section01 .client_table .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .section01 .client_table .image a p {
        text-decoration: underline;
        font-size: 15px;
        font-size: 1.5rem;
        margin-top: 5px;
        font-weight: 700; }
      .section01 .client_table .image a:hover p {
        text-decoration: none; }
  .section01 .client_table thead tr td:nth-child(1) .image::before {
    background-image: url("img/crown_01.png"); }
  .section01 .client_table thead tr td:nth-child(2) .image::before {
    background-image: url("img/crown_02.png"); }
  .section01 .client_table thead tr td:nth-child(3) .image::before {
    background-image: url("img/crown_03.png"); }
  .section01 .client_table thead tr td:nth-child(4) .image::before {
    background-image: url("img/crown_04.png"); }
  .section01 .client_table thead tr td:nth-child(5) .image::before {
    background-image: url("img/crown_05.png"); }
  .section01 .client_table .coupon {
    display: inline-block;
    background: #fff;
    padding: 3px 15px;
    font-weight: 500;
    color: #f97ed3;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 5px;
    border: 1px solid #f97ed3;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px; }
    .section01 .client_table .coupon + span {
      display: block;
      font-weight: 700;
      color: #f97ed3;
      margin-top: 2px;
      font-size: 17px;
      font-size: 1.7rem; }
  .section01 .client_table .ico {
    margin: 0 auto 5px; }
  .section01 .client_table .cta_btn {
    width: 90%;
    margin: 0 auto 5px; }
    .section01 .client_table .cta_btn a {
      font-size: 17px;
      font-size: 1.7rem;
      padding: 24px 0; }
.section01 .remarks {
  padding-left: 125px; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 50px 20px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .reason {
  background-image: url("img/section02_bg.png");
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  border: 5px solid #ffe3e5;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 26px 100px 0;
  border: 3px solid #fcedfc; }
  .section02 .reason::before {
    content: "画像はイメージ";
    position: absolute;
    bottom: -25px;
    left: 0;
    font-size: 11px;
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.54); }
  .section02 .reason .heading {
    width: 684px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -32px; }
  .section02 .reason .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; }
    .section02 .reason .wrap .image {
      width: 162px; }
    .section02 .reason .wrap .txt {
      width: calc(100% - 162px);
      padding-left: 30px;
      line-height: 1.7; }
      .section02 .reason .wrap .txt .marker {
        background: linear-gradient(transparent 60%, #ffffc1 60%);
        font-weight: 700; }
      .section02 .reason .wrap .txt .bold {
        font-weight: 700;
        color: #f97ed3; }
.section02 .tab {
  margin-top: 40px; }
.section02 .content {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }
.section02 .top_txt {
  text-align: center; }
  .section02 .top_txt .marker {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff88c 60%); }
  .section02 .top_txt .bold {
    font-weight: 700;
    color: #f97ed3; }
.section02 .tab_item::before {
  content: "画像はイメージ";
  position: absolute;
  font-size: 11px;
  font-size: 1.1rem;
  right: 20px;
  bottom: 20px;
  color: #9c9b9b; }
.section02 .item_01::before {
  display: none; }
.section02 .item_01 .content {
  padding: 0 55px 20px; }
.section02 .item_01 table {
  width: 100%;
  border: 1px solid #fce4ec; }
  .section02 .item_01 table th, .section02 .item_01 table td {
    text-align: center;
    vertical-align: middle; }
  .section02 .item_01 table thead th {
    background: #fcedfc;
    padding: 2px 0;
    border: 1px solid #fff; }
    .section02 .item_01 table thead th span {
      display: inline-block;
      position: relative; }
      .section02 .item_01 table thead th span::before {
        content: "";
        width: 93px;
        height: 22px;
        background-image: url("img/section02_ico_osusume.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -30px;
        pointer-events: none;
        z-index: 10; }
  .section02 .item_01 table tbody th, .section02 .item_01 table tbody td {
    padding: 5px;
    border: 1px solid #fce4ec; }
  .section02 .item_01 table tbody th {
    background: #fdf7fd;
    color: #f97ed3; }
  .section02 .item_01 table tbody td {
    font-size: 14px;
    font-size: 1.4rem; }
  .section02 .item_01 table tbody .image {
    margin-top: 5px; }
  .section02 .item_01 table tbody .ico {
    width: 35px;
    margin: 0 auto 5px; }
.section02 .item_02 .content {
  width: 650px; }
.section02 .item_02 .items {
  margin-top: 30px; }
  .section02 .item_02 .items .item {
    margin-top: 22px;
    background: #fdf7fd;
    border: 1px solid #fce4ec;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    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: 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: 12px 0; }
    .section02 .item_02 .items .item::before {
      content: "";
      position: absolute;
      width: 125px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -13px;
      pointer-events: none;
      z-index: 10; }
    .section02 .item_02 .items .item:first-child {
      margin-top: 0; }
    .section02 .item_02 .items .item:nth-child(1)::before {
      background-image: url("img/section02_point_01.png"); }
    .section02 .item_02 .items .item:nth-child(2)::before {
      background-image: url("img/section02_point_02.png"); }
    .section02 .item_02 .items .item:nth-child(3)::before {
      background-image: url("img/section02_point_03.png"); }
    .section02 .item_02 .items .item .image {
      width: 220px;
      text-align: right; }
    .section02 .item_02 .items .item .txt {
      width: calc(100% - 220px);
      padding-left: 20px;
      padding-top: 15px;
      font-size: 18px;
      font-size: 1.8rem; }
      .section02 .item_02 .items .item .txt span {
        font-weight: 700;
        color: #f97ed3; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 50px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }

.client_archive {
  margin-top: 70px; }
  .client_archive br.archive {
    display: none; }
  .client_archive > ul > li {
    margin-top: 40px; }
    .client_archive > ul > li:first-child {
      margin-top: 0; }
  .client_archive .client_card {
    border: 3px solid #f97ed3;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .client_archive .client_card .client_name {
      position: relative;
      padding: 18px 10px 18px 130px;
      border-bottom: 1px solid #f97ed3; }
      .client_archive .client_card .client_name::before {
        content: "";
        position: absolute;
        width: 90px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 30px;
        top: 0;
        pointer-events: none; }
      .client_archive .client_card .client_name a {
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 700;
        text-decoration: none; }
        .client_archive .client_card .client_name a:hover {
          text-decoration: underline; }
    .client_archive .client_card .client_inner {
      padding: 12px 50px 40px; }
  .client_archive > ul > li:nth-child(1) .client_card {
    background: #fffde0; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("img/crown_01.png"); }
  .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("img/crown_02.png"); }
  .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("img/crown_03.png"); }
  .client_archive > ul > li:nth-child(4) .client_name::before {
    background-image: url("img/crown_04.png"); }
  .client_archive > ul > li:nth-child(5) .client_name::before {
    background-image: url("img/crown_05.png"); }
  .client_archive .overview .heading {
    text-align: center; }
    .client_archive .overview .heading span {
      display: inline-block;
      background: #fff;
      color: #f97ed3;
      min-width: 650px;
      font-weight: 700;
      font-size: 25px;
      font-size: 2.5rem;
      padding: 6px 30px;
      border: 1px solid #f97ed3;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      position: relative; }
      .client_archive .overview .heading span::before, .client_archive .overview .heading span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        translate: -50% 100%; }
      .client_archive .overview .heading span::before {
        border-width: 12px 8px 0 8px;
        border-color: #f97ed3 transparent transparent; }
      .client_archive .overview .heading span::after {
        border-width: 10.3px 6.5px 0 6.5px;
        border-color: #fff transparent transparent; }
  .client_archive .overview .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;
    margin-top: 18px; }
    .client_archive .overview .wrap .image {
      width: 300px; }
      .client_archive .overview .wrap .image.coupon_image {
        width: 400px; }
    .client_archive .overview .wrap .txt {
      width: calc(100% - 300px);
      padding-left: 17px; }
      .client_archive .overview .wrap .txt table {
        width: 100%;
        background: #fff;
        font-size: 14px;
        font-size: 1.4rem; }
        .client_archive .overview .wrap .txt table th, .client_archive .overview .wrap .txt table td {
          vertical-align: middle;
          border-bottom: 1px solid #d9d9d9;
          line-height: 1.3;
          padding: 0.8em 1em; }
        .client_archive .overview .wrap .txt table th {
          font-weight: 500;
          color: #f97ed3;
          background: #fcedfc;
          width: 35%;
          font-weight: 700;
          border-color: #fff; }
        .client_archive .overview .wrap .txt table td {
          border-top: 1px solid #d9d9d9;
          border-right: 1px solid #d9d9d9; }
        .client_archive .overview .wrap .txt table small {
          font-size: 14px;
          font-size: 1.4rem; }
      .client_archive .overview .wrap .txt .ico_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .client_archive .overview .wrap .txt .ico_wrap .icon {
          width: 120px;
          margin: 0; }
        .client_archive .overview .wrap .txt .ico_wrap p {
          width: calc(100% - 120px);
          padding-left: 10px; }
    .client_archive .overview .wrap .coupon_image + .txt {
      width: calc(100% - 400px);
      padding-left: 20px; }
  .client_archive .point, .client_archive .example, .client_archive .review, .client_archive .place {
    margin-top: 15px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fcedfc; }
    .client_archive .point .ttl, .client_archive .example .ttl, .client_archive .review .ttl, .client_archive .place .ttl {
      background: #fcedfc;
      text-align: center;
      color: #f97ed3;
      font-weight: 500;
      padding: 6px 0;
      font-size: 17px;
      font-size: 1.7rem; }
  .client_archive .point .wrap {
    padding: 10px 40px 16px;
    text-align: center; }
  .client_archive .point ul li {
    text-align: left;
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 3px;
    font-weight: 500;
    position: relative;
    padding-left: 1.2em; }
    .client_archive .point ul li:first-child {
      margin-top: 0; }
    .client_archive .point ul li::before {
      content: "〇";
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      color: #f97ed3; }
    .client_archive .point ul li.nijumaru {
      color: #f97ed3;
      font-weight: 700; }
      .client_archive .point ul li.nijumaru::before {
        content: "◎"; }
    .client_archive .point ul li span {
      color: #f97ed3;
      font-weight: 700; }
  .client_archive .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .client_archive .slick-dots {
    bottom: -40px; }
    .client_archive .slick-dots li button::before {
      content: "";
      width: 10px;
      height: 10px;
      border: 1px solid #f97ed3;
      opacity: 1;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      -o-border-radius: 100%;
      -ms-border-radius: 100%; }
    .client_archive .slick-dots li.slick-active button::before {
      background: #fcedfc; }
  .client_archive .example .wrap, .client_archive .review .wrap {
    padding: 20px 75px 30px; }
  .client_archive .example .slider, .client_archive .review .slider {
    background: #fdf7fd;
    -webkit-box-shadow: 1px 0 12px #fcedfc inset, 1px 0 12px #fcedfc inset, 1px 0 12px #fcedfc inset;
    -moz-box-shadow: 1px 0 12px #fcedfc inset, 1px 0 12px #fcedfc inset, 1px 0 12px #fcedfc inset;
    box-shadow: 1px 0 12px #fcedfc inset, 1px 0 12px #fcedfc inset, 1px 0 12px #fcedfc inset;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 35px 0;
    opacity: 0;
    transition: opacity .3s linear; }
    .client_archive .example .slider.slick-initialized, .client_archive .review .slider.slick-initialized {
      opacity: 1; }
    .client_archive .example .slider .slide, .client_archive .review .slider .slide {
      padding: 0 55px;
      font-size: 13px;
      font-size: 1.3rem; }
  .client_archive .example .remarks, .client_archive .review .remarks {
    text-align: right;
    color: rgba(0, 0, 0, 0.54); }
  .client_archive .review .slider {
    padding-top: 30px;
    padding-bottom: 30px; }
  .client_archive .review .slider .slide {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.7; }
  .client_archive .place .wrap {
    padding: 20px 75px; }
  .client_archive .place table {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem; }
    .client_archive .place table th, .client_archive .place table td {
      border: 1px solid #fce4ec;
      vertical-align: middle;
      padding: 1em; }
    .client_archive .place table th {
      width: 130px;
      background: #fdf7fd;
      text-align: center;
      color: #f97ed3;
      font-weight: 500; }
  .client_archive .place .items .item {
    margin-top: 3px;
    -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; }
    .client_archive .place .items .item .parent {
      width: 80px; }
      .client_archive .place .items .item .parent span {
        display: block;
        text-align: center;
        color: #fff;
        font-weight: 700;
        padding: 3px 0;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        background: #e8b4ba; }
    .client_archive .place .items .item .child {
      width: calc(100% - 80px);
      padding-top: 2px;
      padding-left: 10px; }
    .client_archive .place .items .item:first-child {
      margin-top: 0; }
  .client_archive .cta {
    margin-top: 15px; }
    .client_archive .cta .txt {
      text-align: center;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700;
      color: #f97ed3; }
    .client_archive .cta .cta_btn {
      width: 700px;
      margin: 5px auto 0; }
    .client_archive .cta .sponsor {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 80px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 table tbody tr:first-child {
  position: relative;
  background: #fffde0; }
.section04 table {
  margin-top: 65px;
  width: 100%;
  background: #fff; }
  .section04 table th, .section04 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #d9d9d9;
    padding: 8px 5px; }
  .section04 table thead th {
    background: #fcedfc;
    color: #f97ed3;
    line-height: 1.4;
    border-color: #fff; }
  .section04 table tbody tr:first-child {
    position: relative;
    border: 2px solid #f97ed3;
    background: #fffde0; }
  .section04 table tbody .image {
    display: block;
    padding: 0 5px; }
  .section04 table tbody .ico {
    width: 28px;
    margin: 0 auto 5px; }
  .section04 table tbody td p {
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.3rem; }
  .section04 table tbody a p {
    color: #10adf6;
    margin-top: 3px;
    font-weight: 500;
    text-decoration: underline; }
.section04 .coupon {
  font-weight: 500;
  color: #f97ed3;
  font-size: 10px;
  font-size: 1rem; }
  .section04 .coupon + span {
    display: block;
    font-weight: 700;
    color: #f97ed3;
    margin-top: 2px;
    font-size: 17px;
    font-size: 1.7rem; }
.section04 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.section04 .cta_btn a {
  line-height: 1.3;
  padding: 14px 0;
  font-size: 14px;
  font-size: 1.4rem; }
  .section04 .cta_btn a::after {
    content: '';
    width: 10px;
    height: 10px;
    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: 10px;
    margin-top: -5px; }

.section05 {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .section05 {
      width: 100%; } }
  .section05 .content {
    width: 900px;
    margin: auto;
    background: #fcedfc;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 45px 50px;
    position: relative; }
    .section05 .content h2 {
      width: 100%;
      position: absolute;
      left: 0;
      top: -25px;
      text-align: center;
      z-index: 1; }
  .section05 .inner {
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 25px 75px 30px; }
  .section05 .heading {
    text-align: center; }
    .section05 .heading span {
      display: inline-block;
      background: #fff;
      color: #f97ed3;
      min-width: 650px;
      font-weight: 700;
      font-size: 25px;
      font-size: 2.5rem;
      padding: 6px 30px;
      border: 1px solid #f97ed3;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      position: relative; }
      .section05 .heading span::before, .section05 .heading span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        translate: -50% 100%; }
      .section05 .heading span::before {
        border-width: 12px 8px 0 8px;
        border-color: #f97ed3 transparent transparent; }
      .section05 .heading span::after {
        border-width: 10.3px 6.5px 0 6.5px;
        border-color: #fff transparent transparent; }
  .section05 .image {
    width: 470px;
    margin: 18px auto 0; }
  .section05 .cta {
    margin-top: 15px; }
    .section05 .cta .txt {
      text-align: center;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700;
      color: #f97ed3; }
    .section05 .cta .cta_btn {
      margin: 5px auto 0; }
    .section05 .cta .sponsor {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center; }

.footer .f_nav {
  background: #ddd; }
  .footer .f_nav ul {
    padding: 20px 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      margin-left: 20px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        text-decoration: none; }
.footer .copyright {
  padding: 10px 0;
  background: #00bcd4;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem; }

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

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 475px; }
    @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(435 / 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%);
        width: 350px;
        top: 122px; }
      .exitProtection .wrap .image .btn {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 16px;
        width: 350px; }
        .exitProtection .wrap .image .btn .cta_btn a {
          font-size: 21px;
          font-size: 2.1rem;
          padding: 15px 0; }
    .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 .btns {
      position: absolute;
      width: 95%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 135px;
      -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; }
      .exitProtection .wrap .btns .btn {
        width: calc((100% - 4%) / 2);
        margin-left: 4%; }
        .exitProtection .wrap .btns .btn:first-child {
          margin-left: 0; }
      .exitProtection .wrap .btns .cta_btn {
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .exitProtection .wrap .btns .cta_btn a {
          font-size: 15px;
          font-size: 1.5rem;
          padding-left: 0;
          padding-right: 0; }

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

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

.fixed_cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(249, 126, 211, 0.9);
  z-index: 50; }
  .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;
    padding: 15px 0; }
    .fixed_cta .wrap .client_image {
      width: 120px; }
    .fixed_cta .wrap .image {
      width: 261px;
      margin: 0 10px; }
    .fixed_cta .wrap .btn {
      width: 250px; }
      .fixed_cta .wrap .btn .cta_btn a {
        font-size: 15px;
        font-size: 1.5rem; }
