@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200..800&display=swap");
html {
  font-size: 0.521vw; }
  @media (max-width: 1440px) and (min-width: 961px) {
    html {
      font-size: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.grid-1700 {
  max-width: 173rem; }
.grid-1520 {
  max-width: 155rem; }
.grid-1440 {
  max-width: 147rem; }
.grid-1400 {
  max-width: 143rem; }
.grid-1200 {
  max-width: 123rem; }

p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .115rem;
  color: #333333; }

p.has-text-align-center {
  text-align: center; }

#page_top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #015986 url(assets/img/page-top.svg) no-repeat center;
  border-radius: 100%;
  background-size: 2.1rem;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    #page_top {
      right: 1.5rem;
      bottom: 7rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      #page_top.fixed {
        bottom: 14rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 14rem; } }

.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; }

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_in_1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0;
    position: relative;
    top: 100px; }
  100% {
    position: relative;
    top: 0px;
    opacity: 1; } }
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.fade-left.show {
  animation: fade_left 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

.fade-right.show {
  animation: fade_right 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

[data-animation="fade-in"].show {
  animation: fade_in_1 500ms 1s ease-in-out;
  animation-fill-mode: forwards; }

.wow_custom_no {
  opacity: 0;
  position: relative;
  z-index: 1; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  body,
  p {
    font-size: 2rem; } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: .022rem;
    line-height: 185%;
    text-align: justify;
    font-size: 1.5rem; } }
:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0; }

.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; }

.pos-static {
  position: static; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-fixed {
  position: fixed; }

.pos-sticky {
  position: sticky; }

.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; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.overflow-visible {
  overflow: visible; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.visibility-visible {
  visibility: visible; }

.visibility-hidden {
  visibility: hidden; }

.visibility-collapse {
  visibility: collapse; }

.cursor-auto {
  cursor: auto; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.cursor-not-allowed {
  cursor: not-allowed; }

.cursor-grab {
  cursor: grab; }

.object-contain {
  object-fit: contain; }

.object-cover {
  object-fit: cover; }

.object-fill {
  object-fit: fill; }

.object-none {
  object-fit: none; }

.object-scale-down {
  object-fit: scale-down; }

.border-0 {
  border-width: 0px; }

.border-1 {
  border-width: 1px; }

.border-2 {
  border-width: 2px; }

.border-4 {
  border-width: 4px; }

.border-solid {
  border-style: solid; }

.border-dashed {
  border-style: dashed; }

.border-none {
  border: none; }

.radius-0 {
  border-radius: 0px; }

.radius-4 {
  border-radius: 4px; }

.radius-8 {
  border-radius: 8px; }

.radius-16 {
  border-radius: 16px; }

.radius-24 {
  border-radius: 24px; }

.radius-50 {
  border-radius: 50px; }

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.01; }

.opacity-2 {
  opacity: 0.02; }

.opacity-3 {
  opacity: 0.03; }

.opacity-4 {
  opacity: 0.04; }

.opacity-5 {
  opacity: 0.05; }

.opacity-6 {
  opacity: 0.06; }

.opacity-7 {
  opacity: 0.07; }

.opacity-8 {
  opacity: 0.08; }

.opacity-9 {
  opacity: 0.09; }

.opacity-10 {
  opacity: 0.1; }

.opacity-11 {
  opacity: 0.11; }

.opacity-12 {
  opacity: 0.12; }

.opacity-13 {
  opacity: 0.13; }

.opacity-14 {
  opacity: 0.14; }

.opacity-15 {
  opacity: 0.15; }

.opacity-16 {
  opacity: 0.16; }

.opacity-17 {
  opacity: 0.17; }

.opacity-18 {
  opacity: 0.18; }

.opacity-19 {
  opacity: 0.19; }

.opacity-20 {
  opacity: 0.2; }

.opacity-21 {
  opacity: 0.21; }

.opacity-22 {
  opacity: 0.22; }

.opacity-23 {
  opacity: 0.23; }

.opacity-24 {
  opacity: 0.24; }

.opacity-25 {
  opacity: 0.25; }

.opacity-26 {
  opacity: 0.26; }

.opacity-27 {
  opacity: 0.27; }

.opacity-28 {
  opacity: 0.28; }

.opacity-29 {
  opacity: 0.29; }

.opacity-30 {
  opacity: 0.3; }

.opacity-31 {
  opacity: 0.31; }

.opacity-32 {
  opacity: 0.32; }

.opacity-33 {
  opacity: 0.33; }

.opacity-34 {
  opacity: 0.34; }

.opacity-35 {
  opacity: 0.35; }

.opacity-36 {
  opacity: 0.36; }

.opacity-37 {
  opacity: 0.37; }

.opacity-38 {
  opacity: 0.38; }

.opacity-39 {
  opacity: 0.39; }

.opacity-40 {
  opacity: 0.4; }

.opacity-41 {
  opacity: 0.41; }

.opacity-42 {
  opacity: 0.42; }

.opacity-43 {
  opacity: 0.43; }

.opacity-44 {
  opacity: 0.44; }

.opacity-45 {
  opacity: 0.45; }

.opacity-46 {
  opacity: 0.46; }

.opacity-47 {
  opacity: 0.47; }

.opacity-48 {
  opacity: 0.48; }

.opacity-49 {
  opacity: 0.49; }

.opacity-50 {
  opacity: 0.5; }

.opacity-51 {
  opacity: 0.51; }

.opacity-52 {
  opacity: 0.52; }

.opacity-53 {
  opacity: 0.53; }

.opacity-54 {
  opacity: 0.54; }

.opacity-55 {
  opacity: 0.55; }

.opacity-56 {
  opacity: 0.56; }

.opacity-57 {
  opacity: 0.57; }

.opacity-58 {
  opacity: 0.58; }

.opacity-59 {
  opacity: 0.59; }

.opacity-60 {
  opacity: 0.6; }

.opacity-61 {
  opacity: 0.61; }

.opacity-62 {
  opacity: 0.62; }

.opacity-63 {
  opacity: 0.63; }

.opacity-64 {
  opacity: 0.64; }

.opacity-65 {
  opacity: 0.65; }

.opacity-66 {
  opacity: 0.66; }

.opacity-67 {
  opacity: 0.67; }

.opacity-68 {
  opacity: 0.68; }

.opacity-69 {
  opacity: 0.69; }

.opacity-70 {
  opacity: 0.7; }

.opacity-71 {
  opacity: 0.71; }

.opacity-72 {
  opacity: 0.72; }

.opacity-73 {
  opacity: 0.73; }

.opacity-74 {
  opacity: 0.74; }

.opacity-75 {
  opacity: 0.75; }

.opacity-76 {
  opacity: 0.76; }

.opacity-77 {
  opacity: 0.77; }

.opacity-78 {
  opacity: 0.78; }

.opacity-79 {
  opacity: 0.79; }

.opacity-80 {
  opacity: 0.8; }

.opacity-81 {
  opacity: 0.81; }

.opacity-82 {
  opacity: 0.82; }

.opacity-83 {
  opacity: 0.83; }

.opacity-84 {
  opacity: 0.84; }

.opacity-85 {
  opacity: 0.85; }

.opacity-86 {
  opacity: 0.86; }

.opacity-87 {
  opacity: 0.87; }

.opacity-88 {
  opacity: 0.88; }

.opacity-89 {
  opacity: 0.89; }

.opacity-90 {
  opacity: 0.9; }

.opacity-91 {
  opacity: 0.91; }

.opacity-92 {
  opacity: 0.92; }

.opacity-93 {
  opacity: 0.93; }

.opacity-94 {
  opacity: 0.94; }

.opacity-95 {
  opacity: 0.95; }

.opacity-96 {
  opacity: 0.96; }

.opacity-97 {
  opacity: 0.97; }

.opacity-98 {
  opacity: 0.98; }

.opacity-99 {
  opacity: 0.99; }

.opacity-100 {
  opacity: 1; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-10 {
  z-index: 10; }

.z-11 {
  z-index: 11; }

.z-12 {
  z-index: 12; }

.z-13 {
  z-index: 13; }

.z-14 {
  z-index: 14; }

.z-15 {
  z-index: 15; }

.z-16 {
  z-index: 16; }

.z-17 {
  z-index: 17; }

.z-18 {
  z-index: 18; }

.z-19 {
  z-index: 19; }

.z-20 {
  z-index: 20; }

.z-21 {
  z-index: 21; }

.z-22 {
  z-index: 22; }

.z-23 {
  z-index: 23; }

.z-24 {
  z-index: 24; }

.z-25 {
  z-index: 25; }

.z-26 {
  z-index: 26; }

.z-27 {
  z-index: 27; }

.z-28 {
  z-index: 28; }

.z-29 {
  z-index: 29; }

.z-30 {
  z-index: 30; }

.z-31 {
  z-index: 31; }

.z-32 {
  z-index: 32; }

.z-33 {
  z-index: 33; }

.z-34 {
  z-index: 34; }

.z-35 {
  z-index: 35; }

.z-36 {
  z-index: 36; }

.z-37 {
  z-index: 37; }

.z-38 {
  z-index: 38; }

.z-39 {
  z-index: 39; }

.z-40 {
  z-index: 40; }

.z-41 {
  z-index: 41; }

.z-42 {
  z-index: 42; }

.z-43 {
  z-index: 43; }

.z-44 {
  z-index: 44; }

.z-45 {
  z-index: 45; }

.z-46 {
  z-index: 46; }

.z-47 {
  z-index: 47; }

.z-48 {
  z-index: 48; }

.z-49 {
  z-index: 49; }

.z-50 {
  z-index: 50; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-nowrap {
  white-space: nowrap; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.transition {
  transition: all 0.3s ease; }

.transition-fast {
  transition: all 0.15s ease; }

.transition-slow {
  transition: all 0.6s ease; }

@media (max-width: 576px) {
  .sm\\:d-none {
    display: none; }

  .sm\\:text-center {
    text-align: center; } }
@media (max-width: 768px) {
  .md\\:d-none {
    display: none; }

  .md\\:text-center {
    text-align: center; } }
@media (max-width: 1024px) {
  .lg\\:d-none {
    display: none; }

  .lg\\:text-center {
    text-align: center; } }
@media (max-width: 1280px) {
  .xl\\:d-none {
    display: none; }

  .xl\\:text-center {
    text-align: center; } }
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  object-fit: cover; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  line-height: 1.6;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease; }

[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative; }

.hv-o {
  transition: ease all 0.35s; }
  .hv-o:hover {
    opacity: 0.85; }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.hero-banner__content {
  position: relative;
  width: 100%;
  height: auto; }
.hero-banner__image {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden; }
  .hero-banner__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    vertical-align: top; }
.hero-banner__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: auto;
  padding: 2rem 4rem;
  border-radius: 1rem;
  background-color: rgba(1, 89, 134, 0.8); }
  .hero-banner__title .ja {
    font-size: 2.8rem;
    line-height: 150%;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: bold;
    color: #ffffff; }

@media (max-width: 960px) {
  .main_page #toc_container a {
    font-size: 1.5rem; }

  .hero-banner__image {
    height: 20rem; }
    .hero-banner__image img {
      height: 20rem; }
  .hero-banner__title {
    min-width: 22rem;
    padding: 1.5rem; }
    .hero-banner__title .ja {
      font-size: 2rem;
      letter-spacing: .1rem; } }
.breadcrumb {
  width: 100%;
  position: relative; }
  .breadcrumb__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline; }
  .breadcrumb__item {
    position: relative;
    display: inline;
    font-weight: 600;
    line-height: 150%;
    font-size: 1.8rem; }
    .breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .breadcrumb__item:not(:last-child)::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .breadcrumb__link {
    color: #333;
    text-decoration: none;
    transition: all 0.35s ease; }
    .breadcrumb__link:hover {
      opacity: 0.7; }
  .breadcrumb__text {
    color: #333;
    font-weight: 500; }

@media (max-width: 960px) {
  .breadcrumb__item {
    font-size: 1.5rem; } }
.news__group {
  padding: 5.5rem 0 6rem; }
  .news__group-item:first-child {
    width: calc(100% - 30rem); }
  .news__group-item:last-child {
    width: 30rem;
    padding-left: 5rem; }
  .news__group .news-list {
    margin-bottom: 6rem;
    width: 100%; }
    .news__group .news-list li a {
      font-size: 1.6rem; }

.archive-gp {
  border: #015986 solid 0.1rem;
  margin-bottom: 3rem; }
  .archive-gp:last-child {
    margin-bottom: 0; }
.archive-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #015986;
  text-align: left;
  padding: 1rem;
  cursor: pointer;
  position: relative; }
  .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; }
  .archive-title.active::before {
    transform: translateY(-50%) rotate(315deg); }
