@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
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 6px 0 #01853f;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #01853f;
    top: 6px; }
  20% {
    box-shadow: 0 6px 0 #01853f;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #01853f;
    top: 6px; }
  40% {
    box-shadow: 0 6px 0 #01853f;
    top: 0px; } }
@media only screen and (max-width: 768px) {
  @keyframes animationbtn {
    0% {
      box-shadow: 0 5px 0 #01853f;
      top: 0px; }
    10% {
      box-shadow: 0 0 0 #01853f;
      top: 6px; }
    20% {
      box-shadow: 0 5px 0 #01853f;
      top: 0px; }
    30% {
      box-shadow: 0 0 0 #01853f;
      top: 6px; }
    40% {
      box-shadow: 0 5px 0 #01853f;
      top: 0px; } } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 6px 0 #01853f;
  -moz-box-shadow: 0 6px 0 #01853f;
  box-shadow: 0 6px 0 #01853f;
  background: #00ac51;
  -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 (max-width: 768px) {
    .cta_btn {
      -webkit-box-shadow: 0 5px 0 #01853f;
      -moz-box-shadow: 0 5px 0 #01853f;
      box-shadow: 0 5px 0 #01853f;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    padding: 20px 0; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

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

body {
  background-image: url("img/body_bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1920px auto;
  font-size: 1.6em;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }
  @media only screen and (max-width: 768px) {
    body {
      padding-bottom: 110px !important; } }

a {
  color: #111; }

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

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

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(181, 145, 2, 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: #b59102;
    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: 120px !important;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

sup {
  font-size: 9px;
  font-size: 0.9rem; }

.cap {
  font-size: 9px;
  font-size: 0.9rem;
  margin-top: 5px;
  text-align: left; }

.cap2 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
  text-align: left;
  white-space: normal; }

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

.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .fv {
      background: none; } }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    height: 300px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        height: auto; } }
  .fv .logo {
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .fv .logo {
        width: 35.73%;
        top: 4.17%;
        left: 2.67%; } }
  .fv .fv_image {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 34px; }
    @media only screen and (max-width: 768px) {
      .fv .fv_image {
        position: static; } }
  .fv .fv_txt {
    position: absolute;
    z-index: 2;
    font-weight: 700;
    left: 61px;
    top: 121px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .fv .fv_txt {
        top: 37.34%;
        left: 4.94%;
        font-size: 2.8vw; } }
  .fv .header_pr {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    background: #fff;
    color: #333;
    border: 1px solid #9d9d9d;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    padding: 0 8px;
    top: 15px;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .fv .header_pr {
        right: 10px;
        padding: 0 4px;
        top: 10px; } }

.main_ttl {
  background-image: url("img/main_ttl.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1920px 100%;
  background-color: #111111;
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  padding: 12px 0;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      font-size: 4vw;
      line-height: 1.3;
      padding: 10px 0;
      background-image: url("img/main_ttl_sp.png");
      background-size: 100% 100%; } }
  .main_ttl span {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff112; }
    @media only screen and (max-width: 768px) {
      .main_ttl span {
        font-size: 3.8vw; } }
  .main_ttl small {
    font-size: 80%; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 40px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 10px 10px 30px; } }
.section01 .top_txt {
  border: 1px solid #ec1c1c;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 10px 10px 10px 50px;
  margin: 20px auto 0;
  position: relative;
  max-width: 1000px; }
  @media only screen and (max-width: 768px) {
    .section01 .top_txt {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 10px 10px 10px 40px;
      font-size: 13px;
      font-size: 1.3rem; } }
  .section01 .top_txt::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    width: 28px;
    height: 100%;
    background-image: url("img/section01_ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .section01 .top_txt::before {
        width: 21px;
        left: 10px; } }
  .section01 .top_txt span {
    color: #ec1c1c;
    font-weight: 700; }
@media only screen and (min-width: 769px) {
  .section01 .sp_only {
    display: none; } }
@media only screen and (max-width: 768px) {
  .section01 .pc_only {
    display: none; }
  .section01 .wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.4em; }
  .section01 .remarks {
    margin-top: 5px; } }
