@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url(assets/font/stylesheet.css);
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 Old Mincho", serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -18rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.grid-1540 {
  max-width: 157rem; }
.grid-1444 {
  max-width: 147.4rem; }
.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: #246D93 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: 175%;
    text-align: justify;
    font-size: 1.4rem; } }
: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: 35rem;
  padding: 2rem 4rem;
  background-color: rgba(255, 255, 255, 0.8); }
  .hero-banner__title .ja {
    font-size: 2.8rem;
    line-height: 150%;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: bold; }

@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: 30rem;
    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: #246D93 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: #246D93;
  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: #246D93 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: #246D93; }

.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(36, 109, 147, 0.2); }
    .news-list li:nth-child(odd) {
      background: #246d93; }
      .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(36, 109, 147, 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: #246D93 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: #246D93;
        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 #246D93;
      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: #246D93;
      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: #246D93;
      transition: ease-in-out .3s; }
      @media (min-width: 768px) {
        .column-list__box .cate-item a:hover {
          background-color: rgba(36, 109, 147, 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(36, 109, 147, 0.1); }
.single-post__title {
  font-size: 3.2rem;
  color: #246D93;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.single-post__date {
  font-size: 1.6rem;
  color: #246D93;
  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: "Zen Kaku Gothic Antique", sans-serif;
    color: #ffffff;
    border: 0.1rem solid #246D93;
    border-radius: 3.3rem;
    background: #246D93;
    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: #246D93; }
  .single-post__nav--alt .single-post__nav-item a,
  .single-post__nav--alt .single-post__nav-item span {
    border-color: #246D93; }
  .single-post__nav--alt .single-post__nav-item a:hover {
    background: #246D93; }

@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: #246D93; }

.sitemap__menu ul {
  display: grid;
  grid-template-columns: repeat(4, 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: #246D93;
        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: -1.5rem; }
    .catalogue-list.style-4button ul li {
      margin-bottom: 1.5rem;
      margin-right: 1.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: #246D93; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(36, 109, 147, 0.1);
        border: #246D93 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: 100%;
  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: #246D93; }
  .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(36, 109, 147, 0.1);
    border: #246D93 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: 1.5rem; }
  .main_page .toc_list::before {
    left: -1.5rem;
    width: calc(100% + 3rem); }
  .main_page .toc_list,
  .main_page .toc_title {
    width: 100%; } }
header.head {
  height: 16.7rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
  background: #FFFFFF;
  transition: all 0.35s; }
  .header-gp {
    padding-left: 9rem;
    align-items: center; }
    .header-gp .logo img {
      width: 61.1rem;
      display: block;
      margin: auto; }
    .header-gp .logo .btn {
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 167%;
      letter-spacing: 0;
      background: #65B4DE;
      width: 21.3rem;
      margin: 1.4rem auto .3rem;
      text-align: center;
      display: none; }
    .header-gp-item:first-child .txt-default-01 {
      display: none;
      margin-top: 1rem; }
    .header-gp-item:last-child .txt-default-01 {
      display: none; }
      .header-gp-item:last-child .txt-default-01.vz-03 {
        display: block; }
        .header-gp-item:last-child .txt-default-01.vz-03 p {
          font-size: 1.4rem;
          text-align: center; }
          .header-gp-item:last-child .txt-default-01.vz-03 p .location::before {
            background: #454545;
            top: .2rem; }
    .header-gp-item .btn-gp-01 .btn-tel a {
      background: #65B4DE; }
      .header-gp-item .btn-gp-01 .btn-tel a .item {
        color: #FFFFFF; }
        .header-gp-item .btn-gp-01 .btn-tel a .item:first-child::before, .header-gp-item .btn-gp-01 .btn-tel a .item:nth-child(2)::before {
          background: #FFFFFF; }
    .header-gp .txt-default-01 p {
      line-height: 155%; }
  .header-nav {
    margin-bottom: 2rem; }
  .header-menu.vz-01 {
    position: fixed;
    top: 8.3rem;
    right: -63.3rem;
    width: 63.3rem;
    background: #FFFFFF;
    padding: 3rem;
    transition: all 0.35s;
    z-index: 10; }
    .header-menu.vz-01 li {
      margin-bottom: 1rem;
      padding: 0;
      width: calc((100% - 1.001rem) / 2); }
      .header-menu.vz-01 li:last-child {
        margin-bottom: 0; }
      .header-menu.vz-01 li a {
        color: #454545;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0; }
        .header-menu.vz-01 li a::before {
          content: none; }
        .header-menu.vz-01 li a.active {
          color: #246D93; }
      .header-menu.vz-01 li.v-03 {
        display: none; }
    .header-menu.vz-01.active {
      right: 0; }
  .header-menu.vz-02 li {
    padding: 0 2rem 2rem; }
    .header-menu.vz-02 li a span {
      color: #246D93;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 130%;
      letter-spacing: 0;
      display: block;
      text-align: center;
      transition: all 0.35s; }
      .header-menu.vz-02 li a span:nth-child(2) {
        font-size: 1.6rem;
        color: #ABA148; }
    .header-menu.vz-02 li a:hover span:nth-child(1) {
      color: #ABA148; }
    .header-menu.vz-02 li.current_page_item a span:nth-child(1), .header-menu.vz-02 li.current-menu-parent a span:nth-child(1) {
      color: #ABA148; }
  .header-menu-title {
    color: #246D93;
    font-size: 3rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0;
    margin-bottom: 1rem; }
  .header .txt-default-01 p .location {
    position: relative;
    padding-left: 2.3rem; }
    .header .txt-default-01 p .location::before {
      content: "";
      position: absolute;
      width: 1.1rem;
      height: 1.5rem;
      top: .6rem;
      left: 0;
      -webkit-mask: url(assets/img/icon-location.svg) center/100% no-repeat;
      mask: url(assets/img/icon-location.svg) center/100% no-repeat;
      background: #EDEEE8; }
  .header-menu li {
    position: relative; }
    @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: 6.4rem;
        transition: all 0.3s ease;
        width: 27rem; }
        .header-menu li .sub-menu::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          bottom: 0;
          background: rgba(36, 109, 147, 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: 50%;
          right: 0;
          left: auto;
          top: 16.6rem;
          padding: 2rem 2rem !important; }
          .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: 0; }
      .header-menu li:hover.menu-item-has-children > a::before {
        opacity: 1; } }

.nav-menu {
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
  background: #246D93;
  width: 8.8rem;
  height: 8.3rem;
  z-index: 10; }
  .nav-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.2rem 1.4rem;
    cursor: pointer; }
    .nav-menu-item span {
      background: #FFFFFF;
      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: 1.5rem;
      width: 100%; }
    .nav-menu-item.active span:nth-child(2) {
      display: none; }
    .nav-menu-item.active span:nth-child(3) {
      transform: rotate(135deg);
      top: -1.5rem;
      width: 100%; }

@media (min-width: 960.5px) {
  .u-sp {
    display: none; }

  .home header.head {
    height: auto; }
  .home .header:not(.active) {
    background: transparent;
    position: absolute; }
    .home .header:not(.active) .header-gp {
      align-items: flex-start; }
      .home .header:not(.active) .header-gp .logo {
        padding-top: 1.7rem; }
        .home .header:not(.active) .header-gp .logo img {
          filter: brightness(0) invert(1); }
        .home .header:not(.active) .header-gp .logo .btn {
          display: block; }
      .home .header:not(.active) .header-gp-item:first-child .txt-default-01 {
        display: block; }
      .home .header:not(.active) .header-gp-item:last-child .txt-default-01 {
        display: block; }
        .home .header:not(.active) .header-gp-item:last-child .txt-default-01.vz-03 {
          display: none; }
    .home .header:not(.active) .header-menu.vz-02 {
      display: none; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .header-gp {
    padding-left: 2rem; }

  .header-menu li.vz-02 .sub-menu {
    width: 64%; } }
@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  header.head {
    height: 6rem; }

  .header {
    padding: 0 0 0 1.5rem; }
    .header-gp {
      padding-left: 0; }
      .header-gp-item:last-child {
        overflow: scroll; }
        .header-gp-item:last-child .txt-default-01.vz-03 {
          display: none; }
      .header-gp-item .logo img {
        width: 29rem; }
    .header-menu.vz-01 {
      top: 6rem;
      width: 100%;
      height: calc(100vh - 6rem);
      right: -100%;
      padding: 1.5rem; }
      .header-menu.vz-01 li {
        width: 100%; }
        .header-menu.vz-01 li a {
          font-size: 1.5rem; }
    .header-menu.vz-02 {
      display: none; }
    .header-nav {
      margin-bottom: 0; }
      .header-nav .btn-gp-01 {
        display: none; }

  .nav-menu {
    width: 6rem;
    height: 6rem; }
    .nav-menu-item {
      padding: 1rem; }
      .nav-menu-item.active span:nth-child(1) {
        top: .9rem; }
      .nav-menu-item.active span:nth-child(3) {
        top: -0.9rem; } }
.footer {
  background: url(assets/img/footer-bg-01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding-top: 5.8rem;
  padding-bottom: 7rem; }
  .footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #65B4DE;
    opacity: 0.9; }
  .footer::after {
    content: "";
    position: absolute;
    width: 93.1rem;
    height: 81.9rem;
    top: 0;
    right: 0;
    z-index: -1;
    background: url(assets/img/footer-bg-02.png) no-repeat center;
    background-size: contain; }
  .footer-gp {
    padding-left: 13rem; }
    .footer-gp-box:last-child {
      gap: 6.5rem;
      padding-top: 21.7rem; }
    .footer-gp-item:first-child {
      width: 21rem; }
    .footer-gp-item:last-child {
      width: 50.5rem; }
  .footer-title-01 {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    font-family: "UTM Aptima";
    padding-bottom: 1.6rem;
    position: relative;
    margin-bottom: 1.5rem; }
    .footer-title-01::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background: #FFFFFF; }
    .footer-title-01.vz-02::before {
      width: calc(100% - 4rem); }
  .footer-menu li {
    margin-bottom: .8rem; }
    .footer-menu li:last-child {
      margin-bottom: 0; }
    .footer-menu li a {
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      padding-left: 1.2rem;
      position: relative; }
      .footer-menu li a::before {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        top: 1.2rem;
        left: 0;
        background: #FFFFFF;
        border-radius: 100%; }
    .footer-menu li.vz-02 a {
      font-family: "Shippori Mincho", serif; }
    .footer-menu li.v-02 {
      display: none; }
  .footer-link-fix {
    position: fixed;
    bottom: 5rem;
    right: 8.5rem;
    z-index: 10; }
    .footer-link-fix .box a {
      width: 33.9rem;
      height: 10.6rem;
      background: url(assets/img/offical-site.jpg) no-repeat center;
      background-size: cover;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-right: 6rem;
      color: #FFFFFF;
      font-size: 2.5rem;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0;
      text-align: center;
      position: relative;
      z-index: 0;
      box-shadow: 0.5rem 0.5rem 0 rgba(237, 238, 232, 0.7); }
      .footer-link-fix .box a::before {
        content: "";
        position: absolute;
        width: 3.7rem;
        height: 0.7rem;
        top: 43%;
        right: 1.5rem;
        -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; }
    .footer-link-fix .close {
      width: 3rem;
      height: 3rem;
      display: block;
      position: absolute;
      cursor: pointer;
      top: -1.5rem;
      right: -1.5rem;
      border-radius: 100%;
      background: #EDEEE8 url(assets/img/icon-close.svg) no-repeat center;
      background-size: 1.1rem;
      z-index: 1; }
    .footer-link-fix.active {
      display: none; }
  .footer .logo {
    margin-bottom: 2.2rem; }
    .footer .logo img {
      width: 35rem;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .footer .txt-default-01 p {
    margin-bottom: 4.3rem; }
    .footer .txt-default-01 p .location {
      position: relative;
      padding-left: 2.3rem; }
      .footer .txt-default-01 p .location::before {
        content: "";
        position: absolute;
        width: 1.1rem;
        height: 1.5rem;
        top: .6rem;
        left: 0;
        background: url(assets/img/icon-location.svg) no-repeat center;
        background-size: contain; }

.copyright {
  background: #246D93;
  padding: 1.8rem; }
  .copyright .logo {
    margin-right: 2rem; }
    .copyright .logo img {
      width: 19rem; }
  .copyright .txt p {
    color: #FFFFFF;
    font-size: 1.8rem;
    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: 3rem; } }
@media (max-width: 960px) {
  .footer::after {
    width: 100%;
    height: 68rem; }
  .footer-gp {
    padding-left: 0; }
    .footer-gp-box {
      width: 100%; }
      .footer-gp-box:last-child {
        display: none; }
  .footer-link-fix {
    display: none; }
  .footer .logo img {
    width: 28rem; }
  .footer .txt-default-01 p {
    margin-bottom: 2rem; }

  .menu_right_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: flex;
    width: 100%; }
    .menu_right_fix li {
      width: calc(100% / 3);
      border-top: #FFFFFF solid 1px;
      border-right: #FFFFFF solid 1px; }
      .menu_right_fix li:last-child {
        border-right: 0; }
      .menu_right_fix li a {
        background: #246D93;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: .5rem 0;
        width: 100%;
        height: 6rem;
        color: #FFFFFF;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0;
        position: relative; }
        .menu_right_fix li a::before {
          content: "";
          position: absolute;
          top: 1rem;
          left: 50%;
          transform: translateX(-50%);
          background: #FFFFFF; }
      .menu_right_fix li .tel a::before {
        width: 1.7rem;
        height: 1.7rem;
        -webkit-mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
        mask: url(assets/img/icon-tel.svg) center/100% no-repeat; }
      .menu_right_fix li .web a::before {
        width: 2rem;
        height: 2rem;
        -webkit-mask: url(assets/img/icon-web-02.png) center/100% no-repeat;
        mask: url(assets/img/icon-web-02.png) center/100% no-repeat; }
      .menu_right_fix li .official a::before {
        width: 2rem;
        height: 2rem;
        -webkit-mask: url(assets/img/icon-logo.png) center/100% no-repeat;
        mask: url(assets/img/icon-logo.png) center/100% no-repeat; }

  .copyright {
    padding: 2rem 1rem 7rem; }
    .copyright .logo {
      margin-right: 0; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .copyright .logo {
    margin-right: 1.5rem; } }
.title-default-01 {
  margin-bottom: 1rem; }
  .title-default-01 .title {
    color: #454545;
    font-size: 12rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.5rem;
    display: inline-block;
    font-family: "UTM Aptima";
    color: rgba(36, 109, 147, 0.24);
    position: relative; }
    .title-default-01 .title::before {
      content: "";
      position: absolute;
      width: 4.3rem;
      height: 6.2rem;
      top: .9rem;
      right: -4rem;
      -webkit-mask: url(assets/img/icon-star.png) center/100% no-repeat;
      mask: url(assets/img/icon-star.png) center/100% no-repeat;
      background: #9BD2EF; }
  .title-default-01 p {
    color: #246D93;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0; }
  .title-default-01.vz-02 {
    position: relative;
    margin-bottom: 2.8rem; }
    .title-default-01.vz-02 .title {
      margin-bottom: 1.2rem; }
.title-default-02 {
  color: #246D93;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 3.3rem; }
.title-default-03 {
  margin-bottom: 3.5rem; }
  .title-default-03 p {
    color: rgba(36, 109, 147, 0.37);
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0;
    font-family: "UTM Aptima"; }
  .title-default-03 .title {
    color: #246D93;
    font-size: 3rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0; }
  .title-default-03.vz-02 {
    margin-bottom: 2.6rem; }
    .title-default-03.vz-02 .title {
      color: #E8E4C1; }
.title-default-04 {
  color: #ABA148;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  margin-bottom: 1.6rem; }
  .title-default-04.vz-02 {
    color: #FFFFFF; }

.txt-default-01 p {
  color: #454545;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0; }
.txt-default-01.vz-02 p {
  color: #FFFFFF; }

.table-schedule table {
  width: 100%;
  max-width: 49rem;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2.4rem; }
  .table-schedule table td {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    border-bottom: #FFFFFF solid 1px;
    padding: 2.6rem 0;
    width: 4.7rem; }
    .table-schedule table td:first-child {
      padding-left: 2rem;
      width: 16rem; }
    .table-schedule table td:last-child {
      width: 5.5rem; }
  .table-schedule table tr:first-child td {
    border-bottom: 0;
    background: #246D93;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; }
.table-schedule .txt-default-01 p {
  line-height: 150%;
  margin-bottom: 3rem; }

.btn-default-01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 25rem;
  height: 6rem;
  background: #65B4DE;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
  transition: all 0.35s; }
  .btn-default-01 a::before {
    content: "";
    position: absolute;
    width: 3.7rem;
    height: 0.7rem;
    top: 43%;
    right: 1.5rem;
    -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; }
  .btn-default-01 a:hover {
    background-color: #ABA148; }
.btn-default-01.vz-02 a {
  background: url(assets/img/medical-bg-03.png) no-repeat center left;
  background-size: 12.8rem;
  padding-left: 2.5rem; }
  .btn-default-01.vz-02 a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.35s;
    background: linear-gradient(90deg, rgba(101, 180, 222, 0) 0%, #65b4de 60%); }
  .btn-default-01.vz-02 a:hover {
    color: #FFFFFF; }
    .btn-default-01.vz-02 a:hover::before {
      background: #FFFFFF; }
    .btn-default-01.vz-02 a:hover::after {
      background: linear-gradient(90deg, rgba(101, 180, 222, 0) 0%, #aba148 60%); }
.btn-default-01.vz-02.v-02 a {
  background-image: url(assets/img/medical-bg-04.png);
  background-size: 12.3rem;
  padding-left: 0;
  padding-right: 1.5rem; }
.btn-default-01.vz-02.v-03 a {
  background-image: url(assets/img/medical-bg-08.png);
  background-size: 11.9rem;
  padding-left: .5rem; }
.btn-default-01.vz-03 a {
  color: #454545;
  background: #FFFFFF; }
  .btn-default-01.vz-03 a::before {
    background: #65B4DE; }
  .btn-default-01.vz-03 a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.36;
    background: linear-gradient(180deg, #9bd2ef 0%, white 100%); }
  .btn-default-01.vz-03 a:hover {
    background: #ABA148;
    color: #FFFFFF; }
    .btn-default-01.vz-03 a:hover::before {
      background: #FFFFFF; }
.btn-default-02 a {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 34.9rem;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 1.2rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  background: url(assets/img/medical-bg-10.jpg) no-repeat center;
  background-size: 9.5rem;
  background-size: cover; }
  .btn-default-02 a::before {
    content: "";
    position: absolute;
    width: 3.7rem;
    height: 0.7rem;
    top: 43%;
    right: 2.5rem;
    -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; }
  .btn-default-02 a::after {
    content: "";
    position: absolute;
    width: 9.5rem;
    height: 5.4rem;
    bottom: 0;
    left: 0;
    background: url(assets/img/medical-bg-09.png) no-repeat center;
    background-size: contain; }
.btn-default-02.vz-02 a::after {
  width: 10.7rem;
  height: 6.6rem;
  left: .4rem;
  background-image: url(assets/img/medical-bg-11.png); }
.btn-default-02.vz-03 a::after {
  width: 10.5rem;
  height: 5.2rem;
  background-image: url(assets/img/medical-bg-12.png); }
.btn-default-02.vz-04 a::after {
  width: 10rem;
  height: 6.8rem;
  bottom: -0.4rem;
  left: .3rem;
  background-image: url(assets/img/medical-bg-13.png); }
.btn-default-03 a {
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  top: calc(50% - 3.2rem);
  right: 4.8rem;
  border-radius: 100%;
  background: #65B4DE url(assets/img/medical-icon-01.png) no-repeat center;
  background-size: 3.7rem;
  font-size: 0;
  z-index: 2;
  transition: all 0.35s; }
  .btn-default-03 a:hover {
    opacity: 0.8; }
.btn-default-03.vz-02 a {
  background-color: #FFFFFF;
  background-image: url(assets/img/icon_arrow-03.svg); }

.btn-gp-01 .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 8.3rem;
  background: #FFFFFF;
  width: 35.5rem;
  transition: all 0.35s; }
  .btn-gp-01 .btn a .item {
    display: block;
    text-align: center;
    color: #246D93;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    position: relative; }
    .btn-gp-01 .btn a .item:first-child::before {
      content: "";
      position: absolute;
      width: 6.8rem;
      height: 0.7rem;
      top: 0;
      right: -1.1rem;
      -webkit-mask: url(assets/img/arrow-right-01.svg) center/100% no-repeat;
      mask: url(assets/img/arrow-right-01.svg) center/100% no-repeat;
      background: #246D93; }
.btn-gp-01 .btn-tel a .item:nth-child(1) {
  padding-right: 6.5rem; }
.btn-gp-01 .btn-tel a .item:nth-child(2) {
  font-size: 4rem;
  font-family: "UTM Aptima";
  letter-spacing: -0.08rem;
  padding: 0 4rem; }
  .btn-gp-01 .btn-tel a .item:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 2.3rem;
    height: 2.3rem;
    top: 1.8rem;
    left: 0;
    -webkit-mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
    mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
    background: #246D93; }
.btn-gp-01 .btn-tel a:hover {
  opacity: 0.8; }
.btn-gp-01 .btn-web a {
  width: 19rem;
  background: #ABA148;
  justify-content: flex-end;
  padding-bottom: .9rem; }
  .btn-gp-01 .btn-web a .item {
    font-size: 3.5rem;
    color: #FFFFFF; }
    .btn-gp-01 .btn-web a .item:first-child::before {
      background: #FFFFFF;
      right: 1.5rem;
      top: -1.6rem; }
    .btn-gp-01 .btn-web a .item::after {
      content: "";
      position: absolute;
      width: 2.2rem;
      height: 1.9rem;
      background: url(assets/img/icon-web-02.png) no-repeat center;
      background-size: contain;
      top: -1.8rem;
      left: 2.7rem; }
    .btn-gp-01 .btn-web a .item .sub {
      font-family: "UTM Aptima"; }
  .btn-gp-01 .btn-web a:hover {
    background: #246D93; }
.btn-gp-02 {
  gap: 1.8rem; }
.btn-gp-03 {
  gap: 1.7rem; }
  .btn-gp-03 li {
    width: calc((100% - 3.401rem) / 3); }
    .btn-gp-03 li .btn-default-02 a {
      max-width: 100%; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .title-default-01 .title {
    font-size: 10rem; }

  .btn-default-01 a {
    width: 24rem; } }
@media (max-width: 960px) {
  .title-default-01 .title {
    font-size: 4rem; }
    .title-default-01 .title::before {
      width: 2.5rem; }
  .title-default-01 p {
    font-size: 2.4rem;
    text-align: center; }
  .title-default-01.vz-02::before {
    width: 100%;
    content: none; }
  .title-default-02 {
    font-size: 2.4rem;
    margin-bottom: 1rem; }
  .title-default-03 {
    margin-bottom: 1.5rem; }
    .title-default-03 .title {
      font-size: 2.4rem; }
    .title-default-03 p {
      font-size: 1.8rem; }
    .title-default-03.vz-02 {
      margin-bottom: 1.5rem; }
  .title-default-04 {
    font-size: 1.8rem; }

  .txt-default-01 p {
    font-size: 1.5rem; }

  .table-schedule table {
    max-width: 100%; }
    .table-schedule table td {
      font-size: 1.5rem;
      padding: 1.5rem 0; }
      .table-schedule table td:first-child {
        padding-left: 1rem; }
  .table-schedule .txt-default-01 p {
    line-height: 185%;
    margin-bottom: 2rem; }

  .btn-default-01 a {
	  width: 30rem;
	  margin-left: auto;
	  margin-right: auto;
    font-size: 1.5rem; }
  .btn-default-02 a {
    font-size: 1.5rem; }
    .btn-default-02 a::after {
      width: 7.5rem;
      height: 4.3rem; }
  .btn-default-02.vz-02 a::after {
    width: 8rem; }
  .btn-default-02.vz-03 a::after {
    width: 7rem;
    height: 3.5rem; }
  .btn-default-02.vz-04 a::after {
    width: 7rem; }
  .btn-default-03 a {
    width: 5rem;
    height: 5rem;
    background-size: 3rem;
    top: 36rem;
    right: 1rem; }

  .btn-gp-01 {
    justify-content: center; }
    .btn-gp-01 .btn-tel a .item:nth-child(1) {
      padding-right: 5.5rem; }
    .btn-gp-01 .btn-tel a .item:nth-child(2) {
      font-size: 3rem;
      padding: 0 0 0 2rem; }
      .btn-gp-01 .btn-tel a .item:nth-child(2)::before {
        width: 1.5rem;
        height: 1.5rem;
        top: 1.5rem; }
    .btn-gp-01 .btn-web a .item {
      font-size: 3rem; }
    .btn-gp-01 .btn a {
      width: 30rem;
      height: 7rem; }
      .btn-gp-01 .btn a .item:first-child::before {
        width: 5rem;
        right: 0; }
  .btn-gp-02 {
    justify-content: center; }
  .btn-gp-03 {
    max-width: 30rem;
    gap: 1.5rem;
    margin-left: auto;
    margin-right: auto; }
    .btn-gp-03 li {
      width: 100%; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .btn-gp-03 {
    max-width: 100%; }
    .btn-gp-03 li {
      width: calc((100% - 1.501rem) / 2); } }
.mv {
  position: relative; }
  .mv-img {
    position: absolute;
    bottom: 2.4rem;
    left: 4rem; }
    .mv-img img {
      width: 58.8rem;
      display: inline-block; }
  .mv-cont {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translateX(-50%); }
    .mv-cont::before {
      content: "";
      position: absolute;
      width: 68.2rem;
      height: 36.4rem;
      background: url(assets/img/mv-bg-01.png) no-repeat center;
      background-size: contain;
      z-index: -1;
      top: 85%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .mv-cont h2 {
      position: relative;
      display: flex;
      flex-flow: column;
      align-items: flex-end;
      z-index: 1;
      margin-bottom: 4.3rem; }
      .mv-cont h2::before {
        bottom: -2.6rem;
        left: -0.8rem;
        content: "";
        position: absolute;
        width: 5.2rem;
        height: 7.7rem;
        background: url(assets/img/icon-star.png) no-repeat center;
        background-size: contain; }
      .mv-cont h2::after {
        content: "";
        position: absolute;
        width: 6.6rem;
        height: 7.9rem;
        top: -3.4rem;
        right: -2.4rem;
        background: url(assets/img/icon-star-02.png) no-repeat center;
        background-size: contain; }
      .mv-cont h2 .item {
        color: #FFFFFF;
        font-size: 6rem;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0;
        position: relative;
        padding: 0 2rem;
        z-index: 0;
        margin-bottom: .3rem; }
        .mv-cont h2 .item:last-child {
          margin-bottom: 0; }
        .mv-cont h2 .item::before {
          content: "";
          position: absolute;
          width: 100%;
          height: calc(100% - .7rem);
          top: 55%;
          transform: translateY(-50%);
          left: 0;
          z-index: -1;
          background: #65B4DE; }
        .mv-cont h2 .item:first-child {
          padding-left: 1rem;
          padding-right: 0;
          margin-right: 3.5rem; }
          .mv-cont h2 .item:first-child::before {
            width: calc(100% - 3rem); }
    .mv-cont p {
      color: #FFFFFF;
      font-size: 2.5rem;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0;
      position: relative;
      z-index: 0;
      text-align: center; }
      .mv-cont p::before {
        content: "";
        position: absolute;
        width: 6rem;
        height: 6rem;
        top: -1.7rem;
        left: 6.2rem;
        border-top: #FFFFFF solid 1px;
        border-left: #FFFFFF solid 1px; }
      .mv-cont p::after {
        content: "";
        position: absolute;
        width: 6rem;
        height: 6rem;
        bottom: -1.7rem;
        right: 7.6rem;
        border-bottom: #FFFFFF solid 1px;
        border-right: #FFFFFF solid 1px; }

.top_reason {
  padding-top: 8.5rem;
  padding-left: 9rem;
  position: relative;
  margin-bottom: 10rem; }
  .top_reason::before {
    content: "";
    position: absolute;
    width: 9rem;
    height: 26.5rem;
    top: 0;
    left: 0;
    background: url(assets/img/reason-icon-01.jpg) no-repeat center;
    background-size: contain; }
  .top_reason-gp-item:first-child {
    width: 88.5rem; }
  .top_reason-gp-item:last-child {
    width: calc(100% - 88.5rem);
    position: relative; }
    .top_reason-gp-item:last-child::before {
      content: "";
      position: absolute;
      width: 78.3rem;
      height: 48.5rem;
      bottom: 0;
      right: 0;
      background: url(assets/img/footer-bg-03.jpg) no-repeat center;
      background-size: contain; }
  .top_reason-gp-item .block {
    position: relative;
    z-index: 0;
    padding-top: 3.2rem;
    padding-left: 15rem;
    padding-bottom: 3.5rem; }
    .top_reason-gp-item .block::before {
      content: "";
      position: absolute;
      width: calc(100% + 9rem);
      height: 100%;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: url(assets/img/reason-bg-01.png) no-repeat center;
      background-size: cover; }
    .top_reason-gp-item .block::after {
      content: "";
      position: absolute;
      width: calc(100% + 9rem);
      height: 100%;
      bottom: 0;
      left: 0;
      background: #E3F5FF;
      opacity: 0.79;
      z-index: -2; }
    .top_reason-gp-item .block p {
      max-width: 68.5rem;
      line-height: 135%;
      margin-bottom: 2.3rem; }
  .top_reason-gp-item .img {
    position: relative;
    z-index: 0;
    padding-left: 7.5rem;
    padding-right: 12rem;
    width: 63.6rem; }
    .top_reason-gp-item .img::before {
      content: "";
      position: absolute;
      width: 40rem;
      height: 51.4rem;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #EDEEE8;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 9.5rem 100%); }
    .top_reason-gp-item .img::after {
      content: "";
      position: absolute;
      width: 49.7rem;
      height: 51.4rem;
      bottom: 0;
      right: 0;
      z-index: -1;
      background: #9BD2EF;
      clip-path: polygon(0 0, 100% 0, calc(100% - 14.7rem) 100%, 0 100%); }
    .top_reason-gp-item .img img {
      width: 100%;
      clip-path: polygon(4.5rem 0%, 100% 0, calc(100% - 4.5rem) 100%, 0% 100%); }
  .top_reason-gp-item .title-default-01 {
    padding-left: 4.5rem; }
  .top_reason-gp-item .btn-default-01 {
    padding-right: 10.3rem; }

.top_trouble {
  background: url(assets/img/trouble-bg-01.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .top_trouble::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 2rem;
    left: 0;
    z-index: -1;
    background: #FFFFFF; }
  .top_trouble::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 2rem;
    left: 0;
    z-index: -1;
    background: #FFFFFF; }
  .top_trouble-gp {
    max-width: 171.5rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3rem); }
    .top_trouble-gp-item:first-child {
      width: 53.3rem; }
    .top_trouble-gp-item:last-child {
      width: calc(100% - 53.3rem);
      padding-top: 3.2rem; }
    .top_trouble-gp-item img {
      margin-top: -3.7rem;
      display: inline-block;
      width: 46.5rem; }
    .top_trouble-gp .title-default-01 {
      margin-bottom: -4rem; }
  .top_trouble-list-01 {
    gap: 1.3rem; }
    .top_trouble-list-01 li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 22.5rem;
      height: 22.5rem;
      border-radius: 100%;
      border: #9BD2EF solid 1px;
      color: #454545;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0;
      text-align: center;
      position: relative;
      z-index: 0; }
      .top_trouble-list-01 li a::before {
        content: "";
        position: absolute;
        width: calc(100% - 1.6rem);
        height: calc(100% - 1.6rem);
        top: .8rem;
        left: .8rem;
        z-index: -1;
        border-radius: 100%;
        opacity: 0.6;
        background: linear-gradient(0deg, #9bd2ef 0%, white 100%);
        transition: all 0.35s; }
      .top_trouble-list-01 li a:hover::before {
        opacity: 1; }
    .top_trouble-list-01 li:nth-child(2n) {
      margin-top: 5.2rem; }
    .top_trouble-list-01 li:nth-child(3n) {
      margin-top: 7.8rem; }

.top_medical {
  padding-top: 10rem;
  padding-bottom: 7.5rem;
  background: url(assets/img/medical-bg-01.jpg) no-repeat center;
  background-size: cover; }
  .top_medical .title-default-01 {
    margin-bottom: 13.6rem; }
  .top_medical-gp {
    position: relative;
    z-index: 0;
    margin-bottom: 13.5rem; }
    .top_medical-gp:last-child {
      margin-bottom: 0; }
    .top_medical-gp::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, #9bd2ef 0%, white 100%);
      opacity: 0.6; }
    .top_medical-gp:nth-child(2n)::before {
      background: url(assets/img/medical-bg-06.jpg) no-repeat center;
      background-size: cover;
      opacity: 1; }
    .top_medical-gp:nth-child(2n) .top_medical-gp-box:last-child::before {
      left: 8rem; }
    .top_medical-gp:nth-child(2n) .top_medical-gp-box .img {
      padding-left: 0; }
      .top_medical-gp:nth-child(2n) .top_medical-gp-box .img::before {
        left: -6rem;
        background-image: url(assets/img/medical-bg-07.png); }
    .top_medical-gp:nth-child(2n) .title-default-03 p {
      color: rgba(255, 255, 255, 0.37); }
    .top_medical-gp:nth-child(2n) .title-default-03 .title {
      color: #FFFFFF; }
    .top_medical-gp-box:first-child {
      width: 57.2rem; }
    .top_medical-gp-box:last-child {
      padding-top: 5.3rem;
      padding-left: 12.7rem;
      width: calc(100% - 57.2rem);
      position: relative;
      z-index: 0; }
      .top_medical-gp-box:last-child::before {
        content: "";
        position: absolute;
        width: 66.9rem;
        height: 37.8rem;
        top: .3rem;
        left: 5.7rem;
        z-index: -1;
        background: url(assets/img/medical-bg-05.png) no-repeat center;
        background-size: contain; }
    .top_medical-gp-box .img {
      position: relative;
      z-index: 0;
      padding-left: 15rem;
      margin-top: -7rem; }
      .top_medical-gp-box .img::before {
        content: "";
        position: absolute;
        width: 64.6rem;
        height: 50.8rem;
        bottom: 0;
        left: -1.6rem;
        z-index: -1;
        background: url(assets/img/medical-bg-02.png) no-repeat center;
        background-size: cover; }
      .top_medical-gp-box .img img {
        width: 100%;
        display: inline-block; }
    .top_medical-gp-box .txt-default-01 {
      max-width: 50.5rem;
      margin-bottom: 7rem; }
      .top_medical-gp-box .txt-default-01 p {
        line-height: 140%; }
    .top_medical-gp.vz-03 {
      margin-bottom: 0; }
  .top_medical-wrap {
    margin-bottom: 6rem; }

.top_feature {
  padding: 9.3rem 0 12rem;
  background: #F6F6F2 url(assets/img/feature-bg-07.png) no-repeat top -8rem right;
  background-size: 66.6rem; }
  .top_feature-block {
    margin-bottom: 8rem;
    background: url(assets/img/feature-bg-01.png) no-repeat center left; }
    .top_feature-block:last-child {
      margin-bottom: 0; }
    .top_feature-block.vz-01 {
      background-image: none;
      position: relative;
      z-index: 0; }
      .top_feature-block.vz-01::before {
        content: "";
        position: absolute;
        width: 69.3rem;
        height: 73.2rem;
        bottom: -20rem;
        left: 0;
        z-index: -1;
        background: url(assets/img/feature-bg-01.png) no-repeat center;
        background-size: contain; }
    .top_feature-block.vz-02 {
      background-image: url(assets/img/feature-bg-02.png);
      background-position: bottom -13.6rem right;
      margin-bottom: 0;
      padding-bottom: 15.5rem; }
    .top_feature-block.vz-03 {
      padding-top: 1.8rem;
      background-image: url(assets/img/feature-bg-03.png);
      background-position: center top;
      margin-bottom: 12.5rem;
      position: relative;
      z-index: 0; }
      .top_feature-block.vz-03::before {
        content: "";
        position: absolute;
        width: 64.7rem;
        height: 111.1rem;
        background: url(assets/img/feature-bg-06.png) no-repeat center;
        background-size: contain;
        top: 6rem;
        left: 0;
        z-index: -1;
        mix-blend-mode: multiply; }
    .top_feature-block.vz-04 {
      background-image: none; }
      .top_feature-block.vz-04 .top_feature-gp {
        max-width: 100%;
        width: 100%;
        margin-bottom: 3.7rem; }
  .top_feature-gp {
    max-width: 128rem;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto; }
    .top_feature-gp-box {
      position: relative; }
      .top_feature-gp-box:first-child {
        width: calc(100% - 58.8rem);
        z-index: 0;
        padding-left: 6.4rem; }
        .top_feature-gp-box:first-child::before {
          content: "";
          position: absolute;
          width: 8.8rem;
          height: 8.5rem;
          top: 11.5rem;
          left: .6rem;
          background: url(assets/img/feature-icon-01.png) no-repeat center;
          background-size: contain; }
        .top_feature-gp-box:first-child::after {
          content: "";
          position: absolute;
          width: calc(100% + 5rem);
          height: calc(100% - 13.4rem);
          bottom: 0;
          left: 0;
          z-index: -1;
          opacity: 0.36;
          background: linear-gradient(180deg, #9bd2ef 0%, rgba(255, 255, 255, 0) 100%);
          backdrop-filter: blur(16px);
          clip-path: polygon(3rem 0%, 100% 0, 100% 100%, 0% 100%); }
      .top_feature-gp-box:last-child {
        padding-top: 3.5rem;
        width: 58.8rem;
        z-index: 1; }
      .top_feature-gp-box .txt-default-01 p {
        line-height: 135%;
        margin-bottom: 4.5rem; }
      .top_feature-gp-box img {
        width: 100%; }
    .top_feature-gp-item {
      width: calc((100% - 6.001rem) / 2);
      margin-right: 6rem; }
      .top_feature-gp-item:nth-child(2n) {
        margin-right: 0; }
      .top_feature-gp-item .img {
        padding: 1.6rem;
        position: relative;
        z-index: 1;
        width: calc(100% - 2.2rem);
        backdrop-filter: blur(1.6rem); }
        .top_feature-gp-item .img::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: -1;
          opacity: 0.36;
          background: linear-gradient(0deg, #9bd2ef 0%, white 100%); }
        .top_feature-gp-item .img img {
          width: 100%; }
      .top_feature-gp-item .cont {
        position: relative;
        z-index: 0;
        padding: 3.5rem 2rem 3.7rem 4.2rem; }
        .top_feature-gp-item .cont::before {
          content: "";
          position: absolute;
          width: calc(100% - 2.2rem);
          height: calc(100% + 13.5rem);
          bottom: 0;
          right: 0;
          z-index: -1;
          background: url(assets/img/feature-bg-04.jpg) no-repeat center;
          background-size: cover; }
        .top_feature-gp-item .cont p {
          line-height: 135%;
          min-height: 14.5rem;
          margin-bottom: 2.7rem; }
      .top_feature-gp-item .top_feature-title-01 {
        margin-bottom: -2.2rem;
        position: relative;
        z-index: 2; }
        .top_feature-gp-item .top_feature-title-01 span:last-child {
          top: 1.4rem; }
    .top_feature-gp-field {
      position: relative;
      z-index: 0; }
      .top_feature-gp-field:nth-child(1), .top_feature-gp-field:nth-child(3) {
        width: calc((100% - 60rem) / 2); }
      .top_feature-gp-field:nth-child(2) {
        width: 60rem;
        padding: 0 2rem; }
        .top_feature-gp-field:nth-child(2)::before {
          content: "";
          position: absolute;
          width: calc(100% + 18rem);
          height: calc(100% - 2.5rem);
          bottom: 0;
          left: -9rem;
          z-index: -1;
          opacity: 0.36;
          background: linear-gradient(180deg, #9bd2ef 0%, rgba(255, 255, 255, 0) 100%); }
      .top_feature-gp-field .top_feature-title-01 {
        margin-top: -10.8rem;
        margin-bottom: 3.3rem; }
      .top_feature-gp-field p {
        line-height: 135%;
        margin-bottom: 5.4rem; }
      .top_feature-gp-field img {
        width: 100%; }
  .top_feature-title-01 {
    margin-bottom: 2.5rem;
    margin-left: 9rem; }
    .top_feature-title-01 span {
      color: rgba(55, 98, 120, 0.24);
      font-size: 4.5rem;
      font-weight: 400;
      line-height: 130%;
      letter-spacing: 0.2rem;
      font-family: "UTM Aptima"; }
      .top_feature-title-01 span:last-child {
        margin-left: .3rem;
        font-size: 12rem;
        color: rgba(36, 109, 147, 0.59);
        font-style: italic;
        position: relative;
        top: 2.2rem; }
  .top_feature-txt {
    position: absolute;
    bottom: 2rem;
    right: 8.5rem; }
    .top_feature-txt img {
      width: 26.7rem; }
    .top_feature-txt.vz-02 {
      right: 9.2rem;
      bottom: .3rem; }
      .top_feature-txt.vz-02 img {
        width: 29.2rem; }
    .top_feature-txt.vz-03 {
      bottom: 2.4rem; }
      .top_feature-txt.vz-03 img {
        width: 18.7rem; }
    .top_feature-txt.vz-04 {
      bottom: 3rem; }
      .top_feature-txt.vz-04 img {
        width: 20.1rem; }
    .top_feature-txt.vz-05 {
      bottom: 7.7rem;
      right: 3.5rem; }
      .top_feature-txt.vz-05 img {
        width: 25.2rem; }
  .top_feature-list {
    overflow: hidden; }
    .top_feature-list ul {
      display: flex;
      width: max-content;
      gap: 2.5rem;
      animation: slide-left 30s linear infinite; }
    .top_feature-list li {
      width: 35.4rem; }
      .top_feature-list li.vz-01 {
        width: 27.8rem;
        margin-top: 13.4rem; }
      .top_feature-list li.vz-02 {
        margin-top: 3.3rem; }
      .top_feature-list li.vz-03 {
        margin-top: 4.6rem; }
      .top_feature-list li.vz-05 {
        margin-top: 12.3rem; }
      .top_feature-list li img {
        width: 100%; }
  .top_feature .title-default-01 {
    margin-bottom: 3rem; }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.top_greeting {
  padding-top: 6.3rem;
  background: url(assets/img/greeting-bg-01.jpg) no-repeat center;
  background-size: cover; }
  .top_greeting-gp {
    width: calc(100% - 3rem);
    max-width: 164.5rem;
    margin-left: auto;
    margin-right: auto; }
    .top_greeting-gp-box {
      position: relative; }
      .top_greeting-gp-box:first-child {
        width: 43.5rem; }
      .top_greeting-gp-box:nth-child(2) {
        padding-top: 2.5rem;
        width: 80.5rem; }
        .top_greeting-gp-box:nth-child(2)::before {
          content: "";
          position: absolute;
          width: 71rem;
          height: 31.6rem;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          background: url(assets/img/greeting-bg-02.png) no-repeat center bottom;
          background-size: contain; }
      .top_greeting-gp-box:nth-child(3) {
        padding-top: 18.4rem;
        width: 39.8rem; }
      .top_greeting-gp-box .cont {
        padding-left: 11rem;
        padding-right: 5rem; }
        .top_greeting-gp-box .cont p {
          line-height: 135%;
          margin-bottom: 6.5rem; }
      .top_greeting-gp-box .top_greeting-txt {
        bottom: 8rem;
        right: 4.3rem;
        position: absolute; }
        .top_greeting-gp-box .top_greeting-txt img {
          width: 22.1rem; }
      .top_greeting-gp-box .author {
        position: absolute;
        display: flex;
        align-items: center;
        top: 10.5rem;
        left: 4.6rem; }
        .top_greeting-gp-box .author .item {
          color: #FFFFFF;
          font-size: 3.5rem;
          font-weight: 500;
          line-height: 122%;
          letter-spacing: 0;
          writing-mode: vertical-lr; }
          .top_greeting-gp-box .author .item:nth-child(2) {
            font-size: 2.5rem; }
      .top_greeting-gp-box img {
        width: 100%;
        display: block; }

.top_column {
  padding: 9.5rem 0 8.7rem;
  background: url(assets/img/medical-bg-01.jpg) no-repeat center;
  background-size: cover; }
  .top_column-list {
    gap: 3.3rem; }
    .top_column-list li {
      width: calc((100% - 9.901rem) / 4); }
      .top_column-list li .img {
        display: block;
        margin-bottom: 2rem; }
      .top_column-list li img {
        width: 100%; }
      .top_column-list li .date {
        background: #9BD2EF;
        padding: 0 1rem;
        color: #FFFFFF;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0; }
      .top_column-list li .title {
        color: #246D93;
        font-size: 2rem;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0;
        margin-top: .7rem;
        margin-bottom: .9rem; }
      .top_column-list li .excerpt {
        color: #454545;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: 0; }
        .top_column-list li .excerpt a {
          text-decoration: underline; }
          .top_column-list li .excerpt a:hover {
            text-decoration: none; }
  .top_column-main {
    padding: 6rem 0 7.7rem;
    background: url(assets/img/column-bg-01.png) no-repeat center;
    background-size: cover;
    margin-bottom: 6rem; }
  .top_column .title-default-01 {
    margin-bottom: 3.2rem; }

.top_instagram {
  position: relative;
  background: url(assets/img/instagram-bg-01.jpg) no-repeat center;
  background-size: cover;
  padding: 7.2rem 0 7.8rem;
  z-index: 0; }
  .top_instagram::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 2.5rem;
    left: 0;
    background: #FFFFFF;
    z-index: -1; }
  .top_instagram::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 2.5rem;
    left: 0;
    background: #FFFFFF;
    z-index: -1; }
  .top_instagram .img {
    position: relative; }
    .top_instagram .img::before {
      content: "";
      position: absolute;
      width: 16rem;
      height: 16rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 100%;
      background: url(assets/img/instagram-bg-02.png) no-repeat center;
      background-size: cover;
      box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25); }
    .top_instagram .img::after {
      content: "";
      position: absolute;
      width: 6.9rem;
      height: 6.8rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url(assets/img/icon-instagram.svg) no-repeat center;
      background-size: contain; }

.top_maps iframe {
  width: 100%;
  height: 49.5rem;
  border: 0;
  vertical-align: top; }

.rowbox-item.vz-doctor {
  position: relative; }
  .rowbox-item.vz-doctor .author {
    position: absolute;
    top: 5rem;
    left: 3rem;
    display: flex;
    align-items: center;
    background: #246D93;
    border-radius: 1rem;
    padding: 2rem 1rem; }
    .rowbox-item.vz-doctor .author .item {
      color: #FFFFFF;
      font-size: 3.5rem;
      font-weight: 500;
      line-height: 122%;
      letter-spacing: 0;
      writing-mode: vertical-lr; }
      .rowbox-item.vz-doctor .author .item:nth-child(2) {
        font-size: 2.5rem; }

@media (min-width: 960.5px) {
  .top_medical-gp:nth-child(2n) .top_medical-gp-box:first-child {
    order: 1;
    padding-right: 15.1rem; }
  .top_medical-gp.vz-02 .top_medical-gp-box:last-child {
    padding-top: 8.5rem;
    padding-left: 15rem; }
  .top_medical-gp.vz-02 .top_medical-gp-box .txt-default-01 {
    max-width: 53.5rem; }
  .top_medical-gp.vz-02 .top_medical-gp-box .title-default-03 {
    margin-bottom: 4.1rem; }
  .top_medical-gp.vz-04 .top_medical-gp-box:last-child {
    padding-top: 6.2rem;
    padding-left: 15rem; }
  .top_medical-gp.vz-04 .top_medical-gp-box .title-default-03 {
    margin-bottom: 3.2rem; }

  .top_feature-block.vz-02 .top_feature-gp-box:first-child {
    order: 1;
    padding-left: 2.8rem; }
    .top_feature-block.vz-02 .top_feature-gp-box:first-child::before {
      transform: scaleX(-1);
      left: auto;
      right: .7rem; }
    .top_feature-block.vz-02 .top_feature-gp-box:first-child::after {
      clip-path: polygon(0 0%, calc(100% - 3rem) 0, 100% 100%, 0% 100%);
      left: -5rem; }
  .top_feature-block.vz-02 .txt-default-01 {
    max-width: 56rem; }
  .top_feature-block.vz-02 .top_feature-title-01 {
    margin-left: 16.2rem; }

  .top_feature-block.vz-01 .top_feature-gp-box:first-child::after, .top_feature-block.vz-02 .top_feature-gp-box:first-child::after {
    background: url(assets/img/feature-bg-05.png) no-repeat center;
    background-size: cover;
    opacity: 1; }

  .top_feature-gp-item .cont {
    min-height: 45.6rem; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .mv-img img {
    width: 38rem; }

  .mv-cont h2 .item {
    font-size: 5rem; }

  .mv-cont p::before {
    left: 2.2rem; }
  .mv-cont p::after {
    right: 2.2rem; }

  .top_reason-gp-item:first-child {
    width: 70rem; }
  .top_reason-gp-item:last-child {
    width: calc(100% - 70rem); }
    .top_reason-gp-item:last-child::before {
      width: 38rem; }
  .top_reason-gp-item .block {
    padding-left: 4rem; }
  .top_reason-gp-item .img {
    width: 60rem; }

  .top_trouble-gp-item:first-child {
    width: 40rem; }
  .top_trouble-gp-item:last-child {
    width: calc(100% - 40rem); }
  .top_trouble-list-01 li a {
    width: 18.5rem;
    height: 18.5rem; }

  .top_feature-txt.vz-05 {
    bottom: 0; }

  .top_greeting-gp-box {
    width: calc((100% - 57rem) / 2); }
    .top_greeting-gp-box:nth-child(2) {
      width: 57rem; }
    .top_greeting-gp-box .cont {
      padding-left: 3rem;
      padding-right: 3rem; }

  .top_instagram .img::before {
    width: 10rem;
    height: 10rem; }
  .top_instagram .img::after {
    width: 5rem;
    height: 5rem; } }
@media (max-width: 960px) {
  .mv-view .slick-slide img {
    height: 40rem;
    width: 100%; }
  .mv-cont {
    top: 24rem;
    width: 100%;
    padding: 0 1.5rem; }
    .mv-cont::before {
      width: 30rem;
      height: 15rem; }
    .mv-cont h2 {
      margin-bottom: 2rem;
      align-items: center; }
      .mv-cont h2::before {
        width: 2rem; }
      .mv-cont h2::after {
        right: -1rem;
        width: 3rem; }
      .mv-cont h2 .item {
        font-size: 3rem;
        padding: .2rem 1rem; }
        .mv-cont h2 .item:first-child {
          margin-right: 0; }
          .mv-cont h2 .item:first-child::before {
            width: calc(100% - 1rem); }
    .mv-cont p {
      font-size: 1.5rem; }
      .mv-cont p::before {
        left: 0;
        width: 4rem;
        height: 4rem; }
      .mv-cont p::after {
        width: 4rem;
        height: 4rem;
        right: 0; }
  .mv-img {
    position: relative;
    left: 0;
    bottom: -2rem;
    text-align: center; }

  .top_reason {
    padding: 5rem 1.5rem 0; }
    .top_reason::before {
      content: none; }
    .top_reason-gp-item:first-child {
      width: 100%; }
    .top_reason-gp-item:last-child {
      width: 100%; }
      .top_reason-gp-item:last-child::before {
        height: 37rem; }
    .top_reason-gp-item .title-default-01 {
      padding-left: 0; }
    .top_reason-gp-item .btn-default-01 {
      padding-right: 0; }
    .top_reason-gp-item .block {
      padding: 1.5rem; }
      .top_reason-gp-item .block::before {
        width: 100%; }
      .top_reason-gp-item .block::after {
        width: 100%; }
      .top_reason-gp-item .block p {
        line-height: 185%; }
    .top_reason-gp-item .img {
      width: 100%;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      .top_reason-gp-item .img::before {
        width: 20rem;
        height: 37rem;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 2rem 100%); }
      .top_reason-gp-item .img::after {
        height: 37rem;
        width: 20rem;
        clip-path: polygon(0 0, 100% 0, calc(100% - 6rem) 100%, 0 100%); }

  .top_trouble {
    padding-bottom: 4rem; }
    .top_trouble-gp-item:first-child {
      width: 100%;
      text-align: center; }
    .top_trouble-gp-item:last-child {
      width: 100%; }
    .top_trouble-gp .title-default-01 {
      margin-bottom: 2rem; }
    .top_trouble-list-01 {
      justify-content: center; }
      .top_trouble-list-01 li:nth-child(3n) {
        margin-top: 0; }
      .top_trouble-list-01 li:nth-child(2n) {
        margin-top: 2rem; }
      .top_trouble-list-01 li a {
        font-size: 1.5rem;
        width: 16rem;
        height: 16rem; }

  .top_medical {
    padding-top: 5rem; }
    .top_medical-gp {
      margin-bottom: 10rem; }
      .top_medical-gp-box:first-child {
        width: 100%; }
      .top_medical-gp-box:last-child {
        width: 100%;
        padding-top: 3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
        .top_medical-gp-box:last-child::before {
          width: calc(100% - 3rem);
          left: 1.5rem;
          height: 17.8rem; }
      .top_medical-gp-box .img {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-top: -3rem; }
        .top_medical-gp-box .img::before {
          width: 100%;
          height: 27rem;
          left: 0; }
      .top_medical-gp-box .txt-default-01 {
        margin-bottom: 2rem;
        max-width: 100%; }
        .top_medical-gp-box .txt-default-01 p {
          line-height: 185%; }
      .top_medical-gp:nth-child(2n) .top_medical-gp-box:last-child::before {
        left: 0; }
      .top_medical-gp:nth-child(2n) .top_medical-gp-box .img::before {
        left: 0; }
    .top_medical .title-default-01 {
      margin-bottom: 7rem; }

  .top_feature {
    padding: 5rem 0 6rem;
    background-size: 25rem; }
    .top_feature-gp-box:first-child {
      width: 100%;
      padding-left: 3rem;
      padding-right: 1.5rem; }
      .top_feature-gp-box:first-child::before {
        width: 5rem;
        height: 5rem;
        top: 5.5rem; }
      .top_feature-gp-box:first-child::after {
        width: 100%;
        height: calc(100% - 7rem);
        clip-path: polygon(2rem 0%, 100% 0, 100% 100%, 0% 100%); }
    .top_feature-gp-box:last-child {
      width: 100%; }
    .top_feature-gp-box .txt-default-01 p {
      line-height: 185%;
      margin-bottom: 2rem; }
    .top_feature-gp-item {
      width: 100%;
      margin-right: 0; }
      .top_feature-gp-item .img {
        padding: 1rem;
        width: calc(100% - 1rem); }
      .top_feature-gp-item .cont {
        padding: 2rem 1rem 2rem 2rem; }
        .top_feature-gp-item .cont::before {
          width: calc(100% - 1rem); }
        .top_feature-gp-item .cont p {
          line-height: 185%;
          min-height: auto; }
    .top_feature-gp-field:nth-child(1), .top_feature-gp-field:nth-child(3) {
      width: 100%; }
    .top_feature-gp-field:nth-child(3) {
      padding-left: 5rem; }
    .top_feature-gp-field:nth-child(2) {
      width: 100%; }
      .top_feature-gp-field:nth-child(2)::before {
        width: 100%;
        left: 0;
        height: 100%; }
    .top_feature-gp-field .top_feature-title-01 {
      margin-top: 0; }
    .top_feature-gp-field p {
      line-height: 185%;
      margin-bottom: 2rem; }
    .top_feature-block {
      margin-bottom: 3rem; }
      .top_feature-block.vz-02 {
        padding-bottom: 6rem; }
      .top_feature-block.vz-03 {
        margin-bottom: 6rem; }
    .top_feature-list ul {
      gap: 1rem; }
    .top_feature-list li {
      width: 20rem; }
      .top_feature-list li.vz-01 {
        width: 17rem; }
    .top_feature-txt {
      position: relative;
      bottom: 0;
      right: 0;
      margin-top: 2rem;
      text-align: right; }
      .top_feature-txt img {
        display: inline-block; }
      .top_feature-txt.vz-02 {
        right: 0;
        bottom: 0; }
      .top_feature-txt.vz-03 {
        bottom: 0; }
      .top_feature-txt.vz-04 {
        bottom: 0; }
      .top_feature-txt.vz-05 {
        bottom: 0;
        right: 0; }
    .top_feature-title-01 {
      margin-left: 0;
      text-align: center;
      margin-bottom: 1.5rem; }
      .top_feature-title-01 span {
        font-size: 2.5rem;
        letter-spacing: 0; }
        .top_feature-title-01 span:last-child {
          font-size: 6rem;
          top: 1rem; }
    .top_feature .title-default-01 {
      margin-bottom: 0; }

  .top_feature-block.vz-01::before {
    width: 100%; }

  .top_feature-block.vz-03::before {
    width: 100%; }

  .top_greeting-gp-box .cont {
    padding-left: 0;
    padding-right: 0; }
    .top_greeting-gp-box .cont p {
      line-height: 185%;
      margin-bottom: 2rem; }
  .top_greeting-gp-box:first-child {
    width: 100%; }
  .top_greeting-gp-box:nth-child(2) {
    width: 100%; }
    .top_greeting-gp-box:nth-child(2)::before {
      width: 100%; }
  .top_greeting-gp-box:nth-child(3) {
    width: 100%;
    padding-top: 5rem; }
  .top_greeting-gp-box .author .item {
    font-size: 2.5rem; }
    .top_greeting-gp-box .author .item:nth-child(2) {
      font-size: 1.8rem; }
  .top_greeting-gp-box .top_greeting-txt {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 2rem;
    text-align: right; }

  .top_column {
    padding: 5rem 0 6rem; }
    .top_column-list {
      gap: 2rem 1rem; }
      .top_column-list li {
        width: calc((100% - 1.001rem) / 2); }
        .top_column-list li .title {
          font-size: 1.5rem; }
        .top_column-list li .date {
          font-size: 1.3rem; }
        .top_column-list li .excerpt {
          font-size: 1.3rem; }
    .top_column-main {
      padding: 0 0 4rem;
      background-image: none;
      margin-bottom: 0; }

  .top_instagram {
    padding: 5rem 0; }
    .top_instagram .img::before {
      width: 7rem;
      height: 7rem; }
    .top_instagram .img::after {
      width: 4rem;
      height: 4rem; }

  .rowbox-item.vz-doctor .author .item {
    font-size: 2.5rem; }
    .rowbox-item.vz-doctor .author .item:nth-child(2) {
      font-size: 1.8rem; }

  .top_maps iframe {
    height: 30rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .mv-cont h2::before {
    left: 18rem; }
  .mv-cont h2::after {
    right: 18rem; }
  .mv-cont p::before {
    left: 20rem; }
  .mv-cont p::after {
    right: 20rem; }

  .top_reason-gp-item:last-child {
    padding: 0 10rem; }
  .top_reason-gp-item .img {
    padding: 0 10rem; }

  .top_trouble-list-01 {
    justify-content: center;
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto; }

  .top_medical-gp-box .img {
    padding: 0 20rem; }
    .top_medical-gp-box .img::before {
      width: 56rem;
      height: 44rem;
      left: 4rem; }
  .top_medical-gp:nth-child(2n) .top_medical-gp-box .img {
    padding-left: 20rem; }
    .top_medical-gp:nth-child(2n) .top_medical-gp-box .img::before {
      left: 14rem; }

  .top_greeting-gp-box:first-child, .top_greeting-gp-box:nth-child(3) {
    text-align: center; }
    .top_greeting-gp-box:first-child img, .top_greeting-gp-box:nth-child(3) img {
      width: 42rem;
      margin-left: auto;
      margin-right: auto; }
  .top_greeting-gp-box .author {
    left: 21rem; }

  .rowbox-item.vz-doctor .author {
    top: 12rem;
    left: 19rem; }
  .rowbox-item.vz-doctor img {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto; } }
:root {
  --main-color: #246D93;
  --main-color-white: #ffffff;
  --main-color-rgb: 34, 139, 230;
  --size-v1: 3.5rem;
  --size-v2: 3rem;
  --size-v3: 2.2rem;
  --size-p: 1.6rem;
  --letter-spacing-default: 0.05rem;
  --padding-20: 2rem;
  --padding-x15y0: 1.5rem 0rem;
  --relative-position: relative;
  --font-default: "Noto Serif JP", serif; }

@media (max-width: 960px) {
  :root {
    --size-v1: 2.4rem;
    --size-v2: 2.2rem;
    --size-v3: 2rem;
    --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-default);
  text-align: center;
  position: relative;
  margin-bottom: 5rem; }
  .title_v1::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10rem;
    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: 6rem; } }

.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-default);
  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; }
  .title_v2.version_v2 {
    background-color: transparent;
    color: var(--main-color);
    font-size: 2.5rem;
    padding: 2rem 0 1rem;
    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: 1.3rem 1.5rem;
      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-default); }
  .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_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: 2rem 1.5rem;
    color: var(--main-color);
    font-family: var(--font-default); }
  .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; }
  @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_v2 {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-default);
  margin: 4rem 0 7rem;
  border: .4rem double #cccccc; }
  .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: 2rem 1.5rem;
    color: var(--main-color);
    font-family: var(--font-default); }
  .table_v2 th {
    width: 22rem;
    font-weight: 700; }
  .table_v2 td {
    color: #454545; }
  .table_v2 th,
  .table_v2 td {
    border-bottom: 1px solid #cccccc; }
    .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 #cccccc; }
  @media (max-width: 960px) {
    .table_v2 {
      margin-top: 2rem;
      margin-bottom: 5rem;
      border: .1rem double #cccccc; }
      .table_v2 th {
        width: 5rem; }
      .table_v2 th,
      .table_v2 td {
        padding: 5px; }
      .table_v2 td {
        font-size: 14px; } }

.mapsbox {
  width: 100%;
  height: 50rem;
  margin: 4rem 0 7rem;
  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: 5rem;
      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; }

.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; } }

.mgt--5rem {
  margin-top: -7rem; }
  @media (max-width: 960px) {
    .mgt--5rem {
      margin-top: -5rem; } }

.mgb-2rem {
  margin-bottom: 2rem; }

.mgt-2rem {
  margin-top: 2rem; }

.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; } }

@media (max-width: 960px) {
  .mg-sp-0rem {
    margin: 0rem !important; } }

@media (max-width: 960px) {
  .u-pc {
    display: none !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 6rem; }
  .box-content-01 p:not(:last-child) {
    margin-bottom: 1rem; }
  .box-content-01 .rowbox {
    margin: 0; }
@media (max-width: 960px) {
  .box-content-01 {
    padding: 2.5rem 2rem; }
    .box-content-01 .rowbox {
      flex-direction: column-reverse; } }

.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 {
  margin-top: 4rem;
  margin-bottom: 7rem;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2);
  background-color: rgba(27, 32, 101, 0.04);
  padding: 5rem; }
  .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); }

@media (max-width: 960px) {
  .table_v1 tr {
    border-bottom: 0; }
    .table_v1 tr:first-child {
      border-top: 0; } }
.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; }

.mr-1-5 {
  margin-right: 1.5rem; }

.p-3 {
  padding: 3rem; }

.faq_title {
  border: 0 !important;
  outline: 0 !important;
  width: 100% !important;
  left: 0 !important;
  position: relative;
  border-radius: 0.5rem; }
  .faq_title::before {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 1rem;
    background-color: #fff;
    clip-path: polygon(100% 0, 0 0, 50% 100%); }

.table_v1.vz-02 tr, .table_v1.vz-03 tr {
  border: 0; }
.table_v1.vz-02 td, .table_v1.vz-02 th, .table_v1.vz-03 td, .table_v1.vz-03 th {
  border: #CCCCCC solid 1px; }

@media (max-width: 960px) {
  .mt--5 {
    margin-top: -3.5rem; }

  .faq_title {
    padding-right: 3rem; }
    .faq_title::before {
      right: 1rem; }

  .faq_desc {
    padding: 2rem; }

  .table_v1.vz-02 th, .table_v1.vz-02 td {
    float: initial;
    width: calc((100% - 10rem) / 2);
    padding: 1rem 0.5rem; }
    .table_v1.vz-02 th:last-child, .table_v1.vz-02 td:last-child {
      width: 10rem; }
  .table_v1.vz-03 th, .table_v1.vz-03 td {
    float: initial;
    padding: 1rem 0.5rem;
    width: auto; }
    .table_v1.vz-03 th:last-child, .table_v1.vz-03 td:last-child {
      width: 12rem; } }

/*# sourceMappingURL=style.css.map */
