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

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

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

ul, ol {
  list-style: none; }

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

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

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

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

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

iframe {
  border: 0; }

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

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

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

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

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

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

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

.cf:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #d95593;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #d95593;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #d95593;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #d95593;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #d95593;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #d95593;
  -moz-box-shadow: 0 5px 0 #d95593;
  box-shadow: 0 5px 0 #d95593;
  background: #fc65ac;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    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-color: #fff;
  background-image: url("img/body_bg.jpg");
  background-repeat: repeat-y;
  background-position: center center;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

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

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

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.marker {
  background: linear-gradient(transparent 50%, #f9f114 0%); }

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

.header {
  background: #fff;
  border-top: 4px solid #f4b3c8; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    .header .inner .logo {
      width: 180px;
      margin: 0 auto; }
      .header .inner .logo img {
        width: 100%;
        height: auto; }
    .header .inner .pr_header {
      position: absolute;
      right: 0;
      top: 17px; }

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

.wrapper {
  padding-bottom: 30px; }

.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 310px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_txt {
    font-size: 25px;
    font-size: 2.5rem;
    color: #967851;
    font-weight: 500;
    position: absolute;
    top: 25px;
    left: 80px;
    z-index: 1; }
  .fv .fv_image {
    position: absolute;
    left: 25px;
    bottom: 25px; }

.fv2 {
  background-image: url("img/fv_bg2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv2 .title {
    text-align: center;
    background-color: #f198c2;
    padding: 4px;
    font-size: 23px;
    font-size: 2.3rem;
    color: #fff; }
    .fv2 .title .inner {
      width: 950px;
      margin: 0 auto;
      height: auto; }
      .fv2 .title .inner strong {
        color: #fff60d;
        font-size: 26px;
        font-size: 2.6rem; }
      .fv2 .title .inner .fukidashi {
        line-height: 37px;
        width: 210px;
        height: 39px;
        left: 170px;
        border-radius: 10px;
        position: relative;
        background-color: #ffffff;
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        margin: 0 20px 0 0;
        float: left;
        text-align: center;
        color: #967851; }
        .fv2 .title .inner .fukidashi span {
          font-size: 28px;
          font-size: 2.8rem;
          color: #f85987;
          margin-left: 5px; }
        .fv2 .title .inner .fukidashi b {
          font-size: 23px;
          font-size: 2.3rem;
          color: #fc65ac; }
        .fv2 .title .inner .fukidashi::after {
          position: absolute;
          right: -10px;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          content: "";
          width: 10px;
          height: 10px;
          border-left: 8px solid #fff;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent; }
  .fv2 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 310px; }
    @media only screen and (max-width: 768px) {
      .fv2 .inner {
        width: 100%; } }
  .fv2 .fv_txt {
    font-size: 25px;
    font-size: 2.5rem;
    color: #967851;
    font-weight: 500;
    position: absolute;
    top: 25px;
    left: 80px;
    z-index: 1; }
  .fv2 .fv_image {
    position: absolute;
    left: 25px;
    bottom: 0; }
  .fv2 .fvb_date {
    position: relative;
    margin: 0px auto 0;
    display: block;
    background: #faf1e4;
    width: 285px;
    height: 50px;
    border-radius: 30px;
    color: #967851;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    right: 190px;
    top: 15px; }
    .fv2 .fvb_date span {
      color: #967851; }
    .fv2 .fvb_date::after {
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      content: "";
      width: 12px;
      height: 12px;
      border-top: 10px solid #faf1e4;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent; }

.main_ttl {
  background: #f198c2;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700; }
  .main_ttl span {
    font-size: 28px;
    font-size: 2.8rem;
    color: #fff60d; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 50px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .anchor_link 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; }
  .section01 .anchor_link ul li {
    width: calc((100% - 6%) / 3);
    margin-left: 3%;
    margin-top: 15px; }
    .section01 .anchor_link ul li:nth-child(1), .section01 .anchor_link ul li:nth-child(4) {
      margin-left: 0; }
    .section01 .anchor_link ul li a {
      display: block;
      text-decoration: none; }
.section01 .anchor_link .txt {
  margin-top: 5px;
  border: 1px solid #b18978;
  padding: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center; }
.section01 .anchor_link.top_rank {
  margin: 0 auto 60px;
  max-width: 650px; }
  .section01 .anchor_link.top_rank .name {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center; }
  .section01 .anchor_link.top_rank .txt {
    margin: 5px 0;
    font-weight: 500;
    font-size: 13px;
    font-size: 1.3rem; }
  .section01 .anchor_link.top_rank ul li {
    position: relative;
    margin-top: 35px; }
    .section01 .anchor_link.top_rank ul li::before {
      content: "";
      position: absolute;
      width: 40px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -30px;
      pointer-events: none; }
    .section01 .anchor_link.top_rank ul li:nth-child(1) .name {
      color: #fc65ac; }
    .section01 .anchor_link.top_rank ul li:nth-child(1) .txt {
      color: #fc65ac;
      background: #fffedd;
      border-color: #fc65ac;
      font-weight: 700; }
    .section01 .anchor_link.top_rank ul li:nth-child(1)::before {
      background-image: url(img/ico_idx_rank_01.png); }
    .section01 .anchor_link.top_rank ul li:nth-child(2) .cta_btn {
      -webkit-box-shadow: 0 5px 0 #36A05B;
      -moz-box-shadow: 0 5px 0 #36A05B;
      box-shadow: 0 5px 0 #36A05B;
      background: #54C27B;
      animation: animationbtn2 2s infinite; }
    .section01 .anchor_link.top_rank ul li:nth-child(2)::before {
      background-image: url(img/ico_idx_rank_02.png); }
    .section01 .anchor_link.top_rank ul li:nth-child(3) .cta_btn {
      -webkit-box-shadow: 0 5px 0 #36A05B;
      -moz-box-shadow: 0 5px 0 #36A05B;
      box-shadow: 0 5px 0 #36A05B;
      background: #54C27B;
      animation: animationbtn2 2s infinite; }
    .section01 .anchor_link.top_rank ul li:nth-child(3)::before {
      background-image: url(img/ico_idx_rank_03.png); }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 5px 0 #36A05B;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #36A05B;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #36A05B;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #36A05B;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #36A05B;
    top: 0px; } }
.section01 .top_heading {
  text-align: center; }
  .section01 .top_heading span {
    display: inline-block;
    font-size: 25px;
    font-size: 2.5rem;
    color: #967851;
    position: relative;
    font-weight: 700;
    padding: 0 74px; }
    .section01 .top_heading span::before, .section01 .top_heading span::after {
      content: "";
      position: absolute;
      width: 40px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      bottom: 3px;
      pointer-events: none; }
    .section01 .top_heading span::before {
      left: 0;
      background-image: url("img/section01_ttl_before.jpg"); }
    .section01 .top_heading span::after {
      right: 0;
      background-image: url("img/section01_ttl_after.jpg"); }
    .section01 .top_heading span strong {
      font-size: 33px;
      font-size: 3.3rem;
      color: #fc65ac;
      font-weight: 900; }
.section01 .wrap {
  position: relative;
  margin-top: 50px; }
  .section01 .wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: calc(100% / 5);
    height: 100%;
    background: transparent;
    pointer-events: none;
    border: 2px solid #fc65ac; }
.section01 .wrap.three_clinics {
  width: 720px;
  margin: 55px auto 0; }
  .section01 .wrap.three_clinics::before {
    width: calc(100% / 3); }
.section01 table th, .section01 table td {
  text-align: center;
  vertical-align: middle; }
.section01 table th {
  font-weight: 500;
  color: #967851;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px;
  background: #faf1e4; }
.section01 table td {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #d4d4d4;
  width: calc(100% / 5);
  padding: 10px 8px; }
  .section01 table td.overview {
    vertical-align: top; }
.section01 table tr td:first-child {
  background: #fffedd; }
.section01 table tr:first-child td {
  position: relative; }
  .section01 table tr:first-child td::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
    pointer-events: none; }
  .section01 table tr:first-child td:nth-child(1)::before {
    background-image: url(img/ico_idx_rank_01.png); }
  .section01 table tr:first-child td:nth-child(2)::before {
    background-image: url(img/ico_idx_rank_02.png); }
  .section01 table tr:first-child td:nth-child(3)::before {
    background-image: url(img/ico_idx_rank_03.png); }
  .section01 table tr:first-child td:nth-child(4)::before {
    background-image: url(img/ico_idx_rank_04.png); }
  .section01 table tr:first-child td:nth-child(5)::before {
    background-image: url(img/ico_idx_rank_05.png); }
.section01 .image {
  padding-top: 10px;
  margin: 0 auto; }
.section01 .name {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500; }
.section01 .ico {
  width: 30px;
  margin: 0 auto 5px; }
.section01 .cta_btn {
  width: 95%;
  margin: 0 auto 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .section01 .cta_btn a {
    padding: 0.7em;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem; }
.section01 .remarks {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #31302c; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 80px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .table_area {
  border: 3px solid #fcdeec;
  border-radius: 10px;
  padding: 35px 55px 40px;
  text-align: center; }
  .section02 .table_area .heading {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    color: #967851;
    font-weight: 500;
    margin-bottom: 10px; }
    .section02 .table_area .heading span {
      font-weight: 700;
      color: #fc65ac;
      font-size: 30px;
      font-size: 3rem; }
  .section02 .table_area table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    position: relative;
    z-index: 10; }
    .section02 .table_area table tleg {
      position: relative;
      z-index: 10; }
    .section02 .table_area table th {
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      text-align: center; }
    .section02 .table_area table .th_top {
      background-color: #e2e5e7;
      width: 255px;
      padding: 8px 12px;
      color: #818283;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700; }
      .section02 .table_area table .th_top.maincolor {
        background: #fc65ac;
        color: #fff; }
    .section02 .table_area table .th_side {
      background-color: #fcdeec;
      width: 178px;
      padding: 18px 22px;
      color: #fc65ac;
      font-weight: 700; }
    .section02 .table_area table td {
      border: 2px solid #fcdeec;
      padding: 7px 10px;
      font-size: 14px;
      background-color: #fff; }
    .section02 .table_area table::before {
      display: block;
      content: "";
      height: 95%;
      width: 278px;
      position: absolute;
      background-color: #fffedd;
      bottom: 0;
      left: 212px;
      z-index: -1;
      pointer-events: none; }
    .section02 .table_area table::after {
      content: "";
      position: absolute;
      left: 208px;
      height: 95%;
      bottom: 5px;
      z-index: 1;
      pointer-events: none;
      border: 2px solid #fc65ac;
      width: 283px; }
.section02 .faq {
  margin-top: 20px; }
  .section02 .faq .heading {
    text-align: center; }
    .section02 .faq .heading .wrap {
      display: inline-block;
      padding: 0 80px;
      position: relative;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      color: #967851;
      background: #fff; }
      .section02 .faq .heading .wrap::before, .section02 .faq .heading .wrap::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
        height: 1px;
        background: #fc65ac; }
      .section02 .faq .heading .wrap::before {
        left: -50px; }
      .section02 .faq .heading .wrap::after {
        right: -50px; }
      .section02 .faq .heading .wrap span {
        color: #fc65ac; }
  .section02 .faq .wrap {
    margin-top: 40px; }
    .section02 .faq .wrap ul li {
      margin-top: 20px; }
      .section02 .faq .wrap ul li:first-child {
        margin-top: 0; }
  .section02 .faq .question, .section02 .faq .answer {
    position: relative;
    padding: 5px 120px 0 55px; }
    .section02 .faq .question::before, .section02 .faq .answer::before {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 0;
      pointer-events: none; }
  .section02 .faq .question {
    font-size: 18px;
    font-size: 1.8rem;
    cursor: pointer;
    font-weight: 500; }
    .section02 .faq .question::before {
      background-image: url("img/section02_question.png"); }
    .section02 .faq .question::after {
      content: "";
      position: absolute;
      width: 26px;
      height: 100%;
      background-image: url("img/section02_trigger.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: 0;
      top: 0;
      pointer-events: none; }
    .section02 .faq .question.active::after {
      -moz-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .section02 .faq .answer {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 20px; }
    .section02 .faq .answer::before {
      background-image: url("img/section02_answer.png"); }
.section02 .point {
  margin-top: 50px; }
  .section02 .point .heading {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    color: #967851;
    font-weight: 500; }
    .section02 .point .heading span {
      font-weight: 700;
      color: #fc65ac;
      font-size: 30px;
      font-size: 3rem; }
  .section02 .point .items {
    margin-top: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .section02 .point .items .item {
      width: 290px;
      border: 2px solid #fc65ac;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 15px 0;
      background: #fef7fa;
      text-align: center; }
  .section02 .point .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fc65ac;
    width: 220px;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #fc65ac; }
  .section02 .point .txt {
    padding: 10px 0;
    font-size: 18px;
    font-size: 1.8rem; }
    .section02 .point .txt span {
      color: #fc65ac;
      font-weight: 700; }
  .section02 .point .items .item:nth-child(1) .txt,
  .section02 .point .items .item:nth-child(3) .txt {
    padding-top: 25px; }
.section02 .flow {
  margin-top: 70px; }
  .section02 .flow .heading {
    text-align: center; }
    .section02 .flow .heading .wrap {
      display: inline-block;
      padding: 0 180px;
      position: relative;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      color: #967851;
      background: #fff; }
      .section02 .flow .heading .wrap::before, .section02 .flow .heading .wrap::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
        height: 1px;
        background: #fc65ac; }
      .section02 .flow .heading .wrap::before {
        left: -50px; }
      .section02 .flow .heading .wrap::after {
        right: -50px; }
  .section02 .flow .step {
    margin-top: 20px; }
    .section02 .flow .step ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      padding: 0 35px; }
      .section02 .flow .step ul li {
        width: 205px;
        text-align: center; }
    .section02 .flow .step .txt1 span {
      display: inline-block;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      color: #fc65ac;
      border-bottom: 1px solid #fc65ac;
      padding-bottom: 3px; }
    .section02 .flow .step .txt2 {
      margin-top: 5px;
      font-size: 15px;
      font-size: 1.5rem; }
    .section02 .flow .step .image {
      margin-top: 10px; }

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

.client_archive {
  margin-top: 20px; }
  .client_archive > ul > li {
    margin-top: 40px; }
    .client_archive > ul > li:first-child {
      margin-top: 0; }
  .client_archive .client_card {
    border: 2px solid #ded6cd; }
    .client_archive .client_card .client_name {
      position: relative;
      padding: 15px 10px 15px 125px;
      border-bottom: 1px solid #ded6cd; }
      .client_archive .client_card .client_name::before {
        content: "";
        position: absolute;
        width: 81px;
        height: 130px;
        background-image: url("img/client_ico.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 25px;
        top: -42px;
        pointer-events: none; }
      .client_archive .client_card .client_name a {
        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 25px 40px; }
  .client_archive > ul > li:nth-child(1) .client_card {
    border-color: #e0dd88;
    background: #fffedd; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name {
      border-bottom-color: #e0dd88; }
      .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
        background-image: url("img/client_ico_rank_01.png"); }
  .client_archive > ul > li:nth-child(1) .achievement.clf .case {
    padding: 20px 40px;
    text-align: center; }
  .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("img/client_ico_rank_02.png"); }
  .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("img/client_ico_rank_03.png"); }
  .client_archive > ul > li:nth-child(4) .client_name::before {
    background-image: url("img/client_ico_rank_04.png"); }
  .client_archive > ul > li:nth-child(5) .client_name::before {
    background-image: url("img/client_ico_rank_05.png"); }
  .client_archive > ul > li.pickup {
    position: relative;
    margin-top: 150px; }
    .client_archive > ul > li.pickup::before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -87px;
      width: 380px;
      height: 57px;
      background: url(img/ttl_pickup.png) no-repeat center top; }
    .client_archive > ul > li.pickup .client_card .client_name {
      /*border-bottom-color: #fde5aa;
      padding-top: 40px;
      padding-left: 0;
      padding-right: 0;
      text-align: center;*/ }
      .client_archive > ul > li.pickup .client_card .client_name::before {
        background-image: url("img/client_ico_rank_pr.png"); }
  .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; }
    .client_archive .overview .image {
      width: 300px; }
    .client_archive .overview .txt {
      width: calc(100% - 300px);
      padding-left: 10px; }
      .client_archive .overview .txt .heading {
        font-size: 24px;
        font-size: 2.4rem;
        color: #fc65ac;
        font-weight: 700; }
        .client_archive .overview .txt .heading sup {
          font-size: 14px;
          font-size: 1.4rem; }
      .client_archive .overview .txt table {
        width: 100%;
        margin-top: 15px;
        border: 1px solid #e4e4e4;
        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 6px;
          border-left: 1px solid #e4e4e4;
          border-bottom: 1px solid #e4e4e4; }
        .client_archive .overview .txt table th {
          width: 22%;
          font-weight: 500;
          color: #fff;
          background: #fc65ac; }
  .client_archive .point {
    margin-top: 15px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #faf1e4; }
    .client_archive .point .ttl {
      background: #faf1e4;
      text-align: center;
      color: #967851;
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 700;
      padding: 6px 0; }
    .client_archive .point .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;
      padding: 10px 25px; }
      .client_archive .point .wrap .image {
        width: 114px; }
      .client_archive .point .wrap .txt {
        width: calc(100% - 114px);
        padding-left: 30px; }
        .client_archive .point .wrap .txt ul li {
          font-size: 20px;
          font-size: 2rem;
          margin-top: 3px;
          position: relative;
          padding-left: 28px; }
          .client_archive .point .wrap .txt ul li:first-child {
            margin-top: 0; }
          .client_archive .point .wrap .txt ul li::before {
            content: "";
            position: absolute;
            width: 18px;
            height: 100%;
            background-image: url("img/client_archive_point_ico2.png");
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% auto;
            left: 0;
            top: 6px;
            pointer-events: none; }
          .client_archive .point .wrap .txt ul li span {
            color: #fc65ac;
            font-weight: 700; }
  .client_archive .achievement {
    margin-top: 15px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #faf1e4; }
    .client_archive .achievement .ttl {
      background: #faf1e4;
      text-align: center;
      color: #967851;
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 700;
      padding: 6px 0; }
    .client_archive .achievement .image {
      margin-top: 20px;
      text-align: center; }
    .client_archive .achievement ul li h4 {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      color: #967851;
      padding-bottom: 10px; }
      .client_archive .achievement ul li h4 span {
        font-size: 15px;
        font-size: 1.5rem;
        background-color: #967851;
        color: #fff;
        padding: 1px 3px 3px 3px;
        border-radius: 3px;
        margin-right: 5px; }
    .client_archive .achievement ul li img {
      width: 400px;
      margin: 0 auto; }
    .client_archive .achievement ul li p {
      text-align: left;
      font-size: 16px;
      font-size: 1.6rem;
      padding: 10px 170px; }
    .client_archive .achievement ul li .woman {
      position: relative; }
      .client_archive .achievement ul li .woman::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 100%;
        background-image: url("img/voice_woman.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 95px;
        top: 8px;
        pointer-events: none; }
  .client_archive .location {
    margin-top: 10px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #faf1e4; }
    .client_archive .location .ttl {
      background: #faf1e4;
      text-align: center;
      color: #967851;
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 700;
      padding: 6px 0; }
    .client_archive .location .wrap {
      padding: 25px 0; }
    .client_archive .location table {
      width: 700px;
      margin: 0 auto;
      border: 1px solid #b7b4b6; }
      .client_archive .location table th, .client_archive .location table td {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px; }
      .client_archive .location table th {
        text-align: center;
        color: #fff;
        background: #b7b4b6;
        width: 130px;
        border-bottom: 1px solid #fff; }
      .client_archive .location table td {
        padding-left: 15px;
        padding-right: 15px;
        border: 1px solid #b7b4b6; }
  .client_archive .cta {
    margin-top: 20px; }
    .client_archive .cta .txt {
      font-size: 23px;
      font-size: 2.3rem;
      color: #fc65ac;
      text-align: center;
      font-weight: 700; }
    .client_archive .cta .cta_btn {
      width: 750px;
      margin: 10px auto 0;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .client_archive .cta .cta_btn a {
        font-size: 23px;
        font-size: 2.3rem;
        padding: 20px 0; }
  .client_archive .remarks {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #31302c; }
  .client_archive .quotation {
    margin-top: 5px;
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem;
    color: #31302c; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .ico {
  width: 28px;
  margin: 0 auto 5px; }
.section04 table {
  width: 100%;
  border: 1px solid #e4e4e4; }
  .section04 table th, .section04 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 5px; }
  .section04 table thead th {
    background: #faf1e4;
    color: #967851;
    line-height: 1.3; }
  .section04 table tbody tr:first-child {
    background: #fffedd;
    border: 2px solid #fc65ac; }
  .section04 table tbody td p {
    margin-top: 5px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.3rem; }
  .section04 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
.section04 .cta_btn {
  width: 110px;
  margin: 0 auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .section04 .cta_btn a {
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem; }
.section04 .remarks {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem; }

.section05 {
  margin-top: 30px; }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 0 10px #e4e4e4;
    -moz-box-shadow: 0 0 10px #e4e4e4;
    box-shadow: 0 0 10px #e4e4e4;
    padding-bottom: 60px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
  .section05 .ttl {
    width: 1030px;
    background: #8e99d7;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 0;
    left: -15px;
    padding: 0.6em;
    color: #fff; }
    .section05 .ttl span {
      font-weight: 700;
      color: #fff60d; }
    .section05 .ttl::before, .section05 .ttl::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      bottom: -15px; }
    .section05 .ttl::before {
      border-width: 0 15px 15px 0;
      border-color: transparent #747eb9 transparent transparent;
      left: 0; }
    .section05 .ttl::after {
      border-width: 15px 15px 0 0;
      border-color: #747eb9 transparent transparent transparent;
      right: 0; }
  .section05 .recommend {
    background: #fffedd;
    padding: 120px 0 30px; }
    .section05 .recommend .wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .section05 .recommend .wrap .image {
        width: 210px; }
      .section05 .recommend .wrap .txt {
        padding-left: 30px;
        text-align: center; }
        .section05 .recommend .wrap .txt .heading {
          font-size: 20px;
          font-size: 2rem;
          font-weight: 700;
          color: #fc65ac; }
          .section05 .recommend .wrap .txt .heading sup {
            font-size: 14px;
            font-size: 1.4rem; }
    .section05 .recommend .cta_btn {
      margin-top: 10px;
      width: 500px; }
      .section05 .recommend .cta_btn a {
        font-size: 20px;
        font-size: 2rem; }
  .section05 .container + .recommend {
    padding-top: 30px; }
  .section05 .container {
    width: 760px;
    margin: 0 auto;
    padding: 30px 0 50px; }
  .section05 .note {
    margin-top: 30px;
    text-align: center; }
    .section05 .note span {
      font-weight: 700;
      color: #fc65ac; }
      .section05 .note span.marker {
        font-weight: 400;
        color: #333; }
  .section05 .matome {
    margin-top: 50px; }
    .section05 .matome .heading {
      text-align: center; }
      .section05 .matome .heading span {
        display: inline-block;
        padding-bottom: 5px;
        color: #8e99d7;
        font-weight: 700;
        border-bottom: 1px solid #8e99d7;
        font-size: 23px;
        font-size: 2.3rem; }
    .section05 .matome ul {
      width: 575px;
      margin: 30px auto 0;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      .section05 .matome ul li {
        width: 280px;
        border: 1px solid #8e99d7;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 25px 5px 8px;
        text-align: center;
        margin-top: 12px; }
        .section05 .matome ul li:nth-child(1), .section05 .matome ul li:nth-child(2) {
          margin-top: 0; }
        .section05 .matome ul li .lead {
          line-height: 1.4;
          font-size: 19px;
          font-size: 1.9rem;
          font-weight: 700;
          color: #8e99d7; }
        .section05 .matome ul li .image {
          margin-top: 20px; }
    .section05 .matome .remarks {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem; }
  .section05 .remarks {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 50px; }

.fixed_cta {
  position: fixed;
  display: none;
  width: 100%;
  z-index: 10;
  left: 0;
  bottom: 0;
  background: rgba(252, 234, 243, 0.95); }
  .fixed_cta .inner {
    -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; }
    .fixed_cta .inner .image {
      width: 614px; }
    .fixed_cta .inner .cta_btn {
      width: 240px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .fixed_cta .inner .cta_btn a {
        font-size: 16px;
        font-size: 1.6rem; }

.footer {
  margin-top: 30px; }
  .footer .ft_menu .p_mark {
    max-width: 700px;
    margin: 0px auto;
    padding: 20px; }
  .footer .ft_menu .p_mark p {
    display: inline-block; }
  .footer .ft_menu .p_mark .pra_txt {
    max-width: 500px; }
  .footer .ft_menu .ft_nav {
    max-width: 700px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .footer .ft_menu .ft_nav li.pri_pol {
    width: 160px; }
  .footer .ft_menu .ft_nav li.contact {
    width: 120px; }
  .footer .ft_menu .ft_nav ul {
    display: flex;
    justify-content: space-around; }
  .footer .ft_menu .ft_nav li {
    display: inline-block;
    width: auto !important; }
    .footer .ft_menu .ft_nav li a {
      text-decoration: none; }
  .footer .copyright {
    text-align: center;
    height: 35px;
    padding: 5px 0;
    color: #fff;
    background: linear-gradient(to right, #1C9BA5 0%, #00A0E9 100%); }

.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 .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 110px;
        width: 60%; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .cta_btn {
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .cta_btn {
          bottom: 5px; } }

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

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

.pr {
  text-align: center;
  margin-top: 10px; }

.strongest {
  color: #f00;
  font-weight: 800;
  background: linear-gradient(transparent 40%, #fff000 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px; }

.recommend-banner {
  width: 575px;
  margin: 30px auto 0;
  padding: 2.5px;
  border-radius: 5px;
  background-color: #fdd9e3; }
  .recommend-banner image {
    width: 100%; }

.section_search h2 {
  text-align: center; }

.search_section {
  background: #fff;
  /*.radio .parts::before {
      width: 15px;
      height: 15px;
      @include radius(2px);
  }*/ }
  .search_section .inner {
    width: 1000px;
    margin: 0 auto;
    margin: 0 auto;
    padding: 20px 10px 50px; }
    @media only screen and (max-width: 768px) {
      .search_section .inner {
        width: 100%; } }
  .search_section .ttl {
    background: #f198c2;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    font-family: "corporate-logo-ver2", sans-serif !important;
    font-style: normal;
    line-height: 1; }
    .search_section .ttl img {
      height: 25px;
      width: auto;
      margin: 0 5px 0 0; }
  .search_section .items .item {
    margin-top: 2px; }
    .search_section .items .item + .item {
      margin-top: 20px; }
    .search_section .items .item .search_heading {
      color: #967851;
      background: #FAF1E4;
      padding: 10px;
      font-weight: 700;
      position: relative;
      font-size: 18px;
      font-size: 1.8rem; }
      .search_section .items .item .search_heading::after {
        content: '';
        position: absolute;
        width: 28px;
        height: 28px;
        background-image: url("img/index/trigger.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        top: 50%;
        margin-top: -14px;
        right: 10px;
        pointer-events: none;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
      .search_section .items .item .search_heading.active::after {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .search_section .items .item .search_content {
      padding: 10px; }
  .search_section .search_btn {
    width: 400px;
    margin: 25px auto 0; }
    .search_section .search_btn button {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      display: block;
      width: 100%;
      background: #fc65ac;
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 65px;
      border: none;
      border-bottom: 4px solid #d95593;
      outline: none; }
  .search_section .selectbox select {
    cursor: pointer;
    width: 49%;
    height: 55px;
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
  .search_section .checkbox input,
  .search_section .radio input {
    display: none; }
  .search_section .radio {
    -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; }
    .search_section .radio input {
      display: none; }
    .search_section .radio li {
      -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-top: 10px;
      width: 24%;
      margin-left: 1%;
      margin-top: 0;
      background: #fff;
      border: 1px solid #dbdbdb;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .search_section .radio li:nth-child(1), .search_section .radio li:nth-child(2) {
        /*margin-top: 0;*/ }
      .search_section .radio li:nth-child(1) {
        margin-left: 0; }
      .search_section .radio li label {
        width: 100%; }
    .search_section .radio .parts {
      font-size: 13px;
      position: relative;
      line-height: 1.3;
      display: block;
      padding: 10px 10px;
      cursor: pointer;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center;
      /*&::before {
          content: "";
          display: block;
          position: absolute;
          left: 10px;
          border: 1px solid #dbdbdb;
          background:#f6f6f6;
          @include center(y);
          margin-top: 1px;
      }*/ }
      .search_section .radio .parts .icon {
        display: inline-block;
        width: 30px;
        margin-right: 10px;
        vertical-align: -3px; }
  .search_section .radio input:checked + .parts {
    background: #fffedd;
    border: 2px solid #fc65ac;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    /*&::after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 15px;
        width: 7px;
        height: 14px;
        margin-top:-8px;
        transform: rotate(40deg);
        border-bottom: 3px solid #d70101;
        border-right: 3px solid #d70101;
    }*/ }

.client_archive2 table {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff; }
  .client_archive2 table th, .client_archive2 table td {
    border: 1px solid #ddd;
    text-align: center; }
  .client_archive2 table thead th {
    background: #fcdeec;
    color: #fc65ac;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
    padding: 10px; }
  .client_archive2 table tr:first-child {
    background: #fefaec; }
  .client_archive2 table td {
    padding: 8px;
    font-size: 15px;
    font-size: 1.5rem; }
    .client_archive2 table td.image {
      width: 150px; }
      .client_archive2 table td.image img {
        width: 110px; }
      .client_archive2 table td.image a {
        display: block;
        color: #10adf6; }
        .client_archive2 table td.image a:hover img {
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1; }
        .client_archive2 table td.image a p {
          margin-top: 3px;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 500; }
    .client_archive2 table td 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; }
      .client_archive2 table td ul li {
        width: 50px; }
    .client_archive2 table td.btn {
      width: 130px; }
      .client_archive2 table td.btn a {
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 0;
        padding-right: 0; }
    .client_archive2 table td .txt {
      line-height: 1.4;
      font-size: 13px; }
      .client_archive2 table td .txt.red {
        font-weight: 700;
        color: #f00; }
.client_archive2 .cta_btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden; }
  .client_archive2 .cta_btn a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-align: center; }

.page_resultpage {
  padding: 40px 0; }
  .page_resultpage .container {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .page_resultpage .container {
        width: 100%; } }
  .page_resultpage .client_archive2 {
    margin-top: 40px; }
    .page_resultpage .client_archive2 table tr:first-child {
      background: #fff; }
  .page_resultpage .result_head .result_ttl {
    background-image: url("img/search_ttl.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 61px;
    padding-top: 8px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 900;
    padding-left: 220px;
    color: #000; }
  .page_resultpage .result_head table {
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border: 1px solid #e9e9e9; }
    .page_resultpage .result_head table th, .page_resultpage .result_head table td {
      border: 1px solid #e9e9e9;
      width: calc(100% / 6);
      padding: 5px;
      font-size: 12px;
      font-size: 1.2rem; }
    .page_resultpage .result_head table th {
      text-align: center;
      background: #fcdeec;
      color: #fc65ac;
      line-height: 1.3; }
    .page_resultpage .result_head table td {
      padding-left: 10px;
      padding-right: 10px; }
