@charset "UTF-8";
@font-face {
  font-family: 'Alternate';
  src: url("../fonts/AlternateGotNo3D Regular.ttf") format("truetype"); }
body {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0px;
  box-sizing: border-box;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  background-color: #fbf9f5; }
  @media screen and (max-width: 750px) {
    body {
      width: 100% !important;
      min-height: 100dvh; } }

.main-width {
  max-width: 1100px;
  width: calc(100vw - 575px);
  margin: 0 auto; }
  @media screen and (min-width: 751px) and (max-width: 1200px) {
    .main-width {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }
  @media screen and (max-width: 750px) {
    .main-width {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }

.main-width-low {
  max-width: 1100px;
  width: calc(100vw - 150px);
  margin: 0 auto; }
  @media screen and (min-width: 751px) and (max-width: 1200px) {
    .main-width-low {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }
  @media screen and (max-width: 750px) {
    .main-width-low {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }

div {
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none !important; }
  a img {
    transition: 0.2s; }

ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }
  ul li {
    padding-left: 0px;
    list-style: none; }

@media screen and (max-width: 860px) {
  img {
    max-width: 100%;
    height: auto; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 860px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 860px) {
    .sp {
      display: block !important; } }

.pc-w {
  display: block !important; }
  @media screen and (max-width: 1200px) {
    .pc-w {
      display: none !important; } }

.sp-w {
  display: none !important; }
  @media screen and (max-width: 1200px) {
    .sp-w {
      display: block !important; } }

.sp-n {
  display: none !important; }
  @media screen and (max-width: 450px) {
    .sp-n {
      display: block !important; } }

.pc-nav {
  display: block !important; }
  @media screen and (max-width: 1100px) {
    .pc-nav {
      display: none !important; } }

.sp-nav {
  display: none !important; }
  @media screen and (max-width: 1099px) {
    .sp-nav {
      display: block !important; } }

.ta-center {
  text-align: center; }

.no-border {
  border: none !important; }

.pinklink a {
  background-color: #e83c56;
  display: inline-block;
  padding: 15px 30px;
  font-size: 23px;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s; }
  @media screen and (max-width: 860px) {
    .pinklink a {
      font-size: 18px; } }

.color-pink {
  color: #e83c56; }

.sp-nav__wrapper {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

.header-pc {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

.footer {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

/*トップページ*/
.clinics-gnav {
  position: relative;
  z-index: 900; }
  @media screen and (max-width: 1200px) {
    .clinics-gnav {
      position: fixed;
      bottom: 0;
      width: 100%;
      padding-bottom: env(safe-area-inset-bottom); } }
  .clinics-gnav .gnav-contact {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 70px; }
    @media screen and (max-width: 1200px) {
      .clinics-gnav .gnav-contact {
        position: relative;
        top: unset;
        transform: none;
        right: unset;
        width: 100%; } }
    @media screen and (max-width: 1200px) {
      .clinics-gnav .gnav-contact .contact-wrapper ul {
        display: flex; } }
    .clinics-gnav .gnav-contact .contact-wrapper ul li {
      width: 100px; }
      @media screen and (max-width: 1200px) {
        .clinics-gnav .gnav-contact .contact-wrapper ul li {
          width: 50%;
          padding: 10px;
          text-align: center; } }
      .clinics-gnav .gnav-contact .contact-wrapper ul li a {
        transition: 0.3s; }
        @media screen and (max-width: 1200px) {
          .clinics-gnav .gnav-contact .contact-wrapper ul li a {
            color: #fff; } }
        .clinics-gnav .gnav-contact .contact-wrapper ul li a img {
          width: 70px; }
      .clinics-gnav .gnav-contact .contact-wrapper ul li.tel {
        margin-bottom: 30px; }
        @media screen and (max-width: 1200px) {
          .clinics-gnav .gnav-contact .contact-wrapper ul li.tel {
            background-color: #e83c56;
            margin-bottom: 0; } }
      @media screen and (max-width: 1200px) {
        .clinics-gnav .gnav-contact .contact-wrapper ul li.mail {
          background-color: #6785be;
          margin-bottom: 0; } }
  .clinics-gnav .gnav-index {
    position: fixed;
    bottom: 25px;
    left: 0; }
    @media screen and (max-width: 1200px) {
      .clinics-gnav .gnav-index {
        position: relative;
        bottom: 0; } }
    .clinics-gnav .gnav-index .nav-wrapper {
      background-color: #f2eee9;
      padding: 30px 45px 30px 30px;
      border-radius: 0 25px 25px 0; }
      @media screen and (max-width: 1200px) {
        .clinics-gnav .gnav-index .nav-wrapper {
          border-radius: 0;
          padding: 20px; } }
      @media screen and (max-width: 1200px) {
        .clinics-gnav .gnav-index .nav-wrapper .nav {
          display: flex;
          flex-wrap: wrap; } }
      .clinics-gnav .gnav-index .nav-wrapper a {
        display: block;
        position: relative;
        padding-left: 1.5em; }
        @media screen and (max-width: 1200px) {
          .clinics-gnav .gnav-index .nav-wrapper a {
            margin-right: 1.5em;
            font-size: 14px; } }
        .clinics-gnav .gnav-index .nav-wrapper a.nav-active {
          position: relative;
          font-weight: 600; }
          .clinics-gnav .gnav-index .nav-wrapper a.nav-active:before {
            position: absolute;
            content: "";
            width: 1em;
            height: 1em;
            background-color: #6785be;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }

.section-clinicsMv {
  background-image: url(../img/clinics/top/mv_pc.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh; }
  @media screen and (max-width: 860px) {
    .section-clinicsMv {
      margin-top: 75px;
      background-image: url(../img/clinics/top/mv_sp.png);
      width: 100%;
      aspect-ratio: 1200/847;
      height: unset;
      position: relative; } }
  .section-clinicsMv .mv-inner {
    padding: 50px; }
    @media screen and (max-width: 860px) {
      .section-clinicsMv .mv-inner {
        padding: 0; } }
    .section-clinicsMv .mv-inner .mv-leadtext {
      font-size: 30px;
      margin-left: 10%; }
      @media screen and (min-width: 1101px) and (max-width: 1500px) {
        .section-clinicsMv .mv-inner .mv-leadtext {
          font-size: 25px; } }
      @media screen and (min-width: 861px) and (max-width: 1100px) {
        .section-clinicsMv .mv-inner .mv-leadtext {
          font-size: 25px;
          line-height: 0.9em; } }
      @media screen and (max-width: 860px) {
        .section-clinicsMv .mv-inner .mv-leadtext {
          margin-left: 20px;
          position: absolute;
          bottom: 10px;
          font-size: 15px;
          margin-right: 20px; } }
      .section-clinicsMv .mv-inner .mv-leadtext .text01 {
        margin-bottom: 10px; }
        .section-clinicsMv .mv-inner .mv-leadtext .text01 .label {
          background-color: #fff;
          padding: 10px;
          display: inline-block; }
          @media screen and (max-width: 860px) {
            .section-clinicsMv .mv-inner .mv-leadtext .text01 .label {
              padding: 0 10px; } }
        .section-clinicsMv .mv-inner .mv-leadtext .text01 .color {
          color: #6785be; }
      .section-clinicsMv .mv-inner .mv-leadtext .text02 {
        margin-left: 9em; }
        @media screen and (max-width: 860px) {
          .section-clinicsMv .mv-inner .mv-leadtext .text02 {
            margin-left: 0;
            margin-bottom: 10px; } }
        .section-clinicsMv .mv-inner .mv-leadtext .text02 .label {
          background-color: #fff;
          padding: 10px;
          display: inline-block; }
          @media screen and (max-width: 860px) {
            .section-clinicsMv .mv-inner .mv-leadtext .text02 .label {
              padding: 0 10px; } }
          .section-clinicsMv .mv-inner .mv-leadtext .text02 .label .ad {
            display: none; }
            @media screen and (min-width: 861px) and (max-width: 1100px) {
              .section-clinicsMv .mv-inner .mv-leadtext .text02 .label .ad {
                display: block; } }
        .section-clinicsMv .mv-inner .mv-leadtext .text02 .color {
          color: #e83c56; }
    .section-clinicsMv .mv-inner .mv-maintext {
      width: 50%;
      margin: 80px 80px 0 auto;
      text-align: center; }
      @media screen and (max-width: 860px) {
        .section-clinicsMv .mv-inner .mv-maintext {
          display: flex;
          width: 100%;
          padding: 20px;
          margin: 0;
          align-items: flex-end; } }
      .section-clinicsMv .mv-inner .mv-maintext .text01 {
        font-size: 28px; }
        @media screen and (max-width: 860px) {
          .section-clinicsMv .mv-inner .mv-maintext .text01 {
            font-size: 14px;
            text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; } }
        .section-clinicsMv .mv-inner .mv-maintext .text01 .br {
          display: none !important; }
          @media screen and (max-width: 500px) {
            .section-clinicsMv .mv-inner .mv-maintext .text01 .br {
              display: block !important; } }
      .section-clinicsMv .mv-inner .mv-maintext .text03 {
        margin-top: 50px; }
        @media screen and (max-width: 860px) {
          .section-clinicsMv .mv-inner .mv-maintext .text03 {
            font-size: 40px;
            padding: 0 10px; } }
      .section-clinicsMv .mv-inner .mv-maintext .text04 {
        font-size: 28px;
        margin-top: 50px; }
        @media screen and (max-width: 860px) {
          .section-clinicsMv .mv-inner .mv-maintext .text04 {
            font-size: 14px;
            text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
            margin-top: 0; } }

.section-strength {
  margin-top: 80px; }
  @media screen and (max-width: 860px) {
    .section-strength {
      margin-top: 50px; } }
  .section-strength .strength-wrapper {
    position: relative; }
    .section-strength .strength-wrapper h2 {
      font-size: 40px;
      font-weight: 600;
      line-height: 1.5em;
      color: #6785be; }
      @media screen and (max-width: 860px) {
        .section-strength .strength-wrapper h2 {
          font-size: 28px; } }
      .section-strength .strength-wrapper h2.ad-mgleft {
        width: 60%;
        margin: 0 0 0 auto; }
        @media screen and (max-width: 860px) {
          .section-strength .strength-wrapper h2.ad-mgleft {
            width: 100%; } }
      .section-strength .strength-wrapper h2.orange {
        color: #f3ae74;
        font-size: 30px; }
        @media screen and (max-width: 860px) {
          .section-strength .strength-wrapper h2.orange {
            font-size: 28px; } }
        .section-strength .strength-wrapper h2.orange span {
          font-size: 36px; }
          @media screen and (max-width: 860px) {
            .section-strength .strength-wrapper h2.orange span {
              font-size: 32px; } }
        .section-strength .strength-wrapper h2.orange .komemark {
          position: relative;
          font-size: 0.5em;
          position: relative;
          top: -16px;
          left: -13px; }
    .section-strength .strength-wrapper .desc {
      margin-top: 30px;
      width: 70%; }
      @media screen and (max-width: 860px) {
        .section-strength .strength-wrapper .desc {
          width: 100%; } }
    .section-strength .strength-wrapper.back01 {
      padding-bottom: 400px; }
      @media screen and (max-width: 1100px) {
        .section-strength .strength-wrapper.back01 {
          padding-bottom: 300px; } }
      .section-strength .strength-wrapper.back01:after {
        position: absolute;
        content: "";
        background-image: url(../img/clinics/top/backimg01.png);
        width: 550px;
        height: 550px;
        background-repeat: no-repeat;
        background-size: contain;
        right: -50px;
        bottom: 0;
        z-index: -1; }
        @media screen and (max-width: 1100px) {
          .section-strength .strength-wrapper.back01:after {
            background-image: url(../img/clinics/top/backimg01-sp.png);
            width: 50%;
            aspect-ratio: 344/398;
            height: auto;
            bottom: 70px; } }
    .section-strength .strength-wrapper.back02:after {
      position: absolute;
      content: "";
      background-image: url(../img/clinics/top/backimg02.png);
      width: 700px;
      height: 700px;
      background-repeat: no-repeat;
      background-size: contain;
      left: -50px;
      top: -350px;
      z-index: -1; }
      @media screen and (max-width: 1100px) {
        .section-strength .strength-wrapper.back02:after {
          background-image: url(../img/clinics/top/backimg02-sp.png);
          width: 60%;
          aspect-ratio: 379/356;
          height: auto;
          top: -220px; } }
    .section-strength .strength-wrapper.back03 {
      padding-top: 400px; }
      @media screen and (max-width: 1100px) {
        .section-strength .strength-wrapper.back03 {
          padding-top: 200px; } }
      .section-strength .strength-wrapper.back03:after {
        position: absolute;
        content: "";
        background-image: url(../img/clinics/top/backimg03.png);
        width: 1000px;
        height: 1000px;
        background-repeat: no-repeat;
        background-size: contain;
        right: -50px;
        top: -100px;
        z-index: -1; }
        @media screen and (max-width: 1100px) {
          .section-strength .strength-wrapper.back03:after {
            background-image: url(../img/clinics/top/backimg03-sp.png);
            width: 85%;
            aspect-ratio: 684/419;
            height: auto;
            top: -20px; } }
    .section-strength .strength-wrapper.back04 {
      padding-bottom: 270px;
      margin-top: 150px; }
      @media screen and (max-width: 1100px) {
        .section-strength .strength-wrapper.back04 {
          margin-top: 80px;
          padding-bottom: 100px; } }
      .section-strength .strength-wrapper.back04:after {
        position: absolute;
        content: "";
        background-image: url(../img/clinics/top/backimg04.png);
        width: 900px;
        height: 900px;
        background-repeat: no-repeat;
        background-size: contain;
        left: -50px;
        bottom: -350px;
        z-index: -1; }
        @media screen and (max-width: 1100px) {
          .section-strength .strength-wrapper.back04:after {
            background-image: url(../img/clinics/top/backimg04-sp.png);
            width: 85%;
            aspect-ratio: 702/463;
            height: auto;
            bottom: -15px; } }
  .section-strength .link-wrap {
    margin-top: 30px; }
    .section-strength .link-wrap.right {
      margin-right: 50px;
      margin-left: auto;
      text-align: right;
      margin-right: 20%; }
      @media screen and (max-width: 1100px) {
        .section-strength .link-wrap.right {
          margin-right: 15px; } }
  .section-strength .bluelink a {
    background-color: #011e59;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    height: 60px;
    display: inline-block;
    transition: 0.3s; }
    @media screen and (max-width: 450px) {
      .section-strength .bluelink a {
        padding: 10px;
        font-size: 0.8em; } }
    .section-strength .bluelink a span {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      display: block; }
    .section-strength .bluelink a:after {
      content: "";
      position: absolute;
      top: 50%;
      /* 縦軸をセンタリングする */
      right: -62px;
      transform: translateY(-50%);
      /* 縦軸をセンタリングする */
      border: 30px solid transparent;
      border-left: 33px solid #011e59;
      /* 好みで色を変えてください */ }
  .section-strength .box-whiteglobe {
    display: flex; }
    @media screen and (max-width: 860px) {
      .section-strength .box-whiteglobe {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: center; } }
    .section-strength .box-whiteglobe .textarea {
      width: 82%; }
      @media screen and (max-width: 860px) {
        .section-strength .box-whiteglobe .textarea {
          width: 100%;
          font-size: 22px; } }
      .section-strength .box-whiteglobe .textarea .note {
        margin-top: 20px;
        font-size: 0.9em;
        max-width: 500px;
        position: relative;
        padding-left: 1.5em; }
        @media screen and (max-width: 860px) {
          .section-strength .box-whiteglobe .textarea .note {
            padding-left: 0;
            font-size: 16px; } }
        .section-strength .box-whiteglobe .textarea .note:before {
          position: absolute;
          content: "※";
          top: 0;
          left: 0; }
    @media screen and (max-width: 860px) {
      .section-strength .box-whiteglobe .imgarea {
        width: 100%;
        text-align: center;
        padding-right: 10px;
        box-sizing: border-box; }
        .section-strength .box-whiteglobe .imgarea img {
          width: 150px;
          margin-bottom: 20px; } }
  .section-strength .largetext {
    width: 50%;
    margin: 150px 0 0 auto;
    font-size: 32px;
    line-height: 1.8em; }
    @media screen and (max-width: 860px) {
      .section-strength .largetext {
        font-size: 20px;
        width: 60%;
        margin: 50px 0 0 auto;
        text-shadow: 1px 1px 0 #fbf9f5, -1px -1px 0 #fbf9f5, -1px 1px 0 #fbf9f5, 1px -1px 0 #fbf9f5, 0px 1px 0 #fbf9f5, -1px 0 #fbf9f5, -1px 0 0 #fbf9f5, 1px 0 0 #fbf9f5; } }
    .section-strength .largetext span {
      color: #f3ae74;
      font-size: 1.2em; }
  .section-strength .strengs-contact {
    text-align: center;
    margin-top: 10px; }
    .section-strength .strengs-contact .leadtext {
      font-size: 18px; }
    .section-strength .strengs-contact .phone {
      margin-top: 40px;
      font-size: 43px;
      font-weight: 600;
      transform: scaleX(1.4); }
      @media screen and (max-width: 860px) {
        .section-strength .strengs-contact .phone {
          transform: scaleX(1.2); } }
    .section-strength .strengs-contact .available {
      margin-top: 30px; }
    .section-strength .strengs-contact .link-wrap {
      text-align: center; }

.section-about {
  margin-top: 180px; }
  .section-about .about-intro {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 860px) {
      .section-about .about-intro .logo {
        text-align: center; } }
    @media screen and (max-width: 860px) {
      .section-about .about-intro .logo img {
        max-width: 300px; } }
    .section-about .about-intro .text {
      margin-top: 30px;
      font-size: 20px; }
  .section-about .box-label {
    background-color: #e83c56;
    padding-top: 50px;
    padding-bottom: 50px; }
    .section-about .box-label .label {
      text-align: center; }
      .section-about .box-label .label li {
        width: 80%;
        margin: 0 auto 20px;
        background-color: #fff;
        text-align: center;
        padding: 20px 0;
        font-size: 30px;
        color: #e83c56;
        border-radius: 10px; }
        @media screen and (max-width: 860px) {
          .section-about .box-label .label li {
            font-size: 18px;
            width: 95%;
            padding: 20px 10px; } }
        @media screen and (max-width: 400px) {
          .section-about .box-label .label li {
            text-align: left;
            padding: 20px 10px; } }
  .section-about .box-aboutcont {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    max-width: 1300px;
    padding-top: 70px;
    padding-bottom: 100px; }
    @media screen and (max-width: 860px) {
      .section-about .box-aboutcont {
        margin-top: 50px;
        padding-top: 30px;
        padding-bottom: 50px; } }
    .section-about .box-aboutcont h2 {
      font-size: 30px;
      margin-bottom: 50px;
      line-height: 1.5em; }
      @media screen and (max-width: 860px) {
        .section-about .box-aboutcont h2 {
          line-height: 1.5em;
          font-size: 28px; } }
    .section-about .box-aboutcont .about-flex {
      display: flex;
      margin-top: 30px;
      justify-content: space-between; }
      @media screen and (max-width: 860px) {
        .section-about .box-aboutcont .about-flex {
          flex-wrap: wrap; } }
      .section-about .box-aboutcont .about-flex .desc {
        margin-top: 20px; }
      .section-about .box-aboutcont .about-flex .box-text1 {
        width: 65%; }
        @media screen and (max-width: 860px) {
          .section-about .box-aboutcont .about-flex .box-text1 {
            width: 100%; } }
      .section-about .box-aboutcont .about-flex .box-img1 {
        width: 35%;
        padding-left: 20px;
        box-sizing: border-box; }
        @media screen and (max-width: 860px) {
          .section-about .box-aboutcont .about-flex .box-img1 {
            width: 100%;
            padding-left: 0;
            text-align: center; }
            .section-about .box-aboutcont .about-flex .box-img1 img {
              max-width: 70%; } }
      .section-about .box-aboutcont .about-flex .box-img2 {
        width: 48%; }
        @media screen and (max-width: 860px) {
          .section-about .box-aboutcont .about-flex .box-img2 {
            width: 100%;
            margin-bottom: 30px;
            text-align: center; }
            .section-about .box-aboutcont .about-flex .box-img2 img {
              width: 80%; } }
      .section-about .box-aboutcont .about-flex .box-text2 {
        width: 50%; }
        @media screen and (max-width: 860px) {
          .section-about .box-aboutcont .about-flex .box-text2 {
            width: 100%; } }
        .section-about .box-aboutcont .about-flex .box-text2 h3 {
          font-size: 24px;
          margin-bottom: 5px; }
          @media screen and (max-width: 860px) {
            .section-about .box-aboutcont .about-flex .box-text2 h3 {
              font-size: 20px; } }
        .section-about .box-aboutcont .about-flex .box-text2 .desc {
          margin-bottom: 30px;
          margin-top: 0; }
        .section-about .box-aboutcont .about-flex .box-text2 .kome {
          font-size: 12px;
          top: -10px;
          position: relative;
          left: -10px; }
        .section-about .box-aboutcont .about-flex .box-text2 .note {
          font-size: 0.8em;
          margin-left: 0; }
          .section-about .box-aboutcont .about-flex .box-text2 .note dl {
            display: flex;
            margin-bottom: 0;
            line-height: 1.5em; }
            .section-about .box-aboutcont .about-flex .box-text2 .note dl dd {
              margin-left: 1em; }
      .section-about .box-aboutcont .about-flex .main-functions {
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px;
        flex-wrap: wrap;
        font-size: 0.8em;
        align-items: baseline; }
        .section-about .box-aboutcont .about-flex .main-functions h3 {
          color: #e83c56;
          font-size: 20px;
          width: 100px; }
        .section-about .box-aboutcont .about-flex .main-functions ul {
          display: flex;
          padding-left: 20px;
          flex-wrap: wrap;
          align-items: baseline;
          width: calc(100% - 100px);
          box-sizing: border-box; }
          .section-about .box-aboutcont .about-flex .main-functions ul li {
            padding: 0px 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-right: 10px;
            margin-bottom: 10px; }
      .section-about .box-aboutcont .about-flex .note {
        margin-left: 100px;
        font-size: 0.8em; }
      @media screen and (max-width: 860px) {
        .section-about .box-aboutcont .about-flex.sp-reverse {
          flex-direction: column-reverse; } }

.section-reason {
  margin-top: 100px; }
  .section-reason .h2-reason {
    font-size: 35px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px; }
    @media screen and (max-width: 860px) {
      .section-reason .h2-reason {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 30px;
        line-height: 1.5em; } }
    .section-reason .h2-reason .fs-laege {
      font-size: 1.3em; }
  .section-reason .box-reasoncont {
    margin-top: 90px; }
    @media screen and (max-width: 860px) {
      .section-reason .box-reasoncont {
        margin-top: 50px; } }
    .section-reason .box-reasoncont h3 {
      color: #fff;
      background-color: #e83c56;
      padding: 20px 0;
      text-align: center;
      font-size: 35px;
      margin-bottom: 50px; }
      @media screen and (max-width: 860px) {
        .section-reason .box-reasoncont h3 {
          font-size: 22px;
          line-height: 1.5em;
          padding: 20px 10px; } }
    .section-reason .box-reasoncont h4 {
      font-size: 35px;
      text-align: center;
      margin-top: 50px;
      margin-bottom: 50px; }
      @media screen and (max-width: 860px) {
        .section-reason .box-reasoncont h4 {
          font-size: 22px;
          line-height: 1.5em; } }
    .section-reason .box-reasoncont .prize-img {
      display: flex;
      margin-top: 50px;
      margin-bottom: 50px; }
      .section-reason .box-reasoncont .prize-img .img {
        width: calc(100%/3);
        padding: 0 10px;
        box-sizing: border-box; }
    .section-reason .box-reasoncont .desc span {
      font-size: 1.3em; }
    .section-reason .box-reasoncont .note {
      font-size: 0.8em;
      margin-top: 50px; }
      .section-reason .box-reasoncont .note dl {
        display: flex;
        margin-bottom: 0;
        line-height: 1.5em; }
        .section-reason .box-reasoncont .note dl dd {
          margin-left: 1em; }
    .section-reason .box-reasoncont .reason-flex {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 860px) {
        .section-reason .box-reasoncont .reason-flex {
          flex-wrap: wrap; } }
      .section-reason .box-reasoncont .reason-flex .img {
        width: 45%;
        padding-right: 20px;
        box-sizing: border-box; }
        @media screen and (max-width: 860px) {
          .section-reason .box-reasoncont .reason-flex .img {
            width: 100%;
            margin-bottom: 30px;
            text-align: center;
            padding-right: 0; }
            .section-reason .box-reasoncont .reason-flex .img img {
              width: 80%; } }
      .section-reason .box-reasoncont .reason-flex .box-text {
        width: 55%; }
        @media screen and (max-width: 860px) {
          .section-reason .box-reasoncont .reason-flex .box-text {
            width: 100%; } }
        .section-reason .box-reasoncont .reason-flex .box-text .pink-point {
          margin: 20px 0; }
          .section-reason .box-reasoncont .reason-flex .box-text .pink-point li {
            position: relative;
            padding-left: 1em; }
            .section-reason .box-reasoncont .reason-flex .box-text .pink-point li:before {
              position: absolute;
              content: "";
              width: 0.8em;
              height: 0.8em;
              background-color: #e83c56;
              border-radius: 50%;
              top: 7px;
              left: 0; }
        .section-reason .box-reasoncont .reason-flex .box-text .fs-laege {
          font-size: 1.3em; }

.section-flow {
  margin-top: 100px; }
  .section-flow .h2-flow {
    font-size: 40px;
    text-align: center; }
    @media screen and (max-width: 860px) {
      .section-flow .h2-flow {
        font-size: 30px; } }
    @media screen and (max-width: 860px) {
      .section-flow .h2-flow .logo {
        margin-bottom: 40px;
        display: block; } }
    .section-flow .h2-flow .logo img {
      height: 80px;
      position: relative;
      top: 23px;
      padding-left: 20px; }
      @media screen and (max-width: 860px) {
        .section-flow .h2-flow .logo img {
          height: 60px; } }
    .section-flow .h2-flow .fs-laege {
      font-size: 70px;
      padding: 0 10px; }
      @media screen and (max-width: 860px) {
        .section-flow .h2-flow .fs-laege {
          font-size: 50px; } }
  .section-flow .label {
    text-align: center;
    margin-top: 50px;
    background-color: #e83c56;
    color: #fff;
    padding: 40px 0; }
    .section-flow .label .text1 {
      font-size: 33px;
      margin-bottom: 20px; }
      @media screen and (max-width: 860px) {
        .section-flow .label .text1 {
          font-size: 28px; } }
    .section-flow .label .text2 {
      font-size: 28px; }
      @media screen and (max-width: 860px) {
        .section-flow .label .text2 {
          font-size: 22px;
          padding: 0 10px; } }
  .section-flow .box-step {
    margin-top: 80px; }
    .section-flow .box-step h3 {
      border-bottom: 1px solid #000;
      padding-bottom: 20px;
      margin-bottom: 40px;
      font-size: 40px; }
      @media screen and (max-width: 860px) {
        .section-flow .box-step h3 {
          font-size: 22px; } }
      .section-flow .box-step h3 .step {
        font-size: 55px;
        color: #e83c56;
        font-family: Alternate; }
        @media screen and (max-width: 860px) {
          .section-flow .box-step h3 .step {
            font-size: 32px; } }
      .section-flow .box-step h3 .number {
        font-size: 70px;
        padding: 0 10px;
        color: #e83c56;
        font-family: Alternate; }
        @media screen and (max-width: 860px) {
          .section-flow .box-step h3 .number {
            font-size: 52px;
            padding: 0 10px 0 5px; } }
    .section-flow .box-step .step-flex {
      display: flex;
      justify-content: space-between;
      padding-bottom: 100px;
      position: relative; }
      @media screen and (max-width: 860px) {
        .section-flow .box-step .step-flex {
          flex-wrap: wrap; } }
      .section-flow .box-step .step-flex .img {
        width: 300px;
        text-align: center; }
        @media screen and (max-width: 860px) {
          .section-flow .box-step .step-flex .img {
            width: 100%;
            margin-bottom: 20px; } }
        .section-flow .box-step .step-flex .img img {
          width: 250px; }
          @media screen and (max-width: 860px) {
            .section-flow .box-step .step-flex .img img {
              width: 150px; } }
      .section-flow .box-step .step-flex .box-text {
        width: calc(100% - 300px); }
        @media screen and (max-width: 860px) {
          .section-flow .box-step .step-flex .box-text {
            width: 100%; } }
        .section-flow .box-step .step-flex .box-text .step-list {
          background-color: #f2f2f2;
          padding: 20px;
          margin-top: 50px; }
          @media screen and (max-width: 860px) {
            .section-flow .box-step .step-flex .box-text .step-list {
              margin-top: 30px; } }
          .section-flow .box-step .step-flex .box-text .step-list li {
            position: relative;
            padding-left: 1.3em; }
            .section-flow .box-step .step-flex .box-text .step-list li:before {
              position: absolute;
              content: "";
              background-color: #e83c56;
              width: 1em;
              height: 1em;
              top: 7px;
              left: 0; }
      .section-flow .box-step .step-flex:after {
        position: absolute;
        content: "";
        width: 50px;
        height: 26px;
        background-image: url(../img/clinics/common/arrow-pink.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
      .section-flow .box-step .step-flex.noarrow:after {
        content: none; }
  .section-flow .link-wrap {
    text-align: center; }

.section-faq {
  margin-top: 150px; }

.section-faq {
  margin-top: 150px; }
  .section-faq .h2-faq {
    font-size: 40px;
    text-align: center;
    margin-bottom: 120px; }
    @media screen and (max-width: 860px) {
      .section-faq .h2-faq {
        font-size: 30px; } }
    .section-faq .h2-faq span {
      border-bottom: 2px solid #000000;
      padding-bottom: 20px; }
  .section-faq .faq-listwrap {
    margin-bottom: 100px; }
    .section-faq .faq-listwrap h3 {
      font-size: 20px; }
      @media screen and (max-width: 860px) {
        .section-faq .faq-listwrap h3 {
          font-size: 18px; } }
    .section-faq .faq-listwrap .box-faq {
      margin-top: 30px; }
      .section-faq .faq-listwrap .box-faq .panel-q {
        padding-left: 100px;
        position: relative; }
        @media screen and (max-width: 860px) {
          .section-faq .faq-listwrap .box-faq .panel-q {
            padding-left: 50px; } }
        .section-faq .faq-listwrap .box-faq .panel-q:before {
          position: absolute;
          content: "Q.";
          font-size: 90px;
          font-weight: 600;
          font-family: Alternate;
          top: 50%;
          transform: translateY(-50%);
          left: 10px; }
          @media screen and (max-width: 860px) {
            .section-faq .faq-listwrap .box-faq .panel-q:before {
              font-size: 45px;
              top: 20px;
              transform: none; } }
        .section-faq .faq-listwrap .box-faq .panel-q .q-inner {
          background-color: #f2f2f2;
          padding: 20px 50px 20px 20px;
          position: relative;
          transition: 0.3s;
          cursor: pointer; }
          .section-faq .faq-listwrap .box-faq .panel-q .q-inner:hover {
            opacity: 0.8; }
          .section-faq .faq-listwrap .box-faq .panel-q .q-inner:after {
            position: absolute;
            content: "";
            width: 30px;
            height: 18px;
            background-image: url(../img/clinics/common/arrow-bl.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            top: 50%;
            transform: translateY(-50%);
            right: 25px; }
            @media screen and (max-width: 860px) {
              .section-faq .faq-listwrap .box-faq .panel-q .q-inner:after {
                width: 20px;
                height: 12px; } }
      .section-faq .faq-listwrap .box-faq .panel-a {
        height: 0;
        transition: 0.3s;
        padding: 0 50px 0px 100px;
        opacity: 0;
        box-sizing: border-box; }
        @media screen and (max-width: 860px) {
          .section-faq .faq-listwrap .box-faq .panel-a {
            padding: 0 50px 0 50px; } }
        .section-faq .faq-listwrap .box-faq .panel-a .text {
          position: relative;
          padding-left: 100px; }
          @media screen and (max-width: 860px) {
            .section-faq .faq-listwrap .box-faq .panel-a .text {
              padding-left: 50px; } }
          .section-faq .faq-listwrap .box-faq .panel-a .text:before {
            position: absolute;
            content: "A.";
            font-size: 90px;
            font-weight: 600;
            font-family: Alternate;
            top: 0;
            left: 10px;
            color: #e83c56; }
            @media screen and (max-width: 860px) {
              .section-faq .faq-listwrap .box-faq .panel-a .text:before {
                font-size: 45px; } }
          .section-faq .faq-listwrap .box-faq .panel-a .text ul li {
            padding-left: 1.5em;
            position: relative; }
            .section-faq .faq-listwrap .box-faq .panel-a .text ul li:before {
              position: absolute;
              content: "";
              width: 1em;
              height: 1em;
              background-color: #000;
              top: 8px;
              left: 0; }
        .section-faq .faq-listwrap .box-faq .panel-a.is-open {
          height: auto;
          opacity: 1;
          padding: 50px 50px 50px 100px; }
          @media screen and (max-width: 860px) {
            .section-faq .faq-listwrap .box-faq .panel-a.is-open {
              padding: 50px 50px 50px 50px; } }
  .section-faq .info-text {
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 150px; }
    @media screen and (max-width: 860px) {
      .section-faq .info-text {
        font-size: 18px;
        text-align: center;
        margin-bottom: 100px; } }
    .section-faq .info-text .fs-laege {
      font-size: 1.3em; }
  .section-faq .strengs-contact {
    text-align: center;
    margin-top: 10px; }
    .section-faq .strengs-contact .leadtext {
      font-size: 18px; }
    .section-faq .strengs-contact .phone {
      margin-top: 40px;
      font-size: 43px;
      font-weight: 600;
      transform: scaleX(1.4); }
      @media screen and (max-width: 860px) {
        .section-faq .strengs-contact .phone {
          transform: scaleX(1.2); } }
    .section-faq .strengs-contact .available {
      margin-top: 30px; }
    .section-faq .strengs-contact .link-wrap {
      text-align: center; }

.section-column {
  margin-bottom: 150px;
  margin-top: 150px; }
  .section-column .h2-faq {
    font-size: 40px;
    text-align: center;
    margin-bottom: 120px; }
    @media screen and (max-width: 860px) {
      .section-column .h2-faq {
        font-size: 30px; } }
    .section-column .h2-faq span {
      border-bottom: 2px solid #000000;
      padding-bottom: 20px; }
  .section-column .button_underline {
    text-align: center; }
    .section-column .button_underline a {
      border-bottom: 1px solid #1a1a1a;
      padding-bottom: 10px;
      padding-left: 10px;
      padding-right: 10px; }

.totop-button {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px; }
  .totop-button a {
    background-color: #011e59;
    display: inline-block;
    padding: 15px 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    transition: 0.3s; }

footer {
  background-color: #e83c56;
  padding: 50px 0; }
  @media screen and (max-width: 860px) {
    footer {
      margin-bottom: 150px;
      margin-top: 50px; } }
  footer .tocontact a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 30px;
    transition: 0.3s; }
    @media screen and (max-width: 860px) {
      footer .tocontact a {
        font-size: 20px; } }
    footer .tocontact a:hover {
      opacity: 0.8; }
  @media screen and (max-width: 860px) {
    footer.low-footer {
      margin-bottom: 55px; } }

.section-clinicsMv-second {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 860px) {
    .section-clinicsMv-second {
      height: 300px;
      margin-top: 70px; } }
  .section-clinicsMv-second.story {
    background-image: url(../img/clinics/story/mv.jpg); }
  .section-clinicsMv-second.support {
    background-image: url(../img/clinics/support/mv.jpg); }
  .section-clinicsMv-second.solutions {
    background-image: url(../img/clinics/solutions/mv.jpg); }

h1 {
  text-align: center;
  font-size: 30px;
  margin: 100px 0; }
  @media screen and (max-width: 860px) {
    h1 {
      font-size: 23px;
      line-height: 2em; } }
  h1 span {
    border-bottom: 2px solid #000;
    padding-bottom: 10px; }

.story-logo {
  text-align: center;
  margin-bottom: 100px; }

.section-lowCont {
  margin-bottom: 100px;
  position: relative; }
  .section-lowCont h2 {
    font-size: 25px;
    color: #3d50a5;
    margin-bottom: 20px;
    line-height: 1.5em; }
    @media screen and (max-width: 860px) {
      .section-lowCont h2 {
        font-size: 20px; } }
  .section-lowCont.story-back {
    position: relative;
    padding-bottom: 100px; }
    .section-lowCont.story-back:after {
      position: absolute;
      content: "";
      width: 400px;
      aspect-ratio: 875/665;
      height: auto;
      background-image: url(../img/clinics/story/story-back.png);
      background-repeat: no-repeat;
      background-size: contain;
      right: 0;
      bottom: -50px;
      z-index: -1; }
      @media screen and (max-width: 860px) {
        .section-lowCont.story-back:after {
          width: 280px;
          bottom: -120px; } }
  .section-lowCont .support-table-pc {
    margin-top: 50px; }
    .section-lowCont .support-table-pc table {
      border-collapse: collapse;
      width: 100%;
      border: 2px solid #000;
      background-color: #fff; }
      .section-lowCont .support-table-pc table tr {
        border: 2px solid #000;
        border-collapse: collapse; }
        .section-lowCont .support-table-pc table tr th {
          padding: 20px;
          text-align: center;
          border: 2px solid #000; }
          .section-lowCont .support-table-pc table tr th:first-child {
            background-color: #e6ecff;
            width: 200px; }
          .section-lowCont .support-table-pc table tr th:nth-child(2) {
            background-color: #e6e6e6; }
          .section-lowCont .support-table-pc table tr th:last-child {
            background-color: #f9ebdb; }
          .section-lowCont .support-table-pc table tr th .sanei {
            position: relative;
            padding-left: 70px; }
            .section-lowCont .support-table-pc table tr th .sanei:before {
              position: absolute;
              content: "";
              width: 60px;
              height: 60px;
              background-image: url(../img/clinics/support/support01.png);
              background-repeat: no-repeat;
              background-size: contain;
              top: 50%;
              transform: translateY(-50%);
              left: 0; }
        .section-lowCont .support-table-pc table tr td {
          padding: 20px;
          vertical-align: middle;
          border: 2px solid #000; }
          .section-lowCont .support-table-pc table tr td:first-child {
            font-weight: 600;
            color: 3d50a5;
            text-align: center; }
          .section-lowCont .support-table-pc table tr td .point {
            color: #e89e67;
            display: block;
            margin-bottom: 20px;
            font-weight: 600;
            font-size: 1.2em;
            line-height: 1.5em; }
  .section-lowCont .support-table-sp {
    margin-top: 50px; }
    .section-lowCont .support-table-sp table {
      border-collapse: collapse;
      width: 100%;
      border: 2px solid #000;
      background-color: #fff;
      margin-bottom: 20px; }
      .section-lowCont .support-table-sp table tr {
        border: 2px solid #000;
        border-collapse: collapse; }
        .section-lowCont .support-table-sp table tr:first-child {
          background-color: #e6ecff; }
        .section-lowCont .support-table-sp table tr:nth-child(2) {
          background-color: #e6e6e6; }
        .section-lowCont .support-table-sp table tr:last-child {
          background-color: #fff0e1; }
        .section-lowCont .support-table-sp table tr th {
          text-align: center;
          padding: 10px;
          border: 2px solid #000;
          width: 11em;
          vertical-align: middle; }
          .section-lowCont .support-table-sp table tr th .sanei {
            position: relative;
            padding-top: 60px; }
            .section-lowCont .support-table-sp table tr th .sanei:before {
              position: absolute;
              content: "";
              width: 100%;
              height: 50px;
              background-image: url(../img/clinics/support/support01.png);
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center center;
              top: 0;
              left: 0; }
          .section-lowCont .support-table-sp table tr th.adj {
            height: 250px;
            padding-top: 50px; }
        .section-lowCont .support-table-sp table tr td {
          padding: 10px;
          border: 2px solid #000; }
          .section-lowCont .support-table-sp table tr td.color-blue {
            font-weight: 600;
            color: 3d50a5;
            text-align: center; }
          .section-lowCont .support-table-sp table tr td .point {
            color: #e89e67;
            display: block;
            margin-bottom: 20px;
            font-weight: 600;
            font-size: 1.2em;
            line-height: 1.5em; }
  .section-lowCont.solution {
    margin-bottom: 150px; }
    .section-lowCont.solution .leadtext {
      text-align: center;
      color: #3d50a5;
      font-size: 25px;
      margin-bottom: 50px;
      line-height: 1.5em; }
      @media screen and (max-width: 860px) {
        .section-lowCont.solution .leadtext {
          font-size: 20px;
          text-align: left; } }
    .section-lowCont.solution .solution-wrap .label {
      background-color: #e6e6e6;
      text-align: center;
      padding: 20px 0;
      margin-bottom: 20px;
      font-size: 20px; }
      @media screen and (max-width: 860px) {
        .section-lowCont.solution .solution-wrap .label {
          font-size: 16px;
          padding: 20px;
          text-align: left; } }
      .section-lowCont.solution .solution-wrap .label.arrow-blew {
        position: relative;
        margin-bottom: 70px; }
        .section-lowCont.solution .solution-wrap .label.arrow-blew:after {
          position: absolute;
          content: "";
          width: 30px;
          height: 18px;
          background-image: url(../img/clinics/common/arrow-blue.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          bottom: -40px;
          left: 50%;
          transform: translateX(-50%); }
    .section-lowCont.solution .solution-wrap .cont {
      margin-bottom: 60px; }
      .section-lowCont.solution .solution-wrap .cont .text {
        color: #3d50a5;
        text-align: center;
        font-size: 20px; }
        @media screen and (max-width: 860px) {
          .section-lowCont.solution .solution-wrap .cont .text {
            font-size: 18px; } }
        .section-lowCont.solution .solution-wrap .cont .text span {
          padding-left: 120px;
          position: relative; }
          .section-lowCont.solution .solution-wrap .cont .text span:before {
            position: absolute;
            content: "";
            width: 90px;
            height: 80px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
        .section-lowCont.solution .solution-wrap .cont .text .speed:before {
          background-image: url(../img/clinics/support/support02.png); }
        .section-lowCont.solution .solution-wrap .cont .text .onestop:before {
          background-image: url(../img/clinics/support/support03.png); }
  .section-lowCont .support-detail {
    margin-top: 40px; }
    .section-lowCont .support-detail h3 {
      position: relative;
      color: #3d50a5;
      padding-left: 1.5em;
      margin-bottom: 10px;
      font-weight: 600; }
      .section-lowCont .support-detail h3:before {
        position: absolute;
        content: "";
        width: 1em;
        height: 1em;
        background-color: #3d50a5;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
  .section-lowCont .box-partnership {
    margin-top: 60px;
    margin-bottom: 100px; }
    .section-lowCont .box-partnership .label {
      background-color: #f3ae74;
      color: #fff;
      font-weight: 600;
      font-size: 30px;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 860px) {
        .section-lowCont .box-partnership .label {
          font-size: 18px;
          padding: 10px; } }
    .section-lowCont .box-partnership .text span {
      color: #3d50a5; }
  .section-lowCont .solutions-flex {
    display: flex;
    margin-top: 50px; }
    @media screen and (max-width: 860px) {
      .section-lowCont .solutions-flex {
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
    .section-lowCont .solutions-flex .box-text {
      width: 50%; }
      @media screen and (max-width: 860px) {
        .section-lowCont .solutions-flex .box-text {
          width: 100%; } }
      .section-lowCont .solutions-flex .box-text h3 {
        font-size: 20px;
        margin-bottom: 20px; }
      .section-lowCont .solutions-flex .box-text .desc {
        margin-bottom: 30px; }
      .section-lowCont .solutions-flex .box-text .link a {
        background-color: #011e59;
        color: #fff;
        transition: 0.3s;
        padding: 10px 20px;
        border-radius: 10px; }
        @media screen and (max-width: 860px) {
          .section-lowCont .solutions-flex .box-text .link a {
            display: block;
            text-align: center; } }
        .section-lowCont .solutions-flex .box-text .link a:hover {
          opacity: 0.8; }
      .section-lowCont .solutions-flex .box-text .note {
        font-size: 0.8em;
        margin-bottom: 30px; }
      .section-lowCont .solutions-flex .box-text .logo {
        width: 80%;
        margin-bottom: 30px; }
    .section-lowCont .solutions-flex .box-img {
      width: 50%;
      padding-left: 20px;
      box-sizing: border-box;
      text-align: center; }
      @media screen and (max-width: 860px) {
        .section-lowCont .solutions-flex .box-img {
          width: 100%;
          margin-bottom: 30px; } }
      .section-lowCont .solutions-flex .box-img img {
        max-width: 80%; }
      @media screen and (max-width: 860px) {
        .section-lowCont .solutions-flex .box-img .logo {
          width: 60%;
          margin-bottom: 30px; } }
      .section-lowCont .solutions-flex .box-img .narrow {
        max-width: 60%; }
      .section-lowCont .solutions-flex .box-img .img-back {
        position: relative;
        display: block; }
        @media screen and (max-width: 860px) {
          .section-lowCont .solutions-flex .box-img .img-back {
            width: 60%; } }
        .section-lowCont .solutions-flex .box-img .img-back:after {
          position: absolute;
          content: "";
          width: 160px;
          height: 160px;
          background-image: url(../img/clinics/solutions/note.png);
          background-repeat: no-repeat;
          background-size: contain;
          top: -120px;
          right: 20px;
          z-index: -1; }
          @media screen and (max-width: 860px) {
            .section-lowCont .solutions-flex .box-img .img-back:after {
              top: -50px;
              right: -125px;
              width: 50%;
              aspect-ratio: 1/1;
              height: auto; } }
  .section-lowCont .pleasecontact {
    font-size: 25px;
    color: #3d50a5;
    margin-bottom: 20px;
    line-height: 1.5em;
    margin-top: 50px; }
    @media screen and (max-width: 860px) {
      .section-lowCont .pleasecontact {
        font-size: 20px; } }

.common-footer {
  margin-top: 200px; }
  .common-footer .strengs-contact {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-top: 100px; }
    .common-footer .strengs-contact .leadtext {
      font-size: 18px; }
    .common-footer .strengs-contact .phone {
      margin-top: 40px;
      font-size: 43px;
      font-weight: 600;
      transform: scaleX(1.4); }
      @media screen and (max-width: 860px) {
        .common-footer .strengs-contact .phone {
          transform: scaleX(1.2); } }
    .common-footer .strengs-contact .available {
      margin-top: 30px; }
    .common-footer .strengs-contact .link-wrap {
      text-align: center; }

.news-inner {
  margin-top: 80px;
  margin-bottom: 80px; }
  .news-inner ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: flex-start; }
    @media only screen and (max-width: 860px) {
      .news-inner ul li {
        flex-wrap: wrap; } }
    .news-inner ul li .date {
      width: 8em;
      font-size: 0.9em; }
    .news-inner ul li .cat {
      background-color: #e83c56;
      color: #fff;
      word-break: keep-all;
      padding: 0 10px;
      font-size: 0.8em;
      border-radius: 4px; }
      @media only screen and (max-width: 860px) {
        .news-inner ul li .cat {
          z-index: 55;
          position: relative; }
          .news-inner ul li .cat a {
            display: inline-block; } }
    .news-inner ul li .title {
      padding-left: 1em; }
      @media only screen and (max-width: 860px) {
        .news-inner ul li .title {
          padding-left: 0;
          width: 100%;
          margin-top: 5px;
          z-index: 55;
          position: relative; } }
      .news-inner ul li .title a {
        color: #222;
        display: block; }
  .news-inner .news-single .box-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 860px) {
      .news-inner .news-single .box-title {
        display: block; } }
    .news-inner .news-single .box-title h4 {
      font-size: 1.3em;
      font-weight: 600; }
    @media only screen and (max-width: 860px) {
      .news-inner .news-single .box-title .date {
        text-align: right; } }
  .news-inner .news-single .box-content {
    margin-top: 30px; }
    .news-inner .news-single .box-content ul {
      margin-bottom: 1rem; }
      .news-inner .news-single .box-content ul li {
        list-style: disc;
        border-bottom: none;
        padding-bottom: 0;
        margin-top: 0;
        display: list-item;
        margin-left: 1em;
        padding-left: 0; }

.blog-button {
  width: 100%;
  text-align: center;
  margin-top: 100px; }
  .blog-button a {
    background-color: #011e59;
    text-align: center;
    padding: 20px;
    color: #fff;
    border: none;
    display: block;
    transition: 0.3s;
    max-width: 500px;
    margin: 50px auto; }
    .blog-button a:hover {
      opacity: 0.8; }

.column-wrapper {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 860px) {
    .column-wrapper {
      display: block; } }
  .column-wrapper .news-inner {
    width: calc(100% - 240px); }
    @media only screen and (max-width: 860px) {
      .column-wrapper .news-inner {
        width: 100%; } }
  .column-wrapper .news-inner .news-single .box-title {
    border-bottom: none;
    display: block; }
    .column-wrapper .news-inner .news-single .box-title h4 {
      width: 100%; }
    .column-wrapper .news-inner .news-single .box-title .date {
      width: 100%;
      text-align: right; }
  .column-wrapper .box-content h3 {
    padding: 0.3em;
    color: #010101;
    border: none;
    border-bottom: solid 3px #001f58;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 2.3rem;
    display: block; }
  .column-wrapper .box-content h4 {
    margin: 30px 10px 10px 10px;
    padding: 0.25em 0.5em;
    color: #010101;
    background: transparent;
    border-left: solid 5px #ff9e00;
    font-size: 2rem; }
  .column-wrapper .box-content h5 {
    font-weight: 600;
    margin: 10px 0;
    font-size: 18px; }
  .column-wrapper .column-archive {
    width: 200px;
    margin-top: 80px; }
    @media only screen and (max-width: 860px) {
      .column-wrapper .column-archive {
        width: 100%;
        margin-top: 50px; } }
    .column-wrapper .column-archive h3 {
      background-color: #ff9e00;
      padding: 6px;
      text-align: left;
      color: #fff;
      margin-top: 0;
      font-size: 1.5rem;
      display: block;
      border: none;
      margin-bottom: 0; }
    .column-wrapper .column-archive ul li {
      text-decoration: none;
      border-bottom: 1px solid #ccc;
      padding: 10px;
      box-sizing: border-box;
      list-style: none; }
      .column-wrapper .column-archive ul li a:hover {
        opacity: 0.8; }

#news .pagenation {
  text-align: center; }
  #news .pagenation .wp-pagenavi a,
  #news .pagenation .wp-pagenavi span {
    padding: 5px 9px; }
  #news .pagenation .wp-pagenavi span.current {
    background-color: #001f58;
    color: #fff; }
  #news .pagenation .wp-pagenavi span.current {
    border-color: #001f58; }

/*# sourceMappingURL=style-clinics.css.map */
