@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@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: bold; }

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 #c65e30;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c65e30;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #c65e30;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c65e30;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #c65e30;
    top: 0px; }
  @media only screen and (max-width: 768px) {
    0% {
      box-shadow: 0 3px 0 #c65e30;
      top: 0px; }
    10% {
      box-shadow: 0 0 0 #c65e30;
      top: 6px; }
    20% {
      box-shadow: 0 3px 0 #c65e30;
      top: 0px; }
    30% {
      box-shadow: 0 0 0 #c65e30;
      top: 6px; }
    40% {
      box-shadow: 0 3px 0 #c65e30;
      top: 0px; } } }
.cta_btn {
  position: relative;
  max-width: 680px;
  margin: 0 auto 3px;
  box-shadow: 0 3px 0 #c65e30;
  background: #f8743a;
  -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 {
      margin: 0 auto 5px;
      box-shadow: 0 5px 0 #c65e30;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .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; }
    @media only screen and (max-width: 768px) {
      .cta_btn a {
        padding: 15px 5px;
        font-size: 20px;
        font-size: 2rem; } }
  .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: #e8f9fe;
  font-size: 1.6em;
  color: #2e2424;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.03em; }
  @media only screen and (max-width: 768px) {
    body {
      background: #fff;
      /*padding-bottom: 73px;*/ } }

a {
  color: #0994ff; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #0994ff;
    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; } }
.red {
  color: #f46174; }

.yellow {
  color: #f8d02f; }

.marker {
  background: linear-gradient(transparent 60%, #f8d02f 60%); }

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(31, 164, 205, 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: #1fa4cd;
    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: 4px solid #1fa4cd;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(110, 110, 110, 0.3); }
  @media only screen and (max-width: 768px) {
    .header {
      border-top-width: 2px; } }
  .header .inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 15px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding: 10px; } }
  @media only screen and (max-width: 768px) {
    .header .logo {
      width: 125px; } }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    opacity: .75; }
    @media only screen and (max-width: 768px) {
      .header .header_pr {
        right: 10px; } }
    .header .header_pr span {
      display: inline-block;
      padding: 0 10px;
      border: 1px solid #747474;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .header .header_pr span {
          padding: 0 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -o-border-radius: 3px;
          -ms-border-radius: 3px;
          font-size: 13px;
          font-size: 1.3rem; } }

.wrapper {
  overflow: hidden; }

.fv {
  background: no-repeat center/cover url(img/fv_bg.jpg); }
  @media only screen and (max-width: 768px) {
    .fv {
      background: none; } }
  .fv .inner {
    max-width: 1000px;
    margin: 0 auto;
    height: 310px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        height: auto; } }
  .fv .fv_img {
    width: 57%;
    padding-top: 1.6%;
    padding-left: 2.2%; }
    @media only screen and (max-width: 768px) {
      .fv .fv_img {
        width: 100%;
        padding: 0; } }
    .fv .fv_img img {
      width: 100%; }

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

.cta_btn {
  border-radius: 10px; }

.main_ttl {
  position: relative;
  padding: 8px 5px 10px;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 10px), #1fa4cd;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      padding: 8px 5px;
      line-height: 1.3;
      font-size: 22px;
      font-size: 2.2rem; } }
  .main_ttl span {
    color: #f8d02f; }
  .main_ttl strong {
    font-size: 26px;
    font-size: 2.6rem; }
    @media only screen and (max-width: 768px) {
      .main_ttl strong {
        font-size: 22px;
        font-size: 2.2rem; } }

.cont_ttl {
  text-align: center;
  font-weight: 700; }
  .cont_ttl .ttl_wrap {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-size: 23px;
    font-size: 2.3rem; }
    @media only screen and (max-width: 768px) {
      .cont_ttl .ttl_wrap {
        padding: 0;
        font-size: 20px;
        font-size: 2rem; } }
    .cont_ttl .ttl_wrap strong {
      color: #f46174;
      line-height: 1.4;
      letter-spacing: 0.08em;
      font-size: min(3.8vw, 3.3rem); }
      @media only screen and (max-width: 768px) {
        .cont_ttl .ttl_wrap strong {
          font-size: 20px;
          font-size: 2rem; } }
    .cont_ttl .ttl_wrap::before, .cont_ttl .ttl_wrap::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 45px;
      height: 53px;
      background: no-repeat center/contain url("img/ttl_deco.png"); }
      @media only screen and (max-width: 768px) {
        .cont_ttl .ttl_wrap::before, .cont_ttl .ttl_wrap::after {
          width: 30px;
          height: 36px; } }
    .cont_ttl .ttl_wrap::before {
      right: 100%; }
    .cont_ttl .ttl_wrap::after {
      left: 100%;
      transform: scaleX(-1); }

.client_archive > ul > li + li {
  margin-top: 30px; }
.client_archive > ul > li:nth-child(1) .client_card {
  background: #fffae5;
  border-color: #f8d02f; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-color: #f8d02f; }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_rank2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_rank3.png"); }
.client_archive .client_card {
  position: relative;
  background: #fff;
  border: 2px solid #dadada;
  border-radius: 5px; }
  @media only screen and (max-width: 768px) {
    .client_archive .client_card {
      border-width: 1px; } }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 12px 10px 12px 110px;
    border-bottom: 1px solid #dadada;
    font-size: min(3.2vw, 2.8rem);
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_name {
        padding: 7px 10px 7px 55px;
        font-size: 20px;
        font-size: 2rem; } }
    .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      top: 0;
      left: 20px;
      width: 80px;
      height: 72px;
      background: url("img/ico_rank1.png") no-repeat left top/100% auto;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name::before {
          left: 5px;
          width: 42px;
          height: 36px; } }
    .client_archive .client_card .client_name a {
      position: relative;
      padding-right: 40px;
      text-decoration: none;
      color: #0994ff; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name a {
          padding-right: 20px; } }
      .client_archive .client_card .client_name a::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 26px;
        height: 26px;
        background: url("img/ico_blank.png") no-repeat left top/100% auto;
        pointer-events: none; }
        @media only screen and (max-width: 768px) {
          .client_archive .client_card .client_name a::after {
            width: 13px;
            height: 13px; } }
  .client_archive .client_card .client_inner {
    padding: 15px 25px 35px; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_inner {
        padding: 10px 8px 20px; } }
