@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 #c54c79;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c54c79;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #c54c79;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c54c79;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #c54c79;
    top: 0px; } }
@keyframes animationbtn_green {
  0% {
    box-shadow: 0 5px 0 #629447;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #629447;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #629447;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #629447;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #629447;
    top: 0px; } }
.cta_btn {
  position: relative;
  max-width: 750px;
  margin: 0 auto 5px;
  box-shadow: 0 5px 0 #c54c79;
  background: #ff649d;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      opacity: .75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    padding: 20px 5px;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }
  .cta_btn.green {
    box-shadow: 0 5px 0 #629447;
    background: #8ed567; }
    .cta_btn.green.animation {
      animation: animationbtn_green 2s infinite; }

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

body {
  background: #f8f8f8;
  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 {
    opacity: .75; } }
.pink {
  color: #ff649d; }

.yellow {
  color: #ffff00; }

.marker {
  background: linear-gradient(transparent 50%, #ffff00 0%); }

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

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

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

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(142, 213, 103, 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: #8ed567;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    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;
  border-top: 4px solid #f4b3c8; }
  .header .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 12px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    .header .inner .logo {
      width: 180px;
      margin: 0 auto; }
      .header .inner .logo img {
        width: 100%;
        height: auto; }
    .header .inner .pr_header {
      position: absolute;
      right: 0;
      top: 17px; }

.fv_title {
  padding: 4px;
  background: #8ed567;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff; }
  .fv_title .inner {
    -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: 950px;
    margin: 0 auto; }
    .fv_title .inner strong {
      color: #ffff00;
      font-size: 26px;
      font-size: 2.6rem; }
    .fv_title .inner .fukidashi {
      position: relative;
      float: left;
      width: 210px;
      margin-right: 20px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      background: #fff;
      line-height: 37px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      color: #333; }
      .fv_title .inner .fukidashi::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -10px;
        content: '';
        width: 10px;
        height: 10px;
        border-left: 8px solid #fff;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent; }
      .fv_title .inner .fukidashi b {
        font-size: 23px;
        font-size: 2.3rem;
        color: #ff649d; }

.fv {
  position: relative;
  background: url("img/fv_bg.jpg") no-repeat center center/cover; }
  .fv .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 310px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_img {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 115px; }

.main_ttl {
  background: #8ed567;
  padding: 20px 0;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center; }
  .main_ttl strong {
    font-size: 28px;
    font-size: 2.8rem;
    color: #ffff00; }

.cta .cta_txt {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  color: #ff649d; }

.section01 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 50px 50px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .top_heading {
  text-align: center; }
  .section01 .top_heading span {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700; }
    .section01 .top_heading span::before, .section01 .top_heading span::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 3px;
      width: 57px;
      height: 67px;
      background: url("img/ico_left.png") no-repeat left top/100% auto; }
    .section01 .top_heading span::after {
      right: 0;
      left: auto;
      background-image: url("img/ico_right.png"); }
    .section01 .top_heading span strong {
      font-size: 33px;
      font-size: 3.3rem;
      color: #ff649d;
      font-weight: 900; }
.section01 .client_wrap {
  margin: 20px auto 0; }
  .section01 .client_wrap.rank3 {
    width: 800px; }
    .section01 .client_wrap.rank3 .table_wrap::before {
      width: calc(100% / 3); }
  .section01 .client_wrap .table_wrap {
    position: relative; }
    .section01 .client_wrap .table_wrap::before {
      z-index: 1;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% / 5);
      height: 100%;
      background: transparent;
      border: 2px solid #ff649d;
      pointer-events: none; }
    .section01 .client_wrap .table_wrap table {
      width: 100%; }
      .section01 .client_wrap .table_wrap table th, .section01 .client_wrap .table_wrap table td {
        padding: 10px 5px;
        border: 1px solid #e7e7e7;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        font-size: 1.4rem; }
      .section01 .client_wrap .table_wrap table thead th {
        vertical-align: top;
        font-weight: 500; }
        .section01 .client_wrap .table_wrap table thead th:first-child {
          background: #fffedd; }
        .section01 .client_wrap .table_wrap table thead th p {
          margin-top: 5px; }
        .section01 .client_wrap .table_wrap table thead th a {
          color: #1db2ff;
          font-weight: 500; }
      .section01 .client_wrap .table_wrap table tbody tr:last-child td:not(:first-child) .cta_btn {
        box-shadow: 0 5px 0 #629447;
        background: #8ed567; }
        .section01 .client_wrap .table_wrap table tbody tr:last-child td:not(:first-child) .cta_btn.animation {
          animation: animationbtn_green 2s infinite; }
      .section01 .client_wrap .table_wrap table tbody th {
        padding: 5px;
        background: #8ed567;
        font-weight: 500;
        font-size: 15px;
        font-size: 1.5rem;
        color: #fff; }
      .section01 .client_wrap .table_wrap table tbody td:first-child {
        background: #fffedd;
        font-weight: 700; }
      .section01 .client_wrap .table_wrap table tbody td .ico {
        width: 30px;
        margin: 0 auto 3px; }
      .section01 .client_wrap .table_wrap table tbody td .cta_btn {
        width: 95%; }
        .section01 .client_wrap .table_wrap table tbody td .cta_btn a {
          font-size: 16px;
          font-size: 1.6rem; }

.section06 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 45px 50px 60px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      width: 100%; } }
.section06 .nayami {
  width: 630px;
  margin: 0 auto 30px; }
  .section06 .nayami .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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .section06 .nayami .items .item {
      width: 305px;
      border: 2px solid #8ed567;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 20px 0;
      text-align: center;
      margin-top: 20px; }
      .section06 .nayami .items .item:nth-child(1), .section06 .nayami .items .item:nth-child(2) {
        margin-top: 0; }
  .section06 .nayami .ttl_wrap {
    display: inline-block; }
    .section06 .nayami .ttl_wrap span {
      display: inline-block;
      position: relative;
      padding-left: 30px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500; }
      .section06 .nayami .ttl_wrap span::before {
        content: "";
        position: absolute;
        width: 21px;
        height: 100%;
        background-image: url("img/section06_ico.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 0;
        top: 0;
        pointer-events: none;
        z-index: 10; }
  .section06 .nayami .image {
    margin-top: 10px; }
  .section06 .nayami .txt {
    text-align: center;
    margin-top: 40px;
    line-height: 1.8; }
    .section06 .nayami .txt .medium {
      font-size: 120%;
      font-weight: 700;
      color: #fc65ac; }
    .section06 .nayami .txt .large {
      color: #fc65ac;
      font-size: 150%;
      font-weight: 700;
      display: inline-block;
      position: relative;
      padding-bottom: 8px;
      background-image: url("img/section06_border.png");
      background-repeat: no-repeat;
      background-position: center bottom; }
.section06 .bg {
  padding: 35px 50px 50px; }
  .section06 .bg h3 {
    position: relative;
    width: 750px;
    margin: 0 auto;
    background: #8ed567;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: .04em; }
    .section06 .bg h3::before {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      bottom: -14px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 14px 7.5px 0 7.5px;
      border-color: #8ed567 transparent transparent transparent; }
    .section06 .bg h3::after {
      content: '';
      position: absolute;
      top: -20px;
      left: -44px;
      width: 44px;
      height: 44px;
      background: url("img/section06_ico2.png") no-repeat center top/100% auto; }
    .section06 .bg h3 span {
      display: block;
      position: relative;
      padding: 14px 0; }
      .section06 .bg h3 span::before {
        content: '';
        position: absolute;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto; }
  .section06 .bg .common_txt {
    margin-top: 30px;
    letter-spacing: 1.7;
    text-align: center; }
    .section06 .bg .common_txt span {
      color: #fc65ac;
      font-weight: 700;
      font-size: 120%; }
      .section06 .bg .common_txt span.marker {
        background: linear-gradient(transparent 60%, #fff60d 60%); }
.section06 .comparison h3 span::before {
  left: 34px;
  width: 94px;
  height: 100px;
  background-image: url("img/section06_ico4.png"); }
.section06 .comparison .table_wrap {
  margin-top: 30px;
  padding: 45px 75px 40px;
  background: #f5fef0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .section06 .comparison .table_wrap table {
    position: relative;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px; }
    .section06 .comparison .table_wrap table::after {
      z-index: 1;
      content: '';
      position: absolute;
      left: 229px;
      bottom: 8px;
      width: 256px;
      height: calc(100% - 15px);
      border: 3px solid #ff649d;
      pointer-events: none; }
    .section06 .comparison .table_wrap table th, .section06 .comparison .table_wrap table td {
      text-align: center;
      vertical-align: middle; }
    .section06 .comparison .table_wrap table thead th {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600;
      color: #818283;
      padding: 8px 0;
      background: #e2e5e7;
      position: relative; }
      .section06 .comparison .table_wrap table thead th.maincolor {
        background: #ff649d;
        color: #fff;
        position: relative; }
        .section06 .comparison .table_wrap table thead th.maincolor::before {
          display: block;
          content: "＼おすすめ！／";
          position: absolute;
          left: 0;
          top: -30px;
          width: 100%;
          text-align: center;
          font-weight: 700;
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 0.05em;
          z-index: 1;
          color: #ff649d; }
      .section06 .comparison .table_wrap table thead th.none {
        background: none; }
    .section06 .comparison .table_wrap table tbody th {
      padding: 15px 0;
      background: #fff;
      border: 1px solid #8ed567;
      font-size: 18px;
      font-size: 1.8rem; }
    .section06 .comparison .table_wrap table tbody td {
      padding: 7px 0;
      background: #fff;
      border: 1px solid #e2e5e7;
      font-size: 15px;
      font-size: 1.5rem; }
      .section06 .comparison .table_wrap table tbody td .ico {
        width: 40px;
        margin: 0 auto 3px; }
      .section06 .comparison .table_wrap table tbody td ul {
        display: inline-block; }
        .section06 .comparison .table_wrap table tbody td ul li {
          position: relative;
          padding-left: 1.2em;
          text-align: left; }
          .section06 .comparison .table_wrap table tbody td ul li::before {
            content: "●";
            position: absolute;
            top: 0;
            left: 0; }
      .section06 .comparison .table_wrap table tbody td:nth-child(2) {
        background: #fffedd;
        color: #ff649d;
        font-weight: 500; }
.section06 .caution h3 {
  position: relative;
  width: 750px;
  margin: 0 auto 30px;
  padding: 10px;
  background: #8ed567;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .04em;
  line-height: 1.3; }
  .section06 .caution h3::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    bottom: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 7.5px 0 7.5px;
    border-color: #8ed567 transparent transparent transparent; }
  .section06 .caution h3::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -44px;
    width: 44px;
    height: 44px;
    background: url("img/section06_ico2.png") no-repeat center top/100% auto; }
  .section06 .caution h3 strong {
    font-size: 120%; }
.section06 .caution .caution_box {
  overflow: hidden;
  width: 770px;
  margin: 0 auto;
  padding: 10px;
  background: url("img/caution_border.jpg") repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8; }
  .section06 .caution .caution_box .wrap {
    position: relative;
    padding: 40px 20px 40px 170px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section06 .caution .caution_box .wrap::before {
      z-index: 1;
      content: '';
      position: absolute;
      left: 30px;
      bottom: 0;
      width: 127px;
      height: 150px;
      background: url("img/caution_img.png") no-repeat left top/100% auto; }

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

.client_archive > ul > li {
        /* &:nth-child(2) .client_name::before {
            background-image: url("img/client_ico_rank_02.png");
        }
		&:nth-child(3) .client_name::before {
            background-image: url("img/client_ico_rank_03.png");
        }
		&:nth-child(4) .client_name::before {
            background-image: url("img/client_ico_rank_04.png");
        }
		&:nth-child(5) .client_name::before {
            background-image: url("img/client_ico_rank_05.png");
        }*/ }
  .client_archive > ul > li + li {
    margin-top: 40px; }
  .client_archive > ul > li:nth-child(1) .client_card {
    border-color: #e0dd88;
    background: #fffedd; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name {
      border-bottom-color: #e0dd88;
      /* &::before {
          background-image: url("img/client_ico_rank_01.png");
      }*/ }
  .client_archive > ul > li:nth-child(1) .achievement.clf .case {
    padding: 20px 40px;
    text-align: center; }
  .client_archive > ul > li.pickup {
    position: relative;
    margin-top: 150px; }
    .client_archive > ul > li.pickup::before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -87px;
      width: 380px;
      height: 57px;
      background: url(img/ttl_pickup.png) no-repeat center top; }
    .client_archive > ul > li.pickup .client_card .client_name {
      /*border-bottom-color: #fde5aa;
      padding-top: 40px;
      padding-left: 0;
      padding-right: 0;
      text-align: center;*/ }
      .client_archive > ul > li.pickup .client_card .client_name::before {
        background-image: url("img/client_ico_rank_pr.png"); }
.client_archive .client_card {
  border: 2px solid #ded6cd; }
  .client_archive .client_card .client_name {
    position: relative;
    /*padding:15px 10px 15px 125px;*/
    padding: 15px 10px 15px 25px;
    border-bottom: 1px solid #ded6cd; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 81px;
      height: 130px;
      /*background-image: url("img/client_ico.png");*/
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 25px;
      top: -42px;
      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: 25px 25px 40px; }
.client_archive .overview {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .client_archive .overview .image {
    width: 300px; }
  .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 10px; }
    .client_archive .overview .txt .heading {
      font-size: 24px;
      font-size: 2.4rem;
      color: #ff649d;
      font-weight: 700; }
      .client_archive .overview .txt .heading sup {
        font-size: 14px;
        font-size: 1.4rem; }
    .client_archive .overview .txt table {
      table-layout: fixed;
      width: 100%;
      margin-top: 15px; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        padding: 8px 6px;
        background: #fff;
        border: 1px solid #e4e4e4;
        vertical-align: middle;
        font-size: 14px;
        font-size: 1.4rem; }
      .client_archive .overview .txt table th {
        width: 100px;
        background: #8ed567;
        font-weight: 500;
        color: #fff; }
.client_archive .point,
.client_archive .case,
.client_archive .review,
.client_archive .location {
  overflow: hidden;
  margin-top: 15px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #b7b4b6; }
  .client_archive .point .ttl,
  .client_archive .case .ttl,
  .client_archive .review .ttl,
  .client_archive .location .ttl {
    padding: 6px 0;
    border-bottom: 1px solid #b7b4b6;
    background: #e9ffdd;
    text-align: center;
    color: #8ed567;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700; }
  .client_archive .point .content,
  .client_archive .case .content,
  .client_archive .review .content,
  .client_archive .location .content {
    padding: 20px 25px; }
.client_archive .point .content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .client_archive .point .content .image {
    width: 115px;
    margin-right: 30px; }
  .client_archive .point .content .txt {
    width: calc(100% - 145px); }
    .client_archive .point .content .txt ul li {
      position: relative;
      padding-left: 22px;
      font-size: 20px;
      font-size: 2rem; }
      .client_archive .point .content .txt ul li + li {
        margin-top: 3px; }
      .client_archive .point .content .txt ul li::before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 15px;
        height: 18px;
        background: url("img/client_archive_point_ico2.png") no-repeat left top/100% auto; }
      .client_archive .point .content .txt ul li strong {
        color: #ff649d; }
.client_archive .case .content .slider .slide .slide_inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 0 150px; }
  .client_archive .case .content .slider .slide .slide_inner .img {
    width: 212px;
    margin-right: 10px; }
  .client_archive .case .content .slider .slide .slide_inner .txt {
    width: calc(100% - 222px);
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem; }
    .client_archive .case .content .slider .slide .slide_inner .txt .item_h {
      color: #8ed567; }
      .client_archive .case .content .slider .slide .slide_inner .txt .item_h + .item_b {
        margin-bottom: 20px; }
.client_archive .case .content .slider .slide .quote {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right; }
.client_archive .case .content .slider .slide-dots {
  overflow: hidden;
  height: auto;
  margin-top: 10px;
  line-height: 1; }
  .client_archive .case .content .slider .slide-dots li {
    width: 12px;
    height: 12px;
    border: #9e9e9e 1px solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%; }
    .client_archive .case .content .slider .slide-dots li button {
      content: none;
      padding: 0; }
    .client_archive .case .content .slider .slide-dots li.slick-active {
      background: #8ed567; }
.client_archive .review .content {
  background: #f9fff5; }
  .client_archive .review .content .slider .slick-track {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
  .client_archive .review .content .slider .slide {
    height: auto;
    padding: 10px; }
    .client_archive .review .content .slider .slide .slide_inner {
      width: 720px;
      height: 85%;
      margin: 0 auto;
      padding: 20px 30px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      background: #fff;
      box-shadow: 0 0 3px 3px #ededed;
      font-size: 15px;
      font-size: 1.5rem; }
    .client_archive .review .content .slider .slide .quote {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: right; }
  .client_archive .review .content .slider .slide-dots {
    overflow: hidden;
    height: auto;
    margin-top: 10px;
    line-height: 1; }
    .client_archive .review .content .slider .slide-dots li {
      width: 12px;
      height: 12px;
      background: #fff;
      border: #9e9e9e 1px solid;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%; }
      .client_archive .review .content .slider .slide-dots li button {
        content: none;
        padding: 0; }
      .client_archive .review .content .slider .slide-dots li.slick-active {
        background: #8ed567; }
.client_archive .location .content {
  padding: 20px 125px 30px; }
  .client_archive .location .content .item + .item {
    margin-top: 10px; }
  .client_archive .location .content .item .accordion_ttl {
    cursor: pointer;
    position: relative;
    padding: 10px;
    background: #e9ffdd;
    border: 1px solid #b7b4b6;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700; }
    .client_archive .location .content .item .accordion_ttl::after {
      content: '＋';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700; }
    .client_archive .location .content .item .accordion_ttl.open::after {
      content: '－'; }
  .client_archive .location .content .item .accordion_content {
    display: none; }
    .client_archive .location .content .item .accordion_content table {
      width: 100%; }
      .client_archive .location .content .item .accordion_content table tr:first-child th, .client_archive .location .content .item .accordion_content table tr:first-child td {
        border-top: none; }
      .client_archive .location .content .item .accordion_content table tr th, .client_archive .location .content .item .accordion_content table tr td {
        padding: 10px;
        border: 1px solid #b7b4b6;
        vertical-align: middle;
        font-size: 14px;
        font-size: 1.4rem; }
      .client_archive .location .content .item .accordion_content table tr th {
        width: 200px;
        padding: 10px 5px;
        background: #f4f4f4;
        font-weight: 500;
        text-align: center; }
      .client_archive .location .content .item .accordion_content table tr td.none {
        text-align: center; }
.client_archive .cta {
  margin-top: 20px; }

.section04 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 50px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 table {
  width: 100%; }
  .section04 table th, .section04 table td {
    padding: 10px 5px;
    border: 1px solid #e9e9e9;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }
  .section04 table thead th {
    background: #e9ffdd;
    color: #8ed567;
    font-weight: 500; }
  .section04 table tbody tr:first-child {
    background: #fffedd;
    border: 2px solid #ff649d; }
    .section04 table tbody tr:first-child td {
      font-weight: 700; }
  .section04 table tbody tr:not(:first-child) .cta_btn {
    box-shadow: 0 5px 0 #629447;
    background: #8ed567; }
    .section04 table tbody tr:not(:first-child) .cta_btn.animation {
      animation: animationbtn_green 2s infinite; }
  .section04 table tbody tr td:first-child a {
    font-weight: 500;
    color: #10adf6; }
  .section04 table tbody tr td:first-child p {
    margin-top: 5px; }
  .section04 table tbody tr td .ico {
    width: 28px;
    margin: 0 auto 3px; }
  .section04 table tbody tr td .cta_btn a {
    font-size: 14px;
    font-size: 1.4rem; }

.section05 {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 50px 50px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section05 {
      width: 100%; } }
  .section05 .inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
    background: #fff;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px #e4e4e4; }
  .section05 .ttl {
    position: absolute;
    top: 0;
    left: -15px;
    width: 1010px;
    padding: 24px 10px;
    background: #8ed567;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    color: #fff; }
    .section05 .ttl strong {
      color: #ffff00; }
    .section05 .ttl::before, .section05 .ttl::after {
      content: '';
      position: absolute;
      bottom: -15px;
      width: 0;
      height: 0;
      border-style: solid; }
    .section05 .ttl::before {
      border-width: 0 15px 15px 0;
      border-color: transparent #629447 transparent transparent;
      left: 0; }
    .section05 .ttl::after {
      border-width: 15px 15px 0 0;
      border-color: #629447 transparent transparent transparent;
      right: 0; }
  .section05 .content {
    padding: 120px 65px 30px; }
    .section05 .content .overview {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      margin-bottom: 20px; }
      .section05 .content .overview .img {
        width: 300px;
        margin-right: 20px; }
      .section05 .content .overview .txt {
        width: calc(100% - 320px); }
        .section05 .content .overview .txt .name {
          margin-bottom: 15px;
          font-weight: 700;
          font-size: 25px;
          font-size: 2.5rem; }
          .section05 .content .overview .txt .name a {
            text-decoration: none; }
        .section05 .content .overview .txt ul li {
          font-size: 18px;
          font-size: 1.8rem; }
          .section05 .content .overview .txt ul li + li {
            margin-top: 15px; }
          .section05 .content .overview .txt ul li .point {
            width: 115px;
            margin-bottom: 5px;
            background: #8ed567;
            border-radius: 12.5px;
            -moz-border-radius: 12.5px;
            -webkit-border-radius: 12.5px;
            -o-border-radius: 12.5px;
            -ms-border-radius: 12.5px;
            font-weight: 700;
            text-align: center;
            color: #fff; }

.footer .ft_menu {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 50px 20px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .footer .ft_menu {
      width: 100%; } }
.footer .ft_menu .p_mark {
  max-width: 700px;
  margin: 0px auto;
  padding: 20px; }
.footer .ft_menu .p_mark p {
  display: inline-block; }
.footer .ft_menu .p_mark .pra_txt {
  max-width: 500px; }
.footer .ft_menu .ft_nav {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
.footer .ft_menu .ft_nav li.pri_pol {
  width: 160px; }
.footer .ft_menu .ft_nav li.contact {
  width: 120px; }
.footer .ft_menu .ft_nav ul {
  display: flex;
  justify-content: space-around; }
.footer .ft_menu .ft_nav li {
  display: inline-block;
  width: auto !important; }
  .footer .ft_menu .ft_nav li a {
    text-decoration: none; }
.footer .copyright {
  text-align: center;
  height: 35px;
  padding: 5px 0;
  color: #fff;
  background: linear-gradient(to right, #1C9BA5 0%, #00A0E9 100%); }

.fixed_cta {
  z-index: 10;
  position: fixed;
  display: none;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(237, 255, 227, 0.95); }
  .fixed_cta .inner {
    -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;
    padding: 10px; }
    .fixed_cta .inner .cta_btn {
      width: 240px;
      margin: 0 0 0 10px; }
      .fixed_cta .inner .cta_btn a {
        padding: 10px 5px;
        font-size: 16px;
        font-size: 1.6rem; }

.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 {
      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: 110px;
        width: 60%; }
    .exitProtection .wrap .modal_close {
      cursor: pointer;
      z-index: 100;
      position: absolute;
      top: 0;
      right: 20px;
      width: 40px;
      background: #8d8d8d;
      color: #fff !important;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      text-decoration: none; }
    .exitProtection .wrap .cta_btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 20px;
      width: 90%;
      display: block;
      padding: 20px 5px;
      text-decoration: none;
      line-height: 1.4;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      text-align: center; }

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

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