@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 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 5px 0 #01853f;
  -moz-box-shadow: 0 5px 0 #01853f;
  box-shadow: 0 5px 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 (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .cta_btn {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .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: 25px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cta_btn a {
        font-size: 3.8vw;
        padding: 20px; } }
    .cta_btn a::after {
      content: '';
      width: 12px;
      height: 12px;
      border: 0px;
      border-top: solid 3px #fff;
      border-right: solid 3px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -6px; }
      @media only screen and (max-width: 768px) {
        .cta_btn a::after {
          right: 15px; } }
  .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: #f6f6f6;
  font-size: 1.6em;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

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

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

  a img:hover {
    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(254, 207, 67, 0.75);
  text-align: center;
  color: #333;
  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: #fecf43;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -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: 84px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.red {
  color: red !important; }

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

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

.wrapper {
  background: #fff;
  width: 750px;
  position: relative;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .wrapper {
      width: 100%; } }

.header {
  width: 640px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  padding: 10px 15px;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .header {
      padding: 10px;
      width: 100%; }
      .header .logo {
        width: 35.77%; } }
  .header .inner {
    position: relative; }
  .header .header_pr {
    z-index: 1;
    position: absolute;
    top: 10px;
    right: -59px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 2px 10px; }
    @media only screen and (max-width: 768px) {
      .header .header_pr {
        right: -5px;
        top: -3px;
        padding: 2px 5px; } }

.fv {
  position: relative; }
  .fv .fv_txt {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 254px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .fv .fv_txt {
        font-size: 3.5vw;
        line-height: 1.2;
        top: 46%; } }

.main_ttl {
  background: #fecf43;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333333;
  padding: 5px 0;
  line-height: 1.3; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      font-size: 3.5vw;
      padding: 5px 0 5px; } }
  .main_ttl strong {
    color: #ff0000; }

.top_txt {
  border: 1px solid #e61616;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 10px 0 10px 50px;
  margin: 5px auto 10px;
  position: relative;
  max-width: 900px; }
  @media only screen and (max-width: 768px) {
    .top_txt {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 5px 10px 5px 40px;
      font-size: 13px;
      font-size: 1.3rem; } }
  .top_txt::before {
    content: "庁";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    top: 62%;
    transform: translateY(-50%);
    left: 3px;
    width: 28px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    font-size: 2em;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .top_txt::before {
        font-size: 2.5em; } }
  .top_txt span {
    color: #e61616;
    font-weight: 700; }

.card {
  border: 2px solid #fecf43;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .card {
      border-width: 1px; } }
  .card strong {
    color: red; }
  .card ul {
    display: inline-block;
    text-align: left; }
    .card ul li {
      margin-top: 5px;
      position: relative;
      padding-left: 25px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .card ul li {
          margin-top: 0;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.3;
          padding-left: 18px; } }
      .card ul li::before {
        content: "";
        position: absolute;
        width: 17px;
        height: 100%;
        background-image: url("img/section02_ico.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 3px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .card ul li::before {
            width: 12px; } }
      .card ul li:first-child {
        margin-top: 0 !important; }
  .card.card-none ul li {
    position: relative;
    padding-left: 31px;
    padding-top: 4px;
    margin-top: 10px; }
    .card.card-none ul li:nth-child(even) {
      margin-bottom: 15px; }
      .card.card-none ul li:nth-child(even)::before {
        content: 'A';
        position: absolute;
        left: 0;
        top: 2px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #28a745;
        color: #fff;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px; }
    .card.card-none ul li:last-child {
      margin-bottom: 0; }
    .card.card-none ul li::before {
      content: 'Q';
      position: absolute;
      left: 0;
      top: 2px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #f38005;
      color: #fff;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      background-image: none; }

.item {
  margin-top: 25px; }
  @media only screen and (max-width: 768px) {
    .item {
      margin-top: 20px; } }
  .item .main_ttl {
    font-size: 24px;
    font-size: 2.4rem; }
    @media only screen and (max-width: 768px) {
      .item .main_ttl {
        font-size: 21px;
        font-size: 2.1rem; } }
  .item .contents {
    padding: 20px 10px; }
    @media only screen and (max-width: 768px) {
      .item .contents {
        padding: 10px; } }
    .item .contents ul li {
      position: relative;
      font-size: 18px;
      font-size: 1.8rem; }
      .item .contents ul li + li {
        margin-top: 5px; }
    .item .contents ul.check li {
      padding-left: 25px; }
      @media only screen and (max-width: 768px) {
        .item .contents ul.check li {
          padding-left: 20px; } }
      .item .contents ul.check li:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 20px;
        height: 17px;
        background: url("img/ico_check.png") no-repeat left top/100% auto; }
        @media only screen and (max-width: 768px) {
          .item .contents ul.check li:before {
            top: 2px;
            width: 17px;
            height: 14px; } }
    .item .contents ul.faq li {
      padding-left: 30px; }
      .item .contents ul.faq li::before {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        content: 'Q';
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        background: #f38005;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700; }
        @media only screen and (max-width: 768px) {
          .item .contents ul.faq li::before {
            top: -2px; } }
      .item .contents ul.faq li + li {
        margin-top: 8px; }
      .item .contents ul.faq li:nth-child(even) {
        margin-bottom: 15px; }
        .item .contents ul.faq li:nth-child(even)::before {
          content: 'A';
          background: #28a745; }
      .item .contents ul.faq li:last-child {
        margin-bottom: 0; }
      .item .contents ul.faq li strong {
        color: red; }
    .item .contents .image {
      margin: 0 auto;
      text-align: center; }
  .item.item_box {
    overflow: hidden;
    border: #fecf43 2px solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .item.item_box .contents {
      padding: 20px 40px; }
      @media only screen and (max-width: 768px) {
        .item.item_box .contents {
          padding: 10px; } }
  .item.orange {
    border-color: #f38005;
    background: #FFF; }
    .item.orange .main_ttl {
      background: #f38005;
      color: #fff; }

.section01 .inner {
  padding: 5px 10px 10px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 10px 10px 0; } }
.section01 .heading {
  text-align: center;
  color: #f38005;
  font-weight: 700;
  font-size: 40px;
  font-size: 2rem;
  margin-top: 0; }
  @media only screen and (max-width: 768px) {
    .section01 .heading {
      margin-top: 0px;
      font-size: 4.5vw; } }
.section01 .client_table {
  position: relative;
  margin-bottom: 10px; }
  .section01 .client_table.client_table_top5 table::after {
    content: "";
    width: calc(100% / 4); }
  .section01 .client_table.client_table_top5 table th, .section01 .client_table.client_table_top5 table td {
    width: calc(100% / 4);
    text-align: center; }
  @media only screen and (max-width: 768px) {
    .section01 .client_table.client_table_top5 {
      overflow-x: scroll; }
      .section01 .client_table.client_table_top5 .image img {
        min-width: 140px; } }
  .section01 .client_table table {
    width: 100%;
    z-index: 0;
    border: 1px solid #bababa;
    background: #fff;
    position: relative; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .section01 .client_table table th, .section01 .client_table table td {
          font-size: 14px;
          font-size: 1.4rem; } }
    .section01 .client_table table th {
      background: #e7e7e7;
      font-weight: 700;
      padding: 3px 0;
      position: relative;
      z-index: 3;
      border-top: 1px solid #bababa;
      border-bottom: 1px solid #bababa; }
    .section01 .client_table table td {
      padding: 1px 3px;
      border-left: 1px solid #bababa;
      border-right: 1px solid #bababa;
      line-height: 1.4;
      position: relative;
      z-index: 5;
      vertical-align: top; }
    .section01 .client_table table td:first-child {
      background: #fffeeb; }
    .section01 .client_table table tbody tr td:first-child p {
      font-weight: 700;
      color: #e61616; }
    .section01 .client_table table thead tr td:first-child p {
      font-weight: 700;
      color: #e61616; }
    .section01 .client_table table::after {
      content: "";
      width: calc(100% / 3);
      height: 100%;
      border: 3px solid #e61616;
      z-index: 5;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none !important; }
      @media only screen and (max-width: 768px) {
        .section01 .client_table table::after {
          border-width: 2px; } }
  .section01 .client_table thead td:nth-child(1) .image::before {
    background-image: url("img/rank_01.png"); }
  .section01 .client_table thead td:nth-child(2) .image::before {
    background-image: url("img/rank_02.png"); }
  .section01 .client_table thead td:nth-child(3) .image::before {
    background-image: url("img/rank_03.png"); }
  .section01 .client_table thead td:nth-child(4) .image::before {
    background-image: url("img/rank_04.png"); }
  .section01 .client_table thead td:nth-child(5) .image::before {
    background-image: url("img/rank_05.png"); }
  .section01 .client_table .image {
    padding: 5px;
    padding-top: 27px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section01 .client_table .image {
        padding-top: 27px;
        padding-left: 0;
        padding-right: 0; } }
    .section01 .client_table .image::before {
      content: "";
      position: absolute;
      width: 33px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0;
      z-index: 10;
      pointer-events: none !important; }
      @media only screen and (max-width: 768px) {
        .section01 .client_table .image::before {
          width: 33px; } }
    .section01 .client_table .image small {
      font-size: 80%; }
    .section01 .client_table .image a {
      display: block;
      text-decoration: none; }
      .section01 .client_table .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .section01 .client_table .image a p {
        margin: 5px auto 3px;
        font-size: 17px;
        font-size: 1.7rem;
        color: #1122cc !important;
        text-decoration: underline;
        font-weight: 700; }
        @media only screen and (max-width: 768px) {
          .section01 .client_table .image a p {
            font-size: 14px;
            font-size: 1.4rem; } }
  .section01 .client_table .ico {
    text-align: center;
    margin: 0 auto 3px;
    width: 35px; }
    @media only screen and (max-width: 768px) {
      .section01 .client_table .ico {
        width: 30px; } }
  .section01 .client_table .cta_btn {
    margin: 5px 0 10px; }
    @media only screen and (max-width: 768px) {
      .section01 .client_table .cta_btn {
        margin-top: 0;
        margin-bottom: 5px; } }
    .section01 .client_table .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 20px 0; }
      @media only screen and (max-width: 768px) {
        .section01 .client_table .cta_btn a {
          padding: 14px 0;
          font-size: 2.8vw; } }
      .section01 .client_table .cta_btn a::after {
        display: none; }
  .section01 .client_table .btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 3px;
    margin: 5px auto;
    border: 1px solid #333;
    background-color: #FFF;
    border-radius: 5px;
    width: 90%; }
    .section01 .client_table .btn a {
      font-size: 15px;
      font-size: 1.5rem;
      width: 100%;
      height: 100%;
      display: block;
      color: #333;
      background: #FFF;
      text-decoration: none; }
.section01 .wrap {
  margin-top: 40px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section01 .wrap {
      margin-top: 20px; }
      .section01 .wrap .image_01 {
        width: 50%;
        margin: auto; } }
  .section01 .wrap .txt1 {
    font-size: 34px;
    font-size: 3.4rem; }
    .section01 .wrap .txt1 span {
      font-weight: 700;
      background: linear-gradient(transparent 60%, #ffedb9 60%); }
  .section01 .wrap .txt2 {
    margin-top: 30px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3; }
    .section01 .wrap .txt2 span {
      font-size: 130%;
      color: #e61616; }
  .section01 .wrap .image {
    margin-top: 30px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section01 .wrap .image {
        margin-top: 20px; } }

.section02 .inner {
  padding: 40px 10px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      padding: 20px 10px 0; }
      .section02 .inner .image_02 {
        width: 35%;
        margin-left: auto;
        margin-right: auto; } }
.section02 .txt {
  margin-top: 25px;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem; }
  @media only screen and (max-width: 768px) {
    .section02 .txt {
      font-size: 23px;
      font-size: 2.3rem; } }
  .section02 .txt span {
    font-weight: 700;
    font-size: 140%;
    color: #f38005; }
.section02 .image {
  margin-top: 25px;
  text-align: center; }

.section03 .inner {
  padding: 0 10px 10px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      padding: 20px 10px 30px; } }
.section03 .block_01 {
  background: #f3f3f3;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 30px 0 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) {
    .section03 .block_01 {
      padding: 20px 25px 10px; } }
  .section03 .block_01 .image {
    width: 163px; }
    @media only screen and (max-width: 768px) {
      .section03 .block_01 .image {
        width: 100px; } }
  .section03 .block_01 .txt {
    padding-left: 25px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .section03 .block_01 .txt {
        width: calc(100% - 100px);
        padding-left: 10px;
        font-size: 4.3vw; } }
.section03 .heading {
  text-align: center;
  color: #f38005;
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .section03 .heading {
      margin-top: 15px;
      font-size: 6.5vw; } }
.section03 .block_02 {
  margin-top: 30px;
  border: 2px solid #fecf43;
  padding: 30px 0;
  text-align: center;
  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) {
    .section03 .block_02 {
      margin-top: 25px;
      border-width: 1px;
      padding: 20px; } }
  .section03 .block_02 .txt {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.8; }
    @media only screen and (max-width: 768px) {
      .section03 .block_02 .txt {
        font-size: 4vw; } }
    .section03 .block_02 .txt span {
      display: inline-block;
      background: #fecf43;
      font-weight: 700;
      margin-right: 5px;
      padding: 4px 20px;
      font-size: 28px;
      font-size: 2.8rem; }
      @media only screen and (max-width: 768px) {
        .section03 .block_02 .txt span {
          font-size: 4.5vw; } }
  .section03 .block_02 .image {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .section03 .block_02 .image {
        width: 60%;
        margin: 20px auto 0; } }
.section03 .block_03 {
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .section03 .block_03 {
      margin-top: 25px; } }
  .section03 .block_03 .txt {
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem; }
  .section03 .block_03 .image {
    margin: 20px auto 0px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section03 .block_03 .image {
        margin-top: 25px; } }

.section04 {
  background: #fffeef;
  padding: 40px 75px 40px; }
  @media only screen and (max-width: 768px) {
    .section04 {
      padding: 30px 10px 10px; } }
  .section04 h2 {
    text-align: center;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .section04 h2 {
        font-size: 6vw; } }
  .section04 .card {
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    overflow: hidden;
    margin-top: 25px;
    -webkit-box-shadow: 0 5px 0 #fecf43;
    -moz-box-shadow: 0 5px 0 #fecf43;
    box-shadow: 0 5px 0 #fecf43; }
    @media only screen and (max-width: 768px) {
      .section04 .card {
        margin-top: 20px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; } }
    .section04 .card .heading {
      text-align: center;
      background: #fecf43;
      padding: 12px 0;
      position: relative;
      font-size: 25px;
      font-size: 2.5rem;
      padding-left: 90px; }
      @media only screen and (max-width: 768px) {
        .section04 .card .heading {
          font-size: 4.5vw;
          padding-left: 0; } }
      .section04 .card .heading::before {
        content: "";
        position: absolute;
        width: 130px;
        height: 40px;
        background-image: url("img/section04_ico.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section04 .card .heading::before {
            width: 75px;
            height: 24px;
            left: 20px; } }
    .section04 .card .inner {
      padding: 20px 20px 30px;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .section04 .card .inner {
          padding: 12px 12px 20px; } }
  .section04 .card2 .heading::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 40px;
    background-image: url("img/section04_ico2.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto; }
    @media only screen and (max-width: 768px) {
      .section04 .card2 .heading::before {
        width: 75px;
        height: 24px;
        left: 20px; } }
  .section04 .price {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .section04 .price {
        width: 232px;
        margin: 15px auto 0; } }
  .section04 .comment {
    margin-top: 40px;
    background: #fffcd7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 30px 20px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .section04 .comment {
        margin-top: 30px;
        font-size: 18px;
        font-size: 1.8rem;
        padding-top: 25px; } }
    .section04 .comment .ttl {
      position: absolute;
      text-align: center;
      width: 100%;
      left: 0;
      top: -16px; }
      @media only screen and (max-width: 768px) {
        .section04 .comment .ttl {
          top: -14px; } }
      .section04 .comment .ttl span {
        display: inline-block;
        background: #fff;
        padding: 2px 30px;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        border: 2px solid #fecf43;
        border-radius: 60px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        -o-border-radius: 60px;
        -ms-border-radius: 60px; }

.section05 {
  padding: 40px 75px 70px; }
  @media only screen and (max-width: 768px) {
    .section05 {
      padding: 30px 10px 10px; } }
  .section05 h2 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3; }
    @media only screen and (max-width: 768px) {
      .section05 h2 {
        font-size: 6vw; } }
    .section05 h2 span {
      color: #e61616; }
  .section05 .card {
    margin-top: 25px;
    border: 2px solid #fecf43;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 30px; }
    @media only screen and (max-width: 768px) {
      .section05 .card {
        border-width: 1px;
        padding: 20px; } }
    .section05 .card .heading {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700;
      padding-bottom: 15px;
      margin-bottom: 25px;
      border-bottom: 2px solid #fecf43; }
      @media only screen and (max-width: 768px) {
        .section05 .card .heading {
          font-size: 4.6vw;
          border-bottom-width: 1px;
          padding-bottom: 10px;
          margin-bottom: 20px; } }
    .section05 .card ul li {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 20px;
      position: relative;
      padding-left: 52px; }
      @media only screen and (max-width: 768px) {
        .section05 .card ul li {
          padding-left: 40px;
          margin-top: 12px; } }
      .section05 .card ul li::before {
        content: "";
        position: absolute;
        width: 35px;
        height: 100%;
        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) {
          .section05 .card ul li::before {
            width: 25px; } }
      .section05 .card ul li:nth-child(1)::before {
        background-image: url("img/section05_ico_01.jpg"); }
      .section05 .card ul li:nth-child(2)::before {
        background-image: url("img/section05_ico_02.jpg"); }
  .section05 .image {
    margin: 20px auto 0px;
    text-align: center; }
  .section05 .heading2 {
    margin-top: 30px;
    font-weight: 700;
    color: #f38005;
    font-size: 36px;
    font-size: 3.6rem;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section05 .heading2 {
        margin-top: 25px;
        font-size: 6vw; }
        .section05 .heading2 + .image {
          width: 80%;
          margin: 20px auto 0; } }
  .section05 p {
    margin-top: 20px;
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem; }
    @media only screen and (max-width: 768px) {
      .section05 p {
        font-size: 20px;
        font-size: 2rem; } }

.section06 .inner {
  padding: 30px 75px 70px; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      padding: 25px 10px 40px; } }
.section06 .top_heading {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section06 .top_heading {
      width: calc(100% - 60px);
      margin: auto; } }

.client_archive {
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .client_archive {
      margin-top: 25px; } }
  .client_archive > ul > li {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .client_archive > ul > li {
        margin-top: 25px; } }
    .client_archive > ul > li:first-child {
      margin-top: 0; }
  .client_archive .client_card {
    border: 3px solid #fecf43;
    background: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card {
        border-width: 2px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px; } }
    .client_archive .client_card .client_name {
      position: relative;
      padding: 15px 10px;
      border-bottom: 1px solid #fecf43;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name {
          padding: 10px;
          font-size: 4.5vw; } }
      .client_archive .client_card .client_name::before {
        content: "";
        position: absolute;
        width: 75px;
        height: 62px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 45px;
        top: -10px;
        pointer-events: none; }
        @media only screen and (max-width: 768px) {
          .client_archive .client_card .client_name::before {
            width: 52px;
            height: 42px;
            left: 10px;
            top: -5px; } }
      .client_archive .client_card .client_name a {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 700;
        text-decoration: none; }
        .client_archive .client_card .client_name a:hover {
          text-decoration: underline; }
    .client_archive .client_card .client_inner {
      padding: 20px 25px 35px; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_inner {
          padding: 12px 10px 20px; } }
  .client_archive .star {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 41px;
    height: 41px;
    margin-top: 8px; }
    @media only screen and (max-width: 768px) {
      .client_archive .star {
        margin-top: 4px;
        height: 30px;
        background-size: auto 30px; } }
  .client_archive > ul > li:nth-child(1) .client_name::before {
    background-image: url("img/rank_01.png"); }
  .client_archive > ul > li:nth-child(1) .star {
    background-image: url("img/client_star_5.png"); }
  .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("img/rank_02.png"); }
  .client_archive > ul > li:nth-child(2) .star {
    background-image: url("img/client_star_4.png"); }
  .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("img/rank_03.png"); }
  .client_archive > ul > li:nth-child(3) .star {
    background-image: url("img/client_star_3.png"); }
  .client_archive > ul > li:nth-child(4) .client_name::before {
    background-image: url("img/rank_04.png"); }
  .client_archive > ul > li:nth-child(4) .star {
    background-image: url("img/client_star_3.png"); }
  .client_archive > ul > li:nth-child(5) .client_name::before {
    background-image: url("img/rank_05.png"); }
  .client_archive > ul > li:nth-child(5) .star {
    background-image: url("img/client_star_3.png"); }
  .client_archive > ul > li.recommend .client_name::before {
    width: 111px;
    height: 75px;
    top: 5px;
    background-image: url("img/rank_recommend.png"); }
    @media only screen and (max-width: 768px) {
      .client_archive > ul > li.recommend .client_name::before {
        width: 82px;
        height: 56px;
        top: -12px; } }
  .client_archive .heading {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2; }
    @media only screen and (max-width: 768px) {
      .client_archive .heading {
        font-size: 4vw; } }
    .client_archive .heading + .remarks {
      margin-top: 5px;
      text-align: center; }
  .client_archive .overview {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview {
        margin-top: 10px; } }
    .client_archive .overview .image {
      width: 300px;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .image {
          width: 225px; } }
    .client_archive .overview .txt {
      margin-top: 20px; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .txt {
          margin-top: 10px; } }
      .client_archive .overview .txt table {
        width: 100%;
        margin-top: 15px;
        border: 1px solid #cacaca;
        background: #fff;
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 768px) {
          .client_archive .overview .txt table {
            margin-top: 10px; } }
        .client_archive .overview .txt table th, .client_archive .overview .txt table td {
          vertical-align: middle;
          padding: 10px;
          border-left: 1px solid #cacaca;
          border-bottom: 1px solid #cacaca;
          line-height: 1.3; }
        .client_archive .overview .txt table th {
          font-weight: 500;
          background: #fecf43;
          width: 17%;
          padding-right: 0;
          font-weight: 700; }
          @media only screen and (max-width: 768px) {
            .client_archive .overview .txt table th {
              width: 40%; } }
        .client_archive .overview .txt table td {
          width: 27%; }
          @media only screen and (max-width: 768px) {
            .client_archive .overview .txt table td {
              width: 60%; } }
        .client_archive .overview .txt table .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 table .ico_wrap .ico {
            width: 24px; }
          .client_archive .overview .txt table .ico_wrap .txt {
            padding-left: 5px; }
  .client_archive .point {
    margin-top: 40px;
    position: relative;
    background: #fffcd7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 35px 20px 20px; }
    @media only screen and (max-width: 768px) {
      .client_archive .point {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        margin-top: 28px;
        padding-top: 30px; } }
    .client_archive .point .ttl {
      position: absolute;
      text-align: center;
      width: 100%;
      left: 0;
      top: -16px; }
      .client_archive .point .ttl span {
        display: inline-block;
        background: #fff;
        padding: 2px 30px;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        border: 2px solid #fecf43;
        border-radius: 60px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        -o-border-radius: 60px;
        -ms-border-radius: 60px; }
    .client_archive .point ul li {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      padding-left: 1.4em;
      position: relative; }
      .client_archive .point ul li::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background: #fecf43; }
  .client_archive .note {
    margin-top: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 1px solid #cacaca;
    padding: 0.8em; }
    @media only screen and (max-width: 768px) {
      .client_archive .note {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        font-size: 18px;
        font-size: 1.8rem; } }
    .client_archive .note span {
      font-weight: 700;
      color: #e61616; }
  .client_archive .review {
    margin-top: 10px;
    background: #fffeef;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    overflow: hidden;
    border: 2px solid #fecf43; }
    @media only screen and (max-width: 768px) {
      .client_archive .review {
        border-width: 1px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .client_archive .review .ttl {
      background: #fecf43;
      text-align: center;
      font-weight: 700;
      padding: 10px 0; }
      .client_archive .review .ttl span {
        display: inline-block;
        font-size: 18px;
        font-size: 1.8rem;
        position: relative; }
        .client_archive .review .ttl span::before, .client_archive .review .ttl span::after {
          content: "";
          width: 17px;
          height: 25px;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          pointer-events: none;
          z-index: 10; }
        .client_archive .review .ttl span::before {
          background-image: url("img/client_ico_review.png");
          left: -35px; }
        .client_archive .review .ttl span::after {
          background-image: url("img/client_ico_review.png");
          right: -35px; }
    .client_archive .review ul {
      padding: 20px; }
      .client_archive .review ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px dotted #fecf43; }
        .client_archive .review ul li span {
          font-weight: 700;
          color: red; }
        .client_archive .review ul li:last-child {
          padding-bottom: 0;
          margin-bottom: 0;
          border: none; }
    .client_archive .review.review2 {
      background: #fff; }
      .client_archive .review.review2 ul li {
        position: relative;
        margin: 0;
        padding: 0 0 0 70px;
        border: none; }
        .client_archive .review.review2 ul li::before {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          content: '';
          left: 0;
          width: 60px;
          height: 60px;
          background: url("img/client_img_review1.png") no-repeat left top/100% auto; }
        .client_archive .review.review2 ul li + li {
          margin-top: 20px; }
        .client_archive .review.review2 ul li:nth-child(2)::before {
          background-image: url("img/client_img_review2.png"); }
        .client_archive .review.review2 ul li:nth-child(3)::before {
          background-image: url("img/client_img_review3.png"); }
  .client_archive .campaign {
    margin-top: 10px; }
    .client_archive .campaign img {
      display: block;
      max-width: 100%;
      width: 100%;
      margin: auto; }
  .client_archive .campaign2 {
    margin-top: 40px;
    position: relative;
    background: #fffcd7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 70px 20px 20px; }
    @media only screen and (max-width: 768px) {
      .client_archive .campaign2 {
        margin-top: 30px; } }
    .client_archive .campaign2 .ttl {
      position: absolute;
      text-align: center;
      width: 100%;
      left: 0;
      top: -25px; }
      @media only screen and (max-width: 768px) {
        .client_archive .campaign2 .ttl {
          width: calc(547px / 2);
          right: 0;
          margin: auto;
          top: -15px; } }
    .client_archive .campaign2 ul li {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      padding-left: 1.4em;
      position: relative; }
      .client_archive .campaign2 ul li::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background: #fecf43; }
  .client_archive .faq {
    border: 1px solid #cacaca;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    margin-top: 10px; }
    .client_archive .faq .ttl {
      border-top: 1px solid rgba(254, 207, 67, 0.5);
      border-bottom: 2px solid #fecf43;
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 10px 0; }
      @media only screen and (max-width: 768px) {
        .client_archive .faq .ttl {
          font-size: 20px;
          font-size: 2rem;
          padding: 6px 0;
          border-top-color: #fecf43;
          border-bottom-width: 1px; } }
    .client_archive .faq ul {
      margin-top: 20px; }
      @media only screen and (max-width: 768px) {
        .client_archive .faq ul {
          margin-top: 15px; } }
      .client_archive .faq ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px dashed #cacaca; }
        @media only screen and (max-width: 768px) {
          .client_archive .faq ul li {
            font-size: 18px;
            font-size: 1.8rem;
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom-width: 1px; } }
        .client_archive .faq ul li:last-child {
          padding-bottom: 0;
          margin-bottom: 0;
          border: none; }
        .client_archive .faq ul li .question {
          font-weight: 700;
          color: #f38005; }
  .client_archive .cta_btn {
    width: 100%;
    margin: 20px auto 0;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px; }
    @media only screen and (max-width: 768px) {
      .client_archive .cta_btn {
        width: 100%;
        margin-top: 15px; } }

.section07 .inner {
  padding: 30px 20px 70px; }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      padding: 20px 0 40px 10px; } }
  .section07 .inner .wrap {
    width: 100%;
    overflow: scroll; }
  .section07 .inner .scroll_txt {
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem;
    background: #fffcd7;
    font-weight: 500;
    padding-right: 10px; }
.section07 table {
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section07 table {
      width: 800px; } }
  .section07 table th, .section07 table td {
    text-align: center;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 7px;
    background: #fff; }
    @media only screen and (max-width: 768px) {
      .section07 table th, .section07 table td {
        width: 110px; } }
  .section07 table thead th {
    background: #fecf43;
    line-height: 1.2;
    padding-top: 6px;
    padding-bottom: 6px; }
  .section07 table tbody .image {
    display: block;
    padding: 0 5px;
    margin: auto;
    width: 100px; }
  .section07 table tbody .ico {
    width: 50px;
    margin: 0 auto 3px; }
    @media only screen and (max-width: 768px) {
      .section07 table tbody .ico {
        width: 30px; } }
  .section07 table tbody td p {
    line-height: 1.4;
    font-size: 13px;
    font-size: 1.3rem; }
  .section07 table tbody a p {
    font-weight: 500;
    text-decoration: underline;
    color: #068be0; }
  @media only screen and (max-width: 768px) {
    .section07 table thead tr th:first-child,
    .section07 table tbody tr td:first-child {
      position: sticky;
      top: 0;
      left: 0;
      z-index: 5;
      width: 100px; }
      .section07 table thead tr th:first-child::after,
      .section07 table tbody tr td:first-child::after {
        content: "";
        position: absolute;
        top: -1px;
        right: -1px;
        width: 1px;
        height: 100%;
        border-right: 1px solid #e4e4e4;
        z-index: -1; } }
.section07 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.section07 .cta_btn a {
  line-height: 1.3;
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100px; }
  .section07 .cta_btn a::after {
    display: none; }

.section08 .inner {
  padding: 30px 75px 70px; }
  @media only screen and (max-width: 768px) {
    .section08 .inner {
      padding: 20px 10px 40px; } }
.section08 .client_archive {
  margin-top: 0; }

footer {
  margin: 0 auto 0;
  width: 750px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    footer {
      width: 100%; } }
  footer .ft_menu {
    padding: 0 40px 40px; }
    @media only screen and (max-width: 768px) {
      footer .ft_menu {
        padding: 0 20px 20px; } }
    footer .ft_menu .p_mark {
      -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 .ft_menu .p_mark p:first-child {
        width: 90px; }
        @media only screen and (max-width: 768px) {
          footer .ft_menu .p_mark p:first-child {
            width: 50px; } }
      footer .ft_menu .p_mark .pra_txt {
        padding-left: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        width: calc(100% - 50px);
        padding-left: 15px; }
  footer .ft_nav {
    margin-top: 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      footer .ft_nav {
        padding-top: 10px; } }
    footer .ft_nav ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      footer .ft_nav ul li {
        margin-left: 30px;
        font-size: 13px;
        font-size: 1.3rem; }
        @media only screen and (max-width: 768px) {
          footer .ft_nav ul li {
            width: calc(100% / 3);
            margin: 0;
            text-align: center;
            margin-top: 10px; } }
        footer .ft_nav ul li:first-child {
          margin-left: 0; }
        footer .ft_nav ul li a {
          text-decoration: none; }
  footer .copyright {
    background: #2367cc;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem; }

.fixed_cta {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 100;
  display: none;
  width: 750px;
  background: rgba(51, 51, 51, 0.9);
  padding: 10px; }
  @media only screen and (max-width: 768px) {
    .fixed_cta {
      background: none;
      width: 100%;
      padding: 0; } }
  .fixed_cta .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .wrap {
        display: block;
        position: relative; } }
    .fixed_cta .wrap .image {
      width: 204px;
      padding-top: 10px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .wrap .image {
          width: 100%;
          padding: 0; } }
      .fixed_cta .wrap .image img {
        width: 100%; }
    .fixed_cta .wrap .client_image {
      width: 120px;
      margin: 0 8px;
      padding-top: 10px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .wrap .client_image {
          position: absolute;
          width: 16%;
          margin: 0;
          padding: 0;
          left: 11.47%;
          top: 51.34%; } }
    .fixed_cta .wrap .btn {
      width: 330px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .wrap .btn {
          width: 58.66%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 2.67%; } }
      .fixed_cta .wrap .btn .txt {
        color: #fff;
        font-weight: 700; }
        @media only screen and (max-width: 768px) {
          .fixed_cta .wrap .btn .txt {
            font-size: 3vw; } }
      .fixed_cta .wrap .btn .cta_btn {
        margin-top: 3px;
        border-radius: 60px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        -o-border-radius: 60px;
        -ms-border-radius: 60px; }
        .fixed_cta .wrap .btn .cta_btn a {
          font-size: 18px;
          font-size: 1.8rem;
          padding: 12px 0; }
          @media only screen and (max-width: 768px) {
            .fixed_cta .wrap .btn .cta_btn a {
              padding: 10px 0;
              font-size: 3vw; } }
          .fixed_cta .wrap .btn .cta_btn a::after {
            display: none; }

.attention {
  color: #fff !important;
  font-weight: 700;
  padding: 5px;
  margin: 0 auto 10px;
  display: block;
  background-color: red;
  animation: attention 2s linear infinite; }

@keyframes attention {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.question,
.question + p {
  position: relative;
  padding-left: 36px;
  /* Q&Aマーク分のスペース */
  padding-top: 4px;
  margin-top: 10px; }

.question::before,
.question + p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f38005;
  /* Qの色（青） */
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px; }

.question::before {
  content: 'Q'; }

.question + p::before {
  content: 'A';
  background-color: #28a745;
  /* Aの色（緑） */ }

/* オーバーレイ背景 */
.exit-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998; }

/* モーダル本体 */
.exit-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 420px);
  padding: 24px 20px 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  text-align: center;
  z-index: 9999; }

/* 閉じるボタン */
.exit-close {
  position: absolute;
  top: -43px;
  right: -8px;
  background: transparent;
  border: none;
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
  color: white; }

/* バナー画像 */
.exit-banner {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

/* CTAボタン */
.exit-cta {
  display: block;
  padding: 14px 0;
  background: #00ac51;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: opacity 0.2s ease;
  font-size: 140%; }

.marker_yellow {
  font-weight: 700;
  background: linear-gradient(transparent 0%, #FFF532 0%);
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: all 2s ease-in-out;
  background-size: 0% 30%; }

.marker_yellow.marker_yellow_anime {
  background-size: 100% 30%; }

.campaign {
  padding: 25px 40px 40px;
  background: #fffcee; }
  @media only screen and (max-width: 768px) {
    .campaign {
      padding: 15px 20px 20px; } }
  .campaign .heading {
    background: #e61616;
    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 .heading a {
      text-decoration: none;
      color: #FFF; }
  .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: #e61616;
      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 .cta_btn {
    margin-top: 14px; }
    @media only screen and (max-width: 768px) {
      .campaign .cta_btn {
        margin-top: 14px; } }
    .campaign .cta_btn a {
      padding: 24px 0; }
      @media only screen and (max-width: 768px) {
        .campaign .cta_btn a {
          font-size: 3.8vw;
          padding: 13px 0; } }
  .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: 100%;
      margin-top: 0px; }
      @media only screen and (max-width: 768px) {
        .campaign .wrap .image {
          width: 100%; } }
    .campaign .wrap .txt {
      margin-top: 10px;
      width: calc(100%);
      padding-left: 0px; }
      @media only screen and (max-width: 768px) {
        .campaign .wrap .txt {
          width: calc(100%);
          padding-left: 0px; } }
      .campaign .wrap .txt table {
        width: 100%;
        border: 1px solid #fecf43;
        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: #e61616;
          font-size: 30px;
          font-size: 3rem;
          line-height: 1;
          font-weight: 700;
          padding: 8px 0 12px; }
          @media only screen and (max-width: 768px) {
            .campaign .wrap .txt table td {
              font-size: 3vw;
              padding: 4px 0 8px;
              line-height: 1.2; } }
          .campaign .wrap .txt table td span {
            font-size: 200%;
            display: inline-block;
            margin: 0 4px; }
