@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 4px 0 #c66109;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c66109;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #c66109;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c66109;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #c66109;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 4px 0 #c66109;
  -moz-box-shadow: 0 4px 0 #c66109;
  box-shadow: 0 4px 0 #c66109;
  background: #fc851c;
  -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: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 20px; }
  .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: #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; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(0, 70, 235, 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: #0046eb;
    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 {
  border-top: 2px solid #0046eb;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(66, 66, 66, 0.15);
  -moz-box-shadow: 0 0 3px rgba(66, 66, 66, 0.15);
  box-shadow: 0 0 3px rgba(66, 66, 66, 0.15);
  position: relative;
  z-index: 1; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 110px; }
  .header .header_pr {
    font-size: 10px;
    font-size: 1rem;
    color: #888888;
    text-align: right; }
    .header .header_pr span {
      display: inline-block;
      margin-bottom: 3px;
      padding: 0 5px;
      border: 1px solid #8a8a8a;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      font-size: 12px;
      font-size: 1.2rem; }

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

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

.pink {
  color: #fd594a; }

.wrapper {
  overflow: hidden; }

.fv {
  position: relative; }
  .fv .fv_txt {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 41px;
    top: 9.24%;
    z-index: 2; }

.main_ttl {
  width: calc(100% - 10px);
  margin: 0 auto 0;
  text-align: center;
  font-size: 4.3vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  border: 3px solid #e4ebfa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 8px 0 12px;
  color: #0046eb; }
  .main_ttl::before, .main_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-style: solid;
    left: 50%;
    translate: -50% 100%; }
  .main_ttl::before {
    border-width: 16px 12px 0 12px;
    border-color: #e4ebfa transparent transparent; }
  .main_ttl::after {
    border-width: 11px 8px 0 8px;
    border-color: #fff transparent transparent; }
  .main_ttl .small {
    font-size: 80%;
    font-weight: 700; }
  .main_ttl .red {
    color: #fd594a; }

.line_ttl {
  padding: 10px 0;
  background: #0046eb;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 30px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .main_ttl {
  margin-bottom: 22px; }
.section01 .scroll_txt {
  text-align: right;
  color: #0046eb;
  background: #e4ebfa;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding-right: 10px;
  margin-right: -10px; }
.section01 .wrap {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-right: -10px; }
  .section01 .wrap.rank3 {
    margin-right: 0; }
    .section01 .wrap.rank3 .vertical_section {
      width: 100%; }
      .section01 .wrap.rank3 .vertical_section table::after {
        width: 33.333333%; }
.section01 .table_sticky {
  position: sticky;
  left: 0; }
.section01 .vertical_section {
  width: calc(166.64%); }
  .section01 .vertical_section table {
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem; }
    .section01 .vertical_section table::before, .section01 .vertical_section table::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
    .section01 .vertical_section table::after {
      width: 20%;
      height: 100%;
      border: 2px solid #fd594a;
      z-index: 5; }
    .section01 .vertical_section table th, .section01 .vertical_section table td {
      width: 20%;
      text-align: center; }
    .section01 .vertical_section table th {
      background: #0046eb;
      font-weight: 700;
      color: #fff;
      padding: 3px 0;
      z-index: 3; }
    .section01 .vertical_section table td {
      padding: 10px;
      border-left: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
      .section01 .vertical_section table td .detail {
        display: none; }
    .section01 .vertical_section table thead tr td:first-child,
    .section01 .vertical_section table tbody tr td:first-child {
      background: #fefaec; }
    .section01 .vertical_section table thead td {
      position: relative;
      vertical-align: top; }
    .section01 .vertical_section table tbody td {
      padding-left: 0;
      padding-right: 0; }
  .section01 .vertical_section .image {
    padding-top: 40px;
    position: relative; }
    .section01 .vertical_section .image::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: 0;
      pointer-events: none;
      z-index: 10; }
    .section01 .vertical_section .image a {
      display: block; }
      .section01 .vertical_section .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .section01 .vertical_section .image a p {
        text-decoration: underline;
        margin-top: 5px;
        font-weight: 700;
        color: #0046eb; }
      .section01 .vertical_section .image a:hover p {
        text-decoration: none; }
  .section01 .vertical_section thead tr td:nth-child(1) .image::before {
    background-image: url("../../../doctor-hikaku/assets/img/crown_01.png"); }
  .section01 .vertical_section thead tr td:nth-child(2) .image::before {
    background-image: url("../../../doctor-hikaku/assets/img/crown_02.png"); }
  .section01 .vertical_section thead tr td:nth-child(3) .image::before {
    background-image: url("../../../doctor-hikaku/assets/img/crown_03.png"); }
  .section01 .vertical_section thead tr td:nth-child(4) .image::before {
    background-image: url("../../../doctor-hikaku/assets/img/crown_04.png"); }
  .section01 .vertical_section thead tr td:nth-child(5) .image::before {
    background-image: url("../../../doctor-hikaku/assets/img/crown_05.png"); }
  .section01 .vertical_section .ico {
    width: 28px;
    margin: 0 auto 3px; }
  .section01 .vertical_section .cta_btn {
    width: calc(100% - 20px);
    margin: 0 auto 5px; }
    .section01 .vertical_section .cta_btn a {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 14px 0; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 10px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .point h2 {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0.04em; }
  .section02 .point h2 .ttl_wrap {
    display: inline-block;
    position: relative; }
    .section02 .point h2 .ttl_wrap::before, .section02 .point h2 .ttl_wrap::after {
      content: "";
      position: absolute;
      width: 26px;
      height: 31px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      top: 10px;
      pointer-events: none;
      z-index: 10; }
    .section02 .point h2 .ttl_wrap::before {
      background-image: url("img/section02_ttl_before.png");
      left: -35px; }
    .section02 .point h2 .ttl_wrap::after {
      background-image: url("img/section02_ttl_after.png");
      right: -35px; }
    .section02 .point h2 .ttl_wrap span {
      font-size: 130%;
      display: inline-block;
      padding-bottom: 7px;
      color: #0046eb;
      background-image: url("img/section02_ico.png");
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 124px auto; }
.section02 .point .wrap {
  margin-top: 15px;
  position: relative; }
  .section02 .point .wrap .txt {
    width: 85%; }
    .section02 .point .wrap .txt .txt_wrap {
      position: relative;
      padding: 1em;
      border: 2px solid #e4ebfa;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      background-color: #f4f7fd;
      font-size: 3.3vw; }
      .section02 .point .wrap .txt .txt_wrap::before, .section02 .point .wrap .txt .txt_wrap::after {
        content: "";
        position: absolute;
        top: 30px;
        right: 0;
        border-style: solid;
        translate: 100% -50%; }
      .section02 .point .wrap .txt .txt_wrap::before {
        border-width: 8px 0 8px 17px;
        border-color: transparent transparent transparent #e4ebfa; }
      .section02 .point .wrap .txt .txt_wrap::after {
        border-width: 5.8px 0 5.8px 12.3px;
        border-color: transparent transparent transparent #f4f7fd; }
      .section02 .point .wrap .txt .txt_wrap span {
        font-weight: 700;
        color: #fd594a;
        font-size: 120%;
        background: linear-gradient(transparent 60%, #f6ff65 60%); }
  .section02 .point .wrap .image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35.61%;
    z-index: 1; }
.section02 .example {
  margin-top: 40px; }
  .section02 .example .txt {
    text-align: center;
    margin: 25px 0 -15px; }
  .section02 .example h2 {
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.06em; }
    .section02 .example h2::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 3px;
      background: #0046eb;
      bottom: -10px; }
  .section02 .example .swiper {
    margin: 30px auto 0;
    padding: 4px 1% 40px;
    max-width: 1000px; }
    .section02 .example .swiper article {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      background: #fff;
      box-shadow: 0px 0px 8.91px 0.09px rgba(21, 21, 21, 0.2); }
    .section02 .example .swiper .lead {
      text-align: center;
      font-weight: 700;
      color: #0046eb;
      background: #e1f1fd;
      padding: 6px 0;
      font-size: 14px;
      font-size: 1.4rem; }
    .section02 .example .swiper .swiper-slide:not(.swiper-slide-active) .slide {
      pointer-events: none;
      opacity: 0.3; }
    .section02 .example .swiper .swiper-image {
      text-align: center; }
    .section02 .example .swiper .swiper-inner {
      padding: 5px 16px 10px; }
    .section02 .example .swiper .swiper-button-prev, .section02 .example .swiper .swiper-button-next {
      display: grid;
      place-content: center;
      width: 6.2rem;
      height: 6.2rem;
      cursor: pointer; }
    .section02 .example .swiper .swiper-button-prev::before, .section02 .example .swiper .swiper-button-next::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      border-radius: 50%; }
    .section02 .example .swiper .swiper-button-prev::after, .section02 .example .swiper .swiper-button-next::after {
      width: 2rem;
      height: 2rem;
      content: "";
      border: solid #fff;
      border-width: 3px 3px 0 0; }
    .section02 .example .swiper .swiper-button-prev::after {
      margin-left: 0.4rem;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .section02 .example .swiper .swiper-button-next::after {
      margin-right: 0.4rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .section02 .example .swiper .swiper-button-disabled {
      pointer-events: none;
      opacity: 0; }
    .section02 .example .swiper .swiper-button-prev,
    .section02 .example .swiper .swiper-button-next {
      z-index: 1;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .section02 .example .swiper .swiper-button-prev::before,
    .section02 .example .swiper .swiper-button-next::before {
      background-color: rgba(0, 0, 0, 0.3); }
    .section02 .example .swiper .swiper-button-prev::after,
    .section02 .example .swiper .swiper-button-next::after {
      border-color: #fff; }
    .section02 .example .swiper .swiper-button-prev {
      left: 1%; }
    .section02 .example .swiper .swiper-button-next {
      right: 1%; }
    .section02 .example .swiper ul {
      margin-top: 4px;
      font-size: 14px;
      font-size: 1.4rem; }
      .section02 .example .swiper ul li {
        position: relative;
        padding-left: 1.2em;
        line-height: 1.4; }
        .section02 .example .swiper ul li:first-child {
          margin-top: 0; }
        .section02 .example .swiper ul li::before {
          content: "●";
          position: absolute;
          top: 0;
          left: 0;
          color: #0046eb; }
    .section02 .example .swiper .cta_btn {
      margin: 8px 0;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section02 .example .swiper .cta_btn a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 500;
        padding: 12px 0; }
    .section02 .example .swiper .mosaic-bg {
      background-size: cover;
      background-position: center;
      height: auto; }
      .section02 .example .swiper .mosaic-bg .mosaicbtn {
        position: absolute;
        z-index: 2;
        top: 40%;
        left: 0;
        right: 0;
        width: 90%;
        margin: 0 auto; }
        .section02 .example .swiper .mosaic-bg .mosaicbtn p {
          text-align: center;
          color: #fff;
          font-weight: 800; }
      .section02 .example .swiper .mosaic-bg .mosaic {
        background-color: rgba(0, 0, 0, 0.5); }
        .section02 .example .swiper .mosaic-bg .mosaic .lead {
          background-color: #7f8a91; }
          .section02 .example .swiper .mosaic-bg .mosaic .lead p {
            filter: blur(2px); }
        .section02 .example .swiper .mosaic-bg .mosaic .swiper-inner {
          filter: blur(2px); }
        .section02 .example .swiper .mosaic-bg .mosaic .swiper-image img {
          background-color: rgba(0, 0, 0, 0.5);
          filter: brightness(0.5); }
        .section02 .example .swiper .mosaic-bg .mosaic .cta_btn {
          box-shadow: 0 6px 0 #605d5b;
          background: #777371; }
          .section02 .example .swiper .mosaic-bg .mosaic .cta_btn a {
            color: #d4d4d4 !important; }
  .section02 .example .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #0046eb;
    opacity: 1 !important;
    width: 8px;
    height: 8px;
    margin: 0 5px !important; }
  .section02 .example .swiper-pagination-bullet-active {
    background: #0046eb; }
.section02 .swiper.swiper_03 {
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding: 0 0 30px !important;
  position: relative; }
.section02 .swiper_03 .swiper-slide {
  width: 100%;
  box-sizing: border-box; }
.section02 .swiper_03 .info_slide {
  padding: 20px 10px;
  background: #f4f7fd;
  border: 1px solid #0046eb;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 auto; }
  .section02 .swiper_03 .info_slide .top_info {
    display: flex;
    justify-content: space-between;
    padding-left: 10px; }
    .section02 .swiper_03 .info_slide .top_info .img {
      width: 85px;
      height: auto; }
      .section02 .swiper_03 .info_slide .top_info .img span {
        font-size: 11px;
        display: block; }
    .section02 .swiper_03 .info_slide .top_info .txt {
      margin-left: 20px; }
      .section02 .swiper_03 .info_slide .top_info .txt h3 {
        font-size: 17px;
        color: #fd594a;
        margin: 10px 0;
        font-weight: bold; }
      .section02 .swiper_03 .info_slide .top_info .txt .income {
        display: block;
        width: auto; }
        .section02 .swiper_03 .info_slide .top_info .txt .income .before {
          font-size: 14px; }
        .section02 .swiper_03 .info_slide .top_info .txt .income .arrow {
          margin-left: 10px;
          width: 13px;
          display: inline-block; }
        .section02 .swiper_03 .info_slide .top_info .txt .income .after strong {
          font-size: 18px;
          color: #fd594a;
          font-weight: bold;
          display: inline;
          background: linear-gradient(transparent 40%, #fff200 0%);
          padding: 0 2px 2px; }
          .section02 .swiper_03 .info_slide .top_info .txt .income .after strong span {
            font-size: 0.8em; }
  .section02 .swiper_03 .info_slide .bottom_info {
    width: 100%; }
    .section02 .swiper_03 .info_slide .bottom_info .hikaku span {
      display: block;
      color: #fff;
      font-size: 14px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      width: 80px;
      height: 20px;
      line-height: 20px;
      text-align: center; }
    .section02 .swiper_03 .info_slide .bottom_info .hikaku .txt {
      background: #fff;
      color: #333;
      line-height: 1.4;
      font-size: 13px;
      padding: 10px 20px;
      width: 100% !important;
      box-sizing: border-box; }
    .section02 .swiper_03 .info_slide .bottom_info .hikaku:first-child {
      margin-bottom: 10px; }
    .section02 .swiper_03 .info_slide .bottom_info .hikaku.before span {
      background: #7ba0f7; }
    .section02 .swiper_03 .info_slide .bottom_info .hikaku.after span {
      background: #fe9187; }
.section02 .swiper_03 .swiper03-prev,
.section02 .swiper_03 .swiper03-next {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  z-index: 9;
  width: 15px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; }
.section02 .swiper_03 .swiper03-prev {
  left: -10px;
  background: url("/doctor-hikaku/assets/img/arw-l.png") center/15px 40px no-repeat; }
.section02 .swiper_03 .swiper03-next {
  right: -10px;
  background: url("/doctor-hikaku/assets/img/arw-r.png") center/15px 40px no-repeat; }
.section02 .swiper_03 .swiper-button-disabled {
  opacity: 0.35;
  cursor: default; }
.section02 .swiper_03 .swiper03-pagination {
  text-align: center;
  position: absolute;
  bottom: 0; }
.section02 .swiper_03 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
  margin: 0 6px; }
.section02 .swiper_03 .swiper-pagination-bullet-active {
  background: #0046eb; }

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

.client_archive {
  margin-top: 25px; }
  .client_archive br.archive {
    display: none; }
  .client_archive > ul > li {
    margin-top: 25px; }
    .client_archive > ul > li:first-child {
      margin-top: 0; }
  .client_archive .client_card {
    border: 2px solid #0046eb;
    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: 12px 10px 12px 70px;
      border-bottom: 1px solid #0046eb; }
      .client_archive .client_card .client_name::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 42px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 10px;
        top: 3px;
        pointer-events: none; }
      .client_archive .client_card .client_name a {
        color: #0046eb;
        font-size: 4.5vw;
        font-weight: 700; }
    .client_archive .client_card .client_inner {
      padding: 10px 10px 25px; }
  .client_archive > ul > li:nth-child(1) .client_card {
    background: #fffde4;
    border-color: #ceca98; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name {
      border-color: #ceca98; }
      .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
        background-image: url("../../../doctor-hikaku/assets/img/crown_01.png"); }
  .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("../../../doctor-hikaku/assets/img/crown_02.png"); }
  .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("../../../doctor-hikaku/assets/img/crown_03.png"); }
  .client_archive > ul > li:nth-child(4) .client_name::before {
    background-image: url("../../../doctor-hikaku/assets/img/crown_04.png"); }
  .client_archive > ul > li:nth-child(5) .client_name::before {
    background-image: url("../../../doctor-hikaku/assets/img/crown_05.png"); }
  .client_archive > ul > li:nth-child(6) .client_name::before {
    background-image: url("../../../doctor-hikaku/assets/img/crown_pickup.png"); }
  .client_archive .overview .heading {
    text-align: center;
    font-weight: 700;
    color: #fd594a;
    font-size: 4vw; }
  .client_archive .overview .image {
    width: 195px;
    margin: auto;
    margin-top: 10px; }
  .client_archive .overview .txt {
    margin-top: 10px; }
    .client_archive .overview .txt table {
      width: 100%;
      margin-top: 15px;
      border: 1px solid #e7e7e7;
      background: #fff;
      font-size: 12px;
      font-size: 1.2rem; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 8px 3px;
        border-left: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        color: #fff;
        background: #0046eb;
        width: 21.5%;
        padding-right: 0;
        font-weight: 700;
        padding: 8px 0 8px 8px; }
      .client_archive .overview .txt table td {
        width: 27%; }
  .client_archive .point {
    margin-top: 7px;
    background: #fff;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border: 1px solid #0046eb; }
    .client_archive .point .ttl {
      background: #0046eb;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: 3px 0;
      font-size: 18px;
      font-size: 1.8rem; }
      .client_archive .point .ttl span {
        display: inline-block;
        position: relative; }
    .client_archive .point .wrap {
      padding: 10px 10px 20px;
      text-align: center; }
    .client_archive .point ul {
      display: inline-block; }
    .client_archive .point ul li {
      text-align: left;
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 3px;
      position: relative;
      padding-left: 1.2em; }
      .client_archive .point ul li:first-child {
        margin-top: 0; }
      .client_archive .point ul li::before {
        content: "〇";
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        color: #fd594a; }
      .client_archive .point ul li.nijumaru {
        color: #fd594a;
        font-weight: 700; }
        .client_archive .point ul li.nijumaru::before {
          content: "◎"; }
      .client_archive .point ul li span {
        color: #fd594a;
        font-weight: 700; }
  .client_archive .facility {
    margin-top: 7px;
    background: #fff;
    border: 1px solid #0046eb;
    padding: 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: 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;
    font-size: 13px;
    font-size: 1.3rem; }
    .client_archive .facility .ttl {
      width: 38px;
      background: #e4ebfa;
      padding: 2px 0 3px;
      color: #0046eb;
      line-height: 1.3;
      font-weight: 500;
      text-align: center;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
    .client_archive .facility .txt {
      padding-left: 10px;
      font-size: 14px;
      font-size: 1.4rem;
      width: calc(100% - 38px); }
  .client_archive .review {
    margin-top: 7px;
    background: #f4f7fd;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border: 1px solid #0046eb; }
    .client_archive .review .ttl {
      background: #0046eb;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: 3px 0;
      font-size: 18px;
      font-size: 1.8rem; }
      .client_archive .review .ttl span {
        display: inline-block;
        position: relative; }
    .client_archive .review .review_inner {
      padding: 12px 10px 40px;
      position: relative; }
      .client_archive .review .review_inner .quote {
        position: absolute;
        font-size: 11px;
        font-size: 1.1rem;
        right: 10px;
        bottom: 15px;
        text-align: right; }
    .client_archive .review .review_wrap {
      background: #fff;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 12px;
      width: 100%;
      border: 2px solid #e0e0e0; }
      .client_archive .review .review_wrap .wrap .ico {
        width: 70px;
        margin: auto; }
      .client_archive .review .review_wrap .wrap .txt {
        margin-top: 5px;
        line-height: 1.7; }
      .client_archive .review .review_wrap .slick-dots {
        bottom: -34px; }
        .client_archive .review .review_wrap .slick-dots li button::before {
          content: "";
          width: 12px;
          border-radius: 100%;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -o-border-radius: 100%;
          -ms-border-radius: 100%;
          height: 12px;
          background: #fff;
          border: 1px solid #0046eb;
          opacity: 1; }
        .client_archive .review .review_wrap .slick-dots li.slick-active button:before {
          opacity: 1;
          background: #0046eb; }
    .client_archive .review .review_slides {
      opacity: 0;
      transition: opacity .3s linear; }
      .client_archive .review .review_slides.slick-initialized {
        opacity: 1; }
    .client_archive .review .slide_arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      width: 13px; }
      .client_archive .review .slide_arrow.prev_arrow {
        left: -19px; }
      .client_archive .review .slide_arrow.next_arrow {
        right: -19px; }
    .client_archive .review .slick-slide {
      height: auto !important;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
  .client_archive .cta {
    margin-top: 12px; }
    .client_archive .cta .txt {
      text-align: center;
      font-size: 4vw;
      font-weight: 700;
      color: #fd594a; }
    .client_archive .cta .cta_btn {
      width: 95%;
      margin: 5px auto 0; }
      .client_archive .cta .cta_btn a {
        padding: 10px; }
    .client_archive .cta .sponsor {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 10px 40px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .client_table2 {
  position: relative;
  margin-top: 20px; }
  .section04 .client_table2 br.archive {
    display: none; }
  .section04 .client_table2 table {
    width: 100%;
    border: 1px solid #dcdcdc;
    background: #fff; }
    .section04 .client_table2 table th, .section04 .client_table2 table td {
      vertical-align: top;
      text-align: center;
      padding: 5px;
      font-size: 12px;
      font-size: 1.2rem;
      border-left: 1px solid #dcdcdc;
      border-right: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc; }
    .section04 .client_table2 table thead th {
      color: #fff;
      background: #0046eb;
      font-weight: 500;
      line-height: 1.3;
      vertical-align: middle; }
    .section04 .client_table2 table td {
      line-height: 1.4;
      font-size: 11px;
      font-size: 1.1rem; }
    .section04 .client_table2 table .rank {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 28px auto; }
    .section04 .client_table2 table tbody tr:nth-child(1) {
      background-color: #fffde4; }
    .section04 .client_table2 table tbody tr:nth-child(1) .rank {
      background-image: url("../../../doctor-hikaku/assets/img/crown_01.png"); }
    .section04 .client_table2 table tbody tr:nth-child(2) .rank {
      background-image: url("../../../doctor-hikaku/assets/img/crown_02.png"); }
    .section04 .client_table2 table tbody tr:nth-child(3) .rank {
      background-image: url("../../../doctor-hikaku/assets/img/crown_03.png"); }
    .section04 .client_table2 table tbody tr:nth-child(4) .rank {
      background-image: url("../../../doctor-hikaku/assets/img/crown_04.png"); }
    .section04 .client_table2 table tbody tr:nth-child(5) .rank {
      background-image: url("../../../doctor-hikaku/assets/img/crown_05.png"); }
    .section04 .client_table2 table tbody tr:nth-child(6) .rank {
      background-image: url("../../../doctor-hikaku/assets/img/crown_pickup.png"); }
  .section04 .client_table2 .ico {
    margin: 0 auto 6px;
    width: 17px; }
  .section04 .client_table2 .cta_btn {
    margin: 3px 0 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px; }
    .section04 .client_table2 .cta_btn a {
      font-size: 12px;
      font-size: 1.2rem;
      padding: 8px 0; }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 2% 30px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
.section05 .marker {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #f6ff65 60%); }
.section05 .cta {
  margin: 12px auto;
  letter-spacing: 0.08em; }
  .section05 .cta .cta_txt {
    margin-bottom: 5px;
    text-align: center;
    color: #fd594a;
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem; }
  .section05 .cta .cta_btn {
    width: 93%;
    margin: 0 auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section05 .cta .cta_btn a {
      padding: 16px 0;
      font-size: 20px;
      font-size: 2rem; }
.section05 .announce {
  padding: 10px 10px 14px;
  font-weight: 600;
  text-align: center;
  background: #fdedf1;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 20px;
  font-size: 2rem; }
.section05 .client_block {
  margin-top: 30px;
  padding: 0 1%;
  text-align: center; }
  .section05 .client_block .image {
    max-width: 225px;
    margin: 0 auto 11px; }
    .section05 .client_block .image img {
      width: 100%; }
  .section05 .client_block .txt {
    margin-bottom: 10px;
    letter-spacing: 0.033em;
    white-space: nowrap;
    line-height: 1.34;
    font-size: 19px;
    font-size: 1.9rem; }
    .section05 .client_block .txt .marker {
      font-size: 128%; }
  .section05 .client_block .cta {
    margin-top: 5px; }
.section05 .osusume {
  margin: 55px auto 20px;
  padding: 0 1%; }
  .section05 .osusume .item {
    position: relative;
    margin-bottom: 20px;
    padding: 23px 6px;
    border: solid 1px #0046eb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section05 .osusume .item .baloon {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -10px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 3px 10px;
      color: #fd594a;
      font-weight: 600;
      border: solid 1px;
      background: #fff;
      letter-spacing: 0.01em;
      z-index: 1;
      white-space: nowrap;
      font-size: 15px;
      font-size: 1.5rem;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section05 .osusume .item .baloon::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        width: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 10px solid #fd594a; }
    .section05 .osusume .item .ttl {
      position: relative;
      margin: 0 auto 15px;
      padding: 9px 2px;
      color: #fff;
      font-weight: 500;
      background: #0046eb;
      letter-spacing: 0.05em;
      font-size: 19px;
      font-size: 1.9rem;
      border-radius: 100vmax;
      -moz-border-radius: 100vmax;
      -webkit-border-radius: 100vmax;
      -o-border-radius: 100vmax;
      -ms-border-radius: 100vmax;
      white-space: nowrap;
      letter-spacing: 0.03em;
      text-align: center; }
      .section05 .osusume .item .ttl .label {
        position: absolute;
        top: 0px;
        transform: translateY(-15px);
        left: 2px;
        width: 18%; }
    .section05 .osusume .item:nth-child(2) .ttl {
      font-size: 18px;
      font-size: 1.8rem; }
    .section05 .osusume .item .image {
      width: 81%;
      margin: 0 auto 15px;
      text-align: center; }
    .section05 .osusume .item .txt {
      width: 98%;
      margin: 0 auto;
      line-height: 1.67;
      letter-spacing: 0.06em;
      font-size: 17px;
      font-size: 1.7rem; }
      .section05 .osusume .item .txt .pink {
        font-weight: 500; }
      .section05 .osusume .item .txt .remarks {
        margin-top: 0;
        margin-bottom: 3px;
        text-align: right;
        letter-spacing: 0; }
.section05 .swiper {
  margin: 15px auto 0;
  padding: 4px 1% 40px;
  max-width: 1000px; }
  .section05 .swiper article {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 8.91px 0.09px rgba(21, 21, 21, 0.2); }
  .section05 .swiper .lead {
    text-align: center;
    font-weight: 700;
    color: #0046eb;
    background: #e1f1fd;
    padding: 6px 0;
    font-size: 14px;
    font-size: 1.4rem; }
  .section05 .swiper .swiper-slide:not(.swiper-slide-active) .slide {
    pointer-events: none;
    opacity: 0.3; }
  .section05 .swiper .swiper-image {
    text-align: center; }
  .section05 .swiper .swiper-inner {
    padding: 5px 16px 10px; }
  .section05 .swiper .swiper-button-prev, .section05 .swiper .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.2rem;
    height: 6.2rem;
    cursor: pointer; }
  .section05 .swiper .swiper-button-prev::before, .section05 .swiper .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%; }
  .section05 .swiper .swiper-button-prev::after, .section05 .swiper .swiper-button-next::after {
    width: 2rem;
    height: 2rem;
    content: "";
    border: solid #fff;
    border-width: 3px 3px 0 0; }
  .section05 .swiper .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .section05 .swiper .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .section05 .swiper .swiper-button-disabled {
    pointer-events: none;
    opacity: 0; }
  .section05 .swiper .swiper-button-prev,
  .section05 .swiper .swiper-button-next {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .section05 .swiper .swiper-button-prev::before,
  .section05 .swiper .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3); }
  .section05 .swiper .swiper-button-prev::after,
  .section05 .swiper .swiper-button-next::after {
    border-color: #fff; }
  .section05 .swiper .swiper-button-prev {
    left: 1%; }
  .section05 .swiper .swiper-button-next {
    right: 1%; }
  .section05 .swiper ul {
    margin-top: 4px;
    font-size: 14px;
    font-size: 1.4rem; }
    .section05 .swiper ul li {
      position: relative;
      padding-left: 1.2em;
      line-height: 1.4; }
      .section05 .swiper ul li:first-child {
        margin-top: 0; }
      .section05 .swiper ul li::before {
        content: "●";
        position: absolute;
        top: 0;
        left: 0;
        color: #0046eb; }
  .section05 .swiper .cta_btn {
    margin: 8px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section05 .swiper .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      padding: 12px 0; }
  .section05 .swiper .mosaic-bg {
    background-size: cover;
    background-position: center;
    height: auto; }
    .section05 .swiper .mosaic-bg .mosaicbtn {
      position: absolute;
      z-index: 2;
      top: 40%;
      left: 0;
      right: 0;
      width: 90%;
      margin: 0 auto; }
      .section05 .swiper .mosaic-bg .mosaicbtn p {
        text-align: center;
        color: #fff;
        font-weight: 800; }
    .section05 .swiper .mosaic-bg .mosaic {
      background-color: rgba(0, 0, 0, 0.5); }
      .section05 .swiper .mosaic-bg .mosaic .lead {
        background-color: #7f8a91; }
        .section05 .swiper .mosaic-bg .mosaic .lead p {
          filter: blur(2px); }
      .section05 .swiper .mosaic-bg .mosaic .swiper-inner {
        filter: blur(2px); }
      .section05 .swiper .mosaic-bg .mosaic .swiper-image img {
        background-color: rgba(0, 0, 0, 0.5);
        filter: brightness(0.5); }
      .section05 .swiper .mosaic-bg .mosaic .cta_btn {
        box-shadow: 0 6px 0 #605d5b;
        background: #777371; }
        .section05 .swiper .mosaic-bg .mosaic .cta_btn a {
          color: #d4d4d4 !important; }
.section05 .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #0046eb;
  opacity: 1 !important;
  width: 8px;
  height: 8px;
  margin: 0 5px !important; }
.section05 .swiper-pagination-bullet-active {
  background: #0046eb; }
.section05 .review {
  margin: 20px auto;
  width: 89%;
  background: #fff;
  box-shadow: 0px 0px 8.91px 0.09px rgba(21, 21, 21, 0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .section05 .review .head {
    text-align: center;
    color: #0046eb;
    background: #e1f1fd;
    padding: 4px;
    letter-spacing: 0.07em;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    font-size: 17px;
    font-size: 1.7rem; }
  .section05 .review .review_inner {
    padding: 10px 10% 14px; }
  .section05 .review .items .block {
    -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 .review .slick-slide {
    height: auto !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .section05 .review .ico {
    margin: auto;
    width: 71px; }
  .section05 .review p {
    line-height: 1.9;
    font-size: 14px;
    font-size: 1.4rem; }
  .section05 .review .slide_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 15px; }
    .section05 .review .slide_arrow.prev_arrow {
      left: -52px; }
    .section05 .review .slide_arrow.next_arrow {
      right: -52px; }
  .section05 .review .slick-dots {
    bottom: -45px; }
    .section05 .review .slick-dots li {
      margin: 0 3.5px;
      width: 9px;
      height: 9px; }
      .section05 .review .slick-dots li button::before {
        content: "";
        width: 9px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        height: 9px;
        background: #fff;
        border: 1px solid #0046eb;
        opacity: 1; }
      .section05 .review .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #0046eb; }
  .section05 .review .slick-dotted.slick-slider {
    margin-bottom: 0; }
.section05 .quote {
  margin: -4px 0 10px;
  letter-spacing: 0;
  text-align: right;
  color: #9c9b9b;
  font-size: 10px;
  font-size: 1rem; }
.section05 .announce {
  margin-inline: 1%; }
.section05 .content_wrap {
  margin-top: 41px; }

.search_section .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 50px; }
  @media only screen and (max-width: 768px) {
    .search_section .inner {
      width: 100%; } }
.search_section .ttl {
  padding: 14px 0;
  background: #0046eb;
  text-align: center; }
  .search_section .ttl > span {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem; }
    .search_section .ttl > span::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 25px;
      height: 31px;
      background: url("../../../doctor-hikaku/assets/img/ico_search.png") no-repeat left top/100% auto; }
    .search_section .ttl > span .middle {
      font-size: 17.5px;
      font-size: 1.75rem; }
.search_section .items .item {
  margin-top: 2px; }
  .search_section .items .item .search_heading {
    position: relative;
    padding: 15px;
    background: #e1f1fd;
    font-weight: 700;
    color: #373737;
    font-size: 18px;
    font-size: 1.8rem; }
    .search_section .items .item .search_heading::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      width: 28px;
      height: 28px;
      background: url("../../../doctor-hikaku/assets/img/search_trigger.png") no-repeat left top/100% auto;
      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::before {
      transform: rotate(45deg);
      margin-top: -14px; }
  .search_section .items .item .search_content {
    padding: 10px; }
.search_section .search_btn {
  width: 75%;
  margin: 25px auto 0; }
  .search_section .search_btn button {
    display: block;
    width: 100%;
    border: none;
    border-radius: 65px;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    -o-border-radius: 65px;
    -ms-border-radius: 65px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 55px;
    outline: none; }
.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 {
    width: 49%;
    margin: 6px 0 0 2%; }
    .search_section .radio li:nth-child(1), .search_section .radio li:nth-child(2) {
      margin-top: 0; }
    .search_section .radio li:nth-child(odd) {
      margin-left: 0; }
  .search_section .radio .parts {
    background: #fff;
    position: relative;
    display: block;
    padding: 15px 5px 15px 25px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    line-height: 1.3; }
    .search_section .radio .parts::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 5px;
      border: 1px solid #dbdbdb;
      background: #f6f6f6; }
.search_section .radio .parts::before {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px; }
.search_section .radio input:checked + .parts::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 7px;
  height: 14px;
  margin-top: -8px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d70101;
  border-right: 3px solid #d70101; }

.page_resultpage .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 10px; }
  @media only screen and (max-width: 768px) {
    .page_resultpage .inner {
      width: 100%; } }
.page_resultpage .result_head .result_ttl {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 5px 35px;
  border-bottom: 1px solid #ddd;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900; }
  .page_resultpage .result_head .result_ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 32px;
    background: url("../../../doctor-hikaku/assets/img/ico_search.png") no-repeat left top/100% auto; }
.page_resultpage .result_head table {
  width: 100%;
  background: #fff; }
  .page_resultpage .result_head table th, .page_resultpage .result_head table td {
    border: 1px solid #e9e9e9;
    padding: 5px;
    font-size: 13px;
    font-size: 1.3rem; }
  .page_resultpage .result_head table th {
    background: #0046eb;
    text-align: center;
    color: #fff;
    width: 30%; }
  .page_resultpage .result_head table td {
    padding: 5px 10px; }
.page_resultpage .result_body .scroll_txt {
  margin-right: -10px;
  padding: 2px 10px;
  background: #e4ebfa;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem; }
.page_resultpage .result_body .table_wrap {
  margin-right: -10px;
  overflow-x: scroll; }
  .page_resultpage .result_body .table_wrap table {
    width: 710px;
    background: #fff; }
    .page_resultpage .result_body .table_wrap table th, .page_resultpage .result_body .table_wrap table td {
      padding: 10px 5px;
      border: 1px solid #e9e9e9;
      text-align: center;
      font-size: 13px;
      font-size: 1.3rem; }
      .page_resultpage .result_body .table_wrap table th.sticky, .page_resultpage .result_body .table_wrap table td.sticky {
        z-index: 100;
        position: sticky;
        top: 0;
        left: 0;
        width: 150px;
        background: #fff; }
        .page_resultpage .result_body .table_wrap table th.sticky::after, .page_resultpage .result_body .table_wrap table td.sticky::after {
          content: '';
          position: absolute;
          top: -1px;
          right: -1px;
          width: 1px;
          height: 100%;
          border-right: 1px solid #e9e9e9;
          z-index: 1; }
        .page_resultpage .result_body .table_wrap table th.sticky::before, .page_resultpage .result_body .table_wrap table td.sticky::before {
          content: '';
          position: absolute;
          top: -1px;
          left: -1px;
          width: 1px;
          height: 100%;
          border-left: 1px solid #e9e9e9;
          z-index: 1; }
    .page_resultpage .result_body .table_wrap table thead th {
      background: #0046eb;
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700; }
      .page_resultpage .result_body .table_wrap table thead th.sticky {
        background: #0046eb; }
    .page_resultpage .result_body .table_wrap table td .image {
      display: block;
      width: 120px;
      margin: 0 auto 3px; }
      .page_resultpage .result_body .table_wrap table td .image a {
        display: block;
        color: #10adf6; }
      .page_resultpage .result_body .table_wrap table td .image p {
        margin-top: 3px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 500; }
    .page_resultpage .result_body .table_wrap table td .ico {
      width: 30px;
      margin: 0 auto 3px; }
    .page_resultpage .result_body .table_wrap table td .cta_btn {
      width: 95%;
      margin: 0 auto 4px; }
      .page_resultpage .result_body .table_wrap table td .cta_btn a {
        padding: 12px 5px;
        font-size: 14px;
        font-size: 1.4rem; }
.page_resultpage .search_section .inner {
  padding: 20px 10px 50px; }

footer .ft_menu .ft_nav {
  width: 100%;
  border: none;
  background-color: #2367CC;
  padding: 0; }
footer .ft_menu .ft_nav li {
  display: inline-block;
  text-align: center;
  width: 50%;
  float: left;
  background-color: #2367CC;
  padding: 15px 0;
  border-right: solid 0.5px #fff;
  border-bottom: solid 0.5px #fff;
  border-top: solid 0.5px #fff; }
footer .ft_menu .ft_nav li a {
  color: #fff;
  text-decoration: none; }
footer .ft_menu .ft_nav ul {
  overflow: hidden; }
footer .ft_menu .ft_nav li.contact {
  width: 50%; }
footer .ft_menu .ft_nav li.pri_pol {
  width: 50%; }
footer .copyright {
  margin-top: 20px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: #2367cc; }
  @media only screen and (max-width: 768px) {
    footer .copyright {
      margin-top: 0;
      font-size: 2vw; } }

.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(435 / 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%);
        width: 60%;
        bottom: 23%; }
      .exitProtection .wrap .image .btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 87%;
        top: 79%; }
        .exitProtection .wrap .image .btn .cta_btn {
          border-radius: 6px;
          -moz-border-radius: 6px;
          -webkit-border-radius: 6px;
          -o-border-radius: 6px;
          -ms-border-radius: 6px; }
          .exitProtection .wrap .image .btn .cta_btn span {
            display: block;
            line-height: 1.4;
            color: #fff !important;
            font-weight: 700;
            letter-spacing: 0.04em;
            font-size: 15px;
            font-size: 1.5rem;
            text-align: center;
            padding: 10px 0; }
        .exitProtection .wrap .image .btn .sponsor {
          margin-top: 10px;
          text-align: center;
          font-size: 11px;
          font-size: 1.1rem; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btn {
          bottom: 5px; } }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%; }

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

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

.fixed_cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 70, 235, 0.9);
  z-index: 100; }
  .fixed_cta .inner {
    display: flex;
    align-items: center;
    margin: auto;
    position: relative;
    height: 55px; }
  .fixed_cta .image {
    position: absolute;
    left: 4%;
    bottom: -20%;
    width: 21%; }
  .fixed_cta .appeal {
    margin-left: 27%;
    padding: 3px 0;
    display: grid;
    align-items: center;
    width: 31%;
    height: 100%;
    text-align: center; }
    .fixed_cta .appeal .item {
      padding: 2px 5px;
      border: solid 1px;
      color: #f6ff65;
      font-weight: 600;
      letter-spacing: 0.07em;
      font-size: 12.5px;
      font-size: 1.25rem; }
  .fixed_cta .cta {
    width: 37%;
    margin: 0 0 0 4px; }
  .fixed_cta .cta_btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px; }
    .fixed_cta .cta_btn a {
      padding: 7px 0;
      font-size: 14px;
      font-size: 1.4rem; }
