@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Tamil:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&display=swap");
html {
  font-size: 0.521vw; }
  @media (max-width: 1440px) and (min-width: 961px) {
    html {
      font-size: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.grid-1670 {
  max-width: 170rem; }
.grid-1440 {
  max-width: 147rem; }
.grid-1400 {
  max-width: 143rem; }
.grid-1300 {
  max-width: 133rem; }
.grid-1240 {
  max-width: 127rem; }
.grid-1200 {
  max-width: 123rem; }

p {
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .115rem;
  color: #333333; }

p.has-text-align-center {
  text-align: center; }

#page_top {
  position: absolute;
  top: 57.7rem;
  right: 5.5rem;
  width: 12rem;
  height: 5rem;
  padding: .5rem;
  opacity: 0;
  border: 0;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  color: #4A3E35;
  text-align: right;
  background: #FFFFFF url(assets/img/page-top.png) no-repeat center left 0.5rem;
  background-size: 1.7rem;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  #page_top.fixed {
    position: fixed;
    top: auto;
    bottom: 3rem; }
  @media (max-width: 960px) {
    #page_top {
      right: 1.5rem;
      top: -5.5rem;
      font-size: 1.2rem;
      width: 8rem;
      background-position: center top .6rem;
      padding-top: 2.2rem; }
      #page_top.fixed {
        bottom: 7rem; } }

.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 {
    font-size: var(--size-p); } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: .022rem;
    line-height: 185%;
    text-align: justify;
    font-size: 1.5rem; } }
:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex;
  flex-wrap: wrap; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.d-none {
  display: none; }

.pos-static {
  position: static; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-fixed {
  position: fixed; }

.pos-sticky {
  position: sticky; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.overflow-visible {
  overflow: visible; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.visibility-visible {
  visibility: visible; }

.visibility-hidden {
  visibility: hidden; }

.visibility-collapse {
  visibility: collapse; }

.cursor-auto {
  cursor: auto; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.cursor-not-allowed {
  cursor: not-allowed; }

.cursor-grab {
  cursor: grab; }

.object-contain {
  object-fit: contain; }

.object-cover {
  object-fit: cover; }

.object-fill {
  object-fit: fill; }

.object-none {
  object-fit: none; }

.object-scale-down {
  object-fit: scale-down; }

.border-0 {
  border-width: 0px; }

.border-1 {
  border-width: 1px; }

.border-2 {
  border-width: 2px; }

.border-4 {
  border-width: 4px; }

.border-solid {
  border-style: solid; }

.border-dashed {
  border-style: dashed; }

.border-none {
  border: none; }

.radius-0 {
  border-radius: 0px; }

.radius-4 {
  border-radius: 4px; }

.radius-8 {
  border-radius: 8px; }

.radius-16 {
  border-radius: 16px; }

.radius-24 {
  border-radius: 24px; }

.radius-50 {
  border-radius: 50px; }

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.01; }

.opacity-2 {
  opacity: 0.02; }

.opacity-3 {
  opacity: 0.03; }

.opacity-4 {
  opacity: 0.04; }

.opacity-5 {
  opacity: 0.05; }

.opacity-6 {
  opacity: 0.06; }

.opacity-7 {
  opacity: 0.07; }

.opacity-8 {
  opacity: 0.08; }

.opacity-9 {
  opacity: 0.09; }

.opacity-10 {
  opacity: 0.1; }

.opacity-11 {
  opacity: 0.11; }

.opacity-12 {
  opacity: 0.12; }

.opacity-13 {
  opacity: 0.13; }

.opacity-14 {
  opacity: 0.14; }

.opacity-15 {
  opacity: 0.15; }

.opacity-16 {
  opacity: 0.16; }

.opacity-17 {
  opacity: 0.17; }

.opacity-18 {
  opacity: 0.18; }

.opacity-19 {
  opacity: 0.19; }

.opacity-20 {
  opacity: 0.2; }

.opacity-21 {
  opacity: 0.21; }

.opacity-22 {
  opacity: 0.22; }

.opacity-23 {
  opacity: 0.23; }

.opacity-24 {
  opacity: 0.24; }

.opacity-25 {
  opacity: 0.25; }

.opacity-26 {
  opacity: 0.26; }

.opacity-27 {
  opacity: 0.27; }

.opacity-28 {
  opacity: 0.28; }

.opacity-29 {
  opacity: 0.29; }

.opacity-30 {
  opacity: 0.3; }

.opacity-31 {
  opacity: 0.31; }

.opacity-32 {
  opacity: 0.32; }

.opacity-33 {
  opacity: 0.33; }

.opacity-34 {
  opacity: 0.34; }

.opacity-35 {
  opacity: 0.35; }

.opacity-36 {
  opacity: 0.36; }

.opacity-37 {
  opacity: 0.37; }

.opacity-38 {
  opacity: 0.38; }

.opacity-39 {
  opacity: 0.39; }

.opacity-40 {
  opacity: 0.4; }

.opacity-41 {
  opacity: 0.41; }

.opacity-42 {
  opacity: 0.42; }

.opacity-43 {
  opacity: 0.43; }

.opacity-44 {
  opacity: 0.44; }

.opacity-45 {
  opacity: 0.45; }

.opacity-46 {
  opacity: 0.46; }

.opacity-47 {
  opacity: 0.47; }

.opacity-48 {
  opacity: 0.48; }

.opacity-49 {
  opacity: 0.49; }

.opacity-50 {
  opacity: 0.5; }

.opacity-51 {
  opacity: 0.51; }

.opacity-52 {
  opacity: 0.52; }

.opacity-53 {
  opacity: 0.53; }

.opacity-54 {
  opacity: 0.54; }

.opacity-55 {
  opacity: 0.55; }

.opacity-56 {
  opacity: 0.56; }

.opacity-57 {
  opacity: 0.57; }

.opacity-58 {
  opacity: 0.58; }

.opacity-59 {
  opacity: 0.59; }

.opacity-60 {
  opacity: 0.6; }

.opacity-61 {
  opacity: 0.61; }

.opacity-62 {
  opacity: 0.62; }

.opacity-63 {
  opacity: 0.63; }

.opacity-64 {
  opacity: 0.64; }

.opacity-65 {
  opacity: 0.65; }

.opacity-66 {
  opacity: 0.66; }

.opacity-67 {
  opacity: 0.67; }

.opacity-68 {
  opacity: 0.68; }

.opacity-69 {
  opacity: 0.69; }

.opacity-70 {
  opacity: 0.7; }

.opacity-71 {
  opacity: 0.71; }

.opacity-72 {
  opacity: 0.72; }

.opacity-73 {
  opacity: 0.73; }

.opacity-74 {
  opacity: 0.74; }

.opacity-75 {
  opacity: 0.75; }

.opacity-76 {
  opacity: 0.76; }

.opacity-77 {
  opacity: 0.77; }

.opacity-78 {
  opacity: 0.78; }

.opacity-79 {
  opacity: 0.79; }

.opacity-80 {
  opacity: 0.8; }

.opacity-81 {
  opacity: 0.81; }

.opacity-82 {
  opacity: 0.82; }

.opacity-83 {
  opacity: 0.83; }

.opacity-84 {
  opacity: 0.84; }

.opacity-85 {
  opacity: 0.85; }

.opacity-86 {
  opacity: 0.86; }

.opacity-87 {
  opacity: 0.87; }

.opacity-88 {
  opacity: 0.88; }

.opacity-89 {
  opacity: 0.89; }

.opacity-90 {
  opacity: 0.9; }

.opacity-91 {
  opacity: 0.91; }

.opacity-92 {
  opacity: 0.92; }

.opacity-93 {
  opacity: 0.93; }

.opacity-94 {
  opacity: 0.94; }

.opacity-95 {
  opacity: 0.95; }

.opacity-96 {
  opacity: 0.96; }

.opacity-97 {
  opacity: 0.97; }

.opacity-98 {
  opacity: 0.98; }

.opacity-99 {
  opacity: 0.99; }

.opacity-100 {
  opacity: 1; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-10 {
  z-index: 10; }

.z-11 {
  z-index: 11; }

.z-12 {
  z-index: 12; }

.z-13 {
  z-index: 13; }

.z-14 {
  z-index: 14; }

.z-15 {
  z-index: 15; }

.z-16 {
  z-index: 16; }

.z-17 {
  z-index: 17; }

.z-18 {
  z-index: 18; }

.z-19 {
  z-index: 19; }

.z-20 {
  z-index: 20; }

.z-21 {
  z-index: 21; }

.z-22 {
  z-index: 22; }

.z-23 {
  z-index: 23; }

.z-24 {
  z-index: 24; }

.z-25 {
  z-index: 25; }

.z-26 {
  z-index: 26; }

.z-27 {
  z-index: 27; }

.z-28 {
  z-index: 28; }

.z-29 {
  z-index: 29; }

.z-30 {
  z-index: 30; }

.z-31 {
  z-index: 31; }

.z-32 {
  z-index: 32; }

.z-33 {
  z-index: 33; }

.z-34 {
  z-index: 34; }

.z-35 {
  z-index: 35; }

.z-36 {
  z-index: 36; }

.z-37 {
  z-index: 37; }

.z-38 {
  z-index: 38; }

.z-39 {
  z-index: 39; }

.z-40 {
  z-index: 40; }

.z-41 {
  z-index: 41; }

.z-42 {
  z-index: 42; }

.z-43 {
  z-index: 43; }

.z-44 {
  z-index: 44; }

.z-45 {
  z-index: 45; }

.z-46 {
  z-index: 46; }

.z-47 {
  z-index: 47; }

.z-48 {
  z-index: 48; }

.z-49 {
  z-index: 49; }

.z-50 {
  z-index: 50; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-nowrap {
  white-space: nowrap; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.transition {
  transition: all 0.3s ease; }

.transition-fast {
  transition: all 0.15s ease; }

.transition-slow {
  transition: all 0.6s ease; }

@media (max-width: 576px) {
  .sm\\:d-none {
    display: none; }

  .sm\\:text-center {
    text-align: center; } }
@media (max-width: 768px) {
  .md\\:d-none {
    display: none; }

  .md\\:text-center {
    text-align: center; } }
@media (max-width: 1024px) {
  .lg\\:d-none {
    display: none; }

  .lg\\:text-center {
    text-align: center; } }
@media (max-width: 1280px) {
  .xl\\:d-none {
    display: none; }

  .xl\\:text-center {
    text-align: center; } }
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  object-fit: cover; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  line-height: 1.6;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease; }

[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative; }

.hv-o {
  transition: ease all 0.35s; }
  .hv-o:hover {
    opacity: 0.85; }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.hero-banner__content {
  position: relative;
  width: 100%;
  height: auto; }
.hero-banner__image {
  width: 100%;
  display: block;
  height: 40rem;
  overflow: hidden;
  position: relative; }
  .hero-banner__image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #288b4b;
    opacity: 0.46;
    z-index: 1; }
  .hero-banner__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    vertical-align: top;
    filter: blur(0.2rem); }
.hero-banner__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 35rem;
  padding: 2rem 4rem;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0); }
  .hero-banner__title .ja {
    font-size: 2.8rem;
    line-height: 150%;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 5px #000; }

@media (max-width: 960px) {
  .main_page #toc_container a {
    font-size: 1.5rem; }

  .hero-banner__image {
    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.6rem; }
    .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: #63B8A0 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: #63B8A0;
  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: #63B8A0 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: #63B8A0; }

.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(99, 184, 160, 0.2); }
    .news-list li:nth-child(odd) {
      background: #63b8a0; }
      .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(99, 184, 160, 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.6rem;
        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.6rem;
        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: #63B8A0 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: #63B8A0;
        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 #63B8A0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.55rem;
      color: #63B8A0;
      font-size: 1.6rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.35s ease; }
    .news-pagination .wp-pagenavi a:hover,
    .news-pagination .wp-pagenavi .current {
      background: #63B8A0;
      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: #63B8A0;
      transition: ease-in-out .3s; }
      @media (min-width: 768px) {
        .column-list__box .cate-item a:hover {
          background-color: rgba(99, 184, 160, 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;
  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: #63B8A0;
  transition: ease-in-out .3s; }
.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: #63B8A0; }
.column-list__excerpt {
  font-size: 1.6rem;
  font-weight: 500; }

.single-post__header {
  background-color: rgba(99, 184, 160, 0.1); }
.single-post__title {
  font-size: 3.2rem;
  color: #63B8A0;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.single-post__date {
  font-size: 1.6rem;
  color: #63B8A0;
  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.6rem;
    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: "Noto Serif Tamil", serif;
    color: #ffffff;
    border: 0.1rem solid #63B8A0;
    border-radius: 3.3rem;
    background: #63B8A0;
    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: #63B8A0; }
  .single-post__nav--alt .single-post__nav-item a,
  .single-post__nav--alt .single-post__nav-item span {
    border-color: #63B8A0; }
  .single-post__nav--alt .single-post__nav-item a:hover {
    background: #63B8A0; }

@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: #63B8A0; }

.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.6rem;
        font-weight: 500;
        line-height: 175%;
        color: #63B8A0;
        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: #63B8A0; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(99, 184, 160, 0.1);
        border: #63B8A0 solid 1px; }
        .catalogue-list.style-4button ul li a::before, .catalogue-list.style-4button ul li a::after {
          content: none; }
        @media (max-width: 767px) {
          .catalogue-list.style-4button ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            height: 100%;
            padding: 1rem; } }

@media (max-width: 960px) {
  .catalogue-list ul li a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .catalogue-list.style-4button ul li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .catalogue-list.style-4button ul li:nth-child(2n) {
      margin-right: 0; } }
.main_page #toc_container {
  width: calc(100% - 3rem);
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 5rem;
  padding: 2rem 0rem;
  margin-bottom: 8rem;
  background: transparent;
  border: 0; }
  .main_page #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 1rem;
    font-size: var(--size-v4);
    color: #63B8A0; }
  .main_page #toc_container a {
    font-size: var(--size-p);
    position: relative;
    padding-left: 2.5rem; }
    .main_page #toc_container a::before {
      content: "";
      width: 1.5rem;
      height: 1.5rem;
      background-color: #63B8A0;
      position: absolute;
      left: 0;
      top: .6rem;
      border-radius: .3rem; }
.main_page .toc_list,
.main_page .toc_title {
  width: 53%; }
.main_page .toc_title {
  padding-left: 1rem !important; }
.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-left: 1rem !important;
        padding-right: 1.5rem !important; } }
  .main_page .toc_list::before {
    content: "";
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 9rem);
    top: -7rem;
    left: -1.4rem;
    background-color: rgba(99, 184, 160, 0.1);
    border: #63B8A0 solid 1px;
    z-index: -1;
    border-radius: 1rem; }
