@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/*
Theme Name: Grist V1
Theme URI: #
Author: the Gkv or Zn team
Author URI: https://gkv.vn/
Description: #!
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.0.2
License: #
License URI: #
Text Domain: gkv
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
html {
  font-size: 10px; }
  @media (max-width: 1440px) and (min-width: 961px) {
    html {
      font-size: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "Noto Serif JP", serif; }

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

.grid-1200 {
  max-width: 1230px; }

.is-group-content > div {
  width: 100%;
  max-width: 121rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0;
  color: #333; }

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: #4f4333 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: 9rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 11rem; } }

.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 {
    line-height: 185%;
    text-align: justify; } }
: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; }

.has-black-color {
  color: var(--wp--preset--color--black) !important; }

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important; }

.has-white-color {
  color: var(--wp--preset--color--white) !important; }

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important; }

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important; }

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important; }

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important; }

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important; }

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important; }

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important; }

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important; }

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important; }

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important; }

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important; }

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important; }

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important; }

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important; }

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important; }

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important; }

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important; }

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important; }

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important; }

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important; }

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important; }

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important; }

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important; }

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important; }

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important; }

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important; }

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important; }

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important; }

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important; }

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important; }

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important; }

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important; }

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important; }

[class*="dflex"] {
  display: flex;
  flex-wrap: wrap; }

[class*="aic"] {
  align-items: center; }

[class*="aie"] {
  align-items: flex-end; }

[class*="ais"] {
  align-items: flex-start; }

[class*="jcc"] {
  justify-content: center; }

[class*="jcsb"] {
  justify-content: space-between; }

[class*="jcfe"] {
  justify-content: flex-end; }

[class*="fcolumn"] {
  flex-flow: column; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }
  @media (max-width: 1024px) {
    a[href^="tel:"] {
      cursor: pointer;
      pointer-events: all; } }

.p-fixed {
  position: fixed;
  left: var(--fixed-left);
  top: var(--fixed-top); }

[class*="grid"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.grid-1340 {
  max-width: 137rem; }
.grid-1200 {
  max-width: 123rem; }

body,
html {
  height: 100%; }

p {
  font-family: "Zen Maru Gothic", "Noto Serif JP", serif; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  overflow-clip-margin: inherit; }

a,
button {
  color: inherit;
  text-decoration: none; }

input,
textarea,
button,
select {
  outline: none;
  resize: none; }

.hv-o {
  transition: ease all 0.5s; }
  .hv-o:hover {
    opacity: 0.8; }

.ho-main,
.os-main {
  overflow: hidden; }

.os-y-hidden {
  overflow-y: hidden; }

.os-section {
  position: relative; }

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

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

.u-right {
  text-align: right; }

.u-sp {
  display: none; }

ul,
ol {
  list-style: none; }

@media (max-width: 960px) {
  .u-pc {
    display: none !important; }

  .u-sp {
    display: block; } }
header {
  height: 8.6rem;
  margin-bottom: 3rem; }

.header {
  z-index: 10;
  width: 100%;
  position: fixed;
  left: var(--fixed-left);
  top: var(--fixed-top); }
  .header-gp {
    background: white;
    box-shadow: 0.4rem 0 0.4rem rgba(79, 67, 51, 0.12); }
    .header-gp-item:first-child {
      padding-left: 3rem; }
    .header-gp-item:nth-child(2) {
      display: flex;
      align-items: center; }
    .header-gp-item .logo img {
      width: 26.4rem; }
    .header-gp-item .menu {
      position: relative;
      z-index: 1;
      transition: all 0.35s; }
      .header-gp-item .menu li a {
        padding: 0 1.5rem;
        color: #727171;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 125%;
        letter-spacing: 0;
        display: inline-block;
        border-right: #b4b4b4 solid .2rem;
        transition: all 0.35s; }
        .header-gp-item .menu li a:hover {
          color: #c8a063; }
      .header-gp-item .menu li:last-child a {
        border-right: 0; }
      .header-gp-item .menu li.current_page_item > a, .header-gp-item .menu li.current-menu-parent > a {
        color: #c8a063; }
        .header-gp-item .menu li.current_page_item > a::before, .header-gp-item .menu li.current-menu-parent > a::before {
          background: #c8a063 !important; }
      @media (min-width: 961px) {
        .header-gp-item .menu > li .sub-menu {
          pointer-events: none;
          position: absolute;
          display: flex;
          flex-wrap: wrap;
          z-index: 0;
          opacity: 0;
          right: 0;
          top: 100%;
          padding-top: 1.5rem;
          transition: all 0.35s;
          min-width: 76rem;
          width: 100%;
          padding: 3rem 3.5rem; }
          .header-gp-item .menu > li .sub-menu::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: calc(100% - 1rem);
            background: #FFFFFF;
            filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.15));
            border-radius: 2rem; }
          .header-gp-item .menu > li .sub-menu li {
            border-bottom: #d9e3f0 .1rem solid;
            width: calc((100% - 3.001rem) / 2);
            margin-right: 3rem; }
            .header-gp-item .menu > li .sub-menu li:nth-child(2n) {
              margin-right: 0; }
            .header-gp-item .menu > li .sub-menu li a {
              display: block;
              padding: 1.4rem 0;
              border-right: 0;
              position: relative; }
              .header-gp-item .menu > li .sub-menu li a::before {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 0;
                width: 1rem;
                height: 1rem;
                -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
                mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
                background: #727171; }
              .header-gp-item .menu > li .sub-menu li a::after {
                content: "";
                position: absolute;
                bottom: -0.1rem;
                left: 0;
                width: 0;
                height: .1rem;
                background: #c8a063;
                transition: all 0.35s; }
              .header-gp-item .menu > li .sub-menu li a:hover {
                padding-left: 1rem; }
                .header-gp-item .menu > li .sub-menu li a:hover::before {
                  background: #c8a063; }
                .header-gp-item .menu > li .sub-menu li a:hover::after {
                  width: 100%; }
        .header-gp-item .menu > li:hover .sub-menu {
          opacity: 1;
          pointer-events: auto; }
        .header-gp-item .menu > li:hover.menu-item-has-children > a::before {
          opacity: 1; } }

@media (min-width: 960.5px) {
  .home .header {
    position: relative; }
    .home .header-gp {
      background: transparent;
      box-shadow: inherit;
      justify-content: center; }
      .home .header-gp-item:first-child {
        display: none; }
      .home .header-gp-item:nth-child(2) {
        max-width: 120rem;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: rgba(114, 113, 113, 0.15) 0 0 2.2rem;
        height: 11.6rem;
        margin-top: -11.2rem; }
      .home .header-gp-item .mv-head-button {
        display: none;
        transition: all 0.35s; }
      .home .header-gp-item .menu {
        width: 120rem; }
        .home .header-gp-item .menu li a {
          padding: 0 3rem; }
    .home .header.active {
      position: fixed;
      top: 0;
      left: 0; }
      .home .header.active .header-gp {
        justify-content: space-between;
        background: white;
        box-shadow: 0.4rem 0 0.4rem rgba(79, 67, 51, 0.12); }
        .home .header.active .header-gp-item:first-child {
          display: block; }
        .home .header.active .header-gp-item:nth-child(2) {
          margin-top: 0;
          height: 8.6rem;
          box-shadow: initial; }
        .home .header.active .header-gp-item .menu {
          width: auto;
          background: transparent;
          box-shadow: initial; }
          .home .header.active .header-gp-item .menu > li > a {
            padding: 0 1.5rem; }
        .home .header.active .header-gp-item .mv-head-button {
          display: block; } }
.banner {
  width: calc(100% - var(--banner-width-xrem));
  border-radius: var(--banner-border-radius-xrem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; }
  .banner-images img {
    width: 100%;
    height: var(--banner-img-height-xrem);
    object-fit: cover;
    aspect-ratio: auto; }
  .banner-title {
    position: absolute;
    z-index: 3;
    left: var(--banner-title-left-xrem);
    right: var(--banner-title-right-xrem);
    top: var(--banner-title-top-xrem);
    bottom: var(--banner-title-bottom-xrem);
    transform: translate(var(--banner-title-translateX-xrem), var(--banner-title-translateY-xrem));
    text-align: center;
    border-top-left-radius: var(--banner-border-radius-xrem);
    border-top-right-radius: var(--banner-border-radius-xrem);
    letter-spacing: 0.3rem;
    height: var(--banner-title-height-xrem);
    padding: var(--banner-title-pdtop-xrem) var(--banner-title-pdleftright-xrem) var(--banner-title-pdbottom-xrem);
    min-width: var(--banner-title-minwidth-xrem);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff; }
    .banner-title::before, .banner-title::after {
      content: var(--banner-title-before-xrem);
      position: absolute;
      width: 4rem;
      height: 2rem;
      border: 4px double var(--banner-title-color-xrem); }
    .banner-title::before {
      left: 0.5rem;
      top: 0.5rem;
      border-bottom: 0;
      border-right: 0; }
    .banner-title::after {
      right: 0.5rem;
      bottom: 0.5rem;
      border-top: 0;
      border-left: 0; }
    .banner-title .ja {
      font-size: var(--banner-title-fzja-xrem);
      line-height: 150%;
      font-weight: bold;
      color: var(--banner-title-color-xrem); }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

@media (max-width: 960px) {
  header {
    height: auto; }

  .header {
    top: 0;
    position: relative; }
    .header-gp {
      justify-content: center;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      background: #FFFFFF;
      padding: 1.5rem; }
      .header-gp.active {
        height: calc(100vh - 6rem);
        overflow-y: scroll;
        padding-bottom: 20rem;
        display: block;
        position: fixed; }
      .header-gp-item:first-child {
        padding-left: 0;
        text-align: center; }
      .header-gp-item:nth-child(2) {
        display: none;
        height: auto;
        width: 100%; }
      .header-gp-item .menu {
        height: auto; }
        .header-gp-item .menu > li {
          border-right: 0;
          border-bottom: #727171 solid .1rem;
          position: relative; }
          .header-gp-item .menu > li a {
            color: #727171;
            display: block;
            font-weight: 500;
            padding: 1.5rem 3.5rem 1.5rem 0.5rem;
            font-size: 1.5rem;
            border-right: 0; }
          .header-gp-item .menu > li > a {
            position: relative; }
          .header-gp-item .menu > li:not(.item-has-children) a:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: auto;
            right: 1rem;
            width: 1rem;
            aspect-ratio: 1 / 1;
            z-index: 1;
            -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
            mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
            background: #727171;
            transform: translateY(-50%);
            border: 0;
            opacity: 1;
            height: 1rem; }
          .header-gp-item .menu > li .dropdow {
            position: absolute;
            display: block;
            top: 1rem;
            right: 0rem;
            width: 3rem;
            height: 3rem;
            z-index: 2;
            background: #c8a063;
            border: .5rem solid #FFFFFF;
            border-radius: 100%; }
            .header-gp-item .menu > li .dropdow::before, .header-gp-item .menu > li .dropdow::after {
              content: "";
              position: absolute;
              top: 1rem;
              left: .6rem;
              width: 1rem;
              height: 0.1rem;
              background: #FFFFFF; }
            .header-gp-item .menu > li .dropdow::after {
              transition: all 0.35s;
              transform: rotate(90deg); }
            .header-gp-item .menu > li .dropdow.active::after {
              transform: rotate(0deg); }
          .header-gp-item .menu > li .sub-menu {
            position: relative;
            margin-bottom: 1.5rem;
            padding: 2rem;
            opacity: 1;
            display: none;
            min-width: 100%;
            background-color: #c8a063; }
            .header-gp-item .menu > li .sub-menu::before {
              content: none; }
            .header-gp-item .menu > li .sub-menu li {
              border: 0;
              width: 100%;
              margin-right: 0; }
              .header-gp-item .menu > li .sub-menu li:first-child a {
                border-top: #FFFFFF dashed .1rem; }
              .header-gp-item .menu > li .sub-menu li a {
                width: 100%;
                text-align: left;
                padding-left: 0;
                border-bottom: #FFFFFF dashed .1rem;
                color: #ffffff;
                position: relative; }
                .header-gp-item .menu > li .sub-menu li a::before {
                  content: "";
                  display: block;
                  position: absolute;
                  top: 50%;
                  right: 0rem;
                  width: 1rem;
                  aspect-ratio: 1 / 1;
                  z-index: 1;
                  -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
                  mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
                  background: #ffffff;
                  transform: translateY(-50%); }
        .header-gp-item .menu li.current_page_item a {
          color: #c8a063; }
          .header-gp-item .menu li.current_page_item a::before {
            background: #c8a063; }

  .home .header-gp {
    display: none; }
    .home .header-gp.active {
      display: block; }

  .menu-title {
    font-size: 2.4rem;
    font-family: "Nunito Sans", sans-serif;
    margin-top: 4rem; }

  .banner {
    width: calc(100% - 3rem); }
    .banner-images img {
      height: 20rem;
      border-radius: 1.5rem; } }
@media (max-width: 767px) {
  .header-gp-item .menu > li .dropdow::before, .header-gp-item .menu > li .dropdow::after {
    left: .5rem; } }
.menu_right_fix {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10; }
  .menu_right_fix li a {
    background: #c2934a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2.2rem 0;
    letter-spacing: 0;
    color: #FFF;
    line-height: 140%;
    font-size: 1.8rem;
    font-weight: 500; }
    .menu_right_fix li a.tel {
      padding-top: 2.8rem;
      background-image: url(assets/img/tel.svg);
      background-position: center top 1.7rem; }
    .menu_right_fix li a.line {
      background-image: url(assets/img/line.svg);
      background-color: #bcbc27;
      background-size: 2.8rem; }
    .menu_right_fix li a.instagram {
      background-image: url(assets/img/instagram.svg);
      background-color: #bf5f3a;
      background-size: 2.4rem; }

.footer {
  padding-top: 8.5rem;
  background: url(assets/img/footer_bg.jpg) no-repeat center top;
  background-size: cover; }
  .footer-gp {
    margin-bottom: 14rem; }
    .footer-gp-box:first-child {
      width: calc(100% - 28.2rem); }
    .footer-gp-box:last-child {
      width: 28.2rem; }
    .footer-gp-box .item {
      max-width: 59.3rem; }
    .footer-gp-box .follow li {
      margin-right: 3.2rem; }
      .footer-gp-box .follow li a {
        transition: all 0.35s; }
        .footer-gp-box .follow li a:hover {
          opacity: 0.8; }
      .footer-gp-box .follow li img {
        width: 2.8rem; }
      .footer-gp-box .follow li:nth-child(2) {
        width: 2.4rem; }
      .footer-gp-box .follow li:last-child {
        margin-right: 0; }
    .footer-gp-box .table-calendar {
      margin-bottom: 2.4rem; }
    .footer-gp-box .logo {
      margin-bottom: 2.8rem; }
      .footer-gp-box .logo img {
        width: 37.8rem; }
      .footer-gp-box .logo a {
        transition: all 0.35s; }
        .footer-gp-box .logo a:hover {
          opacity: 0.8; }
      .footer-gp-box .logo p {
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 175%;
        letter-spacing: 0;
        font-weight: 500;
        margin-top: .5rem; }
  .footer-btn-01 {
    margin-bottom: 3rem; }
    .footer-btn-01 a {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      width: 28.2rem;
      height: 8.6rem;
      background: url(assets/img/btn_bg_01.jpg) no-repeat center;
      background-size: cover;
      transition: all 0.35s; }
      .footer-btn-01 a span {
        font-size: 1.8rem;
        color: #FFFFFF; }
        .footer-btn-01 a span:last-child {
          padding-right: 2.4rem;
          background: url(assets/img/icon-01.svg) no-repeat center right;
          background-size: 1.8rem; }
      .footer-btn-01 a:hover {
        opacity: 0.8; }
  .footer .list-default-01 {
    margin-bottom: 5.5rem; }

.menu-footer li {
  margin-right: 3.2rem; }
  .menu-footer li:last-child {
    margin-right: 0; }
  .menu-footer li a {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    transition: all 0.35s; }
    .menu-footer li a:hover {
      opacity: 0.8; }

.copyright {
  padding-bottom: 2.4rem; }
  .copyright-logo {
    border-right: #aca79f solid .2rem;
    padding: .2rem 1.5rem;
    width: 50%;
    text-align: right; }
    .copyright-logo img {
      width: 20rem; }
  .copyright-txt {
    width: 50%;
    padding-left: 1.5rem; }
    .copyright-txt p {
      font-size: 1.4rem;
      color: #ffffff !important;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%; }

@media (max-width: 960px) {
  .menu_right_fix {
    top: auto;
    bottom: 0;
    transform: inherit;
    display: flex;
    width: 100%; }
    .menu_right_fix li {
      width: calc((100% - 9rem) / 3); }
      .menu_right_fix li a {
        width: 100%;
        height: 6rem; }
        .menu_right_fix li a.tel {
          padding-top: 3.5rem;
          padding-bottom: 1rem;
          background-position: center top 1.2rem; }

  .footer {
    padding-top: 4rem; }
    .footer .list-default-01 {
      justify-content: space-between; }
      .footer .list-default-01 li {
        width: 49%;
        margin-bottom: 0;
        background-color: #ffffff; }
    .footer-gp {
      margin-bottom: 6rem; }
      .footer-gp-box:first-child {
        width: 100%; }
      .footer-gp-box:last-child {
        width: 100%; }
      .footer-gp-box .item {
        max-width: 100%; }
      .footer-gp-box .logo img {
        width: 25rem; }
      .footer-gp-box .logo p {
        font-size: 1.5rem; }
    .footer-btn-01 a {
      width: 100%;
      height: 7rem; }
      .footer-btn-01 a span {
        font-size: 1.4rem; }
    .footer_nav {
      display: flex;
      position: fixed;
      bottom: 0;
      right: 0;
      background: #876435;
      width: 9rem;
      height: 6rem;
      z-index: 10; }
      .footer_nav-contact {
        width: calc(100% - 7.5rem); }
        .footer_nav-contact ul {
          display: flex;
          height: 100%; }
          .footer_nav-contact ul li {
            width: 50%;
            height: 100%;
            border-right: #FFF solid .1rem; }
            .footer_nav-contact ul li a {
              color: #FFFFFF;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 100%;
              border: 0; }
              .footer_nav-contact ul li a span {
                display: inline-block;
                padding-top: 1.2rem; }
              .footer_nav-contact ul li a.mv-head-tel span {
                padding-left: 0; }
                .footer_nav-contact ul li a.mv-head-tel span.first {
                  font-size: 0;
                  position: relative;
                  padding-top: 1.7rem;
                  height: 3.72rem;
                  background-size: 1.3rem;
                  background-position: center top; }
                  .footer_nav-contact ul li a.mv-head-tel span.first::before {
                    content: "TEL";
                    position: relative;
                    color: #FFFFFF;
                    font-size: 1.6rem;
                    text-align: center;
                    display: block;
                    width: 100%; }
                .footer_nav-contact ul li a.mv-head-tel span.last {
                  display: none; }
              .footer_nav-contact ul li a .item {
                padding-left: 0;
                background-position: center top;
                background-size: 1.5rem;
                padding-top: 1.8rem; }
                .footer_nav-contact ul li a .item span:last-child {
                  font-size: 1.6rem; }
                .footer_nav-contact ul li a .item span.last {
                  padding-top: 0; }
                .footer_nav-contact ul li a .item span.first {
                  display: none; }
      .footer_nav-menu {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 1.5rem 2.5rem; }
        .footer_nav-menu span {
          background: #fff;
          display: block;
          height: 1px;
          transition: transform 0.3s;
          width: 100%;
          transform-origin: center;
          position: relative; }
        .footer_nav-menu.active span:first-child {
          transform: rotate(45deg);
          margin-bottom: 0;
          top: .9rem; }
        .footer_nav-menu.active span:nth-child(2) {
          display: none; }
        .footer_nav-menu.active span:nth-child(3) {
          transform: rotate(135deg);
          top: -0.6rem; }

  .copyright {
    padding-bottom: 7rem; }

  .follow {
    justify-content: center; }
    .follow li {
      margin-right: 2.5rem !important; }
      .follow li:last-child {
        margin-right: 0 !important; } }
.wp-title-main_01 {
  position: relative;
  text-align: center;
  margin-bottom: var(--px-50px); }
  .wp-title-main_01 .wp-block-heading {
    font-size: var(--px-32px);
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #333333; }
  .wp-title-main_01 p {
    display: inline-block;
    position: relative;
    color: #12b9c1;
    padding-right: var(--px-60px);
    margin-bottom: .4rem; }
    .wp-title-main_01 p::before {
      content: '';
      width: var(--px-20px);
      height: 1px;
      top: var(--px-18px);
      position: absolute;
      right: var(--px-30px);
      background-color: #12b9c1; }
      @media (max-width: 1200px) and (min-width: 961px) {
        .wp-title-main_01 p::before {
          top: 2.1rem;
          right: 3.15rem; } }
      @media (max-width: 960px) {
        .wp-title-main_01 p::before {
          top: var(--px-13px); } }
    .wp-title-main_01 p::after {
      position: absolute;
      right: 0; }
  @media (max-width: 960px) {
    .wp-title-main_01 .wp-block-heading {
      letter-spacing: 0.15em; } }
.wp-title-main_02 {
  width: 100%;
  background-color: #12b9c1;
  padding: 2rem 2rem 2.1rem;
  border-radius: .5rem;
  margin-bottom: var(--px-50px);
  color: #fff;
  font-size: 2.501rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0; }
  .wp-title-main_02 + .wp-img-no__full {
    margin-top: -0.8rem; }
  @media (max-width: 1280px) and (min-width: 960.5px) {
    .wp-title-main_02 {
      font-size: 17px; } }
  @media (max-width: 960px) {
    .wp-title-main_02 {
      padding: 1rem 1.5rem;
      font-size: 1.8rem;
      font-weight: bold;
      font-feature-settings: 'palt'; }
      .wp-title-main_02 + .wp-img-no__full {
        margin-top: -0.6rem; } }
.wp-title-main_03 {
  color: #333333;
  font-size: 2.201rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0;
  padding-bottom: var(--px-13px);
  margin-bottom: var(--px-20px);
  border-bottom: .2rem solid #333333; }
  @media (max-width: 1280px) and (min-width: 960.5px) {
    .wp-title-main_03 {
      font-size: 17px; } }
  @media (max-width: 960px) {
    .wp-title-main_03 {
      font-size: 1.7rem;
      border-bottom: 1px solid #333333; } }
.wp-title-main_04 {
  display: block !important;
  margin-bottom: 1.2rem;
  color: #12b9c1;
  font-size: 2.01rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.1rem; }
  @media (max-width: 960px) {
    .wp-title-main_04 {
      font-size: 1.6rem; } }

:where(main) {
  counter-reset: h2-counter 1; }
  :where(main) .wp-title-main_01 h2 {
    counter-increment: h2-counter; }
  :where(main) .wp-title-main_01 h3 {
    counter-increment: h2-counter; }
  :where(main) .wp-title-main_01 p:after {
    content: "0" counter(h2-counter); }

.wp-title-main_01 p {
  display: none !important; }

.wp-block-table,
table.has-fixed-layout {
  width: 100%;
  position: relative; }

.wp-block-table.basic table {
  border-spacing: 0px;
  table-layout: fixed; }
.wp-block-table.basic tr:first-child td {
  border-top: 1px solid #c2c0bd; }
  .wp-block-table.basic tr:first-child td:first-child {
    border-top: 1px solid #12b9c1; }
.wp-block-table.basic td {
  padding: 1.7rem;
  border-bottom: 1px solid #c2c0bd;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1rem;
  color: #353535; }
  .wp-block-table.basic td:first-child {
    width: 25rem;
    font-weight: bold;
    border-bottom: 1px solid #12b9c1; }
  .wp-block-table.basic td:last-child {
    font-family: "Noto Sans JP", sans-serif; }
.wp-block-table.schedule.vs-02 table {
  border-collapse: separate;
  border-spacing: 0.5rem; }
.wp-block-table.schedule.vs-02 td:first-child {
  width: 17rem !important; }
.wp-block-table.schedule.vs-02 tr:first-child td {
  font-size: 1.7rem;
  border: .2rem solid #12b9c1; }
.wp-block-table.schedule table {
  border-collapse: collapse;
  border-spacing: 0rem;
  width: 100%;
  table-layout: fixed; }
.wp-block-table.schedule tr:first-child td {
  background-color: #12b9c1;
  border: .2rem solid #d1d1d1;
  color: #fff;
  padding: 1.4rem 1rem; }
  .wp-block-table.schedule tr:first-child td:first-child {
    width: 13.8rem; }
  .wp-block-table.schedule tr:first-child td:not(:first-child) {
    width: calc((100% - 13.8rem) / 7); }
.wp-block-table.schedule tr:not(:first-child) td:first-child {
  font-weight: bold;
  font-size: 1.7rem;
  background-color: #ebfafb; }
.wp-block-table.schedule td {
  text-align: center;
  padding: 1.2rem 0rem;
  color: #343434;
  border: .2rem solid #d1d1d1;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 150%;
  letter-spacing: 0rem;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  font-feature-settings: 'palt'; }
.wp-block-table.schedule .txtf {
  color: #12b9c1; }
.wp-block-table.schedule .txtf02 {
  color: #343434; }
.wp-block-table.profile table {
  border-collapse: collapse;
  margin-bottom: 5.1rem; }
.wp-block-table.profile tr:last-child td:first-child::before {
  height: 60%; }
.wp-block-table.profile td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: 'palt';
  color: #333333;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  position: relative; }
  .wp-block-table.profile td:first-child {
    letter-spacing: .1rem;
    font-weight: bold;
    width: 15rem; }
    .wp-block-table.profile td:first-child::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      background-color: #eee;
      right: 0rem;
      top: 40%; }
  .wp-block-table.profile td:last-child {
    padding-left: 3rem; }
    .wp-block-table.profile td:last-child::before {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      background-color: #12b9c1;
      border-radius: 100%;
      left: -8px;
      top: 50%;
      transform: translateY(-50%); }
@media (max-width: 960px) {
  .wp-block-table.basic td {
    width: 100% !important;
    float: left;
    padding: 1.5rem;
    border-bottom: 0px solid #c2c0bd !important;
    font-size: 1.4rem; }
    .wp-block-table.basic td:first-child {
      color: #ffffff;
      background-color: #12b9c1; }
    .wp-block-table.basic td:first-child {
      font-size: 1.5rem;
      border-bottom: 0px solid #12b9c1 !important; }
    .wp-block-table.basic td:last-child {
      padding-left: 0;
      padding-right: 0; }
  .wp-block-table.basic tr:first-child td {
    border: 0px solid #12b9c1 !important; }
  .wp-block-table.basic tr:last-child td:last-child {
    border-bottom: 1px solid #12b9c1 !important; }
  .wp-block-table.schedule tr:first-child td {
    background-color: #12b9c1;
    border: 1px solid #d1d1d1;
    padding: 0.3rem;
    font-size: 1.5rem; }
    .wp-block-table.schedule tr:first-child td:first-child {
      padding-left: 1rem;
      padding-right: 1rem; }
    .wp-block-table.schedule tr:first-child td:not(:first-child) {
      width: 12rem; }
  .wp-block-table.schedule tr:not(:first-child) td:first-child {
    font-weight: bold;
    font-size: 1.5rem; }
  .wp-block-table.schedule td {
    text-align: center;
    padding: 0.8rem 1rem;
    border: 1px solid #c2c0bd;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 150%;
    letter-spacing: 0rem; }
    .wp-block-table.schedule td:first-child {
      font-size: 1.5rem; }
  .wp-block-table.schedule.vs-02 table {
    border-collapse: separate;
    border-spacing: 0.2rem; }
  .wp-block-table.schedule.vs-02 td:first-child {
    width: 17rem !important; }
  .wp-block-table.schedule.vs-02 tr:first-child td {
    font-size: 1.4rem;
    padding-left: .2rem;
    padding-right: .2rem; }
    .wp-block-table.schedule.vs-02 tr:first-child td:first-child {
      padding-left: 1rem;
      padding-right: 1rem; }
  .wp-block-table.schedule.vs-02 tr:not(:first-child) td:first-child {
    font-size: 1.4rem; }
  .wp-block-table.profile table {
    border-collapse: collapse;
    margin-bottom: 5.1rem; }
  .wp-block-table.profile tr:first-child td:first-child {
    padding-top: 0;
    padding-bottom: 0; }
    .wp-block-table.profile tr:first-child td:first-child::before {
      top: 2.1rem;
      height: 5rem; }
  .wp-block-table.profile tr:first-child td:last-child::before {
    top: 1.1rem; }
  .wp-block-table.profile tr:last-child td:first-child::before {
    height: 180%; }
  .wp-block-table.profile td {
    font-size: 1.401rem;
    float: left;
    width: 100% !important; }
    .wp-block-table.profile td:first-child {
      padding-left: 2.7rem;
      font-size: 1.5rem;
      padding-bottom: 0; }
      .wp-block-table.profile td:first-child::before {
        right: inherit;
        left: .6rem;
        top: 90%;
        height: 200%; }
    .wp-block-table.profile td:last-child {
      font-weight: 500;
      padding-left: 2.7rem;
      padding-top: 0.8rem; }
      .wp-block-table.profile td:last-child::before {
        width: 1.3rem;
        height: 1.3rem;
        left: 0rem;
        top: -1.7rem;
        transform: inherit; } }

@media (max-width: 960px) {
  .wp-block-table.schedule table {
    border-spacing: .2rem;
    width: 100%;
    left: 0;
    table-layout: auto; } }
.wp-block-maps {
  margin-top: 4.4rem;
  margin-bottom: 4rem; }
  .wp-block-maps iframe {
    width: 100%;
    height: 50rem;
    overflow: hidden;
    border-radius: 0rem;
    vertical-align: top; }
  @media (max-width: 960px) {
    .wp-block-maps iframe {
      height: 30rem; } }

:root {
  --px-11px: 1.1rem;
  --px-13px: 1.3rem;
  --px-15px: 1.5rem;
  --px-16px: 1.6rem;
  --px-18px: 1.8rem;
  --px-20px: 2rem;
  --px-22px: 2.2rem;
  --px-25px: 2.5rem;
  --px-30px: 3rem;
  --px-32px: 3.2rem;
  --px-41px: 4.1rem;
  --px-50px: 5rem;
  --px-60px: 6rem;
  --px-77px: 7.7rem;
  --px-102px: 10.2rem;
  --px-110px: 11.0rem;
  --px-111px: 11.1rem;
  --px-120px: 12.0rem;
  --px-131px: 13.1rem;
  --px-137px: 13.7rem;
  --px-140px: 14rem;
  --px-205px: 20.5rem;
  --px-250px: 25rem;
  --px-422px: 42.2rem;
  --px--5px: -0.5rem;
  --px--27px: -2.7rem;
  --px--30px: -3rem;
  --main-color: #90785f; }
  @media (max-width: 960px) {
    :root {
      --px-140px: 8rem;
      --px-50px: 2.5rem;
      --px-20px: 1.8rem;
      --px-110px: 8rem;
      --px-102px: 7.5rem;
      --px-32px: 2.2rem; } }

.mg-b-30 {
  margin-bottom: 3rem !important; }

.mb-15 {
  margin-bottom: 1.5rem; }

.mb-30 {
  margin-bottom: 3rem; }

.mb-50 {
  margin-bottom: 5rem; }

.mb-143 {
  margin-bottom: 14.3rem !important; }

.mb-150 {
  margin-bottom: 15rem  !important; }

@media (max-width: 960px) {
  .mb-sp-100 {
    margin-bottom: 10rem !important; }

  .mb-sp-92 {
    margin-bottom: 9.2rem !important; }

  .mb-sp-72 {
    margin-bottom: 7.2rem !important; }

  .mb-sp-65 {
    margin-bottom: 6.5rem !important; }

  .mb-sp-25 {
    margin-bottom: 2.5rem !important; }

  .mt-sp-10 {
    margin-top: 1rem !important; } }
.mt--30 {
  margin-top: -3rem; }

.mt-30 {
  margin-top: 3rem; }

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

@media (min-width: 1000.5px) {
  .mt-pc--30 {
    margin-top: -3rem; } }
.wp-img-right,
.wp-img-left {
  display: flex;
  flex-wrap: wrap !important; }
  .wp-img-right .wp-block-image,
  .wp-img-left .wp-block-image {
    margin-bottom: 0; }
  .wp-img-right .wp-block-column,
  .wp-img-left .wp-block-column {
    flex-basis: 42.2rem !important; }
    .wp-img-right .wp-block-column img,
    .wp-img-left .wp-block-column img {
      width: var(--px-422px);
      object-fit: cover;
      border-radius: .5rem; }
    .wp-img-right .wp-block-column:last-child,
    .wp-img-left .wp-block-column:last-child {
      flex-basis: calc(100% - 42.2rem) !important;
      padding-left: var(--px-50px); }
  .wp-img-right_custom,
  .wp-img-left_custom {
    padding: 0 !important;
    margin-top: 1rem;
    margin-bottom: 2rem !important; }
  .wp-img-right.item-50 .wp-block-column,
  .wp-img-left.item-50 .wp-block-column {
    flex-basis: 50% !important; }
    .wp-img-right.item-50 .wp-block-column img,
    .wp-img-left.item-50 .wp-block-column img {
      width: 60rem;
      object-fit: cover;
      border-radius: .5rem; }
    .wp-img-right.item-50 .wp-block-column:last-child,
    .wp-img-left.item-50 .wp-block-column:last-child {
      flex-basis: calc(100% - 50%) !important;
      padding-left: var(--px-50px); }
  .wp-img-right p:not(:last-child),
  .wp-img-left p:not(:last-child) {
    margin-bottom: 1rem; }
  .wp-img-right ul,
  .wp-img-left ul {
    width: 100%; }
    .wp-img-right ul li,
    .wp-img-left ul li {
      position: relative;
      padding-left: 2.5rem;
      font-size: 1.8rem;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 500;
      color: #333333; }
      .wp-img-right ul li:not(:last-child),
      .wp-img-left ul li:not(:last-child) {
        margin-bottom: 1.3rem; }
      .wp-img-right ul li::before,
      .wp-img-left ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: .8rem;
        width: 1.5rem;
        height: 1.5rem;
        background-color: #12b9c1;
        border-radius: 100%; }
  .wp-img-right .wp-block-cover,
  .wp-img-left .wp-block-cover {
    position: relative; }
    .wp-img-right .wp-block-cover .txt_img,
    .wp-img-left .wp-block-cover .txt_img {
      position: absolute;
      left: 5px;
      bottom: 5px;
      z-index: 1;
      padding: 1rem 2rem;
      background-color: #ffffff;
      font-size: 2rem;
      color: #12b9c1;
      font-weight: bold; }
    .wp-img-right .wp-block-cover img,
    .wp-img-left .wp-block-cover img {
      height: auto !important; }
  .wp-img-right ul.custom,
  .wp-img-left ul.custom {
    margin-top: 2.1rem; }
  @media (max-width: 960px) {
    .wp-img-right .wp-block-column,
    .wp-img-left .wp-block-column {
      flex-basis: 100% !important; }
      .wp-img-right .wp-block-column img,
      .wp-img-left .wp-block-column img {
        width: 100%;
        height: 52rem; } }
    @media (max-width: 960px) and (max-width: 767px) {
      .wp-img-right .wp-block-column img,
      .wp-img-left .wp-block-column img {
        height: var(--px-250px); } }
  @media (max-width: 960px) {
      .wp-img-right .wp-block-column:last-child,
      .wp-img-left .wp-block-column:last-child {
        flex-basis: 100% !important;
        margin-top: var(--px-20px);
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .wp-img-right.item-50 .wp-block-column,
    .wp-img-left.item-50 .wp-block-column {
      flex-basis: 100% !important; }
      .wp-img-right.item-50 .wp-block-column img,
      .wp-img-left.item-50 .wp-block-column img {
        width: 100%;
        border-radius: .5rem; }
      .wp-img-right.item-50 .wp-block-column:last-child,
      .wp-img-left.item-50 .wp-block-column:last-child {
        flex-basis: 100% !important;
        padding-left: 0; }
    .wp-img-right ul,
    .wp-img-left ul {
      width: 100%; }
      .wp-img-right ul li,
      .wp-img-left ul li {
        font-size: 1.401rem; }
        .wp-img-right ul li:not(:last-child),
        .wp-img-left ul li:not(:last-child) {
          margin-bottom: 1rem; }
        .wp-img-right ul li::before,
        .wp-img-left ul li::before {
          top: 0.7rem;
          width: 1.3rem;
          height: 1.3rem; }
    .wp-img-right ul.custom,
    .wp-img-left ul.custom {
      margin-top: 1.8rem; } }

.wp-img-right .wp-block-column {
  order: 1; }
  .wp-img-right .wp-block-column:last-child {
    order: 0;
    padding-left: 0 !important;
    padding-right: var(--px-50px); }
@media (max-width: 960px) {
  .wp-img-right .wp-block-column {
    order: 0; }
    .wp-img-right .wp-block-column:last-child {
      order: 1; }
  .wp-img-right .wp-title-main_04 {
    margin-top: 1.6rem; } }

.column-default-50 .wp-block-image {
  margin-bottom: 0; }
  .column-default-50 .wp-block-image img {
    border-radius: 1rem; }
.column-default-50 .wp-block-column {
  width: calc((100% - 2rem) / 2);
  margin-right: 2rem; }
  .column-default-50 .wp-block-column:nth-child(2n) {
    margin-right: 0; }
.column-default-40 .wp-block-image {
  margin-bottom: 1.5rem; }
  .column-default-40 .wp-block-image img {
    border-radius: 1rem; }
.column-default-40 .wp-block-column {
  width: calc((100% - 6.001rem) / 4);
  margin-right: 2rem; }
  .column-default-40 .wp-block-column:nth-child(4n) {
    margin-right: 0; }
.column-default-30 .wp-block-image img {
  border-radius: 1rem; }
.column-default-30 .wp-block-column {
  width: calc((100% - 4.001rem) / 3);
  margin-right: 2rem; }
  .column-default-30 .wp-block-column:nth-child(3n) {
    margin-right: 0; }
@media (max-width: 960px) {
  .column-default-50 .wp-block-image img {
    border-radius: 0.5rem; }
  .column-default-50 .wp-block-column {
    width: calc((100% - 1.02rem) / 2);
    margin-right: 1rem; }
  .column-default-40 {
    flex-wrap: wrap !important;
    margin-bottom: 0 !important; }
    .column-default-40 .wp-block-image {
      margin-bottom: 1.5rem; }
      .column-default-40 .wp-block-image img {
        border-radius: 1rem; }
    .column-default-40 .wp-block-column {
      width: calc((100% - 1.001rem) / 2);
      margin-right: 1rem;
      margin-bottom: 2rem; }
      .column-default-40 .wp-block-column:nth-child(2n) {
        margin-right: 0; }
    .column-default-40 p {
      font-size: 1.4rem;
      letter-spacing: 0; }
    .column-default-40:last-child .wp-block-column:last-child {
      margin-bottom: 0; }
  .column-default-30 .wp-block-image img {
    border-radius: 0.5rem; }
  .column-default-30 .wp-block-column {
    width: calc((100% - 2.001rem) / 3);
    margin-right: 1rem; } }

.wp-block-interview [class*="wp-img-"] {
  margin-bottom: 8rem; }
  .wp-block-interview [class*="wp-img-"] p {
    text-align: justify; }
    .wp-block-interview [class*="wp-img-"] p:not(:last-child) {
      margin-bottom: 1.2rem; }
  @media (max-width: 960px) {
    .wp-block-interview [class*="wp-img-"] {
      margin-bottom: 5.3rem; }
      .wp-block-interview [class*="wp-img-"] p:not(:last-child) {
        margin-bottom: 1rem; } }
.wp-block-interview p {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .1rem; }
  .wp-block-interview p strong {
    color: #12b9c1; }

.wp-block-banner {
  margin-top: 12rem; }
  @media (max-width: 960px) {
    .wp-block-banner {
      margin-top: 8rem; } }

.wp-block-desc {
  width: 100%; }
  .wp-block-desc.fz-vs-18 * {
    text-align: center;
    font-size: 1.8rem; }
  @media (max-width: 960px) {
    .wp-block-desc.fz-vs-18 * {
      font-size: 1.6rem; } }

.wp-block-contactus {
  padding: 4rem 3rem;
  text-align: center;
  background-color: rgba(18, 185, 193, 0.1); }
  .wp-block-contactus .wp-button-tel {
    margin-top: 1.5rem; }

.wp-button-tel {
  display: inline-block;
  background-color: #12b9c1;
  color: #ffffff;
  width: 100%;
  max-width: 25rem;
  padding: 1.5rem 2rem;
  border-radius: .5rem; }

.wp-block-mb {
  margin-bottom: 12rem; }
  @media (max-width: 960px) {
    .wp-block-mb {
      margin-bottom: 8rem; } }

.wp-block-layout-01:not(:last-child) {
  margin-bottom: 7rem; }
.wp-block-layout-01 .wp-block-columns:not(:last-child) {
  margin-bottom: 6rem; }
.wp-block-layout-01 .wp-title-main_02 {
  margin-bottom: 3.4rem; }
.wp-block-layout-01 p:not(:last-child) {
  margin-bottom: 1rem; }
@media (max-width: 960px) {
  .wp-block-layout-01 .wp-block-columns:not(:last-child) {
    margin-bottom: 3rem; }
  .wp-block-layout-01 .wp-title-main_02 {
    margin-bottom: 1.8rem; }
  .wp-block-layout-01 p:not(:last-child) {
    margin-bottom: 0.5rem; } }
.wp-block-layout-02 {
  margin-bottom: 7.4rem; }
  .wp-block-layout-02 .wp-block-columns:not(:last-child) {
    margin-bottom: 5rem !important; }
  .wp-block-layout-02 .wp-title-main_03 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  @media (max-width: 960px) {
    .wp-block-layout-02 {
      margin-bottom: 3.6rem; }
      .wp-block-layout-02 .wp-block-columns:not(:last-child) {
        margin-bottom: 3rem !important; }
      .wp-block-layout-02 .wp-title-main_03 {
        margin-top: 2rem;
        margin-bottom: 2rem; } }

.wp-block-bg {
  padding: 5rem;
  border-radius: 1rem;
  background-color: rgba(242, 154, 99, 0.2);
  margin-bottom: -0.9rem; }
  .wp-block-bg p {
    font-weight: bold;
    font-size: 1.8rem; }
    .wp-block-bg p:not(:last-child) {
      margin-bottom: 0.7rem; }

@media (max-width: 960px) {
  .wp-block-banner {
    margin-top: 1rem !important; }

  .wp-block-maps {
    margin-top: 2rem;
    margin-bottom: 2.5rem; }

  .wp-block-bg {
    padding: 3rem 2rem; }
    .wp-block-bg p {
      font-size: 1.6rem; }

  .wp-block-group.wp-block-contactus p {
    text-align: center; } }
.column_grouping_01 > div > .wp-block-columns:not(:last-child) {
  margin-bottom: 5.2rem; }
.column_grouping_01 > div > .wp-block-columns .wp-title-main_02 {
  margin-bottom: 3.2rem; }
.column_grouping_01 > div > .wp-block-columns .wp-title-main_03 {
  margin-bottom: 3.2rem;
  margin-top: 4.5rem; }

.column_grouping_02:not(:last-child) {
  margin-bottom: 9.2rem; }
.column_grouping_02 .wp-title-main_03 {
  margin-bottom: 3.2rem;
  margin-top: 4.5rem; }

@media (max-width: 960px) {
  .column_grouping_01 > div > .wp-block-columns .wp-title-main_03 {
    margin-bottom: 2.3rem;
    margin-top: 3.7rem; } }
.wp-block-banner {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - var(--banner-width-xrem));
  border-radius: var(--banner-border-radius-xrem);
  margin-top: 3rem; }
  .wp-block-banner::before {
    content: var(--banner-before-content-xrem);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(139, 212, 228, 0.25);
    z-index: 1; }
  .wp-block-banner__images {
    position: relative; }
    .wp-block-banner__images img {
      width: 100%;
      height: var(--banner-img-height-xrem);
      object-fit: cover;
      aspect-ratio: auto; }
  .wp-block-banner__title {
    position: absolute;
    z-index: 3;
    left: var(--banner-title-left-xrem);
    right: var(--banner-title-right-xrem);
    top: var(--banner-title-top-xrem);
    bottom: var(--banner-title-bottom-xrem);
    transform: translate(var(--banner-title-translateX-xrem), var(--banner-title-translateY-xrem));
    text-align: center;
    border-top-left-radius: var(--banner-border-radius-xrem);
    border-top-right-radius: var(--banner-border-radius-xrem);
    letter-spacing: 0.3rem;
    height: var(--banner-title-height-xrem);
    padding: var(--banner-title-pdtop-xrem) var(--banner-title-pdleftright-xrem) var(--banner-title-pdbottom-xrem);
    min-width: var(--banner-title-minwidth-xrem);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff; }
    .wp-block-banner__title::before, .wp-block-banner__title::after {
      content: var(--banner-title-before-xrem);
      position: absolute;
      width: 4rem;
      height: 2rem;
      border: 4px double var(--banner-title-color-xrem); }
    .wp-block-banner__title::before {
      left: 0.5rem;
      top: 0.5rem;
      border-bottom: 0;
      border-right: 0; }
    .wp-block-banner__title::after {
      right: 0.5rem;
      bottom: 0.5rem;
      border-top: 0;
      border-left: 0; }
    .wp-block-banner__title .ja {
      font-size: var(--banner-title-fzja-xrem);
      line-height: 150%;
      font-weight: bold;
      color: var(--banner-title-color-xrem); }

.breadcrumbs {
  width: 100%;
  text-align: var(--breadcrumb-text-align-xrem);
  position: relative;
  padding: 0 var(--breadcrumb-padding-lr-xrem); }
  .breadcrumbs-content {
    text-align: var(--breadcrumb-content-text-align-xrem);
    display: inline-block;
    width: 100%;
    max-width: 120.001rem;
    margin-top: var(--breadcrumb-padding-top-xrem);
    margin-bottom: var(--breadcrumb-padding-bottom-xrem);
    margin-left: auto;
    margin-right: auto; }
    .breadcrumbs-content li {
      position: relative;
      display: inline; }
      .breadcrumbs-content li:not(:last-child) {
        padding-right: 1.5rem;
        margin-right: 1.5rem; }
        .breadcrumbs-content li:not(:last-child)::before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 0.8rem;
          aspect-ratio: 1 / 1;
          transform: translateY(-47%) rotate(45deg);
          position: absolute;
          content: "";
          border-top: 1px solid #353535;
          border-right: 1px solid #353535; }
      .breadcrumbs-content li a {
        transition: ease all 0.35s; }
        .breadcrumbs-content li a:hover {
          opacity: 0.7; }

.wp-block-breadcrumbs {
  width: 100%;
  text-align: var(--breadcrumb-text-align-xrem);
  position: relative;
  padding: 0 var(--breadcrumb-padding-lr-xrem); }
  .wp-block-breadcrumbs__content {
    text-align: var(--breadcrumb-content-text-align-xrem);
    display: inline-block;
    width: 100%;
    max-width: 120.001rem;
    margin-top: var(--breadcrumb-padding-top-xrem);
    margin-bottom: var(--breadcrumb-padding-bottom-xrem);
    margin-left: auto;
    margin-right: auto; }
    .wp-block-breadcrumbs__content > span {
      position: relative; }
      .wp-block-breadcrumbs__content > span:not(:last-child) {
        padding-right: 1.5rem;
        margin-right: 1.5rem; }
        .wp-block-breadcrumbs__content > span:not(:last-child)::before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 0.8rem;
          aspect-ratio: 1 / 1;
          transform: translateY(-47%) rotate(45deg);
          position: absolute;
          content: "";
          border-top: 1px solid #353535;
          border-right: 1px solid #353535; }
      .wp-block-breadcrumbs__content > span a {
        transition: ease all 0.35s; }
        .wp-block-breadcrumbs__content > span a:hover {
          opacity: 0.7; }

.is-group-content > div {
  width: 100%;
  max-width: 123.001rem;
  margin-left: auto;
  margin-right: auto; }

.wp-block-group__catalogue {
  margin-top: 0rem;
  margin-bottom: 10rem; }
  .wp-block-group__catalogue.mgt-24 {
    margin-top: 2.4rem; }
  .wp-block-group__catalogue > div {
    max-width: 120rem;
    padding: 3.6rem 5rem 3.9rem;
    border: .2rem solid #353535;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08); }
    @media (max-width: 960px) {
      .wp-block-group__catalogue > div {
        width: calc(100% - 3rem); } }

.wp-block-list__catalogue {
  list-style: decimal-leading-zero;
  margin-top: 1rem; }
  .wp-block-list__catalogue li {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    color: #353535;
    letter-spacing: .1rem;
    padding-left: 1rem;
    border-bottom: 1px dashed #eee;
    margin-left: 3.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media (max-width: 960px) {
      .wp-block-list__catalogue li {
        padding-left: 0.3rem;
        letter-spacing: .03rem; } }
    .wp-block-list__catalogue li a {
      transition: ease all 500ms;
      border-bottom: 1px solid #fff; }
      .wp-block-list__catalogue li a:hover {
        border-bottom: 1px solid #353535; }

@media (max-width: 960px) {
  .wp-block-group__catalogue {
    margin-bottom: 5rem; }
    .wp-block-group__catalogue.mgt-24 {
      margin-top: 2rem; }
    .wp-block-group__catalogue > div {
      padding: 1.5rem; }

  .wp-block-list__catalogue li {
    font-size: 1.5rem; } }
.wp-block-heading__title-01 {
  padding-bottom: 1.8rem;
  border-bottom: .2rem solid #353535;
  font-size: 2.4rem;
  font-weight: bold;
  color: #353535;
  letter-spacing: .1rem; }
  .wp-block-heading__title-01.vertical-line {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0rem;
    border-bottom: 0;
    color: #133165; }
    .wp-block-heading__title-01.vertical-line::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: .4rem;
      height: calc(100% - 1.5rem);
      background-color: #133165; }
      @media (max-width: 960px) {
        .wp-block-heading__title-01.vertical-line::before {
          height: calc(100% - 1.2rem); } }

@media (max-width: 960px) {
  .wp-block-heading__title-01 {
    font-size: 1.8rem;
    padding-bottom: 1.2rem; } }
.wp-block-list__menu_box {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5rem; }
  .wp-block-list__menu_box li {
    width: calc((100% - 6.001rem) / 5);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    .wp-block-list__menu_box li:last-child {
      margin-right: 0; }
    @media (min-width: 961px) {
      .wp-block-list__menu_box li:nth-child(5n) {
        margin-right: 0; } }
    .wp-block-list__menu_box li:hover a, .wp-block-list__menu_box li.active a {
      color: #12b9c1;
      border: 1px solid #12b9c1; }
  .wp-block-list__menu_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0.3rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #353535;
    position: relative;
    border: 1px solid #353535;
    transition: ease all 500ms; }
    .wp-block-list__menu_box a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
  .wp-block-list__menu_box.vs-02 li a {
    color: #333; }
  .wp-block-list__menu_box.vs-02 li:hover a, .wp-block-list__menu_box.vs-02 li.active a {
    color: #fff;
    background: #332014;
    border-color: #332014; }

@media (max-width: 1280px) and (min-width: 961px) {
  .wp-block-list__menu_box a {
    font-size: 2rem; } }
@media (max-width: 960px) {
  .wp-block-list__menu {
    padding: 0 1.5rem; }
    .wp-block-list__menu_box {
      flex-wrap: wrap;
      justify-content: flex-start; }
      .wp-block-list__menu_box li {
        width: calc((100% - 1.001rem) / 2);
        margin-right: 1.0rem;
        margin-bottom: 1.0rem; }
        .wp-block-list__menu_box li:nth-child(2n) {
          margin-right: 0; }
        .wp-block-list__menu_box li:nth-child(2) a {
          letter-spacing: -0.1rem; }
      .wp-block-list__menu_box a {
        font-size: 1.3rem;
        padding: 1.3rem 0;
        font-weight: bold; } }
.sitemap-title-01 {
  color: #21aa3a;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Nunito", serif;
  margin-bottom: 3.5rem; }

.sitemap-title-01 {
  color: #21aa3a;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 3.5rem; }
.sitemap-wrap {
  padding: 6.5rem 0 8.5rem; }
.sitemap-list-01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem; }
  .sitemap-list-01:last-child {
    margin-bottom: 0; }
  .sitemap-list-01 li {
    width: calc((100% - 3.001rem) / 3);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 961px) {
      .sitemap-list-01 li:nth-child(3n) {
        margin-right: 0; } }
    .sitemap-list-01 li a {
      color: #6d4528;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      transition: all 0.35s; }
      .sitemap-list-01 li a:hover {
        opacity: 0.8; }

@media (max-width: 960px) {
  .sitemap-list-01 {
    margin-bottom: 4.5rem; }
    .sitemap-list-01 li {
      width: calc((100% - 1.501rem) / 2); }
      .sitemap-list-01 li:nth-child(2n) {
        margin-right: 0; }
      .sitemap-list-01 li a {
        font-size: 1.5rem; }
  .sitemap-title-01 {
    margin-bottom: .8rem; } }
@media (max-width: 767px) {
  .sitemap-list-01 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem; }
    .sitemap-list-01 li:last-child {
      margin-bottom: 0; }
  .sitemap-wrap {
    padding: 3rem 0 5.5rem; } }
@media (min-width: 960.5px) {
  .wp-block-list__menu_box.vs-09 li {
    width: calc((100% - 6.001rem) / 3); } }
@media (max-width: 960px) {
  .wp-block-list__menu_box.vs-09 li {
    width: 100%;
    margin-right: 0; } }
.title-default-01 {
  color: #c8a063;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  font-family: "Nunito Sans", sans-serif; }
.title-default-02 {
  margin-bottom: 5.3rem; }
  .title-default-02 span {
    display: block;
    color: #876435;
    font-size: 4rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0; }
    .title-default-02 span.en {
      color: #c8a063;
      font-size: 2.4rem;
      font-family: "Nunito Sans", sans-serif; }
  .title-default-02.vs-02 span {
    color: #FFFFFF; }
    .title-default-02.vs-02 span.en {
      color: #FFFFFF;
      font-family: "Zen Maru Gothic", "Noto Serif JP", serif; }
    .title-default-02.vs-02 span.jp {
      margin-bottom: .4rem; }
.title-default-03 span {
  display: block;
  color: #727171;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0; }
  .title-default-03 span.en {
    color: #c8a063;
    font-size: 3.2rem;
    margin-bottom: .9rem; }

.btn-default-01 a {
  width: 12rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #c8a063 solid 1px;
  padding-bottom: .2rem;
  color: #c8a063;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  transition: all 0.35s; }
  .btn-default-01 a:hover {
    background: #c8a063;
    color: #FFFFFF; }
.btn-default-02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.2rem;
  height: 7.5rem;
  border: #c8a063 solid 2px;
  color: #c8a063;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0;
  font-family: "Nunito Sans", sans-serif;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.35s; }
  .btn-default-02 a:hover {
    background: #c8a063;
    color: #FFFFFF; }
.btn-default-03 a {
  background: #c8a063;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  height: 8rem;
  position: relative;
  transition: all 0.35s; }
  .btn-default-03 a::before {
    content: "";
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    bottom: .2rem;
    right: .2rem;
    background: #876435;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    transition: all 0.35s; }
  .btn-default-03 a span {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0; }
  .btn-default-03 a:hover {
    background: #876435; }
    .btn-default-03 a:hover::before {
      background: #c8a063; }
.btn-default-03.vs-02 a {
  background: #876435; }
  .btn-default-03.vs-02 a::before {
    background: #c8a063; }
  .btn-default-03.vs-02 a span:first-child {
    padding-right: 1.2rem; }
  .btn-default-03.vs-02 a span:nth-child(2) {
    padding-right: 2.4rem;
    background: url(assets/img/icon-01.svg) no-repeat center right;
    background-size: 1.8rem; }
  .btn-default-03.vs-02 a:hover {
    background: #c8a063; }
    .btn-default-03.vs-02 a:hover::before {
      background: #876435; }

.table-calendar {
  background: #fbf3ec;
  padding: 2rem 3rem 1rem;
  margin-bottom: 1.5rem; }
  .table-calendar .cl_c8a {
    color: #c8a063; }
  .table-calendar table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
    .table-calendar table td {
      border-bottom: #dbdbda 1px dashed;
      text-align: center;
      color: #727171;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      padding: .3rem 0; }
      .table-calendar table td.cl_c8a {
        color: #c8a063; }
      .table-calendar table td:first-child {
        width: 15.7rem; }
      .table-calendar table td:last-child {
        width: 11rem;
        text-align: left; }
    .table-calendar table tr:first-child td {
      border-top: #dbdbda 1px dashed;
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .table-calendar table tr:nth-child(2) td {
      padding-top: 1rem;
      border-bottom: 0; }
    .table-calendar table tr:nth-child(3) td {
      padding-bottom: 1rem; }
  .table-calendar p {
    margin-bottom: 0 !important;
    margin-right: 3.3rem; }

.list-default-01 li {
  border: #c8a063 solid 1px;
  width: calc((100% - 2.801rem) / 2);
  margin-right: 2.8rem;
  margin-bottom: 2rem;
  height: 6.4rem;
  border-radius: 6.4rem;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 3.3rem;
  color: #c8a063;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0; }
  .list-default-01 li:nth-child(2n) {
    margin-right: 0; }
  .list-default-01 li::before {
    content: "";
    position: absolute;
    width: 6.4rem;
    height: 6.4rem;
    top: -1px;
    left: -1px;
    border-radius: 100%;
    background: #c8a063 url(assets/img/icon-02.png) no-repeat center;
    background-size: 2.9rem; }
  .list-default-01 li:nth-child(2)::before {
    background-image: url(assets/img/icon-03.png);
    background-size: 4.1rem; }
  .list-default-01 li .number {
    font-size: 2.4rem; }
.list-default-02 li {
  width: calc((100% - 2.801rem) / 2);
  margin-right: 2.8rem; }
  .list-default-02 li:nth-child(2n) {
    margin-right: 0; }

.home p {
  color: #727171; }

.mv {
  position: relative; }
  .mv-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; }
    .mv-head-logo {
      padding-left: 5rem;
      padding-bottom: 1rem; }
      .mv-head-logo img {
        width: 26.4rem; }
    .mv-head-button a {
      width: 23.6rem;
      height: 8.6rem;
      background: url(assets/img/icon-09.jpg) no-repeat center;
      background-size: cover;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
      .mv-head-button a span:first-child {
        letter-spacing: .1rem; }
      .mv-head-button a span:last-child {
        padding-left: 1.2rem;
        padding-right: 2.4rem;
        background: url(assets/img/icon-01.png) no-repeat center right;
        background-size: 1.8rem; }
  .mv-slide img {
    width: 100%; }
  .mv-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%; }
    .mv-cont h2 {
      color: #c8a063;
      font-size: 3.2rem;
      font-weight: 500;
      line-height: 130%;
      letter-spacing: 0; }
    .mv-cont h3 {
      color: #727171;
      font-size: 4.8rem;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0;
      margin-bottom: 3.8rem; }
    .mv-cont p {
      color: #727171;
      font-size: 2rem;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0; }
  .mv-view video {
    width: 100%;
    height: 87.4rem;
    object-fit: cover; }

.top_news-gp {
  margin-bottom: 15.7rem; }
  .top_news-gp-item:first-child {
    padding-right: 3.8rem;
    width: calc(100% - 59.3rem); }
  .top_news-gp-item:last-child {
    width: 59.3rem; }
    .top_news-gp-item:last-child p {
      margin-bottom: 1.4rem; }
  .top_news-gp-item .logo {
    margin-bottom: .6rem; }
    .top_news-gp-item .logo img {
      width: 30rem; }

.news-list li {
  width: 100%; }
  .news-list li a {
    border-bottom: #ebebeb solid 2px;
    display: flex;
    align-items: center;
    padding: 2.2rem 0; }
    .news-list li a span {
      color: #727171;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
      .news-list li a span.date {
        font-weight: 400;
        width: 10rem; }
      .news-list li a span.txt {
        width: calc(100% - 10rem);
        padding-right: 1rem; }

.concept {
  position: relative;
  padding-bottom: 27.5rem;
  margin-bottom: 7rem; }
  .concept::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 98.5rem;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: url(assets/img/concept_bg.png) no-repeat center bottom;
    background-size: cover; }
  .concept::after {
    content: "";
    position: absolute;
    width: 113.9rem;
    height: 28.8rem;
    top: -21.2rem;
    right: -33.3rem;
    pointer-events: none;
    background: url(assets/img/icon-04.png) no-repeat center; }
  .concept-gp {
    position: relative; }
    .concept-gp-item:first-child {
      width: 57rem;
      padding-right: 10rem; }
    .concept-gp-item:last-child {
      width: calc(100% - 57rem + 12rem);
      margin-right: -12rem; }
    .concept-gp-item p {
      font-size: 2rem; }

.worries {
  position: relative;
  margin-bottom: 14rem;
  z-index: 1; }
  .worries::before {
    content: "";
    position: absolute;
    width: 111.1rem;
    height: 28.3rem;
    bottom: -10.3rem;
    left: -74.7rem;
    background: url(assets/img/icon-06.png); }
  .worries::after {
    content: "";
    position: absolute;
    width: 111.1rem;
    height: 28.3rem;
    bottom: -12.3rem;
    right: -73rem;
    background: url(assets/img/icon-06.png); }
  .worries-gp {
    margin-bottom: 12.7rem; }
    .worries-gp-head {
      background: #faf3ed;
      padding: 2.4rem 2.3rem; }
      .worries-gp-head .img {
        width: 7.9rem; }
        .worries-gp-head .img img {
          width: 100%; }
      .worries-gp-head .cont {
        padding-left: 2.7rem;
        width: calc(100% - 7.9rem); }
    .worries-gp-box {
      width: 50%; }
      .worries-gp-box:first-child {
        background: #f8f8f8; }
      .worries-gp-box:last-child {
        padding: 10.6rem 7.5rem 0;
        background: url(assets/img/worries_bg.jpg) no-repeat center bottom;
        background-size: cover; }
        .worries-gp-box:last-child p {
          font-size: 2rem;
          color: #ffffff; }
    .worries-gp-main {
      padding: 2.4rem 4rem; }
  .worries-list-01 li {
    width: calc((100% - 3.501rem) / 2);
    margin-right: 3.5rem;
    margin-bottom: 1rem; }
    .worries-list-01 li:last-child {
      margin-bottom: 0; }
    @media (min-width: 960.5px) {
      .worries-list-01 li:nth-last-child(2) {
        margin-bottom: 0; } }
    .worries-list-01 li:nth-child(2n) {
      margin-right: 0; }
    .worries-list-01 li a {
      color: #c8a063;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0;
      position: relative;
      display: block; }
      .worries-list-01 li a::before {
        content: "";
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        border-radius: 100%;
        background: #c8a063 url(assets/img/arrow-right-01.png) no-repeat center;
        background-size: .8rem; }
  .worries-list-01.vs-02 li a {
    color: #727171; }
    .worries-list-01.vs-02 li a::before {
      background-color: #727171; }
  .worries-desc p {
    font-size: 2.4rem; }
  .worries .title-default-02 {
    margin-bottom: 9rem; }
    .worries .title-default-02.vs-02 {
      margin-bottom: 18.3rem;
      position: relative; }
      .worries .title-default-02.vs-02::before {
        content: "";
        position: absolute;
        width: 1.4rem;
        height: 8.9rem;
        bottom: -15.5rem;
        left: 50%;
        transform: translateX(-50%);
        background: url(assets/img/icon-05.png) no-repeat center;
        background-size: contain; }

.care_plan {
  position: relative;
  z-index: 0;
  margin-bottom: 13.5rem; }
  .care_plan::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 164.7rem;
    bottom: 8rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/care_plan-bg-03.png) no-repeat center;
    background-size: cover; }
  .care_plan .title-default-02 {
    margin-bottom: 8rem; }
  .care_plan .worries-list-01 {
    padding: 2rem 2.5rem; }
  .care_plan-gp {
    margin-bottom: 1.5rem; }
    .care_plan-gp-box {
      width: calc((100% - 6.401rem) / 2);
      margin-right: 6.4rem; }
      .care_plan-gp-box:nth-child(2n) {
        margin-right: 0; }
        .care_plan-gp-box:nth-child(2n) .care_plan-gp-item::before {
          width: 45.6rem;
          background-image: url(assets/img/care_plan-bg-02.png); }
        .care_plan-gp-box:nth-child(2n) .care_plan-gp-item img {
          width: 38.1rem; }
      .care_plan-gp-box .img {
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        z-index: -2; }
        .care_plan-gp-box .img img {
          height: 100%;
          object-fit: cover;
          width: 39.6rem; }
    .care_plan-gp-item {
      position: relative;
      height: 22rem;
      z-index: 0;
      display: flex;
      align-items: center; }
      .care_plan-gp-item::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: url(assets/img/care_plan-bg-01.png) no-repeat center left;
        background-size: cover; }
  .care_plan-field {
    margin-left: -0.7rem;
    width: calc(100% + 2.2rem);
    margin-bottom: 11.6rem; }
    .care_plan-field-item {
      width: calc((100% - 10.01px) / 3);
      margin-right: 5px; }
      .care_plan-field-item:nth-child(3n) {
        margin-right: 0; }
      .care_plan-field-item .img {
        margin-bottom: 1.2rem;
        display: block; }
        .care_plan-field-item .img img {
          width: 100%; }
  .care_plan-title-01 {
    padding: 2.4rem;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0; }
  .care_plan-title-02 {
    padding: .55rem 1.6rem;
    margin-left: .7rem;
    width: calc(100% - 2.2rem);
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    background: url(assets/img/icon-08.jpg) no-repeat center left;
    background-size: cover;
    display: block; }
  .care_plan-slide .slick-slide {
    margin: 0 2.4rem; }
    .care_plan-slide .slick-slide:nth-child(2n) {
      margin-top: 5.5rem; }
    .care_plan-slide .slick-slide img {
      width: 51.3rem; }

.feature {
  position: relative;
  z-index: 0;
  margin-bottom: 14.4rem; }
  .feature::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 290.6rem;
    top: -9.6rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/feature_bg.png) no-repeat center;
    background-size: cover; }
  .feature .title-default-02 {
    margin-bottom: 13rem; }
  .feature-gp-box {
    width: 100%;
    max-width: 108rem;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    margin-bottom: 13rem;
    padding-left: 5.4rem;
    padding-right: 8rem;
    border-radius: 1.2rem 0 1.2rem 0;
    position: relative;
    z-index: 0; }
    .feature-gp-box::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: -50%;
      z-index: -1;
      background: #FFFFFF; }
    .feature-gp-box:last-child {
      margin-bottom: 0; }
    .feature-gp-box:nth-child(2n) {
      margin-left: auto; }
      .feature-gp-box:nth-child(2n)::before {
        left: auto;
        right: -50%; }
      .feature-gp-box:nth-child(2n) .feature-gp-item:first-child {
        order: 1;
        padding-left: 8rem;
        margin-left: 0;
        margin-right: -18rem; }
  .feature-gp-item:first-child {
    width: calc(100% - 46.2rem + 18rem);
    margin-left: -18rem; }
  .feature-gp-item:last-child {
    width: 46.2rem;
    padding: 8rem 0; }
  .feature-gp-item img {
    width: 100%; }
  .feature-gp-item p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 180%;
    margin-bottom: 4.3rem; }
  .feature-title-01 {
    margin-top: -3.5rem;
    margin-bottom: 4.5rem; }
    .feature-title-01 .txt {
      writing-mode: sideways-lr;
      font-size: 2rem;
      background: linear-gradient(to right, #ffddae 0%, #eabc7b 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
      line-height: 80%;
      position: relative;
      left: -1.6rem;
      top: 1.2rem; }
    .feature-title-01 .number {
      margin-left: 3rem;
      font-size: 10rem;
      font-family: "Nunito Sans", sans-serif;
      background: linear-gradient(to bottom, #ffddae 0%, #eabc7b 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
      line-height: 80%; }
    .feature-title-01 .jp {
      color: #d7993a;
      font-size: 2.8rem;
      display: block;
      margin-top: 3.8rem;
      line-height: 140%; }
  .feature-list-01 li {
    margin-right: 2.8rem; }
    .feature-list-01 li:last-child {
      margin-right: 0; }
    .feature-list-01 li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24rem;
      height: 6rem;
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      background: #c8a063;
      position: relative;
      transition: all 0.35s; }
      .feature-list-01 li a::before {
        content: "";
        position: absolute;
        width: 2.4rem;
        height: 2.4rem;
        bottom: .2rem;
        right: .2rem;
        clip-path: polygon(100% 0, 0 100%, 100% 100%);
        background: #876435;
        transition: all 0.35s; }
      .feature-list-01 li a:hover {
        background: #876435; }
        .feature-list-01 li a:hover::before {
          background: #c8a063; }

.access {
  position: relative;
  z-index: 1;
  padding-bottom: 8.5rem;
  margin-bottom: 10rem; }
  .access::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 6rem);
    bottom: 2px;
    left: 0;
    z-index: -1;
    background: #f7f1ec; }
  .access-gp-box:first-child {
    width: 66.5rem;
    padding-right: 7.3rem; }
  .access-gp-box:last-child {
    width: calc(100% - 66.5rem + 5rem);
    margin-right: -5rem; }
  .access-gp-box iframe {
    width: 100%;
    height: 56.5rem;
    border: 0;
    vertical-align: top; }
  .access-gp-box .logo {
    margin-bottom: 2.2rem; }
    .access-gp-box .logo .img {
      margin-bottom: 1.3rem; }
    .access-gp-box .logo img {
      width: 37.8rem; }
  .access-gp-box .table-calendar {
    background: #ffffff; }
  .access-title-01 {
    margin-bottom: 5rem; }
    .access-title-01 img {
      height: 12.2rem; }

.top_column {
  margin-bottom: 10.5rem; }
  .top_column .title-default-02 {
    margin-bottom: 8rem; }

.column-list {
  margin-bottom: 3.7rem; }
  .column-list > li {
    width: calc((100% - 11.4rem) / 4);
    margin-right: 3.8rem;
    margin-bottom: 4rem; }
    .column-list > li:nth-child(4n) {
      margin-right: 0; }
    .column-list > li .img {
      margin-bottom: 1.2rem; }
    .column-list > li img {
      width: 100%; }
    .column-list > li .time {
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0;
      color: #bcbcbc; }
    .column-list > li p {
      color: #727171;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.05rem; }
  .column-list .cate-list li {
    margin-right: .5rem;
    margin-bottom: 5px; }
    .column-list .cate-list li:last-child {
      margin-bottom: 0;
      margin-right: 0; }
    .column-list .cate-list li a {
      font-size: 1.4rem;
      color: #FFFFFF;
      line-height: 158%;
      letter-spacing: 0;
      font-weight: 500;
      padding: 0 1rem;
      background: #876435;
      display: inline-block; }
.column-title-01 {
  color: #c8a063;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: .8rem; }

.about {
  margin-bottom: 16rem;
  position: relative; }
  .about::before {
    content: "";
    position: absolute;
    width: 113.8rem;
    height: 19.4rem;
    top: -2.3rem;
    right: -72.4rem;
    background: url(assets/img/icon-07.png) no-repeat center;
    background-size: contain; }
  .about::after {
    content: "";
    position: absolute;
    width: 113.8rem;
    height: 19.4rem;
    bottom: -11.5rem;
    left: -82.4rem;
    background: url(assets/img/icon-07.png) no-repeat center;
    background-size: contain; }
  .about-gp-box:first-child {
    width: calc(100% - 62.5rem + 12rem);
    margin-left: -12rem; }
    .about-gp-box:first-child img {
      width: 100%; }
  .about-gp-box:last-child {
    width: 62.5rem;
    padding-left: 3.5rem;
    padding-top: 1.7rem; }
  .about-gp-box p {
    font-weight: 700;
    margin-bottom: 9.2rem; }
  .about-title-01 {
    color: #876435;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    margin-bottom: 2.7rem; }

@media (max-width: 960px) {
  .title-default-01 {
    font-size: 2.4rem; }
  .title-default-02 {
    margin-bottom: 1rem; }
    .title-default-02 span {
      font-size: 3rem; }
      .title-default-02 span.en {
        font-size: 2rem; }
  .title-default-03 span {
    font-size: 1.4rem; }
    .title-default-03 span.en {
      font-size: 2rem;
      margin-bottom: .2rem; }

  .list-default-01 {
    margin-bottom: 3rem;
    justify-content: space-between; }
    .list-default-01 li {
      width: 49%;
      margin-right: 0;
      font-size: 1.4rem;
      margin-bottom: 1.5rem; }
      .list-default-01 li:last-child {
        margin-bottom: 0; }
      .list-default-01 li .number {
        font-size: 1.8rem; }
  .list-default-02 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .list-default-02 li:last-child {
      margin-bottom: 0; }

  .btn-default-02 a {
    width: 100%;
    height: 6rem; }
  .btn-default-03 a {
    height: 6rem; }
    .btn-default-03 a::before {
      width: 2rem;
      height: 2rem; }
    .btn-default-03 a span {
      font-size: 1.4rem; }

  .table-calendar {
    padding: 1.5rem;
    margin-bottom: 3rem; }
    .table-calendar table td {
      font-size: 1.4rem; }
      .table-calendar table td:first-child {
        width: 10rem; }
      .table-calendar table td:last-child {
        width: 4rem; }
    .table-calendar p {
      margin-right: 0; }

  .mv-cont h2 {
    font-size: 1.7rem;
    margin-bottom: .5rem; }
  .mv-cont h3 {
    font-size: 2.4rem;
    margin-bottom: 1.8rem; }
  .mv-cont p {
    font-size: 1.5rem;
    line-height: 175%; }
  .mv-head {
    justify-content: center; }
    .mv-head-button {
      display: none; }
    .mv-head-logo {
      padding-left: 0;
      padding-top: 1.5rem; }

  .top_news-gp-item:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 6rem; }
  .top_news-gp-item:last-child {
    width: 100%; }
  .top_news-gp-item .logo img {
    width: 25rem; }

  .news-list li a {
    flex-wrap: wrap;
    padding: 1.5rem 0; }
    .news-list li a span.date {
      width: 100%; }
    .news-list li a span.txt {
      width: 100%;
      padding-right: 0; }

  .concept {
    padding-bottom: 7.5rem;
    margin-bottom: 5.3rem; }
    .concept-gp-item:first-child {
      width: 100%;
      padding-right: 0;
      margin-bottom: 3rem; }
    .concept-gp-item:last-child {
      width: 100%;
      margin-right: 0; }
    .concept-gp-item p {
      font-size: 1.4rem; }
    .concept::before {
      background-size: 100%; }
    .concept::after {
      top: -30.2rem;
      right: -95.3rem; }

  .worries-gp {
    margin-bottom: 6rem; }
    .worries-gp-head {
      padding: 1.5rem;
      align-items: center; }
      .worries-gp-head .img {
        width: 6rem; }
      .worries-gp-head .cont {
        width: calc(100% - 6rem);
        padding-left: 1.5rem; }
    .worries-gp-box {
      width: 100%; }
      .worries-gp-box:first-child {
        order: 1; }
      .worries-gp-box:last-child {
        padding: 3rem 1.5rem; }
        .worries-gp-box:last-child p {
          font-size: 1.4rem; }
    .worries-gp-main {
      padding: 1.5rem; }
  .worries-list-01 li {
    width: 100%;
    margin-right: 0; }
    .worries-list-01 li a {
      font-size: 1.4rem; }
  .worries-desc p {
    font-size: 1.4rem; }
  .worries::before {
    bottom: -31.3rem;
    left: -91.7rem; }
  .worries::after {
    right: -94rem; }
  .worries .title-default-02 {
    margin-bottom: 5.5rem; }
    .worries .title-default-02.vs-02 {
      margin-bottom: 12rem; }
      .worries .title-default-02.vs-02::before {
        bottom: -10.5rem; }

  .care_plan {
    margin-bottom: 6rem; }
    .care_plan-gp-box {
      width: 100%;
      margin-right: 0; }
      .care_plan-gp-box:nth-child(2n) .care_plan-gp-item::before {
        width: 100%; }
    .care_plan-gp-item {
      height: 16rem; }
    .care_plan-title-01 {
      font-size: 1.8rem; }
    .care_plan-title-02 {
      width: calc(100% - 1.4rem); }
    .care_plan-field {
      width: calc(100% + 1.4rem);
      margin-bottom: 6rem; }
      .care_plan-field-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.2rem; }
        .care_plan-field-item:last-child {
          margin-bottom: 0; }
        .care_plan-field-item .img {
          margin-bottom: .4rem; }
    .care_plan-slide .slick-slide {
      margin: 0 0.5rem; }
      .care_plan-slide .slick-slide:nth-child(2n) {
        margin-top: 2rem; }
      .care_plan-slide .slick-slide img {
        width: 25rem; }
    .care_plan .title-default-02 {
      margin-bottom: 6rem; }
    .care_plan .worries-list-01 {
      padding: 1.5rem; }

  .feature {
    margin-bottom: 0; }
    .feature-title-01 {
      margin-bottom: 2rem; }
      .feature-title-01 .jp {
        font-size: 2.4rem;
        margin-top: 2rem; }
      .feature-title-01 .txt {
        left: 0;
        top: .5rem;
        font-size: 1.4rem; }
      .feature-title-01 .number {
        font-size: 7rem;
        margin-left: 1rem; }
    .feature-list-01 li {
      margin-right: 0;
      width: 100%;
      margin-bottom: 1.5rem; }
      .feature-list-01 li:last-child {
        margin-bottom: 0; }
      .feature-list-01 li a {
        width: 100%; }
    .feature-gp-box {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      margin-bottom: 6rem; }
      .feature-gp-box:nth-child(2n) .feature-gp-item:first-child {
        padding-left: 0;
        margin-right: 0;
        order: 0; }
    .feature-gp-item:first-child {
      width: 100%;
      margin-left: 0; }
    .feature-gp-item:last-child {
      width: 100%;
      padding: 6rem 0; }
    .feature-gp-item p {
      font-size: 1.4rem;
      margin-bottom: 3rem; }
      .feature-gp-item p:last-child {
        margin-bottom: 0; }

  .access {
    padding-bottom: 6rem;
    margin-bottom: 6rem; }
    .access::before {
      height: calc(100% - 2.5rem); }
    .access-title-01 {
      margin-bottom: 3rem; }
      .access-title-01 img {
        height: 5rem; }
    .access-gp-box:first-child {
      width: 100%;
      padding-right: 0;
      margin-bottom: 3rem; }
    .access-gp-box:last-child {
      width: 100%; }
    .access-gp-box .logo img {
      width: 25rem; }
    .access-gp-box iframe {
      height: 25rem; }

  .top_column .title-default-02 {
    margin-bottom: 5rem; }

  .column-list > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem; }
    .column-list > li:last-child {
      margin-bottom: 0; }
    .column-list > li p {
      font-family: 1.4rem; }
  .column-title-01 {
    padding-top: .8rem; }

  .about::before {
    top: -7.3rem;
    right: -80.4rem; }
  .about::after {
    bottom: -12.5rem;
    left: -87.4rem; }
  .about-title-01 {
    font-size: 2rem;
    margin-bottom: 1.5rem; }
  .about-gp-box:first-child {
    width: 100%;
    margin-left: 0; }
  .about-gp-box:last-child {
    width: 100%;
    padding-left: 0; }
  .about-gp-box p {
    margin-bottom: 2rem; } }
@media (max-width: 767px) {
  .mv-view {
    margin-bottom: 2rem; }
  .mv-cont {
    position: relative;
    top: 0;
    transform: inherit; } }
:root {
  --color-h3: #876435;
  --color-h4: #876435;
  --color-h5: #876435; }

.mt60 {
  margin-top: 6rem; }

.mt30 {
  margin-top: 3rem; }

.mb100,
.mb101 {
  margin-bottom: 10rem; }

.sitemap-title {
  color: #c2934a;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 3.5rem; }
.sitemap-list {
  margin-bottom: 8.5rem; }
  .sitemap-list li {
    width: calc((100% - 3rem) / 3);
    margin-right: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2rem; }
    .sitemap-list li::before {
      content: "";
      position: absolute;
      top: 1.2rem;
      left: 0;
      width: .6rem;
      height: .6rem;
      background: #c2934a;
      border-radius: 100%; }
    @media (min-width: 960.5px) {
      .sitemap-list li:nth-child(3n) {
        margin-right: 0; } }
    .sitemap-list li a {
      color: #333;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      transition: all 0.35s; }
      .sitemap-list li a:hover {
        color: #c2934a; }

.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: #353535;
        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;
          background: #c2934a;
          transition: 0.5s; }
        .catalogue-list ul li a:hover {
          padding-left: 1rem;
          color: #c2934a;
          font-weight: bold; }
          .catalogue-list ul li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both;
            background: #c2934a; }
          .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 {
        background: var(--color-h3);
        color: #ffffff;
        font-weight: 500; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        color: var(--color-h3);
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem; }
        .catalogue-list.style-4button ul li a::before, .catalogue-list.style-4button ul li a::after {
          content: none; }
        @media (min-width: 767.5px) {
          .catalogue-list.style-4button ul li a {
            background: rgba(194, 147, 74, 0.3);
            border: var(--color-h3) solid 1px; } }
        @media (max-width: 767px) {
          .catalogue-list.style-4button ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            padding: 1rem; } }

.main_page h3 {
  color: var(--color-h3);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.3rem;
  padding-bottom: 2.1rem;
  margin-bottom: 3.3rem;
  text-align: center;
  position: relative; }
  .main_page h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 1px;
    margin: 0 auto;
    width: 9rem;
    height: .6rem;
    -webkit-mask: url(assets/img/under_ic.png) center/auto repeat;
    mask: url(assets/img/under_ic.png) center/auto repeat;
    background: var(--color-h3); }
.main_page h4 {
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.3rem;
  padding: 1.5rem 2rem;
  margin-bottom: 2.4rem;
  background: #876435; }
.main_page h5 {
  color: #876435;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  border-bottom: 1px solid #876435;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem; }
.main_page h6 {
  color: #876435;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  position: relative; }
  .main_page h6::before {
    content: "";
    position: absolute;
    top: .7rem;
    left: 0;
    margin: 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #876435; }
.main_page p:not(:last-child) {
  margin-bottom: 1.5rem; }
.main_page table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .main_page table td {
    border-top: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    line-height: 185%;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0;
    vertical-align: top; }
    .main_page table td:first-child {
      width: 32rem;
      color: #ffffff;
      font-weight: bold;
      background-color: #876435; }
.main_page .table-calendar table td {
  color: #333333;
  border-top: transparent;
  border-bottom: #dbdbda 1px dashed;
  padding: .3rem 0; }
  .main_page .table-calendar table td:first-child {
    background-color: transparent; }
  .main_page .table-calendar table td.cl_c8a {
    color: #c8a063; }
.main_page ul {
  display: flex;
  flex-wrap: wrap;
  border: 8px solid #876435;
  padding: 3rem 3rem 1.5rem;
  margin-bottom: 2rem; }
  .main_page ul li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    position: relative;
    font-size: 1.6rem;
    color: #333333; }
    .main_page ul li::before {
      content: "";
      position: absolute;
      width: 1.2rem;
      height: 1.2rem;
      top: .9rem;
      left: 0;
      border-radius: 100%;
      background: #876435; }
    .main_page ul li:nth-child(2n) {
      margin-right: 0; }
    .main_page ul li.last {
      padding-left: 0; }
      .main_page ul li.last::before {
        content: none; }
.main_page .faq > div {
  margin-bottom: 6rem; }
  .main_page .faq > div:last-child {
    margin-bottom: 0; }

.column-img-right {
  display: flex;
  flex-wrap: wrap; }
  .column-img-right > div:first-child {
    width: calc(100% - 42rem);
    padding-right: 5rem; }
  .column-img-right > div:last-child {
    width: 42rem; }
    .column-img-right > div:last-child img {
      width: 100%;
      object-fit: cover;
      border-radius: .5rem;
      aspect-ratio: 4 / 2.7; }
  .column-img-right.vs-02 > div:last-child img {
    aspect-ratio: 4 / 4.6; }
.column-img-left {
  display: flex;
  flex-wrap: wrap; }
  .column-img-left > div:first-child {
    width: 42rem; }
    .column-img-left > div:first-child img {
      width: 100%;
      object-fit: cover;
      border-radius: .5rem;
      aspect-ratio: 4 / 2.7; }
  .column-img-left > div:last-child {
    padding-left: 5rem;
    width: calc(100% - 42rem); }
  .column-img-left.vs-02 > div:first-child img {
    aspect-ratio: 4 / 4.6; }
.column-default-30 {
  margin-top: 4rem; }
  .column-default-30 .item {
    width: calc((100% - 4.001rem) / 3);
    margin-right: 2rem; }
    .column-default-30 .item:nth-child(3n) {
      margin-right: 0; }
    .column-default-30 .item img {
      border-radius: 1rem;
      width: 100%;
      aspect-ratio: 4 / 2.8;
      object-fit: cover; }

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%); }
  50% {
    opacity: 0;
    transform: translate(120%, -50%); }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%); }
  100% {
    opacity: 1;
    transform: translate(0%, -50%); } }
.column-default-full img {
  height: 60rem;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  object-fit: cover; }

.step_gp {
  counter-reset: section; }
  .step_gp-item {
    background: rgba(194, 147, 74, 0.3);
    padding: 2.5rem;
    margin-bottom: 4rem;
    position: relative; }
    .step_gp-item::before {
      content: "";
      position: absolute;
      width: 3rem;
      height: 1rem;
      bottom: 0;
      left: 0;
      right: 0;
      background: #876435;
      margin: 0 auto -2.6rem;
      clip-path: polygon(100% 0, 0 0, 50% 100%); }
    .step_gp-item:last-child::before {
      content: none; }
    .step_gp-item h4 {
      position: relative;
      padding-left: 8rem; }
      .step_gp-item h4::before {
        counter-increment: section;
        content: counter(section);
        position: absolute;
        width: 6.6rem;
        height: 100%;
        background: #c2934a;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  .main_page table td {
    font-size: 2rem; } }
@media (max-width: 960px) {
  .mt65 {
    margin-top: 4.5rem; }

  .mb101 {
    margin-bottom: 6rem; }

  .sitemap-list li {
    width: calc((100% - 1.501rem) / 2);
    margin-bottom: 1rem; }
    .sitemap-list li:nth-child(2n) {
      margin-right: 0; }

  .sitemap-title {
    margin-bottom: 1.5rem; }

  .sitemap-wrap {
    padding: 1rem 0 5.6rem; }

  .sitemap-list {
    margin-bottom: 2.7rem; }

  .catalogue {
    margin-bottom: 5rem; }
    .catalogue-gp:not(.style-4button) {
      padding: 1.5rem; }
    .catalogue-list ul li a {
      font-size: 1.4rem; }

  .mb100 {
    margin-bottom: 5rem; }

  .mt60 {
    margin-top: 3rem; }

  .main_page h3 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem; }
    .main_page h3::before {
      width: 5rem; }
  .main_page h4 {
    font-size: 2.2rem; }
  .main_page h5 {
    font-size: 2rem; }
  .main_page h6 {
    font-size: 1.8rem; }
  .main_page table {
    border: 1px solid #876435; }
  .main_page table td {
    font-size: 1.5rem;
    padding: 1.2rem 1.5rem; }
  .main_page .table-calendar table {
    border: transparent; }
    .main_page .table-calendar table td {
      float: initial;
      width: auto; }
      .main_page .table-calendar table td:first-child {
        width: 10rem; }
      .main_page .table-calendar table td:last-child {
        width: 4rem; }
  .main_page ul {
    padding: 1.5rem 1.5rem .7rem; }
    .main_page ul li {
      font-size: 1.4rem;
      margin-bottom: .8rem; }
      .main_page ul li::before {
        width: 1rem;
        height: 1rem; }

  .column-img-right > div:first-child {
    width: 100%;
    padding-right: 0;
    order: 1; }
  .column-img-right > div:last-child {
    width: 100%;
    margin-bottom: 1.5rem; }
  .column-img-left > div:first-child {
    width: 100%;
    margin-bottom: 1.5rem; }
  .column-img-left > div:last-child {
    padding-left: 0;
    width: 100%; }
  .column-default-30 {
    margin-top: 3rem; }
    .column-default-30 .item {
      width: calc((100% - 2.001rem) / 3);
      margin-right: 1rem; }
      .column-default-30 .item img {
        border-radius: .5rem; }

  .step_gp-item {
    padding: 6.5rem 1.5rem 1.5rem; }
    .step_gp-item h4 {
      padding-left: 2rem; }
      .step_gp-item h4::before {
        top: -6.5rem;
        left: -1.5rem;
        width: 5rem;
        height: 5rem; } }
@media (max-width: 767px) {
  .sitemap-list li {
    width: 100%;
    margin-right: 0; }

  .catalogue-list.style-2columns li, .catalogue-list.style-3columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-4button ul {
    margin-bottom: -1rem; }
    .catalogue-list.style-4button ul li {
      width: calc((100% - 1.01rem) / 2);
      margin-right: 1rem;
      margin-bottom: 1rem;
      background: rgba(194, 147, 74, 0.3);
      border: var(--color-h3) solid 1px; }
      .catalogue-list.style-4button ul li:nth-child(2n) {
        margin-right: 0; }

  .main_page table td {
    float: left;
    width: 100%;
    border: 0; }
    .main_page table td:first-child {
      width: 100%; }
  .main_page ul li {
    width: 100%;
    margin-right: 0; } }
.news-gp {
  padding: 5.5rem 0 6rem; }
  .news-gp-item:first-child {
    width: calc(100% - 30rem); }
  .news-gp-item:last-child {
    width: 30rem;
    padding-left: 5rem; }
  .news-gp .news-list {
    margin-bottom: 6rem; }

.pagenavi-wrap {
  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: #c2934a solid .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: #c2934a;
        color: #FFFFFF; }

.archive-gp {
  border: #c2934a solid .1rem;
  margin-bottom: 5rem; }
  .archive-gp:last-child {
    margin-bottom: 0; }
.archive-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #c2934a;
  text-align: center;
  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: #333 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;
      transition: all 0.35s; }
      .archive-list li a:hover {
        color: #c2934a; }

.single-gp .image {
  margin-bottom: 2rem; }
.single-gp .date {
  margin-bottom: 2.8rem; }
.single-title-01 {
  color: #000000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0; }
.single-wrap :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  color: #000000; }
.single-wrap :is(h1, h2, h3, h4, h5, h6, p, ul, ol, img) {
  margin-bottom: 1.5rem; }
.single-wrap ul li {
  position: relative;
  padding-left: 1.5rem; }
  .single-wrap ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #876435; }
    @media (max-width: 960px) {
      .single-wrap ul li::before {
        top: .75rem; } }
.single-wrap a {
  color: #013f98;
  text-decoration: underline;
  transition: all 0.35s; }
  .single-wrap a:hover {
    text-decoration: none; }
.single-wrap ol {
  padding-left: 1.5rem; }
  .single-wrap ol li {
    list-style: decimal; }
.single-wrap blockquote {
  background: #EEEEEE;
  padding: 5rem;
  border-radius: 1.5rem;
  position: relative;
  margin: 5rem 0; }
  .single-wrap blockquote::before {
    content: "";
    width: 3.4rem;
    height: 3rem;
    position: absolute;
    left: 2rem;
    top: -1.2rem;
    background-image: url(assets/img/quote.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain; }
  .single-wrap blockquote p:last-child {
    margin-bottom: 0; }
.single-wrap :is(p, li, blockquote) {
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #000000;
  font-weight: 500; }
.single-wrap h1 {
  font-size: 3.2rem; }
.single-wrap h2 {
  font-size: 2.4rem; }
.single-wrap h3 {
  font-size: 2.2rem; }
.single-wrap h4 {
  font-size: 2rem; }
.single-wrap h5 {
  font-size: 1.8rem; }
.single-wrap h6 {
  font-size: 1.6rem; }

.nextpre_area-item a,
.nextpre_area-item span {
  transition: all 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.5rem;
  font-size: 1.6rem;
  color: #262c34;
  height: 6.5rem;
  border: #c2934a solid .1rem;
  border-radius: 3.3rem;
  font-family: "Noto Serif JP", serif;
  background: #FFF; }
.nextpre_area-item span {
  opacity: 0.5; }
.nextpre_area-item a:hover {
  color: #FFF;
  background: #c2934a; }

.column-gp {
  padding: 5.5rem 0 6rem; }

@media (max-width: 960px) {
  .news-gp-item:first-child {
    width: 100%; }
  .news-gp-item:last-child {
    padding-left: 0;
    width: 100%; }

  .single-wrap {
    margin-bottom: 5.4rem; }
    .single-wrap h1 {
      font-size: 2.2rem; }
    .single-wrap h2 {
      font-size: 2.0rem; }
    .single-wrap h3 {
      font-size: 1.8rem; }
    .single-wrap h4 {
      font-size: 1.6rem; }
    .single-wrap h5 {
      font-size: 1.4rem; }
    .single-wrap h6 {
      font-size: 1.3rem; }
    .single-wrap :is(p, li, blockquote) {
      font-size: 1.4rem;
      line-height: 175%; }
    .single-wrap blockquote {
      padding: 2rem;
      margin: 3rem 0; }
      .single-wrap blockquote::before {
        top: -0.5rem;
        width: 2rem;
        height: 1.8rem; }
  .single-title-01 {
    font-size: 2.2rem;
    text-align: justify;
    margin-bottom: 1rem; }

  .nextpre_area-item a,
  .nextpre_area-item span {
    width: 20rem; }

  .column-gp {
    padding-bottom: 0; } }
@media (max-width: 767px) {
  .nextpre_area-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem; }
    .nextpre_area-item:nth-child(2) {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem;
      order: -1; }
    .nextpre_area-item:nth-child(3n) {
      margin-right: 0; }
    .nextpre_area-item a,
    .nextpre_area-item span {
      width: 100%;
      height: 5rem; } }

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