@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 #018e01;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #018e01;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #018e01;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #018e01;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #018e01;
    top: 0px; } }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 5px 0 #cb5107;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #cb5107;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #cb5107;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #cb5107;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #cb5107;
    top: 0px; } }
.cta_btn2 {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #cb5107;
  -moz-box-shadow: 0 5px 0 #cb5107;
  box-shadow: 0 5px 0 #cb5107;
  background: #ff680d;
  max-width: 700px;
  margin: auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn2:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn2.shiny {
    overflow: hidden; }
    .cta_btn2.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_btn2 a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    padding: 20px 15px; }
  .cta_btn2.animation {
    animation: animationbtn 2s infinite; }
  .cta_btn2.animation2 {
    animation: animationbtn2 2s infinite; }
  .cta_btn2.other {
    -webkit-box-shadow: 0 5px 0 #bf6607;
    -moz-box-shadow: 0 5px 0 #bf6607;
    box-shadow: 0 5px 0 #bf6607;
    background: #f0810a; }

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

.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #f4f4f4;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em; }

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 {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(22, 82, 172, 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: #1652ac;
    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 {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: relative;
  z-index: 10; }
  .header .inner {
    position: relative;
    padding: 10px 5px;
    max-width: 1010px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding: 8px 10px; } }
  .header .site_logo {
    width: 185px; }
    @media only screen and (max-width: 768px) {
      .header .site_logo {
        width: 90px; } }

.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: 1100px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    @media only screen and (min-width: 769px) {
      .fv .inner {
        max-height: 310px;
        height: 31vw; } }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%;
        height: auto; } }
  .fv .fv_image {
    position: absolute;
    top: 6%;
    left: 8.6%;
    z-index: 1;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .fv .fv_image {
        position: static;
        transform: none;
        max-width: unset; }
        .fv .fv_image img {
          width: 100%; } }
  .fv .fv_txt {
    position: absolute;
    top: 9.7%;
    left: 29.7%;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .fv .fv_txt {
        top: 6.7%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: min(4.2vw, 3.6rem); } }

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

.red {
  color: #e00404;
  font-weight: 700; }

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

.serif {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }

.cta_btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .cta_btn a {
    padding: 5px 15px;
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .cta_btn a {
        font-size: 18px;
        font-size: 1.8rem; } }
  .cta_btn span {
    position: relative;
    display: inline-block; }
    .cta_btn span::before {
      content: "";
      position: absolute;
      right: calc(100% + 18px);
      top: 0;
      bottom: 0;
      width: 48px;
      background: no-repeat center/contain url("img/ico_line.png"); }
    .cta_btn span small {
      font-weight: 500; }

