@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;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: "Shippori Mincho", serif; }

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

.grid-1640 {
  max-width: 167rem; }
.grid-1490 {
  max-width: 152rem; }
.grid-1400 {
  max-width: 143rem; }
.grid-1250 {
  max-width: 128rem; }
.grid-1200 {
  max-width: 123rem; }
.grid-1130 {
  max-width: 116rem; }

p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  color: #454545; }

p.has-text-align-center {
  text-align: center; }

#page_top {
  position: fixed;
  bottom: 10.5rem;
  right: 0;
  width: 7rem;
  height: 7rem;
  opacity: 0;
  border: 0;
  background: #C8B181;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top::before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 1.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    #page_top {
      right: 1.5rem;
      bottom: 7rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      #page_top.fixed {
        bottom: 14rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 14rem; } }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_in_1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0;
    position: relative;
    top: 100px; }
  100% {
    position: relative;
    top: 0px;
    opacity: 1; } }
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.fade-left.show {
  animation: fade_left 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

.fade-right.show {
  animation: fade_right 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

[data-animation="fade-in"].show {
  animation: fade_in_1 500ms 1s ease-in-out;
  animation-fill-mode: forwards; }

.wow_custom_no {
  opacity: 0;
  position: relative;
  z-index: 1; }

@media (min-width: 960.5px) {
  .menu_right_fix {
    display: none; } }
@media (max-width: 1280px) and (min-width: 960.5px) {
  body,
  p {
    font-size: 2rem; } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: .022rem;
    line-height: 175%;
    text-align: justify;
    font-size: 1.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; }

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

.txt-center {
  text-align: center; }

.p-3 {
  padding: 3rem; }

.my-8 {
  margin: 8rem 0; }

.mt-6 {
  margin-top: 6rem; }

.mt-7 {
  margin-top: 7rem; }

.mb-2 {
  margin-bottom: 2rem; }
.mb-3 {
  margin-bottom: 3rem; }
.mb-4 {
  margin-bottom: 4rem; }
.mb-10 {
  margin-bottom: 10rem; }

@media (max-width: 960px) {
  .my-8 {
    margin: 6rem 0; }

  .mt-7, .mt-6 {
    margin-top: 4rem; }

  .mb-10 {
    margin-bottom: 6rem; } }
.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.hero-banner__content {
  position: relative;
  width: 100%;
  height: auto; }
.hero-banner__image {
  width: 100%;
  height: auto;
  display: block;
  height: 40rem;
  overflow: hidden; }
  .hero-banner__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    vertical-align: top;
    height: 100%; }
.hero-banner__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 35rem;
  padding: 2rem 4rem;
  background: radial-gradient(circle, #2a329e 0%, #2a329e 50%, rgba(255, 255, 255, 0) 100%); }
  .hero-banner__title .ja {
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 150%;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: bold; }

@media (max-width: 960px) {
  .main_page #toc_container a {
    font-size: 1.5rem; }

  .hero-banner__image {
    height: 20rem; }
    .hero-banner__image img {
      height: 20rem; }
  .hero-banner__title {
    min-width: 30rem;
    padding: 1.5rem; }
    .hero-banner__title .ja {
      font-size: 2rem;
      letter-spacing: .1rem; } }
.breadcrumb {
  width: 100%;
  position: relative;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .breadcrumb__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline; }
  .breadcrumb__item {
    position: relative;
    display: inline;
    font-weight: 600;
    line-height: 150%;
    font-size: 1.8rem; }
    .breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .breadcrumb__item:not(:last-child)::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .breadcrumb__link {
    color: #333;
    text-decoration: none;
    transition: all 0.35s ease; }
    .breadcrumb__link:hover {
      opacity: 0.7; }
  .breadcrumb__text {
    color: #333;
    font-weight: 500; }

@media (max-width: 960px) {
  .breadcrumb__item {
    font-size: 1.5rem; } }
.news__group {
  padding: 5.5rem 0 6rem; }
  .news__group-item:first-child {
    width: calc(100% - 30rem); }
  .news__group-item:last-child {
    width: 30rem;
    padding-left: 5rem; }
  .news__group .news-list {
    margin-bottom: 6rem;
    width: 100%; }
    .news__group .news-list li a {
      font-size: 1.6rem; }

.archive-gp {
  border: #1B2065 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: #1B2065;
  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: #1B2065 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: #1B2065; }

.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(27, 32, 101, 0.2); }
    .news-list li:nth-child(odd) {
      background: #1b2065; }
      .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(27, 32, 101, 0.5); }
      .news-list li:hover:nth-child(odd) a .date,
      .news-list li:hover:nth-child(odd) a .txt {
        color: #171717; }
    .news-list li a {
      display: flex;
      align-items: center;
      gap: 2rem;
      color: #222;
      text-decoration: none;
      font-size: 1.6rem;
      transition: color 0.3s ease; }
      .news-list li a:hover {
        color: #0073aa; }
      .news-list li a .date {
        display: inline-block;
        min-width: 13rem;
        font-size: 1.8rem;
        color: #171717;
        line-height: 1.4;
        font-weight: 600;
        padding-left: 2rem;
        padding-right: 2rem;
        letter-spacing: .1rem; }
      .news-list li a .txt {
        flex: 1;
        font-size: 1.8rem;
        line-height: 1.5;
        color: #171717;
        word-break: break-word;
        padding-right: 2rem; }

.pagenavi-wrap {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .pagenavi-wrap ul {
    display: flex;
    justify-content: center; }
    .pagenavi-wrap ul li {
      margin: 0 .8rem; }
      .pagenavi-wrap ul li * {
        height: 4rem;
        border: #1B2065 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: #1B2065;
        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 #1B2065;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.55rem;
      color: #e28787;
      font-size: 1.8rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.35s ease; }
    .news-pagination .wp-pagenavi a:hover,
    .news-pagination .wp-pagenavi .current {
      background: #1B2065;
      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;
  margin-bottom: 1rem;
  margin-top: 1.5rem; }
  .column-list__box .cate-item {
    display: inline-block;
    margin-right: 1.5rem; }
    .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: #1B2065;
      transition: ease-in-out .3s; }
      @media (min-width: 768px) {
        .column-list__box .cate-item a:hover {
          background-color: rgba(27, 32, 101, 0.7); } }
.column-list__item {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  box-sizing: border-box; }
.column-list__date {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: 0.1rem; }
.column-list__title, .column-list__excerpt {
  font-size: 1.8rem;
  color: #171717;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0.1rem;
  margin-bottom: .5rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify; }
.column-list__title:hover {
  color: #e28787; }
.column-list__excerpt {
  font-size: 1.6rem;
  font-weight: 500; }

.single-post__header {
  background-color: rgba(27, 32, 101, 0.1); }
.single-post__title {
  font-size: 3.2rem;
  color: #1B2065;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.single-post__date {
  font-size: 1.6rem;
  color: #1B2065;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem; }
.single-post__body {
  padding: 4rem 0; }
  .single-post__body :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2.8rem;
    color: #171717;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .single-post__body h2 {
    font-size: 2.6rem; }
  .single-post__body h3 {
    font-size: 2.4rem; }
  .single-post__body h4 {
    font-size: 2.2rem; }
  .single-post__body h5 {
    font-size: 2rem; }
  .single-post__body h6 {
    font-size: 1.8rem; }
  .single-post__body blockquote {
    background-color: #eeeeee;
    padding: 4rem; }
    .single-post__body blockquote p:last-child {
      margin-bottom: 0; }
  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.8rem;
    color: #171717;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .single-post__body a {
    color: #0073aa;
    text-decoration: underline; }
  .single-post__body ul,
  .single-post__body ol {
    list-style: disc;
    margin-left: 2.2rem;
    margin-bottom: 2.5rem; }
  .single-post__body ol {
    list-style: numbered; }
  .single-post__body li {
    margin-bottom: 0; }
    .single-post__body li:not(:last-child) {
      margin-bottom: 1rem; }
  .single-post__body hr {
    border: none;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
  @media (min-width: 960.5px) {
    .single-post__body img.alignright {
      float: right;
      margin-left: 2rem; }
    .single-post__body img.alignleft {
      float: left;
      margin-right: 2rem; }
    .single-post__body img.aligncenter {
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
.single-post__nav {
  margin-top: 5rem; }
  .single-post__nav-list {
    display: flex;
    justify-content: space-between;
    gap: 2rem; }
  .single-post__nav-item a,
  .single-post__nav-item span {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    font-family: "";
    color: #ffffff;
    border: 0.1rem solid #1B2065;
    border-radius: 3.3rem;
    background: #1B2065;
    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: #1B2065; }
  .single-post__nav--alt .single-post__nav-item a,
  .single-post__nav--alt .single-post__nav-item span {
    border-color: #1B2065; }
  .single-post__nav--alt .single-post__nav-item a:hover {
    background: #1B2065; }

@media (max-width: 960px) {
  .news__group .news-list {
    margin-bottom: 4rem; }

  .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: #1B2065; }

.sitemap__menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }

@media (max-width: 960px) {
  .sitemap__menu ul {
    grid-template-columns: repeat(2, 1fr); }
    .sitemap__menu ul li a {
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .sitemap__menu ul {
    grid-template-columns: repeat(1, 1fr); } }
.catalogue {
  margin-top: 2.5rem;
  margin-bottom: 10rem; }
  .catalogue-title {
    display: none; }
  .catalogue-gp {
    max-width: 120.001rem; }
    .catalogue-gp:not(.style-4button) {
      padding: 2rem 5rem 3.9rem;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 1rem;
      border: 1px solid #353535;
      box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08); }
  .catalogue-list ul {
    display: flex;
    flex-wrap: wrap; }
    .catalogue-list ul li {
      margin-right: 3rem; }
      .catalogue-list ul li:last-child {
        margin-right: 0; }
      .catalogue-list ul li a {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        color: #1B2065;
        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: #1B2065; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(27, 32, 101, 0.1);
        border: #1B2065 solid 1px; }
        .catalogue-list.style-4button ul li a::before, .catalogue-list.style-4button ul li a::after {
          content: none; }
        @media (max-width: 767px) {
          .catalogue-list.style-4button ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            height: 100%;
            padding: 1rem; } }

@media (max-width: 960px) {
  .catalogue-list ul li a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .catalogue-list.style-4button ul li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .catalogue-list.style-4button ul li:nth-child(2n) {
      margin-right: 0; } }
.main_page #toc_container {
  width: calc(100% - 3rem);
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 5rem;
  padding: 2rem;
  margin-bottom: 8rem;
  background: transparent;
  border: 0; }
  .main_page #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 1rem;
    color: #1B2065; }
  .main_page #toc_container a {
    font-size: 1.8rem; }
.main_page .toc_list,
.main_page .toc_title {
  width: 53%; }
.main_page .toc_list {
  position: relative; }
  .main_page .toc_list li {
    margin-bottom: 0.8rem !important; }
    @media (min-width: 960.5px) {
      .main_page .toc_list li {
        padding-right: 1.5rem !important; } }
  .main_page .toc_list::before {
    content: "";
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 9rem);
    top: -7rem;
    left: -2rem;
    background-color: rgba(27, 32, 101, 0.1);
    border: #1B2065 solid 1px;
    z-index: -1; }
.main_page.style-1columns .toc_list,
.main_page.style-1columns .toc_title, .main_page.style-2columns .toc_list,
.main_page.style-2columns .toc_title, .main_page.style-3columns .toc_list,
.main_page.style-3columns .toc_title, .main_page.style-4button .toc_list,
.main_page.style-4button .toc_title {
  width: 100%; }
.main_page.style-1columns .toc_list::before, .main_page.style-2columns .toc_list::before, .main_page.style-3columns .toc_list::before, .main_page.style-4button .toc_list::before {
  width: calc(100% + 4rem); }
  @media (max-width: 960px) {
    .main_page.style-1columns .toc_list::before, .main_page.style-2columns .toc_list::before, .main_page.style-3columns .toc_list::before, .main_page.style-4button .toc_list::before {
      width: calc(100% + 3rem);
      left: -1.5rem; } }
.main_page.style-2columns #toc_container.no_bullets ul {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-2columns #toc_container.no_bullets ul li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 0.6rem; }
    .main_page.style-2columns #toc_container.no_bullets ul li:nth-child(2n) {
      margin-right: 0; }
.main_page.style-3columns #toc_container.no_bullets ul {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-3columns #toc_container.no_bullets ul li {
    width: calc((100% - 3.001rem) / 3);
    margin-right: 1.5rem; }
    @media (min-width: 960.5px) {
      .main_page.style-3columns #toc_container.no_bullets ul li:nth-child(3n) {
        margin-right: 0; } }
.main_page.style-4button .toc_list {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-4button .toc_list li {
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
    .main_page.style-4button .toc_list li a {
      font-weight: 500;
      line-height: 175%;
      transition: ease all 500ms;
      position: relative;
      display: block;
      color: #cb9661;
      letter-spacing: 0;
      border-bottom: #353535 solid .1rem;
      padding: 1rem 2rem;
      background: rgba(255, 255, 255, 0.6);
      border: #cb9661 solid 1px; }
      .main_page.style-4button .toc_list li a:hover {
        text-decoration: none !important;
        background: #cb9661;
        color: #FFFFFF; }

@media (max-width: 960px) {
  .main_page #toc_container a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .main_page.style-3columns #toc_container.no_bullets ul li {
    width: 100%;
    margin-right: 0; }

  .main_page.style-2columns #toc_container.no_bullets ul li {
    width: 100%;
    margin-right: 0; }

  .main_page #toc_container {
    padding: 1.5rem; }
  .main_page .toc_list::before {
    left: -1.5rem;
    width: calc(100% + 3rem); }
  .main_page .toc_list,
  .main_page .toc_title {
    width: 100%; } }
header.head {
  height: 10.5rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 55;
  transition: all 0.35s; }
  .header-gp-item {
    transition: all 0.35s; }
    .header-gp-item:first-child {
      padding-left: 1.5rem; }
    .header-gp-item .logo img {
      width: 24.6rem; }
  .header-menu li {
    position: relative; }
    .header-menu li a {
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      height: 100%; }
      .header-menu li a span {
        color: #454545;
        font-size: 2rem;
        font-weight: 500;
        line-height: 135%;
        letter-spacing: 0;
        text-align: center;
        transition: all 0.35s; }
        .header-menu li a span:first-child {
          position: relative;
          padding: 0 2rem;
          margin-bottom: 1.2rem; }
          .header-menu li a span:first-child::before {
            content: "";
            position: absolute;
            width: 1px;
            height: calc(100% - .4rem);
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            background: #454545; }
        .header-menu li a span:last-child {
          font-size: 1.2rem;
          color: #C8B181;
          display: flex;
          align-items: center;
          height: 100%; }
      .header-menu li a:hover span:first-child {
        color: #0093FF; }
    .header-menu li:last-child a span:first-child::before {
      content: none; }
    .header-menu li.current_page_item a span:first-child, .header-menu li.current-menu-parent a span:first-child {
      color: #0093FF; }
    @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: 5.6rem;
        transition: all 0.3s ease;
        width: 27rem; }
        .header-menu li .sub-menu::before {
          content: "";
          position: absolute;
          width: 100%;
          height: calc(100% - 2.4rem);
          left: 0;
          bottom: 0;
          background: rgba(27, 32, 101, 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: 8rem;
          padding: 5rem 10rem !important; }
          .header-menu li.vz-02 .sub-menu::before {
            height: calc(100% - 2.5rem); }
          .header-menu li.vz-02 .sub-menu li {
            width: calc((100% - 6.001rem) / 3);
            margin-right: 3rem; }
            .header-menu li.vz-02 .sub-menu li:nth-child(3n) {
              margin-right: 0; }
            .header-menu li.vz-02 .sub-menu li:last-child {
              border-width: 1px; }
      .header-menu li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        padding: 2.3rem 0 0; }
      .header-menu li:hover.menu-item-has-children > a::before {
        opacity: 1; } }
  .header-btn-gp {
    background: #32355D; }
    .header-btn-gp p {
      color: #FFFFFF;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      text-align: center; }
  .header-btn-list li a {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: relative;
    z-index: 0; }
    .header-btn-list li a.web_order {
      width: 18.8rem;
      background: #C8B181; }
      .header-btn-list li a.web_order::before {
        content: "";
        position: absolute;
        width: 1.7rem;
        height: 1.7rem;
        bottom: .3rem;
        right: .3rem;
        background: #1B2065;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
      .header-btn-list li a.web_order span:first-child {
        background: #1B2065;
        line-height: 134%;
        padding: 0 1.8rem;
        margin-bottom: .8rem; }
      .header-btn-list li a.web_order span:last-child {
        font-size: 2.5rem;
        font-weight: 700;
        padding-left: 2.7rem;
        position: relative; }
        .header-btn-list li a.web_order span:last-child::before {
          content: "";
          position: absolute;
          width: 2.1rem;
          height: 2.4rem;
          -webkit-mask: url(assets/img/calendar-icon.svg) center/100% no-repeat;
          mask: url(assets/img/calendar-icon.svg) center/100% no-repeat;
          background: #FFFFFF;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
    .header-btn-list li a.tel {
      width: 27.1rem;
      background: #1B2065; }
      .header-btn-list li a.tel::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(assets/img/tel-bg-02.png) no-repeat center left;
        background-size: cover;
        mix-blend-mode: overlay; }
      .header-btn-list li a.tel span:last-child {
        font-size: 3rem;
        font-weight: 700;
        padding-left: 2.3rem;
        position: relative; }
        .header-btn-list li a.tel span:last-child::before {
          content: "";
          position: absolute;
          width: 2.5rem;
          height: 2.5rem;
          top: 50%;
          left: -1rem;
          transform: translateY(-50%);
          background: url(assets/img/icon-tel-01.svg) no-repeat center;
          background-size: contain; }

@media (max-width: 1440px) and (min-width: 961px) {
  .header-gp-item .logo img {
    width: 19rem; }
  .header-btn-list li a.tel {
    width: 20rem; }
    .header-btn-list li a.tel span:last-child {
      font-size: 2.2rem; }
  .header-btn-list li a.web_order {
    width: 15rem; }
    .header-btn-list li a.web_order span:first-child {
      padding: 0 1rem; }
    .header-btn-list li a.web_order span:last-child {
      font-size: 2.2rem; }
  .header-menu li a span {
    font-size: 1.8rem; }
    .header-menu li a span:first-child {
      padding: 0 1rem; }
    .header-menu li a span:last-child {
      font-size: 1rem; } }
@media (min-width: 960.5px) {
  .u-sp {
    display: none; }

  .home header.head {
    height: auto; }
  .home .header:not(.active) {
    background: transparent;
    padding: 1.5rem 0 2rem;
    border-bottom: #FFFFFF solid 1px; }
    .home .header:not(.active)::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, #454545 0%, rgba(69, 69, 69, 0) 100%);
      top: 0;
      left: 0;
      z-index: -1;
      transition: all 0.35s; }
    .home .header:not(.active) .header-gp-item {
      transition: all 0.35s; }
      .home .header:not(.active) .header-gp-item:first-child {
        padding-left: 6rem; }
      .home .header:not(.active) .header-gp-item:last-child {
        padding-right: 3rem; }
    .home .header:not(.active) .header-menu {
      margin-right: 1rem;
      transition: all 0.35s; }
      .home .header:not(.active) .header-menu li a span {
        color: #FFFFFF; }
        .home .header:not(.active) .header-menu li a span:first-child::before {
          background: #FFFFFF; }
        .home .header:not(.active) .header-menu li a span:last-child {
          color: #C8B181; }
      .home .header:not(.active) .header-menu li .sub-menu {
        top: 5.5rem;
        padding-top: 4.6rem; }
        .home .header:not(.active) .header-menu li .sub-menu::before {
          height: calc(100% - 4.6rem); }
      .home .header:not(.active) .header-menu li.vz-02 .sub-menu {
        top: 9.5rem; } }
@media (max-width: 1440px) and (min-width: 960.5px) {
  .home .header:not(.active) .header-gp-item:first-child {
    padding-left: 1.5rem; }
  .home .header:not(.active) .header-gp-item:last-child {
    padding-right: 1rem; }
  .home .header:not(.active) .header-menu {
    margin-right: 0; } }
@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  header.head {
    height: 7rem; }

  .header {
    padding: .5rem 0; }
    .header-gp-item {
      width: 100%; }
      .header-gp-item:first-child {
        padding-left: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .header-gp-item:last-child {
        display: none;
        height: calc(100vh - 12rem);
        overflow: scroll;
        padding: 1.5rem 1.5rem 15rem; }
    .header-gp .logo img {
      width: 17rem; }
    .header-menu {
      margin-right: 0; }
      .header-menu li {
        border-right: 0;
        padding: 0;
        margin-bottom: 1rem; }
        .header-menu li:last-child {
          margin-bottom: 0; }
        .header-menu li a {
          font-size: 1.5rem;
          display: block; }
          .header-menu li a.active {
            color: #0093FF; }
          .header-menu li a::before {
            content: none; }
      .header-menu-title {
        color: #1B2065;
        font-size: 3rem;
        font-weight: 700;
        line-height: 170%;
        letter-spacing: 0;
        margin-bottom: 1rem; }
      .header-menu.vz-01 {
        display: none; }
    .header-btn-gp {
      display: none; }

  .nav-menu {
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
    background: #ffffff;
    width: 7rem;
    height: 6rem;
    z-index: 10; }
    .nav-menu-item {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 1.2rem 1.5rem;
      cursor: pointer; }
      .nav-menu-item span {
        background: #1B2065;
        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 {
  background: url(assets/img/footer-bg.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 13.7rem 0 12rem; }
  .footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1B2065;
    opacity: 0.73;
    z-index: -1; }
  .footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7rem;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #1B2065; }
  .footer-gp {
    margin-bottom: 13.2rem; }
    .footer-gp-box:first-child {
      width: 46.7rem; }
    .footer-gp-box:last-child {
      padding-top: .6rem;
      padding-left: 4rem;
      width: calc(100% - 46.7rem); }
    .footer-gp-box .logo {
      margin-bottom: 2.7rem; }
      .footer-gp-box .logo img {
        width: 42.7rem; }
    .footer-gp-item:first-child {
      width: 28.4rem; }
    .footer-gp-item:last-child {
      width: calc(100% - 28.4rem);
      padding-left: 3.5rem; }
  .footer-title-01 {
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 2rem; }
    .footer-title-01::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      max-width: 28.4rem;
      bottom: 0;
      left: 0;
      background: #FFFFFF; }
    .footer-title-01 .item {
      color: #FFFFFF;
      font-size: 3.5rem;
      font-weight: 400;
      line-height: 135%;
      letter-spacing: 0; }
      .footer-title-01 .item:last-child {
        font-size: 2rem;
        border-left: #FFFFFF solid 1px;
        margin-left: 2rem;
        padding-left: 2rem; }
  .footer-menu li {
    margin-bottom: 1.3rem; }
    .footer-menu li:last-child {
      margin-bottom: 0; }
    .footer-menu li a {
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      position: relative;
      padding-left: 1.2rem; }
      .footer-menu li a::before {
        content: "";
        position: absolute;
        width: calc(100% - 1.2rem);
        height: 1px;
        bottom: 0;
        right: 0;
        background: #FFFFFF;
        opacity: 0;
        transition: all 0.35s; }
      .footer-menu li a::after {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        top: 1.2rem;
        left: 0;
        background: #FFFFFF;
        border-radius: 100%; }
      .footer-menu li a:hover::before {
        opacity: 1; }
      .footer-menu li a:hover::after {
        background: #C8B181; }
    .footer-menu li.current_page_item a::before {
      opacity: 1; }
    .footer-menu li.current_page_item a::after {
      background: #C8B181; }
  .footer-menu.vz-02 {
    display: grid;
    grid-template-columns: 1.5fr 2fr; }
  .footer-tel {
    margin-bottom: 2.4rem; }
    .footer-tel a {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 8rem;
      background: #1B2065;
      position: relative;
      z-index: 0; }
      .footer-tel a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: url(assets/img/tel-bg-01.png) no-repeat center;
        background-size: cover;
        mix-blend-mode: overlay; }
      .footer-tel a span {
        color: #FFFFFF;
        font-size: 3rem;
        font-weight: 700;
        line-height: 135%;
        letter-spacing: 0; }
        .footer-tel a span:first-child {
          font-weight: 400;
          font-size: 1.8rem; }
        .footer-tel a span:last-child {
          position: relative;
          padding-left: 3rem; }
          .footer-tel a span:last-child::before {
            left: -0.6rem;
            top: 50%;
            transform: translateY(-50%);
            content: "";
            position: absolute;
            width: 2.5rem;
            height: 2.5rem;
            background: url(assets/img/icon-tel-01.svg) no-repeat center;
            background-size: contain; }
  .footer-desc p {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0; }

.copyright .logo img {
  width: 19rem; }
.copyright .txt p {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  margin-left: 2rem; }

@media (max-width: 960px) {
  .menu_right_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 65;
    display: flex; }
    .menu_right_fix li {
      width: calc(100% / 3);
      border-right: #FFFFFF solid 1px; }
      .menu_right_fix li a {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        background: #1B2065;
        height: 6rem;
        padding: 0.6rem;
        color: #FFFFFF;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0;
        position: relative; }
        .menu_right_fix li a::before {
          content: "";
          position: absolute;
          width: 2rem;
          height: 2rem;
          top: .9rem;
          background: #FFFFFF; }
        .menu_right_fix li a.tel::before {
          -webkit-mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat;
          mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat; }
        .menu_right_fix li a.web::before {
          -webkit-mask: url(assets/img/calendar-icon.svg) center/100% no-repeat;
          mask: url(assets/img/calendar-icon.svg) center/100% no-repeat; }
        .menu_right_fix li a.access::before {
          -webkit-mask: url(assets/img/icon-location.svg) center/100% no-repeat;
          mask: url(assets/img/icon-location.svg) center/100% no-repeat; }
      .menu_right_fix li:last-child {
        border-right: 0; }

  .footer {
    padding: 6rem 0 9rem; }
    .footer-gp {
      margin-bottom: 6rem; }
      .footer-gp-box:first-child {
        width: 100%; }
      .footer-gp-box:last-child {
        display: none; }
      .footer-gp-box .logo img {
        width: 24rem; }

  .copyright .txt p {
    font-size: 1.4rem;
    margin-top: .5rem;
    margin-left: 0; }
  .copyright .logo img {
    width: 14rem; } }
.title-default-01 {
  position: relative;
  z-index: 0;
  text-align: center;
  padding-top: 3.3rem;
  margin-bottom: 5.6rem; }
  .title-default-01::before {
    content: "";
    position: absolute;
    width: 16.2rem;
    height: 14.5rem;
    top: 0;
    left: 50%;
    z-index: -1;
    opacity: 0.48;
    transform: translateX(-50%);
    background: url(assets/img/icon-03.png) no-repeat center;
    background-size: contain; }
  .title-default-01 .title {
    color: #FFFFFF;
    font-size: 7rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 1.2rem;
    position: relative; }
    .title-default-01 .title::before {
      content: "";
      position: absolute;
      width: 8.4rem;
      height: 1px;
      top: 50%;
      left: -10.8rem;
      background: #FFFFFF; }
    .title-default-01 .title::after {
      content: "";
      position: absolute;
      width: 8.4rem;
      height: 1px;
      top: 50%;
      right: -10.8rem;
      background: #FFFFFF; }
    .title-default-01 .title::first-letter {
      color: #0093FF; }
  .title-default-01 p {
    color: #FFFFFF;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0; }
  .title-default-01.vz-02::before {
    opacity: 0.24; }
  .title-default-01.vz-02 .title {
    color: #1B2065; }
    .title-default-01.vz-02 .title::before, .title-default-01.vz-02 .title::after {
      background: #454545; }
  .title-default-01.vz-02 p {
    color: #454545; }
.title-default-02 {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  background: #1B2065;
  padding: .3rem 2rem;
  margin-bottom: 5.2rem; }
  .title-default-02.vz-02 {
    background: transparent;
    padding: 0;
    margin-bottom: 2.8rem; }
  .title-default-02.v-02 {
    color: #454545;
    line-height: 135%;
    margin-bottom: 4rem; }

.btn-default-01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.8rem;
  height: 5.5rem;
  border: #454545 solid 1px;
  position: relative;
  transition: all 0.35s;
  color: #454545;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0; }
  .btn-default-01 a::before {
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    bottom: .3rem;
    right: .3rem;
    background: #0093FF;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all 0.35s; }
  .btn-default-01 a:hover {
    background: #1B2065;
    color: #FFFFFF; }
    .btn-default-01 a:hover::before {
      background: #FFFFFF; }
.btn-default-01.vz-02 a {
  border-color: #FFFFFF;
  color: #FFFFFF;
  width: 21.3rem; }
  .btn-default-01.vz-02 a:hover {
    background: #FFFFFF;
    color: #454545; }
    .btn-default-01.vz-02 a:hover::before {
      background: #0093FF; }
.btn-default-01.vz-02.vz-021 a:hover {
  background: #1B2065;
  color: #FFFFFF;
  border-color: #1B2065; }
.btn-default-01.vz-03 a {
  width: 21.3rem; }
.btn-default-01.vz-03.vz-031 a {
  width: 27rem; }
.btn-default-01.vz-04 a {
  background: #1B2065;
  color: #FFFFFF;
  border-color: #1B2065; }
  .btn-default-01.vz-04 a:hover {
    background: #FFFFFF;
    color: #1B2065; }
    .btn-default-01.vz-04 a:hover::before {
      background: #0093FF; }
.btn-default-01.v-02 a {
  color: #FFFFFF;
  border-color: #FFFFFF; }
.btn-tel-01 a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 27rem;
  height: 8rem;
  background: #1B2065; }
  .btn-tel-01 a span {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0; }
    .btn-tel-01 a span:last-child {
      font-weight: 700;
      font-size: 3rem;
      padding-left: 2.4rem;
      position: relative; }
      .btn-tel-01 a span:last-child::before {
        content: "";
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        top: 50%;
        left: -1rem;
        transform: translateY(-50%);
        background: url(assets/img/icon-tel-01.svg) no-repeat center;
        background-size: contain; }
.btn-web_order-01 a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18.8rem;
  height: 8rem;
  background: #C8B181; }
  .btn-web_order-01 a span {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0; }
    .btn-web_order-01 a span:first-child {
      background: #1B2065;
      padding: 0 1.8rem;
      margin-bottom: .5rem; }
    .btn-web_order-01 a span:last-child {
      font-size: 2.5rem;
      font-weight: 700;
      position: relative;
      padding-left: 2.4rem; }
      .btn-web_order-01 a span:last-child::before {
        content: "";
        position: absolute;
        width: 2.1rem;
        height: 2.4rem;
        -webkit-mask: url(assets/img/calendar-icon.svg) center/100% no-repeat;
        mask: url(assets/img/calendar-icon.svg) center/100% no-repeat;
        background: #FFFFFF;
        top: 50%;
        left: -0.3rem;
        transform: translateY(-50%); }
.btn-gp-01 {
  gap: 3rem;
  margin-top: 2.1rem;
  margin-left: 4.8rem; }
.btn-gp-02 {
  gap: 4rem; }
.btn-gp-03 {
  gap: 3rem; }

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

.mv {
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .mv-view {
    position: relative;
    z-index: 0; }
    .mv-view::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #454545;
      z-index: 1;
      opacity: 0.48; }
  .mv-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .mv-cont::before {
      content: "";
      position: absolute;
      width: calc(100% + .8rem);
      height: calc(100% - 3.5rem);
      top: 55%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url(assets/img/icon-02.png) no-repeat center;
      background-size: contain; }
    .mv-cont-desc {
      position: relative;
      padding: 5.6rem 4.5rem 4.5rem; }
      .mv-cont-desc::before {
        content: "";
        position: absolute;
        width: 7.6rem;
        height: 12rem;
        top: 0;
        left: 0;
        background: url(assets/img/icon-01.png) no-repeat center;
        background-size: contain; }
      .mv-cont-desc::after {
        content: "";
        position: absolute;
        width: 7.6rem;
        height: 12rem;
        bottom: 0;
        right: -1rem;
        background: url(assets/img/icon-01.png) no-repeat center;
        background-size: contain;
        transform: scale(-1); }
    .mv-cont h2 {
      color: #FFFFFF;
      font-size: 6rem;
      font-weight: 400;
      line-height: 110%;
      letter-spacing: 0;
      margin-bottom: 2rem; }
    .mv-cont p {
      color: #FFFFFF;
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      max-width: 64rem;
      margin-left: auto;
      margin-right: auto; }
  .mv-right {
    position: absolute;
    top: 53%;
    right: -38.5rem;
    transform: translateY(-50%);
    width: 65rem;
    height: 64.8rem;
    pointer-events: none; }
    .mv-right .img {
      width: 100%;
      height: 100%;
      background: url(assets/img/mv-anime.png) no-repeat center;
      background-size: contain;
      animation: ani_rotate 20s linear infinite; }
  .mv-bottom {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    position: absolute;
    bottom: -2.5rem; }
    .mv-bottom .marquee {
      color: #FFFFFF;
      font-size: 15rem;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0;
      opacity: 0.55;
      display: inline-block;
      animation: continuousMarquee 20s linear infinite; }
      .mv-bottom .marquee::after {
        content: attr(data-text);
        display: inline-block;
        padding-left: 5rem; }

@keyframes ani_rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes continuousMarquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.top_news {
  position: relative;
  z-index: 0;
  padding: 5.7rem 0 10rem; }
  .top_news::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 66.2rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/bg-01.png) no-repeat center;
    background-size: cover; }
  .top_news-list {
    padding-top: 2.1rem;
    padding-bottom: 6rem; }
    .top_news-list li a {
      padding: 1.3rem 0;
      display: flex; }
      .top_news-list li a span {
        color: #454545;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 172%;
        letter-spacing: 0;
        transition: all 0.35s; }
        .top_news-list li a span.date {
          width: 11.5rem; }
        .top_news-list li a span.title {
          width: calc(100% - 11.5rem); }
      .top_news-list li a:hover span.date {
        color: #0093FF; }
      .top_news-list li a:hover span.title {
        font-weight: 700; }
  .top_news-gp-box {
    width: calc((100% - 4.001rem) / 2);
    margin-right: 4rem; }
    .top_news-gp-box:first-child .block::after {
      content: "";
      position: absolute;
      width: calc(100% - 7rem);
      height: 16rem;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: url(assets/img/bg-02.jpg) no-repeat center bottom;
      background-size: cover; }
    .top_news-gp-box:nth-child(2n) {
      margin-right: 0; }
    .top_news-gp-box .block {
      padding: 3rem 6rem 5.5rem;
      min-height: 61rem;
      background: url(assets/img/bg-02.jpg) no-repeat center;
      background-size: cover;
      box-shadow: 0 1.4rem 1.55rem rgba(0, 0, 0, 0.08);
      position: relative;
      z-index: 0; }
      .top_news-gp-box .block::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -1.5rem;
        left: -1.5rem;
        z-index: 2;
        pointer-events: none;
        border: #C8B181 solid 1px; }
      .top_news-gp-box .block .btn-default-01 {
        position: relative;
        z-index: 2;
        margin-top: -1.5rem;
        margin-right: 4rem; }
    .top_news-gp-box .field {
      height: 490px; }
    .top_news-gp-box .os-theme-dark > .os-scrollbar, .top_news-gp-box .os-theme-light > .os-scrollbar {
      padding: 0; }
    .top_news-gp-box .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
      background: #0093FF;
      height: 12rem !important; }
    .top_news-gp-box .os-theme-dark > .os-scrollbar-vertical, .top_news-gp-box .os-theme-light > .os-scrollbar-vertical {
      border-radius: 0;
      width: .4rem; }
    .top_news-gp-box .os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .top_news-gp-box .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
      left: 0;
      right: 0; }
    .top_news-gp-box .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .top_news-gp-box .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .top_news-gp-box .os-theme-dark > .os-scrollbar > .os-scrollbar-track, .top_news-gp-box .os-theme-light > .os-scrollbar > .os-scrollbar-track {
      border-radius: 0; }
    .top_news-gp-box .top_logo {
      padding-top: .8rem;
      margin-bottom: 2.2rem; }
      .top_news-gp-box .top_logo img {
        width: 18.3rem; }

.table-calendar-box {
  border: #454545 solid 1px;
  padding: 0 1.9rem 1.2rem;
  max-width: 55.3rem;
  margin: 2.2rem 0 2rem; }
.table-calendar table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table-calendar table td {
    color: #454545;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    padding: .9rem 0; }
    .table-calendar table td:first-child {
      width: 14.5rem; }
  .table-calendar table tr:first-child td {
    border-bottom: #454545 solid 1px;
    padding: 1.4rem 0; }
  .table-calendar table tr:nth-child(2) td {
    padding-top: 3rem; }
.table-calendar .cl_c8b {
  color: #C8B181; }
.table-calendar .cl_040 {
  color: #040E81; }

.top_message-wrap {
  position: relative;
  z-index: 0;
  max-width: 117.4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem; }
  .top_message-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1B2065;
    opacity: 0.88;
    z-index: -1; }
  .top_message-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0.25;
    background: url(assets/img/bg-03.jpg) no-repeat center;
    background-size: cover; }
  .top_message-wrap .txt_desc {
    position: absolute;
    top: 1.8rem;
    left: 1rem;
    color: rgba(255, 255, 255, 0.2);
    font-size: 11.3rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.1rem;
    writing-mode: vertical-lr; }
  .top_message-wrap .txt-default-01 {
    margin-bottom: 5rem; }
    .top_message-wrap .txt-default-01 p {
      color: #FFFFFF;
      line-height: 250%;
      background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 4.6rem); }
      .top_message-wrap .txt-default-01 p:last-child {
        margin-bottom: 0; }
  .top_message-wrap .title_01 {
    color: #FFFFFF;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 183%;
    letter-spacing: 0;
    background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 4.5rem);
    margin-bottom: 2.9rem; }
  .top_message-wrap .block {
    border-bottom: #FFFFFF solid 1px;
    border-right: #FFFFFF solid 1px;
    position: relative;
    padding-top: 1.4rem;
    padding-bottom: 2.3rem;
    padding-right: 8.5rem;
    padding-left: 11.5rem; }
    .top_message-wrap .block::before {
      content: "";
      position: absolute;
      width: calc(100% - 10rem);
      height: 1px;
      top: 0;
      right: 0;
      background: #FFFFFF; }
    .top_message-wrap .block::after {
      content: "";
      position: absolute;
      width: 1px;
      height: 7.5rem;
      bottom: 0;
      left: 0;
      background: #FFFFFF; }
  .top_message-wrap .title-default-01 {
    margin-bottom: 4.8rem; }
  .top_message-wrap .icon {
    position: absolute; }
    .top_message-wrap .icon-01 {
      width: 17.4rem;
      height: 32.7rem;
      background: url(assets/img/icon-04.png) no-repeat center;
      background-size: contain;
      bottom: 5.5rem;
      right: 12rem;
      z-index: 1;
      pointer-events: none; }

.top_01 {
  padding-bottom: 14.5rem;
  background: url(assets/img/bg-04.jpg) repeat center bottom;
  position: relative;
  z-index: 0; }
  .top_01::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 29.8rem;
    bottom: 0;
    left: 0;
    background: url(assets/img/icon-05.png) no-repeat center;
    background-size: contain; }

.trouble {
  padding: 6rem 0 9.7rem;
  background: url(assets/img/bg-05.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .trouble::before {
    content: "";
    position: absolute;
    width: 48.6rem;
    height: 64.8rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/icon-06.png) no-repeat center;
    background-size: contain;
    mix-blend-mode: color-dodge; }
  .trouble::after {
    content: "";
    position: absolute;
    width: 36.5rem;
    height: 48.6rem;
    bottom: -1px;
    right: -1.5rem;
    z-index: -1;
    background: url(assets/img/icon-06.png) no-repeat center;
    background-size: contain;
    mix-blend-mode: color-dodge;
    transform: scale(-1); }
  .trouble-wrap .title-default-01 {
    margin-bottom: 8.3rem; }
  .trouble-list-01 ul {
    width: calc((100% - 5.101rem) / 4);
    margin-right: 1.7rem; }
    .trouble-list-01 ul:nth-child(2n-1) {
      margin-top: 5rem; }
    .trouble-list-01 ul:nth-child(4n) {
      margin-right: 0; }
  .trouble-list-01 li {
    margin-bottom: 1.7rem;
    background: url(assets/img/bg-06.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0; }
    .trouble-list-01 li::before {
      content: "";
      position: absolute;
      width: calc(100% - 2rem);
      height: calc(100% - 1.6rem);
      top: 50%;
      left: 50%;
      z-index: 1;
      transform: translate(-50%, -50%);
      border: #000000 solid 1px;
      pointer-events: none; }
    .trouble-list-01 li a {
      position: relative;
      z-index: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-flow: column;
      width: 100%;
      height: 23.2rem;
      padding-top: 3rem;
      z-index: 0;
      box-shadow: 1.2rem 1.2rem 0.4rem 0 rgba(0, 0, 0, 0.25); }
      .trouble-list-01 li a::before {
        content: "";
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        right: 1.7rem;
        bottom: 1.5rem;
        z-index: 1;
        pointer-events: none;
        transition: all 0.35s;
        background: #0093FF;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
      .trouble-list-01 li a .title {
        color: #454545;
        font-size: 3rem;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: 0;
        margin-bottom: -0.6rem;
        min-height: 7.8rem;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 2;
        text-align: center; }
      .trouble-list-01 li a .img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 13.2rem;
        z-index: 0;
        transition: all 0.35s;
        clip-path: polygon(0 4.5rem, 100% 0, 100% 100%, 0% 100%); }
        .trouble-list-01 li a .img::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background: #1B2065;
          opacity: 0.79;
          transition: all 0.35s; }
        .trouble-list-01 li a .img img {
          width: 100%;
          height: 100%; }
      .trouble-list-01 li a:hover::before {
        background: #FFFFFF; }
      .trouble-list-01 li a:hover .img {
        height: 16.6rem; }
        .trouble-list-01 li a:hover .img::before {
          background: rgba(200, 177, 129, 0.82); }
    .trouble-list-01 li:last-child {
      margin-bottom: 0; }

.treatment {
  padding-top: 5.8rem; }
  .treatment-field-box:first-child {
    width: 95rem;
    position: relative;
    padding-top: 2.4rem; }
    .treatment-field-box:first-child::before {
      content: "";
      position: absolute;
      width: calc(100% - 1rem);
      height: 1px;
      top: 0;
      left: 0;
      background: #C8B181; }
    .treatment-field-box:first-child::after {
      content: "";
      position: absolute;
      width: 46.6rem;
      height: 1px;
      bottom: 2.4rem;
      left: 0;
      background: #C8B181; }
    .treatment-field-box:first-child img {
      width: 100%;
      clip-path: polygon(0 0, 100% 0, 47.7rem 100%, 0% 100%); }
    .treatment-field-box:first-child .img {
      position: relative;
      z-index: 0; }
      .treatment-field-box:first-child .img::before {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% + 19.4rem);
        top: -12.1rem;
        right: 24.7rem;
        z-index: 1;
        background: #C8B181;
        transform: rotate(45deg); }
  .treatment-field-box:last-child {
    width: calc(100% - 95rem);
    padding-left: 3rem; }
  .treatment-field-gp {
    position: relative;
    z-index: 0;
    padding-bottom: 2.4rem;
    margin-bottom: .5rem; }
    .treatment-field-gp:last-child {
      margin-bottom: 0; }
    .treatment-field-gp::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 7.5rem);
      bottom: 0;
      left: 0;
      z-index: -1;
      background: url(assets/img/bg-07.png) no-repeat center;
      background-size: cover; }
    .treatment-field-gp p {
      max-width: 75rem;
      line-height: 165%;
      margin-bottom: 7rem; }
    .treatment-field-gp.vz-02::before {
      background-image: url(assets/img/bg-08.jpg); }
    .treatment-field-gp.vz-02 .treatment-field-box:first-child {
      order: 1;
      padding-top: 0; }
      .treatment-field-gp.vz-02 .treatment-field-box:first-child img {
        clip-path: polygon(47.7rem 0, 100% 0, 100% 100%, 0% 100%); }
      .treatment-field-gp.vz-02 .treatment-field-box:first-child::before {
        top: auto;
        bottom: -2.4rem;
        left: auto;
        right: 0; }
      .treatment-field-gp.vz-02 .treatment-field-box:first-child::after {
        bottom: auto;
        top: 2.4rem;
        left: auto;
        right: 0; }
      .treatment-field-gp.vz-02 .treatment-field-box:first-child .img::before {
        right: auto;
        top: -7.4rem;
        left: 24.7rem; }
    .treatment-field-gp.vz-02 .treatment-field-box:last-child {
      padding-left: 0;
      padding-right: 2rem; }
    .treatment-field-gp.vz-02 .cont {
      padding-left: 21.5rem; }
    .treatment-field-gp.vz-02 p {
      margin-bottom: 3.8rem; }
    .treatment-field-gp.vz-02 .title-default-02 {
      padding-left: 21.5rem; }
    .treatment-field-gp.vz-03::before {
      background-image: url(assets/img/bg-09.jpg); }
    .treatment-field-gp.vz-03 .title-default-02 {
      margin-bottom: 3.8rem; }
    .treatment-field-gp.vz-03 p {
      margin-bottom: 2.3rem; }
  .treatment-title-01 {
    margin-bottom: 4.7rem; }
    .treatment-title-01 span {
      color: #333333;
      font-size: 7.4rem;
      font-weight: 500;
      line-height: 115%;
      letter-spacing: 0;
      background: -webkit-linear-gradient(180deg, rgba(27, 32, 100, 0.9), rgba(27, 32, 100, 0.25));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-right: 1.5rem; }
    .treatment-title-01.vz-02 {
      padding-left: 3rem; }
      .treatment-title-01.vz-02 span {
        background-image: -webkit-linear-gradient(180deg, rgba(61, 61, 61, 0.5), rgba(61, 61, 61, 0.2)); }
    .treatment-title-01.vz-03 span {
      background-image: -webkit-linear-gradient(180deg, rgba(139, 127, 103, 0.8), rgba(139, 127, 103, 0.3)); }
  .treatment-block {
    position: relative;
    z-index: 0;
    padding: 9rem 0 6.2rem;
    background: url(assets/img/bg-10.jpg) no-repeat center;
    background-size: cover; }
    .treatment-block::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #1B2065;
      opacity: 0.88;
      z-index: -2; }
    .treatment-block::after {
      content: "";
      position: absolute;
      width: calc(100% - 6rem);
      height: calc(100% - 7.2rem);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      border: #FFFFFF solid 1px; }
    .treatment-block-wrap {
      padding: 0 .5rem;
      counter-reset: section; }
    .treatment-block .txt_title {
      color: #FFFFFF;
      font-size: 11.3rem;
      font-weight: 500;
      line-height: 142%;
      letter-spacing: 1rem;
      position: absolute;
      writing-mode: vertical-lr;
      top: 11.7rem;
      left: 0;
      opacity: 0.2; }
  .treatment-list-01 li {
    width: calc((100% - 5.201rem) / 5);
    margin-right: 1.3rem;
    margin-bottom: 1.3rem; }
    @media (min-width: 960.5px) {
      .treatment-list-01 li:nth-child(5n) {
        margin-right: 0; } }
    .treatment-list-01 li:last-child {
      margin-right: 0; }
    .treatment-list-01 li a {
      display: block;
      position: relative;
      z-index: 0;
      height: 100%; }
      .treatment-list-01 li a::before {
        content: "";
        position: absolute;
        width: 1.7rem;
        height: 1.7rem;
        z-index: 1;
        pointer-events: none;
        background: #0093FF;
        bottom: .6rem;
        right: .6rem;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
      .treatment-list-01 li a::after {
        top: .5rem;
        left: 1.8rem;
        counter-increment: section;
        content: counter(section,decimal-leading-zero);
        position: absolute;
        font-size: 1.8rem;
        color: #32355D; }
      .treatment-list-01 li a .head {
        text-align: center;
        display: block;
        position: relative;
        z-index: 0;
        padding-top: 1.3rem; }
        .treatment-list-01 li a .head::before {
          content: "";
          position: absolute;
          width: 100%;
          height: calc(100% + 3.1rem);
          top: 0;
          left: 0;
          background: rgba(255, 255, 255, 0.75);
          z-index: -1;
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.8rem), 0% 100%); }
        .treatment-list-01 li a .head img {
          display: inline-block;
          margin-bottom: 1.5rem; }
        .treatment-list-01 li a .head .title {
          display: block;
          color: #454545;
          font-size: 1.8rem;
          font-weight: 600;
          line-height: 175%;
          letter-spacing: 0; }
      .treatment-list-01 li a .cont {
        display: block;
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 170%;
        letter-spacing: 0;
        position: relative;
        z-index: 0;
        padding: 3rem 2rem 2rem;
        text-align: center;
        height: calc(100% - 16rem); }
        .treatment-list-01 li a .cont::before {
          content: "";
          position: absolute;
          width: 100%;
          height: calc(100% + .8rem);
          bottom: 0;
          z-index: -1;
          left: 0;
          opacity: 0.93;
          background: #1B2065;
          clip-path: polygon(0 3.8rem, 100% 0, 100% 100%, 0% 100%);
          transition: all 0.35s; }
      .treatment-list-01 li a:hover .cont::before {
        background: #C8B181;
        opacity: 1; }
  .treatment .title-default-01 {
    margin-bottom: 9rem; }

.feature-head {
  position: relative;
  z-index: 1;
  padding-top: 5.6rem;
  padding-bottom: 16.2rem; }
  .feature-head::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50.1rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/bg-11.png) no-repeat center top;
    background-size: contain; }
  .feature-head::after {
    content: "";
    position: absolute;
    width: 14.3rem;
    height: 13rem;
    top: 1.1rem;
    right: 7.6rem;
    z-index: -1;
    background: url(assets/img/icon-03.png) no-repeat center;
    background-size: contain; }
.feature-01 {
  position: relative;
  z-index: 0;
  padding-top: 14rem; }
  .feature-01::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 22rem);
    top: -22rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/bg-12.jpg) no-repeat center;
    background-size: cover; }
.feature-gp-box:first-child {
  width: 95.8rem; }
.feature-gp-box:last-child {
  width: calc(100% - 95.8rem);
  padding: 1.5rem 0; }
.feature-gp-box .field:first-child {
  width: 18.6rem;
  padding-right: 1.7rem;
  flex-flow: column; }
.feature-gp-box .field:nth-child(2) {
  width: 8.5rem; }
.feature-gp-box .field:nth-child(3) {
  width: calc(100% - 8.5rem - 18.6rem);
  max-width: 60rem;
  padding-top: 5.2rem; }
  .feature-gp-box .field:nth-child(3) p {
    margin-bottom: 4rem; }
.feature-gp.vz-01 {
  margin-bottom: 7.7rem; }
  .feature-gp.vz-01 .feature-gp-box {
    position: relative; }
    .feature-gp.vz-01 .feature-gp-box:first-child {
      z-index: 1;
      top: -4.8rem; }
      .feature-gp.vz-01 .feature-gp-box:first-child img {
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
        width: 100%; }
    .feature-gp.vz-01 .feature-gp-box:last-child {
      z-index: 0;
      background: url(assets/img/bg-14.png) no-repeat center;
      background-size: cover; }
      .feature-gp.vz-01 .feature-gp-box:last-child::before {
        content: "";
        position: absolute;
        width: 66.5rem;
        height: 36.5rem;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: #D9D9D9;
        opacity: 0.15;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
      .feature-gp.vz-01 .feature-gp-box:last-child::after {
        content: "";
        position: absolute;
        width: 65.5rem;
        height: 35.6rem;
        bottom: -1.7rem;
        left: -48.8rem;
        z-index: -1;
        background: url(assets/img/bg-13.png) no-repeat center;
        background-size: contain; }
.feature-gp.vz-02 {
  max-width: 169.5rem;
  margin-left: auto;
  margin-right: 0; }
  .feature-gp.vz-02 .feature-gp-box:first-child {
    order: 1;
    width: 80.7rem; }
  .feature-gp.vz-02 .feature-gp-box:last-child {
    padding: 0 0 8.5rem;
    width: calc(100% - 80.7rem); }
  .feature-gp.vz-02 .feature-gp-box .field:first-child {
    padding-top: 6.2rem; }
  .feature-gp.vz-02 .feature-gp-box img {
    width: 77.6rem; }
.feature-gp.vz-03 {
  position: relative;
  z-index: 0;
  margin-bottom: 10.8rem; }
  .feature-gp.vz-03::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60.6rem;
    top: 49%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    background: url(assets/img/bg-16.jpg) no-repeat center;
    background-size: cover; }
  .feature-gp.vz-03::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60.6rem;
    top: 49%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    background: url(assets/img/bg-17.png) no-repeat center;
    background-size: cover; }
  .feature-gp.vz-03 .feature-gp-box:first-child {
    width: 93.8rem; }
    .feature-gp.vz-03 .feature-gp-box:first-child img {
      position: relative;
      left: -5.5rem; }
  .feature-gp.vz-03 .feature-gp-box:last-child {
    padding: 2rem 0 0;
    width: calc(100% - 93.8rem); }
  .feature-gp.vz-03 .feature-gp-box .field:first-child {
    padding-top: 4.6rem; }
.feature-title-01 .txt {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0;
  display: block;
  position: relative;
  width: 12.6rem;
  height: 12.6rem;
  background: #1B2065;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
  .feature-title-01 .txt:first-child {
    margin-bottom: -4.7rem; }
  .feature-title-01 .txt:last-child {
    font-size: 6rem;
    background: #0093FF; }
.feature-title-02 {
  display: flex;
  align-items: center; }
  .feature-title-02 .item {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.2rem;
    writing-mode: vertical-lr;
    background: rgba(200, 177, 129, 0.5);
    margin-right: .4rem;
    padding: 1.2rem 0; }
    .feature-title-02 .item:last-child {
      margin-right: 0; }
  .feature-title-02.vz-02 .item {
    color: #454545; }
.feature-block.vz-02 {
  position: relative;
  z-index: 0;
  margin-bottom: 3rem; }
  .feature-block.vz-02::before {
    content: "";
    position: absolute;
    width: 152.5rem;
    height: 64.4rem;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/bg-15.png) no-repeat center left;
    background-size: contain; }
.feature-block.vz-04 {
  position: relative;
  z-index: 0;
  padding-top: 8.5rem;
  padding-bottom: 12.5rem; }
  .feature-block.vz-04::before {
    content: "";
    position: absolute;
    width: 36rem;
    height: 46.5rem;
    top: 0;
    left: 0;
    background: url(assets/img/icon-07.png) no-repeat top left;
    background-size: contain; }
  .feature-block.vz-04::after {
    content: "";
    position: absolute;
    width: 39.6rem;
    height: 53.9rem;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: url(assets/img/icon-08.png) no-repeat bottom right;
    background-size: contain; }
.feature-block-item {
  padding-right: 8rem; }
  .feature-block-item .column {
    width: calc((100% - 11rem) / 2);
    margin-right: 11rem;
    position: relative; }
    .feature-block-item .column:nth-child(2n) {
      margin-right: 0; }
      .feature-block-item .column:nth-child(2n) .view-item:first-child {
        padding-top: 6.7rem; }
      .feature-block-item .column:nth-child(2n) .view .thumb {
        border: #C8B181 solid 1px;
        border-radius: 100%;
        padding: 1.5rem;
        right: -8.4rem;
        bottom: -8rem; }
    .feature-block-item .column .feature-title-01 {
      flex-flow: column;
      position: absolute;
      top: -7rem;
      left: -6.5rem; }
    .feature-block-item .column .img img {
      width: 100%; }
  .feature-block-item .view {
    position: relative;
    left: 6.5rem;
    padding: 5rem 1.5rem 5rem 5.5rem;
    margin-top: -13.5rem;
    background: url(assets/img/bg-18.jpg) no-repeat center;
    background-size: cover;
    z-index: 0;
    min-height: 60.4rem; }
    .feature-block-item .view::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 2.6rem);
      top: 1.3rem;
      left: 1.3rem;
      z-index: -1;
      background: url(assets/img/bg-19.jpg) no-repeat center;
      background-size: cover; }
    .feature-block-item .view-item:first-child {
      width: 8.5rem; }
    .feature-block-item .view-item:nth-child(2n) {
      padding-top: 2.8rem;
      width: calc(100% - 8.5rem); }
    .feature-block-item .view-item .title-default-02 {
      line-height: 135%;
      margin-bottom: 4rem; }
    .feature-block-item .view-item p {
      min-height: 15.7rem;
      margin-bottom: 6.7rem; }
    .feature-block-item .view .thumb {
      position: absolute;
      bottom: -11.5rem;
      right: -3.3rem; }
      .feature-block-item .view .thumb img {
        width: 36rem; }
      .feature-block-item .view .thumb.vz-02 img {
        width: 32.6rem; }
.feature-list-01 {
  width: calc(100% - 3rem);
  max-width: 174.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem; }
  .feature-list-01 li {
    width: calc((100% - 7.801rem) / 4);
    margin-right: 2.6rem; }
    .feature-list-01 li:nth-child(4n) {
      margin-right: 0; }
    .feature-list-01 li .img {
      margin-bottom: 5.8rem; }
      .feature-list-01 li .img img {
        width: 100%;
        box-shadow: -0.7rem .7rem 0 #040E81; }
    .feature-list-01 li:nth-child(2n) .img {
      position: relative;
      top: 2.5rem; }

.greeting {
  background: url(assets/img/bg-20.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 6rem 0 10rem; }
  .greeting .txt_title {
    color: #1B2065;
    font-size: 11.3rem;
    font-weight: 400;
    line-height: 142%;
    letter-spacing: 1.1rem;
    position: absolute;
    writing-mode: vertical-lr;
    top: 13.2rem;
    right: .8rem;
    opacity: 0.25; }
  .greeting-gp-box {
    position: relative; }
    .greeting-gp-box:first-child {
      padding-bottom: 15.2rem;
      width: calc(100% - 62.5rem); }
    .greeting-gp-box:last-child {
      width: 62.5rem;
      padding-top: 2.8rem; }
      .greeting-gp-box:last-child img {
        width: 100%; }
    .greeting-gp-box .title-default-01 {
      margin-bottom: 9rem; }
    .greeting-gp-box .thumb {
      position: absolute;
      bottom: 0;
      right: 2.2rem;
      z-index: 0; }
      .greeting-gp-box .thumb::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -2rem;
        left: -2rem;
        z-index: -1;
        background: url(assets/img/bg-21.jpg) no-repeat center;
        background-size: cover; }
      .greeting-gp-box .thumb img {
        width: 28.3rem; }
    .greeting-gp-box .txt-default-01 {
      max-width: 72rem; }
      .greeting-gp-box .txt-default-01 p {
        line-height: 168%;
        margin-bottom: 12.2rem; }
    .greeting-gp-box .author {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: .7rem 0 1.7rem;
      text-align: center;
      background: rgba(27, 32, 100, 0.88); }
      .greeting-gp-box .author .name {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -0.8rem; }
        .greeting-gp-box .author .name .item {
          color: #FFFFFF;
          font-size: 1.8rem;
          font-weight: 400;
          line-height: 175%;
          letter-spacing: 0; }
          .greeting-gp-box .author .name .item:last-child {
            font-size: 3rem;
            font-weight: 600;
            margin-left: 1.5rem; }
      .greeting-gp-box .author .txt {
        color: #C8B181;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0; }

.top_column {
  padding: 5.5rem 0 3.5rem;
  background: url(assets/img/bg-22.jpg) no-repeat center;
  background-size: cover; }
  .top_column-item:first-child {
    width: 61.8rem; }
  .top_column-item:last-child {
    width: calc(100% - 61.8rem);
    padding-left: 12.5rem; }
  .top_column-item .title-default-01 {
    margin-bottom: 6.8rem; }
  .top_column-item img {
    width: 100%; }
  .top_column-list {
    margin-bottom: 8rem; }
    .top_column-list li {
      display: flex;
      flex-wrap: wrap;
      padding: 3rem 0;
      border-bottom: #FFFFFF solid 1px; }
      @media (min-width: 960.5px) {
        .top_column-list li:last-child {
          display: none; } }
      .top_column-list li .img {
        width: 17.3rem; }
      .top_column-list li .cont {
        padding-left: 2rem;
        width: calc(100% - 17.3rem); }
        .top_column-list li .cont * {
          color: #FFFFFF;
          font-size: 1.8rem;
          font-weight: 400;
          line-height: 175%;
          letter-spacing: 0; }
        .top_column-list li .cont .date {
          margin-top: -0.3rem;
          margin-bottom: .7rem;
          color: #0093FF; }
        .top_column-list li .cont .title {
          margin-bottom: 1rem; }
        .top_column-list li .cont .excerpt {
          font-size: 1.4rem;
          line-height: 160%; }
          .top_column-list li .cont .excerpt a {
            color: #0093FF;
            text-decoration: underline;
            font-size: 1.4rem; }
            .top_column-list li .cont .excerpt a:hover {
              text-decoration: none; }
  .top_column .img-instag {
    position: relative; }
    .top_column .img-instag::before {
      content: "";
      position: absolute;
      width: 13.6rem;
      height: 13.6rem;
      top: 50%;
      left: 50%;
      z-index: 1;
      transform: translate(-50%, -50%);
      background: #FFFFFF url(assets/img/icon-instagram.svg) no-repeat center;
      background-size: 6.4rem;
      border-radius: 100%; }

.top_recruit {
  position: relative;
  z-index: 0;
  padding-top: 11.4rem;
  background: url(assets/img/bg-23.jpg) no-repeat center;
  background-size: cover;
  height: 55.5rem; }
  .top_recruit-title {
    color: #FFFFFF;
    font-size: 4rem;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0;
    position: relative;
    max-width: 96rem;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 3rem 3.5rem;
    z-index: 0;
    margin-bottom: 3rem; }
    .top_recruit-title::before {
      content: "";
      position: absolute;
      width: 7.6rem;
      height: 12rem;
      top: 0;
      left: 0;
      background: url(assets/img/icon-01.png) no-repeat center;
      background-size: contain; }
    .top_recruit-title::after {
      content: "";
      position: absolute;
      width: 7.6rem;
      height: 12rem;
      bottom: 0;
      right: -1rem;
      background: url(assets/img/icon-01.png) no-repeat center;
      background-size: contain;
      transform: scale(-1); }
  .top_recruit-block {
    padding-top: 10rem;
    padding-bottom: 6.5rem;
    background: url(assets/img/bg-24.jpg) no-repeat center;
    background-size: cover;
    width: calc(100% - 3rem);
    max-width: 148.8rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    top: -13rem;
    margin-bottom: 15.6rem; }
    .top_recruit-block::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background: #1B2064;
      opacity: 0.78; }
    .top_recruit-block::after {
      content: "";
      position: absolute;
      width: calc(100% - 4rem);
      height: calc(100% - 4rem);
      top: 50%;
      left: 50%;
      opacity: 0.13;
      z-index: -1;
      transform: translate(-50%, -50%);
      background: #FFFFFF; }
  .top_recruit .title-default-01.vz-02::before {
    opacity: 0.48; }

.top_info {
  position: relative;
  z-index: 0; }
  .top_info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 65.4rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/bg-25.png) no-repeat center top;
    background-size: cover; }
  .top_info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: url(assets/img/bg-26.jpg) no-repeat center;
    background-size: cover; }
  .top_info-wrap {
    overflow: hidden;
    padding-bottom: 3.7rem; }
  .top_info-gp-item:first-child {
    width: 58.5rem;
    padding-right: 3rem; }
  .top_info-gp-item:last-child {
    width: calc(100% - 58.5rem + 39.5rem);
    margin-right: -39.5rem; }
  .top_info-gp-item .logo {
    margin-bottom: 2rem; }
    .top_info-gp-item .logo img {
      width: 20.6rem; }
  .top_info-gp-item .txt-default-01 p {
    margin-bottom: 1.4rem; }
  .top_info-gp-item .table-calendar {
    margin-bottom: 3.7rem; }
  .top_info .title-default-01 {
    margin-bottom: 4.7rem; }

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

@media (max-width: 1440px) and (min-width: 960.5px) {
  .title-default-01 .title::before {
    width: 5rem;
    left: -6rem; }
  .title-default-01 .title::after {
    width: 5rem;
    right: -6rem; }
  .title-default-02 .u-pc {
    display: none; }

  .btn-default-01.vz-02 a {
    width: 18rem; }
  .btn-default-01.vz-03.vz-031 a {
    width: 23rem; }

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

  .treatment-field-box:first-child {
    width: 70rem; }
    .treatment-field-box:first-child .img::before {
      top: -5.8rem;
      right: 12rem;
      transform: rotate(33deg);
      height: calc(100% + 6.4rem); }
  .treatment-field-box:last-child {
    width: calc(100% - 70rem); }
  .treatment-field-gp.vz-02 .treatment-field-box:first-child::after {
    width: 35.6rem; }
  .treatment-field-gp.vz-02 .treatment-field-box:first-child img {
    clip-path: polygon(34rem 0, 100% 0, 100% 100%, 0% 100%); }
  .treatment-field-gp.vz-02 .treatment-field-box:first-child .img::before {
    top: -4.4rem;
    left: 17.7rem;
    transform: rotate(44deg);
    height: calc(100% + 13.4rem); }
  .treatment-title-01 span {
    font-size: 5.8rem; }

  .feature-gp-box:first-child {
    width: 75rem; }
  .feature-gp-box:last-child {
    width: calc(100% - 75rem); }
  .feature-gp.vz-02 .feature-gp-box:first-child {
    width: 65rem;
    padding-right: 2rem; }
  .feature-gp.vz-02 .feature-gp-box:last-child {
    width: calc(100% - 65rem); }
  .feature-gp.vz-03 .feature-gp-box:first-child {
    width: 65rem; }
  .feature-gp.vz-03 .feature-gp-box:last-child {
    width: calc(100% - 65rem); }
  .feature-block-item .column:nth-child(2n) .view .thumb {
    right: -2rem; }
  .feature-block-item .view .thumb img {
    width: 26rem; }
  .feature-block-item .view .thumb.vz-02 img {
    width: 19rem; }
  .feature-block.vz-02::before {
    width: 100rem;
    bottom: -10rem; }
  .feature .grid-1640 {
    max-width: 134rem; }

  .greeting-gp-box .thumb img {
    width: 26.3rem; } }
@media (max-width: 960px) {
  .u-pc {
    display: none; }

  .title-default-01 {
    margin-bottom: 2rem; }
    .title-default-01::before {
      width: 10rem;
      height: 9rem; }
    .title-default-01 .title {
      font-size: 3rem; }
      .title-default-01 .title::before {
        width: 4rem;
        left: -5rem; }
      .title-default-01 .title::after {
        width: 4rem;
        right: -5rem; }
    .title-default-01 p {
      font-size: 1.8rem;
      text-align: center; }
    .title-default-01.v-02 .title, .title-default-01.v-02 p {
      color: #1B2065; }
  .title-default-02 {
    font-size: 2.2rem;
    margin-bottom: 2rem; }
    .title-default-02.vz-02 {
      margin-bottom: 2rem; }

  .btn-default-01 a {
    font-size: 1.5rem;
    height: 5rem; }
  .btn-gp-01 {
    margin-left: 0;
    gap: 1.5rem; }
  .btn-gp-02 {
    gap: 1.5rem; }
  .btn-gp-03 {
    gap: 1.5rem;
    justify-content: center; }
  .btn-web_order-01 {
    width: 100%; }
    .btn-web_order-01 a {
      width: 100%; }
  .btn-tel-01 {
    width: 100%; }
    .btn-tel-01 a {
      width: 100%; }

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

  .table-calendar-box {
    max-width: 100%;
    padding: 0 1rem 1rem; }
  .table-calendar table td {
    font-size: 1.5rem; }
    .table-calendar table td:first-child {
      width: 10rem; }
  .table-calendar table tr:nth-child(2) td {
    padding-top: 1.5rem; }

  .mv-view .slick-slide {
    height: 32rem; }
  .mv-cont {
    width: 100%; }
    .mv-cont-desc {
      padding: 1.5rem; }
      .mv-cont-desc::before {
        width: 5rem;
        height: 8rem;
        left: .5rem; }
      .mv-cont-desc::after {
        width: 5rem;
        height: 8rem;
        right: .5rem; }
    .mv-cont h2 {
      font-size: 2.4rem; }
    .mv-cont p {
      font-size: 1.5rem; }
  .mv-bottom {
    position: relative;
    bottom: 0; }
    .mv-bottom .marquee {
      font-size: 6rem;
      color: #DDDDDD; }
  .mv-right {
    top: 50%;
    width: 40rem;
    height: 40rem;
    right: -30rem; }

  .top_01 {
    overflow: hidden;
    padding-bottom: 6rem; }

  .top_news {
    padding: 3rem 0 6rem; }
    .top_news-gp {
      gap: 3rem; }
      .top_news-gp-box {
        width: 100%;
        margin-right: 0; }
        .top_news-gp-box:first-child .block::after {
          content: none; }
        .top_news-gp-box .block {
          padding: 2rem; }
          .top_news-gp-box .block::before {
            top: 1rem;
            left: 1rem;
            width: calc(100% - 2rem);
            height: calc(100% - 2rem); }
          .top_news-gp-box .block .btn-default-01 {
            margin-top: 2rem;
            margin-right: 0; }
    .top_news-list {
      padding: 0; }
      .top_news-list li a {
        flex-wrap: wrap;
        padding-bottom: 0; }
        .top_news-list li a span {
          font-size: 1.5rem; }
          .top_news-list li a span.title {
            width: 100%; }

  .top_message-wrap {
    padding: 1.5rem; }
    .top_message-wrap .title_01 {
      font-size: 1.8rem;
      line-height: 190%;
      background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 3.5rem); }
    .top_message-wrap .block {
      padding: 1.5rem; }
      .top_message-wrap .block::before {
        width: 100%; }
      .top_message-wrap .block::after {
        height: 100%; }
    .top_message-wrap .title-default-01 {
      margin-bottom: 2rem; }
    .top_message-wrap .txt-default-01 {
      margin-bottom: 3rem; }
      .top_message-wrap .txt-default-01 p {
        background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 3.7rem); }
    .top_message-wrap .txt_desc, .top_message-wrap .icon-01 {
      display: none; }

  .trouble {
    padding: 6rem 0 5rem; }
    .trouble-list-01 ul {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      .trouble-list-01 ul:nth-child(2n) {
        margin-right: 0; }
      .trouble-list-01 ul:nth-child(2n-1) {
        margin-top: 0; }
    .trouble-list-01 li a {
      padding-top: 2rem;
      height: 20rem; }
      .trouble-list-01 li a .title {
        font-size: 1.8rem;
        min-height: 4.7rem; }
      .trouble-list-01 li a .img {
        clip-path: polygon(0 2.5rem, 100% 0, 100% 100%, 0% 100%);
        height: 12.2rem; }
    .trouble-wrap .title-default-01 {
      margin-bottom: 2rem; }

  .treatment-title-01 {
    margin-bottom: 2rem; }
    .treatment-title-01.vz-02 {
      padding-left: 0; }
      .treatment-title-01.vz-02 span {
        margin-right: 0; }
    .treatment-title-01 span {
      font-size: 4rem;
      margin-right: 0; }
  .treatment-field-box:first-child {
    width: 100%;
    padding: 1.5rem; }
    .treatment-field-box:first-child::after {
      content: none; }
    .treatment-field-box:first-child::before {
      top: 2.5rem;
      left: 2.5rem;
      width: calc(100% - 5rem);
      height: calc(100% - 5rem);
      background: transparent;
      z-index: 1;
      border: #C8B181 solid 1px; }
    .treatment-field-box:first-child .img::before {
      content: none; }
    .treatment-field-box:first-child img {
      clip-path: initial; }
  .treatment-field-box:last-child {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .treatment-field-gp {
    margin-bottom: 3rem; }
    .treatment-field-gp p {
      margin-bottom: 2rem; }
    .treatment-field-gp.vz-02 .treatment-field-box:first-child {
      order: 0;
      padding-top: 1.5rem; }
      .treatment-field-gp.vz-02 .treatment-field-box:first-child::before {
        bottom: 2.5rem;
        right: 2.5rem; }
      .treatment-field-gp.vz-02 .treatment-field-box:first-child img {
        clip-path: initial; }
    .treatment-field-gp.vz-02 .treatment-field-box:last-child {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .treatment-field-gp.vz-02 .title-default-02 {
      padding-left: 1.5rem; }
    .treatment-field-gp.vz-02 .cont {
      padding-left: 0; }
    .treatment-field-gp.vz-02 p {
      margin-bottom: 2rem; }
    .treatment-field-gp.vz-03 .title-default-02 {
      margin-bottom: 2rem; }
  .treatment-block {
    padding: 2.5rem 0 2rem; }
    .treatment-block::after {
      width: calc(100% - 3rem);
      height: calc(100% - 3rem); }
    .treatment-block-wrap {
      padding: 0 1rem; }
    .treatment-block .txt_title {
      display: none; }
  .treatment-list-01 li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 1rem; }
    .treatment-list-01 li a .head .title {
      font-size: 1.5rem; }
    .treatment-list-01 li a .cont {
      padding: 3rem 1rem 2rem;
      font-size: 1.5rem;
      height: calc(100% - 15rem); }
    .treatment-list-01 li:nth-child(2n) {
      margin-right: 0; }
  .treatment-list-01.vz-02 li:nth-child(2n), .treatment-list-01.vz-03 li:nth-child(2n) {
    margin-right: 1rem; }
  .treatment-list-01.vz-02 li:nth-child(2n-1), .treatment-list-01.vz-03 li:nth-child(2n-1) {
    margin-right: 0; }
  .treatment .title-default-01 {
    margin-bottom: 2rem; }

  .feature-head {
    padding-top: 2.5rem; }
    .feature-head::before {
      height: 26rem;
      background-size: auto 100%; }
    .feature-head::after {
      content: none; }
  .feature-list-01 {
    margin-bottom: 4rem; }
    .feature-list-01 li {
      width: calc((100% - 2.601rem) / 2);
      margin-bottom: 2rem; }
      .feature-list-01 li .img {
        margin-bottom: 2rem; }
      .feature-list-01 li:nth-child(2n) {
        margin-right: 0; }
        .feature-list-01 li:nth-child(2n) .img {
          top: 0; }
  .feature-title-01 .txt {
    font-size: 1.5rem; }
    .feature-title-01 .txt:first-child {
      margin-bottom: 0; }
    .feature-title-01 .txt:last-child {
      font-size: 5rem; }
  .feature-title-02 {
    flex-wrap: wrap; }
    .feature-title-02 .item {
      writing-mode: initial;
      font-size: 1.5rem;
      letter-spacing: 0;
      padding: .5rem; }
      .feature-title-02 .item:last-child {
        margin-bottom: 0; }
  .feature-01 {
    padding-top: 0; }
  .feature-gp-box:first-child {
    width: 100%; }
  .feature-gp-box:last-child {
    width: 100%;
    padding: 4rem 1.5rem 6rem; }
  .feature-gp-box .field:first-child {
    width: 100%;
    flex-flow: initial;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 1.5rem; }
  .feature-gp-box .field:nth-child(2) {
    width: 100%; }
  .feature-gp-box .field:nth-child(3) {
    width: 100%;
    max-width: 100%;
    padding: 2rem 0 0; }
    .feature-gp-box .field:nth-child(3) p {
      margin-bottom: 2rem; }
  .feature-gp.vz-01 {
    margin-bottom: 5rem; }
    .feature-gp.vz-01 .feature-gp-box:last-child::before {
      width: 32rem;
      height: 15rem; }
    .feature-gp.vz-01 .feature-gp-box:last-child::after {
      content: none; }
  .feature-gp.vz-02 .feature-gp-box:first-child {
    width: 100%;
    padding: 0 1.5rem; }
  .feature-gp.vz-02 .feature-gp-box:last-child {
    width: 100%;
    padding: 0 1.5rem 6rem; }
  .feature-gp.vz-02 .feature-gp-box .field:first-child {
    padding-top: 0; }
  .feature-gp.vz-03 {
    margin-bottom: 6rem; }
    .feature-gp.vz-03 .feature-gp-box:first-child {
      width: 100%;
      padding: 0 1.5rem; }
      .feature-gp.vz-03 .feature-gp-box:first-child img {
        left: 0; }
    .feature-gp.vz-03 .feature-gp-box:last-child {
      width: 100%;
      padding: 0 1.5rem; }
  .feature-block-item {
    padding-right: 0; }
    .feature-block-item .view {
      padding: 4rem 2rem;
      left: 0;
      margin-top: 0; }
      .feature-block-item .view::before {
        width: calc(100% - 2rem);
        height: calc(100% - 2rem);
        top: 1rem;
        left: 1rem; }
      .feature-block-item .view-item .title-default-02 {
        margin-bottom: 2rem; }
      .feature-block-item .view-item p {
        margin-bottom: 2rem;
        min-height: auto; }
      .feature-block-item .view-item .btn-default-01 {
        display: flex;
        justify-content: center;
        margin-bottom: 3rem; }
      .feature-block-item .view-item:first-child {
        width: 100%; }
      .feature-block-item .view-item:nth-child(2n) {
        width: 100%;
        padding-top: 0; }
      .feature-block-item .view .thumb {
        right: 0;
        bottom: 0;
        position: relative;
        margin-left: auto; }
    .feature-block-item .column {
      width: 100%;
      margin-right: 0;
      margin-bottom: 4rem; }
      .feature-block-item .column:last-child {
        margin-bottom: 0; }
      .feature-block-item .column .feature-title-01 {
        position: relative;
        top: 0;
        left: 0;
        flex-flow: initial;
        justify-content: center;
        margin-bottom: 1.5rem; }
      .feature-block-item .column:nth-child(2n) .view .thumb {
        right: 0;
        bottom: 0; }
      .feature-block-item .column:nth-child(2n) .view-item:first-child {
        padding-top: 0; }
  .feature-block.vz-02::before {
    content: none; }
  .feature-block.vz-04 {
    padding: 6rem 0; }

  .greeting {
    padding: 4rem 0 6rem; }
    .greeting-gp-box:first-child {
      width: 100%;
      padding-bottom: 4rem; }
    .greeting-gp-box:last-child {
      width: 100%; }
    .greeting-gp-box .title-default-01 {
      margin-bottom: 3rem; }
    .greeting-gp-box .txt-default-01 p {
      margin-bottom: 2rem; }
    .greeting-gp-box .author {
      padding: .5rem 0 0.7rem; }
      .greeting-gp-box .author .name .item {
        font-size: 1.5rem; }
        .greeting-gp-box .author .name .item:last-child {
          font-size: 2.2rem; }
      .greeting-gp-box .author .txt {
        font-size: 1.5rem; }
    .greeting-gp-box .thumb {
      position: relative;
      margin-top: 4rem;
      display: inline-block; }
    .greeting .txt_title {
      writing-mode: initial;
      letter-spacing: 0;
      font-size: 5rem;
      position: relative;
      top: 0;
      right: 0;
      text-align: center; }

  .top_column {
    padding: 3.5rem 0 3.5rem; }
    .top_column-gp {
      gap: 4rem; }
    .top_column-item:first-child {
      width: 100%; }
    .top_column-item:last-child {
      width: 100%;
      padding-left: 0; }
    .top_column-item .title-default-01 {
      margin-bottom: 2rem; }
    .top_column-list {
      margin-bottom: 4rem; }
      .top_column-list li {
        width: calc((100% - 1.001rem) / 2);
        margin-right: 1rem; }
        .top_column-list li:nth-child(2n) {
          margin-right: 0; }
        .top_column-list li .img {
          width: 100%; }
        .top_column-list li .cont {
          width: 100%;
          padding-left: 0; }
    .top_column .img-instag::before {
      width: 7rem;
      height: 7rem;
      background-size: 4rem; }

  .top_recruit {
    padding-top: 4rem;
    height: 30rem; }
    .top_recruit-title {
      font-size: 2.4rem;
      padding: 2rem; }
      .top_recruit-title::before, .top_recruit-title::after {
        width: 5rem;
        height: 8rem; }
    .top_recruit-block {
      padding: 4rem 0;
      margin-bottom: 0; }

  .top_info::before {
    height: 40rem; }
  .top_info-gp-item:first-child {
    width: 100%;
    order: 1;
    padding-right: 0; }
  .top_info-gp-item:last-child {
    margin-bottom: 3rem;
    width: 100%;
    margin-right: 0; }
  .top_info-gp-item .table-calendar {
    margin-bottom: 2rem; }
  .top_info .title-default-01 {
    margin-bottom: 2rem; } }
@media (max-width: 767px) {
  .feature-title-02 .item {
    margin-right: 0;
    margin-bottom: 1rem; }

  .top_maps iframe {
    height: 30rem; } }
:root {
  --main-color: #1B2065;
  --main-color-white: #ffffff;
  --main-color-rgb: 34, 139, 230;
  --size-v1: 3.5rem;
  --size-v2: 3rem;
  --size-v3: 2.5rem;
  --size-p: 1.8rem;
  --letter-spacing-default: 0.05rem;
  --padding-20: 2rem;
  --padding-x15y0: 1.5rem 0rem;
  --relative-position: relative;
  --font-default: "Shippori Mincho", serif; }

@media (max-width: 960px) {
  :root {
    --size-v1: 2.3rem;
    --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);
  font-family: var(--font-default);
  text-align: center;
  position: relative;
  margin-bottom: 5rem; }
  .title_v1::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10rem;
    height: .4rem;
    transform: translateX(-50%);
    border-bottom: .4rem double #1B2065; }
  @media (max-width: 960px) {
    .title_v1 {
      padding-bottom: 1.5rem;
      margin-bottom: 3rem; }
      .title_v1::before {
        width: 6rem; } }

.title_v2 {
  position: var(--relative-position);
  font-size: var(--size-v2);
  letter-spacing: var(--letter-spacing-default);
  line-height: 140%;
  padding: 1.5rem 2rem;
  color: var(--main-color-white);
  font-family: var(--font-default);
  background: var(--main-color); }
  .title_v2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    background: url(assets/img/tel-bg-02.png) no-repeat center left;
    background-size: cover; }
  .title_v2.version_v2 {
    background-color: transparent;
    color: var(--main-color);
    font-size: 2.5rem;
    padding: 2rem 0 1rem; }
    .title_v2.version_v2::after {
      content: none; }
  @media (max-width: 960px) {
    .title_v2 {
      padding: 1rem 1.5rem; }
      .title_v2.version_v2 {
        font-size: 2.2rem;
        padding: 2rem 0 1rem; } }

.title_v3 {
  position: var(--relative-position);
  font-size: var(--size-v3);
  letter-spacing: var(--letter-spacing-default);
  line-height: 140%;
  padding: 0 0 1.5rem 0rem;
  color: var(--main-color);
  font-family: var(--font-default); }
  .title_v3::before, .title_v3::after {
    content: "";
    height: .2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--main-color); }
  .title_v3::before {
    width: 10%;
    z-index: 2; }
  .title_v3::after {
    opacity: 0.1;
    width: 100%; }

.rowbox {
  width: 100%;
  margin: 4rem 0 7rem;
  display: flex;
  gap: 4rem; }
  .rowbox-item {
    width: calc(100% - 40rem - 4rem); }
    .rowbox-item:last-child {
      width: 40rem; }
    .rowbox-item img {
      border-radius: 1rem; }
  .rowbox_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; }
      .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; }
    .cardbox-item * {
      position: relative;
      z-index: 1;
      padding: 0 2rem !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 {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-default); }
  .table_v1 tr {
    border-bottom: 1px dashed #ccc; }
    .table_v1 tr:first-child {
      border-top: 1px dashed #ccc; }
  .table_v1 th,
  .table_v1 td {
    position: relative;
    text-align: left;
    vertical-align: top;
    position: var(--relative-position);
    font-size: var(--size-p);
    letter-spacing: var(--letter-spacing-default);
    line-height: 140%;
    padding: 2rem 1.5rem;
    color: var(--main-color);
    font-family: var(--font-default); }
  .table_v1 th {
    width: 22rem;
    font-weight: 700;
    padding-left: 0; }
    .table_v1 th::before, .table_v1 th::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 1px;
      background-color: var(--main-color); }
    .table_v1 th::before {
      top: -1px;
      bottom: inherit; }
  .table_v1 td {
    color: #454545; }
    .table_v1 td a {
      color: #454545;
      text-decoration: none; }
      .table_v1 td a:hover {
        text-decoration: underline; }
  @media (max-width: 960px) {
    .table_v1 th {
      border: 0;
      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; } }

.table_v2 {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-default);
  margin: 4rem 0 7rem;
  border: .4rem double #cccccc; }
  .table_v2 tr {
    border-bottom: 1px dashed #ccc; }
    .table_v2 tr:first-child {
      border-top: 1px dashed #ccc; }
  .table_v2 th,
  .table_v2 td {
    position: relative;
    text-align: left;
    vertical-align: top;
    position: var(--relative-position);
    font-size: var(--size-p);
    letter-spacing: var(--letter-spacing-default);
    line-height: 140%;
    padding: 2rem 1.5rem;
    color: var(--main-color);
    font-family: var(--font-default); }
  .table_v2 th {
    width: 22rem;
    font-weight: 700; }
  .table_v2 td {
    color: #454545; }
  .table_v2 th,
  .table_v2 td {
    border-bottom: 1px solid #cccccc; }
    .table_v2 th:first-child,
    .table_v2 td:first-child {
      width: 40rem; }
    .table_v2 th:not(:first-child),
    .table_v2 td:not(:first-child) {
      text-align: center;
      border-left: 1px solid #cccccc; }
  @media (max-width: 960px) {
    .table_v2 {
      margin-top: 2rem;
      margin-bottom: 5rem;
      border: .1rem double #cccccc; }
      .table_v2 th {
        width: 5rem; }
      .table_v2 th,
      .table_v2 td {
        padding: 5px; }
      .table_v2 td {
        font-size: 14px; } }

.mapsbox {
  width: 100%;
  height: 50rem;
  margin: 4rem 0 7rem;
  border: 0.4rem solid var(--main-color);
  padding: .5rem;
  position: relative; }
  .mapsbox iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top; }
  @media (max-width: 960px) {
    .mapsbox {
      height: 30rem;
      margin-top: 2rem;
      margin-bottom: 5rem;
      border: 0.2rem solid var(--main-color); } }

.box_desc {
  margin-top: 3rem;
  margin-bottom: 7rem;
  position: relative; }
  .box_desc img.full {
    margin-top: 3rem;
    width: 100%;
    height: 50rem;
    display: block;
    object-fit: cover;
    padding: 1rem;
    border-radius: 1rem;
    border: 0.4rem solid var(--main-color); }
  .box_desc.version_v3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 4rem; }
    .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 strong {
        font-size: 3.5rem;
        font-weight: bold; }
  @media (max-width: 960px) {
    .box_desc {
      margin-top: 1.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; }

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

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

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

.mgb-4rem {
  margin-bottom: 4rem; }
  @media (max-width: 960px) {
    .mgb-4rem {
      margin-top: 2rem; } }

.page-content-box {
  margin-top: 10rem; }
  .page-content-box:last-child {
    margin-bottom: 15rem; }
@media (max-width: 960px) {
  .page-content-box {
    margin-top: 6rem; }
    .page-content-box:last-child {
      margin-bottom: 10rem; } }

.box-content-01 {
  border-radius: 1rem;
  border: 0.4rem double var(--main-color);
  padding: 5rem 6rem; }
  .box-content-01 p:not(:last-child) {
    margin-bottom: 1rem; }
  .box-content-01 .rowbox {
    margin: 0; }
@media (max-width: 960px) {
  .box-content-01 {
    padding: 2.5rem 2rem; }
    .box-content-01 .rowbox {
      flex-direction: column-reverse; } }

.interview-item:nth-child(2n - 1) .rowbox {
  flex-direction: row-reverse; }
@media (max-width: 960px) {
  .interview-item:nth-child(2n - 1) .rowbox {
    margin-top: 2rem;
    margin-bottom: 5rem;
    flex-direction: column-reverse; } }

.procedurebox {
  width: 100%;
  position: relative; }
  .procedurebox-item {
    padding: 5rem;
    position: relative;
    border-radius: 0.5rem;
    box-shadow: 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2);
    background-color: rgba(27, 32, 101, 0.05); }
    .procedurebox-item .title_v2 {
      margin-bottom: 2rem; }
    .procedurebox-item:not(:last-child) {
      margin-bottom: 6rem; }
      .procedurebox-item:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -4rem;
        width: 3rem;
        height: 2rem;
        transform: translateX(-50%);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background-color: var(--main-color); }
  @media (max-width: 960px) {
    .procedurebox-item {
      padding: 2rem; }
      .procedurebox-item .title_v2 {
        margin-bottom: 2rem; }
      .procedurebox-item:not(:last-child) {
        margin-bottom: 4rem; }
        .procedurebox-item:not(:last-child)::before {
          bottom: -2.5rem;
          width: 2rem;
          height: 1rem; } }

.listbox {
  margin-top: 4rem;
  margin-bottom: 7rem;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.4);
  background-color: rgba(27, 32, 101, 0.08);
  padding: 5rem; }
  .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; }
    .listbox li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .5rem;
      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%); }
  @media (max-width: 960px) {
    .listbox {
      padding: 2rem;
      margin-top: 2rem;
      margin-bottom: 4rem;
      border-radius: 0.5rem; }
      .listbox.mgt--3rem {
        margin-top: 2rem; }
      .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: 1rem;
        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: 3rem;
        position: relative; }
        .listbox li::before {
          width: 1.5rem;
          height: 1.5rem; }
        .listbox li::after {
          width: 1.5rem;
          height: 1.5rem; } }

@media (max-width: 960px) {
  .page-content-box:nth-child(1), .page-content-box:nth-child(2), .page-content-box:nth-child(3), .page-content-box:nth-child(4) {
    display: block; } }

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