.section01 .client_table {
  position: relative;
  max-width: 100%;
  white-space: nowrap; }
  @media only screen and (max-width: 768px) {
    .section01 .client_table {
      position: static;
      width: calc(166.64%);
      white-space: normal; }
      .section01 .client_table .table_sticky {
        position: sticky;
        left: 0; } }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #e8e8e8;
    position: relative;
    z-index: 0; }
    .section01 .client_table table::before, .section01 .client_table table::after {
      content: "";
      position: absolute;
      top: 0;
      left: 1px;
      pointer-events: none; }
    .section01 .client_table table::after {
      width: calc(100% / 5);
      height: 100%;
      border: 3px solid #ec1c1c;
      z-index: 5; }
      @media only screen and (max-width: 768px) {
        .section01 .client_table table::after {
          width: calc(100% / 5);
          border-width: 2px; } }
    .section01 .client_table table tr td:first-child {
      background: #fffeeb; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 5);
      text-align: center;
      vertical-align: top; }
    .section01 .client_table table thead td {
      vertical-align: top; }
    .section01 .client_table table th {
      background: #ececec;
      font-weight: 700;
      padding: 3px 0;
      font-size: 17px;
      font-size: 1.7rem;
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8; }
      @media only screen and (max-width: 768px) {
        .section01 .client_table table th {
          font-size: 15px;
          font-size: 1.5rem; } }
    .section01 .client_table table td {
      padding: 5px;
      border-left: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
      @media only screen and (max-width: 768px) {
        .section01 .client_table table td {
          padding: 5px;
          font-size: 12px;
          font-size: 1.2rem;
          min-width: 110px; } }
    .section01 .client_table table tbody tr td:first-child p {
      font-weight: 700;
      color: #ec1c1c; }
    .section01 .client_table table .red {
      color: #ec1c1c; }
    .section01 .client_table table .bold {
      font-weight: 700; }
  .section01 .client_table .image {
    position: relative;
    padding-top: 48px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .section01 .client_table .image {
        padding-top: 30px; } }
    .section01 .client_table .image img {
      /*min-width: 110px;*/ }
    .section01 .client_table .image::before {
      content: "";
      width: 49px;
      height: 42px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .section01 .client_table .image::before {
          width: 34px;
          height: 30px; } }
    .section01 .client_table .image a {
      display: block;
      color: #1122cc; }
      .section01 .client_table .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .section01 .client_table .image a p {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        margin-top: 3px; }
        @media only screen and (max-width: 768px) {
          .section01 .client_table .image a p {
            font-size: 10px;
            font-size: 1rem; } }
  .section01 .client_table thead tr td:nth-child(1) .image::before {
    background-image: url("img/ico_rank1.png"); }
  .section01 .client_table thead tr td:nth-child(2) .image::before {
    background-image: url("img/ico_rank2.png"); }
  .section01 .client_table thead tr td:nth-child(3) .image::before {
    background-image: url("img/ico_rank3.png"); }
  .section01 .client_table thead tr td:nth-child(4) .image::before {
    background-image: url("img/ico_rank4.png"); }
  .section01 .client_table thead tr td:nth-child(5) .image::before {
    background-image: url("img/ico_rank5.png"); }
  .section01 .client_table .red {
    color: #ec1c1c; }
  .section01 .client_table .recommend_txt {
    font-weight: 700; }
  .section01 .client_table .recommend_txt span {
    font-weight: 700;
    color: #ec1c1c; }
  .section01 .client_table .star .star_ico {
    width: 120px;
    height: 22px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120px auto; }
    @media only screen and (max-width: 768px) {
      .section01 .client_table .star .star_ico {
        width: 90px;
        height: 17px;
        background-size: 90px auto; } }
  .section01 .client_table .star .star_txt {
    margin-top: 5px;
    position: relative;
    height: 18px; }
    @media only screen and (max-width: 768px) {
      .section01 .client_table .star .star_txt {
        margin-top: 4px; } }
    .section01 .client_table .star .star_txt::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 18px; }
  .section01 .client_table tr td:nth-child(1) .star .star_ico {
    background-image: url("img/star_rank1.png"); }
  .section01 .client_table tr td:nth-child(1) .star .star_txt::before {
    content: "5.0";
    color: #ec1c1c; }
  .section01 .client_table tr td:nth-child(2) .star .star_ico {
    background-image: url("img/star_rank2.png"); }
  .section01 .client_table tr td:nth-child(2) .star .star_txt::before {
    content: "4.95"; }
  .section01 .client_table tr td:nth-child(3) .star .star_ico {
    background-image: url("img/star_rank3.png"); }
  .section01 .client_table tr td:nth-child(3) .star .star_txt::before {
    content: "4.85"; }
  .section01 .client_table tr td:nth-child(4) .star .star_ico {
    background-image: url("img/star_rank4.png"); }
  .section01 .client_table tr td:nth-child(4) .star .star_txt::before {
    content: "4.77"; }
  .section01 .client_table tr td:nth-child(5) .star .star_ico {
    background-image: url("img/star_rank5.png"); }
  .section01 .client_table tr td:nth-child(5) .star .star_txt::before {
    content: "4.5"; }
  .section01 .client_table .ico {
    text-align: center;
    margin: 0 auto 3px; }
    .section01 .client_table .ico img {
      max-width: 45px; }
    @media only screen and (max-width: 768px) {
      .section01 .client_table .ico {
        width: 30px; }
        .section01 .client_table .ico img {
          max-width: 30px; } }
  .section01 .client_table .skill 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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 5px; }
    @media only screen and (max-width: 768px) {
      .section01 .client_table .skill ul {
        padding: 5px 0; } }
    .section01 .client_table .skill ul li {
      background: #fff;
      width: 49%;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      text-align: center;
      border: 1px solid #111;
      padding: 3px 0;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 700;
      margin-top: 4px;
      letter-spacing: 0px; }
      @media only screen and (max-width: 768px) {
        .section01 .client_table .skill ul li {
          font-size: 1.8vw; } }
      .section01 .client_table .skill ul li:nth-child(1), .section01 .client_table .skill ul li:nth-child(2) {
        margin-top: 0; }
      .section01 .client_table .skill ul li.short {
        letter-spacing: -1px; }
  .section01 .client_table .cta_btn {
    width: 90%;
    margin: 0 auto 10px;
    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) {
      .section01 .client_table .cta_btn {
        width: 100%; } }
    .section01 .client_table .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 16px 0; }
      @media only screen and (max-width: 768px) {
        .section01 .client_table .cta_btn a {
          font-size: 3vw; } }
  .section01 .client_table .twoline {
    height: 41px; }
    @media only screen and (max-width: 768px) {
      .section01 .client_table .twoline {
        height: 24px; } }
  .section01 .client_table .btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px;
    margin: 3px auto 2px;
    border: 1px solid #333;
    background-color: #FFF;
    border-radius: 5px;
    width: 90%; }
    @media only screen and (max-width: 768px) {
      .section01 .client_table .btn {
        padding: 2px; } }
    .section01 .client_table .btn a {
      width: 100%;
      height: 100%;
      display: inline-block;
      color: #333 !important;
      background: #FFF;
      text-decoration: none !important;
      margin-top: 0 !important; }
.section01 .recommend {
  width: 1000px;
  margin: 0 auto;
  margin: 100px auto 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
  padding: 55px 25px 45px;
  background: #f7f6f1; }
  @media only screen and (max-width: 768px) {
    .section01 .recommend {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section01 .recommend {
      width: 100%;
      padding: 45px 10px 40px;
      margin-top: 75px; } }
  .section01 .recommend .ttl {
    width: 640px;
    top: -66px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .section01 .recommend .ttl {
        width: 90%;
        top: -50px; } }
    .section01 .recommend .ttl .sub {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .section01 .recommend .ttl .sub {
          font-size: 20px;
          font-size: 2rem; } }
    .section01 .recommend .ttl .ttl_wrap {
      background: #b59102;
      padding: 8px 0;
      position: relative;
      margin-top: 5px; }
      .section01 .recommend .ttl .ttl_wrap::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 100%;
        background-image: url("img/section01_ico2.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -17px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section01 .recommend .ttl .ttl_wrap::before {
            width: 20px;
            bottom: -14px; } }
      .section01 .recommend .ttl .ttl_wrap span {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        position: relative;
        letter-spacing: 0.05em; }
        @media only screen and (max-width: 768px) {
          .section01 .recommend .ttl .ttl_wrap span {
            font-size: 4.2vw; } }
        .section01 .recommend .ttl .ttl_wrap span::before {
          content: "";
          position: absolute;
          width: 38px;
          height: 46px;
          background-image: url("img/section01_ico3.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 47px;
          top: -49px;
          pointer-events: none;
          z-index: 10; }
          @media only screen and (max-width: 768px) {
            .section01 .recommend .ttl .ttl_wrap span::before {
              width: 31px;
              height: 38px;
              left: 15px;
              top: -43px;
              background-image: url("img/section01_ico3_sp.png"); } }
  .section01 .recommend .wrap {
    text-align: center; }
    .section01 .recommend .wrap ul {
      display: inline-block;
      text-align: left; }
      .section01 .recommend .wrap ul li {
        font-size: 18px;
        font-size: 1.8rem;
        position: relative;
        padding-left: 34px;
        margin-top: 8px; }
        @media only screen and (max-width: 768px) {
          .section01 .recommend .wrap ul li {
            padding-left: 25px; } }
        .section01 .recommend .wrap ul li:first-child {
          margin-top: 0; }
        .section01 .recommend .wrap ul li::before {
          content: "";
          position: absolute;
          width: 24px;
          height: 100%;
          background-image: url("img/ico_check.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 4px;
          pointer-events: none;
          z-index: 10; }
          @media only screen and (max-width: 768px) {
            .section01 .recommend .wrap ul li::before {
              width: 19px; } }
        .section01 .recommend .wrap ul li span {
          font-weight: 700;
          background: linear-gradient(transparent 50%, #fff112 50%); }
  .section01 .recommend .bottom_txt {
    margin: auto;
    margin-top: 30px;
    width: 700px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9ba32+0,f68952+100 */
    background: linear-gradient(135deg, #f9ba32 0%, #f68952 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px 40px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0 8px 8px rgba(17, 17, 17, 0.1);
    -moz-box-shadow: 0 8px 8px rgba(17, 17, 17, 0.1);
    box-shadow: 0 8px 8px rgba(17, 17, 17, 0.1); }
    @media only screen and (max-width: 768px) {
      .section01 .recommend .bottom_txt {
        width: 100%;
        margin-top: 17px;
        text-align: center;
        padding: 18px;
        font-size: 19px;
        font-size: 1.9rem;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
.section01 .about {
  width: 1000px;
  margin: 0 auto;
  margin: 60px auto 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
  padding: 45px 55px 50px;
  background: #f7f6f1; }
  @media only screen and (max-width: 768px) {
    .section01 .about {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section01 .about {
      width: 100%;
      padding: 45px 15px 30px;
      margin-top: 40px; } }
  .section01 .about .ttl {
    width: 100%;
    top: -25px;
    text-align: center;
    position: absolute;
    left: 0; }
    .section01 .about .ttl span.ttl_wrap {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      position: relative;
      display: inline-block;
      letter-spacing: 0.06em; }
      @media only screen and (max-width: 768px) {
        .section01 .about .ttl span.ttl_wrap {
          font-size: 3.2vw;
          line-height: 27px; } }
      .section01 .about .ttl span.ttl_wrap::before, .section01 .about .ttl span.ttl_wrap::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        top: 0;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section01 .about .ttl span.ttl_wrap::before, .section01 .about .ttl span.ttl_wrap::after {
            width: 7px; } }
      .section01 .about .ttl span.ttl_wrap::before {
        left: -40px;
        background-image: url("img/section01_choose_before.png"); }
        @media only screen and (max-width: 768px) {
          .section01 .about .ttl span.ttl_wrap::before {
            left: -15px; } }
      .section01 .about .ttl span.ttl_wrap::after {
        right: -40px;
        background-image: url("img/section01_choose_after.png"); }
        @media only screen and (max-width: 768px) {
          .section01 .about .ttl span.ttl_wrap::after {
            right: -15px; } }
      .section01 .about .ttl span.ttl_wrap .medium {
        font-size: 130%; }
      .section01 .about .ttl span.ttl_wrap .large {
        font-size: 27px;
        font-size: 2.7rem;
        color: #b59102; }
        @media only screen and (max-width: 768px) {
          .section01 .about .ttl span.ttl_wrap .large {
            font-size: 4.8vw; } }
  .section01 .about .heading {
    text-align: center; }
    .section01 .about .heading .heading_txt {
      display: inline-block;
      background: #b49002;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 1px 25px 5px;
      font-weight: 500;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .section01 .about .heading .heading_txt {
          display: block;
          font-size: 3.7vw; } }
      .section01 .about .heading .heading_txt::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 24px;
        height: 17px;
        background-image: url("img/section01_ico3.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        bottom: -17px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section01 .about .heading .heading_txt::before {
            width: 15px; } }
      .section01 .about .heading .heading_txt span {
        font-weight: 900;
        font-size: 160%; }
  .section01 .about .items .item {
    padding: 25px;
    background-image: url("img/section01_about_bg.png");
    background-repeat: repeat-x;
    background-position: center bottom; }
    @media only screen and (max-width: 768px) {
      .section01 .about .items .item {
        background-size: 8px auto;
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        .section01 .about .items .item:first-child {
          padding-top: 0; } }
    .section01 .about .items .item:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      background: none; }
    .section01 .about .items .item .wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -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) {
        .section01 .about .items .item .wrap {
          padding: 0 5px; } }
    .section01 .about .items .item .ico {
      width: 104px; }
      @media only screen and (max-width: 768px) {
        .section01 .about .items .item .ico {
          width: 64px; } }
    .section01 .about .items .item .txt {
      width: calc(100% - 104px);
      padding-left: 20px; }
      @media only screen and (max-width: 768px) {
        .section01 .about .items .item .txt {
          width: calc(100% - 64px);
          padding-left: 15px; } }
    .section01 .about .items .item .lead {
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .section01 .about .items .item .lead {
          font-size: 3.8vw; } }
    .section01 .about .items .item p {
      margin-top: 5px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.7; }
      @media only screen and (max-width: 768px) {
        .section01 .about .items .item p {
          display: none; } }
      .section01 .about .items .item p span {
        font-weight: 700;
        background: linear-gradient(transparent 60%, #fff112 60%); }
    @media only screen and (max-width: 768px) {
      .section01 .about .items .item .sp_txt {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 10px;
        line-height: 1.7; }
        .section01 .about .items .item .sp_txt span {
          font-weight: 700;
          background: linear-gradient(transparent 60%, #fff112 60%); } }
  .section01 .about .recommend2 {
    margin-top: 25px;
    background: #fff;
    border: 1px solid #b59102;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px 40px; }
    @media only screen and (max-width: 768px) {
      .section01 .about .recommend2 {
        padding: 20px 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .section01 .about .recommend2 .heading {
      text-align: center;
      font-weight: 700;
      font-size: 22px;
      font-size: 2.2rem; }
      @media only screen and (max-width: 768px) {
        .section01 .about .recommend2 .heading {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.4; }
          .section01 .about .recommend2 .heading .heading_image {
            width: 85%;
            margin: 15px auto 0; } }
      .section01 .about .recommend2 .heading .txt1 {
        display: inline-block;
        color: #ec1c1c;
        font-size: 30px;
        font-size: 3rem;
        background: linear-gradient(transparent 60%, #fce9e9 60%); }
        @media only screen and (max-width: 768px) {
          .section01 .about .recommend2 .heading .txt1 {
            background: none;
            font-size: 5.3vw; }
            .section01 .about .recommend2 .heading .txt1 span {
              display: inline-block;
              background: linear-gradient(transparent 60%, #fce9e9 60%); } }
      .section01 .about .recommend2 .heading .txt2 {
        font-size: 23px;
        font-size: 2.3rem;
        margin-top: 5px;
        position: relative;
        padding-bottom: 35px;
        color: #b59102; }
        .section01 .about .recommend2 .heading .txt2::before {
          content: "";
          position: absolute;
          width: 548px;
          height: 100%;
          background-image: url("img/section01_ico4.png");
          background-repeat: no-repeat;
          background-position: center bottom;
          background-size: 100% auto;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: 0;
          pointer-events: none;
          z-index: 10; }
    .section01 .about .recommend2 .wrap {
      margin-top: 10px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start; }
      @media only screen and (max-width: 768px) {
        .section01 .about .recommend2 .wrap {
          display: block; } }
      .section01 .about .recommend2 .wrap .image {
        width: 203px; }
        @media only screen and (max-width: 768px) {
          .section01 .about .recommend2 .wrap .image {
            display: none; } }
      .section01 .about .recommend2 .wrap .txt {
        width: calc(100% - 235px);
        padding-left: 20px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.8; }
        @media only screen and (max-width: 768px) {
          .section01 .about .recommend2 .wrap .txt {
            width: 100%;
            padding: 5px 0 0;
            font-size: 17px;
            font-size: 1.7rem; } }
        .section01 .about .recommend2 .wrap .txt .red {
          font-weight: 700;
          color: #ec1c1c; }
        .section01 .about .recommend2 .wrap .txt .marker {
          font-weight: 700;
          background: linear-gradient(transparent 60%, #fff112 60%); }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0 60px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      padding: 20px 10px 40px; } }

.client_archive > ul > li {
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .client_archive > ul > li {
      margin-top: 20px; } }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive br.archive {
  display: none; }
.client_archive .client_card {
  border: 2px solid #d8d8d8;
  background: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .client_archive .client_card {
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      border-width: 1px; } }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 15px 10px 15px 90px;
    border-bottom: 1px solid #d8d8d8; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_name {
        padding: 10px 10px 10px 50px; } }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 77px;
      height: 66px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 10px;
      top: -12px;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name::before {
          width: calc(77px / 2);
          height: calc(66px / 2);
          left: 5px;
          top: 50%;
          margin-top: -16px; } }
    .client_archive .client_card .client_name a {
      color: #068be0;
      font-size: 27px;
      font-size: 2.7rem;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name a {
          font-size: 4.5vw; } }
      .client_archive .client_card .client_name a br {
        display: none; }
  .client_archive .client_card .client_inner {
    padding: 15px 50px 35px; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_inner {
        padding: 10px 10px 25px; } }
.client_archive .top_heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ec1c1c;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .client_archive .top_heading {
      font-size: 4vw; } }
.client_archive .overview {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .client_archive .overview {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      margin-top: 6px; } }
  .client_archive .overview .image {
    width: 300px; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .image {
        width: 45%; } }
    .client_archive .overview .image .star {
      border: 1px solid #e0e0e0;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -o-border-radius: 2px;
      -ms-border-radius: 2px;
      padding: 5px 5px 8px;
      text-align: center;
      margin-top: 8px;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .image .star {
          padding: 1px 2px 3px;
          font-size: 2.6vw; } }
    .client_archive .overview .image .star_txt1,
    .client_archive .overview .image .star_txt2,
    .client_archive .overview .image .star_ico {
      display: inline-block;
      vertical-align: middle; }
    .client_archive .overview .image .star_ico {
      width: 148px;
      height: 27px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 148px auto; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .image .star_ico {
          width: 60px;
          height: 12px;
          background-size: 60px auto; } }
    .client_archive .overview .image .star_txt2 {
      position: relative;
      height: 18px;
      width: 3em; }
      .client_archive .overview .image .star_txt2::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 18px; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .image .star_txt2::before {
            font-size: 3.5vw; } }
  .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .txt {
        width: 53%;
        padding-left: 0; } }
    .client_archive .overview .txt table {
      width: 100%;
      border: 1px solid #d8d8d8;
      background: #fff; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .txt table {
          border: none; } }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px;
        text-align: center;
        border: 1px solid #d8d8d8; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .txt table th, .client_archive .overview .txt table td {
            padding: 5px;
            font-size: 12px;
            font-size: 1.2rem; } }
      .client_archive .overview .txt table th {
        width: 17%;
        font-weight: 700;
        background: #f3f3f3;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 1.3; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .txt table th {
            width: 32%;
            padding-left: 0;
            padding-right: 0; } }
        .client_archive .overview .txt table th small {
          font-size: 70%; }
          @media only screen and (max-width: 768px) {
            .client_archive .overview .txt table th small {
              font-size: 65%; } }
      @media only screen and (min-width: 769px) {
        .client_archive .overview .txt table td {
          width: 33%; } }
    .client_archive .overview .txt .red {
      color: #ec1c1c; }
    .client_archive .overview .txt .ico {
      margin-bottom: 3px; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .txt .ico_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .client_archive .overview .txt .ico_wrap .ico {
          width: 20px; }
        .client_archive .overview .txt .ico_wrap p {
          width: calc(100% - 20px);
          padding-left: 3px;
          text-align: left;
          line-height: 1.3; } }
    .client_archive .overview .txt .skill 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: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      padding: 0 5px; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .txt .skill ul {
          padding: 0; } }
      .client_archive .overview .txt .skill ul li {
        background: #fff;
        width: 32%;
        width: calc((100% - 4%) / 3);
        margin-left: 2%;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        -ms-border-radius: 100px;
        text-align: center;
        border: 1px solid #111;
        padding: 3px 0;
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 4px; }
        @media only screen and (min-width: 769px) {
          .client_archive .overview .txt .skill ul li:nth-child(3n+1) {
            margin-left: 0; }
          .client_archive .overview .txt .skill ul li:nth-child(1), .client_archive .overview .txt .skill ul li:nth-child(2), .client_archive .overview .txt .skill ul li:nth-child(3) {
            margin-top: 0; } }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .txt .skill ul li {
            width: calc((100% - 2%) / 2);
            font-size: 1.8vw; }
            .client_archive .overview .txt .skill ul li:nth-child(odd) {
              margin-left: 0; }
            .client_archive .overview .txt .skill ul li:nth-child(1), .client_archive .overview .txt .skill ul li:nth-child(2) {
              margin-top: 0; } }
.client_archive .point {
  background: #fff8f8;
  margin-top: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #ec1c1c;
  padding: 30px 30px 15px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .client_archive .point {
      padding: 24px 10px 11px;
      margin-top: 10px; } }
  .client_archive .point .heading {
    position: absolute;
    left: -1px;
    top: -15px;
    background: #ec1c1c;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px; }
    @media only screen and (max-width: 768px) {
      .client_archive .point .heading {
        font-size: 16px;
        font-size: 1.6rem;
        top: -5px;
        line-height: 22px; } }
    .client_archive .point .heading::before {
      content: "";
      position: absolute;
      width: 12px;
      height: 100%;
      background-image: url("img/client_ico_point.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      right: -12px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
  .client_archive .point ul li {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .client_archive .point ul li {
        padding-left: 15px;
        margin-top: 0;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.4; } }
    .client_archive .point ul li::before {
      content: "";
      position: absolute;
      width: 14px;
      height: 100%;
      background-image: url("img/client_ico_check.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 6px;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .client_archive .point ul li::before {
          width: 10px;
          top: 3px; } }
    .client_archive .point ul li:first-child {
      margin-top: 0; }
    .client_archive .point ul li span {
      color: #ec1c1c; }
.client_archive .note {
  margin-top: 10px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 0.8em 2em;
  border: 1px solid #dddddd; }
  @media only screen and (max-width: 768px) {
    .client_archive .note {
      padding: 0.8em;
      margin-top: 8px;
      font-size: 18px;
      font-size: 1.8rem; } }
  .client_archive .note span {
    color: #ec1c1c;
    font-weight: 700; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #b59102;
  background: #fffeeb; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
    background-image: url("img/ico_rank1.png"); }
.client_archive > ul > li:nth-child(1) .star_ico {
  background-image: url("img/star_rank1.png"); }
.client_archive > ul > li:nth-child(1) .star_txt2::before {
  content: "5.0";
  color: #ec1c1c; }
.client_archive > ul > li:nth-child(1) .overview .txt table th {
  background: #f4edd3;
  color: #b59102; }
.client_archive > ul > li:nth-child(1) .overview .txt table .ico + p {
  font-weight: 700;
  color: #ec1c1c; }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_rank2.png"); }
.client_archive > ul > li:nth-child(2) .star_ico {
  background-image: url("img/star_rank2.png"); }
.client_archive > ul > li:nth-child(2) .star_txt2::before {
  content: "4.95"; }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_rank3.png"); }
.client_archive > ul > li:nth-child(3) .star_ico {
  background-image: url("img/star_rank3.png"); }
.client_archive > ul > li:nth-child(3) .star_txt2::before {
  content: "4.85"; }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/ico_rank4.png"); }
.client_archive > ul > li:nth-child(4) .star_ico {
  background-image: url("img/star_rank4.png"); }
.client_archive > ul > li:nth-child(4) .star_txt2::before {
  content: "4.77"; }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/ico_rank5.png"); }
.client_archive > ul > li:nth-child(5) .star_ico {
  background-image: url("img/star_rank5.png"); }
.client_archive > ul > li:nth-child(5) .star_txt2::before {
  content: "4.5"; }
.client_archive > ul > li:nth-child(6) .client_name::before {
  background-image: url("img/ico_rank_etc.png"); }
.client_archive > ul > li:nth-child(6) .star_ico {
  background-image: url("img/star_rank_etc.png"); }
.client_archive > ul > li:nth-child(6) .star_txt2::before {
  content: "4.5"; }
.client_archive > ul > li:nth-child(7) .client_name::before {
  background-image: url("img/ico_rank_etc.png"); }
.client_archive > ul > li:nth-child(7) .star_ico {
  background-image: url("img/star_rank_etc.png"); }
.client_archive > ul > li:nth-child(7) .star_txt2::before {
  content: "4.5"; }
.client_archive .privilege {
  margin-top: 25px;
  position: relative;
  background: #fff;
  border: 1px solid #111;
  padding: 30px 0 15px;
  text-align: center;
  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 .privilege {
      padding: 20px 10px 15px; } }
  .client_archive .privilege .heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
    background: #111;
    text-align: center;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    font-weight: 700;
    color: #fff;
    padding: 1px 0;
    font-size: 18px;
    font-size: 1.8rem;
    width: 300px; }
    @media only screen and (max-width: 768px) {
      .client_archive .privilege .heading {
        width: 200px; } }
  .client_archive .privilege .wrap {
    padding: 0 20px; }
    .client_archive .privilege .wrap img {
      margin: 1em auto 0;
      max-width: 480px;
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .client_archive .privilege .wrap {
        padding: 0; } }
  .client_archive .privilege 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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    text-align: left; }
    .client_archive .privilege ul li {
      position: relative;
      width: 48%;
      padding-left: 30px;
      font-weight: 700;
      margin-top: 2px; }
      @media only screen and (max-width: 768px) {
        .client_archive .privilege ul li {
          width: 100%;
          padding-left: 25px;
          font-size: 14px;
          font-size: 1.4rem; } }
      .client_archive .privilege ul li::before {
        content: "";
        position: absolute;
        width: 21px;
        height: 100%;
        background-image: url("img/client_ico_privilege.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 0;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .client_archive .privilege ul li::before {
            width: 15px;
            top: 3px; } }
  .client_archive .privilege .center ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    @media only screen and (min-width: 769px) {
      .client_archive .privilege .center ul li {
        width: 40%;
        margin: 0; } }
.client_archive .pr {
  margin: 20px auto 5px;
  text-align: center; }
.client_archive .review {
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .client_archive .review {
      margin-top: 10px; } }
  .client_archive .review .review_trigger {
    border: 2px solid #111;
    border-bottom: 5px solid #111;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #fff;
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    position: relative;
    color: #111;
    padding: 10px 0;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .review_trigger {
        font-size: 3.8vw;
        border-width: 1px;
        border-bottom-width: 3px; } }
    .client_archive .review .review_trigger::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 23px;
      height: 23px;
      background-image: url("img/review_trigger.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      right: 15px;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .review_trigger::before {
          width: 15px;
          height: 15px;
          right: 10px; } }
    .client_archive .review .review_trigger.active::before {
      background-image: url("img/review_trigger_active.png"); }
  .client_archive .review .review_content {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-top: none;
    padding: 30px 40px; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .review_content {
        padding: 15px 10px; } }
  .client_archive .review .items .item {
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
    -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) {
      .client_archive .review .items .item {
        padding: 10px 0;
        -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 .review .items .item:first-child {
      padding-top: 0; }
    .client_archive .review .items .item:last-child {
      padding-bottom: 0;
      border: none; }
    .client_archive .review .items .item .ico {
      text-align: center;
      width: 120px; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .items .item .ico {
          width: 45px; } }
    .client_archive .review .items .item .txt {
      width: calc(100% - 120px); }
      @media only screen and (max-width: 768px) {
        .client_archive .review .items .item .txt {
          width: calc(100% - 45px);
          padding-left: 10px; } }
      .client_archive .review .items .item .txt p {
        font-size: 15px;
        font-size: 1.5rem; }
        @media only screen and (max-width: 768px) {
          .client_archive .review .items .item .txt p {
            line-height: 1.5; } }
      .client_archive .review .items .item .txt span {
        font-weight: 700; }
  .client_archive .review .remarks {
    text-align: right; }
.client_archive .cta {
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .client_archive .cta {
      margin-top: 10px; } }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #ec1c1c;
    font-size: 22px;
    font-size: 2.2rem; }
    @media only screen and (max-width: 768px) {
      .client_archive .cta .txt {
        font-size: 4vw; } }
  .client_archive .cta .cta_btn {
    width: 760px;
    margin: 8px auto 0; }
    @media only screen and (max-width: 768px) {
      .client_archive .cta .cta_btn {
        width: 95%;
        margin-top: 5px; } }
    @media only screen and (max-width: 768px) {
      .client_archive .cta .cta_btn a {
        font-size: 4vw;
        padding: 10px 0; } }
  .client_archive .cta .sponsor {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }
.client_archive .ailab_contents {
  margin-top: 10px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
  padding: 30px 30px 40px;
  border: 2px solid #ec1c1c; }
  @media only screen and (max-width: 768px) {
    .client_archive .ailab_contents {
      border-width: 1px;
      padding: 15px 10px 15px; } }
  .client_archive .ailab_contents .contents_01 .ttl {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700; }
    .client_archive .ailab_contents .contents_01 .ttl span {
      font-size: 27px;
      font-size: 2.7rem;
      color: #ec1c1c; }
      @media only screen and (max-width: 768px) {
        .client_archive .ailab_contents .contents_01 .ttl span {
          font-size: 5vw; } }
  .client_archive .ailab_contents .contents_01 .items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .client_archive .ailab_contents .contents_01 .items {
        display: block; } }
    .client_archive .ailab_contents .contents_01 .items .item {
      width: 256px; }
      @media only screen and (max-width: 768px) {
        .client_archive .ailab_contents .contents_01 .items .item {
          width: 100%;
          margin-top: 20px; }
          .client_archive .ailab_contents .contents_01 .items .item:first-child {
            margin-top: 0; } }
  @media only screen and (max-width: 768px) {
    .client_archive .ailab_contents .contents_01 .wrap {
      position: relative;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start; }
      .client_archive .ailab_contents .contents_01 .wrap .image {
        width: 47%; } }
  .client_archive .ailab_contents .contents_01 .wrap .txt {
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      .client_archive .ailab_contents .contents_01 .wrap .txt {
        margin: 0;
        width: 53%;
        padding-left: 10px;
        padding-top: 12px; } }
    .client_archive .ailab_contents .contents_01 .wrap .txt .heading {
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 700;
      color: #333; }
      @media only screen and (max-width: 768px) {
        .client_archive .ailab_contents .contents_01 .wrap .txt .heading {
          position: absolute;
          top: -8px;
          left: 13vw; } }
    .client_archive .ailab_contents .contents_01 .wrap .txt p {
      margin-top: 5px;
      font-size: 15px;
      font-size: 1.5rem; }
      .client_archive .ailab_contents .contents_01 .wrap .txt p span {
        font-weight: 700; }
      .client_archive .ailab_contents .contents_01 .wrap .txt p small {
        font-size: 13px;
        font-size: 1.3rem; }
        @media only screen and (max-width: 768px) {
          .client_archive .ailab_contents .contents_01 .wrap .txt p small {
            font-size: 75%; } }
  @media only screen and (min-width: 769px) {
    .client_archive .ailab_contents .contents_01 .items .item:last-child .wrap .txt .heading {
      font-size: 16px;
      font-size: 1.6rem; } }
  .client_archive .ailab_contents .contents_02 {
    margin-top: 45px;
    position: relative;
    background: #fffbf2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 42px 65px 25px;
    border: 1px solid #bb9540; }
    @media only screen and (max-width: 768px) {
      .client_archive .ailab_contents .contents_02 {
        margin-top: 40px;
        padding: 25px 10px 15px; } }
    .client_archive .ailab_contents .contents_02 .ttl {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -37px; }
      @media only screen and (max-width: 768px) {
        .client_archive .ailab_contents .contents_02 .ttl {
          width: calc(372px / 2);
          top: -25px; } }
    .client_archive .ailab_contents .contents_02 ul li {
      margin-top: 8px;
      position: relative;
      padding-left: 28px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .client_archive .ailab_contents .contents_02 ul li {
          padding-left: 22px; } }
      .client_archive .ailab_contents .contents_02 ul li::before {
        content: "";
        position: absolute;
        width: 23px;
        height: 100%;
        background-image: url("img/ailab_contents/ico_01.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 4px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .client_archive .ailab_contents .contents_02 ul li::before {
            width: 16px; } }
      .client_archive .ailab_contents .contents_02 ul li span {
        font-weight: 400; }
  .client_archive .ailab_contents .contents_03 {
    margin-top: 10px;
    border: 1px solid #ec1c1c;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    overflow: hidden; }
    .client_archive .ailab_contents .contents_03 .ttl {
      text-align: center;
      background: #ec1c1c;
      color: #fff;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 700;
      padding: 5px 0; }
    .client_archive .ailab_contents .contents_03 .contents_03_inner {
      padding: 7px 120px 15px; }
      @media only screen and (max-width: 768px) {
        .client_archive .ailab_contents .contents_03 .contents_03_inner {
          padding: 7px 10px 15px; } }
      .client_archive .ailab_contents .contents_03 .contents_03_inner table {
        width: 100%; }
        .client_archive .ailab_contents .contents_03 .contents_03_inner table th, .client_archive .ailab_contents .contents_03 .contents_03_inner table td {
          vertical-align: middle;
          border: 1px solid #d8d8d8;
          font-size: 14px;
          font-size: 1.4rem;
          padding: 15px 15px; }
          @media only screen and (max-width: 768px) {
            .client_archive .ailab_contents .contents_03 .contents_03_inner table th, .client_archive .ailab_contents .contents_03 .contents_03_inner table td {
              padding: 8px 5px;
              font-size: 13px;
              font-size: 1.3rem; } }
        .client_archive .ailab_contents .contents_03 .contents_03_inner table th {
          background: #f4edd3;
          color: #b49002;
          font-weight: 700;
          width: 40%; }
          @media only screen and (max-width: 768px) {
            .client_archive .ailab_contents .contents_03 .contents_03_inner table th {
              width: 130px;
              text-align: left; } }
        .client_archive .ailab_contents .contents_03 .contents_03_inner table .price {
          background: #ffe6e6;
          font-size: 24px;
          font-size: 2.4rem;
          color: #ec1c1c;
          font-weight: 700; }
          @media only screen and (max-width: 768px) {
            .client_archive .ailab_contents .contents_03 .contents_03_inner table .price {
              font-size: 3.8vw; } }
        @media only screen and (max-width: 768px) {
          .client_archive .ailab_contents .contents_03 .contents_03_inner table .ico {
            width: 26px; } }
  .client_archive .ailab_contents .contents_04 {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .client_archive .ailab_contents .contents_04 .ico {
        width: 215px;
        margin: auto; } }
    .client_archive .ailab_contents .contents_04 .heading {
      margin-top: 10px;
      color: #ec1c1c;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem; }
    .client_archive .ailab_contents .contents_04 .image {
      margin-top: 10px; }
.client_archive .shiftai_contents {
  margin-top: 43px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
  padding: 48px 20px;
  border: 2px solid #fd565c; }
  @media only screen and (max-width: 768px) {
    .client_archive .shiftai_contents {
      margin-top: 20px;
      border-width: 1px;
      padding: 30px 8px 15px;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px; } }
  .client_archive .shiftai_contents .contents_01 .ttl {
    width: 800px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
    text-align: center;
    background: linear-gradient(90deg, #FD565C 0%, #9235F2 100%);
    padding: 7px 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 23px;
    font-size: 2.3rem; }
    @media only screen and (max-width: 768px) {
      .client_archive .shiftai_contents .contents_01 .ttl {
        width: 90%;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3;
        padding: 6px 0 6px;
        letter-spacing: normal;
        top: -10px; } }
    .client_archive .shiftai_contents .contents_01 .ttl::before {
      content: "";
      position: absolute;
      width: 24px;
      height: 17px;
      background: #c645a7;
      clip-path: polygon(21.43% 0%, 0% 100%, 100% 0.48%);
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -17px;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .client_archive .shiftai_contents .contents_01 .ttl::before {
          width: 14px;
          height: 11px;
          bottom: -9px; } }
  .client_archive .shiftai_contents .contents_01 .lead {
    margin-bottom: 20px; }
    .client_archive .shiftai_contents .contents_01 .lead span {
      color: #ec1c1c;
      font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .client_archive .shiftai_contents .contents_01 .lead {
        margin-bottom: 10px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.55; } }
  .client_archive .shiftai_contents .contents_01 .items {
    margin-bottom: 20px;
    padding: 0 6%; }
    @media only screen and (max-width: 768px) {
      .client_archive .shiftai_contents .contents_01 .items {
        padding: 0; } }
    .client_archive .shiftai_contents .contents_01 .items .item {
      margin-top: 23px; }
      @media only screen and (max-width: 768px) {
        .client_archive .shiftai_contents .contents_01 .items .item {
          margin-top: 15px; } }
      .client_archive .shiftai_contents .contents_01 .items .item:first-child {
        margin-top: 0; }
  .client_archive .shiftai_contents .contents_01 .wrap {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-template-rows: auto 1fr;
    gap: 12px 25px; }
    @media only screen and (max-width: 768px) {
      .client_archive .shiftai_contents .contents_01 .wrap {
        grid-template-columns: 34% 1fr;
        gap: 5px 3%; } }
    .client_archive .shiftai_contents .contents_01 .wrap .image {
      grid-column: 1 / 2;
      grid-row: 1 / 3; }
      @media only screen and (max-width: 768px) {
        .client_archive .shiftai_contents .contents_01 .wrap .image {
          grid-row: 2 / 3; } }
    .client_archive .shiftai_contents .contents_01 .wrap .heading {
      position: relative;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 2px 0 0 18px;
      font-weight: 700;
      letter-spacing: 0.03em;
      grid-column: 2 / 3;
      grid-row: 1 / 2; }
      @media only screen and (max-width: 768px) {
        .client_archive .shiftai_contents .contents_01 .wrap .heading {
          grid-column: 1 / 3;
          padding: 0 0 0 8px;
          font-size: 17px;
          font-size: 1.7rem; } }
      .client_archive .shiftai_contents .contents_01 .wrap .heading::before {
        position: absolute;
        left: 0;
        content: "";
        width: 5px;
        height: 100%;
        background: #fd565c; }
        @media only screen and (max-width: 768px) {
          .client_archive .shiftai_contents .contents_01 .wrap .heading::before {
            width: 3px; } }
    .client_archive .shiftai_contents .contents_01 .wrap .txt {
      grid-column: 2 / 3;
      grid-row: 2 / 3;
      line-height: 1.65;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .client_archive .shiftai_contents .contents_01 .wrap .txt p {
          line-height: 1.5; } }
      .client_archive .shiftai_contents .contents_01 .wrap .txt p span {
        font-weight: 700; }
      .client_archive .shiftai_contents .contents_01 .wrap .txt p small {
        font-size: 13px;
        font-size: 1.3rem; }
        @media only screen and (max-width: 768px) {
          .client_archive .shiftai_contents .contents_01 .wrap .txt p small {
            font-size: 80%; } }
  .client_archive .shiftai_contents .contents_02 {
    margin-top: 10px;
    border: 1px solid #fd565c;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .client_archive .shiftai_contents .contents_02 {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px; } }
    .client_archive .shiftai_contents .contents_02.bg {
      background: #fffeeb;
      text-align: center; }
    .client_archive .shiftai_contents .contents_02 .ttl {
      text-align: center;
      background: #fd565c;
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      padding: 6px 0; }
      @media only screen and (max-width: 768px) {
        .client_archive .shiftai_contents .contents_02 .ttl {
          padding: 5px 0; } }
    .client_archive .shiftai_contents .contents_02 .contents_02_inner {
      padding: 15px; }
      @media only screen and (max-width: 768px) {
        .client_archive .shiftai_contents .contents_02 .contents_02_inner {
          padding: 10px 6px; } }
      .client_archive .shiftai_contents .contents_02 .contents_02_inner ul {
        margin: auto;
        max-width: 500px; }
        .client_archive .shiftai_contents .contents_02 .contents_02_inner ul li {
          position: relative;
          padding-left: 30px;
          text-align: left;
          font-size: 19px;
          font-size: 1.9rem; }
          .client_archive .shiftai_contents .contents_02 .contents_02_inner ul li::before {
            content: "";
            position: absolute;
            width: 23px;
            height: 100%;
            background-image: url(img/shiftai_contents/ico_01.png);
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 22px;
            left: 0;
            top: 2px;
            pointer-events: none;
            z-index: 10; }
          @media only screen and (max-width: 768px) {
            .client_archive .shiftai_contents .contents_02 .contents_02_inner ul li {
              margin-bottom: 3px;
              padding-left: 16px;
              font-feature-settings: "palt";
              font-size: 18px;
              font-size: 1.8rem; }
              .client_archive .shiftai_contents .contents_02 .contents_02_inner ul li::before {
                width: 18px;
                background-size: 14px;
                top: 3px; } }
      .client_archive .shiftai_contents .contents_02 .contents_02_inner .price {
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: 0.09em;
        font-feature-settings: "palt";
        line-height: 1.3;
        font-weight: 700; }
        @media only screen and (max-width: 768px) {
          .client_archive .shiftai_contents .contents_02 .contents_02_inner .price {
            line-height: inherit; } }
      .client_archive .shiftai_contents .contents_02 .contents_02_inner .remarks {
        margin-top: 0;
        font-size: 12px;
        font-size: 1.2rem; }
  .client_archive .shiftai_contents .contents_03 {
    text-align: center; }
    .client_archive .shiftai_contents .contents_03 .ttl {
      margin: 25px 0;
      font-weight: 700;
      color: #fd565c;
      letter-spacing: 0.03em;
      font-size: 24px;
      font-size: 2.4rem; }
      .client_archive .shiftai_contents .contents_03 .ttl span {
        padding: 5px 60px;
        background: #ffe9ea;
        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) {
          .client_archive .shiftai_contents .contents_03 .ttl span {
            padding: 5px 12%; } }
      @media only screen and (max-width: 768px) {
        .client_archive .shiftai_contents .contents_03 .ttl {
          margin: 25px 0 15px;
          line-height: 1.4;
          font-size: min(4.4vw, 2.4rem); } }
    .client_archive .shiftai_contents .contents_03 .image {
      margin-bottom: 15px; }
      @media only screen and (max-width: 768px) {
        .client_archive .shiftai_contents .contents_03 .image {
          margin-bottom: 10px; } }
    .client_archive .shiftai_contents .contents_03 .txt {
      margin-top: 10px;
      text-align: left; }
      .client_archive .shiftai_contents .contents_03 .txt span {
        font-weight: 700; }
  .client_archive .shiftai_contents .cta_btn {
    margin: 0 auto;
    width: 82%; }
    @media only screen and (max-width: 768px) {
      .client_archive .shiftai_contents .cta_btn {
        width: 100%; } }

@media only screen and (max-width: 768px) {
  .section03 .main_ttl {
    padding: 14px 0;
    font-size: 4.2vw; }
  .section03 .scroll_txt {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
    background: #f3f3f3;
    font-weight: 500;
    padding-right: 10px; } }
.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      padding: 15px 0 30px 10px; }
      .section03 .inner .wrap {
        width: 100%;
        overflow: scroll; } }
.section03 table tbody tr:first-child {
  position: relative;
  background: #fffeeb; }
.section03 table {
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section03 table {
      width: 1100px; } }
  .section03 table th, .section03 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 5px;
    background: #fff; }
    @media only screen and (max-width: 768px) {
      .section03 table th, .section03 table td {
        width: 110px; } }
  .section03 table thead th {
    background: #f4edd3;
    color: #b59102;
    line-height: 1.2;
    font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .section03 table thead tr th:first-child,
    .section03 table tbody tr td:first-child {
      position: sticky;
      top: 0;
      left: 0;
      z-index: 30;
      width: 100px; }
      .section03 table thead tr th:first-child::after,
      .section03 table tbody tr td:first-child::after {
        content: "";
        position: absolute;
        top: -1px;
        right: -1px;
        width: 1px;
        height: 100%;
        border-right: 1px solid #e8e8e8;
        z-index: -1; }
    .section03 table thead tr th:nth-child(7) {
      width: 210px !important; } }
  .section03 table tbody tr:first-child {
    background: #fffeeb; }
    .section03 table tbody tr:first-child td {
      background: #fffeeb; }
  .section03 table tbody .image {
    display: block;
    padding: 0 5px; }
  .section03 table tbody .ico {
    width: 36px;
    margin: 0 auto 5px; }
    @media only screen and (max-width: 768px) {
      .section03 table tbody .ico {
        width: 25px;
        margin-bottom: 3px; } }
  .section03 table tbody td p {
    line-height: 1.4;
    font-size: 13px;
    font-size: 1.3rem; }
  .section03 table tbody a p {
    color: #068be0;
    margin-top: 4px;
    font-weight: 700;
    text-decoration: underline; }
  .section03 table tbody .star {
    margin-top: 5px; }
    .section03 table tbody .star .star_ico {
      width: 120px;
      height: 22px;
      margin: auto;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 120px auto; }
    .section03 table tbody .star .star_txt {
      margin-top: 5px;
      position: relative;
      height: 18px; }
      .section03 table tbody .star .star_txt::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 18px; }
  .section03 table tbody tr:nth-child(1) td .ico + p {
    color: #ec1c1c;
    font-weight: 700; }
  .section03 table tbody tr:nth-child(1) td .star .star_ico {
    background-image: url("img/star_rank1.png"); }
  .section03 table tbody tr:nth-child(1) td .star .star_txt::before {
    content: "5.0";
    color: #ec1c1c; }
  .section03 table tbody tr:nth-child(2) td .star .star_ico {
    background-image: url("img/star_rank2.png"); }
  .section03 table tbody tr:nth-child(2) td .star .star_txt::before {
    content: "4.95"; }
  .section03 table tbody tr:nth-child(3) td .star .star_ico {
    background-image: url("img/star_rank3.png"); }
  .section03 table tbody tr:nth-child(3) td .star .star_txt::before {
    content: "4.85"; }
  .section03 table tbody tr:nth-child(4) td .star .star_ico {
    background-image: url("img/star_rank4.png"); }
  .section03 table tbody tr:nth-child(4) td .star .star_txt::before {
    content: "4.77"; }
  .section03 table tbody tr:nth-child(5) td .star .star_ico {
    background-image: url("img/star_rank5.png"); }
  .section03 table tbody tr:nth-child(5) td .star .star_txt::before {
    content: "4.5"; }
  .section03 table tbody .recommend_txt {
    font-size: 12px;
    font-size: 1.2rem; }
  .section03 table tbody .recommend_txt span {
    color: #ec1c1c;
    font-weight: 700; }
  .section03 table tbody .skill ul {
    padding: 0 5px; }
    @media only screen and (max-width: 768px) {
      .section03 table tbody .skill 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: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; } }
    .section03 table tbody .skill ul li {
      background: #fff;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      text-align: center;
      border: 1px solid #111;
      padding: 3px 0;
      font-size: 10px;
      font-size: 1rem;
      margin-top: 3px; }
      .section03 table tbody .skill ul li:nth-child(1) {
        margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .section03 table tbody .skill ul li {
          width: 49%;
          margin-left: 2%;
          font-size: 12px;
          font-size: 1.2rem; }
          .section03 table tbody .skill ul li:nth-child(odd) {
            margin-left: 0; }
          .section03 table tbody .skill ul li:nth-child(1), .section03 table tbody .skill ul li:nth-child(2) {
            margin-top: 0; } }
.section03 .cta_btn {
  width: 95%;
  margin: 0 auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
.section03 .cta_btn a {
  line-height: 1.3;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      padding: 10px 10px 40px; } }
.section04 h2 {
  text-align: center; }
  .section04 h2 .ttl_wrap {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    letter-spacing: 0.03em;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .section04 h2 .ttl_wrap {
        font-size: 3.7vw; } }
    .section04 h2 .ttl_wrap .bold {
      font-size: 27px;
      font-size: 2.7rem;
      display: block; }
      @media only screen and (max-width: 768px) {
        .section04 h2 .ttl_wrap .bold {
          font-size: 4.2vw; } }
    .section04 h2 .ttl_wrap::before, .section04 h2 .ttl_wrap::after {
      content: "";
      position: absolute;
      width: 14px;
      height: 54px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      top: 6px;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .section04 h2 .ttl_wrap::before, .section04 h2 .ttl_wrap::after {
          width: 7px;
          height: 27px;
          top: 8px; } }
    .section04 h2 .ttl_wrap::before {
      left: -38px;
      background-image: url("img/section01_choose_before.png"); }
      @media only screen and (max-width: 768px) {
        .section04 h2 .ttl_wrap::before {
          left: -18px; } }
    .section04 h2 .ttl_wrap::after {
      right: -38px;
      background-image: url("img/section01_choose_after.png"); }
      @media only screen and (max-width: 768px) {
        .section04 h2 .ttl_wrap::after {
          right: -18px; } }
.section04 .content {
  background: #f4f4f4;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 30px 65px 45px;
  margin-top: 15px;
  border: 2px solid #111; }
  @media only screen and (max-width: 768px) {
    .section04 .content {
      border-width: 1px;
      padding: 25px 10px; }
      .section04 .content .sp_heading {
        font-size: 4vw;
        margin-top: 10px;
        text-align: center;
        font-weight: 700; } }
.section04 .logo {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section04 .logo {
      width: 160px;
      margin: auto; } }
.section04 .wrap {
  margin-top: 20px;
  -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) {
    .section04 .wrap {
      margin-top: 10px;
      display: block; } }
  .section04 .wrap .image {
    width: 300px; }
    @media only screen and (max-width: 768px) {
      .section04 .wrap .image {
        width: 160px;
        margin: auto; } }
  .section04 .wrap .txt {
    width: calc(100% - 300px);
    padding-left: 40px; }
    @media only screen and (max-width: 768px) {
      .section04 .wrap .txt {
        width: 100%;
        margin: 10px 0 0;
        padding-left: 10px; } }
    .section04 .wrap .txt .heading {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700; }
    .section04 .wrap .txt ul {
      margin-top: 40px; }
      @media only screen and (max-width: 768px) {
        .section04 .wrap .txt ul {
          margin-top: 15px; } }
      .section04 .wrap .txt ul li {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        margin-top: 3px;
        position: relative;
        font-weight: 700;
        padding-left: 20px; }
        @media only screen and (max-width: 768px) {
          .section04 .wrap .txt ul li {
            padding-left: 15px;
            font-size: 18px;
            font-size: 1.8rem; } }
        .section04 .wrap .txt ul li::before {
          content: "";
          position: absolute;
          width: 14px;
          height: 100%;
          background-image: url("img/client_ico_check.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 6px;
          pointer-events: none;
          z-index: 10; }
          @media only screen and (max-width: 768px) {
            .section04 .wrap .txt ul li::before {
              width: 10px; } }
        .section04 .wrap .txt ul li:first-child {
          margin-top: 0; }
        .section04 .wrap .txt ul li span {
          color: #ec1c1c; }
.section04 .lead {
  text-align: center;
  margin-top: 20px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3; }
  @media only screen and (max-width: 768px) {
    .section04 .lead {
      margin-top: 10px;
      font-size: 4vw; } }
  .section04 .lead .red {
    color: #ec1c1c; }
  .section04 .lead .large {
    font-size: 140%; }
.section04 .image2 {
  margin-top: 15px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section04 .image2 {
      width: 95%;
      margin-left: auto;
      margin-right: auto; } }
.section04 .cta {
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .section04 .cta {
      margin-top: 10px; } }
  .section04 .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #ec1c1c;
    font-size: 22px;
    font-size: 2.2rem; }
    @media only screen and (max-width: 768px) {
      .section04 .cta .txt {
        font-size: 4vw; } }
  .section04 .cta .cta_btn {
    width: 700px;
    margin: 8px auto 0; }
    @media only screen and (max-width: 768px) {
      .section04 .cta .cta_btn {
        width: 95%;
        margin-top: 5px; } }
    @media only screen and (max-width: 768px) {
      .section04 .cta .cta_btn a {
        font-size: 4vw; } }
  .section04 .cta .sponsor {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }

.fixed_cta {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(17, 17, 17, 0.9); }
  @media only screen and (max-width: 768px) {
    .fixed_cta {
      background: none; } }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0 10px 124px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        padding: 0; }
        .fixed_cta .inner .sp_image {
          position: absolute;
          width: 25.33%;
          left: 2.67%;
          top: 52.28%; } }
  @media only screen and (max-width: 768px) {
    .fixed_cta .image {
      width: 100%; } }
  .fixed_cta .btn {
    right: 122px;
    width: 280px;
    margin: auto; }
    @media only screen and (min-width: 769px) {
      .fixed_cta .btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -2px; } }
    @media only screen and (max-width: 768px) {
      .fixed_cta .btn {
        width: 68%;
        position: absolute;
        right: 2.67%;
        top: 52.28%; } }
    .fixed_cta .btn .cta_btn {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      -webkit-box-shadow: 0 4px 0 #0e8c61;
      -moz-box-shadow: 0 4px 0 #0e8c61;
      box-shadow: 0 4px 0 #0e8c61; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .btn .cta_btn {
          -webkit-box-shadow: 0 2px 0 #0e8c61;
          -moz-box-shadow: 0 2px 0 #0e8c61;
          box-shadow: 0 2px 0 #0e8c61;
          border-radius: 2px;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          -o-border-radius: 2px;
          -ms-border-radius: 2px; } }
      .fixed_cta .btn .cta_btn span {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.3;
        padding: 7px 0;
        height: 53px;
        color: #fff;
        text-align: center;
        display: block;
        font-weight: bold; }
        @media only screen and (max-width: 768px) {
          .fixed_cta .btn .cta_btn span {
            font-size: 3.5vw;
            padding: 8px 0;
            height: 50px; } }

.fixed_cta2 {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none; }
  .fixed_cta2 .content {
    width: 400px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("img/exitprotection_bg_shiftai.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media only screen and (max-width: 768px) {
      .fixed_cta2 .content {
        width: 90%;
        height: auto;
        padding-top: calc(450 / 400 * 100%); } }
    .fixed_cta2 .content .client_image {
      display: block;
      width: 255px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      top: 192px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta2 .content .client_image {
          width: 60%;
          top: 38.4%; } }
    .fixed_cta2 .content .btn {
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 25px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta2 .content .btn {
          bottom: 5vw; } }
      .fixed_cta2 .content .btn .cta_btn {
        width: 100%; }
        .fixed_cta2 .content .btn .cta_btn a {
          font-size: 20px;
          font-size: 2rem;
          padding: 15px 0; }
          @media only screen and (max-width: 768px) {
            .fixed_cta2 .content .btn .cta_btn a {
              padding: 20px 0; } }
    .fixed_cta2 .content .close {
      position: absolute;
      top: -50px;
      right: 0;
      z-index: 5;
      cursor: pointer; }
    .fixed_cta2 .content.samurai {
      background-image: url("img/exitprotection_bg_samurai.png"); }
    .fixed_cta2 .content.dmm {
      background-image: url("img/exitprotection_bg_dmm.png"); }
    .fixed_cta2 .content.lifeshiftlab {
      background-image: url("img/exitprotection_bg_lifeshiftlab.jpg"); }
    .fixed_cta2 .content.aidemy {
      background-image: url("img/exitprotection_bg_aidemy.jpg"); }
    .fixed_cta2 .content.startai {
      background-image: url("img/exitprotection_bg.jpg"); }

.footer .privacy {
  margin: 20px 0px 0px;
  -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 .ico {
    width: 85px; }
    @media only screen and (max-width: 768px) {
      .footer .privacy .ico {
        width: 50px; } }
  .footer .privacy .txt {
    padding-left: 20px;
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (max-width: 768px) {
      .footer .privacy .txt {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4;
        width: calc(100% - 50px);
        padding-left: 15px; } }
.footer .wrap {
  margin-top: 40px;
  background: #111; }
  @media only screen and (max-width: 768px) {
    .footer .wrap {
      margin-top: 30px; } }
.footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0; }
  @media only screen and (max-width: 768px) {
    .footer .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .footer .inner {
      padding: 20px 15px; } }
.footer .f_nav {
  text-align: center; }
  .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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .footer .f_nav ul li {
      position: relative;
      margin-left: 5px;
      padding-left: 20px; }
      @media only screen and (max-width: 768px) {
        .footer .f_nav ul li {
          margin: 10px 0 0;
          padding: 0;
          width: 50%;
          text-align: center; }
          .footer .f_nav ul li:nth-child(1), .footer .f_nav ul li:nth-child(2) {
            margin-top: 0; } }
      .footer .f_nav ul li::before {
        content: "｜";
        position: absolute;
        left: 0;
        top: 0;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          .footer .f_nav ul li::before {
            display: none; } }
      .footer .f_nav ul li:first-child {
        margin-left: 0;
        padding-left: 0; }
        .footer .f_nav ul li:first-child::before {
          display: none; }
      .footer .f_nav ul li a {
        color: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        text-decoration: none; }
.footer .copyright {
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem; }

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

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 540px; }
    @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(500 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
    .exitProtection .wrap .client_image {
      display: block;
      width: 255px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      top: 192px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .client_image {
          width: 60%;
          top: 38.4%; } }
    .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: 25px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btn {
          bottom: 5vw; } }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%; }
        .exitProtection .wrap .btn .cta_btn a {
          font-size: 20px;
          font-size: 2rem;
          padding: 15px 0; }

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

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

/* 悩みリスト */
.choose .nayami {
  list-style: none;
  /* デフォルトのリストスタイルを削除 */
  padding: 0;
  margin: 0px 0; }

.choose .nayami li {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    .choose .nayami li {
      font-size: 16px; } }

/* キャッチコピー */
.choose .copy {
  background: linear-gradient(to right, #ff7e5f, #feb47b);
  /* グラデーション背景 */
  color: #fff;
  /* 文字色 */
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .choose .copy {
      font-size: 14px; }
      .choose .copy br {
        display: none; } }

.section10 {
  background: #f7f6f1;
  padding: 5px 5px 45px;
  border-radius: 10px;
  margin: 2em auto 0; }

.section10 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0px;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box; }

.section10 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  /* color: #4c3f3e; */ }

.section10 h3 span {
  font-size: 40px;
  color: #ec1c1c; }

.section10 .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px auto 0px;
  box-sizing: border-box;
  max-width: 100%;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  height: auto;
  max-height: none;
  overflow: visible;
  gap: 10px; }

.section10 .items.items-three .item {
  width: 32.6%; }

.section10 .items .item {
  background: #fff;
  border: 1px solid #b59102;
  position: relative;
  padding: 15px 15px 15px;
  width: 49%;
  border-radius: 10px; }

.section10 .items .item .heading {
  background: #b49002;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  padding: 5px 0;
  /* border: 0px solid #e2797a; */ }

.section10 .items .item .item_inner {
  padding: 20px 0px 0; }

.section10 .items .item .item_inner .image {
  margin: auto;
  width: 80%;
  text-align: center; }

.section10 .items .item .item_inner p {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding-top: 10px; }

.section10.items .item .item_inner p a {
  text-decoration: underline;
  color: #2256b2; }

.section10 .items .item .item_inner p a:hover {
  text-decoration: underline;
  color: #719ce9; }

.section10 .items .item .item_inner .txt {
  margin: 10px 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8; }

.section10 .items .item .item_inner .txt ul {
  min-height: 80px; }

.section10 .items .item .item_inner .txt ul li {
  position: relative;
  padding-left: 20px; }

.section10 .items .item .item_inner .txt ul li span {
  color: #ec1c1c;
  font-weight: bold; }

.section10 .items .item .item_inner .txt ul li:first-child {
  margin-top: 0; }

.section10 .items .item .item_inner .txt ul li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 17px;
  background-image: url("img/client_archive_point_ico2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: 0;
  top: 2px;
  pointer-events: none; }

.section10 .items .item .item_inner .cta a {
  font-size: 20px;
  padding: 13px; }

.swiper-button-prev, .swiper-button-next {
  display: none !important; }

/* Swiper専用（スマホ時のみ） */
@media only screen and (max-width: 768px) {
  .section10 {
    padding: 0px 15px 15px;
    margin: 1em auto 0;
    position: relative; }

  .section10 .inner {
    width: 100%;
    padding: 15px 0 0px; }

  .section10 h3 {
    font-size: 20px; }

  .section10 h3 span {
    font-size: 30px;
    display: block; }

  .section10 .items {
    gap: 0px;
    display: block;
    justify-content: flex-start; }

  .section10 .items .item .heading {
    font-size: 16px; }

  .section10 .items .item .item_inner .txt ul li {
    font-size: 13px; }

  .section10 .items {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    margin-top: 5px; }

  .section10 .items .item {
    padding: 15px 10px 35px;
    width: 90%;
    flex-shrink: 0; }

  .section10 .swiper-container {
    overflow: hidden; }

  .section10 .swiper-pagination {
    text-align: center;
    margin-top: 15px; }

  .swiper-button-prev, .swiper-button-next {
    display: inline-block !important; } }
.section10-swiper {
  display: none; }

.section10-swiper.active {
  display: block; }

.tab-wrap {
  background-color: #FFF;
  border: 2px solid #007acc;
  max-width: 1000px;
  width: 100%;
  margin: -7px auto;
  position: relative;
  z-index: 1;
  padding: 0;
  box-sizing: border-box;
  padding: 15px 10px;
  border-radius: 5px; }

.tab-buttons {
  display: flex;
  justify-content: center;
  margin: 20px auto 0px;
  gap: 10px; }

.tab-btn {
  font-size: 20px;
  padding: 10px 20px 15px;
  cursor: pointer;
  font-weight: 700;
  background: #ddd;
  border: none;
  border-radius: 5px; }

.tab-btn.active {
  background: #007acc;
  color: #fff; }

@media only screen and (max-width: 768px) {
  .tab-buttons {
    gap: 5px; }

  .tab-wrap {
    padding: 10px; }

  .tab-btn {
    font-size: 13px;
    padding: 15px 5px 20px;
    width: 49%;
    line-height: 1.3; } }
.choose-purpose {
  text-align: center;
  margin: 5px auto 10px;
  position: sticky;
  left: 0; }

.choose-purpose a {
  color: #068be0;
  text-decoration: none;
  border: 1px solid #068be0;
  padding: 5px 20px;
  box-sizing: border-box;
  font-weight: 700; }

.campaign {
  padding: 20px;
  width: 760px;
  margin: 1em auto 0;
  background: #fffcee; }
  @media only screen and (max-width: 768px) {
    .campaign {
      padding: 15px 20px 20px;
      width: 100%; } }
  .campaign .heading {
    background: #ec1c1c;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    padding: 5px 0;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .campaign .heading {
        font-size: 4.8vw; } }
  .campaign .rank1 {
    margin-top: 20px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .campaign .rank1 {
        margin-top: 10px;
        font-size: 5vw; } }
    .campaign .rank1 span {
      color: #ec1c1c;
      font-weight: 700; }
    .campaign .rank1 a {
      display: inline-block;
      margin-left: 10px;
      position: relative;
      color: #1122cc;
      padding-left: 60px;
      font-size: 30px;
      font-size: 3rem; }
      @media only screen and (max-width: 768px) {
        .campaign .rank1 a {
          padding-left: 30px;
          font-size: 5vw; } }
      .campaign .rank1 a::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background-image: url("img/ico_crown1.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 0;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .campaign .rank1 a::before {
            width: 25px;
            height: 25px;
            background-position: center center; } }
  .campaign .wrap {
    margin-top: 20px;
    -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; }
    @media only screen and (max-width: 768px) {
      .campaign .wrap {
        margin-top: 15px; } }
    .campaign .wrap .image {
      width: 270px; }
      @media only screen and (max-width: 768px) {
        .campaign .wrap .image {
          width: 150px; } }
    .campaign .wrap .txt {
      width: calc(100% - 270px);
      padding-left: 25px; }
      @media only screen and (max-width: 768px) {
        .campaign .wrap .txt {
          width: calc(100% - 150px);
          padding-left: 10px; } }
      .campaign .wrap .txt table {
        width: 100%;
        border: 1px solid #b59102;
        background: #fff; }
        .campaign .wrap .txt table th, .campaign .wrap .txt table td {
          text-align: center; }
        .campaign .wrap .txt table th {
          background: #48391a;
          color: #fff;
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 0.05em;
          padding: 6px 0 10px; }
          @media only screen and (max-width: 768px) {
            .campaign .wrap .txt table th {
              font-size: 14px;
              font-size: 1.4rem;
              padding: 2px 0 4px; } }
        .campaign .wrap .txt table td {
          color: #ec1c1c;
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.2;
          font-weight: 700;
          padding: 8px 0 8px; }
          @media only screen and (max-width: 768px) {
            .campaign .wrap .txt table td {
              font-size: 3.5vw;
              padding: 4px 0 8px; } }
          .campaign .wrap .txt table td span {
            font-size: 150%;
            display: inline-block;
            margin: 0 4px; }
            @media only screen and (max-width: 768px) {
              .campaign .wrap .txt table td span {
                font-size: 120%; } }
      .campaign .wrap .txt .cta_btn {
        margin-top: 14px; }
        @media only screen and (max-width: 768px) {
          .campaign .wrap .txt .cta_btn {
            margin-top: 5px; } }
        .campaign .wrap .txt .cta_btn a {
          padding: 24px 0; }
          @media only screen and (max-width: 768px) {
            .campaign .wrap .txt .cta_btn a {
              font-size: 3.8vw;
              padding: 13px 0; } }

.accordion_toggle {
  border: 2px solid #111;
  border-bottom: 5px solid #111;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #fff;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  position: relative;
  color: #111;
  padding: 10px 0;
  cursor: pointer;
  width: 100%;
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .accordion_toggle {
      font-size: 3.8vw;
      border-width: 1px;
      border-bottom-width: 3px; } }

.accordion_toggle.open::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: url(img/review_trigger_active.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  right: 15px;
  pointer-events: none;
  z-index: 10; }
  @media only screen and (max-width: 768px) {
    .accordion_toggle.open::before {
      width: 15px;
      height: 15px;
      right: 10px; } }

.accordion_toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: url(img/review_trigger.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  right: 15px;
  pointer-events: none;
  z-index: 10; }
  @media only screen and (max-width: 768px) {
    .accordion_toggle::before {
      width: 15px;
      height: 15px;
      right: 10px; } }

.point {
  background: #fff8f8;
  margin-top: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #ec1c1c;
  padding: 30px 30px 15px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .point {
      padding: 24px 10px 11px;
      margin-top: 10px; } }
  .point .heading {
    position: absolute;
    left: -1px;
    top: -15px;
    background: #ec1c1c;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px; }
    @media only screen and (max-width: 768px) {
      .point .heading {
        font-size: 16px;
        font-size: 1.6rem;
        top: -5px;
        line-height: 22px; } }
  .point ul li {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .point ul li {
        padding-left: 15px;
        margin-top: 0;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.4; } }
    .point ul li::before {
      content: "";
      position: absolute;
      width: 14px;
      height: 100%;
      background-image: url("img/client_ico_check.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 6px;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .point ul li::before {
          width: 10px;
          top: 3px; } }
    .point ul li:first-child {
      margin-top: 0; }
    .point ul li span {
      color: #ec1c1c; }

.toggle-button {
  cursor: pointer;
  color: #007bff;
  text-decoration: underline; }

/* あるなら残してOK。hidden優先にする */
[hidden] {
  display: none !important; }