.client_archive .star {
  position: absolute;
  top: 11px;
  right: 20px;
  width: 29%; }
  @media only screen and (max-width: 768px) {
    .client_archive .star {
      position: static;
      width: 100%;
      margin-top: 12px; } }
.client_archive .heading {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #f46174;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .client_archive .heading {
      text-align: center;
      font-size: min(3.2vw, 2rem); } }
.client_archive .overview {
  overflow: hidden;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .client_archive .overview {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column; } }
  .client_archive .overview .image {
    width: 33%;
    max-width: 300px;
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .image {
        order: 1;
        float: none;
        width: 58%;
        margin: 0 auto; } }
  .client_archive .overview .txt {
    flex: 1; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .txt {
        order: 2;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .client_archive .overview .cta {
      order: 1;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 769px) {
    .client_archive .overview .cta .cta_btn a {
      font-size: min(2.4vw, 2rem); } }
.client_archive .table {
  width: 100%;
  background: #fff;
  border: solid 1px #dadada;
  border-bottom: none; }
  @media only screen and (max-width: 768px) {
    .client_archive .table {
      order: 2; } }
  .client_archive .table tr th {
    width: 160px;
    padding: 5px;
    color: #1fa4cd;
    background: #f1fcff;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .client_archive .table tr th {
        width: 110px;
        font-size: 12px;
        font-size: 1.2rem; } }
  .client_archive .table tr td {
    width: calc(100% - 150px);
    padding: 10px;
    border-bottom: 1px solid #dadada; }
    @media only screen and (max-width: 768px) {
      .client_archive .table tr td {
        padding: 5px;
        width: calc(100% - 110px); } }
    .client_archive .table tr td br.archive {
      display: none; }
    .client_archive .table tr td .ico_wrap {
      -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; }
      .client_archive .table tr td .ico_wrap .ico {
        width: 25px;
        margin-right: 5px; }
      .client_archive .table tr td .ico_wrap p {
        flex: 1; }
.client_archive .feature {
  position: relative;
  margin-top: 20px;
  background: #fff;
  border: #1fa4cd 2px solid;
  border-radius: 5px; }
  @media only screen and (max-width: 768px) {
    .client_archive .feature {
      width: 100%;
      margin-top: 5px;
      border-width: 1px; } }
  .client_archive .feature .ttl {
    padding: 5px 5px 6px;
    background: #1fa4cd;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .client_archive .feature .ttl {
        font-size: 17.5px;
        font-size: 1.75rem;
        padding: 2px; } }
  .client_archive .feature .contents {
    padding: 15px 30px; }
    @media only screen and (max-width: 768px) {
      .client_archive .feature .contents {
        padding: 10px 10px 15px; } }
    .client_archive .feature .contents ul {
      padding-left: 135px;
      background: no-repeat center left/100px url("img/client_archive_point_ico.png"); }
      @media only screen and (max-width: 768px) {
        .client_archive .feature .contents ul {
          padding-left: 0;
          background: none; } }
      .client_archive .feature .contents ul li {
        position: relative;
        padding-left: 20px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3; }
        @media only screen and (max-width: 768px) {
          .client_archive .feature .contents ul li {
            font-size: 17.5px;
            font-size: 1.75rem;
            line-height: 1.4; } }
        .client_archive .feature .contents ul li::before {
          content: '☑';
          position: absolute;
          top: 0;
          left: 0;
          color: #1fa4cd; }
        .client_archive .feature .contents ul li + li {
          margin-top: 15px; }
          @media only screen and (max-width: 768px) {
            .client_archive .feature .contents ul li + li {
              margin-top: 8px; } }
        .client_archive .feature .contents ul li strong {
          color: #f46174; }
.client_archive .service, .client_archive .review {
  margin-top: 20px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .client_archive .service, .client_archive .review {
      margin-top: 15px; } }
  .client_archive .service .service_inner .ttl, .client_archive .service .review_inner .ttl, .client_archive .review .service_inner .ttl, .client_archive .review .review_inner .ttl {
    padding: 3px;
    text-align: center;
    font-weight: 700;
    color: #1fa4cd;
    background: #f1fcff;
    border: solid 1px #dadada;
    border-radius: 5px 5px 0 0;
    font-size: 19px;
    font-size: 1.9rem; }
    @media only screen and (max-width: 768px) {
      .client_archive .service .service_inner .ttl, .client_archive .service .review_inner .ttl, .client_archive .review .service_inner .ttl, .client_archive .review .review_inner .ttl {
        font-size: 17px;
        font-size: 1.7rem; } }
  .client_archive .service .service_inner .contents, .client_archive .service .review_inner .contents, .client_archive .review .service_inner .contents, .client_archive .review .review_inner .contents {
    border-radius: 0 0 5px 5px;
    border: solid 1px #dadada;
    border-top: none;
    background: #fff; }
    .client_archive .service .service_inner .contents .review_slides, .client_archive .service .review_inner .contents .review_slides, .client_archive .review .service_inner .contents .review_slides, .client_archive .review .review_inner .contents .review_slides {
      margin-bottom: 0; }
      .client_archive .service .service_inner .contents .review_slides.slide_length1, .client_archive .service .review_inner .contents .review_slides.slide_length1, .client_archive .review .service_inner .contents .review_slides.slide_length1, .client_archive .review .review_inner .contents .review_slides.slide_length1 {
        padding-bottom: 0; }
      .client_archive .service .service_inner .contents .review_slides .slick-track, .client_archive .service .review_inner .contents .review_slides .slick-track, .client_archive .review .service_inner .contents .review_slides .slick-track, .client_archive .review .review_inner .contents .review_slides .slick-track {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex; }
      .client_archive .service .service_inner .contents .review_slides .review_slide, .client_archive .service .review_inner .contents .review_slides .review_slide, .client_archive .review .service_inner .contents .review_slides .review_slide, .client_archive .review .review_inner .contents .review_slides .review_slide {
        height: auto;
        padding: 20px 10px 30px; }
        @media only screen and (max-width: 768px) {
          .client_archive .service .service_inner .contents .review_slides .review_slide, .client_archive .service .review_inner .contents .review_slides .review_slide, .client_archive .review .service_inner .contents .review_slides .review_slide, .client_archive .review .review_inner .contents .review_slides .review_slide {
            padding: 15px 15px 30px; } }
        .client_archive .service .service_inner .contents .review_slides .review_slide .slide_inner, .client_archive .service .review_inner .contents .review_slides .review_slide .slide_inner, .client_archive .review .service_inner .contents .review_slides .review_slide .slide_inner, .client_archive .review .review_inner .contents .review_slides .review_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;
          width: 560px;
          height: 100%;
          margin: 0 auto;
          padding: 30px;
          background: #fff;
          box-shadow: 0px 0px 9px 3px rgba(51, 51, 51, 0.1);
          border-radius: 10px; }
          @media only screen and (max-width: 768px) {
            .client_archive .service .service_inner .contents .review_slides .review_slide .slide_inner, .client_archive .service .review_inner .contents .review_slides .review_slide .slide_inner, .client_archive .review .service_inner .contents .review_slides .review_slide .slide_inner, .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner {
              width: 100%;
              padding: 10px;
              box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.1);
              border-radius: 5px;
              -webkit-align-items: flex-start;
              -moz-align-items: flex-start;
              -ms-align-items: flex-start;
              -o-align-items: flex-start;
              align-items: flex-start; } }
          .client_archive .service .service_inner .contents .review_slides .review_slide .slide_inner .img, .client_archive .service .review_inner .contents .review_slides .review_slide .slide_inner .img, .client_archive .review .service_inner .contents .review_slides .review_slide .slide_inner .img, .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .img {
            width: 130px;
            padding: 0 20px 0 30px; }
            @media only screen and (max-width: 768px) {
              .client_archive .service .service_inner .contents .review_slides .review_slide .slide_inner .img, .client_archive .service .review_inner .contents .review_slides .review_slide .slide_inner .img, .client_archive .review .service_inner .contents .review_slides .review_slide .slide_inner .img, .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .img {
                width: 22%;
                padding: 0 5% 0 0; } }
          .client_archive .service .service_inner .contents .review_slides .review_slide .slide_inner .txt, .client_archive .service .review_inner .contents .review_slides .review_slide .slide_inner .txt, .client_archive .review .service_inner .contents .review_slides .review_slide .slide_inner .txt, .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt {
            flex: 1;
            line-height: 1.8; }
            .client_archive .service .service_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl, .client_archive .service .review_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl, .client_archive .review .service_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl, .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl {
              margin-bottom: 10px;
              padding-bottom: 5px;
              border-bottom: 2px dashed #493a3a;
              font-size: 18px;
              font-size: 1.8rem;
              font-weight: 700; }
              @media only screen and (max-width: 768px) {
                .client_archive .service .service_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl, .client_archive .service .review_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl, .client_archive .review .service_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl, .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl {
                  border-bottom-width: 1px;
                  font-size: 17.5px;
                  font-size: 1.75rem; } }
              .client_archive .service .service_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl span, .client_archive .service .review_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl span, .client_archive .review .service_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl span, .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl span {
                font-size: 15px;
                font-size: 1.5rem; }
                @media only screen and (max-width: 768px) {
                  .client_archive .service .service_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl span, .client_archive .service .review_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl span, .client_archive .review .service_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl span, .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt .r_ttl span {
                    font-size: 13.75px;
                    font-size: 1.375rem; } }
            .client_archive .service .service_inner .contents .review_slides .review_slide .slide_inner .txt p, .client_archive .service .review_inner .contents .review_slides .review_slide .slide_inner .txt p, .client_archive .review .service_inner .contents .review_slides .review_slide .slide_inner .txt p, .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt p {
              font-size: 14px;
              font-size: 1.4rem; }
              @media only screen and (max-width: 768px) {
                .client_archive .service .service_inner .contents .review_slides .review_slide .slide_inner .txt p, .client_archive .service .review_inner .contents .review_slides .review_slide .slide_inner .txt p, .client_archive .review .service_inner .contents .review_slides .review_slide .slide_inner .txt p, .client_archive .review .review_inner .contents .review_slides .review_slide .slide_inner .txt p {
                  font-size: 15.625px;
                  font-size: 1.5625rem; } }
  .client_archive .service .service_inner .slick-dots, .client_archive .service .review_inner .slick-dots, .client_archive .review .service_inner .slick-dots, .client_archive .review .review_inner .slick-dots {
    left: 0;
    bottom: -5px; }
    @media only screen and (max-width: 768px) {
      .client_archive .service .service_inner .slick-dots, .client_archive .service .review_inner .slick-dots, .client_archive .review .service_inner .slick-dots, .client_archive .review .review_inner .slick-dots {
        bottom: 2px; } }
    .client_archive .service .service_inner .slick-dots li, .client_archive .service .review_inner .slick-dots li, .client_archive .review .service_inner .slick-dots li, .client_archive .review .review_inner .slick-dots li {
      width: 14px;
      height: 14px;
      background: #fff;
      border: #dadada 1px solid;
      border-radius: 50%; }
      @media only screen and (max-width: 768px) {
        .client_archive .service .service_inner .slick-dots li, .client_archive .service .review_inner .slick-dots li, .client_archive .review .service_inner .slick-dots li, .client_archive .review .review_inner .slick-dots li {
          width: 10px;
          height: 10px; } }
      .client_archive .service .service_inner .slick-dots li.slick-active, .client_archive .service .review_inner .slick-dots li.slick-active, .client_archive .review .service_inner .slick-dots li.slick-active, .client_archive .review .review_inner .slick-dots li.slick-active {
        background: #1fa4cd; }
      .client_archive .service .service_inner .slick-dots li button::before, .client_archive .service .review_inner .slick-dots li button::before, .client_archive .review .service_inner .slick-dots li button::before, .client_archive .review .review_inner .slick-dots li button::before {
        content: none; }
  .client_archive .service .service_inner .quote, .client_archive .service .review_inner .quote, .client_archive .review .service_inner .quote, .client_archive .review .review_inner .quote {
    max-width: 560px;
    margin: 0 auto 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .client_archive .service .service_inner .quote, .client_archive .service .review_inner .quote, .client_archive .review .service_inner .quote, .client_archive .review .review_inner .quote {
        margin: 0 15px 10px; } }
  .client_archive .service .remarks, .client_archive .review .remarks {
    margin-top: 35px; }
    @media only screen and (max-width: 768px) {
      .client_archive .service .remarks, .client_archive .review .remarks {
        margin-top: 45px;
        padding: 0 5px; } }
.client_archive .service .service_slides {
  padding: 20px 10px 30px; }
  @media only screen and (max-width: 768px) {
    .client_archive .service .service_slides {
      padding-bottom: 20px; } }
  .client_archive .service .service_slides .img {
    margin: 0 auto 10px;
    width: 230px;
    height: 230px;
    display: grid;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .client_archive .service .service_slides .img {
        width: 140px;
        height: 140px; } }
  .client_archive .service .service_slides .txt {
    font-weight: 700;
    text-align: center; }
.client_archive .campaign {
  position: relative;
  margin-top: 40px;
  border: 8px solid transparent;
  background: #f8d02f repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0 5px, transparent 5px 10px) border-box;
  border-radius: 5px; }
  @media only screen and (max-width: 768px) {
    .client_archive .campaign {
      border-width: 5px; } }
  .client_archive .campaign .ttl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .client_archive .campaign .ttl {
        top: -32px; } }
    .client_archive .campaign .ttl span {
      position: relative;
      padding: 10px 160px;
      font-weight: 700;
      font-size: 19px;
      font-size: 1.9rem;
      background: no-repeat center/contain url("img/ttl_bg_ribbon.png"); }
      @media only screen and (max-width: 768px) {
        .client_archive .campaign .ttl span {
          display: inline-block;
          width: 96%;
          max-width: 420px;
          padding: 10px;
          background: no-repeat center/contain url("img/ttl_bg_ribbon_sp.png"); } }
      .client_archive .campaign .ttl span::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 85px;
        width: 44px;
        height: 58px;
        background: no-repeat center/contain url("img/ico_robot.png"); }
        @media only screen and (max-width: 768px) {
          .client_archive .campaign .ttl span::before {
            left: 35px;
            width: 29px;
            height: 38px; } }
  .client_archive .campaign .contents {
    padding: 50px 6.8%;
    background: #fffbed;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .client_archive .campaign .contents {
        padding: 20px 10px; } }
    .client_archive .campaign .contents strong {
      font-size: 28px;
      font-size: 2.8rem; }
    .client_archive .campaign .contents .bnr {
      margin: 10px auto;
      max-width: 400px; }