.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;
    padding-left: 2rem; }
    .main_page #toc_container a::before {
      width: 1.2rem;
      height: 1.2rem; } }
@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 0; }
    .main_page #toc_container .toc_title {
      font-size: 1.6rem;
      padding-left: 0 !important; }
    .main_page #toc_container .toc_list::before {
      left: -1.5rem;
      top: -6.3rem;
      width: calc(100% + 3rem); }
  .main_page .toc_list,
  .main_page .toc_title {
    width: 100%; } }
.author-gp {
  border: #63B8A0 solid 1px;
  border-radius: .5rem;
  padding: 2.5rem; }
  .author-gp-item:first-child {
    padding-right: 4rem;
    width: calc(100% - 37rem); }
  .author-gp-item:last-child {
    width: 37rem; }
    .author-gp-item:last-child img {
      width: 100%; }
  .author-gp-item p {
    margin-bottom: 1.5rem;
    font-weight: 400; }
.author-field {
  gap: 3rem; }
  .author-field-item {
    width: calc((100% - 3.001rem) / 2); }
.author-title {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem; }
  .author-title::before {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: calc(100% - .8rem);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #63B8A0; }
.author-list li {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  position: relative; }
  .author-list li::before {
    content: "";
    position: absolute;
    left: .3rem;
    top: 0px;
    width: 2rem;
    height: 2rem;
    background-color: #63B8A0;
    clip-path: polygon(35% 82%, 100% 0, 35% 100%, 0% 50%); }
  .author-list li:last-child {
    margin-bottom: 0; }
.author-btn a {
  color: #63B8A0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  padding-left: 8rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 6rem; }
  .author-btn a::before {
    content: "";
    position: absolute;
    width: 6rem;
    height: 6rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #63B8A0;
    transition: all 0.35s; }
  .author-btn a::after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.2rem;
    top: 50%;
    left: 2.3rem;
    transform: translateY(-50%);
    -webkit-mask: url(assets/img/icon_arrow-03.svg) center/100% no-repeat;
    mask: url(assets/img/icon_arrow-03.svg) center/100% no-repeat;
    background: #FFFFFF;
    transition: all 0.35s; }
  .author-btn a:hover::before, .author-btn a:hover::after {
    transform: translate(10px, -50%); }

.listbox.li1colums.vz-02 {
  padding: 0;
  border: 0; }

@media (max-width: 960px) {
  .author-gp {
    padding: 1.5rem;
    margin-bottom: 3rem;
    margin-top: -3rem; }
    .author-gp-item:first-child {
      width: 100%;
      order: 1;
      padding-right: 0; }
    .author-gp-item:last-child {
      width: 100%;
      margin-bottom: 2rem; }
  .author-field {
    gap: 2rem; }
    .author-field-item {
      width: 100%; }
  .author-title {
    font-size: 1.8rem; }
  .author-list li {
    font-size: 1.5rem; }
  .author-btn {
    display: flex;
    justify-content: center; }
    .author-btn a {
      height: 5rem;
      padding-left: 7rem; }
      .author-btn a::before {
        width: 5rem;
        height: 5rem; }
      .author-btn a::after {
        left: 2rem; } }
header.head {
  height: 12.5rem; }

.header {
  padding: .7rem 5.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
  background: #FFFFFF;
  transition: all 0.35s; }
  .header-gp-item:first-child {
    transition: all 0.35s; }
  .header-gp-item .logo img {
    width: 28.4rem; }
  .header-menu li {
    position: relative; }
    .header-menu li a {
      padding: 0 3rem;
      position: relative;
      display: block; }
      .header-menu li a::before {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 1.2rem);
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: #492922; }
      .header-menu li a span {
        color: #492922;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0.45rem;
        display: block;
        text-align: center;
        transition: all 0.35s; }
        .header-menu li a span.ja {
          font-size: 1.8rem;
          font-weight: 500;
          letter-spacing: .25rem; }
      .header-menu li a:hover span.en {
        color: #ED9A12; }
    .header-menu li.current_page_item a span.en, .header-menu li.current-menu-parent a span.en {
      color: #ED9A12; }
    @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: 4.9rem;
        transition: all 0.3s ease;
        width: 27rem; }
        .header-menu li .sub-menu::before {
          content: "";
          position: absolute;
          width: 100%;
          height: calc(100% - 1.1rem);
          left: 0;
          bottom: 0;
          background: rgba(99, 184, 160, 0.8); }
        .header-menu li .sub-menu li {
          margin-left: 0;
          padding: 0;
          border-bottom: 1px solid #fff;
          border-right: 0; }
          .header-menu li .sub-menu li:last-child {
            border-width: 0; }
          .header-menu li .sub-menu li a {
            display: block;
            padding: 1.5rem 1.5rem 1.5rem 3rem;
            border-right: 0;
            color: #FFFFFF;
            position: relative;
            transition: all 0.35s;
            width: 100%;
            text-align: left; }
            .header-menu li .sub-menu li a::before {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              -webkit-mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
              mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
              background: #FFFFFF;
              left: 1rem;
              width: 1rem;
              height: 1rem;
              clip-path: inherit; }
            .header-menu li .sub-menu li a:hover {
              opacity: 0.8; }
      .header-menu li.vz-02 {
        position: initial; }
        .header-menu li.vz-02 .sub-menu {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          left: 0;
          top: 11.9rem;
          padding: 5rem 10rem !important; }
          .header-menu li.vz-02 .sub-menu::before {
            height: calc(100% - .7rem); }
          .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: 1rem 0 0; }
      .header-menu li:hover.menu-item-has-children > a::before {
        opacity: 1; } }
  .header-block {
    flex-flow: column; }
  .header-btn-gp {
    margin-bottom: .7rem;
    transition: all 0.35s; }
    .header-btn-gp .btn .item {
      line-height: 150%;
      font-weight: 400;
      transition: all 0.35s; }
    .header-btn-gp .btn.tel .item {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 2.5rem;
      background: #F29600 url(assets/img/icon_tel01.svg) no-repeat center left 2.4rem;
      background-size: 2.5rem;
      width: 27rem;
      border-radius: 3.1rem;
      height: 5.2rem;
      font-size: 2.5rem;
      letter-spacing: .1rem;
      color: #FFFFFF; }
    .header-btn-gp .btn.local {
      padding: .4rem 2rem;
      margin-right: 2.5rem;
      background: #FFFFFF;
      border-radius: 1rem;
      display: inline-block; }
      .header-btn-gp .btn.local .item {
        font-size: 1.6rem;
        letter-spacing: .2rem;
        color: #492922; }

@media (min-width: 960.5px) {
  .u-sp {
    display: none; }

  .home header.head {
    height: auto; }
  .home .header:not(.active) {
    background: transparent;
    padding-top: 4.5rem; }
    .home .header:not(.active) .header-gp-item:first-child {
      margin-top: -9.3rem; }
    .home .header:not(.active) .header-btn-gp {
      margin-bottom: 2.5rem; }
      .home .header:not(.active) .header-btn-gp .btn.tel .item {
        height: 6.2rem; }
    .home .header:not(.active) .header-menu li.vz-02 .sub-menu {
      top: 18.5rem; } }
@media (min-width: 960.5px) and (max-width: 1440px) and (min-width: 960.5px) {
  .header-menu li a {
    padding: 0 2rem; } }
@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  header.head {
    height: 7rem; }

  .header {
    padding: .5rem 0; }
    .header-gp-item:first-child {
      display: flex;
      width: 100%;
      justify-content: space-between;
      padding-left: 1.5rem; }
    .header-gp-item:last-child {
      display: none;
      height: calc(100vh - 12rem);
      overflow: scroll;
      padding: 1.5rem 1.5rem 15rem;
      width: 100%; }
    .header-gp-item .logo img {
      width: 25rem; }
    .header-block {
      display: none; }
    .header-menu-title {
      color: #63B8A0;
      font-size: 3rem;
      font-weight: 700;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
    .header-menu li {
      margin-bottom: 1rem; }
      .header-menu li:last-child {
        margin-bottom: 0; }
      .header-menu li a {
        padding: 0; }
        .header-menu li a::before {
          content: none; }
        .header-menu li a.active {
          color: #63B8A0; }

  .nav-menu {
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
    background: #ffffff;
    width: 7rem;
    height: 6rem;
    z-index: 10; }
    .nav-menu-item {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 1.2rem 1.5rem;
      cursor: pointer; }
      .nav-menu-item span {
        background: #63B8A0;
        display: block;
        height: 1px;
        transition: transform 0.3s;
        width: 100%;
        transform-origin: center;
        position: relative; }
      .nav-menu-item.active span:first-child {
        transform: rotate(45deg);
        margin-bottom: 0;
        top: .9rem;
        width: 100%; }
      .nav-menu-item.active span:nth-child(2) {
        display: none; }
      .nav-menu-item.active span:nth-child(3) {
        transform: rotate(135deg);
        top: -0.9rem;
        width: 100%; } }
.footer {
  position: relative; }
  .footer-link-fix {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 5;
    transition: all 0.35s; }
    .footer-link-fix .box a {
      background: #FFF;
      border: #F29600 solid 1px;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      padding: 1rem 3rem; }
      .footer-link-fix .box a .img {
        margin-bottom: 1rem; }
        .footer-link-fix .box a .img img {
          width: 28.4rem; }
    .footer-link-fix .button {
      background: #F29600;
      color: #FFF;
      text-align: center;
      padding: 0 1rem;
      font-size: 1.4rem; }
    .footer-link-fix .close {
      width: 4rem;
      height: 4rem;
      background: #F29600;
      position: absolute;
      top: -2rem;
      right: -2rem;
      cursor: pointer;
      z-index: 1; }
      .footer-link-fix .close::before {
        content: "";
        position: absolute;
        width: 1.4rem;
        height: 1.4rem;
        -webkit-mask: url(assets/img/icon-close.svg) center/100% no-repeat;
        mask: url(assets/img/icon-close.svg) center/100% no-repeat;
        background: #FFFFFF;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .footer-link-fix.active {
      display: none; }
  .footer-logo-02 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0; }
    .footer-logo-02 a {
      display: block;
      padding: 2rem 4.4rem;
      background: #FFFFFF; }
      .footer-logo-02 a img {
        width: 22.7rem; }
  .footer-title {
    color: #4A3E35;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.25rem;
    font-family: "Noto Serif Tamil", serif;
    padding-left: 2.2rem;
    background: url(assets/img/icon-star01.png) no-repeat center left;
    background-size: 1.5rem;
    margin-bottom: 2rem; }
  .footer-gp {
    gap: 10rem;
    margin-bottom: 6.2rem; }
    .footer-gp-box {
      width: calc((100% - 10.001rem) / 2); }
      .footer-gp-box .maps {
        background: #EEE;
        width: 100%;
        height: 42.2rem; }
        .footer-gp-box .maps iframe {
          width: 100%;
          height: 100%;
          vertical-align: top;
          border: 0; }
      .footer-gp-box .logo {
        margin-bottom: 2.4rem; }
        .footer-gp-box .logo img {
          width: 28.4rem; }
  .footer-wrap {
    position: relative; }
  .footer-menu {
    padding: 6.4rem 0 10.2rem; }
    .footer-menu-list {
      gap: 1.6rem 0;
      grid-template-columns: repeat(2, 22rem); }
      .footer-menu-list li a {
        padding-left: 1.8rem;
        color: #4A3E35;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0.05rem;
        display: inline-block;
        background: url(assets/img/icon_arrow-04.svg) no-repeat center left;
        background-size: .7rem;
        transition: all 0.35s; }
        .footer-menu-list li a:hover {
          opacity: 0.8; }
      .footer-menu-list.vz-02 {
        gap: 1.6rem 9rem; }
    .footer-menu-item {
      margin-right: 10rem; }
      .footer-menu-item:last-child {
        margin-right: 0; }
      .footer-menu-item:first-child {
        position: relative; }
        .footer-menu-item:first-child::before {
          content: "";
          position: absolute;
          width: 1px;
          height: calc(100% - 5.5rem);
          bottom: 0;
          right: 0;
          background: #492922;
          opacity: 0.05; }

.copyright {
  background: #63B8A0;
  border-top: #FFFFFF solid 1px;
  padding: 1.5rem; }
  .copyright-wrap {
    max-width: 162rem;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto; }
  .copyright .logo {
    margin-right: 3rem;
    padding-right: 3rem;
    border-right: #FFFFFF solid 1px; }
    .copyright .logo img {
      width: 15rem; }
  .copyright .txt p {
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.13rem;
    font-family: "Noto Serif JP", serif; }

@media (min-width: 960.5px) {
  .menu_right_fix {
    display: none; }

  .footer-gp-box .txt-default-01 p {
    font-size: 1.6rem;
    line-height: 185%; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .footer-menu-list {
    grid-template-columns: repeat(2, 23rem); }
    .footer-menu-list li a {
      font-size: 1.8rem; } }
@media (max-width: 960px) {
  .menu_right_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    height: 6rem;
    display: flex;
    border-top: #FFFFFF solid 1px; }
    .menu_right_fix li {
      width: calc(100% / 2);
      height: 100%;
      border-right: #FFFFFF solid 1px; }
      .menu_right_fix li:last-child {
        border-right: 0; }
      .menu_right_fix li div {
        height: 100%; }
      .menu_right_fix li a {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: .5rem;
        width: 100%;
        height: 100%;
        background: #63B8A0;
        color: #FFFFFF;
        font-size: 1.5rem;
        position: relative; }
        .menu_right_fix li a::before {
          content: "";
          position: absolute;
          width: 2rem;
          height: 2rem;
          background: #FFFFFF;
          top: 1.1rem;
          left: 50%;
          transform: translateX(-50%); }
      .menu_right_fix li .tel a::before {
        -webkit-mask: url(assets/img/icon_tel.png) center/100% no-repeat;
        mask: url(assets/img/icon_tel.png) center/100% no-repeat; }
      .menu_right_fix li .location a::before {
        -webkit-mask: url(assets/img/icon-location.svg) center/100% no-repeat;
        mask: url(assets/img/icon-location.svg) center/100% no-repeat; }

  .footer {
    padding-bottom: 6rem; }
    .footer-title {
      margin-bottom: 1rem; }
    .footer-link-fix {
      left: 1rem;
      bottom: 7rem; }
      .footer-link-fix .box a {
        padding: 1rem; }
        .footer-link-fix .box a .img img {
          width: 24rem; }
    .footer-menu {
      padding: 5rem 0 6rem; }
      .footer-menu-item {
        margin-right: 0;
        width: 100%; }
        .footer-menu-item:first-child {
          margin-bottom: 3rem; }
          .footer-menu-item:first-child::before {
            content: none; }
      .footer-menu-list {
        grid-template-columns: repeat(2, 1fr); }
        .footer-menu-list.vz-02 {
          gap: 1.6rem 0; }
        .footer-menu-list li a {
          font-size: 1.4rem;
          letter-spacing: 0; }
    .footer-logo-02 {
      bottom: 6rem; }
      .footer-logo-02 a {
        padding: 1.5rem; }
        .footer-logo-02 a img {
          width: 5rem; }
    .footer-gp {
      gap: 2rem;
      margin-bottom: 4rem; }
      .footer-gp-box {
        width: 100%; }
        .footer-gp-box .logo img {
          width: 25rem; }
        .footer-gp-box .maps {
          height: 32rem; }

  .copyright-wrap {
    width: 100%; }
  .copyright .logo {
    padding-right: 1rem;
    margin-right: 1rem; }
    .copyright .logo img {
      width: 14rem; }
  .copyright .txt p {
    font-size: 1.2rem; } }
@media (max-width: 767px) {
  .footer-menu-item {
    margin-right: 0;
    width: 100%; }
  .footer-menu-list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 0; }
    .footer-menu-list.vz-02 {
      gap: 1rem 0;
      grid-template-columns: 1.3fr 1fr; } }
.title-default-01 {
  margin-bottom: 2rem; }
  .title-default-01 .title {
    color: #492922;
    font-size: 12rem;
    font-weight: 300;
    line-height: 142%;
    letter-spacing: 1rem;
    font-family: "Noto Serif JP", serif; }
  .title-default-01 p {
    color: #DF7C00;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.4rem; }
  .title-default-01.vz-02 p {
    color: #F29600;
    padding-left: 6.8rem; }

.btn-default-01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 5.5rem;
  border-radius: 3rem;
  background: #261C14;
  position: relative;
  z-index: 1;
  border: #261C14 solid 1px;
  transition: all 0.35s; }
  .btn-default-01 a .item {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.2rem;
    position: relative;
    transition: all 0.35s;
    padding-right: 3.2rem; }
    .btn-default-01 a .item::before {
      content: "";
      position: absolute;
      width: 1.8rem;
      height: 1rem;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      -webkit-mask: url(assets/img/icon_arrow-05.svg) center/100% no-repeat;
      mask: url(assets/img/icon_arrow-05.svg) center/100% no-repeat;
      background: #FFFFFF; }
  .btn-default-01 a:hover {
    background: #FFFFFF; }
    .btn-default-01 a:hover .item {
      color: #261C14; }
      .btn-default-01 a:hover .item::before {
        background: #261C14; }
.btn-default-02 a, .btn-default-02 input, .btn-default-02 button {
  color: #4A3E35;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2rem;
  font-size: max(1.6rem, 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 23rem;
  height: 7rem;
  background: #FFFFFF;
  border-radius: 3rem;
  padding-left: 3.3rem;
  padding-right: 8.55rem;
  border: #4A3E35 solid 1px;
  position: relative;
  transition: all 0.35s;
  cursor: pointer; }
  .btn-default-02 a::before, .btn-default-02 input::before, .btn-default-02 button::before {
    content: "";
    position: absolute;
    width: 4.2rem;
    height: 4.2rem;
    top: 50%;
    right: 1.8rem;
    transform: translateY(-50%);
    background: #4A3E35;
    border-radius: 100%;
    transition: all 0.35s; }
  .btn-default-02 a::after, .btn-default-02 input::after, .btn-default-02 button::after {
    content: "";
    position: absolute;
    width: 1.1rem;
    height: 1.2rem;
    top: 50%;
    right: 3.2rem;
    -webkit-mask: url(assets/img/icon_arrow-06.svg) center/100% no-repeat;
    mask: url(assets/img/icon_arrow-06.svg) center/100% no-repeat;
    transform: translateY(-50%);
    background: #FFFFFF;
    transition: all 0.35s; }
  .btn-default-02 a:hover, .btn-default-02 input:hover, .btn-default-02 button:hover {
    background: #4A3E35;
    color: #FFFFFF; }
    .btn-default-02 a:hover::before, .btn-default-02 input:hover::before, .btn-default-02 button:hover::before {
      background: #FFFFFF; }
    .btn-default-02 a:hover::after, .btn-default-02 input:hover::after, .btn-default-02 button:hover::after {
      background: #4A3E35; }
.btn-default-02 input {
  background: #4A3E35;
  color: #FFFFFF;
  padding-right: 3.3rem; }
  .btn-default-02 input:hover {
    background: #FFFFFF;
    color: #4A3E35; }
.btn-default-02 button {
  padding-right: 3.3rem;
  min-width: 28.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  justify-content: center; }
.btn-default-03 a {
  color: #222222;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Josefin Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  width: 32rem;
  height: 6rem;
  border: #222222 solid 1px;
  position: relative;
  transition: all 0.35s; }
  .btn-default-03 a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: .6rem;
    left: 0;
    background: #222;
    transition: all 0.35s; }
  .btn-default-03 a::after {
    content: "";
    position: absolute;
    width: 4.3rem;
    height: 1.1rem;
    top: calc(50% - .5rem);
    right: 2rem;
    -webkit-mask: url(assets/img/icon_arrow-07.png) center/100% no-repeat;
    mask: url(assets/img/icon_arrow-07.png) center/100% no-repeat;
    background: #222;
    transition: all 0.35s; }
  .btn-default-03 a:hover {
    background: #222;
    color: #FFFFFF; }
    .btn-default-03 a:hover::before {
      background: #FFFFFF; }
    .btn-default-03 a:hover::after {
      background: #FFFFFF; }
.btn-default-04 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36rem;
  height: 9rem;
  border-radius: 4.5rem;
  background: #FFFFFF;
  color: #4A3E35;
  font-size: 2rem;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0;
  border: #4A3E35 solid 1px;
  position: relative;
  transition: all 0.35s; }
  .btn-default-04 a::before {
    content: "";
    position: absolute;
    width: 4.2rem;
    height: 4.2rem;
    top: 50%;
    right: 1.8rem;
    transform: translateY(-50%);
    background: #4A3E35;
    border-radius: 100%;
    transition: all 0.35s; }
  .btn-default-04 a::after {
    content: "";
    position: absolute;
    width: 1.1rem;
    height: 1.2rem;
    top: 50%;
    right: 3.1rem;
    transform: translateY(-50%);
    -webkit-mask: url(assets/img/icon_arrow-06.svg) center/100% no-repeat;
    mask: url(assets/img/icon_arrow-06.svg) center/100% no-repeat;
    background: #FFFFFF;
    transition: all 0.35s; }
  .btn-default-04 a:hover {
    background: #4A3E35;
    color: #FFFFFF; }
    .btn-default-04 a:hover::before {
      background: #FFFFFF; }
    .btn-default-04 a:hover::after {
      background: #4A3E35; }
.btn-default-05 a {
  width: 30rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2rem;
  background: #F29600;
  border-radius: 3rem;
  border: #F29600 solid 1px;
  transition: all 0.35s;
  position: relative; }
  .btn-default-05 a::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-mask: url(assets/img/icon_arrow-09.svg) center/100% no-repeat;
    mask: url(assets/img/icon_arrow-09.svg) center/100% no-repeat;
    background: #FFFFFF;
    right: 2.7rem;
    transition: all 0.35s; }
  .btn-default-05 a:hover {
    background: #FFFFFF;
    color: #F29600; }
    .btn-default-05 a:hover::before {
      background: #F29600; }

.btn-contact-01 a {
  display: flex;
  width: 44rem;
  height: 9.6rem;
  background: #FCF9F5;
  border-radius: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s; }
  .btn-contact-01 a .item {
    color: #F29600;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.2rem; }
    .btn-contact-01 a .item:nth-child(1) {
      letter-spacing: .3rem;
      margin-right: 2rem; }
    .btn-contact-01 a .item:nth-child(2) {
      color: #492922;
      font-weight: 700; }
  .btn-contact-01 a:hover {
    background: #f4efe8; }

.btn-tel-01 a {
  display: flex;
  width: 44rem;
  height: 9.6rem;
  background: #FCF9F5;
  border-radius: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s; }
  .btn-tel-01 a .item {
    color: #492922;
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.3rem;
    font-family: "Josefin Sans", sans-serif; }
    .btn-tel-01 a .item:nth-child(1) {
      font-size: 2.4rem; }
  .btn-tel-01 a:hover {
    background: #f4efe8; }
.btn-tel-02 a {
  color: #298c4c;
  font-size: 3rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0;
  position: relative;
  padding-left: 3.5rem; }
  .btn-tel-02 a::before {
    content: "";
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-mask: url(assets/img/icon_tel01.svg) center/100% no-repeat;
    mask: url(assets/img/icon_tel01.svg) center/100% no-repeat;
    background: #298c4c; }

.btn-gp-01 {
  margin-bottom: 6rem;
  gap: 2rem; }

.txt-default-01 p {
  color: #4A3E35;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0; }
  .txt-default-01 p .link {
    color: #F29600; }
    .txt-default-01 p .link:hover {
      color: #63B8A0; }

.table-calendar {
  margin-top: 1.3rem;
  margin-bottom: 3.5rem; }
  .table-calendar .row {
    border-bottom: #F29600 solid 1px;
    display: flex; }
    .table-calendar .row .col {
      color: #171717;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 170%;
      letter-spacing: 0;
      padding: 2rem 0;
      width: calc((100% - 24.2rem) / 6); }
      .table-calendar .row .col:first-child {
        font-weight: 700;
        padding-left: 3rem;
        width: 21rem; }
      .table-calendar .row .col:last-child {
        width: 3.2rem; }
      .table-calendar .row .col.vz-02 {
        color: #F29600; }
      .table-calendar .row .col.vz-03 {
        color: #A67C52; }
    .table-calendar .row:first-child {
      background: rgba(242, 150, 0, 0.8);
      border-radius: 1rem;
      border-bottom: 0; }
      .table-calendar .row:first-child .col {
        color: #FFFFFF; }
        .table-calendar .row:first-child .col:first-child {
          font-size: 1.8rem; }

@media (min-width: 960.5px) {
  .txt-default-01.vz-02 p {
    font-size: 1.6rem;
    letter-spacing: .1rem;
    line-height: 280%; } }
@media (max-width: 960px) {
  .title-default-01 .title {
    font-size: 4rem;
    letter-spacing: 0;
    text-align: center; }
  .title-default-01 p {
    font-size: 2rem;
    letter-spacing: 0;
    text-align: center; }
  .title-default-01.vz-02 p {
    padding-left: 0; }

  .btn-default-01 a .item {
    font-size: 1.5rem; }
  .btn-default-02 a {
    font-size: 1.5rem;
    height: 6rem; }
    .btn-default-02 a::before {
      right: 1rem; }
    .btn-default-02 a::after {
      right: 2.3rem; }
  .btn-default-03 a {
    font-size: 1.5rem;
    width: 25.5rem;
    height: 5rem; }
  .btn-default-04 a {
    height: 6rem;
    font-size: 1.5rem; }
    .btn-default-04 a::before {
      right: 1rem; }
    .btn-default-04 a::after {
      right: 2.4rem; }
  .btn-default-05 a {
    font-size: 1.5rem; }
  .btn-tel-01 a {
    width: 30rem;
    height: 7rem; }
    .btn-tel-01 a .item {
      font-size: 3rem; }
  .btn-contact-01 a {
    width: 30rem;
    height: 7rem; }
    .btn-contact-01 a .item {
      font-size: 1.5rem; }

  .btn-gp-01 {
    gap: 1rem; }

  .txt-default-01 p {
    line-height: 185%;
    font-size: 1.5rem; }

  .table-calendar .row .col {
    font-size: 1.5rem;
    width: calc((100% - 15.2rem) / 6); }
    .table-calendar .row .col:first-child {
      padding-left: 1rem;
      width: 12rem; }
  .table-calendar .row:first-child .col:first-child {
    font-size: 1.6rem; }

  .txt-default-01.text-center p {
    text-align: center; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .table-calendar .row .col:first-child {
    width: 28rem; } }
.mv {
  position: relative; }
  .mv-view {
    position: relative;
    z-index: 0; }
    .mv-view::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      background: #000;
      opacity: 0.2;
      mix-blend-mode: multiply; }
    .mv-view .slick-slide img {
      width: 100%; }
  .mv-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .mv-cont h2 {
      color: #FFFFFF;
      font-size: 5.2rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.8rem;
      font-family: "Noto Serif JP", serif;
      text-align: center;
      margin-bottom: 2.7rem;
      text-shadow: #000 0 0 5px; }
      .mv-cont h2 .item.vz-01 {
        color: #FFF139; }
      .mv-cont h2 .item.vz-02 {
        color: #F29600; }
    .mv-cont p {
      font-family: "Noto Serif JP", serif;
      color: #FFFFFF;
      font-size: 3.2rem;
      font-weight: 500;
      line-height: 165%;
      letter-spacing: 0.8rem;
      text-align: center;
      text-shadow: #000 0 0 5px; }
  .mv-list {
    position: absolute;
    bottom: 7.4rem;
    right: 7.7rem;
    gap: 2.7rem; }
    .mv-list li img {
      width: 26rem;
      border-radius: 100%;
      border: 0.4rem solid #FFFFFF; }

.top_news {
  padding: 13.4rem 0 10.5rem; }
  .top_news-title-01 {
    margin-bottom: 2.7rem;
    border-bottom: #BDB8B6 solid 1px; }
    .top_news-title-01 .title {
      color: #F29600;
      font-size: 3.7rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.1rem;
      margin-right: 3.5rem;
      font-family: "Josefin Sans", sans-serif; }
  .top_news-title-02 {
    margin-bottom: 1.3rem; }
    .top_news-title-02 img {
      width: 14.2rem; }
    .top_news-title-02 p {
      margin-bottom: 1.3rem; }
    .top_news-title-02 .title {
      color: #DF7C00;
      font-size: 3rem;
      font-weight: 400;
      line-height: 160%;
      letter-spacing: 0;
      font-family: "Noto Serif Tamil", serif; }
  .top_news-gp-item {
    position: relative;
    z-index: 0; }
    .top_news-gp-item:first-child {
      padding-right: 5.3rem;
      padding-top: .5rem;
      width: calc(100% - 58rem); }
    .top_news-gp-item:last-child {
      width: 58rem;
      background: #F6E1C7;
      padding-top: 4.4rem;
      padding-left: 5rem;
      padding-right: 5rem; }
      .top_news-gp-item:last-child::before {
        content: "";
        position: absolute;
        width: 15rem;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        clip-path: polygon(0 0, 0% 100%, 100% 0);
        background: #ECB36B; }
      .top_news-gp-item:last-child .img img {
        position: absolute;
        top: 0;
        right: 0;
        width: 29.5rem;
        height: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 8.5rem 100%); }
    .top_news-gp-item .btn-default-01 {
      margin-bottom: -2.8rem; }
  .top_news-list li {
    margin-bottom: 2.4rem; }
    .top_news-list li:last-child {
      margin-bottom: 0; }
    .top_news-list li a {
      display: flex; }
      .top_news-list li a .item {
        color: #333333;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0.3rem; }
        .top_news-list li a .item.date {
          width: 14rem; }
        .top_news-list li a .item.title {
          width: calc(100% - 14rem);
          letter-spacing: .2rem; }
  .top_news-btn-01 {
    position: absolute;
    top: 2rem;
    right: 5.3rem; }
    .top_news-btn-01 a {
      color: #45371E;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.1rem; }

.top_problem {
  position: relative;
  z-index: 0;
  padding: 14.7rem 0 14rem;
  background: url(assets/img/problem-bg-01.png) no-repeat top right;
  background-size: 130rem; }
  .top_problem::before {
    content: "";
    position: absolute;
    width: 20.2rem;
    height: 18.7rem;
    top: -5rem;
    left: 11.5rem;
    background: url(assets/img/problem-icon01.png) no-repeat center;
    background-size: contain; }
  .top_problem::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 55rem;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(0deg, #f1f4f1 0%, rgba(246, 248, 246, 0) 18%); }
  .top_problem-title-01 {
    margin-bottom: 2.8rem; }
    .top_problem-title-01 .item {
      display: block;
      color: #4A3E35;
      font-size: 4.9rem;
      font-weight: 600;
      line-height: 155%;
      letter-spacing: 0.4rem;
      font-family: "Noto Serif JP", serif; }
      .top_problem-title-01 .item .sub {
        font-size: 6rem;
        color: #63B8A0; }
  .top_problem-list-01 {
    gap: 3.3rem;
    position: relative;
    z-index: 0; }
    .top_problem-list-01::before {
      content: "";
      position: absolute;
      width: 18rem;
      height: 10.7rem;
      bottom: -2.7rem;
      left: 50%;
      z-index: 1;
      pointer-events: none;
      transform: translateX(-50%);
      background: url(assets/img/problem-icon05.png) no-repeat center;
      background-size: contain; }
    .top_problem-list-01 li a {
      border: #4A3E35 solid 1px;
      border-radius: 3rem;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      width: 25rem;
      height: 22.7rem;
      position: relative;
      z-index: 0;
      padding-bottom: 5.5rem; }
      .top_problem-list-01 li a::before {
        content: "";
        position: absolute;
        width: 14rem;
        height: 2.5rem;
        top: 39%;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, -50%);
        background: url(assets/img/problem-icon02.png) no-repeat center;
        background-size: contain; }
      .top_problem-list-01 li a::after {
        content: "";
        position: absolute;
        width: 4.2rem;
        height: 4.2rem;
        bottom: 3.5rem;
        left: 50%;
        transform: translateX(-50%);
        background: url(assets/img/problem-icon04.png) no-repeat center;
        background-size: contain; }
      .top_problem-list-01 li a .item {
        color: #4A3E35;
        font-size: 4rem;
        font-weight: 600;
        line-height: 145%;
        letter-spacing: 0;
        font-family: "Noto Serif JP", serif; }
        .top_problem-list-01 li a .item.vz-02 {
          font-size: 2.4rem;
          margin-top: .7rem; }
      .top_problem-list-01 li a.vz-02::before {
        background-image: url(assets/img/problem-icon03.png);
        height: 2.6rem; }

.top_feature {
  padding-bottom: 13.5rem;
  background: url(assets/img/feature-bg01.png) no-repeat center;
  background-size: cover; }
  .top_feature-wrap {
    counter-reset: section; }
  .top_feature-title-01 {
    color: #4A3E35;
    font-size: 7rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.4rem;
    font-family: "Noto Serif JP", serif;
    margin-top: -2rem;
    margin-bottom: 5rem; }
    .top_feature-title-01 .item {
      font-size: 6rem; }
    .top_feature-title-01 .big {
      font-size: 28rem;
      line-height: 88%;
      font-family: "Noto Serif Tamil", serif;
      font-style: italic;
      background: -webkit-linear-gradient(#FFB43A, #F49700);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      letter-spacing: 2.4rem;
      position: relative;
      top: 1.7rem;
      margin-left: -1.5rem;
      margin-right: -1.2rem; }
  .top_feature-title-02 {
    color: #4A3E35;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 165%;
    letter-spacing: 0.3rem;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 2.4rem;
    position: relative;
    padding-left: 16rem; }
    .top_feature-title-02::before {
      content: "";
      position: absolute;
      width: 14.8rem;
      height: 14.8rem;
      counter-increment: section;
      content: counter(section,decimal-leading-zero);
      background: #63B8A0;
      border-radius: 100%;
      top: 36%;
      transform: translateY(-50%);
      left: -1rem;
      font-size: 4.47rem;
      color: #FFFFFF;
      font-family: "Josefin Sans", sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 400;
      letter-spacing: .2rem; }
    .top_feature-title-02.vz-02::before {
      background: #FAB28A; }
    .top_feature-title-02.vz-03::before {
      background: #7CC0C7; }
    .top_feature-title-02.vz-04::before {
      background: #B188A8; }
    .top_feature-title-02.vz-05::before {
      background: #DED860; }
  .top_feature-title-03 {
    color: #63B8A0;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 165%;
    letter-spacing: 0;
    margin-bottom: 1.6rem; }
    .top_feature-title-03.vz-02 {
      color: #FAB28A; }
    .top_feature-title-03.vz-03 {
      color: #7CC0C7; }
    .top_feature-title-03.vz-04 {
      color: #B188A8; }
    .top_feature-title-03.vz-05 {
      color: #DED860; }
  .top_feature-gp {
    background: #FFFFFF;
    border-radius: 6rem;
    padding: 7rem 5rem;
    position: relative; }
    .top_feature-gp-item:first-child {
      width: 44rem; }
    .top_feature-gp-item:last-child {
      padding-left: 4.5rem;
      width: calc(100% - 44rem); }
    .top_feature-gp-item img {
      width: 100%; }
    .top_feature-gp-box .img {
      padding: 0 2rem 1.7rem; }
      .top_feature-gp-box .img img {
        width: 100%; }
  .top_feature-block {
    position: relative;
    margin-bottom: 6.5rem; }
    .top_feature-block:last-child {
      margin-bottom: 0; }
    .top_feature-block .btn-default-02 {
      margin-top: -3.5rem; }
    .top_feature-block.vz-02 {
      gap: 5rem; }
    .top_feature-block.vz-03 {
      margin-bottom: 10rem; }
  .top_feature-field {
    width: calc((100% - 5.001rem) / 2); }
  .top_feature .txt-default-01.v-02 p {
    margin-bottom: .7rem;
    min-height: 19.8rem; }
  .top_feature .icon {
    position: absolute;
    z-index: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .top_feature .icon-01 {
      top: 13.3rem;
      right: -11.7rem;
      width: 16.1rem;
      height: 7.9rem;
      background-image: url(assets/img/feature-icon01.png); }
    .top_feature .icon-02 {
      top: -4.8rem;
      left: -15.5rem;
      width: 20.5rem;
      height: 18.2rem;
      background-image: url(assets/img/feature-icon02.png); }
    .top_feature .icon-03 {
      width: 19.3rem;
      height: 27.3rem;
      bottom: -13.3rem;
      right: -14.8rem;
      background-image: url(assets/img/feature-icon03.png); }

.top_slide {
  overflow: hidden; }
  .top_slide ul {
    display: flex;
    width: max-content;
    animation: slide-left 30s linear infinite; }
    .top_slide ul li img {
      width: 34rem; }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.top_concerns {
  background: linear-gradient(180deg, #e1ccb2 0%, #bbaa7c 100%);
  padding-right: 2.3rem;
  font-size: 1.6rem; }
  .top_concerns-item:first-child {
    width: 58.3rem; }
  .top_concerns-item:last-child {
    position: relative;
    z-index: 0;
    padding-top: 4.2rem;
    margin-left: -7.3rem;
    width: calc(100% - 58.3rem + 7.3rem); }
    .top_concerns-item:last-child::before {
      content: "";
      position: absolute;
      width: calc(100% - 3rem);
      height: calc(100% - 1.5rem);
      top: 0;
      left: -5.6rem;
      background: #FFFFFF;
      opacity: 0.2;
      z-index: -1;
      border-radius: 9rem; }
  .top_concerns-title {
    color: #FFFFFF;
    font-size: 5.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.5rem;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 4rem;
    padding-right: 14rem; }
    .top_concerns-title .item {
      padding: 0 5.7rem;
      position: relative; }
      .top_concerns-title .item::before {
        content: "";
        position: absolute;
        width: 3.5rem;
        height: 5.8rem;
        background: url(assets/img/concerns-icon02.png) no-repeat center;
        background-size: contain;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .top_concerns-title .item::after {
        content: "";
        position: absolute;
        width: 3.5rem;
        height: 5.8rem;
        background: url(assets/img/concerns-icon02.png) no-repeat center;
        background-size: contain;
        top: 50%;
        transform: translateY(-50%) scaleX(-1);
        right: 1.8rem; }
    .top_concerns-title .sub {
      font-size: 5rem;
      color: #DF7C00;
      background: #FFFFFF;
      display: inline-block;
      box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3);
      border-radius: 3rem;
      line-height: 170%;
      font-weight: 600;
      padding: 0 2.9rem; }
  .top_concerns-list {
    gap: 17.5rem 0; }
    .top_concerns-list li a {
      display: flex;
      width: 20.4rem;
      height: 20.4rem;
      border-radius: 100%;
      background: #FFFFFF;
      box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3);
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 0;
      transition: all 0.35s; }
      .top_concerns-list li a::before {
        content: "";
        position: absolute;
        width: 7.5rem;
        height: 6.4rem;
        background: url(assets/img/concerns-icon01.png) no-repeat center;
        background-size: contain;
        bottom: 1rem;
        left: .5rem;
        z-index: -1; }
      .top_concerns-list li a::after {
        content: "";
        position: absolute;
        width: 4.5rem;
        height: 4.5rem;
        bottom: .5rem;
        right: .5rem;
        border-radius: 100%;
        background: #4A3E35 url(assets/img/icon_arrow-06.svg) no-repeat center;
        background-size: 1.1rem; }
      .top_concerns-list li a .item {
        text-align: center;
        color: #DF7C00;
        font-size: 3rem;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0; }
        .top_concerns-list li a .item .sub {
          font-size: 2.4rem;
          color: #4A3E35; }
          .top_concerns-list li a .item .sub.vz-02 {
            color: #DF7C00; }
      .top_concerns-list li a:hover {
        box-shadow: initial; }

.top_box-gp-item {
  width: calc(100% / 2);
  position: relative; }
  .top_box-gp-item::before {
    content: "";
    position: absolute;
    width: 20rem;
    height: 20rem;
    top: 2rem;
    left: 2rem;
    border-top: #FFFFFF solid 1px;
    border-left: #FFFFFF solid 1px;
    pointer-events: none; }
  .top_box-gp-item::after {
    content: "";
    position: absolute;
    width: 20rem;
    height: 20rem;
    top: 2rem;
    right: 2rem;
    border-top: #FFFFFF solid 1px;
    border-right: #FFFFFF solid 1px;
    pointer-events: none; }
  .top_box-gp-item .img img {
    width: 100%; }
  .top_box-gp-item .cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 6.7rem; }
    .top_box-gp-item .cont::before {
      content: "";
      position: absolute;
      width: 20rem;
      height: 20rem;
      bottom: 2rem;
      left: 2rem;
      border-bottom: #FFFFFF solid 1px;
      border-left: #FFFFFF solid 1px;
      pointer-events: none; }
    .top_box-gp-item .cont::after {
      content: "";
      position: absolute;
      width: 20rem;
      height: 20rem;
      bottom: 2rem;
      right: 2rem;
      border-bottom: #FFFFFF solid 1px;
      border-right: #FFFFFF solid 1px;
      pointer-events: none; }
  .top_box-gp-item .desc p {
    color: #FFFFFF;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 2rem; }
  .top_box-gp-item .title {
    margin-bottom: 3rem; }
    .top_box-gp-item .title h4 {
      color: #FFFFFF;
      font-size: 5rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.5rem;
      font-family: "Noto Serif JP", serif;
      margin-bottom: 1rem; }
    .top_box-gp-item .title p {
      color: #AEA38F;
      font-size: 2rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.25rem;
      font-family: "Josefin Sans", sans-serif; }
  .top_box-gp-item .list {
    gap: 1rem;
    margin-bottom: 3.5rem; }
    .top_box-gp-item .list li {
      background: rgba(34, 34, 34, 0.6);
      width: 25.5rem;
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 150%;
      letter-spacing: 0;
      position: relative;
      padding: .7rem 1rem .7rem 4.8rem; }
      .top_box-gp-item .list li::before {
        content: "";
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 50%;
        left: 1.2rem;
        transform: translateY(-50%);
        background: url(assets/img/icon_check01.jpg) no-repeat center;
        background-size: contain; }

.top_treatment {
  padding: 6rem 0 20rem;
  background: #F5F5F5;
  margin-bottom: -10.5rem; }
  .top_treatment-list-01 {
    grid-template-columns: 28rem 80.5rem 31.5rem;
    margin-bottom: 1.7rem; }
    .top_treatment-list-01 li {
      position: relative;
      z-index: 0;
      display: flex;
      align-items: center;
      padding-left: 2rem; }
      .top_treatment-list-01 li::before {
        content: "";
        position: absolute;
        width: calc(100% + 3.2rem);
        height: 7.2rem;
        left: -3.2rem;
        z-index: -1;
        background: #FAB28A;
        border-radius: 0 3.6rem 3.6rem 0; }
      .top_treatment-list-01 li::after {
        content: "";
        position: absolute;
        width: 2.4rem;
        height: 2rem;
        bottom: .3rem;
        left: 45%;
        background: #FAB28A;
        clip-path: polygon(0 0, 50% 100%, 100% 0); }
      .top_treatment-list-01 li .box {
        width: 11.5rem;
        height: 11.5rem;
        border-radius: 100%;
        border: #FAB28A solid .9rem;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center; }
        .top_treatment-list-01 li .box .item {
          color: #FAB28A;
          font-size: 4.2rem;
          font-weight: 400;
          line-height: 150%;
          letter-spacing: 0; }
          .top_treatment-list-01 li .box .item:nth-child(2) {
            font-size: 2rem;
            font-weight: 700;
            color: #4A3E35;
            margin-top: 1.4rem; }
      .top_treatment-list-01 li .txt {
        width: calc(100% - 11.5rem);
        text-align: center;
        padding-right: 3.2rem;
        color: #FFFFFF;
        font-size: 2rem;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.2rem;
        position: relative; }
        .top_treatment-list-01 li .txt::before {
          content: "";
          position: absolute;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
      .top_treatment-list-01 li.vz-01 {
        z-index: 2; }
        .top_treatment-list-01 li.vz-01::before {
          left: 0;
          width: 100%; }
        .top_treatment-list-01 li.vz-01 .txt::before {
          width: 5.8rem;
          height: 7.2rem;
          bottom: -4.7rem;
          right: 0;
          background-image: url(assets/img/treatment-icon01.png); }
      .top_treatment-list-01 li.vz-02 {
        z-index: 1; }
        .top_treatment-list-01 li.vz-02::before, .top_treatment-list-01 li.vz-02::after {
          background: #7CC0C7; }
        .top_treatment-list-01 li.vz-02::after {
          left: 42.5%; }
        .top_treatment-list-01 li.vz-02 .txt {
          padding-right: 23rem; }
          .top_treatment-list-01 li.vz-02 .txt::before {
            width: 6.6rem;
            height: 8rem;
            bottom: -4.5rem;
            right: 6rem;
            background-image: url(assets/img/treatment-icon02.png); }
        .top_treatment-list-01 li.vz-02 .box {
          border-color: #7CC0C7; }
          .top_treatment-list-01 li.vz-02 .box .item:nth-child(1) {
            color: #7CC0C7; }
      .top_treatment-list-01 li.vz-03::before, .top_treatment-list-01 li.vz-03::after {
        background: #B188A8; }
      .top_treatment-list-01 li.vz-03::after {
        left: 52%; }
      .top_treatment-list-01 li.vz-03 .box {
        border-color: #B188A8; }
        .top_treatment-list-01 li.vz-03 .box .item:nth-child(1) {
          color: #B188A8; }
      .top_treatment-list-01 li.vz-03 .txt {
        padding-right: 5.5rem; }
        .top_treatment-list-01 li.vz-03 .txt::before {
          width: 4.7rem;
          height: 7.2rem;
          bottom: -4.1rem;
          right: .8rem;
          background-image: url(assets/img/treatment-icon03.png); }
  .top_treatment-list-02 {
    gap: .4rem 4.2rem;
    margin-bottom: 5rem;
    grid-template-columns: 1fr 3.35fr 1fr; }
    .top_treatment-list-02 li {
      margin-bottom: .4rem; }
      .top_treatment-list-02 li:last-child {
        margin-bottom: 0; }
      .top_treatment-list-02 li a {
        color: #4A3E35;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0;
        border-bottom: #4A3E35 solid 1px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        min-height: 5.2rem;
        padding-left: 4.5rem;
        position: relative; }
        .top_treatment-list-02 li a::before {
          content: "";
          position: absolute;
          width: 2.7rem;
          height: 2.7rem;
          background: #7CC0C7 url(assets/img/icon_arrow-06.svg) no-repeat center;
          background-size: .9rem;
          border-radius: 100%;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          transition: all 0.35s; }
        .top_treatment-list-02 li a::after {
          content: "";
          position: absolute;
          width: 3.7rem;
          height: 3.7rem;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          background: var(--img) no-repeat center;
          background-size: contain; }
        .top_treatment-list-02 li a .item {
          font-size: 1.2rem;
          line-height: 150%;
          margin-top: -0.2rem;
          display: block; }
        .top_treatment-list-02 li a:hover::before {
          background-color: #4A3E35; }
    .top_treatment-list-02 ul.vz-01 li a:not(:hover)::before {
      background-color: #FAB28A; }
    .top_treatment-list-02 ul.vz-03 li a:not(:hover)::before {
      background-color: #B188A8; }
    .top_treatment-list-02 ul.vz-02 {
      gap: 0 4.2rem; }
      .top_treatment-list-02 ul.vz-02 li {
        width: calc((100% - 8.401rem) / 3); }
  .top_treatment-btn-01 {
    margin-bottom: 1.7rem; }
    .top_treatment-btn-01 a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 119.5rem;
      margin-left: auto;
      margin-right: auto;
      height: 7.8rem;
      background: #FFFFFF;
      border-radius: 3.4rem; }
      .top_treatment-btn-01 a .txt {
        position: relative;
        padding: 0 5.3rem; }
        .top_treatment-btn-01 a .txt::before {
          content: "";
          position: absolute;
          width: 3.8rem;
          height: 3.8rem;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          background: url(assets/img/treatment-icon04.png) no-repeat center;
          background-size: contain; }
        .top_treatment-btn-01 a .txt::after {
          content: "";
          position: absolute;
          width: 3rem;
          height: 3rem;
          top: 50%;
          right: 1.4rem;
          background: #91BF55 url(assets/img/icon_arrow-08.png) no-repeat center;
          background-size: .8rem;
          border-radius: 100%;
          transform: translateY(-50%);
          transition: all 0.35s; }
      .top_treatment-btn-01 a .item {
        color: #91BF55;
        font-size: 2.1rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.2rem; }
        .top_treatment-btn-01 a .item:nth-child(2) {
          color: #4A3E35;
          font-size: 2.44rem; }
      .top_treatment-btn-01 a:hover .txt::after {
        right: 0; }
  .top_treatment-slide {
    overflow: hidden;
    margin-bottom: 6rem; }
    .top_treatment-slide ul {
      display: flex;
      width: max-content;
      animation: slide-left 30s linear infinite; }
      .top_treatment-slide ul li {
        margin: 0 1rem; }
        .top_treatment-slide ul li img {
          width: 56rem; }

.top_greeting {
  margin-bottom: 9rem;
  background: url(assets/img/greeting-bg01.png) no-repeat top 28.6rem left;
  background-size: 32.6rem; }
  .top_greeting-gp {
    max-width: 163rem;
    margin-left: auto;
    width: 100%;
    margin-bottom: -1.2rem; }
    .top_greeting-gp-item:first-child {
      width: 68rem;
      padding-top: 6.5rem; }
    .top_greeting-gp-item:last-child {
      width: calc(100% - 68rem + 7rem);
      position: relative;
      margin-left: -7rem; }
      .top_greeting-gp-item:last-child .cont {
        position: absolute;
        top: 35%;
        left: 31%; }
        .top_greeting-gp-item:last-child .cont p {
          color: #492922;
          font-size: 1.4rem;
          font-weight: 500;
          line-height: 180%;
          letter-spacing: 0; }
          .top_greeting-gp-item:last-child .cont p.vz-01 {
            position: relative;
            padding-left: 2.7rem; }
            .top_greeting-gp-item:last-child .cont p.vz-01::before {
              content: "";
              position: absolute;
              width: 2rem;
              height: 2rem;
              top: 50%;
              left: 0;
              background: #F29600;
              border-radius: 100%;
              transform: translateY(-50%); }
          .top_greeting-gp-item:last-child .cont p.vz-02 {
            font-family: "Noto Serif JP", serif;
            font-size: 2.66rem;
            margin-bottom: -0.4rem;
            font-weight: 700; }
          .top_greeting-gp-item:last-child .cont p.vz-03 {
            font-size: 1.5rem;
            color: #F29600;
            font-family: "Josefin Sans", sans-serif; }
    .top_greeting-gp-item .txt-default-01 {
      padding-left: 5rem;
      line-height: 280%; }
    .top_greeting-gp-item .title-default-01 {
      margin-bottom: 3.6rem; }

.top_column {
  padding: 6.2rem 0 11.2rem;
  background: url(assets/img/column-bg01.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 8rem; }
  .top_column-list {
    gap: 2.4rem; }
    .top_column-list li {
      width: calc((100% - 7.201rem) / 4); }
      .top_column-list li img {
        width: 100%;
        border-radius: 1rem;
        aspect-ratio: 4 / 2.4; }
      .top_column-list li .img {
        display: block;
        margin-bottom: 2.2rem; }
      .top_column-list li .date {
        color: #DF7C00;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 170%;
        letter-spacing: 0.15rem;
        font-family: "Josefin Sans", sans-serif;
        padding-left: 2.6rem;
        margin-bottom: .9rem;
        position: relative; }
        .top_column-list li .date::before {
          content: "";
          position: absolute;
          width: 1.5rem;
          height: 1.5rem;
          top: 50%;
          left: 0;
          -webkit-mask: url(assets/img/icon-star01.png) center/100% no-repeat;
          mask: url(assets/img/icon-star01.png) center/100% no-repeat;
          transform: translateY(-50%);
          background: #F7DE03; }
      .top_column-list li .title {
        color: #492922;
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: 0.12rem;
        padding-right: 2rem; }
  .top_column .title-default-01 {
    margin-bottom: 3rem; }

.top_recruit {
  margin-bottom: 8.5rem; }
  .top_recruit-gp {
    border-radius: 3.7rem;
    background: url(assets/img/recruit-bg01.jpg) no-repeat center;
    background-size: cover;
    padding: 4.2rem 9rem 3.6rem 10rem; }
    .top_recruit-gp-item:first-child {
      width: 87.4rem; }
    .top_recruit-gp-item:last-child {
      width: calc(100% - 87.4rem); }
    .top_recruit-gp-item img {
      width: 100%; }
    .top_recruit-gp-item .block {
      width: 30rem;
      height: 30rem;
      background: #FAB28A;
      border-radius: 100%;
      flex-flow: column;
      margin-left: auto; }
      .top_recruit-gp-item .block p {
        text-align: center;
        color: #FFFFFF;
        font-size: 2.3rem;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0.2rem;
        margin-bottom: 3rem; }
      .top_recruit-gp-item .block .btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 19.7rem;
        height: 3.6rem;
        border-radius: 1.8rem;
        border: #FFFFFF solid 1px;
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.25rem;
        font-family: "Josefin Sans", sans-serif;
        padding-top: .4rem;
        position: relative;
        padding-right: 2.8rem;
        transition: all 0.35s; }
        .top_recruit-gp-item .block .btn a::before {
          content: "";
          position: absolute;
          width: 0.7rem;
          height: 1.1rem;
          top: 50%;
          transform: translateY(-50%);
          -webkit-mask: url(assets/img/icon_arrow-09.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow-09.svg) center/100% no-repeat;
          background: #FFFFFF;
          right: 2rem;
          transition: all 0.35s; }
        .top_recruit-gp-item .block .btn a:hover {
          background: #FFFFFF;
          color: #FAB28A; }
          .top_recruit-gp-item .block .btn a:hover::before {
            background: #FAB28A; }

.table-form {
  width: 100%; }
  .table-form .row {
    display: flex;
    flex-wrap: wrap; }
  .table-form .col {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .table-form .col:first-child {
      width: 38rem; }
    .table-form .col:last-child {
      width: calc(100% - 38rem); }
    .table-form .col .required {
      background: #63B8A0;
      color: #FFFFFF;
      font-size: 1.2rem;
      padding: .5rem;
      border-radius: 0.5rem;
      margin-left: 1rem; }
    .table-form .col .wpcf7-list-item input {
      width: 1.6rem;
      height: 1.6rem;
      position: relative;
      top: .2rem; }
    .table-form .col .wpcf7-list-item.first {
      margin: 0; }
    .table-form .col .examp p {
      font-size: 1.4rem;
      color: #CCC; }
  .table-form .cm4cf7-confirm-value {
    display: block;
    width: 100%; }
  @media (min-width: 767.5px) {
    .table-form .row:nth-child(odd) .col {
      background: rgba(99, 184, 160, 0.1); } }

.form-input {
  width: 100%; }
  .form-input input, .form-input textarea {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border: #ccc solid 1px;
    line-height: 175%; }
    .form-input input:focus-visible, .form-input textarea:focus-visible {
      outline: none; }
  .form-input textarea {
    height: 16rem;
    vertical-align: top;
    resize: none; }
  .form-input-item {
    position: relative; }
    .form-input-item input {
      width: 9rem;
      text-align: center;
      margin: 0 .5rem; }
    .form-input-item.vz-02 input {
      width: 13rem; }
  .form-input .value {
    position: absolute;
    top: .7rem;
    left: 10rem; }

.form_recruit .checked {
  margin-bottom: 2rem; }
.form_recruit .txt_desc {
  margin-bottom: 4rem; }

.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center; }

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center; }

.btn-default-02 .wpcf7-spinner {
  margin: 1rem auto;
  display: block; }

.page-content .wpcf7 form .wpcf7-response-output {
  margin: 0 0 4rem; }

.page-content-box .block {
  background: rgba(99, 184, 160, 0.1);
  border-radius: 2rem;
  padding: 3rem 1rem;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 960.5px) {
  .top_feature-gp.vz-05 {
    padding-bottom: 7.7rem; }
    .top_feature-gp.vz-05 .top_feature-gp-item:last-child {
      padding-left: 0;
      padding-right: 4.5rem; }
    .top_feature-gp.vz-05 .top_feature-gp-item:first-child {
      order: 1; }

  .top_concerns-list li a.vz-01 {
    top: 14.6rem;
    margin-right: 2.4rem; }
  .top_concerns-list li a.vz-02 {
    margin-right: 5.3rem; }
  .top_concerns-list li a.vz-03 {
    top: 5.2rem;
    margin-right: 4.9rem; }
  .top_concerns-list li a.vz-04 {
    top: 8.5rem;
    margin-right: 2rem; }
  .top_concerns-list li a.vz-05 {
    top: -3rem; }
  .top_concerns-list li a.vz-06 {
    top: 9.3rem; }
  .top_concerns-list li a.vz-07 {
    margin-left: 8.2rem;
    margin-right: 2rem; }
  .top_concerns-list li a.vz-08 {
    top: -12.5rem;
    margin-right: 7.4rem; }
  .top_concerns-list li a.vz-09 {
    top: -7rem;
    margin-right: 7.4rem; }
  .top_concerns-list li a.vz-10 {
    top: -7.9rem;
    margin-right: 5.2rem; }
  .top_concerns-list li a.vz-11 {
    top: -5rem; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .mv-cont {
    width: 100%; }
  .mv-list li img {
    width: 20rem; }

  .top_problem::before {
    left: 4.5rem; }

  .top_feature .icon-01 {
    right: -7rem; }
  .top_feature .icon-03 {
    right: -9rem; }

  .top_concerns-title {
    font-size: 4.5rem;
    padding-right: 0; }
    .top_concerns-title .sub {
      font-size: 4rem; }
  .top_concerns-list {
    gap: 15rem 0; }
    .top_concerns-list li a {
      width: 17.4rem;
      height: 17.4rem; }
      .top_concerns-list li a .item {
        font-size: 2.5rem; }
        .top_concerns-list li a .item .sub {
          font-size: 2rem; }
      .top_concerns-list li a.vz-01 {
        top: 11.6rem;
        margin-right: 1.4rem; }
      .top_concerns-list li a.vz-02 {
        margin-right: 2rem; }
      .top_concerns-list li a.vz-03 {
        margin-right: 2rem; }
      .top_concerns-list li a.vz-05 {
        top: -1rem; }
      .top_concerns-list li a.vz-07 {
        margin-left: 2.2rem; }
      .top_concerns-list li a.vz-08 {
        margin-right: 4rem; }
      .top_concerns-list li a.vz-09 {
        margin-right: 3rem;
        padding-bottom: 2rem; }
      .top_concerns-list li a.vz-10 {
        top: -4.9rem;
        margin-right: 4.2rem; }
  .top_concerns-item:first-child {
    width: 45rem; }
  .top_concerns-item:last-child {
    margin-left: -15.2rem;
    width: calc(100% - 45rem + 15.2rem); }
    .top_concerns-item:last-child::before {
      left: -1rem;
      width: calc(100% - 1rem); }

  .top_box-gp {
    justify-content: center; } }
@media (max-width: 960px) {
  .mv-view {
    margin-bottom: 2rem; }
    .mv-view .slick-slide img {
      height: 36rem; }
  .mv-cont {
    width: 100%;
    padding: 1rem;
    top: 58%;
    background: rgba(0, 0, 0, 0.3); }
    .mv-cont h2 {
      font-size: 2.2rem;
      letter-spacing: 0;
      margin-bottom: 0.5rem; }
    .mv-cont p {
      font-size: 1.5rem;
      letter-spacing: 0; }
  .mv-list {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 0 1rem;
    justify-content: center;
    gap: 1rem; }
    .mv-list li img {
      width: 11.15rem; }

  .top_news {
    padding: 4rem 0 10.5rem; }
    .top_news-gp {
      gap: 2rem; }
      .top_news-gp-item:first-child {
        width: 100%;
        padding-top: 0;
        padding-right: 0; }
      .top_news-gp-item:last-child {
        width: 100%;
        padding: 2rem; }
        .top_news-gp-item:last-child .img img {
          width: 18rem; }
    .top_news-title-01 {
      margin-bottom: 1.5rem; }
      .top_news-title-01 .title {
        margin-right: 1.5rem; }
    .top_news-title-02 .title {
      font-size: 2rem; }
    .top_news-list {
      margin-bottom: 2rem; }
      .top_news-list li {
        margin-bottom: 1.5rem; }
        .top_news-list li a .item {
          font-size: 1.5rem;
          letter-spacing: 0; }
          .top_news-list li a .item.date {
            width: 9rem; }
          .top_news-list li a .item.title {
            width: calc(100% - 9rem);
            letter-spacing: 0; }
    .top_news-btn-01 {
      top: 1.6rem;
      right: 0; }
      .top_news-btn-01 a {
        font-size: 1.5rem; }

  .top_problem {
    padding: 24rem 0 6rem;
    background-size: contain; }
    .top_problem::before {
      width: 10rem;
      height: 9.3rem;
      left: 1rem; }
    .top_problem-list-01 {
      width: 100%;
      gap: 1rem; }
      .top_problem-list-01::before {
        width: 12rem;
        height: 7.2rem; }
      .top_problem-list-01 li {
        width: calc((100% - 1.001rem) / 2); }
        .top_problem-list-01 li a {
          width: 100%;
          height: 16rem; }
          .top_problem-list-01 li a::before {
            width: 8rem;
            height: 1.4rem;
            top: 33%; }
          .top_problem-list-01 li a::after {
            bottom: 1.5rem; }
          .top_problem-list-01 li a .item {
            font-size: 2.4rem; }
    .top_problem-title-01 .item {
      font-size: 3rem; }
      .top_problem-title-01 .item .sub {
        font-size: 3rem; }

  .top_feature {
    padding-bottom: 6rem; }
    .top_feature-title-01 {
      font-size: 2.5rem;
      margin-top: 0;
      margin-bottom: 2rem; }
      .top_feature-title-01 .item {
        font-size: 2.3rem; }
      .top_feature-title-01 .big {
        font-size: 5rem;
        letter-spacing: .4rem;
        margin-left: -0.7rem;
        margin-right: .3rem;
        top: .4rem; }
    .top_feature-title-02 {
      padding-left: 5.5rem;
      font-size: 2rem;
      margin-bottom: 1rem; }
      .top_feature-title-02::before {
        top: 50%;
        left: 0;
        width: 5rem;
        height: 5rem;
        font-size: 2rem;
        padding-top: .5rem; }
    .top_feature-title-03 {
      font-size: 1.7rem;
      margin-bottom: .5rem; }
    .top_feature-gp {
      padding: 1.5rem 1rem 5rem;
      border-radius: 1rem; }
      .top_feature-gp-item:first-child {
        width: 100%;
        margin-bottom: 1.5rem; }
      .top_feature-gp-item:last-child {
        padding-left: 0;
        width: 100%; }
      .top_feature-gp-box .img {
        padding: 0 0 1.7rem; }
    .top_feature-block {
      margin-bottom: 3rem; }
      .top_feature-block.vz-02 {
        gap: 3rem; }
      .top_feature-block.vz-03 {
        margin-bottom: 6rem; }
    .top_feature-field {
      width: 100%; }
    .top_feature .txt-default-01.v-02 p {
      min-height: auto; }
    .top_feature .icon-01, .top_feature .icon-03 {
      right: -1.5rem; }
    .top_feature .icon-01 {
      width: 8rem;
      height: 4rem; }
    .top_feature .icon-02 {
      top: -1.8rem;
      left: -1.5rem;
      width: 10rem;
      height: 8.9rem; }
    .top_feature .icon-03 {
      width: 10rem;
      height: 14.3rem; }

  .top_slide ul li img {
    width: 25rem; }

  .top_concerns {
    padding-right: 0; }
    .top_concerns-title {
      padding-right: 0;
      font-size: 2.4rem;
      letter-spacing: 0;
      margin-bottom: 2rem; }
      .top_concerns-title .item {
        padding: 0; }
        .top_concerns-title .item::before, .top_concerns-title .item::after {
          width: 1.5rem;
          height: 2.4rem; }
        .top_concerns-title .item::before {
          left: -1.3rem; }
        .top_concerns-title .item::after {
          right: -0.7rem; }
      .top_concerns-title .sub {
        font-size: 2.2rem;
        padding: 0 1rem; }
    .top_concerns-list {
      gap: 2.5rem;
      margin-left: auto;
      margin-right: auto;
      width: 28.6rem; }
      .top_concerns-list li a {
        width: 13rem;
        height: 13rem; }
        .top_concerns-list li a .item {
          font-size: 1.8rem; }
          .top_concerns-list li a .item .sub {
            font-size: 1.6rem; }
        .top_concerns-list li a::after {
          width: 3.5rem;
          height: 3.5rem; }
        .top_concerns-list li a.vz-09 {
          padding-bottom: 2rem; }
    .top_concerns-item:first-child {
      width: 100%;
      margin-bottom: 1.5rem; }
    .top_concerns-item:last-child {
      width: 100%;
      margin-left: 0;
      padding: 1.5rem 1.5rem 3rem; }
      .top_concerns-item:last-child::before {
        left: 0;
        width: 100%;
        border-radius: 1rem; }

  .top_box-gp-item {
    width: 100%; }
    .top_box-gp-item::before {
      top: 0.7rem;
      left: 0.7rem;
      width: 5rem;
      height: 5rem; }
    .top_box-gp-item::after {
      top: 0.7rem;
      right: 0.7rem;
      width: 5rem;
      height: 5rem; }
    .top_box-gp-item .title {
      margin-bottom: 1rem; }
      .top_box-gp-item .title h4 {
        font-size: 2rem; }
      .top_box-gp-item .title p {
        font-size: 1.5rem;
        letter-spacing: 0;
        text-align: center; }
    .top_box-gp-item .desc p {
      font-size: 1.5rem;
      text-align: center;
      margin-bottom: 1rem; }
    .top_box-gp-item .cont {
      padding: 1rem; }
      .top_box-gp-item .cont::before {
        bottom: .7rem;
        left: .7rem;
        width: 5rem;
        height: 5rem; }
      .top_box-gp-item .cont::after {
        bottom: .7rem;
        right: .7rem;
        width: 5rem;
        height: 5rem; }
    .top_box-gp-item .list {
      margin-bottom: 1.5rem; }
      .top_box-gp-item .list li {
        font-size: 1.5rem; }
    .top_box-gp-item .img img {
      height: 34rem; }

  .top_treatment {
    padding: 4rem 0 16rem; }
    .top_treatment-list-01 {
      grid-template-columns: 1fr;
      gap: 1.5rem; }
      .top_treatment-list-01 li::before {
        width: 100%;
        left: 0;
        height: 6rem; }
      .top_treatment-list-01 li::after {
        left: 50%;
        transform: translateX(-50%); }
      .top_treatment-list-01 li .txt {
        font-size: 1.5rem;
        padding-right: 8rem; }
      .top_treatment-list-01 li .box {
        width: 9rem;
        height: 9rem; }
        .top_treatment-list-01 li .box .item {
          font-size: 3rem; }
          .top_treatment-list-01 li .box .item:nth-child(2) {
            font-size: 1.5rem; }
      .top_treatment-list-01 li.vz-01 .txt::before {
        width: 4.8rem; }
      .top_treatment-list-01 li.vz-02 .txt::before {
        width: 4.6rem;
        right: 0; }
      .top_treatment-list-01 li.vz-02::after {
        left: 50%; }
      .top_treatment-list-01 li.vz-02 .txt {
        padding-right: 8rem; }
      .top_treatment-list-01 li.vz-03::after {
        left: 50%; }
      .top_treatment-list-01 li.vz-03 .txt {
        padding-right: 8rem; }
        .top_treatment-list-01 li.vz-03 .txt::before {
          right: 0; }
    .top_treatment-list-02 {
      margin-bottom: 3rem;
      grid-template-columns: 1fr; }
      .top_treatment-list-02 li {
        width: calc((100% - 1rem) / 2); }
        .top_treatment-list-02 li a {
          font-size: 1.5rem;
          padding-left: 4rem;
          padding-right: 3rem; }
      .top_treatment-list-02 ul.vz-01, .top_treatment-list-02 ul.vz-03 {
        display: flex;
        gap: 0 1rem; }
      .top_treatment-list-02 ul.vz-02 {
        gap: 0 1rem;
        justify-content: flex-start; }
        .top_treatment-list-02 ul.vz-02 li {
          width: calc((100% - 2.001rem) / 3); }
    .top_treatment-slide ul li {
      width: 25rem; }
    .top_treatment-btn-01 a .item {
      font-size: 1.5rem;
      letter-spacing: 0; }
      .top_treatment-btn-01 a .item:nth-child(2) {
        font-size: 1.5rem; }

  .top_greeting {
    padding: 0 1.5rem;
    margin-bottom: 6rem;
    background: transparent; }
    .top_greeting-gp {
      margin-bottom: 1rem; }
      .top_greeting-gp-item:first-child {
        width: 100%;
        padding-top: 0;
        order: 1; }
      .top_greeting-gp-item:last-child {
        width: 100%;
        margin-left: 0; }
        .top_greeting-gp-item:last-child .cont {
          left: 0; }
      .top_greeting-gp-item .title-default-01 {
        margin-bottom: 1.5rem; }
      .top_greeting-gp-item .txt-default-01 {
        padding-left: 0;
        margin-bottom: 1rem; }

  .top_column {
    padding: 4rem 0 5rem;
    margin-bottom: 6rem; }
    .top_column-list {
      gap: 1rem; }
      .top_column-list li {
        width: calc((100% - 1.001rem) / 2); }
        .top_column-list li .title {
          padding-right: 0;
          font-size: 1.5rem;
          letter-spacing: 0; }
        .top_column-list li .date {
          font-size: 1.5rem; }
    .top_column .title-default-01 {
      margin-bottom: 1rem; }

  .top_recruit {
    margin-bottom: 6rem; }
    .top_recruit-gp {
      padding: 1rem;
      border-radius: 1rem; }
      .top_recruit-gp-item:first-child {
        width: 100%; }
      .top_recruit-gp-item:last-child {
        width: 100%; }
      .top_recruit-gp-item .block {
        margin-right: auto;
        font-size: 1.8rem;
        width: 24rem;
        height: 24rem; }
        .top_recruit-gp-item .block .btn a {
          font-size: 1.5rem;
          width: 17rem; }
        .top_recruit-gp-item .block p {
          margin-bottom: 1rem; }

  .table-form .col:first-child {
    width: 20rem; }
  .table-form .col:last-child {
    width: calc(100% - 20rem); }

  .page-content-box .block {
    padding: 1rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .top_concerns-list {
    width: 59.6rem; }

  .top_problem {
    background-size: 53rem; }

  .top_box-gp-item {
    width: calc(100% / 2); }

  .top_treatment-list-01 {
    grid-template-columns: 1fr 1fr 1fr; }
    .top_treatment-list-01 li .txt {
      padding-right: 3rem; }
    .top_treatment-list-01 li.vz-01 .txt::before, .top_treatment-list-01 li.vz-02 .txt::before, .top_treatment-list-01 li.vz-03 .txt::before {
      right: -1.6rem; }
    .top_treatment-list-01 li.vz-02 .txt {
      padding-right: 4rem; }
    .top_treatment-list-01 li.vz-03 .txt {
      padding-right: 4rem; }
  .top_treatment-list-02 li {
    width: calc((100% - 2.001rem) / 3); } }
@media (max-width: 767px) {
  .table-form .col:first-child {
    width: 100%;
    background: rgba(172, 222, 209, 0.5); }
  .table-form .col:last-child {
    width: 100%;
    padding: 1rem 0; }

  .form-input-item input {
    margin: 0; }

  .top_treatment-list-02 ul.vz-02 li {
    width: calc((100% - 1.001rem) / 2); } }
:root {
  --main-color: #acded1;
  --main-color--title: #4A3E35;
  --main-color-white: #ffffff;
  --main-color-rgb: 34, 139, 230;
  --size-v1: 3.2rem;
  --size-v2: 2.5rem;
  --size-v3: max(2rem, 18px);
  --size-v4: max(1.8rem, 16px);
  --size-p: max(1.6rem, 15px);
  --letter-spacing-default: 0.05rem;
  --padding-20: 2rem;
  --padding-x15y0: 1.5rem 0rem;
  --relative-position: relative;
  --font-default: "Noto Sans JP", sans-serif;
  --font-title: "Noto Serif JP", serif; }

@media (max-width: 960px) {
  :root {
    --size-v1: 2.5rem;
    --size-v2: 2rem;
    --size-v3: 1.8rem;
    --size-p: 1.5rem;
    --padding-20: 1.5rem;
    --padding-x15y0: 1rem 0rem; } }
.title_v1 {
  position: var(--relative-position);
  font-size: var(--size-v1);
  letter-spacing: var(--letter-spacing-default);
  line-height: 140%;
  padding: 0 0 2rem 0;
  color: var(--main-color--title);
  font-family: var(--font-title);
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
  font-weight: 600; }
  .title_v1::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 7rem;
    height: 1.2rem;
    transform: translateX(-50%);
    background: url(assets/img/problem-icon02.png) no-repeat center;
    background-size: contain; }
  @media (max-width: 960px) {
    .title_v1 {
      padding-bottom: 2rem;
      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-title);
  background: var(--main-color);
  overflow: hidden;
  position: relative;
  width: calc(100% - 1.2rem);
  border: 1px dashed #ffffff;
  outline: 0.6rem solid var(--main-color);
  left: .6rem;
  font-weight: 600; }
  .title_v2.version_v2 {
    background-color: transparent;
    color: var(--main-color);
    font-size: var(--size-v2);
    padding: 0 5rem 0 0;
    letter-spacing: .2rem;
    width: 100%;
    border: 0px dashed #ffffff;
    outline: 0rem solid var(--main-color);
    left: 0; }
    .title_v2.version_v2::after {
      content: none; }
  @media (max-width: 960px) {
    .title_v2 {
      padding: 1rem 1rem 1.3rem;
      margin-bottom: 3rem; }
      .title_v2.version_v2 {
        font-size: 2rem;
        padding: 2rem 0 1rem;
        margin-bottom: 1.5rem; } }

.title_v3 {
  position: var(--relative-position);
  font-size: var(--size-v3);
  letter-spacing: var(--letter-spacing-default);
  line-height: 140%;
  padding: 0 0 1.5rem 0rem;
  color: var(--main-color);
  font-family: var(--font-title); }
  .title_v3::before, .title_v3::after {
    content: "";
    height: .2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--main-color); }
  .title_v3::before {
    width: 10%;
    z-index: 2; }
  .title_v3::after {
    opacity: 0.1;
    width: 100%; }

.title_v4 {
  position: var(--relative-position);
  font-size: var(--size-v4);
  letter-spacing: var(--letter-spacing-default);
  line-height: 140%;
  padding: 0 0 0rem 2.5rem;
  color: var(--main-color);
  font-family: var(--font-title); }
  .title_v4::before, .title_v4::after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    top: .5rem;
    background: var(--main-color); }

.rowbox {
  width: 100%;
  margin: 4rem 0 7rem;
  display: flex;
  gap: 4rem; }
  .rowbox-item {
    width: calc(100% - 40rem - 4rem); }
    .rowbox-item:last-child {
      width: 40rem; }
    .rowbox-item img {
      border-radius: 1rem; }
    .rowbox-item.border img {
      border: #CCCCCC solid 1px; }
    .rowbox-item p {
      margin-top: -1.1rem; }
      @media (max-width: 960px) {
        .rowbox-item p {
          margin-top: 0; } }
  .rowbox_box3colum {
    gap: 2rem; }
    .rowbox_box3colum-item {
      grid-template-columns: 33%; }
      .rowbox_box3colum-item img {
        border-radius: 1rem;
        vertical-align: top; }
  .rowbox.fd-rowre {
    flex-direction: row-reverse; }
  @media (max-width: 960px) {
    .rowbox {
      gap: 2rem;
      margin-top: 2rem;
      margin-bottom: 5rem;
      flex-direction: column-reverse; }
      .rowbox-item {
        width: 100%; }
        .rowbox-item:last-child {
          width: 100%; }
        .rowbox-item img {
          border-radius: 0.5rem;
          width: 100%; }
      .rowbox_box3colum {
        gap: 1rem;
        margin-bottom: 4rem;
        flex-direction: row; }
        .rowbox_box3colum-item img {
          border-radius: 0.5rem; }
      .rowbox.fd-rowre {
        flex-direction: column-reverse; } }

.cardbox {
  width: 100%;
  display: grid;
  gap: 2rem 2rem;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  margin: 4rem 0 7rem; }
  .cardbox-item {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding-bottom: 3rem;
    box-shadow: 0.3rem 0.3rem 0.2rem 0px rgba(27, 32, 101, 0.1); }
    .cardbox-item img {
      width: 100%;
      height: 27rem;
      object-fit: cover;
      position: relative;
      z-index: 1;
      margin-bottom: 2rem;
      padding: 0 !important; }
    .cardbox-item .title_v2 {
      margin-bottom: 1.5rem; }
      @media (max-width: 960px) {
        .cardbox-item .title_v2 {
          margin-bottom: 1rem !important; } }
    .cardbox-item * {
      position: relative;
      z-index: 1;
      padding: 0 2rem !important; }
      @media (max-width: 960px) {
        .cardbox-item * {
          padding-left: 1.5rem !important;
          padding-right: 1.5rem !important; } }
    .cardbox-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: var(--main-color);
      opacity: 0.03;
      z-index: -1; }
  @media (max-width: 960px) {
    .cardbox {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 960px) and (max-width: 650px) {
    .cardbox {
      grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 960px) {
      .cardbox-item {
        border-radius: 0.5rem;
        padding-bottom: 2rem; } }

.table_v1 {
  margin-top: 4rem;
  margin-bottom: 7rem;
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-default); }
  .table_v1 tr {
    border-bottom: 1px dashed #ccc; }
    .table_v1 tr:first-child {
      border-top: 1px dashed #ccc; }
  .table_v1 th,
  .table_v1 td {
    position: relative;
    text-align: left;
    vertical-align: top;
    position: var(--relative-position);
    font-size: var(--size-p);
    letter-spacing: var(--letter-spacing-default);
    line-height: 140%;
    padding: 2.05rem 1.5rem;
    color: var(--main-color--title);
    font-family: var(--font-title);
    font-family: var(--font-default); }
  .table_v1.vs-th th {
    width: 35rem; }
  .table_v1 th,
  .table_v1 td {
    font-family: var(--font-default); }
  .table_v1 th {
    width: 22rem;
    font-weight: 700; }
  .table_v1 td {
    color: #454545; }
    .table_v1 td a {
      color: #454545;
      text-decoration: none; }
      .table_v1 td a:hover {
        text-decoration: underline; }
  .table_v1.fix_pc th {
    background-color: rgba(99, 184, 160, 0.1); }
  .table_v1.fix_pc th,
  .table_v1.fix_pc td {
    border: 1px solid;
    vertical-align: middle; }
    .table_v1.fix_pc th:first-child,
    .table_v1.fix_pc td:first-child {
      width: 10rem; }
    .table_v1.fix_pc th:nth-child(2),
    .table_v1.fix_pc td:nth-child(2) {
      width: 15rem; }
    .table_v1.fix_pc th:last-child,
    .table_v1.fix_pc td:last-child {
      width: 10rem; }
  .table_v1.table_line th,
  .table_v1.table_line td {
    border: 1px solid var(--main-color);
    text-align: center;
    padding: 3rem; }
  @media (max-width: 960px) {
    .table_v1 {
      margin-top: 2rem;
      margin-bottom: 4rem; }
      .table_v1 th {
        border: 0;
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        color: var(--main-color-white);
        background-color: var(--main-color); }
      .table_v1 th,
      .table_v1 td {
        width: 100%;
        float: left;
        line-height: 175%; }
      .table_v1_sp td {
        width: 50%;
        float: inherit;
        padding: 1rem !important; }
      .table_v1_sp2 {
        margin-top: -2.5rem !important;
        margin-bottom: 1.5rem !important; }
        .table_v1_sp2 td,
        .table_v1_sp2 th {
          padding: 0.5rem !important;
          float: inherit;
          vertical-align: middle; }
        .table_v1_sp2 th {
          width: 10rem !important;
          border-right: 1px solid #eee !important;
          border-bottom: 1px solid #eee !important; }
          .table_v1_sp2 th:last-child {
            border-right: 0 !important; }
        .table_v1_sp2 td {
          font-size: 1.4rem !important;
          width: 15rem !important; }
      .table_v1.vz-02 {
        margin-bottom: 6rem; }
        .table_v1.vz-02 td,
        .table_v1.vz-02 th {
          float: initial;
          padding: 1rem .5rem;
          border-bottom: 1px solid #eee; }
        .table_v1.vz-02 th {
          width: 7rem;
          padding-left: 0;
          background: transparent;
          color: var(--main-color--title); }
        .table_v1.vz-02 td {
          width: initial;
          padding-right: 0; }
      .table_v1.vz-03 th,
      .table_v1.vz-03 td {
        padding: .8rem;
        vertical-align: middle;
        border: 1px solid #eee; }
      .table_v1.vz-03 th {
        width: 8rem; }
      .table_v1.fix_pc {
        width: 87rem; }
        .table_v1.fix_pc th,
        .table_v1.fix_pc td {
          color: #4A3E35;
          float: inherit;
          padding: .6rem 1.5rem; }
          .table_v1.fix_pc th:first-child,
          .table_v1.fix_pc td:first-child {
            width: 8rem; }
          .table_v1.fix_pc th:nth-child(2),
          .table_v1.fix_pc td:nth-child(2) {
            width: 10rem; }
          .table_v1.fix_pc th:nth-child(3),
          .table_v1.fix_pc td:nth-child(3) {
            width: 19rem; }
          .table_v1.fix_pc th:last-child,
          .table_v1.fix_pc td:last-child {
            width: 3rem; } }

@media (max-width: 960px) {
  .box-table-scroll {
    width: auto;
    overflow-x: auto; } }
.table_v2 {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-default);
  margin: 4rem 0 7rem;
  border: 0.4rem double var(--main-color); }
  .table_v2 tr {
    border-bottom: 1px dashed #ccc; }
    .table_v2 tr:first-child {
      border-top: 1px dashed #ccc; }
  .table_v2 th,
  .table_v2 td {
    position: relative;
    text-align: left;
    vertical-align: top;
    position: var(--relative-position);
    font-size: var(--size-p);
    letter-spacing: var(--letter-spacing-default);
    line-height: 140%;
    padding: 2.05rem 1.5rem;
    color: var(--main-color--title);
    font-family: var(--font-title);
    font-family: var(--font-default); }
  .table_v2 th {
    width: 22rem;
    font-weight: 500; }
    @media (min-width: 960.5px) {
      .table_v2 th {
        font-size: 2rem; } }
  .table_v2 td {
    color: #454545; }
  .table_v2 th,
  .table_v2 td {
    border-bottom: 1px solid var(--main-color);
    vertical-align: middle; }
    .table_v2 th:first-child,
    .table_v2 td:first-child {
      width: 40rem; }
    .table_v2 th:not(:first-child),
    .table_v2 td:not(:first-child) {
      text-align: center;
      border-left: 1px solid var(--main-color); }
  @media (max-width: 960px) {
    .table_v2 {
      margin-top: 2rem;
      margin-bottom: 5rem;
      border: 0; }
      .table_v2 th {
        width: 5rem; }
      .table_v2 th,
      .table_v2 td {
        padding: 4px;
        border: 1px solid var(--main-color); }
      .table_v2 td {
        font-size: 14px; } }

.mapsbox {
  width: 100%;
  height: 50rem;
  margin: 4rem 0 4rem;
  border: 0.4rem solid var(--main-color);
  padding: .5rem;
  position: relative; }
  .mapsbox iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top; }
  @media (max-width: 960px) {
    .mapsbox {
      height: 30rem;
      margin-top: 2rem;
      margin-bottom: 3rem;
      border: 0.2rem solid var(--main-color); } }

.box_desc {
  margin-top: 3rem;
  margin-bottom: 7rem;
  position: relative; }
  .box_desc img.full {
    margin-top: 3rem;
    width: 100%;
    height: 50rem;
    display: block;
    object-fit: cover;
    padding: 1rem;
    border-radius: 1rem;
    border: 0.4rem solid var(--main-color); }
  .box_desc.version_v3 {
    margin-top: 0;
    margin-bottom: 0; }
    .box_desc.version_v3 p {
      text-align: justify; }
    .box_desc.version_v3 p:not(:last-child) {
      margin-bottom: 2rem; }
    .box_desc.version_v3 .doctor_name {
      font-size: 2rem;
      display: block;
      text-align: right;
      margin-top: 3rem; }
      .box_desc.version_v3 .doctor_name span {
        display: block;
        font-size: 1.9rem;
        letter-spacing: 0; }
      .box_desc.version_v3 .doctor_name strong {
        font-size: 3.5rem;
        font-weight: bold;
        margin-left: 2rem;
        letter-spacing: .2rem; }
  .box_desc .btn-default-03 a {
    display: inline-grid;
    width: auto;
    border-radius: 1rem;
    padding-left: 2rem;
    padding-right: 3.5rem;
    min-width: 28rem; }
  @media (max-width: 960px) {
    .box_desc {
      margin-top: 2.5rem;
      margin-bottom: 5rem; }
      .box_desc img.full {
        height: auto;
        padding: .5rem;
        margin-top: 2rem;
        border: 0.2rem solid var(--main-color); }
      .box_desc.version_v3 {
        padding-right: 0rem; }
        .box_desc.version_v3 p:not(:last-child) {
          margin-bottom: 2rem; }
        .box_desc.version_v3 .doctor_name {
          font-size: 1.8rem;
          margin-top: 2rem; }
          .box_desc.version_v3 .doctor_name strong {
            font-size: 2.5rem; } }

.ta-center {
  text-align: center; }
  .ta-center * {
    text-align: center; }

.faq_desc {
  background-color: #d3e2e9;
  padding: 4rem;
  border-radius: 1rem;
  position: relative; }
  .faq_desc::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -19.5px;
    width: 20px;
    height: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #d3e2e9; }
  @media (max-width: 960px) {
    .faq_desc {
      margin-top: 3.5rem;
      padding: 2rem 1.5rem; } }

.mg--0rem {
  margin: 0 !important; }

.mgt--0rem {
  margin-top: 0 !important; }

.mgb--0rem {
  margin-bottom: 0 !important; }

.mgt--2rem {
  margin-top: 2rem; }
  @media (max-width: 960px) {
    .mgt--2rem {
      margin-top: -1rem; } }

.mgt--3rem {
  margin-top: -3rem; }
  @media (max-width: 960px) {
    .mgt--3rem {
      margin-top: -1rem; } }

.mgb--3rem {
  margin-bottom: -3rem; }
  @media (max-width: 960px) {
    .mgb--3rem {
      margin-bottom: -1rem; } }

.mgt--5rem {
  margin-top: -7rem; }
  @media (max-width: 960px) {
    .mgt--5rem {
      margin-top: -5rem; } }

.mgb-2rem {
  margin-bottom: 2rem; }

.mgb--2rem {
  margin-bottom: -2rem; }
  @media (max-width: 960px) {
    .mgb--2rem {
      margin-bottom: -0.5rem; } }

.mgt-2rem {
  margin-top: 2rem; }

.mgt-4rem {
  margin-top: 4rem; }

.mgb-4rem {
  margin-bottom: 4rem; }
  @media (max-width: 960px) {
    .mgb-4rem {
      margin-bottom: 2rem; } }

.mgb-7rem {
  margin-bottom: 7rem; }
  @media (max-width: 960px) {
    .mgb-7rem {
      margin-top: 5rem; } }

.pt-0-5rem {
  padding-top: .7rem; }

@media (max-width: 960px) {
  .mg-sp-0rem {
    margin: 0rem !important; } }

@media (max-width: 960px) {
  .u-pc {
    display: none !important; } }

.u-sp {
  display: none !important; }
  @media (max-width: 960px) {
    .u-sp {
      display: block !important; } }

.page-content-box {
  margin-top: 10rem; }
  .page-content-box:last-child {
    margin-bottom: 0;
    padding-bottom: 15rem; }
@media (max-width: 960px) {
  .page-content-box {
    margin-top: 6rem; }
    .page-content-box:last-child {
      padding-bottom: 10rem; } }

.box-content-01 {
  border-radius: 1rem;
  border: 0.4rem double var(--main-color);
  padding: 5rem; }
  .box-content-01 p:not(:last-child) {
    margin-bottom: 1rem; }
  .box-content-01 .rowbox {
    margin: 0; }
  .box-content-01.vs-01 {
    border: 1px solid #acded1;
    background-color: rgba(172, 222, 209, 0.2); }
@media (max-width: 960px) {
  .box-content-01 {
    padding: 2rem 1.5rem; }
    .box-content-01 .rowbox {
      flex-direction: column-reverse; }
    .box-content-01.vz-02 .rowbox {
      flex-direction: column; } }

.interview-item:nth-child(2n - 1) .rowbox {
  flex-direction: row-reverse; }
@media (max-width: 960px) {
  .interview-item:nth-child(2n - 1) .rowbox {
    margin-top: 2rem;
    margin-bottom: 5rem;
    flex-direction: column-reverse; } }

.procedurebox {
  width: 100%;
  position: relative; }
  .procedurebox .listbox {
    margin: 1.5rem 0 0 0;
    background: transparent;
    padding: 0 !important;
    box-shadow: initial !important; }
  .procedurebox-item {
    padding: 5rem;
    position: relative;
    border-radius: 0.5rem;
    box-shadow: 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2);
    background-color: rgba(27, 32, 101, 0.05); }
    .procedurebox-item .title_v2 {
      margin-bottom: 2rem; }
    .procedurebox-item:not(:last-child) {
      margin-bottom: 6rem; }
      .procedurebox-item:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -4rem;
        width: 3rem;
        height: 2rem;
        transform: translateX(-50%);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background-color: var(--main-color); }
  @media (max-width: 960px) {
    .procedurebox-item {
      padding: 2rem; }
      .procedurebox-item .title_v2 {
        margin-bottom: 2rem; }
      .procedurebox-item:not(:last-child) {
        margin-bottom: 4rem; }
        .procedurebox-item:not(:last-child)::before {
          bottom: -2.5rem;
          width: 2rem;
          height: 1rem; } }

.listbox {
  padding: 5rem;
  margin-top: 4rem;
  margin-bottom: 7rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--main-color); }
  .listbox.vs-01 {
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .listbox.li1colums {
    padding: 3rem; }
    .listbox.li1colums ul {
      grid-template-columns: repeat(1, 1fr); }
  .listbox.li2colums {
    padding: 3rem; }
    .listbox.li2colums ul {
      grid-template-columns: repeat(2, 1fr); }
  .listbox.mgt--3rem {
    margin-top: -3rem; }
  .listbox.mgb--3rem {
    margin-bottom: 4rem; }
  .listbox ul {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr); }
  .listbox li {
    padding-left: 3rem;
    position: relative;
    color: #333333;
    font-size: var(--size-p); }
    .listbox li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .3rem;
      width: 2rem;
      height: 2rem;
      border: 1px solid var(--main-color); }
    .listbox li::after {
      content: "";
      position: absolute;
      left: .3rem;
      top: 0px;
      width: 2rem;
      height: 2rem;
      background-color: var(--main-color);
      clip-path: polygon(35% 82%, 100% 0, 35% 100%, 0% 50%); }
    .listbox li.last {
      padding-left: 0; }
      .listbox li.last::before, .listbox li.last::after {
        content: none; }
  @media (max-width: 960px) {
    .listbox {
      padding: 2rem;
      margin-top: 2rem;
      margin-bottom: 4rem;
      border-radius: 0.5rem; }
      .listbox.mgt--3rem {
        margin-top: 2rem; }
      .listbox.li1colums {
        padding: 2rem; }
        .listbox.li1colums li {
          text-align: justify; }
      .listbox.li2colums {
        padding: 2rem; } }
    @media (max-width: 960px) and (max-width: 650px) {
      .listbox.li2colums ul {
        grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 960px) {
      .listbox ul {
        gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 960px) and (max-width: 650px) {
      .listbox ul {
        grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 960px) {
      .listbox li {
        padding-left: 2.6rem;
        position: relative; }
        .listbox li::before {
          width: 1.5rem;
          height: 1.5rem; }
        .listbox li::after {
          width: 1.5rem;
          height: 1.5rem; } }

.list-custom {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .list-custom li {
    padding-left: 3rem;
    position: relative;
    color: #333333;
    font-size: 1.8rem;
    line-height: 175%;
    letter-spacing: .1rem; }
    .list-custom li:not(:last-child) {
      margin-bottom: 1rem; }
    .list-custom li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .5rem;
      width: 2rem;
      height: 2rem;
      border: 1px solid var(--main-color); }
    .list-custom li::after {
      content: "";
      position: absolute;
      left: .3rem;
      top: 0px;
      width: 2rem;
      height: 2rem;
      background-color: var(--main-color);
      clip-path: polygon(35% 82%, 100% 0, 35% 100%, 0% 50%); }
    .list-custom li.last {
      padding-left: 0; }
      .list-custom li.last::before, .list-custom li.last::after {
        content: none; }

.box_card {
  width: 100%;
  display: flex;
  margin-top: 4rem;
  margin-bottom: 7rem; }
  .box_card .title_v2 {
    padding-top: 0;
    border-radius: 0; }
  .box_card li {
    width: calc((100% - 5rem) / 3);
    margin-right: 2.5rem;
    padding: 2.5rem 3rem;
    border-radius: 1rem;
    background-color: rgba(155, 197, 120, 0.1); }
    .box_card li:nth-child(3n), .box_card li:last-child {
      margin-right: 0; }
    .box_card li p {
      letter-spacing: normal; }

.box-faq--item:not(:last-child) {
  margin-bottom: 7rem; }
.box-faq--item---title {
  position: relative; }
  .box-faq--item---title::before {
    content: "+";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #ffffff;
    z-index: 5; }
.box-faq--item---desc {
  margin-top: 3rem;
  background-color: rgba(94, 78, 59, 0.1);
  padding: 2.5rem 3rem;
  position: relative;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }
  .box-faq--item---desc::before {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: -1.95rem;
    width: 2rem;
    height: 2rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: rgba(94, 78, 59, 0.1); }

.box_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: 2rem; }
  @media (max-width: 960px) {
    .box_link {
      flex-direction: column; } }

.boxdoctor {
  position: relative; }
  .boxdoctor .rowbox-item:first-child img {
    position: relative;
    left: 10rem; }
  .boxdoctor .boxnamedoctor {
    background: linear-gradient(49deg, rgba(255, 255, 255, 0.1) 0%, #63b8a0 50%);
    padding: 3rem;
    border-radius: 1rem;
    position: absolute;
    right: 10rem;
    top: 60%; }
    .boxdoctor .boxnamedoctor p {
      color: #ffffff;
      font-size: 2rem; }
      .boxdoctor .boxnamedoctor p.fzbig {
        font-size: 3rem; }
        .boxdoctor .boxnamedoctor p.fzbig small {
          font-size: small; }
  @media (max-width: 960px) {
    .boxdoctor {
      margin-bottom: 4rem;
      gap: 0;
      flex-direction: column; }
      .boxdoctor .rowbox-item:first-child img {
        left: 0;
        border-radius: 1rem;
        width: 100%; }
      .boxdoctor .boxnamedoctor {
        width: 100%;
        padding: 1.5rem 0rem 0;
        right: 0rem;
        top: initial;
        bottom: 0rem;
        position: relative;
        background: transparent; }
        .boxdoctor .boxnamedoctor p {
          display: none; }
          .boxdoctor .boxnamedoctor p.fzbig {
            display: block;
            font-size: 2rem;
            color: #4A3E35;
            padding-left: 0;
            padding-right: 0; }
            .boxdoctor .boxnamedoctor p.fzbig small {
              font-size: smaller; } }

@media (max-width: 960px) {
  .table_v1 tr {
    border-bottom: 0; }
    .table_v1 tr:first-child {
      border-top: 0; }

  .table_v1_sp_default {
    margin-top: 3rem;
    margin-bottom: 5rem; }
    .table_v1_sp_default tr {
      border-top: 1px dashed var(--main-color) !important; }
      .table_v1_sp_default tr:last-child {
        border-bottom: 1px dashed var(--main-color) !important; }
    .table_v1_sp_default th,
    .table_v1_sp_default td {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    .table_v1_sp_default th {
      color: var(--main-color) !important;
      width: 9rem !important;
      padding-left: 0rem !important;
      padding-right: 0rem !important;
      background-color: transparent !important; }
    .table_v1_sp_default td {
      width: calc(100% - 9rem);
      padding-right: 0 !important; }
    .table_v1_sp_default.vz-021 th {
      width: 10rem !important; }
    .table_v1_sp_default.vz-021 td {
      width: calc(100% - 10rem) !important;
      padding-left: .5rem; }
    .table_v1_sp_default.vs-02-sp th {
      width: 17rem !important; }
    .table_v1_sp_default.vs-02-sp td {
      width: calc(100% - 17rem) !important; }

  .table_v2 tr {
    border-bottom: 0; }
    .table_v2 tr:first-child {
      border-top: 0; } }
.box-img {
  margin-top: 3rem;
  margin-bottom: 5rem; }
  .box-img img {
    border-radius: 1rem; }

.list-link {
  display: flex;
  align-items: center;
  gap: 2rem; }

.link-page {
  display: inline-block;
  padding: 2rem 5rem 2rem 3rem;
  border-radius: 0.5rem;
  margin-top: 2.5rem;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-weight: 500;
  line-height: 150%;
  transition: ease-in-out 0.35s;
  position: relative; }
  .link-page::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.3rem;
    height: 1.3rem;
    background-color: var(--main-color);
    transition: ease-in-out 0.35s;
    clip-path: polygon(0 0, 0% 100%, 100% 50%); }
  .link-page:hover {
    background-color: var(--main-color);
    color: var(--main-color-white); }
    .link-page:hover::before {
      background-color: var(--main-color-white); }

/* ========================================
   FAQ PAGE
======================================== */
.page-content-box .box-faq {
  margin: 0 auto;
    /* ==========================
   Question
========================== */
    /* ==========================
   Answer
========================== */ }
  .page-content-box .box-faq-item {
    padding: 3rem 0;
    border-bottom: 1px solid #e5e5e5; }
    .page-content-box .box-faq-item:first-child {
      border-top: 1px solid #e5e5e5; }
  .page-content-box .box-faq .title_v2-faq {
    font-size: var(--size-v3);
    font-weight: 600;
    line-height: 175%;
    color: var(--main-color--title);
    position: relative;
    padding-left: 3rem; }
    .page-content-box .box-faq .title_v2-faq::before {
      content: "Q";
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 700;
      color: #63b8a0; }
  .page-content-box .box-faq .box_desc {
    margin-top: 2rem;
    padding-left: 3rem; }
    .page-content-box .box-faq .box_desc p {
      margin: 0;
      position: relative; }
      .page-content-box .box-faq .box_desc p::before {
        content: "A";
        position: absolute;
        left: -3rem;
        font-weight: 700;
        color: #999; }

/* ========================================
   Responsive
======================================== */
@media (max-width: 768px) {
  .page-content-box .box-faq-item {
    padding: 2.5rem 0; }
  .page-content-box .box-faq .title_v2-faq {
    font-size: 1.8rem;
    padding-left: 2.5rem; }
  .page-content-box .box-faq .box_desc {
    padding-left: 2.5rem; }
    .page-content-box .box-faq .box_desc p::before {
      left: -2.5rem; } }
.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-2 {
  margin-bottom: 2rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-10 {
  margin-bottom: 10rem; }

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.ml-11 {
  margin-left: 11rem; }

.ml-5 {
  margin-left: 5rem; }

.ml-4-5 {
  margin-left: 4.5rem; }

.mr-1-5 {
  margin-right: 1.5rem; }

.p-3 {
  padding: 3rem; }

@media (max-width: 960px) {
  .p-3 {
    padding: 1.5rem; }

  .mt-6 {
    margin-top: 3rem; }

  .mb-10 {
    margin-bottom: 7rem; }

  .mb-4 {
    margin-bottom: 2rem; } }

/*# sourceMappingURL=style.css.map */
