@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic: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.8rem, 14px); }
  @media (max-width: 1440px) and (min-width: 961px) {
    :root {
      --font-size-html: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    :root {
      --font-size-html: 1.30208vw; } }
  @media (max-width: 767px) {
    :root {
      --font-size-html: 2.66667vw;
      --size-p: max(1.5rem, 14px); } }

html {
  font-size: var(--font-size-html); }

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.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: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4; }

a {
  transition: color 0.3s ease, opacity 0.3s ease; }
  a:hover {
    opacity: 0.7; }
  a:focus-visible {
    outline: 0.2rem solid #1a73e8;
    outline-offset: 0.2rem; }

img {
  vertical-align: bottom; }

p {
  font-size: var(--size-p);
  line-height: 185%;
  letter-spacing: .05em;
  font-weight: 500; }
  @media (max-width: 960px) {
    p {
      text-align: justify;
      letter-spacing: .02em; } }

::selection {
  background-color: #1a73e8;
  color: #fff; }

.u-hidden {
  display: none; }

@media (min-width: 768px) {
  .u-sp-only {
    display: none; } }

.u-pc-only {
  display: none; }
  @media (min-width: 768px) {
    .u-pc-only {
      display: block; } }

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex;
  flex-wrap: wrap; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.d-none {
  display: none; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

.p-text-center {
  text-align: center; }

@media (min-width: 960.5px) {
  .u-sp {
    display: none; } }
@media (max-width: 960px) {
  .u-pc {
    display: none; } }
.u-mt-0 {
  margin-top: 0; }

.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; }

.c-button__tel a {
  color: #8ec3cd;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0;
  background: url(images/tel-icon01.png) no-repeat center left;
  background-size: 2.8rem;
  display: inline-block;
  padding-left: 4rem; }
  .c-button__tel a.none_link {
    pointer-events: none; }
.c-button__tel.vz-02 a {
  font-size: 3.4rem;
  color: #5a5a5a; }

.p-header {
  height: 12rem; }
  .p-header__inner {
    background: #fff;
    position: fixed;
    z-index: 55;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.35s; }
    .p-header__inner .c-button__tel {
      margin-right: 7.5rem; }
  .p-header__wrap {
    max-width: 156rem;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 6rem;
    background: #fff;
    border-radius: 0 0 2rem 2rem;
    transition: all 0.35s; }
  .p-header__logo--img img {
    width: 39.3rem; }
  .p-header__gp {
    margin-bottom: 0.5rem;
    transition: all 0.35s; }
  .p-header__list li {
    padding-left: 3.6rem;
    color: #333333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 195%;
    letter-spacing: 0;
    background: url(images/location-icon01.png) no-repeat center left;
    background-size: 2.4rem; }
    .p-header__list li.vz-02 {
      background-image: url(images/location-icon02.png);
      background-size: 2.6rem; }
  .p-header__menu li a {
    color: #333333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 195%;
    letter-spacing: 0;
    transition: ease-in-out all 0.35s; }
  .p-header__menu li.current_page_item a, .p-header__menu li.current-menu-parent a {
    color: #317d8c; }

.p-header__menu--tab {
  display: none; }

@media (min-width: 960.5px) {
  .c-hamburger {
    display: none; }

  .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: -2rem;
    top: 3.5rem;
    transition: all 0.3s ease;
    width: 30rem; }
    .p-header__menu--01 li .sub-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 0.5rem);
      left: 0;
      bottom: 0;
      z-index: -1;
      background: #8ec3cd; }
    .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: 2.7rem;
          -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: 0.5rem 0 0; }
  .p-header__menu--01 li:hover.menu-item-has-children > a::before {
    opacity: 1; }

  .home .p-header {
    height: auto; }
    .home .p-header__inner:not(.active) {
      background: transparent; }
      .home .p-header__inner:not(.active) .p-header__gp {
        margin-bottom: 2.8rem; }
      .home .p-header__inner:not(.active) .p-header__wrap {
        padding-top: 0.8rem;
        padding-bottom: 2rem; }
      .home .p-header__inner:not(.active) .p-header__menu--01 li:hover .sub-menu {
        padding: 2rem 0 0; }
        .home .p-header__inner:not(.active) .p-header__menu--01 li:hover .sub-menu::before {
          height: calc(100% - 2rem); }
      .home .p-header__inner:not(.active) .p-header__menu--01 li.vz-02 .sub-menu {
        top: 14rem;
        padding: 3rem 10rem 5rem !important; }
        .home .p-header__inner:not(.active) .p-header__menu--01 li.vz-02 .sub-menu::before {
          height: calc(100% - 2.1rem); } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .home .p-header__inner:not(.active) .p-header__gp {
    margin-bottom: .5rem; }
  .home .p-header__inner:not(.active) .p-header__menu--01 li.vz-02 .sub-menu {
    top: 11.8rem; } }