.archive-list {
  padding: 0 1.5rem;
  max-height: 32rem;
  overflow: auto; }
  .archive-list li {
    border-bottom: #015986 solid 0.1rem; }
    .archive-list li:last-child {
      border-bottom: 0; }
    .archive-list li 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; }
      .archive-list li a:hover {
        color: #015986; }

.news-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .news-list li {
    padding: 2rem 0;
    transition: background-color 0.3s ease;
    background: rgba(1, 89, 134, 0.2); }
    .news-list li:nth-child(odd) {
      background: #015986; }
      .news-list li:nth-child(odd) a .date,
      .news-list li:nth-child(odd) a .txt {
        color: #ffffff; }
      .news-list li:nth-child(odd) a:hover {
        color: #171717; }
    .news-list li:not(:last-child) {
      margin-bottom: 1.5rem; }
    .news-list li:last-child {
      border-bottom: none; }
    .news-list li:hover {
      background: rgba(1, 89, 134, 0.5); }
      .news-list li:hover:nth-child(odd) a .date,
      .news-list li:hover:nth-child(odd) a .txt {
        color: #171717; }
    .news-list li a {
      display: flex;
      align-items: center;
      gap: 2rem;
      color: #222;
      text-decoration: none;
      font-size: 1.6rem;
      transition: color 0.3s ease; }
      .news-list li a:hover {
        color: #0073aa; }
      .news-list li a .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; }
      .news-list li a .txt {
        flex: 1;
        font-size: 1.8rem;
        line-height: 1.5;
        color: #171717;
        word-break: break-word;
        padding-right: 2rem; }

.pagenavi-wrap {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .pagenavi-wrap ul {
    display: flex;
    justify-content: center; }
    .pagenavi-wrap ul li {
      margin: 0 .8rem; }
      .pagenavi-wrap ul li * {
        height: 4rem;
        border: #015986 solid 0.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.55rem;
        color: #727272;
        transition: all 0.35s; }
      .pagenavi-wrap ul li .current,
      .pagenavi-wrap ul li a:hover {
        background: #015986;
        color: #FFFFFF; }

.news-pagination {
  text-align: center; }
  .news-pagination .wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem; }
    .news-pagination .wp-pagenavi span,
    .news-pagination .wp-pagenavi a {
      height: 4rem;
      min-width: 4rem;
      border: 0.1rem solid #015986;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.55rem;
      color: #e28787;
      font-size: 1.8rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.35s ease; }
    .news-pagination .wp-pagenavi a:hover,
    .news-pagination .wp-pagenavi .current {
      background: #015986;
      color: #fff; }
    .news-pagination .wp-pagenavi .extend {
      border: none;
      background: none;
      color: #999;
      pointer-events: none; }

.column-list__items {
  flex-wrap: wrap;
  gap: 5rem 1.5rem; }
.column-list__thumb {
  width: 100%;
  overflow: hidden; }
  .column-list__thumb img {
    width: 100%;
    aspect-ratio: 4/2.8;
    object-fit: cover;
    transition: ease-in-out .3s;
    display: block; }
    .column-list__thumb img:hover {
      transform: scale(1.08); }
.column-list__box {
  align-items: center; }
  .column-list__box .cate-item {
    display: inline-block; }
    .column-list__box .cate-item a {
      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: #015986;
      transition: ease-in-out .3s; }
      @media (min-width: 768px) {
        .column-list__box .cate-item a:hover {
          background-color: rgba(1, 89, 134, 0.7); } }
.column-list__item {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  box-sizing: border-box; }
.column-list__date {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: 0.1rem; }
.column-list__title, .column-list__excerpt {
  font-size: 1.8rem;
  color: #171717;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify; }
.column-list__title:hover {
  color: #e28787; }
.column-list__excerpt {
  font-size: 1.6rem;
  font-weight: 500; }

.single-post__header {
  background-color: rgba(1, 89, 134, 0.1); }
.single-post__title {
  font-size: 3.2rem;
  color: #015986;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.single-post__date {
  font-size: 1.6rem;
  color: #015986;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem; }
.single-post__body {
  padding: 4rem 0; }
  .single-post__body :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2.8rem;
    color: #171717;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .single-post__body h2 {
    font-size: 2.6rem; }
  .single-post__body h3 {
    font-size: 2.4rem; }
  .single-post__body h4 {
    font-size: 2.2rem; }
  .single-post__body h5 {
    font-size: 2rem; }
  .single-post__body h6 {
    font-size: 1.8rem; }
  .single-post__body blockquote {
    background-color: #eeeeee;
    padding: 4rem; }
    .single-post__body blockquote p:last-child {
      margin-bottom: 0; }
  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.8rem;
    color: #171717;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .single-post__body a {
    color: #0073aa;
    text-decoration: underline; }
  .single-post__body ul,
  .single-post__body ol {
    list-style: disc;
    margin-left: 2.2rem;
    margin-bottom: 2.5rem; }
  .single-post__body ol {
    list-style: numbered; }
  .single-post__body li {
    margin-bottom: 0; }
    .single-post__body li:not(:last-child) {
      margin-bottom: 1rem; }
  .single-post__body hr {
    border: none;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
  @media (min-width: 960.5px) {
    .single-post__body img.alignright {
      float: right;
      margin-left: 2rem; }
    .single-post__body img.alignleft {
      float: left;
      margin-right: 2rem; }
    .single-post__body img.aligncenter {
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
.single-post__nav {
  margin-top: 5rem; }
  .single-post__nav-list {
    display: flex;
    justify-content: space-between;
    gap: 2rem; }
  .single-post__nav-item a,
  .single-post__nav-item span {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    border: 0.1rem solid #015986;
    border-radius: 3.3rem;
    background: #015986;
    text-decoration: none;
    transition: ease-in-out .3s; }
  .single-post__nav-item span {
    opacity: 0.5; }
  .single-post__nav-item a:hover {
    opacity: 0.8; }
  .single-post__nav-item--back a {
    border-color: #015986; }
  .single-post__nav--alt .single-post__nav-item a,
  .single-post__nav--alt .single-post__nav-item span {
    border-color: #015986; }
  .single-post__nav--alt .single-post__nav-item a:hover {
    background: #015986; }

@media (max-width: 960px) {
  .single-post__nav {
    margin-top: 0; }
    .single-post__nav-item a,
    .single-post__nav .single-post__nav-item span {
      width: 20rem; }
  .single-post__header {
    padding: 1.5rem; }
  .single-post__title {
    font-size: 2rem; }

  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .single-post__body h1 {
    font-size: 2.6rem; }
  .single-post__body h2 {
    font-size: 2.4rem; }
  .single-post__body h3 {
    font-size: 2.2rem; }
  .single-post__body h4 {
    font-size: 2rem; }
  .single-post__body h5 {
    font-size: 1.8rem; }
  .single-post__body h6 {
    font-size: 1.6rem; }
  .single-post__body blockquote {
    padding: 1.5rem; }

  .column-list__items {
    gap: 5rem 1rem; }
  .column-list__item {
    flex: 0 0 calc((100% - 1rem) / 2); }
  .column-list__title {
    font-size: 1.5rem; }
  .column-list__excerpt {
    font-size: 1.3rem; }
  .column-list__date {
    font-size: 1.5rem; }
  .column-list__box .cate-item a {
    font-size: 1.3rem;
    letter-spacing: 0; }

  .news__group {
    flex-wrap: wrap;
    padding-top: 3rem; }
    .news__group-item:first-child {
      width: 100%;
      margin-bottom: 6rem; }
    .news__group-item:last-child {
      width: 100%;
      padding-left: 0; }

  .news-list li a .date {
    padding-left: 1rem;
    padding-right: 0;
    min-width: 11rem;
    font-size: 1.5rem; }
  .news-list li a .txt {
    font-size: 1.5rem;
    padding-right: 1rem; }

  .archive-list li a {
    font-size: 1.5rem; }

  .breadcrumb__item {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .single-post__nav-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem; }
    .single-post__nav-item:nth-child(3n) {
      margin-right: 0; }
    .single-post__nav-item:nth-child(2) {
      width: 100%;
      margin-right: 0;
      order: 1;
      margin-top: 1.5rem; }
  .single-post__nav-list {
    gap: initial;
    flex-wrap: wrap; }

  .single-post__nav-item a,
  .single-post__nav .single-post__nav-item span {
    width: 100%;
    height: 5rem; } }
.sitemap__section:last-child {
  margin-bottom: 0; }
.sitemap__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 2.5rem;
  line-height: 185%;
  border-bottom: 0.1rem solid #ddd;
  padding-bottom: 1.5rem; }
.sitemap__menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sitemap__menu ul li {
    margin-bottom: 1.5rem; }
    .sitemap__menu ul li a {
      display: inline-block;
      color: #171717;
      font-size: 1.8rem;
      line-height: 1.85;
      text-decoration: none;
      transition: color 0.3s ease;
      font-weight: 500; }
      .sitemap__menu ul li a:hover {
        color: #015986; }

.sitemap__menu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }

@media (max-width: 960px) {
  .sitemap__menu ul {
    grid-template-columns: repeat(2, 1fr); }
    .sitemap__menu ul li a {
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .sitemap__menu ul {
    grid-template-columns: repeat(1, 1fr); } }
.catalogue {
  margin-top: 2.5rem;
  margin-bottom: 10rem; }
  .catalogue-title {
    display: none; }
  .catalogue-gp {
    max-width: 120.001rem; }
    .catalogue-gp:not(.style-4button) {
      padding: 2rem 5rem 3.9rem;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 1rem;
      border: 1px solid #353535;
      box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08); }
  .catalogue-list ul {
    display: flex;
    flex-wrap: wrap; }
    .catalogue-list ul li {
      margin-right: 3rem; }
      .catalogue-list ul li:last-child {
        margin-right: 0; }
      .catalogue-list ul li a {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        color: #015986;
        letter-spacing: .1rem;
        transition: ease all 500ms;
        position: relative;
        padding-top: 1.1rem;
        padding-bottom: 0.9rem;
        display: block;
        letter-spacing: 0;
        border-bottom: #353535 solid .1rem;
        padding-right: 3rem; }
        .catalogue-list ul li a::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 1rem;
          width: 1.1rem;
          aspect-ratio: 1/1;
          z-index: 5;
          -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          background: #333;
          transform: translateY(-50%); }
        .catalogue-list ul li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px;
          z-index: 1;
          pointer-events: none;
          transition: 0.5s; }
        .catalogue-list ul li a:hover {
          padding-left: 1rem;
          font-weight: bold; }
          .catalogue-list ul li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both; }
          .catalogue-list ul li a:hover::after {
            width: 100%; }
  .catalogue-list.style-1columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-2columns li {
    width: calc((100% - 3.001rem) / 2); }
    .catalogue-list.style-2columns li:nth-child(2n) {
      margin-right: 0; }
  .catalogue-list.style-3columns li {
    width: calc((100% - 6.001rem) / 3); }
    .catalogue-list.style-3columns li:nth-child(3n) {
      margin-right: 0; }
  .catalogue-list.style-4button ul {
    justify-content: center;
    margin-bottom: -0.5rem; }
    .catalogue-list.style-4button ul li {
      margin-bottom: 0.5rem;
      margin-right: 0.5rem; }
      .catalogue-list.style-4button ul li:last-child {
        margin-right: 0; }
      .catalogue-list.style-4button ul li.current-menu-item a, .catalogue-list.style-4button ul li:hover a {
        color: #ffffff;
        font-weight: 500;
        background: #015986; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 0.6rem 0.82rem;
        background: rgba(1, 89, 134, 0.1);
        border: #015986 solid 1px; }
        .catalogue-list.style-4button ul li a::before, .catalogue-list.style-4button ul li a::after {
          content: none; }
        @media (max-width: 767px) {
          .catalogue-list.style-4button ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            height: 100%;
            padding: 1rem; } }

@media (max-width: 960px) {
  .catalogue-list ul li a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .catalogue-list.style-4button ul li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .catalogue-list.style-4button ul li:nth-child(2n) {
      margin-right: 0; } }
.main_page #toc_container {
  width: calc(100% - 3rem);
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 5rem;
  padding: 2rem;
  margin-bottom: 8rem;
  background: transparent;
  border: 0; }
  .main_page #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 1rem;
    color: #015986; }
  .main_page #toc_container a {
    font-size: 1.8rem; }
.main_page .toc_list,
.main_page .toc_title {
  width: 53%; }
.main_page .toc_list {
  position: relative; }
  .main_page .toc_list li {
    margin-bottom: 0.8rem !important; }
    @media (min-width: 960.5px) {
      .main_page .toc_list li {
        padding-right: 1.5rem !important; } }
  .main_page .toc_list::before {
    content: "";
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 9rem);
    top: -7rem;
    left: -2rem;
    background-color: rgba(1, 89, 134, 0.1);
    border: #015986 solid 1px;
    z-index: -1; }
.main_page.style-1columns .toc_list,
.main_page.style-1columns .toc_title, .main_page.style-2columns .toc_list,
.main_page.style-2columns .toc_title, .main_page.style-3columns .toc_list,
.main_page.style-3columns .toc_title, .main_page.style-4button .toc_list,
.main_page.style-4button .toc_title {
  width: 100%; }
.main_page.style-1columns .toc_list::before, .main_page.style-2columns .toc_list::before, .main_page.style-3columns .toc_list::before, .main_page.style-4button .toc_list::before {
  width: calc(100% + 4rem); }
  @media (max-width: 960px) {
    .main_page.style-1columns .toc_list::before, .main_page.style-2columns .toc_list::before, .main_page.style-3columns .toc_list::before, .main_page.style-4button .toc_list::before {
      width: calc(100% + 3rem);
      left: -1.5rem; } }
.main_page.style-2columns #toc_container.no_bullets ul {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-2columns #toc_container.no_bullets ul li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 0.6rem; }
    .main_page.style-2columns #toc_container.no_bullets ul li:nth-child(2n) {
      margin-right: 0; }
.main_page.style-3columns #toc_container.no_bullets ul {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-3columns #toc_container.no_bullets ul li {
    width: calc((100% - 3.001rem) / 3);
    margin-right: 1.5rem; }
    @media (min-width: 960.5px) {
      .main_page.style-3columns #toc_container.no_bullets ul li:nth-child(3n) {
        margin-right: 0; } }
.main_page.style-4button .toc_list {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-4button .toc_list li {
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
    .main_page.style-4button .toc_list li a {
      font-weight: 500;
      line-height: 175%;
      transition: ease all 500ms;
      position: relative;
      display: block;
      color: #cb9661;
      letter-spacing: 0;
      border-bottom: #353535 solid .1rem;
      padding: 1rem 2rem;
      background: rgba(255, 255, 255, 0.6);
      border: #cb9661 solid 1px; }
      .main_page.style-4button .toc_list li a:hover {
        text-decoration: none !important;
        background: #cb9661;
        color: #FFFFFF; }

@media (max-width: 960px) {
  .main_page #toc_container a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .main_page.style-3columns #toc_container.no_bullets ul li {
    width: 100%;
    margin-right: 0; }

  .main_page.style-2columns #toc_container.no_bullets ul li {
    width: 100%;
    margin-right: 0; }

  .main_page #toc_container {
    padding: 0.5rem 0; }
  .main_page .toc_list::before {
    left: -1.5rem;
    width: calc(100% + 3rem); }
  .main_page .toc_list,
  .main_page .toc_title {
    width: 100%; } }
.author-gp {
  border: #015986 solid 1px;
  border-radius: .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 p {
    margin-bottom: 1.5rem;
    font-weight: 400; }
.author-field {
  gap: 3rem; }
  .author-field-item {
    width: calc((100% - 3.001rem) / 2); }
.author-title {
  color: #333333;
  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% - .8rem);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #015986; }
.author-list li {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  position: relative; }
  .author-list li::before {
    content: "";
    position: absolute;
    left: .3rem;
    top: 0px;
    width: 2rem;
    height: 2rem;
    background-color: #015986;
    clip-path: polygon(35% 82%, 100% 0, 35% 100%, 0% 50%); }
  .author-list li:last-child {
    margin-bottom: 0; }
.author-btn a {
  color: #015986;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  padding-left: 8rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 6rem; }
  .author-btn a::before {
    content: "";
    position: absolute;
    width: 6rem;
    height: 6rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #015986;
    transition: all 0.35s; }
  .author-btn a::after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.2rem;
    top: 50%;
    left: 2.3rem;
    transform: translateY(-50%);
    -webkit-mask: url(assets/img/icon_arrow-03.svg) center/100% no-repeat;
    mask: url(assets/img/icon_arrow-03.svg) center/100% no-repeat;
    background: #FFFFFF;
    transition: all 0.35s; }
  .author-btn a:hover::before, .author-btn a:hover::after {
    transform: translate(10px, -50%); }

.listbox.li1colums.vz-02 {
  padding: 0;
  border: 0; }

@media (max-width: 960px) {
  .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-field {
    gap: 2rem; }
    .author-field-item {
      width: 100%; }
  .author-title {
    font-size: 1.8rem; }
  .author-list li {
    font-size: 1.5rem; }
  .author-btn {
    display: flex;
    justify-content: center; }
    .author-btn a {
      height: 5rem;
      padding-left: 7rem; }
      .author-btn a::before {
        width: 5rem;
        height: 5rem; }
      .author-btn a::after {
        left: 2rem; } }
header.head {
  height: 8.2rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
  padding: 0 2.4rem;
  background: #FFFFFF;
  transition: all 0.35s; }
  .header-gp-item:first-child {
    padding-left: 2.4rem; }
  .header-gp-item:last-child {
    background: #FFFFFF;
    border-radius: 4rem;
    padding: 1rem 1.4rem 1rem 2.6rem; }
  .header-gp-item .logo img {
    width: 23.5rem; }
  .header-menu li {
    position: relative;
    padding: 1.2rem 1.25rem; }
    .header-menu li a {
      color: #102B49;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 170%;
      letter-spacing: 0; }
      .header-menu li a:hover {
        color: #015986; }
    .header-menu li.current_page_item a, .header-menu li.current-menu-parent a {
      color: #015986; }
    @media (min-width: 961px) {
      .header-menu li .sub-menu {
        pointer-events: none;
        position: absolute;
        z-index: 0;
        opacity: 0;
        right: 0;
        padding: 1.5rem;
        left: 0;
        top: 4rem;
        transition: all 0.3s ease;
        width: 30rem; }
        .header-menu li .sub-menu::before {
          content: "";
          position: absolute;
          width: 100%;
          height: calc(100% - 2.7rem);
          left: 0;
          bottom: 0;
          background: rgba(1, 89, 134, 0.8); }
        .header-menu li .sub-menu li {
          margin-left: 0;
          padding: 0;
          border-bottom: 1px solid #fff;
          border-right: 0; }
          .header-menu li .sub-menu li:last-child {
            border-width: 0; }
          .header-menu li .sub-menu li a {
            display: block;
            padding: 1.5rem 1.5rem 1.5rem 3rem;
            border-right: 0;
            color: #FFFFFF;
            position: relative;
            transition: all 0.35s;
            width: 100%;
            text-align: left; }
            .header-menu li .sub-menu li a::before {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              -webkit-mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
              mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
              background: #FFFFFF;
              left: 1rem;
              width: 1rem;
              height: 1rem;
              clip-path: inherit; }
            .header-menu li .sub-menu li a:hover {
              opacity: 0.8; }
      .header-menu li.vz-02 {
        position: initial; }
        .header-menu li.vz-02 .sub-menu {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          left: 0;
          top: 6.7rem;
          padding: 5rem 10rem !important; }
          .header-menu li.vz-02 .sub-menu::before {
            height: calc(100% - 1.5rem); }
          .header-menu li.vz-02 .sub-menu li {
            width: calc((100% - 6.001rem) / 3);
            margin-right: 3rem; }
            .header-menu li.vz-02 .sub-menu li:nth-child(3n) {
              margin-right: 0; }
            .header-menu li.vz-02 .sub-menu li:last-child {
              border-width: 1px; }
      .header-menu li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        padding: 2.6rem 0 0; }
      .header-menu li:hover.menu-item-has-children > a::before {
        opacity: 1; } }
  .header-btn-gp {
    margin-left: 2.2rem;
    gap: .5rem; }
    .header-btn-gp .btn .item {
      background: #1690BE;
      display: flex;
      height: 6rem;
      align-items: center;
      border-radius: 3rem;
      color: #FFFFFF;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 130%;
      letter-spacing: 0.25rem;
      position: relative;
      padding-left: 5.2rem;
      padding-right: 1.2rem; }
      .header-btn-gp .btn .item::before {
        content: "";
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 50%;
        left: 2rem;
        transform: translateY(-50%);
        -webkit-mask: url(assets/img/icon_tel-02.png) center/100% no-repeat;
        mask: url(assets/img/icon_tel-02.png) center/100% no-repeat;
        background: #FFFFFF; }
    .header-btn-gp .btn.local .item {
      background: #A5CA3C;
      font-size: 1.4rem;
      letter-spacing: .18rem;
      padding-right: 1.6rem; }
      .header-btn-gp .btn.local .item::before {
        width: 2.5rem;
        height: 3.2rem;
        left: 1.4rem;
        -webkit-mask: url(assets/img/icon_local-02.png) center/100% no-repeat;
        mask: url(assets/img/icon_local-02.png) center/100% no-repeat; }
    .header-btn-gp .btn.tel .item {
      font-family: "Inter", sans-serif; }

@media (min-width: 960.5px) {
  .u-sp {
    display: none; }

  .home header.head {
    height: auto; }
  .home .header:not(.active) {
    padding: 2.4rem 2.6rem;
    background: transparent; }
    .home .header:not(.active)::before {
      content: "";
      position: absolute;
      width: 33rem;
      height: 13rem;
      top: 0;
      left: 0;
      background: #FFFFFF;
      z-index: -1;
      border-radius: 0 0 2rem 0; }
    .home .header:not(.active) .header-gp-item:last-child {
      box-shadow: -0.4rem 0.6rem 0.6rem rgba(0, 0, 0, 0.1); }
    .home .header:not(.active) .header-menu li.vz-02 .sub-menu {
      top: 9rem; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .header {
    padding: 0 1.5rem; }
    .header-gp {
      align-items: center; }
      .header-gp-item:first-child {
        padding-left: 0; }
      .header-gp-item .logo img {
        width: 18rem; }
    .header-btn-gp {
      margin-left: 1rem; }
      .header-btn-gp .btn .item {
        padding-left: 4.2rem;
        letter-spacing: 0; }
      .header-btn-gp .btn.local .item {
        letter-spacing: 0; }
    .header-menu li {
      padding: 1.2rem 0.9rem; }

  .home .header:not(.active) {
    padding: 2.4rem 1.5rem; }
    .home .header:not(.active)::before {
      width: 26rem;
      height: 12rem; }
    .home .header:not(.active) .header-gp-item:last-child {
      padding: 1rem 1.4rem 1rem 0.6rem; } }
@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  header.head {
    height: 7rem; }

  .header {
    padding: .5rem 0;
    background: #FFFFFF; }
    .header-gp-item:first-child {
      display: flex;
      width: 100%;
      padding-left: 1.5rem;
      justify-content: space-between; }
    .header-gp-item:last-child {
      display: none;
      height: calc(100vh - 12rem);
      width: 100%;
      overflow: scroll;
      padding: 1.5rem 1.5rem 15rem;
      box-shadow: initial; }
    .header-gp-item .logo img {
      width: 17rem; }
    .header-menu-title {
      color: #015986;
      font-size: 3rem;
      font-weight: 700;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
    .header-menu li {
      padding: 0;
      margin-bottom: 1rem; }
      .header-menu li:last-child {
        margin-bottom: 0; }
      .header-menu li a {
        font-size: 1.5rem;
        display: block; }
        .header-menu li a.active {
          color: #015986; }
    .header-menu.vz-01 {
      display: none; }
    .header-btn-gp {
      display: none; }

  .nav-menu {
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
    background: #ffffff;
    width: 7rem;
    height: 6rem;
    z-index: 10; }
    .nav-menu-item {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 1.2rem 1.5rem;
      cursor: pointer; }
      .nav-menu-item span {
        background: #015986;
        display: block;
        height: 1px;
        transition: transform 0.3s;
        width: 100%;
        transform-origin: center;
        position: relative; }
      .nav-menu-item.active span:first-child {
        transform: rotate(45deg);
        margin-bottom: 0;
        top: .9rem;
        width: 100%; }
      .nav-menu-item.active span:nth-child(2) {
        display: none; }
      .nav-menu-item.active span:nth-child(3) {
        transform: rotate(135deg);
        top: -0.9rem;
        width: 100%; } }
.footer-wrap {
  background: #015986;
  position: relative;
  z-index: 0;
  padding: 10.2rem 0 10rem; }
.footer-gp {
  padding-left: 6rem; }
  .footer-gp-box:first-child {
    width: 70rem;
    background: #FFFFFF;
    border-radius: 2rem;
    padding: 5.7rem 5rem; }
  .footer-gp-box:last-child {
    width: calc(100% - 70rem);
    padding-left: 7.3rem; }
  .footer-gp-box .logo {
    text-align: center;
    margin-bottom: 3.6rem; }
    .footer-gp-box .logo img {
      width: 27rem;
      display: inline-block; }
  .footer-gp-item {
    margin-bottom: 8rem; }
    .footer-gp-item:last-child {
      margin-bottom: 0; }
.footer-title-01 {
  width: 5.5rem;
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.35rem;
  font-family: "Inter", sans-serif;
  writing-mode: vertical-lr; }
.footer-menu {
  position: relative;
  width: calc(100% - 5.5rem);
  padding-left: 4rem;
  padding-bottom: 2.3rem;
  grid-template-columns: 27.5rem 32rem; }
  .footer-menu.vz-02 {
    padding-bottom: .2rem; }
  .footer-menu::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF; }
  .footer-menu li {
    margin-bottom: 1.6rem; }
    .footer-menu li a {
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      position: relative;
      padding-left: 1.3rem;
      transition: all 0.35s; }
      .footer-menu li a::before {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: #FFFFFF;
        border-radius: 100%; }
      .footer-menu li a:hover {
        opacity: 0.8; }
.footer-contact {
  position: relative;
  z-index: 0; }
  .footer-contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8rem;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(assets/img/footer-bg-01.png) no-repeat center bottom;
    background-size: contain; }
  .footer-contact::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #1690BE;
    opacity: 0.7; }
  .footer-contact-block {
    width: calc(100% - 3rem);
    max-width: 81rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.5rem;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.8); }
  .footer-contact-list {
    gap: 3.5rem; }
    .footer-contact-list li .item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 33.2rem;
      height: 7rem;
      border-radius: 3.5rem;
      background: #1690BE;
      color: #FFFFFF;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0.2rem;
      position: relative; }
      .footer-contact-list li .item::before {
        content: "";
        position: absolute;
        background: #FFFFFF;
        top: 50%;
        transform: translateY(-50%); }
      .footer-contact-list li .item.vz-01 {
        background: #A5CA3C;
        letter-spacing: .1rem; }
        .footer-contact-list li .item.vz-01::before {
          width: 2.5rem;
          height: 3.6rem;
          left: 2.8rem;
          -webkit-mask: url(assets/img/icon_local-03.png) center/100% no-repeat;
          mask: url(assets/img/icon_local-03.png) center/100% no-repeat; }
      .footer-contact-list li .item.vz-02 {
        font-family: "Inter", sans-serif;
        padding-left: 2.8rem; }
        .footer-contact-list li .item.vz-02::before {
          width: 2rem;
          height: 2rem;
          left: 7.7rem;
          -webkit-mask: url(assets/img/icon_tel-02.png) center/100% no-repeat;
          mask: url(assets/img/icon_tel-02.png) center/100% no-repeat; }
  .footer-contact-slide {
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .footer-contact-slide::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      background: #1690BE;
      opacity: 0.7; }
    .footer-contact-slide ul {
      display: flex;
      width: max-content; }
      .footer-contact-slide ul li img {
        width: 36.2rem; }
      .footer-contact-slide ul.vz-01 {
        animation: slide-left 30s linear infinite; }
      .footer-contact-slide ul.vz-02 {
        animation: slide-right 30s linear infinite; }
  .footer-contact-wrap {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 13.5rem 0 12.7rem; }
  .footer-contact .title-default-02 {
    margin-bottom: 5rem; }
    .footer-contact .title-default-02 .title, .footer-contact .title-default-02 p {
      color: #FFFFFF; }
    .footer-contact .title-default-02 .title {
      background-image: -webkit-linear-gradient(#FFFFFF, #FFFFFF);
      mix-blend-mode: initial;
      margin-bottom: 2.7rem; }
.footer-maps {
  background: #CCC;
  width: 100%;
  height: 44.5rem;
  margin-bottom: -7.5rem;
  position: relative;
  z-index: 1;
  clip-path: url(#waveClip); }
  .footer-maps svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .footer-maps iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top; }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@keyframes slide-right {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0); } }
.copyright {
  background: #015986;
  border-top: #FFFFFF solid 1px;
  padding: 4.75rem; }
  .copyright .logo {
    margin-right: 4rem;
    padding: .25rem 4rem .25rem 0;
    border-right: #FFFFFF solid 1px; }
    .copyright .logo img {
      width: 20rem; }
  .copyright .txt p {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0; }

@media (min-width: 960.5px) {
  .menu_right_fix {
    display: none; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .footer-gp {
    padding-left: 0; }
    .footer-gp-box:last-child {
      padding-left: 2rem; } }
@media (max-width: 960px) {
  .menu_right_fix {
    bottom: 0;
    width: 100%;
    display: flex;
    border-top: #FFFFFF solid 1px;
    position: fixed;
    z-index: 60; }
    .menu_right_fix li {
      width: calc(100% / 2); }
      .menu_right_fix li a {
        width: 100%;
        height: 6rem;
        padding-bottom: .5rem;
        font-size: 1.5rem;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        background: #015986;
        color: #FFFFFF;
        border-right: #FFFFFF solid 1px;
        position: relative; }
        .menu_right_fix li a::before {
          content: "";
          position: absolute;
          top: .7rem;
          width: 1.68rem;
          height: 1.68rem;
          background: #FFFFFF; }
      .menu_right_fix li .medical a::before, .menu_right_fix li .web a::before {
        width: 2.24rem;
        height: 2.24rem; }
      .menu_right_fix li .location a::before {
        width: 2rem;
        height: 2rem;
        -webkit-mask: url(assets/img/icon-location.svg) center/100% no-repeat;
        mask: url(assets/img/icon-location.svg) center/100% no-repeat; }
      .menu_right_fix li .tel a::before {
        -webkit-mask: url(assets/img/icon_tel.png) center/100% no-repeat;
        mask: url(assets/img/icon_tel.png) center/100% no-repeat;
        top: 1.2rem; }
      .menu_right_fix li:last-child a {
        border-right: 0; }

  .footer-gp {
    padding-left: 0; }
    .footer-gp-box:first-child {
      width: 100%;
      padding: 1.5rem; }
    .footer-gp-box:last-child {
      display: none; }
    .footer-gp-box .logo {
      margin-bottom: 1rem; }
      .footer-gp-box .logo img {
        width: 20rem; }
  .footer-contact::before {
    height: 4rem; }
  .footer-contact-block {
    padding: 1.5rem; }
  .footer-contact-list {
    gap: 1.5rem; }
  .footer-contact-slide ul li img {
    width: 23rem; }
  .footer-contact .title-default-02 {
    margin-bottom: 2rem; }
    .footer-contact .title-default-02 .title {
      margin-bottom: 1rem; }
  .footer-wrap {
    padding: 5rem 0 6rem; }
  .footer-maps {
    height: 30rem; }

  .copyright {
    padding: 1.5rem 1.5rem 7rem; } }
@media (max-width: 767px) {
  .footer-contact-list li {
    width: 100%; }
    .footer-contact-list li .item {
      width: 100%; }
      .footer-contact-list li .item.vz-01 {
        padding-left: 3rem; }
  .footer-contact-wrap {
    padding: 8.5rem 0 12.7rem; }

  .footer-maps {
    clip-path: url(#waveClipSP); }

  .copyright .logo {
    padding-right: 0;
    margin-right: 0;
    border-right: 0; } }
.title-default-01 {
  margin-bottom: .4rem; }
  .title-default-01 .item {
    color: #015986;
    font-size: 3rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.3rem; }
    .title-default-01 .item:first-child {
      width: 14.2rem; }
    .title-default-01 .item:last-child {
      font-size: 1.8rem;
      font-weight: 500;
      width: calc(100% - 14.2rem);
      border-bottom: #015986 solid 1px;
      letter-spacing: .07rem;
      padding-bottom: .3rem;
      margin-bottom: .6rem; }
  .title-default-01.vz-02 {
    margin-bottom: 2.8rem; }
    .title-default-01.vz-02 .item:last-child {
      border-bottom-color: #171717; }
  .title-default-01.vz-03 .item:first-child {
    width: 22.5rem;
    letter-spacing: .17rem; }
  .title-default-01.vz-03 .item:last-child {
    width: calc(100% - 22.5rem); }
.title-default-02 {
  margin-bottom: 2.6rem; }
  .title-default-02 .title {
    color: #1690BE;
    font-size: 15rem;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 1.8rem;
    background: -webkit-linear-gradient(#015986, #1690BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 3.3rem;
    mix-blend-mode: multiply; }
  .title-default-02 p {
    color: #333333;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.4rem; }
.title-default-03 {
  margin-bottom: 2.5rem; }
  .title-default-03 .title {
    color: #333333;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.3rem; }
  .title-default-03 p {
    color: #333333;
    font-size: 2rem;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.3rem; }

.txt-default-01 p {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 185%;
  letter-spacing: 0; }
.txt-default-02 p {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 215%;
  letter-spacing: 0.1rem; }
.txt-default-02.vz-02 p {
  letter-spacing: .17rem; }

.btn-default-01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.7rem;
  height: 9.5rem;
  background: #1690BE;
  border-radius: 1.5rem;
  padding: 0 1rem; }
  .btn-default-01 a span {
    color: #FFFFFF;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.2rem;
    text-align: center;
    position: relative;
    z-index: 0; }
    .btn-default-01 a span::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      width: 7.1rem;
      opacity: 0.3;
      height: 6.9rem;
      -webkit-mask: url(assets/img/icon_tel.png) center/100% no-repeat;
      mask: url(assets/img/icon_tel.png) center/100% no-repeat;
      background: #FFFFFF; }
.btn-default-01.vz-tel a span {
  font-family: "Inter", sans-serif; }
.btn-default-01.vz-local a {
  background: #A5CA3C;
  pointer-events: none; }
  .btn-default-01.vz-local a span {
    font-size: 2rem;
    font-weight: 500; }
    .btn-default-01.vz-local a span::before {
      width: 5.6rem;
      -webkit-mask: url(assets/img/icon_local.png) center/100% no-repeat;
      mask: url(assets/img/icon_local.png) center/100% no-repeat; }
.btn-default-02 a {
  position: absolute;
  top: 2.7rem;
  right: 3rem;
  padding-right: 3.5rem;
  color: #171717;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  background: url(assets/img/icon-add.png) no-repeat center right;
  background-size: 2rem; }
.btn-default-02.vz-02 a {
  top: 5.3rem;
  background-image: url(assets/img/icon-add-02.png); }
.btn-default-03 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51.5rem;
  height: 8.5rem;
  border-radius: 8.5rem;
  padding-left: 8rem;
  font-family: "Inter", sans-serif;
  background: #A5CA3C url(assets/img/icon_tel-03.png) no-repeat center left 7rem;
  background-size: 5.1rem;
  color: #FFFFFF;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.55rem; }
.btn-default-04 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37rem;
  height: 9rem;
  background: #015986;
  border-radius: 4.5rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  transition: all 0.35s; }
  @media (min-width: 960.5px) {
    .btn-default-04 a:hover {
      background: #1690BE; } }
.btn-default-04.vz-02 a {
  background: #1690BE; }
  @media (min-width: 960.5px) {
    .btn-default-04.vz-02 a:hover {
      background: #015986; } }
.btn-default-05 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.8rem;
  height: 6.3rem;
  border-radius: 6.3rem;
  background: rgba(255, 255, 255, 0.9);
  border: rgba(255, 255, 255, 0.9) solid 1px;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  transition: all 0.35s; }
  .btn-default-05 a:hover {
    background: #015986;
    color: #FFFFFF; }
.btn-default-06 a {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.8rem;
  height: 5.2rem;
  border-radius: 2.6rem;
  background: #015986;
  transition: all 0.35s; }
  .btn-default-06 a:hover {
    background: #1690BE; }
.btn-default-06.vz-02 a {
  background: #1690BE; }
  .btn-default-06.vz-02 a:hover {
    background: #015986; }
.btn-default-06.vz-03 a {
  background: #A5CA3C; }
  .btn-default-06.vz-03 a:hover {
    background: #1690BE; }
.btn-gp-01 {
  margin-bottom: 4rem; }
.btn-gp-02 {
  gap: 4.4rem 1.3rem; }
.btn-gp-03 {
  margin-top: 2.4rem;
  gap: 2.4rem 1.4rem; }
  @media (min-width: 960.5px) {
    .btn-gp-03 li.vz-01 {
      display: flex;
      justify-content: center;
      width: 100%; } }
.btn-gp-04 {
  gap: 2.3rem; }
.btn-gp-05 {
  margin-top: -6.8rem;
  gap: 3.5rem; }

.table-default-01 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table-default-01 td,
  .table-default-01 p {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0; }
  .table-default-01 td {
    border-bottom: #015986 solid 1px;
    padding: 1.7rem 0; }
    .table-default-01 td:first-child {
      width: 19rem;
      text-align: center;
      vertical-align: top; }
  .table-default-01 p {
    margin-bottom: 2rem; }
    .table-default-01 p:last-child {
      margin-bottom: 0; }
    .table-default-01 p .item-01 {
      margin-left: -0.8rem; }
  .table-default-01 tr:first-child td {
    border-top: #015986 solid 1px; }
.table-default-02 .row {
  display: flex;
  gap: 1.1rem;
  margin-bottom: .8rem; }
  .table-default-02 .row:last-child {
    margin-bottom: 0; }
  .table-default-02 .row .col {
    background: rgba(22, 144, 190, 0.2);
    color: #015986;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0;
    padding: 1.1rem 2rem; }
    .table-default-02 .row .col:first-child {
      width: 15.2rem;
      background: #1690BE;
      border-radius: 1rem 0 0 1rem;
      text-align: center;
      color: #FFFFFF;
      font-size: 1.8rem; }
    .table-default-02 .row .col:last-child {
      width: calc(100% - 15.2rem - 1.1rem);
      border-radius: 0 1rem 1rem 0; }
    .table-default-02 .row .col.vz-02 {
      font-weight: 500;
      line-height: 160%; }
    .table-default-02 .row .col .item {
      display: block; }
.table-default-03 {
  margin-bottom: 2rem; }
  .table-default-03 .row {
    display: flex;
    align-items: center; }
    .table-default-03 .row .col {
      width: calc((100% - 21.3rem) / 7);
      border-bottom: #1690BE solid 1px;
      height: 7.2rem;
      display: flex;
      align-items: center;
      color: #333333;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0; }
      .table-default-03 .row .col:first-child {
        width: 21.3rem;
        padding-left: 3rem;
        font-weight: 600; }
      .table-default-03 .row .col.vz-02 {
        color: #1690BE; }
      .table-default-03 .row .col.vz-03 {
        font-family: "Inter", sans-serif; }
    .table-default-03 .row:first-child .col {
      background: #015986;
      color: #FFFFFF; }
      .table-default-03 .row:first-child .col:first-child {
        border-radius: 1rem 0 0 1rem;
        font-size: 1.8rem; }
      .table-default-03 .row:first-child .col:last-child {
        border-radius: 0 1rem 1rem 0; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .title-default-02 .title {
    font-size: 12rem;
    letter-spacing: 0.5rem; }

  .btn-default-04 a {
    width: 31rem; }
  .btn-default-05 a {
    width: 22rem; } }
@media (max-width: 960px) {
  .title-default-01 {
    margin-bottom: 1rem; }
    .title-default-01 .item {
      font-size: 2rem; }
      .title-default-01 .item:first-child {
        width: 10rem; }
      .title-default-01 .item:last-child {
        width: calc(100% - 10rem);
        margin-bottom: 0;
        font-size: 1.5rem; }
    .title-default-01.vz-02 {
      margin-bottom: 1rem; }
    .title-default-01.vz-03 .item:first-child {
      width: 16rem; }
    .title-default-01.vz-03 .item:last-child {
      width: calc(100% - 16rem); }
  .title-default-02 .title {
    font-size: 5rem;
    letter-spacing: .5rem;
    text-align: center;
    margin-bottom: 1rem; }
  .title-default-02 p {
    text-align: center;
    font-size: 2.5rem; }
  .title-default-03 {
    margin-bottom: 1.5rem; }
    .title-default-03 .title {
      font-size: 2.5rem; }
    .title-default-03 p {
      font-size: 1.5rem;
      text-align: center; }

  .btn-default-01 a {
    height: 7rem; }
    .btn-default-01 a span {
      font-size: 1.8rem; }
      .btn-default-01 a span::before {
        width: 5rem; }
  .btn-default-01.vz-local a span {
    font-size: 1.5rem;
    letter-spacing: 0; }
    .btn-default-01.vz-local a span::before {
      width: 3rem; }
  .btn-default-02 {
    text-align: center; }
    .btn-default-02 a {
      font-size: 1.5rem;
      display: inline-block; }
  .btn-default-03 a {
    font-size: 2.4rem;
    letter-spacing: .2rem;
    background-size: 3rem;
    padding-left: 4rem;
    height: 7rem;
    width: 100%;
    max-width: 32rem;
    background-position: center left 4rem;
    margin-bottom: 1rem; }
  .btn-default-04 a {
    width: 100%;
    height: 6rem;
    font-size: 1.5rem; }
  .btn-default-05 a {
    font-size: 1.5rem;
    width: 100%;
    max-width: 36.2rem; }
  .btn-default-06 a {
    font-size: 1.5rem;
    width: 100%; }
  .btn-default-06.vz-03 a {
    padding: 0 1.8rem; }
  .btn-gp-01 {
    justify-content: center;
    gap: 1.5rem; }
  .btn-gp-02 {
    gap: 1rem; }
    .btn-gp-02 li {
      width: calc((100% - 1.001rem) / 2); }
  .btn-gp-03 {
    margin-top: 1.5rem;
    gap: 1rem; }
    .btn-gp-03 li {
      width: calc((100% - 1.001rem) / 2); }
  .btn-gp-04 {
    gap: 1.5rem;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem; }
    .btn-gp-04 li {
      width: 100%; }
  .btn-gp-05 {
    margin-top: 0;
    justify-content: center;
    gap: 1.5rem; }
    .btn-gp-05 li {
      width: calc((100% - 1.501rem) / 2); }

  .table-default-01 td,
  .table-default-01 p {
    font-size: 1.5rem; }
  .table-default-01 td:first-child {
    width: 8rem; }
  .table-default-02 {
    margin-bottom: 1rem; }
    .table-default-02 .row {
      gap: 0.5rem;
      margin-bottom: 0.5rem; }
      .table-default-02 .row .col {
        font-size: 1.5rem;
        padding: 1rem; }
        .table-default-02 .row .col:first-child {
          width: 9rem;
          font-size: 1.5rem; }
        .table-default-02 .row .col:last-child {
          width: calc(100% - 9rem); }
  .table-default-03 {
    margin-bottom: 1rem; }
    .table-default-03 .row .col {
      font-size: 1.5rem;
      height: 5rem;
      width: calc((100% - 13.5rem) / 7); }
      .table-default-03 .row .col:first-child {
        padding-left: 1rem;
        width: 13.5rem; }
      .table-default-03 .row .col.vz-03 {
        padding-left: 0; }
    .table-default-03 .row:first-child .col:first-child {
      font-size: 1.5rem; }

  .txt-default-02 p {
    font-size: 1.5rem;
    line-height: 185%;
    letter-spacing: 0; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .btn-gp-02 li {
    width: calc((100% - 1.501rem) / 2); }
  .btn-gp-03 li {
    width: calc((100% - 1.501rem) / 2); }
  .btn-gp-04 li {
    width: calc((100% - 1.501rem) / 2); }

  .table-default-01 td:first-child {
    width: 12rem; }

  .table-default-03 .row .col:first-child {
    width: 20rem; } }
@media (max-width: 767px) {
  .btn-default-01 a {
    width: 100%; }
  .btn-gp-01 li {
    width: 100%; }
  .btn-gp-05 li {
    width: 100%; } }
.mv {
  position: relative;
  margin-bottom: -10.5rem; }
  .mv-view {
    position: relative;
    z-index: 0; }
    .mv-view .slick-slide img {
      width: 100%; }
  .mv-cont {
    position: absolute;
    top: 47.2%;
    left: 0;
    padding: 0 5.2rem;
    z-index: 0;
    transform: translateY(-50%); }
    .mv-cont h2 {
      color: #FFFFFF;
      font-size: 4rem;
      font-weight: 900;
      line-height: 140%;
      letter-spacing: 0;
      margin-bottom: 1.7rem; }
    .mv-cont p {
      color: #FFFFFF;
      font-size: 2.2rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
    .mv-cont::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% + 18rem);
      pointer-events: none;
      top: -9rem;
      left: 0;
      z-index: -1;
      backdrop-filter: blur(5px);
      background: rgba(1, 89, 134, 0.28);
      -webkit-mask-image: linear-gradient(to right, transparent, black 100px), linear-gradient(to left, transparent, black 100px), linear-gradient(to bottom, transparent, black 100px), linear-gradient(to top, transparent, black 100px);
      mask-image: linear-gradient(to right, transparent, black 100px), linear-gradient(to left, transparent, black 100px), linear-gradient(to bottom, transparent, black 100px), linear-gradient(to top, transparent, black 100px);
      -webkit-mask-composite: source-in;
      mask-composite: intersect; }
  .mv-news {
    position: absolute;
    bottom: 17rem;
    left: 5.2rem;
    padding: 1.8rem 3rem 3rem;
    width: 68rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.9); }
  .mv-scroll a {
    position: absolute;
    bottom: 3rem;
    right: 4.4rem;
    display: inline-block;
    color: #1690BE;
    font-size: 1.95rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    font-family: "Inter", sans-serif;
    writing-mode: sideways-rl;
    padding-bottom: 17.6rem; }
    .mv-scroll a::before {
      content: "";
      position: absolute;
      width: 3px;
      height: 15rem;
      bottom: 0;
      left: 1.6rem;
      background: #1690BE; }
    .mv-scroll a::after {
      content: "";
      position: absolute;
      width: 1px;
      height: 2rem;
      top: 10.3rem;
      left: 1.7rem;
      background: #015986;
      animation: lineMove 5s ease-in-out infinite; }

@keyframes lineMove {
  0% {
    top: 10.3rem; }
  50% {
    top: 23.3rem; }
  100% {
    top: 10.3rem; } }
.top_news-list {
  background: rgba(22, 144, 190, 0.8);
  border-radius: .5rem;
  padding: .9rem 2rem 1.2rem 3rem; }
  .top_news-list li a {
    display: flex;
    border-bottom: #FFFFFF solid 1px;
    padding: 1.05rem 0; }
    .top_news-list li a * {
      color: #FFFFFF;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
    .top_news-list li a .date {
      font-weight: 700;
      width: 10rem;
      position: relative;
      margin-right: 3.3rem;
      letter-spacing: .05rem; }
      .top_news-list li a .date::before {
        content: "|";
        position: absolute;
        top: 50%;
        right: 0;
        font-weight: 400;
        transform: translateY(-50%); }
  .top_news-list li:last-child a {
    border-bottom: 0; }

.top_clinic {
  position: relative;
  padding: 18rem 0 17.5rem;
  z-index: 0;
  margin-bottom: -11.5rem; }
  .top_clinic::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(assets/img/clinic-bg-01.png), url(assets/img/clinic-bg-02.png);
    background-repeat: no-repeat;
    background-position: center top 8.3rem, center top;
    background-size: contain; }
  .top_clinic-gp {
    gap: 8rem; }
    .top_clinic-gp-item {
      width: calc((100% - 8.001rem) / 2);
      background: #FFFFFF;
      border-radius: 1.5rem;
      padding: 4.5rem 3rem 5.3rem;
      position: relative; }
      .top_clinic-gp-item .txt-default-01 {
        margin-bottom: 3rem; }

.top_mess {
  position: relative;
  padding-bottom: 8.5rem; }
  .top_mess::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1.5rem;
    left: 0;
    background-image: url(assets/img/mess-bg-01.png), url(assets/img/mess-bg-02.png);
    background-position: center top 10rem, center top;
    background-repeat: no-repeat;
    background-size: cover, contain; }
  .top_mess-gp-item:first-child {
    width: 81rem;
    padding-top: 12rem; }
  .top_mess-gp-item:last-child {
    padding-left: 10.5rem;
    width: calc(100% - 81rem); }
  .top_mess-gp-item .img-01 {
    width: 70.3rem; }
    .top_mess-gp-item .img-01 img {
      border-radius: 0 5rem 0 5rem;
      box-shadow: -0.9rem .9rem 0 #1690BE; }
  .top_mess-gp-item .img-02 {
    width: 37.9rem;
    margin-top: -20.8rem;
    margin-left: auto;
    position: relative;
    z-index: 1; }
    .top_mess-gp-item .img-02 img {
      border-radius: 0 2rem 0 2rem;
      box-shadow: 0.9rem -0.9rem 0 #A5CA3C; }
  .top_mess-gp-item .img img {
    width: 100%; }
  .top_mess-gp-item .txt-default-02 {
    max-width: 58.9rem;
    margin-bottom: 8rem; }
    .top_mess-gp-item .txt-default-02 p {
      margin-bottom: 3.8rem; }
      .top_mess-gp-item .txt-default-02 p:last-child {
        margin-bottom: 0; }

.top_pickup {
  background: url(assets/img/pickup-bg-01.png) center top;
  background-size: cover; }
  .top_pickup-block {
    background: rgba(1, 89, 134, 0.5);
    width: calc(100% / 3);
    padding: 4.8rem 3.2rem 5.4rem; }
    .top_pickup-block .img {
      position: relative;
      margin-bottom: 5.7rem; }
      .top_pickup-block .img::before {
        content: "";
        position: absolute;
        width: 15.1rem;
        height: 15.1rem;
        bottom: -4.5rem;
        left: 50%;
        transform: translateX(-50%);
        background: url(assets/img/pickup-icon05.png) no-repeat center;
        background-size: contain; }
      .top_pickup-block .img img {
        width: 100%; }
    .top_pickup-block.vz-02 {
      background: rgba(22, 144, 190, 0.5); }
      .top_pickup-block.vz-02 .img::before {
        background-image: url(assets/img/pickup-icon02.png); }
    .top_pickup-block.vz-03 {
      background: rgba(165, 202, 60, 0.5); }
      .top_pickup-block.vz-03 .img::before {
        background-image: url(assets/img/pickup-icon06.png); }
  .top_pickup .title-default-02 {
    margin-bottom: 6.2rem; }
  .top_pickup .txt-default-02 {
    margin-bottom: 5.2rem;
    padding: 0 1.7rem; }

.top_medical-head {
  background: url(assets/img/medical-bg-01.jpg) no-repeat center top;
  background-size: contain;
  padding: 16rem 0 21.6rem;
  position: relative; }
  .top_medical-head::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 11.3rem;
    bottom: 0;
    left: 0;
    background: url(assets/img/medical-bg-03.png) no-repeat center bottom;
    background-size: cover; }
.top_medical-main {
  padding: 5rem 0 9.5rem;
  background: url(assets/img/medical-bg-02.jpg) no-repeat center;
  background-size: cover; }
.top_medical-list-01 {
  gap: 3rem;
  margin-bottom: 7rem; }
  .top_medical-list-01 li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 51rem;
    height: 15.5rem;
    border-radius: 2rem;
    background: #FFFFFF;
    box-shadow: 0 .2rem .2rem #015986;
    position: relative; }
    .top_medical-list-01 li a::before {
      content: "";
      position: absolute;
      width: 3.6rem;
      height: 2rem;
      bottom: -2rem;
      left: 50%;
      transform: translateX(-50%);
      background: url(assets/img/medical-bg-04.png) no-repeat center;
      background-size: contain;
      opacity: 0;
      transition: all 0.35s; }
    .top_medical-list-01 li a.active, .top_medical-list-01 li a:hover {
      background: #015986; }
      .top_medical-list-01 li a.active .item, .top_medical-list-01 li a:hover .item {
        color: #FFFFFF; }
        .top_medical-list-01 li a.active .item:nth-child(2), .top_medical-list-01 li a:hover .item:nth-child(2) {
          color: #FFFFFF; }
        .top_medical-list-01 li a.active .item.vz-02, .top_medical-list-01 li a:hover .item.vz-02 {
          color: #FFFFFF; }
      .top_medical-list-01 li a.active::before, .top_medical-list-01 li a:hover::before {
        background-image: url(assets/img/medical-bg-05.png);
        opacity: 1; }
    .top_medical-list-01 li a .item {
      color: #015986;
      font-size: 3rem;
      font-weight: 700;
      line-height: 210%;
      letter-spacing: 0; }
      .top_medical-list-01 li a .item:nth-child(2) {
        font-size: 1.6rem;
        font-weight: 400;
        color: #333333;
        letter-spacing: .27rem; }
      .top_medical-list-01 li a .item.vz-02 {
        color: #A5CA3C; }
.top_medical-list-02 {
  display: none;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr); }
  .top_medical-list-02 li a {
    display: flex;
    position: relative; }
    .top_medical-list-02 li a::before {
      content: "";
      position: absolute;
      width: 5.1rem;
      height: 1.4rem;
      bottom: 1.7rem;
      right: 2rem;
      background: url(assets/img/medical-icon01.png) no-repeat center;
      background-size: contain;
      z-index: 1; }
    .top_medical-list-02 li a .img {
      width: 100%;
      height: 100%; }
      .top_medical-list-02 li a .img::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #719D1A;
        opacity: 0.8;
        border-radius: 1.5rem;
        transition: all 0.35s; }
      .top_medical-list-02 li a .img img {
        width: 100%;
        border-radius: 1.5rem; }
    .top_medical-list-02 li a .cont {
      position: absolute;
      z-index: 1;
      width: 100%;
      bottom: 4.2rem;
      transition: all 0.35s; }
      .top_medical-list-02 li a .cont .item {
        display: block;
        text-align: center;
        font-family: "Zen Maru Gothic", sans-serif;
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 220%;
        letter-spacing: 0.1rem; }
        .top_medical-list-02 li a .cont .item.en {
          font-family: "Plus Jakarta Sans", sans-serif;
          font-size: 1.6rem;
          font-weight: 400;
          letter-spacing: .2rem; }
    .top_medical-list-02 li a .icon {
      position: absolute;
      z-index: 1;
      top: 3.8rem;
      left: 50%;
      transform: translateX(-50%);
      mix-blend-mode: plus-lighter;
      transition: all 0.35s; }
      .top_medical-list-02 li a .icon img {
        width: 9.1rem; }
        .top_medical-list-02 li a .icon img.vz-02 {
          width: 7.1rem; }
        .top_medical-list-02 li a .icon img.vz-03 {
          width: 7rem; }
        .top_medical-list-02 li a .icon img.vz-04 {
          width: 9.3rem; }
        .top_medical-list-02 li a .icon img.vz-05 {
          width: 11.5rem; }
        .top_medical-list-02 li a .icon img.vz-06 {
          width: 8.8rem; }
        .top_medical-list-02 li a .icon img.vz-07 {
          width: 7.7rem; }
        .top_medical-list-02 li a .icon img.vz-08 {
          width: 11.4rem; }
        .top_medical-list-02 li a .icon img.vz-09 {
          width: 10rem; }
    .top_medical-list-02 li a .detail {
      position: absolute;
      color: #FFFFFF;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      transition: all 0.35s;
      padding: 0 2rem;
      top: 50%;
      opacity: 0;
      transform: translateY(-50%); }
    .top_medical-list-02 li a:hover .detail {
      opacity: 1; }
    .top_medical-list-02 li a:hover .icon, .top_medical-list-02 li a:hover .cont {
      opacity: 0; }
  @media (min-width: 960.5px) {
    .top_medical-list-02 li.vz-02 a .img::before {
      background: #1690BE; } }
  .top_medical-list-02.active {
    display: grid;
    flex-wrap: wrap; }
.top_medical-block {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 8rem 5.4rem 10rem; }

.top_feature {
  padding: 14rem 0 18.5rem;
  background: url(assets/img/mess-bg-01.png) no-repeat center top;
  position: relative;
  margin-bottom: -11.5rem;
  z-index: 0; }
  .top_feature::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 11.3rem;
    top: -1px;
    left: 0;
    transform: scale(-1);
    background: url(assets/img/medical-bg-03.png) no-repeat center bottom;
    background-size: cover; }
  .top_feature::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(assets/img/feature-bg01.png), url(assets/img/feature-bg03.png);
    background-position: center top 10.5rem, center bottom 47rem;
    background-repeat: no-repeat; }
  .top_feature-gp {
    padding-right: 10.5rem;
    padding-left: 0.5rem;
    margin-bottom: 6.5rem;
    position: relative; }
    .top_feature-gp:last-child {
      margin-bottom: 0; }
    .top_feature-gp-item:first-child {
      margin-right: -10.5rem;
      width: calc(100% - 85.4rem + 10.5rem);
      position: relative; }
    .top_feature-gp-item:last-child {
      width: 85.4rem; }
      .top_feature-gp-item:last-child img {
        width: 100%;
        border-radius: 1rem; }
    .top_feature-gp-item .block {
      padding: 3.4rem 0 3.6rem;
      border-radius: 1rem;
      box-shadow: 0 0 1.5rem rgba(169, 169, 169, 0.5);
      background: #FFFFFF;
      position: relative; }
      .top_feature-gp-item .block::before {
        content: "FEATURE";
        position: absolute;
        top: 4.2rem;
        left: 2.9rem;
        font-family: "Inter", sans-serif;
        font-size: 1.4rem;
        color: #A5CA3C;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 140%;
        writing-mode: sideways-lr; }
    .top_feature-gp-item .txt-default-02 {
      padding-left: 7rem;
      padding-right: 4rem;
      margin-bottom: 3.2rem; }
      .top_feature-gp-item .txt-default-02 p {
        line-height: 168%;
        letter-spacing: 0; }
    .top_feature-gp.vz-03::before {
      content: "";
      position: absolute;
      width: 51.7rem;
      height: 36.1rem;
      top: -6.5rem;
      left: -9.7rem;
      background: url(assets/img/feature-bg02.png) no-repeat center;
      background-size: contain; }
    .top_feature-gp.vz-05::before {
      content: "";
      position: absolute;
      width: 51.7rem;
      height: 36.1rem;
      bottom: -7.5rem;
      right: -9.7rem;
      z-index: 1;
      pointer-events: none;
      background: url(assets/img/feature-bg02.png) no-repeat center;
      background-size: contain; }
  .top_feature .title-default-02 {
    margin-bottom: 7.5rem; }
  .top_feature-title {
    margin-bottom: 4rem; }
    .top_feature-title p {
      color: #015986;
      font-size: 10rem;
      font-weight: 700;
      line-height: 124%;
      letter-spacing: 0.1rem;
      background: -webkit-linear-gradient(#015986, #1690BE);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: "Plus Jakarta Sans", sans-serif;
      margin-right: 3.8rem; }
    .top_feature-title .title {
      color: #015986;
      font-size: 3rem;
      font-weight: 700;
      line-height: 135%;
      letter-spacing: 0.1rem; }

.top_greeting {
  position: relative;
  padding: 15.2rem 0 23.5rem;
  background: url(assets/img/greeting-bg-01.jpg) no-repeat center top;
  background-size: cover; }
  .top_greeting::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 11.3rem;
    top: 0;
    left: 0;
    background: url(assets/img/greeting-bg-02.png) no-repeat center top;
    background-size: cover; }
  .top_greeting-head {
    max-width: 149rem; }
    .top_greeting-head .title-default-02 {
      margin-bottom: 3.8rem; }
      .top_greeting-head .title-default-02 .title {
        margin-bottom: 1rem; }
  .top_greeting-wrap {
    max-width: 98.8rem; }
  .top_greeting-block {
    padding: 6.7rem 6rem 9.3rem;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 1rem; }
    .top_greeting-block p {
      color: #171717;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 168%;
      letter-spacing: 0; }
    .top_greeting-block .author {
      margin-top: 1.3rem; }
      .top_greeting-block .author-item p {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 155%; }
      .top_greeting-block .author-item:first-child p {
        color: #015986;
        font-weight: 500;
        margin-right: 5rem;
        margin-bottom: .4rem; }
      .top_greeting-block .author-item:last-child p {
        letter-spacing: .2rem; }
        .top_greeting-block .author-item:last-child p:last-child {
          color: #015986;
          font-size: 4rem; }
  .top_greeting-title-01 {
    color: #165E80;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.6rem; }

.top_column {
  background: url(assets/img/mess-bg-01.png) no-repeat center top -15rem;
  padding-bottom: 8rem; }
  .top_column-wrap {
    background: #FFFFFF;
    border-radius: 4rem;
    padding: 5.5rem 12rem 5rem;
    margin-top: -16.5rem;
    position: relative; }
  .top_column-list {
    gap: 4rem;
    margin-bottom: 6rem; }
    .top_column-list li {
      width: calc((100% - 12.001rem) / 4); }
      .top_column-list li img {
        width: 100%;
        border-radius: 1.5rem; }
      .top_column-list li .img {
        display: block;
        margin-bottom: 1.4rem; }
      .top_column-list li .date {
        color: #555555;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.3rem;
        margin-bottom: 1rem; }
      .top_column-list li .title {
        color: #333333;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0;
        margin-bottom: .8rem; }
      .top_column-list li .excerpt {
        color: #565656;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.07rem; }
  .top_column-btn-01 a {
    color: #015986;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    border: #015986 solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28rem;
    height: 6rem;
    border-radius: 3rem;
    position: relative;
    transition: all 0.35s; }
    .top_column-btn-01 a::before {
      content: "→";
      position: absolute;
      top: 50%;
      right: 3.5rem;
      transform: translateY(-50%);
      font-family: "Zen Maru Gothic", sans-serif;
      transition: all 0.35s; }
    .top_column-btn-01 a:hover {
      background: #015986;
      color: #FFFFFF; }
  .top_column .title-default-02 {
    margin-bottom: 5rem; }

@media (min-width: 960.5px) {
  .top_feature-gp:nth-child(2n) {
    padding-left: 8rem;
    padding-right: .5rem; }
    .top_feature-gp:nth-child(2n) .top_feature-gp-item:first-child {
      order: 1;
      margin-left: -8.5rem;
      margin-right: 0;
      width: calc(100% - 85.4rem + 8.5rem); }
    .top_feature-gp:nth-child(2n) .top_feature-title p {
      width: 24.5rem;
      text-align: right; }
    .top_feature-gp:nth-child(2n) .top_feature-title .title {
      width: calc(100% - 24.5rem - 3.8rem); } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .mv-cont {
    top: 35%; }

  .top_clinic::before {
    background-position: center top 6.3rem, center top;
    background-size: cover, contain; }

  .top_mess::before {
    background-position: center top 8rem, center top; }
  .top_mess-gp-item:first-child {
    width: 72rem; }
  .top_mess-gp-item:last-child {
    width: calc(100% - 72rem);
    padding-left: 5rem; }

  .top_pickup-block {
    padding: 4.8rem 1rem 5.4rem; }
  .top_pickup .txt-default-02 {
    padding: 0; }

  .top_medical-head {
    padding: 10rem 0 16rem; }

  .top_feature-gp.vz-05::before {
    right: 0; }
  .top_feature-title .title {
    font-size: 2.5rem; }
  .top_feature-title p {
    margin-right: 1.5rem; }

  .top_column-wrap {
    padding: 5.5rem 4rem 5rem; } }
@media (max-width: 960px) {
  .mv {
    margin-bottom: 0; }
    .mv-view .slick-slide img {
      height: 40rem;
      object-position: right; }
    .mv-cont {
      padding: 1rem 1.5rem;
      top: 49%;
      width: 100%;
      background: rgba(0, 0, 0, 0.3); }
      .mv-cont h2 {
        font-size: 2rem;
        margin-bottom: .5rem; }
      .mv-cont p {
        font-size: 1.5rem; }
    .mv-news {
      position: relative;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 1.5rem; }
      .mv-news .btn-default-02 a {
        position: relative;
        right: 0;
        top: 0; }
    .mv-scroll {
      display: none; }

  .top_news-list {
    padding: 1rem;
    margin-bottom: 1.5rem; }
    .top_news-list li a * {
      font-size: 1.5rem; }
    .top_news-list li a .date {
      width: 8rem;
      margin-right: 1.5rem; }
    .top_news-list li a .title {
      width: calc(100% - 8rem); }

  .top_clinic {
    padding: 8rem 0;
    margin-bottom: -3.5rem; }
    .top_clinic::before {
      background-size: cover, contain;
      background-position: center top 3.5rem, center top; }
    .top_clinic-gp {
      gap: 3rem; }
      .top_clinic-gp-item {
        width: 100%;
        padding: 1.5rem; }
        .top_clinic-gp-item .txt-default-01 {
          margin-bottom: 1rem; }
    .top_clinic .btn-default-02 a {
      position: relative;
      top: 0;
      right: 0; }

  .top_mess {
    padding-bottom: 6rem; }
    .top_mess::before {
      top: 0; }
    .top_mess-gp-item:first-child {
      width: 100%;
      padding-top: 8rem;
      margin-bottom: 2rem; }
    .top_mess-gp-item:last-child {
      width: 100%;
      padding-left: 0; }
    .top_mess-gp-item .img-01 {
      width: 100%; }
    .top_mess-gp-item .img-02 {
      width: 20rem;
      margin-top: -14rem; }
    .top_mess-gp-item .txt-default-02 {
      margin-bottom: 3rem;
      max-width: 100%; }
      .top_mess-gp-item .txt-default-02 p {
        margin-bottom: 2rem; }

  .top_pickup-block {
    width: 100%;
    padding: 3rem 1.5rem; }
    .top_pickup-block .img::before {
      width: 10rem;
      height: 10rem; }
  .top_pickup .title-default-02 {
    margin-bottom: 2rem; }
  .top_pickup .txt-default-02 {
    padding: 0;
    margin-bottom: 2rem; }

  .top_medical-head {
    background-size: cover;
    padding: 6rem 0 8rem;
    background-position: top right -11rem; }
    .top_medical-head::before {
      height: 3rem;
      background-size: contain; }
  .top_medical-list-01 {
    gap: 1rem;
    margin-bottom: 3rem; }
    .top_medical-list-01 li {
      width: calc((100% - 1.001rem) / 2); }
      .top_medical-list-01 li a {
        width: 100%;
        height: 8rem; }
        .top_medical-list-01 li a .item {
          line-height: 170%;
          font-size: 2.4rem; }
          .top_medical-list-01 li a .item:nth-child(2) {
            font-size: 1.5rem;
            letter-spacing: 0; }
  .top_medical-list-02 {
    gap: 1rem;
    grid-template-columns: 1fr 1fr; }
    .top_medical-list-02 li a::before {
      width: 3rem;
      height: .9rem;
      bottom: .8rem; }
    .top_medical-list-02 li a .cont {
      bottom: auto;
      top: 5.5rem; }
      .top_medical-list-02 li a .cont .item {
        line-height: 150%;
        font-size: 1.4rem; }
        .top_medical-list-02 li a .cont .item.en {
          font-size: 1.4rem;
          letter-spacing: 0; }
      .top_medical-list-02 li a .cont.vz-04 {
        top: 4.5rem; }
    .top_medical-list-02 li a .icon {
      top: 1rem; }
      .top_medical-list-02 li a .icon img {
        width: 4rem; }
        .top_medical-list-02 li a .icon img.vz-02, .top_medical-list-02 li a .icon img.vz-04 {
          width: 3.5rem; }
        .top_medical-list-02 li a .icon img.vz-03, .top_medical-list-02 li a .icon img.vz-07 {
          width: 3rem; }
        .top_medical-list-02 li a .icon img.vz-05, .top_medical-list-02 li a .icon img.vz-06, .top_medical-list-02 li a .icon img.vz-08, .top_medical-list-02 li a .icon img.vz-09 {
          width: 4rem; }
    .top_medical-list-02 li a .detail {
      font-size: 1.4rem;
      padding: 0 1rem; }
    .top_medical-list-02 li a:hover .detail {
      opacity: 0;
      pointer-events: none; }
    .top_medical-list-02 li a:hover .icon, .top_medical-list-02 li a:hover .cont {
      opacity: 1; }
    .top_medical-list-02 li:nth-child(4n-1) a .img::before, .top_medical-list-02 li:nth-child(4n-2) a .img::before {
      background: #1690BE; }
  .top_medical-block {
    padding: 1.5rem 1rem; }
  .top_medical-main {
    padding: 5rem 0 6rem; }
  .top_medical .title-default-02 {
    margin-bottom: 0; }

  .top_feature {
    padding: 10rem 0;
    margin-bottom: -7.5rem;
    background-position: center top -7rem; }
    .top_feature::before {
      height: 3rem;
      background-size: contain; }
    .top_feature::after {
      background-size: contain;
      background-position: center top 1.5rem, center bottom 47rem; }
    .top_feature-gp {
      padding-right: 0;
      padding-left: 0; }
      .top_feature-gp-item:first-child {
        width: 100%;
        order: 1; }
      .top_feature-gp-item:last-child {
        width: 100%;
        margin-bottom: 2rem; }
      .top_feature-gp-item .txt-default-02 {
        padding-left: 4rem;
        padding-right: 1.5rem;
        margin-bottom: 2rem; }
      .top_feature-gp-item .block {
        padding: 2rem 0; }
        .top_feature-gp-item .block::before {
          left: 1rem;
          transform: rotate(180deg);
          writing-mode: vertical-lr; }
      .top_feature-gp.vz-03::before {
        width: 33rem;
        left: 0;
        content: none; }
      .top_feature-gp.vz-05::before {
        right: 0;
        width: 33rem; }
    .top_feature-title {
      margin-bottom: 2rem;
      align-items: center; }
      .top_feature-title p {
        font-size: 6rem;
        margin-right: 1rem; }
      .top_feature-title .title {
        font-size: 2rem; }
        .top_feature-title .title.vz-02 {
          width: calc(100% - 9.1rem); }
    .top_feature .title-default-02 {
      margin-bottom: 2rem; }

  .top_greeting {
    padding: 8rem 0 14rem;
    background-position: top right -19rem; }
    .top_greeting::before {
      background-size: contain;
      height: 5rem; }
    .top_greeting-head .title-default-02 {
      margin-bottom: 24rem; }
    .top_greeting-title-01 {
      font-size: 2.4rem;
      margin-bottom: 1rem; }
    .top_greeting-block {
      padding: 1.5rem; }
      .top_greeting-block p {
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 185%; }
      .top_greeting-block .author {
        margin-bottom: 1rem; }
        .top_greeting-block .author-item p {
          font-size: 1.8rem; }
        .top_greeting-block .author-item:first-child p {
          margin-right: 2rem; }
        .top_greeting-block .author-item:last-child p:last-child {
          font-size: 3rem; }

  .top_column {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url(assets/img/feature-bg01.png), url(assets/img/feature-bg03.png);
    background-size: contain;
    background-position: center top 0rem, center bottom 47rem;
    background-color: #ebecec; }
    .top_column-wrap {
      padding: 3.5rem 1.5rem;
      margin-top: 0rem;
      border-radius: 1rem; }
    .top_column-list {
      gap: 1rem;
      margin-bottom: 3rem; }
      .top_column-list li {
        width: calc((100% - 1.001rem) / 2); }
        .top_column-list li .title {
          font-size: 1.3rem; }
        .top_column-list li .date, .top_column-list li .excerpt {
          font-size: 1.2rem; }
        .top_column-list li img {
          border-radius: 1rem; }
        .top_column-list li .excerpt {
          display: none; }
    .top_column-btn-01 a {
      font-size: 1.5rem; }
    .top_column .title-default-02 {
      margin-bottom: 2rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .top_medical-head::before {
    height: 5rem; }
  .top_medical-list-02 {
    grid-template-columns: repeat(2, 1fr); }

  .top_feature::before {
    height: 5rem; } }
@media (max-width: 767px) {
  .top_clinic::before {
    background-position: center top 1.8rem, center top; }

  .top_mess::before {
    background-position: center top 2rem, center top; }

  .top_greeting {
    padding: 4rem 0 5rem;
    background-image: url(assets/img/greeting-bg-01.jpg), url(assets/img/greeting-bg-01.jpg);
    background-position: top 16.7rem center;
    background-size: contain; }
    .top_greeting-head .title-default-02 {
      margin-bottom: 22rem; } }
:root {
  --main-color: #015986;
  --main-color-white: #ffffff;
  --main-color-rgb: 34, 139, 230;
  --size-v1: 3rem;
  --size-v2: 2.5rem;
  --size-v3: 2rem;
  --size-p: 1.8rem;
  --letter-spacing-default: 0.05rem;
  --padding-20: 2rem;
  --padding-x15y0: 1.5rem 0rem;
  --relative-position: relative;
  --font-default: "Zen Kaku Gothic Antique", sans-serif;
  --font-title: "Zen Kaku Gothic Antique", sans-serif; }

@media (max-width: 960px) {
  :root {
    --size-v1: 2.5rem;
    --size-v2: 2rem;
    --size-v3: 1.8rem;
    --size-p: 1.5rem;
    --padding-20: 1.5rem;
    --padding-x15y0: 1rem 0rem; } }
.title_v1 {
  position: var(--relative-position);
  font-size: var(--size-v1);
  letter-spacing: var(--letter-spacing-default);
  line-height: 140%;
  padding: 0 0 2.5rem 0;
  color: var(--main-color);
  font-family: var(--font-title);
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
  font-weight: 500; }
  .title_v1::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 8rem;
    height: .4rem;
    transform: translateX(-50%);
    border-bottom: 0.4rem double var(--main-color); }
  @media (max-width: 960px) {
    .title_v1 {
      padding-bottom: 1.5rem;
      margin-bottom: 3rem; }
      .title_v1::before {
        width: 4rem; } }

.title_v2 {
  position: var(--relative-position);
  font-size: var(--size-v2);
  letter-spacing: var(--letter-spacing-default);
  line-height: 140%;
  padding: 1.5rem 2rem;
  color: var(--main-color-white);
  font-family: var(--font-title);
  background: var(--main-color);
  overflow: hidden;
  position: relative;
  width: calc(100% - 1.2rem);
  border-bottom: 1px dashed #ffffff;
  outline: 0.6rem solid var(--main-color);
  left: .6rem;
  font-weight: 500; }
  .title_v2.version_v2 {
    background-color: transparent;
    color: var(--main-color);
    font-size: var(--size-v2);
    padding: 0 5rem 0 0;
    letter-spacing: .2rem;
    width: 100%;
    border: 0px dashed #ffffff;
    outline: 0rem solid var(--main-color);
    left: 0; }
    .title_v2.version_v2::after {
      content: none; }
  @media (max-width: 960px) {
    .title_v2 {
      padding: 1rem 1rem 1.3rem;
      margin-bottom: 1.5rem; }
      .title_v2.version_v2 {
        font-size: 2rem;
        padding: 2rem 0 1rem;
        margin-bottom: 1.5rem; } }

.title_v3 {
  position: var(--relative-position);
  font-size: var(--size-v3);
  letter-spacing: var(--letter-spacing-default);
  line-height: 140%;
  padding: 0 0 1.5rem 0rem;
  color: var(--main-color);
  font-family: var(--font-title); }
  .title_v3::before, .title_v3::after {
    content: "";
    height: .2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--main-color); }
  .title_v3::before {
    width: 10%;
    z-index: 2; }
  .title_v3::after {
    opacity: 0.1;
    width: 100%; }

.rowbox {
  width: 100%;
  margin: 4rem 0 7rem;
  display: flex;
  gap: 4rem; }
  .rowbox-item {
    width: calc(100% - 40rem - 4rem); }
    .rowbox-item:last-child {
      width: 40rem; }
    .rowbox-item img {
      border-radius: 1rem; }
    .rowbox-item.border img {
      border: #CCCCCC solid 1px; }
    .rowbox-item p {
      margin-top: -1.1rem; }
      @media (max-width: 960px) {
        .rowbox-item p {
          margin-top: 0; } }
  .rowbox_box3colum {
    gap: 2rem; }
    .rowbox_box3colum-item {
      grid-template-columns: 33%; }
      .rowbox_box3colum-item img {
        border-radius: 1rem;
        vertical-align: top; }
  .rowbox.fd-rowre {
    flex-direction: row-reverse; }
  @media (max-width: 960px) {
    .rowbox {
      gap: 2rem;
      margin-top: 2rem;
      margin-bottom: 5rem;
      flex-direction: column-reverse; }
      .rowbox-item {
        width: 100%; }
        .rowbox-item:last-child {
          width: 100%; }
        .rowbox-item img {
          border-radius: 0.5rem;
          width: 100%; }
      .rowbox_box3colum {
        gap: 1rem;
        margin-bottom: 4rem;
        flex-direction: row; }
        .rowbox_box3colum-item img {
          border-radius: 0.5rem; }
      .rowbox.fd-rowre {
        flex-direction: column-reverse; } }

.cardbox {
  width: 100%;
  display: grid;
  gap: 2rem 2rem;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  margin: 4rem 0 7rem; }
  .cardbox-item {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding-bottom: 3rem;
    box-shadow: 0.3rem 0.3rem 0.2rem 0px rgba(27, 32, 101, 0.1); }
    .cardbox-item img {
      width: 100%;
      height: 27rem;
      object-fit: cover;
      position: relative;
      z-index: 1;
      margin-bottom: 2rem;
      padding: 0 !important; }
    .cardbox-item .title_v2 {
      margin-bottom: 1.5rem; }
      @media (max-width: 960px) {
        .cardbox-item .title_v2 {
          margin-bottom: 1rem !important; } }
    .cardbox-item * {
      position: relative;
      z-index: 1;
      padding: 0 2rem !important; }
      @media (max-width: 960px) {
        .cardbox-item * {
          padding-left: 1.5rem !important;
          padding-right: 1.5rem !important; } }
    .cardbox-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: var(--main-color);
      opacity: 0.03;
      z-index: -1; }
  @media (max-width: 960px) {
    .cardbox {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 960px) and (max-width: 650px) {
    .cardbox {
      grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 960px) {
      .cardbox-item {
        border-radius: 0.5rem;
        padding-bottom: 2rem; } }

.table_v1 {
  margin-top: 4rem;
  margin-bottom: 7rem;
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-default); }
  .table_v1 tr {
    border-bottom: 1px dashed #ccc; }
    .table_v1 tr:first-child {
      border-top: 1px dashed #ccc; }
  .table_v1 th,
  .table_v1 td {
    position: relative;
    text-align: left;
    vertical-align: top;
    position: var(--relative-position);
    font-size: var(--size-p);
    letter-spacing: var(--letter-spacing-default);
    line-height: 140%;
    padding: 2.05rem 1.5rem;
    color: var(--main-color);
    font-family: var(--font-title); }
  .table_v1.vs-th th {
    width: 35rem; }
  .table_v1 th {
    width: 22rem;
    font-weight: 700; }
  .table_v1 td {
    color: #454545; }
    .table_v1 td a {
      color: #454545;
      text-decoration: none; }
      .table_v1 td a:hover {
        text-decoration: underline; }
  .table_v1.table_line th,
  .table_v1.table_line td {
    border: 1px solid var(--main-color);
    text-align: center;
    padding: 3rem; }
  @media (max-width: 960px) {
    .table_v1 {
      margin-top: 2rem;
      margin-bottom: 4rem; }
      .table_v1 th {
        border: 0;
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        color: var(--main-color-white);
        background-color: var(--main-color); }
      .table_v1 th,
      .table_v1 td {
        width: 100%;
        float: left;
        line-height: 175%; }
      .table_v1_sp td {
        width: 50%;
        float: inherit;
        padding: 1rem !important; }
      .table_v1_sp2 {
        margin-top: -2.5rem !important;
        margin-bottom: 1.5rem !important; }
        .table_v1_sp2 td, .table_v1_sp2 th {
          padding: 0.5rem !important;
          float: inherit;
          vertical-align: middle; }
        .table_v1_sp2 th {
          width: 10rem !important;
          border-right: 1px solid #eee !important;
          border-bottom: 1px solid #eee !important; }
          .table_v1_sp2 th:last-child {
            border-right: 0 !important; }
        .table_v1_sp2 td {
          font-size: 1.4rem !important;
          width: 15rem !important; } }

.table_v2 {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-default);
  margin: 4rem 0 7rem;
  border: 0.4rem double var(--main-color); }
  .table_v2 tr {
    border-bottom: 1px dashed #ccc; }
    .table_v2 tr:first-child {
      border-top: 1px dashed #ccc; }
  .table_v2 th,
  .table_v2 td {
    position: relative;
    text-align: left;
    vertical-align: top;
    position: var(--relative-position);
    font-size: var(--size-p);
    letter-spacing: var(--letter-spacing-default);
    line-height: 140%;
    padding: 2.05rem 1.5rem;
    color: var(--main-color);
    font-family: var(--font-title); }
  .table_v2 th {
    width: 22rem;
    font-weight: 500; }
    @media (min-width: 960.5px) {
      .table_v2 th {
        font-size: 2rem; } }
  .table_v2 td {
    color: #454545; }
  .table_v2 th,
  .table_v2 td {
    border-bottom: 1px solid var(--main-color);
    vertical-align: middle; }
    .table_v2 th:first-child,
    .table_v2 td:first-child {
      width: 40rem; }
    .table_v2 th:not(:first-child),
    .table_v2 td:not(:first-child) {
      text-align: center;
      border-left: 1px solid var(--main-color); }
  @media (max-width: 960px) {
    .table_v2 {
      margin-top: 2rem;
      margin-bottom: 5rem;
      border: 0; }
      .table_v2 th {
        width: 5rem; }
      .table_v2 th,
      .table_v2 td {
        padding: 4px;
        border: 1px solid var(--main-color); }
      .table_v2 td {
        font-size: 14px; } }

.mapsbox {
  width: 100%;
  height: 50rem;
  margin: 4rem 0 4rem;
  border: 0.4rem solid var(--main-color);
  padding: .5rem;
  position: relative; }
  .mapsbox iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top; }
  @media (max-width: 960px) {
    .mapsbox {
      height: 30rem;
      margin-top: 2rem;
      margin-bottom: 3rem;
      border: 0.2rem solid var(--main-color); } }

.box_desc {
  margin-top: 3rem;
  margin-bottom: 7rem;
  position: relative; }
  .box_desc img.full {
    margin-top: 3rem;
    width: 100%;
    height: 50rem;
    display: block;
    object-fit: cover;
    padding: 1rem;
    border-radius: 1rem;
    border: 0.4rem solid var(--main-color); }
  .box_desc.version_v3 {
    margin-top: 0;
    margin-bottom: 0; }
    .box_desc.version_v3 p {
      text-align: justify; }
    .box_desc.version_v3 p:not(:last-child) {
      margin-bottom: 2rem; }
    .box_desc.version_v3 .doctor_name {
      font-size: 2rem;
      display: block;
      text-align: right;
      margin-top: 3rem; }
      .box_desc.version_v3 .doctor_name span {
        display: block;
        font-size: 1.9rem;
        letter-spacing: 0; }
      .box_desc.version_v3 .doctor_name strong {
        font-size: 3.5rem;
        font-weight: bold;
        margin-left: 2rem;
        letter-spacing: .2rem; }
  .box_desc .btn-default-03 a {
    display: inline-grid;
    width: auto;
    border-radius: 1rem;
    padding-left: 2rem;
    padding-right: 3.5rem;
    min-width: 28rem; }
  @media (max-width: 960px) {
    .box_desc {
      margin-top: 2.5rem;
      margin-bottom: 5rem; }
      .box_desc img.full {
        height: auto;
        padding: .5rem;
        margin-top: 2rem;
        border: 0.2rem solid var(--main-color); }
      .box_desc.version_v3 {
        padding-right: 0rem; }
        .box_desc.version_v3 p:not(:last-child) {
          margin-bottom: 2rem; }
        .box_desc.version_v3 .doctor_name {
          font-size: 1.8rem;
          margin-top: 2rem; }
          .box_desc.version_v3 .doctor_name strong {
            font-size: 2.5rem; } }

.ta-center {
  text-align: center; }
  .ta-center * {
    text-align: center; }

.faq_desc {
  background-color: #d3e2e9;
  padding: 4rem;
  border-radius: 1rem;
  position: relative; }
  .faq_desc::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -19.5px;
    width: 20px;
    height: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #d3e2e9; }
  @media (max-width: 960px) {
    .faq_desc {
      margin-top: 3.5rem;
      padding: 2rem 1.5rem; } }

.mg--0rem {
  margin: 0 !important; }

.mgt--0rem {
  margin-top: 0 !important; }

.mgb--0rem {
  margin-bottom: 0 !important; }

.mgt--2rem {
  margin-top: 2rem; }
  @media (max-width: 960px) {
    .mgt--2rem {
      margin-top: -1rem; } }

.mgt--3rem {
  margin-top: -3rem; }
  @media (max-width: 960px) {
    .mgt--3rem {
      margin-top: -1rem; } }

.mgb--3rem {
  margin-bottom: -3rem; }
  @media (max-width: 960px) {
    .mgb--3rem {
      margin-bottom: -1rem; } }

.mgt--5rem {
  margin-top: -7rem; }
  @media (max-width: 960px) {
    .mgt--5rem {
      margin-top: -5rem; } }

.mgb-2rem {
  margin-bottom: 2rem; }

.mgt-2rem {
  margin-top: 2rem; }

.mgt-4rem {
  margin-top: 4rem; }

.mgb-4rem {
  margin-bottom: 4rem; }
  @media (max-width: 960px) {
    .mgb-4rem {
      margin-bottom: 2rem; } }

.mgb-7rem {
  margin-bottom: 7rem; }
  @media (max-width: 960px) {
    .mgb-7rem {
      margin-top: 5rem; } }

.pt-0-5rem {
  padding-top: .7rem; }

@media (max-width: 960px) {
  .mg-sp-0rem {
    margin: 0rem !important; } }

@media (max-width: 960px) {
  .u-pc {
    display: none !important; } }

.u-sp {
  display: none !important; }
  @media (max-width: 960px) {
    .u-sp {
      display: block !important; } }

.page-content-box {
  margin-top: 10rem; }
  .page-content-box:last-child {
    margin-bottom: 0;
    padding-bottom: 15rem; }
@media (max-width: 960px) {
  .page-content-box {
    margin-top: 6rem; }
    .page-content-box:last-child {
      padding-bottom: 10rem; } }

.box-content-01 {
  border-radius: 1rem;
  border: 0.4rem double var(--main-color);
  padding: 5rem; }
  .box-content-01 p:not(:last-child) {
    margin-bottom: 1rem; }
  .box-content-01 .rowbox {
    margin: 0; }
  .box-content-01.vs-01 {
    border: 1px solid #479DAA;
    background-color: rgba(71, 157, 170, 0.2); }
@media (max-width: 960px) {
  .box-content-01 {
    padding: 2rem 1.5rem; }
    .box-content-01 .rowbox {
      flex-direction: column-reverse; }
      .box-content-01 .rowbox.vz-02 {
        flex-direction: column; }
        .box-content-01 .rowbox.vz-02 .title_v2.version_v2 {
          padding: 0;
          margin-bottom: 0; } }

.interview-item:nth-child(2n - 1) .rowbox {
  flex-direction: row-reverse; }
@media (max-width: 960px) {
  .interview-item:nth-child(2n - 1) .rowbox {
    margin-top: 2rem;
    margin-bottom: 5rem;
    flex-direction: column-reverse; } }

.procedurebox {
  width: 100%;
  position: relative; }
  .procedurebox .listbox {
    margin: 1.5rem 0 0 0;
    background: transparent;
    padding: 0 !important;
    box-shadow: initial !important; }
  .procedurebox-item {
    padding: 5rem;
    position: relative;
    border-radius: 0.5rem;
    box-shadow: 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2);
    background-color: rgba(27, 32, 101, 0.05); }
    .procedurebox-item .title_v2 {
      margin-bottom: 2rem; }
    .procedurebox-item:not(:last-child) {
      margin-bottom: 6rem; }
      .procedurebox-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); }
  @media (max-width: 960px) {
    .procedurebox-item {
      padding: 2rem; }
      .procedurebox-item .title_v2 {
        margin-bottom: 2rem; }
      .procedurebox-item:not(:last-child) {
        margin-bottom: 4rem; }
        .procedurebox-item:not(:last-child)::before {
          bottom: -2.5rem;
          width: 2rem;
          height: 1rem; } }

.listbox {
  padding: 5rem;
  margin-top: 4rem;
  margin-bottom: 7rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--main-color); }
  .listbox.vs-01 {
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .listbox.li1colums {
    padding: 3rem; }
    .listbox.li1colums ul {
      grid-template-columns: repeat(1, 1fr); }
  .listbox.li2colums {
    padding: 3rem; }
    .listbox.li2colums ul {
      grid-template-columns: repeat(2, 1fr); }
  .listbox.mgt--3rem {
    margin-top: -3rem; }
  .listbox.mgb--3rem {
    margin-bottom: 4rem; }
  .listbox ul {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr); }
  .listbox li {
    padding-left: 3rem;
    position: relative;
    color: #333333; }
    .listbox li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .3rem;
      width: 2rem;
      height: 2rem;
      border: 1px solid var(--main-color); }
    .listbox li::after {
      content: "";
      position: absolute;
      left: .3rem;
      top: 0px;
      width: 2rem;
      height: 2rem;
      background-color: var(--main-color);
      clip-path: polygon(35% 82%, 100% 0, 35% 100%, 0% 50%); }
    .listbox li.last {
      padding-left: 0; }
      .listbox li.last::before, .listbox li.last::after {
        content: none; }
  @media (max-width: 960px) {
    .listbox {
      padding: 2rem;
      margin-top: 2rem;
      margin-bottom: 4rem;
      border-radius: 0.5rem; }
      .listbox.mgt--3rem {
        margin-top: 2rem; }
      .listbox.li1colums {
        padding: 2rem; }
        .listbox.li1colums li {
          text-align: justify; }
      .listbox.li2colums {
        padding: 2rem; } }
    @media (max-width: 960px) and (max-width: 650px) {
      .listbox.li2colums ul {
        grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 960px) {
      .listbox ul {
        gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 960px) and (max-width: 650px) {
      .listbox ul {
        grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 960px) {
      .listbox li {
        padding-left: 2.6rem;
        position: relative; }
        .listbox li::before {
          width: 1.5rem;
          height: 1.5rem; }
        .listbox li::after {
          width: 1.5rem;
          height: 1.5rem; } }

.list-custom {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .list-custom li {
    padding-left: 3rem;
    position: relative;
    color: #333333;
    font-size: 1.8rem;
    line-height: 175%;
    letter-spacing: .1rem; }
    .list-custom li:not(:last-child) {
      margin-bottom: 1rem; }
    .list-custom li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .5rem;
      width: 2rem;
      height: 2rem;
      border: 1px solid var(--main-color); }
    .list-custom li::after {
      content: "";
      position: absolute;
      left: .3rem;
      top: 0px;
      width: 2rem;
      height: 2rem;
      background-color: var(--main-color);
      clip-path: polygon(35% 82%, 100% 0, 35% 100%, 0% 50%); }
    .list-custom li.last {
      padding-left: 0; }
      .list-custom li.last::before, .list-custom li.last::after {
        content: none; }

.box_card {
  width: 100%;
  display: flex;
  margin-top: 4rem;
  margin-bottom: 7rem; }
  .box_card .title_v2 {
    padding-top: 0;
    border-radius: 0; }
  .box_card li {
    width: calc((100% - 5rem) / 3);
    margin-right: 2.5rem;
    padding: 2.5rem 3rem;
    border-radius: 1rem;
    background-color: rgba(155, 197, 120, 0.1); }
    .box_card li:nth-child(3n), .box_card li:last-child {
      margin-right: 0; }
    .box_card li p {
      letter-spacing: normal; }

.box-faq--item:not(:last-child) {
  margin-bottom: 7rem; }
.box-faq--item---title {
  position: relative; }
  .box-faq--item---title::before {
    content: "+";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #ffffff;
    z-index: 5; }
.box-faq--item---desc {
  margin-top: 3rem;
  background-color: rgba(94, 78, 59, 0.1);
  padding: 2.5rem 3rem;
  position: relative;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }
  .box-faq--item---desc::before {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: -1.95rem;
    width: 2rem;
    height: 2rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: rgba(94, 78, 59, 0.1); }

.box_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: 2rem; }
  @media (max-width: 960px) {
    .box_link {
      flex-direction: column; } }

.boxdoctor {
  position: relative; }
  .boxdoctor .rowbox-item:first-child img {
    position: relative;
    left: 10rem; }
  .boxdoctor .boxnamedoctor {
    background: #479daa;
    padding: 3rem;
    border-radius: 1rem;
    position: absolute;
    right: 10rem;
    top: 50%; }
    .boxdoctor .boxnamedoctor p {
      color: #ffffff; }
      .boxdoctor .boxnamedoctor p.fzbig {
        font-size: 3.75rem; }
  @media (max-width: 960px) {
    .boxdoctor {
      margin-bottom: 10rem;
      gap: 0; }
      .boxdoctor .rowbox-item:first-child img {
        left: 0;
        border-radius: 1rem;
        width: calc(100% - 3rem); }
      .boxdoctor .boxnamedoctor {
        width: 60%;
        padding: 2rem 1rem;
        right: 0rem;
        top: initial;
        bottom: -6rem; }
        .boxdoctor .boxnamedoctor p.fzbig {
          font-size: 2.4rem; } }

@media (max-width: 960px) {
  .table_v1 tr {
    border-bottom: 0; }
    .table_v1 tr:first-child {
      border-top: 0; }

  .table_v1_sp_default {
    margin-top: 3rem;
    margin-bottom: 5rem; }
    .table_v1_sp_default tr {
      border-top: 1px dashed var(--main-color) !important; }
      .table_v1_sp_default tr:last-child {
        border-bottom: 1px dashed var(--main-color) !important; }
    .table_v1_sp_default th,
    .table_v1_sp_default td {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .table_v1_sp_default th {
      color: var(--main-color) !important;
      width: 9rem !important;
      padding-left: 0rem !important;
      padding-right: 0rem !important;
      background-color: transparent !important; }
    .table_v1_sp_default td {
      width: calc(100% - 9rem);
      padding-right: 0 !important; }
    .table_v1_sp_default.vz-021 th {
      width: 10rem !important; }
    .table_v1_sp_default.vz-021 td {
      width: calc(100% - 10rem) !important;
      padding-left: .5rem; }
    .table_v1_sp_default.vs-02-sp th {
      width: 17rem !important; }
    .table_v1_sp_default.vs-02-sp td {
      width: calc(100% - 17rem) !important; }

  .table_v2 tr {
    border-bottom: 0; }
    .table_v2 tr:first-child {
      border-top: 0; } }
.box-img {
  margin-top: 3rem;
  margin-bottom: 5rem; }
  .box-img img {
    border-radius: 1rem; }

.list-link {
  display: flex;
  align-items: center;
  gap: 2rem; }

.link-page {
  display: inline-block;
  padding: 2rem 5rem 2rem 3rem;
  border-radius: 0.5rem;
  margin-top: 2.5rem;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-weight: 500;
  line-height: 150%;
  transition: ease-in-out 0.35s;
  position: relative; }
  .link-page::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.3rem;
    height: 1.3rem;
    background-color: var(--main-color);
    transition: ease-in-out 0.35s;
    clip-path: polygon(0 0, 0% 100%, 100% 50%); }
  .link-page:hover {
    background-color: var(--main-color);
    color: var(--main-color-white); }
    .link-page:hover::before {
      background-color: var(--main-color-white); }

.mt-10 {
  margin-top: 10rem; }

.mt-6 {
  margin-top: 6rem; }

.mt--5 {
  margin-top: -5rem; }

.mt-1-5 {
  margin-top: 1.5rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-10 {
  margin-bottom: 10rem; }

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.ml-11 {
  margin-left: 11rem; }

.ml-5 {
  margin-left: 5rem; }

.ml-4-5 {
  margin-left: 4.5rem; }

.mr-1-5 {
  margin-right: 1.5rem; }

.p-3 {
  padding: 3rem; }

@media (max-width: 960px) {
  .p-3 {
    padding: 1.5rem; }

  .mt-6 {
    margin-top: 3rem; }

  .mb-10 {
    margin-bottom: 7rem; }

  .mb-4 {
    margin-bottom: 2rem; } }
.home header,
.home footer {
  display: block; }

/*# sourceMappingURL=style.css.map */
