@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #bc5101;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bc5101;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #bc5101;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bc5101;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #bc5101;
    top: 0px; } }
@keyframes animationbtn_sp {
  0% {
    box-shadow: 0 3px 0 #bc5101;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bc5101;
    top: 6px; }
  20% {
    box-shadow: 0 3px 0 #bc5101;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bc5101;
    top: 6px; }
  40% {
    box-shadow: 0 3px 0 #bc5101;
    top: 0px; } }
.cta_btn {
  position: relative;
  max-width: 700px;
  margin: 0 auto 3px;
  background: #ff6633;
  box-shadow: 0 3px 0 #bc5101;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .cta_btn {
      margin: 0 auto 5px;
      box-shadow: 0 5px 0 #bc5101;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .cta_btn:hover {
        opacity: .75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    padding: 20px 5px;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .cta_btn a {
        padding: 15px 5px;
        font-size: 17.5px;
        font-size: 1.75rem; } }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }
    @media only screen and (max-width: 768px) {
      .cta_btn.animation {
        animation: animationbtn_sp 2s infinite; } }

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

body {
  background: #f0f0ee;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }
  @media only screen and (max-width: 768px) {
    body {
      background: #fff; } }

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; } }
.yellow {
  color: #f6d821; }

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

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

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(34, 162, 108, 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: #22a26c;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header,
.wrapper,
.footer {
  min-width: 1100px; }
  @media only screen and (max-width: 768px) {
    .header,
    .wrapper,
    .footer {
      min-width: 100%; } }

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

.wrapper {
  overflow: hidden; }
  .wrapper .inner {
    width: 1050px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    box-shadow: 0px 0px 20px 1px rgba(112, 112, 112, 0.1); }
    @media only screen and (max-width: 768px) {
      .wrapper .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .wrapper .inner {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        box-shadow: none; } }

.fv {
  height: 310px; }
  @media only screen and (max-width: 768px) {
    .fv {
      height: auto; } }
  .fv .inner {
    position: relative;
    background: none;
    border-radius: none; }
  .fv .fv_img {
    text-align: center; }
    @media only screen and (min-width: 769px) {
      .fv .fv_img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        width: 100%; } }

.s_txt {
  font-size: 10px;
  font-size: 1rem; }

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

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

.main_ttl {
  position: relative;
  margin-bottom: 25px;
  padding: 15px 5px;
  background: #22a26c;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      margin-bottom: 0;
      padding: 12px 5px;
      font-size: 21.25px;
      font-size: 2.125rem; } }

.scroll_txt {
  margin-right: -10px;
  padding: 5px 10px;
  background: #ededed;
  text-align: right;
  font-size: 10.5px;
  font-size: 1.05rem;
  font-weight: 500; }

/* 横型のテーブル */
.horizontal_table table {
  position: relative;
  width: 100%; }
  .horizontal_table table th, .horizontal_table table td {
    padding: 10px;
    border: 1px solid #dcdcdc;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .horizontal_table table th, .horizontal_table table td {
        padding: 10px 5px;
        font-size: 13.75px;
        font-size: 1.375rem; } }
    @media only screen and (max-width: 768px) {
      .horizontal_table table th.sticky, .horizontal_table table td.sticky {
        z-index: 1;
        position: sticky;
        top: 0;
        left: 0; }
        .horizontal_table table th.sticky::after, .horizontal_table table td.sticky::after {
          z-index: -1;
          content: '';
          position: absolute;
          top: -1px;
          right: -1px;
          width: 1px;
          height: 100%;
          border-right: 1px solid #dcdcdc; } }
  .horizontal_table table thead th {
    background: #e8f5c1;
    color: #22a26c;
    font-weight: 500; }
  .horizontal_table table tbody tr:first-child {
    border: 2px solid #fe2724; }
  .horizontal_table table tbody tr td.rank {
    position: relative; }
    .horizontal_table table tbody tr td.rank::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 47px;
      background: url("img/ico_rank1.png") no-repeat left top/100% auto; }
      @media only screen and (max-width: 768px) {
        .horizontal_table table tbody tr td.rank::before {
          width: 23px;
          height: 18px; } }
  .horizontal_table table tbody tr td.img img {
    display: block;
    width: 120px;
    margin: 0 auto; }
  .horizontal_table table tbody tr td.img p {
    margin-top: 5px;
    font-weight: 500; }
  .horizontal_table table tbody tr td.img a {
    color: #0ba9b5; }
  .horizontal_table table tbody tr:first-child td {
    background: #ffffe5; }
  .horizontal_table table tbody tr:nth-child(2) td.rank::before {
    background-image: url("img/ico_rank2.png"); }
  .horizontal_table table tbody tr:nth-child(3) td.rank::before {
    background-image: url("img/ico_rank3.png"); }
  .horizontal_table table tbody tr:nth-child(4) td.rank::before {
    background-image: url("img/ico_rank4.png"); }
  .horizontal_table table tbody tr:nth-child(5) td.rank::before {
    background-image: url("img/ico_rank5.png"); }
  .horizontal_table table tbody td .ico {
    width: 45px;
    margin: 0 auto 3px; }
    @media only screen and (max-width: 768px) {
      .horizontal_table table tbody td .ico {
        width: 25px; } }
  .horizontal_table table tbody td .cta_btn a {
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .horizontal_table table tbody td .cta_btn a {
        padding: 10px 5px;
        font-size: 13.75px;
        font-size: 1.375rem; } }

/* 縦型のテーブル */
.vertical_table {
  position: relative; }
  .vertical_table::before, .vertical_table::after {
    content: '';
    position: absolute;
    top: 0;
    left: 1px; }
  .vertical_table::before {
    background: #fffde0;
    width: calc(100% / 3);
    height: 100%; }
  .vertical_table::after {
    width: calc(100% / 3);
    height: 100%;
    border: 3px solid #ff6633; }
  .vertical_table table {
    position: relative;
    width: 100%;
    table-layout: fixed; }
    .vertical_table table th, .vertical_table table td {
      padding: 10px;
      border: 1px solid #afafaf;
      background: #fff;
      text-align: center;
      vertical-align: middle;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .vertical_table table th, .vertical_table table td {
          font-size: 13.75px;
          font-size: 1.375rem; } }
    .vertical_table table thead th {
      position: relative;
      vertical-align: top;
      padding-top: 72px; }
      @media only screen and (max-width: 768px) {
        .vertical_table table thead th {
          padding-top: 45px; } }
      .vertical_table table thead th::before {
        z-index: 2;
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 15px;
        width: 61px;
        height: 47px;
        background: url("img/ico_rank1.png") no-repeat left top/100% auto; }
        @media only screen and (max-width: 768px) {
          .vertical_table table thead th::before {
            top: 10px;
            width: 38px;
            height: 29px; } }
      .vertical_table table thead th:nth-child(2)::before {
        background-image: url("img/ico_rank2.png"); }
      .vertical_table table thead th:nth-child(3)::before {
        background-image: url("img/ico_rank3.png"); }
      .vertical_table table thead th:nth-child(4)::before {
        background-image: url("img/ico_rank4.png"); }
      .vertical_table table thead th:nth-child(5)::before {
        background-image: url("img/ico_rank5.png"); }
      .vertical_table table thead th p {
        margin-top: 5px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700; }
        @media only screen and (max-width: 768px) {
          .vertical_table table thead th p {
            font-size: 14.375px;
            font-size: 1.4375rem; } }
      .vertical_table table thead th a {
        z-index: 1;
        position: relative;
        color: #0c62ff; }
        .vertical_table table thead th a img {
          display: block;
          width: 95%;
          margin: 0 auto; }
    .vertical_table table tbody th {
      z-index: 1;
      position: relative;
      padding: 5px;
      background: #e8f5c1;
      color: #22a26c;
      font-weight: 500; }
    .vertical_table table tbody td .ico {
      width: 40px;
      margin: 0 auto 3px; }
      @media only screen and (max-width: 768px) {
        .vertical_table table tbody td .ico {
          width: 25px; } }
    .vertical_table table tbody td .cta_btn {
      z-index: 1;
      position: relative;
      width: 90%;
      margin: 0 auto 5px; }
      @media only screen and (max-width: 768px) {
        .vertical_table table tbody td .cta_btn {
          width: 100%;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px; } }
      .vertical_table table tbody td .cta_btn a {
        font-size: 17px;
        font-size: 1.7rem; }
        @media only screen and (max-width: 768px) {
          .vertical_table table tbody td .cta_btn a {
            padding: 15px 5px;
            font-size: 15.625px;
            font-size: 1.5625rem; } }

.client_archive > ul > li + li {
  margin-top: 30px; }
.client_archive > ul > li:nth-child(1) .client_card {
  background: #ffffe5; }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_rank2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_rank3.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/ico_rank4.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/ico_rank5.png"); }
.client_archive .client_card {
  border: 2px solid #22a26c;
  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; } }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 15px 25px 15px 90px;
    border-bottom: 1px solid #22a26c;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_name {
        padding: 10px 10px 10px 55px;
        font-size: 20px;
        font-size: 2rem; } }
    .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 15px;
      width: 61px;
      height: 47px;
      background: url("img/ico_rank1.png") no-repeat left top/100% auto;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name::before {
          left: 10px;
          width: 35px;
          height: 27px; } }
    .client_archive .client_card .client_name a {
      color: #0ba9b5;
      text-decoration: none; }
  .client_archive .client_card .client_inner {
    padding: 20px 25px 35px; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_inner {
        padding: 15px 10px 20px; } }
.client_archive .order {
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .client_archive .order {
      -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; } }
.client_archive .image {
  float: left;
  width: 300px;
  margin-right: 20px; }
  @media only screen and (max-width: 768px) {
    .client_archive .image {
      order: 1;
      width: 70%;
      margin: 0 auto 10px; } }
.client_archive .heading {
  float: right;
  width: calc(100% - 320px);
  margin-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  color: #ff6633;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .client_archive .heading {
      order: 2;
      float: none;
      width: 100%;
      margin-bottom: 0;
      font-size: 18.75px;
      font-size: 1.875rem; } }
.client_archive .table {
  float: right;
  width: calc(100% - 320px);
  -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;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .client_archive .table {
      order: 7;
      float: none;
      width: 100%;
      margin-top: 10px; } }
  .client_archive .table .item {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    width: 50%;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-size: 1.4rem; }
    @media only screen and (min-width: 769px) {
      .client_archive .table .item:nth-last-child(2), .client_archive .table .item:last-child {
        border-bottom: 1px solid #e7e7e7; }
      .client_archive .table .item:nth-child(even) .item_b {
        border-right: 1px solid #e7e7e7; } }
    @media only screen and (max-width: 768px) {
      .client_archive .table .item {
        width: 100%;
        border-right: 1px solid #e7e7e7;
        font-size: 13.75px;
        font-size: 1.375rem; }
        .client_archive .table .item:last-child {
          border-bottom: 1px solid #e7e7e7; } }
    .client_archive .table .item .item_h {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      width: 120px;
      padding: 10px;
      background: #e8f5c1;
      border-left: 1px solid #e7e7e7;
      color: #22a26c;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .client_archive .table .item .item_h {
          width: 30%;
          padding: 5px; } }
    .client_archive .table .item .item_b {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      width: calc(100% - 120px);
      padding: 10px;
      border-left: 1px solid #e7e7e7; }
      @media only screen and (max-width: 768px) {
        .client_archive .table .item .item_b {
          width: 70%;
          padding: 5px; } }
      .client_archive .table .item .item_b br.archive {
        display: none; }
      .client_archive .table .item .item_b .ico_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .client_archive .table .item .item_b .ico_wrap .ico {
          width: 25px;
          margin-right: 5px; }
        .client_archive .table .item .item_b .ico_wrap p {
          width: calc(100% - 30px); }
.client_archive .feature {
  clear: both;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  background: #fff;
  border: 1px solid #22a26c;
  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 .feature {
      order: 4;
      margin-top: 10px; } }
  .client_archive .feature .ttl {
    padding: 7px 5px 9px;
    background: #e8f5c1;
    color: #22a26c;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .client_archive .feature .ttl {
        font-size: 17.5px;
        font-size: 1.75rem; } }
  .client_archive .feature .contents {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    padding: 15px 25px; }
    @media only screen and (max-width: 768px) {
      .client_archive .feature .contents {
        padding: 15px 10px; } }
    .client_archive .feature .contents ul {
      position: relative;
      padding-left: 155px; }
      @media only screen and (max-width: 768px) {
        .client_archive .feature .contents ul {
          padding-left: 0; } }
      .client_archive .feature .contents ul::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 122px;
        height: 83px;
        background: url("img/ico_point.png") no-repeat left top/100% auto; }
        @media only screen and (max-width: 768px) {
          .client_archive .feature .contents ul::before {
            content: none; } }
      .client_archive .feature .contents ul li {
        position: relative;
        padding-left: 20px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700; }
        @media only screen and (max-width: 768px) {
          .client_archive .feature .contents ul li {
            font-size: 17.5px;
            font-size: 1.75rem; } }
        .client_archive .feature .contents ul li::before {
          content: '';
          position: absolute;
          top: 8px;
          left: 0;
          width: 13px;
          height: 16px;
          background: url("img/ico_check.png") no-repeat left top/100% auto; }
        .client_archive .feature .contents ul li + li {
          margin-top: 5px; }
        .client_archive .feature .contents ul li strong {
          color: #e8f5c1; }
.client_archive .review {
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #22a26c;
  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 .review {
      order: 5;
      margin-top: 10px; } }
  .client_archive .review .ttl {
    padding: 7px 5px 9px;
    background: #e8f5c1;
    color: #22a26c;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .ttl {
        font-size: 17.5px;
        font-size: 1.75rem; } }
  .client_archive .review .contents {
    padding: 15px 10px 10px; }
    .client_archive .review .contents .review_slides {
      margin-bottom: 0; }
      .client_archive .review .contents .review_slides.slide_length1 {
        padding-bottom: 0; }
      .client_archive .review .contents .review_slides .slick-track {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex; }
      .client_archive .review .contents .review_slides .review_slide {
        height: auto; }
        .client_archive .review .contents .review_slides .review_slide .slide_inner {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          width: 740px;
          height: 100%;
          margin: 0 auto;
          padding: 20px 30px;
          background: #f0f0ee;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px; }
          @media only screen and (max-width: 768px) {
            .client_archive .review .contents .review_slides .review_slide .slide_inner {
              width: 100%;
              padding: 15px;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -o-border-radius: 5px;
              -ms-border-radius: 5px; } }
          .client_archive .review .contents .review_slides .review_slide .slide_inner .img {
            width: 75px;
            margin: 10px 20px 0 0; }
            @media only screen and (max-width: 768px) {
              .client_archive .review .contents .review_slides .review_slide .slide_inner .img {
                display: none; } }
          .client_archive .review .contents .review_slides .review_slide .slide_inner .txt {
            width: calc(100% - 95px); }
            @media only screen and (max-width: 768px) {
              .client_archive .review .contents .review_slides .review_slide .slide_inner .txt {
                width: 100%; } }
            .client_archive .review .contents .review_slides .review_slide .slide_inner .txt .r_ttl {
              margin-bottom: 10px;
              padding-bottom: 5px;
              border-bottom: 1px solid #22a26c;
              font-size: 18px;
              font-size: 1.8rem;
              font-weight: 700; }
              @media only screen and (max-width: 768px) {
                .client_archive .review .contents .review_slides .review_slide .slide_inner .txt .r_ttl {
                  position: relative;
                  width: calc(100% - 55px);
                  margin-left: 55px;
                  font-size: 17.5px;
                  font-size: 1.75rem; }
                  .client_archive .review .contents .review_slides .review_slide .slide_inner .txt .r_ttl::before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: -55px;
                    width: 45px;
                    height: 45px;
                    background: url("img/review_img.png") no-repeat left top/100% auto; } }
              .client_archive .review .contents .review_slides .review_slide .slide_inner .txt .r_ttl span {
                font-weight: 400; }
                @media only screen and (max-width: 768px) {
                  .client_archive .review .contents .review_slides .review_slide .slide_inner .txt .r_ttl span {
                    font-size: 16px;
                    font-size: 1.6rem; } }
            .client_archive .review .contents .review_slides .review_slide .slide_inner .txt p {
              font-size: 15px;
              font-size: 1.5rem; }
              @media only screen and (max-width: 768px) {
                .client_archive .review .contents .review_slides .review_slide .slide_inner .txt p {
                  font-size: 16px;
                  font-size: 1.6rem; } }
      .client_archive .review .contents .review_slides .slick-dots {
        bottom: -50px; }
        @media only screen and (max-width: 768px) {
          .client_archive .review .contents .review_slides .slick-dots {
            bottom: -30px; } }
        .client_archive .review .contents .review_slides .slick-dots li {
          width: 14px;
          height: 14px;
          background: #fff;
          border: #22a26c 1px solid;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%; }
          @media only screen and (max-width: 768px) {
            .client_archive .review .contents .review_slides .slick-dots li {
              width: 10px;
              height: 10px; } }
          .client_archive .review .contents .review_slides .slick-dots li.slick-active {
            background: #e8f5c1; }
          .client_archive .review .contents .review_slides .slick-dots li button::before {
            content: none; }
  .client_archive .review .quote {
    width: 740px;
    margin: 10px auto 0;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .quote {
        width: 100%;
        margin-top: 35px; } }
  .client_archive .review .remarks {
    margin-top: 35px; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .remarks {
        margin-top: 20px; } }
.client_archive .osusume {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  background: #fff;
  border: 1px solid #22a26c;
  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 .osusume {
      margin-top: 10px; } }
  .client_archive .osusume .ttl {
    padding: 7px 5px 9px;
    background: #e8f5c1;
    color: #22a26c;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .client_archive .osusume .ttl {
        font-size: 17.5px;
        font-size: 1.75rem; } }
  .client_archive .osusume .contents {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    padding: 15px 130px; }
    @media only screen and (max-width: 768px) {
      .client_archive .osusume .contents {
        padding: 15px 10px; } }
    .client_archive .osusume .contents ul li {
      position: relative;
      padding-left: 30px;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .client_archive .osusume .contents ul li {
          font-size: 17.5px;
          font-size: 1.75rem; } }
      .client_archive .osusume .contents ul li::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 24px;
        height: 23px;
        background: url("img/ico_check2.png") no-repeat left top/100% auto; }
        @media only screen and (max-width: 768px) {
          .client_archive .osusume .contents ul li::before {
            width: 17px;
            height: 16px; } }
      .client_archive .osusume .contents ul li + li {
        margin-top: 10px; }
      .client_archive .osusume .contents ul li .o_ttl {
        margin-bottom: 3px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700; }
.client_archive .cta {
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .client_archive .cta {
      width: 100%;
      margin-top: 10px; } }
  .client_archive .cta.cta1 {
    float: right;
    width: calc(100% - 320px);
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .client_archive .cta.cta1 {
        order: 3;
        float: none;
        width: 100%;
        margin-bottom: 0; } }
  @media only screen and (max-width: 768px) {
    .client_archive .cta.cta2 {
      order: 6; } }
  @media only screen and (max-width: 768px) {
    .client_archive .cta .cta_btn {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      font-size: 20px;
      font-size: 2rem; } }

.section01 .inner {
  padding: 30px 80px 35px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 20px 10px; } }

.section02 {
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .section02 {
      padding: 20px 0 40px; } }
  .section02 .catch {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    max-width: 750px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .section02 .catch {
        padding: 0 20px; } }
    .section02 .catch .img {
      overflow: hidden;
      width: 140px;
      height: 140px;
      margin-right: 10px; }
      @media only screen and (max-width: 768px) {
        .section02 .catch .img {
          width: 88px;
          height: auto; } }
    .section02 .catch .txt {
      width: calc(100% - 150px);
      padding: 25px 30px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      border: #22a26c dotted 3px;
      background: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .section02 .catch .txt {
          width: calc(100% - 98px);
          padding: 10px 20px;
          border-radius: 7.5px;
          -moz-border-radius: 7.5px;
          -webkit-border-radius: 7.5px;
          -o-border-radius: 7.5px;
          -ms-border-radius: 7.5px;
          border-width: 2px;
          font-size: 17.5px;
          font-size: 1.75rem; } }
      .section02 .catch .txt strong {
        font-size: 120%;
        color: #22a26c;
        font-weight: 700; }
  .section02 .inner {
    padding: 30px 25px 40px;
    background: #22a26c; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        padding: 20px 10px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px; } }
  .section02 h2 {
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .section02 h2 {
        position: relative;
        margin-bottom: 15px;
        font-size: 21.25px;
        font-size: 2.125rem; }
        .section02 h2::after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 0;
          width: 63px;
          height: 52px;
          background: url("img/ico_house.png") no-repeat left top/100% auto; } }
    .section02 h2 span {
      position: relative;
      display: inline-block;
      padding: 0 70px; }
      @media only screen and (max-width: 768px) {
        .section02 h2 span {
          padding: 0 45px; } }
      .section02 h2 span::before, .section02 h2 span::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 60px;
        height: 74px;
        background: url("img/ico_fukidashi.png") no-repeat left top/100% auto; }
        @media only screen and (max-width: 768px) {
          .section02 h2 span::before, .section02 h2 span::after {
            width: 40px;
            height: 49px; } }
      .section02 h2 span::after {
        right: 0;
        left: auto;
        transform: scale(-1, 1); }
      .section02 h2 span strong {
        font-weight: 900;
        color: #f6d821;
        font-size: 130%; }
  .section02 .client_archive > ul > li:nth-child(1) .client_card {
    background: #fff; }
    .section02 .client_archive > ul > li:nth-child(1) .client_card .client_name {
      padding: 15px 25px; }
      @media only screen and (max-width: 768px) {
        .section02 .client_archive > ul > li:nth-child(1) .client_card .client_name {
          padding: 10px; } }
      .section02 .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
        content: none; }

.section03 {
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .section03 {
      padding-bottom: 0; } }
  .section03 .inner {
    padding: 30px 25px 50px; }
    @media only screen and (max-width: 768px) {
      .section03 .inner {
        padding: 10px 10px 40px; } }

.section04 {
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .section04 {
      padding-bottom: 0; } }
  .section04 .inner {
    padding: 30px 25px 40px; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        padding: 15px 10px 35px; } }
  @media only screen and (max-width: 768px) {
    .section04 .horizontal_table {
      overflow-x: scroll;
      margin-right: -10px; } }
  @media only screen and (max-width: 768px) {
    .section04 .horizontal_table table {
      width: 700px; } }
  @media only screen and (min-width: 769px) {
    .section04 .horizontal_table table tbody tr td.rank::before {
      width: 51px;
      height: 40px; } }

.section05 .inner {
  max-width: 835px;
  padding: 0 50px 30px;
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: none; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      padding: 20px 30px; } }
.section05 .point {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .section05 .point {
      display: block; } }
  .section05 .point .item {
    position: relative;
    width: 32.5%;
    padding: 15px 10px;
    background: #fff;
    border: 2px #22a26c solid;
    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) {
      .section05 .point .item {
        padding: 10px;
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section05 .point .item + .item {
        margin-top: 15px; } }
    .section05 .point .item .num {
      margin-bottom: 10px;
      padding-bottom: 5px;
      border-bottom: #22a26c 1px solid;
      color: #22a26c;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .section05 .point .item .num {
          font-size: 20px;
          font-size: 2rem; } }
    .section05 .point .item .ttl {
      margin-bottom: 10px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .section05 .point .item .ttl {
          margin-bottom: 5px; } }
    @media only screen and (max-width: 768px) {
      .section05 .point .item .flex_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; } }
    .section05 .point .item .flex_wrap .img {
      margin-bottom: 10px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .section05 .point .item .flex_wrap .img {
          width: 80px;
          margin: 0 10px 0 0; } }
    .section05 .point .item .flex_wrap p {
      padding: 0 10px;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .section05 .point .item .flex_wrap p {
          width: calc(100% - 90px);
          padding: 0;
          font-size: 16.25px;
          font-size: 1.625rem; } }

