@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@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.6rem, 14px); }
  @media (max-width: 1440px) and (min-width: 961px) {
    :root {
      --font-size-html: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    :root {
      --font-size-html: 1.30208vw; } }
  @media (max-width: 767px) {
    :root {
      --font-size-html: 2.66667vw;
      --size-p: max(1.5rem, 14px); } }

html {
  font-size: var(--font-size-html); }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  word-break: break-word;
  overflow-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4; }

a {
  transition: color 0.3s ease, opacity 0.3s ease; }
  a:hover {
    opacity: 0.7; }
  a:focus-visible {
    outline: 0.2rem solid #1a73e8;
    outline-offset: 0.2rem; }

img {
  vertical-align: bottom; }

p {
  font-size: var(--size-p);
  line-height: 185%;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #2c3b57; }
  @media (max-width: 960px) {
    p {
      text-align: justify;
      letter-spacing: 0.02em; } }

::selection {
  background-color: #1a73e8;
  color: #fff; }

.u-hidden {
  display: none; }

@media (min-width: 768px) {
  .u-sp-only {
    display: none; } }

.u-pc-only {
  display: none; }
  @media (min-width: 768px) {
    .u-pc-only {
      display: block; } }

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex;
  flex-wrap: wrap; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.d-none {
  display: none; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

.p-text-center {
  text-align: center; }

@media (min-width: 960.5px) {
  .u-sp {
    display: none; } }
@media (max-width: 960px) {
  .u-pc {
    display: none; } }
.u-mt-0 {
  margin-top: 0; }

.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; }
  @media (max-width: 960px) {
    .u-mb-sm {
      margin-bottom: 1rem; } }

.u-mb-md {
  margin-bottom: 3rem; }
  @media (max-width: 960px) {
    .u-mb-md {
      margin-bottom: 2rem; } }

.u-mb-lg {
  margin-bottom: 5rem; }
  @media (max-width: 960px) {
    .u-mb-lg {
      margin-bottom: 3rem; } }

.u-mb-xl {
  margin-bottom: 8rem; }
  @media (max-width: 960px) {
    .u-mb-xl {
      margin-bottom: 5rem; } }

.u-py-0 {
  padding: 0; }

.u-py-3 {
  padding: 3rem; }

.u-my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.u-mt-10 {
  margin-top: 10rem; }

.u-mt-4 {
  margin-top: 4rem; }

.u-mb-8 {
  margin-bottom: 8rem; }

.u-my-sm {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.u-py-md {
  padding: 3rem !important; }
  @media (max-width: 960px) {
    .u-py-md {
      padding: 2rem !important; } }

@media (max-width: 960px) {
  .p-3 {
    padding: 1.5rem; }

  .u-mt-10 {
    margin-top: 7rem; } }
.u-ai--center {
  align-items: center; }

.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-sm {
  font-size: 1.4rem; }

.u-text-xs {
  font-size: 1.2rem; }

.u-text-lg {
  font-size: 1.8rem; }

.u-text-bold {
  font-weight: 700; }

.u-text-muted {
  color: #999; }

.u-text-primary {
  color: #1a73e8; }

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.u-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.p-header {
  height: 12rem; }
  .p-header__inner {
    padding: 1rem 3rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55;
    background: #FFF;
    transition: all 0.35s; }
  .p-header__logo--img img {
    width: 64rem; }
  .p-header__menu {
    transition: all 0.35s; }
    .p-header__menu li {
      padding: 1rem 3.5rem; }
      .p-header__menu li a {
        color: #221F20;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0;
        position: relative;
        transition: all 0.35s; }
        .p-header__menu li a::before {
          content: "";
          position: absolute;
          width: 0.8rem;
          height: 0.8rem;
          bottom: -1.5rem;
          left: 50%;
          transform: translateX(-50%);
          background: #509ACA;
          border-radius: 100%;
          transition: all 0.35s; }
        .p-header__menu li a:hover::before {
          background: #F6A700; }
      .p-header__menu li:last-child {
        padding-right: 0; }
      .p-header__menu li.current_page_item a::before, .p-header__menu li.current-menu-parent a::before {
        background: #F6A700; }
    .p-header__menu--tab {
      position: fixed;
      top: 12rem;
      right: -68rem;
      background: #FFF;
      width: 68rem;
      padding: 3rem;
      transition: all 0.35s;
      z-index: 10; }
      .p-header__menu--tab li {
        margin-bottom: 1rem;
        padding: 0; }
        .p-header__menu--tab li:last-child {
          margin-bottom: 0; }
        .p-header__menu--tab li a {
          color: #454545;
          font-size: var(--size-p);
          font-weight: 500;
          line-height: 150%;
          letter-spacing: 0;
          position: relative;
          transition: all 0.35s;
          padding-left: 1.4rem; }
          .p-header__menu--tab li a::before {
            content: "";
            position: absolute;
            width: 0.8rem;
            height: 0.8rem;
            top: .9rem;
            left: 0;
            background: #509ACA;
            border-radius: 100%;
            transition: all 0.35s; }
          .p-header__menu--tab li a:hover::before {
            background: #F6A700; }
          .p-header__menu--tab li a.active {
            color: #0094DB; }
        .p-header__menu--tab li.v-03 {
          display: none; }
      .p-header__menu--tab.active {
        right: 0; }
    .p-header__menu--list {
      grid-template-columns: 1fr 1fr;
      margin-bottom: 3rem; }
    .p-header__menu--title {
      color: #0094DB;
      font-size: 3rem;
      font-weight: 700;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
  .p-header__button--list {
    transition: all 0.35s; }
    .p-header__button--list li {
      margin-right: 2rem; }
      .p-header__button--list li:last-child {
        margin-right: 0; }
      .p-header__button--list li a {
        color: #FFF;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0;
        background: #EA637B url(images/location-icon01.svg) no-repeat center left 2rem;
        background-size: 1.8rem;
        display: flex;
        align-items: center;
        border-radius: 5rem;
        padding: 0 2rem 0 5rem;
        height: 5.1rem; }
        .p-header__button--list li a.vz-tel {
          background-color: #509ACA;
          background-image: url(images/tel-icon02.svg);
          font-family: "Plus Jakarta Sans", sans-serif;
          background-size: 2rem;
          padding-left: 5.7rem;
          font-size: 2.7rem;
          letter-spacing: .15rem; }
  .p-header__right--cont {
    margin-right: 2rem; }

.c-hamburger {
  width: 6rem;
  height: 5.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.2rem 0.75rem;
  cursor: pointer; }
  .c-hamburger__line {
    background: #333333;
    display: block;
    height: .2rem;
    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: 1440.5px) {
  .home .p-header {
    height: 16.85rem; }

  .home .p-header__inner:not(.active) {
    padding: 2.3rem 3.5rem 2.7rem 3rem; }
    .home .p-header__inner:not(.active) .p-header__menu--tab {
      top: 16.85rem; }
    .home .p-header__inner:not(.active) .p-header__menu li a {
      font-size: 1.8rem; }
    .home .p-header__inner:not(.active) .p-header__menu--01 li .sub-menu {
      top: 5.2rem; }
      .home .p-header__inner:not(.active) .p-header__menu--01 li .sub-menu::before {
        height: calc(100% - 2.6rem); }
    .home .p-header__inner:not(.active) .p-header__menu--01 li.vz-02 .sub-menu {
      top: 14.2rem; }
    .home .p-header__inner:not(.active) .p-header__button--list {
      margin-bottom: 1.6rem; } }
@media (min-width: 960px) {
  .p-header__menu--01 > li {
    position: relative; }
  .p-header__menu--01 li .sub-menu {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    opacity: 0;
    right: 0;
    padding: 1.5rem;
    left: 0;
    top: 3.5rem;
    transition: all 0.3s ease;
    width: 27rem; }
    .p-header__menu--01 li .sub-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 2.4rem);
      left: 0;
      bottom: 0;
      z-index: -1;
      background: #e2a74f; }
    .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: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: 0;
      top: 11rem;
      padding: 5rem 10rem !important; }
      .p-header__menu--01 li.vz-02 .sub-menu::before {
        height: calc(100% - 1rem); }
      .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: 2rem 0 0; }
  .p-header__menu--01 li:hover.menu-item-has-children > a::before {
    opacity: 1; } }
@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-header__menu--tab {
    width: 75rem;
    right: -75rem; }
  .p-header__logo--img img {
    width: 50rem; } }
@media (max-width: 960px) {
  .p-header {
    height: 6rem; }
    .p-header__inner {
      padding: 0.35rem 1.5rem; }
    .p-header__logo--img img {
      width: 28rem; }
    .p-header__menu--tab {
      top: 6rem;
      width: 100%;
      right: -100%;
      padding: 3rem 1.5rem 15rem;
      overflow: auto;
      height: calc(100vh - 12rem); }
    .p-header__right--cont {
      display: none; }

  .c-hamburger {
    width: 5rem;
    padding: 1rem .5rem; } }
@media (max-width: 767px) {
  .p-header__menu--list {
    grid-template-columns: 1fr; } }
.c-nav-fix {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10; }
  .c-nav-fix li {
    margin-bottom: -1px; }
    .c-nav-fix li:last-child {
      margin-bottom: 0; }
    .c-nav-fix li a {
      display: flex;
      justify-content: center;
      width: 5.5rem;
      background: #A5CC3E;
      border: #FFF solid 1px;
      border-right: 0;
      border-radius: .5rem 0 0 .5rem;
      padding: 3rem 0; }
      .c-nav-fix li a span {
        padding-top: 3.2rem;
        writing-mode: vertical-lr;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 175%;
        letter-spacing: 0.3rem;
        background: url(images/tel-icon01.png) no-repeat center top;
        background-size: 1.9rem;
        display: inline-block; }
    .c-nav-fix li .c-nav-fix__web a {
      background: #F6A700; }
      .c-nav-fix li .c-nav-fix__web a span {
        background-image: url(images/web-icon01.png); }
    .c-nav-fix li .c-nav-fix__official a {
      background: #FFF;
      border-color: #3397A0; }
      .c-nav-fix li .c-nav-fix__official a span {
        color: #3397A0;
        background-size: 2.6rem;
        background-image: url(images/logo-icon01.png); }

.p-footer__wrap {
  background: url(images/footer-bg01.jpg) no-repeat center;
  background-size: cover;
  padding: 7rem 0; }
.p-footer__gp {
  margin-bottom: 6.5rem; }
  .p-footer__gp--item:first-child {
    padding-top: 1.7rem;
    width: 57.5rem; }
  .p-footer__gp--item:last-child {
    width: calc(100% - 57.5rem);
    grid-template-columns: 1fr 1.15fr; }
  .p-footer__gp--box {
    max-width: 46.5rem; }
.p-footer__schedule dl {
  display: flex;
  border-bottom: #333333 solid 1px; }
  .p-footer__schedule dl dt, .p-footer__schedule dl dd {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    padding: 1.6rem 0; }
  .p-footer__schedule dl dt {
    text-align: center;
    width: 17.3rem; }
  .p-footer__schedule dl dd {
    width: calc((100% - 17.3rem) / 7); }
  .p-footer__schedule dl:first-child {
    border-bottom: 0;
    background: #FFF;
    border-radius: .5rem; }
    .p-footer__schedule dl:first-child dt, .p-footer__schedule dl:first-child dd {
      color: #509ACA; }
.p-footer__schedule p {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  margin: 2.7rem 0; }
.p-footer__maps {
  width: 100%;
  height: 16rem;
  background: #CCC;
  border-radius: 1rem; }
  .p-footer__maps iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top;
    border-radius: 1rem; }
.p-footer__desc p {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  margin-bottom: .7rem; }
.p-footer__menu {
  gap: 1.9rem; }
  .p-footer__menu li a {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    padding-left: 1.2rem;
    display: inline-block; }
    .p-footer__menu li a::before {
      content: "";
      position: absolute;
      width: 0.4rem;
      height: 0.4rem;
      top: 1rem;
      left: 0;
      background: #509ACA;
      border-radius: 100%; }
.p-footer__bottom {
  background: #264070;
  padding: 3.7rem; }
.p-footer__credit {
  margin-right: 2rem; }
  .p-footer__credit img {
    width: 12rem; }
.p-footer__copy {
  border-left: #FFF solid 1px;
  padding: .15rem 2rem;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0; }
.p-footer__logo {
  margin-bottom: 3rem; }
  .p-footer__logo img {
    width: 49rem; }
.p-footer__list {
  margin-bottom: 2.2rem; }
  .p-footer__list li .item {
    color: #1B6A9D;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0;
    font-family: "Zen Maru Gothic", sans-serif; }
.p-footer__banner--list li a img {
  height: 14rem;
  border-radius: 1rem; }
.p-footer__nav--title {
  color: #1B6A9D;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
  font-family: "Lato", sans-serif; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-footer__banner--list li a img {
    height: 12rem; } }
@media (max-width: 960px) {
  .p-footer {
    padding-bottom: 6rem; }
    .p-footer__wrap {
      padding: 6rem 0; }
    .p-footer__gp {
      margin-bottom: 5rem; }
      .p-footer__gp--item:first-child {
        width: 100%;
        padding-top: 0; }
      .p-footer__gp--item:last-child {
        display: none; }
      .p-footer__gp--box {
        max-width: 100%; }
    .p-footer__desc p {
      font-size: 1.5rem; }
    .p-footer__logo img {
      width: 32rem; }
    .p-footer__list li .item {
      font-size: 1.8rem; }
    .p-footer__schedule dl dt, .p-footer__schedule dl dd {
      font-size: 1.5rem; }
    .p-footer__schedule dl dt {
      width: 13rem; }
    .p-footer__schedule dl dd {
      width: calc((100% - 13.001rem) / 7); }
    .p-footer__banner--list {
      justify-content: center;
      gap: .8rem; }
      .p-footer__banner--list li a img {
        height: 5rem; }
    .p-footer__bottom {
      padding: 2rem 0; }

  .c-nav-fix {
    top: auto;
    bottom: 0;
    transform: inherit;
    width: 100%;
    display: flex;
    border-top: #3397A0 solid 1px; }
    .c-nav-fix li {
      width: calc(100% / 3); }
      .c-nav-fix li a {
        width: 100%;
        border-radius: 0;
        padding: .7rem .3rem;
        border: 0; }
        .c-nav-fix li a span {
          writing-mode: inherit;
          letter-spacing: 0;
          padding-top: 2rem; }
        .c-nav-fix li a:hover {
          opacity: 1; }
      .c-nav-fix li .c-nav-fix__official a span {
        background-size: 2rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-footer__schedule dl dt {
    width: 24rem; }
  .p-footer__schedule dl dd {
    width: calc((100% - 24.001rem) / 7); } }
@media (max-width: 767px) {
  .p-footer__copy {
    border-left: 0; }
  .p-footer__credit {
    margin-right: 0; }

  .c-nav-fix li {
    width: calc((100% - 15rem) / 2); }
    .c-nav-fix li:nth-child(3) {
      width: 15rem; } }
[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.l-grid-1100 {
  max-width: 113rem; }
.l-grid-1120 {
  max-width: 115rem; }
.l-grid-1200 {
  max-width: 123rem; }
.l-grid-1225 {
  max-width: 122.5rem; }
.l-grid-1220 {
  max-width: 125rem; }
.l-grid-1271 {
  max-width: 130.1rem; }
.l-grid-1421 {
  max-width: 145.1rem; }
.l-grid-1440 {
  max-width: 147rem; }
.l-grid-1485 {
  max-width: 151.5rem; }
.l-grid-1650 {
  max-width: 168rem; }
.l-grid-1840 {
  max-width: 192rem; }

.l-container {
  width: 100%;
  position: relative; }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

.anchor_fixtop,
.u-anchor-offset {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }

@media (max-width: 960px) {
  .anchor_fixtop,
  .u-anchor-offset {
    top: -8rem; } }
.l-grid {
  width: 100%;
  display: grid;
  gap: 3rem;
  padding-left: 0;
  padding-right: 0; }
  .l-grid--2 {
    grid-template-columns: 1fr 40rem; }
  .l-grid--3 {
    grid-template-columns: repeat(3, 1fr); }
  .l-grid--4 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--5 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--reverse {
    direction: rtl; }
    .l-grid--reverse .l-grid__inner {
      direction: ltr; }
  @media (max-width: 960px) {
    .l-grid {
      gap: 1.5rem; }
      .l-grid__inner:first-child {
        order: 2; }
      .l-grid__inner:last-child {
        order: 1; }
      .l-grid--2 {
        grid-template-columns: 1fr; }
      .l-grid--3 {
        gap: 3rem 1.5rem;
        grid-template-columns: repeat(2, 1fr); }
      .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-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.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-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.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: #3a82b3;
  --main-color-light: rgba(26, 115, 232, 0.07);
  --main-color--title: #3a82b3;
  --main-color-white: #ffffff;
  --size-v1: max(3.4rem, 20px);
  --size-v2: max(2.4rem, 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);
  text-align: center;
  font-weight: 600;
  margin-bottom: 4rem; }
  .c-heading--lv1::before, .c-heading--lv1__v2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 7rem;
    height: 1.2rem;
    transform: translateX(-50%);
    border-bottom: 6px dotted var(--main-color); }
  .c-heading--lv1__v2 {
    text-align: left;
    line-height: 150%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    font-size: var(--size-v2);
    border-left: 0.6rem solid var(--main-color--title); }
    .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-top__heading {
  position: relative;
  padding-top: 4rem;
  margin-bottom: 1.7rem; }
  .c-top__heading::before {
    content: "";
    position: absolute;
    width: 6.7rem;
    height: 5.3rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/title-icon02.png) no-repeat center;
    background-size: contain; }
  .c-top__heading--en {
    display: block;
    color: #f7ac63;
    font-size: 6rem;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: 0; }
  .c-top__heading--jp {
    color: #454545;
    font-size: 3rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0; }
  .c-top__heading--desc {
    color: #f7ac63;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    display: block; }

@media (max-width: 960px) {
  .c-top__heading {
    padding-top: 2rem; }
    .c-top__heading::before {
      width: 4rem;
      height: 3.1rem; }
    .c-top__heading--en {
      font-size: 4rem; }
    .c-top__heading--jp {
      font-size: 2rem; }
    .c-top__heading--desc {
      font-size: 2.5rem; } }
.c-pagetop {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  width: 8rem;
  height: 8rem;
  opacity: 0;
  border: 0;
  background: #F9C03C;
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 50; }
  .c-pagetop::before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 1.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #FFF; }
  .c-pagetop.show {
    opacity: 1; }
    .c-pagetop.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    .c-pagetop {
      right: 1.5rem;
      bottom: 7rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      .c-pagetop.fixed {
        bottom: 7rem; } }
  @media (max-width: 767px) {
    .c-pagetop {
      bottom: 11rem; } }

.c-menu__medical--list {
  margin-bottom: 3rem; }
  .c-menu__medical--list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem; }
  .c-menu__medical--list li a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    color: #3a82b3;
    position: relative;
    display: block;
    letter-spacing: 0;
    height: 100%;
    transition: all 0.35s;
    padding: 1rem;
    background: rgba(161, 222, 242, 0.2);
    border: #0094DB solid 1px; }
    .c-menu__medical--list li a:hover {
      font-weight: bold; }
  .c-menu__medical--list li.current_page_item a {
    background: #0094DB;
    color: #FFF; }

@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  .c-menu__medical--list li a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .c-menu__medical--list ul {
    gap: 1rem; }
  .c-menu__medical--list li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 0;
    bottom: 0; } }
.c-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem; }
  .c-breadcrumb__list {
    display: inline;
    gap: 0; }
  .c-breadcrumb__item {
    display: inline;
    position: relative; }
    .c-breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .c-breadcrumb__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 49%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .c-breadcrumb__link {
    color: #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: 10rem 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--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-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.no-bg {
    padding: 0;
    background-color: transparent; }
  .c-list li {
    position: relative;
    font-size: var(--size-p);
    line-height: 185%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: #2c3b57; }

.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; }

.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); }
      .c-list--3col--sp2col {
        grid-template-columns: repeat(2, 1fr); } }

.p-page-banner__content {
  position: relative;
  width: 100%;
  z-index: 0; }
  .p-page-banner__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 177, 156, 0.4);
    z-index: 1; }
.p-page-banner__image {
  display: block;
  width: 100%;
  height: 20rem;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .p-page-banner__image {
      height: 40rem; } }
  .p-page-banner__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0.3rem); }
.p-page-banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 33rem;
  padding: 2rem;
  z-index: 2;
  text-shadow: 0.3rem 0.3rem 0.4rem #333; }
  @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: 2.8rem;
        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 #0094DB;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.55rem;
    color: #0094DB;
    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: #0094DB;
    color: #fff; }
.c-news__archive {
  border: #0094DB 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: #0094DB;
    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(0, 148, 219, 0.2);
  margin-bottom: 1.5rem; }
  .p-news__item:nth-child(odd) {
    background: #0094DB; }
    .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(0, 148, 219, 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: #0094DB 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: #0094DB; }
  .p-news__archive-item:last-child {
    border-bottom: 0; }

.p-single__header {
  background: rgba(0, 148, 219, 0.1);
  padding: 3rem; }
.p-single__title {
  font-size: 3.2rem;
  color: #0094DB;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.p-single__date {
  font-size: 1.6rem;
  color: #0094DB;
  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 #0094DB;
    border-radius: 3.3rem;
    background: #0094DB;
    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;
    border-radius: 1rem; }
.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: #0094DB;
  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: #0094DB; }

@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; } }
.p-mv {
  padding: 0 3rem;
  position: relative; }
  .p-mv__visual .slick-slide img {
    width: 100%;
    border-radius: 1rem; }
  .p-mv__cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%); }
    .p-mv__cont h2 {
      color: #FFF;
      font-size: 4.2rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0.6rem;
      margin-bottom: 3rem;
      text-shadow: 0 0 1rem #000; }
    .p-mv__cont p {
      color: #FFF;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0.22rem;
      text-shadow: 0 0 1rem #000; }

.l-main {
  overflow: hidden; }

.p-top--failure__btn.vz-03 a {
  background: #509ACA;
  border-color: #509ACA; }
  .p-top--failure__btn.vz-03 a:hover {
    color: #509ACA; }
    .p-top--failure__btn.vz-03 a:hover::before {
      background: #509ACA; }

.p-top_feature {
  padding: 12rem 0 8rem;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .p-top_feature::before {
    content: "";
    position: absolute;
    width: 41.9rem;
    height: 23.4rem;
    top: 0;
    right: 0;
    z-index: -1;
    background: url(images/feature-icon01.jpg) no-repeat top right;
    background-size: contain; }
  .p-top_feature::after {
    content: "";
    position: absolute;
    width: 105.2rem;
    height: 45.9rem;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(images/feature-icon02.jpg) no-repeat left bottom;
    background-size: cover; }
  .p-top_feature__inner {
    width: calc(100% + 55.5rem);
    position: relative;
    left: -27rem;
    margin-bottom: 6rem; }
  .p-top_feature__wrap {
    padding-top: 20rem; }
  .p-top_feature--img {
    position: relative; }
    .p-top_feature--img::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 8rem;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #509aca 100%); }
    .p-top_feature--img img {
      width: 100%;
      border-radius: 4rem 4rem 0 0; }
  .p-top_feature--item {
    margin: 0 2.5rem;
    opacity: 0.4; }
    .p-top_feature--item.slick-current {
      opacity: 1; }
    .p-top_feature--item.slick-current + .p-top_feature--item {
      opacity: 1; }
  .p-top_feature--cont {
    background: #509ACA;
    border-radius: 0 0 4rem 4rem;
    padding: 0 5rem 3rem;
    margin-top: -2.7rem;
    min-height: 36rem; }
    .p-top_feature--cont p {
      color: #FFF;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 200%;
      letter-spacing: 0.2rem; }
  .p-top_feature--title {
    position: relative;
    margin-bottom: 2rem; }
    .p-top_feature--title .item {
      color: #FFF;
      font-size: 3rem;
      font-weight: 500;
      line-height: 145%;
      letter-spacing: 0.32rem; }
      .p-top_feature--title .item:last-child {
        font-size: 14rem;
        position: absolute;
        top: -9.5rem;
        right: 0;
        line-height: 100%;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        font-weight: 400; }
  .p-top_feature .p-top--title1 {
    margin-bottom: 5.5rem; }
  .p-top_feature .slick-dots {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F9F6F1;
    border-radius: 2rem;
    display: flex;
    gap: 7.5rem;
    padding: 3rem 5.5rem; }
    .p-top_feature .slick-dots li button {
      width: 7rem;
      height: 7rem;
      background: #FFF;
      border-radius: 100%;
      color: #828DA2;
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      position: relative;
      transition: all 0.35s; }
      .p-top_feature .slick-dots li button::before {
        content: "0";
        position: relative; }
      .p-top_feature .slick-dots li button::after {
        content: "";
        position: absolute;
        width: 1.7rem;
        height: 3.2rem;
        top: 50%;
        right: -4.6rem;
        transform: translateY(-50%);
        background: url(images/failure-arrow01.png) no-repeat center;
        background-size: contain; }
    .p-top_feature .slick-dots li.slick-active button, .p-top_feature .slick-dots li button:hover {
      background: #F6A700;
      color: #FFF; }
    .p-top_feature .slick-dots li:last-child button::after {
      content: none; }
  .p-top_feature .slick-track {
    left: -59rem; }
  .p-top_feature .slick-arrow {
    font-size: 0;
    width: 8.6rem;
    height: 8.6rem;
    border-radius: 100%;
    background: #FFF url(images/arrow-right01.svg) no-repeat center;
    background-size: 2.3rem;
    box-shadow: 0 0 5rem rgba(235, 111, 162, 0.1);
    position: absolute;
    top: 60.2%;
    z-index: 10;
    transform: translateY(-50%); }
    .p-top_feature .slick-arrow.slick-next {
      right: 62.5rem; }
    .p-top_feature .slick-arrow.slick-prev {
      left: 63rem;
      transform: translateY(-50%) scaleX(-1); }

.top_maps iframe {
  width: 100%;
  border: 0;
  vertical-align: top;
  height: 42rem; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-top_feature--cont {
    padding: 0 3rem 3rem; }
  .p-top_feature--title .item {
    font-size: 2.5rem; }
    .p-top_feature--title .item:last-child {
      font-size: 10rem;
      top: -7rem; }
  .p-top_feature .slick-track {
    left: -46rem; }
  .p-top_feature .slick-arrow {
    width: 6rem;
    height: 6rem; }
    .p-top_feature .slick-arrow.slick-prev {
      left: 52rem; }
    .p-top_feature .slick-arrow.slick-next {
      right: 52rem; } }
@media (max-width: 960px) {
  .p-mv {
    padding: 0 1rem; }
    .p-mv__visual .slick-slide img {
      height: 30rem;
      object-fit: cover; }
    .p-mv__cont {
      padding: 0 2rem; }
      .p-mv__cont h2 {
        font-size: 2.2rem;
        letter-spacing: 0;
        margin-bottom: 1rem; }
      .p-mv__cont p {
        font-size: 1.5rem;
        letter-spacing: 0;
        text-align: center; }

  .p-top_feature {
    padding: 6rem 0; }
    .p-top_feature::before {
      width: 20rem;
      height: 11.4rem; }
    .p-top_feature::after {
      width: 26rem;
      height: 10.9rem; }
    .p-top_feature__inner {
      margin-bottom: 3rem; }
    .p-top_feature__wrap {
      padding-top: 11rem; }
    .p-top_feature--cont {
      padding: 0 1rem 3rem;
      border-radius: 0 0 2rem 2rem;
      min-height: 33rem; }
      .p-top_feature--cont p {
        letter-spacing: 0;
        line-height: 185%; }
    .p-top_feature--img img {
      border-radius: 2rem 2rem 0 0; }
    .p-top_feature--item {
      margin: 0 .5rem; }
    .p-top_feature--title .item {
      font-size: 2rem;
      letter-spacing: 0; }
      .p-top_feature--title .item:last-child {
        font-size: 8rem;
        top: -5rem; }
    .p-top_feature .p-top--title1 {
      display: block;
      margin-bottom: 3rem;
      padding: 0 1.5rem; }
    .p-top_feature .slick-track {
      left: -1rem; }
    .p-top_feature .slick-dots {
      gap: 1rem;
      padding: 2rem; }
      .p-top_feature .slick-dots li button {
        font-size: 1.5rem;
        width: 4rem;
        height: 4rem; }

  .top_maps iframe {
    height: 30rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-top_feature--item {
    margin: 0 1rem; }
  .p-top_feature--cont {
    padding: 0 2rem 1rem; }
  .p-top_feature .slick-track {
    left: -30.7rem; }
  .p-top_feature .slick-arrow {
    width: 4rem;
    height: 4rem; }
    .p-top_feature .slick-arrow.slick-next {
      right: 33rem; }
    .p-top_feature .slick-arrow.slick-prev {
      left: 33rem; } }
:root {
  --p-color-459DCA: #459DCA;
  --p-color-2C3B57: #2C3B57;
  --p-color-46536B: #46536B;
  --p-color-FFFFFF: #FFFFFF;
  --p-color-1B6A9D: #1B6A9D;
  --p-color-F5F7FA: #F5F7FA;
  --p-color-264070: #264070;
  --p-color-3E4943: #3E4943; }

.p-top--trouble {
  position: relative;
  background-image: url(images/bg_trouble.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 12rem;
  background-position: center;
  padding-bottom: 24.5rem;
  margin-bottom: -15.5rem;
  overflow: hidden; }
.p-top--title1 {
  text-align: center; }
  .p-top--title1__en1 {
    font-family: "Lato", sans-serif;
    color: var(--p-color-459DCA);
    font-size: 2rem;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.2rem; }
    .p-top--title1__en1 .item {
      position: relative;
      padding-left: 5.5rem; }
      .p-top--title1__en1 .item::before {
        position: absolute;
        content: "";
        background-image: url(images/logo-icon01.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 3.2rem;
        height: 3.2rem;
        transform: translateY(-50%);
        top: 50%;
        left: 0; }
  .p-top--title1__jp1 {
    font-family: "Noto Sans JP", sans-serif;
    color: var(--p-color-2C3B57);
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.544rem;
    padding-top: .8rem; }
.p-top__list {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8rem;
  padding: 6rem 8rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 3.5rem;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 13.6rem; }
  .p-top__list li {
    width: calc((100% - 10.52rem) /4); }
  .p-top__list__text {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    min-height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--p-color-46536B);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.14rem; }
.p-top__item {
  width: 100%; }
.p-top__link {
  display: block;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  text-align: center;
  width: 100%; }
  .p-top__link:hover {
    opacity: 0.8; }
  .p-top__link::before {
    content: "";
    position: absolute;
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(images/icon_trouble_bt1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 49%;
    transform: translateX(-50%);
    bottom: 2rem;
    z-index: 5; }
.p-top__img-wrap {
  display: block; }
  .p-top__img-wrap img {
    width: 100%;
    box-shadow: -2.5px 4.33px 10px 0 rgba(17, 63, 151, 0.1);
    border-radius: 50%; }

.p-top--cardiac {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15.5rem 0 10rem;
  padding-bottom: 12rem;
  overflow: hidden; }
  .p-top--cardiac .cardiac-img__fixed {
    width: 100%;
    height: 100%;
    background-color: #509ACA;
    z-index: -1;
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    left: 0; }
    .p-top--cardiac .cardiac-img__fixed-inner {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden; }
      .p-top--cardiac .cardiac-img__fixed-inner--bg {
        width: 100%;
        height: 100vh;
        background: url(images/bg_cardiac.jpg) no-repeat center;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        mix-blend-mode: soft-light;
        opacity: 0.7; }
.p-top--inner {
  width: 100%;
  margin: 0 auto; }
.p-top--title {
  margin-bottom: -2rem; }
  .p-top--title__en {
    position: relative;
    display: inline-block;
    font-family: "Lato", sans-serif;
    color: var(--p-color-FFFFFF);
    font-size: 2rem;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.2rem;
    padding-top: 3.5rem; }
    .p-top--title__en::before {
      content: "";
      position: absolute;
      background-image: url(images/logo-icon01.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 3.2rem;
      height: 3.2rem;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .p-top--title__jp {
    font-family: "Noto Sans JP", sans-serif;
    color: var(--p-color-FFFFFF);
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.544rem;
    margin-top: 0.2rem; }
.p-top--content {
  position: relative; }
  .p-top--content__ct01 {
    position: relative;
    z-index: 1;
    margin-bottom: 5rem;
    padding-top: 6.7rem;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--p-color-FFFFFF);
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 1.1rem; }
    .p-top--content__ct01::before {
      content: "Cardiology";
      position: absolute;
      top: 64%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: "Lato", sans-serif;
      color: rgba(255, 255, 255, 0.12);
      z-index: 0;
      opacity: 0.2;
      white-space: nowrap;
      color: var(--p-color-FFFFFF);
      font-size: 13.8rem;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 1.325rem; }
  .p-top--content__ct02 {
    position: relative;
    z-index: 1;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--p-color-FFFFFF);
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 250%;
    letter-spacing: 0.16rem;
    margin-bottom: 5rem; }
.p-top--btn {
  position: relative;
  z-index: 1; }
  .p-top--btn .c-btn-white {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    width: 52.6rem;
    height: 8rem;
    border-radius: 4.2rem;
    border: 1px #1B6A9D solid;
    padding: 0 6rem;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--p-color-1B6A9D);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.252rem; }
    .p-top--btn .c-btn-white::after {
      content: "";
      height: 1.2rem;
      width: 1.4rem;
      position: absolute;
      background-image: url(images/icon_cardiac1.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      top: 50%;
      transform: translateY(-50%);
      right: 2.4rem;
      font-size: 2.4rem; }
    .p-top--btn .c-btn-white:hover {
      background-color: #1B6A9D;
      opacity: 0.9;
      color: #FFFFFF;
      transition: all .35s; }
      .p-top--btn .c-btn-white:hover::after {
        filter: brightness(0) invert(1); }

.p-top--cardic {
  position: relative;
  background-image: url(images/bg_cardia.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 7.5rem 0 6rem; }
  .p-top--cardic__tx {
    font-family: "Noto Sans JP", sans-serif;
    color: var(--p-color-2C3B57);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 225%;
    letter-spacing: 0.16rem;
    display: block;
    width: 100%;
    max-width: 56rem;
    text-align: justify;
    padding-top: 4rem; }
.p-top__intro__img {
  width: calc(100% - 65rem + 40rem);
  margin-left: -40rem; }
  .p-top__intro__img img {
    width: 100%;
    border-radius: 0 45rem 45rem 0; }

.p-top--cardic .p-top--title1__en1 {
  text-align: left; }

.p-top--cardic .p-top--title1__jp1 {
  text-align: left; }

.p-top--cardic .p-top--title1 {
  margin-top: 4.5rem;
  padding-left: 10.5rem;
  width: 65rem; }

.p-top--cardic .p-top--title1 .item {
  padding-left: 5rem; }

.p-top--cardic .p-top--failure__btn {
  margin-top: 6rem; }

.p-rehab-list {
  width: 100%;
  padding-bottom: 10rem; }
  .p-rehab-list__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 0;
    width: 100%;
    padding: 0 2.4rem; }
  .p-rehab-list__item {
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden;
    height: 29rem;
    width: 36.6rem;
    margin-top: -21.5rem; }
    .p-rehab-list__item .p-rehab-list__img {
      position: absolute;
      inset: 0;
      z-index: -2;
      display: block; }
      .p-rehab-list__item .p-rehab-list__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease; }
        .p-rehab-list__item .p-rehab-list__img img::after {
          content: "";
          position: absolute;
          bottom: 2rem;
          right: 2rem;
          width: 1.2rem;
          height: 1.2rem;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(45deg); }
    .p-rehab-list__item .p-rehab-list__link {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      text-decoration: none;
      text-align: center;
      padding: 2rem; }
      .p-rehab-list__item .p-rehab-list__link::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        opacity: 0.8;
        transition: all 0.3s ease; }
      .p-rehab-list__item .p-rehab-list__link::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.35s;
        border-radius: 100%;
        opacity: 0.8;
        z-index: -1;
        background: #2d4778; }
      .p-rehab-list__item .p-rehab-list__link:hover {
        opacity: 1; }
        .p-rehab-list__item .p-rehab-list__link:hover::after {
          width: 100%;
          height: calc(100% + 7.6rem);
          transform: translate(-50%, -50%) scale(1.5); }
    .p-rehab-list__item--orange .p-rehab-list__link::before {
      background-color: #E79C41; }
    .p-rehab-list__item--pink .p-rehab-list__link::before {
      background-color: #E06A7F; }
    .p-rehab-list__item--blue .p-rehab-list__link::before {
      background-color: #6F9FC6; }
    .p-rehab-list__item--tan .p-rehab-list__link::before {
      background-color: #D9AF69; }
    .p-rehab-list__item--green .p-rehab-list__link::before {
      background-color: #81A63E; }
  .p-rehab-list__content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center; }
    .p-rehab-list__content::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0.5rem;
      width: 0.8rem;
      height: 0.8rem;
      border-top: 2px solid #FFFFFF;
      border-right: 2px solid #FFFFFF;
      transform: rotate(45deg); }
  .p-rehab-list__en {
    display: block;
    color: var(--p-color-FFFFFF);
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.12rem;
    margin-bottom: 1.2rem; }
  .p-rehab-list__jp {
    display: block;
    color: var(--p-color-FFFFFF);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.16rem; }

.p-top--slide {
  overflow: hidden;
  padding: 0 0 0;
  position: relative;
  background: #EEF7FB; }
  .p-top--slide__list {
    display: flex;
    width: max-content;
    animation: slide-left 20s linear infinite;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0; }
    .p-top--slide__list:hover {
      animation-play-state: running; }
  .p-top--slide__item img {
    display: block;
    height: 28rem;
    width: auto;
    object-fit: cover;
    border-radius: 2rem;
    border: 1px solid #eee;
    box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.05); }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.p-top--greeting {
  position: relative;
  background-image: url(images/bg_greeting1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2rem;
  background-position: center;
  padding-bottom: 4.6rem;
  z-index: 0; }
  .p-top--greeting::before {
    content: attr(data-title);
    position: absolute;
    top: 11rem;
    left: 13.8rem;
    z-index: 0;
    color: var(--p-color-F5F7FA);
    font-size: 16rem;
    font-weight: 400;
    line-height: 80%;
    letter-spacing: 1.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    z-index: 1; }
  .p-top--greeting::after {
    content: "";
    position: absolute;
    width: 66.5rem;
    height: 86.6rem;
    z-index: 0;
    background-image: url(images/icon_bg_greeting.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: -24rem;
    left: 0; }
  .p-top--greeting__inner {
    display: flex;
    position: relative;
    max-width: 144rem;
    margin: 0 auto;
    z-index: 10;
    padding: 0 7.2rem;
    margin-top: 18.8rem; }
    .p-top--greeting__inner .p-top--title1 {
      text-align: left;
      width: calc(100% - 48.7rem); }
      .p-top--greeting__inner .p-top--title1__jp1 {
        padding-top: 0.5rem; }
  .p-top--greeting__text_gp1 {
    color: var(--p-color-264070);
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 182%;
    letter-spacing: 0.22rem;
    padding-top: 4.5rem; }
  .p-top--greeting__text_gp2 {
    color: var(--p-color-3E4943);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 225%;
    letter-spacing: 0.16rem;
    padding-top: 2rem; }
  .p-top--greeting__bt {
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    gap: 2rem; }

.p-top--greeting .p-top--title1 {
  text-align: left;
  z-index: 3;
  margin-left: 1.6rem; }

.p-top--greeting .p-top--title1__en1 .item {
  padding-left: 4.5rem; }

.p-greeting__media {
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 1;
  transform: translate(10%, -12%); }
  .p-greeting__media .p-greeting__image {
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 12rem; }
    .p-greeting__media .p-greeting__image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transform: scale(1.05);
      mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, black 50%, black 100%); }
  .p-greeting__media .p-greeting__badge {
    position: absolute;
    top: 50%;
    right: 13rem;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #fff;
    padding: 4.5rem 3.5rem;
    border-radius: 10rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .p-greeting__media .p-greeting__badge-role {
      writing-mode: vertical-rl;
      font-size: 1.4rem;
      color: #666;
      letter-spacing: 0.2em;
      margin-bottom: 1.4rem;
      color: var(--p-color-3E4943);
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.16rem; }
    .p-greeting__media .p-greeting__badge-name {
      writing-mode: vertical-rl;
      margin-bottom: .8rem;
      white-space: nowrap;
      color: var(--p-color-264070);
      font-size: 3.2rem;
      font-weight: 500;
      line-height: 118%;
      letter-spacing: 0.6rem;
      font-family: "Zen Maru Gothic", sans-serif; }
    .p-greeting__media .p-greeting__badge-en {
      flex-direction: row;
      display: flex;
      align-items: flex-start; }
      .p-greeting__media .p-greeting__badge-en span {
        writing-mode: vertical-rl;
        color: var(--p-color-3E4943);
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: 0.12rem;
        font-family: "Zen Maru Gothic", sans-serif; }

.p-top--greeting__bt {
  padding-top: 9.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem; }
  .p-top--greeting__bt .p-top--failure__btn a {
    width: 32rem;
    height: 7rem; }
  .p-top--greeting__bt .p-top--failure__btn:nth-child(1) a {
    background-color: #ea637b;
    border-color: #ea637b; }
    .p-top--greeting__bt .p-top--failure__btn:nth-child(1) a:hover {
      background-color: #fff;
      color: #ea637b; }
      .p-top--greeting__bt .p-top--failure__btn:nth-child(1) a:hover::before {
        background-color: #ea637b; }
  .p-top--greeting__bt .p-top--failure__btn:nth-child(2) a {
    background-color: #a3cc3d;
    border-color: #a3cc3d; }
    .p-top--greeting__bt .p-top--failure__btn:nth-child(2) a:hover {
      background-color: #fff;
      color: #a3cc3d; }
      .p-top--greeting__bt .p-top--failure__btn:nth-child(2) a:hover::before {
        background-color: #a3cc3d; }

@media (max-width: 1440px) and (min-width: 960px) {
  .p-top--title1__en1::before {
    left: 62rem;
    width: 3rem;
    top: 15.3rem; }

  .p-top--title1__en::before {
    left: 27rem;
    width: 3rem;
    top: -5.7rem; }

  .p-rehab-list__item {
    height: 25rem;
    width: 26.6rem;
    margin-top: -17.5rem; }

  .p-rehab-list__jp {
    font-size: 2rem; }

  .p-top--greeting {
    padding-top: 24rem;
    padding-bottom: 18rem; }
    .p-top--greeting::before {
      font-size: 10vw;
      top: 9rem;
      left: 7rem; }
    .p-top--greeting__inner {
      margin-top: 0.5rem;
      padding: 0 4%; }
      .p-top--greeting__inner .p-top--title1 {
        width: 50%;
        z-index: 20;
        margin-left: 1.4rem; }
    .p-top--greeting__text_gp1 {
      font-size: 2rem;
      padding-top: 3rem; }
    .p-top--greeting__text_gp2 {
      font-size: 1.5rem; }
      .p-top--greeting__text_gp2 br {
        display: none; }
    .p-top--greeting__bt {
      padding-top: 5rem; }

  .p-greeting__media {
    width: 65%;
    top: 0;
    right: 0;
    transform: translate(10%, -10%); }
    .p-greeting__media .p-greeting__badge {
      right: 15%;
      padding: 3rem 1.2rem; }
      .p-greeting__media .p-greeting__badge-name {
        font-size: 2.6rem;
        margin-bottom: 1.5rem; }
      .p-greeting__media .p-greeting__badge-en span {
        font-size: 1.1rem; }
        .p-greeting__media .p-greeting__badge-en span:nth-child(1) {
          transform: translateY(-2rem); }

  .p-top--greeting__bt {
    padding-top: 6rem;
    gap: 2rem; }
    .p-top--greeting__bt .p-top--failure__btn a {
      width: 24rem;
      height: 5.5rem; } }
.p-greeting__media .p-greeting__image {
  width: 96%; }

@media (max-width: 960px) {
  .p-top--trouble {
    padding-top: 6rem;
    padding-bottom: 7rem;
    margin-bottom: -3.5rem; }
  .p-top__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4rem 0rem;
    margin-bottom: 0;
    gap: 2rem 1rem;
    border-radius: 1rem; }
    .p-top__list li {
      padding-left: 0 !important;
      width: calc((100% - 4rem) / 3);
      display: flex;
      flex-direction: column; }
  .p-top__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%; }
    .p-top__link::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 2rem;
      bottom: 1.2rem;
      z-index: 10;
      left: 50%;
      transform: translateX(-50%); }
  .p-top__text {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.4;
    min-height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  .p-top__img-wrap {
    width: 100%;
    max-width: 25rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: relative;
    box-shadow: -2.5px 4.33px 15px 0 rgba(17, 63, 151, 0.15); }
    .p-top__img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

  .p-top__list__text {
    top: 10%;
    font-size: 1.3rem;
    letter-spacing: 0; }

  .p-top--title1__en1::before {
    top: 16rem;
    left: 30rem;
    width: 2rem; }

  .p-top--title1__jp1 {
    font-size: 1.5rem;
    text-align: center; }

  .p-top--title__jp {
    font-size: 1.5rem;
    letter-spacing: .2rem;
    text-align: center; }
  .p-top--content::before {
    font-size: 3.8rem;
    top: -4rem; }
  .p-top--content__ct01 {
    font-size: 1.5rem;
    letter-spacing: .5rem;
    padding-top: 6rem;
    margin-bottom: 3rem; }
    .p-top--content__ct01::before {
      top: 6.3rem;
      color: var(--p-color-FFFFFF);
      font-size: 4.8rem;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 1.325rem; }
  .p-top--content__ct02 {
    font-size: 1.5rem;
    line-height: 185%; }

  .p-top--btn .c-btn-white {
    width: 32.6rem;
    font-size: 1.5rem; }

  .p-top--cardiac {
    padding: 6rem 0 10rem;
    padding-bottom: 6rem; }

  .p-top--title1 {
    display: contents; }

  .p-top__intro__img {
    order: 3;
    margin-left: 0;
    width: 100%; }
    .p-top__intro__img img {
      border-radius: 0 0 0 0; }

  .p-top--cardic__tx {
    order: 4;
    font-size: 1.5rem;
    max-width: 74rem; }

  .p-top--cardic .p-top--failure__btn {
    order: 5;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.4rem;
    margin-top: 3rem; }

  .p-top--cardic .p-top--title1__en1 {
    padding-left: 18.8rem; }

  .p-top--cardic .p-top--title1__jp1 {
    padding-bottom: 3.6rem;
    margin-left: -28.4rem;
    padding-top: 5rem; }

  .p-rehab-list__items {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 2.4rem; }
    .p-rehab-list__items .p-rehab-list__item {
      width: 100%;
      max-width: 36.6rem;
      margin: 0 auto; }
      .p-rehab-list__items .p-rehab-list__item:last-child {
        grid-column: span 2;
        justify-self: center;
        width: 100%;
        max-width: 36.6rem; }

  .p-rehab-list__item {
    height: 18rem; }

  .p-rehab-list__jp {
    font-size: 1.5rem;
    letter-spacing: 0; }

  .p-rehab-list__content {
    margin-top: 4rem; }

  .p-rehab-list__item .p-rehab-list__link:hover::after {
    height: calc(100% + 14.9rem); }

  .p-rehab-list__item .p-rehab-list__link {
    padding: 0.5rem; }

  .p-rehab-list__content::after {
    bottom: 2px;
    right: 0.5rem; }

  .p-top--slide__item img {
    width: 17rem;
    height: 15rem; }

  .p-top--greeting {
    padding-top: 12rem;
    padding-bottom: 0rem; }
    .p-top--greeting::before {
      font-size: 10rem;
      top: 4rem;
      left: 10rem;
      color: #000;
      opacity: 0.1; }
    .p-top--greeting::after {
      top: -29rem;
      pointer-events: none;
      display: none; }
    .p-top--greeting__inner {
      flex-direction: column;
      padding: 0 2rem;
      margin-top: 0;
      display: flex; }
    .p-top--greeting .p-top--title1 {
      display: contents; }
      .p-top--greeting .p-top--title1__en1 {
        order: 1;
        text-align: center; }
        .p-top--greeting .p-top--title1__en1 .item {
          padding-left: 4rem; }
      .p-top--greeting .p-top--title1__jp1 {
        order: 2;
        margin-bottom: 9rem;
        text-align: center; }
    .p-top--greeting__text {
      order: 4;
      text-align: left;
      margin-top: 2.4rem; }
      .p-top--greeting__text_gp1 {
        font-size: 1.8rem;
        line-height: 185%;
        text-align: center;
        margin-top: -7.5rem; }
      .p-top--greeting__text_gp2 {
        padding-top: 1.5rem;
        font-size: 1.5rem;
        line-height: 185%;
        margin: 0 -1.8rem; }
    .p-top--greeting__bt {
      order: 5;
      padding-top: 4rem;
      align-items: center;
      width: 100%; }
      .p-top--greeting__bt .p-top--failure__btn a {
        width: 100%;
        max-width: 33.5rem; }

  .p-greeting__media {
    order: 3;
    position: relative;
    width: calc(100% + 1.2rem);
    margin: 0 -5.5rem;
    height: auto; }
    .p-greeting__media .p-greeting__image {
      border-radius: 0; }
      .p-greeting__media .p-greeting__image img {
        transform: scale(1);
        -webkit-mask-image: none;
        mask-image: none;
        border-bottom-left-radius: 13.2rem; }

  .p-top--greeting .p-greeting__media .p-greeting__badge {
    left: 2rem;
    right: auto;
    top: 60%;
    padding: 5rem 2.5rem;
    background-color: #fff;
    border-radius: 10rem;
    white-space: nowrap; }
    .p-top--greeting .p-greeting__media .p-greeting__badge .p-greeting__badge-role {
      font-size: 1.2rem;
      margin-bottom: .8rem;
      display: inline-block; }
    .p-top--greeting .p-greeting__media .p-greeting__badge .p-greeting__badge-name {
      font-size: 2.5rem;
      letter-spacing: .2rem;
      font-weight: bold; }
    .p-top--greeting .p-greeting__media .p-greeting__badge .p-greeting__badge-en span {
      font-size: 1rem; }

  .p-top--greeting__bt {
    order: 5;
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%; }
    .p-top--greeting__bt .p-top--failure__btn {
      width: 100%;
      display: flex;
      justify-content: center; }
      .p-top--greeting__bt .p-top--failure__btn a {
        width: 28rem;
        height: 6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3rem;
        padding: 0 4rem;
        position: relative; }
        .p-top--greeting__bt .p-top--failure__btn a::before {
          right: 2rem;
          width: 0.6rem;
          height: 1rem; }

  .p-top--title1__en1 {
    text-align: center; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-top--trouble {
    padding-bottom: 10rem;
    margin-bottom: -6.5rem; } }
@media (max-width: 767.5px) {
  .p-top__list li {
    width: calc((100% - 1rem) / 2); }

  .p-top--title__en1::before {
    top: 16rem;
    left: 10rem;
    width: 2rem; }

  .p-rehab-list__items {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1.5rem; }
    .p-rehab-list__items .p-rehab-list__item {
      margin: 0 auto; }
      .p-rehab-list__items .p-rehab-list__item:last-child {
        grid-column: span 2;
        justify-self: center;
        width: 100%;
        max-width: 36.6rem; }

  .p-top--cardic__tx {
    line-height: 185%;
    padding-top: 2.4rem; }

  .p-top--cardic .p-top--title1__en1 {
    padding-left: 0;
    border-bottom-left-radius: 14.6rem; }

  .p-top--cardic .p-top--title1__jp1 {
    padding-bottom: 3.6rem;
    margin-left: 4.6rem;
    padding-top: 1rem; }

  .p-greeting__media {
    order: 3;
    position: relative;
    top: 0;
    right: 0;
    width: calc(100% + 4rem);
    margin: 0 -4rem;
    height: auto; }
    .p-greeting__media .p-greeting__image {
      border-radius: 0; }
      .p-greeting__media .p-greeting__image img {
        transform: scale(1);
        -webkit-mask-image: none;
        mask-image: none;
        border-bottom-left-radius: 4rem; }
    .p-greeting__media .p-greeting__badge {
      right: 2rem;
      padding: 2.5rem 1rem; }
      .p-greeting__media .p-greeting__badge-role {
        font-size: 1.2rem; }
      .p-greeting__media .p-greeting__badge-name {
        font-size: 1.5rem;
        margin-bottom: 1rem; }
      .p-greeting__media .p-greeting__badge-en span {
        font-size: 1rem; }

  .p-top--greeting .p-top--title1__jp1 {
    order: 2;
    margin-bottom: 6rem;
    padding-left: 7rem; }

  .p-top--greeting .p-top--title1__en1 {
    text-align: center; }

  .p-top--greeting .p-greeting__media .p-greeting__badge {
    left: 2rem;
    right: auto;
    top: 61%;
    width: auto;
    max-width: 6rem;
    padding: 1rem 0.5rem;
    background-color: #fff;
    border-radius: 10rem;
    display: block;
    white-space: nowrap; }
    .p-top--greeting .p-greeting__media .p-greeting__badge p {
      display: flex;
      align-content: flex-end;
      align-items: flex-end; }

  .p-top--greeting .p-greeting__media .p-greeting__badge .p-greeting__badge-name {
    font-size: 1.5rem;
    display: inline-block; }

  .p-top--greeting__text_gp1 {
    margin-top: -0.3rem; }

  .p-top--greeting::after {
    width: 40.5rem;
    height: 54.6rem;
    top: -17rem; }

  .p-top--greeting::before {
    font-size: 4rem;
    top: 6rem;
    left: 4rem; }

  .p-top--greeting {
    padding-top: 11rem; }

  .p-top--greeting__text {
    margin-top: -3.6rem; } }
.p-top--failure {
  position: relative;
  z-index: 0; }
  .p-top--failure .p-top--title1 {
    text-align: left;
    margin-bottom: 3.6rem; }
  .p-top--failure::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 17.5rem);
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #F5F8F7; }
  .p-top--failure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 17.5rem;
    background: url(images/top-layer-tab01.png) no-repeat center top;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: -1; }
  .p-top--failure .failure-inner {
    overflow: hidden;
    position: relative;
    padding-top: 5.7rem;
    padding-bottom: 12.5rem; }
  .p-top--failure__item-titles {
    display: flex;
    justify-content: center; }
  .p-top--failure__item-01 {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 50%;
    margin-left: 14.5rem;
    padding-right: 14rem;
    padding-top: 9.8rem; }
  .p-top--failure__item-02 {
    position: relative;
    width: calc(50% + 25rem);
    display: flex;
    justify-content: flex-end;
    margin-right: -25rem;
    padding-left: .5rem;
    z-index: 0; }
    .p-top--failure__item-02 img {
      border-radius: 99rem 0 0 99rem;
      width: 100%; }
    .p-top--failure__item-02::before {
      content: "";
      position: absolute;
      width: 59.3rem;
      height: 48.6rem;
      bottom: -19rem;
      left: -15.2rem;
      background: url(images/shadow_tab01.png) no-repeat center/cover;
      z-index: -1; }
  .p-top--failure__title {
    display: flex;
    gap: 2.2rem;
    align-items: center; }
    .p-top--failure__title img {
      width: 3.2rem;
      height: 3.2rem; }
    .p-top--failure__title .title_failure h5 {
      color: #459DCA;
      font-size: 2rem;
      font-weight: bold;
      font-family: "Lato", sans-serif;
      line-height: 150%;
      letter-spacing: .2rem; }
  .p-top--failure__sub-title h4 {
    color: #2C3B57;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .6rem;
    margin-top: .5rem;
    margin-bottom: 3.7rem; }
  .p-top--failure__content h5 {
    color: #459DCA;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 207%;
    letter-spacing: 0.23rem; }
  .p-top--failure__sub-content p {
    color: #2C3B57;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 226%;
    letter-spacing: .16rem;
    margin-top: 2.1rem;
    margin-bottom: 4.9rem; }
  .p-top--failure__btn a {
    position: relative;
    width: 26rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.8rem 2rem;
    background: #F6A700;
    border-radius: 9.9rem;
    border: 1px #F6A700 solid;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: .2rem;
    line-height: 150%;
    font-weight: 400;
    z-index: 0;
    transition: all .35s; }
    .p-top--failure__btn a::before {
      content: "";
      position: absolute;
      width: 0.7rem;
      height: 1.1rem;
      background: #fff;
      mask: url(images/arrow_failure01.svg) no-repeat center;
      -webkit-mask: url(images/arrow_failure01.svg) no-repeat center;
      mask-size: contain;
      -webkit-mask-size: contain;
      top: 50%;
      transform: translateY(-50%);
      right: 2.19rem;
      transition: all .35s; }
    .p-top--failure__btn a:hover {
      background: #fff;
      color: #F6A700; }
      .p-top--failure__btn a:hover::before {
        background: #F6A700; }
  .p-top--failure__btn.vz_02 a {
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 960.5px) {
    .p-top--failure__btn.vz_02 a {
      width: 33rem;
      padding: 2.3rem 2rem; } }

.p-top--failure__tab {
  background: #fff;
  margin-top: 7rem;
  border-radius: 0 0 1rem 1rem;
  padding-bottom: 8rem;
  box-shadow: 0 2rem 5rem rgba(11, 24, 33, 0.05);
  position: relative;
  z-index: 1; }
  .p-top--failure__tab .item-menu_01 {
    width: calc((100% - 21rem) / 4);
    display: flex;
    flex-direction: column;
    align-items: center; }
    .p-top--failure__tab .item-menu_01 .item-title {
      color: #2C3B57;
      font-size: 2.4rem;
      line-height: 150%;
      letter-spacing: 0.35rem;
      font-weight: bold;
      text-align: center; }
    .p-top--failure__tab .item-menu_01 .item-img {
      width: 100%;
      margin-top: 1.5rem;
      margin-bottom: 1.7rem; }
      .p-top--failure__tab .item-menu_01 .item-img img {
        width: 100%;
        border: .3rem #509ACA solid;
        border-radius: 50%; }
    .p-top--failure__tab .item-menu_01 .item-content {
      text-align: center;
      color: #2C3B57;
      font-size: 1.6rem;
      line-height: 200%;
      letter-spacing: 0.2rem;
      font-weight: 400; }
    .p-top--failure__tab .item-menu_01 .item-btn a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 21.8rem;
      margin-left: auto;
      margin-right: auto;
      border-radius: 9.9rem;
      border: 1px #1B6A9D solid;
      padding: 1.5rem 2rem;
      margin-top: 2rem;
      color: #1B6A9D;
      font-size: 1.5rem;
      line-height: 150%;
      letter-spacing: 0rem;
      font-weight: 500;
      transition: all .35s; }
      .p-top--failure__tab .item-menu_01 .item-btn a::before {
        content: "";
        position: absolute;
        width: 0.7rem;
        height: 1.1rem;
        background: #1B6A9D;
        mask: url(images/arrow_failure01.svg) no-repeat center;
        -webkit-mask: url(images/arrow_failure01.svg) no-repeat center;
        mask-size: contain;
        -webkit-mask-size: contain;
        top: 50%;
        transform: translateY(-50%);
        right: 1.6rem;
        transition: all .35s; }
      .p-top--failure__tab .item-menu_01 .item-btn a:hover {
        background: #1B6A9D;
        opacity: 1;
        color: #fff; }
        .p-top--failure__tab .item-menu_01 .item-btn a:hover::before {
          background: #fff; }
  .p-top--failure__tab .top_menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .2rem; }
    .p-top--failure__tab .top_menu-list li {
      width: calc((100% - 0.6rem) / 4); }
      .p-top--failure__tab .top_menu-list li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3.5rem 1rem;
        background: #509ACA;
        color: #fff;
        font-size: 2rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.2rem; }
      .p-top--failure__tab .top_menu-list li:first-child a {
        border-radius: 1rem 0 0 0; }
      .p-top--failure__tab .top_menu-list li:nth-child(2) a {
        background: #EA637B; }
      .p-top--failure__tab .top_menu-list li:nth-child(3) a {
        background: #A5CC3E; }
      .p-top--failure__tab .top_menu-list li:last-child a {
        border-radius: 0 1rem 0 0;
        background: #F6A700; }

.top_failure-sub .sub_menu-list a {
  color: #262626;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.top_failure-sub .sub_menu-list-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.5rem;
  margin-top: 5rem;
  max-width: 63rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .top_failure-sub .sub_menu-list-01 li {
    width: calc((100% - 1rem) / 2); }
  .top_failure-sub .sub_menu-list-01 a {
    padding: 2rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    border: 1px #509ACA solid;
    transition: all .35s; }
    .top_failure-sub .sub_menu-list-01 a:hover {
      opacity: 1;
      color: #fff;
      background: #509ACA; }

.top_failure-sub_02 {
  display: flex;
  justify-content: center;
  max-width: 133.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9.5rem;
  gap: 7rem; }
  .top_failure-sub_02 .sub_menu-list-02 {
    margin-top: .6rem; }
    .top_failure-sub_02 .sub_menu-list-02 a {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2.2rem 2rem;
      background: #fff;
      border: 1px #EA637B solid;
      color: #262626;
      width: 31rem;
      border-radius: 1rem;
      margin-bottom: 2rem;
      transition: all .35s; }
      .top_failure-sub_02 .sub_menu-list-02 a:hover {
        opacity: 1;
        background: #EA637B;
        color: #fff; }
    .top_failure-sub_02 .sub_menu-list-02 li:last-child a {
      margin-bottom: 0; }
  .top_failure-sub_02 .failure-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    counter-reset: step; }
  .top_failure-sub_02 .failure-nav .nav {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 5.8rem;
    font-size: 2.4rem;
    color: #828DA2;
    letter-spacing: 0.2rem; }
  .top_failure-sub_02 .failure-nav .nav::before {
    counter-increment: step;
    content: counter(step,decimal-leading-zero);
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: #EA637B;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    margin-right: 2rem; }
  .top_failure-sub_02 .failure-nav .nav::after {
    content: "";
    position: absolute;
    right: -3.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.55rem;
    height: 2.9rem;
    background: url(images/failure-arrow01.png) no-repeat center;
    background-size: contain; }
  .top_failure-sub_02 .failure-nav .nav:last-child {
    margin-right: 0; }
    .top_failure-sub_02 .failure-nav .nav:last-child::after {
      display: none; }
  .top_failure-sub_02 .failure-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    max-width: 95.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem; }
    .top_failure-sub_02 .failure-images .failure-img {
      width: calc((100% - 7.501rem) / 4); }
      .top_failure-sub_02 .failure-images .failure-img img {
        width: 100%; }
  .top_failure-sub_02 .failure-content {
    font-size: 1.6rem;
    font-weight: 400;
    color: #2C3B57;
    line-height: 150%;
    letter-spacing: 0.18rem; }
  .top_failure-sub_02 .failure-btn a {
    position: relative;
    width: 26rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.8rem 2rem;
    background: #EA637B;
    border-radius: 9.9rem;
    border: 1px #EA637B solid;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: .2rem;
    line-height: 150%;
    font-weight: 400;
    z-index: 0;
    transition: all .35s;
    margin-top: 3.2rem; }
    .top_failure-sub_02 .failure-btn a::before {
      content: "";
      position: absolute;
      width: 0.7rem;
      height: 1.1rem;
      background: #fff;
      mask: url(images/arrow_failure01.svg) no-repeat center;
      -webkit-mask: url(images/arrow_failure01.svg) no-repeat center;
      mask-size: contain;
      -webkit-mask-size: contain;
      top: 50%;
      transform: translateY(-50%);
      right: 2.19rem;
      transition: all .35s; }
    .top_failure-sub_02 .failure-btn a:hover {
      background: #fff;
      opacity: 1;
      color: #EA637B; }
      .top_failure-sub_02 .failure-btn a:hover::before {
        background: #EA637B; }
  .top_failure-sub_02 .menu_01-content-02_tab02 {
    margin-top: 2.6rem;
    gap: 3rem; }
  .top_failure-sub_02 .box-2_tab-2_image {
    width: 48%; }
    .top_failure-sub_02 .box-2_tab-2_image img {
      border-radius: 1rem;
      width: 100%; }
  .top_failure-sub_02 .box-2_tab-2_content {
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .top_failure-sub_02 .box-2_tab-2_content-title {
    color: #2C3B57;
    font-size: 3.4rem;
    font-weight: 500;
    letter-spacing: 0.52rem;
    line-height: 150%;
    text-align: center; }
  .top_failure-sub_02 .box-2_tab-2_content-text {
    color: #2C3B57;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
    line-height: 215%;
    margin-top: 1.6rem;
    margin-bottom: .4rem; }
  .top_failure-sub_02 .box-2_tab-2_content-btn {
    margin-left: auto;
    margin-right: auto; }

.top_failure-subs .menu_01-content-01 {
  max-width: 121rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 7rem; }

.top_failure-sub .sub_menu-list-03 a {
  border: 1px #A5CC3E solid; }
  .top_failure-sub .sub_menu-list-03 a:hover {
    background: #A5CC3E; }

.menu_01-content-03 {
  gap: 7.6rem; }

.top_failure-sub_03 {
  max-width: 104.5rem;
  margin-top: 0; }
  .top_failure-sub_03 .failure-btn a {
    background: #A5CC3E;
    border: 1px #A5CC3E solid; }
    .top_failure-sub_03 .failure-btn a:hover {
      color: #A5CC3E; }
      .top_failure-sub_03 .failure-btn a:hover::before {
        background: #A5CC3E; }
  .top_failure-sub_03 .box-2_tab-2_image {
    width: 43.5%;
    margin-top: 3rem; }
  .top_failure-sub_03 .box-2_tab-2_content {
    margin-top: 2.3rem; }
  .top_failure-sub_03 .box-2_tab-2_content-text {
    margin-top: 3rem;
    margin-bottom: 1.2rem; }

.menu_01-content-04 {
  margin-top: 11.2rem; }

.top_failure-sub_04 .failure-btn a {
  background: #F6A700;
  border: 1px #F6A700 solid; }
  .top_failure-sub_04 .failure-btn a:hover {
    color: #F6A700; }
    .top_failure-sub_04 .failure-btn a:hover::before {
      background: #F6A700; }

.top_failure-main .menu_view-01 {
  display: none; }
  .top_failure-main .menu_view-01.active {
    display: block; }

.top_failure-subs .medical_view {
  display: none; }
.top_failure-subs .menu_01-content-01.active {
  display: flex;
  justify-content: center; }
.top_failure-subs .menu_01-content-02_tab01.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
.top_failure-subs .menu_01-content-02_tab02.active {
  display: flex; }
.top_failure-subs .menu_01-content-03.active {
  display: flex;
  justify-content: center; }

.top_menu-list li a {
  position: relative;
  z-index: 0;
  background: #509ACA; }
  .top_menu-list li a.active::before {
    content: "";
    position: absolute;
    width: 2.8rem;
    height: 2rem;
    bottom: -1.3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: inherit; }

.sub_menu-list-01 li a {
  position: relative;
  z-index: 0; }
  .sub_menu-list-01 li a.active {
    background: #509ACA;
    color: #fff; }
    .sub_menu-list-01 li a.active::before {
      content: "";
      position: absolute;
      width: 2.8rem;
      height: 2rem;
      background: inherit;
      bottom: -1.3rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
      clip-path: polygon(50% 100%, 0 0, 100% 0); }

.sub_menu-list-03 li a.active {
  background: #A5CC3E; }

.sub_menu-list-02 li a {
  position: relative;
  z-index: 0; }
  .sub_menu-list-02 li a.active {
    color: #fff;
    background: #EA637B; }
    .sub_menu-list-02 li a.active::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 2.8rem;
      background: inherit;
      right: -1.6rem;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1;
      clip-path: polygon(0 100%, 0 0, 100% 50%);
      z-index: -1; }

.p-top-faq {
  background: #F5F7FA;
  padding-bottom: 7.5rem;
  padding-top: 11.5rem; }
  .p-top-faq .p-top--title1 {
    margin-bottom: 6rem; }
  .p-top-faq .faq-box {
    counter-reset: count_faq;
    margin-bottom: 5rem; }
  .p-top-faq .item-faq {
    background: #fff;
    margin-bottom: 1rem;
    border-radius: 1rem; }
  .p-top-faq .faq-title {
    padding: 3rem 6rem 3rem 12rem;
    position: relative;
    z-index: 0;
    cursor: pointer; }
    .p-top-faq .faq-title h4 {
      color: #262626;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0; }
    .p-top-faq .faq-title .plus {
      position: absolute;
      top: 50%;
      right: 2.5rem;
      transform: translateY(-50%);
      width: 15px;
      height: 15px; }
      .p-top-faq .faq-title .plus::before {
        content: "";
        position: absolute;
        width: 0.2rem;
        height: 100%;
        inset: 0;
        background: #339ACC;
        transition: all .35s; }
      .p-top-faq .faq-title .plus::after {
        position: absolute;
        content: "";
        width: .2rem;
        height: 100%;
        inset: 0;
        background: #339ACC;
        transform: rotate(90deg);
        transition: all .35s; }
    .p-top-faq .faq-title::before {
      position: absolute;
      content: "Q." counter(count_faq,decimal-leading-zero);
      counter-increment: count_faq;
      width: 8rem;
      height: 4.2rem;
      background: #339ACC;
      border-radius: 9.9rem;
      color: #FFF;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 220%;
      letter-spacing: 0;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      left: 2.5rem;
      transition: all .35s; }
    .p-top-faq .faq-title:hover::before {
      background: #F6A700; }
    .p-top-faq .faq-title:hover .plus::before {
      background: #F6A700; }
    .p-top-faq .faq-title:hover .plus::after {
      background: #F6A700; }
  .p-top-faq .faq-content {
    display: none;
    padding: 0 2.5rem 2.5rem 2.5rem; }
    .p-top-faq .faq-content-container p {
      color: #262626;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      padding: 2rem;
      border: 1px #262626 solid;
      border-radius: 1rem; }
  .p-top-faq .item-faq.active .plus::before {
    transform: rotate(90deg);
    opacity: 0; }

.p-top--clinic {
  position: relative;
  background: #509ACA;
  padding: 11.3rem 0 10rem 0;
  opacity: 1;
  z-index: 0; }
  .p-top--clinic::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/bg_clinic.jpg) no-repeat center/cover;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1; }
  .p-top--clinic .p-top--title1 {
    margin-bottom: 6rem; }
    .p-top--clinic .p-top--title1 h3 {
      color: #fff; }
    .p-top--clinic .p-top--title1 p {
      color: #fff; }
  .p-top--clinic .p-clinic-container {
    display: flex;
    justify-content: center;
    gap: 4.5rem;
    flex-wrap: wrap;
    align-items: flex-start; }
  .p-top--clinic .p-clinic-item:first-child {
    width: 45.9%; }
    .p-top--clinic .p-clinic-item:first-child .p-clinic-image {
      display: none;
      margin-top: 4rem; }
    .p-top--clinic .p-clinic-item:first-child .p-footer__logo {
      margin-top: 2.6rem;
      margin-bottom: 2.6rem;
      margin-left: 5rem; }
    .p-top--clinic .p-clinic-item:first-child .p-footer__desc p {
      color: #fff;
      margin-bottom: 1.2rem;
      letter-spacing: .2rem; }
    .p-top--clinic .p-clinic-item:first-child .p-clinic_tel-link {
      margin-bottom: 3.8rem;
      width: 85%; }
      .p-top--clinic .p-clinic-item:first-child .p-clinic_tel-link a {
        background: #FFF;
        border-radius: 1.5rem;
        padding: 1rem 1rem 0.9rem 1rem;
        display: block;
        text-align: center; }
      .p-top--clinic .p-clinic-item:first-child .p-clinic_tel-link .tel-title {
        color: #3f3f3f;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 135%;
        letter-spacing: 0;
        display: block; }
      .p-top--clinic .p-clinic-item:first-child .p-clinic_tel-link .tel {
        position: relative;
        color: #37919A;
        font-size: 4.5rem;
        font-weight: bold;
        line-height: 135%;
        letter-spacing: .25rem;
        z-index: 0;
        display: inline-block;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 4rem;
        margin-bottom: -0.4rem; }
        .p-top--clinic .p-clinic-item:first-child .p-clinic_tel-link .tel::before {
          content: "";
          position: absolute;
          width: 3.5rem;
          height: 3.5rem;
          top: 50%;
          left: 0;
          transform: translateY(-40%);
          background: url(images/tel-icon02.png) no-repeat center/cover;
          z-index: -1; }
      .p-top--clinic .p-clinic-item:first-child .p-clinic_tel-link .tel-time {
        color: #3f3f3f;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 135%;
        letter-spacing: 0;
        display: block; }
    .p-top--clinic .p-clinic-item:first-child .clinic-btn {
      margin-bottom: 3rem; }
      .p-top--clinic .p-clinic-item:first-child .clinic-btn a {
        position: relative;
        width: 32.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.8rem 2rem;
        border-radius: 9.9rem;
        border: 1px #FFF solid;
        font-size: 1.6rem;
        color: #fff;
        letter-spacing: .2rem;
        line-height: 150%;
        font-weight: bold;
        z-index: 0;
        transition: all .35s; }
        .p-top--clinic .p-clinic-item:first-child .clinic-btn a::before {
          content: "";
          position: absolute;
          width: 0.689rem;
          height: 0.796rem;
          background: #fff;
          mask: url(images/arrow_clinic01.svg) no-repeat center;
          -webkit-mask: url(images/arrow_clinic01.svg) no-repeat center;
          mask-size: contain;
          -webkit-mask-size: contain;
          top: 50%;
          transform: translateY(-50%);
          right: 2.19rem;
          transition: all .35s; }
        .p-top--clinic .p-clinic-item:first-child .clinic-btn a:hover {
          opacity: 1;
          background: #F6A700;
          border: 1px #F6A700 solid; }
    .p-top--clinic .p-clinic-item:first-child .p-footer__schedule {
      width: 100%; }
    .p-top--clinic .p-clinic-item:first-child .p-footer__schedule dl {
      border-bottom: #FFF solid 1px; }
    .p-top--clinic .p-clinic-item:first-child .p-footer__schedule dl:first-child {
      border-bottom: #FFF solid 1px;
      background: none;
      border-radius: 0; }
      .p-top--clinic .p-clinic-item:first-child .p-footer__schedule dl:first-child dt {
        padding: 1.6rem 3.5rem;
        letter-spacing: .1rem; }
    .p-top--clinic .p-clinic-item:first-child .p-footer__schedule dl dt {
      text-align: left;
      padding: 1.6rem 2rem; }
    .p-top--clinic .p-clinic-item:first-child .p-footer__schedule dl dt,
    .p-top--clinic .p-clinic-item:first-child .p-footer__schedule dl dd {
      color: #FFF; }
    .p-top--clinic .p-clinic-item:first-child .p-footer__schedule ul {
      list-style: disc;
      margin: 1.5rem 0 0 2.1rem; }
      .p-top--clinic .p-clinic-item:first-child .p-footer__schedule ul li {
        color: #FFF;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0; }
    .p-top--clinic .p-clinic-item:first-child .p-clinic-item_box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .p-top--clinic .p-clinic-item:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
    width: 50.2%; }
    .p-top--clinic .p-clinic-item:last-child .p-clinic-image img {
      width: 100%;
      border-radius: 2rem; }
    .p-top--clinic .p-clinic-item:last-child .p-clinic-banner img {
      width: 100%;
      border-radius: 1rem; }

.p-top--column {
  padding: 11.5rem 0; }
  .p-top--column.vz-02 {
    padding-top: 0; }
  .p-top--column .p-top--title1 {
    margin-bottom: 6rem; }
  .p-top--column .cate__list-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6.5rem;
    margin-bottom: 3rem; }
    .p-top--column .cate__list-01 a {
      font-size: 1.6rem;
      color: #000;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0; }
  .p-top--column .c-top__column--list {
    position: relative;
    z-index: 0; }
    .p-top--column .c-top__column--list .c-top__column--item {
      margin: 0 1rem; }
    .p-top--column .c-top__column--list .slick-arrow {
      font-size: 0; }
    .p-top--column .c-top__column--list .slick-prev {
      position: absolute;
      width: 5rem;
      height: 5rem;
      top: 41%;
      transform: translateY(-50%);
      left: -2.8rem;
      background: url(images/arrow_col01.png) no-repeat center/cover;
      z-index: 1; }
    .p-top--column .c-top__column--list .slick-next {
      position: absolute;
      width: 5rem;
      height: 5rem;
      top: 31%;
      right: -2.8rem;
      background: url(images/arrow_col01.png) no-repeat center/cover;
      transform: scaleX(-1); }
  .p-top--column .c-top__column--img {
    position: relative;
    z-index: 0;
    margin-bottom: 1.5rem; }
    .p-top--column .c-top__column--img img {
      border-radius: 1rem; }
    .p-top--column .c-top__column--img .c-top__column--badge {
      position: absolute;
      display: block;
      top: .8rem;
      left: .4rem;
      padding: .4rem 1rem;
      color: #FFF;
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      background: #509ACA;
      border-radius: 9.9rem;
      min-width: 8rem;
      text-align: center; }
  .p-top--column .c-top__column--cont a {
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
    line-height: 170%;
    letter-spacing: 0; }
  .p-top--column .p-top--column__list {
    margin-bottom: 4.3rem; }
  .p-top--column .column_btn a {
    margin-left: auto;
    margin-right: auto;
    width: 33rem; }

.archive .p-top--column {
  padding-top: 0; }
.archive .p-top--column__cat {
  max-width: 123rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
.archive time.c-top__column--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: #0094DB;
  transition: ease-in-out .3s;
  margin-bottom: 1rem;
  display: inline-block; }
.archive .p-top--column .c-top__column--cont 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; }
.archive .p-top--column .c-top__column--cont .c-top__column--content {
  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; }

.p-top--column .cate__list-01 a:hover {
  color: #0094DB;
  font-weight: bold; }

.p-top--column .cate__list-01 a.active {
  color: #0094DB;
  font-weight: bold; }

@media (max-width: 960px) {
  .p-top--failure {
    margin-top: 0;
    padding-top: 5rem; }
    .p-top--failure::before {
      height: calc(100% - 3.5rem); }
    .p-top--failure::after {
      height: 3.5rem; }
    .p-top--failure .failure-inner {
      padding-top: 2rem;
      padding-bottom: 7rem; }

  .p-top--failure__title {
    gap: 1rem; }
    .p-top--failure__title .title_failure h5 {
      font-size: 1.8rem; }

  .p-top--failure__sub-title h4 {
    font-size: 3rem;
    margin-bottom: 1.7rem;
    line-height: 185%; }

  .p-top--failure__content h5 {
    font-size: 2rem;
    line-height: 185%; }

  .p-top--failure__sub-content p {
    font-size: 1.5rem;
    margin-top: 1.1rem;
    margin-bottom: 2.9rem;
    line-height: 185%; }

  .p-top--failure__item-titles {
    flex-wrap: wrap; }

  .p-top--failure__item-01 {
    order: 2;
    width: 100%;
    margin-left: 0rem;
    padding-right: 0rem;
    padding-top: 3.8rem;
    align-items: center;
    position: relative;
    z-index: 0; }
    .p-top--failure__item-01 .p-top--failure__content {
      margin-top: 2rem; }
  .p-top--failure__item-02 {
    order: 1;
    width: 100%;
    margin-right: 0;
    padding-left: 0; }
    .p-top--failure__item-02::before {
      width: 32.3rem;
      height: 25.6rem;
      bottom: -9rem;
      left: -3.2rem; }
    .p-top--failure__item-02 img {
      border-radius: 0; }

  .p-top--failure__tab {
    padding-bottom: 6rem; }
    .p-top--failure__tab .top_menu-list li a {
      padding: 1.5rem 0.5rem;
      text-align: center;
      font-size: 1.5rem; }

  .p-top--failure__tab .top_menu-list li:first-child a {
    letter-spacing: -0.05rem; }

  .top_failure-sub .sub_menu-list-01 {
    margin-bottom: 2.5rem;
    margin-top: 3rem;
    max-width: 32rem; }

  .top_failure-sub .sub_menu-list-01 a {
    padding: 1rem 1rem; }

  .top_failure-sub .sub_menu-list a {
    font-size: 1.4rem; }

  .p-top--failure__tab .item-menu_01 {
    width: calc((100% - 1rem) / 2); }

  .top_failure-subs .menu_01-content-01 {
    max-width: 32rem;
    gap: 3rem 1rem; }

  .top_failure-subs .menu_01-content-01.active {
    flex-wrap: wrap; }

  .p-top--failure__tab .item-menu_01 .item-title {
    letter-spacing: 0;
    font-size: 1.7rem; }

  .p-top--failure__tab .item-menu_01 .item-img {
    width: 80%;
    margin-top: 1.5rem;
    margin-bottom: 1.7rem; }

  .p-top--failure__tab .item-menu_01 .item-content {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 185%; }

  .p-top--failure__tab .item-menu_01 .item-btn a {
    width: 13.8rem;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    font-size: 1.3rem;
    letter-spacing: 0rem; }

  .p-top--failure__tab .item-menu_01 .item-content {
    letter-spacing: -0.08rem; }

  .p-top-faq .faq-title h4 {
    font-size: 1.5rem; }

  .p-top-faq .faq-title {
    padding: 3rem 6rem 3rem 9rem; }

  .p-top-faq .faq-title::before {
    width: 6rem;
    height: 3.2rem;
    font-size: 1.5rem;
    line-height: 205%;
    left: 1.5rem; }

  .p-top-faq .faq-content-container p {
    font-size: 1.5rem;
    padding: 1rem; }

  .p-top--clinic .p-clinic-item:first-child .p-clinic-image {
    display: flex;
    justify-content: center; }
    .p-top--clinic .p-clinic-item:first-child .p-clinic-image img {
      border-radius: .5rem; }

  .p-top--clinic .p-clinic-item:last-child .p-clinic-image {
    display: none; }

  .p-top--clinic .p-clinic-item:first-child .p-footer__logo {
    margin-left: 1rem; }

  .p-top--clinic .p-clinic-item:first-child {
    width: 100%; }

  .p-top--clinic .p-clinic-item:last-child {
    width: 100%; }

  .p-top--column .c-top__column--list .slick-next {
    display: none !important; }

  .p-top--column .c-top__column--list .slick-prev {
    display: none !important; }

  .p-top--column .c-top__column--cont a {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

  .p-top--column .c-top__column--img .c-top__column--badge {
    font-size: 1rem; }

  .archive .p-top--column .c-top__column--cont a {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-top--failure::before {
    height: calc(100% - 6.5rem); }
  .p-top--failure::after {
    height: 6.5rem; }

  .top_failure-subs .menu_01-content-01 {
    max-width: 72rem;
    gap: 3rem 2rem; }

  .p-top--failure__tab .item-menu_01 {
    width: calc((100% - 6rem) / 4); }

  .p-top--failure__tab .item-menu_01 .item-img {
    width: 100%; }

  .p-top--failure__tab .item-menu_01 .item-content {
    min-height: 11rem; }

  .top_failure-sub_02 {
    flex-wrap: wrap;
    margin-top: 3.5rem;
    gap: 4rem; }

  .top_failure-sub_02 .sub_menu-list-02 {
    display: flex;
    margin-top: 0;
    width: 100%;
    padding: 0 1rem;
    gap: .5rem; }

  .top_failure-sub_02 .sub_menu-list-02 li {
    width: calc((100% - 1.501rem) / 4); }

  .top_failure-sub_02 .sub_menu-list-02 a {
    width: 100%;
    padding: 1.2rem 0.5rem;
    margin-bottom: 0; }

  .sub_menu-list-02 li a.active::before {
    width: 2.8rem;
    height: 2rem;
    top: 90%;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%); }

  .top_failure-sub_02 .failure-nav .nav {
    font-size: 1.4rem;
    letter-spacing: 0; }

  .top_failure-sub_02 .failure-nav .nav::before {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
    font-size: var(--size-p); }

  .top_failure-sub_02 .failure-nav .nav::after {
    height: 1.9rem; }

  .top_failure-sub_02 .failure-images {
    max-width: 72.5rem;
    gap: 1rem; }

  .top_failure-sub_02 .failure-images .failure-img {
    width: calc((100% - 3.01rem) / 4); }

  .top_failure-sub_02 .failure-content {
    font-size: 1.4rem;
    padding: 0 1rem;
    text-align: center; }

  .top_failure-sub_02 .failure-btn a {
    width: 20rem;
    padding: 1rem 2rem;
    font-size: 1.4rem; }

  .top_failure-sub_02 .menu_01-content-02_tab02 {
    gap: 2rem;
    margin-top: 0;
    padding: 0 1rem; }

  .top_failure-sub_02 .box-2_tab-2_image {
    width: 100%; }

  .top_failure-sub_02 .box-2_tab-2_content-title {
    font-size: 2.4rem; }

  .top_failure-sub_02 .box-2_tab-2_content-text {
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 185%; }

  .menu_01-content-03 {
    gap: 2rem;
    padding: 0 1rem; }

  .top_failure-sub_03 .box-2_tab-2_image {
    width: 200%; }

  .menu_01-content-04 {
    margin-top: 0; }

  .top_failure-sub_03 .box-2_tab-2_content-text {
    margin-top: 2rem; }

  .p-top--clinic .p-clinic-item:first-child .p-footer__logo {
    margin-left: 4rem; } }
@media (max-width: 960px) {
  .p-top--column .cate__list-01 {
    margin-top: 3rem; } }
@media (max-width: 767px) {
  .top_failure-sub_02 {
    flex-wrap: wrap;
    gap: 5rem;
    max-width: 34.4rem;
    margin-top: 3.5rem; }

  .top_failure-sub_02 .sub_menu-list-02 {
    margin-top: 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0 1rem;
    justify-content: center; }

  .top_failure-sub_02 .sub_menu-list-02 a {
    padding: 0.5rem 1rem;
    width: 15rem;
    margin-bottom: 1rem;
    line-height: 100%;
    text-align: center;
    height: 100%; }

  .top_failure-sub_02 .failure-nav {
    flex-wrap: wrap;
    gap: 1.8rem 3rem;
    margin-left: 1rem;
    margin-right: 1rem; }

  .top_failure-sub_02 .failure-nav .nav {
    font-size: 1.4rem;
    width: calc((100% - 3.01rem) / 2);
    margin-right: 0; }

  .sub_menu-list-02 li a.active::before {
    display: none;
    width: 2.8rem;
    height: 2rem;
    bottom: -1.6rem;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    right: 100%;
    top: 98%; }

  .sub_menu-list-01 li a.active::before {
    display: none; }

  .top_failure-sub_02 .failure-nav .nav::before {
    width: 5rem;
    height: 5rem;
    font-size: 1.4rem;
    margin-right: 1rem; }

  .top_failure-sub_02 .failure-nav .nav::after {
    content: none; }

  .top_failure-sub_02 .failure-images {
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 34.5rem;
    padding: 0 1rem; }

  .top_failure-sub_02 .failure-images .failure-img {
    width: calc((100% - 1.501rem) / 2); }

  .top_failure-sub_02 .failure-btn a {
    width: 16rem;
    padding: 0.8rem 1rem;
    font-size: 1.3rem;
    margin-top: 2.2rem; }

  .top_failure-sub_02 .failure-content {
    font-size: 1.3rem;
    text-align: center;
    padding: 0 1rem; }

  .top_failure-sub_02 .menu_01-content-02_tab02 {
    margin-top: 0.6rem;
    gap: 1rem; }

  .top_failure-sub_02 .box-2_tab-2_image {
    width: 100%;
    padding: 0 1rem; }

  .top_failure-sub_02 .box-2_tab-2_content-title {
    font-size: 2.4rem;
    padding: 0 1rem; }

  .top_failure-subs .menu_01-content-02_tab02.active {
    flex-wrap: wrap; }

  .top_failure-sub_02 .box-2_tab-2_content-text {
    font-size: 1.3rem;
    text-align: center;
    padding: 0 1rem;
    line-height: 185%; }

  .top_failure-subs .menu_01-content-03.active {
    flex-wrap: wrap; }

  .top_failure-sub_03 .box-2_tab-2_image {
    margin-top: 0; }

  .menu_01-content-03 {
    gap: .6rem; }

  .top_failure-sub_03 .box-2_tab-2_content-text {
    margin-top: 1rem;
    margin-bottom: 0; }

  .menu_01-content-04 {
    margin-top: 1.2rem; }

  .p-top-faq {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem; }

  .p-top-faq .faq-title {
    padding: 2.5rem 4rem 1.5rem 1.5rem; }

  .p-top-faq .faq-title .plus {
    right: 0.5rem; }

  .p-top-faq .item-faq {
    margin-bottom: 4rem; }

  .p-top--failure__btn a {
    line-height: 185%;
    padding: 1rem 2rem; }

  .p-top-faq .faq-btn a {
    width: 26rem;
    padding: 1rem 2rem; }

  .p-top-faq .faq-title::before {
    width: 5rem;
    height: 3.2rem;
    line-height: 200%;
    left: 1.5rem;
    top: 0; }

  .p-top-faq .faq-content-container p {
    border: none;
    background: rgba(246, 167, 0, 0.09);
    line-height: 185%; }

  .p-top-faq .faq-title h4 {
    line-height: 185%; }

  .p-top-faq .faq-content {
    padding: 0 1.5rem 1.5rem 1.5rem; }

  .p-top-faq .faq-box {
    margin-bottom: 2rem;
    margin-top: 2rem; }

  .p-top--clinic {
    padding: 4.5rem 0 4.5rem 0; }

  .p-top--clinic .p-clinic-item:first-child .p-clinic_tel-link {
    width: 100%; }

  .p-top--clinic .p-clinic-item:first-child .p-clinic_tel-link .tel {
    font-size: 2.5rem;
    padding-left: 3rem; }

  .p-top--clinic .p-clinic-item:first-child .p-clinic_tel-link .tel::before {
    width: 2.5rem;
    height: 2.5rem;
    transform: translateY(-50%); }

  .p-top--clinic .p-clinic-item:first-child .p-clinic_tel-link {
    margin-bottom: 1.8rem; }

  .p-top--clinic .p-clinic-item:first-child .p-clinic_tel-link .tel-time {
    font-size: 1.5rem; }

  .p-top--clinic .p-clinic-item:first-child .clinic-btn a {
    width: 24.4rem;
    padding: 1.4rem 2rem;
    font-size: 1.3rem; }

  .p-top--clinic .p-clinic-item:first-child .p-footer__schedule dl:first-child dt {
    padding: 1.6rem 1.5rem; }

  .p-top--clinic .p-clinic-item:first-child .p-footer__schedule dl dt {
    padding: 1.6rem 1rem; }

  .p-top--column {
    padding: 4.5rem 0; }

  .p-top--column .cate__list-01 {
    justify-content: space-around;
    gap: 1rem 2rem;
    flex-wrap: wrap;
    margin-top: 2rem; }

  .p-top--column .cate__list-01 a {
    font-size: 1.4rem; }

  .p-top--column .c-top__column--cont a {
    font-size: 1.4rem; }

  .p-top--column .column_btn a {
    width: 26rem;
    padding: 0.8rem 2rem; }

  .archive time.c-top__column--date {
    padding: 0.5rem 0.5rem;
    font-size: 1rem; } }
#toc_container {
  border: 0;
  border-radius: 0.8rem;
  padding: 3rem;
  margin-bottom: 10rem;
  width: 100%;
  max-width: 55%;
  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: 30.2%;
  margin-left: auto;
  margin-right: 5rem;
  border-radius: 0.8rem;
  padding: 2rem;
  margin-top: -13.5rem;
  position: relative;
  z-index: 2;
  background-color: #ea637b; }
  .p-doctor-message__name {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 2rem; }
  .p-doctor-message p {
    color: #ffffff; }
  @media (max-width: 960px) {
    .p-doctor-message {
      padding: 3rem 2rem;
      margin-top: -2rem;
      max-width: 87%;
      margin-right: auto; }
      .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: 1rem 5rem 1rem 3rem;
  color: var(--main-color-white);
  margin-top: 2rem;
  font-size: Max(var(--size-p), 14px);
  position: relative;
  opacity: 1;
  transition: ease all 0.35s; }
  .p-link:hover {
    background-color: var(--main-color); }
  .p-link::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1.5rem;
    background-color: #ffffff;
    clip-path: polygon(100% 50%, 0 0, 0 100%); }
  @media (max-width: 960px) {
    .p-link {
      padding: 1rem 3rem 1rem 2rem; } }

/*# sourceMappingURL=style.css.map */
