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

a {
  color: #151515; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #151515;
    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(3, 97, 170, 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: #0361aa;
    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: 5px solid #0a0a0a; }
  .header .inner {
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    .header .inner .header_pr {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      font-size: 1rem;
      color: #888888; }

.main_ttl {
  background: #0361aa;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  overflow: hidden; }
  .main_ttl .yellow {
    line-height: 1.6;
    letter-spacing: 0.055em;
    font-size: 26px;
    font-size: 2.6rem; }
  .main_ttl .bg {
    width: 950px;
    margin: 0 auto;
    position: relative;
    background: #0455aa;
    transform: skew(-20deg); }
    @media only screen and (max-width: 768px) {
      .main_ttl .bg {
        width: 100%; } }
    .main_ttl .bg .wrap {
      padding: 12px 0;
      transform: skew(20deg); }

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

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

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 600; }

.pink {
  color: #f55d81; }

.yellow {
  color: #fdfd8d; }

.blue {
  color: #0361aa; }

.marker {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #fdfd8d 60%); }

.announce {
  padding: 14px;
  font-weight: 600;
  text-align: center;
  background: #fdedf1;
  letter-spacing: 0.06em;
  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; }

.cta {
  margin: 15px auto;
  width: 650px;
  letter-spacing: 0.07em; }
  .cta .cta_txt {
    margin-bottom: 5px;
    text-align: center;
    color: #f55d81;
    font-weight: 600;
    font-size: 22px;
    font-size: 2.2rem; }
  .cta .cta_btn a {
    padding: 14px 0; }

.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 950px;
    margin: 0 auto;
    position: relative;
    height: 310px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_image {
    position: absolute;
    left: 15px;
    top: 72px;
    z-index: 1; }
  .fv .fv_txt {
    position: absolute;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    left: 40px;
    top: 34px;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 85px;
    height: 85px;
    background: #f55d81;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%; }

.client_table {
  position: relative; }
  .client_table table {
    position: relative;
    width: 100%;
    background: #fff;
    table-layout: fixed; }
    .client_table table th, .client_table table td {
      text-align: center; }
    .client_table table td {
      padding: 10px 10px 8px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.4;
      position: relative;
      z-index: 5;
      border: 1px solid #c4c4c4;
      vertical-align: top; }
      .client_table table td .grid {
        display: grid;
        gap: 5px;
        width: 100%;
        justify-items: center; }
      .client_table table td.vm {
        vertical-align: middle; }
    .client_table table thead tr th {
      vertical-align: bottom; }
      .client_table table thead tr th .name {
        background: #f5f5f5;
        font-weight: 500;
        padding: 12px 0;
        border-radius: 10px 10px 0 0;
        border: solid 1px #c4c4c4;
        font-size: 16px;
        font-size: 1.6rem; }
        .client_table table thead tr th .name.main {
          padding: 10px 0;
          color: #fff;
          background: #1c73cc;
          font-weight: 600;
          letter-spacing: 0.07em; }
          .client_table table thead tr th .name.main .baloon {
            position: relative;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 5px;
            padding: 2px 24px;
            background: #f55d81;
            color: #fff;
            font-size: 14px;
            font-size: 1.4rem;
            border-radius: 100vmax;
            -moz-border-radius: 100vmax;
            -webkit-border-radius: 100vmax;
            -o-border-radius: 100vmax;
            -ms-border-radius: 100vmax; }
            .client_table table thead tr th .name.main .baloon::after {
              content: "";
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              top: 100%;
              width: 0;
              height: 0;
              border-top: 5px solid #f55d81;
              border-right: 5px solid transparent;
              border-left: 5px solid transparent; }
    .client_table table thead tr th:first-child {
      width: 120px;
      border: none;
      background: transparent; }
    .client_table table thead tr th:nth-child(2) {
      width: 260px; }
    .client_table table tbody th {
      padding: 15px  5px;
      background: #f5f5f5;
      text-align: center;
      border: 1px solid #c4c4c4;
      font-weight: 300;
      font-size: 15px;
      font-size: 1.5rem; }
      .client_table table tbody th .pink {
        font-size: 12px;
        font-size: 1.2rem; }
    .client_table table tbody tr:first-child td {
      border-top: none; }
    .client_table table tbody tr td:nth-child(2) {
      background: #ffffe1; }
    .client_table table tbody .type li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 130px;
      height: 30px;
      color: #fff;
      font-size: 15px;
      font-size: 1.5rem;
      border-radius: 100vmax;
      -moz-border-radius: 100vmax;
      -webkit-border-radius: 100vmax;
      -o-border-radius: 100vmax;
      -ms-border-radius: 100vmax; }
      .client_table table tbody .type li.full {
        background: #2aa4dd; }
      .client_table table tbody .type li.part {
        background: #2acadd; }
      .client_table table tbody .type li.spot {
        background: #23b489; }
      .client_table table tbody .type li:not(:last-child) {
        margin-bottom: 6px; }
    .client_table table::after {
      content: "";
      position: absolute;
      top: 75px;
      bottom: 0;
      left: 120px;
      width: 260px;
      border: solid 3px #f55d81;
      z-index: 10;
      pointer-events: none; }
  .client_table .ico {
    width: 42px;
    height: 42px;
    align-self: start; }

.section01 .inner {
  width: 950px;
  margin: 0 auto;
  padding: 15px 25px 30px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .top_heading {
  margin-bottom: 15px;
  text-align: center; }
  .section01 .top_heading .wrap {
    display: inline-block;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    font-size: 26px;
    font-size: 2.6rem; }
    .section01 .top_heading .wrap .pink {
      font-weight: 700; }
    .section01 .top_heading .wrap::before, .section01 .top_heading .wrap::after {
      content: "";
      position: absolute;
      width: 37px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain;
      top: 10px;
      bottom: 7px;
      pointer-events: none;
      z-index: 10; }
    .section01 .top_heading .wrap::before {
      background-image: url("/doctor-m-p/assets/img/section01_heading_before.png");
      left: -50px; }
    .section01 .top_heading .wrap::after {
      background-image: url("/doctor-m-p/assets/img/section01_heading_after.png");
      right: -50px; }

.section02 .inner {
  width: 950px;
  margin: 0 auto;
  padding: 15px 25px 50px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .point .item {
  margin-top: 15px;
  padding: 25px 8%;
  border: solid 1px #0197c8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .section02 .point .item .ttl {
    position: relative;
    width: 86%;
    margin: 0 auto 20px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #0197c8;
    letter-spacing: 0.05em;
    font-size: 23px;
    font-size: 2.3rem;
    border-radius: 100vmax;
    -moz-border-radius: 100vmax;
    -webkit-border-radius: 100vmax;
    -o-border-radius: 100vmax;
    -ms-border-radius: 100vmax; }
    .section02 .point .item .ttl .label {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 30px;
      width: 85px; }
  .section02 .point .item .image {
    width: 73%;
    margin: 0 auto 15px; }
  .section02 .point .item .txt {
    line-height: 1.67;
    letter-spacing: 0.05em;
    font-size: 15px;
    font-size: 1.5rem; }
    .section02 .point .item .txt .pink {
      font-weight: 600; }

.section03 .inner {
  width: 950px;
  margin: 0 auto;
  padding: 20px 25px 50px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 .client_block {
  text-align: center; }
  .section03 .client_block .image {
    width: 345px;
    margin: 0 auto 15px; }
    .section03 .client_block .image img {
      width: 100%; }
  .section03 .client_block .txt .marker {
    font-size: 113%;
    letter-spacing: 0.07em; }
  .section03 .client_block .cta {
    margin-top: 5px; }
.section03 .osusume {
  margin: 30px auto; }
  .section03 .osusume .item {
    position: relative;
    margin-bottom: 15px;
    padding: 30px 5.7%;
    border: solid 1px #0197c8;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section03 .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: 0 30px;
      height: 30px;
      color: #f55d81;
      font-weight: 600;
      border: solid 1px;
      background: #fff;
      letter-spacing: 0.05em;
      z-index: 1;
      font-size: 16px;
      font-size: 1.6rem;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px; }
      .section03 .osusume .item .baloon::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        width: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #f55d81; }
    .section03 .osusume .item .ttl {
      position: relative;
      width: 82%;
      margin: 0 auto 15px;
      padding: 10px 0 8px 116px;
      color: #fff;
      font-weight: 500;
      background: #0197c8;
      letter-spacing: 0.05em;
      font-size: 23px;
      font-size: 2.3rem;
      border-radius: 100vmax;
      -moz-border-radius: 100vmax;
      -webkit-border-radius: 100vmax;
      -o-border-radius: 100vmax;
      -ms-border-radius: 100vmax; }
      .section03 .osusume .item .ttl .label {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
        width: 85px; }
    .section03 .osusume .item .image {
      width: 70%;
      margin: 0 auto 15px; }
    .section03 .osusume .item .txt {
      width: 94%;
      margin: 0 auto;
      line-height: 1.6;
      letter-spacing: 0.052em;
      font-size: 15px;
      font-size: 1.5rem; }
      .section03 .osusume .item .txt .pink {
        font-weight: 500; }
      .section03 .osusume .item .txt .remarks {
        margin-bottom: -10px;
        text-align: right; }
.section03 .swiper {
  margin: 15px auto 0;
  padding: 4px 1% 50px;
  max-width: 1000px; }
  .section03 .swiper article {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 8.91px 0.09px rgba(21, 21, 21, 0.2); }
  .section03 .swiper .lead {
    text-align: center;
    font-weight: 700;
    color: #0361aa;
    background: #e1f1fd;
    padding: 10px 0; }
  .section03 .swiper .swiper-image {
    text-align: center; }
  .section03 .swiper .swiper-inner {
    padding: 10px 15px 15px; }
  .section03 .swiper ul {
    margin-top: 4px; }
    .section03 .swiper ul li {
      position: relative;
      padding-left: 1.4em; }
      .section03 .swiper ul li:first-child {
        margin-top: 0; }
      .section03 .swiper ul li::before {
        content: "●";
        position: absolute;
        top: 0;
        left: 4px;
        color: #0361aa; }
  .section03 .swiper .cta_btn {
    margin: 10px 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section03 .swiper .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      padding: 18px 0; }
  .section03 .swiper .mosaic-bg {
    background-size: cover;
    background-position: center;
    height: 300px; }
    .section03 .swiper .mosaic-bg .mosaicbtn {
      position: absolute;
      z-index: 2;
      top: 40%;
      left: 0;
      right: 0;
      width: 90%;
      margin: 0 auto; }
      .section03 .swiper .mosaic-bg .mosaicbtn p {
        text-align: center;
        color: #fff;
        font-weight: 500; }
    .section03 .swiper .mosaic-bg .mosaic {
      background-color: rgba(0, 0, 0, 0.4); }
      .section03 .swiper .mosaic-bg .mosaic .lead {
        background-color: #8996a0; }
        .section03 .swiper .mosaic-bg .mosaic .lead p {
          filter: blur(2px); }
      .section03 .swiper .mosaic-bg .mosaic .swiper-inner {
        filter: blur(2px); }
      .section03 .swiper .mosaic-bg .mosaic .swiper-image img {
        background-color: rgba(0, 0, 0, 0.4);
        filter: brightness(0.5); }
      .section03 .swiper .mosaic-bg .mosaic .cta_btn {
        box-shadow: 0 6px 0 #605d5b;
        background: #95908c; }
        .section03 .swiper .mosaic-bg .mosaic .cta_btn a {
          color: #d4d4d4 !important; }
.section03 .swiper-pagination {
  bottom: -35px !important; }
.section03 .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #0361aa;
  opacity: 1 !important;
  width: 12px;
  height: 12px;
  margin: 0 5px !important; }
.section03 .swiper-pagination-bullet-active {
  background: #0361aa; }
.section03 .review {
  margin: 20px auto;
  width: 93%;
  background: #fff;
  box-shadow: 0px 0px 8.91px 0.09px rgba(21, 21, 21, 0.2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .section03 .review .head {
    text-align: center;
    color: #0361aa;
    background: #e1f1fd;
    padding: 8px;
    letter-spacing: 0.07em;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-size: 1.6rem; }
  .section03 .review .review_inner {
    padding: 18px 20px; }
  .section03 .review .items .block {
    padding: 0 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: 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; }
  .section03 .review .slick-slide {
    height: auto !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .section03 .review .ico {
    width: 95px; }
  .section03 .review p {
    width: calc(100% - 95px);
    padding-left: 25px;
    line-height: 1.8;
    font-size: 14px;
    font-size: 1.4rem; }
  .section03 .review .slide_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 23px;
    cursor: pointer; }
    .section03 .review .slide_arrow.prev_arrow {
      left: -56px; }
    .section03 .review .slide_arrow.next_arrow {
      right: -56px; }
  .section03 .review .slick-dots {
    bottom: -60px; }
    .section03 .review .slick-dots li {
      margin: 0 2px; }
      .section03 .review .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 #0361aa;
        opacity: 1; }
      .section03 .review .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #0361aa; }
  .section03 .review .slick-dotted.slick-slider {
    margin-bottom: 0; }
.section03 .quote {
  margin: -6px 25px 25px;
  letter-spacing: 0.06em;
  text-align: right;
  color: #9c9b9b;
  font-size: 11px;
  font-size: 1.1rem; }
.section03 .content_wrap {
  margin-top: 25px; }

footer {
  margin: 30px -50px 0; }
  footer .ft_menu .p_mark {
    width: 700px;
    margin: 0px auto;
    padding: 20px; }
  footer .ft_menu .p_mark p {
    display: inline-block; }
  footer .ft_menu .p_mark .pra_txt {
    width: 500px; }
  footer .ft_menu .ft_nav {
    width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center; }
  footer .ft_menu .ft_nav li {
    display: inline-block;
    width: 80px; }
    footer .ft_menu .ft_nav li a {
      text-decoration: none; }
  footer .ft_menu .ft_nav li.pri_pol {
    width: 160px; }
  footer .ft_menu .ft_nav li.contact {
    width: 120px; }
  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(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%);
        width: 240px;
        bottom: 102px; }
      .exitProtection .wrap .image .btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
        top: 350px; }
        .exitProtection .wrap .image .btn .cta_btn span {
          display: block;
          line-height: 1.4;
          color: #fff !important;
          font-weight: 700;
          letter-spacing: 0.05em;
          font-size: 14px;
          font-size: 1.4rem;
          text-align: center;
          padding: 17px 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(3, 97, 170, 0.9);
  z-index: 100; }
  .fixed_cta .inner {
    display: flex;
    align-items: center;
    width: 800px;
    margin: auto;
    position: relative;
    height: 90px; }
  .fixed_cta .image {
    position: absolute;
    left: 93px;
    bottom: 0; }
  .fixed_cta .appeal {
    margin-left: 225px;
    margin-right: 15px;
    padding: 5px 0;
    display: grid;
    grid-row-gap: 3px;
    align-items: center;
    width: 210px;
    height: 100%;
    text-align: center; }
    .fixed_cta .appeal .item {
      padding: 3px 5px;
      border: solid 1px;
      color: #fdfd8d;
      font-weight: 600;
      letter-spacing: 0.03em;
      font-size: 18px;
      font-size: 1.8rem; }
  .fixed_cta .cta {
    width: 260px;
    margin: 6px 90px 0 0; }
  .fixed_cta .cta_btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .fixed_cta .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem; }

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

body.popup_open {
  overflow: hidden; }
