@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;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.8rem, 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: "Zen Maru Gothic", 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: "Zen Maru Gothic", 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: 166%;
  letter-spacing: 0;
  font-weight: 400; }
  @media (max-width: 960px) {
    p {
      text-align: justify;
      letter-spacing: .02em; } }

::selection {
  background-color: #1a73e8;
  color: #fff; }

.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; }

/*anime*/
.all_fade_up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease; }

.all_fade_up.anime {
  transform: translateY(0);
  opacity: 1; }

.all_fade_right {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease; }

.all_fade_right.anime {
  transform: translateX(0);
  opacity: 1; }

.all_fade_left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s ease, transform 0.8s ease; }

.all_fade_left.anime {
  transform: translateX(0);
  opacity: 1; }

.u-spac {
  --w: attr(data-value number);
  display: inline-block;
  width: calc(var(--w) / 10 * 1rem); }
  @media (max-width: 767px) {
    .u-spac {
      width: 0.5rem; } }

.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; }

.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; } }

@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(12rem + 32px); } }
  @media (min-width: 960.5px) and (max-width: 782px) {
    .admin-bar .p-header__menu--sp {
      top: calc(12rem + 46px); } }
@media (min-width: 960.5px) {
  .admin-bar .c-nav-fix {
    top: calc(8.2rem + 32px); } }

.u-w__15 {
  display: inline-block;
  width: 1.5rem; }

.home .p-header__bottom {
  display: none;
  position: relative; }
.home .p-header {
  height: 8rem; }

.p-header {
  position: relative;
  height: 17rem; }
  .p-header__menu {
    position: relative;
    z-index: 1; }
  .p-header__in {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 55;
    position: fixed;
    background-color: #FFF;
    transition: ease all 0.4s;
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .p-header.open .p-header__in {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden; }
  .p-header.active .p-header__in {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
    .p-header.active .p-header__in .p-header__bottom {
      display: block !important; }
      @media (max-width: 960px) {
        .p-header.active .p-header__in .p-header__bottom {
          display: none !important; } }
  .p-header__right-rows {
    gap: 2rem;
    align-items: flex-end; }
  .p-header__right-left {
    flex: 0 0 38.8rem; }
  .p-header__right-right {
    flex: calc(100% - (38.8rem + 2rem)); }
  .p-header__right-address {
    font-size: var(--fs-16);
    font-weight: 500;
    color: #40210F;
    padding-bottom: 0.4rem; }
  .p-header__inner {
    transition: all 0.35s;
    padding: 0.2rem 6rem 1.6rem; }
    @media (max-width: 1440px) {
      .p-header__inner {
        padding: 0.2rem 1.5rem 1.6rem; } }
  .p-header__menu > li > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1.5rem solid #fac531;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%) scale(0);
    z-index: 1;
    pointer-events: none;
    transition: ease all 0.35s; }
  .p-header__menu li.menu-item-366::after {
    bottom: -1.5rem; }
  .p-header__menu li {
    position: relative;
    line-height: 185%;
    text-align: center; }
    .p-header__menu li:hover > a {
      opacity: 1; }
      .p-header__menu li:hover > a::after {
        transform: translateX(-50%) scale(1); }
    .p-header__menu li:not(:first-child) a::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 3.7rem;
      background-color: #40210F;
      left: 0;
      top: 0;
      z-index: 0; }
    .p-header__menu li .en {
      display: block;
      color: #f3bf50;
      text-transform: uppercase;
      font-weight: 400;
      max-width: 14rem;
      width: 100%;
      margin: 0 auto; }
    .p-header__menu li a {
      color: #40210F;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0;
      padding: 0 3.5rem 0.5rem;
      position: relative;
      display: block; }
      @media (max-width: 1440px) {
        .p-header__menu li a {
          padding: 0 2rem 0.5rem; } }
    .p-header__menu li.current_page_item a::after {
      transform: translateX(-50%) scale(1); }
  .p-header__menu--sp {
    position: fixed;
    top: 8rem;
    background: #ffffff;
    width: 65rem;
    padding: 3rem;
    right: 0;
    transition: all 0.35s;
    z-index: 10;
    height: calc(100vh - 8rem);
    padding-bottom: 10rem;
    overflow-y: auto; }
    .p-header__menu--sp:not(.is-active) {
      right: -65rem; }
    @media (max-width: 767px) {
      .p-header__menu--sp {
        width: 100%;
        top: 8rem;
        padding: 1.5rem 1.5rem 8rem; } }
  .p-header__menu--title {
    color: #FAC531;
    font-size: 3rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    .p-header__menu--title---violet {
      color: #8964D3; }
    .p-header__menu--title---sky {
      color: #76DDD8; }
  .p-header__menu--list {
    margin-bottom: 2rem;
    margin-left: 3rem; }
    @media (max-width: 767px) {
      .p-header__menu--list {
        margin-left: 0; } }
    .p-header__menu--list li {
      width: calc((100% - 1.501rem) / 2); }
      @media (max-width: 767px) {
        .p-header__menu--list li {
          width: 100%; } }
      .p-header__menu--list li:not(:nth-child(2n)) {
        margin-right: 1.5rem; }
        @media (max-width: 767px) {
          .p-header__menu--list li:not(:nth-child(2n)) {
            margin-right: 0; } }
      .p-header__menu--list li:not(:last-child) {
        margin-bottom: 1rem; }
      .p-header__menu--list li a {
        color: #454545;
        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: #FAC531;
          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 a.active {
          color: #FAC531; }
    .p-header__menu--list---clinic li a::before {
      background-color: #8964D3; }
    .p-header__menu--list---medical li a::before {
      background-color: #76DDD8; }
  .p-header__brand {
    transition: all 0.35s; }
  .p-header__bottom {
    padding: 1rem 0 2rem;
    position: relative; }
    .p-header__bottom-inner {
      max-width: 144.4rem;
      width: 100%;
      margin: 0 auto; }
      @media (max-width: 1440px) {
        .p-header__bottom-inner {
          max-width: 134.4rem; } }
  @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: #FAC531; }
      .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: 8.7rem;
  height: 8.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.7rem 2rem;
  cursor: pointer;
  background: #8964D3;
  display: none; }
  @media (max-width: 960px) {
    .c-hamburger {
      display: flex;
      position: absolute;
      top: 1.1rem;
      right: 1.5rem;
      width: 6rem;
      height: 6rem;
      padding: 1.5rem; } }
  .c-hamburger__line {
    background: #FFF;
    display: block;
    height: 1px;
    transition: transform 0.3s;
    width: 100%;
    transform-origin: center;
    position: relative; }
  .c-hamburger.active span:first-child {
    transform: rotate(45deg);
    margin-bottom: 0;
    top: 0.8rem;
    width: 100%; }
  .c-hamburger.active span:nth-child(2) {
    display: none; }
  .c-hamburger.active span:nth-child(3) {
    transform: rotate(135deg);
    top: -0.8rem;
    width: 100%; }

@media (min-width: 960.5px) {
  .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: 6rem;
    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(137, 100, 211, 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%;
      left: unset;
      top: 6rem;
      padding: 2rem 1rem !important;
      max-width: 93%;
      right: 0; }
      .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: 1.2rem 0 0; }
  .p-header__menu--01 li:hover.menu-item-has-children > a::before {
    opacity: 1; } }
@media (max-width: 960px) {
  .p-header {
    height: 8rem; }
    .p-header__right-rows {
      display: none; }
    .p-header__inner {
      padding: 0; } }
    @media (max-width: 960px) and (max-width: 960px) {
      .p-header__inner {
        padding: 1.5rem; } }
@media (max-width: 960px) {
    .p-header__logo img {
      width: 24rem; }
    .p-header__brand {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
    .p-header__menu, .p-header__contact {
      display: none; } }
.c-nav-fix {
  position: fixed;
  top: 8.2rem;
  right: 0;
  z-index: 99;
  display: none; }
  .c-nav-fix__tel {
    background: url(./images/counseling-bg-04.jpg) center center/cover no-repeat; }
    .c-nav-fix__tel .c-nav-fix__btn--link::before {
      background: url(./images/counseling-icon-01.png) center center/contain no-repeat; }
  .c-nav-fix__web {
    background: url(./images/counseling-bg-05.jpg) center center/cover no-repeat; }
    .c-nav-fix__web .c-nav-fix__btn--link::before {
      background: url(./images/counseling-icon-02.png) center center/contain no-repeat; }
  .c-nav-fix__access {
    background: url(./images/counseling-bg-04.jpg) center center/cover no-repeat; }
    .c-nav-fix__access .c-nav-fix__btn--link::before {
      filter: brightness(0) saturate(100%) invert(11%) sepia(18%) saturate(1018%) hue-rotate(314deg) brightness(94%) contrast(95%);
      background: url(./images/location-icon01.svg) center center/contain no-repeat; }
  .c-nav-fix__item {
    background: #FAC531; }
    .c-nav-fix__item--web {
      background: #8964D3; }
    .c-nav-fix__item a {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      width: 8.7rem;
      height: 8.4rem;
      padding-bottom: 1.3rem;
      color: #40210F;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 160%;
      letter-spacing: 0;
      position: relative;
      z-index: 0; }
      .c-nav-fix__item a::before {
        content: "";
        position: absolute;
        width: 1.8rem;
        height: 1.8rem;
        top: 1.3rem;
        left: 50%;
        transform: translateX(-50%);
        background: #FFF;
        z-index: -1; }
    .c-nav-fix__item .tel a::before {
      top: 1.8rem;
      -webkit-mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
      mask: url(assets/img/icon-tel.svg) center/100% no-repeat; }
    .c-nav-fix__item .medical a {
      background: #479daa; }
      .c-nav-fix__item .medical a::before {
        width: 2.6rem;
        height: 2.6rem;
        -webkit-mask: url(assets/img/icon-clock.svg) center/100% no-repeat;
        mask: url(assets/img/icon-clock.svg) center/100% no-repeat; }
    .c-nav-fix__item .location a {
      background: #ca6d2b; }
      .c-nav-fix__item .location a::before {
        width: 2.7rem;
        height: 2.7rem;
        -webkit-mask: url(assets/img/icon-location-02.svg) center/100% no-repeat;
        mask: url(assets/img/icon-location-02.svg) center/100% no-repeat; }
    .c-nav-fix__item .web a {
      background: #debf42; }
      .c-nav-fix__item .web a::before {
        width: 2.8rem;
        height: 2.7rem;
        -webkit-mask: url(assets/img/calendar-icon.svg) center/100% no-repeat;
        mask: url(assets/img/calendar-icon.svg) center/100% no-repeat; }
@media (max-width: 960px) and (max-width: 960px) {
  .c-nav-fix {
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
    border-top: #FFF solid 1px; }
    .c-nav-fix__item {
      width: calc(100% / 3); }
      .c-nav-fix__item a {
        width: 100%;
        height: 7rem;
        padding-bottom: 1rem;
        font-size: var(--size-p); }
        .c-nav-fix__item a::before {
          top: 1.5rem;
          width: 2rem;
          height: 2rem; }
      .c-nav-fix__item .medical a::before,
      .c-nav-fix__item .web a::before {
        width: 2.24rem;
        height: 2.24rem; }
      .c-nav-fix__item .location a::before {
        width: 2.22rem;
        height: 2.22rem; }
      .c-nav-fix__item .tel a::before {
        top: 1.8rem; } }

.c-footer-table {
  margin: 2rem 0 1.8rem;
  background: #FFF;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  overflow: hidden; }
  @media (max-width: 767px) {
    .c-footer-table {
      margin-bottom: 0; } }
  .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: #454545;
      opacity: 0.37; }
    .c-footer-table .row:first-child {
      background: #FAC531;
      border-radius: 1rem; }
      .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:first-child .col:not(:first-child) {
          text-align: center; }
    .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 .row .col {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      width: calc((100% - 14.3rem) / 8);
      padding: 1.5rem 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .c-footer-table .row .col {
          width: calc((100% - 9.5rem) / 7); }
          .c-footer-table .row .col:last-child {
            padding-right: 0.5rem;
            width: 6rem; } }
      .c-footer-table .row .col:not(:first-child) {
        text-align: center; }
      .c-footer-table .row .col:first-child {
        width: 16.5rem;
        padding-left: 1.65rem;
        padding-right: 1.5rem;
        font-weight: bold;
        justify-content: flex-start; }
        @media (max-width: 767px) {
          .c-footer-table .row .col:first-child {
            width: 9.5rem;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            text-align: left;
            line-height: 120%; } }
      .c-footer-table .row .col-02 {
        color: #FAC531; }
      .c-footer-table .row .col-03 {
        font-size: 1.4rem;
        font-weight: 500;
        display: flex;
        text-align: center;
        line-height: 80%; }
      .c-footer-table .row .col-04 {
        background: url(../images/x-icon01.png) no-repeat center left;
        background-size: 1.9rem; }
  .c-footer-table .row--head .col.col--title {
    font-weight: 500; }
  .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; }

.home .p-footer__top {
  background: url(./images/footer-bg-01.png) top center no-repeat;
  padding-top: 29rem; }
  @media (max-width: 767px) {
    .home .p-footer__top {
      padding-top: 5rem; } }

.p-footer__top {
  background: url(./images/footer-bg-01.png) top -23rem center no-repeat;
  padding: 5rem 0 2.5rem; }
  .p-footer__top-row {
    gap: 6.3rem; }
    @media (max-width: 960px) {
      .p-footer__top-row {
        gap: 2rem;
        padding-top: 5rem; } }
  @media (max-width: 960px) and (max-width: 767px) {
    .p-footer__top-row {
      padding-top: 0; } }

  .p-footer__top-left {
    flex: 0 0 57.3rem; }
    @media (max-width: 960px) {
      .p-footer__top-left {
        flex: 100%;
        text-align: center; } }
  .p-footer__top-right {
    flex: 0 0 calc(100% - (6.3rem + 57.3rem));
    padding-top: 10.5rem; }
    @media (max-width: 960px) {
      .p-footer__top-right {
        flex: 100%;
        display: none; } }
  .p-footer__top-table {
    padding: 2rem 0 1.7rem;
    max-width: 52rem;
    width: 100%;
    margin: 0; }
  .p-footer__top-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1.8rem 0; }
  .p-footer__top-th {
    flex: 0 0 7rem;
    position: relative;
    z-index: 1;
    font-weight: 500; }
    @media (max-width: 960px) {
      .p-footer__top-th {
        text-align: left; } }
    .p-footer__top-th::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.2rem;
      background: #FAC531;
      bottom: -1.967rem;
      left: 0;
      z-index: 1;
      pointer-events: none; }
  .p-footer__top-td {
    flex: 0 0 calc(100% - 7rem);
    padding-left: 3.2rem; }
    @media (max-width: 960px) {
      .p-footer__top-td {
        text-align: left; } }
  .p-footer__top-note {
    gap: 3rem; }
    @media (max-width: 767px) {
      .p-footer__top-note {
        gap: 2rem; } }
    @media (max-width: 767px) {
      .p-footer__top-note {
        padding: 1.5rem 0; } }
    @media (max-width: 1025px) {
      .p-footer__top-note {
        gap: 0; } }
    .p-footer__top-note--left {
      flex: 15rem; }
      @media (max-width: 767px) {
        .p-footer__top-note--left {
          flex: 100%; } }
      .p-footer__top-note--left p img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1.1rem;
        margin-bottom: 0.8rem; }
    .p-footer__top-note--right {
      flex: calc(100% - (15rem + 3rem)); }
      @media (max-width: 767px) {
        .p-footer__top-note--right {
          flex: 100%; } }
      @media (max-width: 1025px) {
        .p-footer__top-note--right {
          flex: calc(100% - (15rem + 0)); } }
  .p-footer__top-maps {
    padding-top: 0.6rem; }
    .p-footer__top-maps iframe {
      width: 100%;
      height: 38rem;
      border-radius: 2rem; }
      @media (max-width: 767px) {
        .p-footer__top-maps iframe {
          border-radius: 1rem;
          height: 15rem; } }
  .p-footer__top-item:not(:last-child) {
    margin-bottom: 4rem; }
.p-footer__bottom {
  background: #8964D3;
  padding: 1.8rem 1.5rem; }
.p-footer__credit {
  margin-right: 2rem; }
  .p-footer__credit img {
    width: 19rem; }
.p-footer__copy {
  color: #FFF;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif; }
.p-footer__nav {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0px 0.4rem 3.5rem rgba(0, 0, 0, 0.11);
  padding: 7.5rem 8.8rem 4rem; }
  .p-footer__nav::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.76);
    filter: blur(1.22rem); }
  .p-footer__nav--title {
    margin-bottom: 2.4rem;
    color: #FFF;
    font-size: var(--fs-30);
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.016rem;
    max-width: 32.3rem;
    text-transform: uppercase;
    width: 100%;
    border-radius: 1rem;
    background: #8964D3;
    padding: 0.9rem 3rem; }
    .p-footer__nav--title--02 {
      background: #76DDD8; }
  .p-footer__nav--gp {
    padding: 0 1.4rem;
    grid-template-columns: 27.3rem 29rem; }
.p-footer__maps {
  width: 100%;
  height: 38.6rem;
  position: relative;
  margin-bottom: -1px; }
  @media (max-width: 767px) {
    .p-footer__maps {
      height: 22rem; } }
  .p-footer__maps iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top; }
.p-footer__logo {
  margin-bottom: 2.6rem; }
  .p-footer__logo--link {
    display: inline-block;
    position: relative;
    padding-left: 8.8rem;
    margin-bottom: 0.5rem; }
    .p-footer__logo--link::before {
      content: "";
      position: absolute;
      width: 6.1rem;
      height: 6.2rem;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background: url(../images/logo-icon.png) no-repeat center;
      background-size: contain; }
  .p-footer__logo img {
    width: 27.8rem; }
  .p-footer__logo--title {
    color: #483b35;
    font-size: 3rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0; }
  .p-footer__logo--text {
    color: #483b35;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-left: 6.5rem; }
    .p-footer__logo--text::before {
      content: "";
      position: absolute;
      width: 26.9rem;
      height: 4.1rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url(../images/footer-icon03.png) no-repeat center;
      background-size: contain;
      z-index: -1; }
.p-footer__brand--item {
  width: 100%; }
.p-footer__official img {
  border-radius: 1rem;
  width: 100%; }
@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 li {
      margin-bottom: 1.1rem; }
      .p-footer__nav--list li:last-child {
        margin-bottom: 0; }
      .p-footer__nav--list li a {
        color: #454545;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0;
        font-family: "Zen Maru Gothic", 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: #8964D3;
          border-radius: 100%; }
    .p-footer__nav--list--medical {
      display: grid;
      grid-template-columns: 33rem 33rem; }
      .p-footer__nav--list--medical li a::before {
        background: #76DDD8; }
    .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-bottom: 8rem; } }
  @media (max-width: 960px) and (max-width: 767px) {
    .l-footer {
      padding-bottom: 7rem; } }

[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.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: -20rem;
  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; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .slick-slider .slick-list:focus {
      outline: none; }
    .slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .slick-slider .slick-track:before, .slick-slider .slick-track:after {
      display: table;
      content: ""; }
    .slick-slider .slick-track:after {
      clear: both; }
  .slick-slider.slick-loading .slick-track {
    visibility: hidden; }
  .slick-slider.slick-loading .slick-slide {
    visibility: hidden; }
  .slick-slider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
    .slick-slider .slick-slide img {
      display: block;
      margin-left: auto;
      margin-right: 0; }
    .slick-slider .slick-slide.slick-loading img {
      display: none; }
    .slick-slider .slick-slide.dragging img {
      pointer-events: none; }
  .slick-slider.slick-initialized .slick-slide {
    display: block; }
  .slick-slider.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* RTL handling stays at top level to match original specificity */
[dir="rtl"] .slick-slide {
  float: right; }

/* Arrow hidden state */
.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  transition: transform 0.4s linear;
  /* Chuyển động tuyến tính */ }

.slick-list {
  overflow: hidden;
  /* Ẩn các phần slide bên ngoài */ }

.slick-track {
  display: flex; }

:root {
  --main-color: #FAC531;
  --main-color-light: rgba(250, 197, 49, 0.1);
  --main-color--title: #FAC531;
  --main-color--title_v2: #8964D3;
  --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: 6.5rem;
    height: 6.5rem;
    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: var(--main-color--title_v2); }
  .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: 4.4rem;
  right: 3.2rem;
  width: 8.4rem;
  height: 10rem;
  opacity: 0;
  border: 0;
  background: url(./images/footer-img-00.png) center/contain no-repeat;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 50; }
  @media (max-width: 1440px) {
    .c-pagetop {
      bottom: 5.4rem; } }
  @media (max-width: 960px) {
    .c-pagetop {
      bottom: 7rem;
      right: 1.5rem; } }
  @media (max-width: 767px) {
    .c-pagetop {
      width: 5.4rem;
      height: 7rem;
      background-size: 4.4rem; } }
  .c-pagetop.show {
    opacity: 1; }
    .c-pagetop.show:hover {
      opacity: 0.8; }

.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: 600;
    line-height: 175%;
    color: #FAC531;
    position: relative;
    display: block;
    letter-spacing: 0;
    height: 100%;
    transition: all 0.35s;
    padding: 1rem;
    background: rgba(243, 191, 80, 0.1);
    border: #FAC531 solid 1px; }
    .c-menu__medical--list li a:hover {
      font-weight: bold; }
  .c-menu__medical--list li.current_page_item a {
    background: #FAC531;
    color: #fff; }

@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  .c-menu__medical--list li a {
    font-size: 1.5rem;
    padding: 1rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; } }
@media (max-width: 767px) {
  .c-menu__medical--list ul {
    gap: 0.5rem; }
  .c-menu__medical--list li {
    width: calc((100% - 0.51rem) / 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: #454545; }
    .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: #454545;
  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: 16rem 1fr;
      gap: 2rem;
      padding: 2rem 0;
      border-bottom: 1px dashed #dddddd; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__row {
          grid-template-columns: 8rem 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--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--myobrace {
    text-align: center; }

.c-table--schedule {
  border-top: 1px solid #e5e5e5; }
  .c-table--schedule .c-table__row {
    display: grid;
    grid-template-columns: 26rem repeat(8, 1fr);
    border-bottom: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__row {
        grid-template-columns: 10rem repeat(8, 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-table--myobrace .c-table__row {
  display: grid;
  grid-template-columns: 26rem repeat(2, 1fr) !important;
  border-bottom: 1px solid #e5e5e5; }
  @media (max-width: 960px) {
    .c-table--myobrace .c-table__row {
      grid-template-columns: 8rem repeat(2, 1fr) !important; } }

.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: #454545;
      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: rgba(69, 69, 69, 0.05);
  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; }

.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: var(--main-color); }

.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%;
    z-index: 1; }
.p-page-banner__image {
  display: block;
  width: 100%;
  height: 20rem;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .p-page-banner__image {
      height: 45rem; } }
  .p-page-banner__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.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%, #FAC531 30%, #FAC531 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 #FAC531;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.55rem;
    color: #FAC531;
    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: #FAC531;
    color: #fff; }
.c-news__archive {
  border: #FAC531 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: #FAC531;
    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: .1rem solid #FFFFFF;
      border-right: .1rem solid #FFFFFF;
      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(250, 197, 49, 0.2);
  margin-bottom: 1.5rem; }
  .p-news__item:nth-child(odd) {
    background: #FAC531; }
    .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(250, 197, 49, 0.5); }
    .p-news__item:hover .p-news__date,
    .p-news__item:hover .p-news__title {
      color: #171717; }
.p-news__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #222;
  text-decoration: none;
  font-size: 1.6rem;
  transition: color 0.3s ease; }
  .p-news__link:hover {
    color: #0073aa; }
.p-news__date {
  display: inline-block;
  min-width: 13rem;
  font-size: 1.8rem;
  color: #171717;
  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: #171717;
  word-break: break-word;
  padding-right: 2rem; }
.p-news__archive-item {
  border-bottom: #FAC531 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: #FAC531; }
  .p-news__archive-item:last-child {
    border-bottom: 0; }

.p-single__header {
  background: rgba(250, 197, 49, 0.1);
  padding: 3rem; }
.p-single__title {
  font-size: 3.2rem;
  color: #FAC531;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.p-single__date {
  font-size: 1.6rem;
  color: #FAC531;
  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: #171717;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .p-single__content h2 {
    font-size: 2.6rem; }
  .p-single__content h3 {
    font-size: 2.4rem; }
  .p-single__content h4 {
    font-size: 2.2rem; }
  .p-single__content h5 {
    font-size: 2rem; }
  .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: #171717;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .p-single__content a {
    color: #0073aa;
    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 #FAC531;
    border-radius: 3.3rem;
    background: #FAC531;
    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__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: #FAC531;
  transition: ease-in-out .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 .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 .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: #FAC531; }

@media (max-width: 960px) {
  .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; } }
@use "typography" as *;
: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, 3rem);
  --fs-40: max(4rem, 4rem);
  --fs-30: max(3rem, 3rem);
  --fs-26: max(2.6rem, 2.6rem);
  --fs-22: max(2.2rem, 2.2rem);
  --fs-20: max(2rem, 2rem); }

.p-mv {
  position: relative;
  overflow: hidden;
  padding: 0 3rem;
  margin-bottom: 5rem; }
  @media (max-width: 960px) {
    .p-mv {
      padding: 0 1.5rem; } }
  .p-mv__inner {
    position: relative; }
  .p-mv-cont {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .p-mv-cont::before {
      content: "";
      position: absolute;
      width: 90%;
      height: 100%;
      background: url(./images/top-bg-03.png) center center/94% no-repeat;
      top: 53%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      pointer-events: none; }
    .p-mv-cont__title {
      -webkit-text-stroke: 0.6rem #fff;
      paint-order: stroke fill;
      color: #40210F;
      font-size: var(--fs-60);
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0;
      background-image: url(./images/top-icon-00.png), url(./images/top-icon-01.png);
      background-position: top left, top right;
      background-repeat: no-repeat, no-repeat;
      background-size: 9.5rem, 9.5rem;
      padding: 5rem 8.6rem 2.5rem; }
      @media (max-width: 960px) {
        .p-mv-cont__title {
          background-size: 4.5rem, 4.5rem;
          padding: 2rem 5.6rem 1.5rem; } }
      .p-mv-cont__title-gp {
        display: inline-block; }
        @media (min-width: 960.5px) {
          .p-mv-cont__title-gp {
            margin-left: -2.7rem; } }
      .p-mv-cont__title span {
        -webkit-text-stroke: 1.2rem #fff;
        position: relative;
        z-index: 1; }
        .p-mv-cont__title span::after {
          content: attr(data-text);
          width: 100%;
          height: 100%;
          position: absolute;
          inset: 0;
          pointer-events: none;
          text-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.25);
          z-index: -1; }
  .p-mv__desc {
    color: #40210F;
    font-size: var(--size-p);
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0; }
    @media (max-width: 960px) {
      .p-mv__desc {
        text-align: center; } }
    @media (max-width: 767px) {
      .p-mv__desc {
        padding: 0 1.5rem;
        font-size: var(--fs-14); }
        .p-mv__desc br {
          display: none; } }

.l-wrapper {
  overflow: hidden; }

.u-show__sp {
  display: none; }
.u-br__767 {
  display: none; }
  @media (max-width: 767px) {
    .u-br__767 {
      display: inline-block; } }

@media (max-width: 960px) {
  .p-mv__visual .slick-slide img {
    width: 100%;
    height: 40rem;
    object-fit: cover;
    border-radius: 3rem; }
  .p-mv-cont {
    top: 22rem;
    right: 0;
    width: 100%;
    padding: 0; }
    .p-mv-cont__title {
      font-size: 3.5rem; } }
    @media (max-width: 960px) and (max-width: 767px) {
      .p-mv-cont__title {
        font-size: 2.5rem;
        display: inline-block;
        background-position: left center, right center; }
        .p-mv-cont__title span {
          -webkit-text-stroke: 0.6rem #fff; } }

@media (max-width: 960px) and (min-width: 767.5px) {
  .p-mv-cont {
    top: 20rem; } }
@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: 3rem; }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5rem;
    animation: scroll-left 30s linear infinite;
    animation-delay: 0.1s; }
    @media (max-width: 960px) {
      .scroll-infinity__list {
        gap: 2rem; } }
  .scroll-infinity__item {
    flex-shrink: 0; }
    .scroll-infinity__item img {
      display: block;
      height: auto;
      object-fit: cover;
      pointer-events: none;
      user-select: none; }
  @media (max-width: 960px) {
    .scroll-infinity__item {
      width: 20rem !important; } }

:root {
  --fs-14: 1.4rem;
  --fs-16: 1.6rem;
  --fs-18: 1.8rem;
  --fs-20: 2rem;
  --fs-22: 2.2rem;
  --fs-30: 3rem;
  --fs-50: 5rem;
  --fs-100: 10rem; }

.grid-1094, .l-grid-1094 {
  max-width: 112.4rem; }
.grid-1100, .l-grid-1100 {
  max-width: 113rem; }
.grid-1148, .l-grid-1148 {
  max-width: 117.8rem; }
.grid-1310, .l-grid-1310 {
  max-width: 134rem; }
.grid-1300, .l-grid-1300 {
  max-width: 133rem; }
.grid-1382, .l-grid-1382 {
  max-width: 141.2rem; }
.grid-1444, .l-grid-1444 {
  max-width: 147.4rem; }
.grid-1482, .l-grid-1482 {
  max-width: 151.2rem; }
.grid-1740, .l-grid-1740 {
  max-width: 177rem; }
.grid-1744, .l-grid-1744 {
  max-width: 177.4rem; }
.grid-1769, .l-grid-1769 {
  max-width: 179.9rem; }
.grid-1860, .l-grid-1860 {
  max-width: 189rem; }

.p-img__17 {
  max-width: 1.7rem;
  width: 100%;
  display: inline-block; }

.p-img__19 {
  max-width: 1.9rem;
  width: 100%;
  display: inline-block; }

.p-img__20 {
  max-width: 2rem;
  width: 100%;
  display: inline-block; }

.p-img__23 {
  max-width: 2.3rem;
  width: 100%;
  display: inline-block; }

.p-img__26 {
  max-width: 2.6rem;
  width: 100%;
  display: inline-block; }

.p-img__28 {
  max-width: 2.8rem;
  width: 100%;
  display: inline-block; }

.p-img__32 {
  max-width: 3.2rem;
  width: 100%;
  display: inline-block; }

.p-img__94 {
  max-width: 9.4rem;
  width: 100%;
  display: inline-block; }

.p-img__103 {
  max-width: 10.3rem;
  width: 100%;
  display: inline-block; }

.p-img__112 {
  max-width: 11.2rem;
  width: 100%;
  display: inline-block; }

.p-img__123 {
  max-width: 12.3rem;
  width: 100%;
  display: inline-block; }

.p-img__126 {
  max-width: 12.6rem;
  width: 100%;
  display: inline-block; }

.p-img__176 {
  max-width: 17.6rem;
  width: 100%;
  display: inline-block; }

.p-img__246 {
  max-width: 24.6rem;
  width: 100%;
  display: inline-block; }

.p-img__294 {
  max-width: 29.4rem;
  width: 100%;
  display: inline-block; }

.p-img__361 {
  max-width: 36.1rem;
  width: 100%;
  display: inline-block; }

.p-img__372 {
  max-width: 37.2rem;
  width: 100%;
  display: inline-block; }

.p-img__383 {
  max-width: 38.3rem;
  width: 100%;
  display: inline-block; }

.p-img__368 {
  max-width: 36.8rem;
  width: 100%;
  display: inline-block; }

.p-img__387 {
  max-width: 38.7rem;
  width: 100%;
  display: inline-block; }

.p-img__468 {
  max-width: 46.8rem;
  width: 100%;
  display: inline-block; }

.p-img__472 {
  max-width: 47.2rem;
  width: 100%;
  display: inline-block; }

.p-img__863 {
  max-width: 86.3rem;
  width: 100%;
  display: inline-block; }

.l-child {
  background: url(./images/child-bg-00.png) top center no-repeat;
  margin-top: 3.7rem;
  padding: 14.7rem 0 24rem; }
  @media (max-width: 960px) {
    .l-child {
      padding: 10rem 0 20rem; } }
  @media (max-width: 767px) {
    .l-child {
      margin-top: 3rem;
      padding: 10rem 0 20rem; } }
.l-causes {
  background: url(./images/causes-bg-00.png) top center repeat;
  padding-bottom: 5.8rem;
  padding-top: 0.1rem; }
.l-treatment {
  padding-top: 3.8rem; }
  @media (max-width: 767px) {
    .l-treatment {
      padding-top: 2rem; } }
.l-feature {
  isolation: isolate; }
.l-greeting {
  background: url(./images/greeting-bg.png) top center no-repeat;
  margin-top: -36.9rem;
  padding: 43.2rem 0 10.5rem; }
  @media (max-width: 960px) {
    .l-greeting {
      margin-top: 0;
      padding: 5rem 0 6rem; } }
.l-counseling {
  background: url(./images/counseling-bg-00.png) top center no-repeat;
  margin-top: -5.5rem;
  padding: 9.2rem 0 12.3rem;
  position: relative;
  z-index: 1; }
  @media (max-width: 960px) {
    .l-counseling {
      background-size: cover; } }
  @media (max-width: 767px) {
    .l-counseling {
      padding-bottom: 10rem; } }
.l-home-bottom {
  padding-top: 13rem;
  background: url(./images/gallery-bg-00.jpg) center center repeat;
  margin-top: -9rem;
  padding-bottom: 10rem;
  aspect-ratio: 1.394;
  clip-path: shape(from 0% 0%, hline to 100%, line to 100% 89.45%, curve to 47.91% 100% with 100% 89.45%/77.82% 100%, curve to 0% 89.45% with 17.99% 100%/0% 89.45%, vline to 0%, close);
  margin-bottom: -29rem; }
  @media (max-width: 767px) {
    .l-home-bottom {
      padding-top: 10rem;
      clip-path: none;
      margin-bottom: 0;
      padding-bottom: 5rem; } }

.p-sidebar {
  position: fixed;
  bottom: 17.8rem;
  right: 5.8rem;
  z-index: 9;
  max-width: 44.6rem;
  width: 100%;
  background-color: #d2b07c;
  background-image: url(./images/sidebar-bg-00.png);
  background-position: center center;
  background-repeat: repeat;
  height: 12rem;
  border: 1px solid #f4e8a6;
  border-radius: 1rem; }
  @media (max-width: 960px) {
    .p-sidebar {
      right: 1.5rem; } }
  @media (max-width: 767px) {
    .p-sidebar {
      max-width: 32rem;
      height: 8.8rem;
      bottom: 18rem; }
      .p-sidebar .p-img__246 {
        max-width: 13.6rem;
        margin-bottom: 1rem;
        width: 100%; } }
  .p-sidebar.active {
    display: none; }
  .p-sidebar:hover a {
    opacity: 1; }
  .p-sidebar:hover .p-sidebar__inner::after {
    left: 125%; }
  .p-sidebar__icon {
    cursor: pointer;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    z-index: 2; }
  .p-sidebar__inner {
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .p-sidebar__inner::after {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
      width: 50%;
      height: 100%;
      background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
      transform: skewX(-20deg);
      transition: 0.5s; }
  .p-sidebar__desc {
    display: inline-block;
    background: #f4e8a6;
    border-radius: 10rem;
    padding: 0.6rem 2rem 0.7rem;
    color: #40210F;
    font-size: var(--fs-20);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.05rem;
    margin-top: 1.5rem; }
    @media (max-width: 767px) {
      .p-sidebar__desc {
        padding: 0.4rem 0.5rem 0.5rem;
        margin-top: 0.5rem; } }
  .p-sidebar__left {
    flex: 0 0 27.7rem;
    text-align: center;
    padding-top: 1.8rem; }
    @media (max-width: 767px) {
      .p-sidebar__left {
        flex: 0 0 19.7rem;
        padding: 1rem; } }
  .p-sidebar__right {
    flex: 0 0 calc(100% - 27.7rem);
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    @media (max-width: 767px) {
      .p-sidebar__right {
        flex: 0 0 calc(100% - 19.7rem); } }
    .p-sidebar__right::before {
      content: "";
      position: absolute;
      width: 3.1rem;
      height: 3.1rem;
      border-radius: 100%;
      z-index: 0;
      background-color: #d2b07c;
      top: 50%;
      transform: translateY(-50%);
      right: 1.8rem;
      z-index: 1; }
    .p-sidebar__right::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 0.6rem solid transparent;
      border-bottom: 0.6rem solid transparent;
      border-left: 1rem solid #fff;
      top: 50%;
      transform: translateY(-50%);
      right: 2.7rem;
      z-index: 1; }
.p-home__nav {
  margin-bottom: 3.2rem;
  margin-top: -6.5rem;
  position: relative;
  z-index: 2; }
  .p-home__nav-bg {
    background-color: #fff9eb;
    border-radius: 10.5rem;
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
    padding: 2.5rem 0 2.8rem; }
    .p-home__nav-bg .p-header__menu li.menu-item-366::after {
      bottom: -1.5rem; }
  @media (max-width: 960px) {
    .p-home__nav {
      display: none; } }
.p-title__style01 {
  color: #FAC531;
  font-size: var(--fs-100);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  -webkit-text-stroke: 0.6rem #fff;
  paint-order: stroke fill;
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 1; }
  .p-title__style01::before {
    content: attr(data-text);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    pointer-events: none;
    text-shadow: 0 0.7rem 0.7rem rgba(0, 0, 0, 0.25);
    z-index: -1; }
  .p-title__style01::first-letter {
    color: #8964D3; }
.p-title__style02 {
  color: #40210F;
  font-size: var(--fs-50);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  text-shadow: 0.1rem 0 0 #fff, -0.1rem 0 0 #fff, 0 0.1rem 0 #fff, 0 -0.1rem 0 #fff, 0.2rem 0 0 #fff, -0.2rem 0 0 #fff, 0 0.2rem 0 #fff, 0 -0.2rem 0 #fff, 0.3rem 0 0 #fff, -0.3rem 0 0 #fff, 0 0.3rem 0 #fff, 0 -0.3rem 0 #fff; }
  @media (max-width: 767px) {
    .p-title__style02 br {
      display: none; } }
.p-title__yellow {
  color: #FAC531; }
.p-title__violet {
  color: #8964D3; }
.p-title__green {
  color: #8FAD38; }
.p-cl__vio {
  color: #8964D3; }
.p-btn__list {
  gap: 3rem; }
  @media (max-width: 960px) {
    .p-btn__list {
      gap: 1.5rem; } }
  @media (max-width: 767px) {
    .p-btn__list {
      gap: 0.5rem; } }
.p-btn__item {
  flex: 0 0 25rem; }
  @media (max-width: 767px) {
    .p-btn__item {
      flex: 0 0 calc((100% - 0.5rem) / 2); } }
.p-btn__style01 {
  width: 100%;
  height: 6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  background-color: #FF427E;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .p-btn__style01 {
      height: 4rem;
      border-radius: 0.5rem; } }
  .p-btn__style01::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    transition: 0.5s; }
  .p-btn__style01::before {
    content: "";
    position: absolute;
    width: 8.2rem;
    height: 7.5rem;
    top: 50%;
    transform: translateY(-50%);
    right: -1rem;
    background: url("data:image/svg+xml,%3Csvg width='63' height='60' viewBox='0 0 63 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 64.7822L0 -4.5L82 -10V64.7822H40Z' fill='white' fill-opacity='0.6'/%3E%3C/svg%3E") no-repeat center/contain;
    pointer-events: none; }
    @media (max-width: 767px) {
      .p-btn__style01::before {
        width: 5.2rem;
        height: 4.5rem; } }
  .p-btn__style01-green {
    background-color: #8FAD38; }
  .p-btn__style01-violet {
    background-color: #8964D3; }
  .p-btn__style01:hover {
    opacity: 1; }
    .p-btn__style01:hover::after {
      left: 125%; }
.p-btn__icon {
  flex: 5rem; }
  @media (max-width: 767px) {
    .p-btn__icon {
      flex: 0 0 3rem; } }
  .p-btn__icon img {
    max-width: 3.4rem;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .p-btn__icon img {
        max-width: 2.4rem; } }
.p-btn__txt {
  flex: calc(100% - (5rem + 5.5rem));
  text-align: center;
  color: #FFF;
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .p-btn__txt {
      flex: 0 0 calc(100% - (3rem + 2rem));
      font-size: var(--fs-14);
      letter-spacing: -0.15rem; } }
.p-btn__arrow {
  flex: 5.5rem; }
  @media (max-width: 767px) {
    .p-btn__arrow {
      flex: 0 0 2rem; } }
  .p-btn__arrow img {
    max-width: 4.5rem;
    width: 100%; }
    @media (max-width: 767px) {
      .p-btn__arrow img {
        max-width: 1.4rem; } }
.p-concept {
  border-radius: 6rem;
  background: url(./images/top-bg-00.jpg) top center no-repeat;
  background-size: cover;
  padding: 4.2rem 0 5rem; }
  @media (max-width: 960px) {
    .p-concept {
      padding: 5rem 0; } }
  @media (max-width: 767px) {
    .p-concept {
      border-radius: 3rem;
      background: url(./images/top-bg-00-1.png) center center/cover no-repeat; } }
  .p-concept__row {
    gap: 6.5rem; }
    @media (max-width: 960px) {
      .p-concept__row {
        gap: 0; } }
  .p-concept__left {
    flex: 85.2rem;
    padding-top: 1.5rem;
    padding-left: 6rem; }
    @media (max-width: 1440px) {
      .p-concept__left {
        flex: 0 0 65.2rem;
        padding-left: 1.5rem; } }
    @media (max-width: 960px) {
      .p-concept__left {
        flex: 100%;
        padding: 0; } }
    .p-concept__left img {
      display: inline-block;
      max-width: 70.9rem;
      width: 100%; }
  .p-concept__right {
    flex: calc(100% - (85.2rem + 6.5rem));
    padding-top: 2rem; }
    @media (max-width: 1440px) {
      .p-concept__right {
        flex: calc(100% - (65.2rem + 6.5rem)); } }
    @media (max-width: 960px) {
      .p-concept__right {
        flex: 100%;
        padding-top: 0; } }
    .p-concept__right-intro {
      color: #40210F;
      font-size: var(--fs-30);
      font-weight: 700;
      line-height: 160%;
      letter-spacing: 0;
      padding: 1.5rem 0; }
      @media (max-width: 767px) {
        .p-concept__right-intro br {
          display: none; } }
  .p-concept__inner {
    max-width: 58.3rem;
    width: 100%; }
    @media (max-width: 960px) {
      .p-concept__inner {
        max-width: 100%;
        text-align: center;
        padding: 0 1.5rem; } }
  .p-concept__title {
    color: #40210F;
    font-size: var(--fs-50);
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0;
    text-shadow: 0.1rem 0 0 #fff, -0.1rem 0 0 #fff, 0 0.1rem 0 #fff, 0 -0.1rem 0 #fff, 0.2rem 0 0 #fff, -0.2rem 0 0 #fff, 0 0.2rem 0 #fff, 0 -0.2rem 0 #fff, 0.3rem 0 0 #fff, -0.3rem 0 0 #fff, 0 0.3rem 0 #fff, 0 -0.3rem 0 #fff;
    background: url(./images/top-bg-01.png) left top/9.4rem no-repeat, url(./images/top-bg-02.png) right top/9.4rem no-repeat;
    padding: 3rem 0 2rem; }
    @media (max-width: 960px) {
      .p-concept__title {
        display: inline-block;
        padding: 3rem 10rem 2rem; } }
    @media (max-width: 767px) {
      .p-concept__title {
        background-size: 3.4rem, 3.4rem;
        background-position: center left, center right;
        padding: 1rem 3.5rem 1rem; } }
  .p-concept__desc {
    color: #454545;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0;
    max-width: 57rem;
    width: 100%;
    padding-top: 2.5rem; }
    @media (max-width: 960px) {
      .p-concept__desc {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .p-concept__desc {
        padding-top: 1.5rem; } }
  .p-concept__btn {
    padding-top: 5.5rem; }
    @media (max-width: 960px) {
      .p-concept__btn {
        padding-top: 3rem; } }
  .p-concept__img {
    display: inline-block;
    position: absolute;
    pointer-events: none;
    z-index: 1; }
    .p-concept__img img {
      width: 100%; }
  .p-concept__img01 {
    right: -2.3rem;
    top: 7.1rem; }
    @media (max-width: 960px) {
      .p-concept__img01 {
        right: unset;
        left: 2rem;
        top: 0; } }
    @media (max-width: 767px) {
      .p-concept__img01 {
        top: -3rem; } }
    .p-concept__img01 img {
      max-width: 10.3rem; }
      @media (max-width: 767px) {
        .p-concept__img01 img {
          max-width: 3.3rem; } }
  .p-concept__img02 {
    bottom: 1.2rem;
    right: -12rem; }
    @media (max-width: 1440px) {
      .p-concept__img02 {
        margin-right: 1.5rem; } }
    @media (max-width: 960px) {
      .p-concept__img02 {
        right: 0;
        bottom: -5rem; } }
    .p-concept__img02 img {
      max-width: 10.1rem; }
      @media (max-width: 767px) {
        .p-concept__img02 img {
          max-width: 3.1rem; } }
.p-child .p-title__style02 {
  padding-bottom: 11rem; }
  @media (max-width: 960px) {
    .p-child .p-title__style02 {
      padding-bottom: 6.5rem; } }
.p-child__title {
  position: absolute;
  bottom: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background-color: #FAC531;
  max-width: 34.5rem;
  transition: ease all 0.35s;
  color: #40210F;
  font-size: var(--fs-22);
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0;
  padding-bottom: 0.2rem; }
  @media (max-width: 960px) {
    .p-child__title {
      height: 4.8rem;
      bottom: 3rem; } }
  @media (max-width: 767px) {
    .p-child__title {
      height: 4rem;
      bottom: 2rem; } }
.p-child__row {
  gap: 4rem 11.2rem; }
  @media (max-width: 960px) {
    .p-child__row {
      gap: 2rem; } }
.p-child__item {
  flex: 0 0 38.6rem;
  position: relative;
  z-index: 1; }
  @media (max-width: 960px) {
    .p-child__item {
      flex: 0 0 calc((100% - 4rem) / 3); } }
  @media (max-width: 767px) {
    .p-child__item {
      flex: 0 0 calc((100% - 2rem) / 2); } }
  .p-child__item:hover a {
    opacity: 1; }
    .p-child__item:hover a .p-child__title {
      background-color: #FF427E;
      color: #FFF; }
.p-child__img img {
  max-width: 39.7rem;
  width: 100%;
  margin: 0 auto; }
.p-child__icon {
  display: inline-block;
  position: absolute;
  top: -3.9rem;
  left: -2.1rem;
  z-index: 1;
  pointer-events: none; }
  .p-child__icon img {
    max-width: 13.9rem;
    width: 100%; }
    @media (max-width: 767px) {
      .p-child__icon img {
        max-width: 8rem; } }
.p-causes__bg {
  background: url(./images/causes-bg-01.png) top center/cover repeat;
  border-radius: 6rem;
  position: relative;
  z-index: 1;
  padding: 1.8rem;
  margin-top: -11.7rem; }
  @media (max-width: 960px) {
    .p-causes__bg {
      border-radius: 3rem; } }
@media (max-width: 767px) {
  .p-causes__intro {
    padding-left: 0;
    padding-right: 0; } }
.p-causes__intro-title {
  color: #40210F;
  font-size: var(--fs-50);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  max-width: 95.6rem;
  width: 100%;
  margin: 0 auto;
  height: 14.6rem;
  display: block;
  position: relative;
  z-index: 1;
  background: url(./images/causes-bg-02.png) bottom center/95.6rem no-repeat;
  padding-top: 2.5rem;
  margin-top: -6.5rem; }
  @media (max-width: 960px) {
    .p-causes__intro-title {
      background-size: 66.6rem;
      height: 11.6rem; } }
  @media (max-width: 767px) {
    .p-causes__intro-title {
      height: auto;
      background: #76DDD8;
      border-radius: 1.5rem;
      padding: 1rem;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      -webkit-text-stroke: 0.3rem #fff;
      paint-order: stroke fill;
      line-height: 120%; } }
  .p-causes__intro-title span {
    position: relative;
    z-index: 2; }
  .p-causes__intro-title::before {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    top: 2.5rem;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    color: transparent;
    -webkit-text-stroke: 1.2rem rgba(255, 255, 255, 0.31);
    white-space: nowrap; }
    @media (max-width: 767px) {
      .p-causes__intro-title::before {
        content: none; } }
  .p-causes__intro-title::after {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    top: 2.5rem;
    transform: translateX(-50%);
    z-index: 0;
    width: 100%;
    color: transparent;
    white-space: nowrap;
    text-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.25); }
    @media (max-width: 767px) {
      .p-causes__intro-title::after {
        content: none; } }
.p-causes__intro-desc {
  max-width: 95.6rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 1.5rem 0 2.8rem; }
  @media (max-width: 767px) {
    .p-causes__intro-desc {
      padding-bottom: 1.5rem; } }
.p-causes__row {
  gap: 5.8rem;
  padding-top: 4.2rem;
  align-items: stretch; }
  @media (max-width: 960px) {
    .p-causes__row {
      gap: 3rem; } }
.p-causes__item {
  flex: 1;
  border-radius: 6rem;
  background-image: url(./images/causes-bg-04.png);
  background-position: center center;
  background-size: cover;
  padding: 3rem; }
  @media (max-width: 960px) {
    .p-causes__item {
      flex: 100%; } }
  @media (max-width: 767px) {
    .p-causes__item {
      padding: 1.5rem;
      border-radius: 3rem; } }
  .p-causes__item:last-child {
    background-image: url(./images/causes-bg-05.png); }
    .p-causes__item:last-child .p-causes__item-btn {
      padding-top: 3.5rem; }
      @media (max-width: 767px) {
        .p-causes__item:last-child .p-causes__item-btn {
          padding-top: 2rem; } }
    .p-causes__item:last-child .p-causes__item-title {
      background-image: url(./images/causes-bg-07.png); }
  .p-causes__item-inner {
    background-color: #FFF;
    height: 100%;
    border-radius: 6rem;
    padding: 4rem 3.5rem 4.5rem 3.5rem; }
    @media (max-width: 767px) {
      .p-causes__item-inner {
        border-radius: 3rem;
        padding: 2rem 1.5rem; } }
  .p-causes__item-title {
    color: #40210F;
    font-size: var(--fs-30);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0;
    padding-bottom: 3.5rem;
    margin-bottom: 3rem;
    background-image: url(./images/causes-bg-06.png);
    background-position: center bottom;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .p-causes__item-title {
        padding-bottom: 1.5rem; } }
  .p-causes__item-row {
    gap: 2rem; }
  .p-causes__item-left {
    flex: 33.4rem; }
    @media (max-width: 1440px) {
      .p-causes__item-left {
        flex: 25.4rem; } }
    @media (max-width: 767px) {
      .p-causes__item-left {
        flex: 100%; } }
    .p-causes__item-left img {
      border-radius: 6rem; }
      @media (max-width: 960px) {
        .p-causes__item-left img {
          border-radius: 2rem; } }
  .p-causes__item-right {
    flex: calc(100% - (2rem + 33.4rem)); }
    @media (max-width: 1440px) {
      .p-causes__item-right {
        flex: calc(100% - (2rem + 25.4rem)); } }
    @media (max-width: 767px) {
      .p-causes__item-right {
        flex: 100%; } }
  .p-causes__item-btn {
    padding-top: 6.5rem; }
    @media (max-width: 767px) {
      .p-causes__item-btn {
        padding-top: 2rem; } }
.p-treatment__banner {
  position: relative;
  z-index: 1;
  height: 64rem; }
  @media (max-width: 960px) {
    .p-treatment__banner {
      height: 40rem; } }
  .p-treatment__banner-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: inset(0); }
  .p-treatment__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    inset: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .p-treatment__banner img {
        object-position: 59%; } }
.p-treatment__content {
  position: relative;
  z-index: 1;
  background: url(./images/treatment-bg-01.png) top center repeat;
  padding-top: 5rem; }
  @media (max-width: 767px) {
    .p-treatment__content {
      padding-bottom: 2rem; } }
  .p-treatment__content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2.9rem;
    background: url(./images/treatment-bg-00.png) top center repeat;
    inset: 0;
    z-index: -1;
    pointer-events: none; }
  .p-treatment__content .p-title__style02 {
    line-height: 110%;
    padding-bottom: 1.6rem; }
    @media (max-width: 767px) {
      .p-treatment__content .p-title__style02 {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
.p-treatment__row {
  align-items: stretch; }
.p-treatment__item {
  background-color: #f5f6fc;
  flex: 1;
  padding: 4.5rem 0; }
  @media (max-width: 960px) {
    .p-treatment__item {
      padding: 10rem 1.5rem 5rem;
      flex: 100%; } }
  @media (max-width: 767px) {
    .p-treatment__item {
      padding-top: 5rem; } }
  .p-treatment__item:first-child {
    padding-right: 3.5rem; }
    @media (max-width: 960px) {
      .p-treatment__item:first-child {
        padding-right: 1.5rem; } }
  .p-treatment__item:last-child {
    background-color: #e3e6eb;
    padding-left: 3.5rem; }
    @media (max-width: 960px) {
      .p-treatment__item:last-child {
        padding-left: 1.5rem; } }
    .p-treatment__item:last-child .p-treatment__title {
      margin-left: 6.5rem;
      margin-right: auto; }
      @media (max-width: 1440px) {
        .p-treatment__item:last-child .p-treatment__title {
          margin-left: 4.1rem; } }
      @media (max-width: 960px) {
        .p-treatment__item:last-child .p-treatment__title {
          margin-left: auto; } }
    .p-treatment__item:last-child .p-treatment__title-number {
      background: url(./images/treatment-bg-06.png) bottom center/24.3rem no-repeat;
      margin-right: 4.5rem; }
      @media (max-width: 767px) {
        .p-treatment__item:last-child .p-treatment__title-number {
          background-size: contain;
          margin-right: 1.5rem; } }
      .p-treatment__item:last-child .p-treatment__title-number strong {
        color: #FFF;
        margin-right: 0; }
      .p-treatment__item:last-child .p-treatment__title-number--01 {
        color: #FFF; }
.p-treatment__title {
  max-width: 61.2rem;
  width: 100%;
  height: 10.6rem;
  background-color: #FAC531;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 6.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.2rem;
  color: #40210F;
  font-size: var(--fs-40);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0; }
  @media (max-width: 1440px) {
    .p-treatment__title {
      max-width: 55.2rem;
      margin-right: 4.1rem; } }
  @media (max-width: 960px) {
    .p-treatment__title {
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .p-treatment__title {
      border-radius: 1rem;
      height: auto;
      padding-top: 1.5rem; } }
  .p-treatment__title::before {
    content: "";
    position: absolute;
    width: 3.8rem;
    height: 100%;
    background: url(./images/treatment-bg-02-left.png) center left/contain no-repeat;
    top: 0;
    left: -3.7rem;
    z-index: 1; }
    @media (max-width: 767px) {
      .p-treatment__title::before {
        content: none; } }
  .p-treatment__title::after {
    content: "";
    position: absolute;
    width: 3.8rem;
    height: 100%;
    background: url(./images/treatment-bg-02-left.png) center left/contain no-repeat;
    top: 0;
    right: -3.6rem;
    z-index: 1;
    transform: rotate(-180deg); }
    @media (max-width: 767px) {
      .p-treatment__title::after {
        content: none; } }
  @media (max-width: 767px) {
    .p-treatment__title-txt {
      padding-bottom: 1.5rem; } }
  .p-treatment__title-number {
    display: inline-block;
    width: 24.4rem;
    height: 18rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: url(./images/treatment-bg-03.png) bottom center/contain no-repeat;
    color: #0b5e5a;
    font-size: var(--fs-50);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: -7.3rem;
    margin-right: 0.5rem; }
    @media (max-width: 767px) {
      .p-treatment__title-number {
        width: 11.4rem;
        height: 8rem;
        font-size: 2rem;
        margin-top: -3.9rem;
        padding-bottom: 1rem; } }
    .p-treatment__title-number--01 {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: -1.5rem; }
    .p-treatment__title-number strong {
      font-size: var(--fs-120);
      display: inline-block;
      vertical-align: middle;
      line-height: 100%;
      margin-right: -2.8rem; }
      @media (max-width: 767px) {
        .p-treatment__title-number strong {
          font-size: 4rem;
          margin-right: -1rem; } }
.p-treatment__rows {
  position: relative;
  z-index: 1; }
  .p-treatment__rows .p-title__style02 {
    padding: 1.8rem 0 1rem; }
    @media (max-width: 960px) {
      .p-treatment__rows .p-title__style02 {
        padding-top: 3rem; } }
  .p-treatment__rows .p-treatment__list {
    padding-top: 2.5rem; }
    @media (max-width: 960px) {
      .p-treatment__rows .p-treatment__list {
        padding-top: 2rem; } }
.p-treatment__left {
  flex: calc(100% - 52.2rem);
  position: absolute;
  z-index: 0;
  left: -18rem;
  top: -4rem;
  background: url(./images/treatment-bg-04.png) bottom left -8rem/63.3rem no-repeat;
  padding-bottom: 7rem; }
  @media (max-width: 1440px) {
    .p-treatment__left {
      top: -1rem;
      background-size: 53.3rem; } }
  @media (max-width: 960px) {
    .p-treatment__left {
      position: relative;
      inset: 0;
      background-position: center;
      width: 100%;
      padding-bottom: 2rem; } }
  @media (max-width: 767px) {
    .p-treatment__left {
      background-size: contain; } }
  .p-treatment__left img {
    width: 100%;
    max-width: 62.2rem; }
    @media (max-width: 1440px) {
      .p-treatment__left img {
        max-width: 50.2rem; } }
    @media (max-width: 960px) {
      .p-treatment__left img {
        margin: 0 auto; } }
.p-treatment__right {
  flex: 100%;
  margin-left: auto;
  margin-right: 0;
  max-width: 52.2rem; }
  @media (max-width: 1440px) {
    .p-treatment__right {
      max-width: 38.2rem; } }
  @media (max-width: 960px) {
    .p-treatment__right {
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 767px) {
    .p-treatment__right p {
      letter-spacing: 0; } }
.p-treatment__list {
  font-size: 0;
  margin: 0 -1rem;
  padding-top: 7.2rem; }
  @media (max-width: 960px) {
    .p-treatment__list {
      margin: 0 -0.5rem; } }
.p-treatment__tags {
  display: inline-block;
  margin: 1rem; }
  @media (max-width: 960px) {
    .p-treatment__tags {
      margin: 0.5rem; } }
  .p-treatment__tags a {
    display: inline-block;
    background-color: #FAC531;
    border-radius: 1rem;
    padding: 1.5rem 4.8rem 1.5rem 2rem;
    line-height: 138%;
    font-size: var(--fs-18);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: ease all 0.35s; }
    @media (max-width: 767px) {
      .p-treatment__tags a {
        padding: 0.7rem 3.5rem 0.7rem 1rem; } }
    .p-treatment__tags a:hover {
      opacity: 1; }
      .p-treatment__tags a:hover::after {
        left: 125%; }
    .p-treatment__tags a::after {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
      width: 50%;
      height: 100%;
      background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
      transform: skewX(-20deg);
      transition: 0.5s; }
    .p-treatment__tags a::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 0.8rem solid transparent;
      border-bottom: 0.8rem solid transparent;
      border-left: 1.5rem solid #40210F;
      top: 50%;
      transform: translateY(-50%);
      right: 1.4rem;
      z-index: 1;
      pointer-events: none; }
      @media (max-width: 767px) {
        .p-treatment__tags a::before {
          right: 1rem;
          border-top: 0.4rem solid transparent;
          border-bottom: 0.4rem solid transparent;
          border-left: 0.8rem solid #40210F; } }
  .p-treatment__tags-violet a {
    background-color: #8964D3;
    color: #FFF; }
    .p-treatment__tags-violet a::before {
      border-left: 1.5rem solid #fff; }
      @media (max-width: 767px) {
        .p-treatment__tags-violet a::before {
          border-left: 0.8rem solid #fff; } }
  .p-treatment__tags-green a {
    background-color: #8FAD38;
    color: #FFF; }
    .p-treatment__tags-green a::before {
      border-left: 1.5rem solid #fff; }
      @media (max-width: 767px) {
        .p-treatment__tags-green a::before {
          border-left: 0.8rem solid #fff; } }
  .p-treatment__tags-pink a {
    background-color: #FF427E;
    color: #FFF; }
    .p-treatment__tags-pink a::before {
      border-left: 1.5rem solid #fff; }
      @media (max-width: 767px) {
        .p-treatment__tags-pink a::before {
          border-left: 0.8rem solid #fff; } }
.p-treatment__col {
  position: relative;
  z-index: 1; }
  .p-treatment__col-inner {
    max-width: 52.2rem;
    width: 100%; }
    @media (max-width: 1440px) {
      .p-treatment__col-inner {
        max-width: 38.2rem; } }
    @media (max-width: 960px) {
      .p-treatment__col-inner {
        max-width: 100%; } }
  .p-treatment__col-txt {
    max-width: 62.5rem;
    width: 100%; }
    @media (max-width: 1440px) {
      .p-treatment__col-txt {
        max-width: 58.5rem; } }
    @media (max-width: 960px) {
      .p-treatment__col-txt {
        max-width: 100%; } }
  .p-treatment__col-img {
    max-width: 38.5rem;
    width: 100%;
    position: absolute;
    padding-right: 1.2rem;
    top: -12.8rem;
    right: 0;
    z-index: -1;
    background: url(./images/treatment-bg-05.png) top right -38rem/67.8rem no-repeat;
    padding-top: 14.5rem; }
    @media (max-width: 1440px) {
      .p-treatment__col-img {
        max-width: 29.5rem;
        background-size: 62.8rem; } }
    @media (max-width: 960px) {
      .p-treatment__col-img {
        max-width: 100%;
        position: relative;
        inset: 0;
        background-position: center;
        padding: 0;
        text-align: center;
        background-size: 48.8rem; }
        .p-treatment__col-img img {
          margin: 0 auto; } }
    @media (max-width: 767px) {
      .p-treatment__col-img {
        background-size: contain; } }
.p-feature__desc {
  max-width: 58.1rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 3rem; }
  @media (max-width: 960px) {
    .p-feature__desc {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .p-feature__desc {
      padding-top: 1.5rem;
      letter-spacing: 0; } }
  @media (max-width: 334px) {
    .p-feature__desc br.u-br__767 {
      display: none; } }
.p-feature__imgsp {
  display: none; }
  @media (max-width: 960px) {
    .p-feature__imgsp {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.5rem; }
      .p-feature__imgsp li {
        flex: 0 0 calc((100% - 1.5rem) / 2); } }
.p-feature__btn {
  padding-top: 6rem; }
  @media (max-width: 1440px) {
    .p-feature__btn {
      padding-top: 3rem; } }
.p-feature__title {
  color: #40210F;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  height: 13.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2.8rem;
  margin-top: -3.2rem; }
  @media (max-width: 960px) {
    .p-feature__title {
      margin-top: 0;
      padding-left: 8rem;
      padding-right: 8rem;
      display: inline-block;
      height: auto;
      padding-top: 5rem;
      margin-bottom: 3rem; } }
  @media (max-width: 767px) {
    .p-feature__title {
      padding: 2.5rem 3rem 0 3rem;
      margin-bottom: 2rem; } }
  .p-feature__title::before {
    content: "";
    position: absolute;
    width: 9.5rem;
    height: 13.4rem;
    background: url(./images/feature-icon-01.png) center left/9.5rem no-repeat;
    left: 0;
    top: 0;
    pointer-events: none; }
    @media (max-width: 960px) {
      .p-feature__title::before {
        width: 6.5rem;
        height: 10.4rem;
        background-size: 6.5rem; } }
    @media (max-width: 767px) {
      .p-feature__title::before {
        width: 2.5rem;
        height: 7.4rem;
        background-size: 2.5rem; } }
  .p-feature__title::after {
    content: "";
    position: absolute;
    width: 9.5rem;
    height: 13.4rem;
    background: url(./images/feature-icon-02.png) center left/9.5rem no-repeat;
    right: 0;
    top: 0;
    pointer-events: none; }
    @media (max-width: 960px) {
      .p-feature__title::after {
        width: 6.5rem;
        height: 10.4rem;
        background-size: 6.5rem; } }
    @media (max-width: 767px) {
      .p-feature__title::after {
        width: 2.5rem;
        height: 7.4rem;
        background-size: 2.5rem; } }
  .p-feature__title--violet::before {
    background: url(./images/feature-icon-03.png) center left/9.5rem no-repeat; }
    @media (max-width: 960px) {
      .p-feature__title--violet::before {
        background-size: 6.5rem; } }
    @media (max-width: 767px) {
      .p-feature__title--violet::before {
        background-size: 2.5rem; } }
  .p-feature__title--violet::after {
    background: url(./images/feature-icon-04.png) center left/9.5rem no-repeat; }
    @media (max-width: 960px) {
      .p-feature__title--violet::after {
        background-size: 6.5rem; } }
    @media (max-width: 767px) {
      .p-feature__title--violet::after {
        background-size: 2.5rem; } }
  .p-feature__title--green::before {
    background: url(./images/feature-icon-05.png) center left/9.5rem no-repeat; }
    @media (max-width: 960px) {
      .p-feature__title--green::before {
        background-size: 6.5rem; } }
    @media (max-width: 767px) {
      .p-feature__title--green::before {
        background-size: 2.5rem; } }
  .p-feature__title--green::after {
    background: url(./images/feature-icon-06.png) center left/9.5rem no-repeat; }
    @media (max-width: 960px) {
      .p-feature__title--green::after {
        background-size: 6.5rem; } }
    @media (max-width: 767px) {
      .p-feature__title--green::after {
        background-size: 2.5rem; } }
  .p-feature__title--sky::before {
    background: url(./images/feature-icon-07.png) center left/9.5rem no-repeat; }
    @media (max-width: 960px) {
      .p-feature__title--sky::before {
        background-size: 6.5rem; } }
    @media (max-width: 767px) {
      .p-feature__title--sky::before {
        background-size: 2.5rem; } }
  .p-feature__title--sky::after {
    background: url(./images/feature-icon-08.png) center left/9.5rem no-repeat; }
    @media (max-width: 960px) {
      .p-feature__title--sky::after {
        background-size: 6.5rem; } }
    @media (max-width: 767px) {
      .p-feature__title--sky::after {
        background-size: 2.5rem; } }
.p-feature__top {
  padding-top: 6.2rem;
  background: url(./images/feature-bg-00.jpg) top left/cover no-repeat;
  position: relative; }
  @media (max-width: 767px) {
    .p-feature__top .p-title__style02 {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (max-width: 960px) {
    .p-feature__top {
      padding-top: 5rem; }
      .p-feature__top .l-grid-1740 {
        padding-left: 0;
        padding-right: 0; } }
  .p-feature__top-94 {
    max-width: 9.4rem;
    width: 100%; }
  .p-feature__top-126 {
    max-width: 12.6rem;
    width: 100%; }
  .p-feature__top-head {
    padding-bottom: 7.5rem; }
    @media (max-width: 960px) {
      .p-feature__top-head {
        padding-bottom: 3rem; } }
    .p-feature__top-head .p-title__style01 {
      padding-bottom: 2rem; }
  .p-feature__top-item01 {
    position: relative;
    z-index: 1;
    height: 68.7rem;
    gap: 3.5rem;
    background-image: url(./images/feature-bg-02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 174.6rem; }
    @media (max-width: 1440px) {
      .p-feature__top-item01 {
        background-size: contain; } }
    @media (max-width: 960px) {
      .p-feature__top-item01 {
        background-size: cover;
        padding: 0 1.5rem 5rem;
        height: auto; } }
  .p-feature__top-left01 {
    flex: 81.8rem;
    padding-top: 5rem; }
    @media (max-width: 1440px) {
      .p-feature__top-left01 {
        flex: 61.8rem; } }
    @media (max-width: 960px) {
      .p-feature__top-left01 {
        display: none; } }
    .p-feature__top-left01 img {
      max-width: 69.1rem;
      width: 100%;
      margin-left: auto;
      margin-right: 0; }
  .p-feature__top-right01 {
    flex: calc(100% - (81.8rem + 3.5rem)); }
    @media (max-width: 1440px) {
      .p-feature__top-right01 {
        flex: calc(100% - (61.8rem + 3.5rem)); } }
    @media (max-width: 960px) {
      .p-feature__top-right01 {
        flex: 0 0 100%;
        text-align: center; } }
  .p-feature__top-inner {
    max-width: 74.3rem;
    width: 100%; }
  .p-feature__top-item02 {
    position: relative;
    z-index: 1;
    height: 65.3rem;
    gap: 3.5rem;
    background-image: url(./images/feature-bg-05.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 4rem;
    background-size: 174.4rem; }
    @media (max-width: 1440px) {
      .p-feature__top-item02 {
        background-size: contain; } }
    @media (max-width: 960px) {
      .p-feature__top-item02 {
        background-size: cover;
        height: auto;
        padding: 0 1.5rem 5rem; } }
    .p-feature__top-item02 .p-feature__top-meta {
      margin-top: 0;
      padding-top: 3rem; }
  .p-feature__top-left02 {
    flex: 82rem; }
    @media (max-width: 1440px) {
      .p-feature__top-left02 {
        flex: calc(100% - (61.8rem + 3.5rem)); } }
    @media (max-width: 960px) {
      .p-feature__top-left02 {
        flex: 100%;
        text-align: center; } }
    .p-feature__top-left02 .p-feature__top-inner {
      margin-left: auto;
      margin-right: 0; }
    .p-feature__top-left02 .p-feature__top-meta {
      justify-content: flex-end;
      padding-right: 13.2rem; }
      @media (max-width: 960px) {
        .p-feature__top-left02 .p-feature__top-meta {
          padding: 0;
          justify-content: center; } }
      .p-feature__top-left02 .p-feature__top-meta--txt {
        order: -1; }
  .p-feature__top-right02 {
    flex: calc(100% - (82rem + 3.5rem));
    margin-top: -4rem; }
    @media (max-width: 1440px) {
      .p-feature__top-right02 {
        flex: 61.8rem; } }
    @media (max-width: 960px) {
      .p-feature__top-right02 {
        display: none; } }
  .p-feature__top-meta {
    gap: 2.5rem;
    padding-left: 14.5rem;
    margin-top: -2.8rem; }
    @media (max-width: 960px) {
      .p-feature__top-meta {
        padding: 0;
        margin-top: 0;
        justify-content: center;
        margin-bottom: 2rem; } }
    @media (max-width: 767px) {
      .p-feature__top-meta {
        gap: 1rem; } }
    .p-feature__top-meta--txt {
      flex: 0 0 17.4rem;
      height: 17.8rem;
      position: relative;
      z-index: 1;
      overflow: hidden;
      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(--fs-22);
      font-weight: 700;
      line-height: 100%;
      letter-spacing: 0;
      aspect-ratio: 0.978;
      clip-path: shape(from 72.48% 88.34%, curve to 59.69% 100% with 70.69% 96.01%/63.21% 99.31%, curve to 59.69% 93.79% with 62.56% 96.08%/60.89% 94.23%, curve to 48.25% 93.79% with 55.03% 98.15%/50.12% 95.61%, curve to 33.45% 96.3% with 43.77% 98.15%/36.51% 97.28%, curve to 17.41% 83.88% with 23.85% 97.69%/18.75% 88.6%, curve to 4.73% 74.29% with 9.06% 83.09%/5.48% 77.16%, curve to 2.38% 51.3% with -0.92% 71.33%/0.81% 57.73%, curve to 2.38% 33% with -1.93% 43.2%/0.58% 35.72%, curve to 11.8% 16.33% with 1.93% 24.72%/8.47% 18.44%, curve to 31.65% 5.22% with 15.48% 5.79%/26.57% 4.53%, curve to 56.1% 2.06% with 37.93% -2.36%/50.57% -0.05%, curve to 83.58% 14.7% with 71.54% -4.48%/80.86% 7.76%, curve to 95.14% 33% with 94.53% 15.57%/95.85% 27.26%, curve to 98.95% 49.01% with 100.43% 36.4%/99.89% 45.09%, curve to 95.14% 65.36% with 102% 55.12%/97.68% 62.45%, curve to 85.72% 77.99% with 95.41% 73.11%/88.97% 77.01%, curve to 72.48% 88.34% with 85.18% 84.36%/76.67% 87.54%, close); }
      @media (max-width: 767px) {
        .p-feature__top-meta--txt {
          flex: 0 0 11.4rem;
          height: 11.8rem; } }
      .p-feature__top-meta--txt strong {
        display: block;
        color: #FFF;
        font-size: var(--fs-120);
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0;
        margin-top: -1.2rem; }
        @media (max-width: 767px) {
          .p-feature__top-meta--txt strong {
            margin-top: 0; } }
      .p-feature__top-meta--txt_pink {
        background: #FF427E; }
        .p-feature__top-meta--txt_pink::before {
          background: rgba(255, 66, 126, 0.14); }
      .p-feature__top-meta--txt_violet {
        background-color: #8964D3; }
        .p-feature__top-meta--txt_violet::before {
          background: rgba(137, 100, 211, 0.14); }
      .p-feature__top-meta--txt_green {
        background-color: #8FAD38; }
        .p-feature__top-meta--txt_green::before {
          background: rgba(143, 173, 56, 0.14); }
      .p-feature__top-meta--txt_sky {
        background-color: #76DDD8; }
        .p-feature__top-meta--txt_sky::before {
          background: rgba(118, 221, 216, 0.14); }
      .p-feature__top-meta--txt::before {
        content: "";
        position: absolute;
        width: 16.6rem;
        height: 14.7rem;
        aspect-ratio: 1.133;
        clip-path: shape(from 0% 65.42%, curve to 100% 0% with 32.33% 43.95%/97.59% 0.82%, curve to 97.29% 53.58% with 99.4% 11.83%/98.01% 39.11%, curve to 75.6% 89.42% with 96.39% 71.67%/78.01% 85.32%, curve to 16.27% 100% with 73.67% 92.7%/35.24% 97.84%, line to 0% 65.42%, close);
        bottom: -2rem;
        right: 0;
        z-index: 1;
        pointer-events: none; }
    .p-feature__top-meta--img {
      padding-top: 0.8rem; }
  .p-feature__top-item03 {
    background: url(./images/feature-bg-06.png) top center/contain no-repeat;
    gap: 5rem;
    margin-top: 7.5rem; }
    @media (max-width: 960px) {
      .p-feature__top-item03 {
        margin-top: 5rem;
        gap: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 5rem;
        background-size: cover; } }
  .p-feature__top-left03 {
    flex: 48.8rem; }
    @media (max-width: 1440px) {
      .p-feature__top-left03 {
        flex: 30rem; } }
    @media (max-width: 960px) {
      .p-feature__top-left03 {
        display: none; } }
    .p-feature__top-left03 img {
      margin-left: auto;
      margin-right: 0; }
  .p-feature__top-mid03 {
    flex: calc(100% - (10rem + 48.8rem + 47.6rem)); }
    @media (max-width: 1440px) {
      .p-feature__top-mid03 {
        flex: calc(100% - (10rem + 30rem + 30rem)); } }
    @media (max-width: 960px) {
      .p-feature__top-mid03 {
        flex: 100%;
        text-align: center; } }
  .p-feature__top-right03 {
    flex: 47.6rem;
    padding-top: 18.8rem; }
    @media (max-width: 1440px) {
      .p-feature__top-right03 {
        flex: 30rem; } }
    @media (max-width: 960px) {
      .p-feature__top-right03 {
        display: none; } }
  .p-feature__top-472 {
    max-width: 47.2rem;
    width: 100%; }
  .p-feature__top-468 {
    max-width: 46.8rem;
    width: 100%; }
  .p-feature__top-112 {
    max-width: 11.2rem;
    width: 100%; }
  .p-feature__top-123 {
    max-width: 12.3rem;
    width: 100%; }
  .p-feature__top-103 {
    max-width: 10.3rem;
    width: 100%; }
.p-feature__bottom {
  background: url(./images/feature-bg-01.png) bottom center no-repeat;
  padding: 6.8rem 0 11.6rem;
  background-size: 192rem; }
  @media (max-width: 960px) {
    .p-feature__bottom {
      background: none;
      padding: 0; } }
  .p-feature__bottom-content {
    padding-top: 3.5rem;
    max-width: 74rem;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .p-feature__bottom-content {
        max-width: 100%;
        text-align: center; } }
    @media (max-width: 767px) {
      .p-feature__bottom-content {
        padding-top: 0; } }
  .p-feature__bottom-btn {
    padding-top: 5.2rem; }
    @media (max-width: 960px) {
      .p-feature__bottom-btn {
        padding-top: 3rem; } }
  .p-feature__bottom .p-feature__title {
    padding-bottom: 1.2rem; }
    @media (max-width: 960px) {
      .p-feature__bottom .p-feature__title {
        padding-top: 3rem; } }
    @media (max-width: 767px) {
      .p-feature__bottom .p-feature__title {
        padding-top: 2rem; }
        .p-feature__bottom .p-feature__title br {
          display: none; } }
  .p-feature__bottom-left {
    flex: 50%; }
    @media (max-width: 960px) {
      .p-feature__bottom-left {
        flex: 0 0 100%;
        background: #c7ecea;
        padding: 5rem 0; } }
    .p-feature__bottom-left .p-feature__top-meta {
      margin-top: 0;
      padding-left: 27rem; }
      @media (max-width: 1440px) {
        .p-feature__bottom-left .p-feature__top-meta {
          padding-left: 18rem; } }
      @media (max-width: 960px) {
        .p-feature__bottom-left .p-feature__top-meta {
          padding-left: 0; } }
      .p-feature__bottom-left .p-feature__top-meta--txt {
        order: -1; }
  .p-feature__bottom-right {
    flex: 50%; }
    @media (max-width: 960px) {
      .p-feature__bottom-right {
        flex: 0 0 100%;
        background: #b8a2e5;
        padding: 5rem 0; } }
    .p-feature__bottom-right .p-feature__top-meta {
      margin-top: 0;
      padding-left: 16.8rem; }
      @media (max-width: 960px) {
        .p-feature__bottom-right .p-feature__top-meta {
          padding-left: 0; } }
  .p-feature__bottom-inner {
    max-width: 82.3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
    margin: 0 auto; }
.p-greeting .p-title__style01 {
  padding-bottom: 2.3rem; }
.p-greeting__row {
  gap: 5.5rem; }
  @media (max-width: 960px) {
    .p-greeting__row {
      gap: 3rem; } }
.p-greeting__left {
  flex: 85rem;
  padding-top: 16.5rem; }
  @media (max-width: 1440px) {
    .p-greeting__left {
      flex: 65rem; } }
  @media (max-width: 960px) {
    .p-greeting__left {
      flex: 100%;
      padding-top: 0; } }
.p-greeting__right {
  flex: calc(100% - (5.5rem + 85rem));
  margin-top: -11.5rem; }
  @media (max-width: 1440px) {
    .p-greeting__right {
      flex: calc(100% - (5.5rem + 65rem)); } }
  @media (max-width: 960px) {
    .p-greeting__right {
      flex: 100%;
      margin-top: 0;
      order: -1;
      text-align: center;
      padding-top: 3rem; }
      .p-greeting__right .p-img__863 {
        max-width: 46rem; } }
.p-greeting__inner {
  max-width: 63.5rem;
  padding-left: 1.5rem;
  margin-left: auto;
  margin-right: 0; }
  @media (max-width: 1440px) {
    .p-greeting__inner {
      max-width: 100%;
      padding-right: 1.5rem; } }
  @media (max-width: 960px) {
    .p-greeting__inner {
      padding: 0; } }
  .p-greeting__inner .p-btn__style01-green .p-btn__txt {
    letter-spacing: -0.35rem; }
.p-greeting__name {
  display: inline-block;
  width: 20.6rem;
  height: 20.6rem;
  text-align: center;
  padding-top: 6.5rem;
  background: url(./images/greeting-bg-01.png) center center/contain no-repeat;
  position: absolute;
  top: 19.8rem;
  left: 2.3rem;
  z-index: 1; }
  @media (max-width: 1440px) {
    .p-greeting__name {
      top: 13.8rem;
      left: -2.7rem; } }
  @media (max-width: 960px) {
    .p-greeting__name {
      top: 3.8rem;
      left: 5rem;
      width: 18.6rem;
      height: 18.6rem; } }
  @media (max-width: 767px) {
    .p-greeting__name {
      top: 0;
      left: 0;
      width: 12.6rem;
      height: 12.6rem;
      padding-top: 3rem; }
      .p-greeting__name p {
        text-align: center;
        letter-spacing: 0; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .p-greeting__name p .u-spac {
        display: block; } }

  .p-greeting__name-txt {
    color: #FFF;
    font-size: var(--fs-30);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25); }
  .p-greeting__name p {
    color: #FFF; }
.p-counseling__banner {
  gap: 6rem;
  padding-bottom: 2.5rem; }
  @media (max-width: 960px) {
    .p-counseling__banner {
      gap: 2rem;
      max-width: 80%;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .p-counseling__banner {
      max-width: 100%;
      justify-content: center; } }
  .p-counseling__banner li {
    flex: 1; }
    @media (max-width: 960px) {
      .p-counseling__banner li {
        flex: 0 0 100%; } }
    .p-counseling__banner li:last-child .p-counseling__item {
      background-color: #76DDD8; }
    .p-counseling__banner li:last-child .p-counseling__item-right::before {
      background-color: #76DDD8; }
.p-counseling__item {
  background-color: #8964D3;
  border-radius: 1rem;
  align-items: center;
  overflow: hidden;
  background-image: url(./images/counseling-bg-03.png);
  background-repeat: no-repeat;
  background-position: center left 2rem;
  background-size: 13.7rem;
  position: relative;
  z-index: 1; }
  .p-counseling__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    transition: 0.5s; }
  .p-counseling__item:hover {
    opacity: 1; }
    .p-counseling__item:hover::after {
      left: 125%; }
  .p-counseling__item-left {
    flex: 0 0 36.6rem;
    text-align: center; }
    @media (max-width: 767px) {
      .p-counseling__item-left {
        flex: 0 0 60%;
        padding: 0 0.5rem; } }
  .p-counseling__item-right {
    flex: 0 0 calc(100% - 36.6rem);
    position: relative;
    z-index: 0; }
    @media (max-width: 767px) {
      .p-counseling__item-right {
        flex: 0 0 40%; } }
    .p-counseling__item-right img {
      width: 100%; }
    .p-counseling__item-right::before {
      content: "";
      position: absolute;
      width: 2.9rem;
      height: 2.9rem;
      border-radius: 100%;
      z-index: 0;
      background-color: #8964D3;
      top: 50%;
      transform: translateY(-50%);
      right: 3.8rem;
      z-index: 1; }
    .p-counseling__item-right::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 0.5rem solid transparent;
      border-bottom: 0.5rem solid transparent;
      border-left: 1rem solid #fff;
      top: 50%;
      transform: translateY(-50%);
      right: 4.5rem;
      z-index: 1; }
  .p-counseling__item-desc {
    background-color: #f6f2ff;
    border-radius: 10rem;
    color: #40210F;
    font-size: var(--fs-30);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    display: inline-block;
    padding: 0.3rem 1.8rem 0.5rem;
    min-width: 30.4rem; }
    @media (max-width: 767px) {
      .p-counseling__item-desc {
        min-width: fit-content; } }
.p-counseling__link {
  gap: 6rem;
  padding-top: 3.8rem; }
  @media (max-width: 960px) {
    .p-counseling__link {
      gap: 2rem;
      padding-top: 2rem; } }
  .p-counseling__link-item {
    flex: 0 0 44.5rem;
    border-radius: 1rem;
    text-align: center;
    background: url(./images/counseling-bg-04.jpg) center center/cover no-repeat;
    padding: 1.4rem 0 1.8rem; }
    .p-counseling__link-item:last-child {
      background: url(./images/counseling-bg-05.jpg) center center/cover no-repeat; }
    @media (max-width: 767px) {
      .p-counseling__link-item {
        flex: 0 0 100%; } }
  .p-counseling__link-a {
    padding: 1.4rem 0 1.8rem;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    @media (max-width: 960px) {
      .p-counseling__link-a p {
        text-align: center; } }
    .p-counseling__link-a::after {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
      width: 50%;
      height: 100%;
      background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
      transform: skewX(-20deg);
      transition: 0.5s; }
    .p-counseling__link-a:hover {
      opacity: 1; }
      .p-counseling__link-a:hover::after {
        left: 125%; }
    .p-counseling__link-a--txt {
      color: #40210F;
      font-size: var(--fs-60);
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 0;
      display: block; }
      .p-counseling__link-a--txt img {
        vertical-align: middle;
        padding-bottom: 1rem;
        margin-right: 1.2rem; }
.p-gallery {
  background: url(./images/gallery-bg-01.png) center bottom no-repeat;
  padding-bottom: 7rem; }
  @media (max-width: 767px) {
    .p-gallery {
      padding-bottom: 5rem; } }
.p-column {
  padding-top: 6.4rem; }
  @media (max-width: 960px) {
    .p-column {
      padding-top: 5rem; } }
  .p-column__content {
    padding-top: 6rem; }
    @media (max-width: 960px) {
      .p-column__content {
        padding-top: 2rem; } }
.p-list__banner {
  gap: 1.3rem; }
  @media (max-width: 960px) {
    .p-list__banner {
      justify-content: center; } }
  .p-list__banner-item {
    flex: 0 0 24rem;
    border-radius: 1rem;
    background: url(./images/counseling-bg-04.jpg) center center/cover no-repeat;
    text-align: center; }
    .p-list__banner-item:last-child {
      background: url(./images/counseling-bg-05.jpg) center center/cover no-repeat; }
    .p-list__banner-item a {
      padding: 0.5rem 0;
      display: block;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      .p-list__banner-item a::after {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
        transform: skewX(-20deg);
        transition: 0.5s; }
      .p-list__banner-item a:hover {
        opacity: 1; }
        .p-list__banner-item a:hover::after {
          left: 125%; }
      .p-list__banner-item a img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.8rem;
        padding-bottom: 0.5rem; }
  .p-list__banner-desc {
    font-size: var(--fs-14); }
    @media (max-width: 960px) {
      .p-list__banner-desc {
        text-align: center; } }
  .p-list__banner-txt {
    color: #40210F;
    font-size: var(--fs-30);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0; }
.p-list__info {
  gap: 1rem; }
  .p-list__info-item {
    flex: 0 0 18.9rem;
    background: #FFF;
    border-radius: 6rem;
    border: 0.1rem solid #FAC531;
    text-align: center; }
    .p-list__info-item--icon {
      flex: 0 0 5rem;
      height: 5rem;
      background: #FAC531;
      border-radius: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
    .p-list__info-item--txt {
      flex: 0 0 calc(100% - 5rem);
      font-size: var(--fs-16);
      line-height: 150%;
      padding-right: 2rem; }
      @media (max-width: 767px) {
        .p-list__info-item--txt {
          padding-right: 1rem; } }
    @media (max-width: 767px) {
      .p-list__info-item {
        flex: 0 0 calc((100% - 1rem) / 2); } }

.c-top__column--list {
  gap: 1.7rem; }
.c-top__column--item {
  flex: calc((100% - 5.1rem) / 4); }
  @media (max-width: 767px) {
    .c-top__column--item {
      flex: calc((100% - 3.4rem) / 2); } }
.c-top__column--img {
  border-radius: 1rem;
  overflow: hidden; }
.c-top__column--cont {
  padding-top: 2rem; }
.c-top__column--date {
  display: inline-block;
  background-color: #FAC531;
  font-weight: 500;
  color: #fff;
  line-height: 100%;
  padding: 0.5rem 1.6rem 0.6rem;
  border-radius: 0.5rem; }
.c-top__column--title {
  line-height: 165%;
  padding-top: 1rem;
  font-size: var(--size-p); }

.u-mt-10 {
  margin-top: 3rem; }

@media (max-width: 1440px) {
  :root {
    --fs-120: 11.5rem;
    --fs-50: 4.2rem;
    --fs-40: 3.5rem; } }
@media (max-width: 960px) {
  :root {
    --fs-100: 7rem;
    --fs-50: 4rem;
    --fs-22: 1.8rem; }

  .u-show__pc {
    display: none !important; }
  .u-show__sp {
    display: inline-block !important; } }
@media (max-width: 767px) {
  :root {
    --fs-120: 6rem;
    --fs-100: 5rem;
    --fs-60: 4rem;
    --fs-50: 3rem;
    --fs-40: 2.6rem;
    --fs-30: 2rem;
    --fs-22: 1.4rem;
    --fs-20: 1.8rem; } }
#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: #454545;
      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 */