.section06 {
  padding: 20px 0 40px; }
  @media only screen and (max-width: 768px) {
    .section06 {
      padding: 20px 0; } }
  .section06 .inner {
    padding: 40px 0 50px;
    background: #ffffe5; }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        padding: 20px 10px 35px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px; } }
  .section06 h2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem; }
    @media only screen and (max-width: 768px) {
      .section06 h2 {
        margin-bottom: 10px;
        font-size: 20px;
        font-size: 2rem; } }
    .section06 h2 .conclusion {
      display: inline-block;
      padding: 8px 30px 10px;
      background: #ff6633;
      color: #fff;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .section06 h2 .conclusion {
          margin-bottom: 5px;
          padding: 7px 25px;
          border-width: 2px;
          font-size: 25px;
          font-size: 2.5rem; } }
  .section06 .table_wrap {
    width: 745px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .section06 .table_wrap {
        width: 100%; } }

.section07 {
  padding: 20px 0 50px; }
  @media only screen and (max-width: 768px) {
    .section07 {
      padding: 20px 0 40px; } }
  .section07 .inner {
    padding: 25px 25px 50px;
    background: #f6d821; }
    @media only screen and (max-width: 768px) {
      .section07 .inner {
        padding: 25px 10px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px; } }
  .section07 h2 {
    margin: 0 auto 10px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section07 h2 {
        width: 50%;
        max-width: 300px; } }
  .section07 .client_archive > ul > li:nth-child(1) .client_card {
    background: #fff; }
    .section07 .client_archive > ul > li:nth-child(1) .client_card .client_name {
      padding: 15px 25px; }
      @media only screen and (max-width: 768px) {
        .section07 .client_archive > ul > li:nth-child(1) .client_card .client_name {
          padding: 10px; } }
      .section07 .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
        content: none; }

.section08 {
  padding-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .section08 {
      padding-bottom: 0; } }
  .section08 .inner {
    padding: 35px 100px 50px; }
    @media only screen and (max-width: 768px) {
      .section08 .inner {
        padding: 20px 10px 60px; } }
  .section08 .faq .item {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border: #c0c0c0 1px solid; }
    @media only screen and (max-width: 768px) {
      .section08 .faq .item {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .section08 .faq .item + .item {
      margin-top: 10px; }
    .section08 .faq .item .q_box {
      cursor: pointer;
      position: relative;
      padding: 20px 40px 20px 60px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .section08 .faq .item .q_box {
          padding: 12px 30px 12px 35px;
          font-size: 17.5px;
          font-size: 1.75rem; } }
      .section08 .faq .item .q_box::before {
        content: 'Q.';
        position: absolute;
        top: 18px;
        left: 30px;
        font-weight: 700;
        color: #101010; }
        @media only screen and (max-width: 768px) {
          .section08 .faq .item .q_box::before {
            top: 11px;
            left: 15px; } }
      .section08 .faq .item .q_box::after {
        content: '＋';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        font-size: 140%;
        color: #22a26c; }
        @media only screen and (max-width: 768px) {
          .section08 .faq .item .q_box::after {
            right: 10px; } }
      .section08 .faq .item .q_box.open::after {
        content: '－'; }
    .section08 .faq .item .a_box {
      overflow: hidden;
      height: 0;
      transition: height .4s;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .section08 .faq .item .a_box {
          font-size: 14px;
          font-size: 1.4rem; } }
      .section08 .faq .item .a_box.open {
        height: auto;
        transition: height .4s; }
      .section08 .faq .item .a_box p {
        position: relative;
        padding: 0 40px 20px 60px; }
        @media only screen and (max-width: 768px) {
          .section08 .faq .item .a_box p {
            padding: 0 25px 12px 35px; } }
        .section08 .faq .item .a_box p::before {
          content: 'A.';
          position: absolute;
          top: -2px;
          left: 30px;
          font-size: 20px;
          font-size: 2rem;
          font-weight: 700;
          color: #ff6633; }
          @media only screen and (max-width: 768px) {
            .section08 .faq .item .a_box p::before {
              left: 15px;
              font-size: 17.5px;
              font-size: 1.75rem; } }

.search_section {
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .search_section {
      padding-bottom: 0; } }
  .search_section .inner {
    padding: 40px 100px; }
    @media only screen and (max-width: 768px) {
      .search_section .inner {
        padding: 20px 10px 35px; } }
  .search_section form .item + .item {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .search_section form .item + .item {
        margin-top: 15px; } }
  .search_section form .item .s_ttl {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    background: #e8f5c1;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .search_section form .item .s_ttl {
        font-size: 17.5px;
        font-size: 1.75rem; } }
    .search_section form .item .s_ttl span {
      width: 100px;
      padding: 2px 5px 3px;
      background: #22a26c;
      color: #fff;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .search_section form .item .s_ttl span {
          width: 75px; } }
      .search_section form .item .s_ttl span b {
        font-size: 150%; }
    .search_section form .item .s_ttl div {
      width: calc(100% - 100px);
      padding: 0 10px; }
      @media only screen and (max-width: 768px) {
        .search_section form .item .s_ttl div {
          width: calc(100% - 75px); } }
  .search_section form .item .s_select .checkbox {
    -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;
    margin: 0 -5px; }
    @media only screen and (max-width: 768px) {
      .search_section form .item .s_select .checkbox {
        margin: 0 7px; } }
    .search_section form .item .s_select .checkbox li {
      min-width: 120px;
      margin: 0 5px 10px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .search_section form .item .s_select .checkbox li {
          width: calc(50% - 6px);
          min-width: auto;
          margin: 0 3px 6px;
          text-align: left; } }
      .search_section form .item .s_select .checkbox li input {
        display: none; }
        .search_section form .item .s_select .checkbox li input:checked + .parts {
          background: #e8f5c1;
          border: #22a26c 2px solid; }
      .search_section form .item .s_select .checkbox li .parts {
        cursor: pointer;
        display: block;
        padding: 12px 10px;
        border: #e9e9e9 1px solid;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
  .search_section form .search_btn {
    width: 450px;
    margin: 30px auto 0; }
    @media only screen and (max-width: 768px) {
      .search_section form .search_btn {
        width: 90%; } }
    .search_section form .search_btn .cta_btn {
      width: 100%;
      padding: 15px 0;
      border: none;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .search_section form .search_btn .cta_btn {
          font-size: 18.75px;
          font-size: 1.875rem; } }

.page_resultpage {
  padding: 20px 0; }
  @media only screen and (max-width: 768px) {
    .page_resultpage {
      padding: 0; } }
  .page_resultpage .result_head .inner {
    padding: 20px 25px 40px;
    border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    box-shadow: none; }
    @media only screen and (max-width: 768px) {
      .page_resultpage .result_head .inner {
        padding: 20px 10px; } }
  .page_resultpage .result_head .result_ttl {
    height: 61px;
    padding: 8px 0 0 225px;
    background: url("img/search_ttl.png") no-repeat center center;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 900; }
    @media only screen and (max-width: 768px) {
      .page_resultpage .result_head .result_ttl {
        position: relative;
        height: auto;
        margin-bottom: 15px;
        padding: 0 0 5px 35px;
        background: none;
        border-bottom: 1px solid #ddd;
        font-size: 25px;
        font-size: 2.5rem; }
        .page_resultpage .result_head .result_ttl::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 25px;
          height: 32px;
          background: url("img/ico_search.png") no-repeat left top/100% auto; }
        .page_resultpage .result_head .result_ttl .sp {
          display: inline-block !important; } }
  .page_resultpage .result_head table {
    width: 100%;
    margin-top: 15px;
    background: #fff; }
    @media only screen and (max-width: 768px) {
      .page_resultpage .result_head table tr {
        -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; } }
    .page_resultpage .result_head table tr th, .page_resultpage .result_head table tr td {
      border: 1px solid #e9e9e9;
      width: calc(100% / 6);
      padding: 5px;
      font-size: 13px;
      font-size: 1.3rem; }
      @media only screen and (max-width: 768px) {
        .page_resultpage .result_head table tr th, .page_resultpage .result_head table tr td {
          display: block; } }
    .page_resultpage .result_head table tr th {
      background: #22a26c;
      color: #fff;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .page_resultpage .result_head table tr th {
          width: 40%; } }
    @media only screen and (max-width: 768px) {
      .page_resultpage .result_head table tr td {
        width: 60%; } }
  .page_resultpage .result_body {
    margin-bottom: 30px; }
    .page_resultpage .result_body .inner {
      padding: 0 25px 40px;
      border-radius: 0 0 20px 20px;
      -moz-border-radius: 0 0 20px 20px;
      -webkit-border-radius: 0 0 20px 20px;
      -o-border-radius: 0 0 20px 20px;
      -ms-border-radius: 0 0 20px 20px;
      box-shadow: none; }
      @media only screen and (max-width: 768px) {
        .page_resultpage .result_body .inner {
          padding: 0 10px; } }
    @media only screen and (max-width: 768px) {
      .page_resultpage .result_body .horizontal_table {
        overflow-x: scroll;
        margin-right: -10px; } }
    .page_resultpage .result_body .horizontal_table table {
      width: 100%;
      background: #fff; }
      @media only screen and (max-width: 768px) {
        .page_resultpage .result_body .horizontal_table table {
          width: 700px; } }
      .page_resultpage .result_body .horizontal_table table tbody tr:first-child {
        border: none; }
        .page_resultpage .result_body .horizontal_table table tbody tr:first-child td {
          background: #fff; }

.footer {
  padding-top: 40px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .footer {
      padding-top: 0; } }
  .footer .privacy {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .footer .privacy {
        padding: 0 20px; } }
    .footer .privacy .image {
      width: 90px;
      margin-right: 20px; }
      @media only screen and (max-width: 768px) {
        .footer .privacy .image {
          width: 60px;
          margin-right: 10px; } }
    .footer .privacy .txt {
      font-size: 13px;
      font-size: 1.3rem; }
      @media only screen and (max-width: 768px) {
        .footer .privacy .txt {
          width: calc(100% - 70px);
          font-size: .7em; } }
  .footer .f_nav {
    padding: 20px 0; }
    .footer .f_nav ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .footer .f_nav ul li {
        margin-left: 60px; }
        @media only screen and (max-width: 768px) {
          .footer .f_nav ul li {
            margin-left: 15px; } }
        .footer .f_nav ul li:first-child {
          margin-left: 0; }
        .footer .f_nav ul li a {
          text-decoration: none;
          font-size: 13px;
          font-size: 1.3rem; }
          @media only screen and (max-width: 768px) {
            .footer .f_nav ul li a {
              text-decoration: underline;
              font-size: .8em; } }
  .footer .copyright {
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    background: #1C9BA5;
    background: -webkit-linear-gradient(right, #1C9BA5 0%, #00A0E9 100%);
    background: linear-gradient(to right, #1C9BA5 0%, #00A0E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C9BA5', endColorstr=' #00A0E9', GradientType=1); }

.fixed_cta {
  z-index: 100;
  display: none;
  position: fixed;
  width: 100%;
  height: 90px;
  left: 0;
  bottom: 0;
  background: rgba(34, 162, 108, 0.9); }
  @media only screen and (max-width: 768px) {
    .fixed_cta {
      height: auto;
      background: none; } }
  .fixed_cta .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: relative;
    max-width: 900px;
    height: 100%;
    margin: 0 auto;
    padding: 10px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        padding: 0; } }
    .fixed_cta .inner .img {
      position: absolute;
      left: 30px;
      bottom: 0; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .inner .img {
          position: static;
          width: 100%; }
          .fixed_cta .inner .img img {
            width: 100%; } }
    .fixed_cta .inner .cta {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 30px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .inner .cta {
          top: 62%;
          right: 10px;
          width: 37%; } }
      .fixed_cta .inner .cta .cta_btn {
        min-width: 250px;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          .fixed_cta .inner .cta .cta_btn {
            min-width: auto;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px; } }
        .fixed_cta .inner .cta .cta_btn a {
          padding: 15px 5px;
          font-size: 15px;
          font-size: 1.5rem; }
          @media only screen and (max-width: 768px) {
            .fixed_cta .inner .cta .cta_btn a {
              padding: 7px 2px; } }