.main_ttl {
  background-image: linear-gradient(-77deg, #1652ac 0%, #5082cc 100%);
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  padding: 12px 0;
  font-weight: 700;
  line-height: 1.3;
  min-height: 100px;
  -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;
  flex-direction: column; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      padding: 10px 0;
      min-height: 65px;
      font-size: 22px;
      font-size: 2.2rem; } }
  .main_ttl span {
    font-size: 27px;
    font-size: 2.7rem;
    color: #ffe24f; }
    @media only screen and (max-width: 768px) {
      .main_ttl span {
        font-size: 22px;
        font-size: 2.2rem; } }

.client_archive {
  margin: 0 auto;
  max-width: 1000px; }
  .client_archive > ul > li + li {
    margin-top: 30px; }
  .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("img/crown2.png"); }
  .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("img/crown3.png"); }
  .client_archive .client_card {
    background: #fff;
    border: 2px solid #1652ac;
    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) {
      .client_archive .client_card {
        border-width: 1px; } }
    .client_archive .client_card .client_name {
      position: relative;
      padding: 13px 10px 13px 140px;
      border-bottom: 1px solid #1652ac;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name {
          padding: 7px 10px 7px 80px;
          font-size: 20px;
          font-size: 2rem; } }
      .client_archive .client_card .client_name::before {
        content: '';
        position: absolute;
        top: -20px;
        left: 23px;
        width: 102px;
        height: 99px;
        background: url("img/crown1.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: 0;
            width: 70px;
            height: 68px; } }
      .client_archive .client_card .client_name a {
        position: relative;
        text-decoration: none;
        color: #333; }
    .client_archive .client_card .client_inner {
      padding: 10px 25px 15px; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_inner {
          padding: 10px 8px 5px; } }
    .client_archive .client_card .cta {
      margin: 0 auto 20px;
      max-width: 630px; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .cta {
          width: 97%; }
          .client_archive .client_card .cta .cta_btn {
            border-radius: 100vmax;
            -moz-border-radius: 100vmax;
            -webkit-border-radius: 100vmax;
            -o-border-radius: 100vmax;
            -ms-border-radius: 100vmax; } }
  .client_archive .heading {
    margin-bottom: 5px;
    font-size: min(2.3vw, 2.3rem);
    color: #e00404;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .client_archive .heading {
        margin-bottom: 8px;
        line-height: 1.3;
        font-size: 18px;
        font-size: 1.8rem; } }
  .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; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column; } }
    .client_archive .overview .image {
      float: left;
      max-width: 300px;
      margin-right: 15px; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .image {
          order: 1;
          float: none;
          width: 58%;
          margin: 0 auto 7px; } }
    .client_archive .overview .txt {
      position: relative;
      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; } }
      .client_archive .overview .txt table {
        margin-bottom: 10px;
        border-collapse: collapse;
        width: 100%;
        text-align: left; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .txt table {
            order: 3; } }
        .client_archive .overview .txt table th {
          padding: 8px;
          widows: 26%;
          color: #1652ac;
          background: #f1f7ff;
          font-weight: 700;
          border: solid 1px #dadada; }
        .client_archive .overview .txt table td {
          padding: 5px 8px;
          background: #fff;
          border: solid 1px #dadada; }
          .client_archive .overview .txt table 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 .overview .txt table td .ico_wrap .ico {
              margin-right: 5px;
              width: 24px; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .txt .cta {
          order: 2; } }
  .client_archive .point {
    position: relative;
    margin: 10px auto;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .client_archive .point .ttl {
      padding: 8px 5px;
      background: #1652ac;
      color: #fff;
      font-weight: 700;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .client_archive .point .ttl {
          padding: 5px;
          font-size: 17px;
          font-size: 1.7rem; } }
    .client_archive .point .wrap {
      padding: 10px 20px;
      border: #1652ac 1px solid;
      background: #fff;
      -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: 20px;
      -moz-gap: 20px;
      -ms-gap: 20px;
      -o-gap: 20px;
      gap: 20px; }
      @media only screen and (max-width: 768px) {
        .client_archive .point .wrap {
          padding: 10px 10px 20px; } }
      .client_archive .point .wrap .image {
        width: 14%;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .client_archive .point .wrap .image {
            display: none; } }
      .client_archive .point .wrap .txt {
        flex: 1; }
      .client_archive .point .wrap ul li {
        position: relative;
        padding-left: 30px;
        font-size: 17px;
        font-size: 1.7rem; }
        @media only screen and (max-width: 768px) {
          .client_archive .point .wrap ul li {
            padding-left: 23px;
            font-size: 17.5px;
            font-size: 1.75rem; } }
        .client_archive .point .wrap ul li::before {
          content: '☑';
          position: absolute;
          top: 2px;
          left: 0;
          color: #1652ac; }
        .client_archive .point .wrap ul li + li {
          margin-top: 10px; }
        .client_archive .point .wrap ul li span {
          color: #e00404;
          font-weight: 700; }
  .client_archive .review {
    margin: 10px auto;
    background: #fff;
    border: #dadada 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden; }
    .client_archive .review .ttl {
      padding: 8px 5px;
      background: #f1f7ff;
      color: #1652ac;
      font-weight: 700;
      text-align: center;
      border-bottom: #dadada 1px solid;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .ttl {
          padding: 5px;
          font-size: 17px;
          font-size: 1.7rem; } }
    .client_archive .review .contents {
      padding-bottom: 15px; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .contents {
          padding-bottom: 30px; } }
      .client_archive .review .contents .review_slides {
        margin-bottom: 0; }
        .client_archive .review .contents .review_slides.slide_length1 {
          padding-bottom: 0; }
        .client_archive .review .contents .review_slides .slick-track {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex; }
        .client_archive .review .contents .review_slides .review_slide {
          height: auto;
          padding: 15px; }
          @media only screen and (max-width: 768px) {
            .client_archive .review .contents .review_slides .review_slide {
              padding: 12px; } }
          .client_archive .review .contents .review_slides .review_slide .slide_inner {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-align-items: flex-start;
            -moz-align-items: flex-start;
            -ms-align-items: flex-start;
            -o-align-items: flex-start;
            align-items: flex-start;
            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;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -o-border-radius: 10px;
            -ms-border-radius: 10px; }
            @media only screen and (max-width: 768px) {
              .client_archive .review .contents .review_slides .review_slide .slide_inner {
                width: 100%;
                padding: 12px 10px;
                box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.1);
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                -o-border-radius: 5px;
                -ms-border-radius: 5px; } }
            .client_archive .review .contents .review_slides .review_slide .slide_inner .img {
              width: 23%;
              padding: 0 3% 0 7%; }
              @media only screen and (max-width: 768px) {
                .client_archive .review .contents .review_slides .review_slide .slide_inner .img {
                  width: 22%;
                  padding: 0 2% 0 0; } }
            .client_archive .review .contents .review_slides .review_slide .slide_inner .txt {
              flex: 1;
              line-height: 1.8; }
              .client_archive .review .contents .review_slides .review_slide .slide_inner .txt .title {
                margin-bottom: 5px;
                padding-bottom: 5px;
                border-bottom: 2px dashed #333;
                font-size: 18px;
                font-size: 1.8rem;
                font-weight: 700; }
                @media only screen and (max-width: 768px) {
                  .client_archive .review .contents .review_slides .review_slide .slide_inner .txt .title {
                    border-bottom-width: 1px;
                    font-size: 17.5px;
                    font-size: 1.75rem; } }
                .client_archive .review .contents .review_slides .review_slide .slide_inner .txt .title span {
                  font-size: 15px;
                  font-size: 1.5rem; }
                  @media only screen and (max-width: 768px) {
                    .client_archive .review .contents .review_slides .review_slide .slide_inner .txt .title span {
                      font-size: 13.75px;
                      font-size: 1.375rem; } }
              .client_archive .review .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 .review .contents .review_slides .review_slide .slide_inner .txt p {
                    font-size: 15.625px;
                    font-size: 1.5625rem; } }
        .client_archive .review .contents .review_slides .slick-dots {
          bottom: -20px; }
          @media only screen and (max-width: 768px) {
            .client_archive .review .contents .review_slides .slick-dots {
              bottom: -36px; } }
          .client_archive .review .contents .review_slides .slick-dots li {
            width: 14px;
            height: 14px;
            background: #fff;
            border: #dadada 1px solid;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%; }
            @media only screen and (max-width: 768px) {
              .client_archive .review .contents .review_slides .slick-dots li {
                width: 10px;
                height: 10px; } }
            .client_archive .review .contents .review_slides .slick-dots li.slick-active {
              background: #1652ac; }
            .client_archive .review .contents .review_slides .slick-dots li button::before {
              content: none; }
    .client_archive .review .quote {
      max-width: 560px;
      margin: 15px auto 0;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .quote {
          max-width: 100%;
          margin: 0 10px; } }
  .client_archive .review_remarks {
    margin: -5px 0 10px;
    text-align: right; }

.section01 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 10px 28px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 15px 8px 30px; } }
.section01 .ttl {
  margin-bottom: 10px;
  text-align: center; }
  .section01 .ttl .ttl_wrap {
    position: relative;
    display: inline-block;
    padding: 0 105px;
    text-align: center;
    color: #e00404;
    font-weight: 700;
    line-height: 1.3;
    font-size: 34px;
    font-size: 3.4rem; }
    @media only screen and (max-width: 768px) {
      .section01 .ttl .ttl_wrap {
        padding: 0 10%;
        font-size: 29px;
        font-size: 2.9rem; } }
    .section01 .ttl .ttl_wrap::before, .section01 .ttl .ttl_wrap::after {
      content: "";
      position: absolute;
      width: 57px;
      height: 87px;
      background: no-repeat center/contain url("img/ttl_deco_01.png");
      bottom: -5px; }
      @media only screen and (max-width: 768px) {
        .section01 .ttl .ttl_wrap::before, .section01 .ttl .ttl_wrap::after {
          width: 30px;
          height: 50px; } }
    .section01 .ttl .ttl_wrap::before {
      left: 0; }
    .section01 .ttl .ttl_wrap::after {
      right: 0;
      transform: scaleX(-1); }
    .section01 .ttl .ttl_wrap .sub {
      display: block;
      color: #333;
      font-size: 23px;
      font-size: 2.3rem; }
      @media only screen and (max-width: 768px) {
        .section01 .ttl .ttl_wrap .sub {
          font-size: 20px;
          font-size: 2rem; } }
.section01 .rank_section {
  margin: 0 auto;
  max-width: 905px; }
  .section01 .rank_section ul {
    width: 100%;
    border: 1px solid #b7b7b7;
    border-bottom: none; }
    .section01 .rank_section ul li {
      padding: 10px 1.8%;
      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) {
        .section01 .rank_section ul li {
          padding: 8px 2.8% 14px; } }
      .section01 .rank_section ul li .img {
        position: relative;
        padding-left: 88px;
        width: 230px; }
        @media only screen and (max-width: 768px) {
          .section01 .rank_section ul li .img {
            padding: 44px 0 0;
            width: 27%;
            text-align: center; } }
        .section01 .rank_section ul li .img img {
          width: 100%;
          max-width: 140px; }
        .section01 .rank_section ul li .img::before {
          z-index: 1;
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          width: 75px;
          height: 72px;
          background: url("img/crown1.png") no-repeat left top/100% auto; }
          @media only screen and (max-width: 768px) {
            .section01 .rank_section ul li .img::before {
              top: 3px;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              width: 38px;
              height: 36px; } }
      .section01 .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: 5px 4%;
        -moz-gap: 5px 4%;
        -ms-gap: 5px 4%;
        -o-gap: 5px 4%;
        gap: 5px 4%;
        font-size: 15px;
        font-size: 1.5rem;
        flex: 1; }
        @media only screen and (max-width: 768px) {
          .section01 .rank_section ul li .txt {
            flex-direction: column;
            line-height: 1.25; } }
        .section01 .rank_section ul li .txt .wrap {
          flex: 1; }
        .section01 .rank_section ul li .txt p span {
          font-weight: 700; }
        .section01 .rank_section ul li .txt .name {
          font-size: 17px;
          font-size: 1.7rem;
          font-weight: 700;
          margin-bottom: 5px; }
          @media only screen and (max-width: 768px) {
            .section01 .rank_section ul li .txt .name {
              font-size: 16px;
              font-size: 1.6rem;
              margin-bottom: 2px; } }
          .section01 .rank_section ul li .txt .name a {
            position: relative; }
            .section01 .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"); }
        .section01 .rank_section ul li .txt .cta_btn {
          width: 42%;
          border-radius: .3em; }
          @media only screen and (max-width: 768px) {
            .section01 .rank_section ul li .txt .cta_btn {
              width: 100%;
              border-radius: 100vmax; } }
          .section01 .rank_section ul li .txt .cta_btn a {
            padding: 14px 0;
            font-size: 16px;
            font-size: 1.6rem; }
            @media only screen and (max-width: 768px) {
              .section01 .rank_section ul li .txt .cta_btn a {
                padding: 7px 0; } }
            .section01 .rank_section ul li .txt .cta_btn a span {
              display: block;
              padding: 0 25px 0 40px; }
              .section01 .rank_section ul li .txt .cta_btn a span::before {
                left: 3px;
                width: 17.2%; }
                @media only screen and (max-width: 768px) {
                  .section01 .rank_section ul li .txt .cta_btn a span::before {
                    left: 5px;
                    width: 22%; } }
              .section01 .rank_section ul li .txt .cta_btn a span::after {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 8px;
                width: 0;
                height: 0;
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
                border-left: 14px solid #fff; }
                @media only screen and (max-width: 768px) {
                  .section01 .rank_section ul li .txt .cta_btn a span::after {
                    border-top-width: 8px;
                    border-bottom-width: 8px;
                    border-left-width: 10px; } }
      .section01 .rank_section ul li:nth-child(1) {
        background-color: #fff9db;
        border: solid 2px #e00404; }
      .section01 .rank_section ul li:nth-child(2) .img::before {
        background-image: url("img/crown2.png"); }
      .section01 .rank_section ul li:nth-child(3) .img::before {
        background-image: url("img/crown3.png"); }

.section02 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 10px 35px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      padding: 15px 10px 35px; } }
.section02 .content {
  margin: 0 auto;
  max-width: 715px; }
.section02 .table_wrap {
  position: relative; }
  .section02 .table_wrap table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    text-align: center;
    font-weight: 500; }
    .section02 .table_wrap table thead th {
      text-align: center; }
      .section02 .table_wrap table thead th > div {
        padding: 12px 0;
        font-weight: 700;
        border: solid 1px #d6d6d6;
        border-radius: 0.4em 0.4em 0 0;
        -moz-border-radius: 0.4em 0.4em 0 0;
        -webkit-border-radius: 0.4em 0.4em 0 0;
        -o-border-radius: 0.4em 0.4em 0 0;
        -ms-border-radius: 0.4em 0.4em 0 0;
        font-size: 23px;
        font-size: 2.3rem; }
        @media only screen and (max-width: 768px) {
          .section02 .table_wrap table thead th > div {
            padding: 4px 0;
            font-size: 18px;
            font-size: 1.8rem; } }
      .section02 .table_wrap table thead th:nth-child(1) {
        width: 20%; }
      .section02 .table_wrap table thead th:nth-child(2) > div {
        color: #1652ac;
        background: #e3eeff; }
      .section02 .table_wrap table thead th:nth-child(3) > div {
        color: #903a77;
        background: #ffe3f7; }
      .section02 .table_wrap table thead th:nth-child(4) > div {
        color: #277717;
        background: #e2f6de; }
    .section02 .table_wrap table tbody {
      border-right: solid 1px #d6d6d6; }
      .section02 .table_wrap table tbody th {
        position: relative; }
        .section02 .table_wrap table tbody th > div {
          -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-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          position: absolute;
          top: 0;
          left: 0;
          right: 4px;
          bottom: 0;
          background: #1652ac;
          color: #fff;
          border: solid 1px #d6d6d6;
          text-align: center;
          font-size: 20px;
          font-size: 2rem; }
          @media only screen and (max-width: 768px) {
            .section02 .table_wrap table tbody th > div {
              right: 1px;
              font-size: 15px;
              font-size: 1.5rem; } }
      .section02 .table_wrap table tbody td {
        padding: 11px 0;
        border: solid 1px #d6d6d6;
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem; }
        @media only screen and (max-width: 768px) {
          .section02 .table_wrap table tbody td {
            padding: 4px 0;
            font-size: 14px;
            font-size: 1.4rem; } }
        .section02 .table_wrap table tbody td p {
          line-height: 1.2; }
        .section02 .table_wrap table tbody td .ico {
          margin: 3px auto;
          width: 42px; }
          @media only screen and (max-width: 768px) {
            .section02 .table_wrap table tbody td .ico {
              width: 21px; } }
.section02 .lead {
  margin: 20px 10px; }
  @media only screen and (max-width: 768px) {
    .section02 .lead {
      margin: 16px 3px; } }
  .section02 .lead li {
    position: relative;
    text-align: left;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: end;
    -moz-align-items: end;
    -ms-align-items: end;
    -o-align-items: end;
    align-items: end;
    -webkit-gap: 10px;
    -moz-gap: 10px;
    -ms-gap: 10px;
    -o-gap: 10px;
    gap: 10px;
    font-size: 20px;
    font-size: 2rem; }
    .section02 .lead li + li {
      margin-top: 8px; }
    .section02 .lead li img {
      width: 3rem; }
      @media only screen and (max-width: 768px) {
        .section02 .lead li img {
          position: absolute;
          top: 3px; } }
    .section02 .lead li p {
      display: inline-block;
      border-bottom: dotted 4px #1652ac;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 768px) {
        .section02 .lead li p {
          padding-left: 4rem;
          padding-bottom: 3px;
          border-width: 2px; } }
    .section02 .lead li span {
      font-weight: 700; }
.section02 .cta .txt {
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .section02 .cta .txt {
      margin-bottom: 3px; } }
.section02 .cta .cta_btn2 {
  max-width: 630px; }
  @media only screen and (max-width: 768px) {
    .section02 .cta .cta_btn2 {
      width: 95%;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section02 .cta .cta_btn2 a {
        padding: 15px;
        font-size: 21px;
        font-size: 2.1rem; } }

.section03 .inner, .section07 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 10px 40px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section03 .inner, .section07 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section03 .inner, .section07 .inner {
      padding: 20px 10px 35px; } }
.section03 .client_archive .client_card, .section07 .client_archive .client_card {
  border-color: #ecd97b;
  background: #fff9db; }
  .section03 .client_archive .client_card .client_name, .section07 .client_archive .client_card .client_name {
    padding-left: 25px;
    border-bottom-color: #ecd97b; }
    @media only screen and (max-width: 768px) {
      .section03 .client_archive .client_card .client_name, .section07 .client_archive .client_card .client_name {
        padding-left: 10px; } }
    .section03 .client_archive .client_card .client_name::before, .section07 .client_archive .client_card .client_name::before {
      display: none; }

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

.section05 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 10px 40px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
.section05 .checkpoint {
  max-width: 900px;
  margin: 0 auto; }
  .section05 .checkpoint .item {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: solid 1px #1652ac; }
    .section05 .checkpoint .item + .item {
      margin-top: 15px; }
    .section05 .checkpoint .item summary {
      cursor: pointer;
      position: relative;
      padding: 20px 40px 25px 60px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.6;
      font-weight: 700;
      list-style: none; }
      @media only screen and (max-width: 768px) {
        .section05 .checkpoint .item summary {
          padding: 12px 33px 12px;
          font-size: 17.5px;
          font-size: 1.75rem; } }
      .section05 .checkpoint .item summary::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 3.2%;
        width: 21px;
        height: 21px;
        background: no-repeat center/contain url("img/ico_check_circle.png"); }
        @media only screen and (max-width: 768px) {
          .section05 .checkpoint .item summary::before {
            width: 18px;
            height: 18px; } }
      .section05 .checkpoint .item summary::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -12px;
        right: 3.5%;
        width: 12px;
        height: 12px;
        border-left: 2px solid #1652ac;
        border-top: 2px solid #1652ac;
        transform: rotate(-135deg);
        transform-origin: 50% 50%;
        transition: transform .2s; }
        @media only screen and (max-width: 768px) {
          .section05 .checkpoint .item summary::after {
            width: 8px;
            height: 8px; } }
      .section05 .checkpoint .item summary p {
        display: inline-block;
        border-bottom: solid 1px #1652ac; }
        .section05 .checkpoint .item summary p span {
          color: #e00404;
          font-weight: 700; }
    .section05 .checkpoint .item[open] summary::after {
      transform: rotate(45deg); }
    .section05 .checkpoint .item .wrap {
      position: relative;
      overflow: hidden;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .section05 .checkpoint .item .wrap {
          font-size: 14px;
          font-size: 1.4rem; } }
      .section05 .checkpoint .item .wrap p {
        position: relative;
        padding: 0 40px 20px 60px; }
        @media only screen and (max-width: 768px) {
          .section05 .checkpoint .item .wrap p {
            padding: 0 25px 12px 35px; } }
        .section05 .checkpoint .item .wrap p span {
          font-weight: 700; }

.section06 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 10px 40px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      padding: 15px 0; } }
.section06 .client_table {
  margin: 0 auto;
  max-width: 1000px; }
  @media only screen and (max-width: 768px) {
    .section06 .client_table {
      width: calc(100% - 10px);
      margin: 0 0 0 10px;
      overflow-x: scroll; } }
  .section06 .client_table table {
    table-layout: fixed;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .section06 .client_table table {
        width: 760px; } }
    .section06 .client_table table thead th {
      padding: 5px;
      background: #f1f7ff;
      color: #1652ac;
      font-weight: 700;
      text-align: center;
      line-height: 1.2;
      border: solid 1px #e9e9e9;
      font-size: min(1.2vw, 1.3rem); }
      @media only screen and (max-width: 768px) {
        .section06 .client_table table thead th {
          font-size: 13px;
          font-size: 1.3rem; } }
      .section06 .client_table table thead th:first-child {
        width: 160px; }
        @media only screen and (max-width: 768px) {
          .section06 .client_table table thead th:first-child {
            width: 110px; } }
    .section06 .client_table table tbody tr:first-child {
      border: solid 2px #e00404; }
      .section06 .client_table table tbody tr:first-child td {
        background: #fff9db; }
    .section06 .client_table table tbody td {
      padding: 10px 1%;
      text-align: center;
      border: solid 1px #e9e9e9;
      font-size: 13px;
      font-size: 1.3rem; }
      .section06 .client_table table tbody td .rank {
        width: 100%; }
      .section06 .client_table table tbody td:first-child {
        padding: 20px; }
        @media only screen and (max-width: 768px) {
          .section06 .client_table table tbody td:first-child {
            padding: 8px; } }
    .section06 .client_table table .ico {
      margin: 0 auto;
      width: 28px; }
    .section06 .client_table table .cta_btn a {
      padding: 20px 0;
      font-size: 14px;
      font-size: 1.4rem; }

.section08 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 10px 50px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section08 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section08 .inner {
      padding: 15px 10px 35px; } }
.section08 .flowList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  -o-gap: 20px;
  gap: 20px;
  margin: 0 auto;
  max-width: 900px; }
  @media only screen and (max-width: 768px) {
    .section08 .flowList {
      -webkit-gap: 10px 15px;
      -moz-gap: 10px 15px;
      -ms-gap: 10px 15px;
      -o-gap: 10px 15px;
      gap: 10px 15px; } }
  .section08 .flowList li {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 20px 13%;
    text-align: center;
    background: #f1f7ff;
    border: solid 2px #1652ac;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    -o-border-radius: 0.8em;
    -ms-border-radius: 0.8em;
    -webkit-gap: 10px;
    -moz-gap: 10px;
    -ms-gap: 10px;
    -o-gap: 10px;
    gap: 10px; }
    @media only screen and (max-width: 768px) {
      .section08 .flowList li {
        padding: 10px 7%;
        border-radius: 0.4em;
        -moz-border-radius: 0.4em;
        -webkit-border-radius: 0.4em;
        -o-border-radius: 0.4em;
        -ms-border-radius: 0.4em;
        -webkit-gap: 5px;
        -moz-gap: 5px;
        -ms-gap: 5px;
        -o-gap: 5px;
        gap: 5px; } }
    .section08 .flowList li .label {
      width: 100%;
      background: #1652ac;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      border-radius: 100vmax;
      -moz-border-radius: 100vmax;
      -webkit-border-radius: 100vmax;
      -o-border-radius: 100vmax;
      -ms-border-radius: 100vmax; }
      @media only screen and (max-width: 768px) {
        .section08 .flowList li .label {
          font-size: 18px;
          font-size: 1.8rem; } }
    .section08 .flowList li .txt {
      align-self: center;
      font-weight: 500;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .section08 .flowList li .txt {
          line-height: 1.3;
          font-size: 16px;
          font-size: 1.6rem; } }
    .section08 .flowList li:not(:nth-child(3n)):after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 100%;
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 18px solid transparent;
      border-bottom: 18px solid transparent;
      border-left: 18px solid #1652ac;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .section08 .flowList li:not(:nth-child(3n)):after {
          border-top-width: 12px;
          border-bottom-width: 12px;
          border-left-width: 12px; } }

.section09 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 10px 40px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section09 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section09 .inner {
      padding: 20px 10px; } }
.section09 .faq {
  max-width: 900px;
  margin: 0 auto; }
  .section09 .faq .item {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(31, 31, 31, 0.2); }
    @media only screen and (max-width: 768px) {
      .section09 .faq .item {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .section09 .faq .item + .item {
      margin-top: 8px; }
    .section09 .faq .item summary {
      cursor: pointer;
      position: relative;
      padding: 28px 6% 28px 9.5%;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      list-style: none; }
      @media only screen and (max-width: 768px) {
        .section09 .faq .item summary {
          padding: 8px 42px;
          font-size: 17.5px;
          font-size: 1.75rem; } }
      .section09 .faq .item summary::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 2.5%;
        width: 46px;
        height: 46px;
        background: no-repeat center/contain url("img/ico_q.png"); }
        @media only screen and (max-width: 768px) {
          .section09 .faq .item summary::before {
            left: 8px;
            width: 26px;
            height: 26px; } }
      .section09 .faq .item summary::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 4%;
        width: 20px;
        height: 20px;
        background: linear-gradient(#333, #333), linear-gradient(#333, #333);
        background-size: 20px 3px, 3px 20px;
        background-position: center,center;
        background-repeat: no-repeat;
        transition: background-size 0.3s; }
        @media only screen and (max-width: 768px) {
          .section09 .faq .item summary::after {
            right: 10px;
            width: 15px;
            height: 15px; } }
    .section09 .faq .item[open] summary::after {
      background-size: 20px 3px, 0 0; }
    .section09 .faq .item .wrap {
      position: relative;
      overflow: hidden;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .section09 .faq .item .wrap {
          font-size: 14px;
          font-size: 1.4rem; } }
      .section09 .faq .item .wrap::before {
        content: '';
        position: absolute;
        top: 0;
        left: 2.5%;
        width: 46px;
        height: 46px;
        background: no-repeat center/contain url("img/ico_a.png"); }
        @media only screen and (max-width: 768px) {
          .section09 .faq .item .wrap::before {
            left: 8px;
            width: 26px;
            height: 26px; } }
      .section09 .faq .item .wrap p {
        position: relative;
        padding: 0 6% 20px 9.5%; }
        @media only screen and (max-width: 768px) {
          .section09 .faq .item .wrap p {
            padding: 0 25px 12px 42px; } }
        .section09 .faq .item .wrap p span {
          font-weight: 700; }

.privacy_section .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 10px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .privacy_section .inner {
      width: 100%; } }
.privacy_section .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%; }

