@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url(assets/font/stylesheet.css);
html {
  font-size: 0.521vw; }
  @media (max-width: 1440px) and (min-width: 961px) {
    html {
      font-size: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.grid-1480 {
  max-width: 151rem; }
.grid-1450 {
  max-width: 148rem; }
.grid-1380 {
  max-width: 141rem; }
.grid-1200 {
  max-width: 123rem; }

p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: .115rem;
  color: #333333; }

p.has-text-align-center {
  text-align: center; }

#page_top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #E60013 url(assets/img/page-top.svg) no-repeat center;
  border-radius: 100%;
  background-size: 2.1rem;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    #page_top {
      right: 1.5rem;
      bottom: 7rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      #page_top.fixed {
        bottom: 14rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 14rem; } }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_in_1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0;
    position: relative;
    top: 100px; }
  100% {
    position: relative;
    top: 0px;
    opacity: 1; } }
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.fade-left.show {
  animation: fade_left 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

.fade-right.show {
  animation: fade_right 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

[data-animation="fade-in"].show {
  animation: fade_in_1 500ms 1s ease-in-out;
  animation-fill-mode: forwards; }

.wow_custom_no {
  opacity: 0;
  position: relative;
  z-index: 1; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  body,
  p {
    font-size: 2rem; } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: 0;
    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; }

.radius-0 {
  border-radius: 0px; }

.radius-4 {
  border-radius: 4px; }

.radius-8 {
  border-radius: 8px; }

.radius-16 {
  border-radius: 16px; }

.radius-24 {
  border-radius: 24px; }

.radius-50 {
  border-radius: 50px; }

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.01; }

.opacity-2 {
  opacity: 0.02; }

.opacity-3 {
  opacity: 0.03; }

.opacity-4 {
  opacity: 0.04; }

.opacity-5 {
  opacity: 0.05; }

.opacity-6 {
  opacity: 0.06; }

.opacity-7 {
  opacity: 0.07; }

.opacity-8 {
  opacity: 0.08; }

.opacity-9 {
  opacity: 0.09; }

.opacity-10 {
  opacity: 0.1; }

.opacity-11 {
  opacity: 0.11; }

.opacity-12 {
  opacity: 0.12; }

.opacity-13 {
  opacity: 0.13; }

.opacity-14 {
  opacity: 0.14; }

.opacity-15 {
  opacity: 0.15; }

.opacity-16 {
  opacity: 0.16; }

.opacity-17 {
  opacity: 0.17; }

.opacity-18 {
  opacity: 0.18; }

.opacity-19 {
  opacity: 0.19; }

.opacity-20 {
  opacity: 0.2; }

.opacity-21 {
  opacity: 0.21; }

.opacity-22 {
  opacity: 0.22; }

.opacity-23 {
  opacity: 0.23; }

.opacity-24 {
  opacity: 0.24; }

.opacity-25 {
  opacity: 0.25; }

.opacity-26 {
  opacity: 0.26; }

.opacity-27 {
  opacity: 0.27; }

.opacity-28 {
  opacity: 0.28; }

.opacity-29 {
  opacity: 0.29; }

.opacity-30 {
  opacity: 0.3; }

.opacity-31 {
  opacity: 0.31; }

.opacity-32 {
  opacity: 0.32; }

.opacity-33 {
  opacity: 0.33; }

.opacity-34 {
  opacity: 0.34; }

.opacity-35 {
  opacity: 0.35; }

.opacity-36 {
  opacity: 0.36; }

.opacity-37 {
  opacity: 0.37; }

.opacity-38 {
  opacity: 0.38; }

.opacity-39 {
  opacity: 0.39; }

.opacity-40 {
  opacity: 0.4; }

.opacity-41 {
  opacity: 0.41; }

.opacity-42 {
  opacity: 0.42; }

.opacity-43 {
  opacity: 0.43; }

.opacity-44 {
  opacity: 0.44; }

.opacity-45 {
  opacity: 0.45; }

.opacity-46 {
  opacity: 0.46; }

.opacity-47 {
  opacity: 0.47; }

.opacity-48 {
  opacity: 0.48; }

.opacity-49 {
  opacity: 0.49; }

.opacity-50 {
  opacity: 0.5; }

.opacity-51 {
  opacity: 0.51; }

.opacity-52 {
  opacity: 0.52; }

.opacity-53 {
  opacity: 0.53; }

.opacity-54 {
  opacity: 0.54; }

.opacity-55 {
  opacity: 0.55; }

.opacity-56 {
  opacity: 0.56; }

.opacity-57 {
  opacity: 0.57; }

.opacity-58 {
  opacity: 0.58; }

.opacity-59 {
  opacity: 0.59; }

.opacity-60 {
  opacity: 0.6; }

.opacity-61 {
  opacity: 0.61; }

.opacity-62 {
  opacity: 0.62; }

.opacity-63 {
  opacity: 0.63; }

.opacity-64 {
  opacity: 0.64; }

.opacity-65 {
  opacity: 0.65; }

.opacity-66 {
  opacity: 0.66; }

.opacity-67 {
  opacity: 0.67; }

.opacity-68 {
  opacity: 0.68; }

.opacity-69 {
  opacity: 0.69; }

.opacity-70 {
  opacity: 0.7; }

.opacity-71 {
  opacity: 0.71; }

.opacity-72 {
  opacity: 0.72; }

.opacity-73 {
  opacity: 0.73; }

.opacity-74 {
  opacity: 0.74; }

.opacity-75 {
  opacity: 0.75; }

.opacity-76 {
  opacity: 0.76; }

.opacity-77 {
  opacity: 0.77; }

.opacity-78 {
  opacity: 0.78; }

.opacity-79 {
  opacity: 0.79; }

.opacity-80 {
  opacity: 0.8; }

.opacity-81 {
  opacity: 0.81; }

.opacity-82 {
  opacity: 0.82; }

.opacity-83 {
  opacity: 0.83; }

.opacity-84 {
  opacity: 0.84; }

.opacity-85 {
  opacity: 0.85; }

.opacity-86 {
  opacity: 0.86; }

.opacity-87 {
  opacity: 0.87; }

.opacity-88 {
  opacity: 0.88; }

.opacity-89 {
  opacity: 0.89; }

.opacity-90 {
  opacity: 0.9; }

.opacity-91 {
  opacity: 0.91; }

.opacity-92 {
  opacity: 0.92; }

.opacity-93 {
  opacity: 0.93; }

.opacity-94 {
  opacity: 0.94; }

.opacity-95 {
  opacity: 0.95; }

.opacity-96 {
  opacity: 0.96; }

.opacity-97 {
  opacity: 0.97; }

.opacity-98 {
  opacity: 0.98; }

.opacity-99 {
  opacity: 0.99; }

.opacity-100 {
  opacity: 1; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-10 {
  z-index: 10; }

.z-11 {
  z-index: 11; }

.z-12 {
  z-index: 12; }

.z-13 {
  z-index: 13; }

.z-14 {
  z-index: 14; }

.z-15 {
  z-index: 15; }

.z-16 {
  z-index: 16; }

.z-17 {
  z-index: 17; }

.z-18 {
  z-index: 18; }

.z-19 {
  z-index: 19; }

.z-20 {
  z-index: 20; }

.z-21 {
  z-index: 21; }

.z-22 {
  z-index: 22; }

.z-23 {
  z-index: 23; }

.z-24 {
  z-index: 24; }

.z-25 {
  z-index: 25; }

.z-26 {
  z-index: 26; }

.z-27 {
  z-index: 27; }

.z-28 {
  z-index: 28; }

.z-29 {
  z-index: 29; }

.z-30 {
  z-index: 30; }

.z-31 {
  z-index: 31; }

.z-32 {
  z-index: 32; }

.z-33 {
  z-index: 33; }

.z-34 {
  z-index: 34; }

.z-35 {
  z-index: 35; }

.z-36 {
  z-index: 36; }

.z-37 {
  z-index: 37; }

.z-38 {
  z-index: 38; }

.z-39 {
  z-index: 39; }

.z-40 {
  z-index: 40; }

.z-41 {
  z-index: 41; }

.z-42 {
  z-index: 42; }

.z-43 {
  z-index: 43; }

.z-44 {
  z-index: 44; }

.z-45 {
  z-index: 45; }

.z-46 {
  z-index: 46; }

.z-47 {
  z-index: 47; }

.z-48 {
  z-index: 48; }

.z-49 {
  z-index: 49; }

.z-50 {
  z-index: 50; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-nowrap {
  white-space: nowrap; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.transition {
  transition: all 0.3s ease; }

.transition-fast {
  transition: all 0.15s ease; }

.transition-slow {
  transition: all 0.6s ease; }

@media (max-width: 576px) {
  .sm\\:d-none {
    display: none; }

  .sm\\:text-center {
    text-align: center; } }
@media (max-width: 768px) {
  .md\\:d-none {
    display: none; }

  .md\\:text-center {
    text-align: center; } }
@media (max-width: 1024px) {
  .lg\\:d-none {
    display: none; }

  .lg\\:text-center {
    text-align: center; } }
@media (max-width: 1280px) {
  .xl\\:d-none {
    display: none; }

  .xl\\:text-center {
    text-align: center; } }
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  object-fit: cover; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  line-height: 1.6;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease; }

[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative; }

.hv-o {
  transition: ease all 0.35s; }
  .hv-o:hover {
    opacity: 0.85; }

.txt-center {
  text-align: center; }

.mt-10 {
  margin-top: 10rem; }
.mt-7 {
  margin-top: 7rem; }
.mt-6 {
  margin-top: 6rem; }
.mt-3 {
  margin-top: 3rem; }

.mb-12 {
  margin-bottom: 12rem; }
.mb-10 {
  margin-bottom: 10rem; }
.mb-4 {
  margin-bottom: 4rem; }
.mb-3 {
  margin-bottom: 3rem; }
.mb-2 {
  margin-bottom: 2rem; }
.mb-0 {
  margin-bottom: 0 !important; }

.my-8 {
  margin: 8rem 0; }

.p-3 {
  padding: 3rem; }

@media (max-width: 960px) {
  .my-8 {
    margin: 6rem 0; }

  .mt-10 {
    margin-top: 6rem; }
  .mt-7, .mt-6 {
    margin-top: 4rem; }
  .mt-3 {
    margin-top: 2rem; }

  .mb-12 {
    margin-bottom: 7rem; }
  .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; }
.hero-banner__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 35rem;
  padding: 2rem 4rem;
  background-color: rgba(255, 255, 255, 0.8); }
  .hero-banner__title .ja {
    font-size: 2.8rem;
    line-height: 150%;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: bold; }

@media (max-width: 960px) {
  .main_page #toc_container a {
    font-size: 1.5rem; }

  .hero-banner__image {
    height: 20rem; }
    .hero-banner__image img {
      height: 20rem; }
  .hero-banner__title {
    min-width: 30rem;
    padding: 1.5rem; }
    .hero-banner__title .ja {
      font-size: 2rem;
      letter-spacing: .1rem; } }
.breadcrumb {
  width: 100%;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .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 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem; }
    .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: #E60013 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: #E60013;
  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: #e28787 solid .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: #E60013; }

.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(230, 0, 19, 0.2); }
    .news-list li:nth-child(odd) {
      background: #e60013; }
      .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(230, 0, 19, 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: #E60013 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: #E60013;
        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 #E60013;
      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: #E60013;
      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: #E60013;
      transition: ease-in-out .3s; }
      @media (min-width: 768px) {
        .column-list__box .cate-item a:hover {
          background-color: rgba(230, 0, 19, 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(230, 0, 19, 0.1); }
.single-post__title {
  font-size: 3.2rem;
  color: #E60013;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.single-post__date {
  font-size: 1.6rem;
  color: #E60013;
  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; }
.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: "Helvetica Neue", sans-serif;
    color: #ffffff;
    border: 0.1rem solid #E60013;
    border-radius: 3.3rem;
    background: #E60013;
    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: #E60013; }
  .single-post__nav--alt .single-post__nav-item a,
  .single-post__nav--alt .single-post__nav-item span {
    border-color: #E60013; }
  .single-post__nav--alt .single-post__nav-item a:hover {
    background: #E60013; }

@media (max-width: 960px) {
  .single-post__nav {
    margin-top: 0; }
    .single-post__nav-item a,
    .single-post__nav .single-post__nav-item span {
      width: 20rem; }
  .single-post__header {
    padding: 1.5rem; }
  .single-post__title {
    font-size: 2rem; }

  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .single-post__body h1 {
    font-size: 2.6rem; }
  .single-post__body h2 {
    font-size: 2.4rem; }
  .single-post__body h3 {
    font-size: 2.2rem; }
  .single-post__body h4 {
    font-size: 2rem; }
  .single-post__body h5 {
    font-size: 1.8rem; }
  .single-post__body h6 {
    font-size: 1.6rem; }
  .single-post__body blockquote {
    padding: 1.5rem; }

  .column-list__items {
    gap: 5rem 1rem; }
  .column-list__item {
    flex: 0 0 calc((100% - 1rem) / 2); }
  .column-list__title {
    font-size: 1.5rem; }
  .column-list__excerpt {
    font-size: 1.3rem; }
  .column-list__date {
    font-size: 1.5rem; }
  .column-list__box .cate-item a {
    font-size: 1.3rem;
    letter-spacing: 0; }

  .news__group {
    flex-wrap: wrap;
    padding-top: 3rem; }
    .news__group-item:first-child {
      width: 100%;
      margin-bottom: 6rem; }
    .news__group-item:last-child {
      width: 100%;
      padding-left: 0; }
    .news__group .news-list {
      margin-bottom: 4rem; }
      .news__group .news-list li a {
        font-size: 1.5rem; }

  .news-list li a {
    gap: 1rem; }
    .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: #E60013; }

.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: #FFFFFF;
        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: #E60013;
        background: #353535; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 1rem;
        background: rgba(53, 53, 53, 0.5); }
        .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 (min-width: 767.5px) {
  .u-sps {
    display: none; } }
@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: #E60013; }
  .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(230, 0, 19, 0.1);
    border: #E60013 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: 8rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  background: #FFFFFF;
  transition: ease all 0.35s; }
  .header-gp-item:first-child {
    padding-left: 3rem;
    transition: ease all 0.35s; }
  .header-gp .logo img {
    width: 26.7rem; }
  .header-btn-gp .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 8rem;
    width: 27rem;
    border: #FFFFFF solid 1px;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    background: #353535; }
    .header-btn-gp .btn a .number {
      font-size: 3rem;
      font-weight: 700;
      padding-left: 2rem;
      position: relative; }
      .header-btn-gp .btn a .number::before {
        content: "";
        position: absolute;
        width: 2.2rem;
        height: 2.2rem;
        top: 56%;
        left: -1.1rem;
        transform: translateY(-50%);
        -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;
        background: #FFFFFF; }
  .header-btn-gp .btn.web_order a {
    background: #6fbd7c;
    border-left: 0;
    width: 19rem;
    position: relative; }
    .header-btn-gp .btn.web_order a::before {
      content: "";
      position: absolute;
      width: 1.7rem;
      height: 1.7rem;
      border-bottom: #FFFFFF solid 0.4rem;
      border-right: #FFFFFF solid 0.4rem;
      bottom: .8rem;
      right: .8rem; }
    .header-btn-gp .btn.web_order a .txt {
      color: #353535;
      background: #FFFFFF;
      padding: 0 1.9rem;
      line-height: 134%;
      margin-bottom: .6rem; }
    .header-btn-gp .btn.web_order a .title {
      font-weight: 700;
      font-size: 2.5rem;
      letter-spacing: .1rem;
      padding-left: 1.5rem;
      position: relative; }
      .header-btn-gp .btn.web_order a .title::before {
        content: "";
        position: absolute;
        width: 2.4rem;
        height: 2.1rem;
        top: 50%;
        left: -1.5rem;
        transform: translateY(-50%);
        -webkit-mask: url(assets/img/icon-pc.svg) center/100% no-repeat;
        mask: url(assets/img/icon-pc.svg) center/100% no-repeat;
        background: #FFFFFF; }
  .header-menu {
    margin-right: 11rem;
    transition: ease all 0.35s; }
    .header-menu li {
      position: relative;
      border-right: #353535 solid 1px;
      padding: 0 2.5rem; }
      .header-menu li a {
        color: #353535;
        font-size: 2rem;
        font-weight: 500;
        line-height: 160%;
        letter-spacing: 0;
        transition: ease all 0.35s;
        position: relative; }
        .header-menu li a::before {
          content: "";
          position: absolute;
          width: 0.5rem;
          height: 0.5rem;
          top: 1.2rem;
          left: -1.7rem;
          border-radius: 100%;
          background: #E60013;
          transition: ease all 0.35s;
          opacity: 0; }
        .header-menu li a:hover::before {
          opacity: 1; }
      .header-menu li:first-child {
        padding-left: 0; }
      .header-menu li:last-child {
        border-right: 0;
        padding-right: 0; }
      .header-menu li.current_page_item a::before, .header-menu li.current-menu-parent a::before {
        opacity: 1; }
      @media (min-width: 961px) {
        .header-menu li .sub-menu {
          pointer-events: none;
          position: absolute;
          z-index: 0;
          opacity: 0;
          right: 0;
          padding: 2rem 1.5rem 1.5rem;
          left: 0;
          top: 3rem;
          transition: all 0.3s ease;
          width: 30rem; }
          .header-menu li .sub-menu::before {
            content: "";
            position: absolute;
            width: 100%;
            height: calc(100% - 2.4rem);
            left: 0;
            bottom: 0; }
          .header-menu li .sub-menu li {
            margin-left: 0;
            border-bottom: 1px solid #fff;
            border-right: 0;
            padding: 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: 5.6rem;
            padding: 5rem 10rem !important; }
            .header-menu li.vz-02 .sub-menu li {
              width: calc((100% - 6.001rem) / 3);
              margin-right: 3rem; }
              .header-menu li.vz-02 .sub-menu li:nth-child(3n) {
                margin-right: 0; }
              .header-menu li.vz-02 .sub-menu li:last-child {
                border-width: 1px; }
        .header-menu li:hover .sub-menu {
          opacity: 1;
          pointer-events: auto;
          padding: 2rem 0 0; }
        .header-menu li:hover.menu-item-has-children > a::before {
          opacity: 1; } }

@media (min-width: 960.5px) {
  .home header {
    height: auto; }
  .home .header {
    background: transparent;
    padding-right: 3rem;
    border-bottom: #FFFFFF solid 1px; }
    .home .header-gp-item:first-child {
      background: #FFFFFF;
      padding: 4.8rem; }
    .home .header-gp .logo img {
      width: 28.9rem; }
    .home .header-menu {
      margin-right: 6.5rem; }
      .home .header-menu li {
        border-right-color: #FFFFFF; }
        .home .header-menu li a {
          color: #FFFFFF; }
        .home .header-menu li.vz-02 .sub-menu {
          top: 8.6rem; }
    .home .header.active {
      background: #FFFFFF;
      border-bottom: 0;
      padding-right: 0; }
      .home .header.active .header-gp-item:first-child {
        padding: 0 0 0 3rem; }
      .home .header.active .header-gp .logo img {
        width: 26.7rem; }
      .home .header.active .header-menu {
        margin-right: 11rem; }
        .home .header.active .header-menu li {
          border-right-color: #353535; }
          .home .header.active .header-menu li a {
            color: #353535; }
          .home .header.active .header-menu li .sub-menu {
            top: 3.2rem; }
            .home .header.active .header-menu li .sub-menu a {
              color: #FFFFFF; }
          .home .header.active .header-menu li.vz-02 .sub-menu {
            top: 5.6rem; }

  .u-sp {
    display: none; } }
@media (max-width: 1440px) and (min-width: 960.5px) {
  .header-gp-item:first-child {
    padding-left: 1.5rem; }
  .header-gp .logo img {
    width: 24rem; }
  .header-menu {
    margin-right: 1.5rem; }
    .header-menu li {
      padding: 0 1.4rem; }
      .header-menu li a {
        font-size: 1.8rem; }
        .header-menu li a::before {
          left: -0.7rem; }
  .header-btn-gp .btn a {
    width: 22rem; }
    .header-btn-gp .btn a .number {
      font-size: 2.5rem; }
  .header-btn-gp .btn.web_order a {
    width: 17rem; }
    .header-btn-gp .btn.web_order a .title {
      font-size: 2.2rem; }

  .home .header {
    padding-right: 0; }
    .home .header-gp-item:first-child {
      padding: 2rem 1.5rem; }
    .home .header-gp .logo img {
      width: 24rem; }
    .home .header-menu {
      margin-right: 1.5rem; }
      .home .header-menu li.vz-02 .sub-menu {
        top: 5.6rem; }
    .home .header.active .header-gp-item:first-child {
      padding: 2rem 1.5rem; }
    .home .header.active .header-gp .logo img {
      width: 24rem; }
    .home .header.active .header-menu {
      margin-right: 1.5rem; } }
@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: 24rem; }
    .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; }
          .header-menu li a.active {
            color: #E60013; }
          .header-menu li a::before {
            content: none; }
      .header-menu-title {
        color: #E60013;
        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: 6rem;
    height: 6rem;
    z-index: 10; }
    .nav-menu-item {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 1.2rem 1rem;
      cursor: pointer; }
      .nav-menu-item span {
        background: #E60013;
        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%; } }
.cl_92b {
  color: #92B195; }

.cl_red {
  color: #E60013; }

.table-calendar {
  background: #F8F6F1;
  padding: 0 1.9rem 3rem;
  margin-bottom: 2.2rem; }
  .table-calendar table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
  .table-calendar td {
    color: #353535;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    width: 4.4rem;
    padding: 0.9rem 0; }
    .table-calendar td:first-child {
      width: 14.4rem; }
  .table-calendar tr:first-child td {
    border-bottom: #353535 solid 1px;
    padding: 1.7rem 0; }
  .table-calendar tr:nth-child(2) td {
    padding-top: 2.8rem; }
  .table-calendar p {
    color: #353535;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0; }

.btn-tel-01 a {
  background: #353535;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 29rem;
  height: 8.1rem;
  position: relative;
  margin-right: 1.5rem; }
  .btn-tel-01 a::before {
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    border-bottom: #FFFFFF solid 0.4rem;
    border-right: #FFFFFF solid 0.4rem;
    bottom: .8rem;
    right: .8rem; }
  .btn-tel-01 a span {
    text-align: center;
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0; }
    .btn-tel-01 a span:first-child {
      letter-spacing: 0;
      font-size: 1.8rem;
      font-weight: 400; }
    .btn-tel-01 a span:last-child {
      position: relative; }
      .btn-tel-01 a span:last-child::before {
        content: "";
        position: absolute;
        width: 2.2rem;
        height: 2.2rem;
        top: 56%;
        left: -3.5rem;
        transform: translateY(-50%);
        -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;
        background: #FFFFFF; }
.btn-web-order a {
  background: #353535;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 8.1rem;
  width: 18.8rem;
  position: relative; }
  .btn-web-order a::before {
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    border-bottom: #FFFFFF solid 0.4rem;
    border-right: #FFFFFF solid 0.4rem;
    bottom: .8rem;
    right: .8rem; }
  .btn-web-order a span {
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 134%;
    letter-spacing: 0.1rem; }
    .btn-web-order a span.first {
      font-size: 1.8rem;
      background: #FFFFFF;
      color: #353535;
      padding: 0 1.6rem;
      margin-bottom: .5rem; }
      .btn-web-order a span.first.vz-02 {
        background: transparent;
        color: #FFFFFF; }
    .btn-web-order a span.last {
      position: relative;
      padding-left: 1.6rem; }
      .btn-web-order a span.last::before {
        content: "";
        position: absolute;
        width: 2.4rem;
        height: 2.1rem;
        top: 50%;
        left: -1.5rem;
        transform: translateY(-50%);
        -webkit-mask: url(assets/img/icon-pc.svg) center/100% no-repeat;
        mask: url(assets/img/icon-pc.svg) center/100% no-repeat;
        background: #FFFFFF; }
.btn-gp-01 {
  margin-top: 3.4rem; }
  @media (min-width: 767.5px) {
    .btn-gp-01 {
      flex-wrap: nowrap; } }

.footer {
  background: url(assets/img/footer-01.png) no-repeat center left;
  background-size: cover; }
  .footer-gp {
    padding-top: 21rem; }
    .footer-gp-item {
      width: 50%; }
      .footer-gp-item:first-child {
        padding-top: 23rem; }
      .footer-gp-item:last-child {
        padding-left: 8rem; }
      .footer-gp-item .logo {
        margin-bottom: 7rem; }
        .footer-gp-item .logo img {
          width: 40.5rem; }
  .footer-block {
    padding: 2.5rem 2.5rem 4rem 9rem;
    background: rgba(183, 162, 124, 0.85);
    width: 100%;
    max-width: 66.8rem; }
  .footer-title-01 {
    border-bottom: #FFFFFF solid 1px;
    padding-bottom: 1.2rem;
    margin-bottom: .8rem; }
    .footer-title-01 span {
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0;
      display: inline-block;
      position: relative;
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .footer-title-01 span::before {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 1.1rem);
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: #FFFFFF; }
      .footer-title-01 span:last-child {
        font-weight: 400;
        padding-right: 0;
        margin-right: 0; }
        .footer-title-01 span:last-child::before {
          content: none; }
  .footer-title-02 {
    color: #353535;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    margin-bottom: .2rem; }
  .footer-menu {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 1rem 4rem;
    margin-bottom: 3.8rem; }
    .footer-menu:last-child {
      margin-bottom: 0; }
    .footer-menu li a {
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      position: relative;
      padding-left: 1.5rem;
      transition: ease all 0.35s; }
      .footer-menu li a::before {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        background: #FFFFFF;
        border-radius: 100%;
        left: 0; }
      .footer-menu li a::after {
        content: "";
        position: absolute;
        width: calc(100% - 1.5rem);
        height: 1px;
        bottom: 0;
        right: 0;
        background: #FFFFFF;
        transition: ease all 0.35s;
        opacity: 0; }
      .footer-menu li a:hover::after {
        opacity: 1; }
    .footer-menu li.current_page_item a::before {
      background: #E60013; }
    .footer-menu li.current_page_item a::after {
      opacity: 1; }
  .footer-field {
    max-width: 55.5rem; }
  .footer-desc-01 p {
    padding-bottom: 3.5rem;
    margin-bottom: 1.8rem;
    color: #353535;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    border-bottom: #353535 solid 1px; }

.copyright {
  padding: 1.5rem 0;
  border-top: #353535 solid 1px; }
  .copyright .logo {
    border-right: #353535 solid 1px;
    padding: .2rem 2rem .2rem 0;
    margin-right: 2rem; }
    .copyright .logo img {
      width: 15.7rem; }
  .copyright .txt p {
    color: #353535;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0; }

.menu_right_fix {
  display: none; }

@media (max-width: 960px) {
  .btn-gp-01 {
    justify-content: center; }

  .footer-gp {
    padding: 6rem 0;
    position: relative;
    z-index: 0; }
    .footer-gp::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #FFFFFF;
      z-index: -1;
      opacity: 0.8; }
    .footer-gp-item:first-child {
      display: none; }
    .footer-gp-item:last-child {
      width: 100%;
      padding: 0 1.5rem; }
    .footer-gp-item .logo {
      margin-bottom: 2rem; }
      .footer-gp-item .logo img {
        width: 30rem; }
  .footer-field {
    margin-left: auto;
    margin-right: auto; }
  .footer-desc-01 p {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; }

  .table-calendar {
    padding: 0 1.5rem 1.5rem; }
    .table-calendar td {
      font-size: 1.5rem;
      padding: .5rem 0; }
    .table-calendar tr:first-child td {
      padding: 1rem 0; }
    .table-calendar tr:nth-child(2) td {
      padding-top: 1rem; }

  .copyright {
    padding: 1.5rem 0 7rem; }
    .copyright .txt p {
      font-size: 1.4rem; }
    .copyright .logo img {
      width: 14rem; }

  .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: #B7A27C;
        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-02.svg) center/100% no-repeat;
          mask: url(assets/img/icon-tel-02.svg) center/100% no-repeat; }
        .menu_right_fix li a.web::before {
          -webkit-mask: url(assets/img/icon-pc.svg) center/100% no-repeat;
          mask: url(assets/img/icon-pc.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; } }
@media (max-width: 767px) {
  .btn-gp-01 > div {
    width: 100%;
    margin-bottom: 1.5rem; }
    .btn-gp-01 > div:last-child {
      margin-bottom: 0; }

  .btn-tel-01 a {
    width: 100%;
    margin-right: 0; }

  .btn-web-order a {
    width: 100%; }

  .copyright .logo {
    border-right: 0;
    border-bottom: #353535 solid 1px;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem; } }
.top_news-gp .btn-web-order a {
  background: rgba(53, 53, 53, 0.5); }

@media (min-width: 961px) {
  .header-menu li .sub-menu::before {
    background: #6fbd7c; } }
.title-default-01 {
  color: #353535;
  font-size: 4rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.44rem;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: 1.3rem; }
  .title-default-01::first-letter {
    color: #E60013; }
  .title-default-01.vz-02 {
    font-size: 10.5rem;
    line-height: 120%; }
  .title-default-01.vz-021 {
    position: relative;
    z-index: 0; }
    .title-default-01.vz-021 span {
      background: #F8F6F1;
      padding-right: 6.5rem; }
    .title-default-01.vz-021::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 50%;
      right: 0;
      background: #353535;
      z-index: -1;
      transform: translateY(-50%); }
  .title-default-01.vz-022 {
    position: relative; }
    .title-default-01.vz-022::before {
      content: "";
      position: absolute;
      width: 56.7rem;
      height: 14rem;
      top: 0;
      right: 0;
      background: url(assets/img/icon-01.png) no-repeat center;
      background-size: contain; }
    .title-default-01.vz-022::after {
      content: "";
      position: absolute;
      width: 56.7rem;
      height: 14rem;
      top: 0;
      left: 0;
      transform: scaleX(-1);
      background: url(assets/img/icon-01.png) no-repeat center;
      background-size: contain; }
.title-default-02 {
  color: #353535;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 4rem; }
  .title-default-02.vz-02 {
    color: #B7A27C; }
.title-default-03 {
  color: #353535;
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.5rem;
  position: relative;
  word-break: keep-all;
  padding: 1.2rem 0 2.2rem; }
  .title-default-03 span {
    position: relative;
    display: inline-block;
    padding: 0 2rem; }
    .title-default-03 span::before {
      content: "";
      position: absolute;
      width: 1rem;
      height: 2.7rem;
      top: 0;
      left: 0;
      border-top: 2px solid #353535;
      border-left: 2px solid #353535; }
    .title-default-03 span::after {
      content: "";
      position: absolute;
      width: 1rem;
      height: 2.7rem;
      bottom: 0;
      right: .6rem;
      border-bottom: 2px solid #353535;
      border-right: 2px solid #353535; }
.title-default-04 .title {
  color: #353535;
  font-size: 4rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 4.2rem;
  display: block; }
.title-default-04 .txt {
  color: #353535;
  font-size: 2rem;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.85rem; }
.title-default-05 {
  color: #353535;
  font-size: 3rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 4.2rem; }
  .title-default-05.vz-02 {
    background: #E60013;
    color: #FFFFFF;
    width: 30.5rem;
    padding: 0 0 0.3rem; }
.title-default-06 {
  color: #B7A27C;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0;
  margin-bottom: 1.8rem; }

.txt-default-01 p {
  color: #353535;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0; }

.btn-more-01 {
  display: flex;
  justify-content: flex-end; }
  .btn-more-01 a {
    color: #353535;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    position: relative;
    padding: 1.5rem 2.5rem; }
    .btn-more-01 a::before {
      content: "";
      position: absolute;
      width: 0.8rem;
      height: 0.8rem;
      bottom: .4rem;
      right: 0;
      border-bottom: #353535 solid 0.2rem;
      border-right: #353535 solid 0.2rem;
      transition: all 0.35s; }
    .btn-more-01 a:hover::before {
      right: -1rem; }
.btn-default-01 a {
  color: #353535;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  border: #353535 solid 1px;
  height: 5.8rem;
  width: 23.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: ease all 0.35s; }
  .btn-default-01 a::before {
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    bottom: .8rem;
    right: .8rem;
    border-bottom: #353535 solid 0.4rem;
    border-right: #353535 solid 0.4rem;
    transition: ease all 0.35s; }
  .btn-default-01 a:hover {
    background: #92B195;
    border-color: #92B195;
    color: #FFFFFF; }
    .btn-default-01 a:hover::before {
      border-bottom-color: #FFFFFF;
      border-right-color: #FFFFFF; }
.btn-default-01.vz-02 a {
  width: 100%; }
.btn-default-01.vz-03 {
  width: calc((100% - 4.001rem) / 2);
  margin-right: 4rem;
  position: relative;
  border: #353535 solid 1px; }
  .btn-default-01.vz-03:nth-child(2n) {
    margin-right: 0; }
  .btn-default-01.vz-03::before {
    content: "";
    position: absolute;
    width: 13.9rem;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/img/bg-feature-07.jpg) no-repeat center;
    background-size: cover; }
  .btn-default-01.vz-03::after {
    content: "";
    position: absolute;
    width: calc(100% - 8.3rem);
    height: calc(100% + 1px);
    top: 0;
    right: -1px;
    background: #353535;
    transition: ease all 0.35s;
    clip-path: polygon(1.8rem 0%, 100% 0, 100% 100%, 0% 100%); }
  .btn-default-01.vz-03.vs-055 a {
    padding-left: 11rem;
    padding-right: 2rem;
    text-align: center; }
    @media (max-width: 960.5px) {
      .btn-default-01.vz-03.vs-055 a {
        font-size: 1.8rem; } }
  .btn-default-01.vz-03 a {
    width: 100%;
    height: 8.1rem;
    position: relative;
    border: 0;
    z-index: 1;
    padding-left: 10rem;
    padding-right: 3rem;
    color: #FFFFFF; }
    .btn-default-01.vz-03 a::before {
      border-bottom-color: #FFFFFF;
      border-right-color: #FFFFFF; }
    .btn-default-01.vz-03 a:hover {
      background: transparent;
      color: #353535; }
      .btn-default-01.vz-03 a:hover::before {
        border-bottom-color: #353535;
        border-right-color: #353535; }
  .btn-default-01.vz-03:hover::after {
    background: #FFFFFF;
    right: 0;
    height: 100%; }
.btn-default-01.vz-032::before {
  background-image: url(assets/img/bg-feature-08.jpg); }
.btn-gp-02 {
  position: relative;
  bottom: -4rem; }
.btn-gp-03 {
  margin-bottom: -2.8rem; }
  .btn-gp-03 .btn-default-01 {
    width: calc((100% - 2.001rem) / 2);
    margin-right: 2rem; }
    .btn-gp-03 .btn-default-01:nth-child(2n) {
      margin-right: 0; }
    .btn-gp-03 .btn-default-01 a:not(:hover) {
      background: #FFFFFF; }

.mv {
  position: relative;
  z-index: 0; }
  .mv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 43rem;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, #1b1b1b 0%, rgba(27, 27, 27, 0) 100%); }
  .mv-cont .title {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .mv-cont .title h2 {
      display: flex;
      flex-flow: column;
      align-items: center; }
    .mv-cont .title .item {
      margin-right: 1.5rem;
      padding: 0rem 3rem;
      color: #000000;
      font-size: 3.5rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.9rem;
      position: relative;
      z-index: 0;
      text-shadow: #fff 2px 0px 15px, #fff -15px 0px 15px, #fff 0px -15px 15px, #fff -15px 0px 15px, #fff 15px 15px 15px, #fff -15px 15px 15px, #fff 15px -15px 15px, #fff -15px -15px 15px, #fff 1px 15px 15px, #fff -1px 15px 15px, #fff 1px -15px 15px, #fff -1px -15px 15px, #fff 15px 1px 15px, #fff -15px 1px 15px; }
      .mv-cont .title .item:first-child {
        margin-bottom: 1.5rem; }
      @media (min-width: 960.5px) {
        .mv-cont .title .item .sub {
          writing-mode: sideways-rl; } }
  .mv-list-01 {
    position: absolute;
    bottom: 3.5rem;
    left: 9rem; }
    .mv-list-01 li {
      text-align: center;
      color: #FFFFFF;
      font-size: 2rem;
      font-weight: 500;
      line-height: 145%;
      letter-spacing: 0;
      background: url(assets/img/mv-icon-01.png) no-repeat center;
      background-size: contain;
      width: 17rem;
      height: 16.3rem;
      padding-top: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .mv-list-01 li .sub {
        font-size: 3.3rem;
        margin-top: -0.9rem;
        position: relative;
        top: 0.3rem;
        display: inline-block; }
      .mv-list-01 li.vz-01 {
        margin-right: -4.4rem; }
        .mv-list-01 li.vz-01 .item {
          position: relative; }
          .mv-list-01 li.vz-01 .item::before {
            content: "";
            position: absolute;
            width: 3rem;
            height: 2rem;
            top: -2.5rem;
            left: 50%;
            transform: translateX(-50%);
            background: url(assets/img/mv-icon-03.png) no-repeat center;
            background-size: contain; }
      .mv-list-01 li.vz-02 {
        background-image: url(assets/img/mv-icon-02.png); }

.top_news {
  background: url(assets/img/news-bg-01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 8rem 0 6rem; }
  .top_news::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FFFFFF;
    opacity: 0.64; }
  .top_news-gp {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 4rem; }
    .top_news-gp-box {
      padding: 5rem 6rem 7rem;
      background: rgba(255, 255, 255, 0.85);
      box-shadow: 0 0.4rem 0.66rem rgba(0, 0, 0, 0.25); }
      .top_news-gp-box:first-child {
        padding-left: 12rem; }
      .top_news-gp-box .table-calendar {
        margin-top: 4rem; }
    .top_news-gp-01 {
      border-bottom: #353535 solid 1px;
      padding-bottom: 2.5rem;
      margin-bottom: 1.6rem; }
      .top_news-gp-01 .title-default-01 {
        margin-bottom: -0.5rem; }
      .top_news-gp-01 .btn-gp-01 {
        margin-top: 2.3rem; }
      .top_news-gp-01 p {
        line-height: 175%; }
      .top_news-gp-01.vz-02 {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
  .top_news-list {
    margin-bottom: 6.2rem; }
    .top_news-list li {
      border-bottom: #353535 solid 1px; }
      .top_news-list li a {
        padding: 3rem 0;
        display: block; }
        .top_news-list li a span {
          color: #353535;
          font-size: 1.8rem;
          font-weight: 400;
          line-height: 175%;
          letter-spacing: 0; }
          .top_news-list li a span.date {
            background: #353535;
            color: #FFFFFF;
            padding: 0 1rem;
            line-height: 130%;
            padding-bottom: .2rem;
            display: inline-block;
            margin-bottom: .9rem; }
          .top_news-list li a span.title {
            display: block; }

.top_calendar {
  padding: 7.8rem 0 16rem; }
  .top_calendar .title-default-01 {
    margin-bottom: 5.4rem; }
  .top_calendar-gp {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 4.2rem; }
    .top_calendar-gp-box iframe {
      width: 100%;
      height: 51.5rem;
      vertical-align: top;
      border: 0; }
  .top_calendar-field {
    padding-top: 10rem; }
  .top_calendar-block {
    gap: 3rem; }
    .top_calendar-block-item {
      width: 42rem;
      border: #ddd1bd solid 2px;
      border-radius: 2rem;
      padding: 2rem; }
    .top_calendar-block .title-default-05 {
      margin-bottom: 1rem; }

.concept-gp {
  background: #F8F6F1; }
  .concept-gp-box:first-child {
    width: 94rem; }
  .concept-gp-box:last-child {
    width: calc(100% - 94rem);
    padding-left: 4.5rem;
    padding-top: 7.2rem; }
  .concept-gp-box .title-default-01 {
    margin-bottom: 0; }
  .concept-gp-box p {
    display: flex;
    margin-bottom: 2.4rem;
    color: #353535;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.18rem; }
    .concept-gp-box p:last-child {
      margin-bottom: 0; }
  .concept-gp-box .block {
    margin-left: 10rem;
    max-width: 70rem; }
  .concept-gp-box .field {
    margin-bottom: 3.5rem; }
  .concept-gp-box .wrap {
    flex-flow: column;
    margin-right: 9rem; }

.top_medical {
  padding-top: 14rem;
  overflow: hidden; }
  .top_medical .title-default-01 {
    margin-bottom: 0; }
  .top_medical-head {
    position: relative;
    z-index: 1; }
    .top_medical-head .title-default-02 {
      margin-bottom: 5.6rem; }
  .top_medical-main {
    position: relative;
    z-index: 0;
    padding: 8rem 0 14.5rem; }
    .top_medical-main::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% + 21.8rem);
      bottom: 0;
      left: 0;
      z-index: -1;
      background: url(assets/img/medical-bg-01.jpg) no-repeat center;
      background-size: cover; }
  .top_medical-block {
    grid-template-columns: 2fr 2fr;
    gap: 4rem; }
    .top_medical-block-item {
      border: #353535 solid 1px;
      position: relative; }
      .top_medical-block-item .field {
        overflow: hidden;
        display: block;
        position: relative; }
      .top_medical-block-item .cont {
        position: absolute;
        top: 0;
        left: 50%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        height: 100%;
        width: 50%; }
        .top_medical-block-item .cont .title-default-04 {
          transition: ease all 0.35s; }
      .top_medical-block-item .img img {
        width: 100%; }
      .top_medical-block-item .desc {
        width: calc(100% - 19rem);
        height: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        transition: ease all 0.35s;
        z-index: 0;
        display: flex;
        flex-flow: column;
        justify-content: center;
        overflow: hidden;
        padding-left: 8.5rem;
        padding-right: 2.5rem; }
        .top_medical-block-item .desc::before {
          content: "";
          position: absolute;
          width: calc(100% + 12.2rem);
          height: calc(100% + 13rem);
          bottom: 50%;
          right: -12.3rem;
          z-index: -1;
          opacity: 0.85;
          background: #353535;
          border-radius: 100%;
          transform: translateY(50%);
          opacity: 0; }
        .top_medical-block-item .desc::after {
          content: "";
          position: absolute;
          width: 7.7rem;
          height: 7.7rem;
          bottom: -2rem;
          right: -2rem;
          background: #353535;
          opacity: 0.85;
          border-radius: 100%; }
        .top_medical-block-item .desc .title-default-04 .title {
          margin-bottom: 3.4rem; }
        .top_medical-block-item .desc .detail {
          color: #FFFFFF;
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 155%;
          letter-spacing: 0;
          transition: ease all 0.35s; }
        .top_medical-block-item .desc .title-default-04,
        .top_medical-block-item .desc .detail {
          opacity: 0; }
      .top_medical-block-item::after {
        content: "";
        position: absolute;
        width: 1.7rem;
        height: 1.7rem;
        bottom: 1.5rem;
        right: 1.5rem;
        border-bottom: 0.4rem solid #FFFFFF;
        border-right: 0.4rem solid #FFFFFF; }
      .top_medical-block-item:hover::after {
        opacity: 0; }
      .top_medical-block-item:hover .cont {
        opacity: 0; }
      .top_medical-block-item:hover .desc::before {
        opacity: 0.85; }
      .top_medical-block-item:hover .desc::after {
        opacity: 0; }
      .top_medical-block-item:hover .desc .title-default-04,
      .top_medical-block-item:hover .desc .detail {
        opacity: 1; }
      .top_medical-block-item:hover .desc .title-default-04 .title {
        color: #FFFFFF; }
  .top_medical-list li {
    width: calc((100% - 8.001rem) / 3);
    margin-right: 4rem;
    margin-bottom: 3rem; }
    @media (min-width: 960.5px) {
      .top_medical-list li:nth-child(3n) {
        margin-right: 0; } }
    .top_medical-list li a {
      display: flex;
      align-items: center; }
      .top_medical-list li a .title {
        color: #353535;
        font-size: 3rem;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.05rem;
        display: block;
        margin-bottom: .5rem;
        transition: ease all 0.35s; }
      .top_medical-list li a .txt {
        color: #76664B;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0.35rem;
        display: block; }
      .top_medical-list li a .img {
        width: 13.3rem;
        position: relative;
        z-index: 1; }
      .top_medical-list li a .cont {
        min-height: 18.2rem;
        padding-left: 8rem;
        padding-right: 2rem;
        width: calc(100% - 13.3rem + 6.4rem);
        border: #353535 solid 1px;
        margin-left: -6.4rem;
        display: flex;
        flex-flow: column;
        justify-content: center;
        position: relative; }
        .top_medical-list li a .cont::before {
          content: "";
          position: absolute;
          width: 1.7rem;
          height: 1.7rem;
          bottom: 2rem;
          right: 2rem;
          border-bottom: #353535 solid 0.4rem;
          border-right: #353535 solid 0.4rem; }
      .top_medical-list li a .detail {
        position: absolute;
        opacity: 0;
        transition: ease all 0.35s;
        color: #353535;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 155%;
        letter-spacing: 0; }
      .top_medical-list li a:hover .txt {
        position: absolute;
        opacity: 0; }
      .top_medical-list li a:hover .detail {
        opacity: 1;
        position: relative; }
      .top_medical-list li a:hover .cont::before {
        border-bottom-color: #E60013;
        border-right-color: #E60013; }

.top_feature {
  padding-top: 21rem;
  overflow: hidden; }
  .top_feature-head {
    margin-bottom: -6.5rem; }
    .top_feature-head-gp .box:first-child {
      width: 60rem;
      padding-top: 10.5rem; }
    .top_feature-head-gp .box:last-child {
      width: calc(100% - 60rem + 5rem);
      margin-left: -5rem; }
    .top_feature-head-gp .box .title-default-01 {
      margin-bottom: 0; }
    .top_feature-head-gp .box .title-default-02 {
      margin-bottom: -0.6rem; }
  .top_feature-title-01 .txt {
    color: #353535;
    font-size: 3rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0; }
    .top_feature-title-01 .txt.jp {
      writing-mode: vertical-lr;
      margin-right: 1rem; }
    .top_feature-title-01 .txt.number {
      color: #E60013;
      font-size: 7.5rem;
      font-weight: 400;
      margin-right: .2rem; }
  .top_feature-title-01 .img img {
    width: 11.7rem; }
  .top_feature-title-02 {
    position: relative;
    z-index: 0;
    margin-bottom: 3.5rem; }
    .top_feature-title-02::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 1.4rem;
      right: 0;
      z-index: -1;
      background: #353535; }
    .top_feature-title-02 .txt {
      background: #FFFFFF;
      padding-right: 1.8rem; }
    .top_feature-title-02 .item {
      color: #353535;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0.35rem; }
      .top_feature-title-02 .item:last-child {
        font-size: 6rem;
        font-weight: 500;
        letter-spacing: 0;
        margin-left: 1rem;
        position: relative;
        top: .9rem; }
      .top_feature-title-02 .item .number:last-child {
        color: #E60013; }
    .top_feature-title-02.vz-02 {
      text-align: right;
      margin-left: -1.3rem; }
      .top_feature-title-02.vz-02 .txt {
        padding-right: 0;
        padding-left: 2.5rem; }
    .top_feature-title-02.vz-03 {
      text-align: center; }
      .top_feature-title-02.vz-03 .txt {
        padding-left: 4.5rem;
        padding-right: 4.5rem; }
  .top_feature-gp {
    position: relative;
    z-index: 0;
    padding-left: 3.7rem;
    padding-right: 2.5rem;
    padding-bottom: 4.7rem;
    margin-bottom: 34rem; }
    .top_feature-gp::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #FFFFFF;
      box-shadow: 0 -0.9rem 1.7rem rgba(0, 0, 0, 0.15); }
    .top_feature-gp::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: -5rem;
      right: -5rem;
      z-index: -2;
      background: #DDD1BD url(assets/img/bg-feature-01.png) repeat bottom right; }
    .top_feature-gp-box:first-child {
      width: 70.3rem;
      padding-top: 2.3rem;
      padding-left: 1.3rem; }
    .top_feature-gp-box:last-child {
      width: calc(100% - 70.3rem);
      padding-right: 1.2rem;
      margin-top: -16.5rem; }
    .top_feature-gp-box .cont {
      padding-right: 5rem; }
    .top_feature-gp-box .img {
      width: calc((100% - 3.001rem) / 2);
      margin-right: 3rem; }
      .top_feature-gp-box .img:nth-child(2n) {
        margin-right: 0; }
      .top_feature-gp-box .img-02 {
        margin-bottom: 5.2rem; }
      .top_feature-gp-box .img img {
        width: 100%; }
    .top_feature-gp-field {
      width: calc((100% - 4.001rem) / 2);
      margin-right: 4rem;
      padding-bottom: 8.5rem;
      background: #F8F8F8; }
      .top_feature-gp-field:nth-child(2n) {
        margin-right: 0; }
      .top_feature-gp-field .top_feature-title-02 .txt {
        background: #F8F8F8; }
      .top_feature-gp-field .img {
        margin-bottom: 1.5rem; }
        .top_feature-gp-field .img img {
          width: 100%; }
      .top_feature-gp-field .cont {
        padding: 0 5rem; }
    @media (min-width: 960.5px) {
      .top_feature-gp.vz-02 {
        padding-left: 3.7rem;
        padding-right: 2.5rem;
        margin-bottom: 14rem; }
        .top_feature-gp.vz-02::after {
          right: auto;
          left: -5rem;
          background-position: top 3.5rem left -2rem; }
        .top_feature-gp.vz-02 .top_feature-gp-box:first-child {
          order: 1;
          padding-left: 0; }
        .top_feature-gp.vz-02 .top_feature-gp-box .img-01 {
          margin-bottom: 0; }
        .top_feature-gp.vz-02 .top_feature-gp-box .cont {
          padding-left: 3.5rem;
          padding-right: 3.5rem; } }
    .top_feature-gp.vz-03 {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 8rem; }
      .top_feature-gp.vz-03::before {
        box-shadow: initial; }
      .top_feature-gp.vz-03::after {
        content: none; }
      .top_feature-gp.vz-03 .top_feature-title-02 {
        margin-bottom: 7.5rem; }
    .top_feature-gp.vz-04 {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 8rem; }
      .top_feature-gp.vz-04::before, .top_feature-gp.vz-04::after {
        content: none; }
      .top_feature-gp.vz-04 .title-default-06 {
        font-feature-settings: 'palt';
        letter-spacing: -0.05rem; }
    .top_feature-gp.vz-05 {
      padding-top: 1rem;
      padding-bottom: 0;
      margin-bottom: 25.3rem;
      background: #F8F6F1; }
      .top_feature-gp.vz-05::before {
        box-shadow: inherit;
        background: transparent; }
      .top_feature-gp.vz-05::after {
        content: none; }
      .top_feature-gp.vz-05 .top_feature-title-02 .txt {
        background: #F8F6F1; }
    .top_feature-gp .line-01 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4.2rem;
      background: #DDD1BD url(assets/img/bg-feature-02.png) repeat-x center left; }
    .top_feature-gp .block {
      max-width: 174.5rem;
      width: calc(100% - 3rem);
      margin-left: auto;
      margin-right: auto;
      position: relative;
      padding-top: 8.5rem;
      padding-bottom: 7rem;
      z-index: 0;
      background: #FFFFFF; }
      .top_feature-gp .block::before {
        content: "";
        position: absolute;
        width: 70rem;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: url(assets/img/bg-feature-03.jpg?v=101) no-repeat center;
        background-size: cover; }
      .top_feature-gp .block::after {
        content: "";
        position: absolute;
        width: 70rem;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background: url(assets/img/bg-feature-04.jpg?vs=1.0.1) no-repeat center;
        background-size: cover; }
      .top_feature-gp .block .line-01 {
        top: -4.2rem; }
      .top_feature-gp .block .icon {
        position: absolute; }
        .top_feature-gp .block .icon-01 {
          left: 26.4rem;
          bottom: 1rem; }
          .top_feature-gp .block .icon-01 img {
            width: 31.9rem; }
        .top_feature-gp .block .icon-02 {
          top: 3rem;
          right: 38rem;
          width: 22.1rem; }
          .top_feature-gp .block .icon-02 img {
            width: 100%; }
      .top_feature-gp .block-item {
        text-align: center;
        max-width: 60rem;
        margin-left: auto;
        margin-right: auto; }
        .top_feature-gp .block-item p {
          max-width: 55rem;
          margin-left: auto;
          margin-right: auto;
          letter-spacing: .1rem; }
      .top_feature-gp .block .title-default-06 {
        letter-spacing: -0.1rem; }
    .top_feature-gp .detail {
      max-width: 70rem;
      width: calc(100% - 3rem);
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 0; }
      .top_feature-gp .detail::before {
        content: "";
        position: absolute;
        width: 65.4rem;
        height: 39.2rem;
        top: -1rem;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%);
        background: url(assets/img/bg-feature-09.png) no-repeat center;
        background-size: contain; }
      .top_feature-gp .detail p {
        max-width: 56rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.4rem; }
      .top_feature-gp .detail .title-default-05 {
        margin-bottom: 3.8rem; }
  .top_feature-wrap.vz-01 {
    position: relative; }
    .top_feature-wrap.vz-01::before {
      content: "";
      position: absolute;
      width: 25.3rem;
      height: 24.4rem;
      background: url(assets/img/icon-02.png) no-repeat center;
      background-size: contain;
      bottom: -15.5rem;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%); }
  .top_feature-wrap.vz-02 {
    position: relative; }
    .top_feature-wrap.vz-02::before {
      content: "";
      position: absolute;
      width: 54rem;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      background: url(assets/img/bg-feature-05.png) no-repeat center right;
      background-size: cover; }
    .top_feature-wrap.vz-02::after {
      content: "";
      position: absolute;
      width: 53.5rem;
      height: 100%;
      top: 0;
      right: 0;
      background: url(assets/img/bg-feature-06.png) no-repeat center left 1.5rem;
      background-size: cover; }
    .top_feature-wrap.vz-02 .icon-03 {
      width: 52.7rem;
      height: calc(100% + 3.3rem);
      background: url(assets/img/bg-feature-10.png) no-repeat center bottom;
      background-size: contain;
      bottom: 0;
      right: 17rem;
      z-index: 2;
      position: absolute; }

.greeting {
  margin-bottom: 25rem; }
  .greeting-head {
    margin-bottom: 15.5rem; }
  .greeting .title-default-01 {
    margin-bottom: 0; }
  .greeting-gp {
    position: relative;
    z-index: 0;
    padding-left: 5rem;
    padding-right: 18.5rem; }
    .greeting-gp::before {
      content: "";
      position: absolute;
      width: 61rem;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background: linear-gradient(90deg, #fbf6e8 0%, rgba(251, 246, 232, 0) 100%); }
    .greeting-gp::after {
      content: "";
      position: absolute;
      width: 67.2rem;
      height: 93.4rem;
      top: 51.6%;
      right: -11.2rem;
      z-index: -1;
      transform: translateY(-50%);
      background: url(assets/img/doctor-img-02.jpg); }
    .greeting-gp-box:first-child {
      width: 65rem;
      padding-top: 9.6rem;
      position: relative;
      z-index: 1; }
    .greeting-gp-box:last-child {
      width: calc(100% - 65rem);
      padding-left: 8rem; }
    .greeting-gp-box p {
      font-feature-settings: 'palt';
      letter-spacing: .08rem;
      width: calc(100% + .5rem); }
    .greeting-gp-box .author {
      margin-top: 6.2rem;
      margin-bottom: 8rem; }
      .greeting-gp-box .author p {
        letter-spacing: .78rem; }
        .greeting-gp-box .author p:first-child {
          font-size: 2.5rem;
          letter-spacing: 1rem; }

.top-slide {
  overflow: hidden;
  margin-bottom: 16.5rem; }
  .top-slide-gp {
    display: flex;
    width: max-content;
    position: relative; }
  .top-slide-list {
    display: grid;
    align-items: center;
    grid-template-columns: 34rem 34rem 34rem 34rem 34rem 34rem;
    backface-visibility: hidden; }
    .top-slide-list li {
      margin-right: 2rem; }
      .top-slide-list li:nth-child(2n-1) {
        margin-top: 4rem; }
      .top-slide-list li img {
        width: 100%; }
    .top-slide-list.vz-01 {
      animation: loopSlide1 160s -80s linear infinite; }
    .top-slide-list.vz-02 {
      animation: loopSlide2 160s linear infinite; }

@keyframes loopSlide1 {
  0% {
    transform: translate(100%); }
  to {
    transform: translate(-100%); } }
@keyframes loopSlide2 {
  0% {
    transform: translate(0); }
  to {
    transform: translate(-200%); } }
.top_recruit {
  padding: 15.5rem 0 11rem;
  background: #F5F5F5; }
  .top_recruit-gp-box:first-child {
    width: 94rem;
    position: relative; }
  .top_recruit-gp-box:last-child {
    width: calc(100% - 94rem);
    padding-left: 10rem;
    padding-top: 1.6rem; }
    .top_recruit-gp-box:last-child .title-default-01 {
      margin-bottom: 3rem; }
  .top_recruit-gp-box .block {
    position: relative;
    padding: 2rem 3rem;
    flex-flow: column; }
    .top_recruit-gp-box .block .title-default-01 {
      color: #FFFFFF; }
      @media (min-width: 960.5px) {
        .top_recruit-gp-box .block .title-default-01 {
          letter-spacing: 3.2rem; } }
    .top_recruit-gp-box .block .title-default-05 {
      margin-bottom: 1.9rem; }
    .top_recruit-gp-box .block .cont {
      position: relative;
      flex-flow: column;
      z-index: 0;
      padding-bottom: 2.8rem; }
      .top_recruit-gp-box .block .cont::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 2.4rem);
        bottom: 0;
        left: 0;
        z-index: -1;
        opacity: 0.85;
        background: #FFFFFF;
        border: #353535 solid 1px;
        transition: ease all 0.35s; }
      .top_recruit-gp-box .block .cont::after {
        content: "";
        position: absolute;
        width: 1.7rem;
        height: 1.7rem;
        bottom: 2rem;
        right: 2rem;
        border-bottom: #353535 solid 0.4rem;
        border-right: #353535 solid 0.4rem;
        transition: ease all 0.35s; }
      .top_recruit-gp-box .block .cont .desc {
        color: #353535;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0;
        transition: ease all 0.35s; }
      .top_recruit-gp-box .block .cont:hover .desc {
        color: #FFFFFF; }
      .top_recruit-gp-box .block .cont:hover::before {
        background: #92B195; }
      .top_recruit-gp-box .block .cont:hover::after {
        border-bottom-color: #FFFFFF;
        border-right-color: #FFFFFF; }
  .top_recruit-gp-block {
    max-width: 66rem;
    width: calc(100% - 2rem); }

.top_topic-list__items {
  margin-bottom: 6.2rem; }
.top_topic-list li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: #353535 solid 1px;
  padding: 3rem 0; }
  .top_topic-list li .img {
    width: 17.3rem; }
    .top_topic-list li .img img {
      width: 100%;
      aspect-ratio: 4 / 2.9826; }
  .top_topic-list li .cont {
    width: calc(100% - 17.3rem);
    padding-left: 2rem; }
    .top_topic-list li .cont .date {
      background: #353535;
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0;
      display: inline-block;
      padding: 0 1rem;
      margin-bottom: 1.3rem; }
    .top_topic-list li .cont .title {
      color: #353535;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0;
      margin-bottom: 1.3rem; }
    .top_topic-list li .cont .excerpt {
      color: #353535;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0; }
      .top_topic-list li .cont .excerpt a {
        color: #B7A27C;
        text-decoration: underline; }
        .top_topic-list li .cont .excerpt a:hover {
          text-decoration: none; }
  @media (min-width: 960.5px) {
    .top_topic-list li:nth-child(4) {
      display: none; } }

.top_inst {
  padding: 7rem 0 11rem;
  background: #DDD1BD url(assets/img/bg-feature-01.png) repeat top left; }
  .top_inst-btn {
    text-align: center;
    margin-bottom: 6rem; }
    .top_inst-btn img {
      display: inline-block; }
  .top_inst-img {
    position: relative; }
    .top_inst-img::before {
      content: "";
      position: absolute;
      width: 11.8rem;
      height: 11.8rem;
      top: 50%;
      left: 50%;
      z-index: 1;
      transform: translate(-50%, -50%);
      background: #FFFFFF url(assets/img/icon-instagram.svg) no-repeat center;
      background-size: 5.5rem;
      border-radius: 100%; }

.top_location-item {
  position: relative; }
  .top_location-item:first-child {
    width: calc(100% - 68.7rem); }
  .top_location-item:last-child {
    width: 68.7rem; }
  .top_location-item iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top; }
  .top_location-item img {
    width: 100%; }
  .top_location-item .btn-default-01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.85); }
    @media (min-width: 960.5px) {
      .top_location-item .btn-default-01 a {
        width: 47rem;
        font-size: 3rem;
        height: 7rem; } }

#cursor-border {
  --size: 170px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: transparent;
  background-image: url(assets/img/icon-04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 170px;
  pointer-events: none;
  transition: top 2s ease-out, left 2s ease-out, width 2s ease-out, height 2s ease-out, background-color 2s ease-out;
  z-index: 999;
  opacity: 0; }
  #cursor-border.is-active {
    opacity: 1; }

@media (max-width: 1440px) and (min-width: 961px) {
  .title-default-01.vz-02 {
    font-size: 8rem; }
  .title-default-01.vz-021 span {
    padding-right: 3rem; }
  .title-default-01.vz-022::before, .title-default-01.vz-022::after {
    width: 45rem;
    height: 11rem; }

  .mv-cont .title .item {
    letter-spacing: .3rem; }

  .top_medical-list li a .title {
    font-size: 2.5rem; }

  .concept-gp {
    padding-bottom: 2rem; }
    .concept-gp-box:first-child {
      width: 70rem; }
    .concept-gp-box:last-child {
      width: calc(100% - 70rem); }
    .concept-gp-box .block {
      margin-left: 0; }

  .greeting-gp::after {
    right: 3rem; }

  .top_feature-wrap.vz-01::before {
    bottom: -20rem; }
  .top_feature-wrap.vz-02::before {
    width: 36rem; }
  .top_feature-wrap.vz-02::after {
    width: 32rem; }
  .top_feature-wrap.vz-02 .icon-03 {
    width: 45rem;
    right: 5rem; }
  .top_feature-wrap-gp .block .icon-01 {
    left: 7rem; }
  .top_feature-wrap-gp .block .icon-02 {
    right: 6rem; }
  .top_feature-gp .block .icon-01 {
    left: 8rem; }
  .top_feature-gp .block .icon-02 {
    right: 7rem; }

  .top_recruit-gp-box:first-child {
    width: 80rem; }
  .top_recruit-gp-box:last-child {
    padding-left: 3rem;
    width: calc(100% - 80rem); }
    .top_recruit-gp-box:last-child .title-default-01 {
      margin-bottom: 0; }

  .top_topic-list li {
    padding: 2rem 0; }

  .top_topic-list__items {
    margin-bottom: 2rem; } }
@media (max-width: 960px) {
  .u-pc {
    display: none; }

  .title-default-01 {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 150%; }
    .title-default-01.vz-02 {
      font-size: 3rem; }
    .title-default-01.vz-021 span {
      padding-right: 2.5rem; }
    .title-default-01.vz-022::before, .title-default-01.vz-022::after {
      width: 28rem;
      height: 7.5rem;
      top: -2rem; }
  .title-default-02 {
    font-size: 2rem;
    margin-bottom: 2rem; }
  .title-default-03 {
    font-size: 2rem;
    letter-spacing: 0;
    display: flex;
    align-items: center; }
  .title-default-04 .title {
    font-size: 3rem;
    margin-bottom: 2rem; }
  .title-default-04 p {
    font-size: 1.6rem;
    letter-spacing: .3rem; }
  .title-default-05 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem; }
    .title-default-05.vz-02 {
      width: 20rem;
      text-align: center; }
  .title-default-06 {
    font-size: 1.6rem; }

  .btn-more-01 a {
    font-size: 1.5rem; }

  .btn-default-01.vz-02 {
    width: 100%; }
  .btn-default-01 a {
    font-size: 1.5rem; }

  .btn-gp-03 .btn-default-01 {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-gp-03 .btn-default-01:last-child {
      margin-bottom: 0; }

  .txt-default-01 p {
    font-size: 1.5rem; }

  .mv {
    z-index: 1; }
    .mv::before {
      height: 7rem; }
    .mv-cont .title {
      width: 100%;
      padding: 1.5rem;
      top: 87%; }
      .mv-cont .title h2 {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        align-items: flex-end; }
      .mv-cont .title .item {
        writing-mode: initial;
        font-size: 2rem;
        padding: 0rem;
        letter-spacing: 0;
        margin-right: 0;
        display: block;
        text-shadow: #fff 2px 0px 5px, #fff -5px 0px 5px, #fff 0px -5px 5px, #fff -5px 0px 5px, #fff 5px 5px 5px, #fff -5px 5px 5px, #fff 5px -5px 5px; }
        .mv-cont .title .item::before {
          width: calc(100% - 1.5rem);
          height: calc(100% - 1.5rem); }
        .mv-cont .title .item:first-child {
          margin-bottom: 0; }
    .mv-view .slick-slide img {
      width: 100%;
      height: 47.2rem; }
    .mv-list-01 {
      bottom: -13rem;
      left: 0;
      width: 100%;
      justify-content: center; }
      .mv-list-01 li {
        font-size: 1.2rem;
        width: 9rem;
        height: 9rem; }
        .mv-list-01 li .sub {
          font-size: 2rem;
          top: .4rem; }
        .mv-list-01 li.vz-01 {
          margin-right: 0; }
          .mv-list-01 li.vz-01 .item::before {
            width: 2.4rem;
            height: 1.7rem;
            top: -2rem; }

  .top_news {
    padding: 12rem 0 6rem; }
    .top_news-gp {
      grid-template-columns: 1fr;
      gap: 1.5rem; }
      .top_news-gp-box {
        padding: 1.5rem; }
        .top_news-gp-box:first-child {
          padding-left: 1.5rem; }
        .top_news-gp-box .table-calendar {
          margin-top: 0; }
    .top_news-list {
      margin-bottom: 2rem; }
      .top_news-list li a {
        padding: 1.5rem 0; }
        .top_news-list li a span {
          font-size: 1.5rem; }
      .top_news-list li:first-child a {
        padding-top: 0; }

  .top_calendar {
    padding: 5rem 0 6rem; }
    .top_calendar-gp {
      grid-template-columns: 1fr;
      gap: 1.5rem; }
      .top_calendar-gp-box iframe {
        height: 40rem; }
    .top_calendar-field {
      padding-top: 6rem; }
    .top_calendar-block {
      gap: 1.5rem; }

  .concept-gp-box:first-child {
    width: 100%; }
  .concept-gp-box:last-child {
    width: 100%;
    padding-top: 5.5rem;
    padding-left: 1.5rem; }
  .concept-gp-box .block {
    margin-left: 0;
    padding-bottom: 3rem; }
  .concept-gp-box .wrap {
    margin-right: 1.5rem; }
    .concept-gp-box .wrap .btn-default-01 a {
      margin-left: auto;
      margin-right: auto; }
  .concept-gp-box p {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 185%; }
  .concept-gp-box .field {
    margin-bottom: 2rem; }

  .top_medical {
    padding-top: 6rem; }
    .top_medical-list li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      .top_medical-list li:nth-child(2n) {
        margin-right: 0; }
      .top_medical-list li a .img {
        width: 10rem; }
      .top_medical-list li a .title {
        font-size: 2.2rem; }
      .top_medical-list li a .cont {
        width: calc(100% - 5rem);
        margin-left: -5rem;
        min-height: 15rem;
        padding-left: 6rem;
        padding-right: 1rem; }
        .top_medical-list li a .cont::before {
          bottom: 1rem;
          right: 1rem;
          border-bottom-width: .3rem;
          border-right-width: .3rem; }
      .top_medical-list li a .detail {
        font-size: 1.5rem; }
    .top_medical-head .title-default-02 {
      margin-bottom: 1.5rem; }
    .top_medical-block {
      grid-template-columns: 1fr;
      gap: 1.5rem; }
      .top_medical-block-item .cont {
        left: 0;
        width: 100%;
        padding: 1.5rem; }
      .top_medical-block-item::after {
        width: 1.2rem;
        height: 1.2rem; }
      .top_medical-block-item .desc .detail {
        font-size: 1.5rem; }
      .top_medical-block-item .desc::before {
        right: -13rem; }
    .top_medical-main {
      padding: 6rem 0; }
      .top_medical-main::before {
        height: calc(100% + 10rem); }

  .top_feature {
    padding-top: 6rem; }
    .top_feature-head-gp .box:first-child, .top_feature-head-gp .box:last-child {
      width: 100%; }
    .top_feature-head-gp .box:first-child {
      padding-top: 0;
      margin-bottom: 2rem; }
    .top_feature-head-gp .box:last-child {
      margin-left: 0; }
    .top_feature-head-gp .box .title-default-02 {
      margin-bottom: 1rem; }
    .top_feature-title-01 .txt {
      font-size: 2rem; }
      .top_feature-title-01 .txt.number {
        font-size: 4rem; }
    .top_feature-title-01 .img img {
      position: relative;
      top: .3rem;
      width: 7rem; }
    .top_feature-title-02 {
      margin-bottom: 2rem; }
      .top_feature-title-02 .txt {
        padding-right: 1rem; }
      .top_feature-title-02 .item:last-child {
        font-size: 4rem; }
    .top_feature-gp {
      padding: 1.5rem;
      margin-bottom: 18rem; }
      .top_feature-gp::after {
        right: -1.5rem; }
      .top_feature-gp-box:first-child {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 3rem; }
      .top_feature-gp-box:last-child {
        width: 100%;
        margin-top: 0;
        padding-right: 0;
        justify-content: center; }
      .top_feature-gp-box .img {
        width: 50%;
        margin-right: 0; }
        .top_feature-gp-box .img-02 {
          margin-bottom: 0; }
      .top_feature-gp-box .cont {
        padding-right: 0; }
      .top_feature-gp-box .btn-default-01 {
        margin-top: 2rem; }
      .top_feature-gp-field {
        width: 100%;
        margin-right: 0;
        padding-bottom: 2rem;
        margin-bottom: 6rem; }
        .top_feature-gp-field:last-child {
          margin-bottom: 0; }
        .top_feature-gp-field .cont {
          padding: 0 1.5rem; }
      .top_feature-gp .block {
        padding: 5rem 0 5.5rem; }
        .top_feature-gp .block::before, .top_feature-gp .block::after {
          width: 100%; }
        .top_feature-gp .block-item {
          padding: 0 1.5rem;
          position: relative;
          z-index: 0; }
          .top_feature-gp .block-item::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 50%;
            left: 50%;
            z-index: -1;
            transform: translate(-50%, -50%);
            background: #FFFFFF;
            filter: blur(20px);
            border-radius: 100%;
            opacity: 0.7; }
        .top_feature-gp .block .icon {
          display: none; }
      .top_feature-gp .detail {
        width: 100%; }
        .top_feature-gp .detail p {
          margin-bottom: 0; }
      .top_feature-gp.vz-02 {
        margin-bottom: 8rem; }
      .top_feature-gp.vz-03 {
        margin-bottom: 5rem; }
      .top_feature-gp.vz-04 {
        margin-bottom: 6rem; }
      .top_feature-gp.vz-05 {
        margin-bottom: 9.5rem; }
    .top_feature-wrap.vz-01::before {
      width: 15rem;
      height: 14.5rem; }
    .top_feature-wrap.vz-02 {
      z-index: 0; }
      .top_feature-wrap.vz-02::before {
        width: 100%;
        z-index: -1; }
      .top_feature-wrap.vz-02::after {
        z-index: -1;
        width: 100%; }
      .top_feature-wrap.vz-02 .icon-03 {
        opacity: 0; }

  .greeting {
    margin-bottom: 6rem; }
    .greeting-head {
      margin-bottom: 4rem; }
    .greeting-gp {
      padding: 1.5rem; }
      .greeting-gp::before {
        width: 100%;
        background: #fbf6e8; }
      .greeting-gp::after {
        opacity: 0;
        right: 0; }
      .greeting-gp-box:first-child {
        width: 100%;
        order: 1;
        padding-top: 3rem; }
      .greeting-gp-box:last-child {
        width: 100%;
        padding-left: 0; }
      .greeting-gp-box p {
        width: 100%; }
      .greeting-gp-box .author {
        margin-top: 3rem;
        margin-bottom: 3rem; }
        .greeting-gp-box .author p:first-child {
          font-size: 1.8rem;
          letter-spacing: .3rem; }

  .top-slide {
    margin-bottom: 6rem; }
    .top-slide-list {
      grid-template-columns: 25rem 25rem 25rem 25rem 25rem 25rem; }
      .top-slide-list li {
        margin-right: 1rem; }
        .top-slide-list li:nth-child(2n-1) {
          margin-top: 2rem; }

  .top_recruit {
    padding: 6rem 0 4rem; }
    .top_recruit-gp-box:first-child {
      width: 100%;
      margin-bottom: 9rem; }
    .top_recruit-gp-box:last-child {
      width: 100%;
      padding: 1.5rem; }
      .top_recruit-gp-box:last-child .title-default-01 {
        margin-bottom: 0; }
    .top_recruit-gp-box .block {
      padding: 1.5rem; }
      .top_recruit-gp-box .block .cont {
        padding: 0 1.5rem 3rem;
        margin-bottom: -10.5rem; }
        .top_recruit-gp-box .block .cont .desc {
          font-size: 1.5rem; }
    .top_recruit-gp-block {
      width: 100%;
      max-width: 100%; }

  .top_topic-list {
    max-width: 100%; }
    .top_topic-list__items {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 3rem; }
    .top_topic-list li {
      padding: 1.5rem 0;
      width: calc((100% - 1.001rem) / 2);
      margin-right: 1rem; }
      .top_topic-list li:nth-child(2n) {
        margin-right: 0; }
      .top_topic-list li .img {
        width: 100%; }
      .top_topic-list li .cont {
        width: 100%;
        padding-left: 0; }

  .top_inst {
    padding: 6rem 0; }
    .top_inst-btn {
      margin-bottom: 3rem; }
    .top_inst-img::before {
      width: 7rem;
      height: 7rem;
      background-size: 4rem; }

  .top_location-item:first-child, .top_location-item:last-child {
    width: 100%; }
  .top_location-item iframe {
    height: 30rem; } }
@media (max-width: 767px) {
  .title-default-01.vz-022::before, .title-default-01.vz-022::after {
    width: 10rem;
    height: 2.5rem;
    top: 0; }

  .btn-default-01.vz-03 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-default-01.vz-03:last-child {
      margin-bottom: 0; }

  .top_calendar-block-item {
    width: 100%; }

  .top_medical-list li {
    width: calc((100% - 0.502rem) / 2);
    margin-right: 0.5rem;
    margin-bottom: 5rem; }
    .top_medical-list li:nth-child(2n), .top_medical-list li:last-child {
      margin-right: 0; }
    .top_medical-list li:last-child {
      margin-bottom: 0; }
    .top_medical-list li a {
      width: 100%;
      height: 100%;
      position: relative;
      border: #353535 solid 1px;
      align-items: flex-start; }
      .top_medical-list li a .title {
        font-size: 1.5rem; }
      .top_medical-list li a .cont {
        margin-left: 0;
        height: auto;
        width: 100%;
        padding: 4rem 0.5rem 2rem;
        border: #353535 solid 0px;
        justify-content: flex-start; }
      .top_medical-list li a .img {
        position: absolute;
        top: -4rem;
        width: 7rem;
        left: 50%;
        transform: translateX(-50%); }
      .top_medical-list li a .detail {
        width: 100%;
        font-size: 1.3rem;
        letter-spacing: normal;
        text-align: justify;
        padding-left: .5rem;
        padding-right: .5rem; }
      .top_medical-list li a .txt {
        font-size: 1.3rem;
        letter-spacing: 0; }
  .top_medical-block-item .field {
    height: 30rem; }
  .top_medical-block-item .img img {
    height: 100%; }
  .top_medical-block-item .desc {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem; }
    .top_medical-block-item .desc .title-default-04 .title {
      margin-bottom: 1.4rem; }
    .top_medical-block-item .desc::before {
      right: 0;
      width: 100%;
      border-radius: 0; }
  .top_medical-block-item:hover::before, .top_medical-block-item:hover::after {
    content: none; } }
.table_page-01 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table_page-01 td {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    border-bottom: #353535 solid 1px;
    padding: 2rem; }
    .table_page-01 td:first-child {
      width: 30rem;
      background: rgba(230, 0, 19, 0.05);
      font-weight: 700; }
  .table_page-01 tr:first-child td {
    border-top: #353535 solid 1px; }
.table_page-02 {
  overflow-x: auto;
  width: 100%; }
  .table_page-02 table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap; }
  .table_page-02 td {
    color: #353535;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    border-bottom: #E60013 solid 1px;
    width: calc(100% / 4);
    padding: 1rem; }
  .table_page-02 tr:first-child td {
    background: #E60013;
    color: #FFFFFF;
    font-weight: 700; }

.page-box {
  margin-bottom: 12rem; }
  .page-box .title-default-01 {
    text-align: center;
    margin-bottom: 5rem;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 1rem; }
    .page-box .title-default-01::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      margin: 0 auto;
      width: 7rem;
      height: .6rem;
      transform: translateX(-50%);
      -webkit-mask: url(assets/img/icon-03.png) center/auto repeat;
      mask: url(assets/img/icon-03.png) center/auto repeat;
      background: #E60013; }
  .page-box .title-default-05 {
    background: #353535;
    color: #FFFFFF;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem; }
.page-item {
  margin-bottom: 5rem; }
.page-flow {
  counter-reset: section -1;
  list-style: none; }
  .page-flow .page-item {
    border: #CCC solid 1px;
    padding: 5rem;
    position: relative; }
    .page-flow .page-item::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -3.6rem;
      transform: translateX(-50%);
      width: 2rem;
      height: 1.5rem;
      background-color: #E60013;
      clip-path: polygon(100% 0, 0 0, 50% 100%); }
    .page-flow .page-item:last-child::after {
      content: none; }
  .page-flow.c0 .page-item::before {
    counter-increment: section;
    content: "C" counter(section);
    position: absolute;
    top: -2rem;
    left: -2rem;
    background: #E60013;
    font-size: 4rem;
    color: #FFFFFF;
    padding: 0 1rem;
    line-height: 150%; }

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; }
  .image-gallery__item {
    flex: 1 1 calc(33.333% - 1.4rem);
    overflow: hidden;
    border-radius: .8rem; }
  .image-gallery__img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    border-radius: inherit;
    aspect-ratio: 4 / 3;
    object-fit: cover; }
  .image-gallery--col5, .image-gallery--col4 {
    gap: 1.2rem; }
    .image-gallery--col5 .image-gallery__item, .image-gallery--col4 .image-gallery__item {
      border-radius: 0.5rem; }
    .image-gallery--col5 p, .image-gallery--col4 p {
      letter-spacing: normal; }
  .image-gallery--col5 .image-gallery__item {
    flex-basis: calc(20% - 1.6rem); }
  .image-gallery--col4 .image-gallery__item {
    flex-basis: calc(25% - 1.5rem); }
  .image-gallery--col3 .image-gallery__item {
    flex-basis: calc(33.333% - 1.4rem); }
  .image-gallery--col2 .image-gallery__item {
    flex-basis: calc(50% - 1rem); }
  @media (max-width: 960px) {
    .image-gallery {
      gap: 1rem; }
      .image-gallery__item {
        border-radius: .4rem; }
      .image-gallery--col5 .image-gallery__item, .image-gallery--col4 .image-gallery__item {
        flex-basis: calc(50% - 1rem); } }
  @media (max-width: 768px) {
    .image-gallery__item {
      flex-basis: 100%; } }

.page-maps iframe {
  width: 100%;
  height: 40rem;
  vertical-align: top;
  border: 0; }

.colums-img-right {
  display: flex;
  flex-wrap: wrap; }
  .colums-img-right .item:first-child {
    width: calc(100% - 42rem);
    padding-right: 5rem; }
  .colums-img-right .item:last-child {
    width: 42rem; }
  .colums-img-right .item img {
    border-radius: 1rem;
    width: 100%; }
  .colums-img-right .item .border {
    border: #CCC solid 1px; }
  .colums-img-right * {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: .115rem;
    color: #333333; }
.colums-img-left {
  display: flex;
  flex-wrap: wrap; }
  .colums-img-left .item:last-child {
    width: calc(100% - 42rem);
    padding-left: 5rem; }
  .colums-img-left .item:first-child {
    width: 42rem; }
  .colums-img-left .item img {
    border-radius: 1rem;
    width: 100%; }
  .colums-img-left .item .border {
    border: #CCC solid 1px; }
  .colums-img-left * {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: .115rem;
    color: #333333; }
.colums-img-full img {
  width: 100%; }

.page-list-01 {
  display: grid;
  border: #353535 solid 3px;
  padding: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3rem;
  gap: 1.5rem 2rem; }
  .page-list-01 li {
    color: #353535;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    position: relative;
    padding-left: 1.8rem; }
    .page-list-01 li::before {
      content: "";
      position: absolute;
      width: 1.2rem;
      height: 1.2rem;
      top: 1rem;
      left: 0;
      border-radius: 100%;
      background: #353535; }
    .page-list-01 li:nth-child(3n) {
      margin-right: 0; }
  @media (min-width: 960.5px) {
    .page-list-01.vz-02 {
      grid-template-columns: 1fr 1fr; } }

.page-block {
  border: 1rem solid rgba(53, 53, 53, 0.9);
  padding: 5rem; }

.main_page .d_author p {
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 1.2rem; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  .colums-img-left *, .colums-img-right * {
    font-size: 2rem; } }
@media (max-width: 960px) {
  .table_page-01 td {
    font-size: 1.5rem;
    float: left;
    width: 100%;
    border-bottom: 0;
    padding: 1.5rem; }
    .table_page-01 td:first-child {
      width: 100%; }
  .table_page-01 tr:first-child td {
    border-top: 0; }

  .colums-img-right .item:first-child {
    width: 100%;
    padding-right: 0;
    order: 1;
    margin-top: 2rem; }
  .colums-img-right .item:last-child {
    width: 100%; }
  .colums-img-right * {
    letter-spacing: 0;
    line-height: 175%;
    text-align: justify;
    font-size: 1.5rem; }
  .colums-img-left .item:first-child {
    width: 100%;
    margin-bottom: 2rem; }
  .colums-img-left .item:last-child {
    width: 100%;
    padding-left: 0; }
  .colums-img-left * {
    letter-spacing: 0;
    line-height: 175%;
    text-align: justify;
    font-size: 1.5rem; }

  .page-box {
    margin-bottom: 7rem; }
    .page-box .title-default-01 {
      font-size: 2.5rem;
      margin-bottom: 3rem; }
      .page-box .title-default-01.v-02 {
        letter-spacing: 0.0rem;
        padding-bottom: 1.5rem; }

  .page-maps iframe {
    height: 24rem; }

  .page-box .title-default-05 {
    font-size: 2rem; }

  .page-flow .page-item {
    margin-bottom: 5rem;
    padding: 1.5rem; }
  .page-flow.c0 .page-item {
    padding: 5.5rem 1.5rem 1.5rem; }
    .page-flow.c0 .page-item::before {
      top: 0;
      left: 0;
      font-size: 2rem;
      padding: .5rem 1rem; }

  .page-list-01 {
    grid-template-columns: 1fr;
    gap: 1.5rem; }

  .page-list-01 li {
    font-size: 1.5rem; }

  .page-item {
    margin-bottom: 3rem; }

  .page-block {
    padding: 2rem;
    border: 0.5rem solid rgba(230, 0, 19, 0.9); }

  .table_page-02 td {
    font-size: 1.5rem; }

  .main_page .d_author p {
    font-size: 2rem;
    margin-bottom: 2rem; } }
.table_page-03 {
  width: 100%;
  border-collapse: collapse; }
  .table_page-03 tr:first-child td {
    font-weight: bold;
    padding: 2rem; }
  .table_page-03 td {
    border: 1px solid #CCC;
    padding: 1.5rem 2rem; }
    .table_page-03 td:first-child {
      width: 70%; }
    .table_page-03 td:last-child {
      width: 30%;
      text-align: center; }
  @media (max-width: 960px) {
    .table_page-03 tr:first-child td {
      font-weight: bold;
      padding: 1.5rem; }
    .table_page-03 td {
      padding: 1.5rem; }
      .table_page-03 td:first-child {
        width: 60%; }
      .table_page-03 td:last-child {
        width: 40%; } }

/*# sourceMappingURL=style.css.map */