.client_archive .cta {
  margin: 0 auto;
  padding-top: 15px;
  max-width: 650px; }
  @media only screen and (max-width: 768px) {
    .client_archive .cta .cta_btn {
      border-radius: 5px; } }
  .client_archive .cta .cta_btn a {
    font-size: 20px;
    font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .client_archive .cta {
      width: 100%;
      padding-top: 10px; } }

.section_info .inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 100px 2px; }
  @media only screen and (max-width: 768px) {
    .section_info .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section_info .inner {
      padding: 15px 0 5px; } }
.section_info h2 {
  margin-bottom: 12px;
  text-align: center; }
.section_info .rank_section {
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .section_info .rank_section {
      padding: 0 6px; } }
  .section_info .rank_section ul {
    width: 100%;
    border: 1px solid #b7b7b7;
    border-bottom: none; }
    .section_info .rank_section ul li {
      padding: 14px 2.6%;
      border-bottom: 1px solid #b7b7b7;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-gap: 2%;
      -moz-gap: 2%;
      -ms-gap: 2%;
      -o-gap: 2%;
      gap: 2%; }
      @media only screen and (max-width: 768px) {
        .section_info .rank_section ul li {
          padding: 7px 2.8%; } }
      .section_info .rank_section ul li .img {
        position: relative;
        padding-left: 80px;
        width: 225px; }
        @media only screen and (max-width: 768px) {
          .section_info .rank_section ul li .img {
            padding: 30px 0 0;
            width: 27%;
            text-align: center; } }
        .section_info .rank_section ul li .img img {
          width: 100%;
          max-width: 140px; }
        .section_info .rank_section ul li .img::before {
          z-index: 1;
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          width: 60px;
          height: 47px;
          background: url("img/ico_rank1.png") no-repeat left top/100% auto; }
          @media only screen and (max-width: 768px) {
            .section_info .rank_section ul li .img::before {
              top: 0;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              width: 33px;
              height: 28px; } }
      .section_info .rank_section ul li .txt {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-gap: 3px 4%;
        -moz-gap: 3px 4%;
        -ms-gap: 3px 4%;
        -o-gap: 3px 4%;
        gap: 3px 4%;
        font-size: 15px;
        font-size: 1.5rem;
        flex: 1; }
        @media only screen and (max-width: 768px) {
          .section_info .rank_section ul li .txt {
            flex-direction: column;
            line-height: 1.4; } }
        .section_info .rank_section ul li .txt .wrap {
          flex: 1; }
        .section_info .rank_section ul li .txt p br {
          display: none; }
        .section_info .rank_section ul li .txt p span {
          font-weight: 700;
          color: #f46174; }
        .section_info .rank_section ul li .txt .name {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 700;
          margin-bottom: 5px; }
          @media only screen and (max-width: 768px) {
            .section_info .rank_section ul li .txt .name {
              margin-bottom: 2px; } }
          .section_info .rank_section ul li .txt .name a {
            position: relative; }
            .section_info .rank_section ul li .txt .name a::after {
              content: "";
              display: inline-block;
              margin-left: 5px;
              width: 1.7rem;
              height: 1.7rem;
              background: no-repeat center/contain url("img/ico_blank.png"); }
        .section_info .rank_section ul li .txt .cta_btn {
          width: 35.2%;
          border-radius: .8em; }
          @media only screen and (max-width: 768px) {
            .section_info .rank_section ul li .txt .cta_btn {
              width: 100%;
              border-radius: 100vmax; } }
          .section_info .rank_section ul li .txt .cta_btn a {
            font-size: 15px;
            font-size: 1.5rem; }
            @media only screen and (max-width: 768px) {
              .section_info .rank_section ul li .txt .cta_btn a {
                padding: 10px 5px;
                font-size: 14px;
                font-size: 1.4rem; } }
      .section_info .rank_section ul li:nth-child(1) {
        background-color: #fffcd5;
        border: solid 2px #f46174; }
      .section_info .rank_section ul li:nth-child(2) .img::before {
        background-image: url("img/ico_rank2.png"); }
      .section_info .rank_section ul li:nth-child(3) .img::before {
        background-image: url("img/ico_rank3.png"); }
      .section_info .rank_section ul li:nth-child(4) .img::before {
        background-image: url("img/ico_rank4.png"); }
      .section_info .rank_section ul li:nth-child(5) .img::before {
        background-image: url("img/ico_rank5.png"); }
.section_info .which {
  text-align: center;
  background: #e8f9fe; }
  @media only screen and (max-width: 768px) {
    .section_info .which {
      padding: 25px 10px 25px; } }
  .section_info .which .inner {
    padding-top: 0;
    padding-bottom: 45px; }
    @media only screen and (max-width: 768px) {
      .section_info .which .inner {
        padding: 13px 10px 20px;
        border-radius: 10px; } }
  .section_info .which .cont_ttl {
    margin: auto;
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    font-size: 2.1rem; }
    .section_info .which .cont_ttl .ttl_wrap {
      position: relative;
      display: inline-block;
      padding: 0 10px;
      letter-spacing: 0.02em; }
      .section_info .which .cont_ttl .ttl_wrap strong {
        font-size: 130%;
        color: #1fa4cd;
        letter-spacing: inherit; }
        .section_info .which .cont_ttl .ttl_wrap strong.sub {
          color: #8cbc35; }
      .section_info .which .cont_ttl .ttl_wrap::before, .section_info .which .cont_ttl .ttl_wrap::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: solid #1fa4cd;
        border-width: 4px 0;
        margin: 0 30px;
        width: 3.2rem;
        height: 12px; }
        @media only screen and (max-width: 768px) {
          .section_info .which .cont_ttl .ttl_wrap::before, .section_info .which .cont_ttl .ttl_wrap::after {
            display: none; } }
  .section_info .which .point_table {
    position: relative;
    margin: 12px auto 18px;
    max-width: 510px; }
    .section_info .which .point_table::after {
      content: "";
      position: absolute;
      left: 33%;
      top: 0;
      bottom: 0;
      width: calc(67% / 2);
      border-radius: 20px 20px 0 0;
      border: solid 2px #1fa4cd; }
      @media only screen and (max-width: 768px) {
        .section_info .which .point_table::after {
          display: none; } }
    .section_info .which .point_table table {
      width: 100%;
      table-layout: fixed;
      text-align: center; }
      .section_info .which .point_table table thead th {
        vertical-align: bottom; }
        .section_info .which .point_table table thead th:nth-child(1) {
          width: 33%;
          background: transparent;
          border-bottom: 1px solid #b7b7b7; }
        .section_info .which .point_table table thead th span {
          font-size: 24px;
          font-size: 2.4rem;
          display: block;
          padding: 10px 5px;
          color: #fff;
          font-weight: 700;
          border-radius: 20px 20px 0 0;
          background: #8cbc35;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            .section_info .which .point_table table thead th span {
              font-size: 20px;
              font-size: 2rem;
              padding: 8px 5px;
              border-radius: 10px 10px 0 0; } }
        .section_info .which .point_table table thead th:nth-child(2) span {
          padding: 15px 5px;
          background: #1fa4cd; }
          @media only screen and (max-width: 768px) {
            .section_info .which .point_table table thead th:nth-child(2) span {
              padding: 10px 5px; } }
      .section_info .which .point_table table tbody th {
        padding: 10px;
        width: 24%;
        background: #f1fcff;
        text-align: center;
        border-left: 1px solid #b7b7b7;
        border-bottom: 1px solid #b7b7b7;
        font-size: 18px;
        font-size: 1.8rem; }
        @media only screen and (max-width: 768px) {
          .section_info .which .point_table table tbody th {
            padding: 5px;
            width: 20%;
            font-size: 16px;
            font-size: 1.6rem; } }
      .section_info .which .point_table table tbody td {
        width: 38%;
        height: 115px;
        background: #f7f7f7;
        text-align: center;
        font-size: 15px;
        font-size: 1.5rem; }
        @media only screen and (max-width: 768px) {
          .section_info .which .point_table table tbody td {
            width: 40%;
            height: 75px;
            font-size: 12.5px;
            font-size: 1.25rem; } }
        .section_info .which .point_table table tbody td:nth-child(2) {
          background: #fffae5;
          border: 2px solid #1fa4cd;
          border-top: none; }
        .section_info .which .point_table table tbody td:nth-child(3) {
          border: 2px solid #8cbc35;
          border-top: none;
          border-left: none; }
        .section_info .which .point_table table tbody td .ico {
          margin: 0 auto 5px;
          width: 44px;
          height: 44px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media only screen and (max-width: 768px) {
            .section_info .which .point_table table tbody td .ico {
              margin: 0 auto 2px;
              width: 28px;
              height: 28px; } }
        .section_info .which .point_table table tbody td .client_archive .ctale_txt {
          line-height: 1.2; }
  .section_info .which .cta .cta_btn {
    max-width: 600px; }
    .section_info .which .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem;
      padding: 10px 0;
      letter-spacing: 0.08em; }

.section_merit .inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 50px 40px; }
  @media only screen and (max-width: 768px) {
    .section_merit .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section_merit .inner {
      padding: 45px 8px 25px; } }
.section_merit .merit {
  position: relative;
  margin: 0 auto;
  padding: 42px 20px 20px;
  max-width: 770px;
  border: solid 2px #f8d02f;
  background: linear-gradient(rgba(248, 208, 47, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(248, 208, 47, 0.5) 1px, transparent 1px), #fff7d8;
  background-size: 15px 15px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .section_merit .merit {
      padding: 25px 8% 10px;
      border-radius: 10px; } }
  .section_merit .merit .merit_ttl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem; }
    @media only screen and (max-width: 768px) {
      .section_merit .merit .merit_ttl {
        top: -15px;
        font-size: 22px;
        font-size: 2.2rem; } }
    .section_merit .merit .merit_ttl span {
      position: relative;
      display: inline-block;
      padding: 5px;
      width: 410px;
      background: #f8d02f;
      border-radius: 100vmax; }
      @media only screen and (max-width: 768px) {
        .section_merit .merit .merit_ttl span {
          padding: 3px;
          width: 240px; } }
      .section_merit .merit .merit_ttl span::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        width: 56px;
        height: 55px;
        background: no-repeat center/contain url("img/ico_crayon.png"); }
        @media only screen and (max-width: 768px) {
          .section_merit .merit .merit_ttl span::after {
            transform: unset;
            top: -5px;
            right: 6px;
            width: 32px;
            height: 31px; } }
  .section_merit .merit ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1em;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .section_merit .merit ul li {
        padding-left: 2em;
        font-size: 19px;
        font-size: 1.9rem; } }
    .section_merit .merit ul li::before {
      content: "";
      width: 18px;
      height: 12px;
      border-left: 3px solid #f46174;
      border-bottom: 3px solid #f46174;
      transform: rotate(-45deg);
      margin-right: 10px;
      position: absolute;
      top: 5px;
      left: -10px; }
      @media only screen and (max-width: 768px) {
        .section_merit .merit ul li::before {
          width: 15px;
          height: 10px;
          left: 8px; } }
.section_merit .lead {
  margin: 16px 0;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  font-size: 2.5rem; }
  @media only screen and (max-width: 768px) {
    .section_merit .lead {
      letter-spacing: 0.07em; } }
  .section_merit .lead .marker {
    line-height: 1.3;
    font-size: 30px;
    font-size: 3rem; }
  .section_merit .lead strong {
    color: #1fa4cd; }
  .section_merit .lead img {
    width: 50%;
    max-width: 245px; }
.section_merit .cont_ttl {
  margin-bottom: 20px; }

.section_comparison .inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 70px 100px 20px; }
  @media only screen and (max-width: 768px) {
    .section_comparison .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section_comparison .inner {
      padding: 20px 8px 8px; } }
.section_comparison .conclusion {
  margin: 0 auto 15px;
  max-width: 600px; }
  @media only screen and (max-width: 768px) {
    .section_comparison .conclusion {
      padding: 25px 0 0; } }
  .section_comparison .conclusion .client_table {
    position: relative;
    margin: 0 0 15px;
    background: #fff; }
    @media only screen and (max-width: 768px) {
      .section_comparison .conclusion .client_table {
        margin: 10px 0; } }
    .section_comparison .conclusion .client_table::before {
      z-index: 1;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% / 3);
      height: 100%;
      border: 2px solid #f46174;
      pointer-events: none; }
    .section_comparison .conclusion .client_table table {
      table-layout: fixed;
      width: 100%;
      border: 1px solid #c4c4c4; }
      .section_comparison .conclusion .client_table table th, .section_comparison .conclusion .client_table table td {
        padding: 10px 8px;
        border: 1px solid #c4c4c4;
        font-size: 15px;
        font-size: 1.5rem;
        text-align: center;
        vertical-align: middle; }
        @media only screen and (max-width: 768px) {
          .section_comparison .conclusion .client_table table th, .section_comparison .conclusion .client_table table td {
            padding: 10px 6px;
            font-size: 12.5px;
            font-size: 1.25rem; } }
      .section_comparison .conclusion .client_table table thead th:first-child,
      .section_comparison .conclusion .client_table table tbody td:first-child {
        background: #fffcd5; }
      .section_comparison .conclusion .client_table table thead th {
        position: relative;
        vertical-align: top; }
        @media only screen and (max-width: 768px) {
          .section_comparison .conclusion .client_table table thead th {
            padding-bottom: 5px; } }
        .section_comparison .conclusion .client_table table thead th::before {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          content: '';
          top: -55px;
          z-index: 1;
          width: 62px;
          height: 62px;
          background: url("img/ico_rank1.png") no-repeat center top/contain; }
          @media only screen and (max-width: 768px) {
            .section_comparison .conclusion .client_table table thead th::before {
              top: -45px;
              height: 40px; } }
        .section_comparison .conclusion .client_table table thead th:nth-child(2)::before {
          background-image: url("img/ico_rank2.png"); }
        .section_comparison .conclusion .client_table table thead th:nth-child(3)::before {
          background-image: url("img/ico_rank3.png"); }
        .section_comparison .conclusion .client_table table thead th a {
          width: 58%; }
        .section_comparison .conclusion .client_table table thead th p {
          margin-top: 5px; }
      .section_comparison .conclusion .client_table table tbody th {
        background: #1fa4cd;
        color: #fff;
        font-weight: 700;
        padding: 4px 0 5px; }
        @media only screen and (max-width: 768px) {
          .section_comparison .conclusion .client_table table tbody th {
            padding: 2px 0 3px; } }
      .section_comparison .conclusion .client_table table tbody td {
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 768px) {
          .section_comparison .conclusion .client_table table tbody td {
            padding: 9px 5px;
            font-size: 12.5px;
            font-size: 1.25rem; } }
        .section_comparison .conclusion .client_table table tbody td .ico {
          width: 48px;
          margin: 0 auto 3px; }
          @media only screen and (max-width: 768px) {
            .section_comparison .conclusion .client_table table tbody td .ico {
              width: 34px; } }
        .section_comparison .conclusion .client_table table tbody td .bnr {
          display: none; }
    .section_comparison .conclusion .client_table .cta_btn {
      margin-bottom: 15px;
      width: 85%;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      @media only screen and (max-width: 768px) {
        .section_comparison .conclusion .client_table .cta_btn {
          margin-bottom: 0;
          width: 100%;
          border-radius: 100vmax;
          -moz-border-radius: 100vmax;
          -webkit-border-radius: 100vmax;
          -o-border-radius: 100vmax;
          -ms-border-radius: 100vmax; } }
      .section_comparison .conclusion .client_table .cta_btn a {
        padding: 20px 0;
        font-size: 17px;
        font-size: 1.7rem; }
        @media only screen and (max-width: 768px) {
          .section_comparison .conclusion .client_table .cta_btn a {
            padding: 12px 0;
            font-size: 14px;
            font-size: 1.4rem; } }

.section_ranking .inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 50px 40px; }
  @media only screen and (max-width: 768px) {
    .section_ranking .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section_ranking .inner {
      padding: 12px 8px 25px; } }
.section_ranking .client_archive > ul > li:nth-child(1) .client_card {
  background: #fffcd5; }

.section_choice {
  position: relative; }
  .section_choice .inner {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 50px 40px; }
    @media only screen and (max-width: 768px) {
      .section_choice .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section_choice .inner {
        padding: 10px 8px 25px; } }
  .section_choice .cont_ttl {
    margin-bottom: 20px; }
  .section_choice .choicepoint {
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .section_choice .choicepoint {
        margin-bottom: 25px; } }
    .section_choice .choicepoint ul {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 1fr;
      gap: 0 25px;
      margin: 0 5px; }
      @media only screen and (max-width: 768px) {
        .section_choice .choicepoint ul {
          display: block; } }
      .section_choice .choicepoint ul li {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .section_choice .choicepoint ul li {
            margin-bottom: 12px;
            grid-template-columns: 27% 1fr;
            grid-template-rows: auto 1fr;
            grid-template-areas: "img head" "img txt";
            align-items: center;
            -webkit-gap: 6px 10px;
            -moz-gap: 6px 10px;
            -ms-gap: 6px 10px;
            -o-gap: 6px 10px;
            gap: 6px 10px; } }
        .section_choice .choicepoint ul li .img {
          position: relative;
          direction: flex;
          justify-content: center;
          align-content: center;
          margin: auto;
          width: 150px;
          height: 150px;
          background: #edf9d7;
          border-radius: 50%; }
          @media only screen and (max-width: 768px) {
            .section_choice .choicepoint ul li .img {
              grid-area: img;
              margin-top: 15px;
              width: 90%;
              max-width: 115px;
              height: auto;
              aspect-ratio: 1 / 1; } }
          .section_choice .choicepoint ul li .img::before {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -12px;
            width: 80%;
            padding-top: 25%; }
          .section_choice .choicepoint ul li .img img {
            margin-top: 15px; }
            @media only screen and (max-width: 768px) {
              .section_choice .choicepoint ul li .img img {
                margin-top: 0;
                height: 53%; } }
        .section_choice .choicepoint ul li:nth-child(1) .img::before {
          background: no-repeat center/contain url("img/ico_point_01.png"); }
        .section_choice .choicepoint ul li:nth-child(2) .img::before {
          background: no-repeat center/contain url("img/ico_point_02.png"); }
        .section_choice .choicepoint ul li:nth-child(3) .img::before {
          background: no-repeat center/contain url("img/ico_point_03.png"); }
        .section_choice .choicepoint ul li .head {
          margin: 15px 0 5px;
          color: #f46174;
          font-weight: 700;
          align-self: center;
          font-size: min(2vw, 2rem); }
          @media only screen and (max-width: 768px) {
            .section_choice .choicepoint ul li .head {
              grid-area: head;
              margin: 0;
              align-self: flex-start;
              text-align: left;
              font-size: 19px;
              font-size: 1.9rem; } }
        .section_choice .choicepoint ul li .txt {
          text-align: left;
          font-size: 15px;
          font-size: 1.5rem; }
          @media only screen and (max-width: 768px) {
            .section_choice .choicepoint ul li .txt {
              grid-area: txt;
              align-self: flex-start;
              line-height: 1.6;
              font-size: 17.5px;
              font-size: 1.75rem; } }

.section_faq .inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 25px 100px 50px; }
  @media only screen and (max-width: 768px) {
    .section_faq .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section_faq .inner {
      padding: 10px 10px 40px; } }
.section_faq .main_ttl {
  padding: 26px 5px; }
  @media only screen and (max-width: 768px) {
    .section_faq .main_ttl {
      padding: 20px 5px; } }
  .section_faq .main_ttl strong {
    color: inherit; }
    @media only screen and (max-width: 768px) {
      .section_faq .main_ttl strong {
        font-size: 22px;
        font-size: 2.2rem; } }
.section_faq .faq .item {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 0px 3px 9px 2px rgba(51, 51, 51, 0.1); }
  .section_faq .faq .item + .item {
    margin-top: 15px; }
  .section_faq .faq .item summary {
    cursor: pointer;
    position: relative;
    padding: 25px 50px 25px 85px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    list-style: none; }
    @media only screen and (max-width: 768px) {
      .section_faq .faq .item summary {
        padding: 12px 45px;
        font-size: 17.5px;
        font-size: 1.75rem; } }
    .section_faq .faq .item summary::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 25px;
      width: 48px;
      height: 48px;
      background: no-repeat center/contain url("img/ico_q.png"); }
      @media only screen and (max-width: 768px) {
        .section_faq .faq .item summary::before {
          left: 8px;
          width: 28px;
          height: 28px; } }
    .section_faq .faq .item summary::after {
      content: '＋';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      font-size: 140%; }
      @media only screen and (max-width: 768px) {
        .section_faq .faq .item summary::after {
          right: 10px; } }
    .section_faq .faq .item summary.open::after {
      content: '－'; }
  .section_faq .faq .item .wrap {
    position: relative;
    overflow: hidden;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .section_faq .faq .item .wrap {
        font-size: 14px;
        font-size: 1.4rem; } }
    .section_faq .faq .item .wrap::before {
      content: '';
      position: absolute;
      top: 0;
      left: 25px;
      width: 48px;
      height: 48px;
      background: no-repeat center/contain url("img/ico_a.png"); }
      @media only screen and (max-width: 768px) {
        .section_faq .faq .item .wrap::before {
          left: 8px;
          width: 28px;
          height: 28px; } }
    .section_faq .faq .item .wrap p {
      position: relative;
      padding: 0 40px 20px 85px; }
      @media only screen and (max-width: 768px) {
        .section_faq .faq .item .wrap p {
          padding: 0 25px 12px 45px; } }
      .section_faq .faq .item .wrap p span {
        font-weight: 700; }

.footer {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .footer {
      width: 100%; } }
  .footer .privacy {
    -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; }
    @media only screen and (max-width: 768px) {
      .footer .privacy {
        padding: 0 20px; } }
    .footer .privacy .image {
      width: 90px;
      margin-right: 20px; }
      @media only screen and (max-width: 768px) {
        .footer .privacy .image {
          width: 60px;
          margin-right: 10px; } }
    .footer .privacy .txt {
      font-size: 13px;
      font-size: 1.3rem; }
      @media only screen and (max-width: 768px) {
        .footer .privacy .txt {
          width: calc(100% - 70px);
          font-size: .7em; } }
  .footer .f_nav {
    padding: 20px 0; }
    .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: 60px; }
        @media only screen and (max-width: 768px) {
          .footer .f_nav ul li {
            margin-left: 15px; } }
        .footer .f_nav ul li:first-child {
          margin-left: 0; }
        .footer .f_nav ul li a {
          text-decoration: none;
          font-size: 13px;
          font-size: 1.3rem; }
          @media only screen and (max-width: 768px) {
            .footer .f_nav ul li a {
              text-decoration: underline;
              font-size: .8em; } }
  .footer .copyright {
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    background: #1fa4cd; }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(248, 208, 47, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .inner {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    padding: 12px 10px 6px;
    background: none;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-gap: 5px;
    -moz-gap: 5px;
    -ms-gap: 5px;
    -o-gap: 5px;
    gap: 5px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        padding: 5px;
        -webkit-gap: 0;
        -moz-gap: 0;
        -ms-gap: 0;
        -o-gap: 0;
        gap: 0; } }
  .fixed_cta .img {
    position: absolute;
    left: 8px;
    bottom: 3px;
    max-width: 65%; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .img {
        max-width: 66%;
        position: relative;
        bottom: -2px;
        left: -4px; } }
    .fixed_cta .img picture {
      height: 100%;
      -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; }
      .fixed_cta .img picture img {
        max-height: 100%;
        width: auto; }
  .fixed_cta .btn {
    width: 32%; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .btn {
        width: 33%; } }
    .fixed_cta .btn .cta_btn {
      border-radius: 5px; }
      .fixed_cta .btn .cta_btn a {
        padding: 12px 0;
        letter-spacing: 0.08em;
        font-size: 16px;
        font-size: 1.6rem; }
        @media only screen and (max-width: 768px) {
          .fixed_cta .btn .cta_btn a {
            line-height: 1.2;
            padding: 5px 0;
            font-size: 13px;
            font-size: 1.3rem; } }
        .fixed_cta .btn .cta_btn a span {
          font-size: 90%;
          letter-spacing: -0.01em; }

.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: 105px;
        width: 60%; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .image .client_image {
            bottom: 22%; } }
    .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: 16px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btn {
          bottom: 5px; } }
      .exitProtection .wrap .btn .cta_btn {
        display: block;
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        font-weight: 700;
        overflow: hidden;
        text-align: center;
        padding: 14px 0;
        border-radius: 5px; }

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

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

.tab_wrap {
  margin: 0 auto;
  padding: 15px 10px 30px;
  max-width: 620px; }
  @media only screen and (max-width: 768px) {
    .tab_wrap {
      padding: 10px 5% 15px; } }

.tab_section .tabs {
  -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;
  margin: 0 15px; }
  .tab_section .tabs li {
    flex: 1;
    margin: 0; }
    .tab_section .tabs li a {
      display: block;
      padding: 10px 0;
      background: #e9e9e9;
      text-align: center;
      text-decoration: none;
      font-size: 19px;
      font-size: 1.9rem;
      font-weight: 700;
      color: #2e2424;
      border: #c9c9c9 solid 1px;
      border-radius: 10px 10px 0 0; }
      @media only screen and (max-width: 768px) {
        .tab_section .tabs li a {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 8px 0;
          border-radius: 5px 5px 0 0; } }
      .tab_section .tabs li a:hover {
        background: #8cbc35;
        color: #fff; }
    .tab_section .tabs li.active a {
      position: relative;
      background: #8cbc35;
      border-color: #8cbc35;
      color: #fff; }

.tab_content_wrap {
  border-radius: 10px;
  border: solid 1px #8cbc35; }
  @media only screen and (max-width: 768px) {
    .tab_content_wrap {
      border-radius: 5px; } }

.tab_content {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  transition: .3s opacity; }
  .tab_content.active {
    opacity: 1;
    visibility: visible;
    position: relative; }
