@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;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: 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 #d59130;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #d59130;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #d59130;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #d59130;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #d59130;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #d59130;
  -moz-box-shadow: 0 5px 0 #d59130;
  box-shadow: 0 5px 0 #d59130;
  background: #ffad38;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
    padding: 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: #fff;
  font-size: 1.6em;
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

.header,
.wrapper,
.footer {
  min-width: 1100px; }

a {
  color: #373737; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #373737;
    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; } }
.green {
  color: #8dc955; }

.orange, .pink {
  color: #f8732a; }

.yellow {
  color: #f0ff00; }

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

.large {
  font-size: 120%; }

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(141, 201, 85, 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: #8dc955;
    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 {
  border-top: 4px solid #fe93a1;
  background: #fff; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 5px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 180px; }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
    .header .header_pr span {
      display: inline-block;
      border: 1px solid #7f7f7f;
      color: #7f7f7f;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -o-border-radius: 2px;
      -ms-border-radius: 2px;
      padding: 1px 8px;
      font-size: 13px;
      font-size: 1.3rem; }

.fv .inner {
  position: relative;
  background: url("img/fv_bg.jpg") no-repeat center center/cover;
  height: 270px; }
.fv .fv_band {
  padding: 10px;
  -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;
  background: #8dc955; }
  .fv .fv_band .fv_date {
    margin-right: 15px;
    padding: 0 10px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 35px; }
    .fv .fv_band .fv_date strong {
      color: #f8732a; }
  .fv .fv_band .fv_txt {
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    color: #fff; }
.fv .fv_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  z-index: 1;
  width: 445px; }

.box_inner {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }

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

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

.main_ttl {
  padding: 17px 0 18px;
  background: #8dc955;
  text-align: center; }
  .main_ttl .ttl {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.3; }
    .main_ttl .ttl .medium {
      font-size: 20px;
      font-size: 2rem; }
  .main_ttl.icon_none .ttl::before {
    content: none; }

.sub_ttl {
  margin-bottom: 20px;
  text-align: center; }
  .sub_ttl .ttl {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4; }
    .sub_ttl .ttl::before, .sub_ttl .ttl::after {
      content: '';
      position: absolute;
      left: -60px;
      bottom: 5px;
      width: 25px;
      height: 45px;
      background: url("img/ico_left.png") no-repeat left top/100% auto; }
    .sub_ttl .ttl::after {
      right: -60px;
      left: auto;
      background-image: url("img/ico_right.png"); }
    .sub_ttl .ttl strong {
      font-size: 26px;
      font-size: 2.6rem; }
    .sub_ttl .ttl .border {
      padding: 0 5px;
      border: 1.5px solid #8dc955;
      font-size: 24px;
      font-size: 2.4rem; }

.line_ttl {
  margin: 0 auto 20px;
  padding: 15px 0;
  border-top: 1px solid #8dc955;
  border-bottom: 1px solid #8dc955;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  color: #8dc955; }

.lead {
  line-height: 1.875; }

.cta .txt {
  text-align: center;
  font-weight: 700;
  color: #e12432;
  font-size: 23px;
  font-size: 2.3rem; }

.section01 .inner {
  padding: 20px 0 40px; }
.section01 .table_wrap {
  width: 750px;
  margin: 0 auto; }
.section01 .client_table {
  position: relative;
  width: 100%; }
  .section01 .client_table::before, .section01 .client_table::after {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #ffffe7;
    width: calc(100% / 3);
    height: 100%;
    z-index: -1; }
  .section01 .client_table::after {
    width: calc(100% / 3);
    height: 100%;
    border: 2px solid #e12432;
    z-index: 7; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #bababa; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: calc(100% / 3);
      text-align: center; }
    .section01 .client_table table th {
      background: #f7fdf1;
      font-weight: 700;
      color: #66a42c;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      border-top: 1px solid #bababa;
      border-bottom: 1px solid #bababa;
      font-weight: 700;
      z-index: 6; }
    .section01 .client_table table td {
      padding: 15px 10px;
      border-left: 1px solid #bababa;
      border-right: 1px solid #bababa;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      position: relative;
      z-index: 5;
      font-weight: 500; }
    .section01 .client_table table thead td {
      position: relative;
      vertical-align: top; }
      .section01 .client_table table thead td .image {
        padding: 75px 10px 0;
        position: relative; }
        .section01 .client_table table thead td .image::before {
          content: '';
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 0;
          width: 56px;
          height: 67px;
          background-repeat: no-repeat;
          background-position: left top;
          background-size: 100% auto;
          pointer-events: none;
          z-index: 10; }
        .section01 .client_table table thead td .image a {
          display: block;
          text-decoration: none; }
          .section01 .client_table table thead td .image a:hover img {
            opacity: 1; }
          .section01 .client_table table thead td .image a p {
            font-weight: 700;
            color: #373737;
            margin-top: 3px;
            font-size: 17px;
            font-size: 1.7rem; }
          .section01 .client_table table thead td .image a:hover p {
            text-decoration: underline; }
      .section01 .client_table table thead td:nth-child(1) .image::before {
        background-image: url("img/rank_01.png"); }
      .section01 .client_table table thead td:nth-child(2) .image::before {
        background-image: url("img/rank_02.png"); }
      .section01 .client_table table thead td:nth-child(3) .image::before {
        background-image: url("img/rank_03.png"); }
  .section01 .client_table .ico {
    margin: 0 auto 3px; }
  .section01 .client_table .cta_btn {
    margin: 0 auto 10px;
    width: 90%; }
    .section01 .client_table .cta_btn a {
      font-size: 17px;
      font-size: 1.7rem;
      padding: 24px 0; }

.section02 {
  padding: 50px 0;
  background: #e5ede7; }
  .section02 .inner {
    overflow: hidden;
    width: 750px;
    margin: auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 1px solid #189d39; }
    .section02 .inner + .inner {
      margin-top: 15px; }
  .section02 .box1 {
    padding: 30px 75px 50px; }
  .section02 .box2 {
    padding: 0;
    background: #fff; }
  .section02 .txt {
    line-height: 2; }
    .section02 .txt .comment {
      width: 490px;
      height: 100px;
      line-height: 1.3;
      margin: 0 auto 20px; }
      .section02 .txt .comment:nth-child(odd) {
        padding: 20px 0;
        padding-left: 150px; }
      .section02 .txt .comment:nth-child(1) {
        background: #fff url("img/osusume01.png") no-repeat center/cover; }
      .section02 .txt .comment:nth-child(2) {
        background: #fff url("img/osusume02.png") no-repeat center/cover;
        padding: 30px 0 0;
        padding-left: 30px; }
      .section02 .txt .comment:nth-child(3) {
        background: #fff url("img/osusume03.png") no-repeat center/cover; }
  .section02 .box_ttl {
    background-color: #189d39;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 15px;
    text-align: center;
    display: block;
    margin: 0 0 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .section02 .howtoselect {
    width: 650px;
    padding: 0 10px 20px;
    margin: 0 auto; }
    .section02 .howtoselect li {
      padding: 0 10px 20px;
      display: flex;
      justify-content: space-between; }
      .section02 .howtoselect li:not(:last-child) {
        border-bottom: 1px solid #ccc;
        margin: 0 0 20px; }
      .section02 .howtoselect li .img {
        width: 190px; }
      .section02 .howtoselect li .txt {
        width: 390px;
        font-size: 14px; }
        .section02 .howtoselect li .txt dt {
          font-size: 16px;
          font-weight: 600;
          line-height: 41px;
          margin: 0 0 10px; }
          .section02 .howtoselect li .txt dt img {
            margin: 0 10px 0 0; }
        .section02 .howtoselect li .txt dd {
          line-height: 1.4; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0 75px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }

.client_archive > ul > li {
  margin-top: 40px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 2px solid #bababa;
  background: #fff;
  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 10px 15px 125px;
    border-bottom: 1px solid #bababa; }
    .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      width: 84px;
      height: 99px;
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 100% auto;
      left: 25px;
      top: -15px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      color: #373737;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: none; }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 25px; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #eecb3b;
  background: #ffffe7; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #eecb3b; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("img/rank_01.png"); }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/rank_02.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/rank_03.png"); }
.client_archive .top_heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  font-weight: 700;
  color: #e12432; }
.client_archive .overview {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 15px; }
  .client_archive .overview .image {
    width: 300px; }
  .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 20px; }
    .client_archive .overview .txt .heading {
      font-size: 25px;
      font-size: 2.5rem;
      color: #f8732a;
      font-weight: 700; }
    .client_archive .overview .txt table {
      width: 100%;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 8px 5px;
        border: 1px solid #bababa;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        color: #66a42c;
        background: #f7fdf1;
        width: 25%;
        padding-left: 12px;
        padding-right: 12px;
        font-weight: 700; }
      .client_archive .overview .txt table td {
        padding: 8px 12px; }
      .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: 28px;
          margin-right: 5px; }
        .client_archive .overview .txt table .ico_wrap p {
          width: calc(100% - 33px); }
.client_archive .point,
.client_archive .review,
.client_archive .location {
  overflow: hidden;
  margin-top: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #8dc955; }
  .client_archive .point .ttl,
  .client_archive .review .ttl,
  .client_archive .location .ttl {
    background: #8dc955;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 5px;
    font-size: 21px;
    font-size: 2.1rem; }
  .client_archive .point .contents,
  .client_archive .review .contents,
  .client_archive .location .contents {
    background: #fff; }
    .client_archive .point .contents .slick-dots li,
    .client_archive .review .contents .slick-dots li,
    .client_archive .location .contents .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 5px; }
      .client_archive .point .contents .slick-dots li button,
      .client_archive .review .contents .slick-dots li button,
      .client_archive .location .contents .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        background: #fff;
        border: 1px solid #8dc955;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
        .client_archive .point .contents .slick-dots li button::before,
        .client_archive .review .contents .slick-dots li button::before,
        .client_archive .location .contents .slick-dots li button::before {
          content: none; }
      .client_archive .point .contents .slick-dots li.slick-active button,
      .client_archive .review .contents .slick-dots li.slick-active button,
      .client_archive .location .contents .slick-dots li.slick-active button {
        background: #a9dcbe; }
    .client_archive .point .contents .quote,
    .client_archive .review .contents .quote,
    .client_archive .location .contents .quote {
      padding: 0 120px;
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem; }
.client_archive .point {
  margin-top: 20px; }
  .client_archive .point .contents {
    padding: 15px 100px; }
  .client_archive .point ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-size: 1.8rem; }
    .client_archive .point ul li::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 19px;
      height: 14px;
      background: url("img/ico_check.png") no-repeat left top/100% auto; }
    .client_archive .point ul li + li {
      margin-top: 5px; }
.client_archive .review .contents {
  padding: 15px 10px; }
.client_archive .review .review_slides .review_slide {
  padding: 10px; }
  .client_archive .review .review_slides .review_slide .slide_inner {
    width: 740px;
    background: #8dc955;
    margin: 0 auto;
    padding: 30px 0;
    box-shadow: 0 5px 5px rgba(142, 142, 142, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    -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; }
    .client_archive .review .review_slides .review_slide .slide_inner .image {
      width: 50%;
      text-align: center; }
      .client_archive .review .review_slides .review_slide .slide_inner .image img {
        display: block;
        width: 240px;
        margin: auto; }
      .client_archive .review .review_slides .review_slide .slide_inner .image p {
        margin-top: 10px;
        font-weight: 700;
        color: #f0ff00;
        font-size: 18px;
        font-size: 1.8rem; }
    .client_archive .review .review_slides .review_slide .slide_inner .txt {
      width: 50%;
      padding-right: 45px;
      font-size: 15px;
      font-size: 1.5rem;
      color: #fff; }
      .client_archive .review .review_slides .review_slide .slide_inner .txt span {
        font-weight: 700;
        color: #f0ff00; }
.client_archive .location .contents {
  padding: 20px 10px 30px; }
.client_archive .location .location_tab {
  -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;
  width: 660px;
  margin: auto; }
  .client_archive .location .location_tab li {
    width: calc(100% / 4);
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    cursor: pointer; }
    .client_archive .location .location_tab li span {
      display: block;
      position: relative;
      width: 50px;
      height: 50px;
      margin: 10px auto 0;
      background: url("img/ico_trigger.png") no-repeat left top/100% auto;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .client_archive .location .location_tab li.select span {
      transform: rotate(-45deg);
      opacity: .7; }
.client_archive .location .content_wrap {
  position: relative;
  margin: 30px auto 0;
  padding: 20px 25px;
  width: 660px;
  border: 1px solid #c1e6fc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0 2px 7px rgba(152, 152, 152, 0.33); }
  .client_archive .location .content_wrap::before {
    content: '';
    position: absolute;
    top: -14.5px;
    left: 100px;
    width: 17px;
    height: 15px;
    background: url("img/ico_fukidashi.png") no-repeat left top/100% auto;
    z-index: 1; }
  .client_archive .location .content_wrap.item_01::before {
    left: 8.5%; }
  .client_archive .location .content_wrap.item_02::before {
    left: 35.5%; }
  .client_archive .location .content_wrap.item_03::before {
    left: 60.5%; }
  .client_archive .location .content_wrap.item_04::before {
    left: 85.8%; }
  .client_archive .location .content_wrap.item_05::before {
    left: 23.5%; }
  .client_archive .location .content_wrap.item_06::before {
    left: 48.5%; }
  .client_archive .location .content_wrap.item_07::before {
    left: 73.5%; }
  .client_archive .location .content_wrap table {
    width: 100%;
    border: 1px solid #bababa; }
    .client_archive .location .content_wrap table th, .client_archive .location .content_wrap table td {
      border: 1px solid #bababa;
      padding: 15px;
      vertical-align: middle;
      font-size: 14px;
      font-size: 1.4rem; }
    .client_archive .location .content_wrap table th {
      width: 130px;
      background: #8dc955;
      border-color: #fff;
      color: #fff;
      font-weight: 500;
      text-align: center; }
  .client_archive .location .content_wrap .none {
    padding: 20px 0;
    text-align: center; }
.client_archive .cta {
  margin-top: 15px; }
  .client_archive .cta .cta_btn {
    width: 700px;
    margin: 8px auto 0; }
    .client_archive .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 70px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 table tbody tr:first-child {
  position: relative;
  background: #ffffe7; }
.section04 table {
  width: 100%;
  background: #fff; }
  .section04 table th, .section04 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #bababa;
    padding: 8px 5px; }
  .section04 table thead th {
    background: #f7fdf1;
    color: #66a42c;
    line-height: 1.2;
    padding-top: 14px;
    padding-bottom: 14px; }
  .section04 table tbody {
    /*
    tr:first-child {
    	position: relative;
    	border:2px solid $subColor;
    }
    */ }
    .section04 table tbody .image {
      display: block;
      width: 75%;
      margin: auto; }
    .section04 table tbody .ico {
      width: 36px;
      margin: 0 auto 5px; }
    .section04 table tbody td p {
      line-height: 1.4;
      font-size: 13px;
      font-size: 1.3rem; }
    .section04 table tbody a p {
      color: #10adf6;
      font-weight: 500;
      text-decoration: underline; }
    .section04 table tbody td:nth-child(3), .section04 table tbody td:nth-child(4), .section04 table tbody td:nth-child(5), .section04 table tbody td:nth-child(6), .section04 table tbody td:nth-child(7), .section04 table tbody td:nth-child(8), .section04 table tbody td:nth-child(9), .section04 table tbody td:nth-child(10) {
      vertical-align: text-top; }
.section04 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.section04 .cta_btn a {
  line-height: 1.3;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.section05 .main_ttl {
  padding: 34px 0; }
.section05 .container {
  padding: 35px 0 75px;
  background: #e5ede7; }
.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 90px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
.section05 .flex_box {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  margin-bottom: 10px; }
  .section05 .flex_box .img {
    width: 300px;
    margin-right: 25px; }
  .section05 .flex_box .txt {
    width: calc(100% - 325px);
    padding-top: 20px; }
    .section05 .flex_box .txt h3 {
      margin-bottom: 30px;
      text-align: center;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 700; }
      .section05 .flex_box .txt h3 .line {
        display: block;
        margin-top: 10px;
        padding: 10px;
        border-top: 1px solid #e12432;
        border-bottom: 1px solid #e12432; }
    .section05 .flex_box .txt .name {
      text-align: center;
      font-weight: 700;
      font-size: 28px;
      font-size: 2.8rem; }
.section05 .lead {
  font-size: 15px;
  font-size: 1.5rem; }
.section05 .cta {
  margin-top: 15px; }
  .section05 .cta .cta_btn {
    width: 700px;
    margin: 8px auto 0; }
    .section05 .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }
.section05 .remarks {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .section05 .remarks {
      width: 100%; } }

.short_search_section .inner {
  width: 750px; }
.short_search_section .ttl {
  display: none;
  margin-bottom: 20px;
  padding: 10px 0;
  background: #8dc955;
  text-align: center; }
  .short_search_section .ttl span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    /*&::before {
    	content: '';
    	position: absolute;
    	top: -2px;
    	left: 0;
    	width: 31px;
    	height: 39px;
    	background: url("../assets/img/ico_search.png") no-repeat left top / 100% auto;
    }*/ }
.short_search_section table {
  table-layout: fixed;
  width: 100%; }
  .short_search_section table th, .short_search_section table td {
    padding: 3px; }
  .short_search_section table td {
    font-size: 13px;
    font-size: 1.3rem; }
    .short_search_section table td .item label {
      cursor: pointer;
      display: block;
      padding: 5px;
      border: 1px solid #bababa;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px; }
      .short_search_section table td .item label input {
        margin-right: 10px;
        vertical-align: -1px; }
    .short_search_section table td select {
      cursor: pointer;
      outline: none;
      width: 100%;
      height: 33px;
      border: 1px solid #bababa;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px; }
    .short_search_section table td .cta_btn {
      position: relative;
      width: 100%;
      height: 33px;
      border: none;
      box-shadow: none;
      color: #fff; }
      .short_search_section table td .cta_btn::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 70px;
        width: 16px;
        height: 20px;
        background: url("img/ico_search.png") no-repeat left top/100% auto; }

.page_resultpage {
  padding: 40px 0; }
  .page_resultpage .inner {
    padding: 0; }
  .page_resultpage .result_head {
    margin-bottom: 40px; }
    .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; }
    .page_resultpage .result_head table {
      width: 100%;
      margin-top: 15px;
      background: #fff; }
      .page_resultpage .result_head table th, .page_resultpage .result_head table td {
        border: 1px solid #e9e9e9;
        width: calc(100% / 6);
        padding: 5px;
        font-size: 13px;
        font-size: 1.3rem; }
      .page_resultpage .result_head table th {
        background: #f8732a;
        color: #8dc955;
        text-align: center; }
      .page_resultpage .result_head table td {
        padding: 5px 10px; }
  .page_resultpage .short_search_section .ttl {
    display: block; }

.result_body {
  margin-bottom: 60px; }
  .result_body table {
    width: 100%;
    background: #fff; }
    .result_body table th, .result_body table td {
      border: 1px solid #ddd;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem; }
    .result_body table thead th {
      padding: 10px;
      background: #f8732a;
      color: #8dc955;
      font-weight: 700; }
    .result_body table td {
      padding: 10px 5px; }
      .result_body table td.image {
        width: 120px; }
        .result_body table td.image img {
          width: 110px; }
        .result_body table td.image a {
          display: block;
          color: #10adf6; }
          .result_body table td.image a:hover img {
            opacity: 1; }
        .result_body table td.image p {
          margin-top: 3px;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 500; }
      .result_body table td.btn {
        width: 130px; }
      .result_body table td.image a[href=""], .result_body table td.btn .cta_btn a[href=""] {
        pointer-events: none;
        text-decoration: none; }
        .result_body table td.image a[href=""] p, .result_body table td.btn .cta_btn a[href=""] p {
          color: #333;
          text-decoration: none; }
      .result_body table td .ico {
        width: 36px;
        margin: 0 auto 5px; }
      .result_body table td .txt {
        line-height: 1.4; }
  .result_body .cta_btn a {
    padding: 15px 5px;
    font-size: 14px;
    font-size: 1.4rem; }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(64, 169, 107, 0.9);
  background: rgba(141, 201, 85, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 90px;
    background: none; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
  .fixed_cta .img {
    position: absolute;
    bottom: 0;
    left: 110px; }
  .fixed_cta .cta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    right: 110px; }
    .fixed_cta .cta .cta_btn a {
      padding: 10px 0;
      font-size: 15px;
      font-size: 1.5rem; }

.footer .inner {
  padding: 50px 0 30px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .footer .inner {
      width: 100%; } }
.footer .privacy {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .footer .privacy .ico {
    width: 100px; }
  .footer .privacy .txt {
    padding-left: 20px; }
.footer .f_nav {
  width: 800px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px 0;
  margin: 20px auto 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: 30px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        text-decoration: none; }
.footer .copyright {
  background: #8dc955;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem; }

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

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .box {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .box .img {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 160px;
        width: 60%; }
    .exitProtection .wrap .cta {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 18px;
      width: 370px;
      margin: auto; }
      .exitProtection .wrap .cta .cta_btn {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; }
        .exitProtection .wrap .cta .cta_btn span {
          display: block;
          text-decoration: none;
          line-height: 1.4;
          color: #fff !important;
          font-weight: 700;
          font-size: 20px;
          font-size: 2rem;
          text-align: center;
          padding: 15px 5px; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }

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

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

.useBefore {
  margin: 5px 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #199D39;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 11px;
  font-size: 1.1rem; }
  .useBefore span {
    font-weight: bold;
    display: inline-block; }
  .useBefore strong {
    display: inline-block;
    background: #fff000;
    padding: 1px 2px;
    color: #ff0000;
    font-weight: bold; }
  .useBefore .usage-trigger {
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    background-color: #199D39;
    margin-top: 5px;
    color: #fff;
    font-weight: bold; }
    .useBefore .usage-trigger.blue {
      cursor: pointer;
      padding: 0;
      line-height: 1;
      background-color: transparent;
      margin-top: 5px;
      color: #170C7B;
      font-weight: bold;
      text-decoration: underline;
      font-size: 11px;
      font-size: 1.1rem; }
      .useBefore .usage-trigger.blue.active {
        background-color: transparent; }
        .useBefore .usage-trigger.blue.active span {
          transform: rotate(0); }
    .useBefore .usage-trigger.active {
      background-color: #199D39; }
      .useBefore .usage-trigger.active span {
        transform: rotate(180deg); }
  .useBefore .usage-contents {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem; }
  .useBefore.no-border {
    border: none;
    padding: 0;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 10px; }
