/*
	Theme Name: EBARA
	Theme URI: 
	Description: 
	Author: 
	Author URI: 

	Version: 1.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template Version: 1.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto; }

input,
button,
textarea,
select {
  font: inherit;
  color: inherit; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word; }

a {
  color: inherit;
  text-decoration: none; }

ul,
ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none; }

fieldset {
  border: none; }

:root {
  --font-size-html: 0.521105vw;
  --size-p: max(1.6rem, 14px); }
  @media (max-width: 1440px) and (min-width: 961px) {
    :root {
      --font-size-html: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    :root {
      --font-size-html: 1.30208vw; } }
  @media (max-width: 767px) {
    :root {
      --font-size-html: 2.66667vw;
      --size-p: max(1.5rem, 14px); } }

html {
  font-size: var(--font-size-html); }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  word-break: break-word;
  overflow-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4; }

a {
  transition: color 0.3s ease, opacity 0.3s ease; }
  a:hover {
    opacity: 0.7; }
  a:focus-visible {
    outline: 0.2rem solid #1a73e8;
    outline-offset: 0.2rem; }

img {
  vertical-align: bottom; }

p {
  font-size: var(--size-p);
  line-height: 185%;
  letter-spacing: 0;
  font-weight: 400; }
  @media (max-width: 960px) {
    p {
      text-align: justify;
      letter-spacing: .02em; } }

::selection {
  background-color: #1a73e8;
  color: #fff; }

.u-hidden {
  display: none; }

@media (min-width: 768px) {
  .u-sp-only {
    display: none; } }

.u-pc-only {
  display: none; }
  @media (min-width: 768px) {
    .u-pc-only {
      display: block; } }

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex;
  flex-wrap: wrap; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.d-none {
  display: none; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

.p-text-center {
  text-align: center; }

@media (min-width: 960.5px) {
  .u-sp {
    display: none; } }
@media (max-width: 960px) {
  .u-pc {
    display: none; } }
.u-mt-0 {
  margin-top: 0 !important; }

.u-mt-xs {
  margin-top: 1rem; }

.u-mt-sm {
  margin-top: 2rem; }

.u-mt-md {
  margin-top: 3rem; }

.u-mt-lg {
  margin-top: 5rem; }

.u-mt-xl {
  margin-top: 8rem; }

.u-mb-0 {
  margin-bottom: 0; }

.u-mb-xs {
  margin-bottom: 1rem; }

.u-mb-sm {
  margin-bottom: 2rem; }

.u-mb-md {
  margin-bottom: 3rem; }

.u-mb-lg {
  margin-bottom: 5rem; }

.u-mb-xl {
  margin-bottom: 8rem; }

.p-3 {
  padding: 3rem; }

.mt-10 {
  margin-top: 10rem; }

.u-pd-lg {
  padding: 5rem; }
  @media (max-width: 960px) {
    .u-pd-lg {
      padding: 3rem; } }

.u-mt-10 {
  margin-top: 10rem; }

.u-py-md {
  padding: 3rem !important; }
  @media (max-width: 960px) {
    .u-py-md {
      padding: 2rem !important; } }

@media (max-width: 960px) {
  .p-3 {
    padding: 1.5rem; }

  .u-mt-10 {
    margin-top: 7rem; } }
.u-ai--center {
  align-items: center; }

.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-sm {
  font-size: 1.4rem; }

.u-text-xs {
  font-size: 1.2rem; }

.u-text-lg {
  font-size: 1.8rem; }

.u-text-bold {
  font-weight: 700; }

.u-text-muted {
  color: #999; }

.u-text-primary {
  color: #1a73e8; }

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.u-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.c-button__img--link {
  max-width: 38.3rem;
  display: inline-block; }
  .c-button__img--link img {
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
    width: 100%;
    border-radius: 2rem; }

.admin-bar .p-header__inner {
  top: 32px; }
  @media (max-width: 782px) {
    .admin-bar .p-header__inner {
      top: 46px; } }
@media (min-width: 960.5px) {
  .admin-bar .p-header__menu--sp {
    top: calc(8rem + 32px); } }
  @media (min-width: 960.5px) and (max-width: 782px) {
    .admin-bar .p-header__menu--sp {
      top: calc(8rem + 46px); } }
@media (min-width: 960.5px) {
  .admin-bar .c-nav-fix {
    top: calc(50% + 32px); } }

.p-header {
  height: 8.4rem;
  position: relative; }
  .p-header__inner {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 55;
    background: #FFF;
    transition: all 0.35s; }
  .p-header__right {
    padding-right: 6rem; }
  .p-header__menu {
    margin-right: 2.3rem; }
    .p-header__menu li {
      position: relative;
      padding: 0 3.25rem; }
      @media (max-width: 1440px) {
        .p-header__menu li {
          padding: 0 1.25rem; } }
      @media (min-width: 960.5px) {
        .p-header__menu li.current-menu-parent > a {
          color: #2976BA; }
          .p-header__menu li.current-menu-parent > a::before {
            background: #2976BA; }
          .p-header__menu li.current-menu-parent > a .current_page_item.current_page_item
          a[aria-current="page"] {
            color: #4FA867; }
            .p-header__menu li.current-menu-parent > a .current_page_item.current_page_item
            a[aria-current="page"]::before {
              background-color: #4FA867; } }
      .p-header__menu li a {
        color: #304C4E;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0;
        position: relative;
        z-index: 1;
        padding-left: 1rem;
        padding-top: 3.8rem;
        padding-bottom: 3.8rem; }
        .p-header__menu li a:hover {
          opacity: 1;
          color: #2976BA; }
          .p-header__menu li a:hover::before {
            background-color: #2976BA; }
        .p-header__menu li a::before {
          content: "";
          position: absolute;
          width: 0.4rem;
          height: 0.4rem;
          background-color: #304C4E;
          border-radius: 100%;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          z-index: 0;
          pointer-events: none; }
    .p-header__menu--sp {
      position: fixed;
      top: 10rem;
      background: #ffffff;
      width: 65rem;
      padding: 3rem;
      right: 0;
      transition: all 0.35s;
      z-index: 10;
      height: calc(100vh - 10rem);
      padding-bottom: 10rem;
      overflow-y: auto; }
      .p-header__menu--sp:not(.is-active) {
        right: -65rem; }
    .p-header__menu--title {
      color: #4FA867;
      font-size: 3rem;
      font-weight: 700;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
    .p-header__menu--list {
      margin-bottom: 2rem;
      margin-left: 3rem; }
      @media (min-width: 767.5px) {
        .p-header__menu--list li {
          width: calc((100% - 1.501rem) / 2); }
          .p-header__menu--list li:not(:nth-child(2n)) {
            margin-right: 1.5rem; } }
      .p-header__menu--list li:not(:last-child) {
        margin-bottom: 1rem; }
      .p-header__menu--list li a {
        color: #304C4E;
        font-size: var(--size-p);
        font-weight: 500;
        line-height: 160%;
        letter-spacing: 0;
        display: block;
        position: relative;
        padding-left: 1.5rem;
        transition: all 0.35s; }
        .p-header__menu--list li a::before {
          content: "";
          position: absolute;
          width: 0.6rem;
          height: 0.6rem;
          background: #4FA867;
          border-radius: 100%;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        .p-header__menu--list li a:hover {
          opacity: 0.8;
          text-decoration: none; }
      .p-header__menu--list li.current_page_item.current_page_item a[aria-current="page"], .p-header__menu--list li.current_page_item.current_page_item a.active {
        color: #2976BA; }
  .p-header__logo {
    padding-left: 4.6rem; }
    .p-header__logo img {
      width: 31.3rem; }
  .p-header__brand {
    transition: all 0.35s; }
  @media (min-width: 960.5px) {
    .p-header__nav--top {
      display: flex;
      gap: 0.5rem;
      padding-bottom: 2rem; }
    .p-header .c-top__button__link {
      width: 18.9rem;
      height: 5.1rem;
      display: flex;
      align-items: center;
      flex-direction: column;
      background: #4FA867; }
      .p-header .c-top__button__link .item {
        display: block;
        color: #FFF;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0; } }

.c-hamburger {
  width: 5.55rem;
  height: 5.55rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.7rem 1.1rem;
  cursor: pointer;
  background: #4FA867;
  border-radius: 1rem; }
  .c-hamburger__line {
    background: #FFF;
    display: block;
    height: 1px;
    width: 100%;
    transition: all 0.3s ease;
    transform-origin: center; }
    .c-hamburger__line:nth-child(2) {
      width: 69.697%; }
    .c-hamburger__line:not(:last-child) {
      margin-bottom: 0.8rem; }
  .c-hamburger.active span:first-child {
    transform: translateY(0.9rem) rotate(45deg);
    width: 100%; }
  .c-hamburger.active span:nth-child(2) {
    opacity: 0; }
  .c-hamburger.active span:nth-child(3) {
    transform: translateY(-0.9rem) rotate(-45deg);
    width: 100%; }

@media (min-width: 960.5px) {
  .home .p-header {
    height: auto; }
    .home .p-header__inner:not(.active) .p-header__menu--01 li.vz-02 .sub-menu {
      top: 8.9rem; }
    .home .p-header__inner:not(.active) {
      background: transparent; }
      .home .p-header__inner:not(.active) .p-header__logo {
        position: relative;
        overflow: hidden; }

  .p-header__menu--01 li .sub-menu {
    pointer-events: none;
    position: absolute;
    z-index: 100;
    opacity: 0;
    right: 0;
    padding: 1.5rem;
    left: 0;
    top: 5rem;
    transition: all 0.3s ease;
    width: 30rem; }
    .p-header__menu--01 li .sub-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 1rem);
      left: 0;
      bottom: 0;
      z-index: -1;
      background: rgba(41, 118, 186, 0.9); }
    .p-header__menu--01 li .sub-menu li {
      margin-left: 0;
      padding: 0;
      border-bottom: 1px solid #fff;
      border-right: 0; }
      .p-header__menu--01 li .sub-menu li::before {
        content: none; }
      .p-header__menu--01 li .sub-menu li:last-child {
        border-width: 0; }
      .p-header__menu--01 li .sub-menu li a {
        display: block;
        padding: 1.5rem 1.5rem 1.5rem 3rem;
        border-right: 0;
        color: #FFF;
        position: relative;
        transition: all 0.35s;
        width: 100%;
        text-align: left; }
        .p-header__menu--01 li .sub-menu li a::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-mask: url(./images/icon_arrow-02.svg) center/100% no-repeat;
          mask: url(./images/icon_arrow-02.svg) center/100% no-repeat;
          background: #FFF;
          left: 1rem;
          width: 1rem;
          height: 1rem;
          clip-path: inherit; }
        .p-header__menu--01 li .sub-menu li a:hover {
          opacity: 0.8; }
  .p-header__menu--01 li.vz-02 {
    position: initial; }
    .p-header__menu--01 li.vz-02 .sub-menu {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      top: 7.8rem;
      left: 0;
      padding: 5rem !important; }
      .p-header__menu--01 li.vz-02 .sub-menu li {
        width: calc((100% - 6.001rem) / 3);
        margin-right: 3rem; }
        .p-header__menu--01 li.vz-02 .sub-menu li:nth-child(3n) {
          margin-right: 0; }
        .p-header__menu--01 li.vz-02 .sub-menu li:last-child {
          border-width: 1px; }
  .p-header__menu--01 li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding: 0.8rem 0 0; }
  .p-header__menu--01 li:hover.menu-item-has-children > a::before {
    opacity: 1; } }
@media (max-width: 960px) {
  .p-header {
    height: 6rem; }
    .p-header__logo {
      padding-left: 0; }
    .p-header__right {
      padding-right: 0; }
    .p-header__inner {
      padding: 0 1.5rem; }
    .p-header__logo img {
      width: 28rem; }
    .p-header__menu, .p-header__contact {
      display: none; }
    .p-header__menu--sp {
      top: 7.8rem; } }
@media (max-width: 767px) {
  .p-header__inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .p-header__menu--sp {
    top: 6.1rem;
    width: 100%;
    padding: 1.5rem 1.5rem 6rem; }
  .p-header__logo img {
    max-width: 20rem; }
  .p-header__menu--list {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 0; } }
.c-nav-fix {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99; }
  .c-nav-fix__btn.c-nav-fix__tel img {
    max-width: 1.8rem;
    width: 100%; }
  .c-nav-fix__btn.c-nav-fix__item--web img {
    max-width: 2.6rem;
    width: 100%; }
  .c-nav-fix__item {
    background: #4FA867;
    width: 6rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    text-align: center;
    height: 12rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    padding: 0 0.5rem; }
    .c-nav-fix__item img {
      margin: 0 auto;
      padding-bottom: 0.5rem; }
    .c-nav-fix__item--web {
      background: #2976BA; }

.c-footer-table {
  margin-bottom: 1.4rem; }
  .c-footer-table .x-mark {
    font-weight: 500; }
  .c-footer-table .row {
    display: flex;
    background: #FFF;
    position: relative; }
    .c-footer-table .row::before {
      content: "";
      position: absolute;
      width: calc(100% - 2.001rem);
      height: 1px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #304C4E;
      opacity: 0.37; }
    .c-footer-table .row:first-child {
      background: #4FA867; }
      .c-footer-table .row:first-child::before {
        content: none; }
      .c-footer-table .row:first-child .col {
        color: #FFF;
        padding: 0.6rem 0; }
    .c-footer-table .row:last-child {
      border-radius: 0 0 2rem 2rem;
      padding-bottom: 1.2rem; }
      .c-footer-table .row:last-child::before {
        content: none; }
  .c-footer-table__gp {
    margin-bottom: 4.6rem; }
    .c-footer-table__gp p {
      color: #483b35;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0; }

.p-footer {
  background: url(./images/footer-bg-00.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 9.5rem; }
  .p-footer__credit img {
    max-width: 19rem;
    width: 100%; }
  .p-footer__top {
    padding-bottom: 3.5rem; }
    .p-footer__top .p-clinic__top-right {
      padding-top: 11.8rem; }
    .p-footer__top-logo.p-clinic__top-logo {
      max-width: 36.1rem;
      margin-bottom: 3.8rem; }
    .p-footer__top-address.p-clinic__top-address {
      background: url(./images/footer-bg-01.png) left 2.5rem top 0.6rem no-repeat;
      background-size: 1.2rem;
      color: #FFF; }
    .p-footer__top-time--desc.p-clinic__top-time--desc {
      color: #FFF; }
    .p-footer__top-maps.p-clinic__top-right--maps {
      margin-top: 2rem;
      padding-bottom: 0; }
    .p-footer__top-title {
      color: #FFF;
      font-size: var(--fs-40);
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0;
      text-transform: uppercase;
      padding-bottom: 4rem; }
    .p-footer__top-list {
      padding-right: 2.8rem; }
    .p-footer__top-item:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding-bottom: 3.2rem;
      margin-bottom: 3.2rem; }
  .p-footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 1rem;
    padding-bottom: 0.5rem; }
  .p-footer__copy {
    color: #FFF;
    font-size: var(--size-p);
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 1.8rem; }
  @media (min-width: 960.5px) {
    .p-footer__brand {
      margin-bottom: 8.7rem;
      gap: 3rem; }
      .p-footer__brand--item {
        width: calc((100% - 3.001rem) / 2); }
        .p-footer__brand--item:first-child {
          padding-right: 2.4rem; }
    .p-footer__nav {
      margin-top: 13.6rem;
      margin-bottom: 6.6rem; }
      .p-footer__nav--list {
        gap: 0.5rem 1.5rem; }
        .p-footer__nav--list li {
          flex: 0 0 calc((100% - 1.5rem) / 2); }
          .p-footer__nav--list li:last-child {
            margin-bottom: 0; }
          .p-footer__nav--list li a {
            color: #FFF;
            font-size: 1.8rem;
            font-weight: 400;
            line-height: 150%;
            letter-spacing: 0;
            font-family: "Noto Sans JP", sans-serif;
            position: relative;
            padding-left: 1.2rem; }
            .p-footer__nav--list li a::before {
              content: "";
              position: absolute;
              width: 0.5rem;
              height: 0.5rem;
              top: 50%;
              left: 0;
              transform: translateY(-50%);
              background: #FFF;
              border-radius: 100%; }
      .p-footer__nav--item {
        position: relative;
        z-index: 1; }
        .p-footer__nav--item:first-child {
          width: 43.2rem; }
        .p-footer__nav--item:last-child {
          width: calc(100% - 43.2rem);
          padding-left: 3.5rem; } }
  @media (max-width: 960px) {
    .p-footer__copy {
      text-align: center; } }

@media (max-width: 960px) {
  .l-footer {
    padding: 5rem 0 1rem; }

  .p-footer__top .p-clinic__top-right {
    padding-top: 0; }

  .p-footer__top-list {
    display: none; }

  .p-footer__top {
    padding-bottom: 0; } }
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 8rem; }

  .p-footer__credit {
    flex: 0 0 100%; }
    .p-footer__credit img {
      margin: 0 auto;
      max-width: 19rem;
      width: 100%; } }
[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.l-grid-1775 {
  max-width: 180.5rem; }
.l-grid-1660 {
  max-width: 169rem; }
.l-grid-1600 {
  max-width: 163rem; }
.l-grid-1445 {
  max-width: 147.5rem; }
.l-grid-1480 {
  max-width: 151rem; }
.l-grid-1400 {
  max-width: 143rem; }
.l-grid-1265 {
  max-width: 129.5rem; }
.l-grid-1255 {
  max-width: 128.5rem; }
.l-grid-1200 {
  max-width: 123rem; }

.l-container {
  width: 100%;
  position: relative; }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

.anchor_fixtop,
.u-anchor-offset {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }

@media (max-width: 960px) {
  .anchor_fixtop,
  .u-anchor-offset {
    top: -8rem; } }
.l-grid {
  width: 100%;
  display: grid;
  gap: 3rem;
  padding-left: 0;
  padding-right: 0; }
  .l-grid--2 {
    grid-template-columns: 1fr 40rem; }
  .l-grid--3 {
    grid-template-columns: repeat(3, 1fr); }
  .l-grid--4 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--5 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--reverse {
    direction: rtl; }
    .l-grid--reverse .l-grid__inner {
      direction: ltr; }
  @media (max-width: 960px) {
    .l-grid {
      gap: 1.5rem; }
      .l-grid__inner:first-child {
        order: 2; }
      .l-grid__inner:last-child {
        order: 1; }
      .l-grid--2 {
        grid-template-columns: 1fr; }
      .l-grid--3 {
        gap: 3rem 1.5rem;
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 960px) and (max-width: 767px) {
      .l-grid--3 {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem; } }
  @media (max-width: 960px) {
      .l-grid--sp3 {
        gap: 0.5rem;
        grid-template-columns: repeat(3, 1fr); }
      .l-grid--4 {
        grid-template-columns: 1fr; }
        .l-grid--4 .l-grid__inner:first-child {
          order: -1; }
      .l-grid--5 {
        grid-template-columns: 1fr; }
        .l-grid--5 .l-grid__inner:first-child {
          order: -1; } }

:root {
  --main-color: #4FA867;
  --main-color-light: rgba(41, 118, 186, 0.07);
  --main-color--title: #4FA867;
  --main-color-white: #ffffff;
  --size-v1: max(3rem, 20px);
  --size-v2: max(2.5rem, 18px);
  --size-v3: max(2rem, 18px);
  --size-v4: max(1.8rem, 16px);
  --letter-spacing-default: 0.05rem;
  --font-default: "Noto Sans JP", sans-serif;
  --font-family-heading: $f1; }

@media (max-width: 960px) {
  :root {
    --size-v1: max(1.9rem, 16px);
    --size-v2: max(1.8rem, 16px);
    --size-v3: max(1.7rem, 15px);
    --size-v4: max(1.6rem, 15px); } }
.c-heading {
  position: relative; }

.c-heading--lv1, .c-heading--lv1__v2 {
  position: relative;
  font-size: var(--size-v1);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 2rem 0;
  color: var(--main-color--title);
  font-family: var(--font-family-heading);
  padding-top: 6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 4rem; }
  .c-heading--lv1::after, .c-heading--lv1__v2::after {
    content: "";
    position: absolute;
    width: 8rem;
    height: 8rem;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: url(./images/icon.png) top center no-repeat;
    background-size: contain; }
  .c-heading--lv1::first-letter, .c-heading--lv1__v2::first-letter {
    color: #2976BA; }
  .c-heading--lv1__v2 {
    text-align: left;
    line-height: 150%;
    margin-bottom: 0;
    padding-block: 0;
    padding-left: 2rem;
    font-size: var(--size-v2);
    border-left: 0.6rem solid var(--main-color--title); }
    .c-heading--lv1__v2::after, .c-heading--lv1__v2::before {
      content: none; }
  @media (max-width: 960px) {
    .c-heading--lv1, .c-heading--lv1__v2 {
      margin-bottom: 3rem;
      padding-bottom: 2rem; }
      .c-heading--lv1::before, .c-heading--lv1__v2::before {
        width: 6rem; }
      .c-heading--lv1__v2 {
        margin-bottom: 0;
        padding-bottom: 0; } }

.c-heading--lv2, .c-heading--lv2-alt {
  position: relative;
  font-size: var(--size-v2);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 1.5rem 2rem;
  color: var(--main-color-white);
  font-family: var(--font-family-heading);
  background: var(--main-color);
  width: calc(100% - 1.2rem);
  border: 1px dashed #fff;
  outline: 0.6rem solid var(--main-color);
  left: 0.6rem;
  font-weight: 600; }
  @media (max-width: 960px) {
    .c-heading--lv2, .c-heading--lv2-alt {
      padding: 1rem 1.5rem;
      text-align: justify; } }

.c-heading--lv2-alt {
  background: transparent;
  color: var(--main-color);
  border: 0;
  outline: 0;
  padding: 0 5rem 0 0;
  width: 100%;
  letter-spacing: 0.2rem;
  left: 0; }

.c-heading--lv3 {
  position: relative;
  font-size: var(--size-v3);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 1.5rem 0;
  color: var(--main-color);
  font-family: var(--font-family-heading); }
  .c-heading--lv3::before, .c-heading--lv3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.2rem;
    background: var(--main-color); }
  .c-heading--lv3::before {
    width: 10%;
    z-index: 2; }
  .c-heading--lv3::after {
    width: 100%;
    opacity: 0.1; }

.c-heading--lv4 {
  position: relative;
  font-size: var(--size-v4);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 0 2.5rem;
  color: var(--main-color);
  font-family: var(--font-family-heading);
  text-align: justify; }
  .c-heading--lv4.vs-01 {
    font-size: var(--size-v1);
    padding-left: 3.5rem; }
    .c-heading--lv4.vs-01::before {
      width: 2.5rem;
      height: 2.5rem;
      left: 0;
      top: 1.2rem; }
    @media (max-width: 960px) {
      .c-heading--lv4.vs-01 {
        padding-left: 2.5rem;
        margin-bottom: 0 !important; }
        .c-heading--lv4.vs-01::before {
          width: 1.8rem;
          height: 1.8rem;
          left: 0;
          top: 0.5rem; } }
  .c-heading--lv4::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    top: 0.5rem;
    background: var(--main-color); }

.c-pagetop {
  position: fixed;
  bottom: 0rem;
  right: 0rem;
  opacity: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 50; }
  .c-pagetop img {
    max-width: 9.6rem;
    width: 100%; }
  .c-pagetop.show {
    opacity: 1; }
    .c-pagetop.show:hover {
      opacity: 0.8; }
  @media (max-width: 767px) {
    .c-pagetop {
      bottom: 7rem; } }

.c-menu__medical--list {
  margin-bottom: 3rem; }
  .c-menu__medical--list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem; }
  .c-menu__medical--list li a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    color: #4FA867;
    position: relative;
    display: block;
    letter-spacing: 0;
    height: 100%;
    transition: all 0.35s;
    padding: 1rem;
    background: rgba(161, 222, 242, 0.2);
    border: #4FA867 solid 1px; }
    .c-menu__medical--list li a:hover {
      font-weight: bold; }
  .c-menu__medical--list li.current_page_item a {
    background: #2976BA;
    color: #fff; }

@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  .c-menu__medical--list li a {
    font-size: 1.5rem;
    text-align: center; } }
@media (max-width: 767px) {
  .c-menu__medical--list ul {
    gap: 1rem; }
  .c-menu__medical--list li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 0;
    bottom: 0; } }
.c-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem; }
  .c-breadcrumb__list {
    display: inline;
    gap: 0; }
  .c-breadcrumb__item {
    display: inline;
    position: relative; }
    .c-breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .c-breadcrumb__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 49%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .c-breadcrumb__link {
    color: #304C4E; }
    .c-breadcrumb__link:hover {
      opacity: 1;
      text-decoration: underline; }
  .c-breadcrumb__current {
    color: #999; }
  .c-breadcrumb__link, .c-breadcrumb__current {
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .05rem; }

.c-table {
  font-size: var(--size-p);
  color: #304C4E;
  line-height: 185%;
  letter-spacing: 0.05rem; }
  .c-table--01 {
    border-top: 1px dashed #dddddd; }
    @media (max-width: 960px) {
      .c-table--01 {
        border-top: 0px dashed #dddddd;
        border-bottom: 1px solid #dddddd; } }
    .c-table--01 .c-table__row {
      display: grid;
      grid-template-columns: 25rem 1fr;
      gap: 2rem;
      padding: 2rem 0;
      border-bottom: 1px dashed #dddddd; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__row {
          grid-template-columns: 11rem 1fr;
          gap: 1rem;
          padding: 1.5rem 0;
          border-bottom: 0; }
          .c-table--01 .c-table__row:nth-child(odd) {
            background: #efefef; } }
    .c-table--01 .c-table__head {
      font-weight: 600; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__head {
          padding-left: 1rem; } }
    .c-table--01 .c-table__body {
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__body {
          padding-right: 1rem; } }
    @media (max-width: 960px) {
      .c-table--01__spfull .c-table__row {
        grid-template-columns: 1fr; }
        .c-table--01__spfull .c-table__row:nth-child(odd) {
          background: transparent; }
      .c-table--01__spfull .c-table__head {
        padding: 1.5rem 2rem;
        background-color: var(--main-color-light); }
        .c-table--01__spfull .c-table__head br {
          display: none; }
      .c-table--01__spfull .c-table__body {
        padding-right: 0; }
      .c-table--01__spfull .c-list {
        margin: 0.5rem 0 0 0;
        padding: 0;
        gap: 0;
        background-color: transparent; } }
  .c-table--recruit {
    border-top: 0 !important;
    padding-top: 1rem !important; }
  .c-table--02 {
    border-top: 0px dashed #dddddd;
    border-bottom: 1px dashed #dddddd; }
    .c-table--02 .c-table__row {
      grid-template-columns: 22rem 1fr;
      border-bottom: 0px dashed #dddddd; }
      .c-table--02 .c-table__row:nth-child(odd) {
        background-color: var(--main-color-light); }
    .c-table--02 .c-table__head {
      padding-left: 2rem; }
    @media (max-width: 960px) {
      .c-table--02 .c-table__row {
        gap: 0;
        grid-template-columns: 1fr; }
        .c-table--02 .c-table__row .c-table__body,
        .c-table--02 .c-table__row .c-table__head {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
  .c-table--compare {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .c-table--compare .c-table__head,
    .c-table--compare .c-table__data {
      border: 1px solid #e5e5e5;
      padding: 1.5rem 2rem;
      text-align: center;
      vertical-align: middle;
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--compare .c-table__head,
        .c-table--compare .c-table__data {
          padding: 1rem 0.5rem;
          font-size: 1.3rem; } }
    .c-table--compare .c-table__row--head .c-table__head {
      background: #f5f5f5;
      font-weight: 600; }
      .c-table--compare .c-table__row--head .c-table__head:first-child {
        width: 25%; }
        @media (max-width: 960px) {
          .c-table--compare .c-table__row--head .c-table__head:first-child {
            width: 30%; } }

.c-table--schedule {
  border-top: 1px solid #e5e5e5; }
  .c-table--schedule .c-table__row {
    display: grid;
    grid-template-columns: 26rem repeat(7, 1fr);
    border-bottom: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__row {
        grid-template-columns: 10rem repeat(7, 1fr); } }
  .c-table--schedule .c-table__row--head {
    background: #f5f5f5;
    font-weight: 600; }
  .c-table--schedule .c-table__head,
  .c-table--schedule .c-table__body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-right: 1px solid #e5e5e5;
    font-weight: 500; }
    .c-table--schedule .c-table__head:first-child,
    .c-table--schedule .c-table__body:first-child {
      border-left: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__head,
      .c-table--schedule .c-table__body {
        padding: 0.5rem;
        line-height: 150%; } }
  .c-table--schedule .c-table__head {
    text-align: center; }

.c-schedule-table {
  margin-bottom: 1.3rem; }
  .c-schedule-table .row {
    display: flex;
    position: relative;
    padding: 1.15rem 0px; }
    .c-schedule-table .row::before {
      content: "";
      position: absolute;
      width: calc(100% - 1.6rem);
      height: 1px;
      background: #a1def2;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
    .c-schedule-table .row:first-child {
      background: #a1def2;
      border-bottom: 0;
      border-radius: 2rem;
      padding: 0.65rem 0; }
      .c-schedule-table .row:first-child::before {
        content: none; }
      .c-schedule-table .row:first-child .col {
        color: #3a82b3; }
    .c-schedule-table .row .col {
      color: #304C4E;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      width: calc((100% - 20.2rem) / 6);
      position: relative; }
      .c-schedule-table .row .col:first-child {
        width: 14.2rem;
        padding-left: 1.5rem; }
      .c-schedule-table .row .col:last-child {
        width: 6rem; }
      .c-schedule-table .row .col-02 {
        color: #3a82b3; }
      .c-schedule-table .row .col-desc {
        position: absolute;
        color: #454545;
        font-size: 1.6rem;
        width: 105%;
        bottom: -1.6rem;
        left: -2rem; }

@media (max-width: 960px) {
  .c-schedule-table .row .col {
    font-size: 1.5rem;
    width: calc((100% - 14rem) / 6); }
    .c-schedule-table .row .col:first-child {
      width: 10rem; }
    .c-schedule-table .row .col:last-child {
      width: 4rem; }
    .c-schedule-table .row .col-desc {
      width: 168%;
      bottom: 0;
      font-size: 1.4rem; }
  .c-schedule-table .row:first-child .col:first-child {
    padding-left: 1rem; } }
.c-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  padding: 2rem; }
  .c-map iframe {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1; }
  .c-map::before, .c-map::after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem; }
  .c-map::before {
    left: 0;
    top: 0;
    border-left: 0.2rem solid var(--main-color);
    border-top: 0.2rem solid var(--main-color); }
  .c-map::after {
    right: 0;
    bottom: 0;
    border-right: 0.2rem solid var(--main-color);
    border-bottom: 0.2rem solid var(--main-color); }
  @media (max-width: 960px) {
    .c-map {
      aspect-ratio: 16 / 14;
      padding: 1rem; }
      .c-map::before, .c-map::after {
        width: 4rem;
        height: 4rem; } }

.c-list {
  list-style: none;
  background-color: var(--main-color-light);
  border-radius: 0.8rem;
  padding: 2rem;
  margin: 1rem 0; }
  .c-list li {
    position: relative;
    line-height: 1.8;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 185%;
    letter-spacing: 0.05rem; }
  @media (max-width: 960px) {
    .c-list {
      padding: 1.3rem; } }

.c-list--dot .c-list__item {
  padding-left: 1.6rem; }
  .c-list--dot .c-list__item::before {
    content: "・";
    position: absolute;
    left: 0; }

.c-list--bg {
  padding: 0;
  background-color: transparent; }
  .c-list--bg li {
    padding: 2rem;
    border-radius: 0.8rem;
    background-color: var(--main-color-light); }

.c-list--check .c-list__item {
  padding-left: 2rem; }
  .c-list--check .c-list__item::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4FA867; }

.c-list--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1rem; }
  @media (max-width: 960px) {
    .c-list--2col {
      grid-template-columns: repeat(1, 1fr); } }

.c-list--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1rem; }
  @media (max-width: 960px) {
    .c-list--3col {
      grid-template-columns: repeat(1, 1fr); } }

.p-page-banner__content {
  position: relative;
  width: 100%;
  z-index: 0; }
  .p-page-banner__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 177, 156, 0.1);
    z-index: 1; }
.p-page-banner__image {
  display: block;
  width: 100%;
  height: 20rem;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .p-page-banner__image {
      height: 40rem; } }
  .p-page-banner__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0.2rem); }
.p-page-banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30rem;
  padding: 2rem;
  z-index: 2;
  text-shadow: 0.3rem 0.3rem 0.4rem #333;
  background: linear-gradient(90deg, rgba(166, 161, 138, 0) 0%, #4FA867 30%, #4FA867 70%, rgba(166, 161, 138, 0) 100%); }
  @media (min-width: 1024px) {
    .p-page-banner__title {
      min-width: 35rem;
      padding: 1.5rem 5rem; } }
  .p-page-banner__title .ja {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #ffffff;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .p-page-banner__title .ja {
        font-size: 3rem;
        letter-spacing: 0.2rem; } }

.c-news__list {
  margin-bottom: 6rem;
  width: 100%; }
.c-news__main {
  width: calc(100% - 30rem); }
.c-news__sidebar {
  width: 30rem;
  padding-left: 5rem; }
.c-news__pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem; }
  .c-news__pagination .wp-pagenavi span,
  .c-news__pagination .wp-pagenavi a {
    height: 4rem;
    min-width: 4rem;
    border: 0.1rem solid #4FA867;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.55rem;
    color: #4FA867;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.35s ease; }
  .c-news__pagination .wp-pagenavi a:hover,
  .c-news__pagination .wp-pagenavi .current {
    background: #4FA867;
    color: #fff; }
.c-news__archive {
  border: #4FA867 solid 0.1rem;
  margin-bottom: 3rem; }
  .c-news__archive:last-child {
    margin-bottom: 0; }
  .c-news__archive-title {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    background: #4FA867;
    text-align: left;
    padding: 1rem;
    cursor: pointer;
    position: relative; }
    .c-news__archive-title::before {
      content: "";
      position: absolute;
      right: 1.5rem;
      top: 50%;
      width: 0.8rem;
      height: .8rem;
      transform: translateY(-50%) rotate(135deg);
      position: absolute;
      content: "";
      border-top: 0.1rem solid #FFF;
      border-right: 0.1rem solid #FFF;
      transition: all 0.35s; }
    .c-news__archive-title.active::before {
      transform: translateY(-50%) rotate(315deg); }
  .c-news__archive-list {
    padding: 0 1.5rem;
    max-height: 32rem;
    overflow: auto; }

.p-news__item {
  padding: 2rem 0;
  transition: background-color 0.3s ease;
  background: rgba(79, 168, 103, 0.2);
  margin-bottom: 1.5rem; }
  .p-news__item:nth-child(odd) {
    background: #4FA867; }
    .p-news__item:nth-child(odd) .p-news__date,
    .p-news__item:nth-child(odd) .p-news__title {
      color: #fff; }
  .p-news__item:last-child {
    margin-bottom: 0; }
  .p-news__item:hover {
    background: rgba(79, 168, 103, 0.5); }
    .p-news__item:hover .p-news__date,
    .p-news__item:hover .p-news__title {
      color: #304C4E; }
.p-news__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #304C4E;
  text-decoration: none;
  font-size: 1.6rem;
  transition: color 0.3s ease; }
  .p-news__link:hover {
    color: #4FA867; }
.p-news__date {
  display: inline-block;
  min-width: 13rem;
  font-size: 1.8rem;
  color: #304C4E;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: .1rem; }
.p-news__title {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #304C4E;
  word-break: break-word;
  padding-right: 2rem; }
.p-news__archive-item {
  border-bottom: #4FA867 solid 1px; }
  .p-news__archive-item a {
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    display: block;
    padding: 1.3rem 0;
    transition: all 0.35s; }
    .p-news__archive-item a:hover {
      color: #4FA867; }
  .p-news__archive-item:last-child {
    border-bottom: 0; }

.p-single__header {
  background: rgba(79, 168, 103, 0.1);
  padding: 3rem; }
.p-single__title {
  font-size: 3.2rem;
  color: #4FA867;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.p-single__date {
  font-size: 1.6rem;
  color: #4FA867;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem; }
.p-single__content {
  padding: 4rem 0; }
  .p-single__content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2.8rem;
    color: #304C4E;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .p-single__content h1 {
    border-bottom: #4FA867 solid 2px; }
  .p-single__content h2 {
    font-size: 2.6rem;
    background: #4FA867;
    border-radius: 1rem;
    color: #fff;
    padding: 1rem 2rem; }
  .p-single__content h3 {
    font-size: 2.4rem;
    position: relative;
    padding-left: 2.3rem; }
    .p-single__content h3::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      background: #4FA867;
      border-radius: 100%;
      top: 1.5rem;
      left: 0; }
  .p-single__content h4 {
    font-size: 2.2rem;
    border-left: #4FA867 solid 2px;
    padding-left: 2rem; }
  .p-single__content h5 {
    font-size: 2rem;
    position: relative; }
    .p-single__content h5::before {
      content: "";
      position: absolute;
      width: 8rem;
      height: 2px;
      background: #4FA867;
      bottom: 0;
      left: 0; }
  .p-single__content h6 {
    font-size: 1.8rem; }
  .p-single__content blockquote {
    background-color: #eeeeee;
    padding: 4rem; }
    .p-single__content blockquote p:last-child {
      margin-bottom: 0; }
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.8rem;
    color: #304C4E;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .p-single__content a {
    color: #4FA867;
    text-decoration: underline; }
  .p-single__content ul,
  .p-single__content ol {
    list-style: disc;
    margin-left: 2.2rem;
    margin-bottom: 2.5rem; }
  .p-single__content ol {
    list-style: numbered; }
  .p-single__content li {
    margin-bottom: 0; }
    .p-single__content li:not(:last-child) {
      margin-bottom: 1rem; }
  .p-single__content hr {
    border: none;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
.p-single-nav {
  margin-top: 5rem; }
  .p-single-nav__list {
    display: flex;
    justify-content: space-between;
    gap: 2rem; }
  .p-single-nav__link {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0.1rem solid #4FA867;
    border-radius: 3.3rem;
    background: #4FA867;
    text-decoration: none;
    transition: ease-in-out .3s; }
    .p-single-nav__link.p-single-nav__link--disabled {
      opacity: 0.5; }
.p-single__footer {
  margin-bottom: 10rem; }

@media (max-width: 960px) {
  .c-news__main {
    width: 100%;
    margin-bottom: 6rem; }
  .c-news__sidebar {
    padding-left: 0;
    width: 100%; }

  .p-news__date {
    font-size: 1.5rem;
    min-width: 11rem;
    padding-left: 1rem;
    padding-right: 0; }
  .p-news__title {
    font-size: 1.5rem;
    padding-right: 1rem; }
  .p-news__link {
    gap: 0; }
  .p-news__archive-item a {
    font-size: 1.5rem; } }
@media (max-width: 960px) {
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .p-single__content h1 {
    font-size: 2.6rem; }
  .p-single__content h2 {
    font-size: 2.4rem; }
  .p-single__content h3 {
    font-size: 2.2rem; }
  .p-single__content h4 {
    font-size: 2rem; }
  .p-single__content h5 {
    font-size: 1.8rem; }
  .p-single__content h6 {
    font-size: 1.6rem; }
  .p-single__content blockquote {
    padding: 1.5rem; }
  .p-single__date {
    font-size: 1.5rem; }
  .p-single__title {
    font-size: 2rem; }
  .p-single-nav {
    margin-top: 0; }
    .p-single-nav__link {
      width: 20rem;
      height: 5rem;
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .p-single__header {
    padding: 1rem; }
  .p-single-nav__list {
    flex-wrap: wrap;
    gap: 1.5rem; }
  .p-single-nav__link {
    width: 100%; }
  .p-single-nav__item {
    width: calc((100% - 1.501rem) / 2); }
    .p-single-nav__item.p-single-nav__item--back {
      order: 1;
      width: 100%; } }
.p-column {
  margin-bottom: 10rem; }
  .p-column__list {
    flex-wrap: wrap;
    gap: 5rem 1.5rem; }
  .p-column__item {
    flex: 0 0 calc((100% - 4.5rem) / 4);
    box-sizing: border-box; }

.c-column-card__thumb {
  margin-bottom: 1rem; }
  .c-column-card__thumb img {
    width: 100%;
    aspect-ratio: 4 / 2.8;
    object-fit: cover; }
.c-column-card__date {
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 175%;
  letter-spacing: 0.1rem;
  text-decoration: none;
  background-color: #4FA867;
  transition: ease-in-out 0.3s;
  margin-bottom: 1rem;
  display: inline-block; }
.c-column-card__title a {
  font-size: 1.8rem;
  color: #171717;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out 0.3s;
  text-decoration: none !important;
  text-align: justify;
  margin-bottom: 1rem;
  display: inline-block; }
.c-column-card__excerpt {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out 0.3s;
  text-decoration: none !important;
  text-align: justify; }

.mb-10 {
  margin-bottom: 10rem; }

.c-sitemap__menu--list {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }
.c-sitemap__menu--link {
  display: inline-block;
  color: #454545;
  font-size: 1.8rem;
  line-height: 1.85;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500; }
  .c-sitemap__menu--link:hover {
    color: #4FA867; }

@media (max-width: 960px) {
  .p-column {
    margin-bottom: 7.5rem; }
    .p-column__list {
      gap: 5rem 1rem; }
    .p-column__item {
      flex: 0 0 calc((100% - 1rem) / 2); }

  .c-column-card__date {
    font-size: 1.3rem; }
  .c-column-card__title a {
    font-size: 1.5rem; }
  .c-column-card__excerpt {
    font-size: 1.3rem; }

  .c-sitemap__menu--list {
    grid-template-columns: repeat(2, 1fr); }
  .c-sitemap__menu--link {
    font-size: 1.5rem; }

  .mb-10 {
    margin-bottom: 6rem; } }
@media (max-width: 767px) {
  .c-sitemap__menu--list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem; } }
.txt__center {
  text-align: center; }

[class*="dflex"] {
  display: flex;
  flex-wrap: wrap; }

[class*="aic"] {
  align-items: center; }

[class*="aie"] {
  align-items: flex-end; }

[class*="ais"] {
  align-items: flex-start; }

[class*="jcc"] {
  justify-content: center; }

[class*="jcsb"] {
  justify-content: space-between; }

[class*="jcfe"] {
  justify-content: flex-end; }

[class*="fcolumn"] {
  flex-flow: column; }

.po01 {
  position: relative;
  z-index: 1; }

:root {
  --color--yellow: #ffe100;
  --color--blue: #f1f8ff;
  --color--title-01: #a1d0fc78;
  --color--title-02: #3c699c;
  --fs-120: max(12rem, 12rem);
  --fs-80: max(8rem, 8rem);
  --fs-60: max(6rem, 6rem);
  --fs-40: max(4rem, 4rem);
  --fs-36: max(3.6rem, 3.6rem);
  --fs-30: max(3rem, 3rem);
  --fs-26: max(2.6rem, 2.6rem);
  --fs-25: max(2.5rem, 2.5rem);
  --fs-22: max(2.2rem, 2.2rem);
  --fs-20: max(2rem, 2rem);
  --fs-16: max(1.6rem, 1.6rem);
  --fs-14: max(1.4rem, 1.4rem);
  --fs-12: max(1.2rem, 1.2rem); }

@keyframes scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.scroll-infinity {
  position: relative;
  overflow: hidden; }
  .scroll-infinity__wrap {
    display: flex;
    width: 400%;
    gap: 0; }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0;
    animation: scroll-left 30s linear infinite;
    animation-delay: 0.1s; }
  .scroll-infinity__item {
    flex-shrink: 0; }
    .scroll-infinity__item img {
      display: block;
      width: 42.2rem;
      height: 36.2rem;
      object-fit: cover;
      pointer-events: none;
      user-select: none; }
  @media (max-width: 960px) {
    .scroll-infinity__item {
      width: 20rem !important; } }

br.br-sp {
  display: none; }

br.br-pc {
  display: inline-block; }

.l-grid-1857 {
  max-width: 188.7rem; }
.l-grid-1743 {
  max-width: 177.3rem; }
.l-grid-1388 {
  max-width: 141.8rem; }
.l-grid-1132 {
  max-width: 116.2rem; }
.l-grid-1295 {
  max-width: 132.5rem; }
.l-grid-1282 {
  max-width: 131.2rem; }
.l-grid-1222 {
  max-width: 125.2rem; }
.l-grid-1198 {
  max-width: 122.8rem; }
.l-grid-1116 {
  max-width: 114.6rem; }
.l-grid-1085 {
  max-width: 111.5rem; }
.l-grid-923 {
  max-width: 95.3rem; }
.l-grid-900 {
  max-width: 93rem; }
.l-news {
  background: url(./images/top/new-bg-00.png) left bottom no-repeat, url(./images/top/new-bg-01.png) right bottom no-repeat;
  padding-bottom: 9rem;
  background-size: 45.4rem, 27.7rem; }
.l-clinic {
  background-color: #ecf5f1;
  padding-bottom: 15.7rem; }
.l-treatment {
  background: url(./images/top/treatment-bg-00.png) top center no-repeat;
  margin-top: -10.9rem;
  padding-top: 16.3rem;
  z-index: 1;
  position: relative; }
.l-std {
  background: url(./images/top/std-bg-00.png) top 6rem left no-repeat, url(./images/top/std-bg-01.png) right top -32rem no-repeat, url(./images/top/std-bg-02.png) bottom -70rem right no-repeat;
  background-size: 71.3rem, 56.9rem, 97.4rem;
  padding-top: 34.5rem;
  padding-bottom: 13rem;
  margin-top: -13.8rem;
  z-index: 0; }
  .l-std::after {
    content: "";
    position: absolute;
    width: 78.8rem;
    height: 38.8rem;
    background: #9dd8ac3b;
    bottom: 17rem;
    right: 0;
    pointer-events: none;
    z-index: -1; }
.l-feature {
  background: url(./images/top/feature-bg-00.png) bottom center no-repeat;
  padding-top: 12.7rem;
  padding-bottom: 13rem;
  background-size: cover;
  position: relative;
  z-index: 2;
  transition: ease all 0.35s; }
  .l-feature.bg01 {
    background: url(./images/top/feature-bg-00.png) top center no-repeat;
    background-size: cover; }
  .l-feature.bg02 {
    background: url(./images/top/feature-bg-01.png) top center no-repeat;
    background-size: cover; }
  .l-feature.bg03 {
    background: url(./images/top/feature-bg-02.png) top center no-repeat;
    background-size: cover; }
  .l-feature.bg04 {
    background: url(./images/top/feature-bg-03.png) top center no-repeat;
    background-size: cover; }
  .l-feature.bg05 {
    background: url(./images/top/feature-bg-04.png) top center no-repeat;
    background-size: cover; }
.l-greeting {
  background: url(./images/top/greeting-bg-00.png) top center no-repeat;
  margin-top: -18.6rem;
  padding-top: 28.8rem;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  background-size: 192rem;
  aspect-ratio: 1.76;
  clip-path: shape(from 62.43% 97.48%, curve to 0% 95.48% with 40.58% 91.16%/11.7% 93.51%, line to 0% 0%, line to 100% 0%, line to 100% 97.48%, curve to 62.43% 97.48% with 96.58% 100.12%/79.87% 101.49%, close); }
  @media (max-width: 1100px) {
    .l-greeting {
      padding-top: 21.8rem; } }
.l-recruit {
  padding-top: 10rem; }

.p-show__sp {
  display: none; }
.p-mv {
  position: relative;
  overflow: hidden;
  background-color: #f5fcde;
  padding-top: 9.333vh;
  padding-bottom: 1.574vh;
  height: 100vh; }
  .p-mv .swiper-horizontal > .swiper-pagination-bullets,
  .p-mv .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-mv .swiper-pagination-custom,
  .p-mv .swiper-pagination-fraction {
    left: 4.5rem;
    bottom: unset;
    top: 41%;
    transform: translateY(-50%); }
    .p-mv .swiper-horizontal > .swiper-pagination-bullets span,
    .p-mv .swiper-pagination-bullets.swiper-pagination-horizontal span,
    .p-mv .swiper-pagination-custom span,
    .p-mv .swiper-pagination-fraction span {
      display: block;
      width: 4.9rem;
      height: 4.9rem;
      text-align: center;
      line-height: 4.9rem;
      border-radius: 100%;
      border: 1px solid #304c4e80;
      color: #304c4e78;
      font-size: var(--fs-20);
      font-weight: 500;
      background-color: transparent;
      opacity: 1;
      transition: ease all 0.35s; }
      .p-mv .swiper-horizontal > .swiper-pagination-bullets span:not(:last-child),
      .p-mv .swiper-pagination-bullets.swiper-pagination-horizontal span:not(:last-child),
      .p-mv .swiper-pagination-custom span:not(:last-child),
      .p-mv .swiper-pagination-fraction span:not(:last-child) {
        margin-bottom: 1rem; }
      .p-mv .swiper-horizontal > .swiper-pagination-bullets span.swiper-pagination-bullet-active,
      .p-mv .swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active,
      .p-mv .swiper-pagination-custom span.swiper-pagination-bullet-active,
      .p-mv .swiper-pagination-fraction span.swiper-pagination-bullet-active {
        background-color: #fff;
        color: #4FA867;
        border-color: transparent; }
  .p-mv__images img {
    max-width: 72.24%;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    border-top-left-radius: 7.5rem;
    border-bottom-left-radius: 7.5rem;
    height: 89vh;
    object-fit: cover; }
  .p-mv__cont {
    max-width: 163rem;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1; }
  .p-mv__title {
    color: #2976BA;
    font-size: var(--fs-40);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0; }
  .p-mv__desc {
    color: #304C4E;
    font-size: var(--size-p);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0;
    max-width: 35.8rem;
    width: 100%;
    padding-top: 2rem; }
  .p-mv__list {
    padding-top: 13.704vh;
    gap: 2rem; }
  .p-mv__item {
    flex: 0 0 22.4rem;
    height: 22.4rem;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    padding: 0 2rem; }
    @media (max-width: 960px) {
      .p-mv__item {
        flex: 0 0 21.354vw;
        height: 21.354vw; } }
    @media (max-width: 767px) {
      .p-mv__item {
        flex: 0 0 28.792vw;
        height: 28.792vw;
        padding: 0 1.5vw; } }
    .p-mv__item::after {
      content: "";
      width: 0;
      height: 0;
      border-left: 1.2615rem solid transparent;
      border-right: 1.2615rem solid transparent;
      border-top: 1.3rem solid #fff;
      position: absolute;
      bottom: 2.5rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      pointer-events: none; }
      @media (max-width: 960px) {
        .p-mv__item::after {
          border-left: 0.7rem solid transparent;
          border-right: 0.7rem solid transparent;
          border-top: 0.8rem solid #fff; } }
      @media (max-width: 767px) {
        .p-mv__item::after {
          bottom: 1.8vw;
          border-left: 1.7vw solid transparent;
          border-right: 1.7vw solid transparent;
          border-top: 1.8vw solid #fff; } }
    .p-mv__item::before {
      content: "";
      position: absolute;
      width: 20.2rem;
      height: 20.2rem;
      top: 65%;
      left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 204 204'%3E%3Cpath d='M173.25 0.353554C212.769 39.8725 212.769 103.945 173.25 143.464C133.731 182.983 69.6582 182.983 30.1392 143.464C-9.3798 103.945 -9.3798 39.8725 30.1392 0.353554' fill='none' stroke='rgba%28255%2C255%2C255%2C0.5%29' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain; }
      @media (max-width: 960px) {
        .p-mv__item::before {
          width: 19.792vw;
          height: 19.792vw;
          top: 64%; } }
      @media (max-width: 767px) {
        .p-mv__item::before {
          width: 26.792vw;
          height: 26.792vw; } }
    .p-mv__item-time {
      display: inline-block;
      color: #FFF;
      font-size: var(--fs-30);
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 0;
      padding: 0.7rem 2.8rem 0.6rem;
      border-radius: 10rem;
      background-color: #2976BA;
      margin-top: 0.4rem; }
      @media (max-width: 960px) {
        .p-mv__item-time {
          font-size: 2rem; } }
      @media (max-width: 767px) {
        .p-mv__item-time {
          font-size: 2.5vw;
          padding: 1vw 2.5vw; } }
    .p-mv__item-large {
      background-color: #4fa867;
      border-radius: 10rem;
      color: #FFF;
      font-size: var(--fs-25);
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 0;
      display: inline-block;
      padding: 0.85rem 2.2rem;
      margin-top: 0.4rem; }
      @media (max-width: 960px) {
        .p-mv__item-large {
          font-size: 1.5rem; } }
      @media (max-width: 767px) {
        .p-mv__item-large {
          font-size: 2.5vw;
          padding: 1vw 2.5vw; } }
    .p-mv__item-icon img {
      margin: 0 auto; }
    .p-mv__item-title {
      color: #FFF;
      font-size: var(--fs-20);
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0;
      padding-top: 2rem; }
      @media (max-width: 767px) {
        .p-mv__item-title {
          padding-top: 1.5vw; } }
    .p-mv__item-01 {
      background: linear-gradient(180deg, #2976ba 0%, #85b6e2 100%);
      padding-top: 2.8rem; }
      @media (max-width: 960px) {
        .p-mv__item-01 {
          padding-top: 0.8rem; } }
      .p-mv__item-01 .p-mv__item-icon img {
        max-width: 6rem; }
        @media (max-width: 960px) {
          .p-mv__item-01 .p-mv__item-icon img {
            max-width: 5rem; } }
        @media (max-width: 767px) {
          .p-mv__item-01 .p-mv__item-icon img {
            max-width: 7.823vw; } }
    .p-mv__item-02 {
      background: linear-gradient(180deg, #85b6e2 0%, #e5f3ff 100%);
      padding-top: 1.5rem; }
      .p-mv__item-02::after {
        border-top: 1.3rem solid #85b6e2; }
        @media (max-width: 960px) {
          .p-mv__item-02::after {
            border-top: 0.8rem solid #85b6e2; } }
        @media (max-width: 767px) {
          .p-mv__item-02::after {
            border-top: 1.8vw solid #85b6e2; } }
      .p-mv__item-02 .p-mv__item-title {
        padding-top: 0.8rem;
        color: #2976BA; }
        @media (max-width: 960px) {
          .p-mv__item-02 .p-mv__item-title {
            padding-top: 0; } }
        @media (max-width: 767px) {
          .p-mv__item-02 .p-mv__item-title {
            margin-bottom: -2vw; } }
      .p-mv__item-02 .p-mv__item-icon img {
        max-width: 5rem; }
        @media (max-width: 960px) {
          .p-mv__item-02 .p-mv__item-icon img {
            max-width: 4rem; } }
        @media (max-width: 767px) {
          .p-mv__item-02 .p-mv__item-icon img {
            max-width: 6.649vw; } }
    .p-mv__item-03 {
      background: linear-gradient(180deg, #4fa867 0%, #9dd8ac 100%);
      padding-top: 1rem; }
      .p-mv__item-03 .p-mv__item-icon img {
        max-width: 6.3rem; }
        @media (max-width: 960px) {
          .p-mv__item-03 .p-mv__item-icon img {
            max-width: 5.3rem; } }
        @media (max-width: 767px) {
          .p-mv__item-03 .p-mv__item-icon img {
            max-width: 8.344vw; } }
      .p-mv__item-03 .p-mv__item-title {
        padding-top: 1rem; }
        @media (max-width: 767px) {
          .p-mv__item-03 .p-mv__item-title {
            padding-top: 1vw;
            margin-bottom: -2vw; } }
.p-title__style01 {
  position: relative;
  z-index: 1; }
  .p-title__style01::before {
    content: "";
    position: absolute;
    width: 4.8rem;
    height: 0.1rem;
    background-color: #4FA867;
    bottom: 0;
    left: 0; }
  .p-title__style01-en {
    display: block;
    color: #4FA867;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 27%;
    padding-bottom: 0.9rem; }
  .p-title__style01-jp {
    display: block;
    color: #2976BA;
    font-size: var(--fs-40);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    padding-bottom: 2rem; }
.p-btn__style01 {
  background-color: #4FA867;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  max-width: 25.5rem;
  width: 100%;
  border-radius: 10rem;
  height: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease all 0.35s; }
  .p-btn__style01:hover {
    background-color: #2976BA;
    opacity: 1; }
  .p-btn__style01::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    border-left: 0.8rem solid #fff;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%); }
  .p-btn__style01-155 {
    max-width: 15.5rem; }
.p-news {
  padding-top: 7.2rem; }
  .p-news__shortcode {
    margin-top: 1rem;
    height: 17.6rem;
    overflow-y: auto;
    padding-right: 1rem; }
    .p-news__shortcode::-webkit-scrollbar {
      width: 0.3rem;
      height: 5.6rem;
      border-radius: 0.6rem; }
      .p-news__shortcode::-webkit-scrollbar-thumb {
        background-color: #4FA867;
        border-radius: 0.3rem; }
      .p-news__shortcode::-webkit-scrollbar-track {
        background-color: #ededed; }
      .p-news__shortcode::-webkit-scrollbar-thumb:hover {
        background-color: #2976BA; }
  .p-news .p-btn__style01.p-show__sp01 {
    display: none; }
  .p-news__row {
    gap: 6.2rem; }
  .p-news__left {
    flex: 0 0 22rem; }
    .p-news__left .p-btn__style01 {
      margin-top: 8rem; }
  .p-news__right {
    flex: 0 0 calc(100% - (22rem + 6.2rem)); }
    .p-news__right-tab {
      border-bottom: 1px solid #a3a3a380;
      gap: 1rem; }
    .p-news__right-item {
      flex: 0 0 21rem;
      margin-bottom: -1px; }
    .p-news__right-link {
      display: block;
      text-align: center;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;
      padding: 2rem 1rem;
      border: 0.1rem solid #a3a3a380;
      background-color: #ecf5f1;
      color: #4FA867;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 0;
      transition: ease all 0.35s; }
      .p-news__right-link:hover {
        opacity: 1; }
      .p-news__right-link.active {
        background-color: #4FA867;
        color: #FFF;
        border-color: #4FA867;
        opacity: 1; }
    .p-news__right-panel {
      display: none; }
      .p-news__right-panel.active {
        display: block; }
.p-clinic__top {
  background: url(./images/top/clinic-bg-00.png) top center no-repeat;
  background-size: cover;
  padding-top: 15.6rem;
  padding-bottom: 10.5rem; }
  .p-clinic__top .p-title__style01 {
    margin-bottom: 9rem; }
    .p-clinic__top .p-title__style01::before {
      left: 50%;
      transform: translateX(-50%); }
  .p-clinic__top-bg {
    background-color: #FFF;
    box-shadow: 0px 0.4rem 2.47rem 0px #0000001c;
    border-radius: 7.5rem;
    padding: 4.5rem 5.5rem 4rem; }
  .p-clinic__top-row {
    gap: 5.8rem; }
  .p-clinic__top-left {
    flex: 1; }
  .p-clinic__top-right {
    flex: 1; }
    .p-clinic__top-right--maps {
      overflow: hidden;
      padding-bottom: 2rem; }
      .p-clinic__top-right--maps iframe {
        width: 100%;
        border-radius: 1rem;
        height: 35.2rem; }
    .p-clinic__top-right--link {
      background-color: #4FA867;
      color: #FFF;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 0;
      width: 15.4rem;
      height: 3.7rem;
      border-radius: 10rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      z-index: 1; }
      .p-clinic__top-right--link:hover {
        opacity: 1;
        background-color: #2976BA; }
      .p-clinic__top-right--link::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 0.5rem solid transparent;
        border-bottom: 0.5rem solid transparent;
        border-left: 0.5rem solid #fff;
        right: 1.3rem;
        top: 55%;
        transform: translateY(-50%);
        z-index: 1;
        pointer-events: none; }
    .p-clinic__top-right--row {
      gap: 1.1rem;
      align-items: stretch; }
    .p-clinic__top-right--item {
      flex: 1;
      background-color: #ecf5f1;
      border-radius: 1rem;
      padding: 2rem 0 1.5rem; }
    .p-clinic__top-right--note {
      text-align: right;
      padding-right: 1.5rem;
      color: #304C4E;
      font-size: var(--fs-14);
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0;
      padding-top: 0.5rem; }
    .p-clinic__top-right--title {
      color: #304C4E;
      font-size: var(--fs-25);
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0;
      padding-bottom: 1rem; }
    .p-clinic__top-right--desc {
      font-weight: 400; }
    .p-clinic__top-right--icon {
      flex: 0 0 11.8rem; }
      .p-clinic__top-right--icon span {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 9rem;
        height: 9rem;
        border-radius: 100%;
        margin: 0 auto;
        background-color: #4FA867; }
        .p-clinic__top-right--icon span img {
          max-width: 4.5rem;
          width: 100%; }
    .p-clinic__top-right--txt {
      flex: 0 0 calc(100% - 11.8rem);
      padding-right: 1.5rem; }
  .p-clinic__top-logo {
    max-width: 31.3rem;
    width: 100%;
    display: block;
    margin: 0 auto; }
  .p-clinic__top-info {
    max-width: 41rem;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 3.5rem; }
  .p-clinic__top-tel {
    margin-top: 1.2rem;
    background-color: #f9f9f9;
    border-radius: 1rem;
    padding: 1.1rem 0; }
  .p-clinic__top-img {
    flex: 0 0 10rem; }
    .p-clinic__top-img img {
      max-width: 2.9rem;
      width: 100%;
      margin: 0 auto; }
  .p-clinic__top-txt {
    flex: 0 0 calc(100% - 10rem); }
    .p-clinic__top-txt--desc {
      color: #2976BA;
      font-size: var(--fs-16);
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 0;
      padding-left: 3.5rem; }
    .p-clinic__top-txt--tel {
      color: #2976BA;
      font-size: var(--fs-36);
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 0;
      padding-top: 1rem; }
  .p-clinic__top-address {
    background: url(./images/top/clinic-icon-00.png) left 2.5rem top 0.6rem no-repeat;
    background-size: 1.2rem;
    color: #304C4E;
    font-size: var(--size-p);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0;
    padding-left: 5.5rem;
    margin-top: 1.5rem; }
  .p-clinic__top-time--desc {
    font-weight: 400;
    padding-left: 2.8rem; }
  .p-clinic__top-table {
    display: grid;
    grid-template-columns: 3.6rem 1fr;
    /* trái | phải */
    background: #f0f8ff;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2.2rem; }
    .p-clinic__top-table .row {
      background-color: transparent;
      justify-content: space-between; }
      .p-clinic__top-table .row::before {
        content: none; }
      .p-clinic__top-table .row:first-child {
        background: transparent;
        border-bottom: 0.1rem solid #a3a3a380; }
        .p-clinic__top-table .row:first-child .col {
          color: #304C4E;
          font-weight: 400;
          padding: 1.5rem 0; }
      .p-clinic__top-table .row:last-child {
        border-radius: 0;
        padding-bottom: 0; }
        .p-clinic__top-table .row:last-child .col {
          padding-bottom: 2rem; }
      .p-clinic__top-table .row .col {
        padding: 2rem 0 0;
        text-align: center;
        font-weight: 400;
        color: #304C4E;
        width: calc((100% - 12rem) / 8); }
        .p-clinic__top-table .row .col.col--title {
          text-align: left;
          padding-left: 0;
          width: 12rem; }
        .p-clinic__top-table .row .col.col-02 {
          color: #2976BA; }
        .p-clinic__top-table .row .col.x-line {
          position: relative;
          z-index: 1; }
          .p-clinic__top-table .row .col.x-line::before {
            content: "";
            width: 0.14rem;
            height: 1.5rem;
            background-color: #454545;
            position: absolute;
            top: 2.8rem;
            left: 50%;
            transform: translateX(-50%) rotate(-140.2deg); }
    .p-clinic__top-table--left {
      background: linear-gradient(180deg, #2976ba 0%, #85b6e2 100%);
      writing-mode: vertical-rl;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #FFF;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 1.3rem; }
    .p-clinic__top-table--right {
      padding: 0 2rem; }
  .p-clinic__top-btn {
    justify-content: center;
    gap: 3rem;
    max-width: 55rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 3.9rem; }
    .p-clinic__top-btn li {
      flex: 1; }
  .p-clinic__top-quick {
    background: linear-gradient(90deg, #2976ba 30.54%, #85b6e2 141.34%);
    max-width: 73rem;
    border-radius: 1rem;
    margin: 3.5rem auto 0;
    transition: ease all 0.35s; }
    .p-clinic__top-quick:hover {
      opacity: 0.7; }
    .p-clinic__top-quick::before {
      content: "";
      position: absolute;
      width: 96.986%;
      height: 88.701%;
      border: 1px solid #85b6e280;
      border-radius: 1rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
      z-index: -1; }
    .p-clinic__top-quick-row {
      gap: 1.3rem; }
    .p-clinic__top-quick--a {
      position: absolute;
      display: block;
      inset: 0;
      z-index: 1; }
    .p-clinic__top-quick--left {
      flex: 0 0 24.3rem; }
      .p-clinic__top-quick--left img {
        max-width: 24.3rem;
        width: 100%; }
    .p-clinic__top-quick--right {
      flex: 0 0 calc(100% - (24.3rem + 1.3rem));
      padding: 3.6rem 1.8rem 1.6rem 0; }
    .p-clinic__top-quick--title {
      color: #FFF;
      font-size: var(--fs-40);
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0;
      padding-bottom: 1rem; }
    .p-clinic__top-quick--desc {
      color: #FFF;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 160%;
      letter-spacing: 0;
      text-align: center;
      max-width: 39.5rem;
      width: 100%; }
    .p-clinic__top-quick--link {
      display: block;
      width: 12.5rem;
      color: #FFF;
      font-size: var(--fs-16);
      font-weight: 400;
      line-height: 160%;
      letter-spacing: 0;
      background: url(./images/top/clinic-icon-01.png) center right no-repeat;
      background-size: 3.1rem;
      padding: 0.3rem 0;
      margin-left: auto;
      margin-right: 0; }
.p-clinic__bottom-inner {
  background: linear-gradient(180deg, #4fa867 0%, #9dd8ac 100%);
  border-radius: 7.5rem;
  padding: 7.5rem 0 8.2rem; }
.p-clinic__bottom-img {
  display: inline-block;
  position: absolute;
  z-index: 2;
  pointer-events: none; }
  .p-clinic__bottom-img--left {
    bottom: 0;
    left: 2.5rem; }
    .p-clinic__bottom-img--left img {
      max-width: 41.8rem; }
  .p-clinic__bottom-img--right {
    bottom: 0;
    right: 7.2rem; }
    .p-clinic__bottom-img--right img {
      max-width: 35.7rem; }
.p-clinic__bottom-bg {
  background-color: #FFF;
  border-radius: 7.5rem;
  padding: 8rem 0 11rem; }
  .p-clinic__bottom-bg::before {
    content: "";
    position: absolute;
    width: 97.837%;
    height: 94.701%;
    border: 1px solid #a3a3a380;
    border-radius: 6.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none; }
.p-clinic__bottom-row {
  gap: 1.2rem; }
.p-clinic__bottom-left {
  flex: 0 0 45.2rem; }
.p-clinic__bottom-right {
  flex: 0 0 calc(100% - (45.2rem + 1.2rem)); }
.p-clinic__bottom-desc {
  font-weight: 400;
  padding-top: 3.5rem; }
.p-clinic__bottom-list {
  gap: 4.5rem 2.2rem;
  align-items: stretch; }
.p-clinic__bottom-items {
  flex: 0 0 16.4rem; }
.p-clinic__bottom-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16.4rem;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 100%;
  color: #304C4E;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0;
  transition: ease all 0.35s; }
  .p-clinic__bottom-link:hover {
    background-color: #2976BA;
    color: #FFF;
    opacity: 1; }
    .p-clinic__bottom-link:hover::after {
      border-top: 0.9rem solid #fff; }
  .p-clinic__bottom-link:before {
    content: "";
    position: absolute;
    width: 14.85rem;
    height: 14.85rem;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 128' fill='none'%3E%3Cpath d='M127.25 0.353484C156.246 29.3494 156.246 76.3611 127.25 105.357C98.2544 134.353 51.2428 134.353 22.2469 105.357C-6.74905 76.3611 -6.74905 29.3494 22.2469 0.353484' stroke='%23D9D9D9'/%3E%3C/svg%3E") no-repeat center/contain; }
  .p-clinic__bottom-link::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.925rem solid transparent;
    border-right: 0.925rem solid transparent;
    border-top: 0.9rem solid #d9d9d9;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
    transition: ease all 0.35s; }
.p-treatment .p-title__style01 {
  margin-bottom: 4.2rem; }
  .p-treatment .p-title__style01::before {
    left: 50%;
    transform: translateX(-50%); }
.p-treatment__inner-tab {
  gap: 2rem;
  max-width: 132rem;
  width: 100%;
  margin: 0 auto; }
.p-treatment__inner-item {
  flex: 1;
  text-align: center; }
.p-treatment__inner-link {
  display: block;
  background-color: #e5f3ff;
  border-radius: 1rem;
  padding: 1rem 1.5rem 2rem;
  position: relative;
  z-index: 1;
  transition: ease all 0.35s; }
  .p-treatment__inner-link.active, .p-treatment__inner-link:hover {
    background-color: #2976BA;
    opacity: 1; }
    .p-treatment__inner-link.active .p-treatment__inner-title, .p-treatment__inner-link:hover .p-treatment__inner-title {
      color: #FFF; }
    .p-treatment__inner-link.active::before, .p-treatment__inner-link:hover::before {
      opacity: 1; }
  .p-treatment__inner-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1.9rem solid transparent;
    border-right: 1.9rem solid transparent;
    border-top: 1.9rem solid #2976BA;
    bottom: -1.9rem;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transition: ease all 0.35s; }
.p-treatment__inner-icon {
  display: inline-block; }
  .p-treatment__inner-icon img {
    max-width: 9.4rem;
    width: 100%;
    margin: 0 auto; }
.p-treatment__inner-title {
  color: #2976BA;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0; }
.p-treatment__inner-panel {
  display: none;
  background-color: #FFF;
  border-radius: 7.5rem;
  padding: 5rem 3.5rem 6rem;
  margin-top: -2.5rem; }
  .p-treatment__inner-panel.active {
    display: block; }
  .p-treatment__inner-panel#treatment04 .p-treatment__inner-bottom--list {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto; }
  .p-treatment__inner-panel#treatment04 .p-treatment__inner-bottom--list .p-treatment__inner-bottom--item {
    flex: 0 0 calc((100% - 4.5rem) / 3); }
.p-treatment__inner-row {
  gap: 6.7rem; }
.p-treatment__inner-left {
  flex: 0 0 52rem; }
.p-treatment__inner-right {
  flex: 0 0 calc(100% - (52rem + 6.7rem));
  padding-top: 3.5rem; }
  .p-treatment__inner-right .p-btn__style01 {
    background-color: #2976BA; }
    .p-treatment__inner-right .p-btn__style01:hover {
      background-color: #4FA867; }
.p-treatment__inner-desc {
  color: #304C4E;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0;
  padding-bottom: 5.5rem; }
.p-treatment__inner-bottom {
  padding-top: 4.3rem; }
  .p-treatment__inner-bottom--panel {
    display: none; }
    .p-treatment__inner-bottom--panel.active {
      display: block; }
  .p-treatment__inner-bottom--tab {
    justify-content: center;
    gap: 1.5rem; }
  .p-treatment__inner-bottom--item00 {
    flex: 0 0 25.5rem; }
  .p-treatment__inner-bottom--link00 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    width: 100%;
    color: #304C4E;
    font-size: var(--size-p);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    border-radius: 10rem;
    border: 1px solid rgba(133, 182, 226, 0.5);
    background-color: #f9f8f3; }
    .p-treatment__inner-bottom--link00.active, .p-treatment__inner-bottom--link00:hover {
      background-color: #2976BA;
      color: #FFF;
      border-color: #2976BA;
      opacity: 1; }
  .p-treatment__inner-bottom--panel {
    padding-top: 3.7rem; }
  .p-treatment__inner-bottom--list {
    gap: 1.5rem; }
  .p-treatment__inner-bottom--item {
    flex: 0 0 calc((100% - 4.5rem) / 4); }
  .p-treatment__inner-bottom--link {
    border: 1px solid rgba(133, 182, 226, 0.5);
    background-color: #f9f8f3;
    border-radius: 10rem;
    height: 7rem;
    overflow: hidden;
    align-items: center;
    transition: ease all 0.35s; }
    .p-treatment__inner-bottom--link:hover {
      background-color: #2976BA;
      opacity: 1;
      border-color: #2976BA; }
      .p-treatment__inner-bottom--link:hover .p-treatment__inner-bottom--title {
        color: #FFF; }
      .p-treatment__inner-bottom--link:hover .p-treatment__inner-bottom--icon img {
        filter: brightness(0) invert(1); }
      .p-treatment__inner-bottom--link:hover .p-treatment__inner-bottom--arrow::before {
        background-color: #FFF; }
      .p-treatment__inner-bottom--link:hover .p-treatment__inner-bottom--arrow::after {
        border-left: 0.8rem solid #2976BA; }
  .p-treatment__inner-bottom--icon {
    display: none;
    flex: 0 0 7.3rem; }
    .p-treatment__inner-bottom--icon img {
      margin: 0 auto;
      transition: ease all 0.35s; }
  .p-treatment__inner-bottom--title {
    flex: calc(100% - 4.5rem);
    transition: ease all 0.35s;
    padding-left: 2rem; }
    .p-treatment__inner-bottom--title br {
      display: none; }
    .p-treatment__inner-bottom--title__01 br {
      display: inline-block; }
  .p-treatment__inner-bottom--arrow {
    flex: 0 0 4.5rem;
    position: relative;
    z-index: 1; }
    .p-treatment__inner-bottom--arrow::before {
      content: "";
      position: absolute;
      width: 3.1rem;
      height: 3.1rem;
      background-color: #2976BA;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      border-radius: 100%;
      z-index: -1;
      transition: ease all 0.35s; }
    .p-treatment__inner-bottom--arrow::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 0.5rem solid transparent;
      border-bottom: 0.5rem solid transparent;
      border-left: 0.8rem solid #ffff;
      top: 50%;
      left: 1.2rem;
      transform: translateY(-50%);
      transition: ease all 0.35s; }
.p-treatment__opinion {
  position: relative;
  transform: translateY(7.5rem);
  z-index: 10; }
  .p-treatment__opinion-bg {
    background: url(./images/top/opinion-bg-00.png) no-repeat right center, linear-gradient(89.98deg, #85b6e2 -37.52%, #e5f3ff 5.76%, #ffffff 82.24%);
    border-radius: 1rem;
    padding: 4.6rem 3.8rem 3.5rem; }
    .p-treatment__opinion-bg::before {
      content: "";
      position: absolute;
      width: 97.78%;
      height: 93.06%;
      border: 1px solid rgba(133, 182, 226, 0.5);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      pointer-events: none;
      border-radius: 1rem; }
  .p-treatment__opinion-inner {
    max-width: 57.2rem;
    width: 100%; }
  .p-treatment__opinion-title span {
    display: block; }
  .p-treatment__opinion-title--en {
    color: #4FA867;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 27%;
    padding-bottom: 0.5rem; }
  .p-treatment__opinion-title--jp {
    color: #2976BA;
    font-size: var(--fs-25);
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    padding-bottom: 1.5rem; }
  .p-treatment__opinion-desc {
    font-weight: 400; }
  .p-treatment__opinion-arrow {
    display: inline-block;
    width: 6.8rem;
    height: 6.8rem;
    background-color: #2976BA;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    right: 3.8rem;
    bottom: -2.7rem; }
    .p-treatment__opinion-arrow::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 0.9rem solid transparent;
      border-bottom: 0.9rem solid transparent;
      border-left: 1rem solid #fff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 0; }
.p-std .p-title__style01::before {
  left: 50%;
  transform: translateX(-50%); }
.p-std__head-desc {
  font-weight: 400;
  padding-top: 6.2rem; }
.p-std__row {
  padding-top: 8.5rem;
  gap: 6rem; }
.p-std__item {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35.2rem; }
  .p-std__item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.p-std__title {
  color: #FFF;
  font-size: var(--fs-25);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  text-shadow: 0px 0.4rem 0.4rem #00000040;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center; }
.p-std__link {
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  width: 15.5rem;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 10rem;
  background: #ecf5f14d;
  color: #FFF;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 4.8rem;
  letter-spacing: 0; }
  .p-std__link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-left: 0.6rem solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    z-index: 1; }
.p-std__img01 {
  display: inline-block;
  position: absolute;
  top: -10.3rem;
  right: -23.5rem;
  z-index: 1; }
  .p-std__img01 img {
    max-width: 21.842rem;
    width: 100%; }
.p-feature__inner {
  max-width: 169.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: 0; }
.p-feature .p-title__style01 {
  text-align: right;
  margin-bottom: 5.5rem; }
  .p-feature .p-title__style01 strong {
    font-size: var(--fs-60);
    font-weight: 500; }
  .p-feature .p-title__style01::before {
    right: 0;
    left: unset; }
.p-feature__row {
  gap: 16rem; }
.p-feature__left {
  flex: 0 0 48rem; }
.p-feature__right {
  flex: 0 0 calc(100% - (48rem + 16rem)); }
.p-feature__item:not(:last-child) {
  margin-bottom: 4rem; }
.p-feature__link {
  gap: 5.3rem;
  align-items: center; }
  .p-feature__link.active, .p-feature__link:hover {
    opacity: 1; }
    .p-feature__link.active .p-feature__txt, .p-feature__link:hover .p-feature__txt {
      color: #4FA867;
      font-weight: 500; }
    .p-feature__link.active .p-feature__number, .p-feature__link:hover .p-feature__number {
      background-color: #9dd8ac;
      border-color: #9dd8ac; }
.p-feature__number {
  flex: 0 0 6rem;
  height: 6rem;
  display: inline-block;
  border: 1px solid #4FA867;
  border-radius: 100%;
  text-align: center;
  color: #4FA867;
  font-size: var(--fs-25);
  font-weight: 500;
  line-height: 5.5rem;
  letter-spacing: 0; }
.p-feature__txt {
  font-weight: 400;
  flex: 0 0 calc(100% - (6rem + 5.3rem)); }
.p-feature__panel {
  display: none;
  background-color: #4FA867;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 6.7rem 0 4.2rem;
  overflow: hidden; }
  .p-feature__panel#feature_05 .p-feature__panel-desc {
    max-width: 39rem; }
  .p-feature__panel.active {
    display: block; }
  .p-feature__panel-row {
    max-width: 97.9rem;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    gap: 1rem; }
  .p-feature__panel-left {
    flex: 0 0 42.5rem;
    padding-top: 4.5rem; }
    .p-feature__panel-left .p-btn__style01 {
      border: 1px solid #fff;
      margin-left: 4rem; }
  .p-feature__panel-right {
    flex: 0 0 calc(100% - (42.5rem + 1rem)); }
  .p-feature__panel-number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -2rem;
    left: -2rem;
    z-index: 0;
    pointer-events: none;
    width: 12.8rem;
    height: 12.8rem;
    border: 1px solid #ecf5f1;
    border-radius: 100%;
    color: #ecf5f1;
    font-size: var(--fs-40);
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0; }
  .p-feature__panel-title {
    color: #FFF;
    font-size: var(--fs-25);
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    padding-bottom: 1.2rem;
    margin-bottom: 3.5rem; }
    .p-feature__panel-title::before {
      content: "";
      position: absolute;
      width: 7.738rem;
      height: 0.117rem;
      background-color: #fff8f8;
      bottom: 0;
      left: 0;
      pointer-events: none; }
  .p-feature__panel-intro {
    color: #fff8f8;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0;
    padding-bottom: 2rem; }
  .p-feature__panel-desc {
    color: #fff8f8;
    min-height: 36rem;
    margin-bottom: 4rem;
    max-width: 36.8rem;
    width: 100%; }
  .p-feature__panel-img {
    width: 100%;
    height: 61.1rem;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; }
.p-greeting__row {
  gap: 4rem;
  align-items: flex-start; }
.p-greeting__left {
  flex: 0 0 55.3rem;
  position: relative;
  z-index: 1;
  order: 1; }
  .p-greeting__left img {
    margin-top: -4.8rem;
    max-width: 55.3rem;
    width: 100%; }
  .p-greeting__left-name {
    position: absolute;
    bottom: 19rem;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem 2rem;
    width: 19rem;
    height: 19rem;
    border-radius: 50%;
    background-color: rgba(79, 168, 103, 0.9); }
    .p-greeting__left-name--01 {
      display: block;
      color: #FFF;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0;
      border-bottom: 1px solid rgba(253, 251, 242, 0.1);
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      width: 100%; }
    .p-greeting__left-name--02 {
      color: #FFF;
      font-size: var(--fs-30);
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0; }
    .p-greeting__left-name--03 {
      color: #ff0;
      font-size: var(--fs-12);
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0.1rem;
      padding-top: 1.5rem; }
    .p-greeting__left-name--u {
      display: inline-block;
      width: 2.5rem; }
.p-greeting__right {
  flex: 0 0 calc(100% - (55.3rem + 4rem)); }
  .p-greeting__right .p-title__style01 {
    margin-bottom: 4.5rem; }
.p-greeting__desc {
  font-weight: 400;
  padding-bottom: 6.7rem; }
  @media (max-width: 1100px) {
    .p-greeting__desc br {
      display: none; } }
.p-greeting__btn {
  max-width: 54rem;
  width: 100%;
  gap: 2.9rem; }
.p-greeting__item {
  flex: 1; }
.p-recruit .p-title__style01 {
  margin-bottom: 6rem; }
  .p-recruit .p-title__style01::before {
    left: 50%;
    transform: translateX(-50%); }
.p-recruit__content {
  background: url(./images/top/recruit-bg-00.png) bottom center no-repeat;
  background-size: cover; }
.p-recruit__inner {
  background: #ffffffdb;
  border-radius: 1rem;
  padding: 7.5rem 0;
  transform: translateY(-7.7rem);
  position: relative; }
.p-recruit__row {
  gap: 9.2rem;
  max-width: 99.6rem;
  width: 100%;
  margin: 0 auto;
  align-items: center; }
.p-recruit-left {
  flex: 0 0 71.4rem; }
.p-recruit-right {
  flex: 0 0 calc(100% - (9.2rem + 71.4rem)); }
.p-recruit__desc {
  font-weight: 400; }
.p-recruit__brand {
  padding: 4rem 0; }
  .p-recruit__brand-row {
    gap: 4rem; }
  .p-recruit__brand-item {
    flex: 1; }
    .p-recruit__brand-item:first-child .p-recruit__brand-link {
      background-color: #fef6e6; }
  .p-recruit__brand-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 14.3rem;
    border: 1px solid rgba(79, 168, 103, 0.5);
    border-radius: 1rem; }

.c-news-mini__item {
  border-bottom: 0.1rem solid #a3a3a380;
  padding: 2rem 0; }
.c-news-mini__date {
  flex: 0 0 11rem;
  color: #4FA867;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0; }
.c-news-mini__title {
  flex: 0 0 calc(100% - 11rem);
  color: #304C4E;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  background: url(./images/top/new-icon-00.png) center right no-repeat;
  padding-right: 3rem;
  background-size: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
  .c-news-mini__title:hover {
    opacity: 1;
    color: #4FA867; }

.c-news {
  padding-bottom: 5rem; }

@media (max-width: 1500px) {
  .p-feature__link {
    gap: 3rem; }
  .p-feature__txt {
    flex: 0 0 calc(100% - (6rem + 3rem)); } }
@media (max-width: 1440px) {
  .c-nav-fix__item {
    width: 6.1rem;
    height: 14rem; }

  .l-recruit {
    padding-top: 5rem; }

  .p-mv__cont {
    padding: 0 1.5rem;
    max-width: 112rem; }
  .p-mv__desc {
    max-width: 44.8rem; }
  .p-mv__list {
    padding-top: 9rem; }
  .p-clinic__top {
    padding-top: 8.6rem; }
  .p-clinic__bottom-inner {
    padding: 1.5rem 0 17.2rem; }
  .p-treatment__inner-link::before {
    bottom: -1.7rem; }
  .p-treatment__inner-panel {
    padding-bottom: 3rem; }
  .p-std__img01 {
    top: -10.3rem;
    right: -7.5rem; }
    .p-std__img01 img {
      max-width: 15.842rem; }
  .p-feature__row {
    gap: 4rem; }
  .p-feature__right {
    flex: 0 0 calc(100% - (48rem + 4rem)); }
  .p-feature__inner {
    padding-left: 1.5rem;
    max-width: 96%; }
  .p-feature__panel-left {
    padding-left: 2rem; }
  .p-feature__panel-desc {
    max-width: 100%; }

  .p-treatment__inner-bottom--title br {
    display: inline-block; } }
@media (max-width: 960px) {
  :root {
    --fs-40: max(3rem, 2rem);
    --fs-25: max(2rem, 1.8rem);
    --fs-20: max(1.8rem, 1rem); }

  .p-mv .swiper-horizontal > .swiper-pagination-bullets span,
  .p-mv .swiper-pagination-bullets.swiper-pagination-horizontal span,
  .p-mv .swiper-pagination-custom span,
  .p-mv .swiper-pagination-fraction span {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem; }

  .p-mv .swiper-horizontal > .swiper-pagination-bullets,
  .p-mv .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-mv .swiper-pagination-custom,
  .p-mv .swiper-pagination-fraction {
    left: unset;
    top: unset;
    bottom: 1rem; } }
  @media (max-width: 960px) and (max-width: 767px) {
    .p-mv .swiper-horizontal > .swiper-pagination-bullets,
    .p-mv .swiper-pagination-bullets.swiper-pagination-horizontal,
    .p-mv .swiper-pagination-custom,
    .p-mv .swiper-pagination-fraction {
      bottom: 0; } }

@media (max-width: 960px) {
  .l-news {
    background-size: 25.4rem, 13.7rem;
    padding-bottom: 3rem; }
  .l-treatment {
    padding-top: 10rem;
    background-size: cover; }
  .l-std {
    padding-top: 15rem;
    padding-bottom: 5rem;
    margin-top: 0;
    background: url(./images/top/std-bg-00.png) top 10rem left no-repeat, url(./images/top/std-bg-01.png) right top -27rem no-repeat, url(./images/top/std-bg-02.png) bottom 0 right no-repeat;
    background-size: 26.3rem, 31.9rem, 44.4rem; }
    .l-std::after {
      content: none; }
  .l-feature {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .l-greeting {
    margin-top: -8.6rem;
    padding-top: 10.8rem;
    padding-bottom: 5rem;
    clip-path: none; }

  .p-show__pc {
    display: none; }
  .p-show__sp {
    display: flex; }
  .p-mv {
    padding-top: 0;
    height: 100%; }
    .p-mv__cont {
      max-width: 92%;
      top: 27vh;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.5);
      padding: 2rem;
      border-radius: 1rem; }
    .p-mv__list {
      padding-top: 2rem; }
      .p-mv__list.p-show__sp {
        display: flex;
        padding: 2rem 1.5rem 0;
        justify-content: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 15vh;
        gap: 1rem;
        width: 100%;
        z-index: 1; }
    .p-mv__item-title {
      text-align: center;
      font-size: 1.3rem; } }
    @media (max-width: 960px) and (max-width: 767px) {
      .p-mv__item-title {
        font-size: 3vw; } }
@media (max-width: 960px) {
    .p-mv__images img {
      max-width: 100%;
      border-radius: 0; }
    .p-mv__desc {
      max-width: 100%; }
  .p-news {
    padding-top: 3rem; }
    .p-news__row {
      gap: 2rem; }
    .p-news__right {
      flex: 0 0 calc(100% - (22rem + 2rem)); }
    .p-news__left .p-btn__style01 {
      margin-top: 3rem; }
  .p-clinic__top {
    padding-top: 5rem;
    padding-bottom: 5rem; }
    .p-clinic__top .p-title__style01 {
      margin-bottom: 3rem; }
    .p-clinic__top-bg {
      border-radius: 2.5rem;
      padding: 1.5rem; }
    .p-clinic__top-row {
      gap: 3rem; }
    .p-clinic__top-left {
      flex: 0 0 100%; }
    .p-clinic__top-right {
      flex: 0 0 100%; }
      .p-clinic__top-right--maps-iframe {
        height: 30rem; }
  .p-clinic__bottom-list {
    justify-content: center; }
  .p-clinic__bottom-row {
    gap: 2rem; }
  .p-clinic__bottom-left {
    flex: 0 0 100%; }
  .p-clinic__bottom-right {
    flex: 0 0 100%; }
  .p-clinic__bottom-desc {
    padding-top: 3rem; }
    .p-clinic__bottom-desc .u-br__pc {
      display: none; }
  .p-clinic__bottom-bg {
    padding: 3rem 1.5rem 3rem;
    border-radius: 2.5rem; }
    .p-clinic__bottom-bg::before {
      border-radius: 2.5rem;
      content: none; }
  .p-clinic__bottom-inner {
    border-radius: 2.5rem;
    padding-bottom: 5rem; }
  .p-clinic__bottom-img--left img {
    max-width: 21.8rem; }
  .p-clinic__bottom-img--right img {
    max-width: 17.7rem; }
  .p-treatment__inner-title {
    font-size: clamp(16px, 1.5rem, 24px);
    text-align: center; }
  .p-treatment__inner-tab {
    gap: 1rem;
    max-width: 100%; }
  .p-treatment__inner-icon img {
    max-width: 6rem; }
  .p-treatment__inner-link::before {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #2976ba;
    bottom: -0.9rem; }
  .p-treatment__inner-panel {
    border-radius: 2.5rem;
    padding: 5rem 0 5rem; }
    .p-treatment__inner-panel#treatment04 .p-treatment__inner-bottom--list .p-treatment__inner-bottom--item {
      flex: 0 0 calc((100% - 3rem) / 2); }
  .p-treatment__inner-row {
    gap: 2rem; }
  .p-treatment__inner-left {
    flex: 0 0 100%; }
  .p-treatment__inner-right {
    flex: 0 0 100%;
    padding-top: 0; }
    .p-treatment__inner-right .p-btn__style01 {
      margin: 0 auto; }
  .p-treatment__inner-desc {
    padding-bottom: 3rem; }
  .p-treatment__inner-bottom--icon img {
    max-width: max-content; }
  .p-treatment__inner-bottom--panel {
    padding: 3rem 1.5rem 0; }
  .p-treatment__inner-bottom--item {
    flex: 0 0 calc((100% - 3rem) / 2); }
  .p-treatment__option {
    transform: translateY(3rem); }
    .p-treatment__option-bg {
      padding: 3rem; }
  .p-std__img01 {
    position: relative;
    top: unset;
    right: unset;
    display: none; }
  .p-std__head-desc {
    padding-top: 3rem; }
  .p-std__row {
    padding-top: 3rem;
    gap: 1.5rem;
    align-items: center; }
  .p-std__item {
    height: 30rem; }
  .p-std__link {
    line-height: 3.5rem; }
  .p-feature__inner {
    max-width: 100%; }
  .p-feature__row {
    gap: 1.5rem; }
  .p-feature__left {
    flex: 0 0 32rem; }
  .p-feature__right {
    flex: 0 0 calc(100% - (32rem + 1.5rem)); }
  .p-feature .p-title__style01 {
    margin-bottom: 3rem; }
    .p-feature .p-title__style01 .p-title__style01-jp {
      line-height: 160%; }
  .p-feature__link {
    gap: 1.5rem; }
  .p-feature__txt {
    flex: 0 0 calc(100% - (4rem + 1.5rem)); }
  .p-feature__number {
    flex: 0 0 4rem;
    height: 4rem;
    line-height: 3.8rem; }
  .p-feature__panel {
    padding-bottom: 1.5rem; }
    .p-feature__panel-left {
      flex: 0 0 100%;
      padding: 1.5rem 1.5rem 0; }
      .p-feature__panel-left .p-btn__style01 {
        margin-left: 0; }
    .p-feature__panel-right {
      flex: 0 0 100%;
      padding: 1.5rem 1.5rem 0; }
    .p-feature__panel-number {
      top: -1.5rem;
      left: -1.5rem;
      width: 7.8rem;
      height: 7.8rem; }
    .p-feature__panel-title {
      margin-bottom: 1.5rem; }
    .p-feature__panel-desc {
      min-height: auto;
      margin-bottom: 2rem; }
    .p-feature__panel-img {
      border-radius: 1rem;
      height: 30rem; }
  .p-greeting__row {
    gap: 3rem; }
  .p-greeting__left {
    flex: 0 0 100%;
    max-width: 35rem;
    width: 100%;
    margin: 0 auto; }
    .p-greeting__left img {
      max-width: 35rem;
      margin: 0 auto 1.5rem; }
    .p-greeting__left-name {
      bottom: 2rem;
      left: 0;
      width: 16rem;
      height: 16rem; }
  .p-greeting__right {
    flex: 0 0 100%; }
    .p-greeting__right .p-title__style01 {
      text-align: center;
      margin-bottom: 3rem; }
      .p-greeting__right .p-title__style01::before {
        left: 50%;
        transform: translateX(-50%); }
  .p-greeting__desc {
    padding-bottom: 3rem; }
  .p-recruit .p-title__style01 {
    margin-bottom: 3rem; }
  .p-recruit__inner {
    padding: 1.5rem; }
  .p-recruit__row {
    gap: 1.5rem; }
  .p-recruit-left {
    flex: 0 0 100%; }
  .p-recruit-right {
    flex: 0 0 100%; }
  .p-recruit__desc .u-br__pc {
    display: none; }
  .p-recruit__brand {
    padding: 5rem 0; }
    .p-recruit__brand-row {
      gap: 1.5rem; }
    .p-recruit__brand-link {
      height: 9rem; }
    .p-recruit__brand-img {
      max-width: 80%;
      object-fit: cover; }

  .scroll-infinity__item img {
    height: 20rem; } }
@media (max-width: 767px) {
  :root {
    --fs-40: max(2.6rem, 2rem);
    --fs-30: max(2.3rem, 2rem);
    --fs-60: max(4rem, 4rem); }

  .l-treatment {
    margin-top: -16.9rem;
    padding-top: 12rem; }
  .l-std {
    background: url(./images/top/std-bg-00.png) top 10rem left no-repeat, url(./images/top/std-bg-01.png) right top 15rem no-repeat, url(./images/top/std-bg-02.png) bottom 0 right no-repeat;
    background-size: 23.3rem, 25.9rem, 38.4rem;
    padding-top: 10rem; }
  .l-news {
    background-size: 18.4rem, 7.7rem; }

  .u-br__pc {
    display: none; }

  .p-mv__images img {
    height: 40rem;
    height: calc(100vh - 60px);
    max-height: 138vw;
    min-height: 300px; }
  .p-mv__list {
    gap: 1rem; }
  .p-mv__cont {
    top: 18rem;
    max-width: 98%;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .p-mv__cont br {
      display: inline-block; }
  .p-mv__desc {
    padding-top: 0; }
  .p-mv__title {
    font-size: 2.2rem; }
  .p-btn__style01 {
    height: 4.2rem;
    margin: 0 auto;
    max-width: 20rem; }
    .p-btn__style01::after {
      border-top: 0.5rem solid transparent;
      border-bottom: 0.5rem solid transparent;
      border-left: 0.7rem solid #fff;
      right: 0.7rem; }
  .p-news .p-btn__style01.p-show__pc01 {
    display: none; }
  .p-news .p-btn__style01.p-show__sp01 {
    display: flex; }
  .p-news .p-title__style01 {
    text-align: center; }
    .p-news .p-title__style01::before {
      left: 50%;
      transform: translateX(-50%); }
  .p-news__left {
    flex: 0 0 100%; }
  .p-news__right {
    flex: 0 0 100%;
    padding-bottom: 3rem; }
    .p-news__right-item {
      flex: 0 0 16rem;
      margin-bottom: -1px; }
    .p-news__right-link {
      padding: 1rem; }
  .p-clinic__top-info {
    padding-bottom: 3rem; }
  .p-clinic__top-btn {
    padding-top: 3rem;
    gap: 1rem; }
    .p-clinic__top-btn li {
      flex: 0 0 calc((100% - 1rem) / 2); }
  .p-clinic__top-img {
    flex: 0 0 6rem; }
  .p-clinic__top-txt {
    flex: 0 0 calc(100% - 6rem); }
  .p-clinic__top-address {
    padding-right: 1.5rem;
    padding-left: 3.5rem;
    background-position: left 1.5rem top 0.6rem; }
  .p-clinic__top-table {
    margin-bottom: 1rem; }
    .p-clinic__top-table--right {
      padding: 0 1rem; }
    .p-clinic__top-table .row .col.col--title {
      width: 7rem;
      padding: 1rem 0 0;
      line-height: 140%; }
    .p-clinic__top-table .row .col {
      width: calc((100% - 7rem) / 8);
      font-size: 1.6rem; }
  .p-clinic__top-right--list {
    gap: 1.5rem; }
  .p-clinic__top-right--icon {
    flex: 0 0 7rem; }
    .p-clinic__top-right--icon span {
      width: 7rem;
      height: 7rem; }
      .p-clinic__top-right--icon span img {
        max-width: 3.5rem; }
  .p-clinic__top-right--txt {
    flex: 0 0 calc(100% - (7rem + 1.5rem)); }
  .p-clinic__top-right--row {
    gap: 2rem; }
  .p-clinic__top-right--item {
    flex: 0 0 100%;
    padding: 1.5rem; }
  .p-clinic__top-right--maps iframe {
    height: 30rem; }
  .p-clinic__top-quick {
    margin-top: 3rem; }
    .p-clinic__top-quick--link {
      margin-top: 1rem; }
    .p-clinic__top-quick--title {
      text-align: center; }
    .p-clinic__top-quick::before {
      content: none; }
    .p-clinic__top-quick-row {
      gap: 1.5rem; }
    .p-clinic__top-quick--left {
      flex: 0 0 100%;
      padding-top: 1.5rem; }
      .p-clinic__top-quick--left img {
        margin: 0 auto; }
    .p-clinic__top-quick--right {
      flex: 0 0 100%;
      padding: 1.5rem 0.5rem; }
  .p-clinic__bottom .p-title__style01 {
    text-align: center; }
    .p-clinic__bottom .p-title__style01::before {
      left: 50%;
      transform: translateX(-50%); }
  .p-clinic__bottom-inner {
    padding-bottom: 11rem; }
  .p-clinic__bottom-bg {
    padding-left: 0;
    padding-right: 0; }
  .p-clinic__bottom-list {
    gap: 1rem; }
  .p-clinic__bottom-items {
    flex: 0 0 calc((100% - 1rem) / 2); }
  .p-clinic__bottom-link {
    height: 13.7rem;
    width: 13.7rem;
    margin: 0 auto;
    letter-spacing: -0.05rem; }
    .p-clinic__bottom-link::before {
      width: 12.85rem;
      height: 12.85rem; }
  .p-clinic__bottom-img--right {
    right: 1rem; }
    .p-clinic__bottom-img--right img {
      max-width: 11.7rem; }
  .p-clinic__bottom-img--left {
    left: 1rem; }
    .p-clinic__bottom-img--left img {
      max-width: 15.8rem; }
  .p-treatment__inner-panel {
    padding-bottom: 2rem;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .p-treatment__inner-panel#treatment04 .p-treatment__inner-bottom--list .p-treatment__inner-bottom--item {
      flex: 0 0 calc((100% - 0.5rem) / 2); }
  .p-treatment__inner-desc {
    letter-spacing: 0.05rem; }
  .p-treatment__inner-link::before {
    content: none; }
  .p-treatment__inner-tab {
    gap: 0.5rem;
    margin-bottom: -1rem; }
  .p-treatment__inner-item {
    flex: 0 0 calc((100% - 0.5rem) / 2); }
  .p-treatment__inner-bottom--panel {
    padding-top: 1.5rem; }
  .p-treatment__inner-bottom--list {
    gap: 0.5rem;
    align-items: stretch; }
  .p-treatment__inner-bottom--tab {
    gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .p-treatment__inner-bottom--link00 {
    height: 4rem; }
  .p-treatment__inner-bottom--link {
    border-radius: 1rem;
    height: 100%;
    padding: 0.5rem; }
    .p-treatment__inner-bottom--link:hover .p-treatment__inner-bottom--arrow::after {
      border-left: 0.5rem solid #2976ba; }
  .p-treatment__inner-bottom--item00 {
    flex: 0 0 calc((100% - 1rem) / 2); }
  .p-treatment__inner-bottom--item {
    flex: 0 0 calc((100% - 0.5rem) / 2);
    position: relative;
    z-index: 1; }
  .p-treatment__inner-bottom--title {
    flex: 0 0 100%;
    font-size: 1.5rem;
    padding: 0.5rem 0 2.2rem;
    line-height: 120%;
    text-align: center; }
    .p-treatment__inner-bottom--title br {
      display: none; }
    .p-treatment__inner-bottom--title.p-lett {
      letter-spacing: -0.1rem; }
      .p-treatment__inner-bottom--title.p-lett__08 {
        letter-spacing: -0.08rem; }
  .p-treatment__inner-bottom--arrow {
    flex: 0 0 2.5rem;
    position: absolute;
    right: 0.5rem;
    bottom: 1.5rem;
    z-index: 1; }
    .p-treatment__inner-bottom--arrow::before {
      width: 1.8rem;
      height: 1.8rem;
      left: unset;
      right: 0; }
    .p-treatment__inner-bottom--arrow::after {
      border-top: 0.3rem solid transparent;
      border-bottom: 0.3rem solid transparent;
      border-left: 0.5rem solid #ffff;
      right: 0.6rem;
      left: unset; }
  .p-treatment__inner-bottom--icon {
    margin: 0 auto; }
  .p-treatment__opinion {
    transform: translateY(3.5rem); }
    .p-treatment__opinion-title {
      text-align: center; }
    .p-treatment__opinion-arrow {
      bottom: -2.7rem;
      width: 4.8rem;
      height: 4.8rem; }
    .p-treatment__opinion-bg {
      background-position: left center;
      padding: 2.5rem; }
      .p-treatment__opinion-bg::before {
        width: 93.78%;
        height: 93.06%; }
    .p-treatment__opinion .l-grid-900 {
      padding-left: 0;
      padding-right: 0; }
  .p-std__img01 {
    margin: 0 auto;
    order: -1;
    flex: 100%; }
    .p-std__img01 img {
      margin: 0 auto; }
  .p-std__item {
    flex: 0 0 calc((100% - 1.5rem) / 2);
    height: 18rem; }
  .p-std__link {
    width: 12rem;
    line-height: 3rem; }
    .p-std__link::after {
      right: 1rem; }
  .p-std__head .l-grid-923 {
    padding: 0; }
  .p-feature .p-title__style01 {
    text-align: center; }
    .p-feature .p-title__style01::before {
      left: 50%;
      transform: translateX(-50%); }
  .p-feature__panel-left {
    padding-left: 1.2rem;
    padding-right: 1.2rem; }
    .p-feature__panel-left .p-btn__style01 {
      margin-left: auto; }
  .p-feature__panel-intro {
    padding-top: 1rem; }
  .p-feature__inner {
    padding-right: 1.5rem; }
  .p-feature__row {
    gap: 3rem; }
  .p-feature__left {
    flex: 0 0 100%; }
  .p-feature__right {
    flex: 0 0 100%; }
  .p-feature__tab {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem; }
  .p-feature__link {
    gap: 1rem; }
  .p-feature__number {
    margin: 0 auto; }
  .p-feature__txt {
    flex: 0 0 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap; }
  .p-feature__item {
    flex: 1; }
    .p-feature__item:not(:last-child) {
      margin-bottom: 0; }
    .p-feature__item:last-child {
      margin-bottom: 0; }
  .p-greeting__desc {
    letter-spacing: 0.07rem; }
  .p-greeting__btn {
    max-width: 100%;
    gap: 1rem; }
  .p-greeting__item {
    flex: 0 0 calc((100% - 1rem) / 2); }
    .p-greeting__item:last-child .p-btn__style01 {
      letter-spacing: -0.15rem; }
      .p-greeting__item:last-child .p-btn__style01::after {
        content: none; }
  .p-recruit__brand {
    padding: 3rem 0; }
    .p-recruit__brand-link {
      height: 6rem; }

  .c-pagetop img {
    max-width: 6.6rem; }

  .c-nav-fix {
    top: unset;
    transform: none;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .c-nav-fix__item {
      width: 50%;
      border-radius: 0;
      height: 7rem; }
      .c-nav-fix__item br {
        display: none; }

  br.br-sp {
    display: inline-block; } }
@media (max-width: 420px) {
  .p-treatment__inner-link {
    padding-left: 0;
    padding-right: 0; }
  .p-treatment__inner-title {
    font-size: clamp(14px, 1.5rem, 24px); } }
#toc_container {
  border: 0;
  border-radius: 0.8rem;
  padding: 3rem;
  margin-bottom: 10rem;
  width: 100%;
  max-width: 50%;
  background-color: var(--main-color-light); }
  #toc_container p.toc_title {
    text-align: left;
    font-size: var(--size-v3); }
  #toc_container li:not(:last-child) {
    margin-bottom: 0.5rem; }
  #toc_container li a {
    font-size: var(--size-p);
    font-weight: 500;
    padding-left: 3rem;
    position: relative;
    display: inline-block; }
    #toc_container li a::before {
      content: "";
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      left: 0;
      top: 0.8rem;
      background-color: #304C4E;
      clip-path: polygon(100% 50%, 0 100%, 43% 50%, 0 0); }
  @media (max-width: 960px) {
    #toc_container {
      max-width: 100%;
      padding: 2rem;
      margin-bottom: 5rem; }
      #toc_container p.toc_title {
        font-size: var(--size-p); }
        #toc_container p.toc_title + ul.toc_list {
          margin-top: 0.5rem; }
      #toc_container li a {
        padding-left: 2rem; }
        #toc_container li a::before {
          width: 1.2rem;
          height: 1.2rem;
          top: 0.8rem; } }

.c-image {
  display: block; }
  .c-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem; }
    @media (max-width: 960px) {
      .c-image img {
        border-radius: 0.5rem; } }
  .c-image--logo {
    margin-top: 2rem; }
    .c-image--logo img {
      width: auto;
      padding: 1rem;
      background-color: var(--main-color-white); }

.c-image--ratio {
  aspect-ratio: 4 / 3;
  overflow: hidden; }
  .c-image--ratio-16x8 {
    aspect-ratio: 16 / 8; }
    @media (max-width: 960px) {
      .c-image--ratio-16x8 {
        aspect-ratio: 16 / 11; } }
  .c-image--ratio-4x2 {
    aspect-ratio: 4 / 2.3; }
  .c-image--ratio-3x2 img {
    aspect-ratio: 3 / 2; }
  .c-image--ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.p-page-section {
  margin-bottom: 10rem; }
  @media (max-width: 960px) {
    .p-page-section {
      margin-bottom: 8rem; } }

.p-doctor-message {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.8rem;
  padding: 5rem;
  margin-top: -5rem;
  position: relative;
  z-index: 2;
  background-color: #ececec; }
  .p-doctor-message__name {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .p-doctor-message {
      padding: 3rem 2rem;
      margin-top: -2rem; }
      .p-doctor-message__name {
        font-size: 1.8rem;
        margin-bottom: 1rem; } }

.p-interview {
  margin-top: 4rem;
  margin-bottom: 8rem; }
  @media (max-width: 960px) {
    .p-interview {
      margin-top: 2rem;
      margin-bottom: 6rem; } }

.p-background {
  padding: 3rem;
  border-radius: 1.2rem;
  background-color: var(--main-color-light); }
  @media (max-width: 960px) {
    .p-background {
      padding: 2rem;
      border-radius: 0.8rem; } }

.p-border {
  padding: 5rem;
  border-radius: 1.2rem;
  border: 4px double var(--main-color); }
  .p-border.u-py-3 {
    padding: 3rem; }
  @media (max-width: 960px) {
    .p-border {
      padding: 2rem;
      border-radius: 0.8rem; }
      .p-border.u-py-3 {
        padding: 1rem; } }

/* ========================================
   FAQ
======================================== */
.p-faq {
  margin: 0 auto;
  /* ==========================
     Question
  ========================== */
  /* ==========================
     Answer
  ========================== */ }
  .p-faq--hideborder .p-faq__item {
    border: 0; }
  .p-faq__item {
    padding: 5rem 0;
    border-bottom: 1px solid #e5e5e5; }
    .p-faq__item:first-child {
      border-top: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .p-faq__item {
        padding: 3rem 0; } }
  .p-faq__question {
    font-size: var(--size-v2);
    font-weight: 600;
    line-height: 1.75;
    color: var(--main-color--title);
    position: relative;
    padding-left: 3rem; }
    .p-faq__question::before {
      content: "Q";
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 700;
      color: var(--main-color--title); }
  .p-faq__answer {
    margin-top: 2rem;
    padding-left: 3rem;
    position: relative; }
    .p-faq__answer::before {
      content: "A";
      position: absolute;
      left: 0rem;
      font-weight: 700;
      color: #999;
      font-size: var(--size-v3); }
    .p-faq__answer p {
      margin: 0;
      text-align: justify; }

/* ========================================
   PROCEDURE
======================================== */
.p-procedure {
  width: 100%;
  position: relative;
  /* ==========================
     Responsive
  ========================== */ }
  .p-procedure .listbox {
    margin-top: 1.5rem;
    background: transparent;
    padding: 0 !important;
    box-shadow: none !important; }
  .p-procedure__item {
    position: relative;
    padding: 5rem;
    border-radius: 0.5rem;
    background-color: rgba(27, 32, 101, 0.05);
    box-shadow: 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2); }
    .p-procedure__item:not(:last-child) {
      margin-bottom: 6rem; }
      .p-procedure__item:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -4rem;
        width: 3rem;
        height: 2rem;
        transform: translateX(-50%);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background-color: var(--main-color); }
  .p-procedure__title {
    margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .p-procedure__item {
      padding: 2rem; }
      .p-procedure__item:not(:last-child) {
        margin-bottom: 4rem; }
        .p-procedure__item:not(:last-child)::before {
          bottom: -2.5rem;
          width: 2rem;
          height: 1rem; }
    .p-procedure__title {
      margin-bottom: 2rem; } }

.p-link {
  background-color: var(--main-color);
  border-radius: 0.8rem;
  display: inline-block;
  padding: 2rem;
  color: var(--main-color-white);
  margin-top: 2rem; }

/*# sourceMappingURL=style.css.map */
