@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
/*
Theme Name: Toshima
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.1
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: "Shippori Mincho", serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.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: 175%;
  letter-spacing: 0;
  color: #342f2a; }

#page_top {
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #d38239 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: 8rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 9rem; } }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_in_1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0;
    position: relative;
    top: 100px; }
  100% {
    position: relative;
    top: 0px;
    opacity: 1; } }
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.fade-left.show {
  animation: fade_left 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

.fade-right.show {
  animation: fade_right 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

[data-animation="fade-in"].show {
  animation: fade_in_1 500ms 1s ease-in-out;
  animation-fill-mode: forwards; }

.wow_custom_no {
  opacity: 0;
  position: relative;
  z-index: 1; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  body,
  p {
    font-size: 2rem; } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: .042rem;
    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); }

.no_scroll {
  overflow: hidden; }

[class*="grid"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.grid-1260 {
  max-width: 129rem; }

.grid-1200 {
  max-width: 123rem; }

.grid-1000 {
  max-width: 103rem; }

.grid-960 {
  max-width: 99rem; }

body,
html {
  height: 100%; }

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: 767px) {
  .u-pc {
    display: none; }

  .u-sp {
    display: block; } }
header {
  height: 8.2rem; }

.wp-block-header {
  background: #FFF; }
  .wp-block-header_box {
    position: fixed;
    width: calc(100% - 5.4rem);
    background: #FFF;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.35s; }
    .wp-block-header_box--item {
      transition: all 0.35s; }
    .wp-block-header_box-txt {
      transition: all 0.35s; }
  .wp-block-header-contact {
    margin-right: 3.5rem; }
    .wp-block-header-contact a {
      color: #fff;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0; }
  .wp-block-header .site-logo {
    background: url(assets/img/bg-logo.png) no-repeat center right;
    padding: 0 4.5rem;
    position: relative;
    transition: all 0.35s; }
    .wp-block-header .site-logo::before {
      content: "";
      position: absolute;
      width: 50%;
      height: 100%;
      top: 0;
      left: 0;
      background: #FFF; }
    .wp-block-header .site-logo a {
      position: relative;
      width: 22.6rem;
      height: 3.5rem;
      display: inline-block; }
      .wp-block-header .site-logo a span {
        position: absolute;
        width: 100%;
        height: 100%; }
      .wp-block-header .site-logo a .is_page_home {
        opacity: 0; }
    .wp-block-header .site-logo img {
      width: 25.3rem;
      transition: all 0.35s; }

.nav_header {
  display: none; }

.menu {
  padding: 2.7rem 4.8rem;
  transition: all 0.35s;
  margin-top: 0;
  background: #FFF;
  position: relative; }
  .menu li {
    margin-left: 2.7rem; }
    .menu li:first-child {
      margin-left: 0; }
    .menu li a {
      color: #333;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0;
      transition: all 0.35s; }
      .menu li a:hover {
        color: #d38239; }
    .menu li.current-menu-item a, .menu li.current-menu-parent a {
      color: #d38239; }
    .menu li .sub-menu {
      pointer-events: none;
      position: absolute;
      display: flex;
      flex-wrap: wrap;
      z-index: 0;
      opacity: 0;
      right: 0;
      top: calc(100% - 3.7rem);
      padding-top: 1.5rem;
      transition: all 0.35s;
      min-width: 76rem;
      width: 100%;
      padding: 5rem 3.5rem 3rem; }
      .menu li .sub-menu::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: calc(100% - 3.5rem);
        background: #FFFFFF;
        filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.15));
        border-radius: 2rem; }
      .menu li .sub-menu li {
        margin-left: 0;
        padding: 0 1rem;
        width: calc((100% - 1.501rem) / 2);
        margin-right: 1.5rem; }
        .menu li .sub-menu li:nth-child(2n) {
          margin-right: 0; }
        .menu li .sub-menu li a {
          color: #333;
          border-bottom: #cec9c6 solid .1rem;
          padding: 1.2rem 1rem .8rem;
          display: block;
          position: relative;
          transition: all 0.35s; }
          .menu li .sub-menu li a::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 1rem;
            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: #472a1e;
            transition: all 0.35s; }
          .menu li .sub-menu li a::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0.1rem;
            transition: all 0.35s;
            bottom: -0.1rem;
            left: 0;
            background: #472a1e; }
          .menu li .sub-menu li a:hover {
            opacity: 0.8;
            padding-left: 1.5rem;
            color: #472a1e; }
            .menu li .sub-menu li a:hover::before {
              right: .5rem; }
            .menu li .sub-menu li a:hover::after {
              width: 100%; }
        .menu li .sub-menu li.current-menu-item a {
          color: #d38239; }
          .menu li .sub-menu li.current-menu-item a::before {
            background: #d38239; }
    .menu li:hover .sub-menu {
      opacity: 1;
      pointer-events: all; }
  .menu > li > a {
    position: relative; }
    .menu > li > a::before {
      content: "";
      position: absolute;
      bottom: -2.7rem;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      opacity: 0;
      border-left: .7rem solid transparent;
      border-right: .7rem solid transparent;
      border-bottom: .7rem solid #FFF;
      z-index: 1; }
  .menu > li:hover.menu-item-has-children > a::before {
    opacity: 1; }

.home header {
  height: auto; }
.home .wp-block-header_box {
  background: transparent;
  align-items: flex-start;
  padding-bottom: 3rem; }
  .home .wp-block-header_box::before {
    content: "";
    position: absolute;
    width: calc(100% - 16rem);
    height: 100%;
    top: 0;
    left: 16rem;
    background: url(assets/img/menu-bg.png) center;
    background-size: cover;
    z-index: -1; }
.home .wp-block-header .site-logo {
  padding: 1.5rem 4.5rem 3.8rem; }
  .home .wp-block-header .site-logo a .is_page_home {
    opacity: 1; }
  .home .wp-block-header .site-logo a .is_page_child {
    opacity: 0; }
.home .wp-block-header.active {
  background: #FFF; }
  .home .wp-block-header.active .menu > li > a {
    color: #333; }
  .home .wp-block-header.active .menu > li.current-menu-item > a, .home .wp-block-header.active .menu > li:hover > a {
    color: #d38239; }
  .home .wp-block-header.active .menu > li .sub-menu {
    top: calc(100% - 2.7rem); }
    .home .wp-block-header.active .menu > li .sub-menu::before {
      height: calc(100% - 2.5rem); }
  .home .wp-block-header.active .btn-tel-01 a {
    color: #333;
    background-image: url(assets/img/icon-tel-02.png); }
  .home .wp-block-header.active .wp-block-header_box {
    transition: all 0.35s;
    align-items: center;
    top: 0;
    background: #FFF;
    padding-bottom: 0; }
    .home .wp-block-header.active .wp-block-header_box::before {
      content: none; }
  .home .wp-block-header.active .site-logo {
    padding-top: 0;
    padding-bottom: 0; }
    .home .wp-block-header.active .site-logo .is_page_child {
      opacity: 1; }
    .home .wp-block-header.active .site-logo .is_page_home {
      opacity: 0; }
.home .menu {
  margin-right: 0;
  background: transparent; }
  .home .menu > li a {
    color: #FFF; }
  .home .menu > li.current-menu-item > a, .home .menu > li:hover > a {
    color: #d38239; }
  .home .menu > li .sub-menu {
    top: calc(100% - 3rem);
    padding-top: 4.3rem; }
    .home .menu > li .sub-menu::before {
      height: calc(100% - 2.8rem); }
.home .is_page_home {
  height: auto; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  .menu li a {
    font-size: 2rem; } }
@media (max-width: 960px) {
  header {
    height: 6.5rem; }

  .home header {
    height: 6.5rem; }
  .home .wp-block-header_box {
    align-items: center;
    background: #FFF;
    padding-bottom: 1.5rem; }
    .home .wp-block-header_box--item:first-child {
      padding-top: 0; }
    .home .wp-block-header_box::before {
      content: none; }
  .home .wp-block-header .site-logo {
    padding: 0; }
    .home .wp-block-header .site-logo a .is_page_home {
      opacity: 0; }
    .home .wp-block-header .site-logo a .is_page_child {
      opacity: 1; }

  .menu.u-pc {
    display: none; }

  .wp-block-header {
    background: #fff;
    box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.1); }
    .wp-block-header_box {
      padding: 1.5rem;
      width: 100%;
      background: #FFF; }
      .wp-block-header_box::before {
        content: none; }
      .wp-block-header_box--item:first-child {
        padding-left: 0; }
      .wp-block-header_box-txt {
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        height: 6rem;
        margin-bottom: 0;
        width: 100%; }
        .wp-block-header_box-txt .btn-tel-01 {
          height: 100%;
          width: 10rem;
          margin-right: 0; }
          .wp-block-header_box-txt .btn-tel-01 a {
            font-size: 0;
            background-color: #009acd;
            background-image: url(assets/img/icon-tel-01.png);
            background-position: center top 1rem;
            background-size: 1.5rem;
            height: 100%;
            display: block;
            border-radius: 0;
            padding: 0;
            position: relative; }
            .wp-block-header_box-txt .btn-tel-01 a::before {
              content: "TEL";
              position: absolute;
              bottom: .2rem;
              left: 0;
              width: 100%;
              text-align: center;
              color: #FFF;
              font-size: 1.8rem;
              line-height: 150%; }
    .wp-block-header .site-logo {
      background: transparent;
      padding: 0; }

  .nav-menu {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer; }
    .nav-menu span {
      background: #000;
      display: block;
      height: 2px;
      transition: transform 0.3s;
      width: 100%;
      transform-origin: center;
      position: relative; }
    .nav-menu.active span:first-child {
      transform: rotate(45deg);
      margin-bottom: 0;
      top: .8rem; }
    .nav-menu.active span:nth-child(2) {
      display: none; }
    .nav-menu.active span:nth-child(3) {
      transform: rotate(135deg);
      top: -0.7rem; }

  .nav_header {
    position: fixed;
    z-index: 10;
    top: 6rem;
    background: #FFF;
    width: 100%;
    padding: 1.5rem 1.5rem 12rem;
    height: calc(100vh - 12rem);
    overflow: auto;
    display: block;
    left: 100%;
    transition: all 0.35s; }
    .nav_header-title {
      color: #503814;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
      .nav_header-title.vs-02 {
        color: #503814; }
    .nav_header.fade {
      left: 0; }

  .menu-02 {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap; }
    .menu-02:last-child {
      margin-bottom: 0; }
    .menu-02 li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem;
      color: #333;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 170%;
      letter-spacing: 0;
      border-bottom: #333 solid .1rem;
      position: relative; }
      .menu-02 li:nth-child(2n) {
        margin-right: 0; }
      .menu-02 li:last-child {
        margin-bottom: 0; }
      .menu-02 li a {
        position: relative;
        padding-left: 1.5rem;
        transition: all 0.35s;
        display: block; }
        .menu-02 li a:hover {
          opacity: 0.8; }
        .menu-02 li a::before {
          content: "";
          position: absolute;
          width: 1rem;
          height: 1rem;
          display: block;
          position: absolute;
          top: 50%;
          left: auto;
          right: 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: #333;
          transform: translateY(-50%);
          border: 0;
          opacity: 1; }
      .menu-02 li.current-menu-parent a {
        color: #009acd; }
      .menu-02 li.current_page_item a {
        color: #009acd !important; }
    .menu-02 > li a {
      padding: 1.3rem 3.5rem 0.9rem 0.5rem; }
    .menu-02 > li .sub-menu {
      background-color: #503814;
      position: relative;
      margin-bottom: 1.5rem;
      padding: 2rem;
      opacity: 1;
      display: none;
      min-width: 100%; }
      .menu-02 > li .sub-menu li a {
        color: #FFF;
        border-bottom: #FFF dashed .1rem; }
        .menu-02 > li .sub-menu li a::before {
          background: #FFF; }
      .menu-02 > li .sub-menu li:first-child a {
        border-top: #FFF dashed .1rem; }
    .menu-02 > li .dropdow {
      position: absolute;
      display: block;
      top: 0.8rem;
      right: 0rem;
      width: 3rem;
      height: 3rem;
      z-index: 2;
      background: #503814;
      border: .5rem solid #FFFFFF;
      border-radius: 100%; }
      .menu-02 > li .dropdow::before, .menu-02 > li .dropdow::after {
        content: "";
        position: absolute;
        top: 1rem;
        left: .5rem;
        width: 1rem;
        height: 0.1rem;
        background: #FFFFFF; }
      .menu-02 > li .dropdow::after {
        transition: all 0.35s;
        transform: rotate(90deg); }
      .menu-02 > li .dropdow.active::after {
        transform: rotate(0deg); } }
@media (max-width: 767px) {
  .menu-02 li {
    width: 100%;
    margin-right: 0; } }
.title-logo-f {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0; }

.menu-f {
  border-left: .1rem #FFF solid;
  padding-left: 3rem; }
  .menu-f li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    transition: all 0.35s; }
    .menu-f li a:hover {
      opacity: 0.8; }
  .menu-f > li {
    margin-bottom: 1.8rem; }
    .menu-f > li:last-child {
      margin-bottom: 0; }
    .menu-f > li.vs-sub {
      position: relative; }
      .menu-f > li.vs-sub > a {
        font-size: 0;
        position: absolute; }
      .menu-f > li.vs-sub .sub-menu {
        display: flex; }
      .menu-f > li.vs-sub li a {
        padding-left: 0;
        padding-right: .8rem;
        position: relative; }
        .menu-f > li.vs-sub li a::before {
          content: "/";
          left: auto;
          right: 0;
          position: absolute; }
      .menu-f > li.vs-sub li:last-child a {
        padding-right: 0; }
        .menu-f > li.vs-sub li:last-child a::before {
          content: none; }
      .menu-f > li.vs-sub-02 .sub-menu {
        display: flex; }
        .menu-f > li.vs-sub-02 .sub-menu li a {
          padding-left: 0;
          padding-right: .8rem; }
          .menu-f > li.vs-sub-02 .sub-menu li a::before {
            content: none; }
          .menu-f > li.vs-sub-02 .sub-menu li a::after {
            content: "/";
            position: absolute;
            right: 0; }
        .menu-f > li.vs-sub-02 .sub-menu li:first-child a {
          padding-left: 1.8rem; }
          .menu-f > li.vs-sub-02 .sub-menu li:first-child a::before {
            content: "・"; }
        .menu-f > li.vs-sub-02 .sub-menu li:last-child a {
          padding-right: 0; }
          .menu-f > li.vs-sub-02 .sub-menu li:last-child a::after {
            content: none; }

.footer {
  background-size: cover;
  position: relative;
  z-index: 0; }
  .footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/img/footer-bg.png) no-repeat center;
    background-size: cover;
    z-index: -1; }
  .footer-gp {
    padding: 6rem 0 20rem; }
    .footer-gp-item:first-child {
      width: 34rem; }
    .footer-gp-item:last-child {
      width: calc(100% - 34rem); }
    .footer-gp-box:first-child {
      width: 58rem;
      padding-top: 3rem; }
    .footer-gp-box:last-child {
      width: calc(100% - 58rem); }
    .footer-gp-box img {
      width: 30.7rem; }

.copyright {
  background: #d38239;
  padding: .8rem; }
  .copyright p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.1rem; }
  .copyright-item {
    border-right: #FFF solid .1rem;
    padding: .35rem 3rem; }
    .copyright-item:last-child {
      border-right: 0;
      padding-right: 0; }
    .copyright-item img {
      width: 10.9rem; }

.menu_right_fix {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 10; }
  .menu_right_fix li {
    margin-bottom: 1.6rem; }
    .menu_right_fix li:last-child {
      margin-bottom: 0; }
    .menu_right_fix li a {
      display: block;
      width: 6rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
      text-align: center;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      background: #d38239;
      color: #FFF;
      font-size: 1.8rem;
      font-weight: 700;
      border-radius: .7rem 0 0 .7rem; }
      .menu_right_fix li a span {
        writing-mode: vertical-lr;
        display: block;
        letter-spacing: .15rem;
        line-height: 130%; }
    .menu_right_fix li.tel {
      display: none; }
    .menu_right_fix li.contact a span:first-child {
      padding-top: 1.7rem; }
    .menu_right_fix li.line a {
      background: #525b2e; }
      .menu_right_fix li.line a span {
        padding-bottom: 7.8rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .menu_right_fix li.line a span::before {
          content: attr(data-txt);
          position: absolute;
          bottom: 0;
          writing-mode: initial;
          width: 2rem;
          display: block;
          word-break: break-all;
          line-height: 110%; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  .menu-f li a {
    font-size: 2rem; }

  .footer-gp-box:first-child {
    width: 50rem; }
  .footer-gp-box:last-child {
    width: calc(100% - 50rem); }

  .copyright p {
    font-size: 1.9rem; } }
@media (max-width: 960px) {
  .menu_right_fix {
    top: auto;
    left: 0;
    bottom: 0;
    display: flex; }
    .menu_right_fix li {
      margin-bottom: 0; }
      .menu_right_fix li a {
        width: 100%;
        border-radius: 0;
        font-size: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        height: 6rem;
        align-items: center; }
        .menu_right_fix li a span {
          writing-mode: initial; }
      .menu_right_fix li.tel {
        width: 28rem;
        display: block; }
      .menu_right_fix li.contact {
        width: calc(100% - 28rem); }
        .menu_right_fix li.contact a {
          background: #d2a73d;
          position: relative; }
          .menu_right_fix li.contact a span:first-child {
            display: none; }
          .menu_right_fix li.contact a span:last-child {
            position: relative;
            padding-left: 6rem; }
            .menu_right_fix li.contact a span:last-child::before {
              content: attr(data-txt);
              position: absolute;
              left: 0; }
      .menu_right_fix li.line {
        width: 14rem; }
        .menu_right_fix li.line a span {
          padding-bottom: 0;
          padding-right: 5rem; }
          .menu_right_fix li.line a span::before {
            width: 5rem;
            right: 0; }

  .wp-footer {
    padding-bottom: 6rem; }

  .footer-gp {
    padding: 6rem 0; }
    .footer-gp-box:first-child {
      width: 100%;
      padding-top: 0; }
    .footer-gp-box:last-child {
      display: none; }
    .footer-gp-cont {
      width: 100%; }
    .footer-gp-table {
      width: 100%; }

  .copyright-item {
    border-right: 0;
    border-bottom: #FFF solid .1rem;
    padding-bottom: 1rem; }
    .copyright-item:last-child {
      border-bottom: 0;
      padding-left: 0;
      padding-top: 1rem;
      width: 100%; }
  .copyright p {
    text-align: center; } }
@media (max-width: 767px) {
  .menu_right_fix li.tel {
    display: block;
    width: 18rem; }
  .menu_right_fix li.contact {
    width: calc(100% - 18rem); }
  .menu_right_fix li.line {
    width: 9rem; } }
.title-default-01 {
  color: #c79c37;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
  font-family: "EB Garamond", serif; }
.title-default-02 {
  color: #6d5845;
  font-size: 3rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  margin-bottom: 3rem; }
.title-default-03 {
  color: #c79c37;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.3rem;
  margin-bottom: 2.4rem; }
  .title-default-03.vs-02 {
    color: #d38239; }
.title-default-04 {
  color: #d38239;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 1.5rem; }
  .title-default-04 .number {
    position: absolute;
    left: -15.3rem;
    top: 3rem;
    color: #6d5845;
    font-size: 12.8rem;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    mix-blend-mode: hard-light; }
  .title-default-04.vs-02 {
    border-bottom: #d38239 solid .1rem;
    margin-top: 2.4rem; }
.title-default-05 {
  color: #525b2e;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  border-left: #525b2e solid .3rem;
  padding-left: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem; }
  .title-default-05.vs-02 {
    padding-left: 0;
    border-left: 0;
    margin-top: 1rem;
    margin-bottom: .5rem; }
.title-default-06 {
  color: #c79c37;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.title-gp-01 {
  margin-bottom: 3rem; }
  .title-gp-01 p {
    color: #6d5845;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0; }
  .title-gp-01.vs-02 {
    margin-bottom: 3.7rem; }
    .title-gp-01.vs-02 > div {
      display: inline-block;
      position: relative;
      padding: .3rem 10.2rem 4rem 13rem; }
      .title-gp-01.vs-02 > div::before {
        content: "";
        position: absolute;
        width: 7.6rem;
        height: 6.2rem;
        top: 0;
        left: 0;
        background: url(assets/img/icon-01.png);
        background-size: contain; }
      .title-gp-01.vs-02 > div::after {
        content: "";
        position: absolute;
        width: 9.2rem;
        height: 10.2rem;
        bottom: 0;
        right: 0;
        background: url(assets/img/icon-02.png);
        background-size: contain; }
    .title-gp-01.vs-02 .title-default-01 {
      letter-spacing: .75rem;
      margin-bottom: 1.9rem; }
  .title-gp-01.vs-03 .title-default-01 {
    margin-bottom: 1.8rem;
    letter-spacing: .75rem; }

.wp-block-column {
  flex-basis: initial !important; }

.btn-default-01 a {
  color: #6d5845;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  display: flex;
  width: 14.5rem;
  height: 3.5rem;
  align-items: center; }
  .btn-default-01 a::before {
    content: "";
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    top: 0;
    right: 0;
    border-radius: 100%;
    background: url(assets/img/arrow-right-01.png) no-repeat center;
    border: #6d5845 solid .1rem;
    background-size: .7rem;
    transition: all 0.35s; }
  .btn-default-01 a:hover::before {
    background-color: #6d5845;
    background-image: url(assets/img/arrow-right-06.png); }
.btn-default-02 {
  width: 100%;
  height: 100%; }
  .btn-default-02 a {
    color: #6d5845;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    transition: all 0.35s;
    position: relative;
    display: flex;
    align-items: center;
    background: #FFF;
    padding: 4rem;
    height: 100%; }
    .btn-default-02 a::before {
      content: "";
      position: absolute;
      width: 0.8rem;
      height: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
      right: 2.7rem;
      background: url(assets/img/arrow-right-02.png) no-repeat center;
      background-size: contain; }
    .btn-default-02 a:hover {
      background: #6d5845;
      color: #FFF; }
      .btn-default-02 a:hover::before {
        background-image: url(assets/img/arrow-right-05.png); }
.btn-default-03 {
  margin-left: auto;
  margin-right: auto; }
  .btn-default-03 a, .btn-default-03 button {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    background: #d28a49;
    display: flex;
    align-items: center;
    width: 22rem;
    height: 5.4rem;
    justify-content: center;
    border: #d28a49 solid .1rem;
    transition: all 0.35s;
    position: relative; }
    .btn-default-03 a::before, .btn-default-03 button::before {
      content: "";
      position: absolute;
      width: 0.7rem;
      height: 1.1rem;
      top: 50%;
      right: 1.7rem;
      transform: translateY(-50%);
      background: url(assets/img/arrow-right-03.png) no-repeat center;
      background-size: contain; }
    .btn-default-03 a:hover, .btn-default-03 button:hover {
      background-color: #FFF;
      color: #d28a49; }
      .btn-default-03 a:hover::before, .btn-default-03 button:hover::before {
        background-image: url(assets/img/arrow-right-04.png); }
  .btn-default-03 button {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer; }
  .btn-default-03.vs-02 a {
    width: 30rem; }

.btn-gp-01 {
  max-width: 51.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .btn-gp-01 .wp-block-column:first-child {
    width: 21.7rem; }
  .btn-gp-01 .wp-block-column:last-child {
    width: calc(100% - 21.7rem); }
  .btn-gp-01 .wp-block-column img {
    width: 100%; }
  .btn-gp-01 .wp-block-column .wp-block-buttons {
    height: 100%; }
.btn-gp-03 .wp-block-column {
  width: calc((100% - 3.001rem) / 2);
  margin-right: 3rem;
  margin-bottom: 3rem; }
  .btn-gp-03 .wp-block-column:nth-child(2n) {
    margin-right: 0; }

.txt-default-01 p {
  color: #342f2a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 185%;
  letter-spacing: 0;
  margin-bottom: 2.8rem; }
  .txt-default-01 p:last-child {
    margin-bottom: 0; }

.list-default-01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  border: #d38239 solid .5rem;
  border-radius: 2rem;
  padding: 2rem; }
  .list-default-01 li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    position: relative;
    padding-left: 3.2rem;
    margin-bottom: 1rem; }
    .list-default-01 li::before {
      content: "";
      position: absolute;
      width: 2.5rem;
      height: 2rem;
      -webkit-mask: url(assets/img/check.svg) center/100% no-repeat;
      mask: url(assets/img/check.svg) center/100% no-repeat;
      background: #d38239;
      top: .5rem;
      left: 0; }
    .list-default-01 li:nth-child(2n) {
      margin-right: 0; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  .title-gp-01 p, .txt-default-01 p, .btn-default-03 a {
    font-size: 2rem; }

  .btn-default-01 a {
    font-size: 2rem; }

  .btn-default-03 a, .btn-default-03 button {
    font-size: 2rem; } }
@media (max-width: 960px) {
  .title-gp-01 p {
    text-align: center;
    font-size: 1.5rem; }
  .title-gp-01.vs-02 > div {
    padding: 0; }
    .title-gp-01.vs-02 > div::before {
      width: 4rem;
      height: 3.4rem;
      left: -4.6rem; }
    .title-gp-01.vs-02 > div::after {
      width: 5rem;
      height: 5.5rem;
      right: -5.2rem; }

  .title-default-01 {
    font-size: 4rem; }
  .title-default-02 {
    font-size: 2rem; }
  .title-default-03 {
    font-size: 2.4rem;
    letter-spacing: 0; }
  .title-default-04 {
    font-size: 2.4rem;
    padding-left: 5rem; }
    .title-default-04 .number {
      font-size: 5rem;
      left: 0;
      top: 0; }
    .title-default-04.vs-02 {
      padding-left: 0; }
  .title-default-05 {
    font-size: 2rem; }
  .title-default-06 {
    font-size: 1.8rem; }

  .btn-default-02 a, .btn-default-03 a {
    font-size: 1.5rem; }

  .btn-gp-01 .wp-block-column:first-child {
    width: 17rem; }
  .btn-gp-01 .wp-block-column:last-child {
    width: calc(100% - 17rem); }

  .txt-default-01 p {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .list-default-01 {
    border-width: .3rem; }
    .list-default-01 li {
      width: 100%;
      margin-right: 0; }
      .list-default-01 li:last-child {
        margin-bottom: 0; }
      .list-default-01 li::before {
        width: 2rem;
        height: 1.7rem; } }
.wp-block-table.basic {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .wp-block-table.basic table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
    .wp-block-table.basic table td {
      color: #342f2a;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      border: #d38239 solid .1rem;
      padding: 1rem 1.5rem; }

.table-default-01 {
  margin-bottom: 7rem; }
  .table-default-01 table {
    width: 100%;
    border-spacing: 0; }
  .table-default-01 td {
    color: #6d5845;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    border-bottom: #f1e8d6 solid .1rem;
    padding: 1.1rem 0; }
    .table-default-01 td:first-child {
      width: 12.3rem; }
.table-default-02 td:first-child {
  width: 25rem;
  background: rgba(211, 130, 57, 0.1); }
.table-default-03 table td:last-child {
  width: 25rem; }
.table-default-04 table td:first-child {
  width: 26rem; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  .wp-block-table.basic table td {
    font-size: 2rem; }

  .table-default-04 table td:first-child {
    width: 30rem; } }
@media (max-width: 960px) {
  .wp-block-table.basic table td {
    font-size: 1.5rem; }

  .table-default-01 {
    margin-bottom: 3rem; }
    .table-default-01 td {
      font-size: 1.5rem; }
      .table-default-01 td:first-child {
        width: 9rem; } }
@media (max-width: 767px) {
  .wp-block-table.basic.sp-full table td {
    float: left;
    width: 100%;
    border-bottom-width: 0; }
    .wp-block-table.basic.sp-full table td:first-child {
      width: 100%; }
  .wp-block-table.basic.sp-full table tr:last-child td:last-child {
    border-bottom-width: .1rem; }

  .table-default-02 td:first-child {
    width: 15rem; }
  .table-default-03 table td:last-child {
    width: 10rem; }
  .table-default-04 table td:first-child {
    width: 13rem; }
  .table-default-04.sp-full table td {
    float: left;
    width: 100%;
    border-bottom-width: 0;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem; }
    .table-default-04.sp-full table td:first-child {
      width: 100%;
      background: rgba(211, 130, 57, 0.2); }
  .table-default-04.sp-full table tr:last-child td:last-child {
    border-bottom-width: .1rem; } }
: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; } }

.wp-block-banner {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  padding-left: 5.4rem;
  padding-right: 5.4rem;
  border-radius: var(--banner-border-radius-xrem); }
  .wp-block-banner::before {
    content: var(--banner-before-content-xrem);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    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); }

@media (max-width: 960px) {
  .wp-block-banner {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
.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: 120rem;
    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: 123rem;
  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-group__catalogue.vs-02 > div {
    border-radius: 1rem; }
    @media (min-width: 961px) {
      .wp-block-group__catalogue.vs-02 > div {
        padding: 2rem 5rem 3.9rem; } }
  .wp-block-group__catalogue.vs-02 .wp-block-heading__title-01 {
    display: none; }

.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; }
  .wp-block-list__catalogue.vs-02 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 0; }
    .wp-block-list__catalogue.vs-02 li {
      width: calc((100% - 3.001rem) / 2);
      margin-right: 3rem;
      margin-left: 0;
      padding: 0;
      border-bottom: 0; }
      .wp-block-list__catalogue.vs-02 li:nth-child(2n) {
        margin-right: 0; }
      .wp-block-list__catalogue.vs-02 li a {
        transition: ease all 500ms;
        position: relative;
        padding-top: 1.1rem;
        padding-bottom: 0.9rem;
        padding-right: 2.5rem;
        display: block;
        border-bottom: #353535 solid .1rem; }
        .wp-block-list__catalogue.vs-02 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: #aa9669;
          transform: translateY(-50%); }
        .wp-block-list__catalogue.vs-02 li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px;
          z-index: 1;
          pointer-events: none;
          background: #aa9669;
          transition: 0.5s; }
        .wp-block-list__catalogue.vs-02 li a:hover {
          padding-left: 1rem;
          color: #aa9669; }
          .wp-block-list__catalogue.vs-02 li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both; }
          .wp-block-list__catalogue.vs-02 li a:hover::after {
            width: 100%; }

@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%); } }
@media (max-width: 1280px) and (min-width: 960.5px) {
  .wp-block-list__catalogue li {
    font-size: 2rem; } }
@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: #d38239;
      border: 1px solid #d38239; }
  .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.5rem;
        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; }

  .wp-block-list__catalogue.vs-02 li {
    width: 100%;
    margin-right: 0; } }
.is-layout-flex {
  display: flex;
  flex-wrap: wrap !important; }

.wp-mv {
  position: relative; }
  .wp-mv-slide {
    padding-left: 16rem;
    padding-right: 5.4rem; }
    .wp-mv-slide img {
      width: 100%;
      height: 100vh;
      object-fit: cover; }
    .wp-mv-slide .wp-block-column {
      width: 100%; }
    .wp-mv-slide .slick-list {
      width: 100%; }
    .wp-mv-slide video {
      height: 100vh;
      width: 100%;
      object-fit: cover; }
  .wp-mv-cont {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .wp-mv-cont > div {
      padding-left: 8rem;
      padding-right: 8rem;
      padding-bottom: 4.5rem;
      margin-left: auto;
      margin-right: auto; }
    .wp-mv-cont h2 {
      display: flex;
      margin-bottom: 6rem;
      margin-left: -0.8rem; }
      .wp-mv-cont h2 .title {
        color: #6d5845;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 190%;
        letter-spacing: 0.2rem;
        writing-mode: vertical-lr; }
        .wp-mv-cont h2 .title .vs-02 {
          writing-mode: initial;
          line-height: 150%;
          margin-top: -0.8rem;
          letter-spacing: 0; }
    .wp-mv-cont p {
      font-weight: 700;
      color: #6d5845;
      position: relative;
      padding-top: 3.4rem; }
      .wp-mv-cont p::before {
        content: "";
        position: absolute;
        width: 36.8rem;
        height: 0.9rem;
        top: 0;
        left: 0;
        background: url(assets/img/mv-txt-bg.png) no-repeat center;
        background-size: cover; }
  .wp-mv-scroll a {
    position: absolute;
    bottom: 2rem;
    right: 7.2rem;
    font-size: 1.4rem;
    writing-mode: vertical-lr;
    color: #6d5845;
    height: 11.5rem;
    padding-left: 1.2rem; }
    .wp-mv-scroll a::before {
      content: "";
      position: absolute;
      width: 0.8rem;
      height: 11.6rem;
      top: 0;
      left: 0;
      background: url(assets/img/mv-scroll.png) no-repeat center;
      background-size: cover; }

.top-news {
  padding: 11.6rem 0 10rem;
  position: relative;
  z-index: 2; }
  .top-news::before {
    content: "";
    position: absolute;
    width: 16.7rem;
    height: 17.9rem;
    top: 3rem;
    left: 6.6rem;
    background: url(assets/img/news-bg-01.png) no-repeat center;
    background-size: contain; }
  .top-news::after {
    content: "";
    position: absolute;
    width: 20rem;
    height: 28.1rem;
    bottom: -8.7rem;
    z-index: 1;
    right: 8rem;
    background: url(assets/img/news-bg-02.png) no-repeat center;
    background-size: contain; }
  .top-news-gp .wp-block-column:first-child {
    width: 24.5rem; }
  .top-news-gp .wp-block-column:last-child {
    width: calc(100% - 24.5rem);
    padding-right: 14.5rem; }

.top-comcept {
  position: relative;
  z-index: 1; }
  .top-comcept::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 11.3rem);
    top: 4rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/comcept-bg-01.png) no-repeat center;
    background-size: cover; }
  .top-comcept-gp {
    padding-top: 18.5rem; }
    .top-comcept-gp-cont {
      max-width: 92.5rem;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      background: #FFF;
      position: relative;
      padding-bottom: 8rem;
      z-index: 0;
      margin-bottom: 5rem; }
      .top-comcept-gp-cont::before {
        content: "";
        position: absolute;
        width: calc(100% - 2rem);
        height: calc(100% - 2.4rem);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: #d2b05f solid .1rem;
        z-index: -1; }
    .top-comcept-gp-img {
      position: absolute;
      z-index: 1; }
      .top-comcept-gp-img:first-child {
        top: 0;
        left: 0;
        width: 35rem; }
        .top-comcept-gp-img:first-child .wp-block-image {
          margin-bottom: 21.7rem; }
          .top-comcept-gp-img:first-child .wp-block-image:first-child {
            padding-right: 3rem; }
          .top-comcept-gp-img:first-child .wp-block-image:last-child {
            margin-bottom: 0;
            padding-left: 7.9rem; }
      .top-comcept-gp-img:last-child {
        bottom: 17rem;
        right: 4rem;
        width: 32.1rem; }
      .top-comcept-gp-img img {
        width: 100%; }
    .top-comcept-gp .title-gp-01 {
      margin-top: -5.2rem;
      margin-bottom: 3.6rem;
      position: relative; }
      .top-comcept-gp .title-gp-01::before {
        content: "";
        position: absolute;
        width: 49rem;
        height: 1rem;
        bottom: 3.3rem;
        left: 50%;
        transform: translateX(-50%);
        background: #FFF; }
    .top-comcept-gp .title-default-01 {
      letter-spacing: .7rem;
      margin-bottom: 1.6rem; }

.top-symptom {
  position: relative;
  z-index: 0;
  padding: 7.2rem 0 7rem; }
  .top-symptom::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 7.5rem);
    top: -7.5rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/symptom-bg-01.png) no-repeat center;
    background-size: cover; }

.symptom-list-01 {
  counter-reset: my-counter; }
  .symptom-list-01.vs-02 {
    counter-reset: my-counter 10; }
  .symptom-list-01 .wp-block-column {
    counter-increment: my-counter;
    width: calc((100% - 9.601rem) / 5);
    margin-right: 2.4rem;
    margin-bottom: 5.5rem;
    position: relative; }
    @media (min-width: 960.5px) {
      .symptom-list-01 .wp-block-column:nth-child(5n) {
        margin-right: 0; } }
    .symptom-list-01 .wp-block-column .wp-block-image {
      padding-right: 2rem; }
    .symptom-list-01 .wp-block-column img {
      width: 100%;
      aspect-ratio: 4 / 2.81;
      object-fit: cover; }
    .symptom-list-01 .wp-block-column .wp-block-button a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 0;
      transition: all 0.35s; }
      .symptom-list-01 .wp-block-column .wp-block-button a:hover {
        background: rgba(255, 255, 255, 0.3); }
  .symptom-list-01 .wp-block-group {
    margin-top: -2.8rem;
    padding-left: 2rem;
    position: relative;
    height: calc(100% - 12.1rem); }
    .symptom-list-01 .wp-block-group > div {
      height: 100%;
      background: #FFF;
      padding: 2.6rem 1.2rem 1.6rem; }
  .symptom-list-01 .wp-block-heading {
    color: #6d5845;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: .9rem;
    position: relative; }
    .symptom-list-01 .wp-block-heading span {
      color: #d38239; }
    .symptom-list-01 .wp-block-heading::before {
      content: counter(my-counter,decimal-leading-zero);
      position: absolute;
      color: #c79c37;
      mix-blend-mode: multiply;
      font-size: 6.1rem;
      font-family: "EB Garamond", serif;
      font-weight: 400;
      top: -4.5rem;
      left: 0; }
    .symptom-list-01 .wp-block-heading.vs-02 {
      letter-spacing: -0.1rem; }
  .symptom-list-01 p {
    font-size: 1.4rem;
    color: #342f2a;
    line-height: 160%;
    letter-spacing: .1rem; }

.top-feature {
  background: #fffdf7;
  padding-bottom: 15.6rem; }
  .top-feature .title-gp-01 {
    padding-left: 8.5rem; }
    .top-feature .title-gp-01 > div {
      display: inline-block;
      position: relative; }
      .top-feature .title-gp-01 > div::before {
        content: "";
        position: absolute;
        width: 15rem;
        height: 14rem;
        bottom: -10.5rem;
        right: -16rem;
        background: url(assets/img/icon-03.png) no-repeat center;
        background-size: contain; }
  .top-feature .title-default-01 {
    position: relative;
    margin-top: -0.5rem; }
    .top-feature .title-default-01::before {
      content: "FEATURE";
      position: absolute;
      top: -6.8rem;
      left: -7.7rem;
      font-size: 18rem;
      opacity: 0.1; }

.feature-gp-01 {
  margin: -7.5rem 0 6.3rem; }
  .feature-gp-01 .wp-block-column:first-child {
    width: 82.6rem;
    padding-top: 23.2rem; }
  .feature-gp-01 .wp-block-column:last-child {
    width: calc(100% - 82.6rem);
    padding-left: 6rem;
    padding-right: 13.9rem; }
    .feature-gp-01 .wp-block-column:last-child .wp-block-image {
      padding-right: 1.5rem;
      margin-bottom: 5.2rem; }
      .feature-gp-01 .wp-block-column:last-child .wp-block-image img {
        width: 30.7rem; }
  .feature-gp-01 .wp-block-column p {
    line-height: 185%; }
  .feature-gp-01 .wp-block-column .wp-block-image img {
    width: 100%; }
.feature-gp-02 {
  position: relative;
  padding-right: 7.8rem; }
  .feature-gp-02::before {
    content: "";
    position: absolute;
    width: 18.1rem;
    height: 19.7rem;
    top: -0.7rem;
    right: 8.6rem;
    background: url(assets/img/icon-04.png) no-repeat center;
    background-size: contain; }
  .feature-gp-02 .wp-block-column:first-child {
    width: calc(50% + 12rem);
    padding-top: 4.7rem;
    background: url(assets/img/top-bg-01.jpg) no-repeat center;
    background-size: cover; }
    .feature-gp-02 .wp-block-column:first-child .wp-block-group {
      padding-top: 4.8rem;
      padding-left: 12.7rem;
      padding-bottom: 7.8rem;
      padding-right: 24rem; }
    .feature-gp-02 .wp-block-column:first-child .title-default-04 .number {
      top: -7.2rem;
      left: 0; }
  .feature-gp-02 .wp-block-column.vs-01 .title-default-04 .number::before {
    content: "";
    position: absolute;
    width: 23rem;
    height: 12.5rem;
    background: linear-gradient(0deg, #fffdf7 0%, rgba(255, 253, 247, 0) 100%);
    z-index: -1;
    bottom: 1.4rem;
    left: -0.7rem; }
  .feature-gp-02 .wp-block-column:last-child {
    width: calc(50% + 1.7rem);
    margin-top: 30.5rem;
    background: #efe9dd;
    margin-left: -13.8rem;
    padding: 6rem 6rem 7.7rem 6.5rem; }
    .feature-gp-02 .wp-block-column:last-child .wp-block-image {
      padding-left: 16rem; }
    .feature-gp-02 .wp-block-column:last-child .wp-block-group {
      padding-right: 13rem;
      margin-top: -4.2rem; }
    .feature-gp-02 .wp-block-column:last-child .title-default-04 .number {
      left: auto;
      right: -10.8rem; }
  .feature-gp-02 .wp-block-column .wp-block-image img {
    width: 100%; }
  .feature-gp-02 .wp-block-column .wp-block-image.vs-img-03 {
    padding-left: .6rem;
    padding-right: 22.7rem; }
  .feature-gp-02 .wp-block-column .wp-block-image.vs-img-05 {
    padding-right: 16.7rem; }
  .feature-gp-02.vs-01 {
    z-index: 1; }
  .feature-gp-02.vs-02 {
    margin-top: -13.3rem;
    padding-right: 0;
    padding-left: 7.8rem; }
    .feature-gp-02.vs-02::before {
      top: auto;
      bottom: -4.8rem;
      right: auto;
      left: 8rem;
      background-image: url(assets/img/icon-05.png);
      width: 22.2rem;
      height: 20.9rem; }
    .feature-gp-02.vs-02 .wp-block-column:first-child {
      padding-top: 0;
      background: transparent;
      width: calc(50% - 2.8rem);
      padding-left: 4.7rem; }
      .feature-gp-02.vs-02 .wp-block-column:first-child .wp-block-group {
        padding-top: 0;
        padding-left: 9rem;
        padding-right: 7rem;
        margin-top: -3.6rem;
        padding-bottom: 0; }
      .feature-gp-02.vs-02 .wp-block-column:first-child .title-default-04 .number {
        left: -17.2rem;
        top: -0.5rem; }
    .feature-gp-02.vs-02 .wp-block-column:last-child {
      background: transparent;
      padding-right: 0;
      padding-left: 0;
      margin-left: 0;
      width: calc(50% + 2.8rem);
      padding-top: 0;
      margin-top: 31rem;
      padding-bottom: 0; }
      .feature-gp-02.vs-02 .wp-block-column:last-child .wp-block-group {
        padding-left: 12rem;
        margin-top: 2.8rem;
        padding-right: 14rem; }
      .feature-gp-02.vs-02 .wp-block-column:last-child .title-default-04 .number {
        left: -13rem;
        right: auto;
        top: -8.5rem; }
      .feature-gp-02.vs-02 .wp-block-column:last-child .wp-block-image {
        padding-left: 0; }

.wp-slide {
  background: #fffdf7; }
  .wp-slide-list {
    display: block; }
    .wp-slide-list .wp-block-column {
      margin: 0 .5rem; }
    .wp-slide-list .slick-list {
      padding: 0 30rem; }

.top-greeting {
  padding-top: 15rem;
  background: linear-gradient(0deg, #fffdf7 55%, #fffdf7 100%); }
  .top-greeting .title-gp-01 {
    margin-bottom: .7rem; }
    .top-greeting .title-gp-01 > div {
      display: inline-block; }
  .top-greeting .title-default-01 {
    position: relative;
    z-index: 0; }
    .top-greeting .title-default-01::before {
      content: "GREETING";
      position: absolute;
      font-size: 18rem;
      opacity: 0.1;
      top: -7rem;
      left: -2.5rem;
      z-index: -1; }

.greeting-gp > .wp-block-column {
  position: relative;
  z-index: 0; }
  .greeting-gp > .wp-block-column:first-child {
    width: 80rem;
    padding-top: 8rem;
    padding-bottom: 6.5rem; }
    .greeting-gp > .wp-block-column:first-child::before {
      content: "";
      position: absolute;
      width: 43.6rem;
      height: 10rem;
      top: 0;
      left: 0;
      z-index: -1;
      background: #efe9dd; }
    .greeting-gp > .wp-block-column:first-child::after {
      content: "";
      position: absolute;
      width: 47.4rem;
      height: 41rem;
      bottom: 0;
      right: -14.8rem;
      z-index: -1;
      background: #fff; }
  .greeting-gp > .wp-block-column:last-child {
    width: calc(100% - 80rem);
    padding-left: 7rem; }
    .greeting-gp > .wp-block-column:last-child .wp-block-image {
      display: inline-block;
      position: relative;
      margin-bottom: 2rem;
      z-index: 0; }
      .greeting-gp > .wp-block-column:last-child .wp-block-image::before {
        content: "";
        position: absolute;
        width: 11.6rem;
        height: 11.7rem;
        top: -3rem;
        left: -3.4rem;
        z-index: -1;
        background: url(assets/img/icon-07.png) no-repeat center;
        background-size: contain; }
      .greeting-gp > .wp-block-column:last-child .wp-block-image::after {
        content: "";
        position: absolute;
        width: 17.6rem;
        height: 10rem;
        top: -3rem;
        right: 0;
        z-index: -1;
        background: #FFF; }
    .greeting-gp > .wp-block-column:last-child .wp-block-group.cont {
      padding-right: 9.5rem; }
  .greeting-gp > .wp-block-column p {
    font-size: 1.8rem;
    line-height: 190%;
    color: #6d5845;
    margin-bottom: 3.7rem; }
    .greeting-gp > .wp-block-column p:last-child {
      margin-bottom: 0; }

.top-column {
  padding: 15.5rem 0 12.5rem;
  position: relative;
  z-index: 0; }
  .top-column::before {
    content: "";
    position: absolute;
    width: 16.2rem;
    height: 14.4rem;
    top: -6rem;
    right: 6rem;
    background: url(assets/img/icon-06.png) no-repeat center;
    background-size: contain; }
  .top-column::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 835px;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/column-bg-01.jpg) no-repeat center bottom;
    background-size: cover; }
  .top-column .title-gp-01 {
    margin-bottom: 6.5rem; }
  .top-column .title-default-01 {
    position: relative;
    z-index: 0; }
    .top-column .title-default-01::before {
      content: "COLUMN";
      position: absolute;
      font-size: 18rem;
      z-index: -1;
      left: 0;
      top: -6.5rem;
      opacity: 0.1;
      font-weight: 400; }
  .top-column .btn-default-03 {
    margin-top: -6rem; }

.top-pharmacy {
  position: relative;
  z-index: 0;
  padding-top: 9.6rem; }
  .top-pharmacy::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40.6rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/pharmacy-bg-01.jpg) no-repeat center;
    background-size: cover; }
  .top-pharmacy .title-gp-01 {
    margin-bottom: 5rem; }
    .top-pharmacy .title-gp-01 p {
      color: #342f2a; }
  .top-pharmacy .title-default-01 {
    text-shadow: 0 0 2.4rem #FFF, 0 0 2.4rem #FFF, 0 0 2.4rem #FFF, 0 0 2.4rem #FFF; }

.pharmacy-gp {
  padding: 3rem 3rem 2.5rem 5rem;
  margin-bottom: 12.7rem;
  background: #f8f5f1;
  box-shadow: 0 0 2rem rgba(53, 46, 40, 0.12); }
  .pharmacy-gp iframe {
    width: 100%;
    height: 38.5rem;
    border: 0;
    vertical-align: top; }
  .pharmacy-gp > .wp-block-column:first-child {
    width: calc(100% - 38.5rem);
    padding-top: 3.6rem;
    padding-right: 6.5rem; }
  .pharmacy-gp > .wp-block-column:last-child {
    width: 38.5rem; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  .top-comcept-gp .title-gp-01 {
    margin-top: -6.2rem; }

  .symptom-list-01 p {
    font-size: 1.8rem; }

  .greeting-gp .wp-block-column p {
    font-size: 2rem; }

  .table-default-01 td {
    font-size: 2rem; }

  .pharmacy-gp > .wp-block-column:first-child {
    padding-right: 3rem; } }
@media (max-width: 960px) {
  .wp-mv-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .wp-mv-slide img, .wp-mv-slide video {
      height: 40rem; }
  .wp-mv-cont {
    top: 0;
    bottom: auto;
    position: relative; }
    .wp-mv-cont > div {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 1.7rem; }
    .wp-mv-cont h2 {
      display: block;
      margin-left: 0;
      margin-bottom: 2rem; }
      .wp-mv-cont h2 .title {
        writing-mode: initial; }
  .wp-mv-scroll a {
    bottom: 23rem;
    right: 1.5rem; }

  .top-news::after {
    width: 10rem;
    height: 14.1rem;
    bottom: 0;
    right: 1.5rem; }
  .top-news-gp .wp-block-column:first-child {
    width: 20rem; }
  .top-news-gp .wp-block-column:last-child {
    width: calc(100% - 20rem);
    padding-right: 0; }
  .top-news-gp .wp-block-column .title-gp-01 p {
    text-align: left; }
  .top-news::before {
    width: 8rem;
    height: 9rem;
    left: 1.5rem;
    top: 0; }

  .top-comcept-gp {
    padding-top: 6rem; }
    .top-comcept-gp-img {
      position: relative; }
      .top-comcept-gp-img:first-child {
        width: 100%;
        display: flex;
        margin-bottom: 10.2rem; }
        .top-comcept-gp-img:first-child .wp-block-image {
          margin-bottom: 0; }
          .top-comcept-gp-img:first-child .wp-block-image:first-child {
            width: 50%;
            padding-right: 0; }
          .top-comcept-gp-img:first-child .wp-block-image:last-child {
            width: 50%;
            padding-left: 0; }
          .top-comcept-gp-img:first-child .wp-block-image img {
            aspect-ratio: 4 / 3;
            object-fit: cover; }
      .top-comcept-gp-img:last-child {
        width: 100%;
        right: 0;
        bottom: auto; }
    .top-comcept-gp-cont {
      padding-left: 3rem;
      padding-right: 3rem;
      padding-bottom: 5rem; }
      .top-comcept-gp-cont::before {
        width: calc(100% - 3rem);
        height: calc(100% - 3rem); }
    .top-comcept-gp p {
      text-align: center; }
    .top-comcept-gp .title-gp-01 {
      margin-top: -3.7rem; }
      .top-comcept-gp .title-gp-01::before {
        bottom: 2.1rem;
        width: 18rem; }

  .symptom-list-01 .wp-block-column {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    background: #FFF; }
    .symptom-list-01 .wp-block-column:nth-child(2n) {
      margin-right: 0; }
    .symptom-list-01 .wp-block-column .wp-block-image {
      padding-right: 0; }
  .symptom-list-01 .wp-block-heading {
    font-size: 1.6rem; }
  .symptom-list-01 .wp-block-group {
    margin-top: 0;
    padding-left: 0;
    height: auto; }

  .top-feature {
    padding-bottom: 6rem; }
    .top-feature .title-default-01::before {
      font-size: 6rem;
      left: 50%;
      transform: translateX(-50%);
      top: -2.5rem; }
    .top-feature .title-gp-01 {
      padding-left: 0;
      text-align: center; }
      .top-feature .title-gp-01 > div::before {
        right: -5rem;
        height: 7.5rem;
        width: 8rem;
        bottom: -3.2rem; }

  .feature-gp-01 .wp-block-column:first-child {
    width: 100%;
    padding-top: 10rem; }
  .feature-gp-01 .wp-block-column:last-child {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
    .feature-gp-01 .wp-block-column:last-child .wp-block-image {
      padding-right: 0;
      margin-bottom: 3rem; }
  .feature-gp-02 {
    padding-right: 0;
    margin-bottom: 6rem; }
    .feature-gp-02::before {
      width: 9rem;
      height: 9.8rem; }
    .feature-gp-02 .wp-block-column:first-child {
      width: 50%; }
      .feature-gp-02 .wp-block-column:first-child .wp-block-group {
        padding: 3rem 1.5rem 4rem; }
      .feature-gp-02 .wp-block-column:first-child .title-default-04 .number {
        top: 0;
        left: 0; }
    .feature-gp-02 .wp-block-column:last-child {
      width: 50%;
      margin-left: 0;
      padding: 1.5rem;
      margin-top: 12rem; }
      .feature-gp-02 .wp-block-column:last-child .wp-block-group {
        padding-right: 0;
        margin-top: 0;
        padding-bottom: 3rem; }
      .feature-gp-02 .wp-block-column:last-child .title-default-04 .number {
        right: auto;
        left: 0; }
    .feature-gp-02 .wp-block-column .title-default-04 .u-pc {
      display: none; }
    .feature-gp-02 .wp-block-column .wp-block-image.vs-img-03 {
      padding-right: 3rem; }
    .feature-gp-02 .wp-block-column .wp-block-image.vs-img-05 {
      padding-right: 3rem; }
    .feature-gp-02 .wp-block-column.vs-01 .title-default-04 .number::before {
      content: none; }
    .feature-gp-02.vs-02 {
      margin-top: 0;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      .feature-gp-02.vs-02::before {
        width: 12rem;
        height: 11.3rem; }
      .feature-gp-02.vs-02 .wp-block-column:first-child {
        padding-left: 0;
        width: 50%; }
        .feature-gp-02.vs-02 .wp-block-column:first-child .wp-block-group {
          padding-left: 0;
          padding-right: 1.5rem;
          margin-top: 0; }
        .feature-gp-02.vs-02 .wp-block-column:first-child .title-default-04 .number {
          left: 0; }
      .feature-gp-02.vs-02 .wp-block-column:last-child {
        width: 50%;
        margin-top: 0; }
        .feature-gp-02.vs-02 .wp-block-column:last-child .wp-block-group {
          padding-left: 1.5rem;
          padding-right: 0; }
        .feature-gp-02.vs-02 .wp-block-column:last-child .title-default-04 .number {
          left: 0;
          top: 0; }

  .wp-slide-list .slick-list {
    padding: 0 3rem; }

  .top-greeting {
    padding-top: 10rem; }
    .top-greeting .title-default-01::before {
      font-size: 6rem;
      left: 50%;
      transform: translateX(-50%);
      top: -2.6rem; }

  .greeting-gp > .wp-block-column:last-child {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .greeting-gp > .wp-block-column:last-child .wp-block-group.cont {
      padding-right: 0; }
  .greeting-gp > .wp-block-column .btn-gp-02 {
    justify-content: center; }
    .greeting-gp > .wp-block-column .btn-gp-02 .mt30 {
      margin-top: 0; }
    .greeting-gp > .wp-block-column .btn-gp-02 .wp-block-column {
      margin-bottom: 1.5rem; }
      .greeting-gp > .wp-block-column .btn-gp-02 .wp-block-column:last-child {
        margin-bottom: 0; }
  .greeting-gp > .wp-block-column p {
    font-size: 1.5rem; }

  .top-column {
    padding-bottom: 8rem; }
    .top-column::before {
      width: 9rem;
      height: 8rem;
      top: 3rem; }
    .top-column .title-default-01::before {
      font-size: 6rem;
      width: 100%;
      top: -2.5rem; }
    .top-column .title-gp-01 {
      margin-bottom: 3.7rem; }
    .top-column .btn-default-03 {
      margin-top: 0; }

  .top-pharmacy {
    padding-top: 5rem; }
    .top-pharmacy .title-gp-01 {
      margin-bottom: 3rem; }

  .pharmacy-gp {
    padding: 1.5rem;
    margin-bottom: 8rem; }
    .pharmacy-gp > .wp-block-column:first-child {
      width: 50%;
      padding-right: 1.5rem;
      padding-top: 0; }
    .pharmacy-gp > .wp-block-column:last-child {
      width: 50%; }
    .pharmacy-gp iframe {
      height: 30rem; }
    .pharmacy-gp .btn-gp .wp-block-column {
      width: calc((100% - 1.001rem) / 2);
      margin-right: 1rem;
      margin-bottom: 1rem; }
      .pharmacy-gp .btn-gp .wp-block-column:nth-child(2n) {
        margin-right: 0; }
    .pharmacy-gp .btn-gp .btn-default-03 {
      width: 100%; }
      .pharmacy-gp .btn-gp .btn-default-03 a {
        width: 100%; }
        .pharmacy-gp .btn-gp .btn-default-03 a::before {
          right: .7rem; } }
@media (max-width: 767px) {
  .wp-mv-cont p::before {
    width: 100%; }

  .wp-mv-scroll a {
    bottom: 27rem; }

  .wp-mv-slide img, .wp-mv-slide video {
    height: 24rem; }

  .top-news-gp .wp-block-column:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .top-news-gp .wp-block-column:last-child {
    width: 100%;
    padding-right: 0; }

  .top-feature {
    padding-bottom: 12rem; }

  .feature-gp-02::before {
    top: 55rem; }
  .feature-gp-02 .wp-block-column:first-child {
    width: 100%; }
    .feature-gp-02 .wp-block-column:first-child .title-default-04 .number {
      top: 0; }
  .feature-gp-02 .wp-block-column:last-child {
    width: 100%; }
    .feature-gp-02 .wp-block-column:last-child .wp-block-image {
      padding-left: 0;
      margin-bottom: 3rem; }
  .feature-gp-02 .wp-block-column .wp-block-image.vs-img-03 {
    padding-right: 1.5rem; }
  .feature-gp-02 .wp-block-column .wp-block-image.vs-img-05 {
    padding-right: 0;
    margin-bottom: 3rem; }
  .feature-gp-02.vs-02::before {
    bottom: -11.8rem; }
  .feature-gp-02.vs-02 .wp-block-column:first-child {
    width: 100%;
    margin-bottom: 3.4rem; }
    .feature-gp-02.vs-02 .wp-block-column:first-child .wp-block-group {
      padding-right: 0; }
  .feature-gp-02.vs-02 .wp-block-column:last-child {
    width: 100%; }
    .feature-gp-02.vs-02 .wp-block-column:last-child .wp-block-group {
      padding-left: 0; }

  .greeting-gp > .wp-block-column .btn-gp-02 .mr15 {
    margin-right: 0; }

  .pharmacy-gp > .wp-block-column:first-child {
    width: 100%;
    margin-bottom: 3rem;
    padding-right: 0; }
  .pharmacy-gp > .wp-block-column:last-child {
    width: 100%; } }
.wp-sitemap {
  padding: 4.5rem 0 10rem; }
  .wp-sitemap .wp-block-heading {
    color: #332014;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 3.5rem; }

.sitemap-list {
  display: flex;
  flex-wrap: wrap !important;
  margin-bottom: 8.5rem; }
  .sitemap-list:last-child {
    margin-bottom: 0; }
  .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: 1rem;
      left: 0;
      width: .6rem;
      height: .6rem;
      background: #332014;
      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; }

.news-list-01 > li {
  display: flex;
  border-bottom: #f0edea solid .1rem;
  padding: 1.2rem 0; }
  .news-list-01 > li * {
    color: #57463a;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0; }
  .news-list-01 > li .time {
    width: 10.7rem; }
  .news-list-01 > li .cate-list {
    width: 12rem; }
    .news-list-01 > li .cate-list li {
      margin-right: 1.5rem;
      margin-bottom: 1rem; }
      .news-list-01 > li .cate-list li:last-child {
        margin-right: 0;
        margin-bottom: 0; }
      .news-list-01 > li .cate-list li a {
        font-size: 1.4rem;
        color: #FFF;
        background: #6d5845;
        display: block;
        min-width: 9rem;
        text-align: center;
        border-radius: 2.6rem;
        padding: .15rem;
        transition: all 0.35s;
        border: #6d5845 solid .1rem; }
        .news-list-01 > li .cate-list li a:hover {
          background: #FFF;
          color: #6d5845; }
  .news-list-01 > li > a {
    width: calc(100% - 12rem - 9rem);
    transition: all 0.35s; }
    .news-list-01 > li > a:hover {
      opacity: 0.8; }

.wp-news {
  padding: 2.4rem 0 12rem; }
  .wp-news .news-list-01 {
    margin-bottom: 5rem;
    padding: 0; }
    .wp-news .news-list-01 li {
      border-bottom-color: #333; }
      .wp-news .news-list-01 li * {
        color: #333; }
  .wp-news-gp-item:first-child {
    width: calc(100% - 30rem); }
  .wp-news-gp-item:last-child {
    width: 30rem;
    padding-left: 5rem; }

.wp-block-pagenavi .next, .wp-block-pagenavi .prev, .wp-block-pagenavi .dots {
  display: none !important; }
.wp-block-pagenavi .page-numbers {
  padding: .3rem 1.4rem 0 1.4rem;
  margin: 0 .8rem;
  height: 4rem;
  display: flex;
  align-items: center;
  border: #332014 solid .1rem;
  transition: all 0.35s;
  background: #FFFFFF; }
  .wp-block-pagenavi .page-numbers:hover, .wp-block-pagenavi .page-numbers.current {
    background: #332014;
    color: #FFFFFF; }

.archive-gp {
  border: #332014 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: #332014;
  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; }

.single-gp .date {
  margin-bottom: 2.8rem; }
.single-gp .image {
  margin-bottom: 1.5rem; }
.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, .wp-block-image) {
  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: .5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #00c0ff; }
    @media (max-width: 960px) {
      .single-wrap ul li::before {
        top: .75rem; } }
.single-wrap a {
  color: #233b5b;
  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: #332014 solid .1rem;
  border-radius: 3.3rem;
  font-family: "Shippori Mincho", serif;
  background: #FFF; }
.nextpre_area-item span {
  opacity: 0.5; }
.nextpre_area-item a:hover {
  color: #FFF;
  background: #332014; }

.nextpre_area.vs-02 .nextpre_area-item a, .nextpre_area.vs-02 .nextpre_area-item span {
  border-color: #332014; }
.nextpre_area.vs-02 .nextpre_area-item a:hover {
  background: #332014; }

.single-title-01 {
  color: #000000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0; }

.wp-column {
  padding: 2.4rem 0 12rem; }

.column-gp-01 {
  margin-bottom: 5rem; }
  .column-gp-01 li {
    width: calc((100% - 12.01rem) / 4);
    margin-right: 4rem;
    margin-bottom: 5.7rem; }
    @media (min-width: 960.5px) {
      .column-gp-01 li:nth-child(4n) {
        margin-right: 0; } }
    .column-gp-01 li .img {
      margin-bottom: 1.5rem; }
      .column-gp-01 li .img img {
        width: 100%;
        aspect-ratio: 4 / 2.63;
        object-fit: cover; }
    .column-gp-01 li h4 {
      color: #d38239;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 190%;
      letter-spacing: 0;
      margin-bottom: .7rem; }
      .column-gp-01 li h4 a {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .column-gp-01 li p {
      color: #342f2a;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 170%;
      letter-spacing: 0; }
      .column-gp-01 li p.time {
        color: #d38239;
        font-size: 1rem;
        margin-bottom: .3rem; }

.column-cate-list {
  margin-bottom: 3.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .column-cate-list li {
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
    min-width: 18.5rem; }
    .column-cate-list li:first-child {
      min-width: 39.5rem; }
    @media (min-width: 960.5px) {
      .column-cate-list li:nth-child(5n-1) {
        margin-right: 0; } }
    .column-cate-list li:last-child {
      margin-right: 0; }
    .column-cate-list li a {
      display: block;
      padding: .9rem 3.2rem;
      text-align: center;
      font-size: 1.6rem;
      color: #6d5845;
      font-weight: 700;
      transition: all 0.35s;
      background: #f9f3e6; }
      .column-cate-list li a.active, .column-cate-list li a:hover {
        background: #d28a49;
        color: #FFFFFF; }

.counselor-01 .wp-block-table.basic {
  margin-top: 0; }

.wp-faq-gp {
  border: #CCC solid .1rem;
  border-radius: .5rem;
  margin-bottom: 3rem;
  padding: 2rem 3rem; }
  .wp-faq-gp:last-child {
    margin-bottom: 0; }
  .wp-faq-gp .wp-block-heading {
    padding-left: 3.5rem;
    padding-right: 3rem;
    color: #3e3b39;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    cursor: pointer; }
    .wp-faq-gp .wp-block-heading::before {
      content: "Q";
      position: absolute;
      top: 0;
      left: 0;
      color: #f29a63; }
    .wp-faq-gp .wp-block-heading::after {
      content: "＋";
      position: absolute;
      top: 0;
      right: 0; }
    .wp-faq-gp .wp-block-heading.active::after {
      content: "－"; }
  .wp-faq-gp .wp-block-group {
    margin-top: 1.5rem;
    padding: 2rem 0 0 3.5rem;
    position: relative;
    display: none;
    border-top: #CCC solid .1rem; }
    .wp-faq-gp .wp-block-group::before {
      content: "A";
      position: absolute;
      font-size: 2.4rem;
      left: 0;
      top: 2rem;
      color: #3fa1b0; }
  .wp-faq-gp:first-child .wp-block-group {
    display: block; }

.wp-block-group__catalogue__li2 {
  list-style: none;
  margin-bottom: 10rem; }
  .wp-block-group__catalogue__li2 .wp-block-heading__title-01 {
    display: none; }
  .wp-block-group__catalogue__li2 > div {
    padding: 2rem 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);
    border-radius: 1rem; }

.wp-block-list__catalogue-02 {
  display: flex;
  flex-wrap: wrap; }
  .wp-block-list__catalogue-02 li {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    color: #353535;
    letter-spacing: .1rem;
    width: calc((100% - 3.001rem) / 2);
    margin-right: 3rem; }
    .wp-block-list__catalogue-02 li:nth-child(2n) {
      margin-right: 0; }
    .wp-block-list__catalogue-02 li a {
      transition: ease all 500ms;
      position: relative;
      padding-top: 1.1rem;
      padding-bottom: 0.9rem;
      display: block;
      border-bottom: #353535 solid .1rem; }
      .wp-block-list__catalogue-02 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: #aa9669;
        transform: translateY(-50%); }
      .wp-block-list__catalogue-02 li a::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        z-index: 1;
        pointer-events: none;
        background: #aa9669;
        transition: 0.5s; }
      .wp-block-list__catalogue-02 li a:hover {
        padding-left: 1rem;
        color: #aa9669; }
        .wp-block-list__catalogue-02 li a:hover::before {
          animation: arrowMove 0.6s ease 0s 1 both; }
        .wp-block-list__catalogue-02 li a:hover::after {
          width: 100%; }

@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%); } }
.about_maps {
  margin: 3rem 0; }
  .about_maps iframe {
    width: 100%;
    height: 40rem;
    border: 0; }

.column-default-01 {
  align-items: center;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: -0.3rem -0.3rem .5rem #ccc, 0.3rem 0.3rem 0 #d38239;
  margin: 3rem 0 5rem; }
  .column-default-01 .wp-block-column:first-child {
    width: calc(100% - 40rem);
    padding-right: 5rem; }
  .column-default-01 .wp-block-column:last-child {
    width: 40rem; }
  .column-default-01 .wp-block-column img {
    border-radius: 2rem;
    aspect-ratio: 4 / 2.8;
    object-fit: cover;
    width: 100%; }
  .column-default-01 .wp-block-column.no-aspect img {
    aspect-ratio: initial; }
  .column-default-01 .wp-block-column .title-default-04.vs-02 {
    margin-top: 0; }
  .column-default-01.img-left {
    box-shadow: 0.3rem -0.3rem .5rem #ccc, -0.3rem .3rem 0 #d38239; }
    .column-default-01.img-left .wp-block-column:first-child {
      width: 40rem;
      padding-right: 0; }
    .column-default-01.img-left .wp-block-column:last-child {
      width: calc(100% - 40rem);
      padding-right: 0;
      padding-left: 5rem; }
  @media (min-width: 960.5px) {
    .column-default-01.vs-02 .wp-block-column:first-child {
      width: calc(100% - 30rem); }
    .column-default-01.vs-02 .wp-block-column:last-child {
      width: 30rem; } }
.column-default-02 .wp-block-column {
  width: calc((100% - 3.001rem) / 3);
  margin-right: 1.5rem;
  margin-bottom: 3rem; }
  .column-default-02 .wp-block-column:nth-child(3n) {
    margin-right: 0; }
  .column-default-02 .wp-block-column .wp-block-image img {
    width: 100%; }
.column-default-03 .wp-block-column {
  width: 50rem; }
  .column-default-03 .wp-block-column img {
    width: 100%; }
.column-default-full {
  border-radius: 2rem;
  padding: 2rem;
  margin: 3rem 0 5rem;
  box-shadow: -0.3rem -0.3rem .5rem #ccc, 0.3rem 0.3rem 0 #d38239; }
  .column-default-full .wp-block-column {
    width: 100%; }

.doctor-gp .wp-block-column:first-child {
  width: 40rem; }
.doctor-gp .wp-block-column:last-child {
  width: calc(100% - 40rem);
  padding-left: 5rem; }
.doctor-gp .wp-block-column .wp-block-image img {
  width: 100%; }
.doctor-gp .title-default-04.vs-02 {
  margin-top: 0;
  border-bottom: 0; }

.wp-contact .input-form {
  width: 100%;
  border: #CCC solid .1rem;
  border-radius: 0;
  height: 5rem;
  font-size: 1.6rem;
  padding: 1rem;
  font-family: "Noto Sans JP", sans-serif; }
  .wp-contact .input-form.custom {
    width: 20rem; }
    .wp-contact .input-form.custom-02 {
      width: 4.3rem;
      height: 4.5rem;
      font-size: 1.8rem;
      -webkit-appearance: none; }
.wp-contact textarea.input-form {
  height: 20rem;
  vertical-align: top;
  line-height: 170%; }
.wp-contact .color-red {
  color: #c00; }
.wp-contact table .color-red {
  margin-left: 1rem; }
.wp-contact label {
  cursor: pointer;
  display: inline-block; }
.wp-contact .confirm-submit .btn-default-03 {
  margin-left: 0;
  margin-right: 1.5rem; }
  .wp-contact .confirm-submit .btn-default-03:nth-child(2n) {
    margin-right: 0; }
.wp-contact-02 a {
  color: #ed7700;
  text-decoration: underline;
  transition: all 0.35s; }
  .wp-contact-02 a:hover {
    text-decoration: none; }
.wp-contact-03 .column-default-full {
  height: 20rem; }
  .wp-contact-03 .column-default-full a {
    font-size: 3.6rem; }

.mt30 {
  margin-top: 3rem; }

.mt65 {
  margin-top: 6.5rem; }

.mb30 {
  margin-bottom: 3rem; }

.mb70 {
  margin-bottom: 7rem; }

.mb100, .mb101 {
  margin-bottom: 10rem; }

.mb120 {
  margin-bottom: 12rem; }

@media (min-width: 767.5px) {
  .ml0 {
    margin-left: 0; } }
.mr15 {
  margin-right: 1.5rem; }

.wp-video-iframe iframe {
  width: 100%;
  height: 67rem; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  .sitemap-list li a {
    font-size: 2rem; }
  .sitemap-list li::before {
    top: 1.5rem; }

  .nextpre_area-item a, .nextpre_area-item span, .news-list-01 > li * {
    font-size: 2rem; }

  .single-wrap :is(p, li, blockquote) {
    font-size: 2rem; }

  .news-list-01 > li .cate-list li a {
    font-size: 1.8rem; }

  .top-news-gp .wp-block-column:last-child {
    padding-right: 0; }

  .news-list-01 > li .time {
    width: 12rem; }
  .news-list-01 > li .cate-list li a {
    min-width: 11rem; }
  .news-list-01 > li > a {
    width: calc(100% - 24rem); }

  .column-gp-01 li p {
    font-size: 2rem; }
    .column-gp-01 li p.time {
      font-size: 1.8rem; }
  .column-gp-01 li h4 {
    font-size: 2.1rem; }

  .column-cate-list li a {
    font-size: 2rem; }

  .wp-block-list__catalogue-02 li {
    font-size: 2rem; } }
@media (max-width: 960px) {
  .wp-video-iframe iframe {
    height: 40rem; }

  .mt65 {
    margin-top: 3.5rem; }

  .mb70 {
    margin-bottom: 4rem; }

  .mb100 {
    margin-bottom: 5.5rem; }

  .mb101 {
    margin-bottom: 6rem; }

  .mb120 {
    margin-bottom: 6rem; }

  .wp-sitemap {
    padding: 1rem 0 5.6rem; }
    .wp-sitemap .wp-block-heading {
      margin-bottom: 1.5rem; }

  .sitemap-list {
    margin-bottom: 2.7rem; }
    .sitemap-list li {
      width: calc((100% - 1.501rem) / 2);
      margin-bottom: 1rem; }
      .sitemap-list li:nth-child(2n) {
        margin-right: 0; }

  .wp-news {
    padding: 3.2rem 0 6rem; }
    .wp-news-gp-item:first-child {
      width: calc(100% - 26rem); }
    .wp-news-gp-item:last-child {
      width: 26rem;
      padding-left: 3rem; }
    .wp-news .news-list-01 {
      margin-bottom: 3rem; }

  .news-list-01 > li * {
    font-size: 1.5rem; }

  .archive-gp {
    margin-bottom: 3rem; }

  .nextpre_area-item a, .nextpre_area-item span {
    width: 20rem; }

  .single-title-01 {
    font-size: 2.2rem;
    text-align: justify;
    display: block;
    margin-bottom: 1rem; }

  .wp-column {
    padding: 3.2rem 0 6rem; }

  .column-gp-01 {
    margin-bottom: 3rem; }
    .column-gp-01 li {
      width: calc((100% - 3.001rem) / 3);
      margin-right: 1.5rem;
      margin-bottom: 3.5rem; }
      .column-gp-01 li:nth-child(3n) {
        margin-right: 0; }
      .column-gp-01 li:last-child {
        margin-bottom: 0; }

  .column-cate-list li {
    min-width: initial;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: calc((100% - 1.001rem) / 2); }
    .column-cate-list li:first-child {
      width: 100%;
      min-width: initial; }
    .column-cate-list li:nth-child(2n-1) {
      margin-right: 0; }
    .column-cate-list li a {
      padding: .9rem 1.5rem;
      font-size: 1.5rem; }

  .wp-block-group__catalogue__li2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 5rem; }
    .wp-block-group__catalogue__li2 > div {
      padding: 1.5rem; }

  .wp-block-list__catalogue-02 li {
    font-size: 1.4rem; }

  .wp-faq-gp {
    padding: 2rem 0; }
    .wp-faq-gp .wp-block-heading {
      font-size: 1.8rem; }
      .wp-faq-gp .wp-block-heading::before {
        left: 1rem; }
      .wp-faq-gp .wp-block-heading::after {
        right: 1rem; }
    .wp-faq-gp .wp-block-group {
      padding-right: 1.5rem; }
      .wp-faq-gp .wp-block-group::before {
        font-size: 1.8rem;
        left: 1rem; }

  .about_maps iframe {
    height: 25rem; }

  .column-default-01 {
    padding: 1.5rem; }
    .column-default-01 .wp-block-column:first-child {
      width: calc(100% - 28rem);
      padding-right: 2rem; }
    .column-default-01 .wp-block-column:last-child {
      width: 28rem; }
    .column-default-01.img-left .wp-block-column:first-child {
      width: 28rem; }
    .column-default-01.img-left .wp-block-column:last-child {
      width: calc(100% - 28rem);
      padding-left: 2rem; }
  .column-default-03 .wp-block-column {
    width: 100%; }

  .doctor-gp .wp-block-column:first-child {
    width: 100%;
    margin-bottom: 3rem; }
  .doctor-gp .wp-block-column:last-child {
    width: 100%;
    padding-left: 0; }

  .wp-contact .input-form {
    font-size: 1.5rem; }
    .wp-contact .input-form.custom-02 {
      font-size: 1.5rem; }
  .wp-contact textarea.input-form {
    height: 16rem; }

  .wp-contact-03 .column-default-full a {
    font-size: 2.4rem; }
  .wp-contact-03 .column-default-full p {
    text-align: center; } }
@media (max-width: 767px) {
  .wp-video-iframe iframe {
    height: 20rem; }

  .btn-gp-02 .mr15 {
    margin-right: 0; }

  .sitemap-list li {
    width: 100%;
    margin-right: 0; }
    .sitemap-list li:last-child {
      margin-bottom: 0; }

  .wp-news-gp {
    flex-wrap: wrap !important; }
    .wp-news-gp-item:first-child {
      width: 100%;
      margin-bottom: 5rem; }
    .wp-news-gp-item:last-child {
      width: 100%;
      padding-left: 0; }

  .news-list-01 > li {
    flex-wrap: wrap; }
    .news-list-01 > li > a {
      width: 100%;
      margin-top: 1rem; }

  .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-top: 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; }

  .column-gp-01 li {
    width: 100%;
    margin-right: 0; }
    .column-gp-01 li:last-child {
      margin-bottom: 0; }

  .wp-block-list__catalogue-02 li {
    width: 100%;
    margin-right: 0; }

  .column-default-01 .wp-block-column:first-child {
    width: 100%;
    order: 1;
    padding-right: 0; }
  .column-default-01 .wp-block-column:last-child {
    width: 100%;
    margin-bottom: 1.5rem; }
  .column-default-01.img-left .wp-block-column:first-child {
    order: 0;
    margin-bottom: 1.5rem;
    width: 100%; }
  .column-default-01.img-left .wp-block-column:last-child {
    width: 100%;
    padding-left: 0; }
  .column-default-02 .wp-block-column {
    width: 100%;
    margin-right: 0; }
    .column-default-02 .wp-block-column:last-child {
      margin-bottom: 0; }

  .wp-contact .input-form {
    height: 4rem; }
  .wp-contact .title-default-03 {
    font-size: 2.2rem; } }

/*# sourceMappingURL=style.css.map */