.footer {
  background: #163d83; }
  .footer .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
  .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 {
      position: relative;
      padding-left: 10px;
      margin-left: 15px; }
      .footer .f_nav ul li::before {
        content: "｜";
        position: absolute;
        top: 0;
        left: -10px;
        color: #fff; }
      .footer .f_nav ul li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .footer .f_nav ul li:first-child::before {
          display: none; }
      .footer .f_nav ul li a {
        color: #fff;
        text-decoration: none; }
  .footer .copyright {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem; }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(22, 82, 172, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .inner {
    max-width: 930px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    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: 4px 8px;
        -webkit-gap: 10px;
        -moz-gap: 10px;
        -ms-gap: 10px;
        -o-gap: 10px;
        gap: 10px; } }
  .fixed_cta .img {
    flex: 1; }
    .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: 260px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .btn {
        width: 32%; } }
    @media only screen and (max-width: 768px) {
      .fixed_cta .btn .cta_btn {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px; } }
    .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 {
        padding-left: 40px; }
        @media only screen and (max-width: 768px) {
          .fixed_cta .btn .cta_btn a span {
            padding-left: 0; } }
        .fixed_cta .btn .cta_btn a span::before {
          right: calc(100% - 36px); }
          @media only screen and (max-width: 768px) {
            .fixed_cta .btn .cta_btn a span::before {
              display: none; } }

.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 {
        max-width: 400px;
        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: 100px;
        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: 92%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btn {
          bottom: 10px; } }
      .exitProtection .wrap .btn .cta_btn {
        display: block;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3;
        color: #fff;
        font-weight: 700;
        overflow: hidden;
        text-align: center;
        padding: 6px 0;
        border-radius: 100vmax;
        -moz-border-radius: 100vmax;
        -webkit-border-radius: 100vmax;
        -o-border-radius: 100vmax;
        -ms-border-radius: 100vmax;
        position: relative; }
        .exitProtection .wrap .btn .cta_btn::before {
          content: "";
          position: absolute;
          left: 7%;
          top: 0;
          bottom: 0;
          width: 15%;
          background: no-repeat center/contain url("img/ico_line.png"); }
        .exitProtection .wrap .btn .cta_btn .arrow {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 7%;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 12px solid #fff; }

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

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