@media (max-width: 960px) {
  .p-header {
    height: 6rem; }
    .p-header__wrap {
      padding: 0.35rem 0; }
    .p-header__menu--01, .p-header__list {
      display: none; }
    .p-header__inner .c-button__tel {
      display: none; }
    .p-header__gp {
      margin-bottom: 0; }
      .p-header__gp--item:first-child {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
    .p-header__logo--img img {
      width: 27rem; }
    .p-header__menu--title {
      color: #0f4856;
      font-size: 3rem;
      font-weight: 700;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
    .p-header__menu--list {
      grid-template-columns: 1.3fr 1fr;
      margin-bottom: 3rem; }
    .p-header__menu--tab {
      padding: 3rem 1.5rem 15rem;
      overflow: auto;
      height: calc(100vh - 12rem);
      position: fixed;
      top: 6rem;
      left: 0;
      width: 100%;
      background: #fff; }
      .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: 1.5rem;
          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: 0.7rem;
            left: 0;
            background: #317d8c;
            border-radius: 100%;
            transition: all 0.35s; }
          .p-header__menu--tab li a:hover::before {
            background: #0f4856; }
          .p-header__menu--tab li a.active {
            color: #0f4856; }
        .p-header__menu--tab li.v-03 {
          display: none; }

  .c-hamburger {
    width: 6rem;
    height: 5.3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.2rem 0rem 1.2rem 1.5rem;
    cursor: pointer; }
    .c-hamburger__line {
      background: #333333;
      display: block;
      height: 0.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.65rem;
      width: 100%; } }
@media (max-width: 767px) {
  .p-header__menu--list {
    grid-template-columns: 1fr; } }
.p-footer__maps {
  width: 100%;
  height: 48rem;
  background: #CCC;
  margin-bottom: 10.8rem; }
  .p-footer__maps iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top; }
.p-footer__desc--local p {
  color: #323232;
  font-size: var(--size-p);
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0; }
.p-footer .c-button__tel {
  margin-bottom: .5rem; }
.p-footer__info {
  padding-bottom: 6.8rem; }
  .p-footer__info--gp {
    margin-bottom: 2.4rem; }
  .p-footer__info--item {
    width: 50%; }
.p-footer__logo {
  margin-bottom: 1rem; }
  .p-footer__logo img {
    width: 49.1rem; }
.p-footer__schedule {
  margin-bottom: .5rem; }
  .p-footer__schedule dl {
    display: flex;
    border: #8ec3cd solid 2px;
    border-bottom-width: 0; }
    .p-footer__schedule dl dt,
    .p-footer__schedule dl dd {
      color: #8ec3cd;
      font-size: 2rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0;
      padding: 1.1rem 0; }
    .p-footer__schedule dl dt {
      padding-left: 1.2rem;
      width: 16rem;
      color: #323232; }
      .p-footer__schedule dl dt.col--title__time {
        font-size: 2.2rem; }
    .p-footer__schedule dl dd {
      width: calc((100% - 16rem) / 7);
      text-align: center; }
    .p-footer__schedule dl:first-child dt,
    .p-footer__schedule dl:first-child dd {
      padding: .8rem 0;
      color: #323232; }
    .p-footer__schedule dl:first-child dt {
      padding-left: 1.2rem; }
    .p-footer__schedule dl:last-child {
      border-bottom-width: 2px; }
  .p-footer__schedule--desc {
    color: #8ec3cd;
    font-size: var(--size-p);
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0; }
.p-footer__list {
  margin-bottom: 1.2rem; }
  .p-footer__list li {
    width: calc((100% - 2.401rem) / 3);
    margin-right: 1.2rem; }
    .p-footer__list li:nth-child(3n) {
      margin-right: 0; }
    .p-footer__list li a .img img {
      width: 100%; }
.p-footer__menu {
  gap: 2rem 2.5rem; }
  .p-footer__menu li a {
    color: #323232;
    font-size: 2rem;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0;
    display: inline-block;
    border-bottom: #323232 solid 1px;
    position: relative; }
    .p-footer__menu li a::before {
      content: "・";
      position: relative;
      margin-right: -0.4rem; }
  .p-footer__menu.vz-01 {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem 1.6rem;
    margin-bottom: 2.4rem; }
    .p-footer__menu.vz-01 li a {
      display: flex;
      justify-content: center;
      height: 7.5rem;
      align-items: center;
      text-align: center;
      background: #8ec3cd;
      color: #fff;
      border-bottom: 0;
      border-radius: 1rem;
      font-size: 1.8rem;
      line-height: 130%; }
      .p-footer__menu.vz-01 li a::before {
        content: "●";
        margin-right: .8rem; }
    .p-footer__menu.vz-01 li.vz-02 a::before {
      position: absolute;
      top: 1.4rem;
      left: 1.4rem; }
  .p-footer__menu.vz-02 {
    width: calc(100% + 1rem); }
    .p-footer__menu.vz-02 li a {
      letter-spacing: -0.05rem; }
.p-footer__nav--title {
  margin-bottom: 3.2rem; }
  .p-footer__nav--title span {
    color: #323232;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0;
    display: inline-block;
    border-bottom: #323232 solid 1px; }
.p-footer__bottom {
  background: #8ec3cd;
  padding: 2rem; }
.p-footer__credit {
  margin-right: 3rem; }
  .p-footer__credit img {
    width: 18rem; }
.p-footer__copy {
  border-left: #fff solid 1px;
  padding: .15rem 3rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0; }

.footer-link-fix {
  position: fixed;
  bottom: 8rem;
  right: 3rem;
  z-index: 10;
  gap: 2rem; }
  .footer-link-fix li {
    position: relative; }
    .footer-link-fix li .box a {
      display: block;
      background: #fff;
      position: relative;
      border-radius: 1rem;
      overflow: hidden;
      min-width: 36rem;
      border: #8ec3cd solid 2px;
      padding: 4rem 2.8rem 1.5rem; }
      .footer-link-fix li .box a::before {
        content: "";
        position: absolute;
        width: 4rem;
        height: 4rem;
        bottom: -1.2rem;
        right: -1.2rem;
        background: #8ec3cd url(images/icon-right.png) no-repeat top 1.1rem left 1.1rem;
        background-size: 1.2rem;
        border-radius: 100%; }
      .footer-link-fix li .box a .item {
        color: #333;
        font-size: 2.1rem;
        font-weight: 700;
        line-height: 125%;
        letter-spacing: 0;
        display: block;
        text-align: right; }
        .footer-link-fix li .box a .item.head {
          position: absolute;
          top: 0;
          left: 0;
          background: #317d8c;
          color: #fff;
          font-size: 1.2rem;
          text-align: center;
          min-width: 17rem;
          padding: .5rem 0; }
        .footer-link-fix li .box a .item.sub {
          font-size: 1.4rem; }
    .footer-link-fix li.active {
      display: none; }
  .footer-link-fix .close {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: -2rem;
    right: -1rem;
    cursor: pointer;
    border: #317d8c solid 2px;
    z-index: 1; }
    .footer-link-fix .close::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      -webkit-mask: url(images/icon-close.svg) center/100% no-repeat;
      mask: url(images/icon-close.svg) center/100% no-repeat;
      background: #317d8c;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

@media (min-width: 960.5px) {
  .c-nav-fix {
    display: none; } }
@media (max-width: 960px) {
  .c-nav-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: flex;
    width: 100%; }
    .c-nav-fix li {
      width: calc(100% / 2);
      border-top: #fff solid 1px;
      border-right: #fff solid 1px; }
      .c-nav-fix li:last-child {
        border-right: 0; }
      .c-nav-fix li a {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: .5rem;
        width: 100%;
        height: 6rem;
        background: #317d8c;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0;
        position: relative; }
        .c-nav-fix li a::before {
          content: "";
          position: absolute;
          width: 1.5rem;
          height: 2rem;
          -webkit-mask: url(images/tel-icon01.png) center/100% no-repeat;
          mask: url(images/tel-icon01.png) center/100% no-repeat;
          background: #fff;
          top: .8rem;
          left: 50%;
          transform: translateX(-50%); }
        .c-nav-fix li a:hover {
          opacity: 1; }
        .c-nav-fix li a.none_link {
          pointer-events: none; }
      .c-nav-fix li .c-nav-fix__web a::before {
        mask-image: url(images/cell-phone.png);
        width: 1.2rem; }
      .c-nav-fix li .c-nav-fix__online a::before {
        mask-image: url(images/icon-pc-02.svg);
        width: 2.4rem; }
      .c-nav-fix li .c-nav-fix__mail a::before {
        mask-image: url(images/mail-icon.png);
        width: 1.9rem; }
      .c-nav-fix li .c-nav-fix__access a::before {
        mask-image: url(images/icon-location.svg);
        width: 2rem; }

  .footer-link-fix {
    right: 1rem;
    gap: 1rem;
    bottom: 7rem;
    z-index: 65; }
    .footer-link-fix li .box a {
      min-width: 17rem;
      padding: 3rem 2rem .5rem 0.5rem; }
      .footer-link-fix li .box a::before {
        width: 3rem;
        height: 3rem;
        bottom: -1rem;
        background-position: top .8rem left .6rem;
        background-size: 1rem; }
      .footer-link-fix li .box a .item {
        font-size: 1.1rem;
        letter-spacing: -0.1rem; }
        .footer-link-fix li .box a .item.head {
          min-width: auto;
          padding: .5rem 1rem; }
        .footer-link-fix li .box a .item.sub {
          font-size: 1rem; }
    .footer-link-fix .close {
      top: -1rem; }
      .footer-link-fix .close::before {
        width: 1rem;
        height: 1rem; }

  .p-footer {
    padding-bottom: 6rem; }
    .p-footer__maps {
      height: 30rem;
      margin-bottom: 6rem; }
    .p-footer__info {
      padding-bottom: 6rem; }
      .p-footer__info--item {
        width: 100%; }
    .p-footer__nav {
      display: none; }
    .p-footer__logo img {
      width: 30rem; }
    .p-footer__desc--local {
      margin-bottom: 3rem; }
    .p-footer__schedule dl dt,
    .p-footer__schedule dl dd {
      font-size: 1.5rem; }
    .p-footer__schedule dl dt {
      width: 18rem; }
      .p-footer__schedule dl dt.col--title__time {
        font-size: 1.5rem; }
    .p-footer__schedule dl dd {
      width: calc((100% - 18rem) / 7); }
    .p-footer__bottom {
      padding: 1rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .footer-link-fix {
    right: 8rem; } }
@media (max-width: 767px) {
  .p-footer__copy {
    padding: 0;
    border-left: 0;
    text-align: center;
    margin-top: 1rem;
    line-height: 130%; }
  .p-footer__schedule dl dt {
    width: 10rem; }
  .p-footer__schedule dl dd {
    width: calc((100% - 10rem) / 7); }
  .p-footer__list {
    margin-bottom: 0; }
    .p-footer__list li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .p-footer__list li:last-child {
        margin-bottom: 0; }
      .p-footer__list li a .img img {
        width: 90%;
        margin-left: auto;
        margin-right: auto; }

  .footer-link-fix {
    gap: 1.5rem; }
    .footer-link-fix li .box a {
      padding: 2rem 1.6rem .4rem 0.5rem;
      border-width: 1px;
      border-radius: 0.5rem; }
      .footer-link-fix li .box a .item {
        font-size: .95rem;
        letter-spacing: 0; }
        .footer-link-fix li .box a .item.head {
          font-size: .8rem;
          letter-spacing: 0;
          padding: .3rem 1rem; }
        .footer-link-fix li .box a .item.sub {
          font-size: .75rem;
          letter-spacing: 0;
          margin-top: -0.2rem; }
      .footer-link-fix li .box a::before {
        width: 2rem;
        height: 2rem;
        bottom: -0.6rem;
        right: -0.8rem;
        background-position: top .6rem left .4rem;
        background-size: .7rem; }

  .c-nav-fix li:nth-child(3) a, .c-nav-fix li:nth-child(4) a {
    font-size: 1.2rem;
    letter-spacing: -0.1rem; } }
[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.l-grid-1465 {
  max-width: 149.5rem; }
.l-grid-1440 {
  max-width: 147rem; }
.l-grid-1340 {
  max-width: 137rem; }
.l-grid-1320 {
  max-width: 135rem; }
.l-grid-1200 {
  max-width: 123rem; }

.l-container {
  width: 100%;
  position: relative; }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

.anchor_fixtop,
.u-anchor-offset {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }

@media (max-width: 960px) {
  .anchor_fixtop,
  .u-anchor-offset {
    top: -8rem; } }
.l-grid {
  width: 100%;
  display: grid;
  gap: 3rem;
  padding-left: 0;
  padding-right: 0; }
  .l-grid--2 {
    grid-template-columns: 1fr 40rem; }
  .l-grid--3 {
    grid-template-columns: repeat(3, 1fr); }
  .l-grid--4 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--5 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--reverse {
    direction: rtl; }
    .l-grid--reverse .l-grid__inner {
      direction: ltr; }
  @media (max-width: 960px) {
    .l-grid {
      gap: 1.5rem; }
      .l-grid__inner:first-child {
        order: 2; }
      .l-grid__inner:last-child {
        order: 1; }
      .l-grid--2 {
        grid-template-columns: 1fr; }
      .l-grid--3 {
        gap: 3rem 1.5rem;
        grid-template-columns: repeat(2, 1fr); }
      .l-grid--sp3 {
        gap: 0.5rem;
        grid-template-columns: repeat(3, 1fr); }
      .l-grid--sp1 {
        grid-template-columns: 1fr;
        background: rgba(49, 125, 140, 0.25);
        padding: 3rem;
        border-radius: 1rem; }
        .l-grid--sp1 .c-heading--lv4 {
          padding-left: 0;
          text-align: center; }
          .l-grid--sp1 .c-heading--lv4::before {
            content: none; }
      .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: #317d8c;
  --main-color-light: #eff3f3;
  --main-color--title: #317d8c;
  --main-color-white: #ffffff;
  --size-v1: max(3rem, 20px);
  --size-v2: max(2.5rem, 18px);
  --size-v3: max(2rem, 18px);
  --size-v4: max(1.8rem, 16px);
  --letter-spacing-default: 0.05rem;
  --font-default: "Noto Sans JP", sans-serif;
  --font-family-heading: $f1; }

@media (max-width: 960px) {
  :root {
    --size-v1: max(1.9rem, 16px);
    --size-v2: max(1.8rem, 16px);
    --size-v3: max(1.7rem, 15px);
    --size-v4: max(1.6rem, 15px); } }
.c-heading {
  position: relative; }

.c-heading--lv1, .c-heading--lv1__v2 {
  position: relative;
  font-size: var(--size-v1);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 2rem 0;
  color: var(--main-color--title);
  font-family: var(--font-family-heading);
  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: 0;
  right: 0;
  width: 7.1rem;
  height: 7.1rem;
  opacity: 0;
  border: 0;
  background: #0f4856;
  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: 15rem; } }

.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: #0f4856;
    position: relative;
    display: block;
    letter-spacing: 0;
    height: 100%;
    border-radius: 0.5rem;
    transition: all 0.35s;
    padding: 1rem 1.5rem;
    background: rgba(161, 222, 242, 0.2);
    border: #0f4856 solid 1px; }
    .c-menu__medical--list li a:hover {
      font-weight: bold; }
  .c-menu__medical--list li.current_page_item a {
    background: #0f4856;
    color: #fff; }

@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  .c-menu__medical--list li a {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f4856;
    padding: 1rem;
    text-align: center;
    line-height: 125%; } }
@media (max-width: 767px) {
  .c-menu__medical--list ul {
    gap: 0.5rem; }
  .c-menu__medical--list li {
    width: calc((100% - 0.51rem) / 2);
    margin-right: 0;
    bottom: 0; } }
.c-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem; }
  .c-breadcrumb__list {
    display: inline;
    gap: 0; }
  .c-breadcrumb__item {
    display: inline;
    position: relative; }
    .c-breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .c-breadcrumb__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 49%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .c-breadcrumb__link {
    color: #454545; }
    .c-breadcrumb__link:hover {
      opacity: 1;
      text-decoration: underline; }
  .c-breadcrumb__current {
    color: #999; }
  .c-breadcrumb__link, .c-breadcrumb__current {
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .05rem; }

.c-table {
  font-size: var(--size-p);
  color: #454545;
  line-height: 185%;
  letter-spacing: 0.05rem; }
  .c-table--01 {
    border-top: 1px dashed #dddddd; }
    @media (max-width: 960px) {
      .c-table--01 {
        border-top: 0px dashed #dddddd;
        border-bottom: 1px solid #dddddd; } }
    .c-table--01 .c-table__row {
      display: grid;
      grid-template-columns: 16rem 1fr;
      gap: 2rem;
      padding: 2rem 0;
      border-bottom: 1px dashed #dddddd; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__row {
          grid-template-columns: 1fr;
          gap: 0;
          padding: 0;
          border-bottom: 0; } }
    .c-table--01 .c-table__head {
      font-weight: 600; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__head {
          padding: 1.3rem 1.5rem;
          background: #efefef; } }
    .c-table--01 .c-table__body {
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__body {
          padding: 1.3rem 1.5rem; } }
    @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(7, 1fr);
    border-bottom: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__row {
        grid-template-columns: 10rem repeat(7, 1fr); } }
  .c-table--schedule .c-table__row--head {
    background: #f5f5f5;
    font-weight: 600; }
  .c-table--schedule .c-table__head,
  .c-table--schedule .c-table__body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-right: 1px solid #e5e5e5;
    font-weight: 500; }
    .c-table--schedule .c-table__head:first-child,
    .c-table--schedule .c-table__body:first-child {
      border-left: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__head,
      .c-table--schedule .c-table__body {
        padding: 0.5rem;
        line-height: 150%; } }
  .c-table--schedule .c-table__head {
    text-align: center; }

.c-schedule-table {
  margin-bottom: 1.3rem; }
  .c-schedule-table .row {
    display: flex;
    position: relative;
    padding: 1.15rem 0px; }
    .c-schedule-table .row::before {
      content: "";
      position: absolute;
      width: calc(100% - 1.6rem);
      height: 1px;
      background: #a1def2;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
    .c-schedule-table .row:first-child {
      background: #a1def2;
      border-bottom: 0;
      border-radius: 2rem;
      padding: 0.65rem 0; }
      .c-schedule-table .row:first-child::before {
        content: none; }
      .c-schedule-table .row:first-child .col {
        color: #3a82b3; }
    .c-schedule-table .row .col {
      color: #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-table--scroll {
    overflow-x: auto; }
    .c-table--scroll table.c-table {
      width: 80rem; }
      .c-table--scroll table.c-table th {
        width: 30rem; }
        .c-table--scroll table.c-table th:nth-child(1), .c-table--scroll table.c-table th:nth-child(2) {
          width: 15rem; }
        .c-table--scroll table.c-table th:nth-child(3) {
          width: 20rem; }
      .c-table--scroll table.c-table th,
      .c-table--scroll table.c-table td {
        padding: 1.5rem;
        line-height: 150%;
        text-align: left; } }
.c-map {
  position: relative;
  width: 100%;
  height: 55rem;
  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 {
      height: 35rem;
      padding: 1rem; }
      .c-map::before, .c-map::after {
        width: 4rem;
        height: 4rem; } }

.c-list {
  list-style: none;
  background-color: rgba(69, 69, 69, 0.05);
  border-radius: 0.8rem;
  padding: 2rem;
  margin: 1rem 0; }
  .c-list li {
    position: relative;
    line-height: 1.8;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 185%;
    letter-spacing: 0.05rem; }

.c-list--dot .c-list__item {
  padding-left: 1.6rem; }
  .c-list--dot .c-list__item a {
    text-decoration: underline; }
  .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--2col-sp {
        grid-template-columns: repeat(2, 1fr) !important; } }

.c-list--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1rem; }
  @media (max-width: 960px) {
    .c-list--3col {
      grid-template-columns: repeat(1, 1fr); } }

.p-page-banner__content {
  position: relative;
  width: 100%;
  z-index: 0; }
  .p-page-banner__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(142, 195, 205, 0.45);
    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.5rem); }
.p-page-banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30rem;
  padding: 0;
  z-index: 2;
  text-shadow: 0.2rem 0.2rem 1rem #fff, 0.1rem 0.1rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, -0.2rem -0.2rem 1rem #fff; }
  @media (min-width: 1024px) {
    .p-page-banner__title {
      min-width: 35rem;
      padding: 1.5rem 5rem; } }
  .p-page-banner__title .ja {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #0f4856;
    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 #0f4856;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.55rem;
    color: #0f4856;
    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: #0f4856;
    color: #fff; }
.c-news__archive {
  border: #0f4856 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: #0f4856;
    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(15, 72, 86, 0.2);
  margin-bottom: 1.5rem; }
  .p-news__item:nth-child(odd) {
    background: #0f4856; }
    .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(15, 72, 86, 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: #0f4856 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: #0f4856; }
  .p-news__archive-item:last-child {
    border-bottom: 0; }

.p-single__header {
  background: rgba(15, 72, 86, 0.1);
  padding: 3rem; }
.p-single__title {
  font-size: 3.2rem;
  color: #0f4856;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.p-single__date {
  font-size: 1.6rem;
  color: #0f4856;
  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: 3rem;
    color: var(--main-color--title);
    font-weight: 600;
    line-height: 140%;
    letter-spacing: var(--letter-spacing-default);
    margin-bottom: 2.5rem;
    position: relative;
    margin-top: 6rem;
    clear: both; }
  @media (min-width: 767.5px) {
    .p-single__content .alignleft, .p-single__content .alignright {
      width: 35%; }
    .p-single__content .alignleft {
      float: left;
      margin-right: 1.5rem; }
    .p-single__content .alignright {
      float: right;
      margin-left: 1.5rem; }
    .p-single__content .aligncenter {
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
  .p-single__content h1 {
    text-align: center;
    font-size: var(--size-v1);
    padding-bottom: 2rem;
    margin-bottom: 4rem; }
    .p-single__content h1::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 7rem;
      height: 1.2rem;
      transform: translateX(-50%);
      border-bottom: 6px dotted var(--main-color); }
  .p-single__content h2 {
    font-size: var(--size-v2);
    background: var(--main-color);
    color: #fff;
    padding: 1.5rem 2rem;
    width: calc(100% - 1.2rem);
    border: 1px dashed #fff;
    outline: 0.6rem solid var(--main-color);
    left: 0.6rem; }
  .p-single__content h3 {
    font-size: var(--size-v3);
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    position: relative; }
    .p-single__content h3::before, .p-single__content h3::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 0.2rem;
      background: var(--main-color); }
    .p-single__content h3::before {
      width: 10%;
      z-index: 2; }
    .p-single__content h3::after {
      width: 100%;
      opacity: 0.1; }
  .p-single__content h4, .p-single__content h5 {
    font-size: var(--size-v4);
    padding-left: 2.5rem; }
    .p-single__content h4::before, .p-single__content h5::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      left: 0;
      top: 0.5rem;
      background: var(--main-color); }
  .p-single__content h5::before {
    border-radius: 100%; }
  .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: var(--size-p);
    color: #333;
    font-weight: 500;
    line-height: 185%;
    letter-spacing: .05em;
    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 #0f4856;
    border-radius: 3.3rem;
    background: #0f4856;
    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 :is(h1,h2,h3,h4,h5,h6) {
    margin-top: 4rem; }
  .p-single__content h2 {
    padding: 1rem 1.5rem; }
  .p-single__content h6 {
    font-size: 1.5rem; }
  .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-single__content img {
    width: 100%; } }
.p-column {
  margin-bottom: 10rem; }
  .p-column__list {
    flex-wrap: wrap;
    gap: 5rem 1.5rem; }
  .p-column__item {
    flex: 0 0 calc((100% - 4.5rem) / 4);
    box-sizing: border-box; }

.c-column-card__thumb {
  margin-bottom: 1rem; }
  .c-column-card__thumb img {
    width: 100%;
    aspect-ratio: 4 / 2.8;
    object-fit: cover;
    border-radius: 2rem; }
    .c-column-card__thumb img.border {
      border: #8ec3cd solid 2px; }
.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: #0f4856;
  transition: ease-in-out 0.3s;
  margin-bottom: 1rem;
  display: inline-block; }
.c-column-card__title a {
  font-size: 1.8rem;
  color: #171717;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out 0.3s;
  text-decoration: none !important;
  text-align: justify;
  margin-bottom: 1rem;
  display: inline-block; }
.c-column-card__excerpt {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out 0.3s;
  text-decoration: none !important;
  text-align: justify; }

.mb-10 {
  margin-bottom: 10rem; }

.c-sitemap__menu--list {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }
.c-sitemap__menu--link {
  display: inline-block;
  color: #454545;
  font-size: 1.8rem;
  line-height: 1.85;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500; }
  .c-sitemap__menu--link:hover {
    color: #0f4856; }

.author-gp {
  border: #0f4856 solid 1px;
  border-radius: 0.5rem;
  padding: 2.5rem; }
  .author-gp-item:first-child {
    padding-right: 4rem;
    width: calc(100% - 37rem); }
  .author-gp-item:last-child {
    width: 37rem; }
    .author-gp-item:last-child img {
      width: 100%; }
      .author-gp-item:last-child img.vz-02 {
        height: 45rem; }
  .author-gp-item p {
    margin-bottom: 1.5rem;
    font-weight: 400; }
.author-field {
  gap: 3rem; }
  .author-field-item {
    width: calc((100% - 3.001rem) / 2); }
.author-list li {
  color: #454545;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem; }
  .author-list li:last-child {
    margin-bottom: 0; }
.author-title {
  color: #454545;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem; }
  .author-title::before {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: calc(100% - 0.8rem);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #317d8c; }

.l-author-container {
  background: rgba(15, 72, 86, 0.1);
  padding: 4.5rem; }

.c-author {
  border: #0f4856 solid 1px;
  background: #fff;
  padding: 3rem;
  margin-bottom: 3rem; }
  .c-author:last-child {
    margin-bottom: 0; }
  .c-author__info {
    width: calc(100% - 33rem);
    padding-right: 6rem; }
  .c-author__avatar {
    width: 33rem; }
    .c-author__avatar img {
      width: 100%;
      border-radius: 0.5rem; }
  .c-author__title {
    color: #0f4856;
    font-size: 3rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.15rem;
    margin-bottom: 3rem; }
    .c-author__title.vz-02 {
      font-size: 2.4rem;
      margin-bottom: 1.5rem; }
  .c-author__name {
    border-bottom: #454545 dashed 1px;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem; }
    .c-author__name p {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
      .c-author__name p:nth-child(2) {
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.1rem; }
  .c-author__list {
    margin-bottom: 3.5rem; }
    .c-author__list li {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem;
      position: relative;
      padding-left: 1.6rem;
      margin-bottom: 1.5rem; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
      .c-author__list li::before {
        content: "";
        position: absolute;
        width: 0.6rem;
        height: 0.6rem;
        top: 1.2rem;
        left: 0;
        border-radius: 100%;
        background: #0f4856; }
    .c-author__list.line {
      border-bottom: #454545 dashed 1px;
      padding-bottom: 2.5rem;
      margin-bottom: 3rem; }
  .c-author__desc {
    margin-bottom: 4rem;
    background: rgba(15, 72, 86, 0.2);
    padding: 2.5rem; }
    .c-author__desc p {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem; }
  .c-author__link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem; }
    .c-author__link ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 6rem;
      color: #fff;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      background: #0f4856; }
  .c-author__link.vz-02 ul {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr); }
  .c-author__table {
    margin-bottom: 3rem;
    border: #999 solid 1px; }
    .c-author__table dl {
      display: flex;
      border-bottom: #999 solid 1px; }
      .c-author__table dl:last-child {
        border-bottom: 0; }
      .c-author__table dl dt,
      .c-author__table dl dd {
        color: #454545;
        font-size: var(--size-p);
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.1rem;
        padding: 1rem 2rem; }
      .c-author__table dl dt {
        width: 16rem;
        background: #0f4856;
        color: #fff; }
      .c-author__table dl dd {
        width: calc(100% - 16rem); }

@media (max-width: 960px) {
  .l-author-container {
    padding: 1rem;
    margin-bottom: 6rem; }

  .c-author {
    padding: 2rem 1.5rem; }
    .c-author__info {
      width: 100%;
      padding-right: 0;
      order: 1; }
    .c-author__avatar {
      width: 100%;
      margin-bottom: 2rem; }
      .c-author__avatar.vz-01 img {
        width: 70%;
        margin-left: auto;
        margin-right: auto; }
    .c-author__title {
      font-size: 2rem;
      margin-bottom: 1.5rem; }
      .c-author__title.vz-02 {
        font-size: 1.8rem; }
    .c-author__name {
      margin-bottom: 2.5rem; }
      .c-author__name p {
        font-size: 1.5rem; }
        .c-author__name p:nth-child(2) {
          font-size: 1.8rem; }
    .c-author__list {
      margin-bottom: 2.5rem; }
    .c-author__list li {
      font-size: 1.5rem;
      padding-left: 1.4rem;
      margin-bottom: 0.5rem; }
      .c-author__list li::before {
        top: 1rem; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
    .c-author__desc {
      padding: 1.5rem;
      margin-bottom: 3rem; }
    .c-author__link ul {
      gap: 1rem; }
    .c-author__table dl dt,
    .c-author__table dl dd {
      padding: 0.7rem;
      font-size: 1.5rem; }
    .c-author__table dl dt {
      width: 9rem; }
    .c-author__table dl dd {
      width: calc(100% - 9rem); }

  .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-column-card__thumb img {
    border-radius: 1rem; }
    .c-column-card__thumb img.border {
      border-width: 1px; }

  .c-sitemap__menu--list {
    grid-template-columns: repeat(2, 1fr); }
  .c-sitemap__menu--link {
    font-size: 1.5rem; }

  .mb-10 {
    margin-bottom: 6rem; }

  .author-gp {
    padding: 1.5rem;
    margin-bottom: 3rem;
    margin-top: -3rem; }
    .author-gp-item:first-child {
      width: 100%;
      order: 1;
      padding-right: 0; }
    .author-gp-item:last-child {
      width: 100%;
      margin-bottom: 2rem; }
  .author-title {
    font-size: 1.8rem; }
  .author-field {
    gap: 2rem; }
    .author-field-item {
      width: 100%; }
  .author-list li {
    font-size: 1.5rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .author-gp-item:last-child img {
    width: 35rem;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 767px) {
  .c-author__link.vz-02 ul,
  .c-author__link ul {
    grid-template-columns: repeat(1, 1fr); }

  .c-sitemap__menu--list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem; }

  .c-author__link ul li a {
    height: 5.5rem; } }
.c-top__button--01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48rem;
  height: 8rem;
  border-radius: 8rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #8ec3cd;
  border: #8ec3cd solid 1px;
  transition: all 0.35s; }
  .c-top__button--01 a:hover {
    background: #fff;
    color: #8ec3cd;
    opacity: 1; }
.c-top__button--01.vz-02 a {
  background: #fff;
  color: #8ec3cd;
  border-color: #fff; }
  .c-top__button--01.vz-02 a:hover {
    background: #8ec3cd;
    color: #fff; }
.c-top__button--01.vz-tel a span {
  position: relative;
  padding-left: 3rem; }
  .c-top__button--01.vz-tel a span::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2.6rem;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    -webkit-mask: url(images/tel-icon01.png) center/100% no-repeat;
    mask: url(images/tel-icon01.png) center/100% no-repeat;
    background: #FFF;
    transition: all 0.35s; }
.c-top__button--01.vz-tel a:hover span::before {
  background: #8ec3cd; }
.c-top__button--02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 6rem;
  border-radius: 6rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #8ec3cd;
  border: #8ec3cd solid 1px;
  transition: all 0.35s; }
  .c-top__button--02 a:hover {
    background: #fff;
    color: #8ec3cd;
    opacity: 1; }
.c-top__button--02.vz-02 a {
  background: #fff;
  color: #4d7a9a;
  border-color: #fff; }
  .c-top__button--02.vz-02 a:hover {
    background: #4d7a9a;
    color: #fff; }
.c-top__button--gp01 {
  gap: 6.7rem; }
.c-top__button--gp03 {
  gap: 1.5rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: -3rem; }
  .c-top__button--gp03 .c-top__button--02.vz-02 a {
    border-color: #4d7a9a; }
.c-top__button--gp04 {
  gap: 2rem; }

.c-top__title--01 p {
  color: #fff;
  font-size: 15rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.2rem; }
  .c-top__title--01 p.vz-02 {
    color: #eff3f3; }
.c-top__title--01 .title {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0; }
.c-top__title--01.vz-01 p {
  margin-right: 3.8rem; }
.c-top__title--01.vz-02 .title {
  color: #8ec3cd; }
.c-top__title--02 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.3rem;
  margin-bottom: 1.4rem; }

.p-mv {
  margin-bottom: 10rem; }
  .p-mv__title {
    padding: 0 1.1rem;
    margin-bottom: 2.5rem; }
    .p-mv__title img {
      width: 100%;
      max-width: 187.8rem;
      margin-left: auto;
      margin-right: auto; }
  .p-mv__cont {
    position: relative;
    z-index: 0;
    padding-top: 17.5rem;
    padding-bottom: 11rem;
    margin-bottom: 5rem; }
    .p-mv__cont::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 10rem);
      top: 0;
      left: 0;
      z-index: -1;
      background: #eff3f3 url(images/mv-bg01.png) no-repeat bottom 3.3rem right -10.5rem;
      background-size: 45.2rem; }
    .p-mv__cont::after {
      content: "";
      position: absolute;
      width: 100rem;
      height: 10rem;
      bottom: 1px;
      left: 50%;
      z-index: -1;
      transform: translateX(-50%);
      background: linear-gradient(180deg, #eff3f3 0%, #d1eaef 100%);
      clip-path: polygon(0 0, 50% 100%, 100% 0); }
  .p-mv__list {
    gap: 2.7rem;
    position: relative; }
    .p-mv__list::before {
      content: "";
      position: absolute;
      width: 22.3rem;
      height: 44.9rem;
      left: -15.7rem;
      bottom: 0;
      background: url(images/mv-icon01.png) no-repeat center;
      background-size: contain; }
    .p-mv__list li {
      width: 40rem;
      height: 40rem;
      border-radius: 100%;
      background: #d1eaef;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      text-align: center;
      padding-top: 1.5rem; }
      .p-mv__list li:nth-child(-n + 4) {
        margin-bottom: -6.5rem; }
      .p-mv__list li .text {
        color: #317d8c;
        font-size: 4rem;
        font-weight: 700;
        line-height: 155%;
        letter-spacing: 0;
        min-height: 12.4rem;
        display: flex;
        align-items: center;
        margin-bottom: 1.8rem; }
      .p-mv__list li .button {
        color: #fff;
        font-size: 2rem;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.2rem;
        background: #317d8c;
        width: calc(100% - 7.3rem);
        padding: 0.9rem;
        min-height: 4.8rem;
        display: flex;
        align-items: center;
        justify-content: center; }
      .p-mv__list li:nth-child(4) {
        margin-left: 21rem; }
  .p-mv__slogan {
    padding-top: 4rem; }
    .p-mv__slogan h3 {
      display: inline-block;
      padding: 1.5rem 2rem;
      color: #fff;
      font-size: 3rem;
      font-weight: 700;
      line-height: 110%;
      letter-spacing: 0;
      margin-bottom: 2rem;
      border: #ec6d6d double 4px;
      position: relative;
      z-index: 0; }
      .p-mv__slogan h3::before {
        content: "";
        position: absolute;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        top: 2px;
        left: 2px;
        background: #ec6d6d;
        z-index: -1; }
    .p-mv__slogan p {
      color: #333;
      font-size: var(--size-p);
      font-weight: 700;
      line-height: 185%;
      letter-spacing: 0; }

.p-top-trouble {
  padding-top: 3rem;
  position: relative;
  z-index: 0; }
  .p-top-trouble::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #8ec3cd;
    border-radius: 10rem; }
  .p-top-trouble::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10rem;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: #eff3f3; }
  .p-top-trouble__gp--item:first-child {
    width: calc(100% - 67rem + 6.5rem);
    margin-left: -6.5rem;
    padding-right: 2.7rem; }
    .p-top-trouble__gp--item:first-child img {
      width: 100%; }
  .p-top-trouble__gp--item:last-child {
    width: 67rem;
    background: #fff;
    border-radius: 5rem;
    position: relative;
    padding: 4.8rem 2.5rem 6.3rem;
    margin-bottom: 8.6rem;
    gap: 4.5rem 0; }
    .p-top-trouble__gp--item:last-child::before {
      content: "";
      position: absolute;
      width: 9.4rem;
      height: 8.4rem;
      top: 23.5rem;
      left: -9.3rem;
      background: url(images/trouble-icon01.png) no-repeat center;
      background-size: contain; }
  .p-top-trouble__list {
    gap: 2rem 0; }
    .p-top-trouble__list li {
      width: 50%; }
      .p-top-trouble__list li a {
        color: #317d8c;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 175%;
        letter-spacing: 0;
        position: relative;
        padding-left: 4rem;
        display: inline-block; }
        .p-top-trouble__list li a::before {
          content: "";
          position: absolute;
          width: 3.2rem;
          height: 3.2rem;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          background: #8ec3cd;
          border-radius: 100%; }
        .p-top-trouble__list li a::after {
          content: "";
          position: absolute;
          width: 1.3rem;
          height: 1.8rem;
          top: 50%;
          left: 1.1rem;
          transform: translateY(-50%);
          background: #fff;
          clip-path: polygon(0 0, 0% 100%, 100% 50%); }
  .p-top-trouble .c-top__title--01 {
    margin-bottom: -1.5rem; }

.p-top-disease__block--01 {
  padding: 0.6rem 0 15rem;
  background: #eff3f3; }
  .p-top-disease__block--01 .c-top__title--01 {
    margin-bottom: 4.2rem; }
.p-top-disease__block--02 {
  padding-top: 10rem;
  padding-bottom: 5rem; }
.p-top-disease__block--03 {
  margin-bottom: 5rem; }
  .p-top-disease__block--03 .c-top__title--01 {
    margin-bottom: 2.4rem; }
.p-top-disease__list--01 {
  gap: 5rem 6rem; }
  .p-top-disease__list--01 li {
    width: calc((100% - 18.001rem) / 4); }
    .p-top-disease__list--01 li a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 7rem;
      border: #8ec3cd solid 2px;
      border-radius: 1rem;
      background: #fff;
      position: relative;
      padding: 0 2.5rem;
      z-index: 0;
      transition: all 0.35s;
      color: #333333;
      font-size: 2rem;
      font-weight: 700;
      line-height: 125%;
      letter-spacing: 0; }
      .p-top-disease__list--01 li a::before {
        content: "";
        position: absolute;
        width: 0.6rem;
        height: 1rem;
        top: 50%;
        right: 2.7rem;
        transform: translateY(-50%);
        background: #8ec3cd;
        clip-path: polygon(0 0, 0% 100%, 100% 50%); }
      .p-top-disease__list--01 li a:hover {
        background: #8ec3cd;
        color: #fff;
        opacity: 1; }
        .p-top-disease__list--01 li a:hover::before {
          background: #fff;
          transition: all 0.35s; }
.p-top-disease__list--02 {
  padding: 0 1rem;
  gap: 3.6rem;
  margin-bottom: 5rem; }
  .p-top-disease__list--02 li {
    width: calc((100% - 7.201rem) / 3); }
    .p-top-disease__list--02 li .img img {
      width: 100%;
      border-radius: 2rem;
      border: #8ec3cd solid 0.6rem;
      object-fit: cover;
      aspect-ratio: 4 / 2.9; }
    .p-top-disease__list--02 li .thumb {
      position: relative;
      margin-bottom: 1.7rem; }
      .p-top-disease__list--02 li .thumb .desc {
        position: absolute;
        top: 0;
        right: 0;
        background: #8ec3cd;
        border-radius: 0 2rem 0 2rem;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 175%;
        letter-spacing: 0;
        min-width: 22rem;
        text-align: center;
        padding: 0.4rem; }
    .p-top-disease__list--02 li .cont p {
      color: #333333;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 142%;
      letter-spacing: -0.1rem;
      margin-bottom: 2rem; }
.p-top-disease__list--03 {
  gap: 1rem; }
  .p-top-disease__list--03 li {
    width: calc((100% - 4.001rem) / 5); }
    .p-top-disease__list--03 li a {
      background: #fff;
      border: #8ec3cd solid 2px;
      border-radius: 4rem;
      display: block;
      color: #333333;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0;
      padding: 0.2rem;
      transition: all 0.35s; }
      .p-top-disease__list--03 li a:hover {
        background: #8ec3cd;
        color: #fff;
        opacity: 1; }
.p-top-disease__inner {
  background: #eff3f3;
  border-radius: 4rem;
  padding: 3.5rem 10.5rem 5rem; }

.p-top-cost {
  background: url(images/cost-bg01.jpg) no-repeat center;
  background-size: cover;
  padding: 16rem 0; }
  .p-top-cost .c-top__title--01.vz-01 .title {
    line-height: 130%; }

.p-top-examinations {
  padding-top: 8.5rem;
  margin-bottom: 5rem; }
  .p-top-examinations__list--01 {
    counter-reset: section;
    gap: 2.5rem;
    margin-bottom: 14.7rem; }
    .p-top-examinations__list--01 li {
      width: calc((100% - 12.501rem) / 6);
      position: relative; }
      .p-top-examinations__list--01 li::before {
        counter-increment: section;
        content: counter(section);
        position: absolute;
        width: 7rem;
        height: 7rem;
        border-radius: 100%;
        background: #317d8c;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 4rem;
        font-weight: 900;
        line-height: 100%;
        letter-spacing: 0; }
      .p-top-examinations__list--01 li .img img {
        width: 100%;
        border: #8ec3cd solid 2px;
        border-radius: 100%; }
      .p-top-examinations__list--01 li p {
        color: #333333;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 165%;
        letter-spacing: 0;
        text-align: center;
        margin-top: 1.4rem; }
  .p-top-examinations__list--02 {
    padding: 0 3rem;
    gap: 6rem; }
    .p-top-examinations__list--02 li {
      width: calc((100% - 6.001rem) / 2);
      position: relative; }
      .p-top-examinations__list--02 li .img img {
        width: 100%;
        border: #ec6d6d solid 0.6rem;
        border-radius: 2rem; }
      .p-top-examinations__list--02 li .cont {
        position: absolute;
        width: 30rem;
        top: 46%;
        transform: translateY(-50%);
        right: 0;
        padding-right: 0.6rem; }
        .p-top-examinations__list--02 li .cont .title {
          color: #333333;
          font-size: 3rem;
          font-weight: 700;
          line-height: 175%;
          letter-spacing: -0.3rem;
          position: relative;
          z-index: 0;
          padding: 0.4rem 0;
          margin-bottom: 0.4rem;
          text-align: center; }
          .p-top-examinations__list--02 li .cont .title::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); }
        .p-top-examinations__list--02 li .cont p {
          color: #333333;
          font-size: 1.6rem;
          font-weight: 700;
          line-height: 150%;
          letter-spacing: -0.05rem;
          padding-right: 1rem;
          text-align: justify; }
      .p-top-examinations__list--02 li .button a {
        position: absolute;
        bottom: 0;
        right: 0;
        display: inline-block;
        border-radius: 2rem 0 2rem 0;
        background: #ec6d6d;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0;
        padding: 1rem 2.2rem; }
      .p-top-examinations__list--02 li.last {
        width: 100%;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto; }
        .p-top-examinations__list--02 li.last .cont {
          width: 40rem; }
        .p-top-examinations__list--02 li.last .img img {
          width: 100%;
          height: 43.4rem;
          object-fit: cover; }
  .p-top-examinations .c-top__title--01 {
    margin-bottom: 3.8rem; }

.p-top-feature {
  padding-bottom: 10rem;
  background: url(images/feature-bg01.png) no-repeat center;
  background-size: contain; }
  .p-top-feature__gp {
    gap: 8rem 12rem; }
    .p-top-feature__gp--box {
      width: calc((100% - 12.001rem) / 2);
      position: relative; }
      .p-top-feature__gp--box .img img {
        width: 100%;
        border-radius: 3rem; }
      .p-top-feature__gp--box .cont {
        background: var(--bg);
        border-radius: 3rem;
        padding-bottom: 4rem; }
      .p-top-feature__gp--box .desc {
        padding: 1.6rem 5rem 3rem; }
        .p-top-feature__gp--box .desc p {
          color: #fff;
          font-size: 1.6rem;
          font-weight: 700;
          line-height: 225%;
          letter-spacing: 0;
          min-height: 28.8rem; }
      .p-top-feature__gp--box .head {
        border-bottom: #ecfcff solid 2px;
        position: relative;
        display: flex;
        align-items: center; }
        .p-top-feature__gp--box .head p {
          width: 18rem;
          background: #fff;
          padding: 0.6rem 0 0.6rem 2rem;
          border-radius: 3rem 5rem 5rem 0;
          color: #8ec3cd;
          font-size: 6.4rem;
          font-weight: 400;
          line-height: 120%;
          letter-spacing: 0; }
          .p-top-feature__gp--box .head p .item:first-child {
            font-size: 50%;
            margin-right: 1rem; }
      .p-top-feature__gp--box .title {
        padding-left: 2rem;
        color: #fff;
        font-size: 3rem;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0; }
  .p-top-feature .c-top__title--01 {
    margin-bottom: 3.8rem; }

.p-top-faq {
  background: #8ec3cd;
  padding-bottom: 10rem; }
  .p-top-faq__list--item {
    background: #fff;
    margin-bottom: 1.2rem;
    border-radius: 2rem; }
    .p-top-faq__list--item:last-child {
      margin-bottom: 0; }
    .p-top-faq__list--item .title {
      color: #333333;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0;
      cursor: pointer;
      position: relative;
      padding: 1.4rem 5.5rem 1.4rem 5rem; }
      .p-top-faq__list--item .title::before {
        content: "Q";
        margin-right: 0.5rem;
        position: absolute;
        left: 3rem;
        top: 1.4rem; }
      .p-top-faq__list--item .title::after {
        content: "";
        position: absolute;
        width: 1.9rem;
        height: 1.3rem;
        top: 50%;
        right: 3rem;
        transform: translateY(-50%);
        background: url(images/arrow-right01.png) no-repeat center;
        background-size: contain;
        transition: all 0.35s; }
    .p-top-faq__list--item .panel.active .title::after {
      transform: translateY(-50%) rotate(180deg); }
    .p-top-faq__list--item .desc {
      display: none;
      padding: 0 3rem 1rem; }
      .p-top-faq__list--item .desc p {
        color: #333333;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0; }
  .p-top-faq .c-top__title--01 {
    margin-bottom: 4rem; }

.p-top-clinic {
  padding: 6.5rem 0 13rem;
  background: url(images/clinic-bg01.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 0;
  margin-bottom: -1.5rem; }
  .p-top-clinic::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6.2rem;
    bottom: -1px;
    left: 0;
    z-index: -1;
    background: url(images/clinic-bg02.png) no-repeat center bottom;
    background-size: contain; }
  .p-top-clinic__gp--item {
    width: 50%; }
    .p-top-clinic__gp--item:first-child {
      padding-top: 2rem; }
      .p-top-clinic__gp--item:first-child .img {
        margin-left: -24rem;
        margin-bottom: 5rem;
        width: calc(100% + 24rem);
        padding-right: 12rem; }
        .p-top-clinic__gp--item:first-child .img img {
          width: 100%; }
    .p-top-clinic__gp--item .desc {
      margin-bottom: 5.6rem; }
      .p-top-clinic__gp--item .desc p {
        color: #fff;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 170%;
        letter-spacing: 0.27rem;
        margin-bottom: 3.2rem; }
        .p-top-clinic__gp--item .desc p:last-child {
          margin-bottom: 0; }
    .p-top-clinic__gp--item .block {
      background: rgba(255, 255, 255, 0.8);
      border-radius: 2rem;
      margin-left: 12rem;
      margin-right: 9rem;
      padding: 2rem 4rem 1rem; }
      .p-top-clinic__gp--item .block p {
        color: #333333;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 162%;
        letter-spacing: 0;
        margin-bottom: 1rem; }
  .p-top-clinic .p-footer__schedule {
    margin-bottom: 0; }
    .p-top-clinic .p-footer__schedule dl {
      border-bottom-width: 1px;
      border-right: 0;
      border-left: 0;
      border-top: 0; }
      .p-top-clinic .p-footer__schedule dl:first-child {
        border-top: 0; }
      .p-top-clinic .p-footer__schedule dl dt,
      .p-top-clinic .p-footer__schedule dl dd {
        font-size: 1.4rem; }
      .p-top-clinic .p-footer__schedule dl dt {
        padding-left: 0;
        width: 11rem; }
        .p-top-clinic .p-footer__schedule dl dt.col--title__time {
          font-size: 1.6rem; }
      .p-top-clinic .p-footer__schedule dl dd {
        width: calc((100% - 11rem) / 7); }
  .p-top-clinic .c-top__title--01 {
    margin-left: -8.5rem;
    margin-bottom: 6.5rem;
    width: calc(100% + 8.5rem); }

.p-top-column {
  margin-bottom: 10rem; }
  .p-top-column .c-top__title--01 {
    margin-bottom: 3rem; }

.c-top__column--list {
  gap: 3.5rem;
  margin-bottom: 4.6rem; }
.c-top__column--item {
  width: calc((100% - 10.501rem) / 4); }
.c-top__column--img img {
  width: 100%;
  border: #8ec3cd solid 2px;
  border-radius: 2rem;
  aspect-ratio: 4 / 2.91;
  object-fit: cover; }
.c-top__column--title {
  margin-top: 1rem;
  color: #402e23;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0; }

.p-top-banner {
  margin-bottom: 10rem; }
  .p-top-banner_box {
    position: relative;
    background: linear-gradient(90deg, #c0d5dc 0%, white 80%);
    padding: 3rem 2rem;
    max-width: 120rem;
    margin: 0 auto;
    transition: all 0.35s;
    z-index: 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
    .p-top-banner_box::before {
      content: "";
      position: absolute;
      width: 50rem;
      height: 100%;
      right: 0;
      top: 0;
      background: url(images/banner-img02.jpg) no-repeat center right;
      background-size: cover;
      z-index: -1; }
    .p-top-banner_box a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2; }
      .p-top-banner_box a.vz-02 {
        position: relative;
        z-index: 3; }
    .p-top-banner_box p {
      color: #333;
      font-size: 4rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0; }
    .p-top-banner_box:hover {
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6); }
    @media (max-width: 960px) {
      .p-top-banner_box::before {
        opacity: 0.2; } }
    @media (max-width: 767px) {
      .p-top-banner_box {
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
        padding: 2rem 1rem 2rem; }
        .p-top-banner_box::before {
          width: 100%; }
        .p-top-banner_box p {
          font-size: 1.8rem; } }
  .p-top-banner_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  .p-top-banner__title {
    margin-bottom: 1rem;
    color: #074faf;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    padding: 1rem;
    z-index: 1;
    position: relative; }
  .p-top-banner__list {
    max-width: 57rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
    counter-reset: section;
    margin-bottom: 2rem; }
    .p-top-banner__list--item {
      position: relative; }
      .p-top-banner__list--item::before {
        content: "";
        position: absolute;
        width: 9.001rem;
        height: 3px;
        top: 50%;
        right: -9rem;
        background: #8ec3cd; }
      .p-top-banner__list--item::after {
        content: counter(section,decimal-leading-zero);
        counter-increment: section;
        position: absolute;
        top: 0;
        left: 1rem;
        transform: translateX(-50%);
        color: #333;
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0; }
      .p-top-banner__list--item img {
        width: 100%;
        border-radius: 100%;
        border: #8ec3cd solid 3px; }
      .p-top-banner__list--item:last-child::before {
        content: none; }
    .p-top-banner__list--text {
      position: absolute;
      top: 59%;
      width: 100%;
      text-align: center;
      color: #333333;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0; }
    .p-top-banner__list--button {
      position: absolute;
      bottom: 0;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      background: #317d8c;
      width: 90%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      padding: 0.3rem;
      border-radius: 3rem; }

@media (min-width: 960.5px) {
  .c-top__button--01.vz-03 a {
    width: 34rem;
    font-size: 2.4rem; }
  .c-top__button--01.vz-04 a {
    width: 38rem;
    height: 7rem;
    font-size: 2rem;
    font-weight: 500; }

  .p-top-column .l-grid-1200 {
    max-width: 123.5rem; }

  .p-top-cost .c-top__title--01.vz-01 p {
    margin-right: 0;
    font-size: 1.8rem;
    letter-spacing: 0; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-mv__list {
    gap: 1.5rem; }
    .p-mv__list::before {
      left: -11rem;
      width: 16rem;
      height: 32rem; }
    .p-mv__list li {
      width: 29rem;
      height: 29rem; }
      .p-mv__list li .text {
        font-size: 2.6rem;
        min-height: 8rem; }
      .p-mv__list li .button {
        width: calc(100% - 6rem);
        font-size: 1.8rem;
        padding: 0.3rem; }
      .p-mv__list li:nth-child(4) {
        margin-left: 15rem; }
      .p-mv__list li:nth-child(-n + 4) {
        margin-bottom: -4rem; }
  .p-mv__cont::before {
    background-size: 33rem;
    background-position: bottom 3.3rem right -6.5rem; }
  .p-mv .l-grid-1465 {
    max-width: 108.5rem; } }
@media (max-width: 960px) {
  .c-top__button--01 a {
    width: 30rem;
    height: 6rem;
    font-size: 1.5rem; }
  .c-top__button--01.vz-tel a span {
    padding-left: 2rem; }
    .c-top__button--01.vz-tel a span::before {
      width: 1.3rem;
      height: 1.7rem; }
  .c-top__button--02 a {
    font-size: 1.5rem; }
  .c-top__button--gp01 {
    gap: 1.5rem; }
  .c-top__button--gp02 {
    gap: 1rem;
    justify-content: center; }

  .c-top__title--01 p {
    font-size: 5rem;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0.5rem; }
  .c-top__title--01 .title {
    font-size: 2rem; }
  .c-top__title--01.vz-01 p {
    margin-right: 0; }
  .c-top__title--02 {
    font-size: 2rem; }

  .p-mv {
    margin-bottom: 6rem; }
    .p-mv__cont {
      padding-top: 1.5rem;
      padding-bottom: 26rem;
      margin-bottom: 2.8rem; }
      .p-mv__cont::before {
        height: calc(100% - 5rem);
        background-position: center bottom -0.8rem;
        background-size: 13rem; }
      .p-mv__cont::after {
        width: 13rem;
        height: 2rem;
        bottom: 3.1rem; }
    .p-mv__list {
      gap: 2rem 1rem; }
      .p-mv__list::before {
        content: none; }
      .p-mv__list li {
        width: 16.7rem;
        height: 16.7rem; }
        .p-mv__list li .text {
          font-size: 2rem;
          min-height: 4rem;
          margin-bottom: -1rem; }
        .p-mv__list li .button {
          font-size: 1.4rem;
          width: 88%;
          letter-spacing: 0;
          padding: 0.5rem 0;
          line-height: 120%;
          border-radius: 0.5rem;
          top: 2rem;
          position: relative; }
        .p-mv__list li:nth-child(4) {
          margin-left: 0; }
        .p-mv__list li:nth-child(-n + 4) {
          margin-bottom: 0; }
    .p-mv__slogan h3 {
      font-size: 2rem; }
    .p-mv__slogan p {
      text-align: center; }

  .p-top-trouble__list {
    gap: 1rem 0; }

  .p-top-trouble::after {
    border-radius: 2rem; }
  .p-top-trouble__gp--item:first-child {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-bottom: -3rem; }
    .p-top-trouble__gp--item:first-child img {
      width: 70%;
      margin-left: auto;
      margin-right: auto; }
  .p-top-trouble__gp--item:last-child {
    width: 100%;
    padding: 4rem 0.5rem 2.1rem 1.5rem;
    margin-bottom: 6rem;
    border-radius: 1rem;
    gap: 1rem 0; }
    .p-top-trouble__gp--item:last-child::before {
      content: none;
      top: -6rem;
      left: 20.7rem;
      transform: rotate(76deg); }
  .p-top-trouble__list li a {
    font-size: 1.5rem;
    padding-left: 3rem; }
    .p-top-trouble__list li a:before {
      width: 2.2rem;
      height: 2.2rem;
      top: 50%;
      left: 0; }
    .p-top-trouble__list li a:after {
      width: 0.7rem;
      height: 1.2rem;
      top: 50%;
      left: 0.9rem; }
    .p-top-trouble__list li a br {
      display: none; }
  .p-top-trouble .c-top__title--01 {
    margin-bottom: 1.5rem;
    justify-content: center; }

  .p-top-disease__block--01 {
    padding: 5rem 0 6rem; }
    .p-top-disease__block--01 .c-top__title--01 {
      margin-bottom: 2rem; }
  .p-top-disease__block--02 {
    padding-top: 6rem; }
    .p-top-disease__block--02 li .thumb .desc {
      font-size: 1.6rem;
      min-width: 15rem;
      border-radius: 0 1rem 0 1rem; }
  .p-top-disease__block--03 .c-top__title--01 {
    margin-bottom: 1rem; }
  .p-top-disease__list--01 {
    gap: 1rem; }
    .p-top-disease__list--01 li {
      width: calc((100% - 1.001rem) / 2); }
      .p-top-disease__list--01 li a {
        font-size: 1.5rem;
        padding: 0 1rem;
        border: #8ec3cd solid 1px; }
        .p-top-disease__list--01 li a::before {
          right: 1rem; }
  .p-top-disease__list--02 {
    padding: 0;
    gap: 5rem 1rem; }
    .p-top-disease__list--02 li {
      width: calc((100% - 2.001rem) / 3); }
      .p-top-disease__list--02 li .cont p {
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 175%;
        font-weight: 500; }
  .p-top-disease__list--03 li a {
    font-size: 1.5rem;
    padding: 1rem 0.5rem;
    border: #8ec3cd solid 1px; }
  .p-top-disease__inner {
    padding: 3.5rem 1rem;
    border-radius: 2rem; }

  .p-top-cost {
    padding: 6rem 0; }

  .p-top-examinations {
    padding-top: 5.5rem; }
    .p-top-examinations__list--01 {
      gap: 1rem;
      margin-bottom: 6rem; }
      .p-top-examinations__list--01 li {
        width: calc((100% - 2.001rem) / 3); }
        .p-top-examinations__list--01 li::before {
          width: 5rem;
          height: 5rem;
          font-size: 3rem; }
        .p-top-examinations__list--01 li p {
          font-size: 1.5rem; }
    .p-top-examinations__list--02 {
      position: relative;
      width: calc(100% + 3rem);
      left: -1.5rem;
      padding: 0;
      gap: 5rem 0; }
      .p-top-examinations__list--02 li {
        width: 100%;
        padding-top: 7rem; }
        .p-top-examinations__list--02 li:nth-child(2n) .img img {
          position: relative;
          left: 2rem;
          border-top-left-radius: 17.5rem;
          border-bottom-left-radius: 17.5rem;
          border-top-right-radius: 0rem;
          border-bottom-right-radius: 0rem; } }
        @media (max-width: 960px) and (max-width: 767px) {
          .p-top-examinations__list--02 li:nth-child(2n) .img img {
            border-top-left-radius: 12.5rem;
            border-bottom-left-radius: 12.5rem; } }
@media (max-width: 960px) {
        .p-top-examinations__list--02 li .img img {
          width: calc(100% - 2rem);
          height: 35rem;
          object-fit: cover;
          object-position: right;
          border: 0;
          border-radius: 0;
          border-top-right-radius: 17.5rem;
          border-bottom-right-radius: 17.5rem; } }
        @media (max-width: 960px) and (max-width: 767px) {
          .p-top-examinations__list--02 li .img img {
            height: 25rem;
            border-top-right-radius: 12.5rem;
            border-bottom-right-radius: 12.5rem; } }
@media (max-width: 960px) {
        .p-top-examinations__list--02 li .cont {
          position: static;
          top: 0;
          left: 0;
          right: inherit;
          width: 100%;
          transform: inherit;
          padding-left: 2rem;
          padding-right: 2rem; }
          .p-top-examinations__list--02 li .cont .title {
            font-size: 2rem;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            text-align: center;
            letter-spacing: 0.15rem; }
          .p-top-examinations__list--02 li .cont p {
            font-size: 1.5rem;
            line-height: 185%;
            font-weight: 500;
            padding-right: 0;
            padding-top: 2rem; }
        .p-top-examinations__list--02 li .button {
          width: 100%;
          text-align: center;
          margin-top: 2rem; }
          .p-top-examinations__list--02 li .button a {
            font-size: 1.5rem;
            position: relative;
            right: inherit;
            border-radius: 2.8rem;
            padding: 1.2rem 2.5rem;
            min-width: 20rem; }
        .p-top-examinations__list--02 li.last {
          max-width: 100%; }
          .p-top-examinations__list--02 li.last .img img {
            width: calc(100% - 2rem);
            height: 35rem; } }
          @media (max-width: 960px) and (max-width: 767px) {
            .p-top-examinations__list--02 li.last .img img {
              height: 25rem; } }
@media (max-width: 960px) {
          .p-top-examinations__list--02 li.last .cont {
            width: 100%; }

  .p-top-feature {
    padding-bottom: 6rem; }
    .p-top-feature__gp {
      gap: 2.5rem 1rem; }
      .p-top-feature__gp--box {
        width: calc((100% - 1.001rem) / 2); }
        .p-top-feature__gp--box .title {
          padding-left: 1rem;
          font-size: 1.8rem; }
        .p-top-feature__gp--box .head p {
          font-size: 3rem;
          width: 10rem;
          padding: 0.6rem 0 0.6rem 1rem; }
        .p-top-feature__gp--box .desc {
          padding: 2.5rem 2rem; }
          .p-top-feature__gp--box .desc p {
            font-size: 1.5rem;
            line-height: 175%;
            font-weight: 500; }
        .p-top-feature__gp--box .img img {
          height: 47rem;
          object-fit: cover; }
        .p-top-feature__gp--box .c-top__button--02 {
          bottom: 1.5rem; }

  .p-top-faq {
    padding: 4.2rem 0 6rem; }
    .p-top-faq__list--item .title {
      font-size: 1.6rem;
      padding: 1.5rem 3.5rem 1.5rem 3rem; }
      .p-top-faq__list--item .title::before {
        left: 1.5rem; }
      .p-top-faq__list--item .title::after {
        right: 1rem;
        width: 1.5rem;
        height: 1rem; }
    .p-top-faq__list--item .desc {
      padding: 0 1.5rem 1.5rem; }
      .p-top-faq__list--item .desc p {
        font-size: 1.5rem; }
    .p-top-faq .c-top__title--01 {
      margin-bottom: 2rem; }

  .p-top-clinic {
    padding: 6rem 0 7rem;
    margin-bottom: 3.2rem; }
    .p-top-clinic__gp--item {
      width: 100%; }
      .p-top-clinic__gp--item:first-child {
        padding-top: 0;
        margin-bottom: 3rem; }
        .p-top-clinic__gp--item:first-child .img {
          margin-left: 0;
          width: 100%;
          padding-right: 0;
          margin-bottom: 2.5rem; }
      .p-top-clinic__gp--item .block {
        margin-left: 0;
        margin-right: 0;
        padding: 1.5rem;
        border-radius: 1rem; }
        .p-top-clinic__gp--item .block p {
          font-size: 1.5rem; }
      .p-top-clinic__gp--item .desc {
        margin-bottom: 3rem; }
        .p-top-clinic__gp--item .desc p {
          font-size: 1.5rem;
          letter-spacing: 0;
          line-height: 175%;
          text-align: justify;
          font-weight: 500;
          margin-bottom: 1rem; }
    .p-top-clinic .c-top__title--01 {
      margin-left: 0;
      width: 100%;
      flex-flow: column;
      align-items: center;
      margin-bottom: 2rem; }

  .p-top-column {
    margin-bottom: 6rem; }

  .c-top__column--img img {
    border: #8ec3cd solid 1px;
    border-radius: 1rem; }

  .c-top__column--title {
    font-size: 1.5rem;
    line-height: 135%;
    text-align: justify; }
  .c-top__column--list {
    gap: 2.5rem 1rem;
    margin-bottom: 4.5rem; }
  .c-top__column--item {
    width: calc((100% - 1.001rem) / 2); }

  .p-top-banner {
    margin-bottom: 6rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-mv__list li {
    width: 23.9rem;
    height: 23.9rem; }
    .p-mv__list li .text {
      min-height: 6.2rem; }

  .p-top-trouble__gp--item:last-child {
    gap: 3.5rem 0; }

  .p-top-disease__list--02 li .img img {
    border-radius: 1rem;
    border-width: 0.3rem; } }
@media (max-width: 767px) {
  .p-mv__list li {
    width: 10.8rem;
    height: 10.8rem; }
    .p-mv__list li .text {
      line-height: 130%;
      font-size: 1.3rem; }
    .p-mv__list li .button {
      width: 100%;
      font-size: 1.1rem; }
  .p-mv__cont {
    padding-bottom: 24rem; }
    .p-mv__cont::before {
      background-position: center bottom -0.8rem;
      background-size: 14rem; }

  .p-top-trouble__list li {
    width: 100%; }

  .p-top-disease__list--02 li {
    width: 100%; }
  .p-top-disease__list--03 li {
    width: calc((100% - 1.001rem) / 2); }

  .p-top-cost__gp {
    justify-content: center; }
    .p-top-cost__gp .c-top__title--01 {
      margin-bottom: 2rem; }

  .p-top-examinations__list--01 li {
    width: calc((100% - 1.001rem) / 2); }
  .p-top-examinations__list--02 li {
    width: 100%; }

  .p-top-feature__gp--box {
    width: 100%; }
    .p-top-feature__gp--box .desc p {
      min-height: auto; }

  .p-top-disease__list--02 li .img img {
    border-radius: 1rem;
    border: #8ec3cd solid 0.3rem; }

  .p-top-faq__list--item {
    margin-bottom: 1.5rem;
    border-radius: 1rem; }

  .p-top-banner__title {
    font-size: 1.7rem;
    line-height: 150%;
    margin-bottom: 2.5rem;
    padding: 0; }
  .p-top-banner__list {
    gap: 1rem;
    padding: 0 1rem; }
    .p-top-banner__list--text {
      font-size: 1.2rem;
      line-height: 120%; }
    .p-top-banner__list--item::after {
      font-size: 2.4rem; }
    .p-top-banner__list--item img {
      border-width: 2px; }
    .p-top-banner__list--button {
      font-size: 1.2rem;
      bottom: -0.5rem; }

  .c-top__button--gp03 {
    gap: 1rem;
    top: -2.5rem; }
    .c-top__button--gp03 .c-top__button--02 a {
      width: 16rem;
      height: 5rem; } }
.p-top-eligible {
  width: 100%;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 14.5rem; }
  .p-top-eligible::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10rem;
    top: -1rem;
    left: 0;
    background: #eff3f3;
    background: linear-gradient(180deg, #eff3f3 0%, white 100%);
    z-index: -1; }
  .p-top-eligible__list {
    width: 100%;
    margin-top: 7rem;
    display: flex;
    gap: 3rem; }
    .p-top-eligible__list li {
      width: 100%;
      border-radius: 1rem;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0;
      text-align: center; }
      .p-top-eligible__list li:nth-child(2n) {
        margin-top: 10rem; }
    .p-top-eligible__list a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 27.7rem;
      height: 27.7rem;
      border-radius: 100%;
      background: #fff;
      border: 4px double #317d8c;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      .p-top-eligible__list a img {
        position: absolute;
        right: 0;
        top: 0;
        width: 8rem;
        height: 8rem;
        padding: 0.2rem;
        border-radius: 100%;
        background-color: #317d8c; }
      .p-top-eligible__list a .head {
        color: #317d8c;
        font-size: 2rem;
        font-weight: 600;
        line-height: 155%;
        letter-spacing: 0.1rem; }
      .p-top-eligible__list a > br {
        display: none; }
  .p-top-eligible__txt {
    color: #333333;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 155%;
    letter-spacing: 0.1rem;
    text-align: center;
    margin-bottom: 1.5rem; }
    .p-top-eligible__txt strong {
      color: #ec6d6d;
      font-size: 6rem;
      font-weight: 900;
      position: relative;
      top: 0.2rem; }
  .p-top-eligible__btn {
    display: inline-block;
    background: #317d8c;
    padding: 1rem 2.5rem;
    border-radius: 3rem; }
  .p-top-eligible .c-top__title--01 p {
    color: #8ec3cd; }
  @media (max-width: 960px) {
    .p-top-eligible__list {
      margin-top: 7rem;
      flex-wrap: wrap; }
      .p-top-eligible__list li {
        width: calc((100% - 3rem) / 2); }
        .p-top-eligible__list li:nth-child(2n) {
          margin-top: 0rem; }
      .p-top-eligible__list a {
        width: 30.7rem;
        height: 30.7rem; }
    .p-top-eligible__txt {
      font-size: 2rem; }
      .p-top-eligible__txt strong {
        font-size: 4rem; } }
  @media (max-width: 767px) {
    .p-top-eligible {
      padding-top: 6rem;
      padding-bottom: 7.5rem; }
      .p-top-eligible__list {
        gap: 4rem 1.5rem;
        margin-top: 5.5rem; }
        .p-top-eligible__list li {
          width: calc((100% - 1.501rem) / 2); }
          .p-top-eligible__list li:nth-child(2n) {
            margin-top: 0rem; }
        .p-top-eligible__list a {
          width: 16.5rem;
          height: 16.5rem; }
          .p-top-eligible__list a .head {
            font-size: 1.5rem; }
          .p-top-eligible__list a img {
            width: 6rem;
            height: 6rem;
            right: -1rem;
            top: -2rem;
            padding: 0.1rem; }
      .p-top-eligible__txt {
        font-size: 1.6rem; }
        .p-top-eligible__txt strong {
          font-size: 3.5rem; }
      .p-top-eligible__btn {
        padding: 0.5rem 1.8rem 0.7rem 1.8rem;
        margin-bottom: -1rem;
        font-size: 1.4rem; } }

#toc_container {
  border: 0;
  border-radius: 0.8rem;
  padding: 3rem;
  margin-bottom: 10rem;
  width: 100%;
  max-width: 60%;
  background-color: var(--main-color-light); }
  #toc_container p.toc_title {
    text-align: left;
    font-size: var(--size-v3); }
  #toc_container li:not(:last-child) {
    margin-bottom: 0.5rem; }
  #toc_container li a {
    font-size: var(--size-p);
    font-weight: 500;
    padding-left: 3rem;
    position: relative;
    display: inline-block; }
    #toc_container li a::before {
      content: "";
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      left: 0;
      top: 0.8rem;
      background-color: #454545;
      clip-path: polygon(100% 50%, 0 100%, 43% 50%, 0 0); }
  @media (max-width: 960px) {
    #toc_container {
      max-width: 100%;
      padding: 2rem;
      margin-bottom: 5rem; }
      #toc_container p.toc_title {
        font-size: var(--size-p); }
        #toc_container p.toc_title + ul.toc_list {
          margin-top: 0.5rem; }
      #toc_container li a {
        padding-left: 2rem; }
        #toc_container li a::before {
          width: 1.2rem;
          height: 1.2rem;
          top: 0.8rem; } }

.c-image {
  display: block; }
  .c-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem; }
    @media (max-width: 960px) {
      .c-image img {
        border-radius: 0.5rem; } }
  .c-image--logo {
    margin-top: 2rem; }
    .c-image--logo img {
      width: auto;
      padding: 1rem;
      background-color: var(--main-color-white); }

.c-image--ratio {
  aspect-ratio: 4 / 3;
  overflow: hidden; }
  .c-image--ratio-16x8 {
    aspect-ratio: 16 / 8; }
    @media (max-width: 960px) {
      .c-image--ratio-16x8 {
        aspect-ratio: 16 / 11; } }
  .c-image--ratio-4x2 {
    aspect-ratio: 4 / 2.3; }
  .c-image--ratio-3x2 img {
    aspect-ratio: 3 / 2; }
  .c-image--ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.p-page-section {
  margin-bottom: 10rem; }
  @media (max-width: 960px) {
    .p-page-section {
      margin-bottom: 8rem; } }

.p-doctor-message {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.8rem;
  padding: 5rem;
  margin-top: -5rem;
  position: relative;
  z-index: 2;
  background-color: #ececec; }
  .p-doctor-message__name {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .p-doctor-message {
      padding: 3rem 2rem;
      margin-top: -2rem; }
      .p-doctor-message__name {
        font-size: 1.8rem;
        margin-bottom: 1rem; } }

.p-interview {
  margin-top: 4rem;
  margin-bottom: 8rem; }
  @media (max-width: 960px) {
    .p-interview {
      margin-top: 2rem;
      margin-bottom: 6rem; } }

.p-background {
  padding: 3rem;
  border-radius: 1.2rem;
  background-color: var(--main-color-light); }
  @media (max-width: 960px) {
    .p-background {
      padding: 2rem;
      border-radius: 0.8rem; } }

.p-border {
  padding: 5rem;
  border-radius: 1.2rem;
  border: 4px double var(--main-color); }
  .p-border.u-py-3 {
    padding: 3rem; }
  @media (max-width: 960px) {
    .p-border {
      padding: 2rem;
      border-radius: 0.8rem; }
      .p-border.u-py-3 {
        padding: 1rem; } }

/* ========================================
   FAQ
======================================== */
.p-faq {
  margin: 0 auto;
  /* ==========================
     Question
  ========================== */
  /* ==========================
     Answer
  ========================== */ }
  .p-faq--hideborder .p-faq__item {
    border: 0; }
  .p-faq__item {
    padding: 5rem;
    background-color: rgba(239, 243, 243, 0.8);
    border-radius: 1.5rem;
    margin-bottom: 2rem; }
    .p-faq__item:last-child {
      margin-bottom: 0; }
    @media (max-width: 960px) {
      .p-faq__item {
        padding: 3rem; } }
  .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;
      font-size: var(--size-v2);
      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;
      top: -0.6rem;
      font-weight: 700;
      color: #999;
      font-size: var(--size-v2); }
    .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(1.8rem, 14px);
  position: relative;
  opacity: 1;
  transition: ease all 0.35s; }
  .p-link--cuttom {
    margin-top: 0;
    padding: 1rem 3rem 1rem 3rem; }
    .p-link--cuttom strong {
      margin-right: 1rem; }
    .p-link--cuttom::before {
      content: none !important; }
  .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: 767px) {
  .c-table--50 th:first-child {
    width: 70%; }
  .c-table--50 th:last-child {
    width: 30%; }

  .c-table--scroll table.u--v01 {
    width: 600px; }
    .c-table--scroll table.u--v01 th:first-child {
      width: 5%; }
    .c-table--scroll table.u--v01 th:nth-child(2) {
      width: 70%; }
    .c-table--scroll table.u--v01 th:last-child {
      width: 25%; } }

/*# sourceMappingURL=style.css.map